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