summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--auth.h2
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index f91e452d5..c62cf5fea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,10 @@
5 [auth2.c monitor.c] 5 [auth2.c monitor.c]
6 fix passwd auth for 'username leaks via timing'; with djm@, original 6 fix passwd auth for 'username leaks via timing'; with djm@, original
7 patches from solar 7 patches from solar
8 - markus@cvs.openbsd.org 2003/08/28 12:54:34
9 [auth.h]
10 remove kerberos support from ssh1, since it has been replaced with GSSAPI;
11 but keep kerberos passwd auth for ssh1 and 2; ok djm, hin, henning, ...
8 12
920030902 1320030902
10 - (djm) OpenBSD CVS Sync 14 - (djm) OpenBSD CVS Sync
@@ -976,4 +980,4 @@
976 - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. 980 - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
977 Report from murple@murple.net, diagnosis from dtucker@zip.com.au 981 Report from murple@murple.net, diagnosis from dtucker@zip.com.au
978 982
979$Id: ChangeLog,v 1.2938 2003/09/02 21:32:45 djm Exp $ 983$Id: ChangeLog,v 1.2939 2003/09/03 02:11:30 djm Exp $
diff --git a/auth.h b/auth.h
index 130a27da7..beaacb8bc 100644
--- a/auth.h
+++ b/auth.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: auth.h,v 1.45 2003/08/26 09:58:43 markus Exp $ */ 1/* $OpenBSD: auth.h,v 1.46 2003/08/28 12:54:34 markus Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 2000 Markus Friedl. All rights reserved. 4 * Copyright (c) 2000 Markus Friedl. All rights reserved.