summaryrefslogtreecommitdiff
path: root/auth-pam.c
Commit message (Expand)AuthorAgeFilesLines
* Limit the number of PAM environment variables.Darren Tucker2023-03-091-5/+10
* Simply handling of SSH_CONNECTION PAM env var.Darren Tucker2022-12-191-5/+11
* Fix memory leak in error path.Shchelkunov Artem2021-09-031-0/+1
* Remove reference to ChallengeResponse.Darren Tucker2021-07-031-1/+0
* polish whitespace for portable filesDamien Miller2021-04-031-2/+2
* Prevent excessively long username going to PAM.Darren Tucker2020-11-111-0/+6
* document a PAM spec problem in a frustrated commentDamien Miller2020-06-261-1/+5
* Fix a couple of mysig_t leftovers.Darren Tucker2020-01-231-1/+2
* upstream: Replace all calls to signal(2) with a wrapper arounddtucker@openbsd.org2020-01-231-4/+4
* Make sshpam_password_change_required static.Ruben Kerkhof2020-01-211-1/+1
* Fix a few warnings when on Mac OS X.Ruben Kerkhof2020-01-201-0/+1
* memleak of buffer in sshpam_queryDamien Miller2019-09-131-0/+5
* Typo fixes in error messages.Darren Tucker2019-06-081-3/+3
* Have pthread_create return errno on failure.Darren Tucker2019-06-071-3/+2
* pthread_create(3) returns positive values on failure.Elliott Hughes2019-06-071-2/+4
* Add no-op implementation of pam_putenv.Darren Tucker2019-05-171-4/+8
* remove PAM dependencies on old packet APIDamien Miller2019-01-201-26/+42
* expose $SSH_CONNECTION in the PAM environmentDamien Miller2018-12-141-0/+10
* adapt -portable to OpenSSL 1.1x APIDamien Miller2018-09-131-0/+4
* Remove key.h from portable files too.Darren Tucker2018-07-121-1/+0
* Adapt portable to legacy buffer API removalDamien Miller2018-07-101-85/+136
* Expose SSH_AUTH_INFO_0 to PAM auth modulesDamien Miller2018-04-061-20/+22
* Update PAM password change to new opts API.Darren Tucker2018-03-031-6/+15
* upstream: switch over to the new authorized_keys options API anddjm@openbsd.org2018-03-031-2/+2
* Expose list of completed auth methods to PAMDamien Miller2017-07-281-0/+26
* Remove SSHv1 code path.Darren Tucker2017-03-291-12/+9
* Check for NULL from malloc.Darren Tucker2017-03-101-0/+2
* Remove do_pam_set_tty which is dead code.Darren Tucker2016-10-151-12/+0
* add --with-pam-service to specify PAM service nameDamien Miller2016-08-161-1/+5
* retry waitpid on EINTR failureDamien Miller2016-07-221-4/+11
* Handle PAM_MAXTRIES from modules.Darren Tucker2016-07-181-1/+29
* Mitigate timing of disallowed users PAM logins.Darren Tucker2016-07-151-4/+31
* Remove duplicate code from PAM. ok djm@Darren Tucker2016-06-171-17/+0
* Fix comment about sshpam_const and AIX.Darren Tucker2016-05-201-2/+2
* unbreak PAM after canohost refactorDamien Miller2016-03-081-2/+4
* avoid FreeBSD RCS Id in commentDamien Miller2016-02-051-1/+2
* xrealloc -> xreallocarray in portable code too.Darren Tucker2015-04-301-2/+2
* - (dtucker) [auth-pam.c] bz#2163: check return value from pam_get_item().Darren Tucker2013-12-191-1/+3
* - (dtucker) [M auth-chall.c auth-krb5.c auth-pam.c cipher-aes.c cipher-ctr.cDarren Tucker2013-06-021-24/+20
* - (dtucker) [auth-pam.c] Bug #1534: move the deletion of PAM credentials onDarren Tucker2009-07-121-5/+5
* - (dtucker) [auth-pam.c monitor.c session.c sshd.c] Bug #926: MoveDarren Tucker2008-03-111-2/+4
* - (dtucker) [auth-pam.c] Use sigdie here too. ok djm@Darren Tucker2007-08-101-2/+2
* - (dtucker) [auth-pam.c] Return empty string if fgets fails inDarren Tucker2007-05-201-1/+2
* - (dtucker) [auth-pam.c] malloc+memset -> calloc. Patch fromDarren Tucker2007-05-201-4/+2
* - (dtucker) [auth-pam.c] Propogate TZ environment variable to PAM authDarren Tucker2006-09-171-0/+6
* - (djm) [audit-bsm.c audit.c auth-bsdauth.c auth-chall.c auth-pam.c]Damien Miller2006-09-011-0/+1
* - (djm) [auth-pam.c auth-shadow.c auth2-none.c cleanup.c sshd.c]Damien Miller2006-08-051-3/+8
* - (djm) [auth-pam.c auth.c bufaux.h entropy.c openbsd-compat/port-tun.c]Damien Miller2006-08-051-1/+0
* - (djm) [auth-pam.c defines.h] Move PAM related bits to auth-pam.cDamien Miller2006-08-051-0/+7
* - (djm) [acss.c auth-krb5.c auth-options.c auth-pam.c auth-shadow.c]Damien Miller2006-07-241-3/+8