]> andersk Git - openssh.git/blame - ChangeLog
- [regress/sftp-badcmds.sh regress/sftp-cmds.sh regress/sftp.sh
[openssh.git] / ChangeLog
CommitLineData
7ed6b890 120030904
2 - (dtucker) Portablize regression tests. Parts contributed by Roumen
3 Petrov, David M. Williams and Corinna Vinschen.
4 - [Makefile.in] Add "make tests" target and "make clean" hooks.
584c5ed9 5 - [regress/agent-getpeereid.sh] Skip test on platforms that don't support
6 getpeereid.
335f57ae 7 - [regress/agent-ptrace.sh] Skip tests if platform doesn't support it or
8 gdb cannot be found.
c4cc19d5 9 - [regress/reconfigure/sh] Make path to sshd fully qualified if required.
e4f79c8f 10 - [regress/rekey.sh] Remove dependence on /dev/zero (not all platforms have
11 it). The sparse file will take less disk space too.
783a8283 12 - [regress/sftp-cmds.sh] Ensure file used for test are readable.
9a7cf6f2 13 - [regress/stderr-after-eof.sh] Search for a usable checksum program.
83d96134 14 - [regress/sftp-badcmds.sh regress/sftp-cmds.sh regress/sftp.sh
15 regress/ssh-com-client.sh regress/ssh-com-sftp.sh regress/stderr-data.sh
16 regress/transfer.sh] Use ${EXEEXT} where appropriate.
7ed6b890 17
96d0bf74 1820030903
19 - (djm) OpenBSD CVS Sync
20 - markus@cvs.openbsd.org 2003/08/26 09:58:43
21 [auth-passwd.c auth.c auth.h auth1.c auth2-none.c auth2-passwd.c]
22 [auth2.c monitor.c]
23 fix passwd auth for 'username leaks via timing'; with djm@, original
24 patches from solar
5f2a8485 25 - markus@cvs.openbsd.org 2003/08/28 12:54:34
26 [auth.h]
27 remove kerberos support from ssh1, since it has been replaced with GSSAPI;
28 but keep kerberos passwd auth for ssh1 and 2; ok djm, hin, henning, ...
b6f9987b 29 - markus@cvs.openbsd.org 2003/09/02 16:40:29
30 [version.h]
31 enter 3.7
d0445371 32 - jmc@cvs.openbsd.org 2003/09/02 18:50:06
33 [sftp.1 ssh_config.5]
34 escape punctuation;
35 ok deraadt@
96d0bf74 36
408fb07b 3720030902
eb18f58d 38 - (djm) OpenBSD CVS Sync
39 - deraadt@cvs.openbsd.org 2003/08/24 17:36:51
40 [auth2-gss.c]
41 64 bit cleanups; markus ok
8f73f7bb 42 - markus@cvs.openbsd.org 2003/08/28 12:54:34
43 [auth-krb5.c auth.h auth1.c monitor.c monitor.h monitor_wrap.c]
44 [monitor_wrap.h readconf.c servconf.c session.c ssh_config.5]
45 [sshconnect1.c sshd.c sshd_config sshd_config.5]
46 remove kerberos support from ssh1, since it has been replaced with GSSAPI;
47 but keep kerberos passwd auth for ssh1 and 2; ok djm, hin, henning, ...
e3e69949 48 - markus@cvs.openbsd.org 2003/08/29 10:03:15
49 [compat.c compat.h]
50 SSH_BUG_K5USER is unused; ok henning@
d7ac5f18 51 - markus@cvs.openbsd.org 2003/08/29 10:04:36
52 [channels.c nchan.c]
53 be less chatty; debug -> debug2, cleanup; ok henning@
8e382949 54 - markus@cvs.openbsd.org 2003/08/31 10:26:04
55 [progressmeter.c]
56 pass file_size + 1 to snprintf: fixes printing of truncated
57 file names; fix based on patch/report from sturm@;
3845a9ac 58 - markus@cvs.openbsd.org 2003/08/31 12:14:22
59 [progressmeter.c]
60 do write to buf[-1]
f89f8ddc 61 - markus@cvs.openbsd.org 2003/08/31 13:29:05
62 [session.c]
63 call ssh_gssapi_storecreds conditionally from do_exec();
64 with sxw@inf.ed.ac.uk
96573c26 65 - markus@cvs.openbsd.org 2003/08/31 13:30:18
66 [gss-serv.c]
67 correct string termination in parse_ename(); sxw@inf.ed.ac.uk
a7958e7b 68 - markus@cvs.openbsd.org 2003/08/31 13:31:57
69 [gss-serv.c]
70 whitspace KNF
105b07db 71 - markus@cvs.openbsd.org 2003/09/01 09:50:04
72 [sshd_config.5]
73 gss kex is not supported; sxw@inf.ed.ac.uk
eac292f8 74 - markus@cvs.openbsd.org 2003/09/01 12:50:46
75 [readconf.c]
76 rm gssapidelegatecreds alias; never supported before
00fee838 77 - markus@cvs.openbsd.org 2003/09/01 13:52:18
78 [ssh.h]
79 rm whitespace
cc4d7cb6 80 - markus@cvs.openbsd.org 2003/09/01 18:15:50
81 [readconf.c readconf.h servconf.c servconf.h ssh.c]
82 remove unused kerberos code; ok henning@
4771605b 83 - markus@cvs.openbsd.org 2003/09/01 20:44:54
84 [auth2-gss.c]
85 fix leak
c53917a9 86 - (djm) Don't initialise pam_conv structures inline. Avoids HP/UX compiler
87 error. Part of Bug #423, patch from michael_steffens AT hp.com
49e82bb9 88 - (djm) Bug #423: reorder setting of PAM_TTY and calling of PAM session
89 management (now done in do_setusercontext). Largely from
90 michael_steffens AT hp.com
5e89e8a5 91 - (djm) Fix openbsd-compat/ again - remove references to strl(cpy|cat).h
92
2274ae66 9320030829
a5aec672 94 - (bal) openbsd-compat/ clean up. Considate headers, add in Id on our
2274ae66 95 files, and added missing license to header.
96
fe46678b 9720030826
98 - (djm) Bug #629: Mark ssh_config option "pamauthenticationviakbdint"
99 as deprecated. Remove mention from README.privsep. Patch from
100 aet AT cc.hut.fi
7364bd04 101 - (dtucker) OpenBSD CVS Sync
102 - markus@cvs.openbsd.org 2003/08/22 10:56:09
103 [auth2.c auth2-gss.c auth.h compat.c compat.h gss-genr.c gss-serv-krb5.c
104 gss-serv.c monitor.c monitor.h monitor_wrap.c monitor_wrap.h readconf.c
105 readconf.h servconf.c servconf.h session.c session.h ssh-gss.h
106 ssh_config.5 sshconnect2.c sshd_config sshd_config.5]
107 support GSS API user authentication; patches from Simon Wilkinson,
108 stripped down and tested by Jakob and myself.
1d9f0c09 109 - markus@cvs.openbsd.org 2003/08/22 13:20:03
110 [sshconnect2.c]
111 remove support for "kerberos-2@ssh.com"
816daa84 112 - markus@cvs.openbsd.org 2003/08/22 13:22:27
113 [auth2.c] (auth2-krb5.c removed)
114 nuke "kerberos-2@ssh.com"
52f6ea0e 115 - markus@cvs.openbsd.org 2003/08/22 20:55:06
116 [LICENCE]
117 add Simon Wilkinson
f99e1ca4 118 - deraadt@cvs.openbsd.org 2003/08/24 17:36:52
119 [monitor.c monitor_wrap.c sshconnect2.c]
120 64 bit cleanups; markus ok
e68d8348 121 - fgsch@cvs.openbsd.org 2003/08/25 08:13:09
122 [sftp-int.c]
123 fix div by zero when listing for filename lengths longer than width.
124 markus@ ok.
ea7bee97 125 - djm@cvs.openbsd.org 2003/08/25 10:33:33
126 [sshconnect2.c]
127 fprintf->logit to silence login banner with "ssh -q"; ok markus@
749560dd 128 - (dtucker) [Makefile.in acconfig.h auth-krb5.c auth-pam.c auth-pam.h
129 configure.ac defines.h gss-serv-krb5.c session.c ssh-gss.h sshconnect1.c
130 sshconnect2.c] Add Portable GSSAPI support, patch by Simon Wilkinson.
780efc0f 131 - (dtucker) [Makefile.in] Remove auth2-krb5.
2b7d75f5 132 - (dtucker) [contrib/aix/inventory.sh] Add public domain notice. ok mouring@
133 (the original author)
da67ae18 134 - (dtucker) [auth.c] Do not check for locked accounts when PAM is enabled.
fe46678b 135
4e2e1af3 13620030825
137 - (djm) Bug #621: Select OpenSC keys by usage attributes. Patch from
138 larsch@trustcenter.de
510a42ce 139 - (bal) openbsd-compat/ OpenBSD updates. Mostly licensing, ansifications
f00d1f78 140 and minor fixes. OK djm@
141 - (bal) redo how we handle 'mysignal()'. Move it to
142 openbsd-compat/bsd-misc.c, s/mysignal/signal/ and #define signal to
143 be our 'mysignal' by default. OK djm@
3e6e3da0 144 - (dtucker) [acconfig.h auth.c configure.ac sshd.8] Bug #422 again: deny
145 any access to locked accounts. ok djm@
5b9e2464 146 - (djm) Bug #564: Perform PAM account checks for all authentications when
147 UsePAM=yes; ok dtucker
a6e67b60 148 - (dtucker) [configure.ac] Bug #533, #551: define BROKEN_GETADDRINFO on
149 Tru64, solves getnameinfo and "bad addr or host" errors. ok djm@
ed00d4b7 150 - (dtucker) [README buildbff.sh inventory.sh] (all in contrib/aix)
151 Update package builder: correctly handle config variables, use lsuser
152 rather than /etc/passwd, fix typos, add Id's.
4e2e1af3 153
fda04d7d 15420030822
155 - (djm) s/get_progname/ssh_get_progname/g to avoid conflict with Heimdal
156 -lbroken; ok dtucker
fcd7f067 157 - (dtucker) [contrib/cygwin/ssh-user-config] Put keys in authorized_keys
158 rather that authorized_keys2. Patch from vinschen@redhat.com.
fda04d7d 159
08d035b6 16020030821
161 - (dtucker) OpenBSD CVS Sync
162 - markus@cvs.openbsd.org 2003/08/14 16:08:58
163 [ssh-keygen.c]
164 exit after primetest, ok djm@
a814ba4d 165 - (dtucker) [defines.h] Put CMSG_DATA, CMSG_FIRSTHDR with other CMSG* macros,
166 change CMSG_DATA to use __CMSG_ALIGN (and thus work properly), reformat for
167 consistency.
eacb954e 168 - (dtucker) [configure.ac] Move openpty/ctty test outside of case statement
169 and after normal openpty test.
08d035b6 170
83814987 17120030813
172 - (dtucker) [session.c] Remove #ifdef TIOCSBRK kludge.
8168a86a 173 - (dtucker) OpenBSD CVS Sync
174 - markus@cvs.openbsd.org 2003/08/13 08:33:02
175 [session.c]
176 use more portable tcsendbreak(3) and ignore break_length;
177 ok deraadt, millert
0598d99d 178 - markus@cvs.openbsd.org 2003/08/13 08:46:31
179 [auth1.c readconf.c readconf.h servconf.c servconf.h ssh.c ssh_config
180 ssh_config.5 sshconnect1.c sshd.8 sshd.c sshd_config sshd_config.5]
181 remove RhostsAuthentication; suggested by djm@ before; ok djm@, deraadt@,
182 fgsch@, miod@, henning@, jakob@ and others
37ba5172 183 - markus@cvs.openbsd.org 2003/08/13 09:07:10
184 [readconf.c ssh.c]
185 socks4->socks, since with support both 4 and 5; dtucker@zip.com.au
5af25b1d 186 - (dtucker) [configure.ac openbsd-compat/bsd-misc.c openbsd-compat/bsd-misc.h]
187 Add a tcsendbreak function for platforms that don't have one, based on the
188 one from OpenBSD.
83814987 189
78e43412 19020030811
191 - (dtucker) OpenBSD CVS Sync
192 (thanks to Simon Wilkinson for help with this -dt)
193 - markus@cvs.openbsd.org 2003/07/16 15:02:06
194 [auth-krb5.c]
195 mcc -> fcc; from Love Hörnquist Åstrand <lha@it.su.se>
196 otherwise the kerberos credentinal is stored in a memory cache
197 in the privileged sshd. ok jabob@, hin@ (some time ago)
8c9f0900 198 - (dtucker) [openbsd-compat/xcrypt.c] Remove Cygwin #ifdef block (duplicate
199 in bsd-cygwin_util.h).
78e43412 200
3095daf7 20120030808
202 - (dtucker) [openbsd-compat/fake-rfc2553.h] Older Linuxes have AI_PASSIVE and
203 AI_CANONNAME in netdb.h but not AI_NUMERICHOST, so check each definition
204 separately before defining them.
26b3608b 205 - (dtucker) [auth-pam.c] Don't set PAM_TTY if tty is null. ok djm@
3095daf7 206
a15f16ab 20720030807
208 - (dtucker) [session.c] Have session_break_req not attempt to send a break
209 if TIOCSBRK and TIOCCBRK are not defined (eg Cygwin).
97722976 210 - (dtucker) [canohost.c] Bug #336: Only check ip options if IP_OPTIONS is
a96fbb21 211 defined (fixes compile error on really old Linuxes).
212 - (dtucker) [defines.h] Bug #336: Add CMSG_DATA and CMSG_FIRSTHDR macros if
213 not already defined (eg Linux with some versions of libc5), based on those
214 from OpenBSD.
871e1d12 215 - (dtucker) [openbsd-compat/bsd-cygwin_util.c openbsd-compat/bsd-cygwin_util.h]
216 Remove incorrect filenames from comments (file names are in Id tags).
a3b678a3 217 - (dtucker) [session.c openbsd-compat/bsd-cygwin_util.h] Move Cygwin
218 specific defines and includes to bsd-cygwin_util.h. Fixes build error too.
a15f16ab 219
2616e1bc 22020030802
221 - (dtucker) [monitor.h monitor_wrap.h] Remove excess ident tags.
1c590258 222 - (dtucker) OpenBSD CVS Sync
223 - markus@cvs.openbsd.org 2003/07/22 13:35:22
224 [auth1.c auth.h auth-passwd.c monitor.c monitor.h monitor_wrap.c
225 monitor_wrap.h readconf.c readconf.h servconf.c servconf.h session.c ssh.1
226 ssh.c ssh_config.5 sshconnect1.c sshd.c sshd_config.5 ssh.h]
227 remove (already disabled) KRB4/AFS support, re-enable -k in ssh(1);
228 test+ok henning@
229 - (dtucker) [Makefile.in acconfig.h configure.ac] Remove KRB4/AFS support.
230 - (dtucker) [auth-krb4.c radix.c radix.h] Remove KRB4/AFS specific files.
ac452e85 231 - (dtucker) OpenBSD CVS Sync
232 - markus@cvs.openbsd.org 2003/07/23 07:42:43
233 [sshd_config]
234 remove AFS; itojun@
c35a6dc5 235 - djm@cvs.openbsd.org 2003/07/28 09:49:56
236 [ssh-keygen.1 ssh-keygen.c]
237 Support for generating Diffie-Hellman groups (/etc/moduli) from ssh-keygen.
238 Based on code from Phil Karn, William Allen Simpson and Niels Provos.
239 ok markus@, thanks jmc@
178b1a1d 240 - markus@cvs.openbsd.org 2003/07/29 18:24:00
241 [LICENCE progressmeter.c]
242 replace 4 clause BSD licensed progressmeter code with a replacement
243 from Nils Nordman and myself; ok deraadt@
244 (copied from OpenBSD an re-applied portable changes)
0dd40286 245 - markus@cvs.openbsd.org 2003/07/29 18:26:46
246 [progressmeter.c]
247 fix length for "- stalled -" (included with previous import)
248 - markus@cvs.openbsd.org 2003/07/30 07:44:14
249 [progressmeter.c]
250 use only 4 digits in format_size (included with previous import)
251 - markus@cvs.openbsd.org 2003/07/30 07:53:27
252 [progressmeter.c]
253 whitespace (included with previous import)
0f57e1e6 254 - markus@cvs.openbsd.org 2003/07/31 09:21:02
255 [auth2-none.c]
256 check whether passwd auth is allowd, similar to proto 1; rob@pitman.co.za
257 ok henning
4899ccef 258 - avsm@cvs.openbsd.org 2003/07/31 15:50:16
259 [atomicio.c]
260 correct comment: atomicio takes vwrite, not write; deraadt@ ok
b3a7a008 261 - markus@cvs.openbsd.org 2003/07/31 22:34:03
262 [progressmeter.c]
263 print rate similar old version; round instead truncate;
264 (included in previous progressmeter.c commit)
c5d3dd1b 265 - (dtucker) [openbsd-compat/bsd-misc.c openbsd-compat/bsd-misc.h]
266 Add a tcgetpgrp function.
5ae3dc68 267 - (dtucker) [Makefile.in moduli.c moduli.h] Add new files and to Makefile.
f29c37a9 268 - (dtucker) [openbsd-compat/bsd-misc.c] Fix cut-and-paste bug in tcgetpgrp.
2616e1bc 269
cbdeccf3 27020030730
271 - (djm) [auth-pam.c] Don't use crappy APIs like sprintf. Thanks bal
272
a9705c94 27320030726
274 - (dtucker) [openbsd-compat/xcrypt.c] Fix typo: DISABLED_SHADOW ->
275 DISABLE_SHADOW. Fixes HP-UX compile error.
276
7c6eb32f 27720030724
278 - (bal) [auth-passwd.c openbsd-compat/Makefile.in openbsd-compat/xcrypt.c
279 openbsd-compat/xcrypt.h] Split off encryption into xcrypt() interface,
280 and isolate shadow password functions. Tested in Solaris, but should
281 not break other platforms too badly (except maybe HP =). Also brings
282 auth-passwd.c into full sync with OpenBSD tree.
283
82e5907c 28420030723
285 - (dtucker) [configure.ac] Back out change for bug #620.
286
defb525d 28720030719
288 - (dtucker) [configure.ac] Bug #620: Define BROKEN_GETADDRINFO for
289 Solaris/x86. Patch from jrhett at isite.net.
7b390973 290 - (dtucker) OpenBSD CVS Sync
291 - markus@cvs.openbsd.org 2003/07/14 12:36:37
292 [sshd.c]
293 remove undocumented -V option. would be only useful if openssh is used
294 as ssh v1 server for ssh.com's ssh v2.
e053cd2c 295 - markus@cvs.openbsd.org 2003/07/16 10:34:53
296 [ssh.c sshd.c]
297 don't exit on multiple -v or -d; ok deraadt@
145d23ca 298 - markus@cvs.openbsd.org 2003/07/16 10:36:28
299 [sshtty.c]
300 clear IUCLC in enter_raw_mode; from rob@pitman.co.za; ok deraadt@, fgs@
261bd618 301 - deraadt@cvs.openbsd.org 2003/07/18 01:54:25
302 [scp.c]
303 userid is unsigned, but well, force it anyways; andrushock@korovino.net
b3d04e37 304 - djm@cvs.openbsd.org 2003/07/19 00:45:53
305 [sftp-int.c]
306 fix sftp filename parsing for arguments with escaped quotes. bz #517;
307 ok markus
86d0260c 308 - djm@cvs.openbsd.org 2003/07/19 00:46:31
309 [regress/sftp-cmds.sh]
310 regress test for sftp arguments with escaped quotes; ok markus
defb525d 311
e351e493 31220030714
313 - (dtucker) [acconfig.h configure.ac port-aix.c] Older AIXes don't declare
314 loginfailed at all, so assume 3-arg loginfailed if not declared.
1cd5765d 315 - (dtucker) [port-aix.h] Work around name collision on AIX for r_type by
316 undef'ing it.
2aa3a16c 317 - (dtucker) Bug #543: [configure.ac port-aix.c port-aix.h]
318 Call setauthdb() before loginfailed(), which may load password registry-
defb525d 319 specific functions. Based on patch by cawlfiel at us.ibm.com.
b4777c18 320 - (dtucker) [port-aix.h] Fix prototypes.
956b0f56 321 - (dtucker) OpenBSD CVS Sync
322 - avsm@cvs.openbsd.org 2003/07/09 13:58:19
323 [key.c]
324 minor tweak: when generating the hex fingerprint, give strlcat the full
325 bound to the buffer, and add a comment below explaining why the
326 zero-termination is one less than the bound. markus@ ok
40729edd 327 - markus@cvs.openbsd.org 2003/07/10 14:42:28
328 [packet.c]
329 the 2^(blocksize*2) rekeying limit is too expensive for 3DES,
330 blowfish, etc, so enforce a 1GB limit for small blocksizes.
659912db 331 - markus@cvs.openbsd.org 2003/07/10 20:05:55
332 [sftp.c]
333 sync usage with manpage, add missing -R
e351e493 334
f58c0e01 33520030708
336 - (dtucker) [acconfig.h auth-passwd.c configure.ac session.c port-aix.[ch]]
337 Include AIX headers for authentication functions and make calls match
e351e493 338 prototypes. Test for and handle 3-arg and 4-arg variants of loginfailed.
bc7dfc06 339 - (dtucker) [session.c] Check return value of setpcred().
340 - (dtucker) [auth-passwd.c auth.c session.c sshd.c port-aix.c port-aix.h]
341 Convert aixloginmsg into platform-independant Buffer loginmsg.
f58c0e01 342
309709db 34320030707
344 - (dtucker) [configure.ac] Bug #600: Check that getrusage is declared before
345 searching libraries for it. Fixes build errors on NCR MP-RAS.
346
d72f7b79 34720030706
348 - (dtucker) [ssh-rand-helper.c loginrec.c]
349 Apply atomicio typing change to these too.
350
71b9ced0 35120030703
352 - (dtucker) OpenBSD CVS Sync
353 - djm@cvs.openbsd.org 2003/06/28 07:48:10
354 [sshd.c]
355 report pidfile creation errors, based on patch from Roumen Petrov;
356 ok markus@
dc54438a 357 - deraadt@cvs.openbsd.org 2003/06/28 16:23:06
358 [atomicio.c atomicio.h authfd.c clientloop.c monitor_wrap.c msg.c
359 progressmeter.c scp.c sftp-client.c ssh-keyscan.c ssh.h sshconnect.c
360 sshd.c]
361 deal with typing of write vs read in atomicio
7caca6d4 362 - markus@cvs.openbsd.org 2003/06/29 12:44:38
363 [sshconnect.c]
364 memset 0, not \0; andrushock@korovino.net
8e7c9afc 365 - markus@cvs.openbsd.org 2003/07/02 12:56:34
366 [channels.c]
367 deny dynamic forwarding with -R for v1, too; ok djm@
f49658f5 368 - markus@cvs.openbsd.org 2003/07/02 14:51:16
369 [channels.c ssh.1 ssh_config.5]
370 (re)add socks5 suppport to -D; ok djm@
371 now ssh(1) can act both as a socks 4 and socks 5 server and
372 dynamically forward ports.
03c82656 373 - markus@cvs.openbsd.org 2003/07/02 20:37:48
374 [ssh.c]
375 convert hostkeyalias to lowercase, otherwise uppercase aliases will
376 not match at all; ok henning@
1768a611 377 - markus@cvs.openbsd.org 2003/07/03 08:21:46
378 [regress/dynamic-forward.sh]
379 add socks5; speedup; reformat; based on patch from dtucker@zip.com.au
7664edb6 380 - markus@cvs.openbsd.org 2003/07/03 08:24:13
381 [regress/Makefile]
382 enable tests for dynamic fwd via socks (-D), uses nc(1)
1572b90f 383 - djm@cvs.openbsd.org 2003/07/03 08:09:06
384 [readconf.c readconf.h ssh-keysign.c ssh.c]
385 fix AddressFamily option in config file, from brent@graveland.net;
386 ok markus@
71b9ced0 387
4e00038c 38820030630
389 - (djm) Search for support functions necessary to build our
390 getrrsetbyname() replacement. Patch from Roumen Petrov
391
9f59c5a3 39220030629
c5829391 393 - (dtucker) [includes.h] Bug #602: move #include of netdb.h to after in.h
394 (fixes compiler warnings on Solaris 2.5.1).
395 - (dtucker) [configure.ac] Add sanity test after system-dependant compiler
396 flag modifications.
9f59c5a3 397
9ea150a7 39820030628
399 - (djm) Bug #591: use PKCS#15 private key label as a comment in case
400 of OpenSC. Report and patch from larsch@trustcenter.de
d2168412 401 - (djm) Bug #593: Sanity check OpenSC card reader number; patch from
402 aj@dungeon.inka.de
f0677b69 403 - (dtucker) OpenBSD CVS Sync
404 - markus@cvs.openbsd.org 2003/06/23 09:02:44
405 [ssh_config.5]
406 document EnableSSHKeysign; bugzilla #599; ok deraadt@, jmc@
a27002e5 407 - markus@cvs.openbsd.org 2003/06/24 08:23:46
408 [auth2-hostbased.c auth2-pubkey.c auth2.c channels.c key.c key.h
409 monitor.c packet.c packet.h serverloop.c sshconnect2.c sshd.c]
410 int -> u_int; ok djm@, deraadt@, mouring@
d7ded285 411 - miod@cvs.openbsd.org 2003/06/25 22:39:36
412 [sftp-server.c]
413 Typo police: attribute is better written with an 'r'.
2d9c1828 414 - markus@cvs.openbsd.org 2003/06/26 20:08:33
415 [readconf.c]
416 do not dump core for 'ssh -o proxycommand host'; ok deraadt@
78b2dd04 417 - (dtucker) [regress/dynamic-forward.sh] Import new regression test.
ddb154b3 418 - (dtucker) [configure.ac] Bug #570: Have ./configure --enable-FEATURE
419 actually enable the feature, for those normally disabled. Patch by
420 openssh (at) roumenpetrov.info.
f0677b69 421
e15ba28b 42220030624
423 - (dtucker) Have configure refer the user to config.log and
424 contrib/findssl.sh for OpenSSL header/library mismatches.
425
63a556df 42620030622
c1ffd4bd 427 - (dtucker) OpenBSD CVS Sync
63a556df 428 - markus@cvs.openbsd.org 2003/06/21 09:14:05
c1ffd4bd 429 [regress/reconfigure.sh]
63a556df 430 missing $SUDO; from dtucker@zip.com.au
93527718 431 - markus@cvs.openbsd.org 2003/06/18 11:28:11
c1ffd4bd 432 [ssh-rsa.c]
433 backout last change, since it violates pkcs#1
434 switch to share/misc/license.template
1891396b 435 - djm@cvs.openbsd.org 2003/06/20 05:47:58
436 [sshd_config.5]
437 sync description of protocol 2 cipher proposal; ok markus
4db4d313 438 - djm@cvs.openbsd.org 2003/06/20 05:48:21
439 [sshd_config]
440 sync some implemented options; ok markus@
63a556df 441 - (dtucker) [regress/authorized_keys_root] Remove temp data file from CVS.
39ef3618 442 - (dtucker) [openbsd-compat/setproctitle.c] Ensure SPT_TYPE is defined before
443 testing its value.
63a556df 444
b8e04133 44520030618
446 - (djm) OpenBSD CVS Sync
447 - markus@cvs.openbsd.org 2003/06/12 07:57:38
448 [monitor.c sshlogin.c sshpty.c]
449 typos; dtucker at zip.com.au
b9ad9d13 450 - djm@cvs.openbsd.org 2003/06/12 12:22:47
451 [LICENCE]
452 mention more copyright holders; ok markus@
1fb23629 453 - nino@cvs.openbsd.org 2003/06/12 15:34:09
454 [scp.c]
455 Typo. Ok markus@.
244e796f 456 - markus@cvs.openbsd.org 2003/06/12 19:12:03
457 [scard.c scard.h ssh-agent.c ssh.c]
458 add sc_get_key_label; larsch at trustcenter.de; bugzilla#591
9250058a 459 - markus@cvs.openbsd.org 2003/06/16 08:22:35
460 [ssh-rsa.c]
461 make sure the signature has at least the expected length (don't
462 insist on len == hlen + oidlen, since this breaks some smartcards)
463 bugzilla #592; ok djm@
360a4aae 464 - markus@cvs.openbsd.org 2003/06/16 10:22:45
465 [ssh-add.c]
466 print out key comment on each prompt; make ssh-askpass more useable; ok djm@
0a59bd6b 467 - markus@cvs.openbsd.org 2003/06/17 18:14:23
468 [cipher-ctr.c]
469 use license from /usr/share/misc/license.template for new code
1d6c0b69 470 - (dtucker) [reconfigure.sh rekey.sh sftp-badcmds.sh]
471 Import new regression tests from OpenBSD
d4d84f5f 472 - (dtucker) [regress/copy.1 regress/copy.2] Remove temp data files from CVS.
ed49cc81 473 - (dtucker) OpenBSD CVS Sync (regress/)
474 - markus@cvs.openbsd.org 2003/04/02 12:21:13
475 [Makefile]
476 enable rekey test
2c670155 477 - djm@cvs.openbsd.org 2003/04/04 09:34:22
478 [Makefile sftp-cmds.sh]
479 More regression tests, including recent directory rename bug; ok markus@
737447ad 480 - markus@cvs.openbsd.org 2003/05/14 22:08:27
481 [ssh-com-client.sh ssh-com-keygen.sh ssh-com-sftp.sh ssh-com.sh]
482 test against some new commerical versions
68df2aa0 483 - mouring@cvs.openbsd.org 2003/05/15 04:07:12
484 [sftp-cmds.sh]
485 Advanced put/get testing for sftp. OK @djm
eb9bf761 486 - markus@cvs.openbsd.org 2003/06/12 15:40:01
487 [try-ciphers.sh]
488 add ctr
39c0191e 489 - markus@cvs.openbsd.org 2003/06/12 15:43:32
490 [Makefile]
491 test -HUP; dtucker at zip.com.au
b8e04133 492
f5827134 49320030614
494 - (djm) Update license on fake-rfc2553.[ch]; ok itojun@
495
be193d89 49620030611
c12c6ef8 497 - (djm) Mention portable copyright holders in LICENSE
e52ca1e5 498 - (djm) Put licenses on substantial header files
8cb3fa9d 499 - (djm) Sync LICENSE against OpenBSD
be193d89 500 - (djm) OpenBSD CVS Sync
501 - jmc@cvs.openbsd.org 2003/06/10 09:12:11
502 [scp.1 sftp-server.8 ssh.1 ssh-add.1 ssh-agent.1 ssh_config.5]
503 [sshd.8 sshd_config.5 ssh-keygen.1 ssh-keyscan.1 ssh-keysign.8]
504 - section reorder
505 - COMPATIBILITY merge
506 - macro cleanup
507 - kill whitespace at EOL
508 - new sentence, new line
509 ssh pages ok markus@
0daa6547 510 - deraadt@cvs.openbsd.org 2003/06/10 22:20:52
511 [packet.c progressmeter.c]
512 mostly ansi cleanup; pval ok
1432b5c4 513 - jakob@cvs.openbsd.org 2003/06/11 10:16:16
514 [sshconnect.c]
515 clean up check_host_key() and improve SSHFP feedback. ok markus@
cc263107 516 - jakob@cvs.openbsd.org 2003/06/11 10:18:47
517 [dns.c]
518 sync with check_host_key() change
ca719034 519 - djm@cvs.openbsd.org 2003/06/11 11:18:38
520 [authfd.c authfd.h ssh-add.c ssh-agent.c]
521 make agent constraints (lifetime, confirm) work with smartcard keys;
522 ok markus@
be193d89 523
524
8a547250 52520030609
526 - (djm) Sync README.smartcard with OpenBSD -current
a1864983 527 - (djm) Re-merge OpenSC info into README.smartcard
8a547250 528
f5db6a03 52920030606
530 - (dtucker) [uidswap.c] Fix setreuid and add missing args to fatal(). ok djm@
531
02e2a074 53220030605
533 - (djm) Support AI_NUMERICHOST in fake-getaddrinfo.c. Needed for recent
534 canohost.c changes.
688eed4a 535 - (djm) Implement paranoid priv dropping checks, based on:
536 "SetUID demystified" - Hao Chen, David Wagner and Drew Dean
537 Proceedings of USENIX Security Symposium 2002
d6bd2b5a 538 - (djm) Don't use xmalloc() or pull in toplevel headers in fake-* code
52d58495 539 - (djm) Merge all the openbsd/fake-* into fake-rfc2553.[ch]
57c917f8 540 - (djm) Bug #588 - Add scard-opensc.o back to Makefile.in
541 Patch from larsch@trustcenter.de
7b7f164b 542 - (djm) Bug #589 - scard-opensc: load only keys with a private keys
543 Patch from larsch@trustcenter.de
4ed465ec 544 - (dtucker) Add includes.h to fake-rfc2553.c so it will build.
e932f447 545 - (dtucker) Define EAI_NONAME in fake-rfc2553.h (used by fake-rfc2553.c).
02e2a074 546
b08a39ff 54720030604
d60e487c 548 - (djm) Bug #573 - Remove unneeded Krb headers and compat goop. Patch from
549 simon@sxw.org.uk (Also matches a change in OpenBSD a while ago)
8acdec60 550 - (djm) Bug #577 - wrong flag in scard-opensc.c sc_private_decrypt.
11f1e60e 551 Patch from larsch@trustcenter.de; ok markus@
552 - (djm) Bug #584: scard-opensc.c doesn't work without PIN. Patch from
553 larsch@trustcenter.de; ok markus@
d453a600 554 - (djm) OpenBSD CVS Sync
555 - djm@cvs.openbsd.org 2003/06/04 08:25:18
556 [sshconnect.c]
557 disable challenge/response and keyboard-interactive auth methods
558 upon hostkey mismatch. based on patch from fcusack AT fcusack.com.
559 bz #580; ok markus@
ee50371d 560 - djm@cvs.openbsd.org 2003/06/04 10:23:48
561 [sshd.c]
562 remove duplicated group-dropping code; ok markus@
b08a39ff 563 - djm@cvs.openbsd.org 2003/06/04 12:03:59
564 [serverloop.c]
565 remove bitrotten commet; ok markus@
cf3248b8 566 - djm@cvs.openbsd.org 2003/06/04 12:18:49
567 [scp.c]
568 ansify; ok markus@
0f764b2f 569 - djm@cvs.openbsd.org 2003/06/04 12:40:39
570 [scp.c]
571 kill ssh process upon receipt of signal, bz #241.
572 based on patch from esb AT hawaii.edu; ok markus@
1b558925 573 - djm@cvs.openbsd.org 2003/06/04 12:41:22
574 [sftp.c]
575 kill ssh process on receipt of signal; ok markus@
fba33e81 576 - (djm) Update to fix of bug #584: lock card before return.
577 From larsch@trustcenter.de
8d9bb5dd 578 - (djm) Always use mysignal() for SIGALRM
d60e487c 579
3a2b2b44 58020030603
581 - (djm) Replace setproctitle replacement with code derived from
582 UCB sendmail
c5a7d788 583 - (djm) OpenBSD CVS Sync
584 - markus@cvs.openbsd.org 2003/06/02 09:17:34
585 [auth2-hostbased.c auth.c auth-options.c auth-rhosts.c auth-rh-rsa.c]
586 [canohost.c monitor.c servconf.c servconf.h session.c sshd_config]
587 [sshd_config.5]
588 deprecate VerifyReverseMapping since it's dangerous if combined
589 with IP based access control as noted by Mike Harding; replace with
590 a UseDNS option, UseDNS is on by default and includes the
591 VerifyReverseMapping check; with itojun@, provos@, jakob@ and deraadt@
592 ok deraadt@, djm@
d981089c 593 - millert@cvs.openbsd.org 2003/06/03 02:56:16
594 [scp.c]
595 Remove the advertising clause in the UCB license which Berkeley
596 rescinded 22 July 1999. Proofed by myself and Theo.
c5a7d788 597 - (djm) Fix portable-specific uses of verify_reverse_mapping too
3e67f7df 598 - (djm) Sync openbsd-compat with OpenBSD CVS.
484d59c7 599 - No more 4-term BSD licenses in linked code
5d8ca8c7 600 - (dtucker) [port-aix.c bsd-cray.c] Fix uses of verify_reverse_mapping.
3a2b2b44 601
aff561f9 60220030602
603 - (djm) Fix segv from bad reordering in auth-pam.c
416c732d 604 - (djm) Always use saved_argv in sshd.c as compat_init_setproctitle may
605 clobber
1b7342ab 606 - (tim) openbsd-compat/xmmap.[ch] License clarifications. Add missing
607 CVS ID.
8862e142 608 - (djm) Remove "noip6" option from RedHat spec file. This may now be
609 set at runtime using AddressFamily option.
58ba3cb7 610 - (djm) Fix use of macro before #define in cipher-aes.c
382fe2fa 611 - (djm) Sync license on openbsd-compat/bindresvport.c with OpenBSD CVS
b0545fe6 612 - (djm) OpenBSD CVS Sync
613 - djm@cvs.openbsd.org 2003/05/26 12:54:40
614 [sshconnect.c]
615 fix format strings; ok markus@
fa5120a0 616 - deraadt@cvs.openbsd.org 2003/05/29 16:58:45
617 [sshd.c uidswap.c]
618 seteuid and setegid; markus ok
0f92946c 619 - jakob@cvs.openbsd.org 2003/06/02 08:31:10
620 [ssh_config.5]
621 VerifyHostKeyDNS is v2 only. ok markus@
aff561f9 622
4f178be8 62320030530
624 - (dtucker) Add missing semicolon in md5crypt.c, patch from openssh at
625 roumenpetrov.info
eabb99c6 626 - (dtucker) Define SSHD_ACQUIRES_CTTY for NCR MP-RAS and Reliant Unix.
4f178be8 627
4881aebb 62820030526
629 - (djm) Avoid auth2-chall.c warning when compiling without
630 PAM, BSD_AUTH and SKEY
631
5b0fe364 63220030525
633- (djm) OpenBSD CVS Sync
634 - djm@cvs.openbsd.org 2003/05/24 09:02:22
635 [log.c]
636 pass logged data through strnvis; ok markus
b9ed513a 637 - djm@cvs.openbsd.org 2003/05/24 09:30:40
638 [authfile.c monitor.c sftp-common.c sshpty.c]
639 cast some types for printing; ok markus@
5b0fe364 640
44c78996 64120030524
642 - (dtucker) Correct --osfsia in INSTALL. Patch by skeleten at shillest.net
643
d83ebe4a 64420030523
645 - (djm) Use VIS_SAFE on logged strings rather than default strnvis
646 encoding (which encodes many more characters)
bd47824b 647 - OpenBSD CVS Sync
648 - jmc@cvs.openbsd.org 2003/05/20 12:03:35
649 [sftp.1]
650 - new sentence, new line
651 - added .Xr's
652 - typos
653 ok djm@
3cbc677d 654 - jmc@cvs.openbsd.org 2003/05/20 12:09:31
655 [ssh.1 ssh_config.5 sshd.8 sshd_config.5 ssh-keygen.1]
656 new sentence, new line
da54f5be 657 - djm@cvs.openbsd.org 2003/05/23 08:29:30
658 [sshconnect.c]
659 fix leak; ok markus@
d83ebe4a 660
c453493f 66120030520
662 - (djm) OpenBSD CVS Sync
663 - deraadt@cvs.openbsd.org 2003/05/18 23:22:01
664 [log.c]
665 use syslog_r() in a signal handler called place; markus ok
79d4fc55 666 - (djm) Configure logic to detect syslog_r and friends
c453493f 667
acb50584 66820030519
669 - (djm) Sync auth-pam.h with what we actually implement
670
67120030518
5ff453c0 672 - (djm) Return of the dreaded PAM_TTY_KLUDGE, which went missing in
673 recent merge
f811e52a 674 - (djm) OpenBSD CVS Sync
675 - djm@cvs.openbsd.org 2003/05/16 03:27:12
676 [readconf.c ssh_config ssh_config.5 ssh-keysign.c]
677 add AddressFamily option to ssh_config (like -4, -6 on commandline).
678 Portable bug #534; ok markus@
013b1214 679 - itojun@cvs.openbsd.org 2003/05/17 03:25:58
680 [auth-rhosts.c]
681 just in case, put numbers to sscanf %s arg.
25b66522 682 - markus@cvs.openbsd.org 2003/05/17 04:27:52
683 [cipher.c cipher-ctr.c myproposal.h]
684 experimental support for aes-ctr modes from
685 http://www.ietf.org/internet-drafts/draft-ietf-secsh-newmodes-00.txt
686 ok djm@
25351757 687 - (djm) Remove IPv4 by default hack now that we can specify AF in config
3bf784bc 688 - (djm) Tidy and trim TODO
bffa6723 689 - (djm) Sync openbsd-compat/ with OpenBSD CVS head
9901cb37 690 - (djm) Big KNF on openbsd-compat/
f1da2b8b 691 - (djm) KNF on md5crypt.[ch]
692 - (djm) KNF on auth-sia.[ch]
5ff453c0 693
f123055b 69420030517
695 - (bal) strcat -> strlcat on openbsd-compat/realpath.c (rev 1.8 OpenBSD)
696
c936c243 69720030516
698 - (djm) OpenBSD CVS Sync
699 - djm@cvs.openbsd.org 2003/05/15 13:52:10
700 [ssh.c]
701 Make "ssh -V" print the OpenSSL version in a human readable form. Patch
702 from Craig Leres (mindrot at ee.lbl.gov); ok markus@
a2144546 703 - jakob@cvs.openbsd.org 2003/05/15 14:02:47
704 [readconf.c servconf.c]
705 warn for unsupported config option. ok markus@
5bdfde81 706 - markus@cvs.openbsd.org 2003/05/15 14:09:21
707 [auth2-krb5.c]
708 fix 64bit issue; report itojun@
09ab3296 709 - djm@cvs.openbsd.org 2003/05/15 14:55:25
710 [readconf.c readconf.h ssh_config ssh_config.5 sshconnect.c]
711 add a ConnectTimeout option to ssh, based on patch from
712 Jean-Charles Longuet (jclonguet at free.fr); portable #207 ok markus@
b06b11ad 713 - (djm) Add warning for UsePAM when built without PAM support
7be625e1 714 - (djm) A few type mismatch fixes from Bug #565
0eb6370a 715 - (djm) Guard free_pam_environment against NULL argument. Works around
716 HP/UX PAM problems debugged by dtucker
c936c243 717
7efc7f57 71820030515
719 - (djm) OpenBSD CVS Sync
720 - jmc@cvs.openbsd.org 2003/05/14 13:11:56
721 [ssh-agent.1]
722 setup -> set up;
723 from wiz@netbsd
21289cd0 724 - jakob@cvs.openbsd.org 2003/05/14 18:16:20
725 [key.c key.h readconf.c readconf.h ssh_config.5 sshconnect.c]
726 [dns.c dns.h README.dns ssh-keygen.1 ssh-keygen.c]
727 add experimental support for verifying hos keys using DNS as described
728 in draft-ietf-secsh-dns-xx.txt. more information in README.dns.
729 ok markus@ and henning@
16a79097 730 - markus@cvs.openbsd.org 2003/05/14 22:24:42
731 [clientloop.c session.c ssh.1]
732 allow to send a BREAK to the remote system; ok various
b8c2031b 733 - markus@cvs.openbsd.org 2003/05/15 00:28:28
734 [sshconnect2.c]
735 cleanup unregister of per-method packet handlers; ok djm@
d0ec7f42 736 - jakob@cvs.openbsd.org 2003/05/15 01:48:10
737 [readconf.c readconf.h servconf.c servconf.h]
738 always parse kerberos options. ok djm@ markus@
b414a17b 739 - jakob@cvs.openbsd.org 2003/05/15 02:27:15
740 [dns.c]
741 add missing freerrset
3b6e3da9 742 - markus@cvs.openbsd.org 2003/05/15 03:08:29
743 [cipher.c cipher-bf1.c cipher-aes.c cipher-3des1.c]
744 split out custom EVP ciphers
02159d9b 745 - djm@cvs.openbsd.org 2003/05/15 03:10:52
746 [ssh-keygen.c]
747 avoid warning; ok jakob@
4a26f5c5 748 - mouring@cvs.openbsd.org 2003/05/15 03:39:07
749 [sftp-int.c]
750 Make put/get (globed and nonglobed) code more consistant. OK djm@
c44f10c6 751 - mouring@cvs.openbsd.org 2003/05/15 03:43:59
dc69f53c 752 [sftp-int.c sftp.c]
c44f10c6 753 Teach ls how to display multiple column display and allow users
754 to return to single column format via 'ls -1'. OK @djm
1457e7ff 755 - jakob@cvs.openbsd.org 2003/05/15 04:08:44
756 [readconf.c servconf.c]
757 disable kerberos when not supported. ok markus@
861f0365 758 - markus@cvs.openbsd.org 2003/05/15 04:08:41
759 [ssh.1]
760 ~B is ssh2 only
d0ec7f42 761 - (djm) Always parse UsePAM
3e05e934 762 - (djm) Configure glue for DNS support (code doesn't work in portable yet)
4460d509 763 - (djm) Import getrrsetbyname() function from OpenBSD libc (for DNS support)
86ee6794 764 - (djm) Tidy Makefile clean targets
2636769c 765 - (djm) Adapt README.dns for portable
2d2e4a34 766 - (djm) Avoid uuencode.c warnings
1457e7ff 767 - (djm) Enable UsePAM when built --with-pam
67467c30 768 - (djm) Only build getrrsetbyname replacement when using --with-dns
f420d2ba 769 - (djm) Bug #529: sshd doesn't work correctly after SIGHUP (copy argv
770 correctly)
3c49ef10 771 - (djm) Bug #444: Wrong paths after reconfigure
321735c7 772 - (dtucker) HP-UX needs to include <sys/strtio.h> for TIOCSBRK
f420d2ba 773
dd3ebb5a 77420030514
775 - (djm) Bug #117: Don't lie to PAM about username
0608f8a7 776 - (djm) RCSID sync w/ OpenBSD
204fde99 777 - (djm) OpenBSD CVS Sync
778 - djm@cvs.openbsd.org 2003/04/09 12:00:37
779 [readconf.c]
780 strip trailing whitespace from config lines before parsing.
781 Fixes bz 528; ok markus@
18ae3c67 782 - markus@cvs.openbsd.org 2003/04/12 10:13:57
783 [cipher.c]
784 hide cipher details; ok djm@
45c42d58 785 - markus@cvs.openbsd.org 2003/04/12 10:15:36
786 [misc.c]
787 debug->debug2
c825cd79 788 - naddy@cvs.openbsd.org 2003/04/12 11:40:15
789 [ssh.1]
790 document -V switch, fix wording; ok markus@
3e131a6d 791 - markus@cvs.openbsd.org 2003/04/14 14:17:50
792 [channels.c sshconnect.c sshd.c ssh-keyscan.c]
793 avoid hardcoded SOCK_xx; with itojun@; should allow ssh over SCTP
927e9f8b 794 - mouring@cvs.openbsd.org 2003/04/14 21:31:27
795 [sftp-int.c]
796 Missing globfree(&g) in process_put() spotted by Vince Brimhall
797 <VBrimhall@novell.com>. ok@ Theo
798 - markus@cvs.openbsd.org 2003/04/16 14:35:27
799 [auth.h]
800 document struct Authctxt; with solar
b9e5aff6 801 - deraadt@cvs.openbsd.org 2003/04/26 04:29:49
802 [ssh-keyscan.c]
803 -t in usage(); rogier@quaak.org
9a26a6e2 804 - mouring@cvs.openbsd.org 2003/04/30 01:16:20
805 [sshd.8 sshd_config.5]
806 Escape ?, * and ! in .Ql for nroff compatibility. OpenSSH Portable
807 Bug #550 and * escaping suggested by jmc@.
09dc8896 808 - david@cvs.openbsd.org 2003/04/30 20:41:07
809 [sshd.8]
810 fix invalid .Pf macro usage introduced in previous commit
811 ok jmc@ mouring@
3566c73c 812 - markus@cvs.openbsd.org 2003/05/11 16:56:48
813 [authfile.c ssh-keygen.c]
814 change key_load_public to try to read a public from:
815 rsa1 private or rsa1 public and ssh2 keys.
816 this makes ssh-keygen -e fail for ssh1 keys more gracefully
817 for example; report from itojun (netbsd pr 20550).
0d942eff 818 - markus@cvs.openbsd.org 2003/05/11 20:30:25
819 [channels.c clientloop.c serverloop.c session.c ssh.c]
820 make channel_new() strdup the 'remote_name' (not the caller); ok theo
43348518 821 - markus@cvs.openbsd.org 2003/05/12 16:55:37
822 [sshconnect2.c]
823 for pubkey authentication try the user keys in the following order:
824 1. agent keys that are found in the config file
825 2. other agent keys
826 3. keys that are only listed in the config file
827 this helps when an agent has many keys, where the server might
828 close the connection before the correct key is used. report & ok pb@
dc109cfe 829 - markus@cvs.openbsd.org 2003/05/12 18:35:18
830 [ssh-keyscan.1]
831 typo: DSA keys are of type ssh-dss; Brian Poole
81466908 832 - markus@cvs.openbsd.org 2003/05/14 00:52:59
833 [ssh2.h]
834 ranges for per auth method messages
835 - djm@cvs.openbsd.org 2003/05/14 01:00:44
836 [sftp.1]
837 emphasise the batchmode functionality and make reference to pubkey auth,
838 both of which are FAQs; ok markus@
802e01b8 839 - markus@cvs.openbsd.org 2003/05/14 02:15:47
840 [auth2.c monitor.c sshconnect2.c auth2-krb5.c]
841 implement kerberos over ssh2 ("kerberos-2@ssh.com"); tested with jakob@
842 server interops with commercial client; ok jakob@ djm@
72c5fe79 843 - jmc@cvs.openbsd.org 2003/05/14 08:25:39
844 [sftp.1]
845 - better formatting in SYNOPSIS
846 - whitespace at EOL
847 ok djm@
3a39206f 848 - markus@cvs.openbsd.org 2003/05/14 08:57:49
849 [monitor.c]
850 http://bugzilla.mindrot.org/show_bug.cgi?id=560
851 Privsep child continues to run after monitor killed.
852 Pass monitor signals through to child; Darren Tucker
751092f9 853 - (djm) Make portable build with MIT krb5 (some issues remain)
7fceb20d 854 - (djm) Add new UsePAM configuration directive to allow runtime control
855 over usage of PAM. This allows non-root use of sshd when built with
856 --with-pam
817e6d38 857 - (djm) Die screaming if start_pam() is called when UsePAM=no
83ccf11a 858 - (djm) Avoid KrbV leak for MIT Kerberos
b1848832 859 - (dtucker) Set ai_socktype and ai_protocol in fake-getaddrinfo.c. ok djm@
fa065de2 860 - (djm) Bug #258: sscanf("[0-9]") -> sscanf("[0123456789]") for portability
dd3ebb5a 861
91f3aa9b 86220030512
863 - (djm) Redhat spec: Don't install profile.d scripts when not
864 building with GNOME/GTK askpass (patch from bet@rahul.net)
865
5def520a 86620030510
867 - (dtucker) Bug #318: Create ssh_prng_cmds.out during "make" rather than
868 "make install". Patch by roth@feep.net.
ad84c479 869 - (dtucker) Bug #536: Test for and work around openpty/controlling tty
870 problem on Linux (fixes "could not set controlling tty" errors).
05114c74 871 - (djm) Merge FreeBSD PAM code: replaces PAM password auth kludge with
872 proper challenge-response module
23ab1f36 873 - (djm) 2-clause license on loginrec.c, with permission from
874 andre@ae-35.com
5def520a 875
43ce025d 87620030504
dd594f99 877 - (dtucker) Bug #497: Move #include of bsd-cygwin_util.h to openbsd-compat.h.
878 Patch from vinschen@redhat.com.
43ce025d 879
2cd5dbba 88020030503
881 - (dtucker) Add missing "void" to record_failed_login in bsd-cray.c. Noted
882 by wendyp@cray.com.
883
bf7c1e6c 88420030502
885 - (dtucker) Bug #544: ignore invalid cmsg_type on Linux 2.0 kernels,
886 privsep should now work.
73d9dad3 887 - (dtucker) Move handling of bad password authentications into a platform
990278ef 888 specific record_failed_login() function (affects AIX & Unicos). ok mouring@
bf7c1e6c 889
68ece370 89020030429
891 - (djm) Add back radix.o (used by AFS support), after it went missing from
892 Makefile many moons ago
893 - (djm) Apply "owl-always-auth" patch from Openwall/Solar Designer
894 - (djm) Fix blibpath specification for AIX/gcc
895 - (djm) Some systems have basename in -lgen. Fix from ayamura@ayamura.org
896
ded9dd18 89720030428
898 - (bal) [defines.h progressmeter.c scp.c] Some more culling of non 64bit
899 hacked code.
900
aceb0423 90120030427
902 - (bal) Bug #541: return; was dropped by mistake. Reported by
903 furrier@iglou.com
c8a50a34 904 - (bal) Since we don't support platforms lacking u_int_64. We may
905 as well clean out some of those evil #ifdefs
9a6fee8b 906 - (bal) auth1.c minor resync while looking at the code.
d7cf277b 907 - (bal) auth2.c same changed as above.
aceb0423 908
0a626302 90920030409
910 - (djm) Bug #539: Specify creation mode with O_CREAT for lastlog. Report
911 from matth@eecs.berkeley.edu
d35929b5 912 - (djm) Make the spec work with Redhat 9.0 (which renames sharutils)
ffd7b36b 913 - (djm) OpenBSD CVS Sync
914 - markus@cvs.openbsd.org 2003/04/02 09:48:07
915 [clientloop.c monitor.c monitor_wrap.c packet.c packet.h readconf.c]
916 [readconf.h serverloop.c sshconnect2.c]
917 reapply rekeying chage, tested by henning@, ok djm@
16f1b5ca 918 - markus@cvs.openbsd.org 2003/04/02 14:36:26
919 [ssh-keysign.c]
920 potential segfault if KEY_UNSPEC; cjwatson@debian.org; bug #526
6c1bc5c5 921 - itojun@cvs.openbsd.org 2003/04/03 07:25:27
922 [progressmeter.c]
923 $OpenBSD$
924 - itojun@cvs.openbsd.org 2003/04/03 10:17:35
925 [progressmeter.c]
926 remove $OpenBSD$, as other *.c does not have it.
806e4c11 927 - markus@cvs.openbsd.org 2003/04/07 08:29:57
928 [monitor_wrap.c]
929 typo: get correct counters; introduced during rekeying change.
2f5b2528 930 - millert@cvs.openbsd.org 2003/04/07 21:58:05
931 [progressmeter.c]
932 The UCB copyright here is incorrect. This code did not originate
933 at UCB, it was written by Luke Mewburn. Updated the copyright at
934 the author's request. markus@ OK
935 - itojun@cvs.openbsd.org 2003/04/08 20:21:29
936 [*.c *.h]
937 rename log() into logit() to avoid name conflict. markus ok, from
938 netbsd
939 - (djm) XXX - Performed locally using:
940 "perl -p -i -e 's/(\s|^)log\(/$1logit\(/g' *.c *.h"
70e1f62f 941 - hin@cvs.openbsd.org 2003/04/09 08:23:52
942 [servconf.c]
943 Don't include <krb.h> when compiling with Kerberos 5 support
2f5b2528 944 - (djm) Fix up missing include for packet.c
a3568201 945 - (djm) Fix missed log => logit occurance (reference by function pointer)
0a626302 946
4d0cb2e5 94720030402
948 - (bal) if IP_TOS is not found or broken don't try to compile in
949 packet_set_tos() function call. bug #527
950
a4e5acef 95120030401
952 - (djm) OpenBSD CVS Sync
953 - jmc@cvs.openbsd.org 2003/03/28 10:11:43
954 [scp.1 sftp.1 ssh.1 ssh-add.1 ssh-agent.1 ssh_config.5 sshd_config.5]
955 [ssh-keygen.1 ssh-keyscan.1 ssh-keysign.8]
956 - killed whitespace
957 - new sentence new line
958 - .Bk for arguments
959 ok markus@
177f584b 960 - markus@cvs.openbsd.org 2003/04/01 10:10:23
961 [clientloop.c monitor.c monitor_wrap.c packet.c packet.h readconf.c]
962 [readconf.h serverloop.c sshconnect2.c]
963 rekeying bugfixes and automatic rekeying:
964 * both client and server rekey _automatically_
965 (a) after 2^31 packets, because after 2^32 packets
966 the sequence number for packets wraps
967 (b) after 2^(blocksize_in_bits/4) blocks
968 (see: draft-ietf-secsh-newmodes-00.txt)
969 (a) and (b) are _enabled_ by default, and only disabled for known
970 openssh versions, that don't support rekeying properly.
971 * client option 'RekeyLimit'
972 * do not reply to requests during rekeying
973 - markus@cvs.openbsd.org 2003/04/01 10:22:21
974 [clientloop.c monitor.c monitor_wrap.c packet.c packet.h readconf.c]
975 [readconf.h serverloop.c sshconnect2.c]
976 backout rekeying changes (for 3.6.1)
519bdfe8 977 - markus@cvs.openbsd.org 2003/04/01 10:31:26
978 [compat.c compat.h kex.c]
979 bugfix causes stalled connections for ssh.com < 3.0; noticed by ho@;
980 tested by ho@ and myself
9dd240a3 981 - markus@cvs.openbsd.org 2003/04/01 10:56:46
982 [version.h]
983 3.6.1
ac01b518 984 - (djm) Crank spec file versions
b32453fe 985 - (djm) Release 3.6.1p1
a4e5acef 986
fd77a40f 98720030326
988 - (djm) OpenBSD CVS Sync
989 - deraadt@cvs.openbsd.org 2003/03/26 04:02:51
990 [sftp-server.c]
991 one last fix to the tree: race fix broke stuff; pr 3169;
992 srp@srparish.net, help from djm
993
8021857c 99420030325
995 - (djm) Fix getpeerid support for 64 bit BE systems. From
996 Arnd Bergmann <arndb@de.ibm.com>
997
cdb64c4d 99820030324
999 - (djm) OpenBSD CVS Sync
1000 - markus@cvs.openbsd.org 2003/03/23 19:02:00
1001 [monitor.c]
1002 unbreak rekeying for privsep; ok millert@
1003 - Release 3.6p1
62086365 1004 - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
1005 Report from murple@murple.net, diagnosis from dtucker@zip.com.au
cdb64c4d 1006
0b202697 1007$Id$
This page took 0.503973 seconds and 5 git commands to generate.