summaryrefslogtreecommitdiff
path: root/auth-pam.c
Commit message (Expand)AuthorAgeFilesLines
* - (stevesk) [auth-pam.c] should use PAM_MSG_MEMBER(); from solarKevin Steves2002-07-281-2/+2
* - (stevesk) [auth-pam.c] typo in commentKevin Steves2002-07-231-2/+2
* - (stevesk) [auth-pam.[ch] session.c] pam_getenvlist() must beKevin Steves2002-07-231-1/+11
* - (stevesk) [auth-pam.[ch] ssh.h] move SSHD_PAM_SERVICE to auth-pam.hKevin Steves2002-07-211-2/+1
* - (stevesk) [auth-pam.c] cast to avoid initialization type mismatchKevin Steves2002-07-211-2/+2
* - (stevesk) [auth-pam.c] merge rest of solar's PAM patch;Kevin Steves2002-07-211-2/+24
* - (stevesk) [auth-pam.c] merge cosmetic changes from solar'sKevin Steves2002-07-211-4/+4
* - (djm) Use PAM_MSG_MEMBER for PAM_TEXT_INFO messages, use xmalloc &Damien Miller2002-07-021-9/+7
* - (djm) Don't reinitialise PAM credentials before we have started PAM.Damien Miller2002-05-081-1/+4
* - (djm) Disable PAM password expiry until a complete fix for bug #188 existsDamien Miller2002-04-261-1/+3
* - (djm) Make privsep work with PAM (still experimental)Damien Miller2002-04-231-1/+2
* - (stevesk) [auth-pam.c auth-pam.h auth-passwd.c auth-sia.c auth-sia.hKevin Steves2002-04-041-2/+4
* - (djm) Cleanup after sync:Damien Miller2002-02-051-2/+2
* - (stevesk) auth-pam.c: use do_pam_authenticate(PAM_DISALLOW_NULL_AUTHTOK)Kevin Steves2001-11-091-2/+3
* - (stevesk) Fix compile problem with PAM password change fixKevin Steves2001-10-281-3/+3
* - (djm) Fix for PAM password changes being echoed (from stevesk)Damien Miller2001-10-281-4/+4
* - (djm) Avoid bug in Solaris PAM libsDamien Miller2001-10-281-2/+2
* - (stevesk) auth-pam.c: use PERMIT_NO_PASSWDKevin Steves2001-04-231-2/+2
* - (stevesk) pam_start() doesn't use DNS now for sshd -u0.Kevin Steves2001-04-231-5/+7
* - (stevesk) set the default PAM service name to __progname insteadKevin Steves2001-04-201-1/+3
* - (djm) Reestablish PAM credentials (which can be supplemental groupDamien Miller2001-03-271-3/+4
* - (djm) Don't loop forever when changing password via PAM. PatchDamien Miller2001-03-211-9/+5
* - (djm) Make sure pam_retval is initialised on call to pam_end. PatchDamien Miller2001-03-211-2/+2
* - (djm) Force standard PAM conversation function in a few more places.Damien Miller2001-03-011-1/+7
* whitspaceDamien Miller2001-02-271-1/+2
* - (djm) Clean up PAM namespace. Suggested by Darren MoffatDamien Miller2001-02-151-56/+56
* - (djm) Don't try to close PAM session or delete credentials if theDamien Miller2001-02-141-3/+13
* Oops - missed a bit of previous diffDamien Miller2001-02-111-2/+2
* - (djm) Set PAM_RHOST earlier, patch from Andrew BartlettDamien Miller2001-02-111-8/+9
* - (djm) Much KNF on PAM codeDamien Miller2001-02-071-106/+110
* - stevesk@cvs.openbsd.org 2001/02/04 08:32:27Kevin Steves2001-02-051-30/+30
* NB: big update - may break stuff. Please test!Damien Miller2001-02-041-3/+5
* Hopefully things did not get mixed around too much. It compiles underBen Lindstrom2001-01-221-1/+4
* - (djm) Merge patch from Tim Waugh (via Nalin Dahyabhai <nalin@redhat.com>)Damien Miller2001-01-191-4/+4
* - (djm) Workaround PAM inconsistencies between Solaris derived PAM codeDamien Miller2000-12-201-6/+6
* - (djm) Added patch from Nalin Dahyabhai <nalin@redhat.com> to enableDamien Miller2000-12-031-6/+29
* function prototype and definition consistency cleanup.Kevin Steves2000-10-141-3/+3
* - (stevesk) ~/.hushlogin shouldn't cause required password change toKevin Steves2000-10-141-1/+7
* - (djm) Big OpenBSD sync:Damien Miller2000-10-141-2/+2
* - (djm) Don't accept PAM_PROMPT_ECHO_ON messages during initial authDamien Miller2000-10-141-8/+15
* - (stevesk) Print PAM return value in PAM log messages to aidKevin Steves2000-10-071-25/+32
* - (djm) Add Steve VanDevender's <stevev@darkwing.uoregon.edu> PAMDamien Miller2000-09-161-48/+95
* - (djm) Quieten the pam delete credentials error messageDamien Miller2000-08-301-2/+2
* - (djm) Fix pam sprintf fixDamien Miller2000-07-091-2/+2
* - (djm) Only enable PAM_TTY kludge for Linux. Problem report fromDamien Miller2000-07-091-1/+3
* - (djm) Fix bad fprintf format handling in auth-pam.c. Patch fromDamien Miller2000-07-081-2/+2
* Add explanation of PAM_TTY kludgeDamien Miller2000-06-221-2/+9
* - (djm) Add summary of configure options to end of ./configure runDamien Miller2000-06-181-1/+7
* - (djm) Glob manpages in RPM spec files to catch compressed filesDamien Miller2000-06-121-6/+27
* - Cleanup of auth.c, login.c and fake-*Damien Miller2000-05-311-43/+70