]> andersk Git - moira.git/history - clients
strip @mit.edu even (especially) when the user didn't explicitly
[moira.git] / clients /
1999-09-21  jweissstrip @mit.edu even (especially) when the user didn...
1999-09-03  danwshow "needs coupon" state, and allow it to be changed...
1999-08-04  danwcurses initscr does magic that newterm + set_term doesn...
1999-08-04  danwfix a cast to not generate a warning
1999-08-02  danwfix bug introduced in the _help bug workaround, which...
1999-07-29  jisChanged default frame sizes for IRIX 6.5 compatibility
1999-07-28  danwremove some unnecessary spaces in com_err strings....
1999-07-17  danwadd "proxy" command
1999-07-12  danwadd cleandir/distclean target
1999-06-22  danwrewrite the local getusershell to actually read /etc...
1999-06-03  danwremove some weirdness with changing "WILDCARD" to ...
1999-06-02  danwredo the readline stuff again to make the 8.3 /usr...
1999-05-25  danwadd support for printservers table
1999-05-13  danwuse libmrclient in pobox routines to sanity-check smtp...
1999-05-13  danwusr libmrclient to connect and get kerberos ticket...
1999-05-13  danwuse libmrclient to connect, get ticket file principal...
1999-05-13  danwuse libmrclient to simplify connecting to the server
1999-05-13  danwbuild libmrclient
1999-05-13  danwinitial commit of libmrclient, a library containing...
1999-04-30  danwcast result of strlen to (int) so that "COLS - strlen...
1999-04-30  danwdon't cast function pointers to (void *)
1999-04-30  danwchar * vs unsigned char * stuff for Irix n32 cc
1999-04-30  danwvoidify some functions that should have been void
1999-04-06  danwignore "-q" setting when printing the output of the...
1999-03-10  danwtypo
1999-02-06  danwdeal with the new "banner" field in the printers table
1999-01-28  danwfix AddPrn to update the hwaddr of the right printer
1999-01-27  danwupdate client for new printers table
1999-01-26  danwUse newterm() instead of initscr() if it exists.
1999-01-13  danwFix bugs in registration code
1998-12-29  danwadd a "-q" (quote output) option so mrtest-parsing...
1998-11-10  danwfix typo
1998-10-30  kcrHave chsh look up the fmodtime instead of the modtime...
1998-10-22  danwfix indexes in PrintStats. Fixes [1199] in moira report...
1998-10-21  danwprotect against previous defn of MAX
1998-10-21  danwprotect against earlier defns of MAX/MIN
1998-10-21  danwfix return type of main
1998-09-07  danwWarn user before letting them add a new user with a...
1998-08-27  danwmake things depend on libmoira.a, libgdss.a, and rsaref...
1998-08-13  danwno longer need CRYPT_LIBS or CRYPT_CPPFLAGS
1998-08-11  danwallow user to toggle secure flag in "modify user fields...
1998-08-11  danwfix error-reporting bug introduced in 1.32 that resulte...
1998-08-07  danwmore reversion
1998-08-07  danwrevert mitdir stuff since that didn't happen
1998-08-07  danwnuke ref to ureg_init
1998-08-07  danwremove old reg client (which doesn't build under Athena...
1998-08-07  danwregister users via the register_user query instead...
1998-08-05  jisBugfix in exception handling
1998-08-05  jisRemove bogus reference to mit.cipher.test which was...
1998-08-05  jisBugfix so we no longer hang if the reg_svr goes away.
1998-08-04  jis--------------------------------------------------...
1998-08-04  jis--------------------------------------------------...
1998-08-04  danwdon't build old reg client
1998-08-01  danwThe java reg client
1998-08-01  danwrandom number code for the crypto routines in the java...
1998-08-01  danwcrypto code for the java reg client
1998-08-01  danwHow to build the java reg client
1998-07-29  danwadd "-secure/-6" option to set "needs 6-word account...
1998-07-29  danwChange meaning of "secure" flag to refer to whether...
1998-07-09  danwfix partial_canonicalize_hostname too, even though...
1998-07-09  danwDon't pass constant strings containing "\n" to Put_mess...
1998-05-26  danwadd INSTALL=@INSTALL@
1998-05-26  danwSwitch from Imake-based build system to autoconf-based.
1998-05-26  danwupdate mitdir flags code
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-10  danwfix RCS IDs
1998-03-03  danwremove unused clients
1998-03-03  danwRemove unused clients
1998-02-15  danwpunt mrgdb
1998-02-08  danwfix bug with -nomenu and one-character input fields...
1998-02-07  danw#include <sys/time.h> for gettimeofday
1998-02-07  danw#include <sys/time> for gettimeofday
1998-02-07  danwrename struct qelem to struct mqelem to avoid conflicts...
1998-02-05  danwsecond code style cleanup: void/void * usage, proper...
1998-01-07  danwChange `SMS' to `Moira' where possible.
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  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-16  danwsync with server: "[" isn't a wildcard character in...
1997-10-07  danwDon't assume an account has an associated list when...
1997-09-28  danwfix a typo
1997-09-28  danwFrom mbarker: Remove the `char *whoami;' local to main...
1997-09-08  danwmany new options for list creation and changing info
1997-09-05  danwFixes to build with `gcc' instead of `gcc -traditional...
1997-09-01  danwmenu.c: fix Linux/NetBSD ncurses display problems
1997-08-14  danwadd mitdir prefs menu
1997-07-15  danwchange this behavior:
1997-07-03  danwFix the logic and explanation for one of the guess...
1997-07-03  danwMake a half-hearted attempt at returning a useful exit...
1997-06-17  danwWarn user before letting them rename a list to someone...
1997-06-12  danwmachine -> query should ask for 4 arguments, not 3.
next
This page took 0.082859 seconds and 7 git commands to generate.