summaryrefslogtreecommitdiffstats
path: root/lib/libpam
Commit message (Expand)AuthorAgeFilesLines
* Tidy up.ru2002-06-061-10/+3
* Missed one in previous commit.des2002-05-301-2/+4
* mdoc(7) police: kill whitespace at EOL.ru2002-05-301-1/+1
* mdoc(7) police: polish markup.ru2002-05-301-34/+68
* mdoc(7) police: tidy up the markup.ru2002-05-301-6/+15
* Add pam_ksu(8), a module to do Kerberos 5 authentication andnectar2002-05-284-0/+412
* Add openpam_nullconv.3.des2002-05-241-0/+1
* Add missing include.des2002-05-241-0/+1
* Just to show that PAM can do almost anything from the ridiculous to thedes2002-05-237-0/+418
* Hide a couple of unguarded error returns behind the no_fail test.des2002-05-231-5/+6
* Free old_pwd only in the code path where it has been allocated.jmallett2002-05-221-1/+1
* Do not build pam_ssh if NOSECURE is set (NO_OPENSSL is on a subset of NOSECURE)obrien2002-05-151-1/+2
* Major cleanup of bsd.lib.mk.ru2002-05-131-2/+2
* Added new bsd.incs.mk which handles installing of header filesru2002-05-121-10/+3
* Don't declare krb5_mcc_ops, it's already declared in <krb5.h>des2002-05-121-2/+0
* Use libutil and libypclnt for all passwd manipulation and NIS needs.des2002-05-082-22/+41
* Add a no_fail option.des2002-05-082-6/+20
* Add pam_ftpusers(8), which enforces /etc/ftpusers.des2002-05-084-0/+222
* Add openpam_nullconv.c to SRCS.des2002-05-021-0/+1
* 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
* Oops, fix an inverted if test.des2002-04-201-1/+1
* Strip /dev/ from tty name, and clean up the "last login" printout.des2002-04-201-6/+10
* Revert previous change. bsd.dep.mk,v 1.31 had a bug that was fixedru2002-04-171-2/+2
* Add a missing .El and fix a typo.des2002-04-161-1/+2
* Reflect change in share/mk/bsd.dep.mk,v 1.31.ru2002-04-161-2/+2
* 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
* Throw in NO_WERROR to please the peanut gallery.des2002-04-151-0/+1
* Use PAM_SUCCESS instead of PAM_IGNORE.des2002-04-152-3/+3
* Whitespace nits.des2002-04-151-17/+17
* Add a manual page based on Solar Designer's README.des2002-04-152-1/+234
* pam_passwdqc depends on libcrypt.des2002-04-151-0/+2
* 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
* pam_passwdqc builds now.des2002-04-141-1/+1
* More recent versions of pam_passwdqc (not yet released) build with verydes2002-04-141-1/+2
* New files in OpenPAM Cineraria.des2002-04-141-0/+2
* Cosmetic nit.des2002-04-141-1/+1
* Cast a ptrdiff_t to int before using it as a printf field width.des2002-04-141-2/+2
* Change || into && (braino in previous commit). Also append \n to thedes2002-04-131-2/+2
* Major cleanup:des2002-04-1222-1415/+499
* Add a pam_rhosts module, loosely based on code submitted by Danny Braniss.des2002-04-124-0/+196
* Rename the even_root option to allow_root.des2002-04-122-7/+6
* Reimplement the hack to put pam_static.o into .depend with some magic.ru2002-04-111-7/+3
* Moved SHLIB_NAME definition into one place.ru2002-04-1020-27/+9
* Fixed broken "make depend; make clean; make all" sequence.ru2002-04-101-1/+1
* Fix broken `checkdpadd'.ru2002-04-101-1/+1
* Don't override standard _EXTRADEPEND actions, add to them.ru2002-04-101-5/+5
* Remove debugging code that was inadvertantly brought in by previous commit.des2002-04-081-1/+0
OpenPOWER on IntegriCloud