summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2003-11-17 21:13:40 +1100
committerDamien Miller <djm@mindrot.org>2003-11-17 21:13:40 +1100
commit3e3b5145e59c78cbde0f31f59a9267867b8eea2f (patch)
tree6725a1cc2cd54237952d89e4811e1cb82cc46a5d /ChangeLog
parent8f746ec9703a0072c7a07a25e4c059f7533bf94b (diff)
- djm@cvs.openbsd.org 2003/11/04 08:54:09
[auth1.c auth2.c auth2-pubkey.c auth.h auth-krb5.c auth-passwd.c] [auth-rhosts.c auth-rh-rsa.c auth-rsa.c monitor.c serverloop.c] [session.c] standardise arguments to auth methods - they should all take authctxt. check authctxt->valid rather then pw != NULL; ok markus@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 86f4bffe8..eb617187a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,12 @@
10 - jakob@cvs.openbsd.org 2003/11/03 09:37:32 10 - jakob@cvs.openbsd.org 2003/11/03 09:37:32
11 [sshconnect.c] 11 [sshconnect.c]
12 do not free static type pointer in warn_changed_key() 12 do not free static type pointer in warn_changed_key()
13 - djm@cvs.openbsd.org 2003/11/04 08:54:09
14 [auth1.c auth2.c auth2-pubkey.c auth.h auth-krb5.c auth-passwd.c]
15 [auth-rhosts.c auth-rh-rsa.c auth-rsa.c monitor.c serverloop.c]
16 [session.c]
17 standardise arguments to auth methods - they should all take authctxt.
18 check authctxt->valid rather then pw != NULL; ok markus@
13 19
1420031115 2020031115
15 - (dtucker) [regress/agent-ptrace.sh] Test for GDB output from Solaris and 21 - (dtucker) [regress/agent-ptrace.sh] Test for GDB output from Solaris and
@@ -1430,4 +1436,4 @@
1430 - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. 1436 - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
1431 Report from murple@murple.net, diagnosis from dtucker@zip.com.au 1437 Report from murple@murple.net, diagnosis from dtucker@zip.com.au
1432 1438
1433$Id: ChangeLog,v 1.3100 2003/11/17 10:11:15 djm Exp $ 1439$Id: ChangeLog,v 1.3101 2003/11/17 10:13:40 djm Exp $