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