]> andersk Git - openssh.git/blob - ChangeLog
- markus@cvs.openbsd.org 2004/01/13 19:23:15
[openssh.git] / ChangeLog
1 20040121
2  - (djm) OpenBSD CVS Sync
3    - djm@cvs.openbsd.org 2004/01/13 09:25:05
4      [sftp-int.c sftp.1 sftp.c]
5      Tidy sftp batchmode handling, eliminate junk to stderr (bugzilla #754) and
6      enable use of "-b -" to accept batchfile from stdin; ok markus@
7    - jmc@cvs.openbsd.org 2004/01/13 12:17:33
8      [sftp.1]
9      remove unnecessary Ic's;
10      kill whitespace at EOL;
11      ok djm@
12    - markus@cvs.openbsd.org 2004/01/13 19:23:15
13      [compress.c session.c]
14      -Wall; ok henning
15
16 20040114
17  - (dtucker) [auth-pam.c] Have monitor die if PAM authentication thread exits
18    unexpectedly.  with & ok djm@
19  - (dtucker) [auth-pam.c] Reset signal handler in pthread_cancel too, add
20    test for case where cleanup has already run.
21  - (dtucker) [auth-pam.c] Add minor debugging.
22
23 20040113
24  - (dtucker) [auth-pam.c] Relocate struct pam_ctxt and prototypes.  No
25    functional changes.
26
27 20040108
28  - (dtucker) [auth-pam.c defines.h] Bug #783: move __unused to defines.h and
29    only define if not already.  From des at freebsd.org.
30  - (dtucker) [configure.ac] Remove extra (typo) comma.
31
32 20040105
33  - (dtucker) [contrib/ssh-copy-id] Bug #781: exit if ssh fails.  Patch from
34    cjwatson at debian.org.
35  - (dtucker) [acconfig.h configure.ac includes.h servconf.c session.c]
36    Only enable KerberosGetAFSToken if Heimdal's libkafs is found.  with jakob@
37
38 20040102
39  - (djm) OSX/Darwin needs BIND_8_COMPAT to build getrrsetbyname. Report from
40    jakob@
41  - (djm) Remove useless DNS support configure summary message. from jakob@
42  - (djm) OSX/Darwin put the PAM headers in a different place, detect this.
43    Report from jakob@
44
45 20031231
46  - (dtucker) OpenBSD CVS Sync
47    - djm@cvs.openbsd.org 2003/12/22 09:16:58
48      [moduli.c ssh-keygen.1 ssh-keygen.c]
49      tidy up moduli generation debugging, add -v (verbose/debug) option to
50      ssh-keygen; ok markus@
51    - markus@cvs.openbsd.org 2003/12/22 20:29:55
52      [cipher-3des1.c]
53      EVP_CIPHER_CTX_cleanup() for the des contexts; pruiksma@freesurf.fr
54    - jakob@cvs.openbsd.org 2003/12/23 16:12:10
55      [servconf.c servconf.h session.c sshd_config]
56      implement KerberosGetAFSToken server option. ok markus@, beck@
57    - millert@cvs.openbsd.org 2003/12/29 16:39:50
58      [sshd_config]
59      KeepAlive has been obsoleted, use TCPKeepAlive instead; markus@ OK
60    - dtucker@cvs.openbsd.org 2003/12/31 00:24:50
61      [auth2-passwd.c]
62      Ignore password change request during password auth (which we currently
63      don't support) and discard proposed new password.  corrections/ok markus@
64  - (dtucker) [configure.ac] Only test setresuid and setresgid if they exist.
65
66 20031219
67  - (dtucker) [defines.h] Bug #458: Define SIZE_T_MAX as UINT_MAX if we
68    typedef size_t ourselves.
69
70 20031218
71  - (dtucker) [configure.ac] Don't use setre[ug]id on DG-UX, from Tom Orban.
72  - (dtucker) [auth-pam.c] Do PAM chauthtok during SSH2 keyboard-interactive
73    authentication.  Partially fixes bug #423.  Feedback & ok djm@
74
75 20031217
76  - (djm) OpenBSD CVS Sync
77    - markus@cvs.openbsd.org 2003/12/09 15:28:43
78      [serverloop.c]
79      make ClientKeepAlive work for ssh -N, too (no login shell requested).
80      1) send a bogus channel request if we find a channel
81      2) send a bogus global request if we don't have a channel
82      ok + test beck@
83    - markus@cvs.openbsd.org 2003/12/09 17:29:04
84      [sshd.c]
85      fix -o and HUP; ok henning@
86    - markus@cvs.openbsd.org 2003/12/09 17:30:05
87      [ssh.c]
88      don't modify argv for ssh -o; similar to sshd.c 1.283
89    - markus@cvs.openbsd.org 2003/12/09 21:53:37
90      [readconf.c readconf.h scp.1 servconf.c servconf.h sftp.1 ssh.1]
91      [ssh_config.5 sshconnect.c sshd.c sshd_config.5]
92      rename keepalive to tcpkeepalive; the old name causes too much
93      confusion; ok djm, dtucker; with help from jmc@
94    - dtucker@cvs.openbsd.org 2003/12/09 23:45:32
95      [clientloop.c]
96      Clear exit code when ssh -N is terminated with a SIGTERM.  ok markus@
97    - markus@cvs.openbsd.org 2003/12/14 12:37:21
98      [ssh_config.5]
99      we don't support GSS KEX; from Simon Wilkinson
100    - markus@cvs.openbsd.org 2003/12/16 15:49:51
101      [clientloop.c clientloop.h readconf.c readconf.h scp.1 sftp.1 ssh.1]
102      [ssh.c ssh_config.5]
103      application layer keep alive (ServerAliveInterval ServerAliveCountMax)
104      for ssh(1), similar to the sshd(8) option; ok beck@; with help from
105      jmc and dtucker@
106    - markus@cvs.openbsd.org 2003/12/16 15:51:54
107      [dh.c]
108      use <= instead of < in dh_estimate; ok provos/hshoexer; 
109      do not return < DH_GRP_MIN
110  - (dtucker) [acconfig.h configure.ac uidswap.c] Bug #645: Check for
111    setres[ug]id() present but not implemented (eg some Linux/glibc
112    combinations).
113  - (bal) [openbsd-compat/bsd-misc.c] unset 'signal' defined if we are
114    using a real 'signal()' (Noticed by a NeXT Compile)
115
116 20031209
117  - (dtucker) OpenBSD CVS Sync
118    - matthieu@cvs.openbsd.org 2003/11/25 23:10:08
119      [ssh-add.1]
120      ssh-add doesn't need to be a descendant of ssh-agent. Ok markus@, jmc@.
121    - djm@cvs.openbsd.org 2003/11/26 21:44:29
122      [cipher-aes.c]
123      fix #ifdef before #define; ok markus@
124      (RCS ID sync only, Portable already had this)
125    - markus@cvs.openbsd.org 2003/12/02 12:15:10
126      [progressmeter.c]
127      improvments from andreas@:
128      * saner speed estimate for transfers that takes less than a second by
129        rounding the time to 1 second.
130      * when the transfer is finished calculate the actual total speed
131        rather than the current speed which is given during the transfer
132    - markus@cvs.openbsd.org 2003/12/02 17:01:15
133      [channels.c session.c ssh-agent.c ssh.h sshd.c]
134      use SSH_LISTEN_BACKLOG (=128) in listen(2).
135    - djm@cvs.openbsd.org 2003/12/07 06:34:18
136      [moduli.c]
137      remove unused debugging #define templates
138    - markus@cvs.openbsd.org 2003/12/08 11:00:47
139      [kexgexc.c]
140      print requested group size in debug; ok djm
141    - dtucker@cvs.openbsd.org 2003/12/09 13:52:55
142      [moduli.c]
143      Prevent ssh-keygen -T from outputting moduli with a generator of 0, since
144      they can't be used for Diffie-Hellman.  Assistance and ok djm@
145  - (dtucker) [ssh-keyscan.c] Sync RCSIDs, missed in SSH_SSFDMAX change below.
146
147 20031208
148  - (tim) [configure.ac] Bug 770. Fix --without-rpath.
149
150 20031123
151  - (djm) [canohost.c] Move IPv4inV6 mapped address normalisation to its own
152    function and call it unconditionally
153  - (djm) OpenBSD CVS Sync
154    - djm@cvs.openbsd.org 2003/11/23 23:17:34
155      [ssh-keyscan.c]
156      from portable - use sysconf to detect fd limit; ok markus@
157      (tidy diff by adding SSH_SSFDMAX macro to defines.h)
158    - djm@cvs.openbsd.org 2003/11/23 23:18:45
159      [ssh-keygen.c]
160      consistency PATH_MAX -> MAXPATHLEN; ok markus@
161      (RCS ID sync only)
162    - djm@cvs.openbsd.org 2003/11/23 23:21:21
163      [scp.c]
164      from portable: rename clashing variable limit-> limit_rate; ok markus@
165      (RCS ID sync only)
166    - dtucker@cvs.openbsd.org 2003/11/24 00:16:35
167      [ssh.1 ssh.c]
168      Make ssh -k mean GSSAPIDelegateCredentials=no. Suggestion & ok markus@
169  - (djm) Annotate OpenBSD-derived files in openbsd-compat/ with original 
170    source file path (in OpenBSD tree).
171
172 20031122
173  - (dtucker) [channels.c] Make AIX write limit code clearer.  Suggested by djm@
174  - (dtucker) [auth-passwd.c openbsd-compat/port-aix.c openbsd-compat/port-aix.h]
175    Move AIX specific password authentication code to port-aix.c, call
176    authenticate() until reenter flag is clear.
177  - (dtucker) [auth-sia.c configure.ac] Tru64 update from cmadams at hiwaay.net.
178    Use permanently_set_uid for SIA, only define DISABLE_FD_PASSING when SIA
179    is enabled, rely on SIA to check for locked accounts if enabled.  ok djm@
180  - (djm) [scp.c] Rename limitbw -> limit_rate to match upstreamed patch
181  - (djm) [sftp-int.c] Remove duplicated code from bogus sync
182  - (djm) [packet.c] Shuffle #ifdef to reduce conditionally compiled code
183
184 20031121
185  - (djm) OpenBSD CVS Sync
186    - markus@cvs.openbsd.org 2003/11/20 11:39:28
187      [progressmeter.c]
188      fix rounding errors; from andreas@
189    - djm@cvs.openbsd.org 2003/11/21 11:57:03
190      [everything]
191      unexpand and delete whitespace at EOL; ok markus@
192      (done locally and RCS IDs synced)
193
194 20031118
195  - (djm) Fix early exit for root auth success when UsePAM=yes and 
196    PermitRootLogin=no
197  - (dtucker) [auth-pam.c] Convert chauthtok_conv into a generic tty_conv,
198    and use it for do_pam_session.  Fixes problems like pam_motd not
199    displaying anything.  ok djm@
200  - (dtucker) [auth-pam.c] Only use pam_putenv if our platform has it. ok djm@
201  - (djm) OpenBSD CVS Sync
202    - dtucker@cvs.openbsd.org 2003/11/18 00:40:05
203      [serverloop.c]
204      Correct check for authctxt->valid.  ok djm@
205    - djm@cvs.openbsd.org 2003/11/18 10:53:07
206      [monitor.c]
207      unbreak fake authloop for non-existent users (my screwup). Spotted and
208      tested by dtucker@; ok markus@
209
210 20031117
211  - (djm) OpenBSD CVS Sync
212    - djm@cvs.openbsd.org 2003/11/03 09:03:37
213      [auth-chall.c]
214      make this a little more idiot-proof; ok markus@
215      (includes portable-specific changes)
216    - jakob@cvs.openbsd.org 2003/11/03 09:09:41
217      [sshconnect.c]
218      move changed key warning into warn_changed_key(). ok markus@
219    - jakob@cvs.openbsd.org 2003/11/03 09:37:32
220      [sshconnect.c]
221      do not free static type pointer in warn_changed_key()
222    - djm@cvs.openbsd.org 2003/11/04 08:54:09
223      [auth1.c auth2.c auth2-pubkey.c auth.h auth-krb5.c auth-passwd.c]
224      [auth-rhosts.c auth-rh-rsa.c auth-rsa.c monitor.c serverloop.c]
225      [session.c]
226      standardise arguments to auth methods - they should all take authctxt.
227      check authctxt->valid rather then pw != NULL; ok markus@
228    - jakob@cvs.openbsd.org 2003/11/08 16:02:40
229      [auth1.c]
230      remove unused variable (pw). ok djm@
231      (id sync only - still used in portable)
232    - jmc@cvs.openbsd.org 2003/11/08 19:17:29
233      [sftp-int.c]
234      typos from Jonathon Gray;
235    - jakob@cvs.openbsd.org 2003/11/10 16:23:41
236      [bufaux.c bufaux.h cipher.c cipher.h hostfile.c hostfile.h key.c]
237      [key.h sftp-common.c sftp-common.h sftp-server.c sshconnect.c sshd.c]
238      [ssh-dss.c ssh-rsa.c uuencode.c uuencode.h]
239      constify. ok markus@ & djm@
240    - dtucker@cvs.openbsd.org 2003/11/12 10:12:15
241      [scp.c]
242      When called with -q, pass -q to ssh; suppresses SSH2 banner.  ok markus@
243    - jakob@cvs.openbsd.org 2003/11/12 16:39:58
244      [dns.c dns.h readconf.c ssh_config.5 sshconnect.c]
245      update SSHFP validation. ok markus@
246    - jmc@cvs.openbsd.org 2003/11/12 20:14:51
247      [ssh_config.5]
248      make verb agree with subject, and kill some whitespace;
249    - markus@cvs.openbsd.org 2003/11/14 13:19:09
250      [sshconnect2.c]
251      cleanup and minor fixes for the client code; from Simon Wilkinson
252    - djm@cvs.openbsd.org 2003/11/17 09:45:39
253      [msg.c msg.h sshconnect2.c ssh-keysign.c]
254      return error on msg send/receive failure (rather than fatal); ok markus@
255    - markus@cvs.openbsd.org 2003/11/17 11:06:07
256      [auth2-gss.c gss-genr.c gss-serv.c monitor.c monitor.h monitor_wrap.c]
257      [monitor_wrap.h sshconnect2.c ssh-gss.h]
258      replace "gssapi" with "gssapi-with-mic"; from Simon Wilkinson; 
259      test + ok jakob.
260  - (djm) Bug #632: Don't call pam_end indirectly from within kbd-int
261    conversation function
262  - (djm) Export environment variables from authentication subprocess to 
263    parent. Part of Bug #717
264
265 20031115
266  - (dtucker) [regress/agent-ptrace.sh] Test for GDB output from Solaris and
267    HP-UX, skip test on AIX.
268
269 20031113
270  - (dtucker) [auth-pam.c] Append newlines to lines output by the
271    pam_chauthtok_conv().
272  - (dtucker) [README ssh-host-config ssh-user-config Makefile] (All
273    contrib/cygwin).  Major update from vinschen at redhat.com.
274    - Makefile provides a `cygwin-postinstall' target to run right after
275      `make install'.
276    - Better support for Windows 2003 Server.
277    - Try to get permissions as correct as possible.
278    - New command line options to allow full automated host configuration.
279    - Create configs from skeletons in /etc/defaults/etc.
280    - Use /bin/bash, allows reading user input with readline support.
281    - Remove really old configs from /usr/local.
282  - (dtucker) [auth-pam.c] Add newline to accumulated PAM_TEXT_INFO and
283    PAM_ERROR_MSG messages.
284
285 20031106
286  - (djm) Clarify UsePAM consequences a little more
287
288 20031103
289  - (dtucker) [contrib/cygwin/ssh-host-config] Ensure entries in /etc/services
290    are created correctly with CRLF line terminations.  Patch from vinschen at
291    redhat.com.
292  - (dtucker) OpenBSD CVS Sync
293    - markus@cvs.openbsd.org 2003/10/15 09:48:45
294      [monitor_wrap.c]
295      check pmonitor != NULL
296    - markus@cvs.openbsd.org 2003/10/21 09:50:06
297      [auth2-gss.c]
298      make sure the doid is larger than 2
299    - avsm@cvs.openbsd.org 2003/10/26 16:57:43
300      [sshconnect2.c]
301      rename 'supported' static var in userauth_gssapi() to 'gss_supported'
302      to avoid shadowing the global version.  markus@ ok
303    - markus@cvs.openbsd.org 2003/10/28 09:08:06
304      [misc.c]
305      error->debug for getsockopt+TCP_NODELAY; several requests
306    - markus@cvs.openbsd.org 2003/11/02 11:01:03
307      [auth2-gss.c compat.c compat.h sshconnect2.c]
308      remove support for SSH_BUG_GSSAPI_BER; simon@sxw.org.uk
309  - (dtucker) [regress/agent-ptrace.sh] Use numeric uid and gid.
310
311 20031021
312  - (dtucker) [INSTALL] Some system crypt() functions support MD5 passwords
313    directly.  Noted by Darren.Moffat at sun.com.
314  - (dtucker) [regress/agent-ptrace.sh] Skip agent-test unless SUDO is set,
315    make agent setgid during test.
316
317 20031017
318  - (dtucker) [INSTALL] Note that --with-md5 is now required on platforms with
319    MD5 passwords even if PAM support is enabled.  From steev at detritus.net.
320
321 20031015
322  - (dtucker) OpenBSD CVS Sync
323    - jmc@cvs.openbsd.org 2003/10/08 08:27:36
324      [scp.1 scp.c sftp-server.8 sftp.1 sftp.c ssh.1 sshd.8]
325      scp and sftp: add options list and sort options. options list requested
326      by deraadt@
327      sshd: use same format as ssh
328      ssh: remove wrong option from list
329      sftp-server: Subsystem is documented in ssh_config(5), not sshd(8)
330      ok deraadt@ markus@
331    - markus@cvs.openbsd.org 2003/10/08 15:21:24
332      [readconf.c ssh_config.5]
333      default GSS API to no in client, too; ok jakob, deraadt@
334    - markus@cvs.openbsd.org 2003/10/11 08:24:08
335      [readconf.c readconf.h ssh.1 ssh.c ssh_config.5]
336      remote x11 clients are now untrusted by default, uses xauth(8) to generate
337      untrusted cookies; ForwardX11Trusted=yes restores old behaviour.
338      ok deraadt; feedback and ok djm/fries
339    - markus@cvs.openbsd.org 2003/10/11 08:26:43
340      [sshconnect2.c]
341      search keys in reverse order; fixes #684
342    - markus@cvs.openbsd.org 2003/10/11 11:36:23
343      [monitor_wrap.c]
344      return NULL for missing banner; ok djm@
345    - jmc@cvs.openbsd.org 2003/10/12 13:12:13
346      [ssh_config.5]
347      note that EnableSSHKeySign should be in the non-hostspecific section;
348      remove unnecessary .Pp;
349      ok markus@
350    - markus@cvs.openbsd.org 2003/10/13 08:22:25
351      [scp.1 sftp.1]
352      don't refer to options related to forwarding; ok jmc@
353    - jakob@cvs.openbsd.org 2003/10/14 19:42:10
354      [dns.c dns.h readconf.c ssh-keygen.c sshconnect.c]
355      include SSHFP lookup code (not enabled by default). ok markus@
356    - jakob@cvs.openbsd.org 2003/10/14 19:43:23
357      [README.dns]
358      update
359    - markus@cvs.openbsd.org 2003/10/14 19:54:39
360      [session.c ssh-agent.c]
361      10X for mkdtemp; djm@
362  - (dtucker) [acconfig.h configure.ac dns.c openbsd-compat/getrrsetbyname.c
363    openbsd-compat/getrrsetbyname.h] DNS fingerprint support is now always
364    compiled in but disabled in config.
365  - (dtucker) [auth.c] Check for disabled password expiry on HP-UX Trusted Mode.
366  - (tim) [regress/banner.sh] portability fix.
367
368 20031009
369  - (dtucker) [sshd_config.5] UsePAM defaults to "no".  ok djm@
370
371 20031008
372  - (dtucker) OpenBSD CVS Sync
373    - dtucker@cvs.openbsd.org 2003/10/07 01:47:27
374      [sshconnect2.c]
375      Don't use logit for banner, since it truncates to MSGBUFSIZ; bz #668 &
376      #707.  ok markus@
377    - djm@cvs.openbsd.org 2003/10/07 07:04:16
378      [sftp-int.c]
379      sftp quoting fix from admorten AT umich.edu; ok markus@
380    - deraadt@cvs.openbsd.org 2003/10/07 21:58:28
381      [sshconnect2.c]
382      set ptr to NULL after free
383    - dtucker@cvs.openbsd.org 2003/10/07 01:52:13
384      [regress/Makefile regress/banner.sh]
385      Test SSH2 banner.  ok markus@
386    - djm@cvs.openbsd.org 2003/10/07 07:04:52
387      [regress/sftp-cmds.sh]
388      more sftp quoting regress tests; ok markus
389
390 20031007
391  - (djm) Delete autom4te.cache after autoreconf
392  - (dtucker) [auth-pam.c auth-pam.h session.c] Make PAM use the new static
393    cleanup functions.  With & ok djm@
394  - (dtucker) [contrib/redhat/openssh.spec] Bug #714: Now that UsePAM is a
395    run-time switch, always build --with-md5-passwords.
396  - (dtucker) [configure.ac openbsd-compat/Makefile.in openbsd-compat/strtoul.c]
397    Bug #670: add strtoul() to openbsd-compat for platforms lacking it.  ok djm@
398  - (dtucker) [configure.ac] Bug #715: Set BROKEN_SETREUID and BROKEN_SETREGID
399    on Reliant Unix.  Patch from Robert.Dahlem at siemens.com.
400  - (dtucker) [configure.ac] Bug #710: Check for dlsym() in libdl on
401    Reliant Unix.  Based on patch from Robert.Dahlem at siemens.com.
402
403 20031003
404  - (dtucker) OpenBSD CVS Sync
405    - markus@cvs.openbsd.org 2003/10/02 10:41:59
406      [sshd.c]
407      print openssl version, too, several requests; ok henning/djm.
408    - markus@cvs.openbsd.org 2003/10/02 08:26:53
409      [ssh-gss.h]
410      missing $OpenBSD:; dtucker
411  - (tim) [contrib/caldera/openssh.spec] Remove obsolete --with-ipv4-default
412    option.
413
414 20031002
415  - (dtucker) OpenBSD CVS Sync
416    - markus@cvs.openbsd.org 2003/09/23 20:17:11
417      [Makefile.in auth1.c auth2.c auth.c auth.h auth-krb5.c canohost.c
418      cleanup.c clientloop.c fatal.c gss-serv.c log.c log.h monitor.c monitor.h
419      monitor_wrap.c monitor_wrap.h packet.c serverloop.c session.c session.h
420      ssh-agent.c sshd.c]
421      replace fatal_cleanup() and linked list of fatal callbacks with static
422      cleanup_exit() function.  re-refine cleanup_exit() where appropriate,
423      allocate sshd's authctxt eary to allow simpler cleanup in sshd.
424      tested by many, ok deraadt@
425    - markus@cvs.openbsd.org 2003/09/23 20:18:52
426      [progressmeter.c]
427      don't print trailing \0; bug #709; Robert.Dahlem@siemens.com
428      ok millert/deraadt@
429    - markus@cvs.openbsd.org 2003/09/23 20:41:11
430      [channels.c channels.h clientloop.c]
431      move client only agent code to clientloop.c
432    - markus@cvs.openbsd.org 2003/09/26 08:19:29
433      [sshd.c]
434      no need to set the listen sockets to non-block; ok deraadt@
435    - jmc@cvs.openbsd.org 2003/09/29 11:40:51
436      [ssh.1]
437      - add list of options to -o and .Xr ssh_config(5)
438      - some other cleanup
439      requested by deraadt@;
440      ok deraadt@ markus@
441    - markus@cvs.openbsd.org 2003/09/29 20:19:57
442      [servconf.c sshd_config]
443      GSSAPICleanupCreds -> GSSAPICleanupCredentials
444  - (dtucker) [configure.ac] Don't set DISABLE_SHADOW when configuring
445    --with-pam.  ok djm@
446  - (dtucker) [ssh-gss.h] Prototype change missed in sync.
447  - (dtucker) [session.c] Fix bus errors on some 64-bit Solaris configurations.
448    Based on patches by Matthias Koeppe and Thomas Baden.  ok djm@
449
450 20030930
451  - (bal) Fix issues in openbsd-compat/realpath.c
452
453 20030925
454  - (dtucker) [configure.ac openbsd-compat/xcrypt.c] Bug #633: Remove
455    DISABLE_SHADOW for HP-UX, use getspnam instead of getprpwnam.  Patch from
456    michael_steffens at hp.com, ok djm@
457  - (tim) [sshd_config] UsePAM defaults to no.
458
459 20030924
460  - (djm) Update version.h and spec files for HEAD
461  - (dtucker) [configure.ac] IRIX5 needs the same setre[ug]id defines as IRIX6.
462
463 20030923
464  - (dtucker) [Makefile.in] Bug #644: Fix "make clean" for out-of-tree
465    builds.  Portability corrections from tim@.
466  - (dtucker) [configure.ac] Bug #665: uid swapping issues on Mac OS X.
467    Patch from max at quendi.de.
468  - (dtucker) [configure.ac] Bug #657: uid swapping issues on BSDi.
469  - (dtucker) [configure.ac] Bug #653: uid swapping issues on Tru64.
470  - (dtucker) [configure.ac] Bug #693: uid swapping issues on NCR MP-RAS.
471    Patch from david.haughton at ncr.com
472  - (dtucker) [configure.ac] Bug #659: uid swapping issues on IRIX 6.
473    Part of patch supplied by bugzilla-openssh at thewrittenword.com
474  - (dtucker) [configure.ac openbsd-compat/fake-rfc2553.c
475    openbsd-compat/fake-rfc2553.h] Bug #659: Test for and handle systems with
476    where gai_strerror is defined as "const char *".  Part of patch supplied
477    by bugzilla-openssh at thewrittenword.com
478  - (dtucker) [contrib/cygwin/README contrib/cygwin/ssh-host-config] Update
479    ssh-host-config to match current defaults, bump README version.  Patch from
480    vinschen at redhat.com.
481  - (dtucker) [uidswap.c] Don't test restoration of uid on Cygwin since the
482    OS does not support permanently dropping privileges.  Patch from
483    vinschen at redhat.com.
484  - (dtucker) [openbsd-compat/port-aix.c] Use correct include for xmalloc.h,
485    add canohost.h to stop warning.  Based on patch from openssh-unix-dev at
486    thewrittenword.com
487  - (dtucker) [INSTALL] Bug #686: Document requirement for zlib 1.1.4 or
488    higher.
489  - (tim) Fix typo. s/SETEIUD_BREAKS_SETUID/SETEUID_BREAKS_SETUID/
490  - (tim) [configure.ac] Bug 665: move 3 new AC_DEFINES outside of AC_TRY_RUN.
491    Report by distler AT golem ph utexas edu.
492  - (dtucker) [contrib/aix/pam.conf] Include example pam.conf for AIX from
493    article by genty at austin.ibm.com, included with the author's permission.
494  - (dtucker) OpenBSD CVS Sync
495    - markus@cvs.openbsd.org 2003/09/18 07:52:54
496      [sshconnect.c]
497      missing {}; bug #656; jclonguet at free.fr
498    - markus@cvs.openbsd.org 2003/09/18 07:54:48
499      [buffer.c]
500      protect against double free; #660;  zardoz at users.sf.net
501    - markus@cvs.openbsd.org 2003/09/18 07:56:05
502      [authfile.c]
503      missing  buffer_free(&encrypted); #662; zardoz at users.sf.net
504    - markus@cvs.openbsd.org 2003/09/18 08:49:45
505      [deattack.c misc.c session.c ssh-agent.c]
506      more buffer allocation fixes; from Solar Designer; CAN-2003-0682;
507      ok millert@
508    - miod@cvs.openbsd.org 2003/09/18 13:02:21
509      [authfd.c bufaux.c dh.c mac.c ssh-keygen.c]
510      A few signedness fixes for harmless situations; markus@ ok
511    - markus@cvs.openbsd.org 2003/09/19 09:02:02
512      [packet.c]
513      buffer_dump only if PACKET_DEBUG is defined; Jedi/Sector One; pr 3471
514    - markus@cvs.openbsd.org 2003/09/19 09:03:00
515      [buffer.c]
516      sign fix in buffer_dump; Jedi/Sector One; pr 3473
517    - markus@cvs.openbsd.org 2003/09/19 11:29:40
518      [ssh-agent.c]
519      provide a ssh-agent specific fatal() function; ok deraadt
520    - markus@cvs.openbsd.org 2003/09/19 11:30:39
521      [ssh-keyscan.c]
522      avoid fatal_cleanup, just call exit(); ok deraadt
523    - markus@cvs.openbsd.org 2003/09/19 11:31:33
524      [channels.c]
525      do not call channel_free_all on fatal; ok deraadt
526    - markus@cvs.openbsd.org 2003/09/19 11:33:09
527      [packet.c sshd.c]
528      do not call packet_close on fatal; ok deraadt
529    - markus@cvs.openbsd.org 2003/09/19 17:40:20
530      [scp.c]
531      error handling for remote-remote copy; #638; report Harald Koenig;
532      ok millert, fgs, henning, deraadt
533    - markus@cvs.openbsd.org 2003/09/19 17:43:35
534      [clientloop.c sshtty.c sshtty.h]
535      remove fatal callbacks from client code; ok deraadt
536  - (bal) "extration" -> "extraction" in ssh-rand-helper.c; repoted by john
537         on #unixhelp@efnet
538  - (tim) [configure.ac] add --disable-etc-default-login option. ok djm
539  - (djm) Sync with V_3_7 branch:
540    - (djm) Fix SSH1 challenge kludge
541    - (djm) Bug #671: Fix builds on OpenBSD
542    - (djm) Bug #676: Fix PAM stack corruption
543    - (djm) Fix bad free() in PAM code
544    - (djm) Don't call pam_end before pam_init
545    - (djm) Enable build with old OpenSSL again
546    - (djm) Trim deprecated options from INSTALL. Mention UsePAM
547    - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
548
549 20030919
550  - (djm) Bug #683: Remove reference to --with-ipv4-default from INSTALL;
551    djast AT cs.toronto.edu
552  - (djm) Bug #661: Remove duplicate check for basename; from 
553    bugzilla-openssh AT thewrittenword.com
554  - (djm) Bug #641: Allow RedHat RPM building without GTK-2; Patch from
555    jason AT devrandom.org
556  - (djm) Bug #646: Fix location of x11-ssh-askpass; Jim
557  - (dtucker) [openbsd-compat/port-aix.h] Bug #640: Don't include audit.h
558    unless required.  Reorder to reduce warnings.
559  - (dtucker) [session.c] Bug #643: Fix size_t -> u_int and fix null deref
560    when /etc/default/login doesn't exist or isn't readable.  Fixes from
561    jparsons-lists at saffron.net and georg.oppenberg at deu mci com.
562  - (dtucker) [acconfig.h] Updated basename test needs HAVE_BASENAME
563
564 20030918
565  - (djm) Bug #652: Fix empty password auth
566
567 20030917
568  - (djm) Sync with V_3_7 branch
569  - (djm) OpenBSD Sync
570    - markus@cvs.openbsd.org 2003/09/16 21:02:40
571      [buffer.c channels.c version.h]
572      more malloc/fatal fixes; ok millert/deraadt; ghudson at MIT.EDU
573  - (djm) Crank RPM spec file versions
574  - (tim) [openbsd-compat/inet_ntoa.c] 20030917 "Sync with V_3_7 branch" undid
575    20030916 "Missed dead header in inet_ntoa.c"
576  
577 20030916
578  - (dtucker) [acconfig.h configure.ac defines.h session.c] Bug #252: Retrieve
579    PATH (or SUPATH) and UMASK from /etc/default/login on platforms that have it
580    (eg Solaris, Reliant Unix).  Patch from Robert.Dahlem at siemens.com.  
581    ok djm@
582  - (bal) OpenBSD Sync
583    - deraadt@cvs.openbsd.org 2003/09/16 03:03:47
584      [buffer.c]
585      do not expand buffer before attempting to reallocate it; markus ok
586  - (tim) [configure.ac] Fix portability issues.
587  - (bal) Missed dead header in inet_ntoa.c
588
589 20030914
590  - (dtucker) [Makefile regress/Makefile] Fix portability issues preventing
591    the regression tests from running with Solaris' make.  Patch from Brian
592    Poole (raj at cerias.purdue.edu).
593  - (dtucker) [regress/Makefile] AIX's make doesn't like " +=", so replace
594    with vanilla "=".
595
596 20030913
597  - (dtucker) [regress/agent-timeout.sh] Timeout of 5 sec is borderline for
598    slower hosts, increase to 10 sec.
599  - (dtucker) [auth-passwd.c] On AIX, call setauthdb() before loginsuccess(),
600    required to correctly reset failed login count when using a password
601    registry other than "files" (eg LDAP, see bug #543).
602  - (tim) [configure.ac] define WITH_ABBREV_NO_TTY for SCO.
603    Report by Roger Cornelius.
604  - (dtucker) [auth-pam.c] Use SSHD_PAM_SERVICE for PAM service name, patch
605    from cjwatson at debian.org.
606
607 20030912
608  - (tim) [regress/agent-ptrace.sh] sh doesn't like "if ! shell_function; then".
609  - (tim) [Makefile.in] only mkdir regress if it does not exist.
610  - (tim) [regress/yes-head.sh] shell portability fix.
611
612 20030911
613  - (dtucker) [configure.ac] Bug #588, #615: Move other libgen tests to after
614    the dirname test, to allow a broken dirname to be detected correctly.
615    Based partially on patch supplied by alex.kiernan at thus.net.  ok djm@
616  - (tim) [configure.ac] Move libgen tests to before libwrap to unbreak
617    UnixWare 2.03 using --with-tcp-wrappers.
618  - (tim) [configure.ac] Prefer setuid/setgid on UnixWare and Open Server.
619  - (tim) [regress/agent-ptrace.sh regress/dynamic-forward.sh
620    regress/sftp-cmds.sh regress/stderr-after-eof.sh regress/test-exec.sh]
621    no longer depends on which(1). patch by dtucker@
622
623 20030910
624  - (dtucker) [configure.ac] Bug #636: Add support for Cray's new X1 machine.
625    Patch from wendyp at cray.com.
626  - (dtucker) [configure.ac] Part of bug #615: tcsendbreak might be a macro.
627  - (dtucker) [regressh/yes-head.sh] Some platforms (eg Solaris) don't have
628    "yes".
629
630 20030909
631  - (tim) [regress/Makefile] Fixes for building outside of a read-only
632    source tree.
633  - (tim) [regress/agent-timeout.sh] s/TIMEOUT/SSHAGENT_TIMEOUT/ Fixes conflict
634    with shell read-only variable.
635  - (tim) [regress/sftp-badcmds.sh regress/sftp-cmds.sh] Fix errors like
636    UX:rm: ERROR: Cannot remove '.' or '..'
637
638 20030908
639  - (tim) [configure.ac openbsd-compat/getrrsetbyname.c] wrap _getshort and
640    _getlong in #ifndef
641  - (tim) [configure.ac acconfig.h openbsd-compat/getrrsetbyname.c] test for
642    HEADER.ad in arpa/nameser.h
643  - (tim) [ssh-keygen.c] s/PATH_MAX/MAXPATHLEN/ ok mouring@
644
645 20030907
646  - (dtucker) [agent-ptrace.sh dynamic-forward.sh (all regress/)]
647    Put "which" inside quotes.
648  - (dtucker) [dynamic-forward.sh forwarding.sh sftp-batch.sh (all regress/)]
649    Add ${EXEEXT}: required to work on Cygwin.
650  - (dtucker) [regress/sftp-batch.sh] Make temporary batch file name more
651    distinctive, so "rm ${BATCH}.*" doesn't match the script itself.
652  - (dtucker) [regress/sftp-cmds.sh] Skip quoted file test on Cygwin.
653  - (dtucker) [openbsd-compat/xcrypt.c] #elsif -> #elif
654  - (dtucker) [acconfig.h] Typo.
655  - (dtucker) [CREDITS Makefile.in configure.ac mdoc2man.awk mdoc2man.pl]
656    Replace mdoc2man.pl with mdoc2man.awk, provided by Peter Stuge.
657
658 20030906
659  - (dtucker) [acconfig.h configure.ac uidswap.c] Prefer setuid/setgid on AIX.
660
661 20030905
662  - (dtucker) [Makefile.in] Add distclean target for regress/, fix clean target.
663
664 20030904
665  - (dtucker) Portablize regression tests.  Parts contributed by Roumen
666    Petrov, David M. Williams and Corinna Vinschen.
667    - [Makefile.in] Add "make tests" target and "make clean" hooks.
668    - [regress/agent-getpeereid.sh] Skip test on platforms that don't support
669      getpeereid.
670    - [regress/agent-ptrace.sh] Skip tests if platform doesn't support it or
671      gdb cannot be found.
672    - [regress/reconfigure/sh] Make path to sshd fully qualified if required.
673    - [regress/rekey.sh] Remove dependence on /dev/zero (not all platforms have
674      it).  The sparse file will take less disk space too.
675    - [regress/sftp-cmds.sh] Ensure files used for test are readable.
676    - [regress/stderr-after-eof.sh] Search for a usable checksum program.
677    - [regress/sftp-badcmds.sh regress/sftp-cmds.sh regress/sftp.sh
678      regress/ssh-com-client.sh regress/ssh-com-sftp.sh regress/stderr-data.sh
679      regress/transfer.sh] Use ${EXEEXT} where appropriate.
680    - [regress/sftp.sh regress/ssh-com-sftp.sh] Remove dependency on /dev/stdin.
681    - [regress/agent-ptrace.sh regress/agent-timeout.sh]
682      "grep -q" -> "grep >/dev/null"
683    - [regress/agent.sh regress/proto-version.sh regress/ssh-com.sh
684      regress/test-exec.sh] Handle different ways of echoing without newlines.
685    - [regress/dynamic-forward.sh] Some "which" programs output on stderr.
686    - [regress/sftp-cmds.sh] Use portable "test" option.
687    - [regress/test-exec.sh] Use sudo, search for "whoami" equivalent, always
688      use Strictmodes no, wait longer for sshd startup.
689    - [regress/Makefile] Remove BSDisms.
690    - [regress/README.regress] Add a basic readme.
691    - [Makefile.in regress/agent-getpeereid.sh] config.h is now in $BUILDDIR
692      not $OBJ.
693    - [Makefile.in regress/agent-ptrace] Fix minor regress issues on Cygwin.
694
695 20030903
696  - (djm) OpenBSD CVS Sync
697    - markus@cvs.openbsd.org 2003/08/26 09:58:43
698      [auth-passwd.c auth.c auth.h auth1.c auth2-none.c auth2-passwd.c]
699      [auth2.c monitor.c]
700      fix passwd auth for 'username leaks via timing'; with djm@, original 
701      patches from solar
702    - markus@cvs.openbsd.org 2003/08/28 12:54:34
703      [auth.h]
704      remove kerberos support from ssh1, since it has been replaced with GSSAPI;
705      but keep kerberos passwd auth for ssh1 and 2; ok djm, hin, henning, ...
706    - markus@cvs.openbsd.org 2003/09/02 16:40:29
707      [version.h]
708      enter 3.7
709    - jmc@cvs.openbsd.org 2003/09/02 18:50:06
710      [sftp.1 ssh_config.5]
711      escape punctuation;
712      ok deraadt@
713
714 20030902
715  - (djm) OpenBSD CVS Sync
716    - deraadt@cvs.openbsd.org 2003/08/24 17:36:51
717      [auth2-gss.c]
718      64 bit cleanups; markus ok
719    - markus@cvs.openbsd.org 2003/08/28 12:54:34
720      [auth-krb5.c auth.h auth1.c monitor.c monitor.h monitor_wrap.c]
721      [monitor_wrap.h readconf.c servconf.c session.c ssh_config.5]
722      [sshconnect1.c sshd.c sshd_config sshd_config.5]
723      remove kerberos support from ssh1, since it has been replaced with GSSAPI;
724      but keep kerberos passwd auth for ssh1 and 2; ok djm, hin, henning, ...
725    - markus@cvs.openbsd.org 2003/08/29 10:03:15
726      [compat.c compat.h]
727      SSH_BUG_K5USER is unused; ok henning@
728    - markus@cvs.openbsd.org 2003/08/29 10:04:36
729      [channels.c nchan.c]
730      be less chatty; debug -> debug2, cleanup; ok henning@
731    - markus@cvs.openbsd.org 2003/08/31 10:26:04
732      [progressmeter.c]
733      pass file_size + 1 to snprintf: fixes printing of truncated
734      file names; fix based on patch/report from sturm@;
735    - markus@cvs.openbsd.org 2003/08/31 12:14:22
736      [progressmeter.c]
737      do write to buf[-1]
738    - markus@cvs.openbsd.org 2003/08/31 13:29:05
739      [session.c]
740      call ssh_gssapi_storecreds conditionally from do_exec(); 
741      with sxw@inf.ed.ac.uk
742    - markus@cvs.openbsd.org 2003/08/31 13:30:18
743      [gss-serv.c]
744      correct string termination in parse_ename(); sxw@inf.ed.ac.uk
745    - markus@cvs.openbsd.org 2003/08/31 13:31:57
746      [gss-serv.c]
747      whitspace KNF
748    - markus@cvs.openbsd.org 2003/09/01 09:50:04
749      [sshd_config.5]
750      gss kex is not supported; sxw@inf.ed.ac.uk
751    - markus@cvs.openbsd.org 2003/09/01 12:50:46
752      [readconf.c]
753      rm gssapidelegatecreds alias; never supported before
754    - markus@cvs.openbsd.org 2003/09/01 13:52:18
755      [ssh.h]
756      rm whitespace
757    - markus@cvs.openbsd.org 2003/09/01 18:15:50
758      [readconf.c readconf.h servconf.c servconf.h ssh.c]
759      remove unused kerberos code; ok henning@
760    - markus@cvs.openbsd.org 2003/09/01 20:44:54
761      [auth2-gss.c]
762      fix leak
763  - (djm) Don't initialise pam_conv structures inline. Avoids HP/UX compiler
764    error. Part of Bug #423, patch from  michael_steffens AT hp.com
765  - (djm) Bug #423: reorder setting of PAM_TTY and calling of PAM session 
766    management (now done in do_setusercontext). Largely from 
767    michael_steffens AT hp.com
768  - (djm) Fix openbsd-compat/ again - remove references to strl(cpy|cat).h 
769  
770 20030829
771  - (bal) openbsd-compat/ clean up.  Considate headers, add in Id on our
772    files, and added missing license to header.
773
774 20030826
775  - (djm) Bug #629: Mark ssh_config option "pamauthenticationviakbdint"
776    as deprecated. Remove mention from README.privsep. Patch from 
777    aet AT cc.hut.fi
778  - (dtucker) OpenBSD CVS Sync
779    - markus@cvs.openbsd.org 2003/08/22 10:56:09
780      [auth2.c auth2-gss.c auth.h compat.c compat.h gss-genr.c gss-serv-krb5.c
781      gss-serv.c monitor.c monitor.h monitor_wrap.c monitor_wrap.h readconf.c
782      readconf.h servconf.c servconf.h session.c session.h ssh-gss.h
783      ssh_config.5 sshconnect2.c sshd_config sshd_config.5]
784      support GSS API user authentication; patches from Simon Wilkinson,
785      stripped down and tested by Jakob and myself.
786    - markus@cvs.openbsd.org 2003/08/22 13:20:03
787      [sshconnect2.c]
788      remove support for "kerberos-2@ssh.com"
789    - markus@cvs.openbsd.org 2003/08/22 13:22:27
790      [auth2.c] (auth2-krb5.c removed)
791      nuke "kerberos-2@ssh.com"
792    - markus@cvs.openbsd.org 2003/08/22 20:55:06
793      [LICENCE]
794      add Simon Wilkinson
795    - deraadt@cvs.openbsd.org 2003/08/24 17:36:52
796      [monitor.c monitor_wrap.c sshconnect2.c]
797      64 bit cleanups; markus ok
798    - fgsch@cvs.openbsd.org 2003/08/25 08:13:09
799      [sftp-int.c]
800      fix div by zero when listing for filename lengths longer than width.
801      markus@ ok.
802    - djm@cvs.openbsd.org 2003/08/25 10:33:33
803      [sshconnect2.c]
804      fprintf->logit to silence login banner with "ssh -q"; ok markus@
805  - (dtucker) [Makefile.in acconfig.h auth-krb5.c auth-pam.c auth-pam.h
806    configure.ac defines.h gss-serv-krb5.c session.c ssh-gss.h sshconnect1.c
807    sshconnect2.c] Add Portable GSSAPI support, patch by Simon Wilkinson.
808  - (dtucker) [Makefile.in] Remove auth2-krb5.
809  - (dtucker) [contrib/aix/inventory.sh] Add public domain notice.  ok mouring@
810    (the original author)
811  - (dtucker) [auth.c] Do not check for locked accounts when PAM is enabled.
812
813 20030825
814  - (djm) Bug #621: Select OpenSC keys by usage attributes. Patch from 
815    larsch@trustcenter.de
816  - (bal) openbsd-compat/ OpenBSD updates.  Mostly licensing, ansifications
817    and minor fixes. OK djm@
818  - (bal) redo how we handle 'mysignal()'.  Move it to 
819    openbsd-compat/bsd-misc.c, s/mysignal/signal/ and #define signal to
820    be our 'mysignal' by default.  OK djm@
821  - (dtucker) [acconfig.h auth.c configure.ac sshd.8] Bug #422 again: deny
822    any access to locked accounts.  ok djm@
823  - (djm) Bug #564: Perform PAM account checks for all authentications when
824    UsePAM=yes; ok dtucker
825  - (dtucker) [configure.ac] Bug #533, #551: define BROKEN_GETADDRINFO on
826    Tru64, solves getnameinfo and "bad addr or host" errors.  ok djm@
827  - (dtucker) [README buildbff.sh inventory.sh] (all in contrib/aix)
828    Update package builder: correctly handle config variables, use lsuser
829    rather than /etc/passwd, fix typos, add Id's.
830
831 20030822
832  - (djm) s/get_progname/ssh_get_progname/g to avoid conflict with Heimdal 
833    -lbroken; ok dtucker 
834  - (dtucker) [contrib/cygwin/ssh-user-config] Put keys in authorized_keys
835    rather that authorized_keys2.  Patch from vinschen@redhat.com.
836
837 20030821
838  - (dtucker) OpenBSD CVS Sync
839    - markus@cvs.openbsd.org 2003/08/14 16:08:58
840      [ssh-keygen.c]
841      exit after primetest, ok djm@
842  - (dtucker) [defines.h] Put CMSG_DATA, CMSG_FIRSTHDR with other CMSG* macros,
843    change CMSG_DATA to use __CMSG_ALIGN (and thus work properly), reformat for
844    consistency.
845  - (dtucker) [configure.ac] Move openpty/ctty test outside of case statement
846    and after normal openpty test.
847
848 20030813
849  - (dtucker) [session.c] Remove #ifdef TIOCSBRK kludge.
850  - (dtucker) OpenBSD CVS Sync
851    - markus@cvs.openbsd.org 2003/08/13 08:33:02
852      [session.c]
853      use more portable tcsendbreak(3) and ignore break_length;
854      ok deraadt, millert
855    - markus@cvs.openbsd.org 2003/08/13 08:46:31
856      [auth1.c readconf.c readconf.h servconf.c servconf.h ssh.c ssh_config
857      ssh_config.5 sshconnect1.c sshd.8 sshd.c sshd_config sshd_config.5]
858      remove RhostsAuthentication; suggested by djm@ before; ok djm@, deraadt@,
859      fgsch@, miod@, henning@, jakob@ and others
860    - markus@cvs.openbsd.org 2003/08/13 09:07:10
861      [readconf.c ssh.c]
862      socks4->socks, since with support both 4 and 5; dtucker@zip.com.au
863  - (dtucker) [configure.ac openbsd-compat/bsd-misc.c openbsd-compat/bsd-misc.h]
864    Add a tcsendbreak function for platforms that don't have one, based on the
865    one from OpenBSD.
866
867 20030811
868  - (dtucker) OpenBSD CVS Sync
869    (thanks to Simon Wilkinson for help with this -dt)
870    - markus@cvs.openbsd.org 2003/07/16 15:02:06
871      [auth-krb5.c]
872      mcc -> fcc; from Love Hörnquist Ã…strand <lha@it.su.se>
873      otherwise the kerberos credentinal is stored in a memory cache
874      in the privileged sshd. ok jabob@, hin@ (some time ago)
875  - (dtucker) [openbsd-compat/xcrypt.c] Remove Cygwin #ifdef block (duplicate
876    in bsd-cygwin_util.h).
877
878 20030808
879  - (dtucker) [openbsd-compat/fake-rfc2553.h] Older Linuxes have AI_PASSIVE and
880    AI_CANONNAME in netdb.h but not AI_NUMERICHOST, so check each definition
881    separately before defining them.
882  - (dtucker) [auth-pam.c] Don't set PAM_TTY if tty is null.  ok djm@
883
884 20030807
885  - (dtucker) [session.c] Have session_break_req not attempt to send a break
886    if TIOCSBRK and TIOCCBRK are not defined (eg Cygwin).
887  - (dtucker) [canohost.c] Bug #336: Only check ip options if IP_OPTIONS is
888    defined (fixes compile error on really old Linuxes).
889  - (dtucker) [defines.h] Bug #336: Add CMSG_DATA and CMSG_FIRSTHDR macros if
890    not already defined (eg Linux with some versions of libc5), based on those
891    from OpenBSD.
892  - (dtucker) [openbsd-compat/bsd-cygwin_util.c openbsd-compat/bsd-cygwin_util.h]
893    Remove incorrect filenames from comments (file names are in Id tags).
894  - (dtucker) [session.c openbsd-compat/bsd-cygwin_util.h] Move Cygwin
895    specific defines and includes to bsd-cygwin_util.h.  Fixes build error too.
896
897 20030802
898  - (dtucker) [monitor.h monitor_wrap.h] Remove excess ident tags.
899  - (dtucker) OpenBSD CVS Sync
900    - markus@cvs.openbsd.org 2003/07/22 13:35:22
901      [auth1.c auth.h auth-passwd.c monitor.c monitor.h monitor_wrap.c
902      monitor_wrap.h readconf.c readconf.h servconf.c servconf.h session.c ssh.1
903      ssh.c ssh_config.5 sshconnect1.c sshd.c sshd_config.5 ssh.h]
904      remove (already disabled) KRB4/AFS support, re-enable -k in ssh(1);
905      test+ok henning@
906  - (dtucker) [Makefile.in acconfig.h configure.ac] Remove KRB4/AFS support.
907  - (dtucker) [auth-krb4.c radix.c radix.h] Remove KRB4/AFS specific files.
908  - (dtucker) OpenBSD CVS Sync
909    - markus@cvs.openbsd.org 2003/07/23 07:42:43
910      [sshd_config]
911      remove AFS; itojun@
912    - djm@cvs.openbsd.org 2003/07/28 09:49:56
913      [ssh-keygen.1 ssh-keygen.c]
914      Support for generating Diffie-Hellman groups (/etc/moduli) from ssh-keygen.
915      Based on code from Phil Karn, William Allen Simpson and Niels Provos.
916      ok markus@, thanks jmc@
917    - markus@cvs.openbsd.org 2003/07/29 18:24:00
918      [LICENCE progressmeter.c]
919      replace 4 clause BSD licensed progressmeter code with a replacement
920      from Nils Nordman and myself; ok deraadt@
921      (copied from OpenBSD an re-applied portable changes)
922    - markus@cvs.openbsd.org 2003/07/29 18:26:46
923      [progressmeter.c]
924      fix length for "- stalled -" (included with previous import)
925    - markus@cvs.openbsd.org 2003/07/30 07:44:14
926      [progressmeter.c]
927      use only 4 digits in format_size (included with previous import)
928    - markus@cvs.openbsd.org 2003/07/30 07:53:27
929      [progressmeter.c]
930      whitespace (included with previous import)
931    - markus@cvs.openbsd.org 2003/07/31 09:21:02
932      [auth2-none.c]
933      check whether passwd auth is allowd, similar to proto 1; rob@pitman.co.za
934      ok henning
935    - avsm@cvs.openbsd.org 2003/07/31 15:50:16
936      [atomicio.c]
937      correct comment: atomicio takes vwrite, not write; deraadt@ ok
938    - markus@cvs.openbsd.org 2003/07/31 22:34:03
939      [progressmeter.c]
940      print rate similar old version; round instead truncate;
941      (included in previous progressmeter.c commit)
942  - (dtucker) [openbsd-compat/bsd-misc.c openbsd-compat/bsd-misc.h]
943    Add a tcgetpgrp function.
944  - (dtucker) [Makefile.in moduli.c moduli.h] Add new files and to Makefile.
945  - (dtucker) [openbsd-compat/bsd-misc.c] Fix cut-and-paste bug in tcgetpgrp.
946
947 20030730
948  - (djm) [auth-pam.c] Don't use crappy APIs like sprintf. Thanks bal
949
950 20030726
951  - (dtucker) [openbsd-compat/xcrypt.c] Fix typo: DISABLED_SHADOW ->
952    DISABLE_SHADOW.  Fixes HP-UX compile error.
953
954 20030724
955  - (bal) [auth-passwd.c openbsd-compat/Makefile.in openbsd-compat/xcrypt.c 
956     openbsd-compat/xcrypt.h] Split off encryption into xcrypt() interface,
957     and isolate shadow password functions.  Tested in Solaris, but should
958     not break other platforms too badly (except maybe HP =).  Also brings
959     auth-passwd.c into full sync with OpenBSD tree.
960
961 20030723
962  - (dtucker) [configure.ac] Back out change for bug #620.
963
964 20030719
965  - (dtucker) [configure.ac] Bug #620: Define BROKEN_GETADDRINFO for
966    Solaris/x86.  Patch from jrhett at isite.net.
967  - (dtucker) OpenBSD CVS Sync
968    - markus@cvs.openbsd.org 2003/07/14 12:36:37
969      [sshd.c]
970      remove undocumented -V option. would be only useful if openssh is used
971      as ssh v1 server for ssh.com's ssh v2.
972    - markus@cvs.openbsd.org 2003/07/16 10:34:53
973      [ssh.c sshd.c]
974      don't exit on multiple -v or -d; ok deraadt@
975    - markus@cvs.openbsd.org 2003/07/16 10:36:28
976      [sshtty.c]
977      clear IUCLC in enter_raw_mode; from rob@pitman.co.za; ok deraadt@, fgs@
978    - deraadt@cvs.openbsd.org 2003/07/18 01:54:25
979      [scp.c]
980      userid is unsigned, but well, force it anyways; andrushock@korovino.net
981    - djm@cvs.openbsd.org 2003/07/19 00:45:53
982      [sftp-int.c]
983      fix sftp filename parsing for arguments with escaped quotes. bz #517;
984      ok markus
985    - djm@cvs.openbsd.org 2003/07/19 00:46:31
986      [regress/sftp-cmds.sh]
987      regress test for sftp arguments with escaped quotes; ok markus
988
989 20030714
990  - (dtucker) [acconfig.h configure.ac port-aix.c] Older AIXes don't declare
991    loginfailed at all, so assume 3-arg loginfailed if not declared.
992  - (dtucker) [port-aix.h] Work around name collision on AIX for r_type by
993    undef'ing it.
994  - (dtucker) Bug #543: [configure.ac port-aix.c port-aix.h]
995    Call setauthdb() before loginfailed(), which may load password registry-
996    specific functions.  Based on patch by cawlfiel at us.ibm.com.
997  - (dtucker) [port-aix.h] Fix prototypes.
998  - (dtucker) OpenBSD CVS Sync
999    - avsm@cvs.openbsd.org 2003/07/09 13:58:19
1000      [key.c]
1001      minor tweak: when generating the hex fingerprint, give strlcat the full
1002      bound to the buffer, and add a comment below explaining why the
1003      zero-termination is one less than the bound.  markus@ ok
1004    - markus@cvs.openbsd.org 2003/07/10 14:42:28
1005      [packet.c]
1006      the 2^(blocksize*2) rekeying limit is too expensive for 3DES,
1007      blowfish, etc, so enforce a 1GB limit for small blocksizes.
1008    - markus@cvs.openbsd.org 2003/07/10 20:05:55
1009      [sftp.c]
1010      sync usage with manpage, add missing -R
1011
1012 20030708
1013  - (dtucker) [acconfig.h auth-passwd.c configure.ac session.c port-aix.[ch]]
1014    Include AIX headers for authentication functions and make calls match
1015    prototypes.  Test for and handle 3-arg and 4-arg variants of loginfailed.
1016  - (dtucker) [session.c] Check return value of setpcred().
1017  - (dtucker) [auth-passwd.c auth.c session.c sshd.c port-aix.c port-aix.h]
1018    Convert aixloginmsg into platform-independant Buffer loginmsg.
1019
1020 20030707
1021  - (dtucker) [configure.ac] Bug #600: Check that getrusage is declared before
1022    searching libraries for it.  Fixes build errors on NCR MP-RAS.
1023
1024 20030706
1025  - (dtucker) [ssh-rand-helper.c loginrec.c]
1026    Apply atomicio typing change to these too.
1027
1028 20030703
1029  - (dtucker) OpenBSD CVS Sync
1030    - djm@cvs.openbsd.org 2003/06/28 07:48:10
1031      [sshd.c]
1032      report pidfile creation errors, based on patch from Roumen Petrov;
1033      ok markus@
1034    - deraadt@cvs.openbsd.org 2003/06/28 16:23:06
1035      [atomicio.c atomicio.h authfd.c clientloop.c monitor_wrap.c msg.c
1036      progressmeter.c scp.c sftp-client.c ssh-keyscan.c ssh.h sshconnect.c
1037      sshd.c]
1038      deal with typing of write vs read in atomicio
1039    - markus@cvs.openbsd.org 2003/06/29 12:44:38
1040      [sshconnect.c]
1041      memset 0, not \0; andrushock@korovino.net
1042    - markus@cvs.openbsd.org 2003/07/02 12:56:34
1043      [channels.c]
1044      deny dynamic forwarding with -R for v1, too; ok djm@
1045    - markus@cvs.openbsd.org 2003/07/02 14:51:16
1046      [channels.c ssh.1 ssh_config.5]
1047      (re)add socks5 suppport to -D; ok djm@
1048      now ssh(1) can act both as a socks 4 and socks 5 server and
1049      dynamically forward ports.
1050    - markus@cvs.openbsd.org 2003/07/02 20:37:48
1051      [ssh.c]
1052      convert hostkeyalias to lowercase, otherwise uppercase aliases will
1053      not match at all; ok henning@
1054    - markus@cvs.openbsd.org 2003/07/03 08:21:46
1055      [regress/dynamic-forward.sh]
1056      add socks5; speedup; reformat; based on patch from dtucker@zip.com.au
1057    - markus@cvs.openbsd.org 2003/07/03 08:24:13
1058      [regress/Makefile]
1059      enable tests for dynamic fwd via socks (-D), uses nc(1)
1060    - djm@cvs.openbsd.org 2003/07/03 08:09:06
1061      [readconf.c readconf.h ssh-keysign.c ssh.c]
1062      fix AddressFamily option in config file, from brent@graveland.net;
1063      ok markus@
1064
1065 20030630
1066  - (djm) Search for support functions necessary to build our 
1067    getrrsetbyname() replacement. Patch from Roumen Petrov 
1068
1069 20030629
1070  - (dtucker) [includes.h] Bug #602: move #include of netdb.h to after in.h
1071    (fixes compiler warnings on Solaris 2.5.1).
1072  - (dtucker) [configure.ac] Add sanity test after system-dependant compiler
1073    flag modifications.
1074    
1075 20030628
1076  - (djm) Bug #591: use PKCS#15 private key label as a comment in case 
1077    of OpenSC. Report and patch from larsch@trustcenter.de
1078  - (djm) Bug #593: Sanity check OpenSC card reader number; patch from 
1079    aj@dungeon.inka.de
1080  - (dtucker) OpenBSD CVS Sync
1081    - markus@cvs.openbsd.org 2003/06/23 09:02:44
1082      [ssh_config.5]
1083      document EnableSSHKeysign; bugzilla #599; ok deraadt@, jmc@
1084    - markus@cvs.openbsd.org 2003/06/24 08:23:46
1085      [auth2-hostbased.c auth2-pubkey.c auth2.c channels.c key.c key.h
1086       monitor.c packet.c packet.h serverloop.c sshconnect2.c sshd.c]
1087      int -> u_int; ok djm@, deraadt@, mouring@
1088    - miod@cvs.openbsd.org 2003/06/25 22:39:36
1089      [sftp-server.c]
1090      Typo police: attribute is better written with an 'r'.
1091    - markus@cvs.openbsd.org 2003/06/26 20:08:33
1092      [readconf.c]
1093      do not dump core for 'ssh -o proxycommand host'; ok deraadt@
1094  - (dtucker) [regress/dynamic-forward.sh] Import new regression test.
1095  - (dtucker) [configure.ac] Bug #570: Have ./configure --enable-FEATURE 
1096    actually enable the feature, for those normally disabled.  Patch by
1097    openssh (at) roumenpetrov.info.
1098
1099 20030624
1100  - (dtucker) Have configure refer the user to config.log and
1101    contrib/findssl.sh for OpenSSL header/library mismatches.
1102
1103 20030622
1104  - (dtucker) OpenBSD CVS Sync
1105    - markus@cvs.openbsd.org 2003/06/21 09:14:05
1106      [regress/reconfigure.sh]
1107      missing $SUDO; from dtucker@zip.com.au
1108    - markus@cvs.openbsd.org 2003/06/18 11:28:11
1109      [ssh-rsa.c]
1110      backout last change, since it violates pkcs#1
1111      switch to share/misc/license.template
1112    - djm@cvs.openbsd.org 2003/06/20 05:47:58
1113      [sshd_config.5]
1114      sync description of protocol 2 cipher proposal; ok markus
1115    - djm@cvs.openbsd.org 2003/06/20 05:48:21
1116      [sshd_config]
1117      sync some implemented options; ok markus@
1118  - (dtucker) [regress/authorized_keys_root] Remove temp data file from CVS.
1119  - (dtucker) [openbsd-compat/setproctitle.c] Ensure SPT_TYPE is defined before
1120    testing its value.
1121
1122 20030618
1123  - (djm) OpenBSD CVS Sync
1124    - markus@cvs.openbsd.org 2003/06/12 07:57:38
1125      [monitor.c sshlogin.c sshpty.c]
1126      typos; dtucker at zip.com.au
1127    - djm@cvs.openbsd.org 2003/06/12 12:22:47
1128      [LICENCE]
1129      mention more copyright holders; ok markus@
1130    - nino@cvs.openbsd.org 2003/06/12 15:34:09
1131      [scp.c]
1132      Typo. Ok markus@.
1133    - markus@cvs.openbsd.org 2003/06/12 19:12:03
1134      [scard.c scard.h ssh-agent.c ssh.c]
1135      add sc_get_key_label; larsch at trustcenter.de; bugzilla#591
1136    - markus@cvs.openbsd.org 2003/06/16 08:22:35
1137      [ssh-rsa.c]
1138      make sure the signature has at least the expected length (don't
1139      insist on len == hlen + oidlen, since this breaks some smartcards)
1140      bugzilla #592; ok djm@
1141    - markus@cvs.openbsd.org 2003/06/16 10:22:45
1142      [ssh-add.c]
1143      print out key comment on each prompt; make ssh-askpass more useable; ok djm@
1144    - markus@cvs.openbsd.org 2003/06/17 18:14:23
1145      [cipher-ctr.c]
1146      use license from /usr/share/misc/license.template for new code
1147  - (dtucker) [reconfigure.sh rekey.sh sftp-badcmds.sh]
1148    Import new regression tests from OpenBSD
1149  - (dtucker) [regress/copy.1 regress/copy.2] Remove temp data files from CVS.
1150  - (dtucker) OpenBSD CVS Sync (regress/)
1151    - markus@cvs.openbsd.org 2003/04/02 12:21:13
1152      [Makefile]
1153      enable rekey test
1154    - djm@cvs.openbsd.org 2003/04/04 09:34:22
1155      [Makefile sftp-cmds.sh]
1156      More regression tests, including recent directory rename bug; ok markus@
1157    - markus@cvs.openbsd.org 2003/05/14 22:08:27
1158      [ssh-com-client.sh ssh-com-keygen.sh ssh-com-sftp.sh ssh-com.sh]
1159      test against some new commerical versions
1160    - mouring@cvs.openbsd.org 2003/05/15 04:07:12
1161      [sftp-cmds.sh]
1162      Advanced put/get testing for sftp.  OK @djm
1163    - markus@cvs.openbsd.org 2003/06/12 15:40:01
1164      [try-ciphers.sh]
1165      add ctr
1166    - markus@cvs.openbsd.org 2003/06/12 15:43:32
1167      [Makefile]
1168      test -HUP; dtucker at zip.com.au
1169
1170 20030614
1171  - (djm) Update license on fake-rfc2553.[ch]; ok itojun@
1172
1173 20030611
1174  - (djm) Mention portable copyright holders in LICENSE
1175  - (djm) Put licenses on substantial header files
1176  - (djm) Sync LICENSE against OpenBSD
1177  - (djm) OpenBSD CVS Sync
1178    - jmc@cvs.openbsd.org 2003/06/10 09:12:11
1179      [scp.1 sftp-server.8 ssh.1 ssh-add.1 ssh-agent.1 ssh_config.5]
1180      [sshd.8 sshd_config.5 ssh-keygen.1 ssh-keyscan.1 ssh-keysign.8]
1181      - section reorder
1182      - COMPATIBILITY merge
1183      - macro cleanup
1184      - kill whitespace at EOL
1185      - new sentence, new line
1186      ssh pages ok markus@
1187    - deraadt@cvs.openbsd.org 2003/06/10 22:20:52
1188      [packet.c progressmeter.c]
1189      mostly ansi cleanup; pval ok
1190    - jakob@cvs.openbsd.org 2003/06/11 10:16:16
1191      [sshconnect.c]
1192      clean up check_host_key() and improve SSHFP feedback. ok markus@
1193    - jakob@cvs.openbsd.org 2003/06/11 10:18:47
1194      [dns.c]
1195      sync with check_host_key() change
1196    - djm@cvs.openbsd.org 2003/06/11 11:18:38
1197      [authfd.c authfd.h ssh-add.c ssh-agent.c]
1198      make agent constraints (lifetime, confirm) work with smartcard keys; 
1199      ok markus@
1200
1201
1202 20030609
1203  - (djm) Sync README.smartcard with OpenBSD -current
1204  - (djm) Re-merge OpenSC info into README.smartcard
1205
1206 20030606
1207  - (dtucker) [uidswap.c] Fix setreuid and add missing args to fatal(). ok djm@
1208
1209 20030605
1210  - (djm) Support AI_NUMERICHOST in fake-getaddrinfo.c. Needed for recent
1211    canohost.c changes.
1212  - (djm) Implement paranoid priv dropping checks, based on:
1213    "SetUID demystified" - Hao Chen, David Wagner and Drew Dean
1214    Proceedings of USENIX Security Symposium 2002
1215  - (djm) Don't use xmalloc() or pull in toplevel headers in fake-* code
1216  - (djm) Merge all the openbsd/fake-* into fake-rfc2553.[ch]
1217  - (djm) Bug #588 - Add scard-opensc.o back to Makefile.in
1218    Patch from larsch@trustcenter.de
1219  - (djm) Bug #589 - scard-opensc: load only keys with a private keys
1220    Patch from larsch@trustcenter.de
1221  - (dtucker) Add includes.h to fake-rfc2553.c so it will build.
1222  - (dtucker) Define EAI_NONAME in fake-rfc2553.h (used by fake-rfc2553.c).
1223
1224 20030604
1225  - (djm) Bug #573 - Remove unneeded Krb headers and compat goop. Patch from
1226    simon@sxw.org.uk (Also matches a change in OpenBSD a while ago)
1227  - (djm) Bug #577 - wrong flag in scard-opensc.c sc_private_decrypt. 
1228    Patch from larsch@trustcenter.de; ok markus@
1229  - (djm) Bug #584: scard-opensc.c doesn't work without PIN. Patch from 
1230    larsch@trustcenter.de; ok markus@
1231  - (djm) OpenBSD CVS Sync
1232    - djm@cvs.openbsd.org 2003/06/04 08:25:18
1233      [sshconnect.c]
1234      disable challenge/response and keyboard-interactive auth methods 
1235      upon hostkey mismatch. based on patch from fcusack AT fcusack.com. 
1236      bz #580; ok markus@
1237    - djm@cvs.openbsd.org 2003/06/04 10:23:48
1238      [sshd.c]
1239      remove duplicated group-dropping code; ok markus@
1240    - djm@cvs.openbsd.org 2003/06/04 12:03:59
1241      [serverloop.c]
1242      remove bitrotten commet; ok markus@
1243    - djm@cvs.openbsd.org 2003/06/04 12:18:49
1244      [scp.c]
1245      ansify; ok markus@
1246    - djm@cvs.openbsd.org 2003/06/04 12:40:39
1247      [scp.c]
1248      kill ssh process upon receipt of signal, bz #241.
1249      based on patch from esb AT hawaii.edu; ok markus@
1250    - djm@cvs.openbsd.org 2003/06/04 12:41:22
1251      [sftp.c]
1252      kill ssh process on receipt of signal; ok markus@
1253  - (djm) Update to fix of bug #584: lock card before return. 
1254    From larsch@trustcenter.de
1255  - (djm) Always use mysignal() for SIGALRM
1256
1257 20030603
1258  - (djm) Replace setproctitle replacement with code derived from 
1259    UCB sendmail
1260  - (djm) OpenBSD CVS Sync
1261    - markus@cvs.openbsd.org 2003/06/02 09:17:34
1262      [auth2-hostbased.c auth.c auth-options.c auth-rhosts.c auth-rh-rsa.c]
1263      [canohost.c monitor.c servconf.c servconf.h session.c sshd_config]
1264      [sshd_config.5]
1265      deprecate VerifyReverseMapping since it's dangerous if combined
1266      with IP based access control as noted by Mike Harding; replace with
1267      a UseDNS option, UseDNS is on by default and includes the
1268      VerifyReverseMapping check; with itojun@, provos@, jakob@ and deraadt@
1269      ok deraadt@, djm@
1270    - millert@cvs.openbsd.org 2003/06/03 02:56:16
1271      [scp.c]
1272      Remove the advertising clause in the UCB license which Berkeley
1273      rescinded 22 July 1999.  Proofed by myself and Theo.
1274  - (djm) Fix portable-specific uses of verify_reverse_mapping too
1275  - (djm) Sync openbsd-compat with OpenBSD CVS. 
1276     - No more 4-term BSD licenses in linked code
1277  - (dtucker) [port-aix.c bsd-cray.c] Fix uses of verify_reverse_mapping.
1278
1279 20030602
1280  - (djm) Fix segv from bad reordering in auth-pam.c
1281  - (djm) Always use saved_argv in sshd.c as compat_init_setproctitle may 
1282    clobber
1283  - (tim) openbsd-compat/xmmap.[ch] License clarifications. Add missing
1284    CVS ID.
1285  - (djm) Remove "noip6" option from RedHat spec file. This may now be 
1286    set at runtime using AddressFamily option.
1287  - (djm) Fix use of macro before #define in cipher-aes.c
1288  - (djm) Sync license on openbsd-compat/bindresvport.c with OpenBSD CVS
1289  - (djm) OpenBSD CVS Sync
1290    - djm@cvs.openbsd.org 2003/05/26 12:54:40
1291      [sshconnect.c]
1292      fix format strings; ok markus@
1293    - deraadt@cvs.openbsd.org 2003/05/29 16:58:45
1294      [sshd.c uidswap.c]
1295      seteuid and setegid; markus ok
1296    - jakob@cvs.openbsd.org 2003/06/02 08:31:10
1297      [ssh_config.5]
1298      VerifyHostKeyDNS is v2 only. ok markus@
1299
1300 20030530
1301  - (dtucker) Add missing semicolon in md5crypt.c, patch from openssh at
1302    roumenpetrov.info
1303  - (dtucker) Define SSHD_ACQUIRES_CTTY for NCR MP-RAS and Reliant Unix.
1304
1305 20030526
1306  - (djm) Avoid auth2-chall.c warning when compiling without 
1307    PAM, BSD_AUTH and SKEY
1308
1309 20030525
1310 - (djm) OpenBSD CVS Sync
1311    - djm@cvs.openbsd.org 2003/05/24 09:02:22
1312      [log.c]
1313      pass logged data through strnvis; ok markus
1314    - djm@cvs.openbsd.org 2003/05/24 09:30:40
1315      [authfile.c monitor.c sftp-common.c sshpty.c]
1316      cast some types for printing; ok markus@
1317
1318 20030524
1319  - (dtucker) Correct --osfsia in INSTALL.  Patch by skeleten at shillest.net
1320
1321 20030523
1322  - (djm) Use VIS_SAFE on logged strings rather than default strnvis 
1323    encoding (which encodes many more characters)
1324  - OpenBSD CVS Sync
1325    - jmc@cvs.openbsd.org 2003/05/20 12:03:35
1326      [sftp.1]
1327      - new sentence, new line
1328      - added .Xr's
1329      - typos
1330      ok djm@
1331    - jmc@cvs.openbsd.org 2003/05/20 12:09:31
1332      [ssh.1 ssh_config.5 sshd.8 sshd_config.5 ssh-keygen.1]
1333      new sentence, new line
1334    - djm@cvs.openbsd.org 2003/05/23 08:29:30
1335      [sshconnect.c]
1336      fix leak; ok markus@
1337
1338 20030520
1339  - (djm) OpenBSD CVS Sync
1340    - deraadt@cvs.openbsd.org 2003/05/18 23:22:01
1341      [log.c]
1342      use syslog_r() in a signal handler called place; markus ok
1343  - (djm) Configure logic to detect syslog_r and friends
1344
1345 20030519
1346  - (djm) Sync auth-pam.h with what we actually implement
1347
1348 20030518
1349  - (djm) Return of the dreaded PAM_TTY_KLUDGE, which went missing in 
1350    recent merge
1351  - (djm) OpenBSD CVS Sync
1352    - djm@cvs.openbsd.org 2003/05/16 03:27:12
1353      [readconf.c ssh_config ssh_config.5 ssh-keysign.c]
1354      add AddressFamily option to ssh_config (like -4, -6 on commandline).
1355      Portable bug #534; ok markus@
1356    - itojun@cvs.openbsd.org 2003/05/17 03:25:58
1357      [auth-rhosts.c]
1358      just in case, put numbers to sscanf %s arg.
1359    - markus@cvs.openbsd.org 2003/05/17 04:27:52
1360      [cipher.c cipher-ctr.c myproposal.h]
1361      experimental support for aes-ctr modes from
1362      http://www.ietf.org/internet-drafts/draft-ietf-secsh-newmodes-00.txt
1363      ok djm@
1364  - (djm) Remove IPv4 by default hack now that we can specify AF in config
1365  - (djm) Tidy and trim TODO
1366  - (djm) Sync openbsd-compat/ with OpenBSD CVS head
1367  - (djm) Big KNF on openbsd-compat/
1368  - (djm) KNF on md5crypt.[ch]
1369  - (djm) KNF on auth-sia.[ch]
1370
1371 20030517
1372  - (bal) strcat -> strlcat on openbsd-compat/realpath.c (rev 1.8 OpenBSD)
1373
1374 20030516
1375  - (djm) OpenBSD CVS Sync
1376    - djm@cvs.openbsd.org 2003/05/15 13:52:10
1377      [ssh.c]
1378      Make "ssh -V" print the OpenSSL version in a human readable form. Patch
1379      from Craig Leres (mindrot at ee.lbl.gov); ok markus@
1380    - jakob@cvs.openbsd.org 2003/05/15 14:02:47
1381      [readconf.c servconf.c]
1382      warn for unsupported config option. ok markus@
1383    - markus@cvs.openbsd.org 2003/05/15 14:09:21
1384      [auth2-krb5.c]
1385      fix 64bit issue; report itojun@
1386    - djm@cvs.openbsd.org 2003/05/15 14:55:25
1387      [readconf.c readconf.h ssh_config ssh_config.5 sshconnect.c]
1388      add a ConnectTimeout option to ssh, based on patch from
1389      Jean-Charles Longuet (jclonguet at free.fr); portable #207 ok markus@
1390  - (djm) Add warning for UsePAM when built without PAM support
1391  - (djm) A few type mismatch fixes from Bug #565
1392  - (djm) Guard free_pam_environment against NULL argument. Works around
1393    HP/UX PAM problems debugged by dtucker
1394
1395 20030515
1396  - (djm) OpenBSD CVS Sync
1397    - jmc@cvs.openbsd.org 2003/05/14 13:11:56
1398      [ssh-agent.1]
1399      setup -> set up;
1400      from wiz@netbsd
1401    - jakob@cvs.openbsd.org 2003/05/14 18:16:20
1402      [key.c key.h readconf.c readconf.h ssh_config.5 sshconnect.c]
1403      [dns.c dns.h README.dns ssh-keygen.1 ssh-keygen.c]
1404      add experimental support for verifying hos keys using DNS as described
1405      in draft-ietf-secsh-dns-xx.txt. more information in README.dns.
1406      ok markus@ and henning@
1407    - markus@cvs.openbsd.org 2003/05/14 22:24:42
1408      [clientloop.c session.c ssh.1]
1409      allow to send a BREAK to the remote system; ok various
1410    - markus@cvs.openbsd.org 2003/05/15 00:28:28
1411      [sshconnect2.c]
1412      cleanup unregister of per-method packet handlers; ok djm@
1413    - jakob@cvs.openbsd.org 2003/05/15 01:48:10
1414      [readconf.c readconf.h servconf.c servconf.h]
1415      always parse kerberos options. ok djm@ markus@
1416    - jakob@cvs.openbsd.org 2003/05/15 02:27:15
1417      [dns.c]
1418      add missing freerrset
1419    - markus@cvs.openbsd.org 2003/05/15 03:08:29
1420      [cipher.c cipher-bf1.c cipher-aes.c cipher-3des1.c]
1421      split out custom EVP ciphers
1422    - djm@cvs.openbsd.org 2003/05/15 03:10:52
1423      [ssh-keygen.c]
1424      avoid warning; ok jakob@
1425    - mouring@cvs.openbsd.org 2003/05/15 03:39:07
1426      [sftp-int.c]
1427      Make put/get (globed and nonglobed) code more consistant. OK djm@
1428    - mouring@cvs.openbsd.org 2003/05/15 03:43:59
1429      [sftp-int.c sftp.c]
1430      Teach ls how to display multiple column display and allow users 
1431      to return to single column format via 'ls -1'.  OK @djm
1432    - jakob@cvs.openbsd.org 2003/05/15 04:08:44
1433      [readconf.c servconf.c]
1434      disable kerberos when not supported. ok markus@
1435    - markus@cvs.openbsd.org 2003/05/15 04:08:41
1436      [ssh.1]
1437      ~B is ssh2 only
1438  - (djm) Always parse UsePAM
1439  - (djm) Configure glue for DNS support (code doesn't work in portable yet)
1440  - (djm) Import getrrsetbyname() function from OpenBSD libc (for DNS support)
1441  - (djm) Tidy Makefile clean targets
1442  - (djm) Adapt README.dns for portable
1443  - (djm) Avoid uuencode.c warnings
1444  - (djm) Enable UsePAM when built --with-pam
1445  - (djm) Only build getrrsetbyname replacement when using --with-dns
1446  - (djm) Bug #529: sshd doesn't work correctly after SIGHUP (copy argv 
1447          correctly)
1448  - (djm) Bug #444: Wrong paths after reconfigure
1449  - (dtucker) HP-UX needs to include <sys/strtio.h> for TIOCSBRK
1450
1451 20030514
1452  - (djm) Bug #117: Don't lie to PAM about username
1453  - (djm) RCSID sync w/ OpenBSD
1454  - (djm) OpenBSD CVS Sync
1455    - djm@cvs.openbsd.org 2003/04/09 12:00:37
1456      [readconf.c]
1457      strip trailing whitespace from config lines before parsing. 
1458      Fixes bz 528; ok markus@
1459    - markus@cvs.openbsd.org 2003/04/12 10:13:57
1460      [cipher.c]
1461      hide cipher details; ok djm@
1462    - markus@cvs.openbsd.org 2003/04/12 10:15:36
1463      [misc.c]
1464      debug->debug2
1465    - naddy@cvs.openbsd.org 2003/04/12 11:40:15
1466      [ssh.1]
1467      document -V switch, fix wording; ok markus@
1468    - markus@cvs.openbsd.org 2003/04/14 14:17:50
1469      [channels.c sshconnect.c sshd.c ssh-keyscan.c]
1470      avoid hardcoded SOCK_xx; with itojun@; should allow ssh over SCTP
1471    - mouring@cvs.openbsd.org 2003/04/14 21:31:27
1472      [sftp-int.c]
1473      Missing globfree(&g) in process_put() spotted by Vince Brimhall
1474      <VBrimhall@novell.com>.  ok@ Theo
1475    - markus@cvs.openbsd.org 2003/04/16 14:35:27
1476      [auth.h]
1477      document struct Authctxt; with solar
1478    - deraadt@cvs.openbsd.org 2003/04/26 04:29:49
1479      [ssh-keyscan.c]
1480      -t in usage(); rogier@quaak.org
1481    - mouring@cvs.openbsd.org 2003/04/30 01:16:20
1482      [sshd.8 sshd_config.5]
1483      Escape ?, * and ! in .Ql for nroff compatibility.  OpenSSH Portable 
1484      Bug #550 and * escaping suggested by jmc@.
1485    - david@cvs.openbsd.org 2003/04/30 20:41:07
1486      [sshd.8]
1487      fix invalid .Pf macro usage introduced in previous commit
1488      ok jmc@ mouring@
1489    - markus@cvs.openbsd.org 2003/05/11 16:56:48
1490      [authfile.c ssh-keygen.c]
1491      change key_load_public to try to read a public from:
1492      rsa1 private or rsa1 public and ssh2 keys.
1493      this makes ssh-keygen -e fail for ssh1 keys more gracefully
1494      for example; report from itojun (netbsd pr 20550).
1495    - markus@cvs.openbsd.org 2003/05/11 20:30:25
1496      [channels.c clientloop.c serverloop.c session.c ssh.c]
1497      make channel_new() strdup the 'remote_name' (not the caller); ok theo
1498    - markus@cvs.openbsd.org 2003/05/12 16:55:37
1499      [sshconnect2.c]
1500      for pubkey authentication try the user keys in the following order:
1501         1. agent keys that are found in the config file
1502         2. other agent keys
1503         3. keys that are only listed in the config file
1504      this helps when an agent has many keys, where the server might
1505      close the connection before the correct key is used. report & ok pb@
1506    - markus@cvs.openbsd.org 2003/05/12 18:35:18
1507      [ssh-keyscan.1]
1508      typo: DSA keys are of type ssh-dss; Brian Poole
1509    - markus@cvs.openbsd.org 2003/05/14 00:52:59
1510      [ssh2.h]
1511      ranges for per auth method messages
1512    - djm@cvs.openbsd.org 2003/05/14 01:00:44
1513      [sftp.1]
1514      emphasise the batchmode functionality and make reference to pubkey auth,
1515      both of which are FAQs; ok markus@
1516    - markus@cvs.openbsd.org 2003/05/14 02:15:47
1517      [auth2.c monitor.c sshconnect2.c auth2-krb5.c]
1518      implement kerberos over ssh2 ("kerberos-2@ssh.com"); tested with jakob@
1519      server interops with commercial client; ok jakob@ djm@
1520    - jmc@cvs.openbsd.org 2003/05/14 08:25:39
1521      [sftp.1]
1522      - better formatting in SYNOPSIS
1523      - whitespace at EOL
1524      ok djm@
1525    - markus@cvs.openbsd.org 2003/05/14 08:57:49
1526      [monitor.c]
1527      http://bugzilla.mindrot.org/show_bug.cgi?id=560
1528      Privsep child continues to run after monitor killed.
1529      Pass monitor signals through to child; Darren Tucker
1530  - (djm) Make portable build with MIT krb5 (some issues remain)
1531  - (djm) Add new UsePAM configuration directive to allow runtime control
1532    over usage of PAM. This allows non-root use of sshd when built with
1533    --with-pam
1534  - (djm) Die screaming if start_pam() is called when UsePAM=no
1535  - (djm) Avoid KrbV leak for MIT Kerberos
1536  - (dtucker) Set ai_socktype and ai_protocol in fake-getaddrinfo.c. ok djm@
1537  - (djm) Bug #258: sscanf("[0-9]") -> sscanf("[0123456789]") for portability
1538
1539 20030512
1540  - (djm) Redhat spec: Don't install profile.d scripts when not 
1541    building with GNOME/GTK askpass (patch from bet@rahul.net)
1542
1543 20030510
1544  - (dtucker) Bug #318: Create ssh_prng_cmds.out during "make" rather than
1545    "make install".  Patch by roth@feep.net.
1546  - (dtucker) Bug #536: Test for and work around openpty/controlling tty
1547    problem on Linux (fixes "could not set controlling tty" errors).
1548  - (djm) Merge FreeBSD PAM code: replaces PAM password auth kludge with 
1549    proper challenge-response module
1550  - (djm) 2-clause license on loginrec.c, with permission from
1551    andre@ae-35.com
1552
1553 20030504
1554  - (dtucker) Bug #497: Move #include of bsd-cygwin_util.h to openbsd-compat.h.
1555    Patch from vinschen@redhat.com.
1556
1557 20030503
1558  - (dtucker) Add missing "void" to record_failed_login in bsd-cray.c.  Noted
1559    by wendyp@cray.com.
1560
1561 20030502
1562  - (dtucker) Bug #544: ignore invalid cmsg_type on Linux 2.0 kernels,
1563    privsep should now work.
1564  - (dtucker) Move handling of bad password authentications into a platform
1565    specific record_failed_login() function (affects AIX & Unicos). ok mouring@
1566
1567 20030429
1568  - (djm) Add back radix.o (used by AFS support), after it went missing from
1569    Makefile many moons ago
1570  - (djm) Apply "owl-always-auth" patch from Openwall/Solar Designer
1571  - (djm) Fix blibpath specification for AIX/gcc
1572  - (djm) Some systems have basename in -lgen. Fix from ayamura@ayamura.org
1573
1574 20030428
1575  - (bal) [defines.h progressmeter.c scp.c] Some more culling of non 64bit 
1576    hacked code.
1577
1578 20030427
1579  - (bal) Bug #541: return; was dropped by mistake.  Reported by 
1580    furrier@iglou.com
1581  - (bal) Since we don't support platforms lacking u_int_64.  We may
1582    as well clean out some of those evil #ifdefs
1583  - (bal) auth1.c minor resync while looking at the code.
1584  - (bal) auth2.c same changed as above.
1585
1586 20030409
1587  - (djm) Bug #539: Specify creation mode with O_CREAT for lastlog. Report 
1588    from matth@eecs.berkeley.edu
1589  - (djm) Make the spec work with Redhat 9.0 (which renames sharutils)
1590  - (djm) OpenBSD CVS Sync
1591    - markus@cvs.openbsd.org 2003/04/02 09:48:07
1592      [clientloop.c monitor.c monitor_wrap.c packet.c packet.h readconf.c]
1593      [readconf.h serverloop.c sshconnect2.c]
1594      reapply rekeying chage, tested by henning@, ok djm@
1595    - markus@cvs.openbsd.org 2003/04/02 14:36:26
1596      [ssh-keysign.c]
1597      potential segfault if KEY_UNSPEC; cjwatson@debian.org; bug #526
1598    - itojun@cvs.openbsd.org 2003/04/03 07:25:27
1599      [progressmeter.c]
1600      $OpenBSD$
1601    - itojun@cvs.openbsd.org 2003/04/03 10:17:35
1602      [progressmeter.c]
1603      remove $OpenBSD$, as other *.c does not have it.
1604    - markus@cvs.openbsd.org 2003/04/07 08:29:57
1605      [monitor_wrap.c]
1606      typo: get correct counters; introduced during rekeying change.
1607    - millert@cvs.openbsd.org 2003/04/07 21:58:05
1608      [progressmeter.c]
1609      The UCB copyright here is incorrect.  This code did not originate
1610      at UCB, it was written by Luke Mewburn.  Updated the copyright at
1611      the author's request.  markus@ OK
1612    - itojun@cvs.openbsd.org 2003/04/08 20:21:29
1613      [*.c *.h]
1614      rename log() into logit() to avoid name conflict.  markus ok, from
1615      netbsd
1616      - (djm) XXX - Performed locally using:
1617        "perl -p -i -e 's/(\s|^)log\(/$1logit\(/g' *.c *.h"
1618    - hin@cvs.openbsd.org 2003/04/09 08:23:52
1619      [servconf.c]
1620      Don't include <krb.h> when compiling with Kerberos 5 support
1621    - (djm) Fix up missing include for packet.c
1622    - (djm) Fix missed log => logit occurance (reference by function pointer)
1623
1624 20030402
1625  - (bal) if IP_TOS is not found or broken don't try to compile in
1626    packet_set_tos() function call.  bug #527
1627
1628 20030401
1629  - (djm) OpenBSD CVS Sync
1630    - jmc@cvs.openbsd.org 2003/03/28 10:11:43
1631      [scp.1 sftp.1 ssh.1 ssh-add.1 ssh-agent.1 ssh_config.5 sshd_config.5]
1632      [ssh-keygen.1 ssh-keyscan.1 ssh-keysign.8]
1633      - killed whitespace
1634      - new sentence new line
1635      - .Bk for arguments
1636      ok markus@
1637    - markus@cvs.openbsd.org 2003/04/01 10:10:23
1638      [clientloop.c monitor.c monitor_wrap.c packet.c packet.h readconf.c]
1639      [readconf.h serverloop.c sshconnect2.c]
1640      rekeying bugfixes and automatic rekeying:
1641      * both client and server rekey _automatically_
1642            (a) after 2^31 packets, because after 2^32 packets
1643                the sequence number for packets wraps
1644            (b) after 2^(blocksize_in_bits/4) blocks
1645        (see: draft-ietf-secsh-newmodes-00.txt)
1646        (a) and (b) are _enabled_ by default, and only disabled for known
1647        openssh versions, that don't support rekeying properly.
1648      * client option 'RekeyLimit'
1649      * do not reply to requests during rekeying
1650    - markus@cvs.openbsd.org 2003/04/01 10:22:21
1651      [clientloop.c monitor.c monitor_wrap.c packet.c packet.h readconf.c]
1652      [readconf.h serverloop.c sshconnect2.c]
1653      backout rekeying changes (for 3.6.1)
1654    - markus@cvs.openbsd.org 2003/04/01 10:31:26
1655      [compat.c compat.h kex.c]
1656      bugfix causes stalled connections for ssh.com < 3.0; noticed by ho@; 
1657      tested by ho@ and myself
1658    - markus@cvs.openbsd.org 2003/04/01 10:56:46
1659      [version.h]
1660      3.6.1
1661  - (djm) Crank spec file versions
1662  - (djm) Release 3.6.1p1
1663
1664 20030326
1665  - (djm) OpenBSD CVS Sync
1666    - deraadt@cvs.openbsd.org 2003/03/26 04:02:51
1667      [sftp-server.c]
1668      one last fix to the tree: race fix broke stuff; pr 3169; 
1669      srp@srparish.net, help from djm
1670
1671 20030325
1672  - (djm) Fix getpeerid support for 64 bit BE systems. From 
1673     Arnd Bergmann <arndb@de.ibm.com>
1674
1675 20030324
1676  - (djm) OpenBSD CVS Sync
1677    - markus@cvs.openbsd.org 2003/03/23 19:02:00
1678      [monitor.c]
1679      unbreak rekeying for privsep; ok millert@
1680  - Release 3.6p1
1681  - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
1682    Report from murple@murple.net, diagnosis from dtucker@zip.com.au
1683
1684 $Id$
This page took 0.170629 seconds and 5 git commands to generate.