aboutsummaryrefslogtreecommitdiff
path: root/lib/libpam
Commit message (Expand)AuthorAgeFilesLines
* Major cleanup of bsd.lib.mk.Ruslan Ermilov2002-05-131-2/+2
* Added new bsd.incs.mk which handles installing of header filesRuslan Ermilov2002-05-121-10/+3
* Don't declare krb5_mcc_ops, it's already declared in <krb5.h>Dag-Erling Smørgrav2002-05-121-2/+0
* Use libutil and libypclnt for all passwd manipulation and NIS needs.Dag-Erling Smørgrav2002-05-082-22/+41
* Add a no_fail option.Dag-Erling Smørgrav2002-05-082-6/+20
* Add pam_ftpusers(8), which enforces /etc/ftpusers.Dag-Erling Smørgrav2002-05-084-0/+222
* Add openpam_nullconv.c to SRCS.Dag-Erling Smørgrav2002-05-021-0/+1
* 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
* Oops, fix an inverted if test.Dag-Erling Smørgrav2002-04-201-1/+1
* Strip /dev/ from tty name, and clean up the "last login" printout.Dag-Erling Smørgrav2002-04-201-6/+10
* Revert previous change. bsd.dep.mk,v 1.31 had a bug that was fixedRuslan Ermilov2002-04-171-2/+2
* Add a missing .El and fix a typo.Dag-Erling Smørgrav2002-04-161-1/+2
* Reflect change in share/mk/bsd.dep.mk,v 1.31.Ruslan Ermilov2002-04-161-2/+2
* 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
* Throw in NO_WERROR to please the peanut gallery.Dag-Erling Smørgrav2002-04-151-0/+1
* Use PAM_SUCCESS instead of PAM_IGNORE.Dag-Erling Smørgrav2002-04-152-3/+3
* Whitespace nits.Dag-Erling Smørgrav2002-04-151-17/+17
* Add a manual page based on Solar Designer's README.Dag-Erling Smørgrav2002-04-152-1/+234
* pam_passwdqc depends on libcrypt.Dag-Erling Smørgrav2002-04-151-0/+2
* 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
* pam_passwdqc builds now.Dag-Erling Smørgrav2002-04-141-1/+1
* More recent versions of pam_passwdqc (not yet released) build with veryDag-Erling Smørgrav2002-04-141-1/+2
* New files in OpenPAM Cineraria.Dag-Erling Smørgrav2002-04-141-0/+2
* Cosmetic nit.Dag-Erling Smørgrav2002-04-141-1/+1
* Cast a ptrdiff_t to int before using it as a printf field width.Dag-Erling Smørgrav2002-04-141-2/+2
* Change || into && (braino in previous commit). Also append \n to theDag-Erling Smørgrav2002-04-131-2/+2
* Major cleanup:Dag-Erling Smørgrav2002-04-1222-1415/+499
* Add a pam_rhosts module, loosely based on code submitted by Danny Braniss.Dag-Erling Smørgrav2002-04-124-0/+196
* Rename the even_root option to allow_root.Dag-Erling Smørgrav2002-04-122-7/+6
* Reimplement the hack to put pam_static.o into .depend with some magic.Ruslan Ermilov2002-04-111-7/+3
* Moved SHLIB_NAME definition into one place.Ruslan Ermilov2002-04-1020-27/+9
* Fixed broken "make depend; make clean; make all" sequence.Ruslan Ermilov2002-04-101-1/+1
* Fix broken `checkdpadd'.Ruslan Ermilov2002-04-101-1/+1
* Don't override standard _EXTRADEPEND actions, add to them.Ruslan Ermilov2002-04-101-5/+5
* Remove debugging code that was inadvertantly brought in by previous commit.Dag-Erling Smørgrav2002-04-081-1/+0
* Use OpenPAM's credential switching functions.Dag-Erling Smørgrav2002-04-081-10/+9
* Add new files and man pages from OpenPAM Cinchona.Dag-Erling Smørgrav2002-04-081-0/+6
* Remove commented-out WARNS thingy.Dag-Erling Smørgrav2002-04-081-1/+0
* 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
* This one needs NO_WERROR too.Dag-Erling Smørgrav2002-04-071-0/+1
* Turn on NO_WERROR due to namespace pollution in krb5 headers.Dag-Erling Smørgrav2002-04-071-0/+1
* Aggressive cleanup of warnings + authtok-related code in preparation forDag-Erling Smørgrav2002-04-068-149/+111
* Disconnect pam_passwdqc for now, it has some issues that need resolving.Dag-Erling Smørgrav2002-04-061-0/+1
* Fix some style issues, a const warning, and abuse of PAM_ABORT.Dag-Erling Smørgrav2002-04-061-11/+15
* Remove some duplicate free()s and add some that were missing.Dag-Erling Smørgrav2002-04-051-21/+9