summaryrefslogtreecommitdiffstats
path: root/lib/libpam/modules/pam_unix
Commit message (Expand)AuthorAgeFilesLines
* english(4) police.schweikh2002-12-271-1/+1
* Free old_pwd only in the code path where it has been allocated.jmallett2002-05-221-1/+1
* Use libutil and libypclnt for all passwd manipulation and NIS needs.des2002-05-082-22/+41
* Don't ask root for the old password, except in the NIS case.des2002-04-261-1/+6
* Fix a really dumb bug (missing curly braces around the body of an ifdes2002-04-261-2/+3
* Revert previous commit, it is incorrect.des2002-04-151-1/+1
* Properly spell rpcsvc/ypclnt.h and fix the build.obrien2002-04-151-1/+1
* Prompt for new password during update phase, not during preliminary phase.des2002-04-151-16/+10
* Dike out most of the NIS code and replace it with calls to libypclnt.des2002-04-152-285/+79
* Major cleanup:des2002-04-121-67/+36
* Moved SHLIB_NAME definition into one place.ru2002-04-101-2/+1
* Fixed broken "make depend; make clean; make all" sequence.ru2002-04-101-1/+1
* Align for const poisoning in -lutil.ru2002-04-081-3/+3
* Reorganize pam_sm_authenticate() to reduce code duplication.des2002-04-071-59/+22
* Fix bug in previous commit that passed the wrong default value todes2002-04-071-6/+8
* Aggressive cleanup of warnings + authtok-related code in preparation fordes2002-04-061-78/+29
* Fix some style issues, a const warning, and abuse of PAM_ABORT.des2002-04-061-11/+15
* Fix world breakage introduced by my recent modifications tocjc2002-03-182-2/+3
* NAI DBA update.des2002-03-142-2/+2
* Remove the use of random(3), and encapsulate the salt-generation inmarkm2002-03-141-30/+33
* Don't ignore system CFLAGS.sobomax2002-03-071-1/+1
* Switch to OpenPAM. Bump library version. Modules are now versioned, sodes2002-03-052-44/+37
* This file needs <syslog.h>.des2002-02-091-0/+1
* Remove NO_WERROR, now that WARNS=n is gone.markm2002-02-061-1/+0
* #include cleanup.des2002-02-051-2/+2
* Add the other half of the salt-generating code. No functionalmarkm2002-02-041-8/+7
* WARNS=n fixes (and some stylistic issues).markm2002-02-031-25/+27
* With asbestos longjohns on, integrate most of the checks normally done bydes2002-01-301-32/+102
* WARNS=4 fixes. Protect with NO_WERROR for the modules that havemarkm2002-01-241-0/+1
* Back out recent changesache2002-01-191-12/+12
* Back out second right-now-expired password check in pam_sm_chauthtok,ache2002-01-191-2/+1
* Add yet one expired-right-now password check, in pam_sm_chauthtokache2002-01-191-13/+12
* Add missing check for right-now-expired passwordache2002-01-191-0/+2
* mdoc(7) police: sort xrefs.ru2001-12-081-5/+5
* Document the local_pass and nis_pass options, add a few xrefs, and reorderdes2001-11-271-5/+29
* Don't put an extra space after password prompts, because it violates POLA,sobomax2001-10-251-4/+4
* Add __FBSDID()s to libpamdillon2001-09-301-2/+3
* Big module makeover; improve logging, standardise variable names,markm2001-08-263-22/+537
* Fix a couple of cross-references to reflect the reality of the module.markm2001-08-151-2/+2
* mdoc(7) police: -xwidth has been fold into -width.ru2001-07-131-3/+3
* mdoc(7) police: fixed markup, a little bit.ru2001-07-111-8/+8
* Clean up (and in some cases write) the PAM mudules, usingmarkm2001-07-093-33/+222
* Big module cleanup.markm2001-06-041-9/+2
* Add the "nullok" option that causes this module to succeed if the Unixmarkm2001-06-041-3/+11
* Add the "auth_as_self" option to the pam_unix module (there is nomarkm2001-05-241-3/+8
* Use a unified libgcc rather than a seperate one for threaded andobrien2001-01-061-2/+2
* Add libcrypt. This previously/coincidentally worked for login,markm1999-09-301-2/+2
* Revive the pam_deny and pam_permit modules from Linux-PAM. They arejdp1999-05-082-2/+76
* Fix bug that prevented accounts with empty passwords from loggingjdp1999-04-061-1/+1
* Make it possible to use PAM in statically-linked applications.jdp1999-01-202-7/+8
OpenPOWER on IntegriCloud