summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2004-09-11 23:07:03 +1000
committerDarren Tucker <dtucker@zip.com.au>2004-09-11 23:07:03 +1000
commit77fc29eeb382974ae063227c249ee3b98646e38a (patch)
treefba14efc7adf195758fc0e556c88d8fcc772919c /ChangeLog
parent4765679649c51a83e5ceb3d0c1e51e33db251f27 (diff)
- (dtucker) [auth-pam.c auth.h auth2-none.c auth2.c monitor.c monitor_wrap.c]
Bug #892: Send messages from failing PAM account modules to the client via SSH2_MSG_USERAUTH_BANNER messages. Note that this will not happen with SSH2 kbdint authentication, which need to be dealt with separately. ok djm@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 85366cbb1..0c0d2c6fc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,10 @@
6 - (dtucker) [auth-pam.c] Relocate sshpam_store_conv(), no code change. 6 - (dtucker) [auth-pam.c] Relocate sshpam_store_conv(), no code change.
7 - (djm) [auth2-kbdint.c auth2-none.c auth2-passwd.c auth2-pubkey.c] 7 - (djm) [auth2-kbdint.c auth2-none.c auth2-passwd.c auth2-pubkey.c]
8 Make cygwin code more consistent with that which surrounds it 8 Make cygwin code more consistent with that which surrounds it
9 - (dtucker) [auth-pam.c auth.h auth2-none.c auth2.c monitor.c monitor_wrap.c]
10 Bug #892: Send messages from failing PAM account modules to the client via
11 SSH2_MSG_USERAUTH_BANNER messages. Note that this will not happen with
12 SSH2 kbdint authentication, which need to be dealt with separately. ok djm@
9 13
1020040830 1420040830
11 - (dtucker) [session.c openbsd-compat/bsd-cygwin_util.{c,h}] Bug #915: only 15 - (dtucker) [session.c openbsd-compat/bsd-cygwin_util.{c,h}] Bug #915: only
@@ -1725,4 +1729,4 @@
1725 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 1729 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
1726 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 1730 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
1727 1731
1728$Id: ChangeLog,v 1.3543 2004/09/11 12:42:09 djm Exp $ 1732$Id: ChangeLog,v 1.3544 2004/09/11 13:07:03 dtucker Exp $