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