summaryrefslogtreecommitdiff
path: root/auth-pam.c
Commit message (Expand)AuthorAgeFilesLines
* - (dtucker) [auth-pam.c] bz#2163: check return value from pam_get_item().dtucker2013-12-191-1/+3
* - (dtucker) [M auth-chall.c auth-krb5.c auth-pam.c cipher-aes.c cipher-ctr.cdtucker2013-06-011-24/+20
* - (dtucker) [auth-pam.c] Bug #1534: move the deletion of PAM credentials ondtucker2009-07-121-5/+5
* - (dtucker) [auth-pam.c monitor.c session.c sshd.c] Bug #926: Movedtucker2008-03-111-2/+4
* - (dtucker) [auth-pam.c] Use sigdie here too. ok djm@dtucker2007-08-101-2/+2
* - (dtucker) [auth-pam.c] Return empty string if fgets fails indtucker2007-05-201-1/+2
* - (dtucker) [auth-pam.c] malloc+memset -> calloc. Patch fromdtucker2007-05-201-4/+2
* - (dtucker) [auth-pam.c] Propogate TZ environment variable to PAM authdtucker2006-09-171-0/+6
* - (djm) [audit-bsm.c audit.c auth-bsdauth.c auth-chall.c auth-pam.c]djm2006-09-011-0/+1
* - (djm) [auth-pam.c auth-shadow.c auth2-none.c cleanup.c sshd.c]djm2006-08-051-3/+8
* - (djm) [auth-pam.c auth.c bufaux.h entropy.c openbsd-compat/port-tun.c]djm2006-08-051-1/+0
* - (djm) [auth-pam.c defines.h] Move PAM related bits to auth-pam.cdjm2006-08-051-0/+7
* - (djm) [acss.c auth-krb5.c auth-options.c auth-pam.c auth-shadow.c]djm2006-07-241-3/+8
* - (dtucker) [auth-krb5.c auth-pam.c] Still more errno.hdtucker2006-07-121-0/+2
* - (dtucker) [auth-pam.c] Bug #1188: pass result of do_pam_account back anddtucker2006-05-151-5/+16
* - (dtucker) [auth-pam.c groupaccess.c monitor.c monitor_wrap.c scard-opensc.cdtucker2006-05-041-7/+7
* - djm@cvs.openbsd.org 2006/03/25 01:13:23djm2006-03-261-2/+2
* - deraadt@cvs.openbsd.org 2006/03/19 18:51:18djm2006-03-251-1/+0
* - (djm) [auth-pam.c] Fix memleak in error path, from Coverity viadjm2006-03-181-1/+2
* - (djm) [auth-pam.c clientloop.c includes.h monitor.c session.c]djm2006-03-151-1/+6
* Correct format in debug messagedtucker2006-01-291-2/+2
* - (dtucker) [auth-pam.c] Bug #1028: send final non-query messages fromdtucker2005-09-281-2/+12
* - (djm) [auth-pam.c sftp.c] spaces vs. tabs at start of linedjm2005-07-171-5/+5
* - (djm) [acss.c auth-pam.c auth-shadow.c auth-skey.c auth1.c canohost.c]djm2005-07-171-4/+4
* - (dtucker) [auth-pam.c] Ensure that only one side of the authenticationdtucker2005-07-161-1/+6
* - (dtucker) [auth-pam.c] Bug #1033: Fix warnings building with PAM on Linux:dtucker2005-05-261-8/+18
* - (dtucker) [auth-pam.c] Since people don't seem to be getting the messagedtucker2005-05-251-6/+16
* Oops, did not intend to commit this yetdtucker2005-01-201-16/+10
* - djm@cvs.openbsd.org 2004/12/22 02:13:19dtucker2005-01-201-10/+16
* - (dtucker) [auth-pam.c] Bug #971: Prevent leaking information about userdtucker2005-01-201-3/+14
* - (djm) [auth-pam.c] snprintf->strl*, fix server message length calculationsdjm2004-10-161-6/+11
* - (dtucker) [auth-pam.c auth.h auth2-none.c auth2.c monitor.c monitor_wrap.c]dtucker2004-09-111-4/+6
* - (dtucker) [auth-pam.c] Relocate sshpam_store_conv(), no code change.dtucker2004-09-111-46/+46
* - (dtucker) [auth-pam.c auth-pam.h session.c] Bug #890: Send output fromdtucker2004-09-111-4/+15
* - (dtucker) [acconfig.h auth-pam.c configure.ac] Set real uid to non-rootdtucker2004-08-161-1/+26
* - (djm) [auth-pam.c] Portable parts of bz#899: Don't display invaliddjm2004-07-211-2/+6
* - (djm) [auth-pam.c] Avoid use of xstrdup and friends in conversation function,djm2004-07-181-4/+7
* - (dtucker) [auth-pam.c] Check for zero from waitpid() too, which allowsdtucker2004-07-111-3/+3
* - (dtucker) [auth-pam.c] Bug #559 (last piece): Pass DISALLOW_NULL_AUTHTOKdtucker2004-07-011-2/+4
* - (dtucker) [auth-pam.c] Bug #705: Make arguments match PAM specs, fixesdtucker2004-07-011-8/+8
* - (dtucker) [auth-pam.c] Check for buggy PAM modules that return a NULLdtucker2004-06-301-1/+5
* - (dtucker) [auth-pam.c] Don't use PAM namespace fordtucker2004-06-191-5/+5
* - (dtucker) [auth-pam.c] Don't use pam_* namespace for sshd's PAM functions.dtucker2004-06-031-5/+5
* - (djm) [auth-pam.c] Add copyright for local changesdjm2004-06-011-1/+17
* - (dtucker) [auth-pam.c] Use an invalid password for root ifdtucker2004-05-301-1/+11
* - (dtucker) [auth-pam.c auth-pam.h auth-passwd.c]: Bug #874: Re-add PAMdtucker2004-05-301-1/+98
* - (dtucker) [auth-pam.c] Bug #839: Ensure that pam authentication "thread"dtucker2004-05-241-3/+10
* - (dtucker) [auth-pam.c scard-opensc.c] Tinderbox says auth-pam.c usesdtucker2004-05-131-2/+2
* - (dtucker) [auth-pam.c] Log username and source host for failed PAMdtucker2004-04-181-3/+6
* - (dtucker) [auth-pam.c] rename the_authctxt to sshpam_authctxt in auth-pam.cdtucker2004-03-301-8/+8