summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-11-22 12:51:42 +1100
committerDamien Miller <djm@mindrot.org>1999-11-22 12:51:42 +1100
commit22218727fdf4ad356b7ad9ec5f4406e31858db1d (patch)
treec1cb52c78c532268bade8beb9d3984e9d87d39e3 /ChangeLog
parent431f66b68c98e9db87574860a0a29d8d8aa9b52c (diff)
- Make <enter> close gnome-ssh-askpass (Debian bug #50299)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog51
1 files changed, 27 insertions, 24 deletions
diff --git a/ChangeLog b/ChangeLog
index 21d6358a4..840369f2f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,28 +1,31 @@
119991122
2 - Make <enter> close gnome-ssh-askpass (Debian bug #50299)
3
119991121 419991121
2 - OpenBSD CVS Changes 5 - OpenBSD CVS Changes
3 - [channels.c] 6 - [channels.c]
4 make this compile, bad markus 7 make this compile, bad markus
5 - [log.c readconf.c servconf.c ssh.h] 8 - [log.c readconf.c servconf.c ssh.h]
6 bugfix: loglevels are per host in clientconfig, 9 bugfix: loglevels are per host in clientconfig,
7 factor out common log-level parsing code. 10 factor out common log-level parsing code.
8 - [servconf.c] 11 - [servconf.c]
9 remove unused index (-Wall) 12 remove unused index (-Wall)
10 - [ssh-agent.c] 13 - [ssh-agent.c]
11 only one 'extern char *__progname' 14 only one 'extern char *__progname'
12 - [sshd.8] 15 - [sshd.8]
13 document SIGHUP, -Q to synopsis 16 document SIGHUP, -Q to synopsis
14 - [sshconnect.c serverloop.c sshd.c packet.c packet.h] 17 - [sshconnect.c serverloop.c sshd.c packet.c packet.h]
15 [channels.c clientloop.c] 18 [channels.c clientloop.c]
16 SSH_CMSG_MAX_PACKET_SIZE, some clients use this, some need this, niels@ 19 SSH_CMSG_MAX_PACKET_SIZE, some clients use this, some need this, niels@
17 [hope this time my ISP stays alive during commit] 20 [hope this time my ISP stays alive during commit]
18 - [OVERVIEW README] typos; green@freebsd 21 - [OVERVIEW README] typos; green@freebsd
19 - [ssh-keygen.c] 22 - [ssh-keygen.c]
20 replace xstrdup+strcat with strlcat+fixed buffer, fixes OF (bad me) 23 replace xstrdup+strcat with strlcat+fixed buffer, fixes OF (bad me)
21 exit if writing the key fails (no infinit loop) 24 exit if writing the key fails (no infinit loop)
22 print usage() everytime we get bad options 25 print usage() everytime we get bad options
23 - [ssh-keygen.c] overflow, djm@mindrot.org 26 - [ssh-keygen.c] overflow, djm@mindrot.org
24 - [sshd.c] fix sigchld race; cjc5@po.cwru.edu 27 - [sshd.c] fix sigchld race; cjc5@po.cwru.edu
25 28
2619991120 2919991120
27 - Merged more Solaris support from Marc G. Fournier 30 - Merged more Solaris support from Marc G. Fournier
28 <marc.fournier@acadiau.ca> 31 <marc.fournier@acadiau.ca>