index
:
openssh
master
openssh
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
auth-pam.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
propagate PAM crashes to PerSourcePenalties
Damien Miller
2024-06-17
1
-7
/
+8
*
add a sshd_config PamServiceName option
Damien Miller
2024-06-14
1
-7
/
+6
*
sshd: don't use argv[0] as PAM service name
Damien Miller
2024-06-13
1
-2
/
+1
*
upstream: Start the process of splitting sshd into separate
djm@openbsd.org
2024-05-17
1
-12
/
+11
*
Expose SSH_AUTH_INFO_0 always to PAM auth modules.
Eero Häkkinen
2024-03-30
1
-0
/
+2
*
Fix typo in declaration of nmesg.
Darren Tucker
2023-07-14
1
-1
/
+1
*
portable-specific int overflow defence-in-depth
Damien Miller
2023-07-14
1
-1
/
+3
*
Limit the number of PAM environment variables.
Darren Tucker
2023-03-09
1
-5
/
+10
*
Simply handling of SSH_CONNECTION PAM env var.
Darren Tucker
2022-12-19
1
-5
/
+11
*
Fix memory leak in error path.
Shchelkunov Artem
2021-09-03
1
-0
/
+1
*
Remove reference to ChallengeResponse.
Darren Tucker
2021-07-03
1
-1
/
+0
*
polish whitespace for portable files
Damien Miller
2021-04-03
1
-2
/
+2
*
Prevent excessively long username going to PAM.
Darren Tucker
2020-11-11
1
-0
/
+6
*
document a PAM spec problem in a frustrated comment
Damien Miller
2020-06-26
1
-1
/
+5
*
Fix a couple of mysig_t leftovers.
Darren Tucker
2020-01-23
1
-1
/
+2
*
upstream: Replace all calls to signal(2) with a wrapper around
dtucker@openbsd.org
2020-01-23
1
-4
/
+4
*
Make sshpam_password_change_required static.
Ruben Kerkhof
2020-01-21
1
-1
/
+1
*
Fix a few warnings when on Mac OS X.
Ruben Kerkhof
2020-01-20
1
-0
/
+1
*
memleak of buffer in sshpam_query
Damien Miller
2019-09-13
1
-0
/
+5
*
Typo fixes in error messages.
Darren Tucker
2019-06-07
1
-3
/
+3
*
Have pthread_create return errno on failure.
Darren Tucker
2019-06-07
1
-3
/
+2
*
pthread_create(3) returns positive values on failure.
Elliott Hughes
2019-06-07
1
-2
/
+4
*
Add no-op implementation of pam_putenv.
Darren Tucker
2019-05-17
1
-4
/
+8
*
remove PAM dependencies on old packet API
Damien Miller
2019-01-20
1
-26
/
+42
*
expose $SSH_CONNECTION in the PAM environment
Damien Miller
2018-12-14
1
-0
/
+10
*
adapt -portable to OpenSSL 1.1x API
Damien Miller
2018-09-13
1
-0
/
+4
*
Remove key.h from portable files too.
Darren Tucker
2018-07-12
1
-1
/
+0
*
Adapt portable to legacy buffer API removal
Damien Miller
2018-07-10
1
-85
/
+136
*
Expose SSH_AUTH_INFO_0 to PAM auth modules
Damien Miller
2018-04-06
1
-20
/
+22
*
Update PAM password change to new opts API.
Darren Tucker
2018-03-03
1
-6
/
+15
*
upstream: switch over to the new authorized_keys options API and
djm@openbsd.org
2018-03-03
1
-2
/
+2
*
Expose list of completed auth methods to PAM
Damien Miller
2017-07-28
1
-0
/
+26
*
Remove SSHv1 code path.
Darren Tucker
2017-03-29
1
-12
/
+9
*
Check for NULL from malloc.
Darren Tucker
2017-03-10
1
-0
/
+2
*
Remove do_pam_set_tty which is dead code.
Darren Tucker
2016-10-14
1
-12
/
+0
*
add --with-pam-service to specify PAM service name
Damien Miller
2016-08-16
1
-1
/
+5
*
retry waitpid on EINTR failure
Damien Miller
2016-07-22
1
-4
/
+11
*
Handle PAM_MAXTRIES from modules.
Darren Tucker
2016-07-18
1
-1
/
+29
*
Mitigate timing of disallowed users PAM logins.
Darren Tucker
2016-07-15
1
-4
/
+31
*
Remove duplicate code from PAM. ok djm@
Darren Tucker
2016-06-17
1
-17
/
+0
*
Fix comment about sshpam_const and AIX.
Darren Tucker
2016-05-20
1
-2
/
+2
*
unbreak PAM after canohost refactor
Damien Miller
2016-03-08
1
-2
/
+4
*
avoid FreeBSD RCS Id in comment
Damien Miller
2016-02-05
1
-1
/
+2
*
xrealloc -> xreallocarray in portable code too.
Darren Tucker
2015-04-30
1
-2
/
+2
*
- (dtucker) [auth-pam.c] bz#2163: check return value from pam_get_item().
Darren Tucker
2013-12-19
1
-1
/
+3
*
- (dtucker) [M auth-chall.c auth-krb5.c auth-pam.c cipher-aes.c cipher-ctr.c
Darren Tucker
2013-06-02
1
-24
/
+20
*
- (dtucker) [auth-pam.c] Bug #1534: move the deletion of PAM credentials on
Darren Tucker
2009-07-12
1
-5
/
+5
*
- (dtucker) [auth-pam.c monitor.c session.c sshd.c] Bug #926: Move
Darren Tucker
2008-03-11
1
-2
/
+4
*
- (dtucker) [auth-pam.c] Use sigdie here too. ok djm@
Darren Tucker
2007-08-10
1
-2
/
+2
*
- (dtucker) [auth-pam.c] Return empty string if fgets fails in
Darren Tucker
2007-05-20
1
-1
/
+2
[next]