aboutsummaryrefslogtreecommitdiff
path: root/lib/libpam/modules
Commit message (Expand)AuthorAgeFilesLines
...
* Use program exit status as pam_exec return code (optional)Jean-Sébastien Pédron2012-03-262-38/+362
* - Avoid using deprecated heimdal functions in pam_krb5.Stanislav Sedov2012-03-242-69/+102
* - Avoid use of deprecated KRB5 functions.Stanislav Sedov2012-03-222-15/+25
* - Update FreeBSD Heimdal distribution to version 1.5.1. This also bringsStanislav Sedov2012-03-222-0/+4
* Rev 228065 (change bsd.own.mk -> bsd.init.mk) broke pam_unix.so by causingPeter Wemm2012-01-181-2/+2
* .include <bsd.init.mk> instead of <bsd.own.mk>Max Khon2011-11-281-3/+1
* Revert r227841 and part of r227798. We still build libpam in two passes,Dag-Erling Smørgrav2011-11-241-1/+10
* Simplify the libpam build by removing the shared modules' dependencyDag-Erling Smørgrav2011-11-211-13/+1
* key_load_private() ignores the passphrase argument if the private keyDag-Erling Smørgrav2011-11-201-7/+18
* Ensure pam_lastlog removes the /dev/ component of the TTY name.Ed Schouten2011-11-071-0/+5
* Remove an unused variable from pam_unix.Ed Schouten2011-11-051-2/+0
* Note that pam_unix(8) does not respect PAM_CHANGE_EXPIRED_AUTHTOK.Dag-Erling Smørgrav2011-11-021-0/+6
* Load the ECDSA key if there is one.Dag-Erling Smørgrav2011-10-072-2/+7
* Mention the name of the module in warning messages.Dag-Erling Smørgrav2011-03-121-2/+2
* Add "ruser" and "luser" options. The former corresponds to the currentDag-Erling Smørgrav2011-03-122-5/+35
* No newline required.Dag-Erling Smørgrav2011-03-091-2/+2
* Add <time.h> for ctime(), which we accidentally picked up throughDag-Erling Smørgrav2010-11-221-0/+1
* Bump .Dd date.Xin LI2010-05-031-1/+1
* Code indent according to style(9).Martin Matuska2010-05-031-23/+23
* Implement the no_user_check option to pam_krb5.Martin Matuska2010-05-032-1/+12
* Upgrade to OpenSSH 5.4p1.Dag-Erling Smørgrav2010-03-091-0/+3
* Remove redundant WARNS?=6 overrides and inherit the WARNS setting fromUlrich Spörlein2010-03-021-1/+0
* Always assign WARNS using ?=Ulrich Spörlein2010-03-021-1/+1
* %U was macroized in mdoc(7), escape.Ruslan Ermilov2010-02-161-1/+1
* Respect passwordtime from login.conf if set.Dag-Erling Smørgrav2010-02-021-2/+9
* Remove stale references to utmp(5) and its corresponding filenames.Ed Schouten2010-01-211-7/+2
* Let pam_lastlog use random ut_id's.Ed Schouten2010-01-182-14/+42
* Unbreak builds with _FREEFALL_CONFIG=yes, by forcing a lower WARNSMarcel Moolenaar2010-01-171-0/+1
* Let pam_lastlog use utmpx instead of libulog's utmpx interface.Ed Schouten2010-01-131-5/+6
* Build lib/ with WARNS=6 by default.Ed Schouten2010-01-025-5/+4
* Several refinements to libulog's API.Ed Schouten2009-12-261-1/+1
* Convert pam_lastlog(8) to libulog.Ed Schouten2009-12-112-84/+22
* Note that nullok should not be used by processes that can't access theDag-Erling Smørgrav2009-11-131-0/+11
* pam_ssh needs roaming_dummy to link correctly against libssh.Dag-Erling Smørgrav2009-10-051-0/+3
* Prevents pam_lastlog from segfaulting on session close when tty is null.Jonathan Chen2009-08-301-0/+5
* Rewrap; this was getting painful. Translators can ignore this.Dag-Erling Smørgrav2009-06-201-59/+36
* Reword.Dag-Erling Smørgrav2009-06-201-4/+2
* Include <stdio.h> for asprintf().Ed Schouten2009-06-141-0/+1
* Don't try to auto-detect dynamic linking; it fails on mips. The MakefileDag-Erling Smørgrav2009-02-171-0/+3
* Add new heimdal-1.1 library.Doug Rabson2008-05-151-2/+2
* Fix conflicts after heimdal-1.1 import and add build infrastructure. ImportDoug Rabson2008-05-071-2/+2
* Adjust for OpenPAM Hydrangea.Dag-Erling Smørgrav2007-12-213-7/+7
* Correct documentation of ~/.opiealwaysDag-Erling Smørgrav2007-10-261-3/+5
* - Convert NO_INSTALLLIB option to a new syntax: makefiles shouldRuslan Ermilov2007-10-201-0/+1
* Apply the same error checks to PAM_TTY in pam_sm_close_session() as inDag-Erling Smørgrav2007-07-221-1/+9
* Whitespace cleanupDag-Erling Smørgrav2007-07-221-6/+6
* Use the current user's login class for the decisions about whereYaroslav Tykhiy2007-06-142-45/+59
* Now pam_nologin(8) will provide an account management functionYaroslav Tykhiy2007-06-102-20/+11
* Re-add support for NIS netgroups (heavily modified from patch in PR)Dag-Erling Smørgrav2007-05-251-4/+22
* In account management, verify whether the account has been lockedYaroslav Tykhiy2007-03-272-3/+22