summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2012-12-03 09:53:20 +1100
committerDamien Miller <djm@mindrot.org>2012-12-03 09:53:20 +1100
commit15b05cfa17592da7470d7bd4b2de063188697471 (patch)
tree50686085795dc25237f6aabe4c2a5963f38a6e06 /ChangeLog
parentaa5b3f831417bac9538d2b6f21d55fef278e8926 (diff)
- djm@cvs.openbsd.org 2012/12/02 20:34:10
[auth.c auth.h auth1.c auth2-chall.c auth2-gss.c auth2-jpake.c auth2.c] [monitor.c monitor.h] Fixes logging of partial authentication when privsep is enabled Previously, we recorded "Failed xxx" since we reset authenticated before calling auth_log() in auth2.c. This adds an explcit "Partial" state. Add a "submethod" to auth_log() to report which submethod is used for keyboard-interactive. Fix multiple authentication when one of the methods is keyboard-interactive. ok markus@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cee038727..9ed715925 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -29,6 +29,20 @@
29 - djm@cvs.openbsd.org 2012/11/14 02:32:15 29 - djm@cvs.openbsd.org 2012/11/14 02:32:15
30 [ssh-keygen.c] 30 [ssh-keygen.c]
31 allow the full range of unsigned serial numbers; 'fine' deraadt@ 31 allow the full range of unsigned serial numbers; 'fine' deraadt@
32 - djm@cvs.openbsd.org 2012/12/02 20:34:10
33 [auth.c auth.h auth1.c auth2-chall.c auth2-gss.c auth2-jpake.c auth2.c]
34 [monitor.c monitor.h]
35 Fixes logging of partial authentication when privsep is enabled
36 Previously, we recorded "Failed xxx" since we reset authenticated before
37 calling auth_log() in auth2.c. This adds an explcit "Partial" state.
38
39 Add a "submethod" to auth_log() to report which submethod is used
40 for keyboard-interactive.
41
42 Fix multiple authentication when one of the methods is
43 keyboard-interactive.
44
45 ok markus@
32 46
3320121107 4720121107
34 - (djm) OpenBSD CVS Sync 48 - (djm) OpenBSD CVS Sync