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