]> andersk Git - moira.git/history - server
Build our own com_err on Athena, for now.
[moira.git] / server /
1998-05-26  danwadd INSTALL=@INSTALL@
1998-05-26  danwSwitch from Imake-based build system to autoconf-based.
1998-05-26  danwupdate for dirremote->dirmailhide
1998-05-20  danwremove "and snet_id != 0" from get_subnet query so...
1998-05-20  danwUse unsigned int for subnet high/low/mask/etc, in case...
1998-05-06  danwfix get_user_directory_flags validation structure
1998-04-18  danwFix a typing goof
1998-04-17  danwmore hostname case sensitivity problems
1998-04-11  danwuppercasify location in get_host
1998-04-07  danwSet timeout when select()ing, so incrementals will...
1998-04-06  danwIgnore SIGPIPE
1998-04-01  danwfix for queries with LIKE clause at the end of the...
1998-04-01  danwfix get_list_info modtime format
1998-03-31  danwUse free_rtn_tuples to clean up client state rather...
1998-03-31  danwbring back copy_argv... it does a strtrim(), which...
1998-03-30  danwif the server is SLEEPY (got a SIGUSR1), close the...
1998-03-25  danwfix some bugs in build_qual
1998-03-25  danwremove some unused code (setup_akum), uppercasify ahal/dhal
1998-03-20  danwnuke `delete_user_by_uid' since it's never been used...
1998-03-20  danwmake this compile again (I thought it was going to...
1998-03-18  danwMove conversion of UNIX->SQL wildcards from query valid...
1998-03-17  danwremove the (unused) table locking code
1998-03-17  danwVerify that things that are supposed to be numbers...
1998-03-17  danwMove query-result-sorting info from struct validate...
1998-03-16  danwRemove the `commonly used strings': the compiler should...
1998-02-23  danwUse moira_schema.h
1998-02-15  danwpunt mrgdb
1998-02-08  danwreturn MR_ARG_TOO_LONG rather than silently truncating...
1998-02-08  danwMove all host access checking out of qsetup into qacces...
1998-02-08  danwCheck that machines are in the valid range for their subnet
1998-02-05  danwsecond code style cleanup: void/void * usage, proper...
1998-01-07  danwChange `SMS' to `Moira' where possible.
1998-01-06  danweliminate use of the `register' keyword: let the compil...
1998-01-05  danwCode style cleanup. (No functional changes)
1998-01-05  danwRewrite functions to avoid having SQL DECLARE SECTIONs...
1998-01-05  danwRemove unused elements from an SQL query
1998-01-05  danwNULL != ""
1997-12-20  danwUse `critical_alert', not `send_zgram' when the server dies
1997-12-01  danwDon't delete quotas when changing a filesys from ERR...
1997-11-11  danwFix data for geml to make `qy _help geml' work
1997-10-01  danwRequire mere mortals to specify at least one of the...
1997-10-01  danwCheck that the number of query arguments is correct...
1997-09-17  danwFix a bug where having USER:foo and KERBEROS:foo@ATHENA...
1997-09-10  danwUpdate gudf and uudf for changed schema (two fields...
1997-09-10  danwdon't overwrite '\0' with '\0' in mr_trim_args. lets...
1997-09-05  danwmake sure new usernames don't conflict with filesys aliases
1997-09-05  danwfix a bug that trunctates the service name in add_servi...
1997-09-05  danwFixes to build with `gcc' instead of `gcc -traditional...
1997-08-14  danwadd {get,update}_user_directory_flags queries
1997-07-08  danwDon't close the database when exiting if it's already...
1997-07-08  danwcorrectly handle KERBEROS members of acls
1997-07-07  danwreturn MR_IN_USE if a user tries to delete a host with...
1997-07-03  danwAlways sort the result in get_members_of_list. (Previou...
1997-07-03  danwfix typo in get_ace_use. (This, plus the addition of...
1997-07-03  danwCheck `strings_id' in the numvalues table at startup...
1997-07-03  danwimplement an authenticator replay cache
1997-07-03  danwbump max_row_count to 4096 (since the number of public...
1997-06-24  danworacle doesn't do [ and ] in its pseudo-regexps, so...
1997-06-17  danwFinally implement _set_debug_level. (SQL trace will...
1997-06-17  danwDon't create a user group with new accounts.
1997-03-12  danwredo this change that accidentally got undone during...
1997-01-29  danw.dc -> .pc
1997-01-26  danwWhen flushing a name from the cache, clear it from...
1997-01-22  danwFix `Unable to read from program: Interrupted system...
1997-01-20  danwOracle and Solaris/POSIX changes
1996-11-14  danwanother random typo
1996-11-14  danwmissing `;'... not sure how I compiled it before
1996-09-29  danwKludge around Ingres brokenness in two places:
1996-09-29  danwstartmoira now sends a zephyr to -c moira -i startmoira...
1996-09-29  danwmake get_host not fail if user doesn't exist
1996-09-29  danwDon't truncate query arguments at 40 characters in logs
1996-07-08  danwsync'ing files for RCS->CVS migration MOIRADEV_7_8_96
1996-07-02  danwInitial revision OPSSRC_BASE
1994-11-03  delgadoInitial revision
1994-10-29  tomfixed a cast
1994-10-28  nocuserfixed bug with IP address uniqueness check
1994-06-08  tomallow numerals as first char in host type
1994-06-07  tom"swapped" the contact argument in get_host for "network"
1994-05-18  tommucked with host table authorization checks... release77
1994-01-07  tom*** empty log message ***
1994-01-07  tomremoved unique check for network saddr
1993-12-29  tomnetwork table public
1993-12-29  tomneeded to make network table public as well
1993-12-29  tomhad to change the get alias validate thing to use the...
1993-12-29  tomneeded to modify acces on host alias table as well
1993-12-29  tomI guess ingres doesn't like commented sql statements
1993-12-29  tomremoved access restriction from reading machine table
1993-12-10  tytsoUse strncpy instead of bcopy when copying the entity...
1993-12-10  tytsoInitial revision
1993-12-10  tytsoAdded support for optional debugging malloc. No code...
1993-12-10  tytsoFix allocation strategy in setup_ahst(); shouldn't...
1993-12-10  tytsoAdded user status information as argument #10 to the...
1993-12-07  tomchanging status field in host table now results in...
1993-12-01  marinvalid addresses entered for hosts cause MR_ADDRESS error
1993-11-22  maradded prefix field to subnet table
1993-11-22  maradd prefix to subnet table & queries
1993-11-22  marfixup delete_nfs_physical
1993-11-10  maradded setup_ahst, setup_ahal, prefetch_value
1993-11-10  marmake privileged (in access check) a global
1993-11-10  maradded followup_ghst
next
This page took 0.120186 seconds and 7 git commands to generate.