]> andersk Git - openssh.git/history - auth-pam.c
- djm@cvs.openbsd.org 2010/01/30 02:54:53
[openssh.git] / auth-pam.c
2009-07-12  dtucker - (dtucker) [auth-pam.c] Bug #1534: move the deletion...
2008-03-11  dtucker - (dtucker) [auth-pam.c monitor.c session.c sshd.c...
2007-08-10  dtucker - (dtucker) [auth-pam.c] Use sigdie here too. ok djm@
2007-05-20  dtucker - (dtucker) [auth-pam.c] Return empty string if fgets...
2007-05-20  dtucker - (dtucker) [auth-pam.c] malloc+memset -> calloc....
2006-09-17  dtucker - (dtucker) [auth-pam.c] Propogate TZ environment...
2006-09-01  djm - (djm) [audit-bsm.c audit.c auth-bsdauth.c auth-chall...
2006-08-05  djm - (djm) [auth-pam.c auth-shadow.c auth2-none.c cleanup...
2006-08-05  djm - (djm) [auth-pam.c auth.c bufaux.h entropy.c openbsd...
2006-08-05  djm - (djm) [auth-pam.c defines.h] Move PAM related bits...
2006-07-24  djm - (djm) [acss.c auth-krb5.c auth-options.c auth-pam...
2006-07-12  dtucker - (dtucker) [auth-krb5.c auth-pam.c] Still more errno.h
2006-05-15  dtucker - (dtucker) [auth-pam.c] Bug #1188: pass result of...
2006-05-04  dtucker - (dtucker) [auth-pam.c groupaccess.c monitor.c monito...
2006-03-26  djm - djm@cvs.openbsd.org 2006/03/25 01:13:23
2006-03-25  djm - deraadt@cvs.openbsd.org 2006/03/19 18:51:18
2006-03-18  djm- (djm) [auth-pam.c] Fix memleak in error path, from...
2006-03-15  djm - (djm) [auth-pam.c clientloop.c includes.h monitor...
2006-01-29  dtuckerCorrect format in debug message
2005-09-28  dtucker - (dtucker) [auth-pam.c] Bug #1028: send final non...
2005-07-17  djm - (djm) [auth-pam.c sftp.c] spaces vs. tabs at start...
2005-07-17  djm - (djm) [acss.c auth-pam.c auth-shadow.c auth-skey...
2005-07-16  dtucker - (dtucker) [auth-pam.c] Ensure that only one side...
2005-05-26  dtucker - (dtucker) [auth-pam.c] Bug #1033: Fix warnings build...
2005-05-25  dtucker - (dtucker) [auth-pam.c] Since people don't seem to...
2005-01-20  dtuckerOops, did not intend to commit this yet
2005-01-20  dtucker - djm@cvs.openbsd.org 2004/12/22 02:13:19
2005-01-20  dtucker - (dtucker) [auth-pam.c] Bug #971: Prevent leaking...
2004-10-16  djm - (djm) [auth-pam.c] snprintf->strl*, fix server messa...
2004-09-11  dtucker - (dtucker) [auth-pam.c auth.h auth2-none.c auth2...
2004-09-11  dtucker - (dtucker) [auth-pam.c] Relocate sshpam_store_conv...
2004-09-11  dtucker - (dtucker) [auth-pam.c auth-pam.h session.c] Bug...
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...
next
This page took 1.996935 seconds and 107 git commands to generate.