summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-11-21 13:23:52 +1100
committerDamien Miller <djm@mindrot.org>1999-11-21 13:23:52 +1100
commit6162d1215bbff30cf0c4c19368dc85ae570d44ca (patch)
treef82956b4429cad04a2296a1ede65e147bafb92f4 /ChangeLog
parentf58db38f8d396ee5ea42975d9409a644e01cede8 (diff)
- OpenBSD CVS Changes
- [channels.c] make this compile, bad markus - [log.c readconf.c servconf.c ssh.h] bugfix: loglevels are per host in clientconfig, factor out common log-level parsing code. - [servconf.c] remove unused index (-Wall) - [ssh-agent.c] only one 'extern char *__progname' - [sshd.8] document SIGHUP, -Q to synopsis - [sshconnect.c serverloop.c sshd.c packet.c packet.h] [channels.c clientloop.c] SSH_CMSG_MAX_PACKET_SIZE, some clients use this, some need this, niels@ [hope this time my ISP stays alive during commit]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 69a477ec7..3a7b120a0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
119991121
2 - OpenBSD CVS Changes
3 - [channels.c]
4 make this compile, bad markus
5 - [log.c readconf.c servconf.c ssh.h]
6 bugfix: loglevels are per host in clientconfig,
7 factor out common log-level parsing code.
8 - [servconf.c]
9 remove unused index (-Wall)
10 - [ssh-agent.c]
11 only one 'extern char *__progname'
12 - [sshd.8]
13 document SIGHUP, -Q to synopsis
14 - [sshconnect.c serverloop.c sshd.c packet.c packet.h]
15 [channels.c clientloop.c]
16 SSH_CMSG_MAX_PACKET_SIZE, some clients use this, some need this, niels@
17 [hope this time my ISP stays alive during commit]
18
119991120 1919991120
2 - Merged more Solaris support from Marc G. Fournier 20 - Merged more Solaris support from Marc G. Fournier
3 <marc.fournier@acadiau.ca> 21 <marc.fournier@acadiau.ca>