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