summaryrefslogtreecommitdiff
path: root/lib/libpam/modules/pam_unix/pam_unix.c
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/4.2.0_cvscvs2svn2000-11-201-1/+1
| | | | | | | 'RELENG_4_2_0_RELEASE'. This commit was manufactured to restore the state of the 4.2-RELEASE image. Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
* Revive the pam_deny and pam_permit modules from Linux-PAM. They areJohn Polstra1999-05-081-0/+74
| | | | | | | | | | | | | simple enough to be trusted. Add account management functionality to the pam_unix module. These changes should make it possible to use PAM in some ports. Submitted by: Max Khon <fjoe@iclub.nsu.ru> Notes: svn path=/head/; revision=46665
* Fix bug that prevented accounts with empty passwords from loggingJohn Polstra1999-04-061-1/+1
| | | | | | | | | in. Submitted by: Paul Traina <pst@juniper.net> Notes: svn path=/head/; revision=45387
* Make it possible to use PAM in statically-linked applications.John Polstra1999-01-201-0/+2
| | | | Notes: svn path=/head/; revision=42917
* Build structure for contribified Linux-PAM, plus some home-grownJohn Polstra1998-11-181-0/+88
modules for FreeBSD's standard authentication methods. Although the Linux-PAM modules are present in the contrib tree, we don't use any of them. The main library "libpam" is composed of sources taken from three places. First are the standard Linux-PAM libpam sources from the contrib tree. Second are the Linux-PAM "libpam_misc" sources, also from the contrib tree. In Linux these form a separate library. But as Mike Smith pointed out to me, that seems pointless, so I have combined them into the libpam library. Third are some additional sources from the "src/lib/libpam" tree with some common functions that make it easier to write modules. Those I wrote myself. This work has been donated to FreeBSD by Juniper Networks, Inc. Notes: svn path=/cvs2svn/branches/JUNIPER/; revision=41227