summaryrefslogtreecommitdiff
path: root/lib/libpam/modules/pam_login_access
Commit message (Expand)AuthorAgeFilesLines
* pkgbase: Put more binaries/lib in runtimeEmmanuel Vadot2022-01-051-0/+2
* pam_login_access: Fix negative entry matching logicMark Johnston2021-02-241-3/+3
* This commit makes significant changes to pam_login_access(8) to bring itCy Schubert2020-02-185-72/+160
* strchr() returns a pointer not an int.Cy Schubert2020-02-181-1/+1
* Add missing SYNOPSIS section.Cy Schubert2020-02-181-1/+3
* There is no pam(8) man page, it is pam(3).Cy Schubert2020-02-181-2/+2
* When pam_login_access(5) fails to match a username it attempts toCy Schubert2020-02-181-3/+35
* The words ALL, LOCAL, and EXCEPT have special meaning and are documentedCy Schubert2020-02-181-4/+4
* Improve the legibility of the login.access.5 man page by separatingCy Schubert2019-05-071-1/+3
* lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-262-0/+4
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* libpam: replace 0 with NULL for pointers.Pedro F. Giffuni2016-04-091-2/+2
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+19
|\
| * Updated/new dependenciesSimon J. Gerraty2014-11-191-1/+0
| * Merge from head@274682Simon J. Gerraty2014-11-191-7/+14
| |\ | |/ |/|
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+1
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * Updated/new Makefile.dependSimon J. Gerraty2012-11-081-0/+4
| * Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+16
* | 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
|/
* Re-add support for NIS netgroups (heavily modified from patch in PR)Dag-Erling Smørgrav2007-05-251-4/+22
* Bump .Dd.Joel Dahl2006-09-131-1/+1
* Remove references to the pam(8) manual page. It does not exist.Joel Dahl2006-09-131-1/+0
* Add appropriate xrefs.Yaroslav Tykhiy2006-03-062-2/+3
* Since the whole login.access feature has moved to PAM,Yaroslav Tykhiy2006-03-061-1/+1
* Sync with src/usr.bin/login/login.access.5.Yaroslav Tykhiy2006-03-061-5/+1
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-022-4/+7
* Deal with unsafe tab characters.Ruslan Ermilov2004-07-021-1/+3
* Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror)Mark Murray2004-03-051-1/+1
* Fix numerous constness and aliasing issues.Dag-Erling Smørgrav2004-02-101-3/+3
* Fix strict aliasing breakage in PAM modules (except pam_krb5, which needsDag-Erling Smørgrav2003-12-111-5/+5
* Treat an empty PAM_RHOST the same as a NULL one.Dag-Erling Smørgrav2003-04-301-1/+1
* style.Makefile(5) policeDavid E. O'Brien2003-03-091-3/+3
* Major cleanup:Dag-Erling Smørgrav2002-04-121-76/+9
* Moved SHLIB_NAME definition into one place.Ruslan Ermilov2002-04-101-1/+0
* mdoc(7) police: nits.Ruslan Ermilov2002-03-181-3/+5
* NAI DBA update.Dag-Erling Smørgrav2002-03-143-3/+3
* Switch to OpenPAM. Bump library version. Modules are now versioned, soDag-Erling Smørgrav2002-03-051-1/+1
* #include cleanup.Dag-Erling Smørgrav2002-02-051-1/+2
* WARNS=n fixes (and some stylistic issues).Mark Murray2002-02-033-27/+61
* Post-repocopy cleanup.Dag-Erling Smørgrav2002-02-012-7/+1
* Still with asbestos longjohns on, completely PAMify login(1) and removeDag-Erling Smørgrav2002-01-301-19/+20
* WARNS=4 fixes. Protect with NO_WERROR for the modules that haveMark Murray2002-01-241-6/+6
* Correctly interpret PAM_RHOST being unset as an indicator of a localDag-Erling Smørgrav2002-01-241-1/+5