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