index
:
delta/openssh.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_5
V_6_6
baserock/morph
baserock/richardmaw/S8537/ssh-copy-id
baserock/tiagogomes/armv8l64
master
origin
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
auth-pam.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
more whitespace (tabs this time)
djm
2003-11-21
1
-4
/
+4
*
- djm@cvs.openbsd.org 2003/11/21 11:57:03
djm
2003-11-21
1
-22
/
+22
*
- (dtucker) [auth-pam.c] Only use pam_putenv if our platform has it. ok djm@
dtucker
2003-11-18
1
-1
/
+3
*
- (dtucker) [auth-pam.c] Convert chauthtok_conv into a generic tty_conv,
dtucker
2003-11-18
1
-31
/
+25
*
- (djm) Export environment variables from authentication subprocess to
djm
2003-11-17
1
-7
/
+76
*
- (djm) Bug #632: Don't call pam_end indirectly from within kbd-int
djm
2003-11-17
1
-12
/
+23
*
- (dtucker) [auth-pam.c] Add newline to accumulated PAM_TEXT_INFO and
dtucker
2003-11-13
1
-3
/
+3
*
- (dtucker) [auth-pam.c] Append newlines to lines output by the
dtucker
2003-11-13
1
-3
/
+3
*
Add FALLTHROUGH comment
dtucker
2003-10-09
1
-1
/
+2
*
- (dtucker) [auth-pam.c auth-pam.h session.c] Make PAM use the new static
dtucker
2003-10-07
1
-20
/
+20
*
- (djm) Sync with V_3_7 branch:
djm
2003-09-23
1
-30
/
+54
*
- (djm) Sync with V_3_7 branch
djm
2003-09-16
1
-9
/
+11
*
Add extern __progname, needed if SSHD_PAM_SERVICE not defined
dtucker
2003-09-13
1
-1
/
+2
*
- (dtucker) [auth-pam.c] Use SSHD_PAM_SERVICE for PAM service name, patch
dtucker
2003-09-13
1
-2
/
+3
*
- (djm) Bug #423: reorder setting of PAM_TTY and calling of PAM session
djm
2003-09-02
1
-7
/
+12
*
- (djm) Don't initialise pam_conv structures inline. Avoids HP/UX compiler
djm
2003-09-02
1
-3
/
+9
*
- (dtucker) [Makefile.in acconfig.h auth-krb5.c auth-pam.c auth-pam.h
dtucker
2003-08-26
1
-1
/
+24
*
- (djm) Bug #564: Perform PAM account checks for all authentications when
djm
2003-08-25
1
-25
/
+27
*
- (dtucker) [auth-pam.c] Don't set PAM_TTY if tty is null. ok djm@
dtucker
2003-08-08
1
-6
/
+8
*
- (djm) [auth-pam.c] Don't use crappy APIs like sprintf. Thanks bal
djm
2003-07-30
1
-5
/
+8
*
- (djm) OpenBSD CVS Sync
djm
2003-06-03
1
-3
/
+2
*
- (djm) Fix segv from bad reordering in auth-pam.c
djm
2003-06-02
1
-2
/
+2
*
- (djm) Return of the dreaded PAM_TTY_KLUDGE, which went missing in
djm
2003-05-18
1
-3
/
+21
*
- (djm) Guard free_pam_environment against NULL argument. Works around
djm
2003-05-16
1
-0
/
+3
*
- (djm) Die screaming if start_pam() is called when UsePAM=no
djm
2003-05-14
1
-0
/
+3
*
- (djm) Add new UsePAM configuration directive to allow runtime control
djm
2003-05-14
1
-1
/
+6
*
- (djm) Merge FreeBSD PAM code: replaces PAM password auth kludge with
AFTER_FREEBSD_PAM_MERGE
djm
2003-05-10
1
-351
/
+544
*
- (djm) Add back radix.o (used by AFS support), after it went missing from
djm
2003-04-29
1
-7
/
+7
*
*** empty log message ***
djm
2003-04-09
1
-4
/
+4
*
- (djm) Reorganise PAM & SIA password handling to eliminate some common code
djm
2003-01-22
1
-9
/
+1
*
- (stevesk) [auth-pam.c] should use PAM_MSG_MEMBER(); from solar
stevesk
2002-07-28
1
-2
/
+2
*
- (stevesk) [auth-pam.c] typo in comment
stevesk
2002-07-23
1
-2
/
+2
*
- (stevesk) [auth-pam.[ch] session.c] pam_getenvlist() must be
stevesk
2002-07-23
1
-1
/
+11
*
- (stevesk) [auth-pam.[ch] ssh.h] move SSHD_PAM_SERVICE to auth-pam.h
stevesk
2002-07-21
1
-2
/
+1
*
- (stevesk) [auth-pam.c] cast to avoid initialization type mismatch
stevesk
2002-07-21
1
-2
/
+2
*
- (stevesk) [auth-pam.c] merge rest of solar's PAM patch;
stevesk
2002-07-21
1
-2
/
+24
*
- (stevesk) [auth-pam.c] merge cosmetic changes from solar's
stevesk
2002-07-21
1
-4
/
+4
*
- (djm) Use PAM_MSG_MEMBER for PAM_TEXT_INFO messages, use xmalloc &
djm
2002-07-02
1
-9
/
+7
*
- (djm) Don't reinitialise PAM credentials before we have started PAM.
djm
2002-05-08
1
-1
/
+4
*
- (djm) Disable PAM password expiry until a complete fix for bug #188 exists
djm
2002-04-26
1
-1
/
+3
*
- (djm) Make privsep work with PAM (still experimental)
djm
2002-04-23
1
-1
/
+2
*
- (stevesk) [auth-pam.c auth-pam.h auth-passwd.c auth-sia.c auth-sia.h
stevesk
2002-04-04
1
-2
/
+4
*
- (djm) Cleanup after sync:
djm
2002-02-05
1
-2
/
+2
*
- (stevesk) auth-pam.c: use do_pam_authenticate(PAM_DISALLOW_NULL_AUTHTOK)
stevesk
2001-11-09
1
-2
/
+3
*
- (stevesk) Fix compile problem with PAM password change fix
stevesk
2001-10-28
1
-3
/
+3
*
- (djm) Fix for PAM password changes being echoed (from stevesk)
djm
2001-10-28
1
-4
/
+4
*
- (djm) Avoid bug in Solaris PAM libs
djm
2001-10-28
1
-2
/
+2
*
- (stevesk) auth-pam.c: use PERMIT_NO_PASSWD
stevesk
2001-04-23
1
-2
/
+2
*
- (stevesk) pam_start() doesn't use DNS now for sshd -u0.
stevesk
2001-04-23
1
-5
/
+7
*
- (stevesk) set the default PAM service name to __progname instead
stevesk
2001-04-20
1
-1
/
+3
[next]