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