summaryrefslogtreecommitdiff
path: root/auth-pam.c
Commit message (Expand)AuthorAgeFilesLines
* - (dtucker) [auth-pam.c auth-pam.h session.c] Make PAM use the new staticDarren Tucker2003-10-071-20/+20
* - (djm) Sync with V_3_7 branch:Damien Miller2003-09-231-30/+54
* - (djm) Sync with V_3_7 branchDamien Miller2003-09-171-9/+11
* Add extern __progname, needed if SSHD_PAM_SERVICE not definedDarren Tucker2003-09-131-1/+2
* - (dtucker) [auth-pam.c] Use SSHD_PAM_SERVICE for PAM service name, patchDarren Tucker2003-09-131-2/+3
* - (djm) Bug #423: reorder setting of PAM_TTY and calling of PAM sessionDamien Miller2003-09-021-7/+12
* - (djm) Don't initialise pam_conv structures inline. Avoids HP/UX compilerDamien Miller2003-09-021-3/+9
* - (dtucker) [Makefile.in acconfig.h auth-krb5.c auth-pam.c auth-pam.hDarren Tucker2003-08-261-1/+24
* - (djm) Bug #564: Perform PAM account checks for all authentications whenDamien Miller2003-08-251-25/+27
* - (dtucker) [auth-pam.c] Don't set PAM_TTY if tty is null. ok djm@Darren Tucker2003-08-081-6/+8
* - (djm) [auth-pam.c] Don't use crappy APIs like sprintf. Thanks balDamien Miller2003-07-301-5/+8
* - (djm) OpenBSD CVS SyncDamien Miller2003-06-031-3/+2
* - (djm) Fix segv from bad reordering in auth-pam.cDamien Miller2003-06-021-2/+2
* - (djm) Return of the dreaded PAM_TTY_KLUDGE, which went missing inDamien Miller2003-05-181-3/+21
* - (djm) Guard free_pam_environment against NULL argument. Works aroundDamien Miller2003-05-161-0/+3
* - (djm) Die screaming if start_pam() is called when UsePAM=noDamien Miller2003-05-141-0/+3
* - (djm) Add new UsePAM configuration directive to allow runtime controlDamien Miller2003-05-141-1/+6
* - (djm) Merge FreeBSD PAM code: replaces PAM password auth kludge withAFTER_FREEBSD_PAM_MERGEDamien Miller2003-05-101-351/+544
* - (djm) Add back radix.o (used by AFS support), after it went missing fromDamien Miller2003-04-291-7/+7
* *** empty log message ***Damien Miller2003-04-091-4/+4
* - (djm) Reorganise PAM & SIA password handling to eliminate some common codeDamien Miller2003-01-221-9/+1
* - (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