diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | auth1.c | 2 |
2 files changed, 6 insertions, 2 deletions
@@ -16,6 +16,10 @@ | |||
16 | [session.c] | 16 | [session.c] |
17 | standardise arguments to auth methods - they should all take authctxt. | 17 | standardise arguments to auth methods - they should all take authctxt. |
18 | check authctxt->valid rather then pw != NULL; ok markus@ | 18 | check authctxt->valid rather then pw != NULL; ok markus@ |
19 | - jakob@cvs.openbsd.org 2003/11/08 16:02:40 | ||
20 | [auth1.c] | ||
21 | remove unused variable (pw). ok djm@ | ||
22 | (id sync only - still used in portable) | ||
19 | 23 | ||
20 | 20031115 | 24 | 20031115 |
21 | - (dtucker) [regress/agent-ptrace.sh] Test for GDB output from Solaris and | 25 | - (dtucker) [regress/agent-ptrace.sh] Test for GDB output from Solaris and |
@@ -1436,4 +1440,4 @@ | |||
1436 | - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. | 1440 | - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. |
1437 | Report from murple@murple.net, diagnosis from dtucker@zip.com.au | 1441 | Report from murple@murple.net, diagnosis from dtucker@zip.com.au |
1438 | 1442 | ||
1439 | $Id: ChangeLog,v 1.3101 2003/11/17 10:13:40 djm Exp $ | 1443 | $Id: ChangeLog,v 1.3102 2003/11/17 10:16:55 djm Exp $ |
@@ -10,7 +10,7 @@ | |||
10 | */ | 10 | */ |
11 | 11 | ||
12 | #include "includes.h" | 12 | #include "includes.h" |
13 | RCSID("$OpenBSD: auth1.c,v 1.54 2003/11/04 08:54:09 djm Exp $"); | 13 | RCSID("$OpenBSD: auth1.c,v 1.55 2003/11/08 16:02:40 jakob Exp $"); |
14 | 14 | ||
15 | #include "xmalloc.h" | 15 | #include "xmalloc.h" |
16 | #include "rsa.h" | 16 | #include "rsa.h" |