summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-03-09 21:27:49 +1100
committerDamien Miller <djm@mindrot.org>2000-03-09 21:27:49 +1100
commit98c7ad60ec5725d91da9f9f6d26cd9fe477398c0 (patch)
tree104c3e3474be8e308d05e22d79715c833c6cf837 /ChangeLog
parent1a07ebd4d8d39c6814bbd84c1aec4ebf2bd005a2 (diff)
- OpenBSD CVS updates to v1.2.3
[ssh.h atomicio.c] - int atomicio -> ssize_t (for alpha). ok deraadt@ [auth-rsa.c] - delay MD5 computation until client sends response, free() early, cleanup. [cipher.c] - void* -> unsigned char*, ok niels@ [hostfile.c] - remove unused variable 'len'. fix comments. - remove unused variable [log-client.c log-server.c] - rename a cpp symbol, to avoid param.h collision [packet.c] - missing xfree() - getsockname() requires initialized tolen; andy@guildsoftware.com - use getpeername() in packet_connection_is_on_socket(), fixes sshd -i; from Holger.Trapp@Informatik.TU-Chemnitz.DE [pty.c pty.h] - register cleanup for pty earlier. move code for pty-owner handling to pty.c ok provos@, dugsong@ [readconf.c] - turn off x11-fwd for the client, too. [rsa.c] - PKCS#1 padding [scp.c] - allow '.' in usernames; from jedgar@fxp.org [servconf.c] - typo: ignore_user_known_hosts int->flag; naddy@mips.rhein-neckar.de - sync with sshd_config [ssh-keygen.c] - enable ssh-keygen -l -f ~/.ssh/known_hosts, ok deraadt@ [ssh.1] - Change invalid 'CHAT' loglevel to 'VERBOSE' [ssh.c] - suppress AAAA query host when '-4' is used; from shin@nd.net.fujitsu.co.jp - turn off x11-fwd for the client, too. [sshconnect.c] - missing xfree() - retry rresvport_af(), too. from sumikawa@ebina.hitachi.co.jp. - read error vs. "Connection closed by remote host" [sshd.8] - ie. -> i.e., - do not link to a commercial page.. - sync with sshd_config [sshd.c] - no need for poll.h; from bright@wintelcom.net - log with level log() not fatal() if peer behaves badly. - don't panic if client behaves strange. ok deraadt@ - make no-port-forwarding for RSA keys deny both -L and -R style fwding - delay close() of pty until the pty has been chowned back to root - oops, fix comment, too. - missing xfree() - move XAUTHORITY to subdir. ok dugsong@. fixes debian bug #57907, too. (http://cgi.debian.org/cgi-bin/bugreport.cgi?archive=no&bug=57907) - register cleanup for pty earlier. move code for pty-owner handling to pty.c ok provos@, dugsong@ - create x11 cookie file - fix pr 1113, fclose() -> pclose(), todo: remote popen() - version 1.2.3 - Cleaned up
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog62
1 files changed, 62 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4eb4ee6a7..68c577f68 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,65 @@
120000309
2 - OpenBSD CVS updates to v1.2.3
3 [ssh.h atomicio.c]
4 - int atomicio -> ssize_t (for alpha). ok deraadt@
5 [auth-rsa.c]
6 - delay MD5 computation until client sends response, free() early, cleanup.
7 [cipher.c]
8 - void* -> unsigned char*, ok niels@
9 [hostfile.c]
10 - remove unused variable 'len'. fix comments.
11 - remove unused variable
12 [log-client.c log-server.c]
13 - rename a cpp symbol, to avoid param.h collision
14 [packet.c]
15 - missing xfree()
16 - getsockname() requires initialized tolen; andy@guildsoftware.com
17 - use getpeername() in packet_connection_is_on_socket(), fixes sshd -i;
18 from Holger.Trapp@Informatik.TU-Chemnitz.DE
19 [pty.c pty.h]
20 - register cleanup for pty earlier. move code for pty-owner handling to
21 pty.c ok provos@, dugsong@
22 [readconf.c]
23 - turn off x11-fwd for the client, too.
24 [rsa.c]
25 - PKCS#1 padding
26 [scp.c]
27 - allow '.' in usernames; from jedgar@fxp.org
28 [servconf.c]
29 - typo: ignore_user_known_hosts int->flag; naddy@mips.rhein-neckar.de
30 - sync with sshd_config
31 [ssh-keygen.c]
32 - enable ssh-keygen -l -f ~/.ssh/known_hosts, ok deraadt@
33 [ssh.1]
34 - Change invalid 'CHAT' loglevel to 'VERBOSE'
35 [ssh.c]
36 - suppress AAAA query host when '-4' is used; from shin@nd.net.fujitsu.co.jp
37 - turn off x11-fwd for the client, too.
38 [sshconnect.c]
39 - missing xfree()
40 - retry rresvport_af(), too. from sumikawa@ebina.hitachi.co.jp.
41 - read error vs. "Connection closed by remote host"
42 [sshd.8]
43 - ie. -> i.e.,
44 - do not link to a commercial page..
45 - sync with sshd_config
46 [sshd.c]
47 - no need for poll.h; from bright@wintelcom.net
48 - log with level log() not fatal() if peer behaves badly.
49 - don't panic if client behaves strange. ok deraadt@
50 - make no-port-forwarding for RSA keys deny both -L and -R style fwding
51 - delay close() of pty until the pty has been chowned back to root
52 - oops, fix comment, too.
53 - missing xfree()
54 - move XAUTHORITY to subdir. ok dugsong@. fixes debian bug #57907, too.
55 (http://cgi.debian.org/cgi-bin/bugreport.cgi?archive=no&bug=57907)
56 - register cleanup for pty earlier. move code for pty-owner handling to
57 pty.c ok provos@, dugsong@
58 - create x11 cookie file
59 - fix pr 1113, fclose() -> pclose(), todo: remote popen()
60 - version 1.2.3
61 - Cleaned up
62
120000308 6320000308
2 - Configure fix from Hiroshi Takekawa <takekawa@sr3.t.u-tokyo.ac.jp> 64 - Configure fix from Hiroshi Takekawa <takekawa@sr3.t.u-tokyo.ac.jp>
3 65