summaryrefslogtreecommitdiff
path: root/auth-pam.c
Commit message (Expand)AuthorAgeFilesLines
* - (dtucker) [auth-pam.c scard-opensc.c] Tinderbox says auth-pam.c usesDarren Tucker2004-05-131-2/+2
* - (dtucker) [auth-pam.c] Log username and source host for failed PAMDarren Tucker2004-04-181-3/+6
* - (dtucker) [auth-pam.c] rename the_authctxt to sshpam_authctxt in auth-pam.cDarren Tucker2004-03-301-8/+8
* - (dtucker) [auth-pam.c auth-pam.h auth1.c auth2.c monitor.c monitor_wrap.cDarren Tucker2004-03-081-12/+17
* - (dtucker) [auth-pam.c] Reset signal status when starting pam auth thread,Darren Tucker2004-03-041-1/+2
* - (dtucker) [auth-pam.c] Don't try to export PAM when compiled withDarren Tucker2004-03-041-1/+3
* - (dtucker) [auth-pam.c] Store output from pam_session and pam_setcred forDarren Tucker2004-02-171-2/+47
* - (dtucker) [auth-pam.c] Tidy up PAM debugging. ok djm@Darren Tucker2004-02-171-3/+5
* - (dtucker) [auth-pam.c auth-pam.h session.c] Bug #14: Use do_pwchange toDarren Tucker2004-02-101-19/+10
* - (dtucker) [auth-pam.c] Add minor debugging.Darren Tucker2004-01-151-3/+12
* - (dtucker) [auth-pam.c] Reset signal handler in pthread_cancel too, addDarren Tucker2004-01-141-1/+4
* - (dtucker) [auth-pam.c] Have monitor die if PAM authentication thread exitsDarren Tucker2004-01-141-1/+22
* - (dtucker) [auth-pam.c] Relocate struct pam_ctxt and prototypes. NoDarren Tucker2004-01-131-12/+15
* - (dtucker) [auth-pam.c defines.h] Bug #783: move __unused to defines.h andDarren Tucker2004-01-081-3/+1
* - (djm) OSX/Darwin put the PAM headers in a different place, detect this.Damien Miller2004-01-021-1/+5
* Enable commented-out "if (compat20)" test. (Should not have been committed.)Darren Tucker2003-12-181-3/+3
* - (dtucker) [auth-pam.c] Do PAM chauthtok during SSH2 keyboard-interactiveDarren Tucker2003-12-181-13/+51
* more whitespace (tabs this time)Damien Miller2003-11-211-4/+4
* - djm@cvs.openbsd.org 2003/11/21 11:57:03Damien Miller2003-11-211-22/+22
* - (dtucker) [auth-pam.c] Only use pam_putenv if our platform has it. ok djm@Darren Tucker2003-11-181-1/+3
* - (dtucker) [auth-pam.c] Convert chauthtok_conv into a generic tty_conv,Darren Tucker2003-11-181-31/+25
* - (djm) Export environment variables from authentication subprocess toDamien Miller2003-11-171-7/+76
* - (djm) Bug #632: Don't call pam_end indirectly from within kbd-intDamien Miller2003-11-171-12/+23
* - (dtucker) [auth-pam.c] Add newline to accumulated PAM_TEXT_INFO andDarren Tucker2003-11-131-3/+3
* - (dtucker) [auth-pam.c] Append newlines to lines output by theDarren Tucker2003-11-131-3/+3
* Add FALLTHROUGH commentDarren Tucker2003-10-091-1/+2
* - (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