aboutsummaryrefslogtreecommitdiff
path: root/lib/libpam
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | Updated dependenciesSimon J. Gerraty2013-03-1125-0/+25
| | * | | | | | | | Updated dependenciesSimon J. Gerraty2013-02-1625-50/+0
| | * | | | | | | | Move build of openpam_static_modules.o to its own subdirSimon J. Gerraty2013-01-245-48/+113
| | * | | | | | | | Updated/new Makefile.dependSimon J. Gerraty2012-11-0825-0/+118
| | * | | | | | | | Sync from headSimon J. Gerraty2012-11-044-13/+15
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-2225-0/+429
* | | | | | | | | | | 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 to LIBADDBaptiste Daroussin2014-11-261-2/+1
* | | | | | | | | | Convert libraries to use LIBADDBaptiste Daroussin2014-11-2511-25/+12
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Hook up OpenPAM's own unit tests to the build.Dag-Erling Smørgrav2014-11-052-0/+23
* | | | | | | | | 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
* | | | | | | | | Upgrade to OpenPAM Ourouparia.Dag-Erling Smørgrav2014-09-151-0/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Vendor import of OpenPAM Ourouparia.vendor/openpam/OUROUPARIADag-Erling Smørgrav2014-09-159-30/+179
| * | | | | | | | | Merge upstream r763: fix is_upper() predicate.Dag-Erling Smørgrav2014-02-261-1/+9
| * | | | | | | | | Merge upstream r743: caught_signal should be static.Dag-Erling Smørgrav2013-09-071-1/+1
* | | | | | | | | | 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-252-2/+2
* | | | | | | 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
* | | | | | | Catch up with OpenPAM Nummularia.Sergey Kandaurov2013-11-211-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Make libldns and libssh private.Dag-Erling Smørgrav2013-09-081-0/+1
* | | | | | Update to OpenPAM Nummularia.Dag-Erling Smørgrav2013-09-071-1/+6
|\| | | | |
| * | | | | Vendor import of OpenPAM Nummularia..vendor/openpam/NUMMULARIADag-Erling Smørgrav2013-09-0784-424/+1225
* | | | | | MFV (r255364): move the code around in preparation for Nummularia.Dag-Erling Smørgrav2013-09-071-1/+1
|\| | | | | | |_|_|_|/ |/| | | |
| * | | | Prepare for OpenPAM Nummularia by reorganizing to match its new directoryDag-Erling Smørgrav2013-09-0776-0/+8843
| / / /
* | | | Make the PAM password strength checking module WARNS=2 safe.Will Andrews2013-08-271-1/+1
* | | | GC unused source file.Dag-Erling Smørgrav2013-08-161-178/+0
* | | | Backport upstream r684 (OPENPAM_DEBUG enables debugging macros but doesDag-Erling Smørgrav2013-04-141-3/+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
|/
* Update to OpenPAM Micrampelis.Dag-Erling Smørgrav2012-05-261-2/+15