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