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