]> andersk Git - moira.git/shortlog
moira.git
1998-04-01  danwClean up properly if there's an Oracle error, instead...
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-26  danwwarn if user tries to create/rename a list to a username
1998-03-26  danwGet username from Kerberos ticket file instead of utmp...
1998-03-26  danwAdd conversions to `unsigned char'.
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-03-10  danwfix RCS IDs
1998-03-03  danwread() in a loop, not all at once, in case packets...
1998-03-03  danwremove unused clients
1998-03-03  danwRemove unused clients
1998-03-03  danwmissing from previous commit
1998-02-27  danwoff-by-one error in dequoting quoted hostnames
1998-02-24  danwfix bug introduced in previous patch: `[' is no longer...
1998-02-23  danwAdd -I$(BUILDTOP)/db for moira_schema.h
1998-02-23  danwUse moira_schema.h
1998-02-23  danwUse moira_schema.h
1998-02-23  danwUse moira_schema.h
1998-02-23  danwbuild moira_schema.h and moira_schema.c from the schema...
1998-02-23  danwput db before server in SUBDIRS line
1998-02-19  danwdon't call the callback if it's NULL...
1998-02-15  danwadd <sys/types.h> before <sys/uio.h>
1998-02-15  danwpunt mrgdb
1998-02-13  danwfix RCS Id strings
1998-02-08  danwAvoid buffer overruns and check return value of malloc()
1998-02-08  danwfix bug with -nomenu and one-character input fields...
1998-02-08  danwoops. put :s in RCS $Id strings so RCS notices them...
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-08  danwhesiod.pc: generate cluster info by both short name...
1998-02-07  danwfix signed/unsigned char lossage
1998-02-07  danwadd return lost in previous changes
1998-02-07  danw#include <sys/time.h> for gettimeofday
1998-02-07  danwsgi needs NEED_GETUSERSHELL
1998-02-07  danwfix prototyping problems
1998-02-07  danws/strsave/strdup
1998-02-07  danw#include <sys/time> for gettimeofday
1998-02-07  danwrename struct qelem to struct mqelem to avoid conflicts...
1998-02-07  danwclean util/et if we make it
1998-02-05  danwsecond code style cleanup: void/void * usage, proper...
1998-02-05  danwuse CODE=ANSI_C option to proc
1998-02-05  danwMove around GDSS_INC to make sure we get the gdss.h...
1998-02-05  danwWe're not using -DSYSV for anything now.
1998-02-05  danwadd prototypes
1998-02-05  danwfix some #ifdef SYSV cruft
1998-02-05  danwImport latest com_err sources from Athena
1998-02-05  danwupdate for new util/et
1998-02-02  danwgive course lockers www dirs too
1998-01-31  danwCreate a world-readable www directory in new user homedirs
1998-01-15  danwbuild directory.gen and ndb.gen
1998-01-15  danwupdated mailhub.sh (no lastname aliases, and other...
1998-01-15  danwDHCP db DCM (from tom)
1998-01-15  danwMoira -> MITdir DCM (from tom)
1998-01-15  danwdon't do lastname aliases (from tom)
1998-01-07  danwChange `SMS' to `Moira' where possible.
1998-01-07  danwUpdate for current file locations (/moira, not /u1...
1998-01-07  danwremove SMS reference
1998-01-07  danwmrtest doesn't use libss any more
1998-01-07  danwremove RS/6000 references
1998-01-07  danwRemove bit about `default shell' since chsh doesn't...
1998-01-07  danwrefer to MIT.EDU, not ATHENA.MIT.EDU
1998-01-07  danwUpdate sample transcript to match the client.
1998-01-07  danwSMS/Moira cleanup
1998-01-07  danwMove moira-log to /var/tmp instead of /usr/tmp
1998-01-06  danweliminate use of the `register' keyword: let the compil...
1998-01-05  danwCode style cleanup. (No functional changes)
1998-01-05  danwcant_fix takes an argument
1998-01-05  danwassume POSIX
1998-01-05  danwRewrite functions to avoid having SQL DECLARE SECTIONs...
1998-01-05  danwRemove unused elements from an SQL query
1998-01-05  danwremove unused code (including the function this file...
1998-01-05  danwremove some #ifdef DEBUG code and simplify around it
1998-01-05  danwThere's already a string-uppercasifier in strs.c. No...
1998-01-05  danwassume POSIX (uname vs gethostname)
1998-01-05  danwremove redundant initialization
1998-01-05  danwWe're warehouse.gen, not sis.gen
1998-01-05  danwremove a redundant comparison
1998-01-05  danwNULL != ""
1998-01-05  danwFix a comment, un-#if 0 some code that shouldn't have...
1998-01-05  danwupdate timing estimates to match current moira reality
1998-01-05  danwremove a redundant initialization
1998-01-05  danwadd a prototype to make the compiler not promote char->int
1998-01-05  danwRemove an unused variable, add some {}s
1998-01-05  danwRemove some unused vars/code
1998-01-05  danwFix a bug in AskFSInfo (= vs ==)
1998-01-05  danwremove a redundant initialization
1997-12-22  danwif /usr/etc/credentials.local exists, append it to...
1997-12-20  danwUse `critical_alert', not `send_zgram' when the server dies
next
This page took 0.073144 seconds and 4 git commands to generate.