]> andersk Git - openssh.git/blob - ChangeLog
- (bal) auth2.c same changed as above.
[openssh.git] / ChangeLog
1 20030427
2  - (bal) Bug #541: return; was dropped by mistake.  Reported by 
3    furrier@iglou.com
4  - (bal) Since we don't support platforms lacking u_int_64.  We may
5    as well clean out some of those evil #ifdefs
6  - (bal) auth1.c minor resync while looking at the code.
7  - (bal) auth2.c same changed as above.
8
9 20030409
10  - (djm) Bug #539: Specify creation mode with O_CREAT for lastlog. Report 
11    from matth@eecs.berkeley.edu
12  - (djm) Make the spec work with Redhat 9.0 (which renames sharutils)
13  - (djm) OpenBSD CVS Sync
14    - markus@cvs.openbsd.org 2003/04/02 09:48:07
15      [clientloop.c monitor.c monitor_wrap.c packet.c packet.h readconf.c]
16      [readconf.h serverloop.c sshconnect2.c]
17      reapply rekeying chage, tested by henning@, ok djm@
18    - markus@cvs.openbsd.org 2003/04/02 14:36:26
19      [ssh-keysign.c]
20      potential segfault if KEY_UNSPEC; cjwatson@debian.org; bug #526
21    - itojun@cvs.openbsd.org 2003/04/03 07:25:27
22      [progressmeter.c]
23      $OpenBSD$
24    - itojun@cvs.openbsd.org 2003/04/03 10:17:35
25      [progressmeter.c]
26      remove $OpenBSD$, as other *.c does not have it.
27    - markus@cvs.openbsd.org 2003/04/07 08:29:57
28      [monitor_wrap.c]
29      typo: get correct counters; introduced during rekeying change.
30    - millert@cvs.openbsd.org 2003/04/07 21:58:05
31      [progressmeter.c]
32      The UCB copyright here is incorrect.  This code did not originate
33      at UCB, it was written by Luke Mewburn.  Updated the copyright at
34      the author's request.  markus@ OK
35    - itojun@cvs.openbsd.org 2003/04/08 20:21:29
36      [*.c *.h]
37      rename log() into logit() to avoid name conflict.  markus ok, from
38      netbsd
39      - (djm) XXX - Performed locally using:
40        "perl -p -i -e 's/(\s|^)log\(/$1logit\(/g' *.c *.h"
41    - hin@cvs.openbsd.org 2003/04/09 08:23:52
42      [servconf.c]
43      Don't include <krb.h> when compiling with Kerberos 5 support
44    - (djm) Fix up missing include for packet.c
45    - (djm) Fix missed log => logit occurance (reference by function pointer)
46
47 20030402
48  - (bal) if IP_TOS is not found or broken don't try to compile in
49    packet_set_tos() function call.  bug #527
50
51 20030401
52  - (djm) OpenBSD CVS Sync
53    - jmc@cvs.openbsd.org 2003/03/28 10:11:43
54      [scp.1 sftp.1 ssh.1 ssh-add.1 ssh-agent.1 ssh_config.5 sshd_config.5]
55      [ssh-keygen.1 ssh-keyscan.1 ssh-keysign.8]
56      - killed whitespace
57      - new sentence new line
58      - .Bk for arguments
59      ok markus@
60    - markus@cvs.openbsd.org 2003/04/01 10:10:23
61      [clientloop.c monitor.c monitor_wrap.c packet.c packet.h readconf.c]
62      [readconf.h serverloop.c sshconnect2.c]
63      rekeying bugfixes and automatic rekeying:
64      * both client and server rekey _automatically_
65            (a) after 2^31 packets, because after 2^32 packets
66                the sequence number for packets wraps
67            (b) after 2^(blocksize_in_bits/4) blocks
68        (see: draft-ietf-secsh-newmodes-00.txt)
69        (a) and (b) are _enabled_ by default, and only disabled for known
70        openssh versions, that don't support rekeying properly.
71      * client option 'RekeyLimit'
72      * do not reply to requests during rekeying
73    - markus@cvs.openbsd.org 2003/04/01 10:22:21
74      [clientloop.c monitor.c monitor_wrap.c packet.c packet.h readconf.c]
75      [readconf.h serverloop.c sshconnect2.c]
76      backout rekeying changes (for 3.6.1)
77    - markus@cvs.openbsd.org 2003/04/01 10:31:26
78      [compat.c compat.h kex.c]
79      bugfix causes stalled connections for ssh.com < 3.0; noticed by ho@; 
80      tested by ho@ and myself
81    - markus@cvs.openbsd.org 2003/04/01 10:56:46
82      [version.h]
83      3.6.1
84  - (djm) Crank spec file versions
85  - (djm) Release 3.6.1p1
86
87 20030326
88  - (djm) OpenBSD CVS Sync
89    - deraadt@cvs.openbsd.org 2003/03/26 04:02:51
90      [sftp-server.c]
91      one last fix to the tree: race fix broke stuff; pr 3169; 
92      srp@srparish.net, help from djm
93
94 20030325
95  - (djm) Fix getpeerid support for 64 bit BE systems. From 
96     Arnd Bergmann <arndb@de.ibm.com>
97
98 20030324
99  - (djm) OpenBSD CVS Sync
100    - markus@cvs.openbsd.org 2003/03/23 19:02:00
101      [monitor.c]
102      unbreak rekeying for privsep; ok millert@
103  - Release 3.6p1
104  - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
105    Report from murple@murple.net, diagnosis from dtucker@zip.com.au
106
107 20030320
108  - (djm) OpenBSD CVS Sync
109    - markus@cvs.openbsd.org 2003/03/17 10:38:38
110      [progressmeter.c]
111      don't print \n if backgrounded; from ho@
112    - markus@cvs.openbsd.org 2003/03/17 11:43:47
113      [version.h]
114      enter 3.6
115  - (bal) The days of lack of int64_t support are over.  Sorry kids.
116  - (bal) scp.c 'limit' conflicts with Cray.  Rename to 'limitbw'
117  - (bal) Collection of Cray patches (bsd-cray.h fix for CRAYT3E and improved
118    guessing rules)
119  - (bal) Disable Privsep for Tru64 after pre-authentication due to issues
120    with SIA.  Also, clean up of tru64 support patch by Chris Adams
121    <cmadams@hiwaay.net>
122  - (tim) [contrib/caldera/openssh.spec] workaround RPM quirk. Fix %files
123
124 20030318
125  - (tim) [configure.ac openbsd-compat/bsd-misc.c openbsd-compat/bsd-misc.h]
126    add nanosleep(). testing/corrections by Darren Tucker <dtucker@zip.com.au>
127
128 20030317
129  - (djm) Fix return value checks for RAND_bytes. Report from 
130    Steve G <linux_4ever@yahoo.com>
131
132 20030315
133  - (djm) OpenBSD CVS Sync
134    - markus@cvs.openbsd.org 2003/03/13 11:42:19
135      [authfile.c ssh-keysign.c]
136      move RSA_blinding_on to generic key load method
137    - markus@cvs.openbsd.org 2003/03/13 11:44:50
138      [ssh-agent.c]
139      ssh-agent is similar to ssh-keysign (allows other processes to use
140      private rsa keys). however, it gets key over socket and not from
141      a file, so we have to do blinding here as well.
142
143 20030310
144 - (djm) OpenBSD CVS Sync
145    - markus@cvs.openbsd.org 2003/03/05 22:33:43
146      [channels.c monitor.c scp.c session.c sftp-client.c sftp-int.c]
147      [sftp-server.c ssh-add.c sshconnect2.c]
148      fix memory leaks; from dlheine@suif.Stanford.EDU/CLOUSEAU; ok djm@
149  - (djm) One more portable-specific one from dlheine@suif.Stanford.EDU/
150    CLOUSEAU
151  - (djm) Bug #245: TTY problems on Solaris. Fix by stevesk@ and 
152    dtucker@zip.com.au
153  - (djm) AIX package builder update from dtucker@zip.com.au
154
155 20030225
156  - (djm) Fix some compile errors spotted by dtucker and his fabulous 
157    tinderbox
158
159 20030224
160  - (djm) Tweak gnome-ssh-askpass2:
161    - Retry kb and mouse grab a couple of times, so passphrase dialog doesn't 
162      immediately fail if you are doing something else when it appears (e.g. 
163      dragging a window)
164    - Perform server grab after we have the keyboard and/or pointer to avoid 
165      races.
166  - (djm) OpenBSD CVS Sync
167    - markus@cvs.openbsd.org 2003/01/27 17:06:31
168      [sshd.c]
169      more specific error message when /var/empty has wrong permissions;
170      bug #46, map@appgate.com; ok henning@, provos@, stevesk@
171    - markus@cvs.openbsd.org 2003/01/28 16:11:52
172      [scp.1]
173      document -l; pekkas@netcore.fi
174    - stevesk@cvs.openbsd.org 2003/01/28 17:24:51
175      [scp.1]
176      remove example not pertinent with -1 addition; ok markus@
177    - jmc@cvs.openbsd.org 2003/01/31 21:54:40
178      [sshd.8]
179      typos; sshd(8): help and ok markus@
180      help and ok millert@
181    - markus@cvs.openbsd.org 2003/02/02 10:51:13
182      [scp.c]
183      call okname() only when using system(3) for remote-remote copy;
184      fixes bugs #483, #472; ok deraadt@, mouring@
185    - markus@cvs.openbsd.org 2003/02/02 10:56:08
186      [kex.c]
187      add support for key exchange guesses; based on work by
188      avraham.fraenkel@commatch.com; fixes bug #148; ok deraadt@
189    - markus@cvs.openbsd.org 2003/02/03 08:56:16
190      [sshpty.c]
191      don't call error() for readonly /dev; from soekris list; ok mcbride,
192      henning, deraadt.
193    - markus@cvs.openbsd.org 2003/02/04 09:32:08
194      [key.c]
195      better debug3 message
196    - markus@cvs.openbsd.org 2003/02/04 09:33:22
197      [monitor.c monitor_wrap.c]
198      skey/bsdauth: use 0 to indicate failure instead of -1, because
199      the buffer API only supports unsigned ints.
200    - markus@cvs.openbsd.org 2003/02/05 09:02:28
201      [readconf.c]
202      simplify ProxyCommand parsing, remove strcat/xrealloc; ok henning@, djm@
203    - markus@cvs.openbsd.org 2003/02/06 09:26:23
204      [session.c]
205      missing call to setproctitle() after authentication; ok provos@
206    - markus@cvs.openbsd.org 2003/02/06 09:27:29
207      [ssh.c ssh_config.5]
208      support 'ProxyCommand none'; bugzilla #433; binder@arago.de; ok djm@
209    - markus@cvs.openbsd.org 2003/02/06 09:29:18
210      [sftp-server.c]
211      fix races in rename/symlink; from Tony Finch; ok djm@
212    - markus@cvs.openbsd.org 2003/02/06 21:22:43
213      [auth1.c auth2.c]
214      undo broken fix for #387, fixes #486
215    - markus@cvs.openbsd.org 2003/02/10 11:51:47
216      [ssh-add.1]
217      xref sshd_config.5 (not sshd.8); mark@summersault.com; bug #490
218    - markus@cvs.openbsd.org 2003/02/12 09:33:04
219      [key.c key.h ssh-dss.c ssh-rsa.c]
220      merge ssh-dss.h ssh-rsa.h into key.h; ok deraadt@
221    - markus@cvs.openbsd.org 2003/02/12 21:39:50
222      [crc32.c crc32.h]
223      replace crc32.c with a BSD licensed version; noted by David Turner
224    - markus@cvs.openbsd.org 2003/02/16 17:09:57
225      [kex.c kexdh.c kexgex.c kex.h sshconnect2.c sshd.c ssh-keyscan.c]
226      split kex into client and server code, no need to link
227      server code into the client; ok provos@
228    - markus@cvs.openbsd.org 2003/02/16 17:30:33
229      [monitor.c monitor_wrap.c]
230      fix permitrootlogin forced-commands-only for privsep; bux #387; 
231      ok provos@
232    - markus@cvs.openbsd.org 2003/02/21 09:05:53
233      [servconf.c]
234      print sshd_config filename in debug2 mode.
235    - mpech@cvs.openbsd.org 2003/02/21 10:34:48
236      [auth-krb4.c]
237      ...sizeof(&adat.session) is not good here.
238      henning@, deraadt@, millert@
239  - (djm) Add new object files to Makefile and reorder
240  - (djm) Bug #501: gai_strerror should return char*; 
241    fix from dtucker@zip.com.au
242  - (djm) Most of Bug #499: Cygwin compile fixes for new progressmeter;
243    From vinschen@redhat.com
244  - (djm) Rest of Bug #499: Import a basename() function from OpenBSD libc
245  - (djm) Bug #494: Allow multiple accounts on Windows 9x/Me; 
246    From vinschen@redhat.com
247  - (djm) Bug #456: Support for NEC SX6 with Unicos; from wendyp@cray.com
248
249 20030211
250  - (djm) Cygwin needs libcrypt too. Patch from vinschen@redhat.com
251
252 20030206
253  - (djm) Teach fake-getaddrinfo to use getservbyname() when provided a 
254    string service name. Suggested by markus@, review by itojun@
255
256 20030131
257  - (bal) AIX 4.2.1 lacks nanosleep().  Patch to use nsleep() provided by
258    dtucker@zip.com.au
259
260 20030130
261  - (djm) Unbreak root password auth. Spotted by dtucker@zip.com.au
262
263 200301028
264  - (djm) Search libposix4 and librt for nanosleep. From dtucker@zip.com.au 
265    and openssh-unix-dev@thewrittenword.com 
266
267 200301027
268  - (bal) Bugzilla 477 patch by wendyp@cray.com.  Define TIOCGPGRP for
269    cray.  Also removed test for tcgetpgrp in configure.ac since it
270    is no longer used.
271
272 20030124
273  - (djm) OpenBSD CVS Sync
274    - jmc@cvs.openbsd.org 2003/01/23 08:58:47
275      [sshd_config.5]
276      typos; ok millert@
277    - markus@cvs.openbsd.org 2003/01/23 13:50:27
278      [authfd.c authfd.h readpass.c ssh-add.1 ssh-add.c ssh-agent.c]
279      ssh-add -c, prompt user for confirmation (using ssh-askpass) when
280      private agent key is used; with djm@; test by dugsong@, djm@; 
281      ok deraadt@
282    - markus@cvs.openbsd.org 2003/01/23 14:01:53
283      [scp.c]
284      bandwidth limitation patch (scp -l) from niels@; ok todd@, deraadt@
285    - markus@cvs.openbsd.org 2003/01/23 14:06:15
286      [scp.1 scp.c]
287      scp -12; Sam Smith and others; ok provos@, deraadt@
288  - (djm) Add TIMEVAL_TO_TIMESPEC macros
289
290 20030123
291  - (djm) OpenBSD CVS Sync
292    - djm@cvs.openbsd.org 2003/01/23 00:03:00
293      [auth1.c]
294      Don't log TIS auth response; "get rid of it" - markus@
295
296 20030122
297  - (djm) OpenBSD CVS Sync
298    - marc@cvs.openbsd.org 2003/01/21 18:14:36
299      [ssh-agent.1 ssh-agent.c]
300      Add a -t life option to ssh-agent that set the default lifetime.
301      The default can still be overriden by using -t in ssh-add.
302      OK markus@
303  - (djm) Reorganise PAM & SIA password handling to eliminate some common code
304  - (djm) Sync regress with OpenBSD -current
305
306 20030120
307  - (djm) Fix compilation for NetBSD from dtucker@zip.com.au
308  - (tim) [progressmeter.c] make compilers without long long happy.
309  - (tim) [configure.ac] Add -belf to build ELF binaries on OpenServer 5 when
310    using cc. (gcc already did)
311
312 20030118
313  - (djm) Revert fix for Bug #442 for now.
314
315 20030117
316  - (djm) Bug #470: Detect strnvis, not strvis in configure.
317     From d_wllms@lanl.gov
318
319 20030116
320  - (djm) OpenBSD CVS Sync
321    - djm@cvs.openbsd.org 2003/01/16 03:41:55
322      [sftp-int.c]
323      explicitly use first glob result
324
325 20030114
326  - (djm) OpenBSD CVS Sync
327    - fgsch@cvs.openbsd.org 2003/01/10 23:23:24
328      [sftp-int.c]
329      typo; from Nils Nordman <nino at nforced dot com>.
330    - markus@cvs.openbsd.org 2003/01/11 18:29:43
331      [log.c]
332      set fatal_cleanups to NULL in fatal_remove_all_cleanups(); 
333      dtucker@zip.com.au
334    - markus@cvs.openbsd.org 2003/01/12 16:57:02
335      [progressmeter.c]
336      allow WARNINGS=yes; ok djm@
337    - djm@cvs.openbsd.org 2003/01/13 11:04:04
338      [sftp-int.c]
339      make cmds[] array static to avoid conflict with BSDI libc.
340      mindrot bug #466. Fix from mdev@idg.nl; ok markus@
341    - djm@cvs.openbsd.org 2003/01/14 10:58:00
342      [sftp-client.c sftp-int.c]
343      Don't try to upload or download non-regular files. Report from
344      apoloval@pantuflo.escet.urjc.es; ok markus@
345
346 20030113
347  - (djm) Rework openbsd-compat/setproctitle.c a bit: move emulation type
348    detection to configure.ac. Prompted by stevesk@
349  - (djm) Bug #467: Add a --disable-strip option to turn off stripping of 
350    installed binaries. From mdev@idg.nl
351
352 20030110
353  - (djm) Enable new setproctitle emulation for Linux, AIX and HP/UX. More 
354    systems may be added later.
355  - (djm) OpenBSD CVS Sync
356    - djm@cvs.openbsd.org 2003/01/08 23:53:26
357      [sftp.1 sftp.c sftp-int.c sftp-int.h]
358      Cleanup error handling for batchmode
359      Allow blank lines and comments in input
360      Ability to suppress abort on error in batchmode ("-put blah")
361      Fixes mindrot bug #452; markus@ ok
362    - fgsch@cvs.openbsd.org 2003/01/10 08:19:07
363      [scp.c sftp.1 sftp.c sftp-client.c sftp-int.c  progressmeter.c]
364      [progressmeter.h]
365      sftp progress meter support.
366      original diffs by Nils Nordman <nino at nforced dot com> via 
367      markus@, merged to -current by me, djm@ ok.
368    - djm@cvs.openbsd.org 2003/01/10 08:48:15
369      [sftp-client.c]
370      Simplify and avoid redundancy in packet send and receive 
371      functions; ok fgs@
372    - djm@cvs.openbsd.org 2003/01/10 10:29:35
373      [scp.c]
374      Don't ftruncate after write error, creating sparse files of 
375      incorrect length
376      mindrot bug #403, reported by rusr@cup.hp.com; ok markus@
377    - djm@cvs.openbsd.org 2003/01/10 10:32:54
378      [channels.c]
379      hush socket() errors, except last. Fixes mindrot bug #408; ok markus@
380
381 20030108
382  - (djm) Sync openbsd-compat/ with OpenBSD -current
383  - (djm) Avoid redundant xstrdup/xfree in auth2-pam.c. From Solar via markus@
384  - (djm) OpenBSD CVS Sync
385    - markus@cvs.openbsd.org 2003/01/01 18:08:52
386      [channels.c]
387      move big output buffer messages to debug2
388    - djm@cvs.openbsd.org 2003/01/06 23:51:22
389      [sftp-client.c]
390      Fix "get -p" download to not add user-write perm. mindrot bug #426
391      reported by gfernandez@livevault.com; ok markus@
392    - fgsch@cvs.openbsd.org 2003/01/07 23:42:54
393      [sftp.1]
394      add version; from Nils Nordman <nino at nforced dot com> via markus@.
395      markus@ ok
396  - (djm) Update README to reflect AIX's status as a well supported platform.
397    From dtucker@zip.com.au
398  - (tim) [Makefile.in configure.ac] replace fixpath with sed script. Patch
399    by Mo DeJong.
400  - (tim) [auth.c] declare today at top of allowed_user() to keep
401    older compilers happy.
402  - (tim) [scp.c] make compilers without long long happy.
403
404 20030107
405  - (djm) Bug #401: Work around Linux breakage with IPv6 mapped addresses. 
406    Based on fix from yoshfuji@linux-ipv6.org
407  - (djm) Bug #442: Check for and deny access to accounts with locked 
408    passwords. Patch from dtucker@zip.com.au
409  - (djm) Bug #44: Use local mkstemp() rather than glibc's silly one. Fixes
410    Can't pass KRB4 TGT passing. Fix from: jan.iven@cern.ch
411  - (djm) Fix Bug #442 for PAM case
412  - (djm) Bug #110: bogus error messages in lastlog_get_entry(). Fix based
413    on one by peak@argo.troja.mff.cuni.cz
414  - (djm) Bug #111: Run syslog and stderr logging through strnvis to eliminate
415    nasties. Report from peak@argo.troja.mff.cuni.cz
416  - (djm) Bug #178: On AIX /etc/nologin wasnt't shown to users. Fix from 
417    Ralf.Wenk@fh-karlsruhe.de and dtucker@zip.com.au
418  - (djm) Fix my fix of the fix for the Bug #442 for PAM case. Spotted by 
419    dtucker@zip.com.au. Reorder for clarity too.
420
421 20030103
422  - (djm) Bug #461: ssh-copy-id fails with no arguments. Patch from 
423    cjwatson@debian.org
424  - (djm) Bug #460: Filling utmp[x]->ut_addr_v6 if present. Patch from 
425    cjwatson@debian.org
426  - (djm) Bug #446: Set LOGIN env var to pw_name on AIX. Patch from 
427    mii@ornl.gov 
428
429 20030101
430   - (stevesk) [session.c sshlogin.c sshlogin.h] complete portable
431     parts of pass addrlen with sockaddr * fix.
432     from Hajimu UMEMOTO <ume@FreeBSD.org>
433
434 20021222
435  - (bal) OpenBSD CVS Sync
436    - fgsch@cvs.openbsd.org 2002/11/15 10:03:09
437      [authfile.c]
438      lseek(2) may return -1 when getting the public/private key lenght.
439      Simplify the code and check for errors using fstat(2).
440
441      Problem reported by Mauricio Sanchez, markus@ ok.
442    - markus@cvs.openbsd.org 2002/11/18 16:43:44
443      [clientloop.c]
444      don't overwrite SIG{INT,QUIT,TERM} handler if set to SIG_IGN;
445      e.g. if ssh is used for backup; report Joerg Schilling; ok millert@
446    - markus@cvs.openbsd.org 2002/11/21 22:22:50
447      [dh.c]
448      debug->debug2
449    - markus@cvs.openbsd.org 2002/11/21 22:45:31
450      [cipher.c kex.c packet.c sshconnect.c sshconnect2.c]
451      debug->debug2, unify debug messages
452    - deraadt@cvs.openbsd.org 2002/11/21 23:03:51
453      [auth-krb5.c auth1.c hostfile.h monitor_wrap.c sftp-client.c sftp-int.c ssh-add.c ssh-rsa.c 
454       sshconnect.c]
455      KNF
456    - markus@cvs.openbsd.org 2002/11/21 23:04:33
457      [ssh.c]
458      debug->debug2
459    - stevesk@cvs.openbsd.org 2002/11/24 21:46:24
460      [ssh-keysign.8]
461      typo: "the the"
462    - wcobb@cvs.openbsd.org 2002/11/26 00:45:03
463      [scp.c ssh-keygen.c]
464      Remove unnecessary fflush(stderr) calls, stderr is unbuffered by default.
465      ok markus@
466    - stevesk@cvs.openbsd.org 2002/11/26 02:35:30
467      [ssh-keygen.1]
468      remove outdated statement; ok markus@ deraadt@
469    - stevesk@cvs.openbsd.org 2002/11/26 02:38:54
470      [canohost.c]
471      KNF, comment and error message repair; ok markus@
472    - markus@cvs.openbsd.org 2002/11/27 17:53:35
473      [scp.c sftp.c ssh.c]
474      allow usernames with embedded '@', e.g. scp user@vhost@realhost:file /tmp;
475      http://bugzilla.mindrot.org/show_bug.cgi?id=447; ok mouring@, millert@
476    - stevesk@cvs.openbsd.org 2002/12/04 04:36:47
477      [session.c]
478      remove xauth entries before add; PR 2994 from janjaap@stack.nl.
479      ok markus@
480    - markus@cvs.openbsd.org 2002/12/05 11:08:35
481      [scp.c]
482      use roundup() similar to rcp/util.c and avoid problems with strange
483      filesystem block sizes, noted by tjr@freebsd.org; ok djm@
484    - djm@cvs.openbsd.org 2002/12/06 05:20:02
485      [sftp.1]
486      Fix cut'n'paste error, spotted by matthias.riese@b-novative.de; ok deraadt@
487    - millert@cvs.openbsd.org 2002/12/09 16:50:30
488      [ssh.c]
489      Avoid setting optind to 0 as GNU getopt treats that like we do optreset.
490      markus@ OK
491    - markus@cvs.openbsd.org 2002/12/10 08:56:00
492      [session.c]
493      Make sure $SHELL points to the shell from the password file, even if shell
494      is overridden from login.conf; bug#453; semen at online.sinor.ru; ok millert@
495    - markus@cvs.openbsd.org 2002/12/10 19:26:50
496      [packet.c]
497      move tos handling to packet_set_tos; ok provos/henning/deraadt
498    - markus@cvs.openbsd.org 2002/12/10 19:47:14
499      [packet.c]
500      static
501    - markus@cvs.openbsd.org 2002/12/13 10:03:15
502      [channels.c misc.c sshconnect2.c]
503      cleanup debug messages, more useful information for the client user.
504    - markus@cvs.openbsd.org 2002/12/13 15:20:52
505      [scp.c]
506      1) include stalling time in total time
507      2) truncate filenames to 45 instead of 20 characters
508      3) print rate instead of progress bar, no more stars
509      4) scale output to tty width
510      based on a patch from Niels; ok fries@ lebel@ fgs@ millert@
511  - (bal) [msg.c msg.h scp.c ssh-keysign.c sshconnect2.c]  Resync CVS IDs since 
512    we already did s/msg_send/ssh_msg_send/
513
514 20021205
515  - (djm) PERL-free fixpaths from stuge-openssh-unix-dev@cdy.org
516
517 20021122
518  - (tim) [configure.ac] fix STDPATH test for IRIX. First reported by
519    advax@triumf.ca. This type of solution tested by <herb@sgi.com>
520
521 20021113
522  - (tim) [configure.ac] remove unused variables no_libsocket and no_libnsl
523
524 20021111
525  - (tim) [contrib/solaris/opensshd.in] add umask 022 so sshd.pid is
526    not world writable.
527
528 20021109
529  - (bal) OpenBSD CVS Sync
530    - itojun@cvs.openbsd.org 2002/10/16 14:31:48
531      [sftp-common.c]
532      64bit pedant.  %llu is "unsigned long long".  markus ok
533    - markus@cvs.openbsd.org 2002/10/23 10:32:13
534      [packet.c]
535      use %u for u_int
536    - markus@cvs.openbsd.org 2002/10/23 10:40:16
537      [bufaux.c]
538      %u for u_int
539    - markus@cvs.openbsd.org 2002/11/04 10:07:53
540      [auth.c]
541      don't compare against pw_home if realpath fails for pw_home (seen 
542      on AFS); ok djm@
543    - markus@cvs.openbsd.org 2002/11/04 10:09:51
544      [packet.c]
545      log before send disconnect; ok djm@
546    - markus@cvs.openbsd.org 2002/11/05 19:45:20
547      [monitor.c]
548      handle overflows for size_t larger than u_int; siw@goneko.de, bug #425
549    - markus@cvs.openbsd.org 2002/11/05 20:10:37
550      [sftp-client.c]
551      typo; GaryF@livevault.com
552    - markus@cvs.openbsd.org 2002/11/07 16:28:47
553      [sshd.c]
554      log to stderr if -ie is given, bug #414, prj@po.cwru.edu
555    - markus@cvs.openbsd.org 2002/11/07 22:08:07
556      [readconf.c readconf.h ssh-keysign.8 ssh-keysign.c]
557      we cannot use HostbasedAuthentication for enabling ssh-keysign(8),
558      because HostbasedAuthentication might be enabled based on the
559      target host and ssh-keysign(8) does not know the remote hostname
560      and not trust ssh(1) about the hostname, so we add a new option
561      EnableSSHKeysign; ok djm@, report from zierke@informatik.uni-hamburg.de
562    - markus@cvs.openbsd.org 2002/11/07 22:35:38
563      [scp.c]
564      check exit status from ssh, and exit(1) if ssh fails; bug#369; 
565      binder@arago.de
566  - (bal) Update ssh-host-config and minor rewrite of bsd-cygwin_util.c
567    ntsec now default if cygwin version beginning w/ version 56.  Patch
568    by Corinna Vinschen <vinschen@redhat.com> 
569  - (bal) AIX does not log login attempts for unknown users (bug #432).
570    patch by dtucker@zip.com.au
571
572 20021021
573  - (djm) Bug #400: Kill ssh-rand-helper children on timeout, patch from 
574    dtucker@zip.com.au
575  - (djm) Bug #317: FreeBSD needs libutil.h for openpty() Report from 
576    dirk.meyer@dinoex.sub.org
577
578 20021015
579  - (bal) Fix bug id 383 and only call loginrestrict for AIX if not root.
580  - (bal) More advanced strsep test by Darren Tucker <dtucker@zip.com.au>
581
582 20021015
583  - (tim) [contrib/caldera/openssh.spec] make ssh-agent setgid nobody
584
585 20021004
586  - (bal) Disable post-authentication Privsep for OSF/1.  It conflicts with
587    SIA.
588
589 20021003
590  - (djm) OpenBSD CVS Sync
591    - markus@cvs.openbsd.org 2002/10/01 20:34:12
592      [ssh-agent.c]
593      allow root to access the agent, since there is no protection from root.
594    - markus@cvs.openbsd.org 2002/10/01 13:24:50
595      [version.h]
596      OpenSSH 3.5
597  - (djm) Bump RPM spec version numbers
598  - (djm) Bug #406: s/msg_send/ssh_msg_send/ for Mac OS X 1.2
599
600 20020930
601  - (djm) Tidy contrib/, add Makefile for GNOME passphrase dialogs, 
602    tweak README
603  - (djm) OpenBSD CVS Sync
604    - mickey@cvs.openbsd.org 2002/09/27 10:42:09
605      [compat.c compat.h sshd.c]
606      add a generic match for a prober, such as sie big brother; 
607      idea from stevesk@; markus@ ok
608    - stevesk@cvs.openbsd.org 2002/09/27 15:46:21
609      [ssh.1]
610      clarify compression level protocol 1 only; ok markus@ deraadt@
611
612 20020927
613  - (djm) OpenBSD CVS Sync
614    - markus@cvs.openbsd.org 2002/09/25 11:17:16
615      [sshd_config]
616      sync LoginGraceTime with default
617    - markus@cvs.openbsd.org 2002/09/25 15:19:02
618      [sshd.c]
619      typo; pilot@monkey.org
620    - markus@cvs.openbsd.org 2002/09/26 11:38:43
621      [auth1.c auth.h auth-krb4.c monitor.c monitor.h monitor_wrap.c]
622      [monitor_wrap.h]
623      krb4 + privsep; ok dugsong@, deraadt@
624
625 20020925
626  - (bal) Fix issue where successfull login does not clear failure counts
627    in AIX.  Patch by dtucker@zip.com.au ok by djm
628  - (tim) Cray fixes (bug 367) based on patch from Wendy Palm @ cray.
629     This does not include the deattack.c fixes.
630
631 20020923
632  - (djm) OpenBSD CVS Sync
633    - stevesk@cvs.openbsd.org 2002/09/23 20:46:27
634      [canohost.c]
635      change get_peer_ipaddr() and get_local_ipaddr() to not return NULL for
636      non-sockets; fixes a problem passing NULL to snprintf(). ok markus@
637    - markus@cvs.openbsd.org 2002/09/23 22:11:05
638      [monitor.c]
639      only call auth_krb5 if kerberos is enabled; ok deraadt@
640    - markus@cvs.openbsd.org 2002/09/24 08:46:04
641      [monitor.c]
642      only call kerberos code for authctxt->valid
643    - todd@cvs.openbsd.org 2002/09/24 20:59:44
644      [sshd.8]
645      tweak the example $HOME/.ssh/rc script to not show on any cmdline the
646      sensitive data it handles. This fixes bug # 402 as reported by
647      kolya@mit.edu (Nickolai Zeldovich).
648      ok markus@ and stevesk@
649
650 20020923
651  - (tim) [configure.ac] s/return/exit/ patch by dtucker@zip.com.au
652
653 20020922
654  - (djm) OpenBSD CVS Sync
655    - stevesk@cvs.openbsd.org 2002/09/19 14:53:14
656      [compat.c]
657    - markus@cvs.openbsd.org 2002/09/19 15:51:23
658      [ssh-add.c]
659      typo; cd@kalkatraz.de
660    - stevesk@cvs.openbsd.org 2002/09/19 16:03:15
661      [serverloop.c]
662      log IP address also; ok markus@
663    - stevesk@cvs.openbsd.org 2002/09/20 18:41:29
664      [auth.c]
665      log illegal user here for missing privsep case (ssh2).
666      this is executed in the monitor. ok markus@
667
668 20020919
669  - (djm) OpenBSD CVS Sync
670    - stevesk@cvs.openbsd.org 2002/09/12 19:11:52
671      [ssh-agent.c]
672      %u for uid print; ok markus@
673    - stevesk@cvs.openbsd.org 2002/09/12 19:50:36
674      [session.c ssh.1]
675      add SSH_CONNECTION and deprecate SSH_CLIENT; bug #384.  ok markus@
676    - stevesk@cvs.openbsd.org 2002/09/13 19:23:09
677      [channels.c sshconnect.c sshd.c]
678      remove use of SO_LINGER, it should not be needed. error check
679      SO_REUSEADDR. fixup comments. ok markus@
680    - stevesk@cvs.openbsd.org 2002/09/16 19:55:33
681      [session.c]
682      log when _PATH_NOLOGIN exists; ok markus@
683    - stevesk@cvs.openbsd.org 2002/09/16 20:12:11
684      [sshd_config.5]
685      more details on X11Forwarding security issues and threats; ok markus@
686    - stevesk@cvs.openbsd.org 2002/09/16 22:03:13
687      [sshd.8]
688      reference moduli(5) in FILES /etc/moduli.
689    - itojun@cvs.openbsd.org 2002/09/17 07:47:02
690      [channels.c]
691      don't quit while creating X11 listening socket.
692      http://mail-index.netbsd.org/current-users/2002/09/16/0005.html
693      got from portable.  markus ok
694    - djm@cvs.openbsd.org 2002/09/19 01:58:18
695      [ssh.c sshconnect.c]
696      bugzilla.mindrot.org #223 - ProxyCommands don't exit.
697      Patch from dtucker@zip.com.au; ok markus@
698
699 20020912
700  - (djm) Made GNOME askpass programs return non-zero if cancel button is 
701    pressed.
702  - (djm) Added getpeereid() replacement. Properly implemented for systems
703    with SO_PEERCRED support. Faked for systems which lack it.
704  - (djm) Sync sys/tree.h with OpenBSD -current. Rename tree.h and 
705    fake-queue.h to sys-tree.h and sys-queue.h
706  - (djm) OpenBSD CVS Sync
707    - markus@cvs.openbsd.org 2002/09/08 20:24:08
708      [hostfile.h]
709      no comma at end of enumerator list
710    - itojun@cvs.openbsd.org 2002/09/09 06:48:06
711      [auth1.c auth.h auth-krb5.c monitor.c monitor.h]
712      [monitor_wrap.c monitor_wrap.h]
713      kerberos support for privsep.  confirmed to work by lha@stacken.kth.se
714      patch from markus
715    - markus@cvs.openbsd.org 2002/09/09 14:54:15
716      [channels.c kex.h key.c monitor.c monitor_wrap.c radix.c uuencode.c]
717      signed vs unsigned from -pedantic; ok henning@
718    - markus@cvs.openbsd.org 2002/09/10 20:24:47
719      [ssh-agent.c]
720      check the euid of the connecting process with getpeereid(2); 
721      ok provos deraadt stevesk
722    - stevesk@cvs.openbsd.org 2002/09/11 17:55:03
723      [ssh.1]
724      add agent and X11 forwarding warning text from ssh_config.5; ok markus@
725    - stevesk@cvs.openbsd.org 2002/09/11 18:27:26
726      [authfd.c authfd.h ssh.c]
727      don't connect to agent to test for presence if we've previously
728      connected; ok markus@
729    - djm@cvs.openbsd.org 2002/09/11 22:41:50
730      [sftp.1 sftp-client.c sftp-client.h sftp-common.c sftp-common.h]
731      [sftp-glob.c sftp-glob.h sftp-int.c sftp-server.c]
732      support for short/long listings and globbing in "ls"; ok markus@
733    - djm@cvs.openbsd.org 2002/09/12 00:13:06
734      [sftp-int.c]
735      zap unused var introduced in last commit
736
737 20020911
738  - (djm) Sync openbsd-compat with OpenBSD -current
739
740 20020910
741  - (djm) Bug #365: Read /.ssh/environment properly under CygWin. 
742    Patch from Mark Bradshaw <bradshaw@staff.crosswalk.com>
743  - (djm) Bug #138: Make protocol 1 blowfish work with old OpenSSL. 
744    Patch from Robert Halubek <rob@adso.com.pl>
745
746 20020905 
747  - (djm) OpenBSD CVS Sync
748    - stevesk@cvs.openbsd.org 2002/09/04 18:52:42
749      [servconf.c sshd.8 sshd_config.5]
750      default LoginGraceTime to 2m; 1m may be too short for slow systems.
751      ok markus@
752  - (djm) Merge openssh-TODO.patch from Redhat (null) beta
753  - (djm) Add gnome-ssh-askpass2.c (gtk2) by merge with patch from 
754     Nalin Dahyabhai <nalin@redhat.com>
755  - (djm) Add support for building gtk2 password requestor from Redhat beta
756
757 20020903
758  - (djm) Patch from itojun@ for Darwin OS: test getaddrinfo, reorder libcrypt
759  - (djm) Fix Redhat RPM build dependancy test
760  - (djm) OpenBSD CVS Sync
761    - markus@cvs.openbsd.org 2002/08/12 10:46:35
762      [ssh-agent.c]
763      make ssh-agent setgid, disallow ptrace.
764    - espie@cvs.openbsd.org 2002/08/21 11:20:59
765      [sshd.8]
766      `RSA' updated to refer to `public key', where it matters.
767      okay markus@
768    - stevesk@cvs.openbsd.org 2002/08/21 19:38:06
769      [servconf.c sshd.8 sshd_config sshd_config.5]
770      change LoginGraceTime default to 1 minute; ok mouring@ markus@
771    - stevesk@cvs.openbsd.org 2002/08/21 20:10:28
772      [ssh-agent.c]
773      raise listen backlog; ok markus@
774    - stevesk@cvs.openbsd.org 2002/08/22 19:27:53
775      [ssh-agent.c]
776      use common close function; ok markus@
777    - stevesk@cvs.openbsd.org 2002/08/22 19:38:42
778      [clientloop.c]
779      format with current EscapeChar; bugzilla #388 from wknox@mitre.org.
780      ok markus@
781    - stevesk@cvs.openbsd.org 2002/08/22 20:57:19
782      [ssh-agent.c]
783      shutdown(SHUT_RDWR) not needed before close here; ok markus@
784    - markus@cvs.openbsd.org 2002/08/22 21:33:58
785      [auth1.c auth2.c]
786      auth_root_allowed() is handled by the monitor in the privsep case,
787      so skip this for use_privsep, ok stevesk@, fixes bugzilla #387/325
788    - markus@cvs.openbsd.org 2002/08/22 21:45:41
789      [session.c]
790      send signal name (not signal number) in "exit-signal" message; noticed
791      by galb@vandyke.com
792    - stevesk@cvs.openbsd.org 2002/08/27 17:13:56
793      [ssh-rsa.c]
794      RSA_public_decrypt() returns -1 on error so len must be signed; 
795      ok markus@
796    - stevesk@cvs.openbsd.org 2002/08/27 17:18:40
797      [ssh_config.5]
798      some warning text for ForwardAgent and ForwardX11; ok markus@
799    - stevesk@cvs.openbsd.org 2002/08/29 15:57:25
800      [monitor.c session.c sshlogin.c sshlogin.h]
801      pass addrlen with sockaddr *; from Hajimu UMEMOTO <ume@FreeBSD.org>
802      NOTE: there are also p-specific parts to this patch. ok markus@
803    - stevesk@cvs.openbsd.org 2002/08/29 16:02:54
804      [ssh.1 ssh.c]
805      deprecate -P as UsePrivilegedPort defaults to no now; ok markus@
806    - stevesk@cvs.openbsd.org 2002/08/29 16:09:02
807      [ssh_config.5]
808      more on UsePrivilegedPort and setuid root; ok markus@
809    - stevesk@cvs.openbsd.org 2002/08/29 19:49:42
810      [ssh.c]
811      shrink initial privilege bracket for setuid case; ok markus@
812    - stevesk@cvs.openbsd.org 2002/08/29 22:54:10
813      [ssh_config.5 sshd_config.5]
814      state XAuthLocation is a full pathname
815
816 20020820
817  - OpenBSD CVS Sync
818    - millert@cvs.openbsd.org 2002/08/02 14:43:15
819      [monitor.c monitor_mm.c]
820      Change mm_zalloc() sanity checks to be more in line with what
821      we do in calloc() and add a check to monitor_mm.c.
822      OK provos@ and markus@
823    - marc@cvs.openbsd.org 2002/08/02 16:00:07
824      [ssh.1 sshd.8]
825      note that .ssh/environment is only read when
826      allowed (PermitUserEnvironment in sshd_config).
827      OK markus@
828    - markus@cvs.openbsd.org 2002/08/02 21:23:41
829      [ssh-rsa.c]
830      diff is u_int (2x); ok deraadt/provos
831    - markus@cvs.openbsd.org 2002/08/02 22:20:30
832      [ssh-rsa.c]
833      replace RSA_verify with our own version and avoid the OpenSSL ASN.1 parser
834      for authentication; ok deraadt/djm
835    - aaron@cvs.openbsd.org 2002/08/08 13:50:23
836      [sshconnect1.c]
837      Use & to test if bits are set, not &&; markus@ ok.
838    - stevesk@cvs.openbsd.org 2002/08/08 23:54:52
839      [auth.c]
840      typo in comment
841    - stevesk@cvs.openbsd.org 2002/08/09 17:21:42
842      [sshd_config.5]
843      use Op for mdoc conformance; from esr@golux.thyrsus.com
844      ok aaron@
845    - stevesk@cvs.openbsd.org 2002/08/09 17:41:12
846      [sshd_config.5]
847      proxy vs. fake display
848    - stevesk@cvs.openbsd.org 2002/08/12 17:30:35
849      [ssh.1 sshd.8 sshd_config.5]
850      more PermitUserEnvironment; ok markus@
851    - stevesk@cvs.openbsd.org 2002/08/17 23:07:14
852      [ssh.1]
853      ForwardAgent has defaulted to no for over 2 years; be more clear here.
854    - stevesk@cvs.openbsd.org 2002/08/17 23:55:01
855      [ssh_config.5]
856      ordered list here
857  - (bal) [defines.h] Some platforms don't have SIZE_T_MAX.  So assign 
858    it to ULONG_MAX.
859
860 20020813
861  - (tim) [configure.ac] Display OpenSSL header/library version.
862    Patch by dtucker@zip.com.au
863
864 20020731
865  - (bal) OpenBSD CVS Sync
866    - markus@cvs.openbsd.org 2002/07/24 16:11:18
867      [hostfile.c hostfile.h sshconnect.c]
868      print out all known keys for a host if we get a unknown host key,
869      see discussion at http://marc.theaimsgroup.com/?t=101069210100016&r=1&w=4
870
871      the ssharp mitm tool attacks users in a similar way, so i'd like to
872      pointed out again:
873         A MITM attack is always possible if the ssh client prints:
874         The authenticity of host 'bla' can't be established.
875      (protocol version 2 with pubkey authentication allows you to detect
876      MITM attacks)
877    - mouring@cvs.openbsd.org 2002/07/25 01:16:59
878      [sftp.c]
879      FallBackToRsh does not exist anywhere else.  Remove it from here.
880      OK deraadt.
881    - markus@cvs.openbsd.org 2002/07/29 18:57:30
882      [sshconnect.c]
883      print file:line
884    - markus@cvs.openbsd.org 2002/07/30 17:03:55
885      [auth-options.c servconf.c servconf.h session.c sshd_config sshd_config.5]
886      add PermitUserEnvironment (off by default!); from dot@dotat.at;
887      ok provos, deraadt
888
889 20020730
890  - (bal) [uidswap.c] SCO compile correction by gert@greenie.muc.de
891
892 20020728
893  - (stevesk) [auth-pam.c] should use PAM_MSG_MEMBER(); from solar
894  - (stevesk) [CREDITS] solar
895  - (stevesk) [ssh-rand-helper.c] RAND_bytes() and SHA1_Final() unsigned
896    char arg.
897
898 20020725
899  - (djm) Remove some cruft from INSTALL
900  - (djm) Latest config.guess and config.sub from ftp://ftp.gnu.org/gnu/config/
901
902 20020723
903  - (bal) [bsd-cray.c bsd-cray.h] Part 2 of Cray merger. 
904  - (bal) sync ID w/ ssh-agent.c
905  - (bal) OpenBSD Sync
906    - markus@cvs.openbsd.org 2002/07/19 15:43:33
907      [log.c log.h session.c sshd.c]
908      remove fatal cleanups after fork; based on discussions with and code
909      from solar.
910    - stevesk@cvs.openbsd.org 2002/07/19 17:42:40
911      [ssh.c]
912      display a warning from ssh when XAuthLocation does not exist or xauth
913      returned no authentication data. ok markus@
914    - stevesk@cvs.openbsd.org 2002/07/21 18:32:20
915      [auth-options.c]
916      unneeded includes
917    - stevesk@cvs.openbsd.org 2002/07/21 18:34:43
918      [auth-options.h]
919      remove invalid comment
920    - markus@cvs.openbsd.org 2002/07/22 11:03:06
921      [session.c]
922      fallback to _PATH_STDPATH on setusercontext+LOGIN_SETPATH errors;
923    - stevesk@cvs.openbsd.org 2002/07/22 17:32:56
924      [monitor.c]
925      u_int here; ok provos@
926    - stevesk@cvs.openbsd.org 2002/07/23 16:03:10
927      [sshd.c]
928      utmp_len is unsigned; display error consistent with other options.
929      ok markus@
930    - stevesk@cvs.openbsd.org 2002/07/15 17:15:31
931      [uidswap.c]
932      little more debugging; ok markus@
933
934 20020722
935  - (bal) AIX tty data limiting patch fix by leigh@solinno.co.uk
936  - (stevesk) [xmmap.c] missing prototype for fatal()
937  - (bal) [configure.ac defines.h loginrec.c sshd.c sshpty.c] Partial sync
938    with Cray (mostly #ifdef renaming).  Patch by wendyp@cray.com.
939  - (bal) [configure.ac]  Missing ;; from cray patch.
940  - (bal) [monitor_mm.c openbsd-compat/xmmap.h] Move xmmap() defines
941    into it's own header.
942  - (stevesk) [auth-pam.[ch] session.c] pam_getenvlist() must be
943    freed by the caller; add free_pam_environment() and use it.
944  - (stevesk) [auth-pam.c] typo in comment
945
946 20020721
947  - (stevesk) [auth-pam.c] merge cosmetic changes from solar's
948    openssh-3.4p1-owl-password-changing.diff
949  - (stevesk) [auth-pam.c] merge rest of solar's PAM patch;
950    PAM_NEW_AUTHTOK_REQD remains in #if 0 for now.
951  - (stevesk) [auth-pam.c] cast to avoid initialization type mismatch
952    warning on pam_conv struct conversation function.
953  - (stevesk) [auth-pam.h] license
954  - (stevesk) [auth-pam.h] unneeded include
955  - (stevesk) [auth-pam.[ch] ssh.h] move SSHD_PAM_SERVICE to auth-pam.h
956
957 20020720
958  - (stevesk) [ssh-keygen.c] bug #231: always init/seed_rng().
959
960 20020719
961  - (tim) [contrib/solaris/buildpkg.sh] create privsep user/group if needed.
962    Patch by dtucker@zip.com.au
963  - (tim) [configure.ac]  test for libxnet on HP. Patch by dtucker@zip.com.au
964
965 20020718
966  - (tim) [defines.h] Bug 313 patch by dirk.meyer@dinoex.sub.org
967  - (tim) [monitor_mm.c] add missing declaration for xmmap(). Reported
968    by ayamura@ayamura.org
969  - (tim) [configure.ac] Bug 267 rework int64_t test.
970  - (tim) [includes.h] Bug 267 add stdint.h
971
972 20020717
973  - (bal) aixbff package updated by dtucker@zip.com.au
974  - (tim) [configure.ac] change how we do paths in AC_PATH_PROGS tests
975    for autoconf 2.53. Based on a patch by jrj@purdue.edu
976
977 20020716
978  - (tim) [contrib/solaris/opensshd.in] Only kill sshd if .pid file found
979
980 20020715
981  - (bal) OpenBSD CVS Sync
982    - itojun@cvs.openbsd.org 2002/07/12 13:29:09
983      [sshconnect.c]
984      print connect failure during debugging mode.
985    - markus@cvs.openbsd.org 2002/07/12 15:50:17
986      [cipher.c]
987      EVP_CIPH_CUSTOM_IV for our own rijndael
988  - (bal) Remove unused tty defined in do_setusercontext() pointed out by
989    dtucker@zip.com.au plus a a more KNF since I am near it.
990  - (bal) Privsep user creation support in Solaris buildpkg.sh by 
991    dtucker@zip.com.au
992
993 20020714
994  - (tim) [Makefile.in] replace "id sshd" with "sshd -t"
995  - (bal/tim) [acconfig.h configure.ac monitor_mm.c servconf.c
996    openbsd-compat/Makefile.in] support compression on platforms that
997    have no/broken MAP_ANON. Moved code to openbsd-compat/xmmap.c
998    Based on patch from nalin@redhat.com of code extracted from Owl's package
999  - (tim) [ssh_prng_cmds.in] Bug 323 arp -n flag doesn't exist under Solaris.
1000    report by chris@by-design.net
1001  - (tim) [loginrec.c] Bug 347: Fix typo (WTMPX_FILE) report by rodney@bond.net
1002  - (tim) [loginrec.c] Bug 348: add missing found = 1; to wtmpx_islogin()
1003    report by rodney@bond.net
1004
1005 20020712
1006  - (tim) [Makefile.in] quiet down install-files: and check-user:
1007  - (tim) [configure.ac] remove unused filepriv line
1008
1009 20020710
1010  - (tim) [contrib/cygwin/ssh-host-config] explicitely sets the permissions
1011    on /var/empty to 755 Patch by vinschen@redhat.com
1012  - (bal) OpenBSD CVS Sync
1013    - itojun@cvs.openbsd.org 2002/07/09 11:56:50
1014      [sshconnect.c]
1015      silently try next address on connect(2).  markus ok
1016    - itojun@cvs.openbsd.org 2002/07/09 11:56:27
1017      [canohost.c]
1018      suppress log on reverse lookup failiure, as there's no real value in
1019      doing so.
1020      markus ok
1021    - itojun@cvs.openbsd.org 2002/07/09 12:04:02
1022      [sshconnect.c]
1023      ed static function (less warnings)
1024    - stevesk@cvs.openbsd.org 2002/07/09 17:46:25
1025      [sshd_config.5]
1026      clarify no preference ordering in protocol list; ok markus@
1027    - itojun@cvs.openbsd.org 2002/07/10 10:28:15
1028      [sshconnect.c]
1029      bark if all connection attempt fails.
1030    - deraadt@cvs.openbsd.org 2002/07/10 17:53:54
1031      [rijndael.c]
1032      use right sizeof in memcpy; markus ok
1033
1034 20020709
1035  - (bal) NO_IPPORT_RESERVED_CONCEPT used instead of CYGWIN so other platforms
1036    lacking that concept can share it. Patch by vinschen@redhat.com
1037
1038 20020708
1039  - (tim) [openssh/contrib/solaris/buildpkg.sh] add PKG_INSTALL_ROOT to
1040    work in a jumpstart environment. patch by kbrint@rufus.net
1041  - (tim) [Makefile.in] workaround for broken pakadd on some systems.
1042  - (tim) [configure.ac] fix libc89 utimes test. Mention default path for
1043    --with-privsep-path=
1044
1045 20020707
1046  - (tim) [Makefile.in] use umask instead of chmod on $(PRIVSEP_PATH)
1047  - (tim) [acconfig.h configure.ac sshd.c]
1048    s/BROKEN_FD_PASSING/DISABLE_FD_PASSING/
1049  - (tim) [contrib/cygwin/ssh-host-config] sshd account creation fixes
1050    patch from vinschen@redhat.com
1051  - (bal) [realpath.c] Updated with OpenBSD tree.
1052  - (bal) OpenBSD CVS Sync
1053    - deraadt@cvs.openbsd.org 2002/07/04 04:15:33
1054      [key.c monitor_wrap.c sftp-glob.c ssh-dss.c ssh-rsa.c]
1055      patch memory leaks; grendel@zeitbombe.org
1056    - deraadt@cvs.openbsd.org 2002/07/04 08:12:15
1057      [channels.c packet.c]
1058      blah blah minor nothing as i read and re-read and re-read...
1059    - markus@cvs.openbsd.org 2002/07/04 10:41:47
1060      [key.c monitor_wrap.c ssh-dss.c ssh-rsa.c]
1061      don't allocate, copy, and discard if there is not interested in the data; 
1062      ok deraadt@
1063    - deraadt@cvs.openbsd.org 2002/07/06 01:00:49
1064      [log.c]
1065      KNF
1066    - deraadt@cvs.openbsd.org 2002/07/06 01:01:26
1067      [ssh-keyscan.c]
1068      KNF, realloc fix, and clean usage
1069    - stevesk@cvs.openbsd.org 2002/07/06 17:47:58
1070      [ssh-keyscan.c]
1071      unused variable
1072  - (bal) Minor KNF on ssh-keyscan.c
1073
1074 20020705
1075  - (tim) [configure.ac] AIX 4.2.1 has authenticate() in libs.
1076    Reported by Darren Tucker <dtucker@zip.com.au>
1077  - (tim) [contrib/cygwin/ssh-host-config] double slash corrction
1078    from vinschen@redhat.com
1079
1080 20020704
1081  - (bal) Limit data to TTY for AIX only (Newer versions can't handle the
1082    faster data rate)  Bug #124
1083  - (bal) glob.c defines TILDE and AIX also defines it.  #undef it first.
1084    bug #265
1085  - (bal) One too many nulls in ports-aix.c
1086  
1087 20020703
1088  - (bal) Updated contrib/cygwin/  patch by vinschen@redhat.com 
1089  - (bal) minor correction to utimes() replacement.  Patch by
1090    onoe@sm.sony.co.jp
1091  - OpenBSD CVS Sync
1092    - markus@cvs.openbsd.org 2002/06/27 08:49:44
1093      [dh.c ssh-keyscan.c sshconnect.c]
1094      more checks for NULL pointers; from grendel@zeitbombe.org; ok deraadt@
1095    - deraadt@cvs.openbsd.org 2002/06/27 09:08:00
1096      [monitor.c]
1097      improve mm_zalloc check; markus ok
1098    - deraadt@cvs.openbsd.org 2002/06/27 10:35:47
1099      [auth2-none.c monitor.c sftp-client.c]
1100      use xfree()
1101    - stevesk@cvs.openbsd.org 2002/06/27 19:49:08
1102      [ssh-keyscan.c]
1103      use convtime(); ok markus@
1104    - millert@cvs.openbsd.org 2002/06/28 01:49:31
1105      [monitor_mm.c]
1106      tree(3) wants an int return value for its compare functions and
1107      the difference between two pointers is not an int.  Just do the
1108      safest thing and store the result in a long and then return 0,
1109      -1, or 1 based on that result.
1110    - deraadt@cvs.openbsd.org 2002/06/28 01:50:37
1111      [monitor_wrap.c]
1112      use ssize_t
1113    - deraadt@cvs.openbsd.org 2002/06/28 10:08:25
1114      [sshd.c]
1115      range check -u option at invocation
1116    - deraadt@cvs.openbsd.org 2002/06/28 23:05:06
1117      [sshd.c]
1118      gidset[2] -> gidset[1]; markus ok
1119    - deraadt@cvs.openbsd.org 2002/06/30 21:54:16
1120      [auth2.c session.c sshd.c]
1121      lint asks that we use names that do not overlap
1122    - deraadt@cvs.openbsd.org 2002/06/30 21:59:45
1123      [auth-bsdauth.c auth-skey.c auth2-chall.c clientloop.c key.c
1124       monitor_wrap.c monitor_wrap.h scard.h session.h sftp-glob.c ssh.c
1125       sshconnect2.c sshd.c]
1126      minor KNF
1127    - deraadt@cvs.openbsd.org 2002/07/01 16:15:25
1128      [msg.c]
1129      %u
1130    - markus@cvs.openbsd.org 2002/07/01 19:48:46
1131      [sshconnect2.c]
1132      for compression=yes, we fallback to no-compression if the server does
1133      not support compression, vice versa for compression=no. ok mouring@
1134    - markus@cvs.openbsd.org 2002/07/03 09:55:38
1135      [ssh-keysign.c]
1136      use RSA_blinding_on() for rsa hostkeys (suggested by Bill Sommerfeld)
1137      in order to avoid a possible Kocher timing attack pointed out by Charles
1138      Hannum; ok provos@
1139    - markus@cvs.openbsd.org 2002/07/03 14:21:05
1140      [ssh-keysign.8 ssh-keysign.c ssh.c ssh_config]
1141      re-enable ssh-keysign's sbit, but make ssh-keysign read 
1142      /etc/ssh/ssh_config and exit if HostbasedAuthentication is disabled 
1143      globally. based on discussions with deraadt, itojun and sommerfeld; 
1144      ok itojun@
1145  - (bal) Failed password attempts don't increment counter on AIX. Bug #145
1146  - (bal) Missed Makefile.in change.  keysign needs readconf.o
1147  - (bal) Clean up aix_usrinfo().  Ignore TTY= period I guess.
1148   
1149 20020702
1150  - (djm) Use PAM_MSG_MEMBER for PAM_TEXT_INFO messages, use xmalloc & 
1151    friends consistently. Spotted by Solar Designer <solar@openwall.com>
1152
1153 20020629
1154  - (bal) fix to auth2-pam.c to swap fatal() arguments,  A bit of style
1155    clean up while I'm near it.
1156
1157 20020628
1158  - (stevesk) [sshd_config] PAMAuthenticationViaKbdInt no; commented
1159    options should contain default value.  from solar.
1160  - (bal) Cygwin uid0 fix by vinschen@redhat.com
1161  - (bal) s/config.h/includes.h/ in openbsd-compat/ for *.c.  Otherwise wise
1162    have issues of our fixes not propogating right (ie bcopy instead of
1163    memmove).  OK tim
1164  - (bal) FreeBSD needs <sys/types.h> to detect if mmap() is supported.
1165    Bug #303
1166
1167 20020627
1168  - OpenBSD CVS Sync
1169    - deraadt@cvs.openbsd.org 2002/06/26 14:49:36
1170      [monitor.c]
1171      correct %u
1172    - deraadt@cvs.openbsd.org 2002/06/26 14:50:04
1173      [monitor_fdpass.c]
1174      use ssize_t for recvmsg() and sendmsg() return
1175    - markus@cvs.openbsd.org 2002/06/26 14:51:33
1176      [ssh-add.c]
1177      fix exit code for -X/-x
1178    - deraadt@cvs.openbsd.org 2002/06/26 15:00:32
1179      [monitor_wrap.c]
1180      more %u
1181    - markus@cvs.openbsd.org 2002/06/26 22:27:32
1182      [ssh-keysign.c]
1183      bug #304, xfree(data) called to early; openssh@sigint.cs.purdue.edu
1184
1185 20020626
1186  - (stevesk) [monitor.c] remove duplicate proto15 dispatch entry for PAM
1187  - (bal) OpenBSD CVS Sync
1188    - markus@cvs.openbsd.org 2002/06/23 21:34:07
1189      [channels.c]
1190      tcode is u_int
1191    - markus@cvs.openbsd.org 2002/06/24 13:12:23
1192      [ssh-agent.1]
1193      the socket name contains ssh-agent's ppid; via mpech@ from form@
1194    - markus@cvs.openbsd.org 2002/06/24 14:33:27
1195      [channels.c channels.h clientloop.c serverloop.c]
1196      move channel counter to u_int
1197    - markus@cvs.openbsd.org 2002/06/24 14:55:38
1198      [authfile.c kex.c ssh-agent.c]
1199      cat to (void) when output from buffer_get_X is ignored
1200    - itojun@cvs.openbsd.org 2002/06/24 15:49:22
1201      [msg.c]
1202      printf type pedant
1203    - deraadt@cvs.openbsd.org 2002/06/24 17:57:20
1204      [sftp-server.c sshpty.c]
1205      explicit (u_int) for uid and gid
1206    - markus@cvs.openbsd.org 2002/06/25 16:22:42
1207      [authfd.c]
1208      unnecessary cast
1209    - markus@cvs.openbsd.org 2002/06/25 18:51:04
1210      [sshd.c]
1211      lightweight do_setusercontext after chroot()
1212  - (bal) Updated AIX package build.  Patch by dtucker@zip.com.au
1213  - (tim) [Makefile.in] fix test on installing ssh-rand-helper.8
1214  - (bal) added back in error check for mmap().  I screwed up, Pointed
1215    out by stevesk@
1216  - (tim) [README.privsep] UnixWare tip no longer needed.
1217  - (bal) fixed NeXTStep missing munmap() issue. It defines HAVE_MMAP,
1218    but it all damned lies.
1219  - (stevesk) [README.privsep] more for sshd pseudo-account.
1220  - (tim) [contrib/caldera/openssh.spec] add support for privsep
1221  - (djm) setlogin needs pgid==pid on BSD/OS; from itojun@
1222  - (djm) OpenBSD CVS Sync
1223    - markus@cvs.openbsd.org 2002/06/26 08:53:12
1224      [bufaux.c]
1225      limit size of BNs to 8KB; ok provos/deraadt
1226    - markus@cvs.openbsd.org 2002/06/26 08:54:18
1227      [buffer.c]
1228      limit append to 1MB and buffers to 10MB
1229    - markus@cvs.openbsd.org 2002/06/26 08:55:02
1230      [channels.c]
1231      limit # of channels to 10000
1232    - markus@cvs.openbsd.org 2002/06/26 08:58:26
1233      [session.c]
1234      limit # of env vars to 1000; ok deraadt/djm
1235    - deraadt@cvs.openbsd.org 2002/06/26 13:20:57
1236      [monitor.c]
1237      be careful in mm_zalloc
1238    - deraadt@cvs.openbsd.org 2002/06/26 13:49:26
1239      [session.c]
1240      disclose less information from environment files; based on input 
1241      from djm, and dschultz@uclink.Berkeley.EDU
1242    - markus@cvs.openbsd.org 2002/06/26 13:55:37
1243      [auth2-chall.c]
1244      make sure # of response matches # of queries, fixes int overflow; 
1245      from ISS
1246    - markus@cvs.openbsd.org 2002/06/26 13:56:27
1247      [version.h]
1248      3.4
1249  - (djm) Require krb5 devel for RPM build w/ KrbV 
1250  - (djm) Improve PAMAuthenticationViaKbdInt text from Nalin Dahyabhai 
1251    <nalin@redhat.com>
1252  - (djm) Update spec files for release 
1253  - (djm) Fix int overflow in auth2-pam.c, similar to one discovered by ISS
1254  - (djm) Release 3.4p1
1255  - (tim) [contrib/caldera/openssh.spec] remove 2 configure options I put in
1256    by mistake
1257
1258 20020625
1259  - (stevesk) [INSTALL acconfig.h configure.ac defines.h] remove --with-rsh
1260  - (stevesk) [README.privsep] minor updates
1261  - (djm) Create privsep directory and warn if privsep user is missing 
1262    during make install
1263  - (bal) Started list of PrivSep issues in TODO
1264  - (bal) if mmap() is substandard, don't allow compression on server side.
1265    Post 'event' we will add more options.
1266  - (tim) [contrib/caldera/openssh.spec] Sync with Caldera
1267  - (bal) moved aix_usrinfo() and noted not setting real TTY.  Patch by
1268    dtucker@zip.com.au
1269  - (tim) [acconfig.h configure.ac sshd.c] BROKEN_FD_PASSING fix from Markus
1270    for Cygwin, Cray, & SCO
1271
1272 20020624
1273  - OpenBSD CVS Sync
1274    - deraadt@cvs.openbsd.org 2002/06/23 03:25:50
1275      [tildexpand.c]
1276      KNF
1277    - deraadt@cvs.openbsd.org 2002/06/23 03:26:19
1278      [cipher.c key.c]
1279      KNF
1280    - deraadt@cvs.openbsd.org 2002/06/23 03:30:58
1281      [scard.c ssh-dss.c ssh-rsa.c sshconnect.c sshconnect2.c sshd.c sshlogin.c
1282       sshpty.c]
1283      various KNF and %d for unsigned
1284    - deraadt@cvs.openbsd.org 2002/06/23 09:30:14
1285      [sftp-client.c sftp-client.h sftp-common.c sftp-int.c sftp-server.c
1286       sftp.c]
1287      bunch of u_int vs int stuff
1288    - deraadt@cvs.openbsd.org 2002/06/23 09:39:55
1289      [ssh-keygen.c]
1290      u_int stuff
1291    - deraadt@cvs.openbsd.org 2002/06/23 09:46:51
1292      [bufaux.c servconf.c]
1293      minor KNF.  things the fingers do while you read
1294    - deraadt@cvs.openbsd.org 2002/06/23 10:29:52
1295      [ssh-agent.c sshd.c]
1296      some minor KNF and %u
1297    - deraadt@cvs.openbsd.org 2002/06/23 20:39:45
1298      [session.c]
1299      compression_level is u_int
1300    - deraadt@cvs.openbsd.org 2002/06/23 21:06:13
1301      [sshpty.c]
1302      KNF
1303    - deraadt@cvs.openbsd.org 2002/06/23 21:06:41
1304      [channels.c channels.h session.c session.h]
1305      display, screen, row, col, xpixel, ypixel are u_int; markus ok
1306    - deraadt@cvs.openbsd.org 2002/06/23 21:10:02
1307      [packet.c]
1308      packet_get_int() returns unsigned for reason & seqnr
1309   - (bal) Also fixed IPADDR_IN_DISPLAY case where display, screen, row, col,
1310     xpixel are u_int.
1311
1312
1313 20020623
1314  - (stevesk) [configure.ac] bug #255 LOGIN_NEEDS_UTMPX for AIX.
1315  - (bal) removed GNUism for getops in ssh-agent since glibc lacks optreset.
1316  - (bal) add extern char *getopt.  Based on report by dtucker@zip.com.au 
1317  - OpenBSD CVS Sync
1318    - stevesk@cvs.openbsd.org 2002/06/22 02:00:29
1319      [ssh.h]
1320      correct comment
1321    - stevesk@cvs.openbsd.org 2002/06/22 02:40:23
1322      [ssh.1]
1323      section 5 not 4 for ssh_config
1324    - naddy@cvs.openbsd.org 2002/06/22 11:51:39
1325      [ssh.1]
1326      typo
1327    - stevesk@cvs.openbsd.org 2002/06/22 16:32:54
1328      [sshd.8]
1329      add /var/empty in FILES section
1330    - stevesk@cvs.openbsd.org 2002/06/22 16:40:19
1331      [sshd.c]
1332      check /var/empty owner mode; ok provos@
1333    - stevesk@cvs.openbsd.org 2002/06/22 16:41:57
1334      [scp.1]
1335      typo
1336    - stevesk@cvs.openbsd.org 2002/06/22 16:45:29
1337      [ssh-agent.1 sshd.8 sshd_config.5]
1338      use process ID vs. pid/PID/process identifier
1339    - stevesk@cvs.openbsd.org 2002/06/22 20:05:27
1340      [sshd.c]
1341      don't call setsid() if debugging or run from inetd; no "Operation not
1342      permitted" errors now; ok millert@ markus@
1343    - stevesk@cvs.openbsd.org 2002/06/22 23:09:51
1344      [monitor.c]
1345      save auth method before monitor_reset_key_state(); bugzilla bug #284;
1346      ok provos@
1347
1348 $Id$
This page took 0.129363 seconds and 5 git commands to generate.