* Makefile.in, configure.in, chkpwd.c, acconfig.h: support for
authorNathan Bryant <loanshark@uncensored.citadel.org>
Sat, 3 Apr 1999 19:57:06 +0000 (19:57 +0000)
committerNathan Bryant <loanshark@uncensored.citadel.org>
Sat, 3 Apr 1999 19:57:06 +0000 (19:57 +0000)
commit31e051fe34b06c9d21043ae9220342b20f7b3e15
treeea0a3e34c416150f9d53c0e12ec5a25586e15662
parent63295269c5656cab57ec8ca3bca0fa13bf5a979e
    * 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
14 files changed:
citadel/.cvsignore
citadel/ChangeLog
citadel/Makefile.in
citadel/acconfig.h
citadel/auth.c [new file with mode: 0644]
citadel/auth.h [new file with mode: 0644]
citadel/chkpwd.c [new file with mode: 0644]
citadel/citadel.pam [new file with mode: 0644]
citadel/citadel.spec
citadel/commands.c
citadel/config.c
citadel/configure.in
citadel/copyright.txt
citadel/user_ops.c