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