]> code.citadel.org Git - citadel.git/blobdiff - citadel/ChangeLog
* Makefile.in, configure.in, chkpwd.c, acconfig.h: support for
[citadel.git] / citadel / ChangeLog
index 69dc8f9d8ac768a597c2bc0415a327d4949cf178..2d70ec3c7745f99be5d45d46ac0005955f0f610e 100644 (file)
@@ -1,5 +1,30 @@
+1999-04-03 Nathan Bryant <bryant@cs.usm.maine.edu>
+       * Makefile.in, configure.in, chkpwd.c, acconfig.h: support for
+         `chkpwd', a setuid helper program for machines which use shadow
+         passwords (configure --enable-chkpwd)
+       * Makefile.in, configure.in, auth.c, citadel.pam, user_ops.c: support
+         for PAM or shadow passwords (configure --with-pam)
+       * Makefile.in: made some messages simpler
+       * citadel.spec: updated for 5.53; correct name of tarball; build with
+         --enable-chkpwd and --with-pam; add defattr tags so rpm's can be
+         built by non-root user
+       * commands.c: cosmetic cleanup
+       * config.c: (security/paranoia) check permissions on citadel.config
+
+Sun Mar 21 14:21:47 EST 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
+       * messages.c: cosmetic cleanups to message reading loop
+
+Sat Mar 13 21:33:19 EST 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
+       * commands.c: use bright colors by default in color mode
+       * citserver.c: initialize wholist fields with (not logged in) etc.
+
+1999-03-08 Nathan Bryant <bryant@cs.usm.maine.edu>
+       * sysdep.c: call DLoader_Init() with an absolute path so that gdb can
+         find module symbols
+       * database.c: bail out if opening databases fails
+
 Sat Mar  6 01:55:55 EST 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
-       * client_chat.c: use memfmout(), *not* cprintf() to transmit express
+       * serv_chat.c: use memfmout(), *not* cprintf() to transmit express
          messages.  Calling cprintf() on strings >256 bytes crashes the server
        * msgbase.c: minor logging fix in save_message()