summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2007-10-26 14:25:12 +1000
committerDamien Miller <djm@mindrot.org>2007-10-26 14:25:12 +1000
commit733124b5dd735cdd12be7dd7002a22f5d3896e29 (patch)
tree8a9081da5036f6bdde7cb3e9a8bb0585274c3eaf
parentcfb606cd5f1b01d5ffe4e9972a65458d1b923111 (diff)
- djm@cvs.openbsd.org 2007/09/21 08:15:29
[auth-bsdauth.c auth-passwd.c auth.c auth.h auth1.c auth2-chall.c] [monitor.c monitor_wrap.c] unifdef -DBSD_AUTH unifdef -USKEY These options have been in use for some years; ok markus@ "no objection" millert@ (NB. RCD ID sync only for portable)
-rw-r--r--ChangeLog10
-rw-r--r--auth-bsdauth.c2
-rw-r--r--auth-passwd.c2
-rw-r--r--auth.c2
-rw-r--r--auth.h2
-rw-r--r--auth1.c2
-rw-r--r--auth2-chall.c2
-rw-r--r--monitor.c2
-rw-r--r--monitor_wrap.c2
9 files changed, 17 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index cd781c264..46729e70a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
1220070927 2020070927
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
diff --git a/auth.c b/auth.c
index 6823330a3..f94c7d1d5 100644
--- a/auth.c
+++ b/auth.c
@@ -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 *
diff --git a/auth.h b/auth.h
index 1816eaaae..f752c1220 100644
--- a/auth.h
+++ b/auth.h
@@ -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.
diff --git a/auth1.c b/auth1.c
index b9d6b1115..c17cc9133 100644
--- a/auth1.c
+++ b/auth1.c
@@ -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.
diff --git a/monitor.c b/monitor.c
index 1fe1fb56f..7996d5a14 100644
--- a/monitor.c
+++ b/monitor.c
@@ -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>