summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-03-26 00:03:21 +1100
committerDamien Miller <djm@mindrot.org>2006-03-26 00:03:21 +1100
commitb0fb6872ed2efe3a116083e43dd4f5f47cd4882b (patch)
treeced525065297b33c1828ec0f88fc70ee50d7ec3c
parent3e96d742743b150025588b7200c7998d7e4ec2c6 (diff)
downloadopenssh-git-b0fb6872ed2efe3a116083e43dd4f5f47cd4882b.tar.gz
- deraadt@cvs.openbsd.org 2006/03/19 18:51:18
[atomicio.c auth-bsdauth.c auth-chall.c auth-krb5.c auth-options.c] [auth-pam.c auth-passwd.c auth-rh-rsa.c auth-rhosts.c auth-rsa.c] [auth-shadow.c auth-skey.c auth.c auth1.c auth2-chall.c] [auth2-hostbased.c auth2-kbdint.c auth2-none.c auth2-passwd.c] [auth2-pubkey.c auth2.c authfd.c authfile.c bufaux.c buffer.c] [canohost.c channels.c cipher-3des1.c cipher-acss.c cipher-aes.c] [cipher-bf1.c cipher-ctr.c cipher.c cleanup.c clientloop.c compat.c] [compress.c deattack.c dh.c dispatch.c dns.c entropy.c fatal.c] [groupaccess.c hostfile.c includes.h kex.c kexdh.c kexdhc.c] [kexdhs.c kexgex.c kexgexc.c kexgexs.c key.c log.c loginrec.c] [loginrec.h logintest.c mac.c match.c md-sha256.c md5crypt.c misc.c] [monitor.c monitor_fdpass.c monitor_mm.c monitor_wrap.c msg.c] [nchan.c packet.c progressmeter.c readconf.c readpass.c rsa.c] [scard.c scp.c servconf.c serverloop.c session.c sftp-client.c] [sftp-common.c sftp-glob.c sftp-server.c sftp.c ssh-add.c] [ssh-agent.c ssh-dss.c ssh-keygen.c ssh-keyscan.c ssh-keysign.c] [ssh-rand-helper.c ssh-rsa.c ssh.c sshconnect.c sshconnect1.c] [sshconnect2.c sshd.c sshlogin.c sshpty.c sshtty.c ttymodes.c] [uidswap.c uuencode.c xmalloc.c openbsd-compat/bsd-arc4random.c] [openbsd-compat/bsd-closefrom.c openbsd-compat/bsd-cygwin_util.c] [openbsd-compat/bsd-getpeereid.c openbsd-compat/bsd-misc.c] [openbsd-compat/bsd-nextstep.c openbsd-compat/bsd-snprintf.c] [openbsd-compat/bsd-waitpid.c openbsd-compat/fake-rfc2553.c] RCSID() can die
-rw-r--r--ChangeLog27
-rw-r--r--atomicio.c1
-rw-r--r--auth-bsdauth.c1
-rw-r--r--auth-chall.c1
-rw-r--r--auth-krb5.c1
-rw-r--r--auth-options.c1
-rw-r--r--auth-pam.c1
-rw-r--r--auth-passwd.c1
-rw-r--r--auth-rh-rsa.c1
-rw-r--r--auth-rhosts.c1
-rw-r--r--auth-rsa.c1
-rw-r--r--auth-shadow.c1
-rw-r--r--auth-skey.c1
-rw-r--r--auth.c1
-rw-r--r--auth1.c1
-rw-r--r--auth2-chall.c1
-rw-r--r--auth2-hostbased.c1
-rw-r--r--auth2-kbdint.c1
-rw-r--r--auth2-none.c1
-rw-r--r--auth2-passwd.c1
-rw-r--r--auth2-pubkey.c1
-rw-r--r--auth2.c1
-rw-r--r--authfd.c1
-rw-r--r--authfile.c1
-rw-r--r--bufaux.c1
-rw-r--r--buffer.c1
-rw-r--r--canohost.c1
-rw-r--r--channels.c1
-rw-r--r--cipher-3des1.c1
-rw-r--r--cipher-acss.c2
-rw-r--r--cipher-aes.c1
-rw-r--r--cipher-bf1.c1
-rw-r--r--cipher-ctr.c1
-rw-r--r--cipher.c1
-rw-r--r--cleanup.c1
-rw-r--r--clientloop.c1
-rw-r--r--compat.c1
-rw-r--r--compress.c1
-rw-r--r--deattack.c1
-rw-r--r--dh.c1
-rw-r--r--dispatch.c1
-rw-r--r--dns.c3
-rw-r--r--entropy.c2
-rw-r--r--fatal.c1
-rw-r--r--groupaccess.c1
-rw-r--r--hostfile.c1
-rw-r--r--includes.h5
-rw-r--r--kex.c1
-rw-r--r--kexdh.c1
-rw-r--r--kexdhc.c1
-rw-r--r--kexdhs.c1
-rw-r--r--kexgex.c1
-rw-r--r--kexgexc.c1
-rw-r--r--kexgexs.c1
-rw-r--r--key.c1
-rw-r--r--log.c1
-rw-r--r--loginrec.c2
-rw-r--r--loginrec.h2
-rw-r--r--logintest.c2
-rw-r--r--mac.c1
-rw-r--r--match.c1
-rw-r--r--md-sha256.c2
-rw-r--r--md5crypt.c2
-rw-r--r--misc.c1
-rw-r--r--monitor.c1
-rw-r--r--monitor_fdpass.c1
-rw-r--r--monitor_mm.c1
-rw-r--r--monitor_wrap.c1
-rw-r--r--msg.c1
-rw-r--r--nchan.c1
-rw-r--r--openbsd-compat/bsd-arc4random.c2
-rw-r--r--openbsd-compat/bsd-closefrom.c2
-rw-r--r--openbsd-compat/bsd-cygwin_util.c2
-rw-r--r--openbsd-compat/bsd-getpeereid.c2
-rw-r--r--openbsd-compat/bsd-misc.c2
-rw-r--r--openbsd-compat/bsd-nextstep.c2
-rw-r--r--openbsd-compat/bsd-snprintf.c2
-rw-r--r--openbsd-compat/bsd-waitpid.c2
-rw-r--r--openbsd-compat/fake-rfc2553.c2
-rw-r--r--packet.c1
-rw-r--r--progressmeter.c1
-rw-r--r--readconf.c1
-rw-r--r--readpass.c1
-rw-r--r--rsa.c1
-rw-r--r--scard.c1
-rw-r--r--scp.c1
-rw-r--r--servconf.c1
-rw-r--r--serverloop.c1
-rw-r--r--session.c1
-rw-r--r--sftp-client.c1
-rw-r--r--sftp-common.c1
-rw-r--r--sftp-glob.c1
-rw-r--r--sftp-server.c1
-rw-r--r--sftp.c1
-rw-r--r--ssh-add.c1
-rw-r--r--ssh-agent.c1
-rw-r--r--ssh-dss.c1
-rw-r--r--ssh-keygen.c1
-rw-r--r--ssh-keyscan.c1
-rw-r--r--ssh-keysign.c1
-rw-r--r--ssh-rand-helper.c2
-rw-r--r--ssh-rsa.c1
-rw-r--r--ssh.c1
-rw-r--r--sshconnect.c1
-rw-r--r--sshconnect1.c1
-rw-r--r--sshconnect2.c1
-rw-r--r--sshd.c1
-rw-r--r--sshlogin.c1
-rw-r--r--sshpty.c1
-rw-r--r--sshtty.c1
-rw-r--r--ttymodes.c1
-rw-r--r--uidswap.c1
-rw-r--r--uuencode.c1
-rw-r--r--xmalloc.c1
114 files changed, 28 insertions, 135 deletions
diff --git a/ChangeLog b/ChangeLog
index 2281accd..64a20a4c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,31 @@
[ssh.1]
Add RFC4419 (Diffie-Hellman group exchange KEX) to the list of SSH RFCs
that OpenSSH supports
+ - deraadt@cvs.openbsd.org 2006/03/19 18:51:18
+ [atomicio.c auth-bsdauth.c auth-chall.c auth-krb5.c auth-options.c]
+ [auth-pam.c auth-passwd.c auth-rh-rsa.c auth-rhosts.c auth-rsa.c]
+ [auth-shadow.c auth-skey.c auth.c auth1.c auth2-chall.c]
+ [auth2-hostbased.c auth2-kbdint.c auth2-none.c auth2-passwd.c]
+ [auth2-pubkey.c auth2.c authfd.c authfile.c bufaux.c buffer.c]
+ [canohost.c channels.c cipher-3des1.c cipher-acss.c cipher-aes.c]
+ [cipher-bf1.c cipher-ctr.c cipher.c cleanup.c clientloop.c compat.c]
+ [compress.c deattack.c dh.c dispatch.c dns.c entropy.c fatal.c]
+ [groupaccess.c hostfile.c includes.h kex.c kexdh.c kexdhc.c]
+ [kexdhs.c kexgex.c kexgexc.c kexgexs.c key.c log.c loginrec.c]
+ [loginrec.h logintest.c mac.c match.c md-sha256.c md5crypt.c misc.c]
+ [monitor.c monitor_fdpass.c monitor_mm.c monitor_wrap.c msg.c]
+ [nchan.c packet.c progressmeter.c readconf.c readpass.c rsa.c]
+ [scard.c scp.c servconf.c serverloop.c session.c sftp-client.c]
+ [sftp-common.c sftp-glob.c sftp-server.c sftp.c ssh-add.c]
+ [ssh-agent.c ssh-dss.c ssh-keygen.c ssh-keyscan.c ssh-keysign.c]
+ [ssh-rand-helper.c ssh-rsa.c ssh.c sshconnect.c sshconnect1.c]
+ [sshconnect2.c sshd.c sshlogin.c sshpty.c sshtty.c ttymodes.c]
+ [uidswap.c uuencode.c xmalloc.c openbsd-compat/bsd-arc4random.c]
+ [openbsd-compat/bsd-closefrom.c openbsd-compat/bsd-cygwin_util.c]
+ [openbsd-compat/bsd-getpeereid.c openbsd-compat/bsd-misc.c]
+ [openbsd-compat/bsd-nextstep.c openbsd-compat/bsd-snprintf.c]
+ [openbsd-compat/bsd-waitpid.c openbsd-compat/fake-rfc2553.c]
+ RCSID() can die
20060318
- (djm) [auth-pam.c] Fix memleak in error path, from Coverity via
@@ -4196,4 +4221,4 @@
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
-$Id: ChangeLog,v 1.4231 2006/03/25 12:39:29 djm Exp $
+$Id: ChangeLog,v 1.4232 2006/03/25 13:03:21 djm Exp $
diff --git a/atomicio.c b/atomicio.c
index 8dd271b6..afe306b1 100644
--- a/atomicio.c
+++ b/atomicio.c
@@ -25,7 +25,6 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: atomicio.c,v 1.14 2006/02/11 19:31:18 otto Exp $");
#include "atomicio.h"
diff --git a/auth-bsdauth.c b/auth-bsdauth.c
index 920c977d..f48b4317 100644
--- a/auth-bsdauth.c
+++ b/auth-bsdauth.c
@@ -22,7 +22,6 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include "includes.h"
-RCSID("$OpenBSD: auth-bsdauth.c,v 1.6 2005/01/19 13:11:47 dtucker Exp $");
#ifdef BSD_AUTH
#include "xmalloc.h"
diff --git a/auth-chall.c b/auth-chall.c
index e4f78309..7707023a 100644
--- a/auth-chall.c
+++ b/auth-chall.c
@@ -23,7 +23,6 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: auth-chall.c,v 1.9 2003/11/03 09:03:37 djm Exp $");
#include "auth.h"
#include "log.h"
diff --git a/auth-krb5.c b/auth-krb5.c
index 64d61354..8bdc64ed 100644
--- a/auth-krb5.c
+++ b/auth-krb5.c
@@ -28,7 +28,6 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: auth-krb5.c,v 1.16 2005/11/21 09:42:10 dtucker Exp $");
#include "ssh.h"
#include "ssh1.h"
diff --git a/auth-options.c b/auth-options.c
index ad97e612..77488a49 100644
--- a/auth-options.c
+++ b/auth-options.c
@@ -10,7 +10,6 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: auth-options.c,v 1.33 2005/12/08 18:34:11 reyk Exp $");
#include "xmalloc.h"
#include "match.h"
diff --git a/auth-pam.c b/auth-pam.c
index 2d975c39..3d64de76 100644
--- a/auth-pam.c
+++ b/auth-pam.c
@@ -47,7 +47,6 @@
/* Based on $FreeBSD: src/crypto/openssh/auth2-pam-freebsd.c,v 1.11 2003/03/31 13:48:18 des Exp $ */
#include "includes.h"
-RCSID("$Id: auth-pam.c,v 1.130 2006/03/18 12:04:49 djm Exp $");
#include <sys/types.h>
#include <sys/stat.h>
diff --git a/auth-passwd.c b/auth-passwd.c
index 6e6d0d76..df202dde 100644
--- a/auth-passwd.c
+++ b/auth-passwd.c
@@ -36,7 +36,6 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: auth-passwd.c,v 1.34 2005/07/19 15:32:26 otto Exp $");
#include "packet.h"
#include "buffer.h"
diff --git a/auth-rh-rsa.c b/auth-rh-rsa.c
index c31f2b97..f9c386db 100644
--- a/auth-rh-rsa.c
+++ b/auth-rh-rsa.c
@@ -13,7 +13,6 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: auth-rh-rsa.c,v 1.38 2005/07/17 07:17:54 djm Exp $");
#include "packet.h"
#include "uidswap.h"
diff --git a/auth-rhosts.c b/auth-rhosts.c
index 1deeb30b..09889356 100644
--- a/auth-rhosts.c
+++ b/auth-rhosts.c
@@ -14,7 +14,6 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: auth-rhosts.c,v 1.35 2006/02/20 17:19:53 stevesk Exp $");
#include <sys/types.h>
#include <sys/stat.h>
diff --git a/auth-rsa.c b/auth-rsa.c
index 275c0b67..effff5d2 100644
--- a/auth-rsa.c
+++ b/auth-rsa.c
@@ -14,7 +14,6 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: auth-rsa.c,v 1.64 2006/02/20 17:19:53 stevesk Exp $");
#include <sys/types.h>
#include <sys/stat.h>
diff --git a/auth-shadow.c b/auth-shadow.c
index 59737b93..c8d5dd3c 100644
--- a/auth-shadow.c
+++ b/auth-shadow.c
@@ -23,7 +23,6 @@
*/
#include "includes.h"
-RCSID("$Id: auth-shadow.c,v 1.7 2005/07/17 07:04:47 djm Exp $");
#if defined(USE_SHADOW) && defined(HAS_SHADOW_EXPIRE)
#include <shadow.h>
diff --git a/auth-skey.c b/auth-skey.c
index f676dbec..ce8c1a80 100644
--- a/auth-skey.c
+++ b/auth-skey.c
@@ -22,7 +22,6 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include "includes.h"
-RCSID("$OpenBSD: auth-skey.c,v 1.20 2002/06/30 21:59:45 deraadt Exp $");
#ifdef SKEY
diff --git a/auth.c b/auth.c
index fca373b8..35bc5ea1 100644
--- a/auth.c
+++ b/auth.c
@@ -23,7 +23,6 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: auth.c,v 1.62 2006/02/20 17:19:53 stevesk Exp $");
#include <sys/types.h>
#include <sys/stat.h>
diff --git a/auth1.c b/auth1.c
index 4bc2bf76..cc1092ab 100644
--- a/auth1.c
+++ b/auth1.c
@@ -10,7 +10,6 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: auth1.c,v 1.62 2005/07/16 01:35:24 djm Exp $");
#include "xmalloc.h"
#include "rsa.h"
diff --git a/auth2-chall.c b/auth2-chall.c
index b147cadf..8860a94c 100644
--- a/auth2-chall.c
+++ b/auth2-chall.c
@@ -23,7 +23,6 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include "includes.h"
-RCSID("$OpenBSD: auth2-chall.c,v 1.24 2005/07/17 07:17:54 djm Exp $");
#include "ssh2.h"
#include "auth.h"
diff --git a/auth2-hostbased.c b/auth2-hostbased.c
index 1111ed67..25182849 100644
--- a/auth2-hostbased.c
+++ b/auth2-hostbased.c
@@ -23,7 +23,6 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: auth2-hostbased.c,v 1.6 2004/01/19 21:25:15 markus Exp $");
#include "ssh2.h"
#include "xmalloc.h"
diff --git a/auth2-kbdint.c b/auth2-kbdint.c
index fa836497..1b902e4c 100644
--- a/auth2-kbdint.c
+++ b/auth2-kbdint.c
@@ -23,7 +23,6 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: auth2-kbdint.c,v 1.2 2002/05/31 11:35:15 markus Exp $");
#include "packet.h"
#include "auth.h"
diff --git a/auth2-none.c b/auth2-none.c
index 2eb27a91..19cc2b1b 100644
--- a/auth2-none.c
+++ b/auth2-none.c
@@ -23,7 +23,6 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: auth2-none.c,v 1.8 2006/02/20 17:19:54 stevesk Exp $");
#include <sys/types.h>
#include <sys/stat.h>
diff --git a/auth2-passwd.c b/auth2-passwd.c
index 2321ef47..41507af1 100644
--- a/auth2-passwd.c
+++ b/auth2-passwd.c
@@ -23,7 +23,6 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: auth2-passwd.c,v 1.5 2003/12/31 00:24:50 dtucker Exp $");
#include "xmalloc.h"
#include "packet.h"
diff --git a/auth2-pubkey.c b/auth2-pubkey.c
index ea136707..a59c3799 100644
--- a/auth2-pubkey.c
+++ b/auth2-pubkey.c
@@ -23,7 +23,6 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: auth2-pubkey.c,v 1.10 2006/02/20 17:19:54 stevesk Exp $");
#include <sys/types.h>
#include <sys/stat.h>
diff --git a/auth2.c b/auth2.c
index d255242e..b49cc79c 100644
--- a/auth2.c
+++ b/auth2.c
@@ -23,7 +23,6 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: auth2.c,v 1.107 2004/07/28 09:40:29 markus Exp $");
#include "ssh2.h"
#include "xmalloc.h"
diff --git a/authfd.c b/authfd.c
index 06e6d4a4..a3f22cfc 100644
--- a/authfd.c
+++ b/authfd.c
@@ -35,7 +35,6 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: authfd.c,v 1.67 2006/02/20 16:36:14 stevesk Exp $");
#include <sys/types.h>
#include <sys/un.h>
diff --git a/authfile.c b/authfile.c
index 0656262d..d529c834 100644
--- a/authfile.c
+++ b/authfile.c
@@ -36,7 +36,6 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: authfile.c,v 1.63 2006/03/13 10:26:52 dtucker Exp $");
#include <sys/types.h>
#include <sys/stat.h>
diff --git a/bufaux.c b/bufaux.c
index 106a3a0c..19f6708f 100644
--- a/bufaux.c
+++ b/bufaux.c
@@ -37,7 +37,6 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: bufaux.c,v 1.37 2005/11/05 05:01:15 djm Exp $");
#include <openssl/bn.h>
#include "bufaux.h"
diff --git a/buffer.c b/buffer.c
index 487e0810..08682e0f 100644
--- a/buffer.c
+++ b/buffer.c
@@ -12,7 +12,6 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: buffer.c,v 1.23 2005/03/14 11:46:56 markus Exp $");
#include "xmalloc.h"
#include "buffer.h"
diff --git a/canohost.c b/canohost.c
index f15aecb6..4fafb0b8 100644
--- a/canohost.c
+++ b/canohost.c
@@ -12,7 +12,6 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: canohost.c,v 1.50 2006/03/14 00:15:39 djm Exp $");
#include <ctype.h>
diff --git a/channels.c b/channels.c
index 7161b941..30c6d387 100644
--- a/channels.c
+++ b/channels.c
@@ -39,7 +39,6 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: channels.c,v 1.235 2006/02/20 16:36:14 stevesk Exp $");
#include <sys/ioctl.h>
#include <sys/types.h>
diff --git a/cipher-3des1.c b/cipher-3des1.c
index f815e8ae..53b5a295 100644
--- a/cipher-3des1.c
+++ b/cipher-3des1.c
@@ -23,7 +23,6 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: cipher-3des1.c,v 1.2 2003/12/22 20:29:55 markus Exp $");
#include <openssl/evp.h>
#include "xmalloc.h"
diff --git a/cipher-acss.c b/cipher-acss.c
index a95fa674..90b51a4d 100644
--- a/cipher-acss.c
+++ b/cipher-acss.c
@@ -17,8 +17,6 @@
#include "includes.h"
#include <openssl/evp.h>
-RCSID("$Id: cipher-acss.c,v 1.3 2005/07/17 07:04:47 djm Exp $");
-
#if !defined(EVP_CTRL_SET_ACSS_MODE) && (OPENSSL_VERSION_NUMBER >= 0x00907000L)
#include "acss.h"
diff --git a/cipher-aes.c b/cipher-aes.c
index 228ddb10..99e9eea9 100644
--- a/cipher-aes.c
+++ b/cipher-aes.c
@@ -28,7 +28,6 @@
#include "openbsd-compat/openssl-compat.h"
#ifdef USE_BUILTIN_RIJNDAEL
-RCSID("$OpenBSD: cipher-aes.c,v 1.2 2003/11/26 21:44:29 djm Exp $");
#include <openssl/evp.h>
#include "rijndael.h"
diff --git a/cipher-bf1.c b/cipher-bf1.c
index 5af695c1..e7246650 100644
--- a/cipher-bf1.c
+++ b/cipher-bf1.c
@@ -23,7 +23,6 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: cipher-bf1.c,v 1.1 2003/05/15 03:08:29 markus Exp $");
#include <openssl/evp.h>
#include "xmalloc.h"
diff --git a/cipher-ctr.c b/cipher-ctr.c
index 8a98f3c4..9615f5aa 100644
--- a/cipher-ctr.c
+++ b/cipher-ctr.c
@@ -14,7 +14,6 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
#include "includes.h"
-RCSID("$OpenBSD: cipher-ctr.c,v 1.6 2005/07/17 07:17:55 djm Exp $");
#include <openssl/evp.h>
diff --git a/cipher.c b/cipher.c
index 1434d552..15397db0 100644
--- a/cipher.c
+++ b/cipher.c
@@ -35,7 +35,6 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: cipher.c,v 1.77 2005/07/16 01:35:24 djm Exp $");
#include "xmalloc.h"
#include "log.h"
diff --git a/cleanup.c b/cleanup.c
index 11d1d4d9..7b40ca78 100644
--- a/cleanup.c
+++ b/cleanup.c
@@ -14,7 +14,6 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
#include "includes.h"
-RCSID("$OpenBSD: cleanup.c,v 1.1 2003/09/23 20:17:11 markus Exp $");
#include "log.h"
diff --git a/clientloop.c b/clientloop.c
index 83706c29..6d58a5af 100644
--- a/clientloop.c
+++ b/clientloop.c
@@ -59,7 +59,6 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: clientloop.c,v 1.155 2006/02/22 00:04:44 stevesk Exp $");
#include <sys/types.h>
#ifdef HAVE_SYS_STAT_H
diff --git a/compat.c b/compat.c
index 4086e853..24d9a7f3 100644
--- a/compat.c
+++ b/compat.c
@@ -23,7 +23,6 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: compat.c,v 1.71 2005/03/01 10:09:52 djm Exp $");
#include "buffer.h"
#include "packet.h"
diff --git a/compress.c b/compress.c
index 0d1c7e55..6f8d6b77 100644
--- a/compress.c
+++ b/compress.c
@@ -12,7 +12,6 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: compress.c,v 1.21 2004/01/13 19:45:15 markus Exp $");
#include "log.h"
#include "buffer.h"
diff --git a/deattack.c b/deattack.c
index 0cf1e1c5..3d48afc8 100644
--- a/deattack.c
+++ b/deattack.c
@@ -18,7 +18,6 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: deattack.c,v 1.20 2006/02/07 03:59:20 stevesk Exp $");
#include "deattack.h"
#include "log.h"
diff --git a/dh.c b/dh.c
index 044d869f..a30b704f 100644
--- a/dh.c
+++ b/dh.c
@@ -23,7 +23,6 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: dh.c,v 1.31 2004/08/04 10:37:52 djm Exp $");
#include "xmalloc.h"
diff --git a/dispatch.c b/dispatch.c
index c5ff6503..3f96c726 100644
--- a/dispatch.c
+++ b/dispatch.c
@@ -22,7 +22,6 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include "includes.h"
-RCSID("$OpenBSD: dispatch.c,v 1.16 2003/04/08 20:21:28 itojun Exp $");
#include "ssh1.h"
#include "ssh2.h"
diff --git a/dns.c b/dns.c
index a71dd9bf..e9270798 100644
--- a/dns.c
+++ b/dns.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: dns.c,v 1.16 2005/10/17 14:13:35 stevesk Exp $ */
+/* $OpenBSD: dns.c,v 1.17 2006/03/19 18:51:18 deraadt Exp $ */
/*
* Copyright (c) 2003 Wesley Griffin. All rights reserved.
@@ -26,7 +26,6 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: dns.c,v 1.16 2005/10/17 14:13:35 stevesk Exp $");
#include <netdb.h>
diff --git a/entropy.c b/entropy.c
index 91724273..d60583b3 100644
--- a/entropy.c
+++ b/entropy.c
@@ -51,8 +51,6 @@
* XXX: we should tell the child how many bytes we need.
*/
-RCSID("$Id: entropy.c,v 1.53 2006/03/15 20:21:35 dtucker Exp $");
-
#ifndef OPENSSL_PRNG_ONLY
#define RANDOM_SEED_SIZE 48
static uid_t original_uid, original_euid;
diff --git a/fatal.c b/fatal.c
index ae1aaac6..8eea85a0 100644
--- a/fatal.c
+++ b/fatal.c
@@ -23,7 +23,6 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: fatal.c,v 1.2 2003/09/23 20:17:11 markus Exp $");
#include "log.h"
diff --git a/groupaccess.c b/groupaccess.c
index f50879f8..2328bf45 100644
--- a/groupaccess.c
+++ b/groupaccess.c
@@ -23,7 +23,6 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: groupaccess.c,v 1.6 2003/04/08 20:21:28 itojun Exp $");
#include "groupaccess.h"
#include "xmalloc.h"
diff --git a/hostfile.c b/hostfile.c
index 5cb55dd3..85fbcf7c 100644
--- a/hostfile.c
+++ b/hostfile.c
@@ -36,7 +36,6 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: hostfile.c,v 1.37 2006/02/07 03:47:05 stevesk Exp $");
#include <resolv.h>
diff --git a/includes.h b/includes.h
index 65c34c49..363be3ac 100644
--- a/includes.h
+++ b/includes.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: includes.h,v 1.37 2006/02/22 00:04:44 stevesk Exp $ */
+/* $OpenBSD: includes.h,v 1.38 2006/03/19 18:51:18 deraadt Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -16,9 +16,6 @@
#ifndef INCLUDES_H
#define INCLUDES_H
-#define RCSID(msg) \
-static /**/const char *const rcsid[] = { (const char *)rcsid, "\100(#)" msg }
-
#include "config.h"
#define _GNU_SOURCE /* activate extra prototypes for glibc */
diff --git a/kex.c b/kex.c
index 23d8d292..ced56e66 100644
--- a/kex.c
+++ b/kex.c
@@ -23,7 +23,6 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: kex.c,v 1.66 2006/03/07 09:07:40 djm Exp $");
#include <openssl/crypto.h>
diff --git a/kexdh.c b/kexdh.c
index f79d8781..f3421406 100644
--- a/kexdh.c
+++ b/kexdh.c
@@ -23,7 +23,6 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: kexdh.c,v 1.20 2005/11/04 05:15:59 djm Exp $");
#include <openssl/evp.h>
diff --git a/kexdhc.c b/kexdhc.c
index d8a2fa3b..23abeb50 100644
--- a/kexdhc.c
+++ b/kexdhc.c
@@ -23,7 +23,6 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: kexdhc.c,v 1.3 2005/11/04 05:15:59 djm Exp $");
#include "xmalloc.h"
#include "key.h"
diff --git a/kexdhs.c b/kexdhs.c
index 26c8cdfd..be815e46 100644
--- a/kexdhs.c
+++ b/kexdhs.c
@@ -23,7 +23,6 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: kexdhs.c,v 1.3 2005/11/04 05:15:59 djm Exp $");
#include "xmalloc.h"
#include "key.h"
diff --git a/kexgex.c b/kexgex.c
index 705484a4..b306821c 100644
--- a/kexgex.c
+++ b/kexgex.c
@@ -24,7 +24,6 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: kexgex.c,v 1.24 2005/11/04 05:15:59 djm Exp $");
#include <openssl/evp.h>
diff --git a/kexgexc.c b/kexgexc.c
index a6ff8757..50c5a32e 100644
--- a/kexgexc.c
+++ b/kexgexc.c
@@ -24,7 +24,6 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: kexgexc.c,v 1.3 2005/11/04 05:15:59 djm Exp $");
#include "xmalloc.h"
#include "key.h"
diff --git a/kexgexs.c b/kexgexs.c
index c48b27af..e3d0eacc 100644
--- a/kexgexs.c
+++ b/kexgexs.c
@@ -24,7 +24,6 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: kexgexs.c,v 1.2 2005/11/04 05:15:59 djm Exp $");
#include "xmalloc.h"
#include "key.h"
diff --git a/key.c b/key.c
index 08c158b5..5cb54c13 100644
--- a/key.c
+++ b/key.c
@@ -32,7 +32,6 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include "includes.h"
-RCSID("$OpenBSD: key.c,v 1.58 2005/06/17 02:44:32 djm Exp $");
#include <openssl/evp.h>
diff --git a/log.c b/log.c
index 96ab24b0..58ba8591 100644
--- a/log.c
+++ b/log.c
@@ -34,7 +34,6 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: log.c,v 1.29 2003/09/23 20:17:11 markus Exp $");
#include "log.h"
#include "xmalloc.h"
diff --git a/loginrec.c b/loginrec.c
index 9f9eb69a..c2498e1e 100644
--- a/loginrec.c
+++ b/loginrec.c
@@ -168,8 +168,6 @@
# include <libutil.h>
#endif
-RCSID("$Id: loginrec.c,v 1.72 2006/03/15 03:01:11 djm Exp $");
-
/**
** prototypes for helper functions in this file
**/
diff --git a/loginrec.h b/loginrec.h
index 8e339017..4fe24ac2 100644
--- a/loginrec.h
+++ b/loginrec.h
@@ -35,8 +35,6 @@
#include <netinet/in.h>
#include <sys/socket.h>
-/* RCSID("$Id: loginrec.h,v 1.10 2005/06/19 00:19:44 djm Exp $"); */
-
/**
** you should use the login_* calls to work around platform dependencies
**/
diff --git a/logintest.c b/logintest.c
index 95cce5a3..1159274f 100644
--- a/logintest.c
+++ b/logintest.c
@@ -43,8 +43,6 @@
#include "loginrec.h"
-RCSID("$Id: logintest.c,v 1.11 2004/07/17 04:07:42 dtucker Exp $");
-
extern char *__progname;
#define PAUSE_BEFORE_LOGOUT 3
diff --git a/mac.c b/mac.c
index 2bda5a1b..f03100ac 100644
--- a/mac.c
+++ b/mac.c
@@ -23,7 +23,6 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: mac.c,v 1.7 2005/06/17 02:44:32 djm Exp $");
#include <openssl/hmac.h>
diff --git a/match.c b/match.c
index 51407b81..736047df 100644
--- a/match.c
+++ b/match.c
@@ -35,7 +35,6 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: match.c,v 1.21 2006/02/22 00:04:44 stevesk Exp $");
#include <ctype.h>
diff --git a/md-sha256.c b/md-sha256.c
index 064228a4..8ea0ac43 100644
--- a/md-sha256.c
+++ b/md-sha256.c
@@ -31,8 +31,6 @@
# endif
#endif
-RCSID("$OpenBSD: md-sha256.c,v 1.1 2006/03/07 09:07:40 djm Exp $");
-
const EVP_MD *evp_ssh_sha256(void);
static int
diff --git a/md5crypt.c b/md5crypt.c
index 8f2523e6..253fdfdf 100644
--- a/md5crypt.c
+++ b/md5crypt.c
@@ -13,8 +13,6 @@
#if defined(HAVE_MD5_PASSWORDS) && !defined(HAVE_MD5_CRYPT)
#include <openssl/md5.h>
-RCSID("$Id: md5crypt.c,v 1.9 2003/11/21 12:56:47 djm Exp $");
-
/* 0 ... 63 => ascii - 64 */
static unsigned char itoa64[] =
"./0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz";
diff --git a/misc.c b/misc.c
index 662480e9..66b762b5 100644
--- a/misc.c
+++ b/misc.c
@@ -24,7 +24,6 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: misc.c,v 1.46 2006/03/13 10:14:29 dtucker Exp $");
#include <sys/ioctl.h>
#include <netinet/tcp.h>
diff --git a/monitor.c b/monitor.c
index 502d54ef..e34d006d 100644
--- a/monitor.c
+++ b/monitor.c
@@ -25,7 +25,6 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: monitor.c,v 1.69 2006/03/07 09:07:40 djm Exp $");
#include <sys/types.h>
#include <sys/wait.h>
diff --git a/monitor_fdpass.c b/monitor_fdpass.c
index dd1a1398..dec90d18 100644
--- a/monitor_fdpass.c
+++ b/monitor_fdpass.c
@@ -24,7 +24,6 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: monitor_fdpass.c,v 1.6 2004/08/13 02:51:48 djm Exp $");
#include <sys/uio.h>
diff --git a/monitor_mm.c b/monitor_mm.c
index b0ec37cf..e8de71fe 100644
--- a/monitor_mm.c
+++ b/monitor_mm.c
@@ -24,7 +24,6 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: monitor_mm.c,v 1.9 2004/05/11 19:01:43 deraadt Exp $");
#ifdef HAVE_SYS_MMAN_H
#include <sys/mman.h>
diff --git a/monitor_wrap.c b/monitor_wrap.c
index 3b50753d..7536bf30 100644
--- a/monitor_wrap.c
+++ b/monitor_wrap.c
@@ -25,7 +25,6 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: monitor_wrap.c,v 1.40 2005/05/24 17:32:43 avsm Exp $");
#include <openssl/bn.h>
#include <openssl/dh.h>
diff --git a/msg.c b/msg.c
index 3e4c2882..662db4cd 100644
--- a/msg.c
+++ b/msg.c
@@ -22,7 +22,6 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include "includes.h"
-RCSID("$OpenBSD: msg.c,v 1.8 2005/05/24 17:32:43 avsm Exp $");
#include "buffer.h"
#include "getput.h"
diff --git a/nchan.c b/nchan.c
index aee3f37b..ca9a56b5 100644
--- a/nchan.c
+++ b/nchan.c
@@ -23,7 +23,6 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: nchan.c,v 1.51 2004/07/11 17:48:47 deraadt Exp $");
#include "ssh1.h"
#include "ssh2.h"
diff --git a/openbsd-compat/bsd-arc4random.c b/openbsd-compat/bsd-arc4random.c
index 1eeb6953..46e0a020 100644
--- a/openbsd-compat/bsd-arc4random.c
+++ b/openbsd-compat/bsd-arc4random.c
@@ -17,8 +17,6 @@
#include "includes.h"
#include "log.h"
-RCSID("$Id: bsd-arc4random.c,v 1.10 2005/02/16 02:01:28 djm Exp $");
-
#ifndef HAVE_ARC4RANDOM
#include <openssl/rand.h>
diff --git a/openbsd-compat/bsd-closefrom.c b/openbsd-compat/bsd-closefrom.c
index 5b7b94ae..7509d283 100644
--- a/openbsd-compat/bsd-closefrom.c
+++ b/openbsd-compat/bsd-closefrom.c
@@ -46,8 +46,6 @@
# define OPEN_MAX 256
#endif
-RCSID("$Id: bsd-closefrom.c,v 1.2 2005/11/10 08:29:13 dtucker Exp $");
-
#ifndef lint
static const char sudorcsid[] = "$Sudo: closefrom.c,v 1.6 2004/06/01 20:51:56 millert Exp $";
#endif /* lint */
diff --git a/openbsd-compat/bsd-cygwin_util.c b/openbsd-compat/bsd-cygwin_util.c
index 96be7fec..8f3acee2 100644
--- a/openbsd-compat/bsd-cygwin_util.c
+++ b/openbsd-compat/bsd-cygwin_util.c
@@ -29,8 +29,6 @@
#include "includes.h"
-RCSID("$Id: bsd-cygwin_util.c,v 1.15 2006/02/12 00:59:09 dtucker Exp $");
-
#ifdef HAVE_CYGWIN
#include <fcntl.h>
diff --git a/openbsd-compat/bsd-getpeereid.c b/openbsd-compat/bsd-getpeereid.c
index fe2edad7..d94489d1 100644
--- a/openbsd-compat/bsd-getpeereid.c
+++ b/openbsd-compat/bsd-getpeereid.c
@@ -16,8 +16,6 @@
#include "includes.h"
-RCSID("$Id: bsd-getpeereid.c,v 1.3 2004/02/17 05:49:55 djm Exp $");
-
#if !defined(HAVE_GETPEEREID)
#if defined(SO_PEERCRED)
diff --git a/openbsd-compat/bsd-misc.c b/openbsd-compat/bsd-misc.c
index 00482616..d2d9ad77 100644
--- a/openbsd-compat/bsd-misc.c
+++ b/openbsd-compat/bsd-misc.c
@@ -21,8 +21,6 @@
#include "xmalloc.h"
-RCSID("$Id: bsd-misc.c,v 1.29 2006/03/15 03:42:57 djm Exp $");
-
#ifndef HAVE___PROGNAME
char *__progname;
#endif
diff --git a/openbsd-compat/bsd-nextstep.c b/openbsd-compat/bsd-nextstep.c
index bd35a3af..8195af88 100644
--- a/openbsd-compat/bsd-nextstep.c
+++ b/openbsd-compat/bsd-nextstep.c
@@ -24,8 +24,6 @@
#include "includes.h"
-RCSID("$Id: bsd-nextstep.c,v 1.6 2003/06/01 03:23:57 mouring Exp $");
-
#ifdef HAVE_NEXT
#include <errno.h>
#include <sys/wait.h>
diff --git a/openbsd-compat/bsd-snprintf.c b/openbsd-compat/bsd-snprintf.c
index 571c61fc..c30cd122 100644
--- a/openbsd-compat/bsd-snprintf.c
+++ b/openbsd-compat/bsd-snprintf.c
@@ -89,8 +89,6 @@
#include "includes.h"
-RCSID("$Id: bsd-snprintf.c,v 1.12 2006/03/18 13:07:07 dtucker Exp $");
-
#if defined(BROKEN_SNPRINTF) /* For those with broken snprintf() */
# undef HAVE_SNPRINTF
# undef HAVE_VSNPRINTF
diff --git a/openbsd-compat/bsd-waitpid.c b/openbsd-compat/bsd-waitpid.c
index 93c9ec35..40e6ffaa 100644
--- a/openbsd-compat/bsd-waitpid.c
+++ b/openbsd-compat/bsd-waitpid.c
@@ -24,8 +24,6 @@
#include "includes.h"
-RCSID("$Id: bsd-waitpid.c,v 1.5 2003/06/01 03:23:57 mouring Exp $");
-
#ifndef HAVE_WAITPID
#include <errno.h>
#include <sys/wait.h>
diff --git a/openbsd-compat/fake-rfc2553.c b/openbsd-compat/fake-rfc2553.c
index 0186b530..aae016bf 100644
--- a/openbsd-compat/fake-rfc2553.c
+++ b/openbsd-compat/fake-rfc2553.c
@@ -37,8 +37,6 @@
#include "includes.h"
-RCSID("$Id: fake-rfc2553.c,v 1.5 2003/09/22 02:08:23 dtucker Exp $");
-
#ifndef HAVE_GETNAMEINFO
int getnameinfo(const struct sockaddr *sa, size_t salen, char *host,
size_t hostlen, char *serv, size_t servlen, int flags)
diff --git a/packet.c b/packet.c
index ca6861e5..a1e7d32f 100644
--- a/packet.c
+++ b/packet.c
@@ -37,7 +37,6 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: packet.c,v 1.122 2006/03/13 08:33:00 dtucker Exp $");
#include "openbsd-compat/sys-queue.h"
#include <netinet/in_systm.h>
diff --git a/progressmeter.c b/progressmeter.c
index 5ae02493..26b34a3e 100644
--- a/progressmeter.c
+++ b/progressmeter.c
@@ -23,7 +23,6 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: progressmeter.c,v 1.26 2006/02/20 17:02:44 stevesk Exp $");
#include <sys/ioctl.h>
diff --git a/readconf.c b/readconf.c
index 392fc52c..1112d0d8 100644
--- a/readconf.c
+++ b/readconf.c
@@ -12,7 +12,6 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: readconf.c,v 1.148 2006/02/22 00:04:44 stevesk Exp $");
#include <sys/types.h>
#include <sys/stat.h>
diff --git a/readpass.c b/readpass.c
index 811cfa23..4236c43c 100644
--- a/readpass.c
+++ b/readpass.c
@@ -23,7 +23,6 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: readpass.c,v 1.35 2006/02/10 01:44:26 stevesk Exp $");
#include <sys/types.h>
#include <sys/wait.h>
diff --git a/rsa.c b/rsa.c
index 66561a42..507b73c9 100644
--- a/rsa.c
+++ b/rsa.c
@@ -60,7 +60,6 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: rsa.c,v 1.24 2001/12/27 18:22:16 markus Exp $");
#include "rsa.h"
#include "log.h"
diff --git a/scard.c b/scard.c
index b3d25058..7cffc2d4 100644
--- a/scard.c
+++ b/scard.c
@@ -24,7 +24,6 @@
#include "includes.h"
#if defined(SMARTCARD) && defined(USE_SECTOK)
-RCSID("$OpenBSD: scard.c,v 1.29 2004/05/08 00:21:31 djm Exp $");
#include <openssl/evp.h>
#include <sectok.h>
diff --git a/scp.c b/scp.c
index af931764..43fd50c9 100644
--- a/scp.c
+++ b/scp.c
@@ -71,7 +71,6 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: scp.c,v 1.135 2006/02/22 00:04:44 stevesk Exp $");
#include <sys/types.h>
#ifdef HAVE_SYS_STAT_H
diff --git a/servconf.c b/servconf.c
index 81953bb8..2ae93d4c 100644
--- a/servconf.c
+++ b/servconf.c
@@ -10,7 +10,6 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: servconf.c,v 1.146 2005/12/08 18:34:11 reyk Exp $");
#include "ssh.h"
#include "log.h"
diff --git a/serverloop.c b/serverloop.c
index f4fb6b7b..2ad0bcf2 100644
--- a/serverloop.c
+++ b/serverloop.c
@@ -35,7 +35,6 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: serverloop.c,v 1.128 2006/03/04 04:12:58 djm Exp $");
#include <sys/types.h>
#include <sys/wait.h>
diff --git a/session.c b/session.c
index 8eb1a03e..6efaf659 100644
--- a/session.c
+++ b/session.c
@@ -33,7 +33,6 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: session.c,v 1.197 2006/02/28 01:10:21 djm Exp $");
#include <sys/types.h>
#ifdef HAVE_SYS_STAT_H
diff --git a/sftp-client.c b/sftp-client.c
index 6637feca..c34f919a 100644
--- a/sftp-client.c
+++ b/sftp-client.c
@@ -20,7 +20,6 @@
/* XXX: copy between two remote sites */
#include "includes.h"
-RCSID("$OpenBSD: sftp-client.c,v 1.60 2006/02/20 17:19:54 stevesk Exp $");
#include <sys/types.h>
#ifdef HAVE_SYS_STAT_H
diff --git a/sftp-common.c b/sftp-common.c
index aa075756..4222f58d 100644
--- a/sftp-common.c
+++ b/sftp-common.c
@@ -24,7 +24,6 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: sftp-common.c,v 1.11 2006/02/20 17:19:54 stevesk Exp $");
#include <sys/types.h>
#include <sys/stat.h>
diff --git a/sftp-glob.c b/sftp-glob.c
index baa84aa7..cee44fc4 100644
--- a/sftp-glob.c
+++ b/sftp-glob.c
@@ -15,7 +15,6 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: sftp-glob.c,v 1.17 2006/02/20 17:19:54 stevesk Exp $");
#include <sys/types.h>
#ifdef HAVE_SYS_STAT_H
diff --git a/sftp-server.c b/sftp-server.c
index 30bd1b0e..cf345812 100644
--- a/sftp-server.c
+++ b/sftp-server.c
@@ -14,7 +14,6 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
#include "includes.h"
-RCSID("$OpenBSD: sftp-server.c,v 1.52 2006/02/20 17:19:54 stevesk Exp $");
#include <sys/types.h>
#include <sys/stat.h>
diff --git a/sftp.c b/sftp.c
index c4f02784..d676a377 100644
--- a/sftp.c
+++ b/sftp.c
@@ -15,7 +15,6 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: sftp.c,v 1.75 2006/02/20 17:19:54 stevesk Exp $");
#include <sys/types.h>
#ifdef HAVE_SYS_STAT_H
diff --git a/ssh-add.c b/ssh-add.c
index 59933012..4c5cc572 100644
--- a/ssh-add.c
+++ b/ssh-add.c
@@ -35,7 +35,6 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: ssh-add.c,v 1.76 2006/03/13 10:26:52 dtucker Exp $");
#include <sys/types.h>
#include <sys/stat.h>
diff --git a/ssh-agent.c b/ssh-agent.c
index b09ce86f..17914410 100644
--- a/ssh-agent.c
+++ b/ssh-agent.c
@@ -34,7 +34,6 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: ssh-agent.c,v 1.129 2006/02/20 17:02:44 stevesk Exp $");
#include <sys/types.h>
#include <sys/stat.h>
diff --git a/ssh-dss.c b/ssh-dss.c
index 381b7ded..8250266f 100644
--- a/ssh-dss.c
+++ b/ssh-dss.c
@@ -23,7 +23,6 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: ssh-dss.c,v 1.19 2003/11/10 16:23:41 jakob Exp $");
#include <openssl/bn.h>
#include <openssl/evp.h>
diff --git a/ssh-keygen.c b/ssh-keygen.c
index bea4ed59..c527252b 100644
--- a/ssh-keygen.c
+++ b/ssh-keygen.c
@@ -12,7 +12,6 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: ssh-keygen.c,v 1.137 2006/03/13 08:43:16 dtucker Exp $");
#include <sys/types.h>
#include <sys/stat.h>
diff --git a/ssh-keyscan.c b/ssh-keyscan.c
index f05c4697..fee6406b 100644
--- a/ssh-keyscan.c
+++ b/ssh-keyscan.c
@@ -7,7 +7,6 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: ssh-keyscan.c,v 1.60 2006/03/07 09:07:40 djm Exp $");
#include "openbsd-compat/sys-queue.h"
#include <sys/resource.h>
diff --git a/ssh-keysign.c b/ssh-keysign.c
index aa0260bf..a96babfa 100644
--- a/ssh-keysign.c
+++ b/ssh-keysign.c
@@ -22,7 +22,6 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include "includes.h"
-RCSID("$OpenBSD: ssh-keysign.c,v 1.20 2006/02/08 12:15:27 stevesk Exp $");
#ifdef HAVE_PATHS_H
#include <paths.h>
diff --git a/ssh-rand-helper.c b/ssh-rand-helper.c
index d6e63131..bdf73ec4 100644
--- a/ssh-rand-helper.c
+++ b/ssh-rand-helper.c
@@ -50,8 +50,6 @@
#include "pathnames.h"
#include "log.h"
-RCSID("$Id: ssh-rand-helper.c,v 1.27 2006/03/15 03:02:36 djm Exp $");
-
/* Number of bytes we write out */
#define OUTPUT_SEED_SIZE 48
diff --git a/ssh-rsa.c b/ssh-rsa.c
index eb422d07..48607c4f 100644
--- a/ssh-rsa.c
+++ b/ssh-rsa.c
@@ -14,7 +14,6 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
#include "includes.h"
-RCSID("$OpenBSD: ssh-rsa.c,v 1.32 2005/06/17 02:44:33 djm Exp $");
#include <openssl/evp.h>
#include <openssl/err.h>
diff --git a/ssh.c b/ssh.c
index 911231a6..9402491e 100644
--- a/ssh.c
+++ b/ssh.c
@@ -40,7 +40,6 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: ssh.c,v 1.266 2006/03/12 04:23:07 djm Exp $");
#include <sys/types.h>
#ifdef HAVE_SYS_STAT_H
diff --git a/sshconnect.c b/sshconnect.c
index 34027073..53b5200f 100644
--- a/sshconnect.c
+++ b/sshconnect.c
@@ -13,7 +13,6 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: sshconnect.c,v 1.176 2006/02/22 00:04:45 stevesk Exp $");
#include <sys/types.h>
#include <sys/wait.h>
diff --git a/sshconnect1.c b/sshconnect1.c
index 440d7c5b..a3944112 100644
--- a/sshconnect1.c
+++ b/sshconnect1.c
@@ -13,7 +13,6 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: sshconnect1.c,v 1.62 2005/10/30 08:52:18 djm Exp $");
#include <openssl/bn.h>
#include <openssl/md5.h>
diff --git a/sshconnect2.c b/sshconnect2.c
index 2467d235..b7aa96e3 100644
--- a/sshconnect2.c
+++ b/sshconnect2.c
@@ -23,7 +23,6 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: sshconnect2.c,v 1.147 2006/03/07 09:07:40 djm Exp $");
#include <sys/types.h>
#include <sys/wait.h>
diff --git a/sshd.c b/sshd.c
index aef4db10..e6b1f549 100644
--- a/sshd.c
+++ b/sshd.c
@@ -42,7 +42,6 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: sshd.c,v 1.325 2006/03/13 08:16:00 djm Exp $");
#include <sys/types.h>
#ifdef HAVE_SYS_STAT_H
diff --git a/sshlogin.c b/sshlogin.c
index 15eb916d..718c9c41 100644
--- a/sshlogin.c
+++ b/sshlogin.c
@@ -39,7 +39,6 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: sshlogin.c,v 1.13 2004/08/12 09:18:24 djm Exp $");
#include "loginrec.h"
#include "log.h"
diff --git a/sshpty.c b/sshpty.c
index 7241580a..2e42aee1 100644
--- a/sshpty.c
+++ b/sshpty.c
@@ -12,7 +12,6 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: sshpty.c,v 1.16 2006/02/20 17:19:54 stevesk Exp $");
#include <sys/ioctl.h>
#include <sys/types.h>
diff --git a/sshtty.c b/sshtty.c
index 844a5c06..528177b4 100644
--- a/sshtty.c
+++ b/sshtty.c
@@ -35,7 +35,6 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: sshtty.c,v 1.8 2006/02/07 01:52:50 stevesk Exp $");
#include <termios.h>
diff --git a/ttymodes.c b/ttymodes.c
index 7f621e30..2c95938d 100644
--- a/ttymodes.c
+++ b/ttymodes.c
@@ -43,7 +43,6 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: ttymodes.c,v 1.20 2006/02/07 01:42:00 stevesk Exp $");
#include <termios.h>
diff --git a/uidswap.c b/uidswap.c
index aab7064e..ca089480 100644
--- a/uidswap.c
+++ b/uidswap.c
@@ -12,7 +12,6 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: uidswap.c,v 1.24 2003/05/29 16:58:45 deraadt Exp $");
#include "log.h"
#include "uidswap.h"
diff --git a/uuencode.c b/uuencode.c
index 0a7c8d16..314eb92f 100644
--- a/uuencode.c
+++ b/uuencode.c
@@ -23,7 +23,6 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: uuencode.c,v 1.17 2003/11/10 16:23:41 jakob Exp $");
#include "xmalloc.h"
#include "uuencode.h"
diff --git a/xmalloc.c b/xmalloc.c
index 99c6ac33..64e43985 100644
--- a/xmalloc.c
+++ b/xmalloc.c
@@ -13,7 +13,6 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: xmalloc.c,v 1.16 2001/07/23 18:21:46 stevesk Exp $");
#include "xmalloc.h"
#include "log.h"