summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-09-17 08:05:03 +1000
committerDamien Miller <djm@mindrot.org>2006-09-17 08:05:03 +1000
commitdd1f9b307eb0ab746a9cbd391511dbf646f29210 (patch)
treeb309fd1177c47eab6f268fb0e22c2e0843920b42
parent3c9c1fbd2184289482710dac4845233f362b917b (diff)
- (djm) Add openssh.xml to .cvsignore and sort it
-rw-r--r--.cvsignore43
-rw-r--r--ChangeLog3
2 files changed, 24 insertions, 22 deletions
diff --git a/.cvsignore b/.cvsignore
index 1f98baa3b..b893c972d 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1,28 +1,29 @@
1ssh 1*.0
2*.out
3Makefile
4autom4te.cache
5buildit.sh
6buildpkg.sh
7config.cache
8config.h
9config.h.in
10config.log
11config.status
12configure
13openssh.xml
14opensshd.init
2scp 15scp
3sshd 16sftp
17sftp-server
18ssh
4ssh-add 19ssh-add
20ssh-agent
5ssh-keygen 21ssh-keygen
6ssh-keyscan 22ssh-keyscan
7ssh-keysign 23ssh-keysign
8ssh-agent
9sftp-server
10sftp
11configure
12config.h.in
13config.h
14config.status
15config.cache
16config.log
17stamp-h.in
18Makefile
19ssh_prng_cmds
20*.out
21*.0
22buildit.sh
23buildpkg.sh
24autom4te.cache
25ssh-rand-helper 24ssh-rand-helper
26survey.sh 25ssh_prng_cmds
26sshd
27stamp-h.in
27survey 28survey
28opensshd.init 29survey.sh
diff --git a/ChangeLog b/ChangeLog
index 3c00fec48..310375711 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,7 @@
5 limit maximum work performed by the CRC compensation attack detector, 5 limit maximum work performed by the CRC compensation attack detector,
6 problem reported by Tavis Ormandy, Google Security Team; 6 problem reported by Tavis Ormandy, Google Security Team;
7 ok markus@ deraadt@ 7 ok markus@ deraadt@
8 - (djm) Add openssh.xml to .cvsignore and sort it
8 9
920060912 1020060912
10 - (djm) [Makefile.in buildpkg.sh.in configure.ac openssh.xml.in] 11 - (djm) [Makefile.in buildpkg.sh.in configure.ac openssh.xml.in]
@@ -5441,4 +5442,4 @@
5441 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 5442 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
5442 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 5443 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
5443 5444
5444$Id: ChangeLog,v 1.4545 2006/09/16 20:08:53 djm Exp $ 5445$Id: ChangeLog,v 1.4546 2006/09/16 22:05:03 djm Exp $