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