summaryrefslogtreecommitdiffstats
path: root/lib/libpam/modules/pam_opie/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* style.Makefile(5) policeobrien2003-03-091-5/+6
| | | | | | (I've tried to keep to the spirit of the original formatting) Reviewed by: des
* Moved SHLIB_NAME definition into one place.ru2002-04-101-2/+1
| | | | Approved by: des
* 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
* Remove NO_WERROR, now that WARNS=n is gone.markm2002-02-061-1/+0
|
* WARNS=4 fixes. Protect with NO_WERROR for the modules that havemarkm2002-01-241-0/+1
| | | | warnings that are hard to fix or that I've been asked to leave alone.
* Clean up (and in some cases write) the PAM mudules, usingmarkm2001-07-091-0/+1
| | | | | | | | | | o The new options-processing API o The new DEBUG-logging API Add man(1) pages for ALL modules. MDOC-Police welcome to check this. Audit, clean up while I'm here.
* Big module cleanup.markm2001-06-041-9/+2
| | | | | | | | | | | 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
* Add pam_opie, a PAM module using the OPIE one-time-password scheme.kris2000-04-171-0/+41
Submitted by: Jim Bloom <bloom@acm.org>
OpenPOWER on IntegriCloud