index
:
openssh.git
master
sid
ssh_8.3
v7.9
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
auth-pam.h
Age
Commit message (
Expand
)
Author
2019-01-20
remove PAM dependencies on old packet API
Damien Miller
2018-03-03
upstream: switch over to the new authorized_keys options API and
djm@openbsd.org
2016-10-15
Remove do_pam_set_tty which is dead code.
Darren Tucker
2016-08-17
Remove obsolete CVS $Id from source files.
Darren Tucker
2016-08-16
add --with-pam-service to specify PAM service name
Damien Miller
2016-07-18
Handle PAM_MAXTRIES from modules.
Darren Tucker
2004-09-11
- (dtucker) [auth-pam.c auth-pam.h session.c] Bug #890: Send output from
Darren Tucker
2004-05-30
- (dtucker) [auth-pam.c auth-pam.h auth-passwd.c]: Bug #874: Re-add PAM
Darren Tucker
2004-03-08
- (dtucker) [auth-pam.c auth-pam.h auth1.c auth2.c monitor.c monitor_wrap.c
Darren Tucker
2004-02-10
- (dtucker) [auth-pam.c auth-pam.h session.c] Bug #14: Use do_pwchange to
Darren Tucker
2003-11-17
- (djm) Export environment variables from authentication subprocess to
Damien Miller
2003-10-07
- (dtucker) [auth-pam.c auth-pam.h session.c] Make PAM use the new static
Darren Tucker
2003-09-02
- (djm) Bug #423: reorder setting of PAM_TTY and calling of PAM session
Damien Miller
2003-08-26
- (dtucker) [Makefile.in acconfig.h auth-krb5.c auth-pam.c auth-pam.h
Darren Tucker
2003-08-25
- (djm) Bug #564: Perform PAM account checks for all authentications when
Damien Miller
2003-05-19
- (djm) Sync auth-pam.h with what we actually implement
Damien Miller
2003-05-10
- (djm) Merge FreeBSD PAM code: replaces PAM password auth kludge with
Damien Miller
2002-07-23
- (stevesk) [auth-pam.[ch] session.c] pam_getenvlist() must be
Kevin Steves
2002-07-21
- (stevesk) [auth-pam.[ch] ssh.h] move SSHD_PAM_SERVICE to auth-pam.h
Kevin Steves
2002-07-21
- (stevesk) [auth-pam.h] unneeded include
Kevin Steves
2002-07-21
- (stevesk) [auth-pam.h] license
Kevin Steves
2002-04-04
- (stevesk) [auth-pam.c auth-pam.h auth-passwd.c auth-sia.c auth-sia.h
Kevin Steves
2001-03-27
- (djm) Reestablish PAM credentials (which can be supplemental group
Damien Miller
2001-02-15
- (djm) Clean up PAM namespace. Suggested by Darren Moffat
Damien Miller
2001-02-09
- (djm) Add CVS Id's to files that we have missed
Damien Miller
2001-02-07
- (djm) Much KNF on PAM code
Damien Miller
2001-01-19
- (djm) Merge patch from Tim Waugh (via Nalin Dahyabhai <nalin@redhat.com>)
Damien Miller
2000-12-03
- (djm) Added patch from Nalin Dahyabhai <nalin@redhat.com> to enable
Damien Miller
2000-10-14
function prototype and definition consistency cleanup.
Kevin Steves
2000-10-14
- (stevesk) ~/.hushlogin shouldn't cause required password change to
Kevin Steves
2000-09-16
- (djm) Add Steve VanDevender's <stevev@darkwing.uoregon.edu> PAM
Damien Miller
2000-01-27
Add const to suppress compiler warning
Damien Miller
1999-12-30
- Removed most of the pam code into its own file auth-pam.[ch]. This
Damien Miller