aboutsummaryrefslogtreecommitdiff
path: root/lib/libpam/modules
Commit message (Expand)AuthorAgeFilesLines
...
| | * Need headers staged by libpamSimon J. Gerraty2014-11-3010-0/+10
| | * Updated/new dependenciesSimon J. Gerraty2014-11-1924-24/+0
| | * Merge from head@274682Simon J. Gerraty2014-11-193-9/+16
| | |\
| | * \ Merge head from 7/28Simon J. Gerraty2014-08-197-23/+38
| | |\ \
| | * | | Updated dependenciesSimon J. Gerraty2014-05-1624-20/+28
| | * | | Updated dependenciesSimon J. Gerraty2014-05-1020-0/+40
| | * | | Merge from headSimon J. Gerraty2014-05-082-1/+2
| | |\ \ \
| | * \ \ \ Merge headSimon J. Gerraty2014-04-273-12/+4
| | |\ \ \ \
| | * \ \ \ \ Merge headSimon J. Gerraty2013-09-111-0/+1
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge from headSimon J. Gerraty2013-09-051-1/+1
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ sync from headSimon J. Gerraty2013-04-121-3/+3
| | |\ \ \ \ \ \ \
| | * | | | | | | | Updated dependenciesSimon J. Gerraty2013-03-1124-0/+24
| | * | | | | | | | Updated dependenciesSimon J. Gerraty2013-02-1624-48/+0
| | * | | | | | | | Updated/new Makefile.dependSimon J. Gerraty2012-11-0824-0/+115
| | * | | | | | | | Sync from headSimon J. Gerraty2012-11-044-13/+15
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-2224-0/+389
* | | | | | | | | | | Move ssh into a dedicated packageBaptiste Daroussin2015-03-051-0/+1
|/ / / / / / / / / /
* | | | | | | | | | Conditionalize building radius support into libpam, ppp, etc viaEnji Cooper2015-02-041-0/+2
* | | | | | | | | | If PAM_RHOST is non-NULL, pass it in the Calling-Station-ID attribute ofDag-Erling Smørgrav2015-01-161-12/+18
* | | | | | | | | | mdoc: improvements to SEE ALSO.Joel Dahl2014-12-271-1/+1
* | | | | | | | | | Convert libraries to use LIBADDBaptiste Daroussin2014-11-2511-25/+12
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Consistently cast tty and user to const char * in printf()-like contexts.Dag-Erling Smørgrav2014-10-011-3/+4
* | | | | | | | | Hopefully fix build breakage with gcc passing void * instead of char *Bjoern A. Zeeb2014-09-291-1/+2
* | | | | | | | | Instead of failing when neither PAM_TTY nor PAM_RHOST are available, callDag-Erling Smørgrav2014-09-291-2/+4
* | | | | | | | | r271256 fixed one segfault condition but introduced another due to theDag-Erling Smørgrav2014-09-151-1/+1
* | | | | | | | | Fail rather than segfault if neither PAM_TTY nor PAM_RHOST is set.Dag-Erling Smørgrav2014-09-081-7/+10
* | | | | | | | | According to opie code and even direct mention in opie(4) challenge bufferAndrey A. Chernov2014-08-121-1/+1
* | | | | | | | | Rework privatelib/internallibBaptiste Daroussin2014-08-061-1/+1
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Remove useless getpwnam() call.Dag-Erling Smørgrav2014-07-261-3/+1
* | | | | | | | Add support for the "account" facility.Dag-Erling Smørgrav2014-07-192-5/+25
* | | | | | | | Check if the specified group is the user's primary group beforeDag-Erling Smørgrav2014-07-191-6/+4
* | | | | | | | mdoc: remove superfluous paragraph macros.Joel Dahl2014-06-231-1/+0
* | | | | | | | use .Mt to mark up email addresses consistently (part3)Baptiste Daroussin2014-06-234-8/+8
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-062-1/+2
| |_|_|_|_|/ |/| | | | |
* | | | | | Spell NO_PROFILE= as MK_PROFILE=no.Warner Losh2014-04-251-1/+1
* | | | | | Kill last remaining NO_INSTALLLIB in tree by converting it over toWarner Losh2014-04-251-1/+1
* | | | | | multiple: Remove 3rd clause from BSD license where approved by theEitan Adler2014-03-142-10/+2
| |_|_|_|/ |/| | | |
* | | | | Make libldns and libssh private.Dag-Erling Smørgrav2013-09-081-0/+1
| |_|_|/ |/| | |
* | | | Make the PAM password strength checking module WARNS=2 safe.Will Andrews2013-08-271-1/+1
| |_|/ |/| |
* | | Fix declaration vs. definition inconsistency. No functional change.Jung-uk Kim2013-04-051-3/+3
| |/ |/|
* | remove duplicate semicolons where possible.Eitan Adler2012-10-221-1/+1
* | Remove unnecessary #include.Dag-Erling Smørgrav2012-09-281-1/+0
* | Bump date missed in r202756Eitan Adler2012-09-141-1/+1
* | Fix an instance in pam_krb5(8), where the variable 'user' could be usedDimitry Andric2012-08-061-2/+2
* | Fix two instances in pam_krb5(8), where the variable 'princ_name' couldDimitry Andric2012-08-061-4/+4
* | Add an option for pam_krb5 to allow it to authenticate users which don't haveDoug Rabson2012-08-051-4/+7
|/
* Passing NULL as a key casues a segfault when loading SSH 1 keys. UseDag-Erling Smørgrav2012-05-261-1/+1
* Fixes to man8 groff mandoc style, usage mistakes, or typos.Warren Block2012-05-241-2/+2
* Fix error messages containing the executed command nameJean-Sébastien Pédron2012-04-121-31/+77
* Remove trailing whitespace per mdoc lint warningEitan Adler2012-03-291-1/+1