]> andersk Git - openssh.git/history - auth-pam.c
- (djm) [ssh-agent.c] unifdef some cygwin code; ok dtucker@
[openssh.git] / auth-pam.c
2004-08-16  dtucker - (dtucker) [acconfig.h auth-pam.c configure.ac] Set...
2004-07-21  djm - (djm) [auth-pam.c] Portable parts of bz#899: Don...
2004-07-18  djm - (djm) [auth-pam.c] Avoid use of xstrdup and friends...
2004-07-11  dtucker - (dtucker) [auth-pam.c] Check for zero from waitpid...
2004-07-01  dtucker - (dtucker) [auth-pam.c] Bug #559 (last piece): Pass...
2004-07-01  dtucker - (dtucker) [auth-pam.c] Bug #705: Make arguments...
2004-06-30  dtucker - (dtucker) [auth-pam.c] Check for buggy PAM modules...
2004-06-19  dtucker - (dtucker) [auth-pam.c] Don't use PAM namespace for
2004-06-03  dtucker - (dtucker) [auth-pam.c] Don't use pam_* namespace...
2004-06-01  djm - (djm) [auth-pam.c] Add copyright for local changes
2004-05-30  dtucker - (dtucker) [auth-pam.c] Use an invalid password for...
2004-05-30  dtucker - (dtucker) [auth-pam.c auth-pam.h auth-passwd.c]...
2004-05-24  dtucker - (dtucker) [auth-pam.c] Bug #839: Ensure that pam...
2004-05-13  dtucker - (dtucker) [auth-pam.c scard-opensc.c] Tinderbox...
2004-04-18  dtucker - (dtucker) [auth-pam.c] Log username and source host...
2004-03-30  dtucker - (dtucker) [auth-pam.c] rename the_authctxt to sshpam...
2004-03-08  dtucker - (dtucker) [auth-pam.c auth-pam.h auth1.c auth2.c...
2004-03-04  dtucker - (dtucker) [auth-pam.c] Reset signal status when...
2004-03-04  dtucker - (dtucker) [auth-pam.c] Don't try to export PAM when...
2004-02-17  dtucker - (dtucker) [auth-pam.c] Store output from pam_session...
2004-02-17  dtucker - (dtucker) [auth-pam.c] Tidy up PAM debugging. ok djm@
2004-02-10  dtucker - (dtucker) [auth-pam.c auth-pam.h session.c] Bug...
2004-01-14  dtucker - (dtucker) [auth-pam.c] Add minor debugging.
2004-01-14  dtucker - (dtucker) [auth-pam.c] Reset signal handler in pthre...
2004-01-14  dtucker - (dtucker) [auth-pam.c] Have monitor die if PAM authe...
2004-01-13  dtucker - (dtucker) [auth-pam.c] Relocate struct pam_ctxt...
2004-01-08  dtucker - (dtucker) [auth-pam.c defines.h] Bug #783: move...
2004-01-02  djm - (djm) OSX/Darwin put the PAM headers in a different...
2003-12-18  dtuckerEnable commented-out "if (compat20)" test. (Should...
2003-12-18  dtucker - (dtucker) [auth-pam.c] Do PAM chauthtok during SSH2...
2003-11-21  djmmore whitespace (tabs this time)
2003-11-21  djm - djm@cvs.openbsd.org 2003/11/21 11:57:03
2003-11-18  dtucker - (dtucker) [auth-pam.c] Only use pam_putenv if our...
2003-11-18  dtucker - (dtucker) [auth-pam.c] Convert chauthtok_conv into...
2003-11-17  djm - (djm) Export environment variables from authenticati...
2003-11-17  djm - (djm) Bug #632: Don't call pam_end indirectly from...
2003-11-13  dtucker - (dtucker) [auth-pam.c] Add newline to accumulated...
2003-11-13  dtucker - (dtucker) [auth-pam.c] Append newlines to lines...
2003-10-09  dtuckerAdd FALLTHROUGH comment
2003-10-07  dtucker - (dtucker) [auth-pam.c auth-pam.h session.c] Make...
2003-09-23  djm - (djm) Sync with V_3_7 branch:
2003-09-16  djm - (djm) Sync with V_3_7 branch
2003-09-13  dtuckerAdd extern __progname, needed if SSHD_PAM_SERVICE not...
2003-09-13  dtucker - (dtucker) [auth-pam.c] Use SSHD_PAM_SERVICE for...
2003-09-02  djm - (djm) Bug #423: reorder setting of PAM_TTY and calli...
2003-09-02  djm - (djm) Don't initialise pam_conv structures inline...
2003-08-26  dtucker - (dtucker) [Makefile.in acconfig.h auth-krb5.c auth...
2003-08-25  djm - (djm) Bug #564: Perform PAM account checks for all...
2003-08-08  dtucker - (dtucker) [auth-pam.c] Don't set PAM_TTY if tty...
2003-07-30  djm - (djm) [auth-pam.c] Don't use crappy APIs like sprint...
2003-06-03  djm - (djm) OpenBSD CVS Sync
2003-06-02  djm - (djm) Fix segv from bad reordering in auth-pam.c
2003-05-18  djm - (djm) Return of the dreaded PAM_TTY_KLUDGE, which...
2003-05-16  djm - (djm) Guard free_pam_environment against NULL argume...
2003-05-14  djm - (djm) Die screaming if start_pam() is called when...
2003-05-14  djm - (djm) Add new UsePAM configuration directive to...
2003-05-10  djm - (djm) Merge FreeBSD PAM code: replaces PAM password... AFTER_FREEBSD_PAM_MERGE
2003-04-29  djm - (djm) Add back radix.o (used by AFS support), after...
2003-04-09  djm*** empty log message ***
2003-01-22  djm - (djm) Reorganise PAM & SIA password handling to...
2002-07-28  stevesk - (stevesk) [auth-pam.c] should use PAM_MSG_MEMBER...
2002-07-23  stevesk- (stevesk) [auth-pam.c] typo in comment
2002-07-23  stevesk - (stevesk) [auth-pam.[ch] session.c] pam_getenvlist...
2002-07-21  stevesk - (stevesk) [auth-pam.[ch] ssh.h] move SSHD_PAM_SERVIC...
2002-07-21  stevesk - (stevesk) [auth-pam.c] cast to avoid initialization...
2002-07-21  stevesk - (stevesk) [auth-pam.c] merge rest of solar's PAM patch;
2002-07-21  stevesk - (stevesk) [auth-pam.c] merge cosmetic changes from...
2002-07-02  djm - (djm) Use PAM_MSG_MEMBER for PAM_TEXT_INFO messages...
2002-05-08  djm - (djm) Don't reinitialise PAM credentials before...
2002-04-26  djm - (djm) Disable PAM password expiry until a complete...
2002-04-23  djm - (djm) Make privsep work with PAM (still experimental)
2002-04-04  stevesk - (stevesk) [auth-pam.c auth-pam.h auth-passwd.c auth...
2002-02-05  djm - (djm) Cleanup after sync:
2001-11-09  stevesk - (stevesk) auth-pam.c: use do_pam_authenticate(PAM_DI...
2001-10-28  stevesk - (stevesk) Fix compile problem with PAM password...
2001-10-28  djm - (djm) Fix for PAM password changes being echoed...
2001-10-28  djm - (djm) Avoid bug in Solaris PAM libs
2001-04-23  stevesk - (stevesk) auth-pam.c: use PERMIT_NO_PASSWD
2001-04-23  stevesk - (stevesk) pam_start() doesn't use DNS now for sshd -u0.
2001-04-20  stevesk - (stevesk) set the default PAM service name to __prog...
2001-03-27  djm - (djm) Reestablish PAM credentials (which can be...
2001-03-21  djm - (djm) Don't loop forever when changing password...
2001-03-21  djm - (djm) Make sure pam_retval is initialised on call...
2001-02-28  djm - (djm) Force standard PAM conversation function in...
2001-02-26  djmwhitspace
2001-02-15  djm - (djm) Clean up PAM namespace. Suggested by Darren Moffat
2001-02-13  djm - (djm) Don't try to close PAM session or delete crede...
2001-02-11  djmOops - missed a bit of previous diff
2001-02-11  djm - (djm) Set PAM_RHOST earlier, patch from Andrew Bartlett
2001-02-07  djm - (djm) Much KNF on PAM code
2001-02-05  stevesk - stevesk@cvs.openbsd.org 2001/02/04 08:32:27
2001-02-04  djmNB: big update - may break stuff. Please test!
2001-01-22  mouringHopefully things did not get mixed around too much...
2001-01-19  djm - (djm) Merge patch from Tim Waugh (via Nalin Dahyabha...
2000-12-20  djm - (djm) Workaround PAM inconsistencies between Solaris...
2000-12-03  djm - (djm) Added patch from Nalin Dahyabhai <nalin@redhat...
2000-10-14  steveskfunction prototype and definition consistency cleanup.
2000-10-14  stevesk - (stevesk) ~/.hushlogin shouldn't cause required...
2000-10-14  djm - (djm) Big OpenBSD sync:
2000-10-14  djm - (djm) Don't accept PAM_PROMPT_ECHO_ON messages durin...
next
This page took 0.934345 seconds and 107 git commands to generate.