diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 177 |
1 files changed, 176 insertions, 1 deletions
@@ -1,3 +1,178 @@ | |||
1 | 20050524 | ||
2 | - (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec] | ||
3 | [contrib/suse/openssh.spec] Update spec file versions to 4.1p1 | ||
4 | - (dtucker) [auth-pam.c] Since people don't seem to be getting the message | ||
5 | that USE_POSIX_THREADS is unsupported, not recommended and generally a bad | ||
6 | idea, it is now known as UNSUPPORTED_POSIX_THREADS_HACK. Attempting to use | ||
7 | USE_POSIX_THREADS will now generate an error so we don't silently change | ||
8 | behaviour. ok djm@ | ||
9 | - (dtucker) [openbsd-compat/bsd-cygwin_util.c] Ensure sufficient memory | ||
10 | allocation when retrieving core Windows environment. Add CYGWIN variable | ||
11 | to propagated variables. Patch from vinschen at redhat.com, ok djm@ | ||
12 | - (djm) Release 4.1p1 | ||
13 | |||
14 | 20050524 | ||
15 | - (djm) [openbsd-compat/readpassphrase.c] bz #950: Retry tcsetattr to ensure | ||
16 | terminal modes are reset correctly. Fix from peak AT argo.troja.mff.cuni.cz; | ||
17 | "looks ok" dtucker@ | ||
18 | |||
19 | 20050512 | ||
20 | - (tim) [buildpkg.sh.in] missing ${PKG_INSTALL_ROOT} in init script | ||
21 | hard link section. Bug 1038. | ||
22 | |||
23 | 20050509 | ||
24 | - (dtucker) [contrib/cygwin/ssh-host-config] Add a test and warning for a | ||
25 | user-mode mounts in Cygwin installation. Patch from vinschen at redhat.com. | ||
26 | |||
27 | 20050504 | ||
28 | - (djm) [ssh.c] some systems return EADDRINUSE on a bind to an already-used | ||
29 | unix domain socket, so catch that too; from jakob@ ok dtucker@ | ||
30 | |||
31 | 20050503 | ||
32 | - (dtucker) [canohost.c] normalise socket addresses returned by | ||
33 | get_remote_hostname(). This means that IPv4 addresses in log messages | ||
34 | on IPv6 enabled machines will no longer be prefixed by "::ffff:" and | ||
35 | AllowUsers, DenyUsers, AllowGroups, DenyGroups will match IPv4-style | ||
36 | addresses only for 4-in-6 mapped connections, regardless of whether | ||
37 | or not the machine is IPv6 enabled. ok djm@ | ||
38 | |||
39 | 20050425 | ||
40 | - (dtucker) [regress/multiplex.sh] Use "kill -0 $pid" to check for the | ||
41 | existence of a process since it's more portable. Found by jbasney at | ||
42 | ncsa.uiuc.edu; ok tim@ | ||
43 | - (dtucker) [regress/multiplex.sh] Remove cleanup call since test-exec.sh | ||
44 | will clean up anyway. From tim@ | ||
45 | - (dtucker) [regress/multiplex.sh] Put control socket in /tmp so running | ||
46 | "make tests" works even if you're building on a filesystem that doesn't | ||
47 | support sockets. From deengert at anl.gov, ok djm@ | ||
48 | |||
49 | 20050424 | ||
50 | - (dtucker) [INSTALL configure.ac] Make zlib version check test for 1.1.4 or | ||
51 | 1.2.1.2 or higher. With tim@, ok djm@ | ||
52 | |||
53 | 20050423 | ||
54 | - (tim) [config.guess] Add support for OpenServer 6. | ||
55 | |||
56 | 20050421 | ||
57 | - (dtucker) [session.c] Bug #1024: Don't check pam_session_is_open if | ||
58 | UseLogin is set as PAM is not used to establish credentials in that | ||
59 | case. Found by Michael Selvesteen, ok djm@ | ||
60 | |||
61 | 20050419 | ||
62 | - (dtucker) [INSTALL] Reference README.privsep for the privilege separation | ||
63 | requirements. Pointed out by Bengt Svensson. | ||
64 | - (dtucker) [INSTALL] Put the s/key text and URL back together. | ||
65 | - (dtucker) [INSTALL] Fix s/key text too. | ||
66 | |||
67 | 20050411 | ||
68 | - (tim) [configure.ac] UnixWare needs PASSWD_NEEDS_USERNAME | ||
69 | |||
70 | 20050405 | ||
71 | - (dtucker) [configure.ac] Define HAVE_SO_PEERCRED if we have it. ok djm@ | ||
72 | - (dtucker) [auth-sia.c] Constify sys_auth_passwd, fixes build error on | ||
73 | Tru64. Patch from cmadams at hiwaay.net. | ||
74 | - (dtucker) [auth-passwd.c auth-sia.h] Remove duplicate definitions of | ||
75 | sys_auth_passwd, pointed out by cmadams at hiwaay.net. | ||
76 | |||
77 | 20050403 | ||
78 | - (djm) OpenBSD CVS Sync | ||
79 | - deraadt@cvs.openbsd.org 2005/03/31 18:39:21 | ||
80 | [scp.c] | ||
81 | copy argv[] element instead of smashing the one that ps will see; ok otto | ||
82 | - djm@cvs.openbsd.org 2005/04/02 12:41:16 | ||
83 | [scp.c] | ||
84 | since ssh has xstrdup, use it instead of strdup+test. unbreaks -Werror | ||
85 | build | ||
86 | - (dtucker) [monitor.c] Don't free buffers in audit functions, monitor_read | ||
87 | will free as needed. ok tim@ djm@ | ||
88 | |||
89 | 20050331 | ||
90 | - (dtucker) OpenBSD CVS Sync | ||
91 | - jmc@cvs.openbsd.org 2005/03/16 11:10:38 | ||
92 | [ssh_config.5] | ||
93 | get the syntax right for {Local,Remote}Forward; | ||
94 | based on a diff from markus; | ||
95 | problem report from ponraj; | ||
96 | ok dtucker@ markus@ deraadt@ | ||
97 | - markus@cvs.openbsd.org 2005/03/16 21:17:39 | ||
98 | [version.h] | ||
99 | 4.1 | ||
100 | - jmc@cvs.openbsd.org 2005/03/18 17:05:00 | ||
101 | [sshd_config.5] | ||
102 | typo; | ||
103 | - (dtucker) [auth.h sshd.c openbsd-compat/port-aix.c] Bug #1006: fix bug in | ||
104 | handling of password expiry messages returned by AIX's authentication | ||
105 | routines, originally reported by robvdwal at sara.nl. | ||
106 | - (dtucker) [ssh.c] Prevent null pointer deref in port forwarding debug | ||
107 | message on some platforms. Patch from pete at seebeyond.com via djm. | ||
108 | - (dtucker) [monitor.c] Remaining part of fix for bug #1006. | ||
109 | |||
110 | 20050329 | ||
111 | - (dtucker) [contrib/aix/buildbff.sh] Bug #1005: Look up only the user we're | ||
112 | interested in which is much faster in large (eg LDAP or NIS) environments. | ||
113 | Patch from dleonard at vintela.com. | ||
114 | |||
115 | 20050321 | ||
116 | - (dtucker) [configure.ac] Prevent configure --with-zlib from adding -Iyes | ||
117 | and -Lyes to CFLAGS and LIBS. Pointed out by peter at slagheap.net, | ||
118 | with & ok tim@ | ||
119 | - (dtucker) [configure.ac] Make configure error out if the user specifies | ||
120 | --with-libedit but the required libs can't be found, rather than silently | ||
121 | ignoring and continuing. ok tim@ | ||
122 | - (dtucker) [configure.ac openbsd-compat/port-aix.h] Prevent redefinitions | ||
123 | of setauthdb on AIX 5.3, reported by anders.liljegren at its.uu.se. | ||
124 | |||
125 | 20050317 | ||
126 | - (tim) [configure.ac] Bug 998. Make path for --with-opensc optional. | ||
127 | Make --without-opensc work. | ||
128 | - (tim) [configure.ac] portability changes on test statements. Some shells | ||
129 | have problems with -a operator. | ||
130 | - (tim) [configure.ac] make some configure options a little more error proof. | ||
131 | - (tim) [configure.ac] remove trailing white space. | ||
132 | |||
133 | 20050314 | ||
134 | - (dtucker) OpenBSD CVS Sync | ||
135 | - dtucker@cvs.openbsd.org 2005/03/10 10:15:02 | ||
136 | [readconf.c] | ||
137 | Check listen addresses for null, prevents xfree from dying during | ||
138 | ClearAllForwardings (bz #996). From Craig Leres, ok markus@ | ||
139 | - deraadt@cvs.openbsd.org 2005/03/10 22:01:05 | ||
140 | [misc.c ssh-keygen.c servconf.c clientloop.c auth-options.c ssh-add.c | ||
141 | monitor.c sftp-client.c bufaux.h hostfile.c ssh.c sshconnect.c channels.c | ||
142 | readconf.c bufaux.c sftp.c] | ||
143 | spacing | ||
144 | - deraadt@cvs.openbsd.org 2005/03/10 22:40:38 | ||
145 | [auth-options.c] | ||
146 | spacing | ||
147 | - markus@cvs.openbsd.org 2005/03/11 14:59:06 | ||
148 | [ssh-keygen.c] | ||
149 | typo, missing \n; mpech | ||
150 | - jmc@cvs.openbsd.org 2005/03/12 11:55:03 | ||
151 | [ssh_config.5] | ||
152 | escape `.' at eol to avoid double spacing issues; | ||
153 | - dtucker@cvs.openbsd.org 2005/03/14 10:09:03 | ||
154 | [ssh-keygen.1] | ||
155 | Correct description of -H (bz #997); ok markus@, punctuation jmc@ | ||
156 | - dtucker@cvs.openbsd.org 2005/03/14 11:44:42 | ||
157 | [auth.c] | ||
158 | Populate host for log message for logins denied by AllowUsers and | ||
159 | DenyUsers (bz #999); ok markus@ (patch by tryponraj at gmail.com) | ||
160 | - markus@cvs.openbsd.org 2005/03/14 11:46:56 | ||
161 | [buffer.c buffer.h channels.c] | ||
162 | limit input buffer size for channels; bugzilla #896; with and ok dtucker@ | ||
163 | - (tim) [contrib/caldera/openssh.spec] links in rc?.d were getting trashed | ||
164 | with a rpm -F | ||
165 | |||
166 | 20050313 | ||
167 | - (dtucker) [contrib/cygwin/ssh-host-config] Makes the query for the | ||
168 | localized name of the local administrators group more reliable. From | ||
169 | vinschen at redhat.com. | ||
170 | |||
171 | 20050312 | ||
172 | - (dtucker) [regress/test-exec.sh] DEBUG can cause problems where debug | ||
173 | output ends up in the client's output, causing regress failures. Found | ||
174 | by Corinna Vinschen. | ||
175 | |||
1 | 20050309 | 176 | 20050309 |
2 | - (dtucker) [regress/test-exec.sh] Set BIN_SH=xpg4 on OSF1/Digital Unix/Tru64 | 177 | - (dtucker) [regress/test-exec.sh] Set BIN_SH=xpg4 on OSF1/Digital Unix/Tru64 |
3 | so that regress tests behave. From Chris Adams. | 178 | so that regress tests behave. From Chris Adams. |
@@ -2321,4 +2496,4 @@ | |||
2321 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 2496 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
2322 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 2497 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
2323 | 2498 | ||
2324 | $Id: ChangeLog,v 1.3707.2.1 2005/03/09 04:52:09 djm Exp $ | 2499 | $Id: ChangeLog,v 1.3758.2.2 2005/05/25 12:24:56 djm Exp $ |