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