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