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