summaryrefslogtreecommitdiff
path: root/lib/libpam/modules/pam_unix
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/5.4.0_cvscvs2svn2005-05-073-3/+3
* MFC knob NO_NIS (fka NO_YP_LIBC) and make world compileable when set.Bjoern A. Zeeb2004-11-281-3/+7
* Fix numerous constness and aliasing issues.Dag-Erling Smørgrav2004-02-101-1/+1
* Remove crossref to pam.conf(5) which never existed.Jens Schweikhardt2004-01-171-1/+0
* Fix strict aliasing breakage in PAM modules (except pam_krb5, which needsDag-Erling Smørgrav2003-12-111-13/+10
* Fix the master yppasswd routines, so they really workMartin Blapp2003-06-151-0/+26
* Update copyright dates.Dag-Erling Smørgrav2003-05-311-1/+1
* Remove all instances of pam_std_option()Dag-Erling Smørgrav2003-05-311-38/+11
* Make sure rhostip is always initialized.Dag-Erling Smørgrav2003-04-301-1/+1
* Treat an empty PAM_RHOST the same as a NULL one.Dag-Erling Smørgrav2003-04-301-1/+1
* Remove a bogus null password check which assumed that a user with an emptyDag-Erling Smørgrav2003-04-241-2/+8
* style.Makefile(5) policeDavid E. O'Brien2003-03-091-6/+8
* english(4) police.Jens Schweikhardt2002-12-271-1/+1
* Free old_pwd only in the code path where it has been allocated.Juli Mallett2002-05-221-1/+1
* Use libutil and libypclnt for all passwd manipulation and NIS needs.Dag-Erling Smørgrav2002-05-082-22/+41
* Don't ask root for the old password, except in the NIS case.Dag-Erling Smørgrav2002-04-261-1/+6
* Fix a really dumb bug (missing curly braces around the body of an ifDag-Erling Smørgrav2002-04-261-2/+3
* Revert previous commit, it is incorrect.Dag-Erling Smørgrav2002-04-151-1/+1
* Properly spell rpcsvc/ypclnt.h and fix the build.David E. O'Brien2002-04-151-1/+1
* Prompt for new password during update phase, not during preliminary phase.Dag-Erling Smørgrav2002-04-151-16/+10
* Dike out most of the NIS code and replace it with calls to libypclnt.Dag-Erling Smørgrav2002-04-152-285/+79
* Major cleanup:Dag-Erling Smørgrav2002-04-121-67/+36
* Moved SHLIB_NAME definition into one place.Ruslan Ermilov2002-04-101-2/+1
* Fixed broken "make depend; make clean; make all" sequence.Ruslan Ermilov2002-04-101-1/+1
* Align for const poisoning in -lutil.Ruslan Ermilov2002-04-081-3/+3
* Reorganize pam_sm_authenticate() to reduce code duplication.Dag-Erling Smørgrav2002-04-071-59/+22
* Fix bug in previous commit that passed the wrong default value toDag-Erling Smørgrav2002-04-071-6/+8
* Aggressive cleanup of warnings + authtok-related code in preparation forDag-Erling Smørgrav2002-04-061-78/+29
* Fix some style issues, a const warning, and abuse of PAM_ABORT.Dag-Erling Smørgrav2002-04-061-11/+15
* Fix world breakage introduced by my recent modifications toCrist J. Clark2002-03-182-2/+3
* NAI DBA update.Dag-Erling Smørgrav2002-03-142-2/+2
* Remove the use of random(3), and encapsulate the salt-generation inMark Murray2002-03-141-30/+33
* Don't ignore system CFLAGS.Maxim Sobolev2002-03-071-1/+1
* Switch to OpenPAM. Bump library version. Modules are now versioned, soDag-Erling Smørgrav2002-03-052-44/+37
* This file needs <syslog.h>.Dag-Erling Smørgrav2002-02-091-0/+1
* Remove NO_WERROR, now that WARNS=n is gone.Mark Murray2002-02-061-1/+0
* #include cleanup.Dag-Erling Smørgrav2002-02-051-2/+2
* Add the other half of the salt-generating code. No functionalMark Murray2002-02-041-8/+7
* WARNS=n fixes (and some stylistic issues).Mark Murray2002-02-031-25/+27
* With asbestos longjohns on, integrate most of the checks normally done byDag-Erling Smørgrav2002-01-301-32/+102
* WARNS=4 fixes. Protect with NO_WERROR for the modules that haveMark Murray2002-01-241-0/+1
* Back out recent changesAndrey A. Chernov2002-01-191-12/+12
* Back out second right-now-expired password check in pam_sm_chauthtok,Andrey A. Chernov2002-01-191-2/+1
* Add yet one expired-right-now password check, in pam_sm_chauthtokAndrey A. Chernov2002-01-191-13/+12
* Add missing check for right-now-expired passwordAndrey A. Chernov2002-01-191-0/+2
* mdoc(7) police: sort xrefs.Ruslan Ermilov2001-12-081-5/+5
* Document the local_pass and nis_pass options, add a few xrefs, and reorderDag-Erling Smørgrav2001-11-271-5/+29
* Don't put an extra space after password prompts, because it violates POLA,Maxim Sobolev2001-10-251-4/+4
* Add __FBSDID()s to libpamMatthew Dillon2001-09-301-2/+3
* Big module makeover; improve logging, standardise variable names,Mark Murray2001-08-263-22/+537