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