diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | auth-options.h | 3 |
2 files changed, 5 insertions, 3 deletions
@@ -13,6 +13,9 @@ | |||
13 | - stevesk@cvs.openbsd.org 2002/07/21 18:32:20 | 13 | - stevesk@cvs.openbsd.org 2002/07/21 18:32:20 |
14 | [auth-options.c] | 14 | [auth-options.c] |
15 | unneeded includes | 15 | unneeded includes |
16 | - stevesk@cvs.openbsd.org 2002/07/21 18:34:43 | ||
17 | [auth-options.h] | ||
18 | remove invalid comment | ||
16 | 19 | ||
17 | 20020722 | 20 | 20020722 |
18 | - (bal) AIX tty data limiting patch fix by leigh@solinno.co.uk | 21 | - (bal) AIX tty data limiting patch fix by leigh@solinno.co.uk |
@@ -1436,4 +1439,4 @@ | |||
1436 | - (stevesk) entropy.c: typo in debug message | 1439 | - (stevesk) entropy.c: typo in debug message |
1437 | - (djm) ssh-keygen -i needs seeded RNG; report from markus@ | 1440 | - (djm) ssh-keygen -i needs seeded RNG; report from markus@ |
1438 | 1441 | ||
1439 | $Id: ChangeLog,v 1.2398 2002/07/23 21:06:45 mouring Exp $ | 1442 | $Id: ChangeLog,v 1.2399 2002/07/23 21:07:45 mouring Exp $ |
diff --git a/auth-options.h b/auth-options.h index aa6270fd6..15fb21255 100644 --- a/auth-options.h +++ b/auth-options.h | |||
@@ -1,10 +1,9 @@ | |||
1 | /* $OpenBSD: auth-options.h,v 1.11 2002/03/04 17:27:39 stevesk Exp $ */ | 1 | /* $OpenBSD: auth-options.h,v 1.12 2002/07/21 18:34:43 stevesk Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
5 | * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland | 5 | * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland |
6 | * All rights reserved | 6 | * All rights reserved |
7 | * Functions to interface with the SSH_AUTHENTICATION_FD socket. | ||
8 | * | 7 | * |
9 | * As far as I am concerned, the code I have written for this software | 8 | * As far as I am concerned, the code I have written for this software |
10 | * can be used freely for any purpose. Any derived versions of this | 9 | * can be used freely for any purpose. Any derived versions of this |