summaryrefslogtreecommitdiffstats
path: root/lib/libpam/modules/pam_kerberosIV/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* KerberosIV de-orbit burn continues. Remove the KerberosIV PAM module.markm2003-03-081-35/+0
|
* Minimal manual page for pam_kerberosIV(8).des2003-02-061-0/+1
| | | | Sponsored by: DARPA, NAI Labs
* Moved SHLIB_NAME definition into one place.ru2002-04-101-2/+1
| | | | Approved by: des
* This one needs NO_WERROR too.des2002-04-071-0/+1
|
* Switch to OpenPAM. Bump library version. Modules are now versioned, sodes2002-03-051-1/+1
| | | | | | | | | applications linked with Linux-PAM will still work. Remove pam_get_pass(); OpenPAM has pam_get_authtok(). Remove pam_prompt(); OpenPAM has pam_{,v}{error,info,prompt}(). Remove pam_set_item(3) man page as OpenPAM has its own. Sponsored by: DARPA, NAI Labs
* Don't clobber CFLAGSmarkm2001-08-041-1/+1
| | | | Submitted by: bde
* Big module cleanup.markm2001-06-041-16/+3
| | | | | | | | | | | Move common stuff into Makefile.inc, and tidy up all the Makefiles as a result. Build new modules. Put a commented-out dependancy on libpam for the (shared) modules. I can't bring this in just yet, as the dependancy (modules->libpam) is reversed for the static case (libpam->modules).
* Use a unified libgcc rather than a seperate one for threaded andobrien2001-01-061-2/+2
| | | | | | | | non-threaded programs. This provides threaded programs with the needed exception frame symbols. parts submitted by: Max Khon <fjoe@iclub.nsu.ru> PR: 23252
* Use libcrypto instead of libdes.markm2000-02-241-2/+2
| | | | Also - OpenSSH blesses us with a module for PAM.
* Don't include Kerberos if NOCRYPT is defined, because it isn't buildmarcel1999-11-141-2/+8
| | | | | if NOCRYPT is defined. Likewise, don't include DES if NOSECURE is defined.
* Common Error libraries are needed here.markm1999-09-201-2/+2
|
* Make it possible to use PAM in statically-linked applications.jdp1999-01-201-7/+6
|
* Build structure for contribified Linux-PAM, plus some home-grownjdp1998-11-181-0/+42
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.
OpenPOWER on IntegriCloud