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