summaryrefslogtreecommitdiffstats
path: root/lib/libpam
Commit message (Expand)AuthorAgeFilesLines
* Upgrade to something quite close, but not identical, to version 1.6 ofdes2002-04-042-400/+442
* Add pam_passwdqc to the build.des2002-04-042-0/+14
* Fix for OPIE 2.4.markm2002-03-221-0/+1
* mdoc(7) police: fix SYNOPSIS, sort xrefs, kill extra whitespace.ru2002-03-181-6/+8
* mdoc(7) police: nits.ru2002-03-181-3/+5
* mdoc(7) police: sort xrefs, kill extra whitespace.ru2002-03-181-3/+3
* Fix world breakage introduced by my recent modifications tocjc2002-03-182-2/+3
* mdoc(7) police: tiny fixes.ru2002-03-151-2/+4
* mdoc(7) police: expand contractions.ru2002-03-151-2/+2
* NAI DBA update.des2002-03-1424-25/+25
* Remove the use of random(3), and encapsulate the salt-generation inmarkm2002-03-141-30/+33
* Don't ignore system CFLAGS.sobomax2002-03-071-1/+1
* Fix build for OpenPAM. The directories needed tweeking.markm2002-03-073-81/+2
* This file is not needed any moredes2002-03-071-66/+0
* Now pam_alreadyloggedin lives in the ports.green2002-03-074-366/+0
* Add the pam_alreadyloggedin(8) module, which allows for authenticationgreen2002-03-064-0/+366
* Unbreak the pam_krb5 build: cast a couple of const pointersroam2002-03-061-2/+2
* Add forgotten NOPROFILE that broke world.des2002-03-061-0/+1
* Switch to OpenPAM. Bump library version. Modules are now versioned, sodes2002-03-0538-528/+237
* Add missing dependency on libutil.des2002-03-051-0/+3
* Create /var/log/lastlog if it doesn't exist.sobomax2002-02-201-1/+1
* This file needs <syslog.h>.des2002-02-091-0/+1
* Now that cross-tools ld(1) has been fixed to look for dynamicru2002-02-081-2/+2
* Remove NO_WERROR, now that WARNS=n is gone.markm2002-02-065-5/+0
* Comment out the WARNS= so as to not trample all over the GCC3 work.markm2002-02-061-1/+1
* Three times lucky: <stddef.h>, not <sys/param.h>des2002-02-052-2/+2
* Oops, the correct header to include for NULL is <sys/param.h>.des2002-02-052-2/+2
* #include <sys/types.h> for NULL (hidden by Linux-PAM header pollution)des2002-02-052-0/+4
* #include cleanup.des2002-02-0518-24/+35
* Explicitly declare (gcc internal) functions.markm2002-02-041-0/+1
* ssh_get_authentication_connection() gets its parameters from environmentdes2002-02-041-2/+24
* Protect "make buildworld" against -Werror, as this module does notmarkm2002-02-041-0/+1
* Add the other half of the salt-generating code. No functionalmarkm2002-02-041-8/+7
* Turn on fascist warning mode.markm2002-02-031-0/+2
* WARNS=n fixes (and some stylistic issues).markm2002-02-036-55/+91
* Remove an unnecessary #include that trips up OpenPAM. The header in questiondes2002-02-021-2/+0
* Post-repocopy cleanup.des2002-02-012-7/+1
* Connect the pam_lastlog(8) and pam_login_access(8) modules to the build.des2002-02-012-0/+4
* Still with asbestos longjohns on, completely PAMify login(1) and removedes2002-01-301-19/+20
* With asbestos longjohns on, integrate most of the checks normally done bydes2002-01-301-32/+102
* Move the code from pam_sm_authenticate() to pam_sm_acct_mgmt(). Simplifydes2002-01-302-62/+58
* WARNS=4 fixes. Protect with NO_WERROR for the modules that havemarkm2002-01-2421-127/+138
* PAM modules shouldn't call putenv(); pam_putenv() is sufficient. Thedes2002-01-241-1/+0
* Change the order in which pam_sm_open_session() updates the logs. Thisdes2002-01-242-25/+14
* Correctly interpret PAM_RHOST being unset as an indicator of a localdes2002-01-241-3/+2
* Correctly interpret PAM_RHOST being unset as an indicator of a localdes2002-01-241-1/+5
* Style nits.des2002-01-241-2/+2
* Document the even_root option.des2002-01-241-1/+7
* Don't let root through unless the "even_root" option was specified.des2002-01-241-2/+16
* Add a PAM module that records sessions in utmp/wtmp/lastlog.des2002-01-243-0/+369
OpenPOWER on IntegriCloud