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