Added Steve Langasek <vorlon@netexpress.net> pam_smbpass PAM module code.
authorJohn Terpstra <jht@samba.org>
Tue, 24 Apr 2001 20:00:12 +0000 (20:00 +0000)
committerJohn Terpstra <jht@samba.org>
Tue, 24 Apr 2001 20:00:12 +0000 (20:00 +0000)
commit1de7022f98b64b15503aaf48c8d729789fc49781
tree988f38c9ab2b0176f7e1c10fc25edd04b6928784
parentff4cdb5a346bd864d169f18a10f318f13f1afcd8
Added Steve Langasek <vorlon@netexpress.net> pam_smbpass PAM module code.
Note: Still have to add build stuff - not ready yet.
14 files changed:
source/pam_smbpass/CHANGELOG [new file with mode: 0644]
source/pam_smbpass/README [new file with mode: 0644]
source/pam_smbpass/TODO [new file with mode: 0644]
source/pam_smbpass/general.h [new file with mode: 0644]
source/pam_smbpass/pam_smb_acct.c [new file with mode: 0644]
source/pam_smbpass/pam_smb_auth.c [new file with mode: 0644]
source/pam_smbpass/pam_smb_passwd.c [new file with mode: 0644]
source/pam_smbpass/samples/README [new file with mode: 0644]
source/pam_smbpass/samples/kdc-pdc [new file with mode: 0644]
source/pam_smbpass/samples/password-mature [new file with mode: 0644]
source/pam_smbpass/samples/password-migration [new file with mode: 0644]
source/pam_smbpass/samples/password-sync [new file with mode: 0644]
source/pam_smbpass/support.c [new file with mode: 0644]
source/pam_smbpass/support.h [new file with mode: 0644]