diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 505 |
1 files changed, 503 insertions, 2 deletions
@@ -1,3 +1,504 @@ | |||
1 | 20030326 | ||
2 | - (djm) OpenBSD CVS Sync | ||
3 | - deraadt@cvs.openbsd.org 2003/03/26 04:02:51 | ||
4 | [sftp-server.c] | ||
5 | one last fix to the tree: race fix broke stuff; pr 3169; | ||
6 | srp@srparish.net, help from djm | ||
7 | - (djm) Fix getpeerid support for 64 bit BE systems. From | ||
8 | Arnd Bergmann <arndb@de.ibm.com> | ||
9 | - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. | ||
10 | Report from murple@murple.net, diagnosis from dtucker@zip.com.au | ||
11 | - Release 3.6p1 | ||
12 | |||
13 | 20030324 | ||
14 | - (djm) OpenBSD CVS Sync | ||
15 | - markus@cvs.openbsd.org 2003/03/23 19:02:00 | ||
16 | [monitor.c] | ||
17 | unbreak rekeying for privsep; ok millert@ | ||
18 | |||
19 | 20030320 | ||
20 | - (djm) OpenBSD CVS Sync | ||
21 | - markus@cvs.openbsd.org 2003/03/17 10:38:38 | ||
22 | [progressmeter.c] | ||
23 | don't print \n if backgrounded; from ho@ | ||
24 | - markus@cvs.openbsd.org 2003/03/17 11:43:47 | ||
25 | [version.h] | ||
26 | enter 3.6 | ||
27 | - (bal) The days of lack of int64_t support are over. Sorry kids. | ||
28 | - (bal) scp.c 'limit' conflicts with Cray. Rename to 'limitbw' | ||
29 | - (bal) Collection of Cray patches (bsd-cray.h fix for CRAYT3E and improved | ||
30 | guessing rules) | ||
31 | - (bal) Disable Privsep for Tru64 after pre-authentication due to issues | ||
32 | with SIA. Also, clean up of tru64 support patch by Chris Adams | ||
33 | <cmadams@hiwaay.net> | ||
34 | - (tim) [contrib/caldera/openssh.spec] workaround RPM quirk. Fix %files | ||
35 | section. | ||
36 | |||
37 | 20030318 | ||
38 | - (tim) [configure.ac openbsd-compat/bsd-misc.c openbsd-compat/bsd-misc.h] | ||
39 | add nanosleep(). testing/corrections by Darren Tucker <dtucker@zip.com.au> | ||
40 | |||
41 | 20030317 | ||
42 | - (djm) Fix return value checks for RAND_bytes. Report from | ||
43 | Steve G <linux_4ever@yahoo.com> | ||
44 | |||
45 | 20030315 | ||
46 | - (djm) OpenBSD CVS Sync | ||
47 | - markus@cvs.openbsd.org 2003/03/13 11:42:19 | ||
48 | [authfile.c ssh-keysign.c] | ||
49 | move RSA_blinding_on to generic key load method | ||
50 | - markus@cvs.openbsd.org 2003/03/13 11:44:50 | ||
51 | [ssh-agent.c] | ||
52 | ssh-agent is similar to ssh-keysign (allows other processes to use | ||
53 | private rsa keys). however, it gets key over socket and not from | ||
54 | a file, so we have to do blinding here as well. | ||
55 | |||
56 | 20030310 | ||
57 | - (djm) OpenBSD CVS Sync | ||
58 | - markus@cvs.openbsd.org 2003/03/05 22:33:43 | ||
59 | [channels.c monitor.c scp.c session.c sftp-client.c sftp-int.c] | ||
60 | [sftp-server.c ssh-add.c sshconnect2.c] | ||
61 | fix memory leaks; from dlheine@suif.Stanford.EDU/CLOUSEAU; ok djm@ | ||
62 | - (djm) One more portable-specific one from dlheine@suif.Stanford.EDU/ | ||
63 | CLOUSEAU | ||
64 | - (djm) Bug #245: TTY problems on Solaris. Fix by stevesk@ and | ||
65 | dtucker@zip.com.au | ||
66 | - (djm) AIX package builder update from dtucker@zip.com.au | ||
67 | |||
68 | 20030225 | ||
69 | - (djm) Fix some compile errors spotted by dtucker and his fabulous | ||
70 | tinderbox | ||
71 | |||
72 | 20030224 | ||
73 | - (djm) Tweak gnome-ssh-askpass2: | ||
74 | - Retry kb and mouse grab a couple of times, so passphrase dialog doesn't | ||
75 | immediately fail if you are doing something else when it appears (e.g. | ||
76 | dragging a window) | ||
77 | - Perform server grab after we have the keyboard and/or pointer to avoid | ||
78 | races. | ||
79 | - (djm) OpenBSD CVS Sync | ||
80 | - markus@cvs.openbsd.org 2003/01/27 17:06:31 | ||
81 | [sshd.c] | ||
82 | more specific error message when /var/empty has wrong permissions; | ||
83 | bug #46, map@appgate.com; ok henning@, provos@, stevesk@ | ||
84 | - markus@cvs.openbsd.org 2003/01/28 16:11:52 | ||
85 | [scp.1] | ||
86 | document -l; pekkas@netcore.fi | ||
87 | - stevesk@cvs.openbsd.org 2003/01/28 17:24:51 | ||
88 | [scp.1] | ||
89 | remove example not pertinent with -1 addition; ok markus@ | ||
90 | - jmc@cvs.openbsd.org 2003/01/31 21:54:40 | ||
91 | [sshd.8] | ||
92 | typos; sshd(8): help and ok markus@ | ||
93 | help and ok millert@ | ||
94 | - markus@cvs.openbsd.org 2003/02/02 10:51:13 | ||
95 | [scp.c] | ||
96 | call okname() only when using system(3) for remote-remote copy; | ||
97 | fixes bugs #483, #472; ok deraadt@, mouring@ | ||
98 | - markus@cvs.openbsd.org 2003/02/02 10:56:08 | ||
99 | [kex.c] | ||
100 | add support for key exchange guesses; based on work by | ||
101 | avraham.fraenkel@commatch.com; fixes bug #148; ok deraadt@ | ||
102 | - markus@cvs.openbsd.org 2003/02/03 08:56:16 | ||
103 | [sshpty.c] | ||
104 | don't call error() for readonly /dev; from soekris list; ok mcbride, | ||
105 | henning, deraadt. | ||
106 | - markus@cvs.openbsd.org 2003/02/04 09:32:08 | ||
107 | [key.c] | ||
108 | better debug3 message | ||
109 | - markus@cvs.openbsd.org 2003/02/04 09:33:22 | ||
110 | [monitor.c monitor_wrap.c] | ||
111 | skey/bsdauth: use 0 to indicate failure instead of -1, because | ||
112 | the buffer API only supports unsigned ints. | ||
113 | - markus@cvs.openbsd.org 2003/02/05 09:02:28 | ||
114 | [readconf.c] | ||
115 | simplify ProxyCommand parsing, remove strcat/xrealloc; ok henning@, djm@ | ||
116 | - markus@cvs.openbsd.org 2003/02/06 09:26:23 | ||
117 | [session.c] | ||
118 | missing call to setproctitle() after authentication; ok provos@ | ||
119 | - markus@cvs.openbsd.org 2003/02/06 09:27:29 | ||
120 | [ssh.c ssh_config.5] | ||
121 | support 'ProxyCommand none'; bugzilla #433; binder@arago.de; ok djm@ | ||
122 | - markus@cvs.openbsd.org 2003/02/06 09:29:18 | ||
123 | [sftp-server.c] | ||
124 | fix races in rename/symlink; from Tony Finch; ok djm@ | ||
125 | - markus@cvs.openbsd.org 2003/02/06 21:22:43 | ||
126 | [auth1.c auth2.c] | ||
127 | undo broken fix for #387, fixes #486 | ||
128 | - markus@cvs.openbsd.org 2003/02/10 11:51:47 | ||
129 | [ssh-add.1] | ||
130 | xref sshd_config.5 (not sshd.8); mark@summersault.com; bug #490 | ||
131 | - markus@cvs.openbsd.org 2003/02/12 09:33:04 | ||
132 | [key.c key.h ssh-dss.c ssh-rsa.c] | ||
133 | merge ssh-dss.h ssh-rsa.h into key.h; ok deraadt@ | ||
134 | - markus@cvs.openbsd.org 2003/02/12 21:39:50 | ||
135 | [crc32.c crc32.h] | ||
136 | replace crc32.c with a BSD licensed version; noted by David Turner | ||
137 | - markus@cvs.openbsd.org 2003/02/16 17:09:57 | ||
138 | [kex.c kexdh.c kexgex.c kex.h sshconnect2.c sshd.c ssh-keyscan.c] | ||
139 | split kex into client and server code, no need to link | ||
140 | server code into the client; ok provos@ | ||
141 | - markus@cvs.openbsd.org 2003/02/16 17:30:33 | ||
142 | [monitor.c monitor_wrap.c] | ||
143 | fix permitrootlogin forced-commands-only for privsep; bux #387; | ||
144 | ok provos@ | ||
145 | - markus@cvs.openbsd.org 2003/02/21 09:05:53 | ||
146 | [servconf.c] | ||
147 | print sshd_config filename in debug2 mode. | ||
148 | - mpech@cvs.openbsd.org 2003/02/21 10:34:48 | ||
149 | [auth-krb4.c] | ||
150 | ...sizeof(&adat.session) is not good here. | ||
151 | henning@, deraadt@, millert@ | ||
152 | - (djm) Add new object files to Makefile and reorder | ||
153 | - (djm) Bug #501: gai_strerror should return char*; | ||
154 | fix from dtucker@zip.com.au | ||
155 | - (djm) Most of Bug #499: Cygwin compile fixes for new progressmeter; | ||
156 | From vinschen@redhat.com | ||
157 | - (djm) Rest of Bug #499: Import a basename() function from OpenBSD libc | ||
158 | - (djm) Bug #494: Allow multiple accounts on Windows 9x/Me; | ||
159 | From vinschen@redhat.com | ||
160 | - (djm) Bug #456: Support for NEC SX6 with Unicos; from wendyp@cray.com | ||
161 | |||
162 | 20030211 | ||
163 | - (djm) Cygwin needs libcrypt too. Patch from vinschen@redhat.com | ||
164 | |||
165 | 20030206 | ||
166 | - (djm) Teach fake-getaddrinfo to use getservbyname() when provided a | ||
167 | string service name. Suggested by markus@, review by itojun@ | ||
168 | |||
169 | 20030131 | ||
170 | - (bal) AIX 4.2.1 lacks nanosleep(). Patch to use nsleep() provided by | ||
171 | dtucker@zip.com.au | ||
172 | |||
173 | 20030130 | ||
174 | - (djm) Unbreak root password auth. Spotted by dtucker@zip.com.au | ||
175 | |||
176 | 200301028 | ||
177 | - (djm) Search libposix4 and librt for nanosleep. From dtucker@zip.com.au | ||
178 | and openssh-unix-dev@thewrittenword.com | ||
179 | |||
180 | 200301027 | ||
181 | - (bal) Bugzilla 477 patch by wendyp@cray.com. Define TIOCGPGRP for | ||
182 | cray. Also removed test for tcgetpgrp in configure.ac since it | ||
183 | is no longer used. | ||
184 | |||
185 | 20030124 | ||
186 | - (djm) OpenBSD CVS Sync | ||
187 | - jmc@cvs.openbsd.org 2003/01/23 08:58:47 | ||
188 | [sshd_config.5] | ||
189 | typos; ok millert@ | ||
190 | - markus@cvs.openbsd.org 2003/01/23 13:50:27 | ||
191 | [authfd.c authfd.h readpass.c ssh-add.1 ssh-add.c ssh-agent.c] | ||
192 | ssh-add -c, prompt user for confirmation (using ssh-askpass) when | ||
193 | private agent key is used; with djm@; test by dugsong@, djm@; | ||
194 | ok deraadt@ | ||
195 | - markus@cvs.openbsd.org 2003/01/23 14:01:53 | ||
196 | [scp.c] | ||
197 | bandwidth limitation patch (scp -l) from niels@; ok todd@, deraadt@ | ||
198 | - markus@cvs.openbsd.org 2003/01/23 14:06:15 | ||
199 | [scp.1 scp.c] | ||
200 | scp -12; Sam Smith and others; ok provos@, deraadt@ | ||
201 | - (djm) Add TIMEVAL_TO_TIMESPEC macros | ||
202 | |||
203 | 20030123 | ||
204 | - (djm) OpenBSD CVS Sync | ||
205 | - djm@cvs.openbsd.org 2003/01/23 00:03:00 | ||
206 | [auth1.c] | ||
207 | Don't log TIS auth response; "get rid of it" - markus@ | ||
208 | |||
209 | 20030122 | ||
210 | - (djm) OpenBSD CVS Sync | ||
211 | - marc@cvs.openbsd.org 2003/01/21 18:14:36 | ||
212 | [ssh-agent.1 ssh-agent.c] | ||
213 | Add a -t life option to ssh-agent that set the default lifetime. | ||
214 | The default can still be overriden by using -t in ssh-add. | ||
215 | OK markus@ | ||
216 | - (djm) Reorganise PAM & SIA password handling to eliminate some common code | ||
217 | - (djm) Sync regress with OpenBSD -current | ||
218 | |||
219 | 20030120 | ||
220 | - (djm) Fix compilation for NetBSD from dtucker@zip.com.au | ||
221 | - (tim) [progressmeter.c] make compilers without long long happy. | ||
222 | - (tim) [configure.ac] Add -belf to build ELF binaries on OpenServer 5 when | ||
223 | using cc. (gcc already did) | ||
224 | |||
225 | 20030118 | ||
226 | - (djm) Revert fix for Bug #442 for now. | ||
227 | |||
228 | 20030117 | ||
229 | - (djm) Bug #470: Detect strnvis, not strvis in configure. | ||
230 | From d_wllms@lanl.gov | ||
231 | |||
232 | 20030116 | ||
233 | - (djm) OpenBSD CVS Sync | ||
234 | - djm@cvs.openbsd.org 2003/01/16 03:41:55 | ||
235 | [sftp-int.c] | ||
236 | explicitly use first glob result | ||
237 | |||
238 | 20030114 | ||
239 | - (djm) OpenBSD CVS Sync | ||
240 | - fgsch@cvs.openbsd.org 2003/01/10 23:23:24 | ||
241 | [sftp-int.c] | ||
242 | typo; from Nils Nordman <nino at nforced dot com>. | ||
243 | - markus@cvs.openbsd.org 2003/01/11 18:29:43 | ||
244 | [log.c] | ||
245 | set fatal_cleanups to NULL in fatal_remove_all_cleanups(); | ||
246 | dtucker@zip.com.au | ||
247 | - markus@cvs.openbsd.org 2003/01/12 16:57:02 | ||
248 | [progressmeter.c] | ||
249 | allow WARNINGS=yes; ok djm@ | ||
250 | - djm@cvs.openbsd.org 2003/01/13 11:04:04 | ||
251 | [sftp-int.c] | ||
252 | make cmds[] array static to avoid conflict with BSDI libc. | ||
253 | mindrot bug #466. Fix from mdev@idg.nl; ok markus@ | ||
254 | - djm@cvs.openbsd.org 2003/01/14 10:58:00 | ||
255 | [sftp-client.c sftp-int.c] | ||
256 | Don't try to upload or download non-regular files. Report from | ||
257 | apoloval@pantuflo.escet.urjc.es; ok markus@ | ||
258 | |||
259 | 20030113 | ||
260 | - (djm) Rework openbsd-compat/setproctitle.c a bit: move emulation type | ||
261 | detection to configure.ac. Prompted by stevesk@ | ||
262 | - (djm) Bug #467: Add a --disable-strip option to turn off stripping of | ||
263 | installed binaries. From mdev@idg.nl | ||
264 | |||
265 | 20030110 | ||
266 | - (djm) Enable new setproctitle emulation for Linux, AIX and HP/UX. More | ||
267 | systems may be added later. | ||
268 | - (djm) OpenBSD CVS Sync | ||
269 | - djm@cvs.openbsd.org 2003/01/08 23:53:26 | ||
270 | [sftp.1 sftp.c sftp-int.c sftp-int.h] | ||
271 | Cleanup error handling for batchmode | ||
272 | Allow blank lines and comments in input | ||
273 | Ability to suppress abort on error in batchmode ("-put blah") | ||
274 | Fixes mindrot bug #452; markus@ ok | ||
275 | - fgsch@cvs.openbsd.org 2003/01/10 08:19:07 | ||
276 | [scp.c sftp.1 sftp.c sftp-client.c sftp-int.c progressmeter.c] | ||
277 | [progressmeter.h] | ||
278 | sftp progress meter support. | ||
279 | original diffs by Nils Nordman <nino at nforced dot com> via | ||
280 | markus@, merged to -current by me, djm@ ok. | ||
281 | - djm@cvs.openbsd.org 2003/01/10 08:48:15 | ||
282 | [sftp-client.c] | ||
283 | Simplify and avoid redundancy in packet send and receive | ||
284 | functions; ok fgs@ | ||
285 | - djm@cvs.openbsd.org 2003/01/10 10:29:35 | ||
286 | [scp.c] | ||
287 | Don't ftruncate after write error, creating sparse files of | ||
288 | incorrect length | ||
289 | mindrot bug #403, reported by rusr@cup.hp.com; ok markus@ | ||
290 | - djm@cvs.openbsd.org 2003/01/10 10:32:54 | ||
291 | [channels.c] | ||
292 | hush socket() errors, except last. Fixes mindrot bug #408; ok markus@ | ||
293 | |||
294 | 20030108 | ||
295 | - (djm) Sync openbsd-compat/ with OpenBSD -current | ||
296 | - (djm) Avoid redundant xstrdup/xfree in auth2-pam.c. From Solar via markus@ | ||
297 | - (djm) OpenBSD CVS Sync | ||
298 | - markus@cvs.openbsd.org 2003/01/01 18:08:52 | ||
299 | [channels.c] | ||
300 | move big output buffer messages to debug2 | ||
301 | - djm@cvs.openbsd.org 2003/01/06 23:51:22 | ||
302 | [sftp-client.c] | ||
303 | Fix "get -p" download to not add user-write perm. mindrot bug #426 | ||
304 | reported by gfernandez@livevault.com; ok markus@ | ||
305 | - fgsch@cvs.openbsd.org 2003/01/07 23:42:54 | ||
306 | [sftp.1] | ||
307 | add version; from Nils Nordman <nino at nforced dot com> via markus@. | ||
308 | markus@ ok | ||
309 | - (djm) Update README to reflect AIX's status as a well supported platform. | ||
310 | From dtucker@zip.com.au | ||
311 | - (tim) [Makefile.in configure.ac] replace fixpath with sed script. Patch | ||
312 | by Mo DeJong. | ||
313 | - (tim) [auth.c] declare today at top of allowed_user() to keep | ||
314 | older compilers happy. | ||
315 | - (tim) [scp.c] make compilers without long long happy. | ||
316 | |||
317 | 20030107 | ||
318 | - (djm) Bug #401: Work around Linux breakage with IPv6 mapped addresses. | ||
319 | Based on fix from yoshfuji@linux-ipv6.org | ||
320 | - (djm) Bug #442: Check for and deny access to accounts with locked | ||
321 | passwords. Patch from dtucker@zip.com.au | ||
322 | - (djm) Bug #44: Use local mkstemp() rather than glibc's silly one. Fixes | ||
323 | Can't pass KRB4 TGT passing. Fix from: jan.iven@cern.ch | ||
324 | - (djm) Fix Bug #442 for PAM case | ||
325 | - (djm) Bug #110: bogus error messages in lastlog_get_entry(). Fix based | ||
326 | on one by peak@argo.troja.mff.cuni.cz | ||
327 | - (djm) Bug #111: Run syslog and stderr logging through strnvis to eliminate | ||
328 | nasties. Report from peak@argo.troja.mff.cuni.cz | ||
329 | - (djm) Bug #178: On AIX /etc/nologin wasnt't shown to users. Fix from | ||
330 | Ralf.Wenk@fh-karlsruhe.de and dtucker@zip.com.au | ||
331 | - (djm) Fix my fix of the fix for the Bug #442 for PAM case. Spotted by | ||
332 | dtucker@zip.com.au. Reorder for clarity too. | ||
333 | |||
334 | 20030103 | ||
335 | - (djm) Bug #461: ssh-copy-id fails with no arguments. Patch from | ||
336 | cjwatson@debian.org | ||
337 | - (djm) Bug #460: Filling utmp[x]->ut_addr_v6 if present. Patch from | ||
338 | cjwatson@debian.org | ||
339 | - (djm) Bug #446: Set LOGIN env var to pw_name on AIX. Patch from | ||
340 | mii@ornl.gov | ||
341 | |||
342 | 20030101 | ||
343 | - (stevesk) [session.c sshlogin.c sshlogin.h] complete portable | ||
344 | parts of pass addrlen with sockaddr * fix. | ||
345 | from Hajimu UMEMOTO <ume@FreeBSD.org> | ||
346 | |||
347 | 20021222 | ||
348 | - (bal) OpenBSD CVS Sync | ||
349 | - fgsch@cvs.openbsd.org 2002/11/15 10:03:09 | ||
350 | [authfile.c] | ||
351 | lseek(2) may return -1 when getting the public/private key lenght. | ||
352 | Simplify the code and check for errors using fstat(2). | ||
353 | |||
354 | Problem reported by Mauricio Sanchez, markus@ ok. | ||
355 | - markus@cvs.openbsd.org 2002/11/18 16:43:44 | ||
356 | [clientloop.c] | ||
357 | don't overwrite SIG{INT,QUIT,TERM} handler if set to SIG_IGN; | ||
358 | e.g. if ssh is used for backup; report Joerg Schilling; ok millert@ | ||
359 | - markus@cvs.openbsd.org 2002/11/21 22:22:50 | ||
360 | [dh.c] | ||
361 | debug->debug2 | ||
362 | - markus@cvs.openbsd.org 2002/11/21 22:45:31 | ||
363 | [cipher.c kex.c packet.c sshconnect.c sshconnect2.c] | ||
364 | debug->debug2, unify debug messages | ||
365 | - deraadt@cvs.openbsd.org 2002/11/21 23:03:51 | ||
366 | [auth-krb5.c auth1.c hostfile.h monitor_wrap.c sftp-client.c sftp-int.c ssh-add.c ssh-rsa.c | ||
367 | sshconnect.c] | ||
368 | KNF | ||
369 | - markus@cvs.openbsd.org 2002/11/21 23:04:33 | ||
370 | [ssh.c] | ||
371 | debug->debug2 | ||
372 | - stevesk@cvs.openbsd.org 2002/11/24 21:46:24 | ||
373 | [ssh-keysign.8] | ||
374 | typo: "the the" | ||
375 | - wcobb@cvs.openbsd.org 2002/11/26 00:45:03 | ||
376 | [scp.c ssh-keygen.c] | ||
377 | Remove unnecessary fflush(stderr) calls, stderr is unbuffered by default. | ||
378 | ok markus@ | ||
379 | - stevesk@cvs.openbsd.org 2002/11/26 02:35:30 | ||
380 | [ssh-keygen.1] | ||
381 | remove outdated statement; ok markus@ deraadt@ | ||
382 | - stevesk@cvs.openbsd.org 2002/11/26 02:38:54 | ||
383 | [canohost.c] | ||
384 | KNF, comment and error message repair; ok markus@ | ||
385 | - markus@cvs.openbsd.org 2002/11/27 17:53:35 | ||
386 | [scp.c sftp.c ssh.c] | ||
387 | allow usernames with embedded '@', e.g. scp user@vhost@realhost:file /tmp; | ||
388 | http://bugzilla.mindrot.org/show_bug.cgi?id=447; ok mouring@, millert@ | ||
389 | - stevesk@cvs.openbsd.org 2002/12/04 04:36:47 | ||
390 | [session.c] | ||
391 | remove xauth entries before add; PR 2994 from janjaap@stack.nl. | ||
392 | ok markus@ | ||
393 | - markus@cvs.openbsd.org 2002/12/05 11:08:35 | ||
394 | [scp.c] | ||
395 | use roundup() similar to rcp/util.c and avoid problems with strange | ||
396 | filesystem block sizes, noted by tjr@freebsd.org; ok djm@ | ||
397 | - djm@cvs.openbsd.org 2002/12/06 05:20:02 | ||
398 | [sftp.1] | ||
399 | Fix cut'n'paste error, spotted by matthias.riese@b-novative.de; ok deraadt@ | ||
400 | - millert@cvs.openbsd.org 2002/12/09 16:50:30 | ||
401 | [ssh.c] | ||
402 | Avoid setting optind to 0 as GNU getopt treats that like we do optreset. | ||
403 | markus@ OK | ||
404 | - markus@cvs.openbsd.org 2002/12/10 08:56:00 | ||
405 | [session.c] | ||
406 | Make sure $SHELL points to the shell from the password file, even if shell | ||
407 | is overridden from login.conf; bug#453; semen at online.sinor.ru; ok millert@ | ||
408 | - markus@cvs.openbsd.org 2002/12/10 19:26:50 | ||
409 | [packet.c] | ||
410 | move tos handling to packet_set_tos; ok provos/henning/deraadt | ||
411 | - markus@cvs.openbsd.org 2002/12/10 19:47:14 | ||
412 | [packet.c] | ||
413 | static | ||
414 | - markus@cvs.openbsd.org 2002/12/13 10:03:15 | ||
415 | [channels.c misc.c sshconnect2.c] | ||
416 | cleanup debug messages, more useful information for the client user. | ||
417 | - markus@cvs.openbsd.org 2002/12/13 15:20:52 | ||
418 | [scp.c] | ||
419 | 1) include stalling time in total time | ||
420 | 2) truncate filenames to 45 instead of 20 characters | ||
421 | 3) print rate instead of progress bar, no more stars | ||
422 | 4) scale output to tty width | ||
423 | based on a patch from Niels; ok fries@ lebel@ fgs@ millert@ | ||
424 | - (bal) [msg.c msg.h scp.c ssh-keysign.c sshconnect2.c] Resync CVS IDs since | ||
425 | we already did s/msg_send/ssh_msg_send/ | ||
426 | |||
427 | 20021205 | ||
428 | - (djm) PERL-free fixpaths from stuge-openssh-unix-dev@cdy.org | ||
429 | |||
430 | 20021122 | ||
431 | - (tim) [configure.ac] fix STDPATH test for IRIX. First reported by | ||
432 | advax@triumf.ca. This type of solution tested by <herb@sgi.com> | ||
433 | |||
434 | 20021113 | ||
435 | - (tim) [configure.ac] remove unused variables no_libsocket and no_libnsl | ||
436 | |||
437 | 20021111 | ||
438 | - (tim) [contrib/solaris/opensshd.in] add umask 022 so sshd.pid is | ||
439 | not world writable. | ||
440 | |||
441 | 20021109 | ||
442 | - (bal) OpenBSD CVS Sync | ||
443 | - itojun@cvs.openbsd.org 2002/10/16 14:31:48 | ||
444 | [sftp-common.c] | ||
445 | 64bit pedant. %llu is "unsigned long long". markus ok | ||
446 | - markus@cvs.openbsd.org 2002/10/23 10:32:13 | ||
447 | [packet.c] | ||
448 | use %u for u_int | ||
449 | - markus@cvs.openbsd.org 2002/10/23 10:40:16 | ||
450 | [bufaux.c] | ||
451 | %u for u_int | ||
452 | - markus@cvs.openbsd.org 2002/11/04 10:07:53 | ||
453 | [auth.c] | ||
454 | don't compare against pw_home if realpath fails for pw_home (seen | ||
455 | on AFS); ok djm@ | ||
456 | - markus@cvs.openbsd.org 2002/11/04 10:09:51 | ||
457 | [packet.c] | ||
458 | log before send disconnect; ok djm@ | ||
459 | - markus@cvs.openbsd.org 2002/11/05 19:45:20 | ||
460 | [monitor.c] | ||
461 | handle overflows for size_t larger than u_int; siw@goneko.de, bug #425 | ||
462 | - markus@cvs.openbsd.org 2002/11/05 20:10:37 | ||
463 | [sftp-client.c] | ||
464 | typo; GaryF@livevault.com | ||
465 | - markus@cvs.openbsd.org 2002/11/07 16:28:47 | ||
466 | [sshd.c] | ||
467 | log to stderr if -ie is given, bug #414, prj@po.cwru.edu | ||
468 | - markus@cvs.openbsd.org 2002/11/07 22:08:07 | ||
469 | [readconf.c readconf.h ssh-keysign.8 ssh-keysign.c] | ||
470 | we cannot use HostbasedAuthentication for enabling ssh-keysign(8), | ||
471 | because HostbasedAuthentication might be enabled based on the | ||
472 | target host and ssh-keysign(8) does not know the remote hostname | ||
473 | and not trust ssh(1) about the hostname, so we add a new option | ||
474 | EnableSSHKeysign; ok djm@, report from zierke@informatik.uni-hamburg.de | ||
475 | - markus@cvs.openbsd.org 2002/11/07 22:35:38 | ||
476 | [scp.c] | ||
477 | check exit status from ssh, and exit(1) if ssh fails; bug#369; | ||
478 | binder@arago.de | ||
479 | - (bal) Update ssh-host-config and minor rewrite of bsd-cygwin_util.c | ||
480 | ntsec now default if cygwin version beginning w/ version 56. Patch | ||
481 | by Corinna Vinschen <vinschen@redhat.com> | ||
482 | - (bal) AIX does not log login attempts for unknown users (bug #432). | ||
483 | patch by dtucker@zip.com.au | ||
484 | |||
485 | 20021021 | ||
486 | - (djm) Bug #400: Kill ssh-rand-helper children on timeout, patch from | ||
487 | dtucker@zip.com.au | ||
488 | - (djm) Bug #317: FreeBSD needs libutil.h for openpty() Report from | ||
489 | dirk.meyer@dinoex.sub.org | ||
490 | |||
491 | 20021015 | ||
492 | - (bal) Fix bug id 383 and only call loginrestrict for AIX if not root. | ||
493 | - (bal) More advanced strsep test by Darren Tucker <dtucker@zip.com.au> | ||
494 | |||
495 | 20021015 | ||
496 | - (tim) [contrib/caldera/openssh.spec] make ssh-agent setgid nobody | ||
497 | |||
498 | 20021004 | ||
499 | - (bal) Disable post-authentication Privsep for OSF/1. It conflicts with | ||
500 | SIA. | ||
501 | |||
1 | 20021003 | 502 | 20021003 |
2 | - (djm) OpenBSD CVS Sync | 503 | - (djm) OpenBSD CVS Sync |
3 | - markus@cvs.openbsd.org 2002/10/01 20:34:12 | 504 | - markus@cvs.openbsd.org 2002/10/01 20:34:12 |
@@ -7,7 +508,7 @@ | |||
7 | [version.h] | 508 | [version.h] |
8 | OpenSSH 3.5 | 509 | OpenSSH 3.5 |
9 | - (djm) Bump RPM spec version numbers | 510 | - (djm) Bump RPM spec version numbers |
10 | - (djm) Bug #406 s/msg_send/ssh_msh_send/ for Mac OS X 1.2 | 511 | - (djm) Bug #406: s/msg_send/ssh_msg_send/ for Mac OS X 1.2 |
11 | 512 | ||
12 | 20020930 | 513 | 20020930 |
13 | - (djm) Tidy contrib/, add Makefile for GNOME passphrase dialogs, | 514 | - (djm) Tidy contrib/, add Makefile for GNOME passphrase dialogs, |
@@ -757,4 +1258,4 @@ | |||
757 | save auth method before monitor_reset_key_state(); bugzilla bug #284; | 1258 | save auth method before monitor_reset_key_state(); bugzilla bug #284; |
758 | ok provos@ | 1259 | ok provos@ |
759 | 1260 | ||
760 | $Id: ChangeLog,v 1.2491.2.1 2002/10/03 05:45:53 djm Exp $ | 1261 | $Id: ChangeLog,v 1.2633.2.9 2003/03/26 05:03:05 djm Exp $ |