index
:
delta/openssh-git.git
IBS
PRIVSEP
V_2_5_2
V_2_9_9
V_2_9_P1
V_3_0_2
V_3_2_3
V_3_3
V_3_5
V_3_6
V_3_6_1
V_3_7
V_3_8
V_3_8_1
V_3_9
V_4_0
V_4_1
V_4_2
V_4_3
V_4_4
V_4_5
V_4_6
V_4_7
V_4_9
V_5_3
V_5_4
V_5_6
V_5_8
V_5_9
V_6_0
V_6_2
V_6_3
V_6_4
V_6_5
V_6_6
V_6_7
V_6_8
V_6_9
V_7_0
V_7_1
V_7_2
V_7_3
V_7_4
V_7_5
V_7_6
V_7_7
V_7_8
V_7_9
V_8_0
V_8_1
V_8_2
V_8_3
V_8_4
V_8_5
V_8_6
V_8_7
V_8_8
V_8_9
V_9_0
V_9_1
V_9_2
V_9_3
baserock/6.7-musl
baserock/morph
baserock/tiagogomes/armv8l64
master
anongit.mindrot.org: openssh.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
auth-pam.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
- (djm) Cleanup after sync:
Damien Miller
2002-02-05
1
-2
/
+2
*
- (stevesk) auth-pam.c: use do_pam_authenticate(PAM_DISALLOW_NULL_AUTHTOK)
Kevin Steves
2001-11-09
1
-2
/
+3
*
- (stevesk) Fix compile problem with PAM password change fix
Kevin Steves
2001-10-28
1
-3
/
+3
*
- (djm) Fix for PAM password changes being echoed (from stevesk)
Damien Miller
2001-10-28
1
-4
/
+4
*
- (djm) Avoid bug in Solaris PAM libs
Damien Miller
2001-10-28
1
-2
/
+2
*
- (stevesk) auth-pam.c: use PERMIT_NO_PASSWD
Kevin Steves
2001-04-23
1
-2
/
+2
*
- (stevesk) pam_start() doesn't use DNS now for sshd -u0.
Kevin Steves
2001-04-23
1
-5
/
+7
*
- (stevesk) set the default PAM service name to __progname instead
Kevin Steves
2001-04-20
1
-1
/
+3
*
- (djm) Reestablish PAM credentials (which can be supplemental group
Damien Miller
2001-03-27
1
-3
/
+4
*
- (djm) Don't loop forever when changing password via PAM. Patch
Damien Miller
2001-03-21
1
-9
/
+5
*
- (djm) Make sure pam_retval is initialised on call to pam_end. Patch
Damien Miller
2001-03-21
1
-2
/
+2
*
- (djm) Force standard PAM conversation function in a few more places.
Damien Miller
2001-03-01
1
-1
/
+7
*
whitspace
Damien Miller
2001-02-27
1
-1
/
+2
*
- (djm) Clean up PAM namespace. Suggested by Darren Moffat
Damien Miller
2001-02-15
1
-56
/
+56
*
- (djm) Don't try to close PAM session or delete credentials if the
Damien Miller
2001-02-14
1
-3
/
+13
*
Oops - missed a bit of previous diff
Damien Miller
2001-02-11
1
-2
/
+2
*
- (djm) Set PAM_RHOST earlier, patch from Andrew Bartlett
Damien Miller
2001-02-11
1
-8
/
+9
*
- (djm) Much KNF on PAM code
Damien Miller
2001-02-07
1
-106
/
+110
*
- stevesk@cvs.openbsd.org 2001/02/04 08:32:27
Kevin Steves
2001-02-05
1
-30
/
+30
*
NB: big update - may break stuff. Please test!
Damien Miller
2001-02-04
1
-3
/
+5
*
Hopefully things did not get mixed around too much. It compiles under
Ben Lindstrom
2001-01-22
1
-1
/
+4
*
- (djm) Merge patch from Tim Waugh (via Nalin Dahyabhai <nalin@redhat.com>)
Damien Miller
2001-01-19
1
-4
/
+4
*
- (djm) Workaround PAM inconsistencies between Solaris derived PAM code
Damien Miller
2000-12-20
1
-6
/
+6
*
- (djm) Added patch from Nalin Dahyabhai <nalin@redhat.com> to enable
Damien Miller
2000-12-03
1
-6
/
+29
*
function prototype and definition consistency cleanup.
Kevin Steves
2000-10-14
1
-3
/
+3
*
- (stevesk) ~/.hushlogin shouldn't cause required password change to
Kevin Steves
2000-10-14
1
-1
/
+7
*
- (djm) Big OpenBSD sync:
Damien Miller
2000-10-14
1
-2
/
+2
*
- (djm) Don't accept PAM_PROMPT_ECHO_ON messages during initial auth
Damien Miller
2000-10-14
1
-8
/
+15
*
- (stevesk) Print PAM return value in PAM log messages to aid
Kevin Steves
2000-10-07
1
-25
/
+32
*
- (djm) Add Steve VanDevender's <stevev@darkwing.uoregon.edu> PAM
Damien Miller
2000-09-16
1
-48
/
+95
*
- (djm) Quieten the pam delete credentials error message
Damien Miller
2000-08-30
1
-2
/
+2
*
- (djm) Fix pam sprintf fix
Damien Miller
2000-07-09
1
-2
/
+2
*
- (djm) Only enable PAM_TTY kludge for Linux. Problem report from
Damien Miller
2000-07-09
1
-1
/
+3
*
- (djm) Fix bad fprintf format handling in auth-pam.c. Patch from
Damien Miller
2000-07-08
1
-2
/
+2
*
Add explanation of PAM_TTY kludge
Damien Miller
2000-06-22
1
-2
/
+9
*
- (djm) Add summary of configure options to end of ./configure run
Damien Miller
2000-06-18
1
-1
/
+7
*
- (djm) Glob manpages in RPM spec files to catch compressed files
Damien Miller
2000-06-12
1
-6
/
+27
*
- Cleanup of auth.c, login.c and fake-*
Damien Miller
2000-05-31
1
-43
/
+70
*
- Merge HP-UX fixes and TCB support from Ged Lodder <lodder@yacc.com.au>
Damien Miller
2000-04-30
1
-1
/
+5
*
- Merge fixes from Debian patch from Phil Hands <phil@hands.com>
Damien Miller
2000-04-20
1
-2
/
+3
*
Add const to suppress compiler warning
Damien Miller
2000-01-27
1
-2
/
+2
*
- Removed most of the pam code into its own file auth-pam.[ch]. This
Damien Miller
1999-12-30
1
-0
/
+239