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