summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2016-08-17 13:40:58 +1000
committerDarren Tucker <dtucker@zip.com.au>2016-08-17 13:40:58 +1000
commitadab758242121181700e48b4f6c60d6b660411fe (patch)
tree92ca472623a962695a1b56fe7a3b1fa24f9b4244
parent560c0068541315002ec4c1c00a560bbd30f2d671 (diff)
Remove now-obsolete CVS $Id tags from text files.
Since -portable switched to git, the CVS $Id tags are no longer being updated and are becoming increasingly misleading. Remove them.
-rw-r--r--CREDITS3
-rw-r--r--INSTALL3
-rw-r--r--README2
-rw-r--r--README.platform3
-rw-r--r--README.privsep2
-rw-r--r--TODO2
6 files changed, 0 insertions, 15 deletions
diff --git a/CREDITS b/CREDITS
index eaf105a9..43be5e5f 100644
--- a/CREDITS
+++ b/CREDITS
@@ -100,6 +100,3 @@ Zack Weinberg <zack@wolery.cumb.org> - GNOME askpass enhancement
Apologies to anyone I have missed.
Damien Miller <djm@mindrot.org>
-
-$Id: CREDITS,v 1.81 2006/08/30 17:24:41 djm Exp $
-
diff --git a/INSTALL b/INSTALL
index dc996f8a..bd596770 100644
--- a/INSTALL
+++ b/INSTALL
@@ -263,6 +263,3 @@ summary data may be published.
If you experience problems compiling, installing or running OpenSSH.
Please refer to the "reporting bugs" section of the webpage at
http://www.openssh.com/
-
-
-$Id: INSTALL,v 1.91 2014/09/09 02:23:11 dtucker Exp $
diff --git a/README b/README
index 4b6c3423..a53551a9 100644
--- a/README
+++ b/README
@@ -65,5 +65,3 @@ References -
(PAM also is standard on Solaris and HP-UX 11)
[6] http://www.openbsd.org/cgi-bin/man.cgi?query=style&sektion=9
[7] http://www.openssh.com/faq.html
-
-$Id: README,v 1.87 2014/08/10 01:35:06 djm Exp $
diff --git a/README.platform b/README.platform
index 8d75c16c..c7be95fb 100644
--- a/README.platform
+++ b/README.platform
@@ -94,6 +94,3 @@ added to sshd's session stack which will prevent users from starting shell
sessions. Alternatively, pam_nologin can be added to either the auth or
account stacks which will prevent authentication entirely, but will still
return the output from pam_nologin to the client.
-
-
-$Id: README.platform,v 1.10 2009/08/28 23:14:48 dtucker Exp $
diff --git a/README.privsep b/README.privsep
index f565e72d..d910650c 100644
--- a/README.privsep
+++ b/README.privsep
@@ -59,5 +59,3 @@ Given the following process listing (from HP-UX):
process 1005 is the sshd process listening for new connections.
process 6917 is the privileged monitor process, 6919 is the user owned
sshd process and 6921 is the shell process.
-
-$Id: README.privsep,v 1.16 2005/06/04 23:21:41 djm Exp $
diff --git a/TODO b/TODO
index e8aaa4b9..645787a6 100644
--- a/TODO
+++ b/TODO
@@ -82,5 +82,3 @@ PrivSep Issues:
+ SIA is broken
- Cygwin
+ Privsep for Pre-auth only (no fd passing)
-
-$Id: TODO,v 1.58 2004/12/06 11:40:11 dtucker Exp $