summaryrefslogtreecommitdiffstats
path: root/auth-pam.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* propagate PAM crashes to PerSourcePenaltiesDamien Miller2024-06-171-7/+8
* add a sshd_config PamServiceName optionDamien Miller2024-06-141-7/+6
* sshd: don't use argv[0] as PAM service nameDamien Miller2024-06-131-2/+1
* upstream: Start the process of splitting sshd into separatedjm@openbsd.org2024-05-171-12/+11
* Expose SSH_AUTH_INFO_0 always to PAM auth modules.Eero Häkkinen2024-03-301-0/+2
* Fix typo in declaration of nmesg.Darren Tucker2023-07-141-1/+1
* portable-specific int overflow defence-in-depthDamien Miller2023-07-141-1/+3
* 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-071-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-141-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