summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2289
1 files changed, 1047 insertions, 1242 deletions
diff --git a/ChangeLog b/ChangeLog
index 6ccc4d4ed..b5505da19 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,995 @@
120030916
2 - (dtucker) [acconfig.h configure.ac defines.h session.c] Bug #252: Retrieve
3 PATH (or SUPATH) and UMASK from /etc/default/login on platforms that have it
4 (eg Solaris, Reliant Unix). Patch from Robert.Dahlem at siemens.com.
5 ok djm@
6 - (bal) OpenBSD Sync
7 - deraadt@cvs.openbsd.org 2003/09/16 03:03:47
8 [buffer.c]
9 do not expand buffer before attempting to reallocate it; markus ok
10 - (djm) Crank spec versions
11 - (djm) Banish (safe) sprintf from auth-pam.c. Patch from bal
12 - (tim) [configure.ac] Fix portability issues.
13 - (djm) Release 3.7p1
14
1520030914
16 - (dtucker) [Makefile regress/Makefile] Fix portability issues preventing
17 the regression tests from running with Solaris' make. Patch from Brian
18 Poole (raj at cerias.purdue.edu).
19 - (dtucker) [regress/Makefile] AIX's make doesn't like " +=", so replace
20 with vanilla "=".
21
2220030913
23 - (dtucker) [regress/agent-timeout.sh] Timeout of 5 sec is borderline for
24 slower hosts, increase to 10 sec.
25 - (dtucker) [auth-passwd.c] On AIX, call setauthdb() before loginsuccess(),
26 required to correctly reset failed login count when using a password
27 registry other than "files" (eg LDAP, see bug #543).
28 - (tim) [configure.ac] define WITH_ABBREV_NO_TTY for SCO.
29 Report by Roger Cornelius.
30 - (dtucker) [auth-pam.c] Use SSHD_PAM_SERVICE for PAM service name, patch
31 from cjwatson at debian.org.
32
3320030912
34 - (tim) [regress/agent-ptrace.sh] sh doesn't like "if ! shell_function; then".
35 - (tim) [Makefile.in] only mkdir regress if it does not exist.
36 - (tim) [regress/yes-head.sh] shell portability fix.
37
3820030911
39 - (dtucker) [configure.ac] Bug #588, #615: Move other libgen tests to after
40 the dirname test, to allow a broken dirname to be detected correctly.
41 Based partially on patch supplied by alex.kiernan at thus.net. ok djm@
42 - (tim) [configure.ac] Move libgen tests to before libwrap to unbreak
43 UnixWare 2.03 using --with-tcp-wrappers.
44 - (tim) [configure.ac] Prefer setuid/setgid on UnixWare and Open Server.
45 - (tim) [regress/agent-ptrace.sh regress/dynamic-forward.sh
46 regress/sftp-cmds.sh regress/stderr-after-eof.sh regress/test-exec.sh]
47 no longer depends on which(1). patch by dtucker@
48
4920030910
50 - (dtucker) [configure.ac] Bug #636: Add support for Cray's new X1 machine.
51 Patch from wendyp at cray.com.
52 - (dtucker) [configure.ac] Part of bug #615: tcsendbreak might be a macro.
53 - (dtucker) [regressh/yes-head.sh] Some platforms (eg Solaris) don't have
54 "yes".
55
5620030909
57 - (tim) [regress/Makefile] Fixes for building outside of a read-only
58 source tree.
59 - (tim) [regress/agent-timeout.sh] s/TIMEOUT/SSHAGENT_TIMEOUT/ Fixes conflict
60 with shell read-only variable.
61 - (tim) [regress/sftp-badcmds.sh regress/sftp-cmds.sh] Fix errors like
62 UX:rm: ERROR: Cannot remove '.' or '..'
63
6420030908
65 - (tim) [configure.ac openbsd-compat/getrrsetbyname.c] wrap _getshort and
66 _getlong in #ifndef
67 - (tim) [configure.ac acconfig.h openbsd-compat/getrrsetbyname.c] test for
68 HEADER.ad in arpa/nameser.h
69 - (tim) [ssh-keygen.c] s/PATH_MAX/MAXPATHLEN/ ok mouring@
70
7120030907
72 - (dtucker) [agent-ptrace.sh dynamic-forward.sh (all regress/)]
73 Put "which" inside quotes.
74 - (dtucker) [dynamic-forward.sh forwarding.sh sftp-batch.sh (all regress/)]
75 Add ${EXEEXT}: required to work on Cygwin.
76 - (dtucker) [regress/sftp-batch.sh] Make temporary batch file name more
77 distinctive, so "rm ${BATCH}.*" doesn't match the script itself.
78 - (dtucker) [regress/sftp-cmds.sh] Skip quoted file test on Cygwin.
79 - (dtucker) [openbsd-compat/xcrypt.c] #elsif -> #elif
80 - (dtucker) [acconfig.h] Typo.
81 - (dtucker) [CREDITS Makefile.in configure.ac mdoc2man.awk mdoc2man.pl]
82 Replace mdoc2man.pl with mdoc2man.awk, provided by Peter Stuge.
83
8420030906
85 - (dtucker) [acconfig.h configure.ac uidswap.c] Prefer setuid/setgid on AIX.
86
8720030905
88 - (dtucker) [Makefile.in] Add distclean target for regress/, fix clean target.
89
9020030904
91 - (dtucker) Portablize regression tests. Parts contributed by Roumen
92 Petrov, David M. Williams and Corinna Vinschen.
93 - [Makefile.in] Add "make tests" target and "make clean" hooks.
94 - [regress/agent-getpeereid.sh] Skip test on platforms that don't support
95 getpeereid.
96 - [regress/agent-ptrace.sh] Skip tests if platform doesn't support it or
97 gdb cannot be found.
98 - [regress/reconfigure/sh] Make path to sshd fully qualified if required.
99 - [regress/rekey.sh] Remove dependence on /dev/zero (not all platforms have
100 it). The sparse file will take less disk space too.
101 - [regress/sftp-cmds.sh] Ensure files used for test are readable.
102 - [regress/stderr-after-eof.sh] Search for a usable checksum program.
103 - [regress/sftp-badcmds.sh regress/sftp-cmds.sh regress/sftp.sh
104 regress/ssh-com-client.sh regress/ssh-com-sftp.sh regress/stderr-data.sh
105 regress/transfer.sh] Use ${EXEEXT} where appropriate.
106 - [regress/sftp.sh regress/ssh-com-sftp.sh] Remove dependency on /dev/stdin.
107 - [regress/agent-ptrace.sh regress/agent-timeout.sh]
108 "grep -q" -> "grep >/dev/null"
109 - [regress/agent.sh regress/proto-version.sh regress/ssh-com.sh
110 regress/test-exec.sh] Handle different ways of echoing without newlines.
111 - [regress/dynamic-forward.sh] Some "which" programs output on stderr.
112 - [regress/sftp-cmds.sh] Use portable "test" option.
113 - [regress/test-exec.sh] Use sudo, search for "whoami" equivalent, always
114 use Strictmodes no, wait longer for sshd startup.
115 - [regress/Makefile] Remove BSDisms.
116 - [regress/README.regress] Add a basic readme.
117 - [Makefile.in regress/agent-getpeereid.sh] config.h is now in $BUILDDIR
118 not $OBJ.
119 - [Makefile.in regress/agent-ptrace] Fix minor regress issues on Cygwin.
120
12120030903
122 - (djm) OpenBSD CVS Sync
123 - markus@cvs.openbsd.org 2003/08/26 09:58:43
124 [auth-passwd.c auth.c auth.h auth1.c auth2-none.c auth2-passwd.c]
125 [auth2.c monitor.c]
126 fix passwd auth for 'username leaks via timing'; with djm@, original
127 patches from solar
128 - markus@cvs.openbsd.org 2003/08/28 12:54:34
129 [auth.h]
130 remove kerberos support from ssh1, since it has been replaced with GSSAPI;
131 but keep kerberos passwd auth for ssh1 and 2; ok djm, hin, henning, ...
132 - markus@cvs.openbsd.org 2003/09/02 16:40:29
133 [version.h]
134 enter 3.7
135 - jmc@cvs.openbsd.org 2003/09/02 18:50:06
136 [sftp.1 ssh_config.5]
137 escape punctuation;
138 ok deraadt@
139
14020030902
141 - (djm) OpenBSD CVS Sync
142 - deraadt@cvs.openbsd.org 2003/08/24 17:36:51
143 [auth2-gss.c]
144 64 bit cleanups; markus ok
145 - markus@cvs.openbsd.org 2003/08/28 12:54:34
146 [auth-krb5.c auth.h auth1.c monitor.c monitor.h monitor_wrap.c]
147 [monitor_wrap.h readconf.c servconf.c session.c ssh_config.5]
148 [sshconnect1.c sshd.c sshd_config sshd_config.5]
149 remove kerberos support from ssh1, since it has been replaced with GSSAPI;
150 but keep kerberos passwd auth for ssh1 and 2; ok djm, hin, henning, ...
151 - markus@cvs.openbsd.org 2003/08/29 10:03:15
152 [compat.c compat.h]
153 SSH_BUG_K5USER is unused; ok henning@
154 - markus@cvs.openbsd.org 2003/08/29 10:04:36
155 [channels.c nchan.c]
156 be less chatty; debug -> debug2, cleanup; ok henning@
157 - markus@cvs.openbsd.org 2003/08/31 10:26:04
158 [progressmeter.c]
159 pass file_size + 1 to snprintf: fixes printing of truncated
160 file names; fix based on patch/report from sturm@;
161 - markus@cvs.openbsd.org 2003/08/31 12:14:22
162 [progressmeter.c]
163 do write to buf[-1]
164 - markus@cvs.openbsd.org 2003/08/31 13:29:05
165 [session.c]
166 call ssh_gssapi_storecreds conditionally from do_exec();
167 with sxw@inf.ed.ac.uk
168 - markus@cvs.openbsd.org 2003/08/31 13:30:18
169 [gss-serv.c]
170 correct string termination in parse_ename(); sxw@inf.ed.ac.uk
171 - markus@cvs.openbsd.org 2003/08/31 13:31:57
172 [gss-serv.c]
173 whitspace KNF
174 - markus@cvs.openbsd.org 2003/09/01 09:50:04
175 [sshd_config.5]
176 gss kex is not supported; sxw@inf.ed.ac.uk
177 - markus@cvs.openbsd.org 2003/09/01 12:50:46
178 [readconf.c]
179 rm gssapidelegatecreds alias; never supported before
180 - markus@cvs.openbsd.org 2003/09/01 13:52:18
181 [ssh.h]
182 rm whitespace
183 - markus@cvs.openbsd.org 2003/09/01 18:15:50
184 [readconf.c readconf.h servconf.c servconf.h ssh.c]
185 remove unused kerberos code; ok henning@
186 - markus@cvs.openbsd.org 2003/09/01 20:44:54
187 [auth2-gss.c]
188 fix leak
189 - (djm) Don't initialise pam_conv structures inline. Avoids HP/UX compiler
190 error. Part of Bug #423, patch from michael_steffens AT hp.com
191 - (djm) Bug #423: reorder setting of PAM_TTY and calling of PAM session
192 management (now done in do_setusercontext). Largely from
193 michael_steffens AT hp.com
194 - (djm) Fix openbsd-compat/ again - remove references to strl(cpy|cat).h
195
19620030829
197 - (bal) openbsd-compat/ clean up. Considate headers, add in Id on our
198 files, and added missing license to header.
199
20020030826
201 - (djm) Bug #629: Mark ssh_config option "pamauthenticationviakbdint"
202 as deprecated. Remove mention from README.privsep. Patch from
203 aet AT cc.hut.fi
204 - (dtucker) OpenBSD CVS Sync
205 - markus@cvs.openbsd.org 2003/08/22 10:56:09
206 [auth2.c auth2-gss.c auth.h compat.c compat.h gss-genr.c gss-serv-krb5.c
207 gss-serv.c monitor.c monitor.h monitor_wrap.c monitor_wrap.h readconf.c
208 readconf.h servconf.c servconf.h session.c session.h ssh-gss.h
209 ssh_config.5 sshconnect2.c sshd_config sshd_config.5]
210 support GSS API user authentication; patches from Simon Wilkinson,
211 stripped down and tested by Jakob and myself.
212 - markus@cvs.openbsd.org 2003/08/22 13:20:03
213 [sshconnect2.c]
214 remove support for "kerberos-2@ssh.com"
215 - markus@cvs.openbsd.org 2003/08/22 13:22:27
216 [auth2.c] (auth2-krb5.c removed)
217 nuke "kerberos-2@ssh.com"
218 - markus@cvs.openbsd.org 2003/08/22 20:55:06
219 [LICENCE]
220 add Simon Wilkinson
221 - deraadt@cvs.openbsd.org 2003/08/24 17:36:52
222 [monitor.c monitor_wrap.c sshconnect2.c]
223 64 bit cleanups; markus ok
224 - fgsch@cvs.openbsd.org 2003/08/25 08:13:09
225 [sftp-int.c]
226 fix div by zero when listing for filename lengths longer than width.
227 markus@ ok.
228 - djm@cvs.openbsd.org 2003/08/25 10:33:33
229 [sshconnect2.c]
230 fprintf->logit to silence login banner with "ssh -q"; ok markus@
231 - (dtucker) [Makefile.in acconfig.h auth-krb5.c auth-pam.c auth-pam.h
232 configure.ac defines.h gss-serv-krb5.c session.c ssh-gss.h sshconnect1.c
233 sshconnect2.c] Add Portable GSSAPI support, patch by Simon Wilkinson.
234 - (dtucker) [Makefile.in] Remove auth2-krb5.
235 - (dtucker) [contrib/aix/inventory.sh] Add public domain notice. ok mouring@
236 (the original author)
237 - (dtucker) [auth.c] Do not check for locked accounts when PAM is enabled.
238
23920030825
240 - (djm) Bug #621: Select OpenSC keys by usage attributes. Patch from
241 larsch@trustcenter.de
242 - (bal) openbsd-compat/ OpenBSD updates. Mostly licensing, ansifications
243 and minor fixes. OK djm@
244 - (bal) redo how we handle 'mysignal()'. Move it to
245 openbsd-compat/bsd-misc.c, s/mysignal/signal/ and #define signal to
246 be our 'mysignal' by default. OK djm@
247 - (dtucker) [acconfig.h auth.c configure.ac sshd.8] Bug #422 again: deny
248 any access to locked accounts. ok djm@
249 - (djm) Bug #564: Perform PAM account checks for all authentications when
250 UsePAM=yes; ok dtucker
251 - (dtucker) [configure.ac] Bug #533, #551: define BROKEN_GETADDRINFO on
252 Tru64, solves getnameinfo and "bad addr or host" errors. ok djm@
253 - (dtucker) [README buildbff.sh inventory.sh] (all in contrib/aix)
254 Update package builder: correctly handle config variables, use lsuser
255 rather than /etc/passwd, fix typos, add Id's.
256
25720030822
258 - (djm) s/get_progname/ssh_get_progname/g to avoid conflict with Heimdal
259 -lbroken; ok dtucker
260 - (dtucker) [contrib/cygwin/ssh-user-config] Put keys in authorized_keys
261 rather that authorized_keys2. Patch from vinschen@redhat.com.
262
26320030821
264 - (dtucker) OpenBSD CVS Sync
265 - markus@cvs.openbsd.org 2003/08/14 16:08:58
266 [ssh-keygen.c]
267 exit after primetest, ok djm@
268 - (dtucker) [defines.h] Put CMSG_DATA, CMSG_FIRSTHDR with other CMSG* macros,
269 change CMSG_DATA to use __CMSG_ALIGN (and thus work properly), reformat for
270 consistency.
271 - (dtucker) [configure.ac] Move openpty/ctty test outside of case statement
272 and after normal openpty test.
273
27420030813
275 - (dtucker) [session.c] Remove #ifdef TIOCSBRK kludge.
276 - (dtucker) OpenBSD CVS Sync
277 - markus@cvs.openbsd.org 2003/08/13 08:33:02
278 [session.c]
279 use more portable tcsendbreak(3) and ignore break_length;
280 ok deraadt, millert
281 - markus@cvs.openbsd.org 2003/08/13 08:46:31
282 [auth1.c readconf.c readconf.h servconf.c servconf.h ssh.c ssh_config
283 ssh_config.5 sshconnect1.c sshd.8 sshd.c sshd_config sshd_config.5]
284 remove RhostsAuthentication; suggested by djm@ before; ok djm@, deraadt@,
285 fgsch@, miod@, henning@, jakob@ and others
286 - markus@cvs.openbsd.org 2003/08/13 09:07:10
287 [readconf.c ssh.c]
288 socks4->socks, since with support both 4 and 5; dtucker@zip.com.au
289 - (dtucker) [configure.ac openbsd-compat/bsd-misc.c openbsd-compat/bsd-misc.h]
290 Add a tcsendbreak function for platforms that don't have one, based on the
291 one from OpenBSD.
292
29320030811
294 - (dtucker) OpenBSD CVS Sync
295 (thanks to Simon Wilkinson for help with this -dt)
296 - markus@cvs.openbsd.org 2003/07/16 15:02:06
297 [auth-krb5.c]
298 mcc -> fcc; from Love Hörnquist Åstrand <lha@it.su.se>
299 otherwise the kerberos credentinal is stored in a memory cache
300 in the privileged sshd. ok jabob@, hin@ (some time ago)
301 - (dtucker) [openbsd-compat/xcrypt.c] Remove Cygwin #ifdef block (duplicate
302 in bsd-cygwin_util.h).
303
30420030808
305 - (dtucker) [openbsd-compat/fake-rfc2553.h] Older Linuxes have AI_PASSIVE and
306 AI_CANONNAME in netdb.h but not AI_NUMERICHOST, so check each definition
307 separately before defining them.
308 - (dtucker) [auth-pam.c] Don't set PAM_TTY if tty is null. ok djm@
309
31020030807
311 - (dtucker) [session.c] Have session_break_req not attempt to send a break
312 if TIOCSBRK and TIOCCBRK are not defined (eg Cygwin).
313 - (dtucker) [canohost.c] Bug #336: Only check ip options if IP_OPTIONS is
314 defined (fixes compile error on really old Linuxes).
315 - (dtucker) [defines.h] Bug #336: Add CMSG_DATA and CMSG_FIRSTHDR macros if
316 not already defined (eg Linux with some versions of libc5), based on those
317 from OpenBSD.
318 - (dtucker) [openbsd-compat/bsd-cygwin_util.c openbsd-compat/bsd-cygwin_util.h]
319 Remove incorrect filenames from comments (file names are in Id tags).
320 - (dtucker) [session.c openbsd-compat/bsd-cygwin_util.h] Move Cygwin
321 specific defines and includes to bsd-cygwin_util.h. Fixes build error too.
322
32320030802
324 - (dtucker) [monitor.h monitor_wrap.h] Remove excess ident tags.
325 - (dtucker) OpenBSD CVS Sync
326 - markus@cvs.openbsd.org 2003/07/22 13:35:22
327 [auth1.c auth.h auth-passwd.c monitor.c monitor.h monitor_wrap.c
328 monitor_wrap.h readconf.c readconf.h servconf.c servconf.h session.c ssh.1
329 ssh.c ssh_config.5 sshconnect1.c sshd.c sshd_config.5 ssh.h]
330 remove (already disabled) KRB4/AFS support, re-enable -k in ssh(1);
331 test+ok henning@
332 - (dtucker) [Makefile.in acconfig.h configure.ac] Remove KRB4/AFS support.
333 - (dtucker) [auth-krb4.c radix.c radix.h] Remove KRB4/AFS specific files.
334 - (dtucker) OpenBSD CVS Sync
335 - markus@cvs.openbsd.org 2003/07/23 07:42:43
336 [sshd_config]
337 remove AFS; itojun@
338 - djm@cvs.openbsd.org 2003/07/28 09:49:56
339 [ssh-keygen.1 ssh-keygen.c]
340 Support for generating Diffie-Hellman groups (/etc/moduli) from ssh-keygen.
341 Based on code from Phil Karn, William Allen Simpson and Niels Provos.
342 ok markus@, thanks jmc@
343 - markus@cvs.openbsd.org 2003/07/29 18:24:00
344 [LICENCE progressmeter.c]
345 replace 4 clause BSD licensed progressmeter code with a replacement
346 from Nils Nordman and myself; ok deraadt@
347 (copied from OpenBSD an re-applied portable changes)
348 - markus@cvs.openbsd.org 2003/07/29 18:26:46
349 [progressmeter.c]
350 fix length for "- stalled -" (included with previous import)
351 - markus@cvs.openbsd.org 2003/07/30 07:44:14
352 [progressmeter.c]
353 use only 4 digits in format_size (included with previous import)
354 - markus@cvs.openbsd.org 2003/07/30 07:53:27
355 [progressmeter.c]
356 whitespace (included with previous import)
357 - markus@cvs.openbsd.org 2003/07/31 09:21:02
358 [auth2-none.c]
359 check whether passwd auth is allowd, similar to proto 1; rob@pitman.co.za
360 ok henning
361 - avsm@cvs.openbsd.org 2003/07/31 15:50:16
362 [atomicio.c]
363 correct comment: atomicio takes vwrite, not write; deraadt@ ok
364 - markus@cvs.openbsd.org 2003/07/31 22:34:03
365 [progressmeter.c]
366 print rate similar old version; round instead truncate;
367 (included in previous progressmeter.c commit)
368 - (dtucker) [openbsd-compat/bsd-misc.c openbsd-compat/bsd-misc.h]
369 Add a tcgetpgrp function.
370 - (dtucker) [Makefile.in moduli.c moduli.h] Add new files and to Makefile.
371 - (dtucker) [openbsd-compat/bsd-misc.c] Fix cut-and-paste bug in tcgetpgrp.
372
37320030730
374 - (djm) [auth-pam.c] Don't use crappy APIs like sprintf. Thanks bal
375
37620030726
377 - (dtucker) [openbsd-compat/xcrypt.c] Fix typo: DISABLED_SHADOW ->
378 DISABLE_SHADOW. Fixes HP-UX compile error.
379
38020030724
381 - (bal) [auth-passwd.c openbsd-compat/Makefile.in openbsd-compat/xcrypt.c
382 openbsd-compat/xcrypt.h] Split off encryption into xcrypt() interface,
383 and isolate shadow password functions. Tested in Solaris, but should
384 not break other platforms too badly (except maybe HP =). Also brings
385 auth-passwd.c into full sync with OpenBSD tree.
386
38720030723
388 - (dtucker) [configure.ac] Back out change for bug #620.
389
39020030719
391 - (dtucker) [configure.ac] Bug #620: Define BROKEN_GETADDRINFO for
392 Solaris/x86. Patch from jrhett at isite.net.
393 - (dtucker) OpenBSD CVS Sync
394 - markus@cvs.openbsd.org 2003/07/14 12:36:37
395 [sshd.c]
396 remove undocumented -V option. would be only useful if openssh is used
397 as ssh v1 server for ssh.com's ssh v2.
398 - markus@cvs.openbsd.org 2003/07/16 10:34:53
399 [ssh.c sshd.c]
400 don't exit on multiple -v or -d; ok deraadt@
401 - markus@cvs.openbsd.org 2003/07/16 10:36:28
402 [sshtty.c]
403 clear IUCLC in enter_raw_mode; from rob@pitman.co.za; ok deraadt@, fgs@
404 - deraadt@cvs.openbsd.org 2003/07/18 01:54:25
405 [scp.c]
406 userid is unsigned, but well, force it anyways; andrushock@korovino.net
407 - djm@cvs.openbsd.org 2003/07/19 00:45:53
408 [sftp-int.c]
409 fix sftp filename parsing for arguments with escaped quotes. bz #517;
410 ok markus
411 - djm@cvs.openbsd.org 2003/07/19 00:46:31
412 [regress/sftp-cmds.sh]
413 regress test for sftp arguments with escaped quotes; ok markus
414
41520030714
416 - (dtucker) [acconfig.h configure.ac port-aix.c] Older AIXes don't declare
417 loginfailed at all, so assume 3-arg loginfailed if not declared.
418 - (dtucker) [port-aix.h] Work around name collision on AIX for r_type by
419 undef'ing it.
420 - (dtucker) Bug #543: [configure.ac port-aix.c port-aix.h]
421 Call setauthdb() before loginfailed(), which may load password registry-
422 specific functions. Based on patch by cawlfiel at us.ibm.com.
423 - (dtucker) [port-aix.h] Fix prototypes.
424 - (dtucker) OpenBSD CVS Sync
425 - avsm@cvs.openbsd.org 2003/07/09 13:58:19
426 [key.c]
427 minor tweak: when generating the hex fingerprint, give strlcat the full
428 bound to the buffer, and add a comment below explaining why the
429 zero-termination is one less than the bound. markus@ ok
430 - markus@cvs.openbsd.org 2003/07/10 14:42:28
431 [packet.c]
432 the 2^(blocksize*2) rekeying limit is too expensive for 3DES,
433 blowfish, etc, so enforce a 1GB limit for small blocksizes.
434 - markus@cvs.openbsd.org 2003/07/10 20:05:55
435 [sftp.c]
436 sync usage with manpage, add missing -R
437
43820030708
439 - (dtucker) [acconfig.h auth-passwd.c configure.ac session.c port-aix.[ch]]
440 Include AIX headers for authentication functions and make calls match
441 prototypes. Test for and handle 3-arg and 4-arg variants of loginfailed.
442 - (dtucker) [session.c] Check return value of setpcred().
443 - (dtucker) [auth-passwd.c auth.c session.c sshd.c port-aix.c port-aix.h]
444 Convert aixloginmsg into platform-independant Buffer loginmsg.
445
44620030707
447 - (dtucker) [configure.ac] Bug #600: Check that getrusage is declared before
448 searching libraries for it. Fixes build errors on NCR MP-RAS.
449
45020030706
451 - (dtucker) [ssh-rand-helper.c loginrec.c]
452 Apply atomicio typing change to these too.
453
45420030703
455 - (dtucker) OpenBSD CVS Sync
456 - djm@cvs.openbsd.org 2003/06/28 07:48:10
457 [sshd.c]
458 report pidfile creation errors, based on patch from Roumen Petrov;
459 ok markus@
460 - deraadt@cvs.openbsd.org 2003/06/28 16:23:06
461 [atomicio.c atomicio.h authfd.c clientloop.c monitor_wrap.c msg.c
462 progressmeter.c scp.c sftp-client.c ssh-keyscan.c ssh.h sshconnect.c
463 sshd.c]
464 deal with typing of write vs read in atomicio
465 - markus@cvs.openbsd.org 2003/06/29 12:44:38
466 [sshconnect.c]
467 memset 0, not \0; andrushock@korovino.net
468 - markus@cvs.openbsd.org 2003/07/02 12:56:34
469 [channels.c]
470 deny dynamic forwarding with -R for v1, too; ok djm@
471 - markus@cvs.openbsd.org 2003/07/02 14:51:16
472 [channels.c ssh.1 ssh_config.5]
473 (re)add socks5 suppport to -D; ok djm@
474 now ssh(1) can act both as a socks 4 and socks 5 server and
475 dynamically forward ports.
476 - markus@cvs.openbsd.org 2003/07/02 20:37:48
477 [ssh.c]
478 convert hostkeyalias to lowercase, otherwise uppercase aliases will
479 not match at all; ok henning@
480 - markus@cvs.openbsd.org 2003/07/03 08:21:46
481 [regress/dynamic-forward.sh]
482 add socks5; speedup; reformat; based on patch from dtucker@zip.com.au
483 - markus@cvs.openbsd.org 2003/07/03 08:24:13
484 [regress/Makefile]
485 enable tests for dynamic fwd via socks (-D), uses nc(1)
486 - djm@cvs.openbsd.org 2003/07/03 08:09:06
487 [readconf.c readconf.h ssh-keysign.c ssh.c]
488 fix AddressFamily option in config file, from brent@graveland.net;
489 ok markus@
490
49120030630
492 - (djm) Search for support functions necessary to build our
493 getrrsetbyname() replacement. Patch from Roumen Petrov
494
49520030629
496 - (dtucker) [includes.h] Bug #602: move #include of netdb.h to after in.h
497 (fixes compiler warnings on Solaris 2.5.1).
498 - (dtucker) [configure.ac] Add sanity test after system-dependant compiler
499 flag modifications.
500
50120030628
502 - (djm) Bug #591: use PKCS#15 private key label as a comment in case
503 of OpenSC. Report and patch from larsch@trustcenter.de
504 - (djm) Bug #593: Sanity check OpenSC card reader number; patch from
505 aj@dungeon.inka.de
506 - (dtucker) OpenBSD CVS Sync
507 - markus@cvs.openbsd.org 2003/06/23 09:02:44
508 [ssh_config.5]
509 document EnableSSHKeysign; bugzilla #599; ok deraadt@, jmc@
510 - markus@cvs.openbsd.org 2003/06/24 08:23:46
511 [auth2-hostbased.c auth2-pubkey.c auth2.c channels.c key.c key.h
512 monitor.c packet.c packet.h serverloop.c sshconnect2.c sshd.c]
513 int -> u_int; ok djm@, deraadt@, mouring@
514 - miod@cvs.openbsd.org 2003/06/25 22:39:36
515 [sftp-server.c]
516 Typo police: attribute is better written with an 'r'.
517 - markus@cvs.openbsd.org 2003/06/26 20:08:33
518 [readconf.c]
519 do not dump core for 'ssh -o proxycommand host'; ok deraadt@
520 - (dtucker) [regress/dynamic-forward.sh] Import new regression test.
521 - (dtucker) [configure.ac] Bug #570: Have ./configure --enable-FEATURE
522 actually enable the feature, for those normally disabled. Patch by
523 openssh (at) roumenpetrov.info.
524
52520030624
526 - (dtucker) Have configure refer the user to config.log and
527 contrib/findssl.sh for OpenSSL header/library mismatches.
528
52920030622
530 - (dtucker) OpenBSD CVS Sync
531 - markus@cvs.openbsd.org 2003/06/21 09:14:05
532 [regress/reconfigure.sh]
533 missing $SUDO; from dtucker@zip.com.au
534 - markus@cvs.openbsd.org 2003/06/18 11:28:11
535 [ssh-rsa.c]
536 backout last change, since it violates pkcs#1
537 switch to share/misc/license.template
538 - djm@cvs.openbsd.org 2003/06/20 05:47:58
539 [sshd_config.5]
540 sync description of protocol 2 cipher proposal; ok markus
541 - djm@cvs.openbsd.org 2003/06/20 05:48:21
542 [sshd_config]
543 sync some implemented options; ok markus@
544 - (dtucker) [regress/authorized_keys_root] Remove temp data file from CVS.
545 - (dtucker) [openbsd-compat/setproctitle.c] Ensure SPT_TYPE is defined before
546 testing its value.
547
54820030618
549 - (djm) OpenBSD CVS Sync
550 - markus@cvs.openbsd.org 2003/06/12 07:57:38
551 [monitor.c sshlogin.c sshpty.c]
552 typos; dtucker at zip.com.au
553 - djm@cvs.openbsd.org 2003/06/12 12:22:47
554 [LICENCE]
555 mention more copyright holders; ok markus@
556 - nino@cvs.openbsd.org 2003/06/12 15:34:09
557 [scp.c]
558 Typo. Ok markus@.
559 - markus@cvs.openbsd.org 2003/06/12 19:12:03
560 [scard.c scard.h ssh-agent.c ssh.c]
561 add sc_get_key_label; larsch at trustcenter.de; bugzilla#591
562 - markus@cvs.openbsd.org 2003/06/16 08:22:35
563 [ssh-rsa.c]
564 make sure the signature has at least the expected length (don't
565 insist on len == hlen + oidlen, since this breaks some smartcards)
566 bugzilla #592; ok djm@
567 - markus@cvs.openbsd.org 2003/06/16 10:22:45
568 [ssh-add.c]
569 print out key comment on each prompt; make ssh-askpass more useable; ok djm@
570 - markus@cvs.openbsd.org 2003/06/17 18:14:23
571 [cipher-ctr.c]
572 use license from /usr/share/misc/license.template for new code
573 - (dtucker) [reconfigure.sh rekey.sh sftp-badcmds.sh]
574 Import new regression tests from OpenBSD
575 - (dtucker) [regress/copy.1 regress/copy.2] Remove temp data files from CVS.
576 - (dtucker) OpenBSD CVS Sync (regress/)
577 - markus@cvs.openbsd.org 2003/04/02 12:21:13
578 [Makefile]
579 enable rekey test
580 - djm@cvs.openbsd.org 2003/04/04 09:34:22
581 [Makefile sftp-cmds.sh]
582 More regression tests, including recent directory rename bug; ok markus@
583 - markus@cvs.openbsd.org 2003/05/14 22:08:27
584 [ssh-com-client.sh ssh-com-keygen.sh ssh-com-sftp.sh ssh-com.sh]
585 test against some new commerical versions
586 - mouring@cvs.openbsd.org 2003/05/15 04:07:12
587 [sftp-cmds.sh]
588 Advanced put/get testing for sftp. OK @djm
589 - markus@cvs.openbsd.org 2003/06/12 15:40:01
590 [try-ciphers.sh]
591 add ctr
592 - markus@cvs.openbsd.org 2003/06/12 15:43:32
593 [Makefile]
594 test -HUP; dtucker at zip.com.au
595
59620030614
597 - (djm) Update license on fake-rfc2553.[ch]; ok itojun@
598
59920030611
600 - (djm) Mention portable copyright holders in LICENSE
601 - (djm) Put licenses on substantial header files
602 - (djm) Sync LICENSE against OpenBSD
603 - (djm) OpenBSD CVS Sync
604 - jmc@cvs.openbsd.org 2003/06/10 09:12:11
605 [scp.1 sftp-server.8 ssh.1 ssh-add.1 ssh-agent.1 ssh_config.5]
606 [sshd.8 sshd_config.5 ssh-keygen.1 ssh-keyscan.1 ssh-keysign.8]
607 - section reorder
608 - COMPATIBILITY merge
609 - macro cleanup
610 - kill whitespace at EOL
611 - new sentence, new line
612 ssh pages ok markus@
613 - deraadt@cvs.openbsd.org 2003/06/10 22:20:52
614 [packet.c progressmeter.c]
615 mostly ansi cleanup; pval ok
616 - jakob@cvs.openbsd.org 2003/06/11 10:16:16
617 [sshconnect.c]
618 clean up check_host_key() and improve SSHFP feedback. ok markus@
619 - jakob@cvs.openbsd.org 2003/06/11 10:18:47
620 [dns.c]
621 sync with check_host_key() change
622 - djm@cvs.openbsd.org 2003/06/11 11:18:38
623 [authfd.c authfd.h ssh-add.c ssh-agent.c]
624 make agent constraints (lifetime, confirm) work with smartcard keys;
625 ok markus@
626
627
62820030609
629 - (djm) Sync README.smartcard with OpenBSD -current
630 - (djm) Re-merge OpenSC info into README.smartcard
631
63220030606
633 - (dtucker) [uidswap.c] Fix setreuid and add missing args to fatal(). ok djm@
634
63520030605
636 - (djm) Support AI_NUMERICHOST in fake-getaddrinfo.c. Needed for recent
637 canohost.c changes.
638 - (djm) Implement paranoid priv dropping checks, based on:
639 "SetUID demystified" - Hao Chen, David Wagner and Drew Dean
640 Proceedings of USENIX Security Symposium 2002
641 - (djm) Don't use xmalloc() or pull in toplevel headers in fake-* code
642 - (djm) Merge all the openbsd/fake-* into fake-rfc2553.[ch]
643 - (djm) Bug #588 - Add scard-opensc.o back to Makefile.in
644 Patch from larsch@trustcenter.de
645 - (djm) Bug #589 - scard-opensc: load only keys with a private keys
646 Patch from larsch@trustcenter.de
647 - (dtucker) Add includes.h to fake-rfc2553.c so it will build.
648 - (dtucker) Define EAI_NONAME in fake-rfc2553.h (used by fake-rfc2553.c).
649
65020030604
651 - (djm) Bug #573 - Remove unneeded Krb headers and compat goop. Patch from
652 simon@sxw.org.uk (Also matches a change in OpenBSD a while ago)
653 - (djm) Bug #577 - wrong flag in scard-opensc.c sc_private_decrypt.
654 Patch from larsch@trustcenter.de; ok markus@
655 - (djm) Bug #584: scard-opensc.c doesn't work without PIN. Patch from
656 larsch@trustcenter.de; ok markus@
657 - (djm) OpenBSD CVS Sync
658 - djm@cvs.openbsd.org 2003/06/04 08:25:18
659 [sshconnect.c]
660 disable challenge/response and keyboard-interactive auth methods
661 upon hostkey mismatch. based on patch from fcusack AT fcusack.com.
662 bz #580; ok markus@
663 - djm@cvs.openbsd.org 2003/06/04 10:23:48
664 [sshd.c]
665 remove duplicated group-dropping code; ok markus@
666 - djm@cvs.openbsd.org 2003/06/04 12:03:59
667 [serverloop.c]
668 remove bitrotten commet; ok markus@
669 - djm@cvs.openbsd.org 2003/06/04 12:18:49
670 [scp.c]
671 ansify; ok markus@
672 - djm@cvs.openbsd.org 2003/06/04 12:40:39
673 [scp.c]
674 kill ssh process upon receipt of signal, bz #241.
675 based on patch from esb AT hawaii.edu; ok markus@
676 - djm@cvs.openbsd.org 2003/06/04 12:41:22
677 [sftp.c]
678 kill ssh process on receipt of signal; ok markus@
679 - (djm) Update to fix of bug #584: lock card before return.
680 From larsch@trustcenter.de
681 - (djm) Always use mysignal() for SIGALRM
682
68320030603
684 - (djm) Replace setproctitle replacement with code derived from
685 UCB sendmail
686 - (djm) OpenBSD CVS Sync
687 - markus@cvs.openbsd.org 2003/06/02 09:17:34
688 [auth2-hostbased.c auth.c auth-options.c auth-rhosts.c auth-rh-rsa.c]
689 [canohost.c monitor.c servconf.c servconf.h session.c sshd_config]
690 [sshd_config.5]
691 deprecate VerifyReverseMapping since it's dangerous if combined
692 with IP based access control as noted by Mike Harding; replace with
693 a UseDNS option, UseDNS is on by default and includes the
694 VerifyReverseMapping check; with itojun@, provos@, jakob@ and deraadt@
695 ok deraadt@, djm@
696 - millert@cvs.openbsd.org 2003/06/03 02:56:16
697 [scp.c]
698 Remove the advertising clause in the UCB license which Berkeley
699 rescinded 22 July 1999. Proofed by myself and Theo.
700 - (djm) Fix portable-specific uses of verify_reverse_mapping too
701 - (djm) Sync openbsd-compat with OpenBSD CVS.
702 - No more 4-term BSD licenses in linked code
703 - (dtucker) [port-aix.c bsd-cray.c] Fix uses of verify_reverse_mapping.
704
70520030602
706 - (djm) Fix segv from bad reordering in auth-pam.c
707 - (djm) Always use saved_argv in sshd.c as compat_init_setproctitle may
708 clobber
709 - (tim) openbsd-compat/xmmap.[ch] License clarifications. Add missing
710 CVS ID.
711 - (djm) Remove "noip6" option from RedHat spec file. This may now be
712 set at runtime using AddressFamily option.
713 - (djm) Fix use of macro before #define in cipher-aes.c
714 - (djm) Sync license on openbsd-compat/bindresvport.c with OpenBSD CVS
715 - (djm) OpenBSD CVS Sync
716 - djm@cvs.openbsd.org 2003/05/26 12:54:40
717 [sshconnect.c]
718 fix format strings; ok markus@
719 - deraadt@cvs.openbsd.org 2003/05/29 16:58:45
720 [sshd.c uidswap.c]
721 seteuid and setegid; markus ok
722 - jakob@cvs.openbsd.org 2003/06/02 08:31:10
723 [ssh_config.5]
724 VerifyHostKeyDNS is v2 only. ok markus@
725
72620030530
727 - (dtucker) Add missing semicolon in md5crypt.c, patch from openssh at
728 roumenpetrov.info
729 - (dtucker) Define SSHD_ACQUIRES_CTTY for NCR MP-RAS and Reliant Unix.
730
73120030526
732 - (djm) Avoid auth2-chall.c warning when compiling without
733 PAM, BSD_AUTH and SKEY
734
73520030525
736- (djm) OpenBSD CVS Sync
737 - djm@cvs.openbsd.org 2003/05/24 09:02:22
738 [log.c]
739 pass logged data through strnvis; ok markus
740 - djm@cvs.openbsd.org 2003/05/24 09:30:40
741 [authfile.c monitor.c sftp-common.c sshpty.c]
742 cast some types for printing; ok markus@
743
74420030524
745 - (dtucker) Correct --osfsia in INSTALL. Patch by skeleten at shillest.net
746
74720030523
748 - (djm) Use VIS_SAFE on logged strings rather than default strnvis
749 encoding (which encodes many more characters)
750 - OpenBSD CVS Sync
751 - jmc@cvs.openbsd.org 2003/05/20 12:03:35
752 [sftp.1]
753 - new sentence, new line
754 - added .Xr's
755 - typos
756 ok djm@
757 - jmc@cvs.openbsd.org 2003/05/20 12:09:31
758 [ssh.1 ssh_config.5 sshd.8 sshd_config.5 ssh-keygen.1]
759 new sentence, new line
760 - djm@cvs.openbsd.org 2003/05/23 08:29:30
761 [sshconnect.c]
762 fix leak; ok markus@
763
76420030520
765 - (djm) OpenBSD CVS Sync
766 - deraadt@cvs.openbsd.org 2003/05/18 23:22:01
767 [log.c]
768 use syslog_r() in a signal handler called place; markus ok
769 - (djm) Configure logic to detect syslog_r and friends
770
77120030519
772 - (djm) Sync auth-pam.h with what we actually implement
773
77420030518
775 - (djm) Return of the dreaded PAM_TTY_KLUDGE, which went missing in
776 recent merge
777 - (djm) OpenBSD CVS Sync
778 - djm@cvs.openbsd.org 2003/05/16 03:27:12
779 [readconf.c ssh_config ssh_config.5 ssh-keysign.c]
780 add AddressFamily option to ssh_config (like -4, -6 on commandline).
781 Portable bug #534; ok markus@
782 - itojun@cvs.openbsd.org 2003/05/17 03:25:58
783 [auth-rhosts.c]
784 just in case, put numbers to sscanf %s arg.
785 - markus@cvs.openbsd.org 2003/05/17 04:27:52
786 [cipher.c cipher-ctr.c myproposal.h]
787 experimental support for aes-ctr modes from
788 http://www.ietf.org/internet-drafts/draft-ietf-secsh-newmodes-00.txt
789 ok djm@
790 - (djm) Remove IPv4 by default hack now that we can specify AF in config
791 - (djm) Tidy and trim TODO
792 - (djm) Sync openbsd-compat/ with OpenBSD CVS head
793 - (djm) Big KNF on openbsd-compat/
794 - (djm) KNF on md5crypt.[ch]
795 - (djm) KNF on auth-sia.[ch]
796
79720030517
798 - (bal) strcat -> strlcat on openbsd-compat/realpath.c (rev 1.8 OpenBSD)
799
80020030516
801 - (djm) OpenBSD CVS Sync
802 - djm@cvs.openbsd.org 2003/05/15 13:52:10
803 [ssh.c]
804 Make "ssh -V" print the OpenSSL version in a human readable form. Patch
805 from Craig Leres (mindrot at ee.lbl.gov); ok markus@
806 - jakob@cvs.openbsd.org 2003/05/15 14:02:47
807 [readconf.c servconf.c]
808 warn for unsupported config option. ok markus@
809 - markus@cvs.openbsd.org 2003/05/15 14:09:21
810 [auth2-krb5.c]
811 fix 64bit issue; report itojun@
812 - djm@cvs.openbsd.org 2003/05/15 14:55:25
813 [readconf.c readconf.h ssh_config ssh_config.5 sshconnect.c]
814 add a ConnectTimeout option to ssh, based on patch from
815 Jean-Charles Longuet (jclonguet at free.fr); portable #207 ok markus@
816 - (djm) Add warning for UsePAM when built without PAM support
817 - (djm) A few type mismatch fixes from Bug #565
818 - (djm) Guard free_pam_environment against NULL argument. Works around
819 HP/UX PAM problems debugged by dtucker
820
82120030515
822 - (djm) OpenBSD CVS Sync
823 - jmc@cvs.openbsd.org 2003/05/14 13:11:56
824 [ssh-agent.1]
825 setup -> set up;
826 from wiz@netbsd
827 - jakob@cvs.openbsd.org 2003/05/14 18:16:20
828 [key.c key.h readconf.c readconf.h ssh_config.5 sshconnect.c]
829 [dns.c dns.h README.dns ssh-keygen.1 ssh-keygen.c]
830 add experimental support for verifying hos keys using DNS as described
831 in draft-ietf-secsh-dns-xx.txt. more information in README.dns.
832 ok markus@ and henning@
833 - markus@cvs.openbsd.org 2003/05/14 22:24:42
834 [clientloop.c session.c ssh.1]
835 allow to send a BREAK to the remote system; ok various
836 - markus@cvs.openbsd.org 2003/05/15 00:28:28
837 [sshconnect2.c]
838 cleanup unregister of per-method packet handlers; ok djm@
839 - jakob@cvs.openbsd.org 2003/05/15 01:48:10
840 [readconf.c readconf.h servconf.c servconf.h]
841 always parse kerberos options. ok djm@ markus@
842 - jakob@cvs.openbsd.org 2003/05/15 02:27:15
843 [dns.c]
844 add missing freerrset
845 - markus@cvs.openbsd.org 2003/05/15 03:08:29
846 [cipher.c cipher-bf1.c cipher-aes.c cipher-3des1.c]
847 split out custom EVP ciphers
848 - djm@cvs.openbsd.org 2003/05/15 03:10:52
849 [ssh-keygen.c]
850 avoid warning; ok jakob@
851 - mouring@cvs.openbsd.org 2003/05/15 03:39:07
852 [sftp-int.c]
853 Make put/get (globed and nonglobed) code more consistant. OK djm@
854 - mouring@cvs.openbsd.org 2003/05/15 03:43:59
855 [sftp-int.c sftp.c]
856 Teach ls how to display multiple column display and allow users
857 to return to single column format via 'ls -1'. OK @djm
858 - jakob@cvs.openbsd.org 2003/05/15 04:08:44
859 [readconf.c servconf.c]
860 disable kerberos when not supported. ok markus@
861 - markus@cvs.openbsd.org 2003/05/15 04:08:41
862 [ssh.1]
863 ~B is ssh2 only
864 - (djm) Always parse UsePAM
865 - (djm) Configure glue for DNS support (code doesn't work in portable yet)
866 - (djm) Import getrrsetbyname() function from OpenBSD libc (for DNS support)
867 - (djm) Tidy Makefile clean targets
868 - (djm) Adapt README.dns for portable
869 - (djm) Avoid uuencode.c warnings
870 - (djm) Enable UsePAM when built --with-pam
871 - (djm) Only build getrrsetbyname replacement when using --with-dns
872 - (djm) Bug #529: sshd doesn't work correctly after SIGHUP (copy argv
873 correctly)
874 - (djm) Bug #444: Wrong paths after reconfigure
875 - (dtucker) HP-UX needs to include <sys/strtio.h> for TIOCSBRK
876
87720030514
878 - (djm) Bug #117: Don't lie to PAM about username
879 - (djm) RCSID sync w/ OpenBSD
880 - (djm) OpenBSD CVS Sync
881 - djm@cvs.openbsd.org 2003/04/09 12:00:37
882 [readconf.c]
883 strip trailing whitespace from config lines before parsing.
884 Fixes bz 528; ok markus@
885 - markus@cvs.openbsd.org 2003/04/12 10:13:57
886 [cipher.c]
887 hide cipher details; ok djm@
888 - markus@cvs.openbsd.org 2003/04/12 10:15:36
889 [misc.c]
890 debug->debug2
891 - naddy@cvs.openbsd.org 2003/04/12 11:40:15
892 [ssh.1]
893 document -V switch, fix wording; ok markus@
894 - markus@cvs.openbsd.org 2003/04/14 14:17:50
895 [channels.c sshconnect.c sshd.c ssh-keyscan.c]
896 avoid hardcoded SOCK_xx; with itojun@; should allow ssh over SCTP
897 - mouring@cvs.openbsd.org 2003/04/14 21:31:27
898 [sftp-int.c]
899 Missing globfree(&g) in process_put() spotted by Vince Brimhall
900 <VBrimhall@novell.com>. ok@ Theo
901 - markus@cvs.openbsd.org 2003/04/16 14:35:27
902 [auth.h]
903 document struct Authctxt; with solar
904 - deraadt@cvs.openbsd.org 2003/04/26 04:29:49
905 [ssh-keyscan.c]
906 -t in usage(); rogier@quaak.org
907 - mouring@cvs.openbsd.org 2003/04/30 01:16:20
908 [sshd.8 sshd_config.5]
909 Escape ?, * and ! in .Ql for nroff compatibility. OpenSSH Portable
910 Bug #550 and * escaping suggested by jmc@.
911 - david@cvs.openbsd.org 2003/04/30 20:41:07
912 [sshd.8]
913 fix invalid .Pf macro usage introduced in previous commit
914 ok jmc@ mouring@
915 - markus@cvs.openbsd.org 2003/05/11 16:56:48
916 [authfile.c ssh-keygen.c]
917 change key_load_public to try to read a public from:
918 rsa1 private or rsa1 public and ssh2 keys.
919 this makes ssh-keygen -e fail for ssh1 keys more gracefully
920 for example; report from itojun (netbsd pr 20550).
921 - markus@cvs.openbsd.org 2003/05/11 20:30:25
922 [channels.c clientloop.c serverloop.c session.c ssh.c]
923 make channel_new() strdup the 'remote_name' (not the caller); ok theo
924 - markus@cvs.openbsd.org 2003/05/12 16:55:37
925 [sshconnect2.c]
926 for pubkey authentication try the user keys in the following order:
927 1. agent keys that are found in the config file
928 2. other agent keys
929 3. keys that are only listed in the config file
930 this helps when an agent has many keys, where the server might
931 close the connection before the correct key is used. report & ok pb@
932 - markus@cvs.openbsd.org 2003/05/12 18:35:18
933 [ssh-keyscan.1]
934 typo: DSA keys are of type ssh-dss; Brian Poole
935 - markus@cvs.openbsd.org 2003/05/14 00:52:59
936 [ssh2.h]
937 ranges for per auth method messages
938 - djm@cvs.openbsd.org 2003/05/14 01:00:44
939 [sftp.1]
940 emphasise the batchmode functionality and make reference to pubkey auth,
941 both of which are FAQs; ok markus@
942 - markus@cvs.openbsd.org 2003/05/14 02:15:47
943 [auth2.c monitor.c sshconnect2.c auth2-krb5.c]
944 implement kerberos over ssh2 ("kerberos-2@ssh.com"); tested with jakob@
945 server interops with commercial client; ok jakob@ djm@
946 - jmc@cvs.openbsd.org 2003/05/14 08:25:39
947 [sftp.1]
948 - better formatting in SYNOPSIS
949 - whitespace at EOL
950 ok djm@
951 - markus@cvs.openbsd.org 2003/05/14 08:57:49
952 [monitor.c]
953 http://bugzilla.mindrot.org/show_bug.cgi?id=560
954 Privsep child continues to run after monitor killed.
955 Pass monitor signals through to child; Darren Tucker
956 - (djm) Make portable build with MIT krb5 (some issues remain)
957 - (djm) Add new UsePAM configuration directive to allow runtime control
958 over usage of PAM. This allows non-root use of sshd when built with
959 --with-pam
960 - (djm) Die screaming if start_pam() is called when UsePAM=no
961 - (djm) Avoid KrbV leak for MIT Kerberos
962 - (dtucker) Set ai_socktype and ai_protocol in fake-getaddrinfo.c. ok djm@
963 - (djm) Bug #258: sscanf("[0-9]") -> sscanf("[0123456789]") for portability
964
96520030512
966 - (djm) Redhat spec: Don't install profile.d scripts when not
967 building with GNOME/GTK askpass (patch from bet@rahul.net)
968
96920030510
970 - (dtucker) Bug #318: Create ssh_prng_cmds.out during "make" rather than
971 "make install". Patch by roth@feep.net.
972 - (dtucker) Bug #536: Test for and work around openpty/controlling tty
973 problem on Linux (fixes "could not set controlling tty" errors).
974 - (djm) Merge FreeBSD PAM code: replaces PAM password auth kludge with
975 proper challenge-response module
976 - (djm) 2-clause license on loginrec.c, with permission from
977 andre@ae-35.com
978
97920030504
980 - (dtucker) Bug #497: Move #include of bsd-cygwin_util.h to openbsd-compat.h.
981 Patch from vinschen@redhat.com.
982
98320030503
984 - (dtucker) Add missing "void" to record_failed_login in bsd-cray.c. Noted
985 by wendyp@cray.com.
986
98720030502
988 - (dtucker) Bug #544: ignore invalid cmsg_type on Linux 2.0 kernels,
989 privsep should now work.
990 - (dtucker) Move handling of bad password authentications into a platform
991 specific record_failed_login() function (affects AIX & Unicos). ok mouring@
992
120030429 99320030429
2 - (djm) Add back radix.o (used by AFS support), after it went missing from 994 - (djm) Add back radix.o (used by AFS support), after it went missing from
3 Makefile many moons ago 995 Makefile many moons ago
@@ -5,6 +997,60 @@
5 - (djm) Fix blibpath specification for AIX/gcc 997 - (djm) Fix blibpath specification for AIX/gcc
6 - (djm) Some systems have basename in -lgen. Fix from ayamura@ayamura.org 998 - (djm) Some systems have basename in -lgen. Fix from ayamura@ayamura.org
7 999
100020030428
1001 - (bal) [defines.h progressmeter.c scp.c] Some more culling of non 64bit
1002 hacked code.
1003
100420030427
1005 - (bal) Bug #541: return; was dropped by mistake. Reported by
1006 furrier@iglou.com
1007 - (bal) Since we don't support platforms lacking u_int_64. We may
1008 as well clean out some of those evil #ifdefs
1009 - (bal) auth1.c minor resync while looking at the code.
1010 - (bal) auth2.c same changed as above.
1011
101220030409
1013 - (djm) Bug #539: Specify creation mode with O_CREAT for lastlog. Report
1014 from matth@eecs.berkeley.edu
1015 - (djm) Make the spec work with Redhat 9.0 (which renames sharutils)
1016 - (djm) OpenBSD CVS Sync
1017 - markus@cvs.openbsd.org 2003/04/02 09:48:07
1018 [clientloop.c monitor.c monitor_wrap.c packet.c packet.h readconf.c]
1019 [readconf.h serverloop.c sshconnect2.c]
1020 reapply rekeying chage, tested by henning@, ok djm@
1021 - markus@cvs.openbsd.org 2003/04/02 14:36:26
1022 [ssh-keysign.c]
1023 potential segfault if KEY_UNSPEC; cjwatson@debian.org; bug #526
1024 - itojun@cvs.openbsd.org 2003/04/03 07:25:27
1025 [progressmeter.c]
1026 $OpenBSD$
1027 - itojun@cvs.openbsd.org 2003/04/03 10:17:35
1028 [progressmeter.c]
1029 remove $OpenBSD$, as other *.c does not have it.
1030 - markus@cvs.openbsd.org 2003/04/07 08:29:57
1031 [monitor_wrap.c]
1032 typo: get correct counters; introduced during rekeying change.
1033 - millert@cvs.openbsd.org 2003/04/07 21:58:05
1034 [progressmeter.c]
1035 The UCB copyright here is incorrect. This code did not originate
1036 at UCB, it was written by Luke Mewburn. Updated the copyright at
1037 the author's request. markus@ OK
1038 - itojun@cvs.openbsd.org 2003/04/08 20:21:29
1039 [*.c *.h]
1040 rename log() into logit() to avoid name conflict. markus ok, from
1041 netbsd
1042 - (djm) XXX - Performed locally using:
1043 "perl -p -i -e 's/(\s|^)log\(/$1logit\(/g' *.c *.h"
1044 - hin@cvs.openbsd.org 2003/04/09 08:23:52
1045 [servconf.c]
1046 Don't include <krb.h> when compiling with Kerberos 5 support
1047 - (djm) Fix up missing include for packet.c
1048 - (djm) Fix missed log => logit occurance (reference by function pointer)
1049
105020030402
1051 - (bal) if IP_TOS is not found or broken don't try to compile in
1052 packet_set_tos() function call. bug #527
1053
820030401 105420030401
9 - (djm) OpenBSD CVS Sync 1055 - (djm) OpenBSD CVS Sync
10 - jmc@cvs.openbsd.org 2003/03/28 10:11:43 1056 - jmc@cvs.openbsd.org 2003/03/28 10:11:43
@@ -61,1245 +1107,4 @@
61 - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. 1107 - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
62 Report from murple@murple.net, diagnosis from dtucker@zip.com.au 1108 Report from murple@murple.net, diagnosis from dtucker@zip.com.au
63 1109
6420030320 1110$Id: ChangeLog,v 1.2994.2.4 2003/09/16 06:00:52 djm Exp $
65 - (djm) OpenBSD CVS Sync
66 - markus@cvs.openbsd.org 2003/03/17 10:38:38
67 [progressmeter.c]
68 don't print \n if backgrounded; from ho@
69 - markus@cvs.openbsd.org 2003/03/17 11:43:47
70 [version.h]
71 enter 3.6
72 - (bal) The days of lack of int64_t support are over. Sorry kids.
73 - (bal) scp.c 'limit' conflicts with Cray. Rename to 'limitbw'
74 - (bal) Collection of Cray patches (bsd-cray.h fix for CRAYT3E and improved
75 guessing rules)
76 - (bal) Disable Privsep for Tru64 after pre-authentication due to issues
77 with SIA. Also, clean up of tru64 support patch by Chris Adams
78 <cmadams@hiwaay.net>
79 - (tim) [contrib/caldera/openssh.spec] workaround RPM quirk. Fix %files
80
8120030318
82 - (tim) [configure.ac openbsd-compat/bsd-misc.c openbsd-compat/bsd-misc.h]
83 add nanosleep(). testing/corrections by Darren Tucker <dtucker@zip.com.au>
84
8520030317
86 - (djm) Fix return value checks for RAND_bytes. Report from
87 Steve G <linux_4ever@yahoo.com>
88
8920030315
90 - (djm) OpenBSD CVS Sync
91 - markus@cvs.openbsd.org 2003/03/13 11:42:19
92 [authfile.c ssh-keysign.c]
93 move RSA_blinding_on to generic key load method
94 - markus@cvs.openbsd.org 2003/03/13 11:44:50
95 [ssh-agent.c]
96 ssh-agent is similar to ssh-keysign (allows other processes to use
97 private rsa keys). however, it gets key over socket and not from
98 a file, so we have to do blinding here as well.
99
10020030310
101- (djm) OpenBSD CVS Sync
102 - markus@cvs.openbsd.org 2003/03/05 22:33:43
103 [channels.c monitor.c scp.c session.c sftp-client.c sftp-int.c]
104 [sftp-server.c ssh-add.c sshconnect2.c]
105 fix memory leaks; from dlheine@suif.Stanford.EDU/CLOUSEAU; ok djm@
106 - (djm) One more portable-specific one from dlheine@suif.Stanford.EDU/
107 CLOUSEAU
108 - (djm) Bug #245: TTY problems on Solaris. Fix by stevesk@ and
109 dtucker@zip.com.au
110 - (djm) AIX package builder update from dtucker@zip.com.au
111
11220030225
113 - (djm) Fix some compile errors spotted by dtucker and his fabulous
114 tinderbox
115
11620030224
117 - (djm) Tweak gnome-ssh-askpass2:
118 - Retry kb and mouse grab a couple of times, so passphrase dialog doesn't
119 immediately fail if you are doing something else when it appears (e.g.
120 dragging a window)
121 - Perform server grab after we have the keyboard and/or pointer to avoid
122 races.
123 - (djm) OpenBSD CVS Sync
124 - markus@cvs.openbsd.org 2003/01/27 17:06:31
125 [sshd.c]
126 more specific error message when /var/empty has wrong permissions;
127 bug #46, map@appgate.com; ok henning@, provos@, stevesk@
128 - markus@cvs.openbsd.org 2003/01/28 16:11:52
129 [scp.1]
130 document -l; pekkas@netcore.fi
131 - stevesk@cvs.openbsd.org 2003/01/28 17:24:51
132 [scp.1]
133 remove example not pertinent with -1 addition; ok markus@
134 - jmc@cvs.openbsd.org 2003/01/31 21:54:40
135 [sshd.8]
136 typos; sshd(8): help and ok markus@
137 help and ok millert@
138 - markus@cvs.openbsd.org 2003/02/02 10:51:13
139 [scp.c]
140 call okname() only when using system(3) for remote-remote copy;
141 fixes bugs #483, #472; ok deraadt@, mouring@
142 - markus@cvs.openbsd.org 2003/02/02 10:56:08
143 [kex.c]
144 add support for key exchange guesses; based on work by
145 avraham.fraenkel@commatch.com; fixes bug #148; ok deraadt@
146 - markus@cvs.openbsd.org 2003/02/03 08:56:16
147 [sshpty.c]
148 don't call error() for readonly /dev; from soekris list; ok mcbride,
149 henning, deraadt.
150 - markus@cvs.openbsd.org 2003/02/04 09:32:08
151 [key.c]
152 better debug3 message
153 - markus@cvs.openbsd.org 2003/02/04 09:33:22
154 [monitor.c monitor_wrap.c]
155 skey/bsdauth: use 0 to indicate failure instead of -1, because
156 the buffer API only supports unsigned ints.
157 - markus@cvs.openbsd.org 2003/02/05 09:02:28
158 [readconf.c]
159 simplify ProxyCommand parsing, remove strcat/xrealloc; ok henning@, djm@
160 - markus@cvs.openbsd.org 2003/02/06 09:26:23
161 [session.c]
162 missing call to setproctitle() after authentication; ok provos@
163 - markus@cvs.openbsd.org 2003/02/06 09:27:29
164 [ssh.c ssh_config.5]
165 support 'ProxyCommand none'; bugzilla #433; binder@arago.de; ok djm@
166 - markus@cvs.openbsd.org 2003/02/06 09:29:18
167 [sftp-server.c]
168 fix races in rename/symlink; from Tony Finch; ok djm@
169 - markus@cvs.openbsd.org 2003/02/06 21:22:43
170 [auth1.c auth2.c]
171 undo broken fix for #387, fixes #486
172 - markus@cvs.openbsd.org 2003/02/10 11:51:47
173 [ssh-add.1]
174 xref sshd_config.5 (not sshd.8); mark@summersault.com; bug #490
175 - markus@cvs.openbsd.org 2003/02/12 09:33:04
176 [key.c key.h ssh-dss.c ssh-rsa.c]
177 merge ssh-dss.h ssh-rsa.h into key.h; ok deraadt@
178 - markus@cvs.openbsd.org 2003/02/12 21:39:50
179 [crc32.c crc32.h]
180 replace crc32.c with a BSD licensed version; noted by David Turner
181 - markus@cvs.openbsd.org 2003/02/16 17:09:57
182 [kex.c kexdh.c kexgex.c kex.h sshconnect2.c sshd.c ssh-keyscan.c]
183 split kex into client and server code, no need to link
184 server code into the client; ok provos@
185 - markus@cvs.openbsd.org 2003/02/16 17:30:33
186 [monitor.c monitor_wrap.c]
187 fix permitrootlogin forced-commands-only for privsep; bux #387;
188 ok provos@
189 - markus@cvs.openbsd.org 2003/02/21 09:05:53
190 [servconf.c]
191 print sshd_config filename in debug2 mode.
192 - mpech@cvs.openbsd.org 2003/02/21 10:34:48
193 [auth-krb4.c]
194 ...sizeof(&adat.session) is not good here.
195 henning@, deraadt@, millert@
196 - (djm) Add new object files to Makefile and reorder
197 - (djm) Bug #501: gai_strerror should return char*;
198 fix from dtucker@zip.com.au
199 - (djm) Most of Bug #499: Cygwin compile fixes for new progressmeter;
200 From vinschen@redhat.com
201 - (djm) Rest of Bug #499: Import a basename() function from OpenBSD libc
202 - (djm) Bug #494: Allow multiple accounts on Windows 9x/Me;
203 From vinschen@redhat.com
204 - (djm) Bug #456: Support for NEC SX6 with Unicos; from wendyp@cray.com
205
20620030211
207 - (djm) Cygwin needs libcrypt too. Patch from vinschen@redhat.com
208
20920030206
210 - (djm) Teach fake-getaddrinfo to use getservbyname() when provided a
211 string service name. Suggested by markus@, review by itojun@
212
21320030131
214 - (bal) AIX 4.2.1 lacks nanosleep(). Patch to use nsleep() provided by
215 dtucker@zip.com.au
216
21720030130
218 - (djm) Unbreak root password auth. Spotted by dtucker@zip.com.au
219
220200301028
221 - (djm) Search libposix4 and librt for nanosleep. From dtucker@zip.com.au
222 and openssh-unix-dev@thewrittenword.com
223
224200301027
225 - (bal) Bugzilla 477 patch by wendyp@cray.com. Define TIOCGPGRP for
226 cray. Also removed test for tcgetpgrp in configure.ac since it
227 is no longer used.
228
22920030124
230 - (djm) OpenBSD CVS Sync
231 - jmc@cvs.openbsd.org 2003/01/23 08:58:47
232 [sshd_config.5]
233 typos; ok millert@
234 - markus@cvs.openbsd.org 2003/01/23 13:50:27
235 [authfd.c authfd.h readpass.c ssh-add.1 ssh-add.c ssh-agent.c]
236 ssh-add -c, prompt user for confirmation (using ssh-askpass) when
237 private agent key is used; with djm@; test by dugsong@, djm@;
238 ok deraadt@
239 - markus@cvs.openbsd.org 2003/01/23 14:01:53
240 [scp.c]
241 bandwidth limitation patch (scp -l) from niels@; ok todd@, deraadt@
242 - markus@cvs.openbsd.org 2003/01/23 14:06:15
243 [scp.1 scp.c]
244 scp -12; Sam Smith and others; ok provos@, deraadt@
245 - (djm) Add TIMEVAL_TO_TIMESPEC macros
246
24720030123
248 - (djm) OpenBSD CVS Sync
249 - djm@cvs.openbsd.org 2003/01/23 00:03:00
250 [auth1.c]
251 Don't log TIS auth response; "get rid of it" - markus@
252
25320030122
254 - (djm) OpenBSD CVS Sync
255 - marc@cvs.openbsd.org 2003/01/21 18:14:36
256 [ssh-agent.1 ssh-agent.c]
257 Add a -t life option to ssh-agent that set the default lifetime.
258 The default can still be overriden by using -t in ssh-add.
259 OK markus@
260 - (djm) Reorganise PAM & SIA password handling to eliminate some common code
261 - (djm) Sync regress with OpenBSD -current
262
26320030120
264 - (djm) Fix compilation for NetBSD from dtucker@zip.com.au
265 - (tim) [progressmeter.c] make compilers without long long happy.
266 - (tim) [configure.ac] Add -belf to build ELF binaries on OpenServer 5 when
267 using cc. (gcc already did)
268
26920030118
270 - (djm) Revert fix for Bug #442 for now.
271
27220030117
273 - (djm) Bug #470: Detect strnvis, not strvis in configure.
274 From d_wllms@lanl.gov
275
27620030116
277 - (djm) OpenBSD CVS Sync
278 - djm@cvs.openbsd.org 2003/01/16 03:41:55
279 [sftp-int.c]
280 explicitly use first glob result
281
28220030114
283 - (djm) OpenBSD CVS Sync
284 - fgsch@cvs.openbsd.org 2003/01/10 23:23:24
285 [sftp-int.c]
286 typo; from Nils Nordman <nino at nforced dot com>.
287 - markus@cvs.openbsd.org 2003/01/11 18:29:43
288 [log.c]
289 set fatal_cleanups to NULL in fatal_remove_all_cleanups();
290 dtucker@zip.com.au
291 - markus@cvs.openbsd.org 2003/01/12 16:57:02
292 [progressmeter.c]
293 allow WARNINGS=yes; ok djm@
294 - djm@cvs.openbsd.org 2003/01/13 11:04:04
295 [sftp-int.c]
296 make cmds[] array static to avoid conflict with BSDI libc.
297 mindrot bug #466. Fix from mdev@idg.nl; ok markus@
298 - djm@cvs.openbsd.org 2003/01/14 10:58:00
299 [sftp-client.c sftp-int.c]
300 Don't try to upload or download non-regular files. Report from
301 apoloval@pantuflo.escet.urjc.es; ok markus@
302
30320030113
304 - (djm) Rework openbsd-compat/setproctitle.c a bit: move emulation type
305 detection to configure.ac. Prompted by stevesk@
306 - (djm) Bug #467: Add a --disable-strip option to turn off stripping of
307 installed binaries. From mdev@idg.nl
308
30920030110
310 - (djm) Enable new setproctitle emulation for Linux, AIX and HP/UX. More
311 systems may be added later.
312 - (djm) OpenBSD CVS Sync
313 - djm@cvs.openbsd.org 2003/01/08 23:53:26
314 [sftp.1 sftp.c sftp-int.c sftp-int.h]
315 Cleanup error handling for batchmode
316 Allow blank lines and comments in input
317 Ability to suppress abort on error in batchmode ("-put blah")
318 Fixes mindrot bug #452; markus@ ok
319 - fgsch@cvs.openbsd.org 2003/01/10 08:19:07
320 [scp.c sftp.1 sftp.c sftp-client.c sftp-int.c progressmeter.c]
321 [progressmeter.h]
322 sftp progress meter support.
323 original diffs by Nils Nordman <nino at nforced dot com> via
324 markus@, merged to -current by me, djm@ ok.
325 - djm@cvs.openbsd.org 2003/01/10 08:48:15
326 [sftp-client.c]
327 Simplify and avoid redundancy in packet send and receive
328 functions; ok fgs@
329 - djm@cvs.openbsd.org 2003/01/10 10:29:35
330 [scp.c]
331 Don't ftruncate after write error, creating sparse files of
332 incorrect length
333 mindrot bug #403, reported by rusr@cup.hp.com; ok markus@
334 - djm@cvs.openbsd.org 2003/01/10 10:32:54
335 [channels.c]
336 hush socket() errors, except last. Fixes mindrot bug #408; ok markus@
337
33820030108
339 - (djm) Sync openbsd-compat/ with OpenBSD -current
340 - (djm) Avoid redundant xstrdup/xfree in auth2-pam.c. From Solar via markus@
341 - (djm) OpenBSD CVS Sync
342 - markus@cvs.openbsd.org 2003/01/01 18:08:52
343 [channels.c]
344 move big output buffer messages to debug2
345 - djm@cvs.openbsd.org 2003/01/06 23:51:22
346 [sftp-client.c]
347 Fix "get -p" download to not add user-write perm. mindrot bug #426
348 reported by gfernandez@livevault.com; ok markus@
349 - fgsch@cvs.openbsd.org 2003/01/07 23:42:54
350 [sftp.1]
351 add version; from Nils Nordman <nino at nforced dot com> via markus@.
352 markus@ ok
353 - (djm) Update README to reflect AIX's status as a well supported platform.
354 From dtucker@zip.com.au
355 - (tim) [Makefile.in configure.ac] replace fixpath with sed script. Patch
356 by Mo DeJong.
357 - (tim) [auth.c] declare today at top of allowed_user() to keep
358 older compilers happy.
359 - (tim) [scp.c] make compilers without long long happy.
360
36120030107
362 - (djm) Bug #401: Work around Linux breakage with IPv6 mapped addresses.
363 Based on fix from yoshfuji@linux-ipv6.org
364 - (djm) Bug #442: Check for and deny access to accounts with locked
365 passwords. Patch from dtucker@zip.com.au
366 - (djm) Bug #44: Use local mkstemp() rather than glibc's silly one. Fixes
367 Can't pass KRB4 TGT passing. Fix from: jan.iven@cern.ch
368 - (djm) Fix Bug #442 for PAM case
369 - (djm) Bug #110: bogus error messages in lastlog_get_entry(). Fix based
370 on one by peak@argo.troja.mff.cuni.cz
371 - (djm) Bug #111: Run syslog and stderr logging through strnvis to eliminate
372 nasties. Report from peak@argo.troja.mff.cuni.cz
373 - (djm) Bug #178: On AIX /etc/nologin wasnt't shown to users. Fix from
374 Ralf.Wenk@fh-karlsruhe.de and dtucker@zip.com.au
375 - (djm) Fix my fix of the fix for the Bug #442 for PAM case. Spotted by
376 dtucker@zip.com.au. Reorder for clarity too.
377
37820030103
379 - (djm) Bug #461: ssh-copy-id fails with no arguments. Patch from
380 cjwatson@debian.org
381 - (djm) Bug #460: Filling utmp[x]->ut_addr_v6 if present. Patch from
382 cjwatson@debian.org
383 - (djm) Bug #446: Set LOGIN env var to pw_name on AIX. Patch from
384 mii@ornl.gov
385
38620030101
387 - (stevesk) [session.c sshlogin.c sshlogin.h] complete portable
388 parts of pass addrlen with sockaddr * fix.
389 from Hajimu UMEMOTO <ume@FreeBSD.org>
390
39120021222
392 - (bal) OpenBSD CVS Sync
393 - fgsch@cvs.openbsd.org 2002/11/15 10:03:09
394 [authfile.c]
395 lseek(2) may return -1 when getting the public/private key lenght.
396 Simplify the code and check for errors using fstat(2).
397
398 Problem reported by Mauricio Sanchez, markus@ ok.
399 - markus@cvs.openbsd.org 2002/11/18 16:43:44
400 [clientloop.c]
401 don't overwrite SIG{INT,QUIT,TERM} handler if set to SIG_IGN;
402 e.g. if ssh is used for backup; report Joerg Schilling; ok millert@
403 - markus@cvs.openbsd.org 2002/11/21 22:22:50
404 [dh.c]
405 debug->debug2
406 - markus@cvs.openbsd.org 2002/11/21 22:45:31
407 [cipher.c kex.c packet.c sshconnect.c sshconnect2.c]
408 debug->debug2, unify debug messages
409 - deraadt@cvs.openbsd.org 2002/11/21 23:03:51
410 [auth-krb5.c auth1.c hostfile.h monitor_wrap.c sftp-client.c sftp-int.c ssh-add.c ssh-rsa.c
411 sshconnect.c]
412 KNF
413 - markus@cvs.openbsd.org 2002/11/21 23:04:33
414 [ssh.c]
415 debug->debug2
416 - stevesk@cvs.openbsd.org 2002/11/24 21:46:24
417 [ssh-keysign.8]
418 typo: "the the"
419 - wcobb@cvs.openbsd.org 2002/11/26 00:45:03
420 [scp.c ssh-keygen.c]
421 Remove unnecessary fflush(stderr) calls, stderr is unbuffered by default.
422 ok markus@
423 - stevesk@cvs.openbsd.org 2002/11/26 02:35:30
424 [ssh-keygen.1]
425 remove outdated statement; ok markus@ deraadt@
426 - stevesk@cvs.openbsd.org 2002/11/26 02:38:54
427 [canohost.c]
428 KNF, comment and error message repair; ok markus@
429 - markus@cvs.openbsd.org 2002/11/27 17:53:35
430 [scp.c sftp.c ssh.c]
431 allow usernames with embedded '@', e.g. scp user@vhost@realhost:file /tmp;
432 http://bugzilla.mindrot.org/show_bug.cgi?id=447; ok mouring@, millert@
433 - stevesk@cvs.openbsd.org 2002/12/04 04:36:47
434 [session.c]
435 remove xauth entries before add; PR 2994 from janjaap@stack.nl.
436 ok markus@
437 - markus@cvs.openbsd.org 2002/12/05 11:08:35
438 [scp.c]
439 use roundup() similar to rcp/util.c and avoid problems with strange
440 filesystem block sizes, noted by tjr@freebsd.org; ok djm@
441 - djm@cvs.openbsd.org 2002/12/06 05:20:02
442 [sftp.1]
443 Fix cut'n'paste error, spotted by matthias.riese@b-novative.de; ok deraadt@
444 - millert@cvs.openbsd.org 2002/12/09 16:50:30
445 [ssh.c]
446 Avoid setting optind to 0 as GNU getopt treats that like we do optreset.
447 markus@ OK
448 - markus@cvs.openbsd.org 2002/12/10 08:56:00
449 [session.c]
450 Make sure $SHELL points to the shell from the password file, even if shell
451 is overridden from login.conf; bug#453; semen at online.sinor.ru; ok millert@
452 - markus@cvs.openbsd.org 2002/12/10 19:26:50
453 [packet.c]
454 move tos handling to packet_set_tos; ok provos/henning/deraadt
455 - markus@cvs.openbsd.org 2002/12/10 19:47:14
456 [packet.c]
457 static
458 - markus@cvs.openbsd.org 2002/12/13 10:03:15
459 [channels.c misc.c sshconnect2.c]
460 cleanup debug messages, more useful information for the client user.
461 - markus@cvs.openbsd.org 2002/12/13 15:20:52
462 [scp.c]
463 1) include stalling time in total time
464 2) truncate filenames to 45 instead of 20 characters
465 3) print rate instead of progress bar, no more stars
466 4) scale output to tty width
467 based on a patch from Niels; ok fries@ lebel@ fgs@ millert@
468 - (bal) [msg.c msg.h scp.c ssh-keysign.c sshconnect2.c] Resync CVS IDs since
469 we already did s/msg_send/ssh_msg_send/
470
47120021205
472 - (djm) PERL-free fixpaths from stuge-openssh-unix-dev@cdy.org
473
47420021122
475 - (tim) [configure.ac] fix STDPATH test for IRIX. First reported by
476 advax@triumf.ca. This type of solution tested by <herb@sgi.com>
477
47820021113
479 - (tim) [configure.ac] remove unused variables no_libsocket and no_libnsl
480
48120021111
482 - (tim) [contrib/solaris/opensshd.in] add umask 022 so sshd.pid is
483 not world writable.
484
48520021109
486 - (bal) OpenBSD CVS Sync
487 - itojun@cvs.openbsd.org 2002/10/16 14:31:48
488 [sftp-common.c]
489 64bit pedant. %llu is "unsigned long long". markus ok
490 - markus@cvs.openbsd.org 2002/10/23 10:32:13
491 [packet.c]
492 use %u for u_int
493 - markus@cvs.openbsd.org 2002/10/23 10:40:16
494 [bufaux.c]
495 %u for u_int
496 - markus@cvs.openbsd.org 2002/11/04 10:07:53
497 [auth.c]
498 don't compare against pw_home if realpath fails for pw_home (seen
499 on AFS); ok djm@
500 - markus@cvs.openbsd.org 2002/11/04 10:09:51
501 [packet.c]
502 log before send disconnect; ok djm@
503 - markus@cvs.openbsd.org 2002/11/05 19:45:20
504 [monitor.c]
505 handle overflows for size_t larger than u_int; siw@goneko.de, bug #425
506 - markus@cvs.openbsd.org 2002/11/05 20:10:37
507 [sftp-client.c]
508 typo; GaryF@livevault.com
509 - markus@cvs.openbsd.org 2002/11/07 16:28:47
510 [sshd.c]
511 log to stderr if -ie is given, bug #414, prj@po.cwru.edu
512 - markus@cvs.openbsd.org 2002/11/07 22:08:07
513 [readconf.c readconf.h ssh-keysign.8 ssh-keysign.c]
514 we cannot use HostbasedAuthentication for enabling ssh-keysign(8),
515 because HostbasedAuthentication might be enabled based on the
516 target host and ssh-keysign(8) does not know the remote hostname
517 and not trust ssh(1) about the hostname, so we add a new option
518 EnableSSHKeysign; ok djm@, report from zierke@informatik.uni-hamburg.de
519 - markus@cvs.openbsd.org 2002/11/07 22:35:38
520 [scp.c]
521 check exit status from ssh, and exit(1) if ssh fails; bug#369;
522 binder@arago.de
523 - (bal) Update ssh-host-config and minor rewrite of bsd-cygwin_util.c
524 ntsec now default if cygwin version beginning w/ version 56. Patch
525 by Corinna Vinschen <vinschen@redhat.com>
526 - (bal) AIX does not log login attempts for unknown users (bug #432).
527 patch by dtucker@zip.com.au
528
52920021021
530 - (djm) Bug #400: Kill ssh-rand-helper children on timeout, patch from
531 dtucker@zip.com.au
532 - (djm) Bug #317: FreeBSD needs libutil.h for openpty() Report from
533 dirk.meyer@dinoex.sub.org
534
53520021015
536 - (bal) Fix bug id 383 and only call loginrestrict for AIX if not root.
537 - (bal) More advanced strsep test by Darren Tucker <dtucker@zip.com.au>
538
53920021015
540 - (tim) [contrib/caldera/openssh.spec] make ssh-agent setgid nobody
541
54220021004
543 - (bal) Disable post-authentication Privsep for OSF/1. It conflicts with
544 SIA.
545
54620021003
547 - (djm) OpenBSD CVS Sync
548 - markus@cvs.openbsd.org 2002/10/01 20:34:12
549 [ssh-agent.c]
550 allow root to access the agent, since there is no protection from root.
551 - markus@cvs.openbsd.org 2002/10/01 13:24:50
552 [version.h]
553 OpenSSH 3.5
554 - (djm) Bump RPM spec version numbers
555 - (djm) Bug #406: s/msg_send/ssh_msg_send/ for Mac OS X 1.2
556
55720020930
558 - (djm) Tidy contrib/, add Makefile for GNOME passphrase dialogs,
559 tweak README
560 - (djm) OpenBSD CVS Sync
561 - mickey@cvs.openbsd.org 2002/09/27 10:42:09
562 [compat.c compat.h sshd.c]
563 add a generic match for a prober, such as sie big brother;
564 idea from stevesk@; markus@ ok
565 - stevesk@cvs.openbsd.org 2002/09/27 15:46:21
566 [ssh.1]
567 clarify compression level protocol 1 only; ok markus@ deraadt@
568
56920020927
570 - (djm) OpenBSD CVS Sync
571 - markus@cvs.openbsd.org 2002/09/25 11:17:16
572 [sshd_config]
573 sync LoginGraceTime with default
574 - markus@cvs.openbsd.org 2002/09/25 15:19:02
575 [sshd.c]
576 typo; pilot@monkey.org
577 - markus@cvs.openbsd.org 2002/09/26 11:38:43
578 [auth1.c auth.h auth-krb4.c monitor.c monitor.h monitor_wrap.c]
579 [monitor_wrap.h]
580 krb4 + privsep; ok dugsong@, deraadt@
581
58220020925
583 - (bal) Fix issue where successfull login does not clear failure counts
584 in AIX. Patch by dtucker@zip.com.au ok by djm
585 - (tim) Cray fixes (bug 367) based on patch from Wendy Palm @ cray.
586 This does not include the deattack.c fixes.
587
58820020923
589 - (djm) OpenBSD CVS Sync
590 - stevesk@cvs.openbsd.org 2002/09/23 20:46:27
591 [canohost.c]
592 change get_peer_ipaddr() and get_local_ipaddr() to not return NULL for
593 non-sockets; fixes a problem passing NULL to snprintf(). ok markus@
594 - markus@cvs.openbsd.org 2002/09/23 22:11:05
595 [monitor.c]
596 only call auth_krb5 if kerberos is enabled; ok deraadt@
597 - markus@cvs.openbsd.org 2002/09/24 08:46:04
598 [monitor.c]
599 only call kerberos code for authctxt->valid
600 - todd@cvs.openbsd.org 2002/09/24 20:59:44
601 [sshd.8]
602 tweak the example $HOME/.ssh/rc script to not show on any cmdline the
603 sensitive data it handles. This fixes bug # 402 as reported by
604 kolya@mit.edu (Nickolai Zeldovich).
605 ok markus@ and stevesk@
606
60720020923
608 - (tim) [configure.ac] s/return/exit/ patch by dtucker@zip.com.au
609
61020020922
611 - (djm) OpenBSD CVS Sync
612 - stevesk@cvs.openbsd.org 2002/09/19 14:53:14
613 [compat.c]
614 - markus@cvs.openbsd.org 2002/09/19 15:51:23
615 [ssh-add.c]
616 typo; cd@kalkatraz.de
617 - stevesk@cvs.openbsd.org 2002/09/19 16:03:15
618 [serverloop.c]
619 log IP address also; ok markus@
620 - stevesk@cvs.openbsd.org 2002/09/20 18:41:29
621 [auth.c]
622 log illegal user here for missing privsep case (ssh2).
623 this is executed in the monitor. ok markus@
624
62520020919
626 - (djm) OpenBSD CVS Sync
627 - stevesk@cvs.openbsd.org 2002/09/12 19:11:52
628 [ssh-agent.c]
629 %u for uid print; ok markus@
630 - stevesk@cvs.openbsd.org 2002/09/12 19:50:36
631 [session.c ssh.1]
632 add SSH_CONNECTION and deprecate SSH_CLIENT; bug #384. ok markus@
633 - stevesk@cvs.openbsd.org 2002/09/13 19:23:09
634 [channels.c sshconnect.c sshd.c]
635 remove use of SO_LINGER, it should not be needed. error check
636 SO_REUSEADDR. fixup comments. ok markus@
637 - stevesk@cvs.openbsd.org 2002/09/16 19:55:33
638 [session.c]
639 log when _PATH_NOLOGIN exists; ok markus@
640 - stevesk@cvs.openbsd.org 2002/09/16 20:12:11
641 [sshd_config.5]
642 more details on X11Forwarding security issues and threats; ok markus@
643 - stevesk@cvs.openbsd.org 2002/09/16 22:03:13
644 [sshd.8]
645 reference moduli(5) in FILES /etc/moduli.
646 - itojun@cvs.openbsd.org 2002/09/17 07:47:02
647 [channels.c]
648 don't quit while creating X11 listening socket.
649 http://mail-index.netbsd.org/current-users/2002/09/16/0005.html
650 got from portable. markus ok
651 - djm@cvs.openbsd.org 2002/09/19 01:58:18
652 [ssh.c sshconnect.c]
653 bugzilla.mindrot.org #223 - ProxyCommands don't exit.
654 Patch from dtucker@zip.com.au; ok markus@
655
65620020912
657 - (djm) Made GNOME askpass programs return non-zero if cancel button is
658 pressed.
659 - (djm) Added getpeereid() replacement. Properly implemented for systems
660 with SO_PEERCRED support. Faked for systems which lack it.
661 - (djm) Sync sys/tree.h with OpenBSD -current. Rename tree.h and
662 fake-queue.h to sys-tree.h and sys-queue.h
663 - (djm) OpenBSD CVS Sync
664 - markus@cvs.openbsd.org 2002/09/08 20:24:08
665 [hostfile.h]
666 no comma at end of enumerator list
667 - itojun@cvs.openbsd.org 2002/09/09 06:48:06
668 [auth1.c auth.h auth-krb5.c monitor.c monitor.h]
669 [monitor_wrap.c monitor_wrap.h]
670 kerberos support for privsep. confirmed to work by lha@stacken.kth.se
671 patch from markus
672 - markus@cvs.openbsd.org 2002/09/09 14:54:15
673 [channels.c kex.h key.c monitor.c monitor_wrap.c radix.c uuencode.c]
674 signed vs unsigned from -pedantic; ok henning@
675 - markus@cvs.openbsd.org 2002/09/10 20:24:47
676 [ssh-agent.c]
677 check the euid of the connecting process with getpeereid(2);
678 ok provos deraadt stevesk
679 - stevesk@cvs.openbsd.org 2002/09/11 17:55:03
680 [ssh.1]
681 add agent and X11 forwarding warning text from ssh_config.5; ok markus@
682 - stevesk@cvs.openbsd.org 2002/09/11 18:27:26
683 [authfd.c authfd.h ssh.c]
684 don't connect to agent to test for presence if we've previously
685 connected; ok markus@
686 - djm@cvs.openbsd.org 2002/09/11 22:41:50
687 [sftp.1 sftp-client.c sftp-client.h sftp-common.c sftp-common.h]
688 [sftp-glob.c sftp-glob.h sftp-int.c sftp-server.c]
689 support for short/long listings and globbing in "ls"; ok markus@
690 - djm@cvs.openbsd.org 2002/09/12 00:13:06
691 [sftp-int.c]
692 zap unused var introduced in last commit
693
69420020911
695 - (djm) Sync openbsd-compat with OpenBSD -current
696
69720020910
698 - (djm) Bug #365: Read /.ssh/environment properly under CygWin.
699 Patch from Mark Bradshaw <bradshaw@staff.crosswalk.com>
700 - (djm) Bug #138: Make protocol 1 blowfish work with old OpenSSL.
701 Patch from Robert Halubek <rob@adso.com.pl>
702
70320020905
704 - (djm) OpenBSD CVS Sync
705 - stevesk@cvs.openbsd.org 2002/09/04 18:52:42
706 [servconf.c sshd.8 sshd_config.5]
707 default LoginGraceTime to 2m; 1m may be too short for slow systems.
708 ok markus@
709 - (djm) Merge openssh-TODO.patch from Redhat (null) beta
710 - (djm) Add gnome-ssh-askpass2.c (gtk2) by merge with patch from
711 Nalin Dahyabhai <nalin@redhat.com>
712 - (djm) Add support for building gtk2 password requestor from Redhat beta
713
71420020903
715 - (djm) Patch from itojun@ for Darwin OS: test getaddrinfo, reorder libcrypt
716 - (djm) Fix Redhat RPM build dependancy test
717 - (djm) OpenBSD CVS Sync
718 - markus@cvs.openbsd.org 2002/08/12 10:46:35
719 [ssh-agent.c]
720 make ssh-agent setgid, disallow ptrace.
721 - espie@cvs.openbsd.org 2002/08/21 11:20:59
722 [sshd.8]
723 `RSA' updated to refer to `public key', where it matters.
724 okay markus@
725 - stevesk@cvs.openbsd.org 2002/08/21 19:38:06
726 [servconf.c sshd.8 sshd_config sshd_config.5]
727 change LoginGraceTime default to 1 minute; ok mouring@ markus@
728 - stevesk@cvs.openbsd.org 2002/08/21 20:10:28
729 [ssh-agent.c]
730 raise listen backlog; ok markus@
731 - stevesk@cvs.openbsd.org 2002/08/22 19:27:53
732 [ssh-agent.c]
733 use common close function; ok markus@
734 - stevesk@cvs.openbsd.org 2002/08/22 19:38:42
735 [clientloop.c]
736 format with current EscapeChar; bugzilla #388 from wknox@mitre.org.
737 ok markus@
738 - stevesk@cvs.openbsd.org 2002/08/22 20:57:19
739 [ssh-agent.c]
740 shutdown(SHUT_RDWR) not needed before close here; ok markus@
741 - markus@cvs.openbsd.org 2002/08/22 21:33:58
742 [auth1.c auth2.c]
743 auth_root_allowed() is handled by the monitor in the privsep case,
744 so skip this for use_privsep, ok stevesk@, fixes bugzilla #387/325
745 - markus@cvs.openbsd.org 2002/08/22 21:45:41
746 [session.c]
747 send signal name (not signal number) in "exit-signal" message; noticed
748 by galb@vandyke.com
749 - stevesk@cvs.openbsd.org 2002/08/27 17:13:56
750 [ssh-rsa.c]
751 RSA_public_decrypt() returns -1 on error so len must be signed;
752 ok markus@
753 - stevesk@cvs.openbsd.org 2002/08/27 17:18:40
754 [ssh_config.5]
755 some warning text for ForwardAgent and ForwardX11; ok markus@
756 - stevesk@cvs.openbsd.org 2002/08/29 15:57:25
757 [monitor.c session.c sshlogin.c sshlogin.h]
758 pass addrlen with sockaddr *; from Hajimu UMEMOTO <ume@FreeBSD.org>
759 NOTE: there are also p-specific parts to this patch. ok markus@
760 - stevesk@cvs.openbsd.org 2002/08/29 16:02:54
761 [ssh.1 ssh.c]
762 deprecate -P as UsePrivilegedPort defaults to no now; ok markus@
763 - stevesk@cvs.openbsd.org 2002/08/29 16:09:02
764 [ssh_config.5]
765 more on UsePrivilegedPort and setuid root; ok markus@
766 - stevesk@cvs.openbsd.org 2002/08/29 19:49:42
767 [ssh.c]
768 shrink initial privilege bracket for setuid case; ok markus@
769 - stevesk@cvs.openbsd.org 2002/08/29 22:54:10
770 [ssh_config.5 sshd_config.5]
771 state XAuthLocation is a full pathname
772
77320020820
774 - OpenBSD CVS Sync
775 - millert@cvs.openbsd.org 2002/08/02 14:43:15
776 [monitor.c monitor_mm.c]
777 Change mm_zalloc() sanity checks to be more in line with what
778 we do in calloc() and add a check to monitor_mm.c.
779 OK provos@ and markus@
780 - marc@cvs.openbsd.org 2002/08/02 16:00:07
781 [ssh.1 sshd.8]
782 note that .ssh/environment is only read when
783 allowed (PermitUserEnvironment in sshd_config).
784 OK markus@
785 - markus@cvs.openbsd.org 2002/08/02 21:23:41
786 [ssh-rsa.c]
787 diff is u_int (2x); ok deraadt/provos
788 - markus@cvs.openbsd.org 2002/08/02 22:20:30
789 [ssh-rsa.c]
790 replace RSA_verify with our own version and avoid the OpenSSL ASN.1 parser
791 for authentication; ok deraadt/djm
792 - aaron@cvs.openbsd.org 2002/08/08 13:50:23
793 [sshconnect1.c]
794 Use & to test if bits are set, not &&; markus@ ok.
795 - stevesk@cvs.openbsd.org 2002/08/08 23:54:52
796 [auth.c]
797 typo in comment
798 - stevesk@cvs.openbsd.org 2002/08/09 17:21:42
799 [sshd_config.5]
800 use Op for mdoc conformance; from esr@golux.thyrsus.com
801 ok aaron@
802 - stevesk@cvs.openbsd.org 2002/08/09 17:41:12
803 [sshd_config.5]
804 proxy vs. fake display
805 - stevesk@cvs.openbsd.org 2002/08/12 17:30:35
806 [ssh.1 sshd.8 sshd_config.5]
807 more PermitUserEnvironment; ok markus@
808 - stevesk@cvs.openbsd.org 2002/08/17 23:07:14
809 [ssh.1]
810 ForwardAgent has defaulted to no for over 2 years; be more clear here.
811 - stevesk@cvs.openbsd.org 2002/08/17 23:55:01
812 [ssh_config.5]
813 ordered list here
814 - (bal) [defines.h] Some platforms don't have SIZE_T_MAX. So assign
815 it to ULONG_MAX.
816
81720020813
818 - (tim) [configure.ac] Display OpenSSL header/library version.
819 Patch by dtucker@zip.com.au
820
82120020731
822 - (bal) OpenBSD CVS Sync
823 - markus@cvs.openbsd.org 2002/07/24 16:11:18
824 [hostfile.c hostfile.h sshconnect.c]
825 print out all known keys for a host if we get a unknown host key,
826 see discussion at http://marc.theaimsgroup.com/?t=101069210100016&r=1&w=4
827
828 the ssharp mitm tool attacks users in a similar way, so i'd like to
829 pointed out again:
830 A MITM attack is always possible if the ssh client prints:
831 The authenticity of host 'bla' can't be established.
832 (protocol version 2 with pubkey authentication allows you to detect
833 MITM attacks)
834 - mouring@cvs.openbsd.org 2002/07/25 01:16:59
835 [sftp.c]
836 FallBackToRsh does not exist anywhere else. Remove it from here.
837 OK deraadt.
838 - markus@cvs.openbsd.org 2002/07/29 18:57:30
839 [sshconnect.c]
840 print file:line
841 - markus@cvs.openbsd.org 2002/07/30 17:03:55
842 [auth-options.c servconf.c servconf.h session.c sshd_config sshd_config.5]
843 add PermitUserEnvironment (off by default!); from dot@dotat.at;
844 ok provos, deraadt
845
84620020730
847 - (bal) [uidswap.c] SCO compile correction by gert@greenie.muc.de
848
84920020728
850 - (stevesk) [auth-pam.c] should use PAM_MSG_MEMBER(); from solar
851 - (stevesk) [CREDITS] solar
852 - (stevesk) [ssh-rand-helper.c] RAND_bytes() and SHA1_Final() unsigned
853 char arg.
854
85520020725
856 - (djm) Remove some cruft from INSTALL
857 - (djm) Latest config.guess and config.sub from ftp://ftp.gnu.org/gnu/config/
858
85920020723
860 - (bal) [bsd-cray.c bsd-cray.h] Part 2 of Cray merger.
861 - (bal) sync ID w/ ssh-agent.c
862 - (bal) OpenBSD Sync
863 - markus@cvs.openbsd.org 2002/07/19 15:43:33
864 [log.c log.h session.c sshd.c]
865 remove fatal cleanups after fork; based on discussions with and code
866 from solar.
867 - stevesk@cvs.openbsd.org 2002/07/19 17:42:40
868 [ssh.c]
869 display a warning from ssh when XAuthLocation does not exist or xauth
870 returned no authentication data. ok markus@
871 - stevesk@cvs.openbsd.org 2002/07/21 18:32:20
872 [auth-options.c]
873 unneeded includes
874 - stevesk@cvs.openbsd.org 2002/07/21 18:34:43
875 [auth-options.h]
876 remove invalid comment
877 - markus@cvs.openbsd.org 2002/07/22 11:03:06
878 [session.c]
879 fallback to _PATH_STDPATH on setusercontext+LOGIN_SETPATH errors;
880 - stevesk@cvs.openbsd.org 2002/07/22 17:32:56
881 [monitor.c]
882 u_int here; ok provos@
883 - stevesk@cvs.openbsd.org 2002/07/23 16:03:10
884 [sshd.c]
885 utmp_len is unsigned; display error consistent with other options.
886 ok markus@
887 - stevesk@cvs.openbsd.org 2002/07/15 17:15:31
888 [uidswap.c]
889 little more debugging; ok markus@
890
89120020722
892 - (bal) AIX tty data limiting patch fix by leigh@solinno.co.uk
893 - (stevesk) [xmmap.c] missing prototype for fatal()
894 - (bal) [configure.ac defines.h loginrec.c sshd.c sshpty.c] Partial sync
895 with Cray (mostly #ifdef renaming). Patch by wendyp@cray.com.
896 - (bal) [configure.ac] Missing ;; from cray patch.
897 - (bal) [monitor_mm.c openbsd-compat/xmmap.h] Move xmmap() defines
898 into it's own header.
899 - (stevesk) [auth-pam.[ch] session.c] pam_getenvlist() must be
900 freed by the caller; add free_pam_environment() and use it.
901 - (stevesk) [auth-pam.c] typo in comment
902
90320020721
904 - (stevesk) [auth-pam.c] merge cosmetic changes from solar's
905 openssh-3.4p1-owl-password-changing.diff
906 - (stevesk) [auth-pam.c] merge rest of solar's PAM patch;
907 PAM_NEW_AUTHTOK_REQD remains in #if 0 for now.
908 - (stevesk) [auth-pam.c] cast to avoid initialization type mismatch
909 warning on pam_conv struct conversation function.
910 - (stevesk) [auth-pam.h] license
911 - (stevesk) [auth-pam.h] unneeded include
912 - (stevesk) [auth-pam.[ch] ssh.h] move SSHD_PAM_SERVICE to auth-pam.h
913
91420020720
915 - (stevesk) [ssh-keygen.c] bug #231: always init/seed_rng().
916
91720020719
918 - (tim) [contrib/solaris/buildpkg.sh] create privsep user/group if needed.
919 Patch by dtucker@zip.com.au
920 - (tim) [configure.ac] test for libxnet on HP. Patch by dtucker@zip.com.au
921
92220020718
923 - (tim) [defines.h] Bug 313 patch by dirk.meyer@dinoex.sub.org
924 - (tim) [monitor_mm.c] add missing declaration for xmmap(). Reported
925 by ayamura@ayamura.org
926 - (tim) [configure.ac] Bug 267 rework int64_t test.
927 - (tim) [includes.h] Bug 267 add stdint.h
928
92920020717
930 - (bal) aixbff package updated by dtucker@zip.com.au
931 - (tim) [configure.ac] change how we do paths in AC_PATH_PROGS tests
932 for autoconf 2.53. Based on a patch by jrj@purdue.edu
933
93420020716
935 - (tim) [contrib/solaris/opensshd.in] Only kill sshd if .pid file found
936
93720020715
938 - (bal) OpenBSD CVS Sync
939 - itojun@cvs.openbsd.org 2002/07/12 13:29:09
940 [sshconnect.c]
941 print connect failure during debugging mode.
942 - markus@cvs.openbsd.org 2002/07/12 15:50:17
943 [cipher.c]
944 EVP_CIPH_CUSTOM_IV for our own rijndael
945 - (bal) Remove unused tty defined in do_setusercontext() pointed out by
946 dtucker@zip.com.au plus a a more KNF since I am near it.
947 - (bal) Privsep user creation support in Solaris buildpkg.sh by
948 dtucker@zip.com.au
949
95020020714
951 - (tim) [Makefile.in] replace "id sshd" with "sshd -t"
952 - (bal/tim) [acconfig.h configure.ac monitor_mm.c servconf.c
953 openbsd-compat/Makefile.in] support compression on platforms that
954 have no/broken MAP_ANON. Moved code to openbsd-compat/xmmap.c
955 Based on patch from nalin@redhat.com of code extracted from Owl's package
956 - (tim) [ssh_prng_cmds.in] Bug 323 arp -n flag doesn't exist under Solaris.
957 report by chris@by-design.net
958 - (tim) [loginrec.c] Bug 347: Fix typo (WTMPX_FILE) report by rodney@bond.net
959 - (tim) [loginrec.c] Bug 348: add missing found = 1; to wtmpx_islogin()
960 report by rodney@bond.net
961
96220020712
963 - (tim) [Makefile.in] quiet down install-files: and check-user:
964 - (tim) [configure.ac] remove unused filepriv line
965
96620020710
967 - (tim) [contrib/cygwin/ssh-host-config] explicitely sets the permissions
968 on /var/empty to 755 Patch by vinschen@redhat.com
969 - (bal) OpenBSD CVS Sync
970 - itojun@cvs.openbsd.org 2002/07/09 11:56:50
971 [sshconnect.c]
972 silently try next address on connect(2). markus ok
973 - itojun@cvs.openbsd.org 2002/07/09 11:56:27
974 [canohost.c]
975 suppress log on reverse lookup failiure, as there's no real value in
976 doing so.
977 markus ok
978 - itojun@cvs.openbsd.org 2002/07/09 12:04:02
979 [sshconnect.c]
980 ed static function (less warnings)
981 - stevesk@cvs.openbsd.org 2002/07/09 17:46:25
982 [sshd_config.5]
983 clarify no preference ordering in protocol list; ok markus@
984 - itojun@cvs.openbsd.org 2002/07/10 10:28:15
985 [sshconnect.c]
986 bark if all connection attempt fails.
987 - deraadt@cvs.openbsd.org 2002/07/10 17:53:54
988 [rijndael.c]
989 use right sizeof in memcpy; markus ok
990
99120020709
992 - (bal) NO_IPPORT_RESERVED_CONCEPT used instead of CYGWIN so other platforms
993 lacking that concept can share it. Patch by vinschen@redhat.com
994
99520020708
996 - (tim) [openssh/contrib/solaris/buildpkg.sh] add PKG_INSTALL_ROOT to
997 work in a jumpstart environment. patch by kbrint@rufus.net
998 - (tim) [Makefile.in] workaround for broken pakadd on some systems.
999 - (tim) [configure.ac] fix libc89 utimes test. Mention default path for
1000 --with-privsep-path=
1001
100220020707
1003 - (tim) [Makefile.in] use umask instead of chmod on $(PRIVSEP_PATH)
1004 - (tim) [acconfig.h configure.ac sshd.c]
1005 s/BROKEN_FD_PASSING/DISABLE_FD_PASSING/
1006 - (tim) [contrib/cygwin/ssh-host-config] sshd account creation fixes
1007 patch from vinschen@redhat.com
1008 - (bal) [realpath.c] Updated with OpenBSD tree.
1009 - (bal) OpenBSD CVS Sync
1010 - deraadt@cvs.openbsd.org 2002/07/04 04:15:33
1011 [key.c monitor_wrap.c sftp-glob.c ssh-dss.c ssh-rsa.c]
1012 patch memory leaks; grendel@zeitbombe.org
1013 - deraadt@cvs.openbsd.org 2002/07/04 08:12:15
1014 [channels.c packet.c]
1015 blah blah minor nothing as i read and re-read and re-read...
1016 - markus@cvs.openbsd.org 2002/07/04 10:41:47
1017 [key.c monitor_wrap.c ssh-dss.c ssh-rsa.c]
1018 don't allocate, copy, and discard if there is not interested in the data;
1019 ok deraadt@
1020 - deraadt@cvs.openbsd.org 2002/07/06 01:00:49
1021 [log.c]
1022 KNF
1023 - deraadt@cvs.openbsd.org 2002/07/06 01:01:26
1024 [ssh-keyscan.c]
1025 KNF, realloc fix, and clean usage
1026 - stevesk@cvs.openbsd.org 2002/07/06 17:47:58
1027 [ssh-keyscan.c]
1028 unused variable
1029 - (bal) Minor KNF on ssh-keyscan.c
1030
103120020705
1032 - (tim) [configure.ac] AIX 4.2.1 has authenticate() in libs.
1033 Reported by Darren Tucker <dtucker@zip.com.au>
1034 - (tim) [contrib/cygwin/ssh-host-config] double slash corrction
1035 from vinschen@redhat.com
1036
103720020704
1038 - (bal) Limit data to TTY for AIX only (Newer versions can't handle the
1039 faster data rate) Bug #124
1040 - (bal) glob.c defines TILDE and AIX also defines it. #undef it first.
1041 bug #265
1042 - (bal) One too many nulls in ports-aix.c
1043
104420020703
1045 - (bal) Updated contrib/cygwin/ patch by vinschen@redhat.com
1046 - (bal) minor correction to utimes() replacement. Patch by
1047 onoe@sm.sony.co.jp
1048 - OpenBSD CVS Sync
1049 - markus@cvs.openbsd.org 2002/06/27 08:49:44
1050 [dh.c ssh-keyscan.c sshconnect.c]
1051 more checks for NULL pointers; from grendel@zeitbombe.org; ok deraadt@
1052 - deraadt@cvs.openbsd.org 2002/06/27 09:08:00
1053 [monitor.c]
1054 improve mm_zalloc check; markus ok
1055 - deraadt@cvs.openbsd.org 2002/06/27 10:35:47
1056 [auth2-none.c monitor.c sftp-client.c]
1057 use xfree()
1058 - stevesk@cvs.openbsd.org 2002/06/27 19:49:08
1059 [ssh-keyscan.c]
1060 use convtime(); ok markus@
1061 - millert@cvs.openbsd.org 2002/06/28 01:49:31
1062 [monitor_mm.c]
1063 tree(3) wants an int return value for its compare functions and
1064 the difference between two pointers is not an int. Just do the
1065 safest thing and store the result in a long and then return 0,
1066 -1, or 1 based on that result.
1067 - deraadt@cvs.openbsd.org 2002/06/28 01:50:37
1068 [monitor_wrap.c]
1069 use ssize_t
1070 - deraadt@cvs.openbsd.org 2002/06/28 10:08:25
1071 [sshd.c]
1072 range check -u option at invocation
1073 - deraadt@cvs.openbsd.org 2002/06/28 23:05:06
1074 [sshd.c]
1075 gidset[2] -> gidset[1]; markus ok
1076 - deraadt@cvs.openbsd.org 2002/06/30 21:54:16
1077 [auth2.c session.c sshd.c]
1078 lint asks that we use names that do not overlap
1079 - deraadt@cvs.openbsd.org 2002/06/30 21:59:45
1080 [auth-bsdauth.c auth-skey.c auth2-chall.c clientloop.c key.c
1081 monitor_wrap.c monitor_wrap.h scard.h session.h sftp-glob.c ssh.c
1082 sshconnect2.c sshd.c]
1083 minor KNF
1084 - deraadt@cvs.openbsd.org 2002/07/01 16:15:25
1085 [msg.c]
1086 %u
1087 - markus@cvs.openbsd.org 2002/07/01 19:48:46
1088 [sshconnect2.c]
1089 for compression=yes, we fallback to no-compression if the server does
1090 not support compression, vice versa for compression=no. ok mouring@
1091 - markus@cvs.openbsd.org 2002/07/03 09:55:38
1092 [ssh-keysign.c]
1093 use RSA_blinding_on() for rsa hostkeys (suggested by Bill Sommerfeld)
1094 in order to avoid a possible Kocher timing attack pointed out by Charles
1095 Hannum; ok provos@
1096 - markus@cvs.openbsd.org 2002/07/03 14:21:05
1097 [ssh-keysign.8 ssh-keysign.c ssh.c ssh_config]
1098 re-enable ssh-keysign's sbit, but make ssh-keysign read
1099 /etc/ssh/ssh_config and exit if HostbasedAuthentication is disabled
1100 globally. based on discussions with deraadt, itojun and sommerfeld;
1101 ok itojun@
1102 - (bal) Failed password attempts don't increment counter on AIX. Bug #145
1103 - (bal) Missed Makefile.in change. keysign needs readconf.o
1104 - (bal) Clean up aix_usrinfo(). Ignore TTY= period I guess.
1105
110620020702
1107 - (djm) Use PAM_MSG_MEMBER for PAM_TEXT_INFO messages, use xmalloc &
1108 friends consistently. Spotted by Solar Designer <solar@openwall.com>
1109
111020020629
1111 - (bal) fix to auth2-pam.c to swap fatal() arguments, A bit of style
1112 clean up while I'm near it.
1113
111420020628
1115 - (stevesk) [sshd_config] PAMAuthenticationViaKbdInt no; commented
1116 options should contain default value. from solar.
1117 - (bal) Cygwin uid0 fix by vinschen@redhat.com
1118 - (bal) s/config.h/includes.h/ in openbsd-compat/ for *.c. Otherwise wise
1119 have issues of our fixes not propogating right (ie bcopy instead of
1120 memmove). OK tim
1121 - (bal) FreeBSD needs <sys/types.h> to detect if mmap() is supported.
1122 Bug #303
1123
112420020627
1125 - OpenBSD CVS Sync
1126 - deraadt@cvs.openbsd.org 2002/06/26 14:49:36
1127 [monitor.c]
1128 correct %u
1129 - deraadt@cvs.openbsd.org 2002/06/26 14:50:04
1130 [monitor_fdpass.c]
1131 use ssize_t for recvmsg() and sendmsg() return
1132 - markus@cvs.openbsd.org 2002/06/26 14:51:33
1133 [ssh-add.c]
1134 fix exit code for -X/-x
1135 - deraadt@cvs.openbsd.org 2002/06/26 15:00:32
1136 [monitor_wrap.c]
1137 more %u
1138 - markus@cvs.openbsd.org 2002/06/26 22:27:32
1139 [ssh-keysign.c]
1140 bug #304, xfree(data) called to early; openssh@sigint.cs.purdue.edu
1141
114220020626
1143 - (stevesk) [monitor.c] remove duplicate proto15 dispatch entry for PAM
1144 - (bal) OpenBSD CVS Sync
1145 - markus@cvs.openbsd.org 2002/06/23 21:34:07
1146 [channels.c]
1147 tcode is u_int
1148 - markus@cvs.openbsd.org 2002/06/24 13:12:23
1149 [ssh-agent.1]
1150 the socket name contains ssh-agent's ppid; via mpech@ from form@
1151 - markus@cvs.openbsd.org 2002/06/24 14:33:27
1152 [channels.c channels.h clientloop.c serverloop.c]
1153 move channel counter to u_int
1154 - markus@cvs.openbsd.org 2002/06/24 14:55:38
1155 [authfile.c kex.c ssh-agent.c]
1156 cat to (void) when output from buffer_get_X is ignored
1157 - itojun@cvs.openbsd.org 2002/06/24 15:49:22
1158 [msg.c]
1159 printf type pedant
1160 - deraadt@cvs.openbsd.org 2002/06/24 17:57:20
1161 [sftp-server.c sshpty.c]
1162 explicit (u_int) for uid and gid
1163 - markus@cvs.openbsd.org 2002/06/25 16:22:42
1164 [authfd.c]
1165 unnecessary cast
1166 - markus@cvs.openbsd.org 2002/06/25 18:51:04
1167 [sshd.c]
1168 lightweight do_setusercontext after chroot()
1169 - (bal) Updated AIX package build. Patch by dtucker@zip.com.au
1170 - (tim) [Makefile.in] fix test on installing ssh-rand-helper.8
1171 - (bal) added back in error check for mmap(). I screwed up, Pointed
1172 out by stevesk@
1173 - (tim) [README.privsep] UnixWare tip no longer needed.
1174 - (bal) fixed NeXTStep missing munmap() issue. It defines HAVE_MMAP,
1175 but it all damned lies.
1176 - (stevesk) [README.privsep] more for sshd pseudo-account.
1177 - (tim) [contrib/caldera/openssh.spec] add support for privsep
1178 - (djm) setlogin needs pgid==pid on BSD/OS; from itojun@
1179 - (djm) OpenBSD CVS Sync
1180 - markus@cvs.openbsd.org 2002/06/26 08:53:12
1181 [bufaux.c]
1182 limit size of BNs to 8KB; ok provos/deraadt
1183 - markus@cvs.openbsd.org 2002/06/26 08:54:18
1184 [buffer.c]
1185 limit append to 1MB and buffers to 10MB
1186 - markus@cvs.openbsd.org 2002/06/26 08:55:02
1187 [channels.c]
1188 limit # of channels to 10000
1189 - markus@cvs.openbsd.org 2002/06/26 08:58:26
1190 [session.c]
1191 limit # of env vars to 1000; ok deraadt/djm
1192 - deraadt@cvs.openbsd.org 2002/06/26 13:20:57
1193 [monitor.c]
1194 be careful in mm_zalloc
1195 - deraadt@cvs.openbsd.org 2002/06/26 13:49:26
1196 [session.c]
1197 disclose less information from environment files; based on input
1198 from djm, and dschultz@uclink.Berkeley.EDU
1199 - markus@cvs.openbsd.org 2002/06/26 13:55:37
1200 [auth2-chall.c]
1201 make sure # of response matches # of queries, fixes int overflow;
1202 from ISS
1203 - markus@cvs.openbsd.org 2002/06/26 13:56:27
1204 [version.h]
1205 3.4
1206 - (djm) Require krb5 devel for RPM build w/ KrbV
1207 - (djm) Improve PAMAuthenticationViaKbdInt text from Nalin Dahyabhai
1208 <nalin@redhat.com>
1209 - (djm) Update spec files for release
1210 - (djm) Fix int overflow in auth2-pam.c, similar to one discovered by ISS
1211 - (djm) Release 3.4p1
1212 - (tim) [contrib/caldera/openssh.spec] remove 2 configure options I put in
1213 by mistake
1214
121520020625
1216 - (stevesk) [INSTALL acconfig.h configure.ac defines.h] remove --with-rsh
1217 - (stevesk) [README.privsep] minor updates
1218 - (djm) Create privsep directory and warn if privsep user is missing
1219 during make install
1220 - (bal) Started list of PrivSep issues in TODO
1221 - (bal) if mmap() is substandard, don't allow compression on server side.
1222 Post 'event' we will add more options.
1223 - (tim) [contrib/caldera/openssh.spec] Sync with Caldera
1224 - (bal) moved aix_usrinfo() and noted not setting real TTY. Patch by
1225 dtucker@zip.com.au
1226 - (tim) [acconfig.h configure.ac sshd.c] BROKEN_FD_PASSING fix from Markus
1227 for Cygwin, Cray, & SCO
1228
122920020624
1230 - OpenBSD CVS Sync
1231 - deraadt@cvs.openbsd.org 2002/06/23 03:25:50
1232 [tildexpand.c]
1233 KNF
1234 - deraadt@cvs.openbsd.org 2002/06/23 03:26:19
1235 [cipher.c key.c]
1236 KNF
1237 - deraadt@cvs.openbsd.org 2002/06/23 03:30:58
1238 [scard.c ssh-dss.c ssh-rsa.c sshconnect.c sshconnect2.c sshd.c sshlogin.c
1239 sshpty.c]
1240 various KNF and %d for unsigned
1241 - deraadt@cvs.openbsd.org 2002/06/23 09:30:14
1242 [sftp-client.c sftp-client.h sftp-common.c sftp-int.c sftp-server.c
1243 sftp.c]
1244 bunch of u_int vs int stuff
1245 - deraadt@cvs.openbsd.org 2002/06/23 09:39:55
1246 [ssh-keygen.c]
1247 u_int stuff
1248 - deraadt@cvs.openbsd.org 2002/06/23 09:46:51
1249 [bufaux.c servconf.c]
1250 minor KNF. things the fingers do while you read
1251 - deraadt@cvs.openbsd.org 2002/06/23 10:29:52
1252 [ssh-agent.c sshd.c]
1253 some minor KNF and %u
1254 - deraadt@cvs.openbsd.org 2002/06/23 20:39:45
1255 [session.c]
1256 compression_level is u_int
1257 - deraadt@cvs.openbsd.org 2002/06/23 21:06:13
1258 [sshpty.c]
1259 KNF
1260 - deraadt@cvs.openbsd.org 2002/06/23 21:06:41
1261 [channels.c channels.h session.c session.h]
1262 display, screen, row, col, xpixel, ypixel are u_int; markus ok
1263 - deraadt@cvs.openbsd.org 2002/06/23 21:10:02
1264 [packet.c]
1265 packet_get_int() returns unsigned for reason & seqnr
1266 - (bal) Also fixed IPADDR_IN_DISPLAY case where display, screen, row, col,
1267 xpixel are u_int.
1268
1269
127020020623
1271 - (stevesk) [configure.ac] bug #255 LOGIN_NEEDS_UTMPX for AIX.
1272 - (bal) removed GNUism for getops in ssh-agent since glibc lacks optreset.
1273 - (bal) add extern char *getopt. Based on report by dtucker@zip.com.au
1274 - OpenBSD CVS Sync
1275 - stevesk@cvs.openbsd.org 2002/06/22 02:00:29
1276 [ssh.h]
1277 correct comment
1278 - stevesk@cvs.openbsd.org 2002/06/22 02:40:23
1279 [ssh.1]
1280 section 5 not 4 for ssh_config
1281 - naddy@cvs.openbsd.org 2002/06/22 11:51:39
1282 [ssh.1]
1283 typo
1284 - stevesk@cvs.openbsd.org 2002/06/22 16:32:54
1285 [sshd.8]
1286 add /var/empty in FILES section
1287 - stevesk@cvs.openbsd.org 2002/06/22 16:40:19
1288 [sshd.c]
1289 check /var/empty owner mode; ok provos@
1290 - stevesk@cvs.openbsd.org 2002/06/22 16:41:57
1291 [scp.1]
1292 typo
1293 - stevesk@cvs.openbsd.org 2002/06/22 16:45:29
1294 [ssh-agent.1 sshd.8 sshd_config.5]
1295 use process ID vs. pid/PID/process identifier
1296 - stevesk@cvs.openbsd.org 2002/06/22 20:05:27
1297 [sshd.c]
1298 don't call setsid() if debugging or run from inetd; no "Operation not
1299 permitted" errors now; ok millert@ markus@
1300 - stevesk@cvs.openbsd.org 2002/06/22 23:09:51
1301 [monitor.c]
1302 save auth method before monitor_reset_key_state(); bugzilla bug #284;
1303 ok provos@
1304
1305$Id: ChangeLog,v 1.2648.2.1 2003/04/29 09:12:07 djm Exp $