diff options
author | Damien Miller <djm@mindrot.org> | 2006-03-26 14:30:00 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2006-03-26 14:30:00 +1100 |
commit | 51096383e9bff34c80c9bab424e207767792e782 (patch) | |
tree | 46c3309327e9948304734616866f1418be821e21 | |
parent | e3b21a5f59105174ba923beea8132fc20335130a (diff) |
- djm@cvs.openbsd.org 2006/03/25 22:22:43
[atomicio.h auth-options.h auth.h auth2-gss.c authfd.h authfile.h]
[bufaux.h buffer.h canohost.h channels.h cipher.h clientloop.h]
[compat.h compress.h crc32.c crc32.h deattack.h dh.h dispatch.h]
[dns.c dns.h getput.h groupaccess.h gss-genr.c gss-serv-krb5.c]
[gss-serv.c hostfile.h includes.h kex.h key.h log.h mac.h match.h]
[misc.h monitor.h monitor_fdpass.h monitor_mm.h monitor_wrap.h msg.h]
[myproposal.h packet.h pathnames.h progressmeter.h readconf.h rsa.h]
[scard.h servconf.h serverloop.h session.h sftp-common.h sftp.h]
[ssh-gss.h ssh.h ssh1.h ssh2.h sshconnect.h sshlogin.h sshpty.h]
[ttymodes.h uidswap.h uuencode.h xmalloc.h]
standardise spacing in $OpenBSD$ tags; requested by deraadt@
-rw-r--r-- | ChangeLog | 14 | ||||
-rw-r--r-- | atomicio.h | 2 | ||||
-rw-r--r-- | auth-options.h | 2 | ||||
-rw-r--r-- | auth.h | 2 | ||||
-rw-r--r-- | auth2-gss.c | 2 | ||||
-rw-r--r-- | authfd.h | 2 | ||||
-rw-r--r-- | authfile.h | 2 | ||||
-rw-r--r-- | bufaux.h | 2 | ||||
-rw-r--r-- | buffer.h | 2 | ||||
-rw-r--r-- | canohost.h | 2 | ||||
-rw-r--r-- | channels.h | 2 | ||||
-rw-r--r-- | cipher.h | 2 | ||||
-rw-r--r-- | clientloop.h | 2 | ||||
-rw-r--r-- | compat.h | 2 | ||||
-rw-r--r-- | compress.h | 2 | ||||
-rw-r--r-- | crc32.c | 2 | ||||
-rw-r--r-- | crc32.h | 2 | ||||
-rw-r--r-- | deattack.h | 2 | ||||
-rw-r--r-- | dh.h | 2 | ||||
-rw-r--r-- | dispatch.h | 2 | ||||
-rw-r--r-- | dns.c | 2 | ||||
-rw-r--r-- | dns.h | 2 | ||||
-rw-r--r-- | getput.h | 2 | ||||
-rw-r--r-- | groupaccess.h | 2 | ||||
-rw-r--r-- | gss-genr.c | 2 | ||||
-rw-r--r-- | gss-serv-krb5.c | 2 | ||||
-rw-r--r-- | gss-serv.c | 2 | ||||
-rw-r--r-- | hostfile.h | 2 | ||||
-rw-r--r-- | includes.h | 2 | ||||
-rw-r--r-- | kex.h | 2 | ||||
-rw-r--r-- | key.h | 2 | ||||
-rw-r--r-- | log.h | 2 | ||||
-rw-r--r-- | mac.h | 2 | ||||
-rw-r--r-- | match.h | 2 | ||||
-rw-r--r-- | misc.h | 2 | ||||
-rw-r--r-- | monitor.h | 2 | ||||
-rw-r--r-- | monitor_fdpass.h | 2 | ||||
-rw-r--r-- | monitor_mm.h | 2 | ||||
-rw-r--r-- | monitor_wrap.h | 2 | ||||
-rw-r--r-- | msg.h | 2 | ||||
-rw-r--r-- | myproposal.h | 2 | ||||
-rw-r--r-- | packet.h | 2 | ||||
-rw-r--r-- | pathnames.h | 2 | ||||
-rw-r--r-- | progressmeter.h | 2 | ||||
-rw-r--r-- | readconf.h | 2 | ||||
-rw-r--r-- | rsa.h | 2 | ||||
-rw-r--r-- | scard.h | 2 | ||||
-rw-r--r-- | servconf.h | 2 | ||||
-rw-r--r-- | serverloop.h | 2 | ||||
-rw-r--r-- | session.h | 2 | ||||
-rw-r--r-- | sftp-common.h | 2 | ||||
-rw-r--r-- | sftp.h | 2 | ||||
-rw-r--r-- | ssh-gss.h | 2 | ||||
-rw-r--r-- | ssh.h | 2 | ||||
-rw-r--r-- | ssh1.h | 2 | ||||
-rw-r--r-- | ssh2.h | 2 | ||||
-rw-r--r-- | sshconnect.h | 2 | ||||
-rw-r--r-- | sshlogin.h | 2 | ||||
-rw-r--r-- | sshpty.h | 2 | ||||
-rw-r--r-- | ttymodes.h | 2 | ||||
-rw-r--r-- | uidswap.h | 2 | ||||
-rw-r--r-- | uuencode.h | 2 | ||||
-rw-r--r-- | xmalloc.h | 2 |
63 files changed, 75 insertions, 63 deletions
@@ -174,6 +174,18 @@ | |||
174 | - deraadt@cvs.openbsd.org 2006/03/25 18:58:10 | 174 | - deraadt@cvs.openbsd.org 2006/03/25 18:58:10 |
175 | [channels.c] | 175 | [channels.c] |
176 | delete cast not required | 176 | delete cast not required |
177 | - djm@cvs.openbsd.org 2006/03/25 22:22:43 | ||
178 | [atomicio.h auth-options.h auth.h auth2-gss.c authfd.h authfile.h] | ||
179 | [bufaux.h buffer.h canohost.h channels.h cipher.h clientloop.h] | ||
180 | [compat.h compress.h crc32.c crc32.h deattack.h dh.h dispatch.h] | ||
181 | [dns.c dns.h getput.h groupaccess.h gss-genr.c gss-serv-krb5.c] | ||
182 | [gss-serv.c hostfile.h includes.h kex.h key.h log.h mac.h match.h] | ||
183 | [misc.h monitor.h monitor_fdpass.h monitor_mm.h monitor_wrap.h msg.h] | ||
184 | [myproposal.h packet.h pathnames.h progressmeter.h readconf.h rsa.h] | ||
185 | [scard.h servconf.h serverloop.h session.h sftp-common.h sftp.h] | ||
186 | [ssh-gss.h ssh.h ssh1.h ssh2.h sshconnect.h sshlogin.h sshpty.h] | ||
187 | [ttymodes.h uidswap.h uuencode.h xmalloc.h] | ||
188 | standardise spacing in $OpenBSD$ tags; requested by deraadt@ | ||
177 | 189 | ||
178 | 20060325 | 190 | 20060325 |
179 | - OpenBSD CVS Sync | 191 | - OpenBSD CVS Sync |
@@ -4431,4 +4443,4 @@ | |||
4431 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 4443 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
4432 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 4444 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
4433 | 4445 | ||
4434 | $Id: ChangeLog,v 1.4285 2006/03/26 03:29:06 djm Exp $ | 4446 | $Id: ChangeLog,v 1.4286 2006/03/26 03:30:00 djm Exp $ |
diff --git a/atomicio.h b/atomicio.h index 7eccf206b..ddb63ee85 100644 --- a/atomicio.h +++ b/atomicio.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: atomicio.h,v 1.6 2005/05/24 17:32:43 avsm Exp $ */ | 1 | /* $OpenBSD: atomicio.h,v 1.7 2006/03/25 22:22:42 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 1995,1999 Theo de Raadt. All rights reserved. | 4 | * Copyright (c) 1995,1999 Theo de Raadt. All rights reserved. |
diff --git a/auth-options.h b/auth-options.h index 3cd02a71f..d34b5f190 100644 --- a/auth-options.h +++ b/auth-options.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: auth-options.h,v 1.13 2005/12/06 22:38:27 reyk Exp $ */ | 1 | /* $OpenBSD: auth-options.h,v 1.14 2006/03/25 22:22:42 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: auth.h,v 1.51 2005/06/06 11:20:36 djm Exp $ */ | 1 | /* $OpenBSD: auth.h,v 1.52 2006/03/25 22:22:42 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/auth2-gss.c b/auth2-gss.c index bbb6db964..03210673b 100644 --- a/auth2-gss.c +++ b/auth2-gss.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: auth2-gss.c,v 1.13 2006/03/20 04:07:22 djm Exp $ */ | 1 | /* $OpenBSD: auth2-gss.c,v 1.14 2006/03/25 22:22:42 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 2001-2003 Simon Wilkinson. All rights reserved. | 4 | * Copyright (c) 2001-2003 Simon Wilkinson. All rights reserved. |
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: authfd.h,v 1.34 2003/11/21 11:57:03 djm Exp $ */ | 1 | /* $OpenBSD: authfd.h,v 1.35 2006/03/25 22:22:42 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
diff --git a/authfile.h b/authfile.h index a16caa7a8..967f582d4 100644 --- a/authfile.h +++ b/authfile.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: authfile.h,v 1.11 2006/03/13 10:26:52 dtucker Exp $ */ | 1 | /* $OpenBSD: authfile.h,v 1.12 2006/03/25 22:22:42 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: bufaux.h,v 1.21 2005/03/10 22:01:05 deraadt Exp $ */ | 1 | /* $OpenBSD: bufaux.h,v 1.22 2006/03/25 22:22:42 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: buffer.h,v 1.13 2005/03/14 11:46:56 markus Exp $ */ | 1 | /* $OpenBSD: buffer.h,v 1.14 2006/03/25 22:22:42 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
diff --git a/canohost.h b/canohost.h index df1f125e5..e33e8941b 100644 --- a/canohost.h +++ b/canohost.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: canohost.h,v 1.8 2001/06/26 17:27:23 markus Exp $ */ | 1 | /* $OpenBSD: canohost.h,v 1.9 2006/03/25 22:22:42 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
diff --git a/channels.h b/channels.h index a97dd9007..ee1d260fd 100644 --- a/channels.h +++ b/channels.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: channels.h,v 1.83 2005/12/30 15:56:37 reyk Exp $ */ | 1 | /* $OpenBSD: channels.h,v 1.84 2006/03/25 22:22:42 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: cipher.h,v 1.35 2004/07/28 09:40:29 markus Exp $ */ | 1 | /* $OpenBSD: cipher.h,v 1.36 2006/03/25 22:22:42 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
diff --git a/clientloop.h b/clientloop.h index 64cd956d2..beec62f70 100644 --- a/clientloop.h +++ b/clientloop.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: clientloop.h,v 1.15 2006/02/07 01:42:00 stevesk Exp $ */ | 1 | /* $OpenBSD: clientloop.h,v 1.16 2006/03/25 22:22:42 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: compat.h,v 1.39 2005/03/01 10:09:52 djm Exp $ */ | 1 | /* $OpenBSD: compat.h,v 1.40 2006/03/25 22:22:43 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 1999, 2000, 2001 Markus Friedl. All rights reserved. | 4 | * Copyright (c) 1999, 2000, 2001 Markus Friedl. All rights reserved. |
diff --git a/compress.h b/compress.h index e364f4bdc..418d6fd2c 100644 --- a/compress.h +++ b/compress.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: compress.h,v 1.11 2002/03/04 17:27:39 stevesk Exp $ */ | 1 | /* $OpenBSD: compress.h,v 1.12 2006/03/25 22:22:43 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: crc32.c,v 1.9 2003/02/12 21:39:50 markus Exp $ */ | 1 | /* $OpenBSD: crc32.c,v 1.10 2006/03/25 22:22:43 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 2003 Markus Friedl. All rights reserved. | 4 | * Copyright (c) 2003 Markus Friedl. All rights reserved. |
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: crc32.h,v 1.14 2003/02/12 21:39:50 markus Exp $ */ | 1 | /* $OpenBSD: crc32.h,v 1.15 2006/03/25 22:22:43 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 2003 Markus Friedl. All rights reserved. | 4 | * Copyright (c) 2003 Markus Friedl. All rights reserved. |
diff --git a/deattack.h b/deattack.h index 7bb6100d0..627598104 100644 --- a/deattack.h +++ b/deattack.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: deattack.h,v 1.8 2006/03/22 21:27:15 djm Exp $ */ | 1 | /* $OpenBSD: deattack.h,v 1.9 2006/03/25 22:22:43 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Cryptographic attack detector for ssh - Header file | 4 | * Cryptographic attack detector for ssh - Header file |
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: dh.h,v 1.8 2004/06/13 12:53:24 djm Exp $ */ | 1 | /* $OpenBSD: dh.h,v 1.9 2006/03/25 22:22:43 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 2000 Niels Provos. All rights reserved. | 4 | * Copyright (c) 2000 Niels Provos. All rights reserved. |
diff --git a/dispatch.h b/dispatch.h index a82e2165b..b33288f66 100644 --- a/dispatch.h +++ b/dispatch.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: dispatch.h,v 1.9 2002/01/11 13:39:36 markus Exp $ */ | 1 | /* $OpenBSD: dispatch.h,v 1.10 2006/03/25 22:22:43 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: dns.c,v 1.18 2006/03/20 18:41:43 deraadt Exp $ */ | 1 | /* $OpenBSD: dns.c,v 1.19 2006/03/25 22:22:43 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 2003 Wesley Griffin. All rights reserved. | 4 | * Copyright (c) 2003 Wesley Griffin. All rights reserved. |
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: dns.h,v 1.6 2005/10/17 14:13:35 stevesk Exp $ */ | 1 | /* $OpenBSD: dns.h,v 1.7 2006/03/25 22:22:43 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 2003 Wesley Griffin. All rights reserved. | 4 | * Copyright (c) 2003 Wesley Griffin. All rights reserved. |
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: getput.h,v 1.8 2002/03/04 17:27:39 stevesk Exp $ */ | 1 | /* $OpenBSD: getput.h,v 1.9 2006/03/25 22:22:43 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
diff --git a/groupaccess.h b/groupaccess.h index ede4805c2..2bde125c2 100644 --- a/groupaccess.h +++ b/groupaccess.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: groupaccess.h,v 1.4 2001/06/26 17:27:23 markus Exp $ */ | 1 | /* $OpenBSD: groupaccess.h,v 1.5 2006/03/25 22:22:43 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 2001 Kevin Steves. All rights reserved. | 4 | * Copyright (c) 2001 Kevin Steves. All rights reserved. |
diff --git a/gss-genr.c b/gss-genr.c index 9cedfcdc3..4c10f1aab 100644 --- a/gss-genr.c +++ b/gss-genr.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: gss-genr.c,v 1.8 2006/03/25 00:05:41 djm Exp $ */ | 1 | /* $OpenBSD: gss-genr.c,v 1.9 2006/03/25 22:22:43 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 2001-2003 Simon Wilkinson. All rights reserved. | 4 | * Copyright (c) 2001-2003 Simon Wilkinson. All rights reserved. |
diff --git a/gss-serv-krb5.c b/gss-serv-krb5.c index 5a9b2cdd3..9b1792a62 100644 --- a/gss-serv-krb5.c +++ b/gss-serv-krb5.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: gss-serv-krb5.c,v 1.4 2005/10/13 19:08:08 stevesk Exp $ */ | 1 | /* $OpenBSD: gss-serv-krb5.c,v 1.5 2006/03/25 22:22:43 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 2001-2003 Simon Wilkinson. All rights reserved. | 4 | * Copyright (c) 2001-2003 Simon Wilkinson. All rights reserved. |
diff --git a/gss-serv.c b/gss-serv.c index c1e17cdc5..53ec634e8 100644 --- a/gss-serv.c +++ b/gss-serv.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: gss-serv.c,v 1.15 2006/03/20 04:08:18 djm Exp $ */ | 1 | /* $OpenBSD: gss-serv.c,v 1.16 2006/03/25 22:22:43 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 2001-2003 Simon Wilkinson. All rights reserved. | 4 | * Copyright (c) 2001-2003 Simon Wilkinson. All rights reserved. |
diff --git a/hostfile.h b/hostfile.h index d6330752e..d1983b3e0 100644 --- a/hostfile.h +++ b/hostfile.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: hostfile.h,v 1.15 2005/03/01 10:40:26 djm Exp $ */ | 1 | /* $OpenBSD: hostfile.h,v 1.16 2006/03/25 22:22:43 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
diff --git a/includes.h b/includes.h index 363be3ac5..00076f639 100644 --- a/includes.h +++ b/includes.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: includes.h,v 1.38 2006/03/19 18:51:18 deraadt Exp $ */ | 1 | /* $OpenBSD: includes.h,v 1.39 2006/03/25 22:22:43 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: kex.h,v 1.40 2006/03/19 18:53:12 deraadt Exp $ */ | 1 | /* $OpenBSD: kex.h,v 1.41 2006/03/25 22:22:43 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 2000, 2001 Markus Friedl. All rights reserved. | 4 | * Copyright (c) 2000, 2001 Markus Friedl. All rights reserved. |
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: key.h,v 1.23 2003/11/10 16:23:41 jakob Exp $ */ | 1 | /* $OpenBSD: key.h,v 1.24 2006/03/25 22:22:43 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 2000, 2001 Markus Friedl. All rights reserved. | 4 | * Copyright (c) 2000, 2001 Markus Friedl. All rights reserved. |
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: log.h,v 1.11 2004/06/21 22:02:58 djm Exp $ */ | 1 | /* $OpenBSD: log.h,v 1.12 2006/03/25 22:22:43 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: mac.h,v 1.3 2001/06/26 17:27:24 markus Exp $ */ | 1 | /* $OpenBSD: mac.h,v 1.4 2006/03/25 22:22:43 djm Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2001 Markus Friedl. All rights reserved. | 3 | * Copyright (c) 2001 Markus Friedl. All rights reserved. |
4 | * | 4 | * |
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: match.h,v 1.12 2002/03/01 13:12:10 markus Exp $ */ | 1 | /* $OpenBSD: match.h,v 1.13 2006/03/25 22:22:43 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: misc.h,v 1.29 2006/01/31 10:19:02 djm Exp $ */ | 1 | /* $OpenBSD: misc.h,v 1.30 2006/03/25 22:22:43 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: monitor.h,v 1.13 2003/11/17 11:06:07 markus Exp $ */ | 1 | /* $OpenBSD: monitor.h,v 1.14 2006/03/25 22:22:43 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright 2002 Niels Provos <provos@citi.umich.edu> | 4 | * Copyright 2002 Niels Provos <provos@citi.umich.edu> |
diff --git a/monitor_fdpass.h b/monitor_fdpass.h index 31d080e21..12c67ec2d 100644 --- a/monitor_fdpass.h +++ b/monitor_fdpass.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: monitor_fdpass.h,v 1.2 2002/03/26 03:24:01 stevesk Exp $ */ | 1 | /* $OpenBSD: monitor_fdpass.h,v 1.3 2006/03/25 22:22:43 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright 2002 Niels Provos <provos@citi.umich.edu> | 4 | * Copyright 2002 Niels Provos <provos@citi.umich.edu> |
diff --git a/monitor_mm.h b/monitor_mm.h index a1323b9a8..3499c7521 100644 --- a/monitor_mm.h +++ b/monitor_mm.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: monitor_mm.h,v 1.2 2002/03/26 03:24:01 stevesk Exp $ */ | 1 | /* $OpenBSD: monitor_mm.h,v 1.3 2006/03/25 22:22:43 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright 2002 Niels Provos <provos@citi.umich.edu> | 4 | * Copyright 2002 Niels Provos <provos@citi.umich.edu> |
diff --git a/monitor_wrap.h b/monitor_wrap.h index 8ecfdc0e3..c06e30606 100644 --- a/monitor_wrap.h +++ b/monitor_wrap.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: monitor_wrap.h,v 1.15 2006/03/20 18:14:02 deraadt Exp $ */ | 1 | /* $OpenBSD: monitor_wrap.h,v 1.16 2006/03/25 22:22:43 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright 2002 Niels Provos <provos@citi.umich.edu> | 4 | * Copyright 2002 Niels Provos <provos@citi.umich.edu> |
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: msg.h,v 1.3 2003/11/17 09:45:39 djm Exp $ */ | 1 | /* $OpenBSD: msg.h,v 1.4 2006/03/25 22:22:43 djm Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2002 Markus Friedl. All rights reserved. | 3 | * Copyright (c) 2002 Markus Friedl. All rights reserved. |
4 | * | 4 | * |
diff --git a/myproposal.h b/myproposal.h index f564b0d96..e246e0dd9 100644 --- a/myproposal.h +++ b/myproposal.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: myproposal.h,v 1.20 2006/03/19 18:53:12 deraadt Exp $ */ | 1 | /* $OpenBSD: myproposal.h,v 1.21 2006/03/25 22:22:43 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: packet.h,v 1.44 2006/02/07 01:42:00 stevesk Exp $ */ | 1 | /* $OpenBSD: packet.h,v 1.45 2006/03/25 22:22:43 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
diff --git a/pathnames.h b/pathnames.h index cf42625a4..f2571e274 100644 --- a/pathnames.h +++ b/pathnames.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: pathnames.h,v 1.15 2004/07/11 17:48:47 deraadt Exp $ */ | 1 | /* $OpenBSD: pathnames.h,v 1.16 2006/03/25 22:22:43 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
diff --git a/progressmeter.h b/progressmeter.h index bfb9a0b77..10bab99ba 100644 --- a/progressmeter.h +++ b/progressmeter.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: progressmeter.h,v 1.1 2003/01/10 08:19:07 fgsch Exp $ */ | 1 | /* $OpenBSD: progressmeter.h,v 1.2 2006/03/25 22:22:43 djm Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2002 Nils Nordman. All rights reserved. | 3 | * Copyright (c) 2002 Nils Nordman. All rights reserved. |
4 | * | 4 | * |
diff --git a/readconf.h b/readconf.h index 4565b2c2c..7fc2ea47c 100644 --- a/readconf.h +++ b/readconf.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: readconf.h,v 1.68 2005/12/06 22:38:27 reyk Exp $ */ | 1 | /* $OpenBSD: readconf.h,v 1.69 2006/03/25 22:22:43 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: rsa.h,v 1.15 2002/03/04 17:27:39 stevesk Exp $ */ | 1 | /* $OpenBSD: rsa.h,v 1.16 2006/03/25 22:22:43 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: scard.h,v 1.12 2003/06/12 19:12:03 markus Exp $ */ | 1 | /* $OpenBSD: scard.h,v 1.13 2006/03/25 22:22:43 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 2001 Markus Friedl. All rights reserved. | 4 | * Copyright (c) 2001 Markus Friedl. All rights reserved. |
diff --git a/servconf.h b/servconf.h index ab82c8f57..73604a98e 100644 --- a/servconf.h +++ b/servconf.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: servconf.h,v 1.72 2005/12/06 22:38:27 reyk Exp $ */ | 1 | /* $OpenBSD: servconf.h,v 1.73 2006/03/25 22:22:43 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
diff --git a/serverloop.h b/serverloop.h index f419198d1..7311558f9 100644 --- a/serverloop.h +++ b/serverloop.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: serverloop.h,v 1.5 2001/06/27 02:12:53 markus Exp $ */ | 1 | /* $OpenBSD: serverloop.h,v 1.6 2006/03/25 22:22:43 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: session.h,v 1.26 2006/03/20 18:26:55 deraadt Exp $ */ | 1 | /* $OpenBSD: session.h,v 1.27 2006/03/25 22:22:43 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 2000, 2001 Markus Friedl. All rights reserved. | 4 | * Copyright (c) 2000, 2001 Markus Friedl. All rights reserved. |
diff --git a/sftp-common.h b/sftp-common.h index 72be6e61c..88c76c17e 100644 --- a/sftp-common.h +++ b/sftp-common.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: sftp-common.h,v 1.7 2006/02/20 17:19:54 stevesk Exp $ */ | 1 | /* $OpenBSD: sftp-common.h,v 1.8 2006/03/25 22:22:43 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 2001 Markus Friedl. All rights reserved. | 4 | * Copyright (c) 2001 Markus Friedl. All rights reserved. |
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: sftp.h,v 1.4 2002/02/13 00:59:23 djm Exp $ */ | 1 | /* $OpenBSD: sftp.h,v 1.5 2006/03/25 22:22:43 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 2001 Markus Friedl. All rights reserved. | 4 | * Copyright (c) 2001 Markus Friedl. All rights reserved. |
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ssh-gss.h,v 1.5 2004/06/21 17:36:31 avsm Exp $ */ | 1 | /* $OpenBSD: ssh-gss.h,v 1.6 2006/03/25 22:22:43 djm Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2001-2003 Simon Wilkinson. All rights reserved. | 3 | * Copyright (c) 2001-2003 Simon Wilkinson. All rights reserved. |
4 | * | 4 | * |
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ssh.h,v 1.76 2004/12/06 11:41:03 dtucker Exp $ */ | 1 | /* $OpenBSD: ssh.h,v 1.77 2006/03/25 22:22:43 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ssh1.h,v 1.5 2004/10/20 11:48:53 markus Exp $ */ | 1 | /* $OpenBSD: ssh1.h,v 1.6 2006/03/25 22:22:43 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ssh2.h,v 1.9 2003/05/14 00:52:59 markus Exp $ */ | 1 | /* $OpenBSD: ssh2.h,v 1.10 2006/03/25 22:22:43 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/sshconnect.h b/sshconnect.h index e7c7a2b34..3786ba56e 100644 --- a/sshconnect.h +++ b/sshconnect.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: sshconnect.h,v 1.18 2005/12/06 22:38:28 reyk Exp $ */ | 1 | /* $OpenBSD: sshconnect.h,v 1.19 2006/03/25 22:22:43 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/sshlogin.h b/sshlogin.h index a3d0dd492..f840461cf 100644 --- a/sshlogin.h +++ b/sshlogin.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: sshlogin.h,v 1.5 2006/03/25 18:36:15 deraadt Exp $ */ | 1 | /* $OpenBSD: sshlogin.h,v 1.6 2006/03/25 22:22:43 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: sshpty.h,v 1.7 2006/03/20 18:14:02 deraadt Exp $ */ | 1 | /* $OpenBSD: sshpty.h,v 1.8 2006/03/25 22:22:43 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
diff --git a/ttymodes.h b/ttymodes.h index 481282cd7..4d848fe3a 100644 --- a/ttymodes.h +++ b/ttymodes.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ttymodes.h,v 1.13 2004/07/11 17:48:47 deraadt Exp $ */ | 1 | /* $OpenBSD: ttymodes.h,v 1.14 2006/03/25 22:22:43 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: uidswap.h,v 1.9 2001/06/26 17:27:25 markus Exp $ */ | 1 | /* $OpenBSD: uidswap.h,v 1.10 2006/03/25 22:22:43 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
diff --git a/uuencode.h b/uuencode.h index 08e87c4bc..bb98bf8d6 100644 --- a/uuencode.h +++ b/uuencode.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: uuencode.h,v 1.10 2003/11/10 16:23:41 jakob Exp $ */ | 1 | /* $OpenBSD: uuencode.h,v 1.11 2006/03/25 22:22:43 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: xmalloc.h,v 1.11 2006/03/25 01:13:23 djm Exp $ */ | 1 | /* $OpenBSD: xmalloc.h,v 1.12 2006/03/25 22:22:43 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |