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