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