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