summaryrefslogtreecommitdiffstats
path: root/lib/libpam
Commit message (Expand)AuthorAgeFilesLines
* Add <time.h> for ctime(), which we accidentally picked up throughdes2010-11-221-0/+1
* Bump .Dd date.delphij2010-05-031-1/+1
* Code indent according to style(9).mm2010-05-031-23/+23
* Implement the no_user_check option to pam_krb5.mm2010-05-032-1/+12
* Upgrade to OpenSSH 5.4p1.des2010-03-091-0/+3
* Remove redundant WARNS?=6 overrides and inherit the WARNS setting fromuqs2010-03-022-1/+2
* Always assign WARNS using ?=uqs2010-03-021-1/+1
* %U was macroized in mdoc(7), escape.ru2010-02-161-1/+1
* Respect passwordtime from login.conf if set.des2010-02-021-2/+9
* Remove stale references to utmp(5) and its corresponding filenames.ed2010-01-211-7/+2
* Let pam_lastlog use random ut_id's.ed2010-01-182-14/+42
* Unbreak builds with _FREEFALL_CONFIG=yes, by forcing a lower WARNSmarcel2010-01-171-0/+1
* Let pam_lastlog use utmpx instead of libulog's utmpx interface.ed2010-01-131-5/+6
* Build lib/ with WARNS=6 by default.ed2010-01-025-5/+4
* Several refinements to libulog's API.ed2009-12-261-1/+1
* Convert pam_lastlog(8) to libulog.ed2009-12-112-84/+22
* Note that nullok should not be used by processes that can't access thedes2009-11-131-0/+11
* pam_ssh needs roaming_dummy to link correctly against libssh.des2009-10-051-0/+3
* Prevents pam_lastlog from segfaulting on session close when tty is null.jon2009-08-301-0/+5
* Bump the version of all non-symbol-versioned shared libraries inkensmith2009-07-191-1/+1
* Rewrap; this was getting painful. Translators can ignore this.des2009-06-201-59/+36
* Reword.des2009-06-201-4/+2
* Include <stdio.h> for asprintf().ed2009-06-141-0/+1
* Don't try to auto-detect dynamic linking; it fails on mips. The Makefiledes2009-02-171-0/+3
* Add new heimdal-1.1 library.dfr2008-05-151-2/+2
* Fix conflicts after heimdal-1.1 import and add build infrastructure. Importdfr2008-05-071-2/+2
* Adjust for OpenPAM Hydrangea.des2007-12-214-7/+8
* Correct documentation of ~/.opiealwaysdes2007-10-261-3/+5
* - Convert NO_INSTALLLIB option to a new syntax: makefiles shouldru2007-10-201-0/+1
* Apply the same error checks to PAM_TTY in pam_sm_close_session() as indes2007-07-221-1/+9
* Whitespace cleanupdes2007-07-221-6/+6
* - Bump share library version which were missed in last bumprafan2007-06-181-1/+1
* Use the current user's login class for the decisions about whereyar2007-06-142-45/+59
* Now pam_nologin(8) will provide an account management functionyar2007-06-102-20/+11
* Re-add support for NIS netgroups (heavily modified from patch in PR)des2007-05-251-4/+22
* In account management, verify whether the account has been lockedyar2007-03-272-3/+22
* Send not only Access Request, but also Access Challenge with definedpjd2007-01-201-5/+7
* childerr needs to be volatile so gcc won't optimize it away.des2006-11-101-1/+2
* The pam_unix module also provides password management.ru2006-10-121-7/+8
* Fix build.ru2006-09-301-0/+1
* Reject user with names that are longer than OPIE is willing to deal with;des2006-09-151-4/+13
* Bump .Dd.joel2006-09-131-1/+1
* Remove references to the pam(8) manual page. It does not exist.joel2006-09-131-1/+0
* Additional debugging stuff I had in my tree.des2006-08-111-3/+10
* Change the GCC specific __FUNCTION__ to C99's __func__.stefanf2006-07-171-1/+1
* Add a manual dependency on ssh_namespace.h.des2006-05-131-2/+6
* Introduce a namespace munging hack inspired by NetBSD to avoid pollutingdes2006-05-131-1/+1
* There is no need to pass NULL to the pam_error() as the last argument.wkoszek2006-03-201-1/+1
* Fix build until I find a way to handle this case properly.ru2006-03-192-1/+2
* Revert last delta.ru2006-03-191-1/+1
OpenPOWER on IntegriCloud