diff options
-rw-r--r-- | ChangeLog | 10 | ||||
-rw-r--r-- | auth-bsdauth.c | 2 | ||||
-rw-r--r-- | auth-passwd.c | 2 | ||||
-rw-r--r-- | auth.c | 2 | ||||
-rw-r--r-- | auth.h | 2 | ||||
-rw-r--r-- | auth1.c | 2 | ||||
-rw-r--r-- | auth2-chall.c | 2 | ||||
-rw-r--r-- | monitor.c | 2 | ||||
-rw-r--r-- | monitor_wrap.c | 2 |
9 files changed, 17 insertions, 9 deletions
@@ -8,6 +8,14 @@ | |||
8 | [ssh_config.5] | 8 | [ssh_config.5] |
9 | document KbdInteractiveAuthentication in ssh_config.5; | 9 | document KbdInteractiveAuthentication in ssh_config.5; |
10 | patch from dkg AT fifthhorseman.net | 10 | patch from dkg AT fifthhorseman.net |
11 | - djm@cvs.openbsd.org 2007/09/21 08:15:29 | ||
12 | [auth-bsdauth.c auth-passwd.c auth.c auth.h auth1.c auth2-chall.c] | ||
13 | [monitor.c monitor_wrap.c] | ||
14 | unifdef -DBSD_AUTH | ||
15 | unifdef -USKEY | ||
16 | These options have been in use for some years; | ||
17 | ok markus@ "no objection" millert@ | ||
18 | (NB. RCD ID sync only for portable) | ||
11 | 19 | ||
12 | 20070927 | 20 | 20070927 |
13 | - (dtucker) [configure.ac atomicio.c] Fall back to including <sys/poll.h> if | 21 | - (dtucker) [configure.ac atomicio.c] Fall back to including <sys/poll.h> if |
@@ -3279,4 +3287,4 @@ | |||
3279 | OpenServer 6 and add osr5bigcrypt support so when someone migrates | 3287 | OpenServer 6 and add osr5bigcrypt support so when someone migrates |
3280 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ | 3288 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ |
3281 | 3289 | ||
3282 | $Id: ChangeLog,v 1.4762 2007/10/26 04:24:48 djm Exp $ | 3290 | $Id: ChangeLog,v 1.4763 2007/10/26 04:25:12 djm Exp $ |
diff --git a/auth-bsdauth.c b/auth-bsdauth.c index 37d527d11..0b3262b49 100644 --- a/auth-bsdauth.c +++ b/auth-bsdauth.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: auth-bsdauth.c,v 1.10 2006/08/03 03:34:41 deraadt Exp $ */ | 1 | /* $OpenBSD: auth-bsdauth.c,v 1.11 2007/09/21 08:15:29 djm Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2001 Markus Friedl. All rights reserved. | 3 | * Copyright (c) 2001 Markus Friedl. All rights reserved. |
4 | * | 4 | * |
diff --git a/auth-passwd.c b/auth-passwd.c index 6b67a131b..bdfced023 100644 --- a/auth-passwd.c +++ b/auth-passwd.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: auth-passwd.c,v 1.42 2007/08/23 02:55:51 djm Exp $ */ | 1 | /* $OpenBSD: auth-passwd.c,v 1.43 2007/09/21 08:15:29 djm Exp $ */ |
2 | /* | 2 | /* |
3 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 3 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
4 | * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland | 4 | * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland |
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: auth.c,v 1.77 2007/08/23 02:55:51 djm Exp $ */ | 1 | /* $OpenBSD: auth.c,v 1.78 2007/09/21 08:15:29 djm Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2000 Markus Friedl. All rights reserved. | 3 | * Copyright (c) 2000 Markus Friedl. All rights reserved. |
4 | * | 4 | * |
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: auth.h,v 1.59 2007/08/23 03:06:10 djm Exp $ */ | 1 | /* $OpenBSD: auth.h,v 1.60 2007/09/21 08:15:29 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 2000 Markus Friedl. All rights reserved. | 4 | * Copyright (c) 2000 Markus Friedl. All rights reserved. |
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: auth1.c,v 1.70 2006/08/03 03:34:41 deraadt Exp $ */ | 1 | /* $OpenBSD: auth1.c,v 1.71 2007/09/21 08:15:29 djm Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland | 3 | * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland |
4 | * All rights reserved | 4 | * All rights reserved |
diff --git a/auth2-chall.c b/auth2-chall.c index 51059c2bd..d816578c6 100644 --- a/auth2-chall.c +++ b/auth2-chall.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: auth2-chall.c,v 1.32 2007/01/03 03:01:40 stevesk Exp $ */ | 1 | /* $OpenBSD: auth2-chall.c,v 1.33 2007/09/21 08:15:29 djm Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2001 Markus Friedl. All rights reserved. | 3 | * Copyright (c) 2001 Markus Friedl. All rights reserved. |
4 | * Copyright (c) 2001 Per Allansson. All rights reserved. | 4 | * Copyright (c) 2001 Per Allansson. All rights reserved. |
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: monitor.c,v 1.92 2007/09/04 03:21:03 djm Exp $ */ | 1 | /* $OpenBSD: monitor.c,v 1.93 2007/09/21 08:15:29 djm Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright 2002 Niels Provos <provos@citi.umich.edu> | 3 | * Copyright 2002 Niels Provos <provos@citi.umich.edu> |
4 | * Copyright 2002 Markus Friedl <markus@openbsd.org> | 4 | * Copyright 2002 Markus Friedl <markus@openbsd.org> |
diff --git a/monitor_wrap.c b/monitor_wrap.c index 36154be4d..7ac845296 100644 --- a/monitor_wrap.c +++ b/monitor_wrap.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: monitor_wrap.c,v 1.58 2007/09/04 03:21:03 djm Exp $ */ | 1 | /* $OpenBSD: monitor_wrap.c,v 1.59 2007/09/21 08:15:29 djm Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright 2002 Niels Provos <provos@citi.umich.edu> | 3 | * Copyright 2002 Niels Provos <provos@citi.umich.edu> |
4 | * Copyright 2002 Markus Friedl <markus@openbsd.org> | 4 | * Copyright 2002 Markus Friedl <markus@openbsd.org> |