]> andersk Git - openssh.git/blame - ChangeLog
- dtucker@cvs.openbsd.org 2004/02/05 05:37:17
[openssh.git] / ChangeLog
CommitLineData
92d0d880 120040206
2 - (dtucker) [acss.c acss.h] Fix $Id tags.
c7b91244 3 - (dtucker) [cipher-acss.c cipher.c] Enable acss only if building with
4 OpenSSL >= 0.9.7. ok djm@
72037bc8 5 - (dtucker) [session.c] Bug #789: Do not call do_pam_setcred as a non-root
6 user, since some modules might fail due to lack of privilege. ok djm@
38b69c0b 7 - (dtucker) [configure.ac] Bug #748: Always define BROKEN_GETADDRINFO
8 for HP-UX 11.11. If there are known-good configs where this is not
9 required, please report them. ok djm@
a6cd1e13 10 - (dtucker) [sshd.c] Bug #757: Clear child's environment to prevent
11 accidentally inheriting from root's environment. ok djm@
7ccff316 12 - (dtucker) [openbsd-compat/port-aix.c openbsd-compat/port-aix.h] Bug #796:
13 Restore previous authdb setting after auth calls. Fixes problems with
14 setpcred failing on accounts that use AFS or NIS password registries.
37656beb 15 - (dtucker) OpenBSD CVS Sync
16 - markus@cvs.openbsd.org 2004/01/30 09:48:57
17 [auth-passwd.c auth.h pathnames.h session.c]
18 support for password change; ok dtucker@
19 (set password-dead=1w in login.conf to use this).
20 In -Portable, this is currently only platforms using bsdauth.
a9b33b95 21 - dtucker@cvs.openbsd.org 2004/02/05 05:37:17
22 [monitor.c sshd.c]
23 Pass SIGALRM through to privsep child if LoginGraceTime expires. ok markus@
92d0d880 24
d642a47a 2520040129
26 - (dtucker) OpenBSD CVS Sync regress/
27 - dtucker@cvs.openbsd.org 2003/10/11 11:49:49
28 [Makefile banner.sh]
29 Test missing banner file, suppression of banner with ssh -q, check return
30 code from ssh. ok markus@
b3293f64 31 - jmc@cvs.openbsd.org 2003/11/07 10:16:44
32 [ssh-com.sh]
33 adress -> address, and a few more; all from Jonathon Gray;
7267f37e 34 - djm@cvs.openbsd.org 2004/01/13 09:49:06
35 [sftp-batch.sh]
8068d564 36 - (dtucker) [configure.ac] Add --without-zlib-version-check. Feedback from
37 tim@, ok several
c1ad5966 38 - (dtucker) [configure.ac openbsd-compat/bsd-cray.c openbsd-compat/bsd-cray.h]
39 Bug #775: Cray fixes from wendy at cray.com
d642a47a 40
71658852 4120040128
42 - (dtucker) [regress/README.regress] Add tcpwrappers issue, noted by tim@
f5d109e7 43 - (dtucker) [moduli] Import new moduli file from OpenBSD.
71658852 44
268c23e9 4520040127
46 - (djm) OpenBSD CVS Sync
47 - hshoexer@cvs.openbsd.org 2004/01/23 17:06:03
48 [cipher.c]
49 enable acss for ssh
50 ok deraadt@ markus@
0372ae57 51 - mouring@cvs.openbsd.org 2004/01/23 17:57:48
52 [sftp-int.c]
53 Fix issue pointed out with ls not handling large directories
54 with embeded paths correctly. OK damien@
8b557a74 55 - hshoexer@cvs.openbsd.org 2004/01/23 19:26:33
56 [cipher.c]
57 rename acss@opebsd.org to acss@openssh.org
58 ok deraadt@
2daf1db1 59 - djm@cvs.openbsd.org 2004/01/25 03:49:09
60 [sshconnect.c]
61 reset nonblocking flag after ConnectTimeout > 0 connect; (bugzilla #785)
62 from jclonguet AT free.fr; ok millert@
02de7c6e 63 - djm@cvs.openbsd.org 2004/01/27 10:08:10
64 [sftp.c]
65 reorder parsing so user:skey@host:file works (bugzilla #777)
66 patch from admorten AT umich.edu; ok markus@
268c23e9 67 - (djm) [acss.c acss.h cipher-acss.c] Portable support for ACSS
68 if libcrypto lacks it
69
86f807ed 7020040126
71 - (tim) Typo in regress/README.regress
a5753dd4 72 - (tim) [regress/test-exec.sh] RhostsAuthentication is deprecated.
a98550d2 73 - (tim) [defines.h] Add defines for HFIXEDSZ and T_SIG
9e833a9b 74 - (tim) [configure.ac includes.h] add <sys/ptms.h> for grantpt() and friends.
2df78719 75 - (tim) [defines.h openbsd-compat/getrrsetbyname.h] Move defines for HFIXEDSZ
76 and T_SIG to getrrsetbyname.h
86f807ed 77
6e9f4c0f 7820040124
79 - (djm) Typo in openbsd-compat/bsd-openpty.c; from wendyp AT cray.com
80
f4eaee12 8120040123
82 - (djm) Do pam_session processing for systems with HAVE_LOGIN_CAP; from
83 ralf.hack AT pipex.net; ok dtucker@
b6cfb8c2 84 - (djm) Bug #776: Update contrib/redhat/openssh.spec to dynamically detect
85 Kerberos location (and thus work with Fedora Core 1);
86 from jason AT devrandom.org
4ad65809 87 - (dtucker) [configure.ac] Bug #788: Test for zlib.h presence and for
88 zlib >= 1.1.4. Partly from jbasney at ncsa.uiuc.edu. ok djm@
73fd4871 89 - (dtucker) [contrib/cygwin/README] Document new ssh-host-config options.
90 Patch from vinschen at redhat.com.
bcfcc5f9 91 - (dtucker) [acconfig.h configure.ac includes.h servconf.c session.c]
92 Change AFS symbol to USE_AFS to prevent namespace collisions, do not
93 include kafs.h unless necessary. From deengert at anl.gov.
0a15d73b 94 - (tim) [configure.ac] Remove hard coded -L/usr/local/lib and
95 -I/usr/local/include. Users can do LDFLAGS="-L/usr/local/lib" \
96 CPPFLAGS="-I/usr/local/include" ./configure if needed.
f4eaee12 97
5585c441 9820040122
99 - (dtucker) [configure.ac] Use krb5-config where available for Kerberos/
100 GSSAPI detection, libs and includes. ok djm@
6704d19a 101 - (dtucker) [session.c] Enable AFS support in conjunction with KRB5 not
102 just HEIMDAL.
8e8d046c 103 - (tim) [contrib/solaris/buildpkg.sh] Allow for the possibility of
104 /usr/local being a symbolic link. Fixes problem reported by Henry Grebler.
5585c441 105
a8b64bb8 10620040121
107 - (djm) OpenBSD CVS Sync
108 - djm@cvs.openbsd.org 2004/01/13 09:25:05
109 [sftp-int.c sftp.1 sftp.c]
110 Tidy sftp batchmode handling, eliminate junk to stderr (bugzilla #754) and
111 enable use of "-b -" to accept batchfile from stdin; ok markus@
f74de0d7 112 - jmc@cvs.openbsd.org 2004/01/13 12:17:33
113 [sftp.1]
114 remove unnecessary Ic's;
115 kill whitespace at EOL;
116 ok djm@
39dfceeb 117 - markus@cvs.openbsd.org 2004/01/13 19:23:15
118 [compress.c session.c]
119 -Wall; ok henning
33623c65 120 - markus@cvs.openbsd.org 2004/01/13 19:45:15
121 [compress.c]
122 cast for portability; millert@
7741e239 123 - markus@cvs.openbsd.org 2004/01/19 09:24:21
124 [channels.c]
125 fake consumption for half closed channels since the peer is waiting for
126 window adjust messages; bugzilla #790 Matthew Dillon; test + ok dtucker@
127 reproduce with sh -c 'ulimit -f 10; ssh host -n od /bsd | cat > foo'
43f7a4b8 128 - markus@cvs.openbsd.org 2004/01/19 21:25:15
129 [auth2-hostbased.c auth2-pubkey.c serverloop.c ssh-keysign.c sshconnect2.c]
130 fix mem leaks; some fixes from Pete Flugstad; tested dtucker@
ac414e17 131 - djm@cvs.openbsd.org 2004/01/21 03:07:59
132 [sftp.c]
133 initialise infile in main, rather than statically - from portable
a4de1163 134 - deraadt@cvs.openbsd.org 2004/01/11 21:55:06
135 [sshpty.c]
136 for pty opening, only use the openpty() path. the other stuff only needs
137 to be in openssh-p; markus ok
138 - (djm) [openbsd-compat/bsd-openpty.c] Rework old sshpty.c code into an
139 openpty() replacement
a8b64bb8 140
100e6910 14120040114
142 - (dtucker) [auth-pam.c] Have monitor die if PAM authentication thread exits
143 unexpectedly. with & ok djm@
28b49ff8 144 - (dtucker) [auth-pam.c] Reset signal handler in pthread_cancel too, add
145 test for case where cleanup has already run.
90f3c272 146 - (dtucker) [auth-pam.c] Add minor debugging.
100e6910 147
e47e681f 14820040113
149 - (dtucker) [auth-pam.c] Relocate struct pam_ctxt and prototypes. No
150 functional changes.
151
b3f87f4f 15220040108
153 - (dtucker) [auth-pam.c defines.h] Bug #783: move __unused to defines.h and
154 only define if not already. From des at freebsd.org.
24a9171d 155 - (dtucker) [configure.ac] Remove extra (typo) comma.
b3f87f4f 156
e7c060cb 15720040105
158 - (dtucker) [contrib/ssh-copy-id] Bug #781: exit if ssh fails. Patch from
159 cjwatson at debian.org.
309af4e5 160 - (dtucker) [acconfig.h configure.ac includes.h servconf.c session.c]
161 Only enable KerberosGetAFSToken if Heimdal's libkafs is found. with jakob@
e7c060cb 162
ff620033 16320040102
164 - (djm) OSX/Darwin needs BIND_8_COMPAT to build getrrsetbyname. Report from
165 jakob@
c0c10689 166 - (djm) Remove useless DNS support configure summary message. from jakob@
2511d104 167 - (djm) OSX/Darwin put the PAM headers in a different place, detect this.
168 Report from jakob@
ff620033 169
c6fbc95a 17020031231
171 - (dtucker) OpenBSD CVS Sync
172 - djm@cvs.openbsd.org 2003/12/22 09:16:58
173 [moduli.c ssh-keygen.1 ssh-keygen.c]
174 tidy up moduli generation debugging, add -v (verbose/debug) option to
175 ssh-keygen; ok markus@
1dd5f021 176 - markus@cvs.openbsd.org 2003/12/22 20:29:55
177 [cipher-3des1.c]
178 EVP_CIPHER_CTX_cleanup() for the des contexts; pruiksma@freesurf.fr
a1e30b47 179 - jakob@cvs.openbsd.org 2003/12/23 16:12:10
180 [servconf.c servconf.h session.c sshd_config]
181 implement KerberosGetAFSToken server option. ok markus@, beck@
6bb49a16 182 - millert@cvs.openbsd.org 2003/12/29 16:39:50
183 [sshd_config]
184 KeepAlive has been obsoleted, use TCPKeepAlive instead; markus@ OK
b0ca6225 185 - dtucker@cvs.openbsd.org 2003/12/31 00:24:50
186 [auth2-passwd.c]
187 Ignore password change request during password auth (which we currently
188 don't support) and discard proposed new password. corrections/ok markus@
3f176010 189 - (dtucker) [configure.ac] Only test setresuid and setresgid if they exist.
c6fbc95a 190
56b13279 19120031219
192 - (dtucker) [defines.h] Bug #458: Define SIZE_T_MAX as UINT_MAX if we
193 typedef size_t ourselves.
194
0c6a72a5 19520031218
196 - (dtucker) [configure.ac] Don't use setre[ug]id on DG-UX, from Tom Orban.
b3ef7fb7 197 - (dtucker) [auth-pam.c] Do PAM chauthtok during SSH2 keyboard-interactive
198 authentication. Partially fixes bug #423. Feedback & ok djm@
0c6a72a5 199
95ae2076 20020031217
201 - (djm) OpenBSD CVS Sync
202 - markus@cvs.openbsd.org 2003/12/09 15:28:43
203 [serverloop.c]
204 make ClientKeepAlive work for ssh -N, too (no login shell requested).
205 1) send a bogus channel request if we find a channel
206 2) send a bogus global request if we don't have a channel
207 ok + test beck@
c5894280 208 - markus@cvs.openbsd.org 2003/12/09 17:29:04
209 [sshd.c]
210 fix -o and HUP; ok henning@
1aafd17a 211 - markus@cvs.openbsd.org 2003/12/09 17:30:05
212 [ssh.c]
213 don't modify argv for ssh -o; similar to sshd.c 1.283
fd573618 214 - markus@cvs.openbsd.org 2003/12/09 21:53:37
215 [readconf.c readconf.h scp.1 servconf.c servconf.h sftp.1 ssh.1]
216 [ssh_config.5 sshconnect.c sshd.c sshd_config.5]
217 rename keepalive to tcpkeepalive; the old name causes too much
218 confusion; ok djm, dtucker; with help from jmc@
66357af5 219 - dtucker@cvs.openbsd.org 2003/12/09 23:45:32
220 [clientloop.c]
221 Clear exit code when ssh -N is terminated with a SIGTERM. ok markus@
e8dd24a8 222 - markus@cvs.openbsd.org 2003/12/14 12:37:21
223 [ssh_config.5]
224 we don't support GSS KEX; from Simon Wilkinson
5d8d32a3 225 - markus@cvs.openbsd.org 2003/12/16 15:49:51
226 [clientloop.c clientloop.h readconf.c readconf.h scp.1 sftp.1 ssh.1]
227 [ssh.c ssh_config.5]
228 application layer keep alive (ServerAliveInterval ServerAliveCountMax)
229 for ssh(1), similar to the sshd(8) option; ok beck@; with help from
230 jmc and dtucker@
b3c35b71 231 - markus@cvs.openbsd.org 2003/12/16 15:51:54
232 [dh.c]
233 use <= instead of < in dh_estimate; ok provos/hshoexer;
234 do not return < DH_GRP_MIN
9a3fe0e2 235 - (dtucker) [acconfig.h configure.ac uidswap.c] Bug #645: Check for
236 setres[ug]id() present but not implemented (eg some Linux/glibc
237 combinations).
cc1102cb 238 - (bal) [openbsd-compat/bsd-misc.c] unset 'signal' defined if we are
239 using a real 'signal()' (Noticed by a NeXT Compile)
95ae2076 240
ef75d357 24120031209
242 - (dtucker) OpenBSD CVS Sync
243 - matthieu@cvs.openbsd.org 2003/11/25 23:10:08
244 [ssh-add.1]
245 ssh-add doesn't need to be a descendant of ssh-agent. Ok markus@, jmc@.
dfeea606 246 - djm@cvs.openbsd.org 2003/11/26 21:44:29
247 [cipher-aes.c]
248 fix #ifdef before #define; ok markus@
249 (RCS ID sync only, Portable already had this)
adfde93f 250 - markus@cvs.openbsd.org 2003/12/02 12:15:10
251 [progressmeter.c]
252 improvments from andreas@:
253 * saner speed estimate for transfers that takes less than a second by
254 rounding the time to 1 second.
255 * when the transfer is finished calculate the actual total speed
256 rather than the current speed which is given during the transfer
fce39749 257 - markus@cvs.openbsd.org 2003/12/02 17:01:15
258 [channels.c session.c ssh-agent.c ssh.h sshd.c]
259 use SSH_LISTEN_BACKLOG (=128) in listen(2).
69e782ea 260 - djm@cvs.openbsd.org 2003/12/07 06:34:18
261 [moduli.c]
262 remove unused debugging #define templates
5acd7dc1 263 - markus@cvs.openbsd.org 2003/12/08 11:00:47
264 [kexgexc.c]
265 print requested group size in debug; ok djm
eb7a33b8 266 - dtucker@cvs.openbsd.org 2003/12/09 13:52:55
267 [moduli.c]
268 Prevent ssh-keygen -T from outputting moduli with a generator of 0, since
269 they can't be used for Diffie-Hellman. Assistance and ok djm@
b97b4f35 270 - (dtucker) [ssh-keyscan.c] Sync RCSIDs, missed in SSH_SSFDMAX change below.
ef75d357 271
e6354014 27220031208
273 - (tim) [configure.ac] Bug 770. Fix --without-rpath.
274
1639bb8f 27520031123
276 - (djm) [canohost.c] Move IPv4inV6 mapped address normalisation to its own
277 function and call it unconditionally
341c3efe 278 - (djm) OpenBSD CVS Sync
279 - djm@cvs.openbsd.org 2003/11/23 23:17:34
280 [ssh-keyscan.c]
281 from portable - use sysconf to detect fd limit; ok markus@
282 (tidy diff by adding SSH_SSFDMAX macro to defines.h)
e7e3e2c8 283 - djm@cvs.openbsd.org 2003/11/23 23:18:45
284 [ssh-keygen.c]
285 consistency PATH_MAX -> MAXPATHLEN; ok markus@
286 (RCS ID sync only)
287 - djm@cvs.openbsd.org 2003/11/23 23:21:21
288 [scp.c]
289 from portable: rename clashing variable limit-> limit_rate; ok markus@
290 (RCS ID sync only)
f7926e97 291 - dtucker@cvs.openbsd.org 2003/11/24 00:16:35
292 [ssh.1 ssh.c]
293 Make ssh -k mean GSSAPIDelegateCredentials=no. Suggestion & ok markus@
d74671e4 294 - (djm) Annotate OpenBSD-derived files in openbsd-compat/ with original
295 source file path (in OpenBSD tree).
1639bb8f 296
7fbb4189 29720031122
298 - (dtucker) [channels.c] Make AIX write limit code clearer. Suggested by djm@
f0b467ef 299 - (dtucker) [auth-passwd.c openbsd-compat/port-aix.c openbsd-compat/port-aix.h]
300 Move AIX specific password authentication code to port-aix.c, call
301 authenticate() until reenter flag is clear.
dbf8efb3 302 - (dtucker) [auth-sia.c configure.ac] Tru64 update from cmadams at hiwaay.net.
303 Use permanently_set_uid for SIA, only define DISABLE_FD_PASSING when SIA
304 is enabled, rely on SIA to check for locked accounts if enabled. ok djm@
10adbb52 305 - (djm) [scp.c] Rename limitbw -> limit_rate to match upstreamed patch
e20054de 306 - (djm) [sftp-int.c] Remove duplicated code from bogus sync
00df6acd 307 - (djm) [packet.c] Shuffle #ifdef to reduce conditionally compiled code
7fbb4189 308
81b161c2 30920031121
310 - (djm) OpenBSD CVS Sync
311 - markus@cvs.openbsd.org 2003/11/20 11:39:28
312 [progressmeter.c]
313 fix rounding errors; from andreas@
aff51935 314 - djm@cvs.openbsd.org 2003/11/21 11:57:03
315 [everything]
316 unexpand and delete whitespace at EOL; ok markus@
317 (done locally and RCS IDs synced)
81b161c2 318
3eaf3960 31920031118
4d1de3a3 320 - (djm) Fix early exit for root auth success when UsePAM=yes and
321 PermitRootLogin=no
3eaf3960 322 - (dtucker) [auth-pam.c] Convert chauthtok_conv into a generic tty_conv,
95077f48 323 and use it for do_pam_session. Fixes problems like pam_motd not
324 displaying anything. ok djm@
f79a6165 325 - (dtucker) [auth-pam.c] Only use pam_putenv if our platform has it. ok djm@
95077f48 326 - (djm) OpenBSD CVS Sync
327 - dtucker@cvs.openbsd.org 2003/11/18 00:40:05
328 [serverloop.c]
329 Correct check for authctxt->valid. ok djm@
b2a5802b 330 - djm@cvs.openbsd.org 2003/11/18 10:53:07
331 [monitor.c]
332 unbreak fake authloop for non-existent users (my screwup). Spotted and
333 tested by dtucker@; ok markus@
4d1de3a3 334
85a68682 33520031117
336 - (djm) OpenBSD CVS Sync
337 - djm@cvs.openbsd.org 2003/11/03 09:03:37
338 [auth-chall.c]
339 make this a little more idiot-proof; ok markus@
340 (includes portable-specific changes)
1a1bc5d5 341 - jakob@cvs.openbsd.org 2003/11/03 09:09:41
342 [sshconnect.c]
343 move changed key warning into warn_changed_key(). ok markus@
f5da7f70 344 - jakob@cvs.openbsd.org 2003/11/03 09:37:32
345 [sshconnect.c]
346 do not free static type pointer in warn_changed_key()
fdaef11e 347 - djm@cvs.openbsd.org 2003/11/04 08:54:09
348 [auth1.c auth2.c auth2-pubkey.c auth.h auth-krb5.c auth-passwd.c]
349 [auth-rhosts.c auth-rh-rsa.c auth-rsa.c monitor.c serverloop.c]
350 [session.c]
351 standardise arguments to auth methods - they should all take authctxt.
352 check authctxt->valid rather then pw != NULL; ok markus@
dc1759e6 353 - jakob@cvs.openbsd.org 2003/11/08 16:02:40
354 [auth1.c]
355 remove unused variable (pw). ok djm@
356 (id sync only - still used in portable)
512d319a 357 - jmc@cvs.openbsd.org 2003/11/08 19:17:29
358 [sftp-int.c]
359 typos from Jonathon Gray;
b6c7b7b7 360 - jakob@cvs.openbsd.org 2003/11/10 16:23:41
361 [bufaux.c bufaux.h cipher.c cipher.h hostfile.c hostfile.h key.c]
362 [key.h sftp-common.c sftp-common.h sftp-server.c sshconnect.c sshd.c]
363 [ssh-dss.c ssh-rsa.c uuencode.c uuencode.h]
364 constify. ok markus@ & djm@
15c8e3fd 365 - dtucker@cvs.openbsd.org 2003/11/12 10:12:15
366 [scp.c]
367 When called with -q, pass -q to ssh; suppresses SSH2 banner. ok markus@
0161a13d 368 - jakob@cvs.openbsd.org 2003/11/12 16:39:58
369 [dns.c dns.h readconf.c ssh_config.5 sshconnect.c]
370 update SSHFP validation. ok markus@
dd376e92 371 - jmc@cvs.openbsd.org 2003/11/12 20:14:51
372 [ssh_config.5]
373 make verb agree with subject, and kill some whitespace;
b930668c 374 - markus@cvs.openbsd.org 2003/11/14 13:19:09
375 [sshconnect2.c]
376 cleanup and minor fixes for the client code; from Simon Wilkinson
d3cbe6f8 377 - djm@cvs.openbsd.org 2003/11/17 09:45:39
378 [msg.c msg.h sshconnect2.c ssh-keysign.c]
379 return error on msg send/receive failure (rather than fatal); ok markus@
0789992b 380 - markus@cvs.openbsd.org 2003/11/17 11:06:07
381 [auth2-gss.c gss-genr.c gss-serv.c monitor.c monitor.h monitor_wrap.c]
382 [monitor_wrap.h sshconnect2.c ssh-gss.h]
383 replace "gssapi" with "gssapi-with-mic"; from Simon Wilkinson;
384 test + ok jakob.
7b2a0de3 385 - (djm) Bug #632: Don't call pam_end indirectly from within kbd-int
386 conversation function
2212fc98 387 - (djm) Export environment variables from authentication subprocess to
388 parent. Part of Bug #717
85a68682 389
1d58af42 39020031115
391 - (dtucker) [regress/agent-ptrace.sh] Test for GDB output from Solaris and
392 HP-UX, skip test on AIX.
393
74117b26 39420031113
395 - (dtucker) [auth-pam.c] Append newlines to lines output by the
396 pam_chauthtok_conv().
9e936326 397 - (dtucker) [README ssh-host-config ssh-user-config Makefile] (All
398 contrib/cygwin). Major update from vinschen at redhat.com.
399 - Makefile provides a `cygwin-postinstall' target to run right after
400 `make install'.
401 - Better support for Windows 2003 Server.
402 - Try to get permissions as correct as possible.
403 - New command line options to allow full automated host configuration.
404 - Create configs from skeletons in /etc/defaults/etc.
405 - Use /bin/bash, allows reading user input with readline support.
406 - Remove really old configs from /usr/local.
4f1b45b4 407 - (dtucker) [auth-pam.c] Add newline to accumulated PAM_TEXT_INFO and
408 PAM_ERROR_MSG messages.
74117b26 409
53554b24 41020031106
411 - (djm) Clarify UsePAM consequences a little more
412
c3d908f0 41320031103
414 - (dtucker) [contrib/cygwin/ssh-host-config] Ensure entries in /etc/services
415 are created correctly with CRLF line terminations. Patch from vinschen at
416 redhat.com.
74677ba3 417 - (dtucker) OpenBSD CVS Sync
418 - markus@cvs.openbsd.org 2003/10/15 09:48:45
419 [monitor_wrap.c]
420 check pmonitor != NULL
9da35e2c 421 - markus@cvs.openbsd.org 2003/10/21 09:50:06
422 [auth2-gss.c]
423 make sure the doid is larger than 2
b0b30ca6 424 - avsm@cvs.openbsd.org 2003/10/26 16:57:43
425 [sshconnect2.c]
426 rename 'supported' static var in userauth_gssapi() to 'gss_supported'
427 to avoid shadowing the global version. markus@ ok
f7fb35fe 428 - markus@cvs.openbsd.org 2003/10/28 09:08:06
429 [misc.c]
430 error->debug for getsockopt+TCP_NODELAY; several requests
d8d9afd0 431 - markus@cvs.openbsd.org 2003/11/02 11:01:03
432 [auth2-gss.c compat.c compat.h sshconnect2.c]
433 remove support for SSH_BUG_GSSAPI_BER; simon@sxw.org.uk
61893035 434 - (dtucker) [regress/agent-ptrace.sh] Use numeric uid and gid.
c3d908f0 435
f8ec2373 43620031021
437 - (dtucker) [INSTALL] Some system crypt() functions support MD5 passwords
438 directly. Noted by Darren.Moffat at sun.com.
5c4056b2 439 - (dtucker) [regress/agent-ptrace.sh] Skip agent-test unless SUDO is set,
440 make agent setgid during test.
f8ec2373 441
4897a87c 44220031017
443 - (dtucker) [INSTALL] Note that --with-md5 is now required on platforms with
444 MD5 passwords even if PAM support is enabled. From steev at detritus.net.
445
433e60ac 44620031015
447 - (dtucker) OpenBSD CVS Sync
448 - jmc@cvs.openbsd.org 2003/10/08 08:27:36
449 [scp.1 scp.c sftp-server.8 sftp.1 sftp.c ssh.1 sshd.8]
450 scp and sftp: add options list and sort options. options list requested
451 by deraadt@
452 sshd: use same format as ssh
453 ssh: remove wrong option from list
454 sftp-server: Subsystem is documented in ssh_config(5), not sshd(8)
455 ok deraadt@ markus@
2ecb78df 456 - markus@cvs.openbsd.org 2003/10/08 15:21:24
457 [readconf.c ssh_config.5]
458 default GSS API to no in client, too; ok jakob, deraadt@
d73a67d7 459 - markus@cvs.openbsd.org 2003/10/11 08:24:08
460 [readconf.c readconf.h ssh.1 ssh.c ssh_config.5]
461 remote x11 clients are now untrusted by default, uses xauth(8) to generate
462 untrusted cookies; ForwardX11Trusted=yes restores old behaviour.
463 ok deraadt; feedback and ok djm/fries
b56e99e2 464 - markus@cvs.openbsd.org 2003/10/11 08:26:43
465 [sshconnect2.c]
466 search keys in reverse order; fixes #684
02cd6c56 467 - markus@cvs.openbsd.org 2003/10/11 11:36:23
468 [monitor_wrap.c]
469 return NULL for missing banner; ok djm@
246bb171 470 - jmc@cvs.openbsd.org 2003/10/12 13:12:13
471 [ssh_config.5]
472 note that EnableSSHKeySign should be in the non-hostspecific section;
473 remove unnecessary .Pp;
474 ok markus@
b3054353 475 - markus@cvs.openbsd.org 2003/10/13 08:22:25
476 [scp.1 sftp.1]
477 don't refer to options related to forwarding; ok jmc@
b08b7370 478 - jakob@cvs.openbsd.org 2003/10/14 19:42:10
479 [dns.c dns.h readconf.c ssh-keygen.c sshconnect.c]
480 include SSHFP lookup code (not enabled by default). ok markus@
baf12e3f 481 - jakob@cvs.openbsd.org 2003/10/14 19:43:23
482 [README.dns]
483 update
c88de854 484 - markus@cvs.openbsd.org 2003/10/14 19:54:39
485 [session.c ssh-agent.c]
486 10X for mkdtemp; djm@
c31dc31c 487 - (dtucker) [acconfig.h configure.ac dns.c openbsd-compat/getrrsetbyname.c
488 openbsd-compat/getrrsetbyname.h] DNS fingerprint support is now always
489 compiled in but disabled in config.
11d40248 490 - (dtucker) [auth.c] Check for disabled password expiry on HP-UX Trusted Mode.
ea12f758 491 - (tim) [regress/banner.sh] portability fix.
433e60ac 492
a83a3125 49320031009
494 - (dtucker) [sshd_config.5] UsePAM defaults to "no". ok djm@
495
19e633e7 49620031008
497 - (dtucker) OpenBSD CVS Sync
498 - dtucker@cvs.openbsd.org 2003/10/07 01:47:27
499 [sshconnect2.c]
c8f0cf13 500 Don't use logit for banner, since it truncates to MSGBUFSIZ; bz #668 &
501 #707. ok markus@
7fdf5569 502 - djm@cvs.openbsd.org 2003/10/07 07:04:16
503 [sftp-int.c]
504 sftp quoting fix from admorten AT umich.edu; ok markus@
c8f0cf13 505 - deraadt@cvs.openbsd.org 2003/10/07 21:58:28
506 [sshconnect2.c]
507 set ptr to NULL after free
4c98e94c 508 - dtucker@cvs.openbsd.org 2003/10/07 01:52:13
509 [regress/Makefile regress/banner.sh]
510 Test SSH2 banner. ok markus@
3d3e0ec3 511 - djm@cvs.openbsd.org 2003/10/07 07:04:52
512 [regress/sftp-cmds.sh]
513 more sftp quoting regress tests; ok markus
19e633e7 514
e3df52a9 51520031007
516 - (djm) Delete autom4te.cache after autoreconf
c6630044 517 - (dtucker) [auth-pam.c auth-pam.h session.c] Make PAM use the new static
518 cleanup functions. With & ok djm@
f658a5e8 519 - (dtucker) [contrib/redhat/openssh.spec] Bug #714: Now that UsePAM is a
520 run-time switch, always build --with-md5-passwords.
7111a85c 521 - (dtucker) [configure.ac openbsd-compat/Makefile.in openbsd-compat/strtoul.c]
522 Bug #670: add strtoul() to openbsd-compat for platforms lacking it. ok djm@
605369bb 523 - (dtucker) [configure.ac] Bug #715: Set BROKEN_SETREUID and BROKEN_SETREGID
524 on Reliant Unix. Patch from Robert.Dahlem at siemens.com.
e2798e96 525 - (dtucker) [configure.ac] Bug #710: Check for dlsym() in libdl on
526 Reliant Unix. Based on patch from Robert.Dahlem at siemens.com.
e3df52a9 527
418ae4b4 52820031003
3f1204c3 529 - (dtucker) OpenBSD CVS Sync
418ae4b4 530 - markus@cvs.openbsd.org 2003/10/02 10:41:59
531 [sshd.c]
532 print openssl version, too, several requests; ok henning/djm.
59f552b7 533 - markus@cvs.openbsd.org 2003/10/02 08:26:53
534 [ssh-gss.h]
535 missing $OpenBSD:; dtucker
ba7c26ce 536 - (tim) [contrib/caldera/openssh.spec] Remove obsolete --with-ipv4-default
537 option.
418ae4b4 538
2362db19 53920031002
3f1204c3 540 - (dtucker) OpenBSD CVS Sync
2362db19 541 - markus@cvs.openbsd.org 2003/09/23 20:17:11
542 [Makefile.in auth1.c auth2.c auth.c auth.h auth-krb5.c canohost.c
543 cleanup.c clientloop.c fatal.c gss-serv.c log.c log.h monitor.c monitor.h
544 monitor_wrap.c monitor_wrap.h packet.c serverloop.c session.c session.h
545 ssh-agent.c sshd.c]
546 replace fatal_cleanup() and linked list of fatal callbacks with static
547 cleanup_exit() function. re-refine cleanup_exit() where appropriate,
548 allocate sshd's authctxt eary to allow simpler cleanup in sshd.
549 tested by many, ok deraadt@
0469be42 550 - markus@cvs.openbsd.org 2003/09/23 20:18:52
551 [progressmeter.c]
552 don't print trailing \0; bug #709; Robert.Dahlem@siemens.com
553 ok millert/deraadt@
c15706e2 554 - markus@cvs.openbsd.org 2003/09/23 20:41:11
555 [channels.c channels.h clientloop.c]
556 move client only agent code to clientloop.c
51d2a129 557 - markus@cvs.openbsd.org 2003/09/26 08:19:29
558 [sshd.c]
559 no need to set the listen sockets to non-block; ok deraadt@
5f4a0c58 560 - jmc@cvs.openbsd.org 2003/09/29 11:40:51
561 [ssh.1]
562 - add list of options to -o and .Xr ssh_config(5)
563 - some other cleanup
564 requested by deraadt@;
565 ok deraadt@ markus@
e377c083 566 - markus@cvs.openbsd.org 2003/09/29 20:19:57
567 [servconf.c sshd_config]
568 GSSAPICleanupCreds -> GSSAPICleanupCredentials
97b56d59 569 - (dtucker) [configure.ac] Don't set DISABLE_SHADOW when configuring
570 --with-pam. ok djm@
21c1aca3 571 - (dtucker) [ssh-gss.h] Prototype change missed in sync.
3a23ba0e 572 - (dtucker) [session.c] Fix bus errors on some 64-bit Solaris configurations.
573 Based on patches by Matthias Koeppe and Thomas Baden. ok djm@
2362db19 574
0cdb4344 57520030930
576 - (bal) Fix issues in openbsd-compat/realpath.c
577
4214aa45 57820030925
579 - (dtucker) [configure.ac openbsd-compat/xcrypt.c] Bug #633: Remove
580 DISABLE_SHADOW for HP-UX, use getspnam instead of getprpwnam. Patch from
581 michael_steffens at hp.com, ok djm@
1b4ba39b 582 - (tim) [sshd_config] UsePAM defaults to no.
4214aa45 583
67c4ea7d 58420030924
585 - (djm) Update version.h and spec files for HEAD
cb433561 586 - (dtucker) [configure.ac] IRIX5 needs the same setre[ug]id defines as IRIX6.
67c4ea7d 587
5ba73866 58820030923
291c14e8 589 - (dtucker) [Makefile.in] Bug #644: Fix "make clean" for out-of-tree
5ba73866 590 builds. Portability corrections from tim@.
b27e573d 591 - (dtucker) [configure.ac] Bug #665: uid swapping issues on Mac OS X.
635e0c42 592 Patch from max at quendi.de.
08da2d08 593 - (dtucker) [configure.ac] Bug #657: uid swapping issues on BSDi.
594 - (dtucker) [configure.ac] Bug #653: uid swapping issues on Tru64.
6fb3618d 595 - (dtucker) [configure.ac] Bug #693: uid swapping issues on NCR MP-RAS.
596 Patch from david.haughton at ncr.com
412c0eaa 597 - (dtucker) [configure.ac] Bug #659: uid swapping issues on IRIX 6.
598 Part of patch supplied by bugzilla-openssh at thewrittenword.com
1a086f97 599 - (dtucker) [configure.ac openbsd-compat/fake-rfc2553.c
600 openbsd-compat/fake-rfc2553.h] Bug #659: Test for and handle systems with
601 where gai_strerror is defined as "const char *". Part of patch supplied
602 by bugzilla-openssh at thewrittenword.com
35283c00 603 - (dtucker) [contrib/cygwin/README contrib/cygwin/ssh-host-config] Update
604 ssh-host-config to match current defaults, bump README version. Patch from
605 vinschen at redhat.com.
51e7d820 606 - (dtucker) [uidswap.c] Don't test restoration of uid on Cygwin since the
607 OS does not support permanently dropping privileges. Patch from
608 vinschen at redhat.com.
805dcf3a 609 - (dtucker) [openbsd-compat/port-aix.c] Use correct include for xmalloc.h,
610 add canohost.h to stop warning. Based on patch from openssh-unix-dev at
611 thewrittenword.com
913a4384 612 - (dtucker) [INSTALL] Bug #686: Document requirement for zlib 1.1.4 or
613 higher.
f4f2ff4f 614 - (tim) Fix typo. s/SETEIUD_BREAKS_SETUID/SETEUID_BREAKS_SETUID/
b27e573d 615 - (tim) [configure.ac] Bug 665: move 3 new AC_DEFINES outside of AC_TRY_RUN.
616 Report by distler AT golem ph utexas edu.
ca043cac 617 - (dtucker) [contrib/aix/pam.conf] Include example pam.conf for AIX from
618 article by genty at austin.ibm.com, included with the author's permission.
ce26c02a 619 - (dtucker) OpenBSD CVS Sync
620 - markus@cvs.openbsd.org 2003/09/18 07:52:54
621 [sshconnect.c]
622 missing {}; bug #656; jclonguet at free.fr
5bd34316 623 - markus@cvs.openbsd.org 2003/09/18 07:54:48
624 [buffer.c]
625 protect against double free; #660; zardoz at users.sf.net
1bd71826 626 - markus@cvs.openbsd.org 2003/09/18 07:56:05
627 [authfile.c]
628 missing buffer_free(&encrypted); #662; zardoz at users.sf.net
c46e584f 629 - markus@cvs.openbsd.org 2003/09/18 08:49:45
630 [deattack.c misc.c session.c ssh-agent.c]
631 more buffer allocation fixes; from Solar Designer; CAN-2003-0682;
632 ok millert@
bb92e5cc 633 - miod@cvs.openbsd.org 2003/09/18 13:02:21
634 [authfd.c bufaux.c dh.c mac.c ssh-keygen.c]
635 A few signedness fixes for harmless situations; markus@ ok
9adbb4a4 636 - markus@cvs.openbsd.org 2003/09/19 09:02:02
637 [packet.c]
638 buffer_dump only if PACKET_DEBUG is defined; Jedi/Sector One; pr 3471
f04181fe 639 - markus@cvs.openbsd.org 2003/09/19 09:03:00
640 [buffer.c]
641 sign fix in buffer_dump; Jedi/Sector One; pr 3473
cd25664d 642 - markus@cvs.openbsd.org 2003/09/19 11:29:40
643 [ssh-agent.c]
644 provide a ssh-agent specific fatal() function; ok deraadt
eec6d341 645 - markus@cvs.openbsd.org 2003/09/19 11:30:39
646 [ssh-keyscan.c]
647 avoid fatal_cleanup, just call exit(); ok deraadt
364b1cde 648 - markus@cvs.openbsd.org 2003/09/19 11:31:33
649 [channels.c]
650 do not call channel_free_all on fatal; ok deraadt
72c4301f 651 - markus@cvs.openbsd.org 2003/09/19 11:33:09
652 [packet.c sshd.c]
653 do not call packet_close on fatal; ok deraadt
815a8407 654 - markus@cvs.openbsd.org 2003/09/19 17:40:20
655 [scp.c]
656 error handling for remote-remote copy; #638; report Harald Koenig;
657 ok millert, fgs, henning, deraadt
82de775c 658 - markus@cvs.openbsd.org 2003/09/19 17:43:35
659 [clientloop.c sshtty.c sshtty.h]
660 remove fatal callbacks from client code; ok deraadt
9e3191db 661 - (bal) "extration" -> "extraction" in ssh-rand-helper.c; repoted by john
662 on #unixhelp@efnet
daa41e62 663 - (tim) [configure.ac] add --disable-etc-default-login option. ok djm
0a23d79f 664 - (djm) Sync with V_3_7 branch:
665 - (djm) Fix SSH1 challenge kludge
666 - (djm) Bug #671: Fix builds on OpenBSD
667 - (djm) Bug #676: Fix PAM stack corruption
668 - (djm) Fix bad free() in PAM code
669 - (djm) Don't call pam_end before pam_init
670 - (djm) Enable build with old OpenSSL again
671 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
672 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
5ba73866 673
a801511e 67420030919
675 - (djm) Bug #683: Remove reference to --with-ipv4-default from INSTALL;
676 djast AT cs.toronto.edu
48646332 677 - (djm) Bug #661: Remove duplicate check for basename; from
678 bugzilla-openssh AT thewrittenword.com
34799445 679 - (djm) Bug #641: Allow RedHat RPM building without GTK-2; Patch from
680 jason AT devrandom.org
fd79af78 681 - (djm) Bug #646: Fix location of x11-ssh-askpass; Jim
4608d193 682 - (dtucker) [openbsd-compat/port-aix.h] Bug #640: Don't include audit.h
683 unless required. Reorder to reduce warnings.
6f99680f 684 - (dtucker) [session.c] Bug #643: Fix size_t -> u_int and fix null deref
685 when /etc/default/login doesn't exist or isn't readable. Fixes from
686 jparsons-lists at saffron.net and georg.oppenberg at deu mci com.
97e3cf19 687 - (dtucker) [acconfig.h] Updated basename test needs HAVE_BASENAME
a801511e 688
33fb67f0 68920030918
690 - (djm) Bug #652: Fix empty password auth
691
263c65df 69220030917
693 - (djm) Sync with V_3_7 branch
20419cc1 694 - (djm) OpenBSD Sync
695 - markus@cvs.openbsd.org 2003/09/16 21:02:40
696 [buffer.c channels.c version.h]
697 more malloc/fatal fixes; ok millert/deraadt; ghudson at MIT.EDU
38d24e7d 698 - (djm) Crank RPM spec file versions
ddd8e845 699 - (tim) [openbsd-compat/inet_ntoa.c] 20030917 "Sync with V_3_7 branch" undid
700 20030916 "Missed dead header in inet_ntoa.c"
38d24e7d 701
95b99395 70220030916
703 - (dtucker) [acconfig.h configure.ac defines.h session.c] Bug #252: Retrieve
704 PATH (or SUPATH) and UMASK from /etc/default/login on platforms that have it
49525395 705 (eg Solaris, Reliant Unix). Patch from Robert.Dahlem at siemens.com.
706 ok djm@
707 - (bal) OpenBSD Sync
708 - deraadt@cvs.openbsd.org 2003/09/16 03:03:47
709 [buffer.c]
710 do not expand buffer before attempting to reallocate it; markus ok
89bbd457 711 - (tim) [configure.ac] Fix portability issues.
bb6dd12a 712 - (bal) Missed dead header in inet_ntoa.c
95b99395 713
bdb15424 71420030914
715 - (dtucker) [Makefile regress/Makefile] Fix portability issues preventing
716 the regression tests from running with Solaris' make. Patch from Brian
717 Poole (raj at cerias.purdue.edu).
906f3b9d 718 - (dtucker) [regress/Makefile] AIX's make doesn't like " +=", so replace
719 with vanilla "=".
bdb15424 720
b64864e1 72120030913
722 - (dtucker) [regress/agent-timeout.sh] Timeout of 5 sec is borderline for
723 slower hosts, increase to 10 sec.
217a0ad5 724 - (dtucker) [auth-passwd.c] On AIX, call setauthdb() before loginsuccess(),
725 required to correctly reset failed login count when using a password
726 registry other than "files" (eg LDAP, see bug #543).
bcebad47 727 - (tim) [configure.ac] define WITH_ABBREV_NO_TTY for SCO.
728 Report by Roger Cornelius.
01224183 729 - (dtucker) [auth-pam.c] Use SSHD_PAM_SERVICE for PAM service name, patch
730 from cjwatson at debian.org.
b64864e1 731
a473643e 73220030912
733 - (tim) [regress/agent-ptrace.sh] sh doesn't like "if ! shell_function; then".
e43957b9 734 - (tim) [Makefile.in] only mkdir regress if it does not exist.
7126ceb2 735 - (tim) [regress/yes-head.sh] shell portability fix.
a473643e 736
af940dcb 73720030911
738 - (dtucker) [configure.ac] Bug #588, #615: Move other libgen tests to after
739 the dirname test, to allow a broken dirname to be detected correctly.
740 Based partially on patch supplied by alex.kiernan at thus.net. ok djm@
446227d6 741 - (tim) [configure.ac] Move libgen tests to before libwrap to unbreak
742 UnixWare 2.03 using --with-tcp-wrappers.
7ed101c0 743 - (tim) [configure.ac] Prefer setuid/setgid on UnixWare and Open Server.
c1b10a96 744 - (tim) [regress/agent-ptrace.sh regress/dynamic-forward.sh
745 regress/sftp-cmds.sh regress/stderr-after-eof.sh regress/test-exec.sh]
746 no longer depends on which(1). patch by dtucker@
af940dcb 747
7b9a8c6e 74820030910
749 - (dtucker) [configure.ac] Bug #636: Add support for Cray's new X1 machine.
750 Patch from wendyp at cray.com.
3490699c 751 - (dtucker) [configure.ac] Part of bug #615: tcsendbreak might be a macro.
2e8d2c13 752 - (dtucker) [regressh/yes-head.sh] Some platforms (eg Solaris) don't have
753 "yes".
7b9a8c6e 754
12e07a07 75520030909
756 - (tim) [regress/Makefile] Fixes for building outside of a read-only
757 source tree.
5d3cef06 758 - (tim) [regress/agent-timeout.sh] s/TIMEOUT/SSHAGENT_TIMEOUT/ Fixes conflict
759 with shell read-only variable.
2b1bb684 760 - (tim) [regress/sftp-badcmds.sh regress/sftp-cmds.sh] Fix errors like
761 UX:rm: ERROR: Cannot remove '.' or '..'
12e07a07 762
252ff4df 76320030908
764 - (tim) [configure.ac openbsd-compat/getrrsetbyname.c] wrap _getshort and
765 _getlong in #ifndef
078ec045 766 - (tim) [configure.ac acconfig.h openbsd-compat/getrrsetbyname.c] test for
767 HEADER.ad in arpa/nameser.h
8f52069e 768 - (tim) [ssh-keygen.c] s/PATH_MAX/MAXPATHLEN/ ok mouring@
252ff4df 769
c9535c4d 77020030907
771 - (dtucker) [agent-ptrace.sh dynamic-forward.sh (all regress/)]
772 Put "which" inside quotes.
5781bb58 773 - (dtucker) [dynamic-forward.sh forwarding.sh sftp-batch.sh (all regress/)]
774 Add ${EXEEXT}: required to work on Cygwin.
7621a857 775 - (dtucker) [regress/sftp-batch.sh] Make temporary batch file name more
776 distinctive, so "rm ${BATCH}.*" doesn't match the script itself.
ac4a169f 777 - (dtucker) [regress/sftp-cmds.sh] Skip quoted file test on Cygwin.
9a7582f1 778 - (dtucker) [openbsd-compat/xcrypt.c] #elsif -> #elif
779 - (dtucker) [acconfig.h] Typo.
4bbf95fa 780 - (dtucker) [CREDITS Makefile.in configure.ac mdoc2man.awk mdoc2man.pl]
781 Replace mdoc2man.pl with mdoc2man.awk, provided by Peter Stuge.
c9535c4d 782
3b8dff69 78320030906
784 - (dtucker) [acconfig.h configure.ac uidswap.c] Prefer setuid/setgid on AIX.
785
5e6f8a42 78620030905
787 - (dtucker) [Makefile.in] Add distclean target for regress/, fix clean target.
788
7ed6b890 78920030904
790 - (dtucker) Portablize regression tests. Parts contributed by Roumen
791 Petrov, David M. Williams and Corinna Vinschen.
792 - [Makefile.in] Add "make tests" target and "make clean" hooks.
584c5ed9 793 - [regress/agent-getpeereid.sh] Skip test on platforms that don't support
794 getpeereid.
335f57ae 795 - [regress/agent-ptrace.sh] Skip tests if platform doesn't support it or
796 gdb cannot be found.
c4cc19d5 797 - [regress/reconfigure/sh] Make path to sshd fully qualified if required.
e4f79c8f 798 - [regress/rekey.sh] Remove dependence on /dev/zero (not all platforms have
799 it). The sparse file will take less disk space too.
c67d1ba1 800 - [regress/sftp-cmds.sh] Ensure files used for test are readable.
9a7cf6f2 801 - [regress/stderr-after-eof.sh] Search for a usable checksum program.
83d96134 802 - [regress/sftp-badcmds.sh regress/sftp-cmds.sh regress/sftp.sh
803 regress/ssh-com-client.sh regress/ssh-com-sftp.sh regress/stderr-data.sh
804 regress/transfer.sh] Use ${EXEEXT} where appropriate.
302294d5 805 - [regress/sftp.sh regress/ssh-com-sftp.sh] Remove dependency on /dev/stdin.
d23e7be4 806 - [regress/agent-ptrace.sh regress/agent-timeout.sh]
807 "grep -q" -> "grep >/dev/null"
c7751424 808 - [regress/agent.sh regress/proto-version.sh regress/ssh-com.sh
c9535c4d 809 regress/test-exec.sh] Handle different ways of echoing without newlines.
46f493c6 810 - [regress/dynamic-forward.sh] Some "which" programs output on stderr.
a687e172 811 - [regress/sftp-cmds.sh] Use portable "test" option.
4638d96a 812 - [regress/test-exec.sh] Use sudo, search for "whoami" equivalent, always
813 use Strictmodes no, wait longer for sshd startup.
d99acf36 814 - [regress/Makefile] Remove BSDisms.
b0315114 815 - [regress/README.regress] Add a basic readme.
c67d1ba1 816 - [Makefile.in regress/agent-getpeereid.sh] config.h is now in $BUILDDIR
817 not $OBJ.
ccb02b94 818 - [Makefile.in regress/agent-ptrace] Fix minor regress issues on Cygwin.
7ed6b890 819
96d0bf74 82020030903
821 - (djm) OpenBSD CVS Sync
822 - markus@cvs.openbsd.org 2003/08/26 09:58:43
823 [auth-passwd.c auth.c auth.h auth1.c auth2-none.c auth2-passwd.c]
824 [auth2.c monitor.c]
825 fix passwd auth for 'username leaks via timing'; with djm@, original
826 patches from solar
5f2a8485 827 - markus@cvs.openbsd.org 2003/08/28 12:54:34
828 [auth.h]
829 remove kerberos support from ssh1, since it has been replaced with GSSAPI;
830 but keep kerberos passwd auth for ssh1 and 2; ok djm, hin, henning, ...
b6f9987b 831 - markus@cvs.openbsd.org 2003/09/02 16:40:29
832 [version.h]
833 enter 3.7
d0445371 834 - jmc@cvs.openbsd.org 2003/09/02 18:50:06
835 [sftp.1 ssh_config.5]
836 escape punctuation;
837 ok deraadt@
96d0bf74 838
408fb07b 83920030902
eb18f58d 840 - (djm) OpenBSD CVS Sync
841 - deraadt@cvs.openbsd.org 2003/08/24 17:36:51
842 [auth2-gss.c]
843 64 bit cleanups; markus ok
8f73f7bb 844 - markus@cvs.openbsd.org 2003/08/28 12:54:34
845 [auth-krb5.c auth.h auth1.c monitor.c monitor.h monitor_wrap.c]
846 [monitor_wrap.h readconf.c servconf.c session.c ssh_config.5]
847 [sshconnect1.c sshd.c sshd_config sshd_config.5]
848 remove kerberos support from ssh1, since it has been replaced with GSSAPI;
849 but keep kerberos passwd auth for ssh1 and 2; ok djm, hin, henning, ...
e3e69949 850 - markus@cvs.openbsd.org 2003/08/29 10:03:15
851 [compat.c compat.h]
852 SSH_BUG_K5USER is unused; ok henning@
d7ac5f18 853 - markus@cvs.openbsd.org 2003/08/29 10:04:36
854 [channels.c nchan.c]
855 be less chatty; debug -> debug2, cleanup; ok henning@
8e382949 856 - markus@cvs.openbsd.org 2003/08/31 10:26:04
857 [progressmeter.c]
858 pass file_size + 1 to snprintf: fixes printing of truncated
859 file names; fix based on patch/report from sturm@;
3845a9ac 860 - markus@cvs.openbsd.org 2003/08/31 12:14:22
861 [progressmeter.c]
862 do write to buf[-1]
f89f8ddc 863 - markus@cvs.openbsd.org 2003/08/31 13:29:05
864 [session.c]
865 call ssh_gssapi_storecreds conditionally from do_exec();
866 with sxw@inf.ed.ac.uk
96573c26 867 - markus@cvs.openbsd.org 2003/08/31 13:30:18
868 [gss-serv.c]
869 correct string termination in parse_ename(); sxw@inf.ed.ac.uk
a7958e7b 870 - markus@cvs.openbsd.org 2003/08/31 13:31:57
871 [gss-serv.c]
872 whitspace KNF
105b07db 873 - markus@cvs.openbsd.org 2003/09/01 09:50:04
874 [sshd_config.5]
875 gss kex is not supported; sxw@inf.ed.ac.uk
eac292f8 876 - markus@cvs.openbsd.org 2003/09/01 12:50:46
877 [readconf.c]
878 rm gssapidelegatecreds alias; never supported before
00fee838 879 - markus@cvs.openbsd.org 2003/09/01 13:52:18
880 [ssh.h]
881 rm whitespace
cc4d7cb6 882 - markus@cvs.openbsd.org 2003/09/01 18:15:50
883 [readconf.c readconf.h servconf.c servconf.h ssh.c]
884 remove unused kerberos code; ok henning@
4771605b 885 - markus@cvs.openbsd.org 2003/09/01 20:44:54
886 [auth2-gss.c]
887 fix leak
c53917a9 888 - (djm) Don't initialise pam_conv structures inline. Avoids HP/UX compiler
889 error. Part of Bug #423, patch from michael_steffens AT hp.com
49e82bb9 890 - (djm) Bug #423: reorder setting of PAM_TTY and calling of PAM session
891 management (now done in do_setusercontext). Largely from
892 michael_steffens AT hp.com
5e89e8a5 893 - (djm) Fix openbsd-compat/ again - remove references to strl(cpy|cat).h
894
2274ae66 89520030829
a5aec672 896 - (bal) openbsd-compat/ clean up. Considate headers, add in Id on our
2274ae66 897 files, and added missing license to header.
898
fe46678b 89920030826
900 - (djm) Bug #629: Mark ssh_config option "pamauthenticationviakbdint"
901 as deprecated. Remove mention from README.privsep. Patch from
902 aet AT cc.hut.fi
7364bd04 903 - (dtucker) OpenBSD CVS Sync
904 - markus@cvs.openbsd.org 2003/08/22 10:56:09
905 [auth2.c auth2-gss.c auth.h compat.c compat.h gss-genr.c gss-serv-krb5.c
906 gss-serv.c monitor.c monitor.h monitor_wrap.c monitor_wrap.h readconf.c
907 readconf.h servconf.c servconf.h session.c session.h ssh-gss.h
908 ssh_config.5 sshconnect2.c sshd_config sshd_config.5]
909 support GSS API user authentication; patches from Simon Wilkinson,
910 stripped down and tested by Jakob and myself.
1d9f0c09 911 - markus@cvs.openbsd.org 2003/08/22 13:20:03
912 [sshconnect2.c]
913 remove support for "kerberos-2@ssh.com"
816daa84 914 - markus@cvs.openbsd.org 2003/08/22 13:22:27
915 [auth2.c] (auth2-krb5.c removed)
916 nuke "kerberos-2@ssh.com"
52f6ea0e 917 - markus@cvs.openbsd.org 2003/08/22 20:55:06
918 [LICENCE]
919 add Simon Wilkinson
f99e1ca4 920 - deraadt@cvs.openbsd.org 2003/08/24 17:36:52
921 [monitor.c monitor_wrap.c sshconnect2.c]
922 64 bit cleanups; markus ok
e68d8348 923 - fgsch@cvs.openbsd.org 2003/08/25 08:13:09
924 [sftp-int.c]
925 fix div by zero when listing for filename lengths longer than width.
926 markus@ ok.
ea7bee97 927 - djm@cvs.openbsd.org 2003/08/25 10:33:33
928 [sshconnect2.c]
929 fprintf->logit to silence login banner with "ssh -q"; ok markus@
749560dd 930 - (dtucker) [Makefile.in acconfig.h auth-krb5.c auth-pam.c auth-pam.h
931 configure.ac defines.h gss-serv-krb5.c session.c ssh-gss.h sshconnect1.c
932 sshconnect2.c] Add Portable GSSAPI support, patch by Simon Wilkinson.
780efc0f 933 - (dtucker) [Makefile.in] Remove auth2-krb5.
2b7d75f5 934 - (dtucker) [contrib/aix/inventory.sh] Add public domain notice. ok mouring@
935 (the original author)
da67ae18 936 - (dtucker) [auth.c] Do not check for locked accounts when PAM is enabled.
fe46678b 937
4e2e1af3 93820030825
939 - (djm) Bug #621: Select OpenSC keys by usage attributes. Patch from
940 larsch@trustcenter.de
510a42ce 941 - (bal) openbsd-compat/ OpenBSD updates. Mostly licensing, ansifications
f00d1f78 942 and minor fixes. OK djm@
943 - (bal) redo how we handle 'mysignal()'. Move it to
944 openbsd-compat/bsd-misc.c, s/mysignal/signal/ and #define signal to
945 be our 'mysignal' by default. OK djm@
3e6e3da0 946 - (dtucker) [acconfig.h auth.c configure.ac sshd.8] Bug #422 again: deny
947 any access to locked accounts. ok djm@
5b9e2464 948 - (djm) Bug #564: Perform PAM account checks for all authentications when
949 UsePAM=yes; ok dtucker
a6e67b60 950 - (dtucker) [configure.ac] Bug #533, #551: define BROKEN_GETADDRINFO on
951 Tru64, solves getnameinfo and "bad addr or host" errors. ok djm@
ed00d4b7 952 - (dtucker) [README buildbff.sh inventory.sh] (all in contrib/aix)
953 Update package builder: correctly handle config variables, use lsuser
954 rather than /etc/passwd, fix typos, add Id's.
4e2e1af3 955
fda04d7d 95620030822
957 - (djm) s/get_progname/ssh_get_progname/g to avoid conflict with Heimdal
958 -lbroken; ok dtucker
fcd7f067 959 - (dtucker) [contrib/cygwin/ssh-user-config] Put keys in authorized_keys
960 rather that authorized_keys2. Patch from vinschen@redhat.com.
fda04d7d 961
08d035b6 96220030821
963 - (dtucker) OpenBSD CVS Sync
964 - markus@cvs.openbsd.org 2003/08/14 16:08:58
965 [ssh-keygen.c]
966 exit after primetest, ok djm@
a814ba4d 967 - (dtucker) [defines.h] Put CMSG_DATA, CMSG_FIRSTHDR with other CMSG* macros,
968 change CMSG_DATA to use __CMSG_ALIGN (and thus work properly), reformat for
969 consistency.
eacb954e 970 - (dtucker) [configure.ac] Move openpty/ctty test outside of case statement
971 and after normal openpty test.
08d035b6 972
83814987 97320030813
974 - (dtucker) [session.c] Remove #ifdef TIOCSBRK kludge.
8168a86a 975 - (dtucker) OpenBSD CVS Sync
976 - markus@cvs.openbsd.org 2003/08/13 08:33:02
977 [session.c]
978 use more portable tcsendbreak(3) and ignore break_length;
979 ok deraadt, millert
0598d99d 980 - markus@cvs.openbsd.org 2003/08/13 08:46:31
981 [auth1.c readconf.c readconf.h servconf.c servconf.h ssh.c ssh_config
982 ssh_config.5 sshconnect1.c sshd.8 sshd.c sshd_config sshd_config.5]
983 remove RhostsAuthentication; suggested by djm@ before; ok djm@, deraadt@,
984 fgsch@, miod@, henning@, jakob@ and others
37ba5172 985 - markus@cvs.openbsd.org 2003/08/13 09:07:10
986 [readconf.c ssh.c]
987 socks4->socks, since with support both 4 and 5; dtucker@zip.com.au
5af25b1d 988 - (dtucker) [configure.ac openbsd-compat/bsd-misc.c openbsd-compat/bsd-misc.h]
989 Add a tcsendbreak function for platforms that don't have one, based on the
990 one from OpenBSD.
83814987 991
78e43412 99220030811
993 - (dtucker) OpenBSD CVS Sync
994 (thanks to Simon Wilkinson for help with this -dt)
995 - markus@cvs.openbsd.org 2003/07/16 15:02:06
996 [auth-krb5.c]
997 mcc -> fcc; from Love Hörnquist Åstrand <lha@it.su.se>
998 otherwise the kerberos credentinal is stored in a memory cache
999 in the privileged sshd. ok jabob@, hin@ (some time ago)
8c9f0900 1000 - (dtucker) [openbsd-compat/xcrypt.c] Remove Cygwin #ifdef block (duplicate
1001 in bsd-cygwin_util.h).
78e43412 1002
3095daf7 100320030808
1004 - (dtucker) [openbsd-compat/fake-rfc2553.h] Older Linuxes have AI_PASSIVE and
1005 AI_CANONNAME in netdb.h but not AI_NUMERICHOST, so check each definition
1006 separately before defining them.
26b3608b 1007 - (dtucker) [auth-pam.c] Don't set PAM_TTY if tty is null. ok djm@
3095daf7 1008
a15f16ab 100920030807
1010 - (dtucker) [session.c] Have session_break_req not attempt to send a break
1011 if TIOCSBRK and TIOCCBRK are not defined (eg Cygwin).
97722976 1012 - (dtucker) [canohost.c] Bug #336: Only check ip options if IP_OPTIONS is
a96fbb21 1013 defined (fixes compile error on really old Linuxes).
1014 - (dtucker) [defines.h] Bug #336: Add CMSG_DATA and CMSG_FIRSTHDR macros if
1015 not already defined (eg Linux with some versions of libc5), based on those
1016 from OpenBSD.
871e1d12 1017 - (dtucker) [openbsd-compat/bsd-cygwin_util.c openbsd-compat/bsd-cygwin_util.h]
1018 Remove incorrect filenames from comments (file names are in Id tags).
a3b678a3 1019 - (dtucker) [session.c openbsd-compat/bsd-cygwin_util.h] Move Cygwin
1020 specific defines and includes to bsd-cygwin_util.h. Fixes build error too.
a15f16ab 1021
2616e1bc 102220030802
1023 - (dtucker) [monitor.h monitor_wrap.h] Remove excess ident tags.
1c590258 1024 - (dtucker) OpenBSD CVS Sync
1025 - markus@cvs.openbsd.org 2003/07/22 13:35:22
1026 [auth1.c auth.h auth-passwd.c monitor.c monitor.h monitor_wrap.c
1027 monitor_wrap.h readconf.c readconf.h servconf.c servconf.h session.c ssh.1
1028 ssh.c ssh_config.5 sshconnect1.c sshd.c sshd_config.5 ssh.h]
1029 remove (already disabled) KRB4/AFS support, re-enable -k in ssh(1);
1030 test+ok henning@
1031 - (dtucker) [Makefile.in acconfig.h configure.ac] Remove KRB4/AFS support.
1032 - (dtucker) [auth-krb4.c radix.c radix.h] Remove KRB4/AFS specific files.
ac452e85 1033 - (dtucker) OpenBSD CVS Sync
1034 - markus@cvs.openbsd.org 2003/07/23 07:42:43
1035 [sshd_config]
1036 remove AFS; itojun@
c35a6dc5 1037 - djm@cvs.openbsd.org 2003/07/28 09:49:56
1038 [ssh-keygen.1 ssh-keygen.c]
1039 Support for generating Diffie-Hellman groups (/etc/moduli) from ssh-keygen.
1040 Based on code from Phil Karn, William Allen Simpson and Niels Provos.
1041 ok markus@, thanks jmc@
178b1a1d 1042 - markus@cvs.openbsd.org 2003/07/29 18:24:00
1043 [LICENCE progressmeter.c]
1044 replace 4 clause BSD licensed progressmeter code with a replacement
1045 from Nils Nordman and myself; ok deraadt@
1046 (copied from OpenBSD an re-applied portable changes)
0dd40286 1047 - markus@cvs.openbsd.org 2003/07/29 18:26:46
1048 [progressmeter.c]
1049 fix length for "- stalled -" (included with previous import)
1050 - markus@cvs.openbsd.org 2003/07/30 07:44:14
1051 [progressmeter.c]
1052 use only 4 digits in format_size (included with previous import)
1053 - markus@cvs.openbsd.org 2003/07/30 07:53:27
1054 [progressmeter.c]
1055 whitespace (included with previous import)
0f57e1e6 1056 - markus@cvs.openbsd.org 2003/07/31 09:21:02
1057 [auth2-none.c]
1058 check whether passwd auth is allowd, similar to proto 1; rob@pitman.co.za
1059 ok henning
4899ccef 1060 - avsm@cvs.openbsd.org 2003/07/31 15:50:16
1061 [atomicio.c]
1062 correct comment: atomicio takes vwrite, not write; deraadt@ ok
b3a7a008 1063 - markus@cvs.openbsd.org 2003/07/31 22:34:03
1064 [progressmeter.c]
1065 print rate similar old version; round instead truncate;
1066 (included in previous progressmeter.c commit)
c5d3dd1b 1067 - (dtucker) [openbsd-compat/bsd-misc.c openbsd-compat/bsd-misc.h]
1068 Add a tcgetpgrp function.
5ae3dc68 1069 - (dtucker) [Makefile.in moduli.c moduli.h] Add new files and to Makefile.
f29c37a9 1070 - (dtucker) [openbsd-compat/bsd-misc.c] Fix cut-and-paste bug in tcgetpgrp.
2616e1bc 1071
cbdeccf3 107220030730
1073 - (djm) [auth-pam.c] Don't use crappy APIs like sprintf. Thanks bal
1074
a9705c94 107520030726
1076 - (dtucker) [openbsd-compat/xcrypt.c] Fix typo: DISABLED_SHADOW ->
1077 DISABLE_SHADOW. Fixes HP-UX compile error.
1078
7c6eb32f 107920030724
1080 - (bal) [auth-passwd.c openbsd-compat/Makefile.in openbsd-compat/xcrypt.c
1081 openbsd-compat/xcrypt.h] Split off encryption into xcrypt() interface,
1082 and isolate shadow password functions. Tested in Solaris, but should
1083 not break other platforms too badly (except maybe HP =). Also brings
1084 auth-passwd.c into full sync with OpenBSD tree.
1085
82e5907c 108620030723
1087 - (dtucker) [configure.ac] Back out change for bug #620.
1088
defb525d 108920030719
1090 - (dtucker) [configure.ac] Bug #620: Define BROKEN_GETADDRINFO for
1091 Solaris/x86. Patch from jrhett at isite.net.
7b390973 1092 - (dtucker) OpenBSD CVS Sync
1093 - markus@cvs.openbsd.org 2003/07/14 12:36:37
1094 [sshd.c]
1095 remove undocumented -V option. would be only useful if openssh is used
1096 as ssh v1 server for ssh.com's ssh v2.
e053cd2c 1097 - markus@cvs.openbsd.org 2003/07/16 10:34:53
1098 [ssh.c sshd.c]
1099 don't exit on multiple -v or -d; ok deraadt@
145d23ca 1100 - markus@cvs.openbsd.org 2003/07/16 10:36:28
1101 [sshtty.c]
1102 clear IUCLC in enter_raw_mode; from rob@pitman.co.za; ok deraadt@, fgs@
261bd618 1103 - deraadt@cvs.openbsd.org 2003/07/18 01:54:25
1104 [scp.c]
1105 userid is unsigned, but well, force it anyways; andrushock@korovino.net
b3d04e37 1106 - djm@cvs.openbsd.org 2003/07/19 00:45:53
1107 [sftp-int.c]
1108 fix sftp filename parsing for arguments with escaped quotes. bz #517;
1109 ok markus
86d0260c 1110 - djm@cvs.openbsd.org 2003/07/19 00:46:31
1111 [regress/sftp-cmds.sh]
1112 regress test for sftp arguments with escaped quotes; ok markus
defb525d 1113
e351e493 111420030714
1115 - (dtucker) [acconfig.h configure.ac port-aix.c] Older AIXes don't declare
1116 loginfailed at all, so assume 3-arg loginfailed if not declared.
1cd5765d 1117 - (dtucker) [port-aix.h] Work around name collision on AIX for r_type by
1118 undef'ing it.
2aa3a16c 1119 - (dtucker) Bug #543: [configure.ac port-aix.c port-aix.h]
1120 Call setauthdb() before loginfailed(), which may load password registry-
defb525d 1121 specific functions. Based on patch by cawlfiel at us.ibm.com.
b4777c18 1122 - (dtucker) [port-aix.h] Fix prototypes.
956b0f56 1123 - (dtucker) OpenBSD CVS Sync
1124 - avsm@cvs.openbsd.org 2003/07/09 13:58:19
1125 [key.c]
1126 minor tweak: when generating the hex fingerprint, give strlcat the full
1127 bound to the buffer, and add a comment below explaining why the
1128 zero-termination is one less than the bound. markus@ ok
40729edd 1129 - markus@cvs.openbsd.org 2003/07/10 14:42:28
1130 [packet.c]
1131 the 2^(blocksize*2) rekeying limit is too expensive for 3DES,
1132 blowfish, etc, so enforce a 1GB limit for small blocksizes.
659912db 1133 - markus@cvs.openbsd.org 2003/07/10 20:05:55
1134 [sftp.c]
1135 sync usage with manpage, add missing -R
e351e493 1136
f58c0e01 113720030708
1138 - (dtucker) [acconfig.h auth-passwd.c configure.ac session.c port-aix.[ch]]
1139 Include AIX headers for authentication functions and make calls match
e351e493 1140 prototypes. Test for and handle 3-arg and 4-arg variants of loginfailed.
bc7dfc06 1141 - (dtucker) [session.c] Check return value of setpcred().
1142 - (dtucker) [auth-passwd.c auth.c session.c sshd.c port-aix.c port-aix.h]
1143 Convert aixloginmsg into platform-independant Buffer loginmsg.
f58c0e01 1144
309709db 114520030707
1146 - (dtucker) [configure.ac] Bug #600: Check that getrusage is declared before
1147 searching libraries for it. Fixes build errors on NCR MP-RAS.
1148
d72f7b79 114920030706
1150 - (dtucker) [ssh-rand-helper.c loginrec.c]
1151 Apply atomicio typing change to these too.
1152
71b9ced0 115320030703
1154 - (dtucker) OpenBSD CVS Sync
1155 - djm@cvs.openbsd.org 2003/06/28 07:48:10
1156 [sshd.c]
1157 report pidfile creation errors, based on patch from Roumen Petrov;
1158 ok markus@
dc54438a 1159 - deraadt@cvs.openbsd.org 2003/06/28 16:23:06
1160 [atomicio.c atomicio.h authfd.c clientloop.c monitor_wrap.c msg.c
1161 progressmeter.c scp.c sftp-client.c ssh-keyscan.c ssh.h sshconnect.c
1162 sshd.c]
1163 deal with typing of write vs read in atomicio
7caca6d4 1164 - markus@cvs.openbsd.org 2003/06/29 12:44:38
1165 [sshconnect.c]
1166 memset 0, not \0; andrushock@korovino.net
8e7c9afc 1167 - markus@cvs.openbsd.org 2003/07/02 12:56:34
1168 [channels.c]
1169 deny dynamic forwarding with -R for v1, too; ok djm@
f49658f5 1170 - markus@cvs.openbsd.org 2003/07/02 14:51:16
1171 [channels.c ssh.1 ssh_config.5]
1172 (re)add socks5 suppport to -D; ok djm@
1173 now ssh(1) can act both as a socks 4 and socks 5 server and
1174 dynamically forward ports.
03c82656 1175 - markus@cvs.openbsd.org 2003/07/02 20:37:48
1176 [ssh.c]
1177 convert hostkeyalias to lowercase, otherwise uppercase aliases will
1178 not match at all; ok henning@
1768a611 1179 - markus@cvs.openbsd.org 2003/07/03 08:21:46
1180 [regress/dynamic-forward.sh]
1181 add socks5; speedup; reformat; based on patch from dtucker@zip.com.au
7664edb6 1182 - markus@cvs.openbsd.org 2003/07/03 08:24:13
1183 [regress/Makefile]
1184 enable tests for dynamic fwd via socks (-D), uses nc(1)
1572b90f 1185 - djm@cvs.openbsd.org 2003/07/03 08:09:06
1186 [readconf.c readconf.h ssh-keysign.c ssh.c]
1187 fix AddressFamily option in config file, from brent@graveland.net;
1188 ok markus@
71b9ced0 1189
4e00038c 119020030630
1191 - (djm) Search for support functions necessary to build our
1192 getrrsetbyname() replacement. Patch from Roumen Petrov
1193
9f59c5a3 119420030629
c5829391 1195 - (dtucker) [includes.h] Bug #602: move #include of netdb.h to after in.h
1196 (fixes compiler warnings on Solaris 2.5.1).
1197 - (dtucker) [configure.ac] Add sanity test after system-dependant compiler
1198 flag modifications.
9f59c5a3 1199
9ea150a7 120020030628
1201 - (djm) Bug #591: use PKCS#15 private key label as a comment in case
1202 of OpenSC. Report and patch from larsch@trustcenter.de
d2168412 1203 - (djm) Bug #593: Sanity check OpenSC card reader number; patch from
1204 aj@dungeon.inka.de
f0677b69 1205 - (dtucker) OpenBSD CVS Sync
1206 - markus@cvs.openbsd.org 2003/06/23 09:02:44
1207 [ssh_config.5]
1208 document EnableSSHKeysign; bugzilla #599; ok deraadt@, jmc@
a27002e5 1209 - markus@cvs.openbsd.org 2003/06/24 08:23:46
1210 [auth2-hostbased.c auth2-pubkey.c auth2.c channels.c key.c key.h
1211 monitor.c packet.c packet.h serverloop.c sshconnect2.c sshd.c]
1212 int -> u_int; ok djm@, deraadt@, mouring@
d7ded285 1213 - miod@cvs.openbsd.org 2003/06/25 22:39:36
1214 [sftp-server.c]
1215 Typo police: attribute is better written with an 'r'.
2d9c1828 1216 - markus@cvs.openbsd.org 2003/06/26 20:08:33
1217 [readconf.c]
1218 do not dump core for 'ssh -o proxycommand host'; ok deraadt@
78b2dd04 1219 - (dtucker) [regress/dynamic-forward.sh] Import new regression test.
ddb154b3 1220 - (dtucker) [configure.ac] Bug #570: Have ./configure --enable-FEATURE
1221 actually enable the feature, for those normally disabled. Patch by
1222 openssh (at) roumenpetrov.info.
f0677b69 1223
e15ba28b 122420030624
1225 - (dtucker) Have configure refer the user to config.log and
1226 contrib/findssl.sh for OpenSSL header/library mismatches.
1227
63a556df 122820030622
c1ffd4bd 1229 - (dtucker) OpenBSD CVS Sync
63a556df 1230 - markus@cvs.openbsd.org 2003/06/21 09:14:05
c1ffd4bd 1231 [regress/reconfigure.sh]
63a556df 1232 missing $SUDO; from dtucker@zip.com.au
93527718 1233 - markus@cvs.openbsd.org 2003/06/18 11:28:11
c1ffd4bd 1234 [ssh-rsa.c]
1235 backout last change, since it violates pkcs#1
1236 switch to share/misc/license.template
1891396b 1237 - djm@cvs.openbsd.org 2003/06/20 05:47:58
1238 [sshd_config.5]
1239 sync description of protocol 2 cipher proposal; ok markus
4db4d313 1240 - djm@cvs.openbsd.org 2003/06/20 05:48:21
1241 [sshd_config]
1242 sync some implemented options; ok markus@
63a556df 1243 - (dtucker) [regress/authorized_keys_root] Remove temp data file from CVS.
39ef3618 1244 - (dtucker) [openbsd-compat/setproctitle.c] Ensure SPT_TYPE is defined before
1245 testing its value.
63a556df 1246
b8e04133 124720030618
1248 - (djm) OpenBSD CVS Sync
1249 - markus@cvs.openbsd.org 2003/06/12 07:57:38
1250 [monitor.c sshlogin.c sshpty.c]
1251 typos; dtucker at zip.com.au
b9ad9d13 1252 - djm@cvs.openbsd.org 2003/06/12 12:22:47
1253 [LICENCE]
1254 mention more copyright holders; ok markus@
1fb23629 1255 - nino@cvs.openbsd.org 2003/06/12 15:34:09
1256 [scp.c]
1257 Typo. Ok markus@.
244e796f 1258 - markus@cvs.openbsd.org 2003/06/12 19:12:03
1259 [scard.c scard.h ssh-agent.c ssh.c]
1260 add sc_get_key_label; larsch at trustcenter.de; bugzilla#591
9250058a 1261 - markus@cvs.openbsd.org 2003/06/16 08:22:35
1262 [ssh-rsa.c]
1263 make sure the signature has at least the expected length (don't
1264 insist on len == hlen + oidlen, since this breaks some smartcards)
1265 bugzilla #592; ok djm@
360a4aae 1266 - markus@cvs.openbsd.org 2003/06/16 10:22:45
1267 [ssh-add.c]
1268 print out key comment on each prompt; make ssh-askpass more useable; ok djm@
0a59bd6b 1269 - markus@cvs.openbsd.org 2003/06/17 18:14:23
1270 [cipher-ctr.c]
1271 use license from /usr/share/misc/license.template for new code
1d6c0b69 1272 - (dtucker) [reconfigure.sh rekey.sh sftp-badcmds.sh]
1273 Import new regression tests from OpenBSD
d4d84f5f 1274 - (dtucker) [regress/copy.1 regress/copy.2] Remove temp data files from CVS.
ed49cc81 1275 - (dtucker) OpenBSD CVS Sync (regress/)
1276 - markus@cvs.openbsd.org 2003/04/02 12:21:13
1277 [Makefile]
1278 enable rekey test
2c670155 1279 - djm@cvs.openbsd.org 2003/04/04 09:34:22
1280 [Makefile sftp-cmds.sh]
1281 More regression tests, including recent directory rename bug; ok markus@
737447ad 1282 - markus@cvs.openbsd.org 2003/05/14 22:08:27
1283 [ssh-com-client.sh ssh-com-keygen.sh ssh-com-sftp.sh ssh-com.sh]
1284 test against some new commerical versions
68df2aa0 1285 - mouring@cvs.openbsd.org 2003/05/15 04:07:12
1286 [sftp-cmds.sh]
1287 Advanced put/get testing for sftp. OK @djm
eb9bf761 1288 - markus@cvs.openbsd.org 2003/06/12 15:40:01
1289 [try-ciphers.sh]
1290 add ctr
39c0191e 1291 - markus@cvs.openbsd.org 2003/06/12 15:43:32
1292 [Makefile]
1293 test -HUP; dtucker at zip.com.au
b8e04133 1294
f5827134 129520030614
1296 - (djm) Update license on fake-rfc2553.[ch]; ok itojun@
1297
be193d89 129820030611
c12c6ef8 1299 - (djm) Mention portable copyright holders in LICENSE
e52ca1e5 1300 - (djm) Put licenses on substantial header files
8cb3fa9d 1301 - (djm) Sync LICENSE against OpenBSD
be193d89 1302 - (djm) OpenBSD CVS Sync
1303 - jmc@cvs.openbsd.org 2003/06/10 09:12:11
1304 [scp.1 sftp-server.8 ssh.1 ssh-add.1 ssh-agent.1 ssh_config.5]
1305 [sshd.8 sshd_config.5 ssh-keygen.1 ssh-keyscan.1 ssh-keysign.8]
1306 - section reorder
1307 - COMPATIBILITY merge
1308 - macro cleanup
1309 - kill whitespace at EOL
1310 - new sentence, new line
1311 ssh pages ok markus@
0daa6547 1312 - deraadt@cvs.openbsd.org 2003/06/10 22:20:52
1313 [packet.c progressmeter.c]
1314 mostly ansi cleanup; pval ok
1432b5c4 1315 - jakob@cvs.openbsd.org 2003/06/11 10:16:16
1316 [sshconnect.c]
1317 clean up check_host_key() and improve SSHFP feedback. ok markus@
cc263107 1318 - jakob@cvs.openbsd.org 2003/06/11 10:18:47
1319 [dns.c]
1320 sync with check_host_key() change
ca719034 1321 - djm@cvs.openbsd.org 2003/06/11 11:18:38
1322 [authfd.c authfd.h ssh-add.c ssh-agent.c]
1323 make agent constraints (lifetime, confirm) work with smartcard keys;
1324 ok markus@
be193d89 1325
1326
8a547250 132720030609
1328 - (djm) Sync README.smartcard with OpenBSD -current
a1864983 1329 - (djm) Re-merge OpenSC info into README.smartcard
8a547250 1330
f5db6a03 133120030606
1332 - (dtucker) [uidswap.c] Fix setreuid and add missing args to fatal(). ok djm@
1333
02e2a074 133420030605
1335 - (djm) Support AI_NUMERICHOST in fake-getaddrinfo.c. Needed for recent
1336 canohost.c changes.
688eed4a 1337 - (djm) Implement paranoid priv dropping checks, based on:
1338 "SetUID demystified" - Hao Chen, David Wagner and Drew Dean
1339 Proceedings of USENIX Security Symposium 2002
d6bd2b5a 1340 - (djm) Don't use xmalloc() or pull in toplevel headers in fake-* code
52d58495 1341 - (djm) Merge all the openbsd/fake-* into fake-rfc2553.[ch]
57c917f8 1342 - (djm) Bug #588 - Add scard-opensc.o back to Makefile.in
1343 Patch from larsch@trustcenter.de
7b7f164b 1344 - (djm) Bug #589 - scard-opensc: load only keys with a private keys
1345 Patch from larsch@trustcenter.de
4ed465ec 1346 - (dtucker) Add includes.h to fake-rfc2553.c so it will build.
e932f447 1347 - (dtucker) Define EAI_NONAME in fake-rfc2553.h (used by fake-rfc2553.c).
02e2a074 1348
b08a39ff 134920030604
d60e487c 1350 - (djm) Bug #573 - Remove unneeded Krb headers and compat goop. Patch from
1351 simon@sxw.org.uk (Also matches a change in OpenBSD a while ago)
8acdec60 1352 - (djm) Bug #577 - wrong flag in scard-opensc.c sc_private_decrypt.
11f1e60e 1353 Patch from larsch@trustcenter.de; ok markus@
1354 - (djm) Bug #584: scard-opensc.c doesn't work without PIN. Patch from
1355 larsch@trustcenter.de; ok markus@
d453a600 1356 - (djm) OpenBSD CVS Sync
1357 - djm@cvs.openbsd.org 2003/06/04 08:25:18
1358 [sshconnect.c]
1359 disable challenge/response and keyboard-interactive auth methods
1360 upon hostkey mismatch. based on patch from fcusack AT fcusack.com.
1361 bz #580; ok markus@
ee50371d 1362 - djm@cvs.openbsd.org 2003/06/04 10:23:48
1363 [sshd.c]
1364 remove duplicated group-dropping code; ok markus@
b08a39ff 1365 - djm@cvs.openbsd.org 2003/06/04 12:03:59
1366 [serverloop.c]
1367 remove bitrotten commet; ok markus@
cf3248b8 1368 - djm@cvs.openbsd.org 2003/06/04 12:18:49
1369 [scp.c]
1370 ansify; ok markus@
0f764b2f 1371 - djm@cvs.openbsd.org 2003/06/04 12:40:39
1372 [scp.c]
1373 kill ssh process upon receipt of signal, bz #241.
1374 based on patch from esb AT hawaii.edu; ok markus@
1b558925 1375 - djm@cvs.openbsd.org 2003/06/04 12:41:22
1376 [sftp.c]
1377 kill ssh process on receipt of signal; ok markus@
fba33e81 1378 - (djm) Update to fix of bug #584: lock card before return.
1379 From larsch@trustcenter.de
8d9bb5dd 1380 - (djm) Always use mysignal() for SIGALRM
d60e487c 1381
3a2b2b44 138220030603
1383 - (djm) Replace setproctitle replacement with code derived from
1384 UCB sendmail
c5a7d788 1385 - (djm) OpenBSD CVS Sync
1386 - markus@cvs.openbsd.org 2003/06/02 09:17:34
1387 [auth2-hostbased.c auth.c auth-options.c auth-rhosts.c auth-rh-rsa.c]
1388 [canohost.c monitor.c servconf.c servconf.h session.c sshd_config]
1389 [sshd_config.5]
1390 deprecate VerifyReverseMapping since it's dangerous if combined
1391 with IP based access control as noted by Mike Harding; replace with
1392 a UseDNS option, UseDNS is on by default and includes the
1393 VerifyReverseMapping check; with itojun@, provos@, jakob@ and deraadt@
1394 ok deraadt@, djm@
d981089c 1395 - millert@cvs.openbsd.org 2003/06/03 02:56:16
1396 [scp.c]
1397 Remove the advertising clause in the UCB license which Berkeley
1398 rescinded 22 July 1999. Proofed by myself and Theo.
c5a7d788 1399 - (djm) Fix portable-specific uses of verify_reverse_mapping too
3e67f7df 1400 - (djm) Sync openbsd-compat with OpenBSD CVS.
484d59c7 1401 - No more 4-term BSD licenses in linked code
5d8ca8c7 1402 - (dtucker) [port-aix.c bsd-cray.c] Fix uses of verify_reverse_mapping.
3a2b2b44 1403
aff561f9 140420030602
1405 - (djm) Fix segv from bad reordering in auth-pam.c
416c732d 1406 - (djm) Always use saved_argv in sshd.c as compat_init_setproctitle may
1407 clobber
1b7342ab 1408 - (tim) openbsd-compat/xmmap.[ch] License clarifications. Add missing
1409 CVS ID.
8862e142 1410 - (djm) Remove "noip6" option from RedHat spec file. This may now be
1411 set at runtime using AddressFamily option.
58ba3cb7 1412 - (djm) Fix use of macro before #define in cipher-aes.c
382fe2fa 1413 - (djm) Sync license on openbsd-compat/bindresvport.c with OpenBSD CVS
b0545fe6 1414 - (djm) OpenBSD CVS Sync
1415 - djm@cvs.openbsd.org 2003/05/26 12:54:40
1416 [sshconnect.c]
1417 fix format strings; ok markus@
fa5120a0 1418 - deraadt@cvs.openbsd.org 2003/05/29 16:58:45
1419 [sshd.c uidswap.c]
1420 seteuid and setegid; markus ok
0f92946c 1421 - jakob@cvs.openbsd.org 2003/06/02 08:31:10
1422 [ssh_config.5]
1423 VerifyHostKeyDNS is v2 only. ok markus@
aff561f9 1424
4f178be8 142520030530
1426 - (dtucker) Add missing semicolon in md5crypt.c, patch from openssh at
1427 roumenpetrov.info
eabb99c6 1428 - (dtucker) Define SSHD_ACQUIRES_CTTY for NCR MP-RAS and Reliant Unix.
4f178be8 1429
4881aebb 143020030526
1431 - (djm) Avoid auth2-chall.c warning when compiling without
1432 PAM, BSD_AUTH and SKEY
1433
5b0fe364 143420030525
1435- (djm) OpenBSD CVS Sync
1436 - djm@cvs.openbsd.org 2003/05/24 09:02:22
1437 [log.c]
1438 pass logged data through strnvis; ok markus
b9ed513a 1439 - djm@cvs.openbsd.org 2003/05/24 09:30:40
1440 [authfile.c monitor.c sftp-common.c sshpty.c]
1441 cast some types for printing; ok markus@
5b0fe364 1442
44c78996 144320030524
1444 - (dtucker) Correct --osfsia in INSTALL. Patch by skeleten at shillest.net
1445
d83ebe4a 144620030523
1447 - (djm) Use VIS_SAFE on logged strings rather than default strnvis
1448 encoding (which encodes many more characters)
bd47824b 1449 - OpenBSD CVS Sync
1450 - jmc@cvs.openbsd.org 2003/05/20 12:03:35
1451 [sftp.1]
1452 - new sentence, new line
1453 - added .Xr's
1454 - typos
1455 ok djm@
3cbc677d 1456 - jmc@cvs.openbsd.org 2003/05/20 12:09:31
1457 [ssh.1 ssh_config.5 sshd.8 sshd_config.5 ssh-keygen.1]
1458 new sentence, new line
da54f5be 1459 - djm@cvs.openbsd.org 2003/05/23 08:29:30
1460 [sshconnect.c]
1461 fix leak; ok markus@
d83ebe4a 1462
c453493f 146320030520
1464 - (djm) OpenBSD CVS Sync
1465 - deraadt@cvs.openbsd.org 2003/05/18 23:22:01
1466 [log.c]
1467 use syslog_r() in a signal handler called place; markus ok
79d4fc55 1468 - (djm) Configure logic to detect syslog_r and friends
c453493f 1469
acb50584 147020030519
1471 - (djm) Sync auth-pam.h with what we actually implement
1472
147320030518
5ff453c0 1474 - (djm) Return of the dreaded PAM_TTY_KLUDGE, which went missing in
1475 recent merge
f811e52a 1476 - (djm) OpenBSD CVS Sync
1477 - djm@cvs.openbsd.org 2003/05/16 03:27:12
1478 [readconf.c ssh_config ssh_config.5 ssh-keysign.c]
1479 add AddressFamily option to ssh_config (like -4, -6 on commandline).
1480 Portable bug #534; ok markus@
013b1214 1481 - itojun@cvs.openbsd.org 2003/05/17 03:25:58
1482 [auth-rhosts.c]
1483 just in case, put numbers to sscanf %s arg.
25b66522 1484 - markus@cvs.openbsd.org 2003/05/17 04:27:52
1485 [cipher.c cipher-ctr.c myproposal.h]
1486 experimental support for aes-ctr modes from
1487 http://www.ietf.org/internet-drafts/draft-ietf-secsh-newmodes-00.txt
1488 ok djm@
25351757 1489 - (djm) Remove IPv4 by default hack now that we can specify AF in config
3bf784bc 1490 - (djm) Tidy and trim TODO
bffa6723 1491 - (djm) Sync openbsd-compat/ with OpenBSD CVS head
9901cb37 1492 - (djm) Big KNF on openbsd-compat/
f1da2b8b 1493 - (djm) KNF on md5crypt.[ch]
1494 - (djm) KNF on auth-sia.[ch]
5ff453c0 1495
f123055b 149620030517
1497 - (bal) strcat -> strlcat on openbsd-compat/realpath.c (rev 1.8 OpenBSD)
1498
c936c243 149920030516
1500 - (djm) OpenBSD CVS Sync
1501 - djm@cvs.openbsd.org 2003/05/15 13:52:10
1502 [ssh.c]
1503 Make "ssh -V" print the OpenSSL version in a human readable form. Patch
1504 from Craig Leres (mindrot at ee.lbl.gov); ok markus@
a2144546 1505 - jakob@cvs.openbsd.org 2003/05/15 14:02:47
1506 [readconf.c servconf.c]
1507 warn for unsupported config option. ok markus@
5bdfde81 1508 - markus@cvs.openbsd.org 2003/05/15 14:09:21
1509 [auth2-krb5.c]
1510 fix 64bit issue; report itojun@
09ab3296 1511 - djm@cvs.openbsd.org 2003/05/15 14:55:25
1512 [readconf.c readconf.h ssh_config ssh_config.5 sshconnect.c]
1513 add a ConnectTimeout option to ssh, based on patch from
1514 Jean-Charles Longuet (jclonguet at free.fr); portable #207 ok markus@
b06b11ad 1515 - (djm) Add warning for UsePAM when built without PAM support
7be625e1 1516 - (djm) A few type mismatch fixes from Bug #565
0eb6370a 1517 - (djm) Guard free_pam_environment against NULL argument. Works around
1518 HP/UX PAM problems debugged by dtucker
c936c243 1519
7efc7f57 152020030515
1521 - (djm) OpenBSD CVS Sync
1522 - jmc@cvs.openbsd.org 2003/05/14 13:11:56
1523 [ssh-agent.1]
1524 setup -> set up;
1525 from wiz@netbsd
21289cd0 1526 - jakob@cvs.openbsd.org 2003/05/14 18:16:20
1527 [key.c key.h readconf.c readconf.h ssh_config.5 sshconnect.c]
1528 [dns.c dns.h README.dns ssh-keygen.1 ssh-keygen.c]
1529 add experimental support for verifying hos keys using DNS as described
1530 in draft-ietf-secsh-dns-xx.txt. more information in README.dns.
1531 ok markus@ and henning@
16a79097 1532 - markus@cvs.openbsd.org 2003/05/14 22:24:42
1533 [clientloop.c session.c ssh.1]
1534 allow to send a BREAK to the remote system; ok various
b8c2031b 1535 - markus@cvs.openbsd.org 2003/05/15 00:28:28
1536 [sshconnect2.c]
1537 cleanup unregister of per-method packet handlers; ok djm@
d0ec7f42 1538 - jakob@cvs.openbsd.org 2003/05/15 01:48:10
1539 [readconf.c readconf.h servconf.c servconf.h]
1540 always parse kerberos options. ok djm@ markus@
b414a17b 1541 - jakob@cvs.openbsd.org 2003/05/15 02:27:15
1542 [dns.c]
1543 add missing freerrset
3b6e3da9 1544 - markus@cvs.openbsd.org 2003/05/15 03:08:29
1545 [cipher.c cipher-bf1.c cipher-aes.c cipher-3des1.c]
1546 split out custom EVP ciphers
02159d9b 1547 - djm@cvs.openbsd.org 2003/05/15 03:10:52
1548 [ssh-keygen.c]
1549 avoid warning; ok jakob@
4a26f5c5 1550 - mouring@cvs.openbsd.org 2003/05/15 03:39:07
1551 [sftp-int.c]
1552 Make put/get (globed and nonglobed) code more consistant. OK djm@
c44f10c6 1553 - mouring@cvs.openbsd.org 2003/05/15 03:43:59
dc69f53c 1554 [sftp-int.c sftp.c]
c44f10c6 1555 Teach ls how to display multiple column display and allow users
1556 to return to single column format via 'ls -1'. OK @djm
1457e7ff 1557 - jakob@cvs.openbsd.org 2003/05/15 04:08:44
1558 [readconf.c servconf.c]
1559 disable kerberos when not supported. ok markus@
861f0365 1560 - markus@cvs.openbsd.org 2003/05/15 04:08:41
1561 [ssh.1]
1562 ~B is ssh2 only
d0ec7f42 1563 - (djm) Always parse UsePAM
3e05e934 1564 - (djm) Configure glue for DNS support (code doesn't work in portable yet)
4460d509 1565 - (djm) Import getrrsetbyname() function from OpenBSD libc (for DNS support)
86ee6794 1566 - (djm) Tidy Makefile clean targets
2636769c 1567 - (djm) Adapt README.dns for portable
2d2e4a34 1568 - (djm) Avoid uuencode.c warnings
1457e7ff 1569 - (djm) Enable UsePAM when built --with-pam
67467c30 1570 - (djm) Only build getrrsetbyname replacement when using --with-dns
f420d2ba 1571 - (djm) Bug #529: sshd doesn't work correctly after SIGHUP (copy argv
1572 correctly)
3c49ef10 1573 - (djm) Bug #444: Wrong paths after reconfigure
321735c7 1574 - (dtucker) HP-UX needs to include <sys/strtio.h> for TIOCSBRK
f420d2ba 1575
dd3ebb5a 157620030514
1577 - (djm) Bug #117: Don't lie to PAM about username
0608f8a7 1578 - (djm) RCSID sync w/ OpenBSD
204fde99 1579 - (djm) OpenBSD CVS Sync
1580 - djm@cvs.openbsd.org 2003/04/09 12:00:37
1581 [readconf.c]
1582 strip trailing whitespace from config lines before parsing.
1583 Fixes bz 528; ok markus@
18ae3c67 1584 - markus@cvs.openbsd.org 2003/04/12 10:13:57
1585 [cipher.c]
1586 hide cipher details; ok djm@
45c42d58 1587 - markus@cvs.openbsd.org 2003/04/12 10:15:36
1588 [misc.c]
1589 debug->debug2
c825cd79 1590 - naddy@cvs.openbsd.org 2003/04/12 11:40:15
1591 [ssh.1]
1592 document -V switch, fix wording; ok markus@
3e131a6d 1593 - markus@cvs.openbsd.org 2003/04/14 14:17:50
1594 [channels.c sshconnect.c sshd.c ssh-keyscan.c]
1595 avoid hardcoded SOCK_xx; with itojun@; should allow ssh over SCTP
927e9f8b 1596 - mouring@cvs.openbsd.org 2003/04/14 21:31:27
1597 [sftp-int.c]
1598 Missing globfree(&g) in process_put() spotted by Vince Brimhall
1599 <VBrimhall@novell.com>. ok@ Theo
1600 - markus@cvs.openbsd.org 2003/04/16 14:35:27
1601 [auth.h]
1602 document struct Authctxt; with solar
b9e5aff6 1603 - deraadt@cvs.openbsd.org 2003/04/26 04:29:49
1604 [ssh-keyscan.c]
1605 -t in usage(); rogier@quaak.org
9a26a6e2 1606 - mouring@cvs.openbsd.org 2003/04/30 01:16:20
1607 [sshd.8 sshd_config.5]
1608 Escape ?, * and ! in .Ql for nroff compatibility. OpenSSH Portable
1609 Bug #550 and * escaping suggested by jmc@.
09dc8896 1610 - david@cvs.openbsd.org 2003/04/30 20:41:07
1611 [sshd.8]
1612 fix invalid .Pf macro usage introduced in previous commit
1613 ok jmc@ mouring@
3566c73c 1614 - markus@cvs.openbsd.org 2003/05/11 16:56:48
1615 [authfile.c ssh-keygen.c]
1616 change key_load_public to try to read a public from:
1617 rsa1 private or rsa1 public and ssh2 keys.
1618 this makes ssh-keygen -e fail for ssh1 keys more gracefully
1619 for example; report from itojun (netbsd pr 20550).
0d942eff 1620 - markus@cvs.openbsd.org 2003/05/11 20:30:25
1621 [channels.c clientloop.c serverloop.c session.c ssh.c]
1622 make channel_new() strdup the 'remote_name' (not the caller); ok theo
43348518 1623 - markus@cvs.openbsd.org 2003/05/12 16:55:37
1624 [sshconnect2.c]
1625 for pubkey authentication try the user keys in the following order:
1626 1. agent keys that are found in the config file
1627 2. other agent keys
1628 3. keys that are only listed in the config file
1629 this helps when an agent has many keys, where the server might
1630 close the connection before the correct key is used. report & ok pb@
dc109cfe 1631 - markus@cvs.openbsd.org 2003/05/12 18:35:18
1632 [ssh-keyscan.1]
1633 typo: DSA keys are of type ssh-dss; Brian Poole
81466908 1634 - markus@cvs.openbsd.org 2003/05/14 00:52:59
1635 [ssh2.h]
1636 ranges for per auth method messages
1637 - djm@cvs.openbsd.org 2003/05/14 01:00:44
1638 [sftp.1]
1639 emphasise the batchmode functionality and make reference to pubkey auth,
1640 both of which are FAQs; ok markus@
802e01b8 1641 - markus@cvs.openbsd.org 2003/05/14 02:15:47
1642 [auth2.c monitor.c sshconnect2.c auth2-krb5.c]
1643 implement kerberos over ssh2 ("kerberos-2@ssh.com"); tested with jakob@
1644 server interops with commercial client; ok jakob@ djm@
72c5fe79 1645 - jmc@cvs.openbsd.org 2003/05/14 08:25:39
1646 [sftp.1]
1647 - better formatting in SYNOPSIS
1648 - whitespace at EOL
1649 ok djm@
3a39206f 1650 - markus@cvs.openbsd.org 2003/05/14 08:57:49
1651 [monitor.c]
1652 http://bugzilla.mindrot.org/show_bug.cgi?id=560
1653 Privsep child continues to run after monitor killed.
1654 Pass monitor signals through to child; Darren Tucker
751092f9 1655 - (djm) Make portable build with MIT krb5 (some issues remain)
7fceb20d 1656 - (djm) Add new UsePAM configuration directive to allow runtime control
1657 over usage of PAM. This allows non-root use of sshd when built with
1658 --with-pam
817e6d38 1659 - (djm) Die screaming if start_pam() is called when UsePAM=no
83ccf11a 1660 - (djm) Avoid KrbV leak for MIT Kerberos
b1848832 1661 - (dtucker) Set ai_socktype and ai_protocol in fake-getaddrinfo.c. ok djm@
fa065de2 1662 - (djm) Bug #258: sscanf("[0-9]") -> sscanf("[0123456789]") for portability
dd3ebb5a 1663
91f3aa9b 166420030512
1665 - (djm) Redhat spec: Don't install profile.d scripts when not
1666 building with GNOME/GTK askpass (patch from bet@rahul.net)
1667
5def520a 166820030510
1669 - (dtucker) Bug #318: Create ssh_prng_cmds.out during "make" rather than
1670 "make install". Patch by roth@feep.net.
ad84c479 1671 - (dtucker) Bug #536: Test for and work around openpty/controlling tty
1672 problem on Linux (fixes "could not set controlling tty" errors).
05114c74 1673 - (djm) Merge FreeBSD PAM code: replaces PAM password auth kludge with
1674 proper challenge-response module
23ab1f36 1675 - (djm) 2-clause license on loginrec.c, with permission from
1676 andre@ae-35.com
5def520a 1677
43ce025d 167820030504
dd594f99 1679 - (dtucker) Bug #497: Move #include of bsd-cygwin_util.h to openbsd-compat.h.
1680 Patch from vinschen@redhat.com.
43ce025d 1681
2cd5dbba 168220030503
1683 - (dtucker) Add missing "void" to record_failed_login in bsd-cray.c. Noted
1684 by wendyp@cray.com.
1685
bf7c1e6c 168620030502
1687 - (dtucker) Bug #544: ignore invalid cmsg_type on Linux 2.0 kernels,
1688 privsep should now work.
73d9dad3 1689 - (dtucker) Move handling of bad password authentications into a platform
990278ef 1690 specific record_failed_login() function (affects AIX & Unicos). ok mouring@
bf7c1e6c 1691
68ece370 169220030429
1693 - (djm) Add back radix.o (used by AFS support), after it went missing from
1694 Makefile many moons ago
1695 - (djm) Apply "owl-always-auth" patch from Openwall/Solar Designer
1696 - (djm) Fix blibpath specification for AIX/gcc
1697 - (djm) Some systems have basename in -lgen. Fix from ayamura@ayamura.org
1698
ded9dd18 169920030428
1700 - (bal) [defines.h progressmeter.c scp.c] Some more culling of non 64bit
1701 hacked code.
1702
aceb0423 170320030427
1704 - (bal) Bug #541: return; was dropped by mistake. Reported by
1705 furrier@iglou.com
c8a50a34 1706 - (bal) Since we don't support platforms lacking u_int_64. We may
1707 as well clean out some of those evil #ifdefs
9a6fee8b 1708 - (bal) auth1.c minor resync while looking at the code.
d7cf277b 1709 - (bal) auth2.c same changed as above.
aceb0423 1710
0a626302 171120030409
1712 - (djm) Bug #539: Specify creation mode with O_CREAT for lastlog. Report
1713 from matth@eecs.berkeley.edu
d35929b5 1714 - (djm) Make the spec work with Redhat 9.0 (which renames sharutils)
ffd7b36b 1715 - (djm) OpenBSD CVS Sync
1716 - markus@cvs.openbsd.org 2003/04/02 09:48:07
1717 [clientloop.c monitor.c monitor_wrap.c packet.c packet.h readconf.c]
1718 [readconf.h serverloop.c sshconnect2.c]
1719 reapply rekeying chage, tested by henning@, ok djm@
16f1b5ca 1720 - markus@cvs.openbsd.org 2003/04/02 14:36:26
1721 [ssh-keysign.c]
1722 potential segfault if KEY_UNSPEC; cjwatson@debian.org; bug #526
6c1bc5c5 1723 - itojun@cvs.openbsd.org 2003/04/03 07:25:27
1724 [progressmeter.c]
1725 $OpenBSD$
1726 - itojun@cvs.openbsd.org 2003/04/03 10:17:35
1727 [progressmeter.c]
1728 remove $OpenBSD$, as other *.c does not have it.
806e4c11 1729 - markus@cvs.openbsd.org 2003/04/07 08:29:57
1730 [monitor_wrap.c]
1731 typo: get correct counters; introduced during rekeying change.
2f5b2528 1732 - millert@cvs.openbsd.org 2003/04/07 21:58:05
1733 [progressmeter.c]
1734 The UCB copyright here is incorrect. This code did not originate
1735 at UCB, it was written by Luke Mewburn. Updated the copyright at
1736 the author's request. markus@ OK
1737 - itojun@cvs.openbsd.org 2003/04/08 20:21:29
1738 [*.c *.h]
1739 rename log() into logit() to avoid name conflict. markus ok, from
1740 netbsd
1741 - (djm) XXX - Performed locally using:
1742 "perl -p -i -e 's/(\s|^)log\(/$1logit\(/g' *.c *.h"
70e1f62f 1743 - hin@cvs.openbsd.org 2003/04/09 08:23:52
1744 [servconf.c]
1745 Don't include <krb.h> when compiling with Kerberos 5 support
2f5b2528 1746 - (djm) Fix up missing include for packet.c
a3568201 1747 - (djm) Fix missed log => logit occurance (reference by function pointer)
0a626302 1748
4d0cb2e5 174920030402
1750 - (bal) if IP_TOS is not found or broken don't try to compile in
1751 packet_set_tos() function call. bug #527
1752
a4e5acef 175320030401
1754 - (djm) OpenBSD CVS Sync
1755 - jmc@cvs.openbsd.org 2003/03/28 10:11:43
1756 [scp.1 sftp.1 ssh.1 ssh-add.1 ssh-agent.1 ssh_config.5 sshd_config.5]
1757 [ssh-keygen.1 ssh-keyscan.1 ssh-keysign.8]
1758 - killed whitespace
1759 - new sentence new line
1760 - .Bk for arguments
1761 ok markus@
177f584b 1762 - markus@cvs.openbsd.org 2003/04/01 10:10:23
1763 [clientloop.c monitor.c monitor_wrap.c packet.c packet.h readconf.c]
1764 [readconf.h serverloop.c sshconnect2.c]
1765 rekeying bugfixes and automatic rekeying:
1766 * both client and server rekey _automatically_
1767 (a) after 2^31 packets, because after 2^32 packets
1768 the sequence number for packets wraps
1769 (b) after 2^(blocksize_in_bits/4) blocks
1770 (see: draft-ietf-secsh-newmodes-00.txt)
1771 (a) and (b) are _enabled_ by default, and only disabled for known
1772 openssh versions, that don't support rekeying properly.
1773 * client option 'RekeyLimit'
1774 * do not reply to requests during rekeying
1775 - markus@cvs.openbsd.org 2003/04/01 10:22:21
1776 [clientloop.c monitor.c monitor_wrap.c packet.c packet.h readconf.c]
1777 [readconf.h serverloop.c sshconnect2.c]
1778 backout rekeying changes (for 3.6.1)
519bdfe8 1779 - markus@cvs.openbsd.org 2003/04/01 10:31:26
1780 [compat.c compat.h kex.c]
1781 bugfix causes stalled connections for ssh.com < 3.0; noticed by ho@;
1782 tested by ho@ and myself
9dd240a3 1783 - markus@cvs.openbsd.org 2003/04/01 10:56:46
1784 [version.h]
1785 3.6.1
ac01b518 1786 - (djm) Crank spec file versions
b32453fe 1787 - (djm) Release 3.6.1p1
a4e5acef 1788
fd77a40f 178920030326
1790 - (djm) OpenBSD CVS Sync
1791 - deraadt@cvs.openbsd.org 2003/03/26 04:02:51
1792 [sftp-server.c]
1793 one last fix to the tree: race fix broke stuff; pr 3169;
1794 srp@srparish.net, help from djm
1795
8021857c 179620030325
1797 - (djm) Fix getpeerid support for 64 bit BE systems. From
1798 Arnd Bergmann <arndb@de.ibm.com>
1799
cdb64c4d 180020030324
1801 - (djm) OpenBSD CVS Sync
1802 - markus@cvs.openbsd.org 2003/03/23 19:02:00
1803 [monitor.c]
1804 unbreak rekeying for privsep; ok millert@
1805 - Release 3.6p1
62086365 1806 - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
1807 Report from murple@murple.net, diagnosis from dtucker@zip.com.au
cdb64c4d 1808
0b202697 1809$Id$
This page took 0.616854 seconds and 5 git commands to generate.