summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2005-01-20 11:05:34 +1100
committerDarren Tucker <dtucker@zip.com.au>2005-01-20 11:05:34 +1100
commit611649ebf093bf030f2dde18103dde8c1af9226c (patch)
tree123d4895161d5a2b0fe9b07b295ac310d3000bc6 /ChangeLog
parentea7c8127ce64879f81d6267897162a2fbf173124 (diff)
- dtucker@cvs.openbsd.org 2005/01/19 13:11:47
[auth-bsdauth.c auth2-chall.c] Have keyboard-interactive code call the drivers even for responses for invalid logins. This allows the drivers themselves to decide how to handle them and prevent leaking information where possible. Existing behaviour for bsdauth is maintained by checking authctxt->valid in the bsdauth driver. Note that any third-party kbdint drivers will now need to be able to handle responses for invalid logins. ok markus@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 33a2aaf4b..cef110384 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -22,6 +22,14 @@
22 - dtucker@cvs.openbsd.org 2005/01/17 22:48:39 22 - dtucker@cvs.openbsd.org 2005/01/17 22:48:39
23 [sshd.c] 23 [sshd.c]
24 Make debugging output continue after reexec; ok djm@ 24 Make debugging output continue after reexec; ok djm@
25 - dtucker@cvs.openbsd.org 2005/01/19 13:11:47
26 [auth-bsdauth.c auth2-chall.c]
27 Have keyboard-interactive code call the drivers even for responses for
28 invalid logins. This allows the drivers themselves to decide how to
29 handle them and prevent leaking information where possible. Existing
30 behaviour for bsdauth is maintained by checking authctxt->valid in the
31 bsdauth driver. Note that any third-party kbdint drivers will now need
32 to be able to handle responses for invalid logins. ok markus@
25 33
2620050118 3420050118
27 - (dtucker) [INSTALL Makefile.in configure.ac survey.sh.in] Implement 35 - (dtucker) [INSTALL Makefile.in configure.ac survey.sh.in] Implement
@@ -1994,4 +2002,4 @@
1994 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 2002 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
1995 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 2003 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
1996 2004
1997$Id: ChangeLog,v 1.3615 2005/01/20 00:03:08 dtucker Exp $ 2005$Id: ChangeLog,v 1.3616 2005/01/20 00:05:34 dtucker Exp $