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