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