aboutsummaryrefslogtreecommitdiff
path: root/lib/libpam
Commit message (Expand)AuthorAgeFilesLines
* Commenting out WARNS actually brought it up to 4.Ruslan Ermilov2005-09-281-1/+1
* Comment out WARNS, the OpenSSL headers don't compile cleanly on some platforms.Dag-Erling Smørgrav2005-09-281-1/+1
* Increase WARNS.Dag-Erling Smørgrav2005-09-261-1/+1
* Correct the logic for determining whether the user has already enteredDag-Erling Smørgrav2005-09-261-4/+7
* Do not use passphraseless keys for authentication unless the nullokDag-Erling Smørgrav2005-09-222-2/+13
* Narrow the use of user credentials.Dag-Erling Smørgrav2005-09-211-14/+10
* When (re)allocating space for an array of pointers to char, useColin Percival2005-09-191-1/+1
* Bump the shared library version number of all libraries that have notKen Smith2005-07-221-1/+1
* Missed one piece of the cluster's quirk. Need to override WARNS becauseKen Smith2005-07-081-0/+1
* This is sort of an MFS. Peter made these changes to the RELENG_*Ken Smith2005-07-072-0/+7
* Use the correct login class when setting a new password.Dag-Erling Smørgrav2005-07-051-1/+1
* Update for OpenPAM Figwort.Dag-Erling Smørgrav2005-06-172-1/+6
* Assorted markup fixes.Ruslan Ermilov2005-06-151-1/+1
* Don't use a cast as an lvalue.Dag-Erling Smørgrav2005-06-131-3/+3
* Use appropriate error codes for each facility instead of just PAM_AUTH_ERR.Dag-Erling Smørgrav2005-06-101-4/+4
* Revert the commits that made libssh an INTERNALLIB; they caused too muchDag-Erling Smørgrav2005-06-071-2/+1
* Fix libssh dependency.Dag-Erling Smørgrav2005-06-061-1/+2
* NI_WITHSCOPEID cleanupHajimu UMEMOTO2005-05-131-1/+1
* Expand *n't contractions.Ruslan Ermilov2005-02-131-1/+1
* In addition to the PAM environment, export a handful of useful PAM items.Dag-Erling Smørgrav2005-02-012-8/+62
* Add openpam_free_envlist(3).Dag-Erling Smørgrav2005-02-011-0/+2
* When "no_ccache" is set as an argument to the pam_krb5 module, don'tRobert Watson2005-01-241-0/+4
* The final argument to verify_krb_v5_tgt() is the debug flag, not theRobert Watson2005-01-231-2/+3
* Fixed xref.Ruslan Ermilov2005-01-212-3/+3
* NOCRYPT -> NO_CRYPTRuslan Ermilov2004-12-211-2/+2
* NOINSTALLLIB -> NO_INSTALLLIBRuslan Ermilov2004-12-211-1/+1
* NODOCCOMPRESS -> NO_DOCCOMPRESSRuslan Ermilov2004-12-212-3/+3
* Add knob NO_NIS (fka NO_YP_LIBC) and make world compileable when set.Bjoern A. Zeeb2004-11-131-3/+7
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-242-4/+4
* Join the 21st century: Cryptography is no longer an optional componentColin Percival2004-08-064-7/+0
* Downgrade WARNS level for GCC 3.4.2.Alexander Kabaev2004-07-282-1/+2
* Markup nits.Ruslan Ermilov2004-07-051-2/+2
* Sort SEE ALSO references (in dictionary order, ignoring case).Ruslan Ermilov2004-07-041-1/+1
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-0216-19/+23
* Deal with unsafe tab characters.Ruslan Ermilov2004-07-021-1/+3
* Markup, grammar, punctuation.Ruslan Ermilov2004-07-012-3/+3
* Revert the last change. There are more 64bit platforms than amd64, andAlexander Kabaev2004-06-251-1/+1
* Remove the use of cast as lvalue.Alexander Kabaev2004-06-251-1/+1
* Add -DDEBUG to DEBUG_FLAGS if PAM_DEBUG is defined.Dag-Erling Smørgrav2004-03-151-0/+4
* Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror)Mark Murray2004-03-051-1/+1
* style cleanup: Remove duplicate $FreeBSD$ tags.Colin Percival2004-02-101-2/+0
* Fix numerous constness and aliasing issues.Dag-Erling Smørgrav2004-02-106-19/+18
* Put libraries in the link order.Ruslan Ermilov2004-02-041-3/+2
* This module doesn't use libgssapi (and it looks never did).Ruslan Ermilov2004-02-041-3/+2
* Implement pam_sm_close_session().Dag-Erling Smørgrav2004-01-261-1/+13
* Deal better with the crypto version of the PAM library that goesRuslan Ermilov2004-01-185-4/+7
* DISTRIBUTION is normally single-valued.Ruslan Ermilov2004-01-181-1/+1
* Remove crossref to pam.conf(5) which never existed.Jens Schweikhardt2004-01-171-1/+0
* bsd.dep.mk,v 1.43 allows us to replace a hack with a solution.Ruslan Ermilov2004-01-131-3/+3
* Fix a strict aliasing issue. Also remove an unnecessary pam_get_item()Dag-Erling Smørgrav2003-12-111-8/+6