X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2FChangeLog;h=2d70ec3c7745f99be5d45d46ac0005955f0f610e;hb=31e051fe34b06c9d21043ae9220342b20f7b3e15;hp=5d06bca63fccc18dbf864d2ab2043f64d3c41251;hpb=63295269c5656cab57ec8ca3bca0fa13bf5a979e;p=citadel.git diff --git a/citadel/ChangeLog b/citadel/ChangeLog index 5d06bca63..2d70ec3c7 100644 --- a/citadel/ChangeLog +++ b/citadel/ChangeLog @@ -1,3 +1,16 @@ +1999-04-03 Nathan Bryant + * 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 * messages.c: cosmetic cleanups to message reading loop