summaryrefslogtreecommitdiff
path: root/lib/libpam
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/5.2.0_cvscvs2svn2004-01-1083-84/+84
* Fix on sparc64.Maxim Sobolev2003-11-121-1/+1
* Add a new configuration variable - nas_ipaddr, which if set allows toMaxim Sobolev2003-11-122-8/+47
* - fix to UID test description, non-zero -> zeroKen Smith2003-10-171-1/+1
* Ignore ECHILD from waitpid(2) (our child may have been reaped by theDag-Erling Smørgrav2003-09-191-1/+2
* Revert previous commit after fixing libpam.Dag-Erling Smørgrav2003-07-211-1/+1
* Add a __DECONST() to unbreak the build.Dag-Erling Smørgrav2003-07-151-1/+1
* Fix the master yppasswd routines, so they really workMartin Blapp2003-06-151-0/+26
* Add openpam_readline(3).Dag-Erling Smørgrav2003-06-011-0/+2
* Retire pam_wheel(8) (which has been disconnected for quite a while) andDag-Erling Smørgrav2003-06-016-657/+0
* Don't build pam_std_option().Dag-Erling Smørgrav2003-05-311-2/+1
* Update copyright dates.Dag-Erling Smørgrav2003-05-315-5/+5
* Remove pam_std_option() and related functions. Add #defines for commonDag-Erling Smørgrav2003-05-311-24/+6
* Remove all instances of pam_std_option()Dag-Erling Smørgrav2003-05-315-167/+58
* Introduce pam_guest(8) which will replace pam_ftp(8).Dag-Erling Smørgrav2003-05-314-1/+220
* mdoc(7) fixes.Ruslan Ermilov2003-05-241-4/+4
* Retire the useless NOSECURE knob.Dag-Erling Smørgrav2003-05-191-2/+1
* OpenPAM is WANRS6-clean.Dag-Erling Smørgrav2003-05-051-1/+1
* Turn MAKE_KERBEROS5 into NO_KERBEROS by negating the logic. Some extraMark Murray2003-05-051-1/+1
* Trasmute moer "krb5" distibutions into "crypto".Mark Murray2003-05-011-3/+1
* Use C99-style varadic macros instead of the non-standard gcc syntax.Dag-Erling Smørgrav2003-05-011-5/+5
* Mark libpam as c99- and WARNS5-clean.Dag-Erling Smørgrav2003-05-011-1/+2
* 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-304-5/+5
* Set $HOME to the correct directory (within the chroot tree).Dag-Erling Smørgrav2003-04-301-0/+1
* Remove a bogus null password check which assumed that a user with an emptyDag-Erling Smørgrav2003-04-241-2/+8
* Connect the pam_chroot(8) module to the build.Dag-Erling Smørgrav2003-04-081-0/+1
* Add a cwd option which specifies where to chdir(2) after the chroot(2).Dag-Erling Smørgrav2003-04-082-6/+22
* Experimental pam_chroot module (not connected to the build)Dag-Erling Smørgrav2003-03-303-0/+193
* This module is not WARNS-clean, due to brokenness in OpenSSL headers.Dag-Erling Smørgrav2003-03-101-0/+1
* Somewhat better wording.Dag-Erling Smørgrav2003-03-101-8/+6
* Silence warning caused by OPIE brokenness.Dag-Erling Smørgrav2003-03-101-2/+3
* style.Makefile(5) policeDavid E. O'Brien2003-03-0928-221/+223
* KerberosIV de-orbit burn continues. Remove the KerberosIV PAM module.Mark Murray2003-03-087-454/+0
* Comment-only assistance to lint to kill warnings.Mark Murray2003-03-081-0/+4
* mdoc(7) police: Nits.Ruslan Ermilov2003-03-032-4/+4
* mdoc(7) police: markup laundry.Ruslan Ermilov2003-02-232-2/+2
* Add an "allow_local" option which forces historical behaviour.Dag-Erling Smørgrav2003-02-162-2/+20
* Assume "localhost" if no remote host was specified. This is safe from aDag-Erling Smørgrav2003-02-151-3/+4
* Use pam_get_user(3) instead of pam_get_item(3) where appropriate.Dag-Erling Smørgrav2003-02-102-4/+4
* Complete rewrite of pam_ssh(8). The previous version was becoming hardDag-Erling Smørgrav2003-02-094-547/+297
* Maybe I was a little too fast? Remove debugging code, and commit theDag-Erling Smørgrav2003-02-063-2/+90
* Replace pam_wheel(8) with pam_group(8) which has a cleaner interface. TheDag-Erling Smørgrav2003-02-062-1/+119
* Make sure the message is only printed once.Dag-Erling Smørgrav2003-02-061-3/+5
* Don't blame markm for what he didn't do - writing these man pages, forDag-Erling Smørgrav2003-02-062-6/+2
* Update copyright.Dag-Erling Smørgrav2003-02-061-1/+1
* Add support for escape sequences in the arguments (e.g. %u for user name)Dag-Erling Smørgrav2003-02-062-24/+82
* Export the PAM environment to the child process instead of the "normal"Dag-Erling Smørgrav2003-02-062-3/+12
* Minimal manual page for pam_kerberosIV(8).Dag-Erling Smørgrav2003-02-062-0/+66
* In pam_sm_acct_mgmt(), retrieve the cached credentials before trying toDag-Erling Smørgrav2003-02-031-3/+6