summaryrefslogtreecommitdiff
path: root/auth-pam.c
Commit message (Expand)AuthorAgeFilesLines
* - (djm) [auth-pam.c] Don't use crappy APIs like sprintf. Thanks baldjm2003-07-301-5/+8
* - (djm) OpenBSD CVS Syncdjm2003-06-031-3/+2
* - (djm) Fix segv from bad reordering in auth-pam.cdjm2003-06-021-2/+2
* - (djm) Return of the dreaded PAM_TTY_KLUDGE, which went missing indjm2003-05-181-3/+21
* - (djm) Guard free_pam_environment against NULL argument. Works arounddjm2003-05-161-0/+3
* - (djm) Die screaming if start_pam() is called when UsePAM=nodjm2003-05-141-0/+3
* - (djm) Add new UsePAM configuration directive to allow runtime controldjm2003-05-141-1/+6
* - (djm) Merge FreeBSD PAM code: replaces PAM password auth kludge withAFTER_FREEBSD_PAM_MERGEdjm2003-05-101-351/+544
* - (djm) Add back radix.o (used by AFS support), after it went missing fromdjm2003-04-291-7/+7
* *** empty log message ***djm2003-04-091-4/+4
* - (djm) Reorganise PAM & SIA password handling to eliminate some common codedjm2003-01-221-9/+1
* - (stevesk) [auth-pam.c] should use PAM_MSG_MEMBER(); from solarstevesk2002-07-281-2/+2
* - (stevesk) [auth-pam.c] typo in commentstevesk2002-07-231-2/+2
* - (stevesk) [auth-pam.[ch] session.c] pam_getenvlist() must bestevesk2002-07-231-1/+11
* - (stevesk) [auth-pam.[ch] ssh.h] move SSHD_PAM_SERVICE to auth-pam.hstevesk2002-07-211-2/+1
* - (stevesk) [auth-pam.c] cast to avoid initialization type mismatchstevesk2002-07-211-2/+2
* - (stevesk) [auth-pam.c] merge rest of solar's PAM patch;stevesk2002-07-211-2/+24
* - (stevesk) [auth-pam.c] merge cosmetic changes from solar'sstevesk2002-07-211-4/+4
* - (djm) Use PAM_MSG_MEMBER for PAM_TEXT_INFO messages, use xmalloc &djm2002-07-021-9/+7
* - (djm) Don't reinitialise PAM credentials before we have started PAM.djm2002-05-081-1/+4
* - (djm) Disable PAM password expiry until a complete fix for bug #188 existsdjm2002-04-261-1/+3
* - (djm) Make privsep work with PAM (still experimental)djm2002-04-231-1/+2
* - (stevesk) [auth-pam.c auth-pam.h auth-passwd.c auth-sia.c auth-sia.hstevesk2002-04-041-2/+4
* - (djm) Cleanup after sync:djm2002-02-051-2/+2
* - (stevesk) auth-pam.c: use do_pam_authenticate(PAM_DISALLOW_NULL_AUTHTOK)stevesk2001-11-091-2/+3
* - (stevesk) Fix compile problem with PAM password change fixstevesk2001-10-281-3/+3
* - (djm) Fix for PAM password changes being echoed (from stevesk)djm2001-10-281-4/+4
* - (djm) Avoid bug in Solaris PAM libsdjm2001-10-281-2/+2
* - (stevesk) auth-pam.c: use PERMIT_NO_PASSWDstevesk2001-04-231-2/+2
* - (stevesk) pam_start() doesn't use DNS now for sshd -u0.stevesk2001-04-231-5/+7
* - (stevesk) set the default PAM service name to __progname insteadstevesk2001-04-201-1/+3
* - (djm) Reestablish PAM credentials (which can be supplemental groupdjm2001-03-271-3/+4
* - (djm) Don't loop forever when changing password via PAM. Patchdjm2001-03-211-9/+5
* - (djm) Make sure pam_retval is initialised on call to pam_end. Patchdjm2001-03-211-2/+2
* - (djm) Force standard PAM conversation function in a few more places.djm2001-02-281-1/+7
* whitspacedjm2001-02-261-1/+2
* - (djm) Clean up PAM namespace. Suggested by Darren Moffatdjm2001-02-151-56/+56
* - (djm) Don't try to close PAM session or delete credentials if thedjm2001-02-131-3/+13
* Oops - missed a bit of previous diffdjm2001-02-111-2/+2
* - (djm) Set PAM_RHOST earlier, patch from Andrew Bartlettdjm2001-02-111-8/+9
* - (djm) Much KNF on PAM codedjm2001-02-071-106/+110
* - stevesk@cvs.openbsd.org 2001/02/04 08:32:27stevesk2001-02-051-30/+30
* NB: big update - may break stuff. Please test!djm2001-02-041-3/+5
* Hopefully things did not get mixed around too much. It compiles undermouring2001-01-221-1/+4
* - (djm) Merge patch from Tim Waugh (via Nalin Dahyabhai <nalin@redhat.com>)djm2001-01-191-4/+4
* - (djm) Workaround PAM inconsistencies between Solaris derived PAM codedjm2000-12-201-6/+6
* - (djm) Added patch from Nalin Dahyabhai <nalin@redhat.com> to enabledjm2000-12-031-6/+29
* function prototype and definition consistency cleanup.stevesk2000-10-141-3/+3
* - (stevesk) ~/.hushlogin shouldn't cause required password change tostevesk2000-10-141-1/+7
* - (djm) Big OpenBSD sync:djm2000-10-141-2/+2