]> andersk Git - openssh.git/blame - ChangeLog
- 1.47 Thu Feb 8 23:11:42 GMT 2001 by dugsong
[openssh.git] / ChangeLog
CommitLineData
abf1f107 120010211
2 - (bal) OpenBSD Sync
3 - markus@cvs.openbsd.org 2001/02/07 22:35:46
4 [auth1.c auth2.c sshd.c]
5 move k_setpag() to a central place; ok dugsong@
c845316f 6 - markus@cvs.openbsd.org 2001/02/10 12:52:02
7 [auth2.c]
8 offer passwd before s/key
e6fa162e 9 - markus@cvs.openbsd.org 2001/02/8 22:37:10
10 [canohost.c]
11 remove last call to sprintf; ok deraadt@
0ab4b0f0 12 - markus@cvs.openbsd.org 2001/02/10 1:33:32
13 [canohost.c]
14 add debug message, since sshd blocks here if DNS is not available
7f8ea238 15 - markus@cvs.openbsd.org 2001/02/10 12:44:02
16 [cli.c]
17 don't call vis() for \r
5c470997 18 - danh@cvs.openbsd.org 2001/02/10 0:12:43
19 [scp.c]
20 revert a small change to allow -r option to work again; ok deraadt@
21 - danh@cvs.openbsd.org 2001/02/10 15:14:11
22 [scp.c]
23 fix memory leak; ok markus@
a0e6fead 24 - djm@cvs.openbsd.org 2001/02/10 0:45:52
25 [scp.1]
26 Mention that you can quote pathnames with spaces in them
b3106440 27 - markus@cvs.openbsd.org 2001/02/10 1:46:28
28 [ssh.c]
29 remove mapping of argv[0] -> hostname
f72e01a5 30 - markus@cvs.openbsd.org 2001/02/06 22:26:17
31 [sshconnect2.c]
32 do not ask for passphrase in batch mode; report from ejb@ql.org
33 - itojun@cvs.opebsd.org 2001/02/08 10:47:05
34 [sshconnect2.c]
35 %.30s is too short for IPv6 numeric address. use %.128s for now.
36 markus ok
37 - markus@cvs.openbsd.org 2001/02/09 12:28:35
38 [sshconnect2.c]
39 do not free twice, thanks to /etc/malloc.conf
40 - markus@cvs.openbsd.org 2001/02/09 17:10:53
41 [sshconnect2.c]
42 partial success: debug->log; "Permission denied" if no more auth methods
43 - markus@cvs.openbsd.org 2001/02/10 12:09:21
44 [sshconnect2.c]
45 remove some lines
e0b2cf6b 46 - markus@cvs.openbsd.org 2001/02/09 13:38:07
47 [auth-options.c]
48 reset options if no option is given; from han.holl@prismant.nl
ca910e13 49 - markus@cvs.openbsd.org 2001/02/08 21:58:28
50 [channels.c]
51 nuke sprintf, ok deraadt@
52 - markus@cvs.openbsd.org 2001/02/08 21:58:28
53 [channels.c]
54 nuke sprintf, ok deraadt@
affa8be4 55 - markus@cvs.openbsd.org 2001/02/06 22:43:02
56 [clientloop.h]
57 remove confusing callback code
d2c46e77 58 - deraadt@cvs.openbsd.org 2001/02/08 14:39:36
59 [readconf.c]
60 snprintf
cc8aca8a 61 - itojun@cvs.openbsd.org 2001/02/08 19:30:52
62 sync with netbsd tree changes.
63 - more strict prototypes, include necessary headers
64 - use paths.h/pathnames.h decls
65 - size_t typecase to int -> u_long
5be2ec5e 66 - itojun@cvs.openbsd.org 2001/02/07 18:04:50
67 [ssh-keyscan.c]
68 fix size_t -> int cast (use u_long). markus ok
69 - markus@cvs.openbsd.org 2001/02/07 22:43:16
70 [ssh-keyscan.c]
71 s/getline/Linebuf_getline/; from roumen.petrov@skalasoft.com
72 - itojun@cvs.openbsd.org 2001/02/09 9:04:59
73 [ssh-keyscan.c]
74 do not assume malloc() returns zero-filled region. found by
75 malloc.conf=AJ.
f21032a6 76 - markus@cvs.openbsd.org 2001/02/08 22:35:30
77 [sshconnect.c]
78 don't connect if batch_mode is true and stricthostkeychecking set to
79 'ask'
7bbcc167 80 - djm@cvs.openbsd.org 2001/02/04 21:26:07
81 [sshd_config]
82 type: ok markus@
83 - deraadt@cvs.openbsd.org 2001/02/06 22:07:50
84 [sshd_config]
85 enable sftp-server by default
a2e6d17d 86 - deraadt 2001/02/07 8:57:26
87 [xmalloc.c]
88 deal with new ANSI malloc stuff
89 - markus@cvs.openbsd.org 2001/02/07 16:46:08
90 [xmalloc.c]
91 typo in fatal()
92 - itojun@cvs.openbsd.org 2001/02/07 18:04:50
93 [xmalloc.c]
94 fix size_t -> int cast (use u_long). markus ok
4ef922e3 95 - 1.47 Thu Feb 8 23:11:42 GMT 2001 by dugsong
96 [serverloop.c sshconnect1.c]
97 mitigate SSH1 traffic analysis - from Solar Designer
98 <solar@openwall.com>, ok provos@
ca910e13 99 - (bal) fixed sftp-client.c. Return 'status' instead of '0'
100 (from the OpenBSD tree)
6b442913 101 - (bal) Synced ssh.1, ssh-add.1 and sshd.8 w/ OpenBSD
27df9d4a 102 - (bal) sftp-sever.c '%8lld' to '%8llu' (OpenBSD Sync)
17321afe 103 - (bal) uuencode.c resync w/ OpenBSD tree, plus whitespace.
abf1f107 104
0426a3b4 10520010210
106 - (djm) Sync sftp and scp stuff from OpenBSD:
107 - djm@cvs.openbsd.org 2001/02/07 03:55:13
108 [sftp-client.c]
109 Don't free handles before we are done with them. Based on work from
110 Corinna Vinschen <vinschen@redhat.com>. ok markus@
111 - djm@cvs.openbsd.org 2001/02/06 22:32:53
112 [sftp.1]
113 Punctuation fix from Pekka Savola <pekkas@netcore.fi>
114 - deraadt@cvs.openbsd.org 2001/02/07 04:07:29
115 [sftp.1]
116 pretty up significantly
117 - itojun@cvs.openbsd.org 2001/02/07 06:49:42
118 [sftp.1]
119 .Bl-.El mismatch. markus ok
120 - djm@cvs.openbsd.org 2001/02/07 06:12:30
121 [sftp-int.c]
122 Check that target is a directory before doing ls; ok markus@
123 - itojun@cvs.openbsd.org 2001/02/07 11:01:18
124 [scp.c sftp-client.c sftp-server.c]
125 unsigned long long -> %llu, not %qu. markus ok
126 - stevesk@cvs.openbsd.org 2001/02/07 11:10:39
127 [sftp.1 sftp-int.c]
128 more man page cleanup and sync of help text with man page; ok markus@
129 - markus@cvs.openbsd.org 2001/02/07 14:58:34
130 [sftp-client.c]
131 older servers reply with SSH2_FXP_NAME + count==0 instead of EOF
132 - djm@cvs.openbsd.org 2001/02/07 15:27:19
133 [sftp.c]
134 Don't forward agent and X11 in sftp. Suggestion from Roumen Petrov
135 <roumen.petrov@skalasoft.com>
136 - stevesk@cvs.openbsd.org 2001/02/07 15:36:04
137 [sftp-int.c]
138 portable; ok markus@
139 - stevesk@cvs.openbsd.org 2001/02/07 15:55:47
140 [sftp-int.c]
141 lowercase cmds[].c also; ok markus@
142 - markus@cvs.openbsd.org 2001/02/07 17:04:52
143 [pathnames.h sftp.c]
144 allow sftp over ssh protocol 1; ok djm@
145 - deraadt@cvs.openbsd.org 2001/02/08 07:38:55
146 [scp.c]
147 memory leak fix, and snprintf throughout
148 - deraadt@cvs.openbsd.org 2001/02/08 08:02:02
149 [sftp-int.c]
150 plug a memory leak
151 - stevesk@cvs.openbsd.org 2001/02/08 10:11:23
152 [session.c sftp-client.c]
153 %i -> %d
154 - stevesk@cvs.openbsd.org 2001/02/08 10:57:59
155 [sftp-int.c]
156 typo
157 - stevesk@cvs.openbsd.org 2001/02/08 15:28:07
158 [sftp-int.c pathnames.h]
159 _PATH_LS; ok markus@
160 - djm@cvs.openbsd.org 2001/02/09 04:46:25
161 [sftp-int.c]
162 Check for NULL attribs for chown, chmod & chgrp operations, only send
163 relevant attribs back to server; ok markus@
96b64eb0 164 - djm@cvs.openbsd.org 2001/02/06 15:05:25
165 [sftp.c]
166 Use getopt to process commandline arguments
167 - djm@cvs.openbsd.org 2001/02/06 15:06:21
168 [sftp.c ]
169 Wait for ssh subprocess at exit
170 - djm@cvs.openbsd.org 2001/02/06 15:18:16
171 [sftp-int.c]
172 stat target for remote chdir before doing chdir
173 - djm@cvs.openbsd.org 2001/02/06 15:32:54
174 [sftp.1]
175 Punctuation fix from Pekka Savola <pekkas@netcore.fi>
176 - provos@cvs.openbsd.org 2001/02/05 22:22:02
177 [sftp-int.c]
178 cleanup get_pathname, fix pwd after failed cd. okay djm@
0426a3b4 179 - (djm) Update makefile.in for _PATH_SFTP_SERVER
c9f5e42e 180 - (bal) sftp-client.c replace NULL w/ 0 in do_ls() (pending in OpenBSD tree)
0426a3b4 181
6d1e1d2b 18220010209
183 - (bal) patch to vis.c to deal with HAVE_VIS right by Robert Mooney
184 <rjmooney@mediaone.net>
bb0c1991 185 - (bal) .c.o rule in openbsd-compat/Makefile.in did not make it to the
186 main tree while porting forward. Pointed out by Lutz Jaenicke
187 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
f902d909 188 - (bal) double entry in configure.in. Pointed out by Lutz Jaenicke
189 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
25f4c264 190 - (stevesk) OpenBSD sync:
191 - markus@cvs.openbsd.org 2001/02/08 11:20:01
192 [auth2.c]
193 strict checking
194 - markus@cvs.openbsd.org 2001/02/08 11:15:22
195 [version.h]
196 update to 2.3.2
197 - markus@cvs.openbsd.org 2001/02/08 11:12:30
198 [auth2.c]
199 fix typo
72b3f75d 200 - (djm) Update spec files
0ed28836 201 - (bal) OpenBSD sync:
202 - deraadt@cvs.openbsd.org 2001/02/08 14:38:54
203 [scp.c]
204 memory leak fix, and snprintf throughout
1fc8ccdf 205 - markus@cvs.openbsd.org 2001/02/06 22:43:02
206 [clientloop.c]
207 remove confusing callback code
0b202697 208 - (djm) Add CVS Id's to files that we have missed
5ca51e19 209 - (bal) OpenBSD Sync (more):
210 - itojun@cvs.openbsd.org 2001/02/08 19:30:52
211 sync with netbsd tree changes.
212 - more strict prototypes, include necessary headers
213 - use paths.h/pathnames.h decls
214 - size_t typecase to int -> u_long
1f3bf5aa 215 - markus@cvs.openbsd.org 2001/02/06 22:07:42
216 [ssh.c]
217 fatal() if subsystem fails
218 - markus@cvs.openbsd.org 2001/02/06 22:43:02
219 [ssh.c]
220 remove confusing callback code
221 - jakob@cvs.openbsd.org 2001/02/06 23:03:24
222 [ssh.c]
223 add -1 option (force protocol version 1). ok markus@
224 - jakob@cvs.openbsd.org 2001/02/06 23:06:21
225 [ssh.c]
226 reorder -{1,2,4,6} options. ok markus@
e6aa01b4 227 - (bal) Missing 'const' in readpass.h
9c5a8165 228 - (bal) OpenBSD Sync (so at least the thing compiles for 2.3.2 =)
229 - djm@cvs.openbsd.org 2001/02/06 23:30:28
230 [sftp-client.c]
231 replace arc4random with counter for request ids; ok markus@
bc79ed5c 232 - (djm) Define _PATH_TTY for systems that don't. Report from Lutz
233 Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
6d1e1d2b 234
6a25c04c 23520010208
236 - (djm) Don't delete external askpass program in make uninstall target.
237 Report and fix from Roumen Petrov <roumen.petrov@skalasoft.com>
6958bd37 238 - (djm) Fix linking of sftp, don't need arc4random any more.
239 - (djm) Try to use shell that supports "test -S" for EGD socket search.
240 Based on patch from Tim Rice <tim@multitalents.net>
6a25c04c 241
547519f0 24220010207
bee0a37e 243 - (bal) Save the whole path to AR in configure. Some Solaris 2.7 installs
244 seem lose track of it while in openbsd-compat/ (two confirmed reports)
5c377b3b 245 - (djm) Much KNF on PAM code
547519f0 246 - (djm) Revise auth-pam.c conversation function to be a little more
247 readable.
5c377b3b 248 - (djm) Revise kbd-int PAM conversation function to fold all text messages
249 to before first prompt. Fixes hangs if last pam_message did not require
250 a reply.
251 - (djm) Fix password changing when using PAM kbd-int authentication
bee0a37e 252
547519f0 25320010205
2b87da3b 254 - (bal) Disable groupaccess by setting NGROUPS_MAX to 0 for platforms
99286dc8 255 that don't have NGROUPS_MAX.
57559587 256 - (bal) AIX patch for auth1.c by William L. Jones <jones@hpc.utexas.edu>
2b87da3b 257 - (stevesk) OpenBSD sync:
258 - stevesk@cvs.openbsd.org 2001/02/04 08:32:27
259 [many files; did this manually to our top-level source dir]
260 unexpand and remove end-of-line whitespace; ok markus@
408ba72f 261 - stevesk@cvs.openbsd.org 2001/02/04 15:21:19
262 [sftp-server.c]
263 SSH2_FILEXFER_ATTR_UIDGID support; ok markus@
ec2a033a 264 - deraadt@cvs.openbsd.org 2001/02/04 17:02:32
265 [sftp-int.c]
266 ? == help
267 - deraadt@cvs.openbsd.org 2001/02/04 16:47:46
268 [sftp-int.c]
269 sort commands, so that abbreviations work as expected
270 - stevesk@cvs.openbsd.org 2001/02/04 15:17:52
271 [sftp-int.c]
272 debugging sftp: precedence and missing break. chmod, chown, chgrp
273 seem to be working now.
274 - markus@cvs.openbsd.org 2001/02/04 14:41:21
275 [sftp-int.c]
276 use base 8 for umask/chmod
277 - markus@cvs.openbsd.org 2001/02/04 11:11:54
278 [sftp-int.c]
279 fix LCD
c44559d2 280 - markus@cvs.openbsd.org 2001/02/04 08:10:44
281 [ssh.1]
282 typo; dpo@club-internet.fr
a5930351 283 - stevesk@cvs.openbsd.org 2001/02/04 06:30:12
284 [auth2.c authfd.c packet.c]
285 remove duplicate #include's; ok markus@
6a416424 286 - deraadt@cvs.openbsd.org 2001/02/04 16:56:23
287 [scp.c sshd.c]
288 alpha happiness
289 - stevesk@cvs.openbsd.org 2001/02/04 15:12:17
290 [sshd.c]
291 precedence; ok markus@
02a024dd 292 - deraadt@cvs.openbsd.org 2001/02/04 08:14:15
6a416424 293 [ssh.c sshd.c]
294 make the alpha happy
02a024dd 295 - markus@cvs.openbsd.org 2001/01/31 13:37:24
296 [channels.c channels.h serverloop.c ssh.c]
547519f0 297 do not disconnect if local port forwarding fails, e.g. if port is
298 already in use
02a024dd 299 - markus@cvs.openbsd.org 2001/02/01 14:58:09
300 [channels.c]
301 use ipaddr in channel messages, ietf-secsh wants this
302 - markus@cvs.openbsd.org 2001/01/31 12:26:20
303 [channels.c]
547519f0 304 ssh.com-2.0.1x does not send additional info in CHANNEL_OPEN_FAILURE
305 messages; bug report from edmundo@rano.org
a741554f 306 - markus@cvs.openbsd.org 2001/01/31 13:48:09
307 [sshconnect2.c]
308 unused
9378f292 309 - deraadt@cvs.openbsd.org 2001/02/04 08:23:08
310 [sftp-client.c sftp-server.c]
311 make gcc on the alpha even happier
1fc243d1 312
547519f0 31320010204
781a0585 314 - (bal) I think this is the last of the bsd-*.h that don't belong.
634e0b53 315 - (bal) Minor Makefile fix
f0f14bea 316 - (bal) openbsd-compat/Makefile minor fix. Ensure dependancies are done
61e96248 317 right.
78987b57 318 - (bal) Changed order of LIB="" in -with-skey due to library resolving.
166e4f2a 319 - (bal) next-posix.h changed to bsd-nextstep.h
61e96248 320 - (djm) OpenBSD CVS sync:
321 - markus@cvs.openbsd.org 2001/02/03 03:08:38
322 [auth-options.c auth-rh-rsa.c auth-rhosts.c auth.c canohost.c]
323 [canohost.h servconf.c servconf.h session.c sshconnect1.c sshd.8]
324 [sshd_config]
325 make ReverseMappingCheck optional in sshd_config; ok djm@,dugsong@
326 - markus@cvs.openbsd.org 2001/02/03 03:19:51
327 [ssh.1 sshd.8 sshd_config]
328 Skey is now called ChallengeResponse
329 - markus@cvs.openbsd.org 2001/02/03 03:43:09
330 [sshd.8]
331 use no-pty option in .ssh/authorized_keys* if you need a 8-bit clean
332 channel. note from Erik.Anggard@cygate.se (pr/1659)
333 - stevesk@cvs.openbsd.org 2001/02/03 10:03:06
334 [ssh.1]
335 typos; ok markus@
336 - djm@cvs.openbsd.org 2001/02/04 04:11:56
337 [scp.1 sftp-server.c ssh.1 sshd.8 sftp-client.c sftp-client.h]
338 [sftp-common.c sftp-common.h sftp-int.c sftp-int.h sftp.1 sftp.c]
339 Basic interactive sftp client; ok theo@
340 - (djm) Update RPM specs for new sftp binary
341 - (djm) Update several bits for new optional reverse lookup stuff. I
342 think I got them all.
8b061486 343 - (djm) Makefile.in fixes
1aa00dcb 344 - (stevesk) add mysignal() wrapper and use it for the protocol 2
345 SIGCHLD handler.
408ba72f 346 - (djm) Use setvbuf() instead of setlinebuf(). Suggest from stevesk@
781a0585 347
547519f0 34820010203
63fe0529 349 - (bal) Cygwin clean up by Corinna Vinschen <vinschen@redhat.com>
bf3db92d 350 - (bal) renamed queue.h to fake-queue.h (even if it's an OpenBSD
351 based file) to ensure #include space does not get confused.
f78888c7 352 - (bal) Minor Makefile.in tweak. dirname may not exist on some
353 platforms so builds fail. (NeXT being a well known one)
63fe0529 354
547519f0 35520010202
61e96248 356 - (bal) Makefile fix where sourcedir != builddir by Corinna Vinschen
c85a87f2 357 <vinschen@redhat.com>
71301416 358 - (bal) Makefile fix to use $(MAKE) instead of 'make' for platforms
359 that use 'gmake'. Patch by Tim Rice <tim@multitalents.net>
c85a87f2 360
547519f0 36120010201
ad5075bd 362 - (bal) Minor fix to Makefile to stop rebuilding executables if no
363 changes have occured to any of the supporting code. Patch by
364 Roumen Petrov <roumen.petrov@skalasoft.com>
365
9c8dbb1b 36620010131
37845585 367 - (djm) OpenBSD CVS Sync:
368 - djm@cvs.openbsd.org 2001/01/30 15:48:53
369 [sshconnect.c]
370 Make warning message a little more consistent. ok markus@
8c89dd2b 371 - (djm) Fix autoconf logic for --with-lastlog=no Report and diagnosis from
372 Philipp Buehler <lists@fips.de> and Kevin Steves <stevesk@sweden.hp.com>
373 respectively.
c59dc6bd 374 - (djm) Don't log SSH2 PAM KbdInt responses to debug, they may contain
375 passwords.
9c8dbb1b 376 - (bal) Reorder. Move all bsd-*, fake-*, next-*, and cygwin* stuff to
377 openbsd-compat/. And resolve all ./configure and Makefile.in issues
378 assocated.
37845585 379
9c8dbb1b 38020010130
39929cdb 381 - (djm) OpenBSD CVS Sync:
382 - markus@cvs.openbsd.org 2001/01/29 09:55:37
383 [channels.c channels.h clientloop.c serverloop.c]
384 fix select overflow; ok deraadt@ and stevesk@
865ac82e 385 - markus@cvs.openbsd.org 2001/01/29 12:42:35
386 [canohost.c canohost.h channels.c clientloop.c]
387 add get_peer_ipaddr(socket), x11-fwd in ssh2 requires ipaddr, not DNS
46aa2d1f 388 - markus@cvs.openbsd.org 2001/01/29 12:47:32
389 [rsa.c rsa.h ssh-agent.c sshconnect1.c sshd.c]
390 handle rsa_private_decrypt failures; helps against the Bleichenbacher
391 pkcs#1 attack
ae810de7 392 - djm@cvs.openbsd.org 2001/01/29 05:36:11
393 [ssh.1 ssh.c]
394 Allow invocation of sybsystem by commandline (-s); ok markus@
83bc57f9 395 - (stevesk) configure.in: remove duplicate PROG_LS
39929cdb 396
9c8dbb1b 39720010129
f29ef605 398 - (stevesk) sftp-server.c: use %lld vs. %qd
399
cb9da0fc 40020010128
401 - (bal) Put USE_PIPES back into sco3.2v5
23c2a7a5 402 - (bal) OpenBSD Sync
9bd5b720 403 - markus@cvs.openbsd.org 2001/01/28 10:15:34
404 [dispatch.c]
405 re-keying is not supported; ok deraadt@
5fb622e4 406 - markus@cvs.openbsd.org 2001/01/28 10:24:04
7f5c4295 407 [ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
5fb622e4 408 cleanup AUTHORS sections
9bd5b720 409 - markus@cvs.openbsd.org 2001/01/28 10:37:26
ab60252b 410 [sshd.c sshd.8]
9bd5b720 411 remove -Q, no longer needed
412 - stevesk@cvs.openbsd.org 2001/01/28 20:36:16
a877488a 413 [readconf.c ssh.1]
9bd5b720 414 ``StrictHostKeyChecking ask'' documentation and small cleanup.
415 ok markus@
6f37606e 416 - stevesk@cvs.openbsd.org 2001/01/28 20:43:25
61e96248 417 [sshd.8]
6f37606e 418 spelling. ok markus@
95f4ccfb 419 - stevesk@cvs.openbsd.org 2001/01/28 20:53:21
420 [xmalloc.c]
421 use size_t for strlen() return. ok markus@
6f37606e 422 - stevesk@cvs.openbsd.org 2001/01/28 22:27:05
423 [authfile.c]
424 spelling. use sizeof vs. strlen(). ok markus@
9bd5b720 425 - niklas@cvs.openbsd.org 2001/01/29 1:59:14
23c2a7a5 426 [atomicio.h canohost.h clientloop.h deattack.h dh.h dispatch.h
427 groupaccess.c groupaccess.h hmac.h hostfile.h includes.h kex.h
428 key.h log.h login.h match.h misc.h myproposal.h nchan.ms pathnames.h
429 radix.h readpass.h rijndael.h serverloop.h session.h sftp.h ssh-add.1
430 ssh-dss.h ssh-keygen.1 ssh-keyscan.1 ssh-rsa.h ssh1.h ssh_config
431 sshconnect.h sshd_config tildexpand.h uidswap.h uuencode.h]
432 $OpenBSD$
b0e305c9 433 - (bal) Minor auth2.c resync. Whitespace and moving of an #include.
cb9da0fc 434
c9606e03 43520010126
61e96248 436 - (bal) SSH_PROGRAM vs _PATH_SSH_PROGRAM fix pointed out by Roumen
c9606e03 437 Petrov <roumen.petrov@skalasoft.com>
2f4b2e38 438 - (bal) OpenBSD Sync
439 - deraadt@cvs.openbsd.org 2001/01/25 8:06:33
440 [ssh-agent.c]
441 call _exit() in signal handler
c9606e03 442
d7d5f0b2 44320010125
444 - (djm) Sync bsd-* support files:
445 - deraadt@cvs.openbsd.org 2000/01/26 03:43:20
446 [rresvport.c bindresvport.c]
61e96248 447 new bindresvport() semantics that itojun, shin, jean-luc and i have
d7d5f0b2 448 agreed on, which will be happy for the future. bindresvport_sa() for
449 sockaddr *, too. docs later..
450 - deraadt@cvs.openbsd.org 2000/01/24 02:24:21
451 [bindresvport.c]
61e96248 452 in bindresvport(), if sin is non-NULL, example sin->sin_family for
d7d5f0b2 453 the actual family being processed
e1dd3a7a 454 - (djm) Mention PRNGd in documentation, it is nicer than EGD
455 - (djm) Automatically search for "well-known" EGD/PRNGd sockets in autoconf
8080699b 456 - (bal) AC_FUNC_STRFTIME added to autoconf
4ccb01d6 457 - (bal) OpenBSD Resync
458 - stevesk@cvs.openbsd.org 2001/01/24 21:03:50
459 [channels.c]
460 missing freeaddrinfo(); ok markus@
d7d5f0b2 461
556eb464 46220010124
463 - (bal) OpenBSD Resync
464 - markus@cvs.openbsd.org 2001/01/23 10:45:10
465 [ssh.h]
61e96248 466 nuke comment
1aecda34 467 - (bal) no 64bit support patch from Tim Rice <tim@multitalents.net>
468 - (bal) #ifdef around S_IFSOCK if platform does not support it.
469 patch by Tim Rice <tim@multitalents.net>
470 - (bal) fake-regex.h cleanup based on Tim Rice's patch.
c33f0b36 471 - (stevesk) sftp-server.c: fix chmod() mode mask
556eb464 472
effa6591 47320010123
474 - (bal) regexp.h typo in configure.in. Should have been regex.h
475 - (bal) SSH_USER_DIR to _PATH_SSH_USER_DIR patch by stevesk@
61e96248 476 - (bal) SSH_ASKPASS_DEFAULT to _PATH_SSH_ASKPASS_DEFAULT
53a24016 477 - (bal) OpenBSD Resync
478 - markus@cvs.openbsd.org 2001/01/22 8:15:00
479 [auth-krb4.c sshconnect1.c]
480 only AFS needs radix.[ch]
481 - markus@cvs.openbsd.org 2001/01/22 8:32:53
482 [auth2.c]
483 no need to include; from mouring@etoh.eviladmin.org
484 - stevesk@cvs.openbsd.org 2001/01/22 16:55:21
485 [key.c]
486 free() -> xfree(); ok markus@
487 - stevesk@cvs.openbsd.org 2001/01/22 17:22:28
488 [sshconnect2.c sshd.c]
489 fix memory leaks in SSH2 key exchange; ok markus@
d464095c 490 - markus@cvs.openbsd.org 2001/01/22 23:06:39
491 [auth1.c auth2.c readconf.c readconf.h servconf.c servconf.h
492 sshconnect1.c sshconnect2.c sshd.c]
493 rename skey -> challenge response.
494 auto-enable kbd-interactive for ssh2 if challenge-reponse is enabled.
53a24016 495
effa6591 496
42f11eb2 49720010122
498 - (bal) OpenBSD Resync
499 - markus@cvs.openbsd.org 2001/01/19 12:45:26 GMT 2001 by markus
500 [servconf.c ssh.h sshd.c]
501 only auth-chall.c needs #ifdef SKEY
502 - markus@cvs.openbsd.org 2001/01/19 15:55:10 GMT 2001 by markus
503 [auth-krb4.c auth-options.c auth-rh-rsa.c auth-rhosts.c auth-rsa.c
504 auth1.c auth2.c channels.c clientloop.c dh.c dispatch.c nchan.c
505 packet.c pathname.h readconf.c scp.c servconf.c serverloop.c
506 session.c ssh-add.c ssh-keygen.c ssh-keyscan.c ssh.c ssh.h
507 ssh1.h sshconnect1.c sshd.c ttymodes.c]
508 move ssh1 definitions to ssh1.h, pathnames to pathnames.h
509 - markus@cvs.openbsd.org 2001/01/19 16:48:14
510 [sshd.8]
511 fix typo; from stevesk@
512 - markus@cvs.openbsd.org 2001/01/19 16:50:58
513 [ssh-dss.c]
61e96248 514 clear and free digest, make consistent with other code (use dlen); from
42f11eb2 515 stevesk@
516 - markus@cvs.openbsd.org 2001/01/20 15:55:20 GMT 2001 by markus
517 [auth-options.c auth-options.h auth-rsa.c auth2.c]
518 pass the filename to auth_parse_options()
61e96248 519 - markus@cvs.openbsd.org 2001/01/20 17:59:40 GMT 2001
42f11eb2 520 [readconf.c]
521 fix SIGSEGV from -o ""; problem noted by jehsom@togetherweb.com
522 - stevesk@cvs.openbsd.org 2001/01/20 18:20:29
523 [sshconnect2.c]
524 dh_new_group() does not return NULL. ok markus@
525 - markus@cvs.openbsd.org 2001/01/20 21:33:42
526 [ssh-add.c]
61e96248 527 do not loop forever if askpass does not exist; from
42f11eb2 528 andrew@pimlott.ne.mediaone.net
529 - djm@cvs.openbsd.org 2001/01/20 23:00:56
530 [servconf.c]
531 Check for NULL return from strdelim; ok markus
532 - djm@cvs.openbsd.org 2001/01/20 23:02:07
533 [readconf.c]
534 KNF; ok markus
535 - jakob@cvs.openbsd.org 2001/01/21 9:00:33
536 [ssh-keygen.1]
537 remove -R flag; ok markus@
538 - markus@cvs.openbsd.org 2001/01/21 19:05:40
539 [atomicio.c automicio.h auth-chall.c auth-krb4.c auth-options.c
540 auth-options.h auth-passwd.c auth-rh-rsa.c auth-rhosts.c auth-rsa.c
541 auth.c auth.h auth1.c auth2-chall.c auth2.c authfd.c authfile.c
542 bufaux.c bufaux.h buffer.c canahost.c canahost.h channels.c
543 cipher.c cli.c clientloop.c clientloop.h compat.c compress.c
544 deattack.c dh.c dispatch.c groupaccess.c hmac.c hostfile.c kex.c
545 key.c key.h log-client.c log-server.c log.c log.h login.c login.h
546 match.c misc.c misc.h nchan.c packet.c pty.c radix.h readconf.c
547 readpass.c readpass.h rsa.c scp.c servconf.c serverloop.c serverloop.h
548 session.c sftp-server.c ssh-add.c ssh-agent.c ssh-dss.c ssh-keygen.c
61e96248 549 ssh-keyscan.c ssh-rsa.c ssh.c ssh.h sshconnect.c sshconnect.h
42f11eb2 550 sshconnect1.c sshconnect2.c sshd.c tildexpand.c tildexpand.h
551 ttysmodes.c uidswap.c xmalloc.c]
61e96248 552 split ssh.h and try to cleanup the #include mess. remove unnecessary
42f11eb2 553 #includes. rename util.[ch] -> misc.[ch]
554 - (bal) renamed 'PIDDIR' to '_PATH_SSH_PIDDIR' to match OpenBSD tree
61e96248 555 - (bal) Moved #ifdef KRB4 in auth-krb4.c above the #include to resolve
42f11eb2 556 conflict when compiling for non-kerb install
557 - (bal) removed the #ifdef SKEY in auth1.c to match Markus' changes
558 on 1/19.
559
6005a40c 56020010120
561 - (bal) OpenBSD Resync
562 - markus@cvs.openbsd.org 2001/01/19 12:45:26
563 [ssh-chall.c servconf.c servconf.h ssh.h sshd.c]
564 only auth-chall.c needs #ifdef SKEY
47af6577 565 - (bal) Slight auth2-pam.c clean up.
566 - (bal) Includes a fake-regexp.h to be only used if regcomp() is found,
567 but no 'regexp.h' found (SCO OpenServer 3 lacks the header).
6005a40c 568
922e6493 56920010119
570 - (djm) Update versions in RPM specfiles
59c97189 571 - (bal) OpenBSD Resync
572 - markus@cvs.openbsd.org 2001/01/18 16:20:21
573 [log-client.c log-server.c log.c readconf.c servconf.c ssh.1 ssh.h
574 sshd.8 sshd.c]
61e96248 575 log() is at pri=LOG_INFO, since LOG_NOTICE goes to /dev/console on many
59c97189 576 systems
577 - markus@cvs.openbsd.org 2001/01/18 16:59:59
578 [auth-passwd.c auth.c auth.h auth1.c auth2.c serverloop.c session.c
579 session.h sshconnect1.c]
580 1) removes fake skey from sshd, since this will be much
581 harder with /usr/libexec/auth/login_XXX
582 2) share/unify code used in ssh-1 and ssh-2 authentication (server side)
583 3) make addition of BSD_AUTH and other challenge reponse methods
584 easier.
585 - markus@cvs.openbsd.org 2001/01/18 17:12:43
586 [auth-chall.c auth2-chall.c]
587 rename *-skey.c *-chall.c since the files are not skey specific
04fc7a67 588 - (djm) Merge patch from Tim Waugh (via Nalin Dahyabhai <nalin@redhat.com>)
589 to fix NULL pointer deref and fake authloop breakage in PAM code.
f4ebf0e8 590 - (bal) Updated contrib/cygwin/ by Corinna Vinschen <vinschen@redhat.com>
3c418020 591 - (bal) Minor cygwin patch to auth1.c. Suggested by djm.
61e96248 592
b5c334cc 59320010118
594 - (bal) Super Sized OpenBSD Resync
595 - markus@cvs.openbsd.org 2001/01/11 22:14:20 GMT 2001 by markus
596 [sshd.c]
597 maxfd+1
598 - markus@cvs.openbsd.org 2001/01/13 17:59:18
599 [ssh-keygen.1]
600 small ssh-keygen manpage cleanup; stevesk@pobox.com
601 - markus@cvs.openbsd.org 2001/01/13 18:03:07
602 [scp.c ssh-keygen.c sshd.c]
603 getopt() returns -1 not EOF; stevesk@pobox.com
604 - markus@cvs.openbsd.org 2001/01/13 18:06:54
605 [ssh-keyscan.c]
606 use SSH_DEFAULT_PORT; from stevesk@pobox.com
607 - markus@cvs.openbsd.org 2001/01/13 18:12:47
608 [ssh-keyscan.c]
609 free() -> xfree(); fix memory leak; from stevesk@pobox.com
610 - markus@cvs.openbsd.org 2001/01/13 18:14:13
611 [ssh-add.c]
612 typo, from stevesk@sweden.hp.com
613 - markus@cvs.openbsd.org 2001/01/13 18:32:50
61e96248 614 [packet.c session.c ssh.c sshconnect.c sshd.c]
b5c334cc 615 split out keepalive from packet_interactive (from dale@accentre.com)
616 set IPTOS_LOWDELAY TCP_NODELAY IPTOS_THROUGHPUT for ssh2, too.
617 - markus@cvs.openbsd.org 2001/01/13 18:36:45
618 [packet.c packet.h]
619 reorder, typo
620 - markus@cvs.openbsd.org 2001/01/13 18:38:00
621 [auth-options.c]
622 fix comment
623 - markus@cvs.openbsd.org 2001/01/13 18:43:31
624 [session.c]
625 Wall
61e96248 626 - markus@cvs.openbsd.org 2001/01/13 19:14:08
b5c334cc 627 [clientloop.h clientloop.c ssh.c]
628 move callback to headerfile
629 - markus@cvs.openbsd.org 2001/01/15 21:40:10
630 [ssh.c]
631 use log() instead of stderr
632 - markus@cvs.openbsd.org 2001/01/15 21:43:51
633 [dh.c]
634 use error() not stderr!
635 - markus@cvs.openbsd.org 2001/01/15 21:45:29
636 [sftp-server.c]
637 rename must fail if newpath exists, debug off by default
638 - markus@cvs.openbsd.org 2001/01/15 21:46:38
639 [sftp-server.c]
640 readable long listing for sftp-server, ok deraadt@
641 - markus@cvs.openbsd.org 2001/01/16 19:20:06
642 [key.c ssh-rsa.c]
61e96248 643 make "ssh-rsa" key format for ssh2 confirm to the ietf-drafts; from
644 galb@vandyke.com. note that you have to delete older ssh2-rsa keys,
645 since they are in the wrong format, too. they must be removed from
b5c334cc 646 .ssh/authorized_keys2 and .ssh/known_hosts2, etc.
61e96248 647 (cd; grep -v ssh-rsa .ssh/authorized_keys2 > TMP && mv TMP
648 .ssh/authorized_keys2) additionally, we now check that
b5c334cc 649 BN_num_bits(rsa->n) >= 768.
650 - markus@cvs.openbsd.org 2001/01/16 20:54:27
651 [sftp-server.c]
652 remove some statics. simpler handles; idea from nisse@lysator.liu.se
653 - deraadt@cvs.openbsd.org 2001/01/16 23:58:08
654 [bufaux.c radix.c sshconnect.h sshconnect1.c]
655 indent
656 - (bal) Added bsd-strmode.[ch] since some non-OpenBSD platforms may
657 be missing such feature.
658
61e96248 659
52ce34a2 66020010117
661 - (djm) Only write random seed file at exit
717057b6 662 - (djm) Make PAM support optional, enable with --with-pam
61e96248 663 - (djm) Try to use libcrypt on Linux, but link it after OpenSSL (which
717057b6 664 provides a crypt() of its own)
665 - (djm) Avoid a warning in bsd-bindresvport.c
666 - (djm) Try to avoid adding -I/usr/include to CPPFLAGS during SSL tests. This
61e96248 667 can cause weird segfaults errors on Solaris
8694a1ce 668 - (djm) Avoid warning in PAM code by making read_passphrase arguments const
d748039d 669 - (djm) Add --with-pam to RPM spec files
52ce34a2 670
2fd3c144 67120010115
672 - (bal) sftp-server.c change to use chmod() if fchmod() does not exist.
89c7e31c 673 - (bal) utimes() support via utime() interface on machine that lack utimes().
2fd3c144 674
63b68889 67520010114
676 - (stevesk) initial work for OpenBSD "support supplementary group in
677 {Allow,Deny}Groups" patch:
678 - import getgrouplist.c from OpenBSD (bsd-getgrouplist.c)
679 - add bsd-getgrouplist.h
680 - new files groupaccess.[ch]
681 - build but don't use yet (need to merge auth.c changes)
c6a69271 682 - (stevesk) complete:
683 - markus@cvs.openbsd.org 2001/01/13 11:56:48
684 [auth.c sshd.8]
685 support supplementary group in {Allow,Deny}Groups
686 from stevesk@pobox.com
61e96248 687
f546c780 68820010112
689 - (bal) OpenBSD Sync
690 - markus@cvs.openbsd.org 2001/01/10 22:56:22
691 [bufaux.h bufaux.c sftp-server.c sftp.h getput.h]
692 cleanup sftp-server implementation:
547519f0 693 add buffer_get_int64, buffer_put_int64, GET_64BIT, PUT_64BIT
694 parse SSH2_FILEXFER_ATTR_EXTENDED
695 send SSH2_FX_EOF if readdir returns no more entries
696 reply to SSH2_FXP_EXTENDED message
697 use #defines from the draft
698 move #definations to sftp.h
f546c780 699 more info:
61e96248 700 http://www.ietf.org/internet-drafts/draft-ietf-secsh-filexfer-00.txt
f546c780 701 - markus@cvs.openbsd.org 2001/01/10 19:43:20
702 [sshd.c]
703 XXX - generate_empheral_server_key() is not safe against races,
61e96248 704 because it calls log()
f546c780 705 - markus@cvs.openbsd.org 2001/01/09 21:19:50
706 [packet.c]
707 allow TCP_NDELAY for ipv6; from netbsd via itojun@
708
9548d6c8 70920010110
710 - (djm) SNI/Reliant Unix needs USE_PIPES and $DISPLAY hack. Report from
711 Bladt Norbert <Norbert.Bladt@adi.ch>
712
af972861 71320010109
714 - (bal) Resync CVS ID of cli.c
4b80e97b 715 - (stevesk) auth1.c: free should be after WITH_AIXAUTHENTICATE
716 code.
eea39c02 717 - (bal) OpenBSD Sync
718 - markus@cvs.openbsd.org 2001/01/08 22:29:05
719 [auth2.c compat.c compat.h servconf.c servconf.h sshd.8
720 sshd_config version.h]
721 implement option 'Banner /etc/issue.net' for ssh2, move version to
722 2.3.1 (needed for bugcompat detection, 2.3.0 would fail if Banner
723 is enabled).
724 - markus@cvs.openbsd.org 2001/01/08 22:03:23
725 [channels.c ssh-keyscan.c]
726 O_NDELAY -> O_NONBLOCK; thanks stevesk@pobox.com
727 - markus@cvs.openbsd.org 2001/01/08 21:55:41
728 [sshconnect1.c]
729 more cleanups and fixes from stevesk@pobox.com:
730 1) try_agent_authentication() for loop will overwrite key just
731 allocated with key_new(); don't alloc
732 2) call ssh_close_authentication_connection() before exit
733 try_agent_authentication()
734 3) free mem on bad passphrase in try_rsa_authentication()
735 - markus@cvs.openbsd.org 2001/01/08 21:48:17
736 [kex.c]
737 missing free; thanks stevesk@pobox.com
f1c4659d 738 - (bal) Detect if clock_t structure exists, if not define it.
739 - (bal) Detect if O_NONBLOCK exists, if not define it.
740 - (bal) removed news4-posix.h (now empty)
741 - (bal) changed bsd-bindresvport.c and bsd-rresvport.c to use 'socklen_t'
742 instead of 'int'
adc83ebf 743 - (stevesk) sshd_config: sync
4f771a33 744 - (stevesk) defines.h: remove spurious ``;''
af972861 745
bbcf899f 74620010108
747 - (bal) Fixed another typo in cli.c
748 - (bal) OpenBSD Sync
749 - markus@cvs.openbsd.org 2001/01/07 21:26:55
750 [cli.c]
751 typo
752 - markus@cvs.openbsd.org 2001/01/07 21:26:55
753 [cli.c]
754 missing free, stevesk@pobox.com
755 - markus@cvs.openbsd.org 2001/01/07 19:06:25
756 [auth1.c]
757 missing free, stevesk@pobox.com
758 - markus@cvs.openbsd.org 2001/01/07 11:28:04
759 [log-client.c log-server.c log.c readconf.c servconf.c ssh.1
760 ssh.h sshd.8 sshd.c]
761 rename SYSLOG_LEVEL_INFO->SYSLOG_LEVEL_NOTICE
762 syslog priority changes:
763 fatal() LOG_ERR -> LOG_CRIT
764 log() LOG_INFO -> LOG_NOTICE
b8c37305 765 - Updated TODO
bbcf899f 766
9616313f 76720010107
768 - (bal) OpenBSD Sync
769 - markus@cvs.openbsd.org 2001/01/06 11:23:27
770 [ssh-rsa.c]
771 remove unused
772 - itojun@cvs.openbsd.org 2001/01/05 08:23:29
773 [ssh-keyscan.1]
774 missing .El
775 - markus@cvs.openbsd.org 2001/01/04 22:41:03
776 [session.c sshconnect.c]
777 consistent use of _PATH_BSHELL; from stevesk@pobox.com
778 - djm@cvs.openbsd.org 2001/01/04 22:35:32
779 [ssh.1 sshd.8]
780 Mention AES as available SSH2 Cipher; ok markus
781 - markus@cvs.openbsd.org 2001/01/04 22:25:58
782 [sshd.c]
783 sync usage()/man with defaults; from stevesk@pobox.com
784 - markus@cvs.openbsd.org 2001/01/04 22:21:26
785 [sshconnect2.c]
786 handle SSH2_MSG_USERAUTH_BANNER; fixes bug when connecting to a server
787 that prints a banner (e.g. /etc/issue.net)
61e96248 788
1877dc0c 78920010105
790 - (bal) contrib/caldera/ provided by Tim Rice <tim@multitalents.net>
5a64a938 791 - (bal) bsd-getcwd.c and bsd-setenv.c changed from bcopy() to memmove()
1877dc0c 792
488c06c8 79320010104
794 - (djm) Fix memory leak on systems with BROKEN_GETADDRINFO. Based on
795 work by Chris Vaughan <vaughan99@yahoo.com>
796
7c49df64 79720010103
798 - (bal) fixed up sshconnect.c so it was closer inline with the OpenBSD
799 tree (mainly positioning)
800 - (bal) OpenSSH CVS Update
801 - markus@cvs.openbsd.org 2001/01/02 20:41:02
802 [packet.c]
803 log remote ip on disconnect; PR 1600 from jcs@rt.fm
804 - markus@cvs.openbsd.org 2001/01/02 20:50:56
805 [sshconnect.c]
61e96248 806 strict_host_key_checking for host_status != HOST_CHANGED &&
7c49df64 807 ip_status == HOST_CHANGED
61e96248 808 - (bal) authfile.c: Synced CVS ID tag
2c523de9 809 - (bal) UnixWare 2.0 fixes by Tim Rice <tim@multitalents.net>
810 - (bal) Disable sftp-server if no 64bit int support exists. Based on
811 patch by Tim Rice <tim@multitalents.net>
812 - (bal) Makefile.in changes to uninstall: target to remove sftp-server
813 and sftp-server.8 manpage.
7c49df64 814
a421e945 81520010102
816 - (bal) OpenBSD CVS Update
817 - markus@cvs.openbsd.org 2001/01/01 14:52:49
818 [scp.c]
819 use shared fatal(); from stevesk@pobox.com
820
0efc80a7 82120001231
822 - (bal) Reverted out of MAXHOSTNAMELEN. This should be set per OS.
823 for multiple reasons.
b1335fdf 824 - (bal) Reverted out of a partial NeXT patch.
0efc80a7 825
efcae5b1 82620001230
827 - (bal) OpenBSD CVS Update
828 - markus@cvs.openbsd.org 2000/12/28 18:58:30
829 [ssh-keygen.c]
830 enable 'ssh-keygen -l -f ~/.ssh/{authorized_keys,known_hosts}{,2}
b148018f 831 - markus@cvs.openbsd.org 2000/12/29 22:19:13
832 [channels.c]
833 missing xfree; from vaughan99@yahoo.com
efcae5b1 834 - (bal) Resynced CVS ID with OpenBSD for channel.c and uidswap.c
03a14cc9 835 - (bal) if no MAXHOSTNAMELEN is defined. Default to 64 character defination.
34665bf7 836 Suggested by Christian Kurz <shorty@debian.org>
cb6dabf4 837 - (bal) Add in '.c.o' section to Makefile.in to address make programs that
61e96248 838 don't honor CPPFLAGS by default. Suggested by Lutz Jaenicke
cb6dabf4 839 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
0dd78cd8 840
84120001229
61e96248 842 - (bal) Fixed spelling of 'authorized_keys' in ssh-copy-id.1 by Christian
34665bf7 843 Kurz <shorty@debian.org>
8abcdba4 844 - (bal) OpenBSD CVS Update
845 - markus@cvs.openbsd.org 2000/12/28 14:25:51
846 [auth.h auth2.c]
847 count authentication failures only
848 - markus@cvs.openbsd.org 2000/12/28 14:25:03
849 [sshconnect.c]
850 fingerprint for MITM attacks, too.
851 - markus@cvs.openbsd.org 2000/12/28 12:03:57
852 [sshd.8 sshd.c]
853 document -D
854 - markus@cvs.openbsd.org 2000/12/27 14:19:21
855 [serverloop.c]
856 less chatty
857 - markus@cvs.openbsd.org 2000/12/27 12:34
858 [auth1.c sshconnect2.c sshd.c]
859 typo
860 - markus@cvs.openbsd.org 2000/12/27 12:30:19
861 [readconf.c readconf.h ssh.1 sshconnect.c]
862 new option: HostKeyAlias: allow the user to record the host key
863 under a different name. This is useful for ssh tunneling over
864 forwarded connections or if you run multiple sshd's on different
865 ports on the same machine.
866 - markus@cvs.openbsd.org 2000/12/27 11:51:53
867 [ssh.1 ssh.c]
868 multiple -t force pty allocation, document ORIGINAL_COMMAND
869 - markus@cvs.openbsd.org 2000/12/27 11:41:31
870 [sshd.8]
871 update for ssh-2
c52c7082 872 - (stevesk) compress.[ch] sync with openbsd; missed in prototype
873 fix merge.
0dd78cd8 874
8f523d67 87520001228
876 - (bal) Patch to add libutil.h to loginrec.c only if the platform has
877 libutil.h. Suggested by Pekka Savola <pekka@netcore.fi>
9fb76616 878 - (djm) Update to new x11-askpass in RPM spec
0dd78cd8 879 - (bal) SCO patch to not include <sys/queue.h> since it's unrelated
880 header. Patch by Tim Rice <tim@multitalents.net>
881 - Updated TODO w/ known HP/UX issue
882 - (bal) removed extra <netdb.h> noticed by Kevin Steves and removed the
883 bad reference to 'NeXT including it else were' on the #ifdef version.
8f523d67 884
b03bd394 88520001227
61e96248 886 - (bal) Typo in configure.in: entut?ent should be endut?ent. Suggested by
b03bd394 887 Takumi Yamane <yamtak@b-session.com>
888 - (bal) Checks for getrlimit(), sysconf(), and setdtablesize(). Patch
8f523d67 889 by Corinna Vinschen <vinschen@redhat.com>
890 - (djm) Fix catman-do target for non-bash
61e96248 891 - (bal) Typo in configure.in: entut?ent should be endut?ent. Suggested by
8f523d67 892 Takumi Yamane <yamtak@b-session.com>
893 - (bal) Checks for getrlimit(), sysconf(), and setdtablesize(). Patch
b03bd394 894 by Corinna Vinschen <vinschen@redhat.com>
13991f8e 895 - (djm) Fix catman-do target for non-bash
61e96248 896 - (bal) Fixed NeXT's lack of CPPFLAGS honoring.
897 - (bal) ssh-keyscan.c: NeXT (and older BSDs) don't support getrlimit() w/
f318b98b 898 'RLIMIT_NOFILE'
61e96248 899 - (djm) Remove *.Ylonen files. They are no longer in the OpenBSD tree,
900 the info in COPYING.Ylonen has been moved to the start of each
3bdf55b1 901 SSH1-derived file and README.Ylonen is well out of date.
b03bd394 902
8d88011e 90320001223
904 - (bal) Fixed Makefile.in to support recompile of all ssh and sshd objects
905 if a change to config.h has occurred. Suggested by Gert Doering
906 <gert@greenie.muc.de>
907 - (bal) OpenBSD CVS Update:
908 - markus@cvs.openbsd.org 2000/12/22 16:49:40
909 [ssh-keygen.c]
910 fix ssh-keygen -x -t type > file; from Roumen.Petrov@skalasoft.com
911
1e3b8b07 91220001222
913 - Updated RCSID for pty.c
914 - (bal) OpenBSD CVS Updates:
915 - markus@cvs.openbsd.org 2000/12/21 15:10:16
916 [auth-rh-rsa.c hostfile.c hostfile.h sshconnect.c]
917 print keyfile:line for changed hostkeys, for deraadt@, ok deraadt@
918 - markus@cvs.openbsd.org 2000/12/20 19:26:56
919 [authfile.c]
920 allow ssh -i userkey for root
921 - markus@cvs.openbsd.org 2000/12/20 19:37:21
922 [authfd.c authfd.h kex.c sshconnect2.c sshd.c uidswap.c uidswap.h]
923 fix prototypes; from stevesk@pobox.com
924 - markus@cvs.openbsd.org 2000/12/20 19:32:08
925 [sshd.c]
926 init pointer to NULL; report from Jan.Ivan@cern.ch
927 - markus@cvs.openbsd.org 2000/12/19 23:17:54
928 [auth-krb4.c auth-options.c auth-options.h auth-rhosts.c auth-rsa.c
929 auth1.c auth2-skey.c auth2.c authfd.c authfd.h authfile.c bufaux.c
930 bufaux.h buffer.c canohost.c channels.c clientloop.c compress.c
931 crc32.c deattack.c getput.h hmac.c hmac.h hostfile.c kex.c kex.h
932 key.c key.h log.c login.c match.c match.h mpaux.c mpaux.h packet.c
933 packet.h radix.c readconf.c rsa.c scp.c servconf.c servconf.h
934 serverloop.c session.c sftp-server.c ssh-agent.c ssh-dss.c ssh-dss.h
935 ssh-keygen.c ssh-keyscan.c ssh-rsa.c ssh-rsa.h ssh.c ssh.h uuencode.c
936 uuencode.h sshconnect1.c sshconnect2.c sshd.c tildexpand.c]
937 replace 'unsigned bla' with 'u_bla' everywhere. also replace 'char
938 unsigned' with u_char.
939
67b0facb 94020001221
941 - (stevesk) OpenBSD CVS updates:
942 - markus@cvs.openbsd.org 2000/12/19 15:43:45
943 [authfile.c channels.c sftp-server.c ssh-agent.c]
944 remove() -> unlink() for consistency
945 - markus@cvs.openbsd.org 2000/12/19 15:48:09
946 [ssh-keyscan.c]
947 replace <ssl/x.h> with <openssl/x.h>
948 - markus@cvs.openbsd.org 2000/12/17 02:33:40
949 [uidswap.c]
950 typo; from wsanchez@apple.com
61e96248 951
adeebd37 95220001220
61e96248 953 - (djm) Workaround PAM inconsistencies between Solaris derived PAM code
adeebd37 954 and Linux-PAM. Based on report and fix from Andrew Morgan
955 <morgan@transmeta.com>
956
f072c47a 95720001218
958 - (stevesk) rsa.c: entropy.h not needed.
0c2fb82f 959 - (bal) split CFLAGS into CFLAGS and CPPFLAGS in configure.in and Makefile.
960 Suggested by Wilfredo Sanchez <wsanchez@apple.com>
f072c47a 961
731c1541 96220001216
963 - (stevesk) OpenBSD CVS updates:
964 - markus@cvs.openbsd.org 2000/12/16 02:53:57
965 [scp.c]
966 allow + in usernames; request from Florian.Weimer@RUS.Uni-Stuttgart.DE
967 - markus@cvs.openbsd.org 2000/12/16 02:39:57
968 [scp.c]
969 unused; from stevesk@pobox.com
970
227e8e86 97120001215
9853409f 972 - (stevesk) Old OpenBSD patch wasn't completely applied:
973 - markus@cvs.openbsd.org 2000/01/24 22:11:20
974 [scp.c]
975 allow '.' in usernames; from jedgar@fxp.org
227e8e86 976 - (stevesk) OpenBSD CVS updates:
977 - markus@cvs.openbsd.org 2000/12/13 16:26:53
978 [ssh-keyscan.c]
979 fatal already adds \n; from stevesk@pobox.com
980 - markus@cvs.openbsd.org 2000/12/13 16:25:44
981 [ssh-agent.c]
982 remove redundant spaces; from stevesk@pobox.com
983 - ho@cvs.openbsd.org 2000/12/12 15:50:21
984 [pty.c]
985 When failing to set tty owner and mode on a read-only filesystem, don't
986 abort if the tty already has correct owner and reasonably sane modes.
987 Example; permit 'root' to login to a firewall with read-only root fs.
988 (markus@ ok)
989 - deraadt@cvs.openbsd.org 2000/12/13 06:36:05
990 [pty.c]
991 KNF
6ffc9c88 992 - markus@cvs.openbsd.org 2000/12/12 14:45:21
993 [sshd.c]
994 source port < 1024 is no longer required for rhosts-rsa since it
995 adds no additional security.
996 - markus@cvs.openbsd.org 2000/12/12 16:11:49
997 [ssh.1 ssh.c]
998 rhosts-rsa is no longer automagically disabled if ssh is not privileged.
999 UsePrivilegedPort=no disables rhosts-rsa _only_ for old servers.
1000 these changes should not change the visible default behaviour of the ssh client.
71c0d06a 1001 - deraadt@cvs.openbsd.org 2000/12/11 10:27:33
1002 [scp.c]
1003 when copying 0-sized files, do not re-print ETA time at completion
3e1caa83 1004 - provos@cvs.openbsd.org 2000/12/15 10:30:15
1005 [kex.c kex.h sshconnect2.c sshd.c]
1006 compute diffie-hellman in parallel between server and client. okay markus@
227e8e86 1007
6c935fbd 100820001213
1009 - (djm) Make sure we reset the SIGPIPE disposition after we fork. Report
1010 from Andreas M. Kirchwitz <amk@krell.zikzak.de>
227e8e86 1011 - (stevesk) OpenBSD CVS update:
1fe6a48f 1012 - markus@cvs.openbsd.org 2000/12/12 15:30:02
1013 [ssh-keyscan.c ssh.c sshd.c]
61e96248 1014 consistently use __progname; from stevesk@pobox.com
6c935fbd 1015
367d1840 101620001211
1017 - (bal) Applied patch to include ssh-keyscan into Redhat's package, and
1018 patch to install ssh-keyscan manpage. Patch by Pekka Savola
1019 <pekka@netcore.fi>
e3a70753 1020 - (bal) OpenbSD CVS update
1021 - markus@cvs.openbsd.org 2000/12/10 17:01:53
1022 [sshconnect1.c]
1023 always request new challenge for skey/tis-auth, fixes interop with
1024 other implementations; report from roth@feep.net
367d1840 1025
6b523bae 102620001210
1027 - (bal) OpenBSD CVS updates
61e96248 1028 - markus@cvs.openbsd.org 2000/12/09 13:41:51
6b523bae 1029 [cipher.c cipher.h rijndael.c rijndael.h rijndael_boxes.h]
1030 undo rijndael changes
61e96248 1031 - markus@cvs.openbsd.org 2000/12/09 13:48:31
6b523bae 1032 [rijndael.c]
1033 fix byte order bug w/o introducing new implementation
61e96248 1034 - markus@cvs.openbsd.org 2000/12/09 14:08:27
6b523bae 1035 [sftp-server.c]
1036 "" -> "." for realpath; from vinschen@redhat.com
61e96248 1037 - markus@cvs.openbsd.org 2000/12/09 14:06:54
6b523bae 1038 [ssh-agent.c]
1039 extern int optind; from stevesk@sweden.hp.com
13af0aa2 1040 - provos@cvs.openbsd.org 2000/12/09 23:51:11
1041 [compat.c]
1042 remove unnecessary '\n'
6b523bae 1043
ce9c0b75 104420001209
6b523bae 1045 - (bal) OpenBSD CVS updates:
61e96248 1046 - djm@cvs.openbsd.org 2000/12/07 4:24:59
ce9c0b75 1047 [ssh.1]
1048 Typo fix from Wilfredo Sanchez <wsanchez@apple.com>; ok theo
1049
f72fc97f 105020001207
6b523bae 1051 - (bal) OpenBSD CVS updates:
61e96248 1052 - markus@cvs.openbsd.org 2000/12/06 22:58:14
f72fc97f 1053 [compat.c compat.h packet.c]
1054 disable debug messages for ssh.com/f-secure 2.0.1x, 2.1.0
dfe89252 1055 - markus@cvs.openbsd.org 2000/12/06 23:10:39
1056 [rijndael.c]
1057 unexpand(1)
61e96248 1058 - markus@cvs.openbsd.org 2000/12/06 23:05:43
dfe89252 1059 [cipher.c cipher.h rijndael.c rijndael.h rijndael_boxes.h]
1060 new rijndael implementation. fixes endian bugs
f72fc97f 1061
97fb6912 106220001206
6b523bae 1063 - (bal) OpenBSD CVS updates:
97fb6912 1064 - markus@cvs.openbsd.org 2000/12/05 20:34:09
1065 [channels.c channels.h clientloop.c serverloop.c]
1066 async connects for -R/-L; ok deraadt@
1067 - todd@cvs.openssh.org 2000/12/05 16:47:28
1068 [sshd.c]
1069 tweak comment to reflect real location of pid file; ok provos@
bf5f69f7 1070 - (stevesk) Import <sys/queue.h> from OpenBSD for systems that don't
1071 have it (used in ssh-keyscan).
227e8e86 1072 - (stevesk) OpenBSD CVS update:
f20255cb 1073 - markus@cvs.openbsd.org 2000/12/06 19:57:48
1074 [ssh-keyscan.c]
1075 err(3) -> internal error(), from stevesk@sweden.hp.com
97fb6912 1076
f6fdbddf 107720001205
6b523bae 1078 - (bal) OpenBSD CVS updates:
f6fdbddf 1079 - markus@cvs.openbsd.org 2000/12/04 19:24:02
1080 [ssh-keyscan.c ssh-keyscan.1]
1081 David Maziere's ssh-keyscan, ok niels@
1082 - (bal) Updated Makefile.in to include ssh-keyscan that was just added
1083 to the recent OpenBSD source tree.
835d2104 1084 - (stevesk) fix typos in contrib/hpux/README
f6fdbddf 1085
cbc5abf9 108620001204
1087 - (bal) More C functions defined in NeXT that are unaccessable without
61e96248 1088 defining -POSIX.
1089 - (bal) OpenBSD CVS updates:
1090 - markus@cvs.openbsd.org 2000/12/03 11:29:04
cbc5abf9 1091 [compat.c]
1092 remove fallback to SSH_BUG_HMAC now that the drafts are updated
1093 - markus@cvs.openbsd.org 2000/12/03 11:27:55
1094 [compat.c]
61e96248 1095 correctly match "2.1.0.pl2 SSH" etc; from
97fb6912 1096 pekkas@netcore.fi/bugzilla.redhat
cbc5abf9 1097 - markus@cvs.openbsd.org 2000/12/03 11:15:03
1098 [auth2.c compat.c compat.h sshconnect2.c]
1099 support f-secure/ssh.com 2.0.12; ok niels@
1100
0b6fbf03 110120001203
cbc5abf9 1102 - (bal) OpenBSD CVS updates:
0b6fbf03 1103 - markus@cvs.openbsd.org 2000/11/30 22:54:31
1104 [channels.c]
61e96248 1105 debug->warn if tried to do -R style fwd w/o client requesting this;
0b6fbf03 1106 ok neils@
1107 - markus@cvs.openbsd.org 2000/11/29 20:39:17
1108 [cipher.c]
1109 des_cbc_encrypt -> des_ncbc_encrypt since it already updates the IV
1110 - markus@cvs.openbsd.org 2000/11/30 18:33:05
1111 [ssh-agent.c]
1112 agents must not dump core, ok niels@
61e96248 1113 - markus@cvs.openbsd.org 2000/11/30 07:04:02
0b6fbf03 1114 [ssh.1]
1115 T is for both protocols
1116 - markus@cvs.openbsd.org 2000/12/01 00:00:51
1117 [ssh.1]
1118 typo; from green@FreeBSD.org
1119 - markus@cvs.openbsd.org 2000/11/30 07:02:35
1120 [ssh.c]
1121 check -T before isatty()
1122 - provos@cvs.openbsd.org 2000/11/29 13:51:27
1123 [sshconnect.c]
61e96248 1124 show IP address and hostname when new key is encountered. okay markus@
0b6fbf03 1125 - markus@cvs.openbsd.org 2000/11/30 22:53:35
1126 [sshconnect.c]
1127 disable agent/x11/port fwding if hostkey has changed; ok niels@
1128 - marksu@cvs.openbsd.org 2000/11/29 21:11:59
1129 [sshd.c]
1130 sshd -D, startup w/o deamon(), for monitoring scripts or inittab;
1131 from handler@sub-rosa.com and eric@urbanrange.com; ok niels@
8c9fe09e 1132 - (djm) Added patch from Nalin Dahyabhai <nalin@redhat.com> to enable
1133 PAM authentication using KbdInteractive.
1134 - (djm) Added another TODO
0b6fbf03 1135
90f4078a 113620001202
1137 - (bal) Backed out of part of Alain St-Denis' loginrec.c patch.
61e96248 1138 - (bal) Irix need some sort of mansubdir, patch by Michael Stone
90f4078a 1139 <mstone@cs.loyola.edu>
1140
dcef6523 114120001129
7062c40f 1142 - (djm) Back out all the serverloop.c hacks. sshd will now hang again
1143 if there are background children with open fds.
c193d002 1144 - (djm) bsd-rresvport.c bzero -> memset
61e96248 1145 - (djm) Don't fail in defines.h on absence of 64 bit types (we will
c193d002 1146 still fail during compilation of sftp-server).
1147 - (djm) Fail if ar is not found during configure
c523303b 1148 - (djm) OpenBSD CVS updates:
1149 - provos@cvs.openbsd.org 2000/11/22 08:38:31
1150 [sshd.8]
1151 talk about /etc/primes, okay markus@
1152 - markus@cvs.openbsd.org 2000/11/23 14:03:48
1153 [ssh.c sshconnect1.c sshconnect2.c]
1154 complain about invalid ciphers for ssh1/ssh2, fall back to reasonable
1155 defaults
1156 - markus@cvs.openbsd.org 2000/11/25 09:42:53
1157 [sshconnect1.c]
1158 reorder check for illegal ciphers, bugreport from espie@
1159 - markus@cvs.openbsd.org 2000/11/25 10:19:34
1160 [ssh-keygen.c ssh.h]
1161 print keytype when generating a key.
1162 reasonable defaults for RSA1/RSA/DSA keys.
b3ec54b4 1163 - (djm) Patch from Pekka Savola <Pekka.Savola@netcore.fi> to include a few
1164 more manpage paths in fixpaths calls
1165 - (djm) Also add xauth path at Pekka's suggestion.
57ce3f00 1166 - (djm) Add Redhat RPM patch for AUTHPRIV SyslogFacility
dcef6523 1167
e879a080 116820001125
1169 - (djm) Give up privs when reading seed file
1170
d343d900 117120001123
1172 - (bal) Merge OpenBSD changes:
1173 - markus@cvs.openbsd.org 2000/11/15 22:31:36
1174 [auth-options.c]
61e96248 1175 case insensitive key options; from stevesk@sweeden.hp.com
d343d900 1176 - markus@cvs.openbsd.org 2000/11/16 17:55:43
1177 [dh.c]
1178 do not use perror() in sshd, after child is forked()
1179 - markus@cvs.openbsd.org 2000/11/14 23:42:40
1180 [auth-rsa.c]
1181 parse option only if key matches; fix some confusing seen by the client
1182 - markus@cvs.openbsd.org 2000/11/14 23:44:19
1183 [session.c]
1184 check no_agent_forward_flag for ssh-2, too
1185 - markus@cvs.openbsd.org 2000/11/15
1186 [ssh-agent.1]
1187 reorder SYNOPSIS; typo, use .It
1188 - markus@cvs.openbsd.org 2000/11/14 23:48:55
1189 [ssh-agent.c]
1190 do not reorder keys if a key is removed
1191 - markus@cvs.openbsd.org 2000/11/15 19:58:08
1192 [ssh.c]
61e96248 1193 just ignore non existing user keys
d343d900 1194 - millert@cvs.openbsd.org 200/11/15 20:24:43
1195 [ssh-keygen.c]
1196 Add missing \n at end of error message.
1197
0b49a754 119820001122
1199 - (bal) Minor patch to ensure platforms lacking IRIX job limit supports
1200 are compilable.
1201 - (bal) Updated TODO as of 11/18/2000 with known things to resolve.
1202
fab2e5d3 120320001117
1204 - (bal) Changed from 'primes' to 'primes.out' for consistancy sake. It
1205 has no affect the output. Patch by Corinna Vinschen <vinschen@redhat.com>
61e96248 1206 - (stevesk) Reworked progname support.
260d427b 1207 - (bal) Misplaced #include "includes.h" in bsd-setproctitle.c. Patch by
1208 Shinichi Maruyama <marya@st.jip.co.jp>
fab2e5d3 1209
c2207f11 121020001116
1211 - (bal) Added in MAXSYMLINK test in bsd-realpath.c. Required for some SCO
1212 releases.
1213 - (bal) Make builds work outside of source tree. Patch by Mark D. Roth
1214 <roth@feep.net>
1215
3d398e04 121620001113
61e96248 1217 - (djm) Add pointer to http://www.imasy.or.jp/~gotoh/connect.c to
3d398e04 1218 contrib/README
fa08c86b 1219 - (djm) Merge OpenBSD changes:
1220 - markus@cvs.openbsd.org 2000/11/06 16:04:56
1221 [channels.c channels.h clientloop.c nchan.c serverloop.c]
1222 [session.c ssh.c]
1223 agent forwarding and -R for ssh2, based on work from
1224 jhuuskon@messi.uku.fi
1225 - markus@cvs.openbsd.org 2000/11/06 16:13:27
1226 [ssh.c sshconnect.c sshd.c]
1227 do not disabled rhosts(rsa) if server port > 1024; from
1228 pekkas@netcore.fi
1229 - markus@cvs.openbsd.org 2000/11/06 16:16:35
1230 [sshconnect.c]
1231 downgrade client to 1.3 if server is 1.4; help from mdb@juniper.net
1232 - markus@cvs.openbsd.org 2000/11/09 18:04:40
1233 [auth1.c]
1234 typo; from mouring@pconline.com
1235 - markus@cvs.openbsd.org 2000/11/12 12:03:28
1236 [ssh-agent.c]
1237 off-by-one when removing a key from the agent
1238 - markus@cvs.openbsd.org 2000/11/12 12:50:39
1239 [auth-rh-rsa.c auth2.c authfd.c authfd.h]
1240 [authfile.c hostfile.c kex.c kex.h key.c key.h myproposal.h]
1241 [readconf.c readconf.h rsa.c rsa.h servconf.c servconf.h ssh-add.c]
1242 [ssh-agent.c ssh-keygen.1 ssh-keygen.c ssh.1 ssh.c ssh_config]
1243 [sshconnect1.c sshconnect2.c sshd.8 sshd.c sshd_config ssh-dss.c]
61e96248 1244 [ssh-dss.h ssh-rsa.c ssh-rsa.h dsa.c dsa.h]
fa08c86b 1245 add support for RSA to SSH2. please test.
1246 there are now 3 types of keys: RSA1 is used by ssh-1 only,
1247 RSA and DSA are used by SSH2.
1248 you can use 'ssh-keygen -t rsa -f ssh2_rsa_file' to generate RSA
1249 keys for SSH2 and use the RSA keys for hostkeys or for user keys.
1250 SSH2 RSA or DSA keys are added to .ssh/authorised_keys2 as before.
1251 - (djm) Fix up Makefile and Redhat init script to create RSA host keys
f001465f 1252 - (djm) Change to interim version
5733a41a 1253 - (djm) Fix RPM spec file stupidity
6fff1ac4 1254 - (djm) fixpaths to DSA and RSA keys too
3d398e04 1255
d287c664 125620001112
1257 - (bal) SCO Patch to add needed libraries for configure.in. Patch by
1258 Phillips Porch <root@theporch.com>
3d398e04 1259 - (bal) IRIX patch to adding Job Limits. Patch by Denis Parker
1260 <dcp@sgi.com>
a3bf38d0 1261 - (stevesk) pty.c: HP-UX 10 and 11 don't define TIOCSCTTY. Add error() to
1262 failed ioctl(TIOCSCTTY) call.
d287c664 1263
3c4d4fef 126420001111
1265 - (djm) Added /etc/primes for kex DH group neg, fixup Makefile.in and
1266 packaging files
35325fd4 1267 - (djm) Fix new Makefile.in warnings
61e96248 1268 - (djm) Fix vsprintf("%h") in bsd-snprintf.c, short int va_args are
1269 promoted to type int. Report and fix from Dan Astoorian
027bf205 1270 <djast@cs.toronto.edu>
61e96248 1271 - (djm) Hardwire sysconfdir in RPM spec files as some RPM versions get
e3291159 1272 it wrong. Report from Bennett Todd <bet@rahul.net>
3c4d4fef 1273
3e366738 127420001110
1275 - (bal) Fixed dropped answer from skey_keyinfo() in auth1.c
1276 - (bal) Changed from --with-skey to --with-skey=PATH in configure.in
1277 - (bal) Added in check to verify S/Key library is being detected in
1278 configure.in
61e96248 1279 - (bal) next-posix.h - added another prototype wrapped in POSIX ifdef/endif.
3e366738 1280 Patch by Mark Miller <markm@swoon.net>
1281 - (bal) Added 'util.h' header to loginrec.c only if HAVE_UTIL_H is defined
61e96248 1282 to remove warnings under MacOS X. Patch by Mark Miller <markm@swoon.net>
3e366738 1283 - (bal) Fixed LDFLAG mispelling in configure.in for --with-afs
1284
373998a4 128520001107
e506ee73 1286 - (bal) acconfig.in - removed the double "USE_PIPES" entry. Patch by
1287 Mark Miller <markm@swoon.net>
373998a4 1288 - (bal) sshd.init files corrected to assign $? to RETVAL. Patch by
1289 Jarno Huuskonen <jhuuskon@messi.uku.fi>
e506ee73 1290 - (bal) fixpaths fixed to stop it from quitely failing. Patch by
1291 Mark D. Roth <roth@feep.net>
373998a4 1292
ac89998a 129320001106
1294 - (djm) Use Jim's new 1.0.3 askpass in Redhat RPMs
6c09e23c 1295 - (djm) Manually fix up missed diff hunks (mainly RCS idents)
61e96248 1296 - (djm) Remove UPGRADING document in favour of a link to the better
d6846e6a 1297 maintained FAQ on www.openssh.com
73bd30fe 1298 - (djm) Fix multiple dependancy on gnome-libs from Pekka Savola
1299 <pekkas@netcore.fi>
1300 - (djm) Don't need X11-askpass in RPM spec file if building without it
1301 from Pekka Savola <pekkas@netcore.fi>
c215ba3b 1302 - (djm) Release 2.3.0p1
97b378bf 1303 - (bal) typo in configure.in in regards to --with-ldflags from Marko
1304 Asplund <aspa@kronodoc.fi>
1305 - (bal) fixed next-posix.h. Forgot prototype of getppid().
68f189a9 1306
b850ecd9 130720001105
1308 - (bal) Sync with OpenBSD:
1309 - markus@cvs.openbsd.org 2000/10/31 9:31:58
1310 [compat.c]
1311 handle all old openssh versions
1312 - markus@cvs.openbsd.org 2000/10/31 13:1853
1313 [deattack.c]
1314 so that large packets do not wrap "n"; from netbsd
1315 - (bal) rijndel.c - fix up RCSID to match OpenBSD tree
a30ce26d 1316 - (bal) auth2-skey.c - Checked in. Missing from portable tree.
1317 - (bal) Reworked NEWS-OS and NeXT ports to extract waitpid() and
1318 setsid() into more common files
96054e6f 1319 - (stevesk) pty.c: use __hpux to identify HP-UX.
d0127657 1320 - (bal) Missed auth-skey.o in Makefile.in and minor correction to
1321 bsd-waitpid.c
b850ecd9 1322
75b90ced 132320001029
1324 - (stevesk) Fix typo in auth.c: USE_PAM not PAM
95273555 1325 - (stevesk) Create contrib/cygwin/ directory; patch from
1326 Corinna Vinschen <vinschen@redhat.com>
e9e4a1c7 1327 - (bal) Resolved more $xno and $xyes issues in configure.in
fd5f0295 1328 - (bal) next-posix.h - spelling and forgot a prototype
75b90ced 1329
344f2b94 133020001028
61e96248 1331 - (djm) fix select hack in serverloop.c from Philippe WILLEM
344f2b94 1332 <Philippe.WILLEM@urssaf.fr>
240ae474 1333 - (djm) Fix mangled AIXAUTHENTICATE code
61e96248 1334 - (djm) authctxt->pw may be NULL. Fix from Markus Friedl
606ea390 1335 <markus.friedl@informatik.uni-erlangen.de>
a22aff1f 1336 - (djm) Sync with OpenBSD:
1337 - markus@cvs.openbsd.org 2000/10/16 15:46:32
1338 [ssh.1]
1339 fixes from pekkas@netcore.fi
1340 - markus@cvs.openbsd.org 2000/10/17 14:28:11
1341 [atomicio.c]
1342 return number of characters processed; ok deraadt@
1343 - markus@cvs.openbsd.org 2000/10/18 12:04:02
1344 [atomicio.c]
1345 undo
1346 - markus@cvs.openbsd.org 2000/10/18 12:23:02
1347 [scp.c]
1348 replace atomicio(read,...) with read(); ok deraadt@
1349 - markus@cvs.openbsd.org 2000/10/18 12:42:00
1350 [session.c]
1351 restore old record login behaviour
1352 - deraadt@cvs.openbsd.org 2000/10/19 10:41:13
1353 [auth-skey.c]
1354 fmt string problem in unused code
1355 - provos@cvs.openbsd.org 2000/10/19 10:45:16
1356 [sshconnect2.c]
1357 don't reference freed memory. okay deraadt@
1358 - markus@cvs.openbsd.org 2000/10/21 11:04:23
1359 [canohost.c]
1360 typo, eramore@era-t.ericsson.se; ok niels@
1361 - markus@cvs.openbsd.org 2000/10/23 13:31:55
1362 [cipher.c]
1363 non-alignment dependent swap_bytes(); from
1364 simonb@wasabisystems.com/netbsd
1365 - markus@cvs.openbsd.org 2000/10/26 12:38:28
1366 [compat.c]
1367 add older vandyke products
1368 - markus@cvs.openbsd.org 2000/10/27 01:32:19
1369 [channels.c channels.h clientloop.c serverloop.c session.c]
1370 [ssh.c util.c]
61e96248 1371 enable non-blocking IO on channels, and tty's (except for the
a22aff1f 1372 client ttys).
344f2b94 1373
ddc49b5c 137420001027
1375 - (djm) Increase REKEY_BYTES to 2^24 for arc4random
1376
48e7916f 137720001025
1378 - (djm) Added WARNING.RNG file and modified configure to ask users of the
1379 builtin entropy code to read it.
1380 - (djm) Prefer builtin regex to PCRE.
00937921 1381 - (bal) Added USE_PIPS defined to NeXT configure.in since scp hangs randomly.
1382 - (bal) Apply fixes to configure.in pointed out by Pavel Roskin
1383 <proski@gnu.org>
48e7916f 1384
8dcda1e3 138520001020
1386 - (djm) Don't define _REENTRANT for SNI/Reliant Unix
07bee9a7 1387 - (bal) Imported NEWS-OS waitpid() macros into NeXT. Since implementation
1388 is more correct then current version.
8dcda1e3 1389
f5af5cd5 139020001018
1391 - (stevesk) Add initial support for setproctitle(). Current
1392 support is for the HP-UX pstat(PSTAT_SETCMD, ...) method.
134fd7f6 1393 - (stevesk) Add egd startup scripts to contrib/hpux/
f5af5cd5 1394
2f31bdd6 139520001017
1396 - (djm) Add -lregex to cywin libs from Corinna Vinschen
1397 <vinschen@cygnus.com>
ba7a3f40 1398 - (djm) Don't rely on atomicio's retval to determine length of askpass
1399 supplied passphrase. Problem report from Lutz Jaenicke
1400 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
66d6c27e 1401 - (bal) Changed from GNU rx to PCRE on suggestion from djm.
61e96248 1402 - (bal) Integrated Sony NEWS-OS patches from NAKAJI Hirouyuki
66d6c27e 1403 <nakaji@tutrp.tut.ac.jp>
2f31bdd6 1404
33de75a3 140520001016
1406 - (djm) Sync with OpenBSD:
1407 - markus@cvs.openbsd.org 2000/10/14 04:01:15
1408 [cipher.c]
1409 debug3
1410 - markus@cvs.openbsd.org 2000/10/14 04:07:23
1411 [scp.c]
1412 remove spaces from arguments; from djm@mindrot.org
1413 - markus@cvs.openbsd.org 2000/10/14 06:09:46
1414 [ssh.1]
1415 Cipher is for SSH-1 only
1416 - markus@cvs.openbsd.org 2000/10/14 06:12:09
1417 [servconf.c servconf.h serverloop.c session.c sshd.8]
1418 AllowTcpForwarding; from naddy@
1419 - markus@cvs.openbsd.org 2000/10/14 06:16:56
1420 [auth2.c compat.c compat.h sshconnect2.c version.h]
61e96248 1421 OpenSSH_2.3; note that is is not complete, but the version number
33de75a3 1422 needs to be changed for interoperability reasons
1423 - markus@cvs.openbsd.org 2000/10/14 06:19:45
1424 [auth-rsa.c]
1425 do not send RSA challenge if key is not allowed by key-options; from
1426 eivind@ThinkSec.com
1427 - markus@cvs.openbsd.org 2000/10/15 08:14:01
1428 [rijndael.c session.c]
1429 typos; from stevesk@sweden.hp.com
1430 - markus@cvs.openbsd.org 2000/10/15 08:18:31
1431 [rijndael.c]
1432 typo
61e96248 1433 - (djm) Copy manpages back over from OpenBSD - too tedious to wade
30d8b039 1434 through diffs
61e96248 1435 - (djm) Added condrestart to Redhat init script. Patch from Pekka Savola
30d8b039 1436 <pekkas@netcore.fi>
aa0289fe 1437 - (djm) Update version in Redhat spec file
61e96248 1438 - (djm) Merge some of Nalin Dahyabhai <nalin@redhat.com> changes from the
aa0289fe 1439 Redhat 7.0 spec file
5b2d4b75 1440 - (djm) Make inability to read/write PRNG seedfile non-fatal
1441
33de75a3 1442
4d670c24 144320001015
1444 - (djm) Fix ssh2 hang on background processes at logout.
1445
71dfaf1c 144620001014
443172c4 1447 - (bal) Add support for realpath and getcwd for platforms with broken
1448 or missing realpath implementations for sftp-server.
1449 - (bal) Corrected mistake in INSTALL in regards to GNU rx library
61e96248 1450 - (bal) Add support for GNU rx library for those lacking regexp support
71dfaf1c 1451 - (djm) Don't accept PAM_PROMPT_ECHO_ON messages during initial auth
02323c45 1452 - (djm) Revert SSH2 serverloop hack, will find a better way.
4ee81249 1453 - (djm) Add workaround for Linux 2.4's gratuitious errno change. Patch
1454 from Martin Johansson <fatbob@acc.umu.se>
94ec8c6b 1455 - (djm) Big OpenBSD sync:
1456 - markus@cvs.openbsd.org 2000/09/30 10:27:44
1457 [log.c]
1458 allow loglevel debug
1459 - markus@cvs.openbsd.org 2000/10/03 11:59:57
1460 [packet.c]
1461 hmac->mac
1462 - markus@cvs.openbsd.org 2000/10/03 12:03:03
1463 [auth-krb4.c auth-passwd.c auth-rh-rsa.c auth-rhosts.c auth-rsa.c auth1.c]
1464 move fake-auth from auth1.c to individual auth methods, disables s/key in
1465 debug-msg
1466 - markus@cvs.openbsd.org 2000/10/03 12:16:48
1467 ssh.c
1468 do not resolve canonname, i have no idea why this was added oin ossh
1469 - markus@cvs.openbsd.org 2000/10/09 15:30:44
1470 ssh-keygen.1 ssh-keygen.c
1471 -X now reads private ssh.com DSA keys, too.
1472 - markus@cvs.openbsd.org 2000/10/09 15:32:34
1473 auth-options.c
1474 clear options on every call.
1475 - markus@cvs.openbsd.org 2000/10/09 15:51:00
1476 authfd.c authfd.h
1477 interop with ssh-agent2, from <res@shore.net>
1478 - markus@cvs.openbsd.org 2000/10/10 14:20:45
1479 compat.c
1480 use rexexp for version string matching
1481 - provos@cvs.openbsd.org 2000/10/10 22:02:18
1482 [kex.c kex.h myproposal.h ssh.h ssh2.h sshconnect2.c sshd.c dh.c dh.h]
1483 First rough implementation of the diffie-hellman group exchange. The
1484 client can ask the server for bigger groups to perform the diffie-hellman
1485 in, thus increasing the attack complexity when using ciphers with longer
1486 keys. University of Windsor provided network, T the company.
1487 - markus@cvs.openbsd.org 2000/10/11 13:59:52
1488 [auth-rsa.c auth2.c]
1489 clear auth options unless auth sucessfull
1490 - markus@cvs.openbsd.org 2000/10/11 14:00:27
1491 [auth-options.h]
1492 clear auth options unless auth sucessfull
1493 - markus@cvs.openbsd.org 2000/10/11 14:03:27
1494 [scp.1 scp.c]
1495 support 'scp -o' with help from mouring@pconline.com
1496 - markus@cvs.openbsd.org 2000/10/11 14:11:35
1497 [dh.c]
1498 Wall
1499 - markus@cvs.openbsd.org 2000/10/11 14:14:40
1500 [auth.h auth2.c readconf.c readconf.h readpass.c servconf.c servconf.h]
1501 [ssh.h sshconnect2.c sshd_config auth2-skey.c cli.c cli.h]
1502 add support for s/key (kbd-interactive) to ssh2, based on work by
1503 mkiernan@avantgo.com and me
1504 - markus@cvs.openbsd.org 2000/10/11 14:27:24
1505 [auth.c auth1.c auth2.c authfile.c cipher.c cipher.h kex.c kex.h]
1506 [myproposal.h packet.c readconf.c session.c ssh.c ssh.h sshconnect1.c]
1507 [sshconnect2.c sshd.c]
1508 new cipher framework
1509 - markus@cvs.openbsd.org 2000/10/11 14:45:21
1510 [cipher.c]
1511 remove DES
1512 - markus@cvs.openbsd.org 2000/10/12 03:59:20
1513 [cipher.c cipher.h sshconnect1.c sshconnect2.c sshd.c]
1514 enable DES in SSH-1 clients only
1515 - markus@cvs.openbsd.org 2000/10/12 08:21:13
1516 [kex.h packet.c]
1517 remove unused
1518 - markus@cvs.openbsd.org 2000/10/13 12:34:46
1519 [sshd.c]
1520 Kludge for F-Secure Macintosh < 1.0.2; appro@fy.chalmers.se
1521 - markus@cvs.openbsd.org 2000/10/13 12:59:15
1522 [cipher.c cipher.h myproposal.h rijndael.c rijndael.h]
1523 rijndael/aes support
1524 - markus@cvs.openbsd.org 2000/10/13 13:10:54
1525 [sshd.8]
1526 more info about -V
1527 - markus@cvs.openbsd.org 2000/10/13 13:12:02
1528 [myproposal.h]
1529 prefer no compression
3ed32516 1530 - (djm) Fix scp user@host handling
1531 - (djm) Don't clobber ssh_prng_cmds on install
6bcf7caa 1532 - (stevesk) Include config.h in rijndael.c so we define intXX_t and
1533 u_intXX_t types on all platforms.
9ea53ba5 1534 - (stevesk) rijndael.c: cleanup missing declaration warnings.
2919e060 1535 - (stevesk) ~/.hushlogin shouldn't cause required password change to
1536 be bypassed.
f5665f6f 1537 - (stevesk) Display correct path to ssh-askpass in configure output.
1538 Report from Lutz Jaenicke.
71dfaf1c 1539
ebd782f7 154020001007
1541 - (stevesk) Print PAM return value in PAM log messages to aid
1542 with debugging.
97994d32 1543 - (stevesk) Fix detection of pw_class struct member in configure;
1544 patch from KAMAHARA Junzo <kamahara@cc.kshosen.ac.jp>
1545
47a134c1 154620001002
1547 - (djm) Fix USER_PATH, report from Kevin Steves <stevesk@sweden.hp.com>
1548 - (djm) Add host system and CC to end-of-configure report. Suggested by
1549 Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
1550
7322ef0e 155120000931
1552 - (djm) Cygwin fixes from Corinna Vinschen <vinschen@cygnus.com>
1553
6ac7829a 155420000930
b6490dcb 1555 - (djm) Irix ssh_prng_cmds path fix from Pekka Savola <pekkas@netcore.fi>
61e96248 1556 - (djm) Support in bsd-snprintf.c for long long conversions from
772bd898 1557 Ben Lindstrom <mouring@pconline.com>
1558 - (djm) Cleanup NeXT support from Ben Lindstrom <mouring@pconline.com>
857040fb 1559 - (djm) Ignore SIGPIPEs from serverloop to child. Fixes crashes with
61e96248 1560 very short lived X connections. Bug report from Tobias Oetiker
857040fb 1561 <oetiker@ee.ethz.ch>. Fix from Markus Friedl <markus@cvs.openbsd.org>
bd2d7f6a 1562 - (djm) Add recent InitScripts as a RPM dependancy for openssh-server
1563 patch from Pekka Savola <pekkas@netcore.fi>
58665035 1564 - (djm) Forgot to cvs add LICENSE file
dc2901a0 1565 - (djm) Add LICENSE to RPM spec files
de273eef 1566 - (djm) CVS OpenBSD sync:
1567 - markus@cvs.openbsd.org 2000/09/26 13:59:59
1568 [clientloop.c]
1569 use debug2
1570 - markus@cvs.openbsd.org 2000/09/27 15:41:34
1571 [auth2.c sshconnect2.c]
1572 use key_type()
1573 - markus@cvs.openbsd.org 2000/09/28 12:03:18
1574 [channels.c]
1575 debug -> debug2 cleanup
61e96248 1576 - (djm) Irix strips "/dev/tty" from [uw]tmp entries (other systems only
2a7d529a 1577 strip "/dev/"). Fix loginrec.c based on patch from Alain St-Denis
1578 <Alain.St-Denis@ec.gc.ca>
61e96248 1579 - (djm) Fix 9 character passphrase failure with gnome-ssh-askpass.
1580 Problem was caused by interrupted read in ssh-add. Report from Donald
2a7d529a 1581 J. Barry <don@astro.cornell.edu>
6ac7829a 1582
c5d85828 158320000929
1584 - (djm) Fix SSH2 not terminating until all background tasks done problem.
61e96248 1585 - (djm) Another off-by-one fix from Pavel Kankovsky
1586 <peak@argo.troja.mff.cuni.cz>
22d89d24 1587 - (djm) Clean up. Strip some unnecessary differences with OpenBSD's code,
1588 tidy necessary differences. Use Markus' new debugN() in entropy.c
61e96248 1589 - (djm) Merged big SCO portability patch from Tim Rice
77bb0bca 1590 <tim@multitalents.net>
c5d85828 1591
6fd7f731 159220000926
1593 - (djm) Update X11-askpass to 1.0.2 in RPM spec file
c5ae7384 1594 - (djm) Define _REENTRANT to pickup strtok_r() on HP/UX
61e96248 1595 - (djm) Security: fix off-by-one buffer overrun in fake-getnameinfo.c.
1596 Report and fix from Pavel Kankovsky <peak@argo.troja.mff.cuni.cz>
6fd7f731 1597
2f125ca1 159820000924
1599 - (djm) Merged cleanup patch from Mark Miller <markm@swoon.net>
1600 - (djm) A bit more cleanup - created cygwin_util.h
bcdaaeab 1601 - (djm) Include strtok_r() from OpenBSD libc. Fixes report from Mark Miller
1602 <markm@swoon.net>
2f125ca1 1603
764d4113 160420000923
61e96248 1605 - (djm) Fix address logging in utmp from Kevin Steves
764d4113 1606 <stevesk@sweden.hp.com>
777319db 1607 - (djm) Redhat spec and manpage fixes from Pekka Savola <pekkas@netcore.fi>
bd590612 1608 - (djm) Seperate tests for int64_t and u_int64_t types
61e96248 1609 - (djm) Tweak password expiry checking at suggestion of Kevin Steves
37c1c46d 1610 <stevesk@sweden.hp.com>
e79b44e1 1611 - (djm) NeXT patch from Ben Lindstrom <mouring@pconline.com>
61e96248 1612 - (djm) Use printf %lld instead of %qd in sftp-server.c. Fix from
e2144f11 1613 Michael Stone <mstone@cs.loyola.edu>
188adeb2 1614 - (djm) OpenBSD CVS sync:
1615 - markus@cvs.openbsd.org 2000/09/17 09:38:59
1616 [sshconnect2.c sshd.c]
1617 fix DEBUG_KEXDH
1618 - markus@cvs.openbsd.org 2000/09/17 09:52:51
1619 [sshconnect.c]
1620 yes no; ok niels@
1621 - markus@cvs.openbsd.org 2000/09/21 04:55:11
1622 [sshd.8]
1623 typo
1624 - markus@cvs.openbsd.org 2000/09/21 05:03:54
1625 [serverloop.c]
1626 typo
1627 - markus@cvs.openbsd.org 2000/09/21 05:11:42
1628 scp.c
1629 utime() to utimes(); mouring@pconline.com
1630 - markus@cvs.openbsd.org 2000/09/21 05:25:08
1631 sshconnect2.c
1632 change login logic in ssh2, allows plugin of other auth methods
1633 - markus@cvs.openbsd.org 2000/09/21 05:25:35
1634 [auth2.c channels.c channels.h clientloop.c dispatch.c dispatch.h]
1635 [serverloop.c]
1636 add context to dispatch_run
1637 - markus@cvs.openbsd.org 2000/09/21 05:07:52
1638 authfd.c authfd.h ssh-agent.c
1639 bug compat for old ssh.com software
764d4113 1640
7f377177 164120000920
1642 - (djm) Fix bad path substitution. Report from Andrew Miner
1643 <asminer@cs.iastate.edu>
1644
bcbf86ec 164520000916
61e96248 1646 - (djm) Fix SSL search order from Lutz Jaenicke
7950bf97 1647 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
19ece6d2 1648 - (djm) New SuSE spec from Corinna Vinschen <corinna@vinschen.de>
9cd45ea4 1649 - (djm) Update CygWin support from Corinna Vinschen <vinschen@cygnus.com>
995edaac 1650 - (djm) Use a real struct sockaddr inside the fake struct sockaddr_storage.
1651 Patch from Larry Jones <larry.jones@sdrc.com>
61e96248 1652 - (djm) Add Steve VanDevender's <stevev@darkwing.uoregon.edu> PAM
ad55cd03 1653 password change patch.
1654 - (djm) Bring licenses on my stuff in line with OpenBSD's
0bbfbdeb 1655 - (djm) Cleanup auth-passwd.c and unify HP/UX authentication. Patch from
1656 Kevin Steves <stevesk@sweden.hp.com>
7f8f5e00 1657 - (djm) Shadow expiry check fix from Pavel Troller <patrol@omni.sinus.cz>
1658 - (djm) Re-enable int64_t types - we need them for sftp
1659 - (djm) Use libexecdir from configure , rather than libexecdir/ssh
1660 - (djm) Update Redhat SPEC file accordingly
1661 - (djm) Add Kevin Steves <stevesk@sweden.hp.com> HP/UX contrib files
1662 - (djm) Add Charles Levert <charles@comm.polymtl.ca> getpgrp patch
61e96248 1663 - (djm) Fix password auth on HP/UX 10.20. Patch from Dirk De Wachter
7f8f5e00 1664 <Dirk.DeWachter@rug.ac.be>
61e96248 1665 - (djm) Fixprogs and entropy list fixes from Larry Jones
7f8f5e00 1666 <larry.jones@sdrc.com>
1667 - (djm) Fix for SuSE spec file from Takashi YOSHIDA
1668 <tyoshida@gemini.rc.kyushu-u.ac.jp>
bcbf86ec 1669 - (djm) Merge OpenBSD changes:
1670 - markus@cvs.openbsd.org 2000/09/05 02:59:57
1671 [session.c]
1672 print hostname (not hushlogin)
1673 - markus@cvs.openbsd.org 2000/09/05 13:18:48
1674 [authfile.c ssh-add.c]
1675 enable ssh-add -d for DSA keys
1676 - markus@cvs.openbsd.org 2000/09/05 13:20:49
1677 [sftp-server.c]
1678 cleanup
1679 - markus@cvs.openbsd.org 2000/09/06 03:46:41
1680 [authfile.h]
1681 prototype
1682 - deraadt@cvs.openbsd.org 2000/09/07 14:27:56
1683 [ALL]
61e96248 1684 cleanup copyright notices on all files. I have attempted to be
1685 accurate with the details. everything is now under Tatu's licence
1686 (which I copied from his readme), and/or the core-sdi bsd-ish thing
1687 for deattack, or various openbsd developers under a 2-term bsd
bcbf86ec 1688 licence. We're not changing any rules, just being accurate.
1689 - markus@cvs.openbsd.org 2000/09/07 14:40:30
1690 [channels.c channels.h clientloop.c serverloop.c ssh.c]
1691 cleanup window and packet sizes for ssh2 flow control; ok niels
1692 - markus@cvs.openbsd.org 2000/09/07 14:53:00
1693 [scp.c]
1694 typo
1695 - markus@cvs.openbsd.org 2000/09/07 15:13:37
1696 [auth-options.c auth-options.h auth-rh-rsa.c auth-rsa.c auth.c]
1697 [authfile.h canohost.c channels.h compat.c hostfile.h log.c match.h]
1698 [pty.c readconf.c]
1699 some more Copyright fixes
1700 - markus@cvs.openbsd.org 2000/09/08 03:02:51
1701 [README.openssh2]
1702 bye bye
1703 - deraadt@cvs.openbsd.org 2000/09/11 18:38:33
1704 [LICENCE cipher.c]
1705 a few more comments about it being ARC4 not RC4
1706 - markus@cvs.openbsd.org 2000/09/12 14:53:11
1707 [log-client.c log-server.c log.c ssh.1 ssh.c ssh.h sshd.8 sshd.c]
1708 multiple debug levels
1709 - markus@cvs.openbsd.org 2000/09/14 14:25:15
1710 [clientloop.c]
1711 typo
1712 - deraadt@cvs.openbsd.org 2000/09/15 01:13:51
1713 [ssh-agent.c]
1714 check return value for setenv(3) for failure, and deal appropriately
1715
deb8d717 171620000913
1717 - (djm) Fix server not exiting with jobs in background.
1718
b5e300c2 171920000905
1720 - (djm) Import OpenBSD CVS changes
1721 - markus@cvs.openbsd.org 2000/08/31 15:52:24
1722 [Makefile sshd.8 sshd_config sftp-server.8 sftp-server.c]
1723 implement a SFTP server. interops with sftp2, scp2 and the windows
1724 client from ssh.com
1725 - markus@cvs.openbsd.org 2000/08/31 15:56:03
1726 [README.openssh2]
1727 sync
1728 - markus@cvs.openbsd.org 2000/08/31 16:05:42
1729 [session.c]
1730 Wall
1731 - markus@cvs.openbsd.org 2000/08/31 16:09:34
1732 [authfd.c ssh-agent.c]
1733 add a flag to SSH2_AGENTC_SIGN_REQUEST for future extensions
1734 - deraadt@cvs.openbsd.org 2000/09/01 09:25:13
1735 [scp.1 scp.c]
1736 cleanup and fix -S support; stevesk@sweden.hp.com
1737 - markus@cvs.openbsd.org 2000/09/01 16:29:32
1738 [sftp-server.c]
1739 portability fixes
1740 - markus@cvs.openbsd.org 2000/09/01 16:32:41
1741 [sftp-server.c]
1742 fix cast; mouring@pconline.com
1743 - itojun@cvs.openbsd.org 2000/09/03 09:23:28
1744 [ssh-add.1 ssh.1]
1745 add missing .El against .Bl.
1746 - markus@cvs.openbsd.org 2000/09/04 13:03:41
1747 [session.c]
1748 missing close; ok theo
1749 - markus@cvs.openbsd.org 2000/09/04 13:07:21
1750 [session.c]
1751 fix get_last_login_time order; from andre@van-veen.de
1752 - markus@cvs.openbsd.org 2000/09/04 13:10:09
1753 [sftp-server.c]
1754 more cast fixes; from mouring@pconline.com
1755 - markus@cvs.openbsd.org 2000/09/04 13:06:04
1756 [session.c]
1757 set SSH_ORIGINAL_COMMAND; from Leakin@dfw.nostrum.com, bet@rahul.net
1758 - (djm) Cleanup after import. Fix sftp-server compilation, Makefile
3c62e7eb 1759 - (djm) Merge cygwin support from Corinna Vinschen <vinschen@cygnus.com>
1760
1e61f54a 176120000903
1762 - (djm) Fix Redhat init script
1763
c80876b4 176420000901
1765 - (djm) Pick up Jim's new X11-askpass
1766 - (djm) Release 2.2.0p1
1767
8b4a0d08 176820000831
bcbf86ec 1769 - (djm) Workaround SIGPIPE problems on SCO. Fix from Aran Cox
8b4a0d08 1770 <acox@cv.telegroup.com>
b817711d 1771 - (djm) Pick up new version (2.2.0) from OpenBSD CVS
8b4a0d08 1772
0b65b628 177320000830
1774 - (djm) Compile warning fixes from Mark Miller <markm@swoon.net>
10fa00c8 1775 - (djm) Periodically rekey arc4random
1776 - (djm) Clean up diff against OpenBSD.
bcbf86ec 1777 - (djm) HPUX 11 needs USE_PIPES as well: Kevin Steves
2b10f47a 1778 <stevesk@sweden.hp.com>
b33a2e6e 1779 - (djm) Quieten the pam delete credentials error message
44839801 1780 - (djm) Fix printing of $DISPLAY hack if set by system type. Report from
1781 Kevin Steves <stevesk@sweden.hp.com>
84a770d1 1782 - (djm) NeXT patch from Ben Lindstrom <mouring@pconline.com>
7efa2776 1783 - (djm) Fix doh in bsd-arc4random.c
0b65b628 1784
9aaf9be4 178520000829
bcbf86ec 1786 - (djm) Fix ^C ignored issue on Solaris. Diagnosis from Gert
1787 Doering <gert@greenie.muc.de>, John Horne <J.Horne@plymouth.ac.uk> and
9aaf9be4 1788 Garrick James <garrick@james.net>
b5f90139 1789 - (djm) Check for SCO pty naming style (ptyp%d/ttyp%d). Based on fix from
1790 Bastian Trompetter <btrompetter@firemail.de>
698d107e 1791 - (djm) NeXT tweaks from Ben Lindstrom <mouring@pconline.com>
14a9a859 1792 - More OpenBSD updates:
1793 - deraadt@cvs.openbsd.org 2000/08/24 15:46:59
1794 [scp.c]
1795 off_t in sink, to fix files > 2GB, i think, test is still running ;-)
1796 - deraadt@cvs.openbsd.org 2000/08/25 10:10:06
1797 [session.c]
1798 Wall
1799 - markus@cvs.openbsd.org 2000/08/26 04:33:43
1800 [compat.c]
1801 ssh.com-2.3.0
1802 - markus@cvs.openbsd.org 2000/08/27 12:18:05
1803 [compat.c]
1804 compatibility with future ssh.com versions
1805 - deraadt@cvs.openbsd.org 2000/08/27 21:50:55
1806 [auth-krb4.c session.c ssh-add.c sshconnect.c uidswap.c]
1807 print uid/gid as unsigned
1808 - markus@cvs.openbsd.org 2000/08/28 13:51:00
1809 [ssh.c]
1810 enable -n and -f for ssh2
1811 - markus@cvs.openbsd.org 2000/08/28 14:19:53
1812 [ssh.c]
1813 allow combination of -N and -f
1814 - markus@cvs.openbsd.org 2000/08/28 14:20:56
1815 [util.c]
1816 util.c
1817 - markus@cvs.openbsd.org 2000/08/28 14:22:02
1818 [util.c]
1819 undo
1820 - markus@cvs.openbsd.org 2000/08/28 14:23:38
1821 [util.c]
1822 don't complain if setting NONBLOCK fails with ENODEV
9aaf9be4 1823
137d7b6c 182420000823
1825 - (djm) Define USE_PIPES to avoid socketpair problems on HPUX 10 and SunOS 4
bcbf86ec 1826 Avoids "scp never exits" problem. Reports from Lutz Jaenicke
1827 <Lutz.Jaenicke@aet.TU-Cottbus.DE> and Tamito KAJIYAMA
137d7b6c 1828 <kajiyama@grad.sccs.chukyo-u.ac.jp>
2e73a022 1829 - (djm) Pick up LOGIN_PROGRAM from environment or PATH if not set by headers
da40ab4d 1830 - (djm) Add local version to version.h
ea788c22 1831 - (djm) Don't reseed arc4random everytime it is used
2e73a022 1832 - (djm) OpenBSD CVS updates:
1833 - deraadt@cvs.openbsd.org 2000/08/18 20:07:23
1834 [ssh.c]
1835 accept remsh as a valid name as well; roman@buildpoint.com
1836 - deraadt@cvs.openbsd.org 2000/08/18 20:17:13
1837 [deattack.c crc32.c packet.c]
1838 rename crc32() to ssh_crc32() to avoid zlib name clash. do not move to
1839 libz crc32 function yet, because it has ugly "long"'s in it;
1840 oneill@cs.sfu.ca
1841 - deraadt@cvs.openbsd.org 2000/08/18 20:26:08
1842 [scp.1 scp.c]
1843 -S prog support; tv@debian.org
1844 - deraadt@cvs.openbsd.org 2000/08/18 20:50:07
1845 [scp.c]
1846 knf
1847 - deraadt@cvs.openbsd.org 2000/08/18 20:57:33
1848 [log-client.c]
1849 shorten
1850 - markus@cvs.openbsd.org 2000/08/19 12:48:11
1851 [channels.c channels.h clientloop.c ssh.c ssh.h]
1852 support for ~. in ssh2
1853 - deraadt@cvs.openbsd.org 2000/08/19 15:29:40
1854 [crc32.h]
1855 proper prototype
1856 - markus@cvs.openbsd.org 2000/08/19 15:34:44
bcbf86ec 1857 [authfd.c authfd.h key.c key.h ssh-add.1 ssh-add.c ssh-agent.1]
1858 [ssh-agent.c ssh-keygen.c sshconnect1.c sshconnect2.c Makefile]
2e73a022 1859 [fingerprint.c fingerprint.h]
1860 add SSH2/DSA support to the agent and some other DSA related cleanups.
1861 (note that we cannot talk to ssh.com's ssh2 agents)
1862 - markus@cvs.openbsd.org 2000/08/19 15:55:52
1863 [channels.c channels.h clientloop.c]
1864 more ~ support for ssh2
1865 - markus@cvs.openbsd.org 2000/08/19 16:21:19
1866 [clientloop.c]
1867 oops
1868 - millert@cvs.openbsd.org 2000/08/20 12:25:53
1869 [session.c]
1870 We have to stash the result of get_remote_name_or_ip() before we
1871 close our socket or getpeername() will get EBADF and the process
1872 will exit. Only a problem for "UseLogin yes".
1873 - millert@cvs.openbsd.org 2000/08/20 12:30:59
1874 [session.c]
1875 Only check /etc/nologin if "UseLogin no" since login(1) may have its
1876 own policy on determining who is allowed to login when /etc/nologin
1877 is present. Also use the _PATH_NOLOGIN define.
1878 - millert@cvs.openbsd.org 2000/08/20 12:42:43
1879 [auth1.c auth2.c session.c ssh.c]
1880 Add calls to setusercontext() and login_get*(). We basically call
1881 setusercontext() in most places where previously we did a setlogin().
1882 Add default login.conf file and put root in the "daemon" login class.
1883 - millert@cvs.openbsd.org 2000/08/21 10:23:31
1884 [session.c]
1885 Fix incorrect PATH setting; noted by Markus.
137d7b6c 1886
c345cf9d 188720000818
1888 - (djm) OpenBSD CVS changes:
1889 - markus@cvs.openbsd.org 2000/07/22 03:14:37
1890 [servconf.c servconf.h sshd.8 sshd.c sshd_config]
1891 random early drop; ok theo, niels
1892 - deraadt@cvs.openbsd.org 2000/07/26 11:46:51
1893 [ssh.1]
1894 typo
1895 - deraadt@cvs.openbsd.org 2000/08/01 11:46:11
1896 [sshd.8]
1897 many fixes from pepper@mail.reppep.com
1898 - provos@cvs.openbsd.org 2000/08/01 13:01:42
1899 [Makefile.in util.c aux.c]
1900 rename aux.c to util.c to help with cygwin port
1901 - deraadt@cvs.openbsd.org 2000/08/02 00:23:31
1902 [authfd.c]
1903 correct sun_len; Alexander@Leidinger.net
1904 - provos@cvs.openbsd.org 2000/08/02 10:27:17
1905 [readconf.c sshd.8]
1906 disable kerberos authentication by default
1907 - provos@cvs.openbsd.org 2000/08/02 11:27:05
1908 [sshd.8 readconf.c auth-krb4.c]
1909 disallow kerberos authentication if we can't verify the TGT; from
1910 dugsong@
1911 kerberos authentication is on by default only if you have a srvtab.
1912 - markus@cvs.openbsd.org 2000/08/04 14:30:07
1913 [auth.c]
1914 unused
1915 - markus@cvs.openbsd.org 2000/08/04 14:30:35
1916 [sshd_config]
1917 MaxStartups
1918 - markus@cvs.openbsd.org 2000/08/15 13:20:46
1919 [authfd.c]
1920 cleanup; ok niels@
1921 - markus@cvs.openbsd.org 2000/08/17 14:05:10
1922 [session.c]
1923 cleanup login(1)-like jobs, no duplicate utmp entries
1924 - markus@cvs.openbsd.org 2000/08/17 14:06:34
1925 [session.c sshd.8 sshd.c]
1926 sshd -u len, similar to telnetd
1a022229 1927 - (djm) Lastlog was not getting closed after writing login entry
39987cc0 1928 - (djm) Add Solaris package support from Rip Loomis <loomisg@cist.saic.com>
c345cf9d 1929
416ed5a7 193020000816
1931 - (djm) Replacement for inet_ntoa for Irix (which breaks on gcc)
bcbf86ec 1932 - (djm) Fix strerror replacement for old SunOS. Based on patch from
416ed5a7 1933 Charles Levert <charles@comm.polymtl.ca>
bcbf86ec 1934 - (djm) Seperate arc4random into seperate file and use OpenSSL's RC4
416ed5a7 1935 implementation.
ba606eb2 1936 - (djm) SUN_LEN macro for systems which lack it
416ed5a7 1937
dbaa2e87 193820000815
1939 - (djm) More SunOS 4.1.x fixes from Nate Itkin <nitkin@europa.com>
cd352c82 1940 - (djm) Avoid failures on Irix when ssh is not setuid. Fix from
1941 Michael Stone <mstone@cs.loyola.edu>
d93a7e5a 1942 - (djm) Don't seek in directory based lastlogs
bcbf86ec 1943 - (djm) Fix --with-ipaddr-display configure option test. Patch from
d93a7e5a 1944 Jarno Huuskonen <jhuuskon@messi.uku.fi>
2a2cb9e7 1945 - (djm) Fix AIX limits from Alexandre Oliva <oliva@lsd.ic.unicamp.br>
dbaa2e87 1946
6c33bf70 194720000813
1948 - (djm) Add $(srcdir) to includes when compiling (for VPATH). Report from
1949 Fabrice bacchella <fabrice.bacchella@marchfirst.fr>
1950
3fcce26c 195120000809
bcbf86ec 1952 - (djm) Define AIX hard limits if headers don't. Report from
3fcce26c 1953 Bill Painter <william.t.painter@lmco.com>
bcbf86ec 1954 - (djm) utmp direct write & SunOS 4 patch from Charles Levert
32eec038 1955 <charles@comm.polymtl.ca>
3fcce26c 1956
71d43804 195720000808
1958 - (djm) Cleanup Redhat RPMs. Generate keys at runtime rather than install
1959 time, spec file cleanup.
1960
f9bcea07 196120000807
378f2232 1962 - (djm) Set 0755 on binaries during install. Report from Lutz Jaenicke
47670e77 1963 - (djm) Suppress error messages on channel close shutdown() failurs
1964 works around Linux bug. Patch from Zack Weinberg <zack@wolery.cumb.org>
378f2232 1965 - (djm) Add some more entropy collection commands from Lutz Jaenicke
f9bcea07 1966
bcf89935 196720000725
1968 - (djm) Fix autoconf typo: HAVE_BINRESVPORT_AF -> HAVE_BINDRESVPORT_AF
1969
4c8722d9 197020000721
1971 - (djm) OpenBSD CVS updates:
1972 - markus@cvs.openbsd.org 2000/07/16 02:27:22
1973 [authfd.c authfd.h channels.c clientloop.c ssh-add.c ssh-agent.c ssh.c]
1974 [sshconnect1.c sshconnect2.c]
1975 make ssh-add accept dsa keys (the agent does not)
1976 - djm@cvs.openbsd.org 2000/07/17 19:25:02
1977 [sshd.c]
1978 Another closing of stdin; ok deraadt
1979 - markus@cvs.openbsd.org 2000/07/19 18:33:12
1980 [dsa.c]
1981 missing free, reorder
1982 - markus@cvs.openbsd.org 2000/07/20 16:23:14
1983 [ssh-keygen.1]
1984 document input and output files
1985
240777b8 198620000720
4c8722d9 1987 - (djm) Spec file fix from Petr Novotny <Petr.Novotny@antek.cz>
240777b8 1988
3c7def32 198920000716
4c8722d9 1990 - (djm) Release 2.1.1p4
3c7def32 1991
819b676f 199220000715
704b1659 1993 - (djm) OpenBSD CVS updates
1994 - provos@cvs.openbsd.org 2000/07/13 16:53:22
1995 [aux.c readconf.c servconf.c ssh.h]
1996 allow multiple whitespace but only one '=' between tokens, bug report from
1997 Ralf S. Engelschall <rse@engelschall.com> but different fix. okay deraadt@
1998 - provos@cvs.openbsd.org 2000/07/13 17:14:09
1999 [clientloop.c]
2000 typo; todd@fries.net
2001 - provos@cvs.openbsd.org 2000/07/13 17:19:31
2002 [scp.c]
2003 close can fail on AFS, report error; from Greg Hudson <ghudson@mit.edu>
2004 - markus@cvs.openbsd.org 2000/07/14 16:59:46
2005 [readconf.c servconf.c]
2006 allow leading whitespace. ok niels
2007 - djm@cvs.openbsd.org 2000/07/14 22:01:38
2008 [ssh-keygen.c ssh.c]
2009 Always create ~/.ssh with mode 700; ok Markus
819b676f 2010 - Fixes for SunOS 4.1.4 from Gordon Atwood <gordon@cs.ualberta.ca>
2011 - Include floatingpoint.h for entropy.c
2012 - strerror replacement
704b1659 2013
3f7a7e4a 201420000712
c37fb3c1 2015 - (djm) Remove -lresolve for Reliant Unix
3f7a7e4a 2016 - (djm) OpenBSD CVS Updates:
2017 - deraadt@cvs.openbsd.org 2000/07/11 02:11:34
2018 [session.c sshd.c ]
2019 make MaxStartups code still work with -d; djm
2020 - deraadt@cvs.openbsd.org 2000/07/11 13:17:45
2021 [readconf.c ssh_config]
2022 disable FallBackToRsh by default
c37fb3c1 2023 - (djm) Replace in_addr_t with u_int32_t in bsd-inet_aton.c. Report from
2024 Ben Lindstrom <mouring@pconline.com>
1e970014 2025 - (djm) Make building of X11-Askpass and GNOME-Askpass optional in RPM
2026 spec file.
dcb36e5d 2027 - (djm) Released 2.1.1p3
3f7a7e4a 2028
56118702 202920000711
2030 - (djm) Fixup for AIX getuserattr() support from Tom Bertelson
2031 <tbert@abac.com>
132dd316 2032 - (djm) ReliantUNIX support from Udo Schweigert <ust@cert.siemens.de>
bcbf86ec 2033 - (djm) NeXT: dirent structures to get scp working from Ben Lindstrom
c99e5056 2034 <mouring@pconline.com>
bcbf86ec 2035 - (djm) Fix broken inet_ntoa check and ut_user/ut_name confusion, report
dc2a6d09 2036 from Jim Watt <jimw@peisj.pebio.com>
2d9a148e 2037 - (djm) Replaced bsd-snprintf.c with one from Mutt source tree, it is known
2038 to compile on more platforms (incl NeXT).
cc6f2c4c 2039 - (djm) Added bsd-inet_aton and configure support for NeXT
aae19451 2040 - (djm) Misc NeXT fixes from Ben Lindstrom <mouring@pconline.com>
089fbbd2 2041 - (djm) OpenBSD CVS updates:
2042 - markus@cvs.openbsd.org 2000/06/26 03:22:29
2043 [authfd.c]
2044 cleanup, less cut&paste
2045 - markus@cvs.openbsd.org 2000/06/26 15:59:19
2046 [servconf.c servconf.h session.c sshd.8 sshd.c]
bcbf86ec 2047 MaxStartups: limit number of unauthenticated connections, work by
089fbbd2 2048 theo and me
2049 - deraadt@cvs.openbsd.org 2000/07/05 14:18:07
2050 [session.c]
2051 use no_x11_forwarding_flag correctly; provos ok
2052 - provos@cvs.openbsd.org 2000/07/05 15:35:57
2053 [sshd.c]
2054 typo
2055 - aaron@cvs.openbsd.org 2000/07/05 22:06:58
2056 [scp.1 ssh-agent.1 ssh-keygen.1 sshd.8]
bcbf86ec 2057 Insert more missing .El directives. Our troff really should identify
089fbbd2 2058 these and spit out a warning.
2059 - todd@cvs.openbsd.org 2000/07/06 21:55:04
2060 [auth-rsa.c auth2.c ssh-keygen.c]
2061 clean code is good code
2062 - deraadt@cvs.openbsd.org 2000/07/07 02:14:29
2063 [serverloop.c]
2064 sense of port forwarding flag test was backwards
2065 - provos@cvs.openbsd.org 2000/07/08 17:17:31
2066 [compat.c readconf.c]
2067 replace strtok with strsep; from David Young <dyoung@onthejob.net>
2068 - deraadt@cvs.openbsd.org 2000/07/08 19:21:15
2069 [auth.h]
2070 KNF
2071 - ho@cvs.openbsd.org 2000/07/08 19:27:33
2072 [compat.c readconf.c]
2073 Better conditions for strsep() ending.
2074 - ho@cvs.openbsd.org 2000/07/10 10:27:05
2075 [readconf.c]
2076 Get the correct message on errors. (niels@ ok)
2077 - ho@cvs.openbsd.org 2000/07/10 10:30:25
2078 [cipher.c kex.c servconf.c]
2079 strtok() --> strsep(). (niels@ ok)
5540ea9b 2080 - (djm) Fix problem with debug mode and MaxStartups
eb37534b 2081 - (djm) Don't generate host keys when $(DESTDIR) is set (e.g. during RPM
2082 builds)
229f64ee 2083 - (djm) Add strsep function from OpenBSD libc for systems that lack it
56118702 2084
a8545c6c 208520000709
2086 - (djm) Only enable PAM_TTY kludge for Linux. Problem report from
2087 Kevin Steves <stevesk@sweden.hp.com>
ec90a7d6 2088 - (djm) Match prototype and function declaration for rresvport_af.
2089 Problem report from Niklas Edmundsson <nikke@ing.umu.se>
bcbf86ec 2090 - (djm) Missing $(DESTDIR) on host-key target causing problems with RPM
732e8ac5 2091 builds. Problem report from Gregory Leblanc <GLeblanc@cu-portland.edu>
37f1df94 2092 - (djm) Replace ut_name with ut_user. Patch from Jim Watt
2093 <jimw@peisj.pebio.com>
264dce47 2094 - (djm) Fix pam sprintf fix
2095 - (djm) Cleanup entropy collection code a little more. Split initialisation
2096 from seeding, perform intialisation immediatly at start, be careful with
2097 uids. Based on problem report from Jim Watt <jimw@peisj.pebio.com>
5bf9cfe9 2098 - (djm) More NeXT compatibility from Ben Lindstrom <mouring@pconline.com>
2099 Including sigaction() et al. replacements
bcbf86ec 2100 - (djm) AIX getuserattr() session initialisation from Tom Bertelson
eeec075f 2101 <tbert@abac.com>
a8545c6c 2102
e2902a5b 210320000708
bcbf86ec 2104 - (djm) Fix bad fprintf format handling in auth-pam.c. Patch from
e2902a5b 2105 Aaron Hopkins <aaron@die.net>
7a33f831 2106 - (djm) Fix incorrect configure handling of --with-rsh-path option. Fix from
2107 Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
bcbf86ec 2108 - (djm) Fixed undefined variables for OSF SIA. Report from
b3f162ba 2109 Baars, Henk <Hendrik.Baars@nl.origin-it.com>
bcbf86ec 2110 - (djm) Handle EWOULDBLOCK returns from read() and write() in atomicio.c
b28e4a3b 2111 Fix from Marquess, Steve Mr JMLFDC <Steve.Marquess@DET.AMEDD.ARMY.MIL>
bcbf86ec 2112 - (djm) Don't use inet_addr.
e2902a5b 2113
5637650d 211420000702
2115 - (djm) Fix brace mismatch from Corinna Vinschen <vinschen@cygnus.com>
27494968 2116 - (djm) Stop shadow expiry checking from preventing logins with NIS. Based
2117 on fix from HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
a4070484 2118 - (djm) Use standard OpenSSL functions in auth-skey.c. Patch from
2119 Chris, the Young One <cky@pobox.com>
bcbf86ec 2120 - (djm) Fix scp progress meter on really wide terminals. Based on patch
88726b31 2121 from James H. Cloos Jr. <cloos@jhcloos.com>
5637650d 2122
388e9f9f 212320000701
2124 - (djm) Fix Tru64 SIA problems reported by John P Speno <speno@isc.upenn.edu>
daaff4d5 2125 - (djm) Login fixes from Tom Bertelson <tbert@abac.com>
82258d68 2126 - (djm) Replace "/bin/sh" with _PATH_BSHELL. Report from Corinna Vinschen
2127 <vinschen@cygnus.com>
30228d7c 2128 - (djm) Replace "/usr/bin/login" with LOGIN_PROGRAM
2647ae26 2129 - (djm) Added check for broken snprintf() functions which do not correctly
2130 terminate output string and attempt to use replacement.
46158300 2131 - (djm) Released 2.1.1p2
388e9f9f 2132
9f32ceb4 213320000628
2134 - (djm) Fixes to lastlog code for Irix
2135 - (djm) Use atomicio in loginrec
3206bb3b 2136 - (djm) Patch from Michael Stone <mstone@cs.loyola.edu> to add support for
2137 Irix 6.x array sessions, project id's, and system audit trail id.
9e0c3e1f 2138 - (djm) Added 'distprep' make target to simplify packaging
bcbf86ec 2139 - (djm) Added patch from Chris Adams <cmadams@hiwaay.net> to add OSF SIA
4d33e531 2140 support. Enable using "USE_SIA=1 ./configure [options]"
61e96248 2141
d8caae24 214220000627
2143 - (djm) Fixes to login code - not setting li->uid, cleanups
a05a70ab 2144 - (djm) Formatting
d8caae24 2145
fe30cc2e 214620000626
3e98362e 2147 - (djm) Better fix to aclocal tests from Garrick James <garrick@james.net>
4cb5ffa0 2148 - (djm) Account expiry support from Andreas Steinmetz <ast@domdv.de>
2149 - (djm) Added password expiry checking (no password change support)
be0b9bb7 2150 - (djm) Make EGD failures non-fatal if OpenSSL's entropy pool is still OK
2151 based on patch from Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
b5b3f75d 2152 - (djm) Fix fixed EGD code.
3e98362e 2153 - OpenBSD CVS update
2154 - provos@cvs.openbsd.org 2000/06/25 14:17:58
2155 [channels.c]
2156 correct check for bad channel ids; from Wei Dai <weidai@eskimo.com>
2157
1c04b088 215820000623
bcbf86ec 2159 - (djm) Use sa_family_t in prototype for rresvport_af. Patch from
1c04b088 2160 Svante Signell <svante.signell@telia.com>
2161 - (djm) Autoconf logic to define sa_family_t if it is missing
e5a0294f 2162 - OpenBSD CVS Updates:
2163 - markus@cvs.openbsd.org 2000/06/22 10:32:27
2164 [sshd.c]
2165 missing atomicio; report from Steve.Marquess@DET.AMEDD.ARMY.MIL
2166 - djm@cvs.openbsd.org 2000/06/22 17:55:00
2167 [auth-krb4.c key.c radix.c uuencode.c]
2168 Missing CVS idents; ok markus
1c04b088 2169
f528fdf2 217020000622
2171 - (djm) Automatically generate host key during "make install". Suggested
2172 by Gary E. Miller <gem@rellim.com>
2173 - (djm) Paranoia before kill() system call
74fc9186 2174 - OpenBSD CVS Updates:
2175 - markus@cvs.openbsd.org 2000/06/18 18:50:11
2176 [auth2.c compat.c compat.h sshconnect2.c]
2177 make userauth+pubkey interop with ssh.com-2.2.0
2178 - markus@cvs.openbsd.org 2000/06/18 20:56:17
2179 [dsa.c]
2180 mem leak + be more paranoid in dsa_verify.
2181 - markus@cvs.openbsd.org 2000/06/18 21:29:50
2182 [key.c]
2183 cleanup fingerprinting, less hardcoded sizes
2184 - markus@cvs.openbsd.org 2000/06/19 19:39:45
2185 [atomicio.c auth-options.c auth-passwd.c auth-rh-rsa.c auth-rhosts.c]
2186 [auth-rsa.c auth-skey.c authfd.c authfd.h authfile.c bufaux.c bufaux.h]
bcbf86ec 2187 [buffer.c buffer.h canohost.c channels.c channels.h cipher.c cipher.h]
74fc9186 2188 [clientloop.c compat.c compat.h compress.c compress.h crc32.c crc32.h]
2189 [deattack.c dispatch.c dsa.c fingerprint.c fingerprint.h getput.h hmac.c]
bcbf86ec 2190 [kex.c log-client.c log-server.c login.c match.c mpaux.c mpaux.h nchan.c]
2191 [nchan.h packet.c packet.h pty.c pty.h readconf.c readconf.h readpass.c]
74fc9186 2192 [rsa.c rsa.h scp.c servconf.c servconf.h ssh-add.c ssh-keygen.c ssh.c]
2193 [ssh.h tildexpand.c ttymodes.c ttymodes.h uidswap.c xmalloc.c xmalloc.h]
2194 OpenBSD tag
2195 - markus@cvs.openbsd.org 2000/06/21 10:46:10
2196 sshconnect2.c missing free; nuke old comment
f528fdf2 2197
e5fe9a1f 219820000620
2199 - (djm) Replace use of '-o' and '-a' logical operators in configure tests
986a22ec 2200 with '||' and '&&'. As suggested by Jim Knoble <jmknoble@jmknoble.cx>
e5fe9a1f 2201 to fix SCO Unixware problem reported by Gary E. Miller <gem@rellim.com>
c03aced4 2202 - (djm) Typo in loginrec.c
e5fe9a1f 2203
cbd7492e 220420000618
2205 - (djm) Add summary of configure options to end of ./configure run
bcbf86ec 2206 - (djm) Not all systems define RUSAGE_SELF & RUSAGE_CHILDREN. Report from
cbd7492e 2207 Michael Stone <mstone@cs.loyola.edu>
bcbf86ec 2208 - (djm) rusage is a privileged operation on some Unices (incl.
cbd7492e 2209 Solaris 2.5.1). Report from Paul D. Smith <pausmith@nortelnetworks.com>
bcbf86ec 2210 - (djm) Avoid PAM failures when running without a TTY. Report from
cbd7492e 2211 Martin Petrak <petrak@spsknm.schools.sk>
2212 - (djm) Include sys/types.h when including netinet/in.h in configure tests.
2213 Patch from Jun-ichiro itojun Hagino <itojun@iijlab.net>
729bfe59 2214 - (djm) Started merge of Ben Lindstrom's <mouring@pconline.com> NeXT support
38c295d6 2215 - OpenBSD CVS updates:
2216 - deraadt@cvs.openbsd.org 2000/06/17 09:58:46
2217 [channels.c]
2218 everyone says "nix it" (remove protocol 2 debugging message)
2219 - markus@cvs.openbsd.org 2000/06/17 13:24:34
2220 [sshconnect.c]
2221 allow extended server banners
2222 - markus@cvs.openbsd.org 2000/06/17 14:30:10
2223 [sshconnect.c]
2224 missing atomicio, typo
2225 - jakob@cvs.openbsd.org 2000/06/17 16:52:34
2226 [servconf.c servconf.h session.c sshd.8 sshd_config]
2227 add support for ssh v2 subsystems. ok markus@.
2228 - deraadt@cvs.openbsd.org 2000/06/17 18:57:48
2229 [readconf.c servconf.c]
2230 include = in WHITESPACE; markus ok
2231 - markus@cvs.openbsd.org 2000/06/17 19:09:10
2232 [auth2.c]
2233 implement bug compatibility with ssh-2.0.13 pubkey, server side
2234 - markus@cvs.openbsd.org 2000/06/17 21:00:28
2235 [compat.c]
2236 initial support for ssh.com's 2.2.0
2237 - markus@cvs.openbsd.org 2000/06/17 21:16:09
2238 [scp.c]
2239 typo
2240 - markus@cvs.openbsd.org 2000/06/17 22:05:02
2241 [auth-rsa.c auth2.c serverloop.c session.c auth-options.c auth-options.h]
2242 split auth-rsa option parsing into auth-options
2243 add options support to authorized_keys2
2244 - markus@cvs.openbsd.org 2000/06/17 22:42:54
2245 [session.c]
2246 typo
cbd7492e 2247
509b1f88 224820000613
2249 - (djm) Fixes from Andrew McGill <andrewm@datrix.co.za>:
2250 - Platform define for SCO 3.x which breaks on /dev/ptmx
2251 - Detect and try to fix missing MAXPATHLEN
a4d05724 2252 - (djm) Fix short copy in loginrec.c (based on patch from Phill Camp
2253 <P.S.S.Camp@ukc.ac.uk>
509b1f88 2254
09564242 225520000612
2256 - (djm) Glob manpages in RPM spec files to catch compressed files
2257 - (djm) Full license in auth-pam.c
08ae384f 2258 - (djm) Configure fixes from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
383207f7 2259 - (andre) AIX, lastlog, configure fixes from Tom Bertelson <tbert@abac.com>:
2260 - Don't try to retrieve lastlog from wtmp/wtmpx if DISABLE_LASTLOG is
2261 def'd
2262 - Set AIX to use preformatted manpages
61e96248 2263
74b224a0 226420000610
2265 - (djm) Minor doc tweaks
217ab55e 2266 - (djm) Fix for configure on bash2 from Jim Knoble <jmknoble@jmknoble.cx>
74b224a0 2267
32c80420 226820000609
2269 - (djm) Patch from Kenji Miyake <kenji@miyake.org> to disable utmp usage
2270 (in favour of utmpx) on Solaris 8
2271
fa649821 227220000606
48c99b2c 2273 - (djm) Cleanup of entropy.c. Reorganised code, removed second pass through
2274 list of commands (by default). Removed verbose debugging (by default).
bcbf86ec 2275 - (djm) Increased command entropy estimates and default entropy collection
48c99b2c 2276 timeout
f988dce5 2277 - (djm) Remove duplicate headers from loginrec.c
c5fa2eb0 2278 - (djm) Don't add /usr/local/lib to library search path on Irix
bcbf86ec 2279 - (djm) Fix rsh path in RPMs. Report from Jason L Tibbitts III
fa649821 2280 <tibbs@math.uh.edu>
1e83f2a2 2281 - (djm) Warn user if grabs fail in GNOME askpass. Patch from Zack Weinberg
2282 <zack@wolery.cumb.org>
fa649821 2283 - (djm) OpenBSD CVS updates:
2284 - todd@cvs.openbsd.org
2285 [sshconnect2.c]
2286 teach protocol v2 to count login failures properly and also enable an
2287 explanation of why the password prompt comes up again like v1; this is NOT
2288 crypto
61e96248 2289 - markus@cvs.openbsd.org
fa649821 2290 [readconf.c readconf.h servconf.c servconf.h session.c ssh.1 ssh.c sshd.8]
2291 xauth_location support; pr 1234
2292 [readconf.c sshconnect2.c]
2293 typo, unused
2294 [session.c]
2295 allow use_login only for login sessions, otherwise remote commands are
2296 execed with uid==0
2297 [sshd.8]
2298 document UseLogin better
2299 [version.h]
2300 OpenSSH 2.1.1
2301 [auth-rsa.c]
bcbf86ec 2302 fix match_hostname() logic for auth-rsa: deny access if we have a
fa649821 2303 negative match or no match at all
2304 [channels.c hostfile.c match.c]
bcbf86ec 2305 don't panic if mkdtemp fails for authfwd; jkb@yahoo-inc.com via
fa649821 2306 kris@FreeBSD.org
2307
8e7b16f8 230820000606
bcbf86ec 2309 - (djm) Added --with-cflags, --with-ldflags and --with-libs options to
8e7b16f8 2310 configure.
2311
d7c0f3d5 231220000604
2313 - Configure tweaking for new login code on Irix 5.3
2d6c411f 2314 - (andre) login code changes based on djm feedback
d7c0f3d5 2315
2d6c411f 231620000603
2317 - (andre) New login code
2318 - Remove bsd-login.[ch] and all the OpenBSD-derived code in login.c
2319 - Add loginrec.[ch], logintest.c and autoconf code
61e96248 2320
5daf7064 232120000531
2322 - Cleanup of auth.c, login.c and fake-*
2323 - Cleanup of auth-pam.c, save and print "account expired" error messages
e5662474 2324 - Fix EGD read bug by IWAMURO Motonori <iwa@mmp.fujitsu.co.jp>
69134b9b 2325 - Rewrote bsd-login to use proper utmp API if available. Major cleanup
2326 of fallback DIY code.
5daf7064 2327
b9f446d1 232820000530
2329 - Define atexit for old Solaris
b02ebca1 2330 - Fix buffer overrun in login.c for systems which use syslen in utmpx.
2331 patch from YOSHIFUJI Hideaki <yoshfuji@cerberus.nemoto.ecei.tohoku.ac.jp>
71276795 2332 - OpenBSD CVS updates:
2333 - markus@cvs.openbsd.org
2334 [session.c]
2335 make x11-fwd work w/ localhost (xauth add host/unix:11)
2336 [cipher.c compat.c readconf.c servconf.c]
2337 check strtok() != NULL; ok niels@
2338 [key.c]
2339 fix key_read() for uuencoded keys w/o '='
2340 [serverloop.c]
2341 group ssh1 vs. ssh2 in serverloop
2342 [kex.c kex.h myproposal.h sshconnect2.c sshd.c]
2343 split kexinit/kexdh, factor out common code
2344 [readconf.c ssh.1 ssh.c]
2345 forwardagent defaults to no, add ssh -A
2346 - theo@cvs.openbsd.org
2347 [session.c]
2348 just some line shortening
60688ef9 2349 - Released 2.1.0p3
b9f446d1 2350
29611d9c 235120000520
2352 - Xauth fix from Markus Friedl <markus.friedl@informatik.uni-erlangen.de>
25422c70 2353 - Don't touch utmp if USE_UTMPX defined
a423beaf 2354 - SunOS 4.x support from Todd C. Miller <Todd.Miller@courtesan.com>
fc1e8bf4 2355 - SIGCHLD fix for AIX and HPUX from Tom Bertelson <tbert@abac.com>
bcbf86ec 2356 - HPUX and Configure fixes from Lutz Jaenicke
fc1e8bf4 2357 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
bcbf86ec 2358 - Use mkinstalldirs script to make directories instead of non-portable
fc1e8bf4 2359 "install -d". Suggested by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
a905808d 2360 - Doc cleanup
29611d9c 2361
301e9b01 236220000518
2363 - Include Andre Lucas' fixprogs script. Forgot to "cvs add" it yesterday
2364 - OpenBSD CVS updates:
2365 - markus@cvs.openbsd.org
2366 [sshconnect.c]
2367 copy only ai_addrlen bytes; misiek@pld.org.pl
2368 [auth.c]
bcbf86ec 2369 accept an empty shell in authentication; bug reported by
301e9b01 2370 chris@tinker.ucr.edu
2371 [serverloop.c]
2372 we don't have stderr for interactive terminal sessions (fcntl errors)
2373
ad85db64 237420000517
2375 - Fix from Andre Lucas <andre.lucas@dial.pipex.com>
2376 - Fixes command line printing segfaults (spotter: Bladt Norbert)
2377 - Fixes erroneous printing of debug messages to syslog
2378 - Fixes utmp for MacOS X (spotter: Aristedes Maniatis)
2379 - Gives useful error message if PRNG initialisation fails
2380 - Reduced ssh startup delay
2381 - Measures cumulative command time rather than the time between reads
704b1659 2382 after select()
ad85db64 2383 - 'fixprogs' perl script to eliminate non-working entropy commands, and
704b1659 2384 optionally run 'ent' to measure command entropy
c1ef8333 2385 - Applied Tom Bertelson's <tbert@abac.com> AIX authentication fix
a64009ad 2386 - Avoid WCOREDUMP complation errors for systems that lack it
bcbf86ec 2387 - Avoid SIGCHLD warnings from entropy commands
28c1d5ce 2388 - Fix HAVE_PAM_GETENVLIST setting from Simon Wilkinson <sxw@dcs.ed.ac.uk>
0e73cc53 2389 - OpenBSD CVS update:
bcbf86ec 2390 - markus@cvs.openbsd.org
0e73cc53 2391 [ssh.c]
2392 fix usage()
2393 [ssh2.h]
2394 draft-ietf-secsh-architecture-05.txt
2395 [ssh.1]
2396 document ssh -T -N (ssh2 only)
2397 [channels.c serverloop.c ssh.h sshconnect.c sshd.c aux.c]
2398 enable nonblocking IO for sshd w/ proto 1, too; split out common code
2399 [aux.c]
2400 missing include
c04f75f1 2401 - Several patches from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
2402 - INSTALL typo and URL fix
2403 - Makefile fix
2404 - Solaris fixes
bcbf86ec 2405 - Checking for ssize_t and memmove. Based on patch from SAKAI Kiyotaka
c04f75f1 2406 <ksakai@kso.netwk.ntt-at.co.jp>
afa5ee68 2407 - RSAless operation patch from kevin_oconnor@standardandpoors.com
d45e3d76 2408 - Detect OpenSSL seperatly from RSA
bcbf86ec 2409 - Better test for RSA (more compatible with RSAref). Based on work by
d45e3d76 2410 Ed Eden <ede370@stl.rural.usda.gov>
ad85db64 2411
3d1a1654 241220000513
bcbf86ec 2413 - Fix for non-recognised DSA keys from Arkadiusz Miskiewicz
3d1a1654 2414 <misiek@pld.org.pl>
2415
d02a3a00 241620000511
bcbf86ec 2417 - Fix for prng_seed permissions checking from Lutz Jaenicke
d02a3a00 2418 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
3d1a1654 2419 - "make host-key" fix for Irix
d02a3a00 2420
d0c832f3 242120000509
2422 - OpenBSD CVS update
2423 - markus@cvs.openbsd.org
2424 [cipher.h myproposal.h readconf.c readconf.h servconf.c ssh.1 ssh.c]
2425 [ssh.h sshconnect1.c sshconnect2.c sshd.8]
2426 - complain about invalid ciphers in SSH1 (e.g. arcfour is SSH2 only)
2427 - hugh@cvs.openbsd.org
2428 [ssh.1]
2429 - zap typo
2430 [ssh-keygen.1]
2431 - One last nit fix. (markus approved)
2432 [sshd.8]
2433 - some markus certified spelling adjustments
2434 - markus@cvs.openbsd.org
2435 [auth2.c channels.c clientloop.c compat compat.h dsa.c kex.c]
2436 [sshconnect2.c ]
2437 - bug compat w/ ssh-2.0.13 x11, split out bugs
2438 [nchan.c]
2439 - no drain if ibuf_empty, fixes x11fwd problems; tests by fries@
2440 [ssh-keygen.c]
2441 - handle escapes in real and original key format, ok millert@
2442 [version.h]
2443 - OpenSSH-2.1
3dc1102e 2444 - Moved all the bsd-* and fake-* stuff into new libopenbsd-compat.a
e93ee87a 2445 - Doc updates
bcbf86ec 2446 - Cleanup of bsd-base64 headers, bugfix definitions of __b64_*. Reported
21e5304a 2447 by Andre Lucas <andre.lucas@dial.pipex.com>
d0c832f3 2448
ebdeb9a8 244920000508
2450 - Makefile and RPM spec fixes
2451 - Generate DSA host keys during "make key" or RPM installs
f6cde515 2452 - OpenBSD CVS update
2453 - markus@cvs.openbsd.org
2454 [clientloop.c sshconnect2.c]
2455 - make x11-fwd interop w/ ssh-2.0.13
2456 [README.openssh2]
2457 - interop w/ SecureFX
2458 - Release 2.0.0beta2
ebdeb9a8 2459
bcbf86ec 2460 - Configure caching and cleanup patch from Andre Lucas'
58d100bf 2461 <andre.lucas@dial.pipex.com>
2462
1d1ffb87 246320000507
2464 - Remove references to SSLeay.
2465 - Big OpenBSD CVS update
2466 - markus@cvs.openbsd.org
2467 [clientloop.c]
2468 - typo
2469 [session.c]
2470 - update proctitle on pty alloc/dealloc, e.g. w/ windows client
2471 [session.c]
2472 - update proctitle for proto 1, too
2473 [channels.h nchan.c serverloop.c session.c sshd.c]
2474 - use c-style comments
2475 - deraadt@cvs.openbsd.org
2476 [scp.c]
2477 - more atomicio
bcbf86ec 2478 - markus@cvs.openbsd.org
1d1ffb87 2479 [channels.c]
2480 - set O_NONBLOCK
2481 [ssh.1]
2482 - update AUTHOR
2483 [readconf.c ssh-keygen.c ssh.h]
2484 - default DSA key file ~/.ssh/id_dsa
2485 [clientloop.c]
2486 - typo, rm verbose debug
2487 - deraadt@cvs.openbsd.org
2488 [ssh-keygen.1]
2489 - document DSA use of ssh-keygen
2490 [sshd.8]
2491 - a start at describing what i understand of the DSA side
2492 [ssh-keygen.1]
2493 - document -X and -x
2494 [ssh-keygen.c]
2495 - simplify usage
bcbf86ec 2496 - markus@cvs.openbsd.org
1d1ffb87 2497 [sshd.8]
2498 - there is no rhosts_dsa
2499 [ssh-keygen.1]
2500 - document -y, update -X,-x
2501 [nchan.c]
2502 - fix close for non-open ssh1 channels
2503 [servconf.c servconf.h ssh.h sshd.8 sshd.c ]
2504 - s/DsaKey/HostDSAKey/, document option
2505 [sshconnect2.c]
2506 - respect number_of_password_prompts
2507 [channels.c channels.h servconf.c servconf.h session.c sshd.8]
2508 - GatewayPorts for sshd, ok deraadt@
2509 [ssh-add.1 ssh-agent.1 ssh.1]
2510 - more doc on: DSA, id_dsa, known_hosts2, authorized_keys2
2511 [ssh.1]
2512 - more info on proto 2
2513 [sshd.8]
2514 - sync AUTHOR w/ ssh.1
2515 [key.c key.h sshconnect.c]
2516 - print key type when talking about host keys
2517 [packet.c]
2518 - clear padding in ssh2
2519 [dsa.c key.c radix.c ssh.h sshconnect1.c uuencode.c uuencode.h]
2520 - replace broken uuencode w/ libc b64_ntop
2521 [auth2.c]
2522 - log failure before sending the reply
2523 [key.c radix.c uuencode.c]
2524 - remote trailing comments before calling __b64_pton
2525 [auth2.c readconf.c readconf.h servconf.c servconf.h ssh.1]
2526 [sshconnect2.c sshd.8]
2527 - add DSAAuthetication option to ssh/sshd, document SSH2 in sshd.8
2528 - Bring in b64_ntop and b64_pton from OpenBSD libc (bsd-base64.[ch])
2529
1a11e1ae 253020000502
0fbe8c74 2531 - OpenBSD CVS update
2532 [channels.c]
2533 - init all fds, close all fds.
2534 [sshconnect2.c]
2535 - check whether file exists before asking for passphrase
2536 [servconf.c servconf.h sshd.8 sshd.c]
2537 - PidFile, pr 1210
2538 [channels.c]
2539 - EINTR
2540 [channels.c]
2541 - unbreak, ok niels@
2542 [sshd.c]
2543 - unlink pid file, ok niels@
2544 [auth2.c]
2545 - Add missing #ifdefs; ok - markus
bcbf86ec 2546 - Add Andre Lucas' <andre.lucas@dial.pipex.com> patch to read entropy
d3083fbd 2547 gathering commands from a text file
1a11e1ae 2548 - Release 2.0.0beta1
2549
c4bc58eb 255020000501
2551 - OpenBSD CVS update
2552 [packet.c]
2553 - send debug messages in SSH2 format
3189621b 2554 [scp.c]
2555 - fix very rare EAGAIN/EINTR issues; based on work by djm
2556 [packet.c]
2557 - less debug, rm unused
2558 [auth2.c]
2559 - disable kerb,s/key in ssh2
2560 [sshd.8]
2561 - Minor tweaks and typo fixes.
2562 [ssh-keygen.c]
2563 - Put -d into usage and reorder. markus ok.
bcbf86ec 2564 - Include missing headers for OpenSSL tests. Fix from Phil Karn
44fb55e9 2565 <karn@ka9q.ampr.org>
bcbf86ec 2566 - Fixed __progname symbol collisions reported by Andre Lucas
3fd95d9a 2567 <andre.lucas@dial.pipex.com>
0d5f7abc 2568 - Merged bsd-login ttyslot and AIX utmp patch from Gert Doering
2569 <gd@hilb1.medat.de>
8cb940db 2570 - Add some missing ifdefs to auth2.c
8af50c98 2571 - Deprecate perl-tk askpass.
52bcc044 2572 - Irix portability fixes - don't include netinet headers more than once
2573 - Make sure we don't save PRNG seed more than once
c4bc58eb 2574
2b763e31 257520000430
2576 - Merge HP-UX fixes and TCB support from Ged Lodder <lodder@yacc.com.au>
b7a87eea 2577 - Integrate Andre Lucas' <andre.lucas@dial.pipex.com> entropy collection
2578 patch.
2579 - Adds timeout to entropy collection
2580 - Disables slow entropy sources
2581 - Load and save seed file
bcbf86ec 2582 - Changed entropy seed code to user per-user seeds only (server seed is
b7a87eea 2583 saved in root's .ssh directory)
2584 - Use atexit() and fatal cleanups to save seed on exit
0b242b12 2585 - More OpenBSD updates:
2586 [session.c]
2587 - don't call chan_write_failed() if we are not writing
2588 [auth-rsa.c auth1.c authfd.c hostfile.c ssh-agent.c]
2589 - keysize warnings error() -> log()
2b763e31 2590
a306f2dd 259120000429
2592 - Merge big update to OpenSSH-2.0 from OpenBSD CVS
2593 [README.openssh2]
2594 - interop w/ F-secure windows client
2595 - sync documentation
2596 - ssh_host_dsa_key not ssh_dsa_key
2597 [auth-rsa.c]
2598 - missing fclose
2599 [auth.c authfile.c compat.c dsa.c dsa.h hostfile.c key.c key.h radix.c]
2600 [readconf.c readconf.h ssh-add.c ssh-keygen.c ssh.c ssh.h sshconnect.c]
2601 [sshd.c uuencode.c uuencode.h authfile.h]
2602 - add DSA pubkey auth and other SSH2 fixes. use ssh-keygen -[xX]
2603 for trading keys with the real and the original SSH, directly from the
2604 people who invented the SSH protocol.
2605 [auth.c auth.h authfile.c sshconnect.c auth1.c auth2.c sshconnect.h]
2606 [sshconnect1.c sshconnect2.c]
2607 - split auth/sshconnect in one file per protocol version
2608 [sshconnect2.c]
2609 - remove debug
2610 [uuencode.c]
2611 - add trailing =
2612 [version.h]
2613 - OpenSSH-2.0
2614 [ssh-keygen.1 ssh-keygen.c]
2615 - add -R flag: exit code indicates if RSA is alive
2616 [sshd.c]
2617 - remove unused
2618 silent if -Q is specified
2619 [ssh.h]
2620 - host key becomes /etc/ssh_host_dsa_key
2621 [readconf.c servconf.c ]
2622 - ssh/sshd default to proto 1 and 2
2623 [uuencode.c]
2624 - remove debug
2625 [auth2.c ssh-keygen.c sshconnect2.c sshd.c]
2626 - xfree DSA blobs
2627 [auth2.c serverloop.c session.c]
2628 - cleanup logging for sshd/2, respect PasswordAuth no
2629 [sshconnect2.c]
2630 - less debug, respect .ssh/config
2631 [README.openssh2 channels.c channels.h]
bcbf86ec 2632 - clientloop.c session.c ssh.c
a306f2dd 2633 - support for x11-fwding, client+server
2634
0ac7199f 263520000421
2636 - Merge fix from OpenBSD CVS
2637 [ssh-agent.c]
2638 - Fix memory leak per connection. Report from Andy Spiegl <Andy@Spiegl.de>
2639 via Debian bug #59926
18ba2aab 2640 - Define __progname in session.c if libc doesn't
2641 - Remove indentation on autoconf #include statements to avoid bug in
bcbf86ec 2642 DEC Tru64 compiler. Report and fix from David Del Piero
18ba2aab 2643 <David.DelPiero@qed.qld.gov.au>
0ac7199f 2644
e1b37056 264520000420
bcbf86ec 2646 - Make fixpaths work with perl4, patch from Andre Lucas
e1b37056 2647 <andre.lucas@dial.pipex.com>
9da5c3c9 2648 - Sync with OpenBSD CVS:
2649 [clientloop.c login.c serverloop.c ssh-agent.c ssh.h sshconnect.c sshd.c]
2650 - pid_t
2651 [session.c]
2652 - remove bogus chan_read_failed. this could cause data
2653 corruption (missing data) at end of a SSH2 session.
4e577b89 2654 - Merge fixes from Debian patch from Phil Hands <phil@hands.com>
2655 - Allow setting of PAM service name through CFLAGS (SSHD_PAM_SERVICE)
2656 - Use vhangup to clean up Linux ttys
2657 - Force posix getopt processing on GNU libc systems
371ecff9 2658 - Debian bug #55910 - remove references to ssl(8) manpages
247f1a89 2659 - Debian bug #58031 - ssh_config lies about default cipher
e1b37056 2660
d6f24e45 266120000419
2662 - OpenBSD CVS updates
2663 [channels.c]
2664 - fix pr 1196, listen_port and port_to_connect interchanged
2665 [scp.c]
bcbf86ec 2666 - after completion, replace the progress bar ETA counter with a final
d6f24e45 2667 elapsed time; my idea, aaron wrote the patch
2668 [ssh_config sshd_config]
2669 - show 'Protocol' as an example, ok markus@
2670 [sshd.c]
2671 - missing xfree()
2672 - Add missing header to bsd-misc.c
2673
35484284 267420000416
2675 - Reduce diff against OpenBSD source
bcbf86ec 2676 - All OpenSSL includes are now unconditionally referenced as
35484284 2677 openssl/foo.h
2678 - Pick up formatting changes
2679 - Other minor changed (typecasts, etc) that I missed
2680
6ae2364d 268120000415
2682 - OpenBSD CVS updates.
2683 [ssh.1 ssh.c]
2684 - ssh -2
2685 [auth.c channels.c clientloop.c packet.c packet.h serverloop.c]
2686 [session.c sshconnect.c]
2687 - check payload for (illegal) extra data
2688 [ALL]
2689 whitespace cleanup
2690
c323ac76 269120000413
2692 - INSTALL doc updates
f54651ce 2693 - Merged OpenBSD updates to include paths.
bcbf86ec 2694
a8be9f80 269520000412
2696 - OpenBSD CVS updates:
2697 - [channels.c]
2698 repair x11-fwd
2699 - [sshconnect.c]
2700 fix passwd prompt for ssh2, less debugging output.
2701 - [clientloop.c compat.c dsa.c kex.c sshd.c]
2702 less debugging output
2703 - [kex.c kex.h sshconnect.c sshd.c]
2704 check for reasonable public DH values
2705 - [README.openssh2 cipher.c cipher.h compat.c compat.h readconf.c]
2706 [readconf.h servconf.c servconf.h ssh.c ssh.h sshconnect.c sshd.c]
2707 add Cipher and Protocol options to ssh/sshd, e.g.:
2708 ssh -o 'Protocol 1,2' if you prefer proto 1, ssh -o 'Ciphers
2709 arcfour,3des-cbc'
2710 - [sshd.c]
2711 print 1.99 only if server supports both
2712
18e92801 271320000408
2714 - Avoid some compiler warnings in fake-get*.c
2715 - Add IPTOS macros for systems which lack them
9d98aaf6 2716 - Only set define entropy collection macros if they are found
e78a59f5 2717 - More large OpenBSD CVS updates:
2718 - [auth.c auth.h servconf.c servconf.h serverloop.c session.c]
2719 [session.h ssh.h sshd.c README.openssh2]
2720 ssh2 server side, see README.openssh2; enable with 'sshd -2'
2721 - [channels.c]
2722 no adjust after close
2723 - [sshd.c compat.c ]
2724 interop w/ latest ssh.com windows client.
61e96248 2725
8ce64345 272620000406
2727 - OpenBSD CVS update:
2728 - [channels.c]
2729 close efd on eof
2730 - [clientloop.c compat.c ssh.c sshconnect.c myproposal.h]
2731 ssh2 client implementation, interops w/ ssh.com and lsh servers.
2732 - [sshconnect.c]
2733 missing free.
2734 - [authfile.c cipher.c cipher.h packet.c sshconnect.c sshd.c]
2735 remove unused argument, split cipher_mask()
2736 - [clientloop.c]
2737 re-order: group ssh1 vs. ssh2
2738 - Make Redhat spec require openssl >= 0.9.5a
2739
e7627112 274020000404
2741 - Add tests for RAND_add function when searching for OpenSSL
7e7327a1 2742 - OpenBSD CVS update:
2743 - [packet.h packet.c]
2744 ssh2 packet format
2745 - [packet.h packet.c nchan2.ms nchan.h compat.h compat.c]
2746 [channels.h channels.c]
2747 channel layer support for ssh2
2748 - [kex.h kex.c hmac.h hmac.c dsa.c dsa.h]
2749 DSA, keyexchange, algorithm agreement for ssh2
6c081128 2750 - Generate manpages before make install not at the end of make all
2751 - Don't seed the rng quite so often
2752 - Always reseed rng when requested
e7627112 2753
bfc9a610 275420000403
2755 - Wrote entropy collection routines for systems that lack /dev/random
2756 and EGD
837c30b8 2757 - Disable tests and typedefs for 64 bit types. They are currently unused.
bfc9a610 2758
7368a6c8 275920000401
2760 - Big OpenBSD CVS update (mainly beginnings of SSH2 infrastructure)
2761 - [auth.c session.c sshd.c auth.h]
2762 split sshd.c -> auth.c session.c sshd.c plus cleanup and goto-removal
2763 - [bufaux.c bufaux.h]
2764 support ssh2 bignums
2765 - [channels.c channels.h clientloop.c sshd.c nchan.c nchan.h packet.c]
2766 [readconf.c ssh.c ssh.h serverloop.c]
2767 replace big switch() with function tables (prepare for ssh2)
2768 - [ssh2.h]
2769 ssh2 message type codes
2770 - [sshd.8]
2771 reorder Xr to avoid cutting
2772 - [serverloop.c]
2773 close(fdin) if fdin != fdout, shutdown otherwise, ok theo@
2774 - [channels.c]
2775 missing close
2776 allow bigger packets
2777 - [cipher.c cipher.h]
2778 support ssh2 ciphers
2779 - [compress.c]
2780 cleanup, less code
2781 - [dispatch.c dispatch.h]
2782 function tables for different message types
2783 - [log-server.c]
2784 do not log() if debuggin to stderr
2785 rename a cpp symbol, to avoid param.h collision
2786 - [mpaux.c]
2787 KNF
2788 - [nchan.c]
2789 sync w/ channels.c
2790
f5238bee 279120000326
2792 - Better tests for OpenSSL w/ RSAref
bcbf86ec 2793 - Added replacement setenv() function from OpenBSD libc. Suggested by
f5238bee 2794 Ben Lindstrom <mouring@pconline.com>
4fe2af09 2795 - OpenBSD CVS update
2796 - [auth-krb4.c]
2797 -Wall
2798 - [auth-rh-rsa.c auth-rsa.c hostfile.c hostfile.h key.c key.h match.c]
2799 [match.h ssh.c ssh.h sshconnect.c sshd.c]
2800 initial support for DSA keys. ok deraadt@, niels@
2801 - [cipher.c cipher.h]
2802 remove unused cipher_attack_detected code
2803 - [scp.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
2804 Fix some formatting problems I missed before.
2805 - [ssh.1 sshd.8]
2806 fix spelling errors, From: FreeBSD
2807 - [ssh.c]
2808 switch to raw mode only if he _get_ a pty (not if we _want_ a pty).
f5238bee 2809
0024a081 281020000324
2811 - Released 1.2.3
2812
bd499f9e 281320000317
2814 - Clarified --with-default-path option.
2815 - Added -blibpath handling for AIX to work around stupid runtime linking.
2816 Problem elucidated by gshapiro@SENDMAIL.ORG by way of Jim Knoble
986a22ec 2817 <jmknoble@jmknoble.cx>
474b5fef 2818 - Checks for 64 bit int types. Problem report from Mats Fredholm
2819 <matsf@init.se>
610cd5c6 2820 - OpenBSD CVS updates:
bcbf86ec 2821 - [atomicio.c auth-krb4.c bufaux.c channels.c compress.c fingerprint.c]
610cd5c6 2822 [packet.h radix.c rsa.c scp.c ssh-agent.c ssh-keygen.c sshconnect.c]
2823 [sshd.c]
2824 pedantic: signed vs. unsigned, void*-arithm, etc
2825 - [ssh.1 sshd.8]
2826 Various cleanups and standardizations.
bcbf86ec 2827 - Runtime error fix for HPUX from Otmar Stahl
be48d23c 2828 <O.Stahl@lsw.uni-heidelberg.de>
bd499f9e 2829
4696775a 283020000316
bcbf86ec 2831 - Fixed configure not passing LDFLAGS to Solaris. Report from David G.
4696775a 2832 Hesprich <dghespri@sprintparanet.com>
d423d822 2833 - Propogate LD through to Makefile
b7a9ce47 2834 - Doc cleanups
2ba2a610 2835 - Added blurb about "scp: command not found" errors to UPGRADING
4696775a 2836
cb0b7ea4 283720000315
2838 - Fix broken CFLAGS handling during search for OpenSSL. Fixes va_list
2839 problems with gcc/Solaris.
bcbf86ec 2840 - Don't free argument to putenv() after use (in setenv() replacement).
db55a3ea 2841 Report from Seigo Tanimura <tanimura@r.dl.itc.u-tokyo.ac.jp>
bcbf86ec 2842 - Created contrib/ subdirectory. Included helpers from Phil Hands'
13652e52 2843 Debian package, README file and chroot patch from Ricardo Cerqueira
2844 <rmcc@clix.pt>
bcbf86ec 2845 - Moved gnome-ssh-askpass.c to contrib directory and removed config
13652e52 2846 option.
2847 - Slight cleanup to doc files
b14b2ae7 2848 - Configure fix from Bratislav ILICH <bilic@zepter.ru>
cb0b7ea4 2849
a8ed9fd9 285020000314
bcbf86ec 2851 - Include macro for IN6_IS_ADDR_V4MAPPED. Report from
a8ed9fd9 2852 peter@frontierflying.com
84afc958 2853 - Include /usr/local/include and /usr/local/lib for systems that don't
2854 do it themselves
2855 - -R/usr/local/lib for Solaris
2856 - Fix RSAref detection
2857 - Fix IN6_IS_ADDR_V4MAPPED macro
a8ed9fd9 2858
bcf36c78 285920000311
2860 - Detect RSAref
43e48848 2861 - OpenBSD CVS change
2862 [sshd.c]
2863 - disallow guessing of root password
867dbf40 2864 - More configure fixes
80faa19f 2865 - IPv6 workarounds from Hideaki YOSHIFUJI <yoshfuji@ecei.tohoku.ac.jp>
bcf36c78 2866
c8d54615 286720000309
2868 - OpenBSD CVS updates to v1.2.3
704b1659 2869 [ssh.h atomicio.c]
2870 - int atomicio -> ssize_t (for alpha). ok deraadt@
2871 [auth-rsa.c]
2872 - delay MD5 computation until client sends response, free() early, cleanup.
2873 [cipher.c]
2874 - void* -> unsigned char*, ok niels@
2875 [hostfile.c]
2876 - remove unused variable 'len'. fix comments.
2877 - remove unused variable
2878 [log-client.c log-server.c]
2879 - rename a cpp symbol, to avoid param.h collision
2880 [packet.c]
2881 - missing xfree()
2882 - getsockname() requires initialized tolen; andy@guildsoftware.com
2883 - use getpeername() in packet_connection_is_on_socket(), fixes sshd -i;
2884 from Holger.Trapp@Informatik.TU-Chemnitz.DE
2885 [pty.c pty.h]
bcbf86ec 2886 - register cleanup for pty earlier. move code for pty-owner handling to
c8d54615 2887 pty.c ok provos@, dugsong@
704b1659 2888 [readconf.c]
2889 - turn off x11-fwd for the client, too.
2890 [rsa.c]
2891 - PKCS#1 padding
2892 [scp.c]
2893 - allow '.' in usernames; from jedgar@fxp.org
2894 [servconf.c]
2895 - typo: ignore_user_known_hosts int->flag; naddy@mips.rhein-neckar.de
2896 - sync with sshd_config
2897 [ssh-keygen.c]
2898 - enable ssh-keygen -l -f ~/.ssh/known_hosts, ok deraadt@
2899 [ssh.1]
2900 - Change invalid 'CHAT' loglevel to 'VERBOSE'
2901 [ssh.c]
2902 - suppress AAAA query host when '-4' is used; from shin@nd.net.fujitsu.co.jp
2903 - turn off x11-fwd for the client, too.
2904 [sshconnect.c]
2905 - missing xfree()
2906 - retry rresvport_af(), too. from sumikawa@ebina.hitachi.co.jp.
2907 - read error vs. "Connection closed by remote host"
2908 [sshd.8]
2909 - ie. -> i.e.,
2910 - do not link to a commercial page..
2911 - sync with sshd_config
2912 [sshd.c]
2913 - no need for poll.h; from bright@wintelcom.net
2914 - log with level log() not fatal() if peer behaves badly.
2915 - don't panic if client behaves strange. ok deraadt@
2916 - make no-port-forwarding for RSA keys deny both -L and -R style fwding
2917 - delay close() of pty until the pty has been chowned back to root
2918 - oops, fix comment, too.
2919 - missing xfree()
2920 - move XAUTHORITY to subdir. ok dugsong@. fixes debian bug #57907, too.
2921 (http://cgi.debian.org/cgi-bin/bugreport.cgi?archive=no&bug=57907)
bcbf86ec 2922 - register cleanup for pty earlier. move code for pty-owner handling to
704b1659 2923 pty.c ok provos@, dugsong@
2924 - create x11 cookie file
2925 - fix pr 1113, fclose() -> pclose(), todo: remote popen()
2926 - version 1.2.3
c8d54615 2927 - Cleaned up
bcbf86ec 2928 - Removed warning workaround for Linux and devpts filesystems (no longer
d8223847 2929 required after OpenBSD updates)
c8d54615 2930
07055445 293120000308
2932 - Configure fix from Hiroshi Takekawa <takekawa@sr3.t.u-tokyo.ac.jp>
2933
293420000307
2935 - Released 1.2.2p1
2936
9c8c3fc6 293720000305
2938 - Fix DEC compile fix
54096dcc 2939 - Explicitly seed OpenSSL's PRNG before checking rsa_alive()
aa6bd60a 2940 - Check for getpagesize in libucb.a if not found in libc. Fix for old
2941 Solaris from Andre Lucas <andre.lucas@dial.pipex.com>
bcbf86ec 2942 - Check for libwrap if --with-tcp-wrappers option specified. Suggestion
9fc7867e 2943 Mate Wierdl <mw@moni.msci.memphis.edu>
9c8c3fc6 2944
6bf4d066 294520000303
2946 - Added "make host-key" target, Suggestion from Dominik Brettnacher
2947 <domi@saargate.de>
bcbf86ec 2948 - Don't permanently fail on bind() if getaddrinfo has more choices left for
16218745 2949 us. Needed to work around messy IPv6 on Linux. Patch from Arkadiusz
2950 Miskiewicz <misiek@pld.org.pl>
22fa590f 2951 - DEC Unix compile fix from David Del Piero <David.DelPiero@qed.qld.gov.au>
2952 - Manpage fix from David Del Piero <David.DelPiero@qed.qld.gov.au>
6bf4d066 2953
a0391976 295420000302
2955 - Big cleanup of autoconf code
2956 - Rearranged to be a little more logical
2957 - Added -R option for Solaris
2958 - Rewrote OpenSSL detection code. Now uses AC_TRY_RUN with a test program
2959 to detect library and header location _and_ ensure library has proper
2960 RSA support built in (this is a problem with OpenSSL 0.9.5).
817175bc 2961 - Applied pty cleanup patch from markus.friedl@informatik.uni-erlangen.de
0a1718dc 2962 - Avoid warning message with Unix98 ptys
bcbf86ec 2963 - Warning was valid - possible race condition on PTYs. Avoided using
3276571c 2964 platform-specific code.
2965 - Document some common problems
bcbf86ec 2966 - Allow root access to any key. Patch from
81eef326 2967 markus.friedl@informatik.uni-erlangen.de
a0391976 2968
f55afe71 296920000207
2970 - Removed SOCKS code. Will support through a ProxyCommand.
2971
d07d1c58 297220000203
2973 - Fixed SEGVs in authloop, fix from vbzoli@hbrt.hu
d581b7ae 2974 - Add --with-ssl-dir option
d07d1c58 2975
9d5f374b 297620000202
bcbf86ec 2977 - Fix lastlog code for directory based lastlogs. Fix from Josh Durham
9d5f374b 2978 <jmd@aoe.vt.edu>
6b1f3fdb 2979 - Documentation fixes from HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
bcbf86ec 2980 - Added URLs to Japanese translations of documents by HARUYAMA Seigo
6b1f3fdb 2981 <haruyama@nt.phys.s.u-tokyo.ac.jp>
9d5f374b 2982
bc8c2601 298320000201
2984 - Use socket pairs by default (instead of pipes). Prevents race condition
2985 on several (buggy) OSs. Report and fix from tridge@linuxcare.com
2986
69c76614 298720000127
2988 - Seed OpenSSL's random number generator before generating RSA keypairs
2989 - Split random collector into seperate file
aaf2abd7 2990 - Compile fix from Andre Lucas <andre.lucas@dial.pipex.com>
69c76614 2991
f9507c24 299220000126
2993 - Released 1.2.2 stable
2994
bcbf86ec 2995 - NeXT keeps it lastlog in /usr/adm. Report from
f9507c24 2996 mouring@newton.pconline.com
bcbf86ec 2997 - Added note in UPGRADING re interop with commercial SSH using idea.
986a22ec 2998 Report from Jim Knoble <jmknoble@jmknoble.cx>
587120ad 2999 - Fix linking order for Kerberos/AFS. Fix from Holget Trapp
3000 <Holger.Trapp@Informatik.TU-Chemnitz.DE>
f9507c24 3001
bfae20ad 300220000125
bcbf86ec 3003 - Fix NULL pointer dereference in login.c. Fix from Andre Lucas
bfae20ad 3004 <andre.lucas@dial.pipex.com>
07b0cb78 3005 - Reorder PAM initialisation so it does not mess up lastlog. Reported
3006 by Andre Lucas <andre.lucas@dial.pipex.com>
bcbf86ec 3007 - Use preformatted manpages on SCO, report from Gary E. Miller
9755cbdb 3008 <gem@rellim.com>
3009 - New URL for x11-ssh-askpass.
bcbf86ec 3010 - Fixpaths was missing /etc/ssh_known_hosts. Report from Jim Knoble
986a22ec 3011 <jmknoble@jmknoble.cx>
bcbf86ec 3012 - Added 'DESTDIR' option to Makefile to ease package building. Patch from
986a22ec 3013 Jim Knoble <jmknoble@jmknoble.cx>
ff8ecdb8 3014 - Updated RPM spec files to use DESTDIR
bfae20ad 3015
bb58aa4b 301620000124
3017 - Pick up version 1.2.2 from OpenBSD CVS (no changes, just version number
3018 increment)
3019
d45317d8 302020000123
3021 - OpenBSD CVS:
3022 - [packet.c]
3023 getsockname() requires initialized tolen; andy@guildsoftware.com
bcbf86ec 3024 - AIX patch from Matt Richards <v2matt@btv.ibm.com> and David Rankin
4c40f834 3025 <drankin@bohemians.lexington.ky.us>
12aa90af 3026 - Fix lastlog support, patch from Andre Lucas <andre.lucas@dial.pipex.com>
d45317d8 3027
e844f761 302820000122
3029 - Fix compilation of bsd-snprintf.c on Solaris, fix from Ben Taylor
3030 <bent@clark.net>
c54a6257 3031 - Merge preformatted manpage patch from Andre Lucas
3032 <andre.lucas@dial.pipex.com>
8eb34e02 3033 - Make IPv4 use the default in RPM packages
3034 - Irix uses preformatted manpages
1e64903d 3035 - Missing htons() in bsd-bindresvport.c, fix from Holger Trapp
3036 <Holger.Trapp@Informatik.TU-Chemnitz.DE>
9bc5ddfe 3037 - OpenBSD CVS updates:
3038 - [packet.c]
3039 use getpeername() in packet_connection_is_on_socket(), fixes sshd -i;
3040 from Holger.Trapp@Informatik.TU-Chemnitz.DE
3041 - [sshd.c]
3042 log with level log() not fatal() if peer behaves badly.
3043 - [readpass.c]
bcbf86ec 3044 instead of blocking SIGINT, catch it ourselves, so that we can clean
3045 the tty modes up and kill ourselves -- instead of our process group
61e96248 3046 leader (scp, cvs, ...) going away and leaving us in noecho mode.
9bc5ddfe 3047 people with cbreak shells never even noticed..
399d9d44 3048 - [ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
3049 ie. -> i.e.,
e844f761 3050
4c8ef3fb 305120000120
3052 - Don't use getaddrinfo on AIX
7b2ea3a1 3053 - Update to latest OpenBSD CVS:
3054 - [auth-rsa.c]
3055 - fix user/1056, sshd keeps restrictions; dbt@meat.net
3056 - [sshconnect.c]
3057 - disable agent fwding for proto 1.3, remove abuse of auth-rsa flags.
3058 - destroy keys earlier
bcbf86ec 3059 - split key exchange (kex) and user authentication (user-auth),
d468fc76 3060 ok: provos@
7b2ea3a1 3061 - [sshd.c]
3062 - no need for poll.h; from bright@wintelcom.net
3063 - disable agent fwding for proto 1.3, remove abuse of auth-rsa flags.
bcbf86ec 3064 - split key exchange (kex) and user authentication (user-auth),
d468fc76 3065 ok: provos@
f3bba493 3066 - Big manpage and config file cleanup from Andre Lucas
3067 <andre.lucas@dial.pipex.com>
5f4fdfae 3068 - Re-added latest (unmodified) OpenBSD manpages
47f9a56a 3069 - Doc updates
d468fc76 3070 - NetBSD patch from David Rankin <drankin@bohemians.lexington.ky.us> and
3071 Christos Zoulas <christos@netbsd.org>
4c8ef3fb 3072
082bbfb3 307320000119
20af321f 3074 - SCO compile fixes from Gary E. Miller <gem@rellim.com>
082bbfb3 3075 - Compile fix from Darren_Hall@progressive.com
59e76f33 3076 - Linux/glibc-2.1.2 takes a *long* time to look up names for AF_UNSPEC
3077 addresses using getaddrinfo(). Added a configure switch to make the
3078 default lookup mode AF_INET
082bbfb3 3079
a63a7f37 308020000118
3081 - Fixed --with-pid-dir option
51a6baf8 3082 - Makefile fix from Gary E. Miller <gem@rellim.com>
61e96248 3083 - Compile fix for HPUX and Solaris from Andre Lucas
976f7e19 3084 <andre.lucas@dial.pipex.com>
a63a7f37 3085
f914c7fb 308620000117
3087 - Clean up bsd-bindresvport.c. Use arc4random() for picking initial
3088 port, ignore EINVAL errors (Linux) when searching for free port.
bcbf86ec 3089 - Revert __snprintf -> snprintf aliasing. Apparently Solaris
de93b046 3090 __snprintf isn't. Report from Theo de Raadt <theo@cvs.openbsd.org>
9b363e1c 3091 - Document location of Redhat PAM file in INSTALL.
bcbf86ec 3092 - Fixed X11 forwarding bug on Linux. libc advertises AF_INET6
3093 INADDR_ANY_INIT addresses via getaddrinfo, but may not be able to
f4a7cf29 3094 deliver (no IPv6 kernel support)
80a44451 3095 - Released 1.2.1pre27
f914c7fb 3096
f4a7cf29 3097 - Fix rresvport_af failure errors (logic error in bsd-bindresvport.c)
bcbf86ec 3098 - Fix --with-ipaddr-display option test. Fix from Jarno Huuskonen
cf8ad170 3099 <jhuuskon@hytti.uku.fi>
bcbf86ec 3100 - Fix hang on logout if processes are still using the pty. Needs
691a8a9f 3101 further testing.
5957fd29 3102 - Patch from Christos Zoulas <christos@zoulas.com>
3103 - Try $prefix first when looking for OpenSSL.
3104 - Include sys/types.h when including sys/socket.h in test programs
bcbf86ec 3105 - Substitute PID directory in sshd.8. Suggestion from Andrew
19d9ac2a 3106 Stribblehill <a.d.stribblehill@durham.ac.uk>
f4a7cf29 3107
47e45e44 310820000116
3109 - Renamed --with-xauth-path to --with-xauth
3110 - Added --with-pid-dir option
3111 - Released 1.2.1pre26
3112
a82ef8ae 3113 - Compilation fix from Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
bcbf86ec 3114 - Fixed broken bugfix for /dev/ptmx on Linux systems which lack
66be05a1 3115 openpty(). Report from Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
a82ef8ae 3116
5cdfe03f 311720000115
3118 - Add --with-xauth-path configure directive and explicit test for
bcbf86ec 3119 /usr/openwin/bin/xauth for Solaris systems. Report from Anders
5cdfe03f 3120 Nordby <anders@fix.no>
bcbf86ec 3121 - Fix incorrect detection of /dev/ptmx on Linux systems that lack
5cdfe03f 3122 openpty. Report from John Seifarth <john@waw.be>
3123 - Look for intXX_t and u_intXX_t in sys/bitypes.h if they are not in
bcbf86ec 3124 sys/types.h. Fixes problems on SCO, report from Gary E. Miller
5cdfe03f 3125 <gem@rellim.com>
3126 - Use __snprintf and __vnsprintf if they are found where snprintf and
3127 vnsprintf are lacking. Suggested by Ben Taylor <bent@shell.clark.net>
3128 and others.
3129
48e671d5 313020000114
3131 - Merged OpenBSD IPv6 patch:
3132 - [sshd.c sshd.8 sshconnect.c ssh.h ssh.c servconf.h servconf.c scp.1]
3133 [scp.c packet.h packet.c login.c log.c canohost.c channels.c]
3134 [hostfile.c sshd_config]
3135 ipv6 support: mostly gethostbyname->getaddrinfo/getnameinfo, new
bcbf86ec 3136 features: sshd allows multiple ListenAddress and Port options. note
3137 that libwrap is not IPv6-ready. (based on patches from
48e671d5 3138 fujiwara@rcac.tdi.co.jp)
3139 - [ssh.c canohost.c]
bcbf86ec 3140 more hints (hints.ai_socktype=SOCK_STREAM) for getaddrinfo,
48e671d5 3141 from itojun@
3142 - [channels.c]
3143 listen on _all_ interfaces for X11-Fwd (hints.ai_flags = AI_PASSIVE)
3144 - [packet.h]
3145 allow auth-kerberos for IPv4 only
3146 - [scp.1 sshd.8 servconf.h scp.c]
3147 document -4, -6, and 'ssh -L 2022/::1/22'
3148 - [ssh.c]
bcbf86ec 3149 'ssh @host' is illegal (null user name), from
48e671d5 3150 karsten@gedankenpolizei.de
3151 - [sshconnect.c]
3152 better error message
3153 - [sshd.c]
3154 allow auth-kerberos for IPv4 only
3155 - Big IPv6 merge:
3156 - Cleanup overrun in sockaddr copying on RHL 6.1
3157 - Replacements for getaddrinfo, getnameinfo, etc based on versions
3158 from patch from KIKUCHI Takahiro <kick@kyoto.wide.ad.jp>
3159 - Replacement for missing structures on systems that lack IPv6
3160 - record_login needed to know about AF_INET6 addresses
3161 - Borrowed more code from OpenBSD: rresvport_af and requisites
3162
2598df62 316320000110
3164 - Fixes to auth-skey to enable it to use the standard OpenSSL libraries
3165
b8a0310d 316620000107
3167 - New config.sub and config.guess to fix problems on SCO. Supplied
3168 by Gary E. Miller <gem@rellim.com>
b6a98a85 3169 - SCO build fix from Gary E. Miller <gem@rellim.com>
2598df62 3170 - Released 1.2.1pre25
b8a0310d 3171
dfb95100 317220000106
3173 - Documentation update & cleanup
3174 - Better KrbIV / AFS detection, based on patch from:
3175 Holger Trapp <Holger.Trapp@Informatik.TU-Chemnitz.DE>
3176
b9795b89 317720000105
bcbf86ec 3178 - Fixed annoying DES corruption problem. libcrypt has been
b9795b89 3179 overriding symbols in libcrypto. Removed libcrypt and crypt.h
3180 altogether (libcrypto includes its own crypt(1) replacement)
3181 - Added platform-specific rules for Irix 6.x. Included warning that
3182 they are untested.
3183
a1ec4d79 318420000103
3185 - Add explicit make rules for files proccessed by fixpaths.
61e96248 3186 - Fix "make install" in RPM spec files. Report from Tenkou N. Hattori
a1ec4d79 3187 <tnh@kondara.org>
bcbf86ec 3188 - Removed "nullok" directive from default PAM configuration files.
3189 Added information on enabling EmptyPasswords on openssh+PAM in
607d73e6 3190 UPGRADING file.
e02735bb 3191 - OpenBSD CVS updates
3192 - [ssh-agent.c]
bcbf86ec 3193 cleanup_exit() for SIGTERM/SIGHUP, too. from fgsch@ and
e02735bb 3194 dgaudet@arctic.org
3195 - [sshconnect.c]
3196 compare correct version for 1.3 compat mode
a1ec4d79 3197
93c7f644 319820000102
3199 - Prevent multiple inclusion of config.h and defines.h. Suggested
3200 by Andre Lucas <andre.lucas@dial.pipex.com>
3201 - Properly clean up on exit of ssh-agent. Patch from Dean Gaudet
3202 <dgaudet@arctic.org>
3203
76b8607f 320419991231
bcbf86ec 3205 - Fix password support on systems with a mixture of shadowed and
3206 non-shadowed passwords (e.g. NIS). Report and fix from
76b8607f 3207 HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
bcbf86ec 3208 - Fix broken autoconf typedef detection. Report from Marc G.
723221b5 3209 Fournier <marc.fournier@acadiau.ca>
b92964b7 3210 - Fix occasional crash on LinuxPPC. Patch from Franz Sirl
3211 <Franz.Sirl-kernel@lauterbach.com>
bcbf86ec 3212 - Prevent typedefs from being compiled more than once. Report from
a6ddc88b 3213 Marc G. Fournier <marc.fournier@acadiau.ca>
4811cc0b 3214 - Fill in ut_utaddr utmp field. Report from Benjamin Charron
3215 <iretd@bigfoot.com>
bcbf86ec 3216 - Really fix broken default path. Fix from Jim Knoble
986a22ec 3217 <jmknoble@jmknoble.cx>
ae3a3d31 3218 - Remove test for quad_t. No longer needed.
76a8e733 3219 - Released 1.2.1pre24
3220
3221 - Added support for directory-based lastlogs
3222 - Really fix typedefs, patch from Ben Taylor <bent@clark.net>
76b8607f 3223
13f825f4 322419991230
3225 - OpenBSD CVS updates:
3226 - [auth-passwd.c]
3227 check for NULL 1st
bcbf86ec 3228 - Removed most of the pam code into its own file auth-pam.[ch]. This
a5c9cd31 3229 cleaned up sshd.c up significantly.
bcbf86ec 3230 - PAM authentication was incorrectly interpreting
76b8607f 3231 "PermitRootLogin without-password". Report from Matthias Andree
3232 <ma@dt.e-technik.uni-dortmund.de
a5c9cd31 3233 - Several other cleanups
0bc5b6fb 3234 - Merged Dante SOCKS support patch from David Rankin
3235 <drankin@bohemians.lexington.ky.us>
3236 - Updated documentation with ./configure options
76b8607f 3237 - Released 1.2.1pre23
13f825f4 3238
c73a0cb5 323919991229
bcbf86ec 3240 - Applied another NetBSD portability patch from David Rankin
c73a0cb5 3241 <drankin@bohemians.lexington.ky.us>
3242 - Fix --with-default-path option.
bcbf86ec 3243 - Autodetect perl, patch from David Rankin
a0f84251 3244 <drankin@bohemians.lexington.ky.us>
bcbf86ec 3245 - Print whether OpenSSH was compiled with RSARef, patch from
0a2ff95d 3246 Nalin Dahyabhai <nalin@thermo.stat.ncsu.edu>
bcbf86ec 3247 - Calls to pam_setcred, patch from Nalin Dahyabhai
f91bacbd 3248 <nalin@thermo.stat.ncsu.edu>
e3a93db0 3249 - Detect missing size_t and typedef it.
5ab44a92 3250 - Rename helper.[ch] to (more appropriate) bsd-misc.[ch]
3251 - Minor Makefile cleaning
c73a0cb5 3252
b6019d68 325319991228
3254 - Replacement for getpagesize() for systems which lack it
bcbf86ec 3255 - NetBSD login.c compile fix from David Rankin
70e0115b 3256 <drankin@bohemians.lexington.ky.us>
3257 - Fully set ut_tv if present in utmp or utmpx
d94aa2ae 3258 - Portability fixes for Irix 5.3 (now compiles OK!)
3259 - autoconf and other misc cleanups
ea1970a3 3260 - Merged AIX patch from Darren Hall <dhall@virage.org>
3261 - Cleaned up defines.h
fa9a2dd6 3262 - Released 1.2.1pre22
b6019d68 3263
d2dcff5f 326419991227
3265 - Automatically correct paths in manpages and configuration files. Patch
3266 and script from Andre Lucas <andre.lucas@dial.pipex.com>
3267 - Removed credits from README to CREDITS file, updated.
cb807f40 3268 - Added --with-default-path to specify custom path for server
3269 - Removed #ifdef trickery from acconfig.h into defines.h
36a5b38e 3270 - PAM bugfix. PermitEmptyPassword was being ignored.
3271 - Fixed PAM config files to allow empty passwords if server does.
3272 - Explained spurious PAM auth warning workaround in UPGRADING
21feb5fa 3273 - Use last few chars of tty line as ut_id
5a7794be 3274 - New SuSE RPM spec file from Chris Saia <csaia@wtower.com>
00e6dd70 3275 - OpenBSD CVS updates:
3276 - [packet.h auth-rhosts.c]
3277 check format string for packet_disconnect and packet_send_debug, too
3278 - [channels.c]
3279 use packet_get_maxsize for channels. consistence.
d2dcff5f 3280
f74efc8d 328119991226
3282 - Enabled utmpx support by default for Solaris
3283 - Cleanup sshd.c PAM a little more
986a22ec 3284 - Revised RPM package to include Jim Knoble's <jmknoble@jmknoble.cx>
bc7ea646 3285 X11 ssh-askpass program.
20c43d8c 3286 - Disable logging of PAM success and failures, PAM is verbose enough.
bcbf86ec 3287 Unfortunatly there is currently no way to disable auth failure
3288 messages. Mention this in UPGRADING file and sent message to PAM
20c43d8c 3289 developers
83b7f649 3290 - OpenBSD CVS update:
3291 - [ssh-keygen.1 ssh.1]
bcbf86ec 3292 remove ref to .ssh/random_seed, mention .ssh/environment in
83b7f649 3293 .Sh FILES, too
72251cb6 3294 - Released 1.2.1pre21
bcbf86ec 3295 - Fixed implicit '.' in default path, report from Jim Knoble
986a22ec 3296 <jmknoble@jmknoble.cx>
3297 - Redhat RPM spec fixes from Jim Knoble <jmknoble@jmknoble.cx>
f74efc8d 3298
f498ed15 329919991225
3300 - More fixes from Andre Lucas <andre.lucas@dial.pipex.com>
3301 - Cleanup of auth-passwd.c for shadow and MD5 passwords
3302 - Cleanup and bugfix of PAM authentication code
f74efc8d 3303 - Released 1.2.1pre20
3304
3305 - Merged fixes from Ben Taylor <bent@clark.net>
3306 - Fixed configure support for PAM. Reported by Naz <96na@eng.cam.ac.uk>
3307 - Disabled logging of PAM password authentication failures when password
3308 is empty. (e.g start of authentication loop). Reported by Naz
3309 <96na@eng.cam.ac.uk>)
f498ed15 3310
331119991223
bcbf86ec 3312 - Merged later HPUX patch from Andre Lucas
f498ed15 3313 <andre.lucas@dial.pipex.com>
3314 - Above patch included better utmpx support from Ben Taylor
f74efc8d 3315 <bent@clark.net>
f498ed15 3316
eef6f7e9 331719991222
bcbf86ec 3318 - Fix undefined fd_set type in ssh.h from Povl H. Pedersen
eef6f7e9 3319 <pope@netguide.dk>
ae28776a 3320 - Fix login.c breakage on systems which lack ut_host in struct
3321 utmp. Reported by Willard Dawson <willard.dawson@sbs.siemens.com>
eef6f7e9 3322
a7effaac 332319991221
bcbf86ec 3324 - Integration of large HPUX patch from Andre Lucas
3325 <andre.lucas@dial.pipex.com>. Integrating it had a few other
a7effaac 3326 benefits:
3327 - Ability to disable shadow passwords at configure time
3328 - Ability to disable lastlog support at configure time
3329 - Support for IP address in $DISPLAY
ae2f7af7 3330 - OpenBSD CVS update:
3331 - [sshconnect.c]
3332 say "REMOTE HOST IDENTIFICATION HAS CHANGED"
59dd7a31 3333 - Fix DISABLE_SHADOW support
3334 - Allow MD5 passwords even if shadow passwords are disabled
16034de9 3335 - Release 1.2.1pre19
a7effaac 3336
3f1d9bcd 333719991218
bcbf86ec 3338 - Redhat init script patch from Chun-Chung Chen
3f1d9bcd 3339 <cjj@u.washington.edu>
7e1c2490 3340 - Avoid breakage on systems without IPv6 headers
3f1d9bcd 3341
60d804c8 334219991216
bcbf86ec 3343 - Makefile changes for Solaris from Peter Kocks
60d804c8 3344 <peter.kocks@baygate.com>
89cafde6 3345 - Minor updates to docs
3346 - Merged OpenBSD CVS changes:
3347 - [authfd.c ssh-agent.c]
3348 keysize warnings talk about identity files
3349 - [packet.c]
3350 "Connection closed by x.x.x.x": fatal() -> log()
bcbf86ec 3351 - Correctly handle empty passwords in shadow file. Patch from:
c9d323f0 3352 "Chris, the Young One" <cky@pobox.com>
3353 - Released 1.2.1pre18
60d804c8 3354
7dc6fc6d 335519991215
3356 - Integrated patchs from Juergen Keil <jk@tools.de>
3357 - Avoid void* pointer arithmatic
3358 - Use LDFLAGS correctly
68227e6d 3359 - Fix SIGIO error in scp
3360 - Simplify status line printing in scp
61e96248 3361 - Added better test for inline functions compiler support from
906a2515 3362 Darren_Hall@progressive.com
7dc6fc6d 3363
95f1eccc 336419991214
3365 - OpenBSD CVS Changes
3366 - [canohost.c]
bcbf86ec 3367 fix get_remote_port() and friends for sshd -i;
95f1eccc 3368 Holger.Trapp@Informatik.TU-Chemnitz.DE
3369 - [mpaux.c]
3370 make code simpler. no need for memcpy. niels@ ok
3371 - [pty.c]
3372 namebuflen not sizeof namebuflen; bnd@ep-ag.com via djm@mindrot.org
3373 fix proto; markus
3374 - [ssh.1]
3375 typo; mark.baushke@solipsa.com
3376 - [channels.c ssh.c ssh.h sshd.c]
3377 type conflict for 'extern Type *options' in channels.c; dot@dotat.at
3378 - [sshconnect.c]
3379 move checking of hostkey into own function.
3380 - [version.h]
3381 OpenSSH-1.2.1
884bcb37 3382 - Clean up broken includes in pty.c
7303768f 3383 - Some older systems don't have poll.h, they use sys/poll.h instead
3384 - Doc updates
95f1eccc 3385
847e8865 338619991211
bcbf86ec 3387 - Fix compilation on systems with AFS. Reported by
847e8865 3388 aloomis@glue.umd.edu
bcbf86ec 3389 - Fix installation on Solaris. Reported by
847e8865 3390 Gordon Rowell <gordonr@gormand.com.au>
3391 - Fix gccisms (__attribute__ and inline). Report by edgy@us.ibm.com,
3392 patch from Markus Friedl <markus.friedl@informatik.uni-erlangen.de>
3393 - Auto-locate xauth. Patch from David Agraz <dagraz@jahoopa.com>
3394 - Compile fix from David Agraz <dagraz@jahoopa.com>
3395 - Avoid compiler warning in bsd-snprintf.c
bcbf86ec 3396 - Added pam_limits.so to default PAM config. Suggested by
986a22ec 3397 Jim Knoble <jmknoble@jmknoble.cx>
847e8865 3398
8946db53 339919991209
3400 - Import of patch from Ben Taylor <bent@clark.net>:
3401 - Improved PAM support
3402 - "uninstall" rule for Makefile
3403 - utmpx support
3404 - Should fix PAM problems on Solaris
2d86a6cc 3405 - OpenBSD CVS updates:
3406 - [readpass.c]
3407 avoid stdio; based on work by markus, millert, and I
3408 - [sshd.c]
3409 make sure the client selects a supported cipher
3410 - [sshd.c]
bcbf86ec 3411 fix sighup handling. accept would just restart and daemon handled
3412 sighup only after the next connection was accepted. use poll on
2d86a6cc 3413 listen sock now.
3414 - [sshd.c]
3415 make that a fatal
87e91331 3416 - Applied patch from David Rankin <drankin@bohemians.lexington.ky.us>
3417 to fix libwrap support on NetBSD
5001b9e4 3418 - Released 1.2pre17
8946db53 3419
6d8c4ea4 342019991208
bcbf86ec 3421 - Compile fix for Solaris with /dev/ptmx from
6d8c4ea4 3422 David Agraz <dagraz@jahoopa.com>
3423
4285816a 342419991207
986a22ec 3425 - sshd Redhat init script patch from Jim Knoble <jmknoble@jmknoble.cx>
4285816a 3426 fixes compatability with 4.x and 5.x
db28aeb5 3427 - Fixed default SSH_ASKPASS
bcbf86ec 3428 - Fix PAM account and session being called multiple times. Problem
d465f2ca 3429 reported by Adrian Baugh <adrian@merlin.keble.ox.ac.uk>
a408af76 3430 - Merged more OpenBSD changes:
3431 - [atomicio.c authfd.c scp.c serverloop.c ssh.h sshconnect.c sshd.c]
bcbf86ec 3432 move atomicio into it's own file. wrap all socket write()s which
a408af76 3433 were doing write(sock, buf, len) != len, with atomicio() calls.
3434 - [auth-skey.c]
3435 fd leak
3436 - [authfile.c]
3437 properly name fd variable
3438 - [channels.c]
3439 display great hatred towards strcpy
3440 - [pty.c pty.h sshd.c]
3441 use openpty() if it exists (it does on BSD4_4)
3442 - [tildexpand.c]
3443 check for ~ expansion past MAXPATHLEN
3444 - Modified helper.c to use new atomicio function.
3445 - Reformat Makefile a little
3446 - Moved RC4 routines from rc4.[ch] into helper.c
3447 - Added autoconf code to detect /dev/ptmx (Solaris) and /dev/ptc (AIX)
9983a8ca 3448 - Updated SuSE spec from Chris Saia <csaia@wtower.com>
3449 - Tweaked Redhat spec
9158d92f 3450 - Clean up bad imports of a few files (forgot -kb)
3451 - Released 1.2pre16
4285816a 3452
9c7b6dfd 345319991204
3454 - Small cleanup of PAM code in sshd.c
57112b5a 3455 - Merged OpenBSD CVS changes:
3456 - [auth-krb4.c auth-passwd.c auth-skey.c ssh.h]
3457 move skey-auth from auth-passwd.c to auth-skey.c, same for krb4
3458 - [auth-rsa.c]
3459 warn only about mismatch if key is _used_
3460 warn about keysize-mismatch with log() not error()
3461 channels.c readconf.c readconf.h ssh.c ssh.h sshconnect.c
3462 ports are u_short
3463 - [hostfile.c]
3464 indent, shorter warning
3465 - [nchan.c]
3466 use error() for internal errors
3467 - [packet.c]
3468 set loglevel for SSH_MSG_DISCONNECT to log(), not fatal()
3469 serverloop.c
3470 indent
3471 - [ssh-add.1 ssh-add.c ssh.h]
3472 document $SSH_ASKPASS, reasonable default
3473 - [ssh.1]
3474 CheckHostIP is not available for connects via proxy command
3475 - [sshconnect.c]
3476 typo
3477 easier to read client code for passwd and skey auth
3478 turn of checkhostip for proxy connects, since we don't know the remote ip
9c7b6dfd 3479
dad3b556 348019991126
3481 - Add definition for __P()
3482 - Added [v]snprintf() replacement for systems that lack it
3483
0ce43ae4 348419991125
3485 - More reformatting merged from OpenBSD CVS
3486 - Merged OpenBSD CVS changes:
3487 - [channels.c]
3488 fix packet_integrity_check() for !have_hostname_in_open.
3489 report from mrwizard@psu.edu via djm@ibs.com.au
3490 - [channels.c]
3491 set SO_REUSEADDR and SO_LINGER for forwarded ports.
3492 chip@valinux.com via damien@ibs.com.au
3493 - [nchan.c]
3494 it's not an error() if shutdown_write failes in nchan.
3495 - [readconf.c]
3496 remove dead #ifdef-0-code
3497 - [readconf.c servconf.c]
3498 strcasecmp instead of tolower
3499 - [scp.c]
3500 progress meter overflow fix from damien@ibs.com.au
3501 - [ssh-add.1 ssh-add.c]
3502 SSH_ASKPASS support
3503 - [ssh.1 ssh.c]
3504 postpone fork_after_authentication until command execution,
3505 request/patch from jahakala@cc.jyu.fi via damien@ibs.com.au
3506 plus: use daemon() for backgrounding
cf8dd513 3507 - Added BSD compatible install program and autoconf test, thanks to
3508 Niels Kristian Bech Jensen <nkbj@image.dk>
3509 - Solaris fixing, thanks to Ben Taylor <bent@clark.net>
09041313 3510 - Merged beginnings of AIX support from Tor-Ake Fransson <torake@hotmail.com>
3dbefdb8 3511 - Release 1.2pre15
0ce43ae4 3512
5260325f 351319991124
3514 - Merged very large OpenBSD source code reformat
3515 - OpenBSD CVS updates
3516 - [channels.c cipher.c compat.c log-client.c scp.c serverloop.c]
3517 [ssh.h sshd.8 sshd.c]
3518 syslog changes:
3519 * Unified Logmessage for all auth-types, for success and for failed
3520 * Standard connections get only ONE line in the LOG when level==LOG:
3521 Auth-attempts are logged only, if authentication is:
3522 a) successfull or
3523 b) with passwd or
3524 c) we had more than AUTH_FAIL_LOG failues
3525 * many log() became verbose()
3526 * old behaviour with level=VERBOSE
3527 - [readconf.c readconf.h ssh.1 ssh.h sshconnect.c sshd.c]
3528 tranfer s/key challenge/response data in SSH_SMSG_AUTH_TIS_CHALLENGE
3529 messages. allows use of s/key in windows (ttssh, securecrt) and
3530 ssh-1.2.27 clients without 'ssh -v', ok: niels@
3531 - [sshd.8]
3532 -V, for fallback to openssh in SSH2 compatibility mode
3533 - [sshd.c]
3534 fix sigchld race; cjc5@po.cwru.edu
3535
4655fe80 353619991123
3537 - Added SuSE package files from Chris Saia <csaia@wtower.com>
8b241e50 3538 - Restructured package-related files under packages/*
4655fe80 3539 - Added generic PAM config
8b241e50 3540 - Numerous little Solaris fixes
9c08d6ce 3541 - Add recommendation to use GNU make to INSTALL document
4655fe80 3542
60bed5fd 354319991122
3544 - Make <enter> close gnome-ssh-askpass (Debian bug #50299)
2f2cc3f9 3545 - OpenBSD CVS Changes
bcbf86ec 3546 - [ssh-keygen.c]
3547 don't create ~/.ssh only if the user wants to store the private
3548 key there. show fingerprint instead of public-key after
2f2cc3f9 3549 keygeneration. ok niels@
b09a984b 3550 - Added OpenBSD bsd-strlcat.c, created bsd-strlcat.h
96ad4350 3551 - Added timersub() macro
b09a984b 3552 - Tidy RCSIDs of bsd-*.c
bcbf86ec 3553 - Added autoconf test and macro to deal with old PAM libraries
96ad4350 3554 pam_strerror definition (one arg vs two).
530f1889 3555 - Fix EGD problems (Thanks to Ben Taylor <bent@clark.net>)
bcbf86ec 3556 - Retry /dev/urandom reads interrupted by signal (report from
530f1889 3557 Robert Hardy <rhardy@webcon.net>)
1647c2b5 3558 - Added a setenv replacement for systems which lack it
d84a9a44 3559 - Only display public key comment when presenting ssh-askpass dialog
3560 - Released 1.2pre14
60bed5fd 3561
bcbf86ec 3562 - Configure, Make and changelog corrections from Tudor Bosman
2ddcfdf3 3563 <tudorb@jm.nu> and Niels Kristian Bech Jensen <nkbj@image.dk>
3564
9d6b7add 356519991121
2f2cc3f9 3566 - OpenBSD CVS Changes:
60bed5fd 3567 - [channels.c]
3568 make this compile, bad markus
3569 - [log.c readconf.c servconf.c ssh.h]
3570 bugfix: loglevels are per host in clientconfig,
3571 factor out common log-level parsing code.
3572 - [servconf.c]
3573 remove unused index (-Wall)
3574 - [ssh-agent.c]
3575 only one 'extern char *__progname'
3576 - [sshd.8]
3577 document SIGHUP, -Q to synopsis
3578 - [sshconnect.c serverloop.c sshd.c packet.c packet.h]
3579 [channels.c clientloop.c]
3580 SSH_CMSG_MAX_PACKET_SIZE, some clients use this, some need this, niels@
3581 [hope this time my ISP stays alive during commit]
3582 - [OVERVIEW README] typos; green@freebsd
3583 - [ssh-keygen.c]
3584 replace xstrdup+strcat with strlcat+fixed buffer, fixes OF (bad me)
3585 exit if writing the key fails (no infinit loop)
3586 print usage() everytime we get bad options
3587 - [ssh-keygen.c] overflow, djm@mindrot.org
3588 - [sshd.c] fix sigchld race; cjc5@po.cwru.edu
61e96248 3589
2b942fe0 359019991120
bcbf86ec 3591 - Merged more Solaris support from Marc G. Fournier
2b942fe0 3592 <marc.fournier@acadiau.ca>
3593 - Wrote autoconf tests for integer bit-types
3594 - Fixed enabling kerberos support
bcbf86ec 3595 - Fix segfault in ssh-keygen caused by buffer overrun in filename
13c36c4c 3596 handling.
2b942fe0 3597
06479889 359819991119
3599 - Merged PAM buffer overrun patch from Chip Salzenberg <chip@valinux.com>
2ad77510 3600 - Merged OpenBSD CVS changes
3601 - [auth-rhosts.c auth-rsa.c ssh-agent.c sshconnect.c sshd.c]
3602 more %d vs. %s in fmt-strings
3603 - [authfd.c]
3604 Integers should not be printed with %s
7b1cc56c 3605 - EGD uses a socket, not a named pipe. Duh.
3606 - Fix includes in fingerprint.c
29dbde15 3607 - Fix scp progress bar bug again.
bcbf86ec 3608 - Move ssh-askpass from ${libdir}/ssh to ${libexecdir}/ssh at request of
736890c4 3609 David Rankin <drankin@bohemians.lexington.ky.us>
91b8065d 3610 - Added autoconf option to enable Kerberos 4 support (untested)
3611 - Added autoconf option to enable AFS support (untested)
3612 - Added autoconf option to enable S/Key support (untested)
3613 - Added autoconf option to enable TCP wrappers support (compiles OK)
beb43d31 3614 - Renamed BSD helper function files to bsd-*
bcbf86ec 3615 - Added tests for login and daemon and enable OpenBSD replacements for
caf3bc51 3616 when they are absent.
3617 - Added non-PAM MD5 password support patch from Tudor Bosman <tudorb@jm.nu>
06479889 3618
2bd61362 361919991118
3620 - Merged OpenBSD CVS changes
3621 - [scp.c] foregroundproc() in scp
3622 - [sshconnect.h] include fingerprint.h
bcbf86ec 3623 - [sshd.c] bugfix: the log() for passwd-auth escaped during logging
2bd61362 3624 changes.
0c16a097 3625 - [ssh.1] Spell my name right.
2bd61362 3626 - Added openssh.com info to README
3627
f095fcc7 362819991117
3629 - Merged OpenBSD CVS changes
3630 - [ChangeLog.Ylonen] noone needs this anymore
3631 - [authfd.c] close-on-exec for auth-socket, ok deraadt
bcbf86ec 3632 - [hostfile.c]
3633 in known_hosts key lookup the entry for the bits does not need
3634 to match, all the information is contained in n and e. This
3635 solves the problem with buggy servers announcing the wrong
f095fcc7 3636 modulus length. markus and me.
bcbf86ec 3637 - [serverloop.c]
3638 bugfix: check for space if child has terminated, from:
f095fcc7 3639 iedowse@maths.tcd.ie
3640 - [ssh-add.1 ssh-add.c ssh-keygen.1 ssh-keygen.c sshconnect.c]
3641 [fingerprint.c fingerprint.h]
3642 rsa key fingerprints, idea from Bjoern Groenvall <bg@sics.se>
3643 - [ssh-agent.1] typo
3644 - [ssh.1] add OpenSSH information to AUTHOR section. okay markus@
bcbf86ec 3645 - [sshd.c]
f095fcc7 3646 force logging to stderr while loading private key file
3647 (lost while converting to new log-levels)
3648
4d195447 364919991116
3650 - Fix some Linux libc5 problems reported by Miles Wilson <mw@mctitle.com>
3651 - Merged OpenBSD CVS changes:
3652 - [auth-rh-rsa.c auth-rsa.c authfd.c authfd.h hostfile.c mpaux.c]
3653 [mpaux.h ssh-add.c ssh-agent.c ssh.h ssh.c sshd.c]
3654 the keysize of rsa-parameter 'n' is passed implizit,
3655 a few more checks and warnings about 'pretended' keysizes.
3656 - [cipher.c cipher.h packet.c packet.h sshd.c]
3657 remove support for cipher RC4
3658 - [ssh.c]
3659 a note for legay systems about secuity issues with permanently_set_uid(),
3660 the private hostkey and ptrace()
3661 - [sshconnect.c]
3662 more detailed messages about adding and checking hostkeys
3663
dad9a31e 366419991115
3665 - Merged OpenBSD CVS changes:
bcbf86ec 3666 - [ssh-add.c] change passphrase loop logic and remove ref to
dad9a31e 3667 $DISPLAY, ok niels
3668 - Changed to ssh-add.c broke askpass support. Revised it to be a little more
bcbf86ec 3669 modular.
dad9a31e 3670 - Revised autoconf support for enabling/disabling askpass support.
e7c0f9d5 3671 - Merged more OpenBSD CVS changes:
704b1659 3672 [auth-krb4.c]
3673 - disconnect if getpeername() fails
3674 - missing xfree(*client)
3675 [canohost.c]
3676 - disconnect if getpeername() fails
3677 - fix comment: we _do_ disconnect if ip-options are set
3678 [sshd.c]
3679 - disconnect if getpeername() fails
3680 - move checking of remote port to central place
3681 [auth-rhosts.c] move checking of remote port to central place
3682 [log-server.c] avoid extra fd per sshd, from millert@
3683 [readconf.c] print _all_ bad config-options in ssh(1), too
3684 [readconf.h] print _all_ bad config-options in ssh(1), too
3685 [ssh.c] print _all_ bad config-options in ssh(1), too
3686 [sshconnect.c] disconnect if getpeername() fails
e7c0f9d5 3687 - OpenBSD's changes to sshd.c broke the PAM stuff, re-merged it.
c75a1a66 3688 - Various small cleanups to bring diff (against OpenBSD) size down.
f601d847 3689 - Merged more Solaris compability from Marc G. Fournier
3690 <marc.fournier@acadiau.ca>
3691 - Wrote autoconf tests for __progname symbol
986a22ec 3692 - RPM spec file fixes from Jim Knoble <jmknoble@jmknoble.cx>
0c372277 3693 - Released 1.2pre12
3694
3695 - Another OpenBSD CVS update:
3696 - [ssh-keygen.1] fix .Xr
dad9a31e 3697
92da7197 369819991114
3699 - Solaris compilation fixes (still imcomplete)
3700
94f7bb9e 370119991113
dd092f97 3702 - Build patch from Niels Kristian Bech Jensen <nkbj@image.dk>
3703 - Don't install config files if they already exist
3704 - Fix inclusion of additional preprocessor directives from acconfig.h
94f7bb9e 3705 - Removed redundant inclusions of config.h
e9c75a39 3706 - Added 'Obsoletes' lines to RPM spec file
94f7bb9e 3707 - Merged OpenBSD CVS changes:
3708 - [bufaux.c] save a view malloc/memcpy/memset/free's, ok niels
bcbf86ec 3709 - [scp.c] fix overflow reported by damien@ibs.com.au: off_t
94f7bb9e 3710 totalsize, ok niels,aaron
bcbf86ec 3711 - Delay fork (-f option) in ssh until after port forwarded connections
94f7bb9e 3712 have been initialised. Patch from Jani Hakala <jahakala@cc.jyu.fi>
b2344d54 3713 - Added shadow password patch from Thomas Neumann <tom@smart.ruhr.de>
3714 - Added ifdefs to auth-passwd.c to exclude it when PAM is enabled
dd092f97 3715 - Tidied default config file some more
3716 - Revised Redhat initscript to fix bug: sshd (re)start would fail
3717 if executed from inside a ssh login.
94f7bb9e 3718
e35c1dc2 371919991112
3720 - Merged changes from OpenBSD CVS
3721 - [sshd.c] session_key_int may be zero
b4748e2f 3722 - [auth-rh-rsa.c servconf.c servconf.h ssh.h sshd.8 sshd.c sshd_config]
bcbf86ec 3723 IgnoreUserKnownHosts(default=no), used for RhostRSAAuth, ok
b4748e2f 3724 deraadt,millert
3725 - Brought default sshd_config more in line with OpenBSD's
547c9f30 3726 - Grab server in gnome-ssh-askpass (Debian bug #49872)
3727 - Released 1.2pre10
e35c1dc2 3728
8bc7973f 3729 - Added INSTALL documentation
6fa724bc 3730 - Merged yet more changes from OpenBSD CVS
3731 - [auth-rh-rsa.c auth-rhosts.c auth-rsa.c channels.c clientloop.c]
3732 [ssh.c ssh.h sshconnect.c sshd.c]
3733 make all access to options via 'extern Options options'
3734 and 'extern ServerOptions options' respectively;
3735 options are no longer passed as arguments:
3736 * make options handling more consistent
3737 * remove #include "readconf.h" from ssh.h
3738 * readconf.h is only included if necessary
3739 - [mpaux.c] clear temp buffer
3740 - [servconf.c] print _all_ bad options found in configfile
045672f9 3741 - Make ssh-askpass support optional through autoconf
59b0f0d4 3742 - Fix nasty division-by-zero error in scp.c
3743 - Released 1.2pre11
8bc7973f 3744
4cca272e 374519991111
3746 - Added (untested) Entropy Gathering Daemon (EGD) support
67d68e3a 3747 - Fixed /dev/urandom fd leak (Debian bug #49722)
5bbb5681 3748 - Merged OpenBSD CVS changes:
3749 - [auth-rh-rsa.c] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
3750 - [ssh.1] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
3751 - [sshd.8] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
bcbf86ec 3752 - Fix integer overflow which was messing up scp's progress bar for large
3f1d9bcd 3753 file transfers. Fix submitted to OpenBSD developers. Report and fix
3754 from Kees Cook <cook@cpoint.net>
6a17f9c2 3755 - Merged more OpenBSD CVS changes:
bcbf86ec 3756 - [auth-krb4.c auth-passwd.c] remove x11- and krb-cleanup from fatal()
6a17f9c2 3757 + krb-cleanup cleanup
3758 - [clientloop.c log-client.c log-server.c ]
3759 [readconf.c readconf.h servconf.c servconf.h ]
3760 [ssh.1 ssh.c ssh.h sshd.8]
3761 add LogLevel {QUIET, FATAL, ERROR, INFO, CHAT, DEBUG} to ssh/sshd,
3762 obsoletes QuietMode and FascistLogging in sshd.
e35c1dc2 3763 - [sshd.c] fix fatal/assert() bug reported by damien@ibs.com.au:
3764 allow session_key_int != sizeof(session_key)
3765 [this should fix the pre-assert-removal-core-files]
3766 - Updated default config file to use new LogLevel option and to improve
3767 readability
3768
f370266e 376919991110
67d68e3a 3770 - Merged several minor fixes:
f370266e 3771 - ssh-agent commandline parsing
3772 - RPM spec file now installs ssh setuid root
3773 - Makefile creates libdir
4cca272e 3774 - Merged beginnings of Solaris compability from Marc G. Fournier
3775 <marc.fournier@acadiau.ca>
f370266e 3776
d4f11b59 377719991109
3778 - Autodetection of SSL/Crypto library location via autoconf
3779 - Fixed location of ssh-askpass to follow autoconf
3780 - Integrated Makefile patch from Niels Kristian Bech Jensen <nkbj@image.dk>
3781 - Autodetection of RSAref library for US users
3782 - Minor doc updates
560557bb 3783 - Merged OpenBSD CVS changes:
3784 - [rsa.c] bugfix: use correct size for memset()
3785 - [sshconnect.c] warn if announced size of modulus 'n' != real size
f025becb 3786 - Added GNOME passphrase requestor (use --with-gnome-askpass)
d397b172 3787 - RPM build now creates subpackages
aa51e7cc 3788 - Released 1.2pre9
d4f11b59 3789
e1a9c08d 379019991108
3791 - Removed debian/ directory. This is now being maintained separately.
3792 - Added symlinks for slogin in RPM spec file
3793 - Fixed permissions on manpages in RPM spec file
3794 - Added references to required libraries in README file
3795 - Removed config.h.in from CVS
3796 - Removed pwdb support (better pluggable auth is provided by glibc)
3797 - Made PAM and requisite libdl optional
3798 - Removed lots of unnecessary checks from autoconf
3799 - Added support and autoconf test for openpty() function (Unix98 pty support)
3800 - Fix for scp not finding ssh if not installed as /usr/bin/ssh
3801 - Added TODO file
3802 - Merged parts of Debian patch From Phil Hands <phil@hands.com>:
3803 - Added ssh-askpass program
3804 - Added ssh-askpass support to ssh-add.c
3805 - Create symlinks for slogin on install
3806 - Fix "distclean" target in makefile
3807 - Added example for ssh-agent to manpage
3808 - Added support for PAM_TEXT_INFO messages
3809 - Disable internal /etc/nologin support if PAM enabled
3810 - Merged latest OpenBSD CVS changes:
5bae4ab8 3811 - [all] replace assert() with error, fatal or packet_disconnect
e1a9c08d 3812 - [sshd.c] don't send fail-msg but disconnect if too many authentication
3813 failures
e1a9c08d 3814 - [sshd.c] remove unused argument. ok dugsong
3815 - [sshd.c] typo
3816 - [rsa.c] clear buffers used for encryption. ok: niels
3817 - [rsa.c] replace assert() with error, fatal or packet_disconnect
ade6fccd 3818 - [auth-krb4.c] remove unused argument. ok dugsong
e1a9c08d 3819 - Fixed coredump after merge of OpenBSD rsa.c patch
9010d60a 3820 - Released 1.2pre8
e1a9c08d 3821
3028328e 382219991102
3823 - Merged change from OpenBSD CVS
3824 - One-line cleanup in sshd.c
3825
474832c5 382619991030
3827 - Integrated debian package support from Dan Brosemer <odin@linuxfreak.com>
69256d9d 3828 - Merged latest updates for OpenBSD CVS:
3829 - channels.[ch] - remove broken x11 fix and document istate/ostate
3830 - ssh-agent.c - call setsid() regardless of argv[]
3831 - ssh.c - save a few lines when disabling rhosts-{rsa-}auth
3832 - Documentation cleanups
3833 - Renamed README -> README.Ylonen
3834 - Renamed README.openssh ->README
474832c5 3835
339660f6 383619991029
3837 - Renamed openssh* back to ssh* at request of Theo de Raadt
3838 - Incorporated latest changes from OpenBSD's CVS
3839 - Integrated Makefile patch from Niels Kristian Bech Jensen <nkbj@image.dk>
3840 - Integrated PAM env patch from Nalin Dahyabhai <nalin.dahyabhai@pobox.com>
549b3eed 3841 - Make distclean now removed configure script
3842 - Improved PAM logging
3843 - Added some debug() calls for PAM
4ecd19ea 3844 - Removed redundant subdirectories
bcbf86ec 3845 - Integrated part of a patch from Dan Brosemer <odin@linuxfreak.com> for
4ecd19ea 3846 building on Debian.
242588e6 3847 - Fixed off-by-one error in PAM env patch
3848 - Released 1.2pre6
339660f6 3849
5881cd60 385019991028
3851 - Further PAM enhancements.
3852 - Much cleaner
3853 - Now uses account and session modules for all logins.
3854 - Integrated patch from Dan Brosemer <odin@linuxfreak.com>
3855 - Build fixes
3856 - Autoconf
3857 - Change binary names to open*
3858 - Fixed autoconf script to detect PAM on RH6.1
3859 - Added tests for libpwdb, and OpenBSD functions to autoconf
221395b3 3860 - Released 1.2pre4
fca82d2e 3861
3862 - Imported latest OpenBSD CVS code
3863 - Updated README.openssh
93f04616 3864 - Released 1.2pre5
fca82d2e 3865
5881cd60 386619991027
3867 - Adapted PAM patch.
3868 - Released 1.0pre2
3869
3870 - Excised my buggy replacements for strlcpy and mkdtemp
3871 - Imported correct OpenBSD strlcpy and mkdtemp routines.
3872 - Reduced arc4random_stir entropy read to 32 bytes (256 bits)
3873 - Picked up correct version number from OpenBSD
3874 - Added sshd.pam PAM configuration file
3875 - Added sshd.init Redhat init script
3876 - Added openssh.spec RPM spec file
3877 - Released 1.2pre3
3878
387919991026
3880 - Fixed include paths of OpenSSL functions
3881 - Use OpenSSL MD5 routines
3882 - Imported RC4 code from nanocrypt
3883 - Wrote replacements for OpenBSD arc4random* functions
3884 - Wrote replacements for strlcpy and mkdtemp
3885 - Released 1.0pre1
0b202697 3886
3887$Id$
This page took 0.926281 seconds and 5 git commands to generate.