]> andersk Git - openssh.git/blame - ChangeLog
- jakob@cvs.openbsd.org 2001/08/02 08:58:35
[openssh.git] / ChangeLog
CommitLineData
4f7893dc 120010806
2 - OpenBSD CVS Sync
3 - markus@cvs.openbsd.org 2001/07/22 21:32:27
4 [sshpty.c]
5 update comment
0aea6c59 6 - pvalchev@cvs.openbsd.org 2001/07/22 21:32:42
7 [ssh.1]
8 There is no option "Compress", point to "Compression" instead; ok
9 markus
10a2cbef 10 - markus@cvs.openbsd.org 2001/07/22 22:04:19
11 [readconf.c ssh.1]
12 enable challenge-response auth by default; ok millert@
248bad82 13 - markus@cvs.openbsd.org 2001/07/22 22:24:16
14 [sshd.8]
15 Xr login.conf
9f37c0af 16 - markus@cvs.openbsd.org 2001/07/23 09:06:28
17 [sshconnect2.c]
18 reorder default sequence of userauth methods to match ssh behaviour:
19 hostbased,publickey,keyboard-interactive,password
29c440a0 20 - markus@cvs.openbsd.org 2001/07/23 12:47:05
21 [ssh.1]
22 sync PreferredAuthentications
7fd9477e 23 - aaron@cvs.openbsd.org 2001/07/23 14:14:18
24 [ssh-keygen.1]
25 Fix typo.
1bdee08c 26 - stevesk@cvs.openbsd.org 2001/07/23 18:14:58
27 [auth2.c auth-rsa.c]
28 use %lu; ok markus@
bac2ef55 29 - stevesk@cvs.openbsd.org 2001/07/23 18:21:46
30 [xmalloc.c]
31 no zero size xstrdup() error; ok markus@
55684f0c 32 - markus@cvs.openbsd.org 2001/07/25 11:59:35
33 [scard.c]
34 typo in comment
ce773142 35 - markus@cvs.openbsd.org 2001/07/25 14:35:18
36 [readconf.c ssh.1 ssh.c sshconnect.c]
37 cleanup connect(); connection_attempts 4 -> 1; from
38 eivind@freebsd.org
f87f09aa 39 - stevesk@cvs.openbsd.org 2001/07/26 17:18:22
40 [sshd.8 sshd.c]
41 add -t option to test configuration file and keys; pekkas@netcore.fi
42 ok markus@
c42158fe 43 - rees@cvs.openbsd.org 2001/07/26 20:04:27
44 [scard.c ssh-keygen.c]
45 Inquire Cyberflex class for 0xf0 cards
46 change aid to conform to 7816-5
47 remove gratuitous fid selects
2e23cde0 48 - millert@cvs.openbsd.org 2001/07/27 14:50:45
49 [ssh.c]
50 If smart card support is compiled in and a smart card is being used
51 for authentication, make it the first method used. markus@ OK
0b2988ca 52 - deraadt@cvs.openbsd.org 2001/07/27 17:26:16
53 [scp.c]
54 shorten lines
7f19f8bb 55 - markus@cvs.openbsd.org 2001/07/28 09:21:15
56 [sshd.8]
57 cleanup some RSA vs DSA vs SSH1 vs SSH2 notes
79a6cb5c 58 - mouring@cvs.openbsd.org 2001/07/29 17:02:46
59 [scp.1]
60 Clarified -o option in scp.1 OKed by Markus@
0b595937 61 - jakob@cvs.openbsd.org 2001/07/30 16:06:07
62 [scard.c scard.h]
63 better errorcodes from sc_*; ok markus@
d6192346 64 - stevesk@cvs.openbsd.org 2001/07/30 16:23:30
65 [rijndael.c rijndael.h]
66 new BSD-style license:
67 Brian Gladman <brg@gladman.plus.com>:
68 >I have updated my code at:
69 >http://fp.gladman.plus.com/cryptography_technology/rijndael/index.htm
70 >with a copyright notice as follows:
71 >[...]
72 >I am not sure which version of my old code you are using but I am
73 >happy for the notice above to be substituted for my existing copyright
74 >intent if this meets your purpose.
71b7a18e 75 - jakob@cvs.openbsd.org 2001/07/31 08:41:10
76 [scard.c]
77 do not complain about missing smartcards. ok markus@
eea098a3 78 - jakob@cvs.openbsd.org 2001/07/31 09:28:44
79 [readconf.c readconf.h ssh.1 ssh.c]
80 add 'SmartcardDevice' client option to specify which smartcard device
81 is used to access a smartcard used for storing the user's private RSA
82 key. ok markus@.
88690211 83 - jakob@cvs.openbsd.org 2001/07/31 12:42:50
84 [sftp-int.c sftp-server.c]
85 avoid paths beginning with "//"; <vinschen@redhat.com>
86 ok markus@
2251e099 87 - jakob@cvs.openbsd.org 2001/07/31 12:53:34
88 [scard.c]
89 close smartcard connection if card is missing
9ff6f66f 90 - markus@cvs.openbsd.org 2001/08/01 22:03:33
91 [authfd.c authfd.h readconf.c readconf.h scard.c scard.h ssh-add.c
92 ssh-agent.c ssh.c]
93 use strings instead of ints for smartcard reader ids
1930af48 94 - markus@cvs.openbsd.org 2001/08/01 22:16:45
95 [ssh.1 sshd.8]
96 refer to current ietf drafts for protocol v2
4f831fd7 97 - markus@cvs.openbsd.org 2001/08/01 23:33:09
98 [ssh-keygen.c]
99 allow uploading RSA keys for non-default AUT0 (sha1 over passphrase
100 like sectok).
05b7537a 101 - markus@cvs.openbsd.org 2001/08/01 23:38:45
102 [scard.c ssh.c]
103 support finish rsa keys.
104 free public keys after login -> call finish -> close smartcard.
93a56445 105 - markus@cvs.openbsd.org 2001/08/02 00:10:17
106 [ssh-keygen.c]
107 add -D readerid option (download, i.e. print public RSA key to stdout).
108 check for card present when uploading keys.
109 use strings instead of ints for smartcard reader ids, too.
285d2b15 110 - jakob@cvs.openbsd.org 2001/08/02 08:58:35
111 [ssh-keygen.c]
112 change -u (upload smartcard key) to -U. ok markus@
4f7893dc 113
29a47408 11420010803
115 - (djm) Fix interrupted read in entropy gatherer. Spotted by markus@ on
116 a fast UltraSPARC.
117
42ad0eec 11820010726
119 - (stevesk) use mysignal() in protocol 1 loop now that the SIGCHLD
120 handler has converged.
121
aa7dbcdd 12220010725
123 - (bal) Added 'install-nokeys' to Makefile to assist package builders.
124
0b7d19eb 12520010724
126 - (bal) 4711 not 04711 for ssh binary.
127
ca5c7d6a 12820010722
129 - (bal) Starting the Unicossmk merger. File merged TODO, configure.in,
130 myproposal.h, ssh_prng_cmds.in, and openbsd-compat/Makefile.in.
131 Added openbsd-compat/bsd-cray.c. Rest will be merged after
132 approval. Selective patches from William L. Jones
133 <jones@mail.utexas.edu>
7458aff1 134 - OpenBSD CVS Sync
135 - markus@cvs.openbsd.org 2001/07/18 21:10:43
136 [sshpty.c]
137 pr #1946, allow sshd if /dev is readonly
ec9f3450 138 - stevesk@cvs.openbsd.org 2001/07/18 21:40:40
139 [ssh-agent.c]
140 chdir("/") from bbraun@synack.net; ok markus@
5bef3c35 141 - stevesk@cvs.openbsd.org 2001/07/19 00:41:44
142 [ssh.1]
143 escape chars are below now
7efa8482 144 - markus@cvs.openbsd.org 2001/07/20 14:46:11
145 [ssh-agent.c]
146 do not exit() from signal handlers; ok deraadt@
491f5f7b 147 - stevesk@cvs.openbsd.org 2001/07/20 18:41:51
148 [ssh.1]
149 "the" command line
ca5c7d6a 150
979b0a64 15120010719
152 - (tim) [configure.in] put inet_aton back in AC_CHECK_FUNCS.
153 report from Mark Miller <markm@swoon.net>
154
6e69a45d 15520010718
156 - OpenBSD CVS Sync
2c5b1791 157 - stevesk@cvs.openbsd.org 2001/07/14 15:10:17
158 [readpass.c sftp-client.c sftp-common.c sftp-glob.c]
159 delete spurious #includes; ok deraadt@ markus@
68fa858a 160 - markus@cvs.openbsd.org 2001/07/15 16:17:08
2c5b1791 161 [serverloop.c]
162 schedule client alive for ssh2 only, greg@cheers.bungi.com
2c71dfc1 163 - stevesk@cvs.openbsd.org 2001/07/15 16:57:21
164 [ssh-agent.1]
165 -d will not fork; ok markus@
d1fc1b88 166 - stevesk@cvs.openbsd.org 2001/07/15 16:58:29
68fa858a 167 [ssh-agent.c]
d1fc1b88 168 typo in usage; ok markus@
68fa858a 169 - markus@cvs.openbsd.org 2001/07/17 20:48:42
170 [ssh-agent.c]
e364646f 171 update maxfd if maxfd is closed; report from jmcelroy@dtgnet.com
68fa858a 172 - markus@cvs.openbsd.org 2001/07/17 21:04:58
173 [channels.c channels.h clientloop.c nchan.c serverloop.c]
489aa2e9 174 keep track of both maxfd and the size of the malloc'ed fdsets.
175 update maxfd if maxfd gets closed.
c3941fa6 176 - mouring@cvs.openbsd.org 2001/07/18 16:45:52
177 [scp.c]
178 Missing -o in scp usage()
68fa858a 179 - (bal) Cleaned up trailing spaces in ChangeLog.
31fb6aaf 180 - (bal) Allow sshd to switch user context without password for Cygwin.
181 Patch by Corinna Vinschen <vinschen@redhat.com>
41fcc457 182 - (bal) Updated cygwin README and ssh-host-config. Patch by
ad0cc858 183 Corinna Vinschen <vinschen@redhat.com>
6e69a45d 184
39c98ef7 18520010715
186 - (bal) Set "BROKEN_GETADDRINFO" for darwin platform. Reported by
187 Josh Larios <jdlarios@cac.washington.edu>
c14e6239 188 - (tim) put openssh/openbsd-compat/inet_aton.[ch] back in.
189 needed by openbsd-compat/fake-getaddrinfo.c
68fa858a 190
6800f427 19120010714
192 - (stevesk) change getopt() declaration
763a1a18 193 - (stevesk) configure.in: use ll suffix for long long constant
194 in snprintf() test
6800f427 195
453b4bd0 19620010713
68fa858a 197 - (djm) Enable /etc/nologin check on PAM systems, as some lack the
198 pam_nologin module. Report from William Yodlowsky
453b4bd0 199 <bsd@openbsd.rutgers.edu>
9912296f 200 - (djm) Revert dirname fix, a better one is on its way.
1ee482c5 201 - OpenBSD CVS Sync
202 - markus@cvs.openbsd.org 2001/07/04 22:47:19
203 [ssh-agent.c]
204 ignore SIGPIPE when debugging, too
878b5225 205 - markus@cvs.openbsd.org 2001/07/04 23:13:10
206 [scard.c scard.h ssh-agent.c]
207 handle card removal more gracefully, add sc_close() to scard.h
77261db4 208 - markus@cvs.openbsd.org 2001/07/04 23:39:07
209 [ssh-agent.c]
210 for smartcards remove both RSA1/2 keys
a0e0f486 211 - markus@cvs.openbsd.org 2001/07/04 23:49:27
212 [ssh-agent.c]
213 handle mutiple adds of the same smartcard key
62bb2c8f 214 - espie@cvs.openbsd.org 2001/07/05 11:43:33
215 [sftp-glob.c]
216 Directly cast to the right type. Ok markus@
217 - stevesk@cvs.openbsd.org 2001/07/05 20:32:47
218 [sshconnect1.c]
219 statement after label; ok dugsong@
97de229c 220 - stevesk@cvs.openbsd.org 2001/07/08 15:23:38
221 [servconf.c]
222 fix ``MaxStartups max''; ok markus@
f5a1a01a 223 - fgsch@cvs.openbsd.org 2001/07/09 05:58:47
224 [ssh.c]
225 Use getopt(3); markus@ ok.
ed916b28 226 - deraadt@cvs.openbsd.org 2001/07/09 07:04:53
227 [session.c sftp-int.c]
228 correct type on last arg to execl(); nordin@cse.ogi.edu
333b5ba7 229 - markus@cvs.openbsd.org 2001/07/10 21:49:12
230 [readpass.c]
231 don't panic if fork or pipe fail (just return an empty passwd).
46d738cd 232 - itojun@cvs.openbsd.org 2001/07/11 00:24:53
233 [servconf.c]
68fa858a 234 make it compilable in all 4 combination of KRB4/KRB5 settings.
46d738cd 235 dugsong ok
236 XXX isn't it sensitive to the order of -I/usr/include/kerberosIV and
237 -I/usr/include/kerberosV?
afd501f9 238 - markus@cvs.openbsd.org 2001/07/11 16:29:59
239 [ssh.c]
240 sort options string, fix -p, add -k
241 - markus@cvs.openbsd.org 2001/07/11 18:26:15
242 [auth.c]
243 no need to call dirname(pw->pw_dir).
244 note that dirname(3) modifies its argument on some systems.
82d95536 245 - (djm) Reorder Makefile.in so clean targets work a little better when
246 run directly from Makefile.in
1812a662 247 - (djm) Pull in getopt(3) from OpenBSD libc for the optreset extension.
453b4bd0 248
85b08d98 24920010711
68fa858a 250 - (djm) dirname(3) may modify its argument on glibc and other systems.
85b08d98 251 Patch from markus@, spotted by Tom Holroyd <tomh@po.crl.go.jp>
252
a96070d4 25320010704
254 - OpenBSD CVS Sync
255 - markus@cvs.openbsd.org 2001/06/25 08:25:41
68fa858a 256 [channels.c channels.h cipher.c clientloop.c compat.c compat.h
257 hostfile.c kex.c kex.h key.c key.h nchan.c packet.c serverloop.c
a96070d4 258 session.c session.h sftp-server.c ssh-add.c ssh-agent.c uuencode.h]
259 update copyright for 2001
8a497b11 260 - markus@cvs.openbsd.org 2001/06/25 17:18:27
261 [ssh-keygen.1]
68fa858a 262 sshd(8) will never read the private keys, but ssh(1) does;
8a497b11 263 hugh@mimosa.com
6978866a 264 - provos@cvs.openbsd.org 2001/06/25 17:54:47
265 [auth.c auth.h auth-rsa.c]
68fa858a 266 terminate secure_filename checking after checking homedir. that way
ffb215be 267 it works on AFS. okay markus@
268 - stevesk@cvs.openbsd.org 2001/06/25 20:26:37
269 [auth2.c sshconnect2.c]
270 prototype cleanup; ok markus@
2b30154a 271 - markus@cvs.openbsd.org 2001/06/26 02:47:07
272 [ssh-keygen.c]
273 allow loading a private RSA key to a cyberflex card.
ffdb5d70 274 - markus@cvs.openbsd.org 2001/06/26 04:07:06
275 [ssh-agent.1 ssh-agent.c]
276 add debug flag
983def13 277 - markus@cvs.openbsd.org 2001/06/26 04:59:59
278 [authfd.c authfd.h ssh-add.c]
279 initial support for smartcards in the agent
f7e5ac7b 280 - markus@cvs.openbsd.org 2001/06/26 05:07:43
281 [ssh-agent.c]
282 update usage
2b5fe3b8 283 - markus@cvs.openbsd.org 2001/06/26 05:33:34
284 [ssh-agent.c]
285 more smartcard support.
543baeea 286 - mpech@cvs.openbsd.org 2001/06/26 05:48:07
287 [sshd.8]
288 remove unnecessary .Pp between .It;
289 millert@ ok
0c9664c2 290 - markus@cvs.openbsd.org 2001/06/26 05:50:11
291 [auth2.c]
292 new interface for secure_filename()
2a1e4639 293 - itojun@cvs.openbsd.org 2001/06/26 06:32:58
68fa858a 294 [atomicio.h authfd.h authfile.h auth.h auth-options.h bufaux.h
295 buffer.h canohost.h channels.h cipher.h clientloop.h compat.h
296 compress.h crc32.h deattack.h dh.h dispatch.h groupaccess.h
297 hostfile.h kex.h key.h log.h mac.h match.h misc.h mpaux.h packet.h
2a1e4639 298 radix.h readconf.h readpass.h rsa.h]
299 prototype pedant. not very creative...
300 - () -> (void)
301 - no variable names
1c06a9ca 302 - itojun@cvs.openbsd.org 2001/06/26 06:33:07
68fa858a 303 [servconf.h serverloop.h session.h sftp-client.h sftp-common.h
304 sftp-glob.h sftp-int.h sshconnect.h ssh-dss.h sshlogin.h sshpty.h
1c06a9ca 305 ssh-rsa.h tildexpand.h uidswap.h uuencode.h xmalloc.h]
306 prototype pedant. not very creative...
307 - () -> (void)
308 - no variable names
ced49be2 309 - dugsong@cvs.openbsd.org 2001/06/26 16:15:25
68fa858a 310 [auth1.c auth.h auth-krb4.c auth-passwd.c readconf.c readconf.h
ced49be2 311 servconf.c servconf.h session.c sshconnect1.c sshd.c]
68fa858a 312 Kerberos v5 support for SSH1, mostly from Assar Westerlund
ced49be2 313 <assar@freebsd.org> and Bjorn Gronvall <bg@sics.se>. markus@ ok
3474b2b4 314 - markus@cvs.openbsd.org 2001/06/26 17:25:34
315 [ssh.1]
316 document SSH_ASKPASS; fubob@MIT.EDU
255cabd9 317 - markus@cvs.openbsd.org 2001/06/26 17:27:25
68fa858a 318 [authfd.h authfile.h auth.h auth-options.h bufaux.h buffer.h
319 canohost.h channels.h cipher.h clientloop.h compat.h compress.h
320 crc32.h deattack.h dh.h dispatch.h groupaccess.c groupaccess.h
321 hostfile.h kex.h key.h log.c log.h mac.h misc.c misc.h mpaux.h
322 packet.h radix.h readconf.h readpass.h rsa.h servconf.h serverloop.h
323 session.h sftp-common.c sftp-common.h sftp-glob.h sftp-int.h
324 sshconnect.h ssh-dss.h sshlogin.h sshpty.h ssh-rsa.h sshtty.h
255cabd9 325 tildexpand.h uidswap.h uuencode.h xmalloc.h]
326 remove comments from .h, since they are cut&paste from the .c files
327 and out of sync
83f46621 328 - dugsong@cvs.openbsd.org 2001/06/26 17:41:49
329 [servconf.c]
330 #include <kafs.h>
57156994 331 - markus@cvs.openbsd.org 2001/06/26 20:14:11
332 [key.c key.h ssh.c sshconnect1.c sshconnect2.c]
333 add smartcard support to the client, too (now you can use both
334 the agent and the client).
335 - markus@cvs.openbsd.org 2001/06/27 02:12:54
336 [serverloop.c serverloop.h session.c session.h]
337 quick hack to make ssh2 work again.
80f8f24f 338 - markus@cvs.openbsd.org 2001/06/27 04:48:53
339 [auth.c match.c sshd.8]
340 tridge@samba.org
d0bfe096 341 - markus@cvs.openbsd.org 2001/06/27 05:35:42
342 [ssh-keygen.c]
343 use cyberflex_inq_class to inquire class.
2b63e803 344 - markus@cvs.openbsd.org 2001/06/27 05:42:25
345 [rsa.c rsa.h ssh-agent.c ssh-keygen.c]
346 s/generate_additional_parameters/rsa_generate_additional_parameters/
347 http://www.humppa.com/
34e02b83 348 - markus@cvs.openbsd.org 2001/06/27 06:26:36
349 [ssh-add.c]
350 convert to getopt(3)
d3260e12 351 - stevesk@cvs.openbsd.org 2001/06/28 19:57:35
352 [ssh-keygen.c]
353 '\0' terminated data[] is ok; ok markus@
49ccba9c 354 - markus@cvs.openbsd.org 2001/06/29 07:06:34
355 [ssh-keygen.c]
356 new error handling for cyberflex_*
542d70b8 357 - markus@cvs.openbsd.org 2001/06/29 07:11:01
358 [ssh-keygen.c]
359 initialize early
eea46d13 360 - stevesk@cvs.openbsd.org 2001/06/29 18:38:44
361 [clientloop.c]
362 sync function definition with declaration; ok markus@
8ab2cb35 363 - stevesk@cvs.openbsd.org 2001/06/29 18:40:28
364 [channels.c]
365 use socklen_t for getsockopt arg #5; ok markus@
b3f8a79c 366 - stevesk@cvs.openbsd.org 2001/06/30 18:08:40
367 [channels.c channels.h clientloop.c]
368 adress -> address; ok markus@
5b5d170c 369 - markus@cvs.openbsd.org 2001/07/02 13:59:15
370 [serverloop.c session.c session.h]
68fa858a 371 wait until !session_have_children(); bugreport from
5b5d170c 372 Lutz.Jaenicke@aet.TU-Cottbus.DE
613021ac 373 - markus@cvs.openbsd.org 2001/07/02 22:29:20
374 [readpass.c]
375 do not return NULL, use "" instead.
666248da 376 - markus@cvs.openbsd.org 2001/07/02 22:40:18
377 [ssh-keygen.c]
378 update for sectok.h interface changes.
3cf2be58 379 - markus@cvs.openbsd.org 2001/07/02 22:52:57
380 [channels.c channels.h serverloop.c]
381 improve cleanup/exit logic in ssh2:
382 stop listening to channels, detach channel users (e.g. sessions).
383 wait for children (i.e. dying sessions), send exit messages,
384 cleanup all channels.
637b033d 385 - (bal) forget a few new files in sync up.
06be7c3b 386 - (bal) Makefile fix up requires scard.c
ac96ca42 387 - (stevesk) sync misc.h
9c328529 388 - (stevesk) more sync for session.c
4f1f4d8d 389 - (stevesk) sync servconf.h (comments)
afb9165e 390 - (tim) [contrib/caldera/openssh.spec] sync with Caldera
d9e3d19f 391 - (tim) [openbsd-compat/dirname.h] Remove ^M causing some compilers to
392 issue warning (line 1: tokens ignored at end of directive line)
393 - (tim) [sshconnect1.c] give the compiler something to do for success:
394 if KRB5 and AFS are not defined
395 (ERROR: "sshconnect1.c", line 1274: Syntax error before or at: })
637b033d 396
aa8d09da 39720010629
398 - (bal) Removed net_aton() since we don't use it any more
64c4b8d7 399 - (bal) Fixed _DISABLE_VPOSIX in readpassphrase.c.
7af3215a 400 - (bal) Updated zlib's home. Thanks to David Howe <DaveHowe@gmx.co.uk>.
16adf618 401 - (stevesk) remove _REENTRANT #define
16995a2c 402 - (stevesk) session.c: use u_int for envsize
6a26f353 403 - (stevesk) remove cli.[ch]
aa8d09da 404
f11065cb 40520010628
406 - (djm) Sync openbsd-compat with -current libc
68fa858a 407 - (djm) Fix from Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE> for my
050df9db 408 broken makefile
07608451 409 - (bal) Removed strtok_r() and inet_ntop() since they are no longer used.
410 - (bal) Remove getusershell() since it's no longer used.
f11065cb 411
78220944 41220010627
413 - (djm) Reintroduce pam_session call for non-pty sessions.
68fa858a 414 - (djm) Remove redundant and incorrect test for max auth attempts in
415 PAM kbdint code. Based on fix from Matthew Melvin
763dfdf0 416 <matthewm@webcentral.com.au>
f0194608 417 - (djm) Rename sysconfdir/primes => sysconfdir/moduli
68fa858a 418 - (djm) Oops, forgot make logic for primes=>moduli. Also try to rename
ff4955c9 419 existing primes->moduli if it exists.
0eb1a22d 420 - (djm) Sync with -current openbsd-compat/readpassphrase.c:
421 - djm@cvs.openbsd.org 2001/06/27 13:23:30
422 typo, spotted by Tom Holroyd <tomh@po.crl.go.jp>; ok deraadt@
5ed2bb5b 423 - (djm) Turn up warnings if gcc or egcs detected
b8fea62d 424 - (stevesk) for HP-UX 11.X use X/Open socket interface;
425 pulls in modern socket prototypes and eliminates a number of compiler
426 warnings. see xopen_networking(7).
fef01705 427 - (stevesk) fix x11 forwarding from _PATH_XAUTH change
28564873 428 - (stevesk) use X/Open socket interface for HP-UX 10.X also
78220944 429
e16f4ac8 43020010625
0cd000dd 431 - OpenBSD CVS Sync
bc233fdf 432 - markus@cvs.openbsd.org 2001/06/21 21:08:25
433 [session.c]
434 don't reset forced_command (we allow multiple login shells in
435 ssh2); dwd@bell-labs.com
a5a2da3b 436 - mpech@cvs.openbsd.org 2001/06/22 10:17:51
437 [ssh.1 sshd.8 ssh-keyscan.1]
438 o) .Sh AUTHOR -> .Sh AUTHORS;
439 o) remove unnecessary .Pp;
440 o) better -mdoc style;
441 o) typo;
442 o) sort SEE ALSO;
a5a2da3b 443 aaron@ ok
e2854364 444 - provos@cvs.openbsd.org 2001/06/22 21:27:08
445 [dh.c pathnames.h]
446 use /etc/moduli instead of /etc/primes, okay markus@
e2432638 447 - provos@cvs.openbsd.org 2001/06/22 21:28:53
448 [sshd.8]
449 document /etc/moduli
96a7b0cc 450 - markus@cvs.openbsd.org 2001/06/22 21:55:49
68fa858a 451 [auth2.c auth-rsa.c pathnames.h ssh.1 sshd.8 sshd_config
96a7b0cc 452 ssh-keygen.1]
453 merge authorized_keys2 into authorized_keys.
454 authorized_keys2 is used for backward compat.
455 (just append authorized_keys2 to authorized_keys).
826676b3 456 - provos@cvs.openbsd.org 2001/06/22 21:57:59
457 [dh.c]
458 increase linebuffer to deal with larger moduli; use rewind instead of
459 close/open
bc233fdf 460 - markus@cvs.openbsd.org 2001/06/22 22:21:20
461 [sftp-server.c]
462 allow long usernames/groups in readdir
a599bd06 463 - markus@cvs.openbsd.org 2001/06/22 23:35:21
2e000c58 464 [ssh.c]
465 don't overwrite argv (fixes ssh user@host in 'ps'), report by ericj@
cb220a93 466 - deraadt@cvs.openbsd.org 2001/06/23 00:16:16
467 [scp.c]
468 slightly better care
d0c8ca5c 469 - markus@cvs.openbsd.org 2001/06/23 00:20:57
470 [auth2.c auth.c auth.h auth-rh-rsa.c]
471 *known_hosts2 is obsolete for hostbased authentication and
472 only used for backward compat. merge ssh1/2 hostkey check
473 and move it to auth.c
e16f4ac8 474 - deraadt@cvs.openbsd.org 2001/06/23 02:33:05
475 [sftp.1 sftp-server.8 ssh-keygen.1]
476 join .%A entries; most by bk@rt.fm
f49bc4f7 477 - markus@cvs.openbsd.org 2001/06/23 02:34:33
68fa858a 478 [kexdh.c kexgex.c kex.h pathnames.h readconf.c servconf.h ssh.1
f49bc4f7 479 sshconnect1.c sshconnect2.c sshconnect.c sshconnect.h sshd.8]
68fa858a 480 get rid of known_hosts2, use it for hostkey lookup, but do not
f49bc4f7 481 modify.
7d747e89 482 - markus@cvs.openbsd.org 2001/06/23 03:03:59
483 [sshd.8]
484 draft-ietf-secsh-dh-group-exchange-01.txt
73473230 485 - markus@cvs.openbsd.org 2001/06/23 03:04:42
486 [auth2.c auth-rh-rsa.c]
487 restore correct ignore_user_known_hosts logic.
c10d042a 488 - markus@cvs.openbsd.org 2001/06/23 05:26:02
489 [key.c]
490 handle sigature of size 0 (some broken clients send this).
7b518233 491 - deraadt@cvs.openbsd.org 2001/06/23 05:57:09
492 [sftp.1 sftp-server.8 ssh-keygen.1]
493 ok, tmac is now fixed
2e0becb6 494 - markus@cvs.openbsd.org 2001/06/23 06:41:10
495 [ssh-keygen.c]
496 try to decode ssh-3.0.0 private rsa keys
497 (allow migration to openssh, not vice versa), #910
396c147e 498 - itojun@cvs.openbsd.org 2001/06/23 15:12:20
68fa858a 499 [auth1.c auth2.c auth2-chall.c authfd.c authfile.c auth-rhosts.c
500 canohost.c channels.c cipher.c clientloop.c deattack.c dh.c
501 hostfile.c kex.c kexdh.c kexgex.c key.c nchan.c packet.c radix.c
502 readpass.c scp.c servconf.c serverloop.c session.c sftp.c
503 sftp-client.c sftp-glob.c sftp-int.c sftp-server.c ssh-add.c
504 ssh-agent.c ssh.c sshconnect1.c sshconnect2.c sshconnect.c sshd.c
396c147e 505 ssh-keygen.c ssh-keyscan.c]
68fa858a 506 more strict prototypes. raise warning level in Makefile.inc.
396c147e 507 markus ok'ed
508 TODO; cleanup headers
a599bd06 509 - markus@cvs.openbsd.org 2001/06/23 17:05:22
510 [ssh-keygen.c]
511 fix import for (broken?) ssh.com/f-secure private keys
512 (i tested > 1000 RSA keys)
3730bb22 513 - itojun@cvs.openbsd.org 2001/06/23 17:48:18
514 [sftp.1 ssh.1 sshd.8 ssh-keyscan.1]
515 kill whitespace at EOL.
3aca00a3 516 - markus@cvs.openbsd.org 2001/06/23 19:12:43
517 [sshd.c]
518 pidfile/sigterm race; bbraun@synack.net
ce404659 519 - markus@cvs.openbsd.org 2001/06/23 22:37:46
520 [sshconnect1.c]
521 consistent with ssh2: skip key if empty passphrase is entered,
522 retry num_of_passwd_prompt times if passphrase is wrong. ok fgsch@
2cee8a25 523 - markus@cvs.openbsd.org 2001/06/24 05:25:10
524 [auth-options.c match.c match.h]
525 move ip+hostname check to match.c
1843a425 526 - markus@cvs.openbsd.org 2001/06/24 05:35:33
527 [readpass.c readpass.h ssh-add.c sshconnect2.c ssh-keygen.c]
528 switch to readpassphrase(3)
529 2.7/8-stable needs readpassphrase.[ch] from libc
80097c54 530 - markus@cvs.openbsd.org 2001/06/24 05:47:13
531 [sshconnect2.c]
532 oops, missing format string
b4e7177c 533 - markus@cvs.openbsd.org 2001/06/24 17:18:31
534 [ttymodes.c]
535 passing modes works fine: debug2->3
ab88181c 536 - (djm) -Wall fix for session.c
3159d49a 537 - (djm) Bring in readpassphrase() from OpenBSD libc. Compiles OK on Linux and
538 Solaris
0cd000dd 539
7751d4eb 54020010622
541 - (stevesk) handle systems without pw_expire and pw_change.
542
e04e7a19 54320010621
544 - OpenBSD CVS Sync
545 - markus@cvs.openbsd.org 2001/06/16 08:49:38
546 [misc.c]
547 typo; dunlap@apl.washington.edu
c03175c6 548 - markus@cvs.openbsd.org 2001/06/16 08:50:39
549 [channels.h]
550 bad //-style comment; thx to stevev@darkwing.uoregon.edu
08c260ea 551 - markus@cvs.openbsd.org 2001/06/16 08:57:35
552 [scp.c]
553 no stdio or exit() in signal handlers.
c4d49b85 554 - markus@cvs.openbsd.org 2001/06/16 08:58:34
555 [misc.c]
556 copy pw_expire and pw_change, too.
dac6753b 557 - markus@cvs.openbsd.org 2001/06/19 12:34:09
558 [session.c]
559 cleanup forced command handling, from dwd@bell-labs.com
ff027d84 560 - markus@cvs.openbsd.org 2001/06/19 14:09:45
561 [session.c sshd.8]
562 disable x11-fwd if use_login is enabled; from lukem@wasabisystems.com
c95add71 563 - markus@cvs.openbsd.org 2001/06/19 15:40:45
564 [session.c]
565 allocate and free at the same level.
d6746a0b 566 - markus@cvs.openbsd.org 2001/06/20 13:56:39
567 [channels.c channels.h clientloop.c packet.c serverloop.c]
568 move from channel_stop_listening to channel_free_all,
569 call channel_free_all before calling waitpid() in serverloop.
570 fixes the utmp handling; report from Lutz.Jaenicke@aet.TU-Cottbus.DE
e04e7a19 571
5ad9f968 57220010615
573 - (stevesk) don't set SA_RESTART and set SIGCHLD to SIG_DFL
574 around grantpt().
f7940aa9 575 - (stevesk) update TODO: STREAMS pty systems don't call vhangup() now
5ad9f968 576
eb26141e 57720010614
578 - OpenBSD CVS Sync
579 - markus@cvs.openbsd.org 2001/06/13 09:10:31
580 [session.c]
581 typo, use pid not s->pid, mstone@cs.loyola.edu
582
86066315 58320010613
eb26141e 584 - OpenBSD CVS Sync
86066315 585 - markus@cvs.openbsd.org 2001/06/12 10:58:29
586 [session.c]
587 merge session_free into session_close()
588 merge pty_cleanup_proc into session_pty_cleanup()
653d5f86 589 - markus@cvs.openbsd.org 2001/06/12 16:10:38
590 [session.c]
591 merge ssh1/ssh2 tty msg parse and alloc code
76735fe3 592 - markus@cvs.openbsd.org 2001/06/12 16:11:26
593 [packet.c]
594 do not log() packet_set_maxsize
b44de2b1 595 - markus@cvs.openbsd.org 2001/06/12 21:21:29
596 [session.c]
597 remove xauth-cookie-in-tmp handling. use default $XAUTHORITY, since
598 we do already trust $HOME/.ssh
599 you can use .ssh/sshrc and .ssh/environment if you want to customize
600 the location of the xauth cookies
7a313633 601 - markus@cvs.openbsd.org 2001/06/12 21:30:57
602 [session.c]
603 unused
86066315 604
2c9d881a 60520010612
38296b32 606 - scp.c ID update (upstream synced vfsprintf() from us)
607 - OpenBSD CVS Sync
2c9d881a 608 - markus@cvs.openbsd.org 2001/06/10 11:29:20
609 [dispatch.c]
610 we support rekeying
611 protocol errors are fatal.
1500bcdd 612 - markus@cvs.openbsd.org 2001/06/11 10:18:24
613 [session.c]
614 reset pointer to NULL after xfree(); report from solar@openwall.com
f740438e 615 - markus@cvs.openbsd.org 2001/06/11 16:04:38
616 [sshd.8]
617 typo; bdubreuil@crrel.usace.army.mil
2c9d881a 618
b4d02860 61920010611
68fa858a 620 - (bal) NeXT/MacOS X lack libgen.h and dirname(). Patch by Mark Miller
621 <markm@swoon.net>
224cbdcc 622 - (bal) Handle broken krb4 issues on Solaris with multiple defined u_*_t
68fa858a 623 types. Patch by Jan IVEN <Jan.Iven@cern.ch>
0bb724ce 624 - (bal) Fixed Makefile.in so that 'configure; make install' works.
b4d02860 625
bf093080 62620010610
627 - (bal) Missed two files in major resync. auth-bsdauth.c and auth-skey.c
628
e697bda7 62920010609
630 - OpenBSD CVS Sync
631 - markus@cvs.openbsd.org 2001/05/30 12:55:13
68fa858a 632 [auth-options.c auth2.c channels.c channels.h clientloop.c nchan.c
e697bda7 633 packet.c serverloop.c session.c ssh.c ssh1.h]
634 channel layer cleanup: merge header files and split .c files
36e1f6a1 635 - markus@cvs.openbsd.org 2001/05/30 15:20:10
636 [ssh.c]
637 merge functions, simplify.
a5efa1bb 638 - markus@cvs.openbsd.org 2001/05/31 10:30:17
68fa858a 639 [auth-options.c auth2.c channels.c channels.h clientloop.c nchan.c
a5efa1bb 640 packet.c serverloop.c session.c ssh.c]
68fa858a 641 undo the .c file split, just merge the header and keep the cvs
a5efa1bb 642 history
68fa858a 643 - (bal) Channels.c and Channels.h -- "Merge Functions, simplify" (draged
8e7895b8 644 out of ssh Attic)
68fa858a 645 - (bal) Ooops.. nchan.c (and remove nchan.h) resync from OpenBSD ssh
a98da4aa 646 Attic.
647 - OpenBSD CVS Sync
648 - markus@cvs.openbsd.org 2001/05/31 13:08:04
649 [sshd_config]
650 group options and add some more comments
e4f7282d 651 - markus@cvs.openbsd.org 2001/06/03 14:55:39
652 [channels.c channels.h session.c]
68fa858a 653 use fatal_register_cleanup instead of atexit, sync with x11 authdir
e4f7282d 654 handling
e5b71e99 655 - markus@cvs.openbsd.org 2001/06/03 19:36:44
656 [ssh-keygen.1]
657 1-2 bits of entrophy per character (not per word), ok stevesk@
4fc334a2 658 - markus@cvs.openbsd.org 2001/06/03 19:38:42
659 [scp.c]
660 pass -v to ssh; from slade@shore.net
f5e69c65 661 - markus@cvs.openbsd.org 2001/06/03 20:06:11
662 [auth2-chall.c]
68fa858a 663 the challenge response device decides how to handle non-existing
f5e69c65 664 users.
665 -> fake challenges for skey and cryptocard
f0f32b8e 666 - markus@cvs.openbsd.org 2001/06/04 21:59:43
667 [channels.c channels.h session.c]
68fa858a 668 switch uid when cleaning up tmp files and sockets; reported by
f0f32b8e 669 zen-parse@gmx.net on bugtraq
c9130033 670 - markus@cvs.openbsd.org 2001/06/04 23:07:21
671 [clientloop.c serverloop.c sshd.c]
68fa858a 672 set flags in the signal handlers, do real work in the main loop,
c9130033 673 ok provos@
8dcd9d5c 674 - markus@cvs.openbsd.org 2001/06/04 23:16:16
675 [session.c]
676 merge ssh1/2 x11-fwd setup, create listener after tmp-dir
aa144206 677 - pvalchev@cvs.openbsd.org 2001/06/05 05:05:39
678 [ssh-keyscan.1 ssh-keyscan.c]
679 License clarification from David Mazieres, ok deraadt@
750c256a 680 - markus@cvs.openbsd.org 2001/06/05 10:24:32
681 [channels.c]
682 don't delete the auth socket in channel_stop_listening()
683 auth_sock_cleanup_proc() will take care of this.
fc2a1d28 684 - markus@cvs.openbsd.org 2001/06/05 16:46:19
685 [session.c]
686 let session_close() delete the pty. deny x11fwd if xauthfile is set.
d87596b0 687 - markus@cvs.openbsd.org 2001/06/06 23:13:54
688 [ssh-dss.c ssh-rsa.c]
689 cleanup, remove old code
edf9ae81 690 - markus@cvs.openbsd.org 2001/06/06 23:19:35
691 [ssh-add.c]
692 remove debug message; Darren.Moffat@eng.sun.com
2a6a054e 693 - markus@cvs.openbsd.org 2001/06/07 19:57:53
694 [auth2.c]
695 style is used for bsdauth.
696 disconnect on user/service change (ietf-drafts)
449c5ba5 697 - markus@cvs.openbsd.org 2001/06/07 20:23:05
68fa858a 698 [authfd.c authfile.c channels.c kexdh.c kexgex.c packet.c ssh.c
449c5ba5 699 sshconnect.c sshconnect1.c]
700 use xxx_put_cstring()
e6abba31 701 - markus@cvs.openbsd.org 2001/06/07 22:25:02
702 [session.c]
703 don't overwrite errno
704 delay deletion of the xauth cookie
fd9ede94 705 - markus@cvs.openbsd.org 2001/06/08 15:25:40
706 [includes.h pathnames.h readconf.c servconf.c]
707 move the path for xauth to pathnames.h
0abe778b 708 - (bal) configure.in fix for Tru64 (forgeting to reset $LIB)
83c17f20 709 - (bal) ANSIify strmode()
68fa858a 710 - (bal) --with-catman should be --with-mantype patch by Dave
711 Dykstra <dwd@bell-labs.com>
fd9ede94 712
4869a96f 71320010606
e697bda7 714 - OpenBSD CVS Sync
68fa858a 715 - markus@cvs.openbsd.org 2001/05/17 21:34:15
e697bda7 716 [ssh.1]
68fa858a 717 no spaces in PreferredAuthentications;
5ba55ada 718 meixner@rbg.informatik.tu-darmstadt.de
719 - markus@cvs.openbsd.org 2001/05/18 14:13:29
68fa858a 720 [auth-chall.c auth.h auth1.c auth2-chall.c auth2.c readconf.c
5ba55ada 721 readconf.h servconf.c servconf.h sshconnect1.c sshconnect2.c sshd.c]
722 improved kbd-interactive support. work by per@appgate.com and me
bc03d5aa 723 - djm@cvs.openbsd.org 2001/05/19 00:36:40
724 [session.c]
725 Disable X11 forwarding if xauth binary is not found. Patch from Nalin
726 Dahyabhai <nalin@redhat.com>; ok markus@
68fa858a 727 - markus@cvs.openbsd.org 2001/05/19 16:05:41
728 [scp.c]
3e4fc5f9 729 ftruncate() instead of open()+O_TRUNC like rcp.c does
68fa858a 730 allows scp /path/to/file localhost:/path/to/file
731 - markus@cvs.openbsd.org 2001/05/19 16:08:43
732 [sshd.8]
a18395da 733 sort options; Matthew.Stier@fnc.fujitsu.com
68fa858a 734 - markus@cvs.openbsd.org 2001/05/19 16:32:16
735 [ssh.1 sshconnect2.c]
736 change preferredauthentication order to
737 publickey,hostbased,password,keyboard-interactive
3398dda9 738 document that hostbased defaults to no, document order
47bf6266 739 - markus@cvs.openbsd.org 2001/05/19 16:46:19
68fa858a 740 [ssh.1 sshd.8]
741 document MACs defaults with .Dq
742 - stevesk@cvs.openbsd.org 2001/05/19 19:43:57
743 [misc.c misc.h servconf.c sshd.8 sshd.c]
744 sshd command-line arguments and configuration file options that
745 specify time may be expressed using a sequence of the form:
e2b1fb42 746 time[qualifier], where time is a positive integer value and qualifier
68fa858a 747 is one of the following:
748 <none>,s,m,h,d,w
749 Examples:
750 600 600 seconds (10 minutes)
751 10m 10 minutes
752 1h30m 1 hour 30 minutes (90 minutes)
753 ok markus@
7e8c18e9 754 - stevesk@cvs.openbsd.org 2001/05/19 19:57:09
68fa858a 755 [channels.c]
756 typo in error message
e697bda7 757 - markus@cvs.openbsd.org 2001/05/20 17:20:36
c8445989 758 [auth-rsa.c auth.c auth.h auth2.c servconf.c servconf.h sshd.8
759 sshd_config]
68fa858a 760 configurable authorized_keys{,2} location; originally from peter@;
761 ok djm@
1ddf764b 762 - markus@cvs.openbsd.org 2001/05/24 11:12:42
68fa858a 763 [auth.c]
764 fix comment; from jakob@
765 - stevesk@cvs.openbsd.org 2001/05/24 18:57:53
766 [clientloop.c readconf.c ssh.c ssh.h]
4bf9c10e 767 don't perform escape processing when ``EscapeChar none''; ok markus@
abe0fb9f 768 - markus@cvs.openbsd.org 2001/05/25 14:37:32
68fa858a 769 [ssh-keygen.c]
770 use -P for -e and -y, too.
63cd7dd0 771 - markus@cvs.openbsd.org 2001/05/28 08:04:39
68fa858a 772 [ssh.c]
773 fix usage()
774 - markus@cvs.openbsd.org 2001/05/28 10:08:55
775 [authfile.c]
eb2e1595 776 key_load_private: set comment to filename for PEM keys
2cf27bc4 777 - markus@cvs.openbsd.org 2001/05/28 22:51:11
68fa858a 778 [cipher.c cipher.h]
779 simpler 3des for ssh1
780 - markus@cvs.openbsd.org 2001/05/28 23:14:49
781 [channels.c channels.h nchan.c]
6fd8622b 782 undo broken channel fix and try a different one. there
68fa858a 783 should be still some select errors...
784 - markus@cvs.openbsd.org 2001/05/28 23:25:24
785 [channels.c]
786 cleanup, typo
08dcb5d7 787 - markus@cvs.openbsd.org 2001/05/28 23:58:35
68fa858a 788 [packet.c packet.h sshconnect.c sshd.c]
789 remove some lines, simplify.
a10bdd7c 790 - markus@cvs.openbsd.org 2001/05/29 12:31:27
68fa858a 791 [authfile.c]
792 typo
5ba55ada 793
5cde8062 79420010528
795 - (tim) [conifgure.in] add setvbuf test needed for sftp-int.c
796 Patch by Corinna Vinschen <vinschen@redhat.com>
797
362df52e 79820010517
799 - OpenBSD CVS Sync
800 - markus@cvs.openbsd.org 2001/05/12 19:53:13
801 [sftp-server.c]
802 readlink does not NULL-terminate; mhe@home.se
6efa3d14 803 - deraadt@cvs.openbsd.org 2001/05/15 22:04:01
804 [ssh.1]
805 X11 forwarding details improved
70ea8327 806 - markus@cvs.openbsd.org 2001/05/16 20:51:57
807 [authfile.c]
808 return comments for private pem files, too; report from nolan@naic.edu
24b6b45f 809 - markus@cvs.openbsd.org 2001/05/16 21:53:53
810 [clientloop.c]
811 check for open sessions before we call select(); fixes the x11 client
812 bug reported by bowman@math.ualberta.ca
7231bd47 813 - markus@cvs.openbsd.org 2001/05/16 22:09:21
814 [channels.c nchan.c]
815 more select() error fixes (don't set rfd/wfd to -1).
7043a38d 816 - (bal) Enabled USE_PIPES for Cygwin on Corinna Vinschen <vinschen@redhat.com>
68fa858a 817 - (bal) Corrected on_exit() emulation via atexit().
362df52e 818
89aa792b 81920010512
820 - OpenBSD CVS Sync
821 - markus@cvs.openbsd.org 2001/05/11 14:59:56
822 [clientloop.c misc.c misc.h]
823 add unset_nonblock for stdout/err flushing in client_loop().
286e38f7 824 - (bal) Patch to partial sync up contrib/solaris/ packaging software.
825 Patch by pete <ninjaz@webexpress.com>
89aa792b 826
97430469 82720010511
828 - OpenBSD CVS Sync
829 - markus@cvs.openbsd.org 2001/05/09 22:51:57
830 [channels.c]
831 fix -R for protocol 2, noticed by greg@nest.cx.
832 bug was introduced with experimental dynamic forwarding.
a16092bb 833 - markus@cvs.openbsd.org 2001/05/09 23:01:31
834 [rijndael.h]
835 fix prototype; J.S.Peatfield@damtp.cam.ac.uk
97430469 836
588f4ed0 83720010509
838 - OpenBSD CVS Sync
839 - markus@cvs.openbsd.org 2001/05/06 21:23:31
840 [cli.c]
841 cli_read() fails to catch SIGINT + overflow; from obdb@zzlevo.net
d18e0850 842 - markus@cvs.openbsd.org 2001/05/08 19:17:31
a01a10dd 843 [channels.c serverloop.c clientloop.c]
d18e0850 844 adds correct error reporting to async connect()s
68fa858a 845 fixes the server-discards-data-before-connected-bug found by
d18e0850 846 onoe@sm.sony.co.jp
8a624ebf 847 - mouring@cvs.openbsd.org 2001/05/08 19:45:25
848 [misc.c misc.h scp.c sftp.c]
849 Use addargs() in sftp plus some clean up of addargs(). OK Markus
1b02d786 850 - markus@cvs.openbsd.org 2001/05/06 21:45:14
851 [clientloop.c]
68fa858a 852 use atomicio for flushing stdout/stderr bufs. thanks to
1b02d786 853 jbw@izanami.cee.hw.ac.uk
010980f6 854 - markus@cvs.openbsd.org 2001/05/08 22:48:07
855 [atomicio.c]
856 no need for xmalloc.h, thanks to espie@
68fa858a 857 - (bal) UseLogin patch for Solaris/UNICOS. Patch by Wayne Davison
7e2d5fa4 858 <wayne@blorf.net>
99c8ddac 859 - (bal) ./configure support to disable SIA on OSF1. Patch by
860 Chris Adams <cmadams@hiwaay.net>
68fa858a 861 - (bal) Updates from the Sony NEWS-OS platform by NAKAJI Hiroyuki
b81c369b 862 <nakaji@tutrp.tut.ac.jp>
588f4ed0 863
7b22534a 86420010508
68fa858a 865 - (bal) Fixed configure test for USE_SIA.
7b22534a 866
94539b2a 86720010506
868 - (djm) Update config.guess and config.sub with latest versions (from
869 ftp://ftp.gnu.org/gnu/config/) to allow configure on ia64-hpux.
870 Suggested by Jason Mader <jason@ncac.gwu.edu>
96c63318 871 - (bal) White Space and #ifdef sync with OpenBSD
044b0662 872 - (bal) Add 'seed_rng()' to ssh-add.c
9e9bd8c0 873 - (bal) CVS ID updates for readpass.c, readpass.h, cli.c, and cli.h
cf7ff074 874 - OpenBSD CVS Sync
875 - stevesk@cvs.openbsd.org 2001/05/05 13:42:52
876 [sftp.1 ssh-add.1 ssh-keygen.1]
877 typos, grammar
94539b2a 878
98143cfc 87920010505
880 - OpenBSD CVS Sync
881 - stevesk@cvs.openbsd.org 2001/05/04 14:21:56
882 [ssh.1 sshd.8]
883 typos
5b9601c8 884 - markus@cvs.openbsd.org 2001/05/04 14:34:34
885 [channels.c]
94539b2a 886 channel_new() reallocs channels[], we cannot use Channel *c after
887 calling channel_new(), XXX fix this in the future...
719fc62f 888 - markus@cvs.openbsd.org 2001/05/04 23:47:34
889 [channels.c channels.h clientloop.c nchan.c nchan.h serverloop.c ssh.c]
68fa858a 890 move to Channel **channels (instead of Channel *channels), fixes realloc
891 problems. channel_new now returns a Channel *, favour Channel * over
719fc62f 892 channel id. remove old channel_allocate interface.
98143cfc 893
f92fee1f 89420010504
895 - OpenBSD CVS Sync
896 - stevesk@cvs.openbsd.org 2001/05/03 15:07:39
897 [channels.c]
898 typo in debug() string
503e7e5b 899 - markus@cvs.openbsd.org 2001/05/03 15:45:15
900 [session.c]
901 exec shell -c /bin/sh .ssh/sshrc, from abartlet@pcug.org.au
c98cab9b 902 - stevesk@cvs.openbsd.org 2001/05/03 21:43:01
903 [servconf.c]
904 remove "\n" from fatal()
1fcde3fe 905 - mouring@cvs.openbsd.org 2001/05/03 23:09:53
906 [misc.c misc.h scp.c sftp.c]
907 Move colon() and cleanhost() to misc.c where I should I have put it in
908 the first place
044aa419 909 - (bal) Updated Cygwin README by Corinna Vinschen <vinschen@redhat.com>
c7ccfd39 910 - (bal) Avoid socket file security issues in ssh-agent for Cygwin.
911 Patch by Egor Duda <deo@logos-m.ru>
f92fee1f 912
065604bb 91320010503
914 - OpenBSD CVS Sync
915 - markus@cvs.openbsd.org 2001/05/02 16:41:20
916 [ssh-add.c]
917 fix prompt for ssh-add.
918
742ee8f2 91920010502
920 - OpenBSD CVS Sync
921 - mouring@cvs.openbsd.org 2001/05/02 01:25:39
922 [readpass.c]
923 Put the 'const' back into ssh_askpass() function. Pointed out
924 by Mark Miller <markm@swoon.net>. OK Markus
925
3435f5a6 92620010501
927 - OpenBSD CVS Sync
928 - markus@cvs.openbsd.org 2001/04/30 11:18:52
929 [readconf.c readconf.h ssh.1 ssh.c sshconnect.c]
930 implement 'ssh -b bind_address' like 'telnet -b'
eef7adcb 931 - markus@cvs.openbsd.org 2001/04/30 15:50:46
932 [compat.c compat.h kex.c]
933 allow interop with weaker key generation used by ssh-2.0.x, x < 10
ec430473 934 - markus@cvs.openbsd.org 2001/04/30 16:02:49
935 [compat.c]
936 ssh-2.0.10 has the weak-key-bug, too.
3ca6cc45 937 - (tim) [contrib/caldera/openssh.spec] add Requires line for Caldera 3.1
3435f5a6 938
e8171bff 93920010430
39aefe7b 940 - OpenBSD CVS Sync
941 - markus@cvs.openbsd.org 2001/04/29 18:32:52
942 [serverloop.c]
943 fix whitespace
fbe90f7b 944 - markus@cvs.openbsd.org 2001/04/29 19:16:52
945 [channels.c clientloop.c compat.c compat.h serverloop.c]
946 more ssh.com-2.0.x bug-compat; from per@appgate.com
e8171bff 947 - (tim) New version of mdoc2man.pl from Mark D. Roth <roth+openssh@feep.net>
0b47e48f 948 - (djm) Add .cvsignore files, suggested by Wayne Davison <wayne@blorf.net>
39aefe7b 949
baf8c81a 95020010429
951 - (bal) Updated INSTALL. PCRE moved to a new place.
e878ffe1 952 - (djm) Release OpenSSH-2.9p1
baf8c81a 953
0096ac62 95420010427
955 - (bal) Fixed uidswap.c so it should work on non-posix complient systems.
956 patch based on 2.5.2 version by djm.
95595a77 957 - (bal) Build manpages and config files once unless changed. Patch by
958 Carson Gaspar <carson@taltos.org>
68fa858a 959 - (bal) arpa/nameser.h does not exist on Cygwin. Patch by Corinna
4a2df58f 960 Vinschen <vinschen@redhat.com>
5ef815d7 961 - (bal) Add /etc/sysconfig/sshd support to redhat's sshd.init. Patch by
962 Pekka Savola <pekkas@netcore.fi>
68fa858a 963 - (bal) Cygwin lacks setgroups() API. Patch by Corinna Vinschen
229be2df 964 <vinschen@redhat.com>
cc3ccfdc 965 - (bal) version.h synced, RPM specs updated for 2.9
b1e2a48c 966 - (tim) update contrib/caldera files with what Caldera is using.
967 <sps@caldera.de>
0096ac62 968
b587c165 96920010425
970 - OpenBSD CVS Sync
971 - markus@cvs.openbsd.org 2001/04/23 21:57:07
972 [ssh-keygen.1 ssh-keygen.c]
973 allow public key for -e, too
012bc0e1 974 - markus@cvs.openbsd.org 2001/04/23 22:14:13
975 [ssh-keygen.c]
976 remove debug
f8252c48 977 - (bal) Whitespace resync w/ OpenBSD for uidswap.c
10f72868 978 - (djm) Add new server configuration directive 'PAMAuthenticationViaKbdInt'
68fa858a 979 (default: off), implies KbdInteractiveAuthentication. Suggestion from
10f72868 980 markus@
c2d059b5 981 - (djm) Include crypt.h if available in auth-passwd.c
533875af 982 - tim@mindrot.org 2001/04/25 21:38:01 [configure.in]
983 man page detection fixes for SCO
b587c165 984
da89cf4d 98520010424
986 - OpenBSD CVS Sync
987 - markus@cvs.openbsd.org 2001/04/22 23:58:36
988 [ssh-keygen.1 ssh.1 sshd.8]
989 document hostbased and other cleanup
5e29aeaf 990 - (stevesk) start_pam() doesn't use DNS now for sshd -u0.
3cc990d7 991 - (stevesk) auth-pam.c: use PERMIT_NO_PASSWD
68fa858a 992 - (bal) sys/queue.h is bogus for NCR platform. Patch by Daniel Carroll
d8e76a0a 993 <dan@mesastate.edu>
3644dc25 994 - (bal) Fixed contrib/postinstall.in. Patch by wsanders@wsanders.net
da89cf4d 995
a3626e12 99620010422
997 - OpenBSD CVS Sync
998 - markus@cvs.openbsd.org 2001/04/20 16:32:22
999 [uidswap.c]
1000 set non-privileged gid before uid; tholo@ and deraadt@
1a726b04 1001 - mouring@cvs.openbsd.org 2001/04/21 00:55:57
1002 [sftp.1]
1003 Spelling
67b964a1 1004 - djm@cvs.openbsd.org 2001/04/22 08:13:30
1005 [ssh.1]
1006 typos spotted by stevesk@; ok deraadt@
ba917921 1007 - markus@cvs.openbsd.org 2001/04/22 12:34:05
1008 [scp.c]
1009 scp > 2GB; niles@scyld.com; ok deraadt@, djm@
5deceabb 1010 - markus@cvs.openbsd.org 2001/04/22 13:25:37
1011 [ssh-keygen.1 ssh-keygen.c]
1012 rename arguments -x -> -e (export key), -X -> -i (import key)
1013 xref draft-ietf-secsh-publickeyfile-01.txt
2cad6cef 1014 - markus@cvs.openbsd.org 2001/04/22 13:32:27
1015 [sftp-server.8 sftp.1 ssh.1 sshd.8]
1016 xref draft-ietf-secsh-*
bcaa828e 1017 - markus@cvs.openbsd.org 2001/04/22 13:41:02
1018 [ssh-keygen.1 ssh-keygen.c]
1019 style, noted by stevesk; sort flags in usage
a3626e12 1020
df841692 102120010421
1022 - OpenBSD CVS Sync
1023 - djm@cvs.openbsd.org 2001/04/20 07:17:51
1024 [clientloop.c ssh.1]
1025 Split out and improve escape character documentation, mention ~R in
1026 ~? help text; ok markus@
0e7e0abe 1027 - Update RPM spec files for CVS version.h
1ddee76b 1028 - (stevesk) set the default PAM service name to __progname instead
1029 of the hard-coded value "sshd"; from Mark D. Roth <roth@feep.net>
4b28be2c 1030 - (stevesk) document PAM service name change in INSTALL
13dd877b 1031 - tim@mindrot.org 2001/04/21 14:25:57 [Makefile.in configure.in]
1032 fix perl test, fix nroff test, fix Makefile to build outside source tree
df841692 1033
05cc0c99 103420010420
68fa858a 1035 - OpenBSD CVS Sync
05cc0c99 1036 - ian@cvs.openbsd.org 2001/04/18 16:21:05
68fa858a 1037 [ssh-keyscan.1]
1038 Fix typo reported in PR/1779
1039 - markus@cvs.openbsd.org 2001/04/18 21:57:42
1040 [readpass.c ssh-add.c]
561e5254 1041 call askpass from ssh, too, based on work by roth@feep.net, ok deraadt
68fa858a 1042 - markus@cvs.openbsd.org 2001/04/18 22:03:45
1043 [auth2.c sshconnect2.c]
f98c3421 1044 use FDQN with trailing dot in the hostbased auth packets, ok deraadt@
57a5edd8 1045 - markus@cvs.openbsd.org 2001/04/18 22:48:26
68fa858a 1046 [auth2.c]
1047 no longer const
1048 - markus@cvs.openbsd.org 2001/04/18 23:43:26
1049 [auth2.c compat.c sshconnect2.c]
1050 more ssh v2 hostbased-auth interop: ssh.com >= 2.1.0 works now
8dddf799 1051 (however the 2.1.0 server seems to work only if debug is enabled...)
ae88ea7e 1052 - markus@cvs.openbsd.org 2001/04/18 23:44:51
68fa858a 1053 [authfile.c]
1054 error->debug; noted by fries@
1055 - markus@cvs.openbsd.org 2001/04/19 00:05:11
1056 [auth2.c]
1057 use local variable, no function call needed.
5cf13595 1058 (btw, hostbased works now with ssh.com >= 2.0.13)
431a2493 1059 - (bal) Put scp-common.h back into scp.c (it exists in the upstream
1060 tree) pointed out by Tom Holroyd <tomh@po.crl.go.jp>
05cc0c99 1061
e78e738a 106220010418
68fa858a 1063 - OpenBSD CVS Sync
e78e738a 1064 - markus@cvs.openbsd.org 2001/04/17 19:34:25
3a83b819 1065 [session.c]
1066 move auth_approval to do_authenticated().
1067 do_child(): nuke hostkeys from memory
1068 don't source .ssh/rc for subsystems.
1069 - markus@cvs.openbsd.org 2001/04/18 14:15:00
1070 [canohost.c]
1071 debug->debug3
ce2af031 1072 - (bal) renabled 'catman-do:' and fixed it. So now catman pages should
1073 be working again.
e0c4d3ac 1074 - (bal) Makfile day... Cleaned up multiple mantype support (Patch by
1075 Mark D. Roth <roth+openssh@feep.net>), and fixed PIDDIR support.
3a83b819 1076
8c6b78e4 107720010417
1078 - (bal) Add perl5 check for HP/UX, Removed GNUness from Makefile.in
6d165a89 1079 and temporary commented out 'catman-do:' since it is broken. Patches
8c6b78e4 1080 for the first two by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
a88b7b57 1081 - OpenBSD CVS Sync
53b8fe68 1082 - deraadt@cvs.openbsd.org 2001/04/16 08:26:04
1083 [key.c]
1084 better safe than sorry in later mods; yongari@kt-is.co.kr
1085 - markus@cvs.openbsd.org 2001/04/17 08:14:01
1086 [sshconnect1.c]
1087 check for key!=NULL, thanks to costa
1088 - markus@cvs.openbsd.org 2001/04/17 09:52:48
1089 [clientloop.c]
cf6bc93c 1090 handle EINTR/EAGAIN on read; ok deraadt@
53b8fe68 1091 - markus@cvs.openbsd.org 2001/04/17 10:53:26
1092 [key.c key.h readconf.c readconf.h ssh.1 sshconnect2.c]
e961a8f9 1093 add HostKeyAlgorithms; based on patch from res@shore.net; ok provos@
53b8fe68 1094 - markus@cvs.openbsd.org 2001/04/17 12:55:04
1095 [channels.c ssh.c]
1096 undo socks5 and https support since they are not really used and
1097 only bloat ssh. remove -D from usage(), since '-D' is experimental.
1098
e4664c3e 109920010416
1100 - OpenBSD CVS Sync
1101 - stevesk@cvs.openbsd.org 2001/04/15 01:35:22
1102 [ttymodes.c]
1103 fix comments
ec1f12d3 1104 - markus@cvs.openbsd.org 2001/04/15 08:43:47
1105 [dh.c sftp-glob.c sftp-glob.h sftp-int.c sshconnect2.c sshd.c]
1106 some unused variable and typos; from tomh@po.crl.go.jp
58cfa257 1107 - markus@cvs.openbsd.org 2001/04/15 16:58:03
1108 [authfile.c ssh-keygen.c sshd.c]
1109 don't use errno for key_{load,save}_private; discussion w/ solar@openwall
e968270c 1110 - markus@cvs.openbsd.org 2001/04/15 17:16:00
1111 [clientloop.c]
1112 set stdin/out/err to nonblocking in SSH proto 1, too. suggested by ho@
1113 should fix some of the blocking problems for rsync over SSH-1
84fc17bf 1114 - stevesk@cvs.openbsd.org 2001/04/15 19:41:21
1115 [sshd.8]
1116 some ClientAlive cleanup; ok markus@
b7c70970 1117 - stevesk@cvs.openbsd.org 2001/04/15 21:28:35
1118 [readconf.c servconf.c]
1119 use fatal() or error() vs. fprintf(); ok markus@
5d97cfbf 1120 - (djm) Convert mandoc manpages to man automatically. Patch from Mark D.
1121 Roth <roth+openssh@feep.net>
6023325e 1122 - (bal) CVS ID fix up and slight manpage fix from OpenBSD tree.
47b53518 1123 - (djm) OpenBSD CVS Sync
1124 - mouring@cvs.openbsd.org 2001/04/16 02:31:44
1125 [scp.c sftp.c]
1126 IPv6 support for sftp (which I bungled in my last patch) which is
1127 borrowed from scp.c. Thanks to Markus@ for pointing it out.
764291b3 1128 - deraadt@cvs.openbsd.org 2001/04/16 08:05:34
1129 [xmalloc.c]
1130 xrealloc dealing with ptr == nULL; mouring
f2c2fd71 1131 - djm@cvs.openbsd.org 2001/04/16 08:19:31
1132 [session.c]
68fa858a 1133 Split motd and hushlogin checks into seperate functions, helps for
f2c2fd71 1134 portable. From Chris Adams <cmadams@hiwaay.net>; ok markus@
68fa858a 1135 - Fix OSF SIA support displaying too much information for quiet
1136 logins and logins where access was denied by SIA. Patch from Chris Adams
c96a4aaf 1137 <cmadams@hiwaay.net>
e4664c3e 1138
f03228b1 113920010415
1140 - OpenBSD CVS Sync
1141 - deraadt@cvs.openbsd.org 2001/04/14 04:31:01
1142 [ssh-add.c]
1143 do not double free
9cf972fa 1144 - markus@cvs.openbsd.org 2001/04/14 16:17:14
1145 [channels.c]
1146 remove some channels that are not appropriate for keepalive.
eae942e2 1147 - markus@cvs.openbsd.org 2001/04/14 16:27:57
1148 [ssh-add.c]
1149 use clear_pass instead of xfree()
30dcc918 1150 - stevesk@cvs.openbsd.org 2001/04/14 16:33:20
1151 [clientloop.c packet.h session.c ssh.c ttymodes.c ttymodes.h]
1152 protocol 2 tty modes support; ok markus@
36967a16 1153 - stevesk@cvs.openbsd.org 2001/04/14 17:04:42
1154 [scp.c]
1155 'T' handling rcp/scp sync; ok markus@
e4664c3e 1156 - Missed sshtty.[ch] in Sync.
f03228b1 1157
e400a640 115820010414
1159 - Sync with OpenBSD glob.c, strlcat.c and vis.c changes
68fa858a 1160 - Cygwin sftp/sftp-server binary mode patch from Corinna Vinschen
fe56c12b 1161 <vinschen@redhat.com>
3ffc6336 1162 - OpenBSD CVS Sync
1163 - beck@cvs.openbsd.org 2001/04/13 22:46:54
1164 [channels.c channels.h servconf.c servconf.h serverloop.c sshd.8]
1165 Add options ClientAliveInterval and ClientAliveCountMax to sshd.
1166 This gives the ability to do a "keepalive" via the encrypted channel
1167 which can't be spoofed (unlike TCP keepalives). Useful for when you want
1168 to use ssh connections to authenticate people for something, and know
1169 relatively quickly when they are no longer authenticated. Disabled
1170 by default (of course). ok markus@
e400a640 1171
cc44f691 117220010413
68fa858a 1173 - OpenBSD CVS Sync
1174 - markus@cvs.openbsd.org 2001/04/12 14:29:09
1175 [ssh.c]
1176 show debug output during option processing, report from
cc44f691 1177 pekkas@netcore.fi
8002af61 1178 - markus@cvs.openbsd.org 2001/04/12 19:15:26
68fa858a 1179 [auth-rhosts.c auth.h auth2.c buffer.c canohost.c canohost.h
1180 compat.c compat.h hostfile.c pathnames.h readconf.c readconf.h
1181 servconf.c servconf.h ssh.c sshconnect.c sshconnect.h sshconnect1.c
8002af61 1182 sshconnect2.c sshd_config]
1183 implement HostbasedAuthentication (= RhostRSAAuthentication for ssh v2)
1184 similar to RhostRSAAuthentication unless you enable (the experimental)
1185 HostbasedUsesNameFromPacketOnly option. please test. :)
0140e66a 1186 - markus@cvs.openbsd.org 2001/04/12 19:39:27
1187 [readconf.c]
1188 typo
2d2a2c65 1189 - stevesk@cvs.openbsd.org 2001/04/12 20:09:38
1190 [misc.c misc.h readconf.c servconf.c ssh.c sshd.c]
1191 robust port validation; ok markus@ jakob@
edeeab1e 1192 - mouring@cvs.openbsd.org 2001/04/12 23:17:54
1193 [sftp-int.c sftp-int.h sftp.1 sftp.c]
1194 Add support for:
1195 sftp [user@]host[:file [file]] - Fetch remote file(s)
1196 sftp [user@]host[:dir[/]] - Start in remote dir/
1197 OK deraadt@
57aa8961 1198 - stevesk@cvs.openbsd.org 2001/04/13 01:26:17
1199 [ssh.c]
1200 missing \n in error message
96f8b59f 1201 - (bal) Added openbsd-compat/inet_ntop.[ch] since HP/UX (and others)
1202 lack it.
cc44f691 1203
28b9cb4d 120420010412
68fa858a 1205 - OpenBSD CVS Sync
28b9cb4d 1206 - markus@cvs.openbsd.org 2001/04/10 07:46:58
68fa858a 1207 [channels.c]
1208 cleanup socks4 handling
1209 - itojun@cvs.openbsd.org 2001/04/10 09:13:22
c0ecc314 1210 [ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
68fa858a 1211 document id_rsa{.pub,}. markus ok
070adba2 1212 - markus@cvs.openbsd.org 2001/04/10 12:15:23
68fa858a 1213 [channels.c]
1214 debug cleanup
45a2e669 1215 - djm@cvs.openbsd.org 2001/04/11 07:06:22
1216 [sftp-int.c]
1217 'mget' and 'mput' aliases; ok markus@
6031af8d 1218 - markus@cvs.openbsd.org 2001/04/11 10:59:01
1219 [ssh.c]
1220 use strtol() for ports, thanks jakob@
6683b40f 1221 - markus@cvs.openbsd.org 2001/04/11 13:56:13
1222 [channels.c ssh.c]
1223 https-connect and socks5 support. i feel so bad.
ff14faf1 1224 - lebel@cvs.openbsd.org 2001/04/11 16:25:30
1225 [sshd.8 sshd.c]
1226 implement the -e option into sshd:
1227 -e When this option is specified, sshd will send the output to the
1228 standard error instead of the system log.
1229 markus@ OK.
28b9cb4d 1230
0a85ab61 123120010410
1232 - OpenBSD CVS Sync
1233 - deraadt@cvs.openbsd.org 2001/04/08 20:52:55
1234 [sftp.c]
1235 do not modify an actual argv[] entry
b2ae83b8 1236 - stevesk@cvs.openbsd.org 2001/04/08 23:28:27
1237 [sshd.8]
1238 spelling
317611b5 1239 - stevesk@cvs.openbsd.org 2001/04/09 00:42:05
1240 [sftp.1]
1241 spelling
a8666d84 1242 - markus@cvs.openbsd.org 2001/04/09 15:12:23
1243 [ssh-add.c]
1244 passphrase caching: ssh-add tries last passphrase, clears passphrase if
1245 not successful and after last try.
1246 based on discussions with espie@, jakob@, ... and code from jakob@ and
1247 wolfgang@wsrcc.com
49ae4185 1248 - markus@cvs.openbsd.org 2001/04/09 15:19:49
1249 [ssh-add.1]
1250 ssh-add retries the last passphrase...
b8a297f1 1251 - stevesk@cvs.openbsd.org 2001/04/09 18:00:15
1252 [sshd.8]
1253 ListenAddress mandoc from aaron@
0a85ab61 1254
6e9944b8 125520010409
febd3f8e 1256 - (stevesk) use setresgid() for setegid() if needed
26de7942 1257 - (stevesk) configure.in: typo
6e9944b8 1258 - OpenBSD CVS Sync
1259 - stevesk@cvs.openbsd.org 2001/04/08 16:01:36
1260 [sshd.8]
1261 document ListenAddress addr:port
d64050ef 1262 - markus@cvs.openbsd.org 2001/04/08 13:03:00
1263 [ssh-add.c]
1264 init pointers with NULL, thanks to danimal@danimal.org
d0a4c20b 1265 - markus@cvs.openbsd.org 2001/04/08 11:27:33
1266 [clientloop.c]
1267 leave_raw_mode if ssh2 "session" is closed
63bd8c36 1268 - markus@cvs.openbsd.org 2001/04/06 21:00:17
1269 [auth-rh-rsa.c auth-rhosts.c auth-rsa.c auth2.c channels.c session.c
1270 ssh.c sshconnect.c sshconnect.h uidswap.c uidswap.h]
1271 do gid/groups-swap in addition to uid-swap, should help if /home/group
1272 is chmod 750 + chgrp grp /home/group/, work be deraadt and me, thanks
1273 to olar@openwall.com is comments. we had many requests for this.
0490e609 1274 - markus@cvs.openbsd.org 2001/04/07 08:55:18
1275 [buffer.c channels.c channels.h readconf.c ssh.c]
68fa858a 1276 allow the ssh client act as a SOCKS4 proxy (dynamic local
1277 portforwarding). work by Dan Kaminsky <dankamin@cisco.com> and me.
1278 thanks to Dan for this great patch: use 'ssh -D 1080 host' and make
0490e609 1279 netscape use localhost:1080 as a socks proxy.
d98d029a 1280 - markus@cvs.openbsd.org 2001/04/08 11:24:33
1281 [uidswap.c]
1282 KNF
6e9944b8 1283
d9d49fdb 128420010408
1285 - OpenBSD CVS Sync
1286 - stevesk@cvs.openbsd.org 2001/04/06 22:12:47
1287 [hostfile.c]
1288 unused; typo in comment
d11c1288 1289 - stevesk@cvs.openbsd.org 2001/04/06 22:25:25
1290 [servconf.c]
1291 in addition to:
1292 ListenAddress host|ipv4_addr|ipv6_addr
1293 permit:
1294 ListenAddress [host|ipv4_addr|ipv6_addr]:port
1295 ListenAddress host|ipv4_addr:port
1296 sshd.8 updates coming. ok markus@
d9d49fdb 1297
613fc910 129820010407
1299 - (bal) CVS ID Resync of version.h
cc94bd38 1300 - OpenBSD CVS Sync
1301 - markus@cvs.openbsd.org 2001/04/05 23:39:20
1302 [serverloop.c]
1303 keep the ssh session even if there is no active channel.
1304 this is more in line with the protocol spec and makes
1305 ssh -N -L 1234:server:110 host
1306 more useful.
1307 based on discussion with <mats@mindbright.se> long time ago
1308 and recent mail from <res@shore.net>
0fc791ba 1309 - deraadt@cvs.openbsd.org 2001/04/06 16:46:59
1310 [scp.c]
1311 remove trailing / from source paths; fixes pr#1756
68fa858a 1312
63f7e231 131320010406
1314 - (stevesk) logintest.c: fix for systems without __progname
72170131 1315 - (stevesk) Makefile.in: log.o is in libssh.a
d8a2f554 1316 - OpenBSD CVS Sync
1317 - markus@cvs.openbsd.org 2001/04/05 10:00:06
1318 [compat.c]
1319 2.3.x does old GEX, too; report jakob@
6ba22c93 1320 - markus@cvs.openbsd.org 2001/04/05 10:39:03
1321 [compress.c compress.h packet.c]
1322 reset compress state per direction when rekeying.
3667ba79 1323 - markus@cvs.openbsd.org 2001/04/05 10:39:48
1324 [version.h]
1325 temporary version 2.5.4 (supports rekeying).
1326 this is not an official release.
cd332296 1327 - markus@cvs.openbsd.org 2001/04/05 10:42:57
68fa858a 1328 [auth-chall.c authfd.c channels.c clientloop.c kex.c kexgex.c key.c
1329 mac.c packet.c serverloop.c sftp-client.c sftp-client.h sftp-glob.c
1330 sftp-glob.h sftp-int.c sftp-server.c sftp.c ssh-keygen.c sshconnect.c
cd332296 1331 sshconnect2.c sshd.c]
1332 fix whitespace: unexpand + trailing spaces.
255cfda1 1333 - markus@cvs.openbsd.org 2001/04/05 11:09:17
1334 [clientloop.c compat.c compat.h]
1335 add SSH_BUG_NOREKEY and detect broken (=all old) openssh versions.
b4a19d21 1336 - markus@cvs.openbsd.org 2001/04/05 15:45:43
1337 [ssh.1]
1338 ssh defaults to protocol v2; from quisar@quisar.ambre.net
46e3af7f 1339 - stevesk@cvs.openbsd.org 2001/04/05 15:48:18
1340 [canohost.c canohost.h session.c]
1341 move get_remote_name_or_ip() to canohost.[ch]; for portable. ok markus@
54506d2e 1342 - markus@cvs.openbsd.org 2001/04/05 20:01:10
1343 [clientloop.c]
1344 for ~R print message if server does not support rekeying. (and fix ~R).
b37caf1a 1345 - markus@cvs.openbsd.org 2001/04/05 21:02:46
1346 [buffer.c]
1347 better error message
eb0dd41f 1348 - markus@cvs.openbsd.org 2001/04/05 21:05:24
1349 [clientloop.c ssh.c]
1350 don't request a session for 'ssh -N', pointed out slade@shore.net
63f7e231 1351
d8ee838b 135220010405
68fa858a 1353 - OpenBSD CVS Sync
1354 - markus@cvs.openbsd.org 2001/04/04 09:48:35
d8ee838b 1355 [kex.c kex.h kexdh.c kexgex.c packet.c sshconnect2.c sshd.c]
68fa858a 1356 don't sent multiple kexinit-requests.
1357 send newkeys, block while waiting for newkeys.
1358 fix comments.
1359 - markus@cvs.openbsd.org 2001/04/04 14:34:58
1360 [clientloop.c kex.c kex.h serverloop.c sshconnect2.c sshd.c]
1361 enable server side rekeying + some rekey related clientup.
7a37c112 1362 todo: we should not send any non-KEX messages after we send KEXINIT
5adb303f 1363 - markus@cvs.openbsd.org 2001/04/04 15:50:55
1364 [compat.c]
1365 f-secure 1.3.2 does not handle IGNORE; from milliondl@ornl.gov
c422989b 1366 - markus@cvs.openbsd.org 2001/04/04 20:25:38
68fa858a 1367 [channels.c channels.h clientloop.c kex.c kex.h serverloop.c
c422989b 1368 sshconnect2.c sshd.c]
1369 more robust rekeying
1370 don't send channel data after rekeying is started.
0715ec6c 1371 - markus@cvs.openbsd.org 2001/04/04 20:32:56
1372 [auth2.c]
1373 we don't care about missing bannerfiles; from tsoome@ut.ee, ok deraadt@
bbb4cc1b 1374 - markus@cvs.openbsd.org 2001/04/04 22:04:35
1375 [kex.c kexgex.c serverloop.c]
1376 parse full kexinit packet.
1377 make server-side more robust, too.
a7ca6275 1378 - markus@cvs.openbsd.org 2001/04/04 23:09:18
1379 [dh.c kex.c packet.c]
1380 clear+free keys,iv for rekeying.
1381 + fix DH mem leaks. ok niels@
86c9e193 1382 - (stevesk) don't use vhangup() if defined(HAVE_DEV_PTMX); also removes
1383 BROKEN_VHANGUP
d8ee838b 1384
9d451c5a 138520010404
1386 - OpenBSD CVS Sync
1387 - deraadt@cvs.openbsd.org 2001/04/02 17:32:23
1388 [ssh-agent.1]
1389 grammar; slade@shore.net
894c5fa6 1390 - stevesk@cvs.openbsd.org 2001/04/03 13:56:11
1391 [sftp-glob.c ssh-agent.c ssh-keygen.c]
1392 free() -> xfree()
a5c9ffdb 1393 - markus@cvs.openbsd.org 2001/04/03 19:53:29
1394 [dh.c dh.h kex.c kex.h sshconnect2.c sshd.c]
1395 move kex to kex*.c, used dispatch_set() callbacks for kex. should
1396 make rekeying easier.
3463ff28 1397 - todd@cvs.openbsd.org 2001/04/03 21:19:38
1398 [ssh_config]
1399 id_rsa1/2 -> id_rsa; ok markus@
d1ac6175 1400 - markus@cvs.openbsd.org 2001/04/03 23:32:12
1401 [kex.c kex.h packet.c sshconnect2.c sshd.c]
1402 undo parts of recent my changes: main part of keyexchange does not
1403 need dispatch-callbacks, since application data is delayed until
1404 the keyexchange completes (if i understand the drafts correctly).
1405 add some infrastructure for re-keying.
e092ce67 1406 - markus@cvs.openbsd.org 2001/04/04 00:06:54
1407 [clientloop.c sshconnect2.c]
1408 enable client rekeying
1409 (1) force rekeying with ~R, or
1410 (2) if the server requests rekeying.
1411 works against ssh-2.0.12/2.0.13/2.1.0/2.2.0/2.3.0/2.3.1/2.4.0
0bc35151 1412 - (bal) Oops.. Missed including kexdh.c and kexgex.c in OpenBSD sync.
9d451c5a 1413
672f212f 141420010403
1415 - OpenBSD CVS Sync
1416 - stevesk@cvs.openbsd.org 2001/04/02 14:15:31
1417 [sshd.8]
1418 typo; ok markus@
6be9a5e8 1419 - stevesk@cvs.openbsd.org 2001/04/02 14:20:23
1420 [readconf.c servconf.c]
1421 correct comment; ok markus@
fe39c3df 1422 - (stevesk) nchan.c: remove ostate checks and add EINVAL to
1423 shutdown(SHUT_RD) error() bypass for HP-UX.
672f212f 1424
0be033ea 142520010402
1426 - (stevesk) log.c openbsd sync; missing newlines
5d9e4c8d 1427 - (stevesk) sshpty.h openbsd sync; PTY_H -> SSHPTY_H
0be033ea 1428
b7a2a476 142920010330
1430 - (djm) Another openbsd-compat/glob.c sync
4047d868 1431 - (djm) OpenBSD CVS Sync
1432 - provos@cvs.openbsd.org 2001/03/28 21:59:41
1433 [kex.c kex.h sshconnect2.c sshd.c]
1434 forgot to include min and max params in hash, okay markus@
c8682232 1435 - provos@cvs.openbsd.org 2001/03/28 22:04:57
1436 [dh.c]
1437 more sanity checking on primes file
d9cd3575 1438 - markus@cvs.openbsd.org 2001/03/28 22:43:31
1439 [auth.h auth2.c auth2-chall.c]
1440 check auth_root_allowed for kbd-int auth, too.
86b878d5 1441 - provos@cvs.openbsd.org 2001/03/29 14:24:59
1442 [sshconnect2.c]
1443 use recommended defaults
1ad64a93 1444 - stevesk@cvs.openbsd.org 2001/03/29 21:06:21
1445 [sshconnect2.c sshd.c]
1446 need to set both STOC and CTOS for SSH_BUG_BIGENDIANAES; ok markus@
03b8f8be 1447 - markus@cvs.openbsd.org 2001/03/29 21:17:40
1448 [dh.c dh.h kex.c kex.h]
1449 prepare for rekeying: move DH code to dh.c
76ca7b01 1450 - djm@cvs.openbsd.org 2001/03/29 23:42:01
1451 [sshd.c]
1452 Protocol 1 key regeneration log => verbose, some KNF; ok markus@
b7a2a476 1453
01ce749f 145420010329
1455 - OpenBSD CVS Sync
1456 - stevesk@cvs.openbsd.org 2001/03/26 15:47:59
1457 [ssh.1]
1458 document more defaults; misc. cleanup. ok markus@
569807fb 1459 - markus@cvs.openbsd.org 2001/03/26 23:12:42
1460 [authfile.c]
1461 KNF
457fc0c6 1462 - markus@cvs.openbsd.org 2001/03/26 23:23:24
1463 [rsa.c rsa.h ssh-agent.c ssh-keygen.c]
1464 try to read private f-secure ssh v2 rsa keys.
1a92bd7e 1465 - markus@cvs.openbsd.org 2001/03/27 10:34:08
1466 [ssh-rsa.c sshd.c]
1467 use EVP_get_digestbynid, reorder some calls and fix missing free.
a4da628b 1468 - markus@cvs.openbsd.org 2001/03/27 10:57:00
1469 [compat.c compat.h ssh-rsa.c]
1470 some older systems use NID_md5 instead of NID_sha1 for RSASSA-PKCS1-v1_5
1471 signatures in SSH protocol 2, ok djm@
db1cd2f3 1472 - provos@cvs.openbsd.org 2001/03/27 17:46:50
1473 [compat.c compat.h dh.c dh.h ssh2.h sshconnect2.c sshd.c version.h]
1474 make dh group exchange more flexible, allow min and max group size,
1475 okay markus@, deraadt@
e5ff6ecf 1476 - stevesk@cvs.openbsd.org 2001/03/28 19:56:23
1477 [scp.c]
1478 start to sync scp closer to rcp; ok markus@
03cb2621 1479 - stevesk@cvs.openbsd.org 2001/03/28 20:04:38
1480 [scp.c]
1481 usage more like rcp and add missing -B to usage; ok markus@
563834bb 1482 - markus@cvs.openbsd.org 2001/03/28 20:50:45
1483 [sshd.c]
1484 call refuse() before close(); from olemx@ans.pl
01ce749f 1485
b5b68128 148620010328
68fa858a 1487 - (djm) Reorder tests and library inclusion for Krb4/AFS to try to
1488 resolve linking conflicts with libcrypto. Report and suggested fix
b5b68128 1489 from Holger Trapp <Holger.Trapp@Informatik.TU-Chemnitz.DE>
edbe6722 1490 - (djm) Work around Solaris' broken struct dirent. Diagnosis and suggested
1491 fix from Philippe Levan <levan@epix.net>
cccfea16 1492 - (djm) Rework krbIV tests to get us closer to building on Redhat. Still
1493 doesn't work because of conflicts between krbIV's and OpenSSL's des.h
8d0cc79b 1494 - (djm) Sync openbsd-compat/glob.c
b5b68128 1495
0c90b590 149620010327
1497 - Attempt sync with sshlogin.c w/ OpenBSD (mainly CVS ID)
68fa858a 1498 - Fix pointer issues in waitpid() and wait() replaces. Patch by Lutz
60a8683f 1499 Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
690d0d7f 1500 - OpenBSD CVS Sync
1501 - djm@cvs.openbsd.org 2001/03/25 00:01:34
1502 [session.c]
1503 shorten; ok markus@
4f4648f9 1504 - stevesk@cvs.openbsd.org 2001/03/25 13:16:11
1505 [servconf.c servconf.h session.c sshd.8 sshd_config]
1506 PrintLastLog option; from chip@valinux.com with some minor
1507 changes by me. ok markus@
9afbfcfa 1508 - markus@cvs.openbsd.org 2001/03/26 08:07:09
68fa858a 1509 [authfile.c authfile.h ssh-add.c ssh-keygen.c ssh.c sshconnect.c
9afbfcfa 1510 sshconnect.h sshconnect1.c sshconnect2.c sshd.c]
1511 simpler key load/save interface, see authfile.h
68fa858a 1512 - (djm) Reestablish PAM credentials (which can be supplemental group
9afbfcfa 1513 memberships) after initgroups() blows them away. Report and suggested
1514 fix from Nalin Dahyabhai <nalin@redhat.com>
0c90b590 1515
b567a40c 151620010324
1517 - Fixed permissions ssh-keyscan. Thanks to Christopher Linn <celinn@mtu.edu>.
80cd07ae 1518 - OpenBSD CVS Sync
1519 - djm@cvs.openbsd.org 2001/03/23 11:04:07
1520 [compat.c compat.h sshconnect2.c sshd.c]
1521 Compat for OpenSSH with broken Rijndael/AES. ok markus@
7af9f7f8 1522 - markus@cvs.openbsd.org 2001/03/23 12:02:49
1523 [auth1.c]
1524 authctxt is now passed to do_authenticated
e285053e 1525 - markus@cvs.openbsd.org 2001/03/23 13:10:57
1526 [sftp-int.c]
1527 fix put, upload to _absolute_ path, ok djm@
1d3c30db 1528 - markus@cvs.openbsd.org 2001/03/23 14:28:32
1529 [session.c sshd.c]
1530 ignore SIGPIPE, restore in child, fixes x11-fwd crashes; with djm@
8ca3f6dc 1531 - (djm) Pull out our own SIGPIPE hacks
b567a40c 1532
8a169574 153320010323
68fa858a 1534 - OpenBSD CVS Sync
8a169574 1535 - deraadt@cvs.openbsd.org 2001/03/22 20:22:55
68fa858a 1536 [sshd.c]
1537 do not place linefeeds in buffer
8a169574 1538
ee110bfb 153920010322
1540 - (djm) Better AIX no tty fix, spotted by Gert Doering <gert@greenie.muc.de>
289ba62e 1541 - (bal) version.c CVS ID resync
a5b09902 1542 - (bal) auth-chall.c auth-passwd.c auth.h auth1.c auth2.c session.c CVS ID
1543 resync
ae7242ef 1544 - (bal) scp.c CVS ID resync
3e587cc3 1545 - OpenBSD CVS Sync
1546 - markus@cvs.openbsd.org 2001/03/20 19:10:16
1547 [readconf.c]
1548 default to SSH protocol version 2
e5d7a405 1549 - markus@cvs.openbsd.org 2001/03/20 19:21:21
1550 [session.c]
1551 remove unused arg
39f7530f 1552 - markus@cvs.openbsd.org 2001/03/20 19:21:21
1553 [session.c]
1554 remove unused arg
bb5639fe 1555 - markus@cvs.openbsd.org 2001/03/21 11:43:45
1556 [auth1.c auth2.c session.c session.h]
1557 merge common ssh v1/2 code
5e7cb456 1558 - jakob@cvs.openbsd.org 2001/03/21 14:20:45
1559 [ssh-keygen.c]
1560 add -B flag to usage
ca4df544 1561 - markus@cvs.openbsd.org 2001/03/21 21:06:30
1562 [session.c]
1563 missing init; from mib@unimelb.edu.au
ee110bfb 1564
f5f6020e 156520010321
68fa858a 1566 - (djm) Fix ttyname breakage for AIX and Tru64. Patch from Steve
f5f6020e 1567 VanDevender <stevev@darkwing.uoregon.edu>
37eadb90 1568 - (djm) Make sure pam_retval is initialised on call to pam_end. Patch
1569 from Solar Designer <solar@openwall.com>
0a3700ee 1570 - (djm) Don't loop forever when changing password via PAM. Patch
1571 from Solar Designer <solar@openwall.com>
0c13ffa2 1572 - (djm) Generate config files before build
7a7101ec 1573 - (djm) Correctly handle SIA and AIX when no tty present. Spotted and
1574 suggested fix from Mike Battersby <mib@unimelb.edu.au>
f5f6020e 1575
8d539493 157620010320
01022caf 1577 - (bal) glob.c update to added GLOB_LIMITS (OpenBSD CVS).
1578 - (bal) glob.c update to set gl_pathv to NULL (OpenBSD CVS).
1620233b 1579 - (bal) Oops. Missed globc.h change (OpenBSD CVS).
614dee3a 1580 - (djm) OpenBSD CVS Sync
1581 - markus@cvs.openbsd.org 2001/03/19 17:07:23
1582 [auth.c readconf.c]
1583 undo /etc/shell and proto 2,1 change for openssh-2.5.2
3dd16786 1584 - markus@cvs.openbsd.org 2001/03/19 17:12:10
1585 [version.h]
1586 version 2.5.2
ea44783f 1587 - (djm) Update RPM spec version
1588 - (djm) Release 2.5.2p1
3743cc2f 1589- tim@mindrot.org 2001/03/19 18:33:47 [defines.h]
1590 change S_ISLNK macro to work for UnixWare 2.03
9887f269 1591- tim@mindrot.org 2001/03/19 20:45:11 [openbsd-compat/glob.c]
1592 add get_arg_max(). Use sysconf() if ARG_MAX is not defined
8d539493 1593
e339aa53 159420010319
68fa858a 1595 - (djm) Seed PRNG at startup, rather than waiting for arc4random calls to
e339aa53 1596 do it implicitly.
7cdb79d4 1597 - (djm) Add getusershell() functions from OpenBSD CVS
b1ed8313 1598 - OpenBSD CVS Sync
1599 - markus@cvs.openbsd.org 2001/03/18 12:07:52
1600 [auth-options.c]
1601 ignore permitopen="host:port" if AllowTcpForwarding==no
f8f230bf 1602 - (djm) Make scp work on systems without 64-bit ints
2538ecf1 1603 - tim@mindrot.org 2001/03/18 18:28:39 [defines.h]
1604 move HAVE_LONG_LONG_INT where it works
d1581d5f 1605 - (bal) Use 'NGROUPS' for NeXT Since 'MAX_NGROUPS' is wrapped up in -lposix
107628c0 1606 stuff. Change suggested by Mark Miller <markm@swoon.net>
d1581d5f 1607 - (bal) Small fix to scp. %lu vs %ld
68fa858a 1608 - (bal) NeXTStep lacks S_ISLNK. Plus split up S_IS*
bb6da70f 1609 - (djm) OpenBSD CVS Sync
1610 - djm@cvs.openbsd.org 2001/03/19 03:52:51
1611 [sftp-client.c]
1612 Report ssh connection closing correctly; ok deraadt@
3a1c54d4 1613 - deraadt@cvs.openbsd.org 2001/03/18 23:30:55
1614 [compat.c compat.h sshd.c]
68fa858a 1615 specifically version match on ssh scanners. do not log scan
3a1c54d4 1616 information to the console
dc504afd 1617 - djm@cvs.openbsd.org 2001/03/19 12:10:17
db4d3098 1618 [sshd.8]
dc504afd 1619 Document permitopen authorized_keys option; ok markus@
babd91d4 1620 - djm@cvs.openbsd.org 2001/03/19 05:49:52
1621 [ssh.1]
1622 document PreferredAuthentications option; ok markus@
05c64611 1623 - (bal) Minor NeXT fixed. Forgot to #undef NGROUPS_MAX
e339aa53 1624
ec0ad9c2 162520010318
68fa858a 1626 - (bal) Fixed scp type casing issue which causes "scp: protocol error:
ec0ad9c2 1627 size not delimited" fatal errors when tranfering.
5cc8d4ad 1628 - OpenBSD CVS Sync
1629 - markus@cvs.openbsd.org 2001/03/17 17:27:59
1630 [auth.c]
1631 check /etc/shells, too
7411201c 1632 - tim@mindrot.org 2001/03/17 18:45:25 [compat.c]
1633 openbsd-compat/fake-regex.h
ec0ad9c2 1634
8a968c25 163520010317
68fa858a 1636 - Support usrinfo() on AIX. Based on patch from Gert Doering
8a968c25 1637 <gert@greenie.muc.de>
bf1d27bd 1638 - OpenBSD CVS Sync
1639 - markus@cvs.openbsd.org 2001/03/15 15:05:59
1640 [scp.c]
1641 use %lld in printf, ok millert@/deraadt@; report from ssh@client.fi
56b3e9ce 1642 - markus@cvs.openbsd.org 2001/03/15 22:07:08
1643 [session.c]
1644 pass Session to do_child + KNF
d50d9b63 1645 - djm@cvs.openbsd.org 2001/03/16 08:16:18
1646 [sftp-client.c sftp-client.h sftp-glob.c sftp-int.c]
1647 Revise globbing for get/put to be more shell-like. In particular,
1648 "get/put file* directory/" now works. ok markus@
f55d1b5f 1649 - markus@cvs.openbsd.org 2001/03/16 09:55:53
1650 [sftp-int.c]
1651 fix memset and whitespace
6a8496e4 1652 - markus@cvs.openbsd.org 2001/03/16 13:44:24
1653 [sftp-int.c]
1654 discourage strcat/strcpy
01794848 1655 - markus@cvs.openbsd.org 2001/03/16 19:06:30
1656 [auth-options.c channels.c channels.h serverloop.c session.c]
1657 implement "permitopen" key option, restricts -L style forwarding to
1658 to specified host:port pairs. based on work by harlan@genua.de
68fa858a 1659 - Check for gl_matchc support in glob_t and fall back to the
40849fdb 1660 openbsd-compat/glob.[ch] support if it does not exist.
8a968c25 1661
4cb5d598 166220010315
1663 - OpenBSD CVS Sync
1664 - markus@cvs.openbsd.org 2001/03/14 08:57:14
1665 [sftp-client.c]
1666 Wall
85cf5827 1667 - markus@cvs.openbsd.org 2001/03/14 15:15:58
1668 [sftp-int.c]
1669 add version command
61b3a2bc 1670 - deraadt@cvs.openbsd.org 2001/03/14 22:50:25
1671 [sftp-server.c]
1672 note no getopt()
51e2fc8f 1673 - (stevesk) ssh-keyscan.c: specify "openbsd-compat/fake-queue.h"
68fa858a 1674 - (bal) Cygwin README change by Corinna Vinschen <vinschen@redhat.com>
4cb5d598 1675
acc9d6d7 167620010314
1677 - OpenBSD CVS Sync
85cf5827 1678 - markus@cvs.openbsd.org 2001/03/13 17:34:42
1679 [auth-options.c]
1680 missing xfree, deny key on parse error; ok stevesk@
1681 - djm@cvs.openbsd.org 2001/03/13 22:42:54
1682 [sftp-client.c sftp-client.h sftp-glob.c sftp-glob.h sftp-int.c]
1683 sftp client filename globbing for get, put, ch{mod,grp,own}. ok markus@
84ceda19 1684 - (bal) Fix strerror() in bsd-misc.c
1685 - (djm) Add replacement glob() from OpenBSD libc if the system glob is
1686 missing or lacks the GLOB_ALTDIRFUNC extension
68fa858a 1687 - (djm) Remove -I$(srcdir)/openbsd-compat from CFLAGS, refer to headers
84ceda19 1688 relatively. Avoids conflict between glob.h and /usr/include/glob.h
acc9d6d7 1689
22138a36 169020010313
1691 - OpenBSD CVS Sync
1692 - markus@cvs.openbsd.org 2001/03/12 22:02:02
1693 [key.c key.h ssh-add.c ssh-keygen.c sshconnect.c sshconnect2.c]
1694 remove old key_fingerprint interface, s/_ex//
1695
539af7f5 169620010312
1697 - OpenBSD CVS Sync
1698 - markus@cvs.openbsd.org 2001/03/11 13:25:36
1699 [auth2.c key.c]
1700 debug
301e8e5b 1701 - jakob@cvs.openbsd.org 2001/03/11 15:03:16
1702 [key.c key.h]
1703 add improved fingerprint functions. based on work by Carsten
1704 Raskgaard <cara@int.tele.dk> and modified by me. ok markus@.
954f0550 1705 - jakob@cvs.openbsd.org 2001/03/11 15:04:16
1706 [ssh-keygen.1 ssh-keygen.c]
1707 print both md5, sha1 and bubblebabble fingerprints when using
1708 ssh-keygen -l -v. ok markus@.
08345971 1709 - jakob@cvs.openbsd.org 2001/03/11 15:13:09
1710 [key.c]
1711 cleanup & shorten some var names key_fingerprint_bubblebabble.
64b1aa3b 1712 - deraadt@cvs.openbsd.org 2001/03/11 16:39:03
1713 [ssh-keygen.c]
1714 KNF, and SHA1 binary output is just creeping featurism
733cf7f4 1715 - tim@mindrot.org 2001/03/11 17:29:32 [configure.in]
1716 test if snprintf() supports %ll
1717 add /dev to search path for PRNGD/EGD socket
1718 fix my mistake in USER_PATH test program
79c9ac1b 1719 - OpenBSD CVS Sync
1720 - markus@cvs.openbsd.org 2001/03/11 18:29:51
1721 [key.c]
1722 style+cleanup
aaf45d87 1723 - markus@cvs.openbsd.org 2001/03/11 22:33:24
1724 [ssh-keygen.1 ssh-keygen.c]
1725 remove -v again. use -B instead for bubblebabble. make -B consistent
1726 with -l and make -B work with /path/to/known_hosts. ok deraadt@
a0322342 1727 - (djm) Bump portable version number for generating test RPMs
94dd09e3 1728 - (djm) Add "static_openssl" RPM build option, remove rsh build dependency
68fa858a 1729 - (bal) Reorder includes in Makefile.
539af7f5 1730
d156519a 173120010311
1732 - OpenBSD CVS Sync
1733 - markus@cvs.openbsd.org 2001/03/10 12:48:27
1734 [sshconnect2.c]
1735 ignore nonexisting private keys; report rjmooney@mediaone.net
5e36d59c 1736 - deraadt@cvs.openbsd.org 2001/03/10 12:53:51
1737 [readconf.c ssh_config]
1738 default to SSH2, now that m68k runs fast
2f778758 1739 - stevesk@cvs.openbsd.org 2001/03/10 15:02:05
1740 [ttymodes.c ttymodes.h]
1741 remove unused sgtty macros; ok markus@
99c415db 1742 - deraadt@cvs.openbsd.org 2001/03/10 15:31:00
1743 [compat.c compat.h sshconnect.c]
1744 all known netscreen ssh versions, and older versions of OSU ssh cannot
1745 handle password padding (newer OSU is fixed)
456fce50 1746 - tim@mindrot.org 2001/03/10 16:33:42 [configure.in Makefile.in sshd_config]
1747 make sure $bindir is in USER_PATH so scp will work
cab80f75 1748 - OpenBSD CVS Sync
1749 - markus@cvs.openbsd.org 2001/03/10 17:51:04
1750 [kex.c match.c match.h readconf.c readconf.h sshconnect2.c]
1751 add PreferredAuthentications
d156519a 1752
1c9a907f 175320010310
1754 - OpenBSD CVS Sync
1755 - deraadt@cvs.openbsd.org 2001/03/09 03:14:39
1756 [ssh-keygen.c]
68fa858a 1757 create *.pub files with umask 0644, so that you can mv them to
1c9a907f 1758 authorized_keys
cb7bd922 1759 - deraadt@cvs.openbsd.org 2001/03/09 12:30:29
1760 [sshd.c]
1761 typo; slade@shore.net
61cf0e38 1762 - Removed log.o from sftp client. Not needed.
1c9a907f 1763
385590e4 176420010309
1765 - OpenBSD CVS Sync
1766 - stevesk@cvs.openbsd.org 2001/03/08 18:47:12
1767 [auth1.c]
1768 unused; ok markus@
acf06a60 1769 - stevesk@cvs.openbsd.org 2001/03/08 20:44:48
1770 [sftp.1]
1771 spelling, cleanup; ok deraadt@
fee56204 1772 - markus@cvs.openbsd.org 2001/03/08 21:42:33
1773 [compat.c compat.h readconf.h ssh.c sshconnect1.c sshconnect2.c]
1774 implement client side of SSH2_MSG_USERAUTH_PK_OK (test public key ->
1775 no need to do enter passphrase or do expensive sign operations if the
1776 server does not accept key).
385590e4 1777
3a7fe5ba 177820010308
1779 - OpenBSD CVS Sync
d5ebca2b 1780 - djm@cvs.openbsd.org 2001/03/07 10:11:23
1781 [sftp-client.c sftp-client.h sftp-int.c sftp-server.c sftp.1 sftp.c sftp.h]
1782 Support for new draft (draft-ietf-secsh-filexfer-01). New symlink handling
1783 functions and small protocol change.
1784 - markus@cvs.openbsd.org 2001/03/08 00:15:48
1785 [readconf.c ssh.1]
1786 turn off useprivilegedports by default. only rhost-auth needs
1787 this. older sshd's may need this, too.
097ca118 1788 - (stevesk) Reliant Unix (SNI) needs HAVE_BOGUS_SYS_QUEUE_H;
1789 Dirk Markwardt <D.Markwardt@tu-bs.de>
3a7fe5ba 1790
3251b439 179120010307
1792 - (bal) OpenBSD CVS Sync
1793 - deraadt@cvs.openbsd.org 2001/03/06 06:11:18
1794 [ssh-keyscan.c]
1795 appease gcc
a5ec8a3d 1796 - deraadt@cvs.openbsd.org 2001/03/06 06:11:44
1797 [sftp-int.c sftp.1 sftp.c]
1798 sftp -b batchfile; mouring@etoh.eviladmin.org
17910dce 1799 - deraadt@cvs.openbsd.org 2001/03/06 15:10:42
1800 [sftp.1]
1801 order things
2c86906e 1802 - deraadt@cvs.openbsd.org 2001/03/07 01:19:06
1803 [ssh.1 sshd.8]
1804 the name "secure shell" is boring, noone ever uses it
7daf8515 1805 - deraadt@cvs.openbsd.org 2001/03/07 04:05:58
1806 [ssh.1]
1807 removed dated comment
f52798a4 1808 - Cygwin contrib improvements from Corinna Vinschen <vinschen@redhat.com>
3251b439 1809
657297ff 181020010306
1811 - (bal) OpenBSD CVS Sync
1812 - deraadt@cvs.openbsd.org 2001/03/05 14:28:47
1813 [sshd.8]
1814 alpha order; jcs@rt.fm
7c8f2a26 1815 - stevesk@cvs.openbsd.org 2001/03/05 15:44:51
1816 [servconf.c]
1817 sync error message; ok markus@
f2ba0775 1818 - deraadt@cvs.openbsd.org 2001/03/05 15:56:16
1819 [myproposal.h ssh.1]
1820 switch to aes128-cbc/hmac-md5 by default in SSH2 -- faster;
1821 provos & markus ok
7a6c39a3 1822 - deraadt@cvs.openbsd.org 2001/03/05 16:07:15
1823 [sshd.8]
1824 detail default hmac setup too
7de5b06b 1825 - markus@cvs.openbsd.org 2001/03/05 17:17:21
1826 [kex.c kex.h sshconnect2.c sshd.c]
1827 generate a 2*need size (~300 instead of 1024/2048) random private
1828 exponent during the DH key agreement. according to Niels (the great
1829 german advisor) this is safe since /etc/primes contains strong
1830 primes only.
1831
1832 References:
1833 P. C. van Oorschot and M. J. Wiener, On Diffie-Hellman key
1834 agreement with short exponents, In Advances in Cryptology
1835 - EUROCRYPT'96, LNCS 1070, Springer-Verlag, 1996, pp.332-343.
a5df12e9 1836 - stevesk@cvs.openbsd.org 2001/03/05 17:40:48
1837 [ssh.1]
1838 more ssh_known_hosts2 documentation; ok markus@
0b2190ee 1839 - stevesk@cvs.openbsd.org 2001/03/05 17:58:22
1840 [dh.c]
1841 spelling
bbc62e59 1842 - deraadt@cvs.openbsd.org 2001/03/06 00:33:04
1843 [authfd.c cli.c ssh-agent.c]
1844 EINTR/EAGAIN handling is required in more cases
c16c7f20 1845 - millert@cvs.openbsd.org 2001/03/06 01:06:03
1846 [ssh-keyscan.c]
1847 Don't assume we wil get the version string all in one read().
1848 deraadt@ OK'd
09cb311c 1849 - millert@cvs.openbsd.org 2001/03/06 01:08:27
1850 [clientloop.c]
1851 If read() fails with EINTR deal with it the same way we treat EAGAIN
657297ff 1852
1a2936c4 185320010305
1854 - (bal) CVS ID touch up on sshpty.[ch] and sshlogin.[ch]
68fa858a 1855 - (bal) CVS ID touch up on sftp-int.c
e77df335 1856 - (bal) CVS ID touch up on uuencode.c
6cca9fde 1857 - (bal) CVS ID touch up on auth2.c, serverloop.c, session.c & sshd.c
778f6940 1858 - (bal) OpenBSD CVS Sync
dcb971e1 1859 - deraadt@cvs.openbsd.org 2001/02/17 23:48:48
1860 [sshd.8]
1861 it's the OpenSSH one
778f6940 1862 - deraadt@cvs.openbsd.org 2001/02/21 07:37:04
1863 [ssh-keyscan.c]
1864 inline -> __inline__, and some indent
81333640 1865 - deraadt@cvs.openbsd.org 2001/02/21 09:05:54
1866 [authfile.c]
1867 improve fd handling
79ddf6db 1868 - deraadt@cvs.openbsd.org 2001/02/21 09:12:56
1869 [sftp-server.c]
1870 careful with & and &&; markus ok
96ee8386 1871 - stevesk@cvs.openbsd.org 2001/02/21 21:14:04
1872 [ssh.c]
1873 -i supports DSA identities now; ok markus@
0c126dc9 1874 - deraadt@cvs.openbsd.org 2001/02/22 04:29:37
1875 [servconf.c]
1876 grammar; slade@shore.net
ed2166d8 1877 - deraadt@cvs.openbsd.org 2001/02/22 06:43:55
1878 [ssh-keygen.1 ssh-keygen.c]
1879 document -d, and -t defaults to rsa1
b07ae1e9 1880 - deraadt@cvs.openbsd.org 2001/02/22 08:03:51
1881 [ssh-keygen.1 ssh-keygen.c]
1882 bye bye -d
e2fccec3 1883 - deraadt@cvs.openbsd.org 2001/02/22 18:09:06
1884 [sshd_config]
1885 activate RSA 2 key
e91c60f2 1886 - markus@cvs.openbsd.org 2001/02/22 21:57:27
1887 [ssh.1 sshd.8]
1888 typos/grammar from matt@anzen.com
3b1a83df 1889 - markus@cvs.openbsd.org 2001/02/22 21:59:44
1890 [auth.c auth.h auth1.c auth2.c misc.c misc.h ssh.c]
1891 use pwcopy in ssh.c, too
19d57054 1892 - markus@cvs.openbsd.org 2001/02/23 15:34:53
1893 [serverloop.c]
1894 debug2->3
00be5382 1895 - markus@cvs.openbsd.org 2001/02/23 18:15:13
1896 [sshd.c]
1897 the random session key depends now on the session_key_int
1898 sent by the 'attacker'
1899 dig1 = md5(cookie|session_key_int);
1900 dig2 = md5(dig1|cookie|session_key_int);
1901 fake_session_key = dig1|dig2;
1902 this change is caused by a mail from anakin@pobox.com
1903 patch based on discussions with my german advisor niels@openbsd.org
ec63b02d 1904 - deraadt@cvs.openbsd.org 2001/02/24 10:37:55
1905 [readconf.c]
1906 look for id_rsa by default, before id_dsa
582038fb 1907 - deraadt@cvs.openbsd.org 2001/02/24 10:37:26
1908 [sshd_config]
1909 ssh2 rsa key before dsa key
6e18cb71 1910 - markus@cvs.openbsd.org 2001/02/27 10:35:27
1911 [packet.c]
1912 fix random padding
1b5dfeb2 1913 - markus@cvs.openbsd.org 2001/02/27 11:00:11
1914 [compat.c]
1915 support SSH-2.0-2.1 ; from Christophe_Moret@hp.com
4ab21f86 1916 - deraadt@cvs.openbsd.org 2001/02/28 05:34:28
1917 [misc.c]
1918 pull in protos
167b3512 1919 - deraadt@cvs.openbsd.org 2001/02/28 05:36:28
1920 [sftp.c]
1921 do not kill the subprocess on termination (we will see if this helps
1922 things or hurts things)
7e8911cd 1923 - markus@cvs.openbsd.org 2001/02/28 08:45:39
1924 [clientloop.c]
1925 fix byte counts for ssh protocol v1
ee55dacf 1926 - markus@cvs.openbsd.org 2001/02/28 08:54:55
1927 [channels.c nchan.c nchan.h]
1928 make sure remote stderr does not get truncated.
1929 remove closed fd's from the select mask.
a6215e53 1930 - markus@cvs.openbsd.org 2001/02/28 09:57:07
1931 [packet.c packet.h sshconnect2.c]
1932 in ssh protocol v2 use ignore messages for padding (instead of
1933 trailing \0).
94dfb550 1934 - markus@cvs.openbsd.org 2001/02/28 12:55:07
1935 [channels.c]
1936 unify debug messages
5649fbbe 1937 - deraadt@cvs.openbsd.org 2001/02/28 17:52:54
1938 [misc.c]
1939 for completeness, copy pw_gecos too
0572fe75 1940 - markus@cvs.openbsd.org 2001/02/28 21:21:41
1941 [sshd.c]
1942 generate a fake session id, too
95ce5599 1943 - markus@cvs.openbsd.org 2001/02/28 21:27:48
1944 [channels.c packet.c packet.h serverloop.c]
1945 use ignore message to simulate a SSH2_MSG_CHANNEL_DATA message
1946 use random content in ignore messages.
355724fc 1947 - markus@cvs.openbsd.org 2001/02/28 21:31:32
1948 [channels.c]
1949 typo
c3f7d267 1950 - deraadt@cvs.openbsd.org 2001/03/01 02:11:25
1951 [authfd.c]
1952 split line so that p will have an easier time next time around
a01a5f30 1953 - deraadt@cvs.openbsd.org 2001/03/01 02:29:04
1954 [ssh.c]
1955 shorten usage by a line
12bf85ed 1956 - deraadt@cvs.openbsd.org 2001/03/01 02:45:10
1957 [auth-rsa.c auth2.c deattack.c packet.c]
1958 KNF
4371658c 1959 - deraadt@cvs.openbsd.org 2001/03/01 03:38:33
1960 [cli.c cli.h rijndael.h ssh-keyscan.1]
1961 copyright notices on all source files
ce91d6f8 1962 - markus@cvs.openbsd.org 2001/03/01 22:46:37
1963 [ssh.c]
1964 don't truncate remote ssh-2 commands; from mkubita@securities.cz
1965 use min, not max for logging, fixes overflow.
409edaba 1966 - deraadt@cvs.openbsd.org 2001/03/02 06:21:01
1967 [sshd.8]
1968 explain SIGHUP better
b8dc87d3 1969 - deraadt@cvs.openbsd.org 2001/03/02 09:42:49
1970 [sshd.8]
1971 doc the dsa/rsa key pair files
f3c7c613 1972 - deraadt@cvs.openbsd.org 2001/03/02 18:54:31
1973 [atomicio.c atomicio.h auth-chall.c auth.c auth2-chall.c crc32.h
1974 scp.c serverloop.c session.c sftp-server.8 sftp.1 ssh-add.1 ssh-add.c
1975 ssh-agent.1 ssh-agent.c ssh-keygen.1 ssh.1 sshd.8]
1976 make copyright lines the same format
2671b47f 1977 - deraadt@cvs.openbsd.org 2001/03/03 06:53:12
1978 [ssh-keyscan.c]
1979 standard theo sweep
ff7fee59 1980 - millert@cvs.openbsd.org 2001/03/03 21:19:41
1981 [ssh-keyscan.c]
1982 Dynamically allocate read_wait and its copies. Since maxfd is
1983 based on resource limits it is often (usually?) larger than FD_SETSIZE.
c8d75031 1984 - millert@cvs.openbsd.org 2001/03/03 21:40:30
1985 [sftp-server.c]
1986 Dynamically allocate fd_set; deraadt@ OK
20e04e90 1987 - millert@cvs.openbsd.org 2001/03/03 21:41:07
1988 [packet.c]
1989 Dynamically allocate fd_set; deraadt@ OK
dce9bac5 1990 - deraadt@cvs.openbsd.org 2001/03/03 22:07:50
1991 [sftp-server.c]
1992 KNF
c630ce76 1993 - markus@cvs.openbsd.org 2001/03/03 23:52:22
1994 [sftp.c]
1995 clean up arg processing. based on work by Christophe_Moret@hp.com
20244695 1996 - markus@cvs.openbsd.org 2001/03/03 23:59:34
1997 [log.c ssh.c]
1998 log*.c -> log.c
61f8a1d1 1999 - markus@cvs.openbsd.org 2001/03/04 00:03:59
2000 [channels.c]
2001 debug1->2
38967add 2002 - stevesk@cvs.openbsd.org 2001/03/04 10:57:53
2003 [ssh.c]
2004 add -m to usage; ok markus@
46f23b8d 2005 - stevesk@cvs.openbsd.org 2001/03/04 11:04:41
2006 [sshd.8]
2007 small cleanup and clarify for PermitRootLogin; ok markus@
9c81df4c 2008 - stevesk@cvs.openbsd.org 2001/03/04 11:16:06
2009 [servconf.c sshd.8]
2010 kill obsolete RandomSeed; ok markus@ deraadt@
f5429434 2011 - stevesk@cvs.openbsd.org 2001/03/04 12:54:04
2012 [sshd.8]
2013 spelling
54b974dc 2014 - millert@cvs.openbsd.org 2001/03/04 17:42:28
2015 [authfd.c channels.c dh.c log.c readconf.c servconf.c sftp-int.c
2016 ssh.c sshconnect.c sshd.c]
2017 log functions should not be passed strings that end in newline as they
2018 get passed on to syslog() and when logging to stderr, do_log() appends
2019 its own newline.
51c251f0 2020 - deraadt@cvs.openbsd.org 2001/03/04 18:21:28
2021 [sshd.8]
2022 list SSH2 ciphers
2605addd 2023 - (bal) Put HAVE_PW_CLASS_IN_PASSWD back into pwcopy()
164c80dc 2024 - (bal) Fix up logging since it changed. removed log-*.c
cc3067d6 2025 - (djm) Fix up LOG_AUTHPRIV for systems that have it
70a052c7 2026 - (stevesk) OpenBSD sync:
2027 - deraadt@cvs.openbsd.org 2001/03/05 08:37:27
2028 [ssh-keyscan.c]
2029 skip inlining, why bother
5152d46f 2030 - (stevesk) sftp.c: handle __progname
1a2936c4 2031
40edd7ef 203220010304
2033 - (bal) Remove make-ssh-known-hosts.1 since it's no longer valid.
889fbcd3 2034 - (bal) Updated contrib/README to remove 'make-ssh-known-hosts' and
2035 give Mark Roth credit for mdoc2man.pl
40edd7ef 2036
9817de5f 203720010303
40edd7ef 2038 - (djm) Remove make-ssh-known-hosts.pl, ssh-keyscan is better.
2039 - (djm) Document PAM ChallengeResponseAuthentication in sshd.8
2040 - (djm) Disable and comment ChallengeResponseAuthentication in sshd_config
2041 - (djm) Allow PRNGd entropy collection from localhost TCP socket. Replace
68fa858a 2042 "--with-egd-pool" configure option with "--with-prngd-socket" and
9bdd5929 2043 "--with-prngd-port" options. Debugged and improved by Lutz Jaenicke
2044 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
9817de5f 2045
20cad736 204620010301
68fa858a 2047 - (djm) Properly add -lcrypt if needed.
5f404be3 2048 - (djm) Force standard PAM conversation function in a few more places.
68fa858a 2049 Patch from Redhat 2.5.1p1-2 RPM, probably Nalin Dahyabhai
5f404be3 2050 <nalin@redhat.com>
68fa858a 2051 - (djm) Cygwin needs pw->pw_gecos copied too. Patch from Corinna Vinschen
480eb294 2052 <vinschen@redhat.com>
ad1f4a20 2053 - (djm) Released 2.5.1p2
20cad736 2054
cf0c5df5 205520010228
2056 - (djm) Detect endianness in configure and use it in rijndael.c. Fixes
2057 "Bad packet length" bugs.
68fa858a 2058 - (djm) Fully revert PAM session patch (again). All PAM session init is
403f5a8e 2059 now done before the final fork().
065ef9b1 2060 - (djm) EGD detection patch from Tim Rice <tim@multitalents.net>
d9b1f19a 2061 - (djm) Remove /tmp from EGD socket search list
cf0c5df5 2062
86b416a7 206320010227
68fa858a 2064 - (bal) Applied shutdown() patch for sftp.c by Corinna Vinschen
51fb577a 2065 <vinschen@redhat.com>
2af09193 2066 - (bal) OpenBSD Sync
2067 - markus@cvs.openbsd.org 2001/02/23 15:37:45
2068 [session.c]
2069 handle SSH_PROTOFLAG_SCREEN_NUMBER for buggy clients
68fa858a 2070 - (bal) sshd.init support for all Redhat release. Patch by Jim Knoble
a892c46e 2071 <jmknoble@jmknoble.cx>
68fa858a 2072 - (djm) Fix up POSIX saved uid support. Report from Mark Miller
f4e9a0e1 2073 <markm@swoon.net>
2074 - (djm) Search for -lcrypt on FreeBSD too
c7c72446 2075 - (djm) fatal() on OpenSSL version mismatch
27cf96de 2076 - (djm) Move PAM init to after fork for non-Solaris derived PAMs
d5c4c52e 2077 - (djm) Warning fix on entropy.c saved uid stuff. Patch from Mark Miller
2078 <markm@swoon.net>
4bc6dd70 2079 - (djm) Fix PAM fix
4236bde4 2080 - (djm) Remove 'noreplace' flag from sshd_config in RPM spec files. This
2081 change is being made as 2.5.x configfiles are not back-compatible with
64e0e67e 2082 2.3.x.
2083 - (djm) Avoid warnings for missing broken IP_TOS. Patch from Mark Miller
2084 <markm@swoon.net>
68fa858a 2085 - (djm) Open Server 5 doesn't need BROKEN_SAVED_UIDS. Patch from Tim Rice
a29d3f1c 2086 <tim@multitalents.net>
68fa858a 2087 - (djm) Avoid multiple definition of _PATH_LS. Patch from Tim Rice
a29d3f1c 2088 <tim@multitalents.net>
51fb577a 2089
4925395f 209020010226
2091 - (bal) Fixed bsd-snprinf.c so it now honors 'BROKEN_SNPRINTF' again.
68fa858a 2092 - (djm) Some systems (SCO3, NeXT) have weird saved uid semantics.
e9a13ac1 2093 Based on patch from Tim Rice <tim@multitalents.net>
4925395f 2094
1eb4ec64 209520010225
2096 - (djm) Use %{_libexecdir} rather than hardcoded path in RPM specfile
2097 Patch from Adrian Ho <lexfiend@usa.net>
490cad94 2098 - (bal) Replace 'unsigned long long' to 'u_int64_t' since not every
2099 platform defines u_int64_t as being that.
1eb4ec64 2100
a738c3b0 210120010224
68fa858a 2102 - (bal) Missed part of the UNIX sockets patch. Patch by Corinna
a738c3b0 2103 Vinschen <vinschen@redhat.com>
2104 - (bal) Reorder where 'strftime' is detected to resolve linking
2105 issues on SCO. Patch by Tim Rice <tim@multitalents.net>
2106
8fd97cc4 210720010224
2108 - (bal) pam_stack fix to correctly detect between RH7 and older RHs.
2109 Patch by Pekka Savola <pekkas@netcore.fi>
8f0b3553 2110 - (bal) Renamed sigaction.[ch] to sigact.[ch]. Causes problems with
2111 some platforms.
3d114925 2112 - (bal) Generalize lack of UNIX sockets since this also effects Cray
2113 not just Cygwin. Based on patch by Wendy Palm <wendyp@cray.com>
8fd97cc4 2114
14a49e44 211520010223
2116 - (bal) Fix --define rh7 in openssh.spec file. Patch by Steve Tell
2117 <tell@telltronics.org>
cb291102 2118 - (bal) Patch to force OpenSSH rpm to require the same version of OpenSSL
2119 that it was compiled against. Patch by Pekka Savola <pekkas@netcore.fi>
68fa858a 2120 - (bal) Double -I for OpenSSL on SCO. Patch by Tim Rice
5a67331c 2121 <tim@multitalents.net>
14a49e44 2122
68fa858a 212320010222
73d6d7fa 2124 - (bal) Corrected SCO luid patch by svaughan <svaughan@asterion.com>
ca742b3b 2125 - (bal) Added mdoc2man.pl from Mark Roth <roth@feep.net>
2126 - (bal) Removed reference to liblogin from contrib/README. It was
2127 integrated into OpenSSH a long while ago.
2a81eb9f 2128 - (stevesk) remove erroneous #ifdef sgi code.
2129 Michael Stone <mstone@cs.loyola.edu>
73d6d7fa 2130
fbf305f1 213120010221
2132 - (bal) Removed -L/usr/ucblib -R/usr/ucblib for Solaris platform.
68fa858a 2133 - (bal) Fixed OpenSSL rework to use $saved_*. Patch by Tim Rice
9dd3bc84 2134 <tim@multitalents.net>
1fe61b2e 2135 - (bal) Reverted out of 2001/02/15 patch by djm below because it
2136 breaks Solaris.
2137 - (djm) Move PAM session setup back to before setuid to user.
2138 fixes problems on Solaris-drived PAMs.
266140a8 2139 - (stevesk) session.c: back out to where we were before:
68fa858a 2140 - (djm) Move PAM session initialisation until after fork in sshd. Patch
266140a8 2141 from Nalin Dahyabhai <nalin@redhat.com>
9dd3bc84 2142
8b3319f4 214320010220
2144 - (bal) Fix mixed up params to memmove() from Jan 5th in setenv.c and
2145 getcwd.c.
c2b544a5 2146 - (bal) OpenBSD CVS Sync:
2147 - deraadt@cvs.openbsd.org 2001/02/19 23:09:05
2148 [sshd.c]
2149 clarify message to make it not mention "ident"
8b3319f4 2150
1729c161 215120010219
2152 - (bal) Markus' blessing to rename login.[ch] -> sshlogin.[ch] and
2153 pty.[ch] -> sshpty.[ch]
d6f13fbb 2154 - (djm) Rework search for OpenSSL location. Skip directories which don't
2155 exist, don't add -L$ssldir/lib if it doesn't exist. Should help SCO
2156 with its limit of 6 -L options.
0476625f 2157 - OpenBSD CVS Sync:
2158 - reinhard@cvs.openbsd.org 2001/02/17 08:24:40
2159 [sftp.1]
2160 typo
2161 - deraadt@cvs.openbsd.org 2001/02/17 16:28:58
2162 [ssh.c]
2163 cleanup -V output; noted by millert
2164 - deraadt@cvs.openbsd.org 2001/02/17 16:48:48
2165 [sshd.8]
2166 it's the OpenSSH one
2167 - markus@cvs.openbsd.org 2001/02/18 11:33:54
2168 [dispatch.c]
2169 typo, SSH2_MSG_KEXINIT, from aspa@kronodoc.fi
2170 - markus@cvs.openbsd.org 2001/02/19 02:53:32
2171 [compat.c compat.h serverloop.c]
2172 ssh-1.2.{18-22} has broken handling of ignore messages; report from
2173 itojun@
2174 - markus@cvs.openbsd.org 2001/02/19 03:35:23
2175 [version.h]
2176 OpenSSH_2.5.1 adds bug compat with 1.2.{18-22}
2177 - deraadt@cvs.openbsd.org 2001/02/19 03:36:25
2178 [scp.c]
2179 np is changed by recursion; vinschen@redhat.com
2180 - Update versions in RPM spec files
2181 - Release 2.5.1p1
1729c161 2182
663fd560 218320010218
68fa858a 2184 - (bal) Patch for fix FCHMOD reference in ftp-client.c by Tim Rice
2185 <tim@multitalents.net>
25cd3375 2186 - (Bal) Patch for lack of RA_RESTART in misc.c for mysignal by
2187 stevesk
68fa858a 2188 - (djm) Fix my breaking of cygwin builds, Patch from Corinna Vinschen
58e7f038 2189 <vinschen@redhat.com> and myself.
32ced054 2190 - (djm) Close listen_sock on bind() failures. Patch from Arkadiusz
2191 Miskiewicz <misiek@pld.ORG.PL>
6a951840 2192 - (djm) Robustify EGD/PRNGd code in face of socket closures. Patch from
2193 Todd C. Miller <Todd.Miller@courtesan.com>
68fa858a 2194 - (djm) Use ttyname() to determine name of tty returned by openpty()
2195 rather then risking overflow. Patch from Marek Michalkiewicz
b82f1310 2196 <marekm@amelek.gda.pl>
68fa858a 2197 - (djm) Swapped tests for no_libsocket and no_libnsl in configure.in.
bdf80b2c 2198 Patch from Marek Michalkiewicz <marekm@amelek.gda.pl>
af8fda37 2199 - (djm) Doc fixes from Pekka Savola <pekkas@netcore.fi>
68fa858a 2200 - (djm) Use SA_INTERRUPT along SA_RESTART if present (equivalent for
df538d55 2201 SunOS)
68fa858a 2202 - (djm) SCO needs librpc for libwrap. Patch from Tim Rice
f61d6b17 2203 <tim@multitalents.net>
dfef7e7e 2204 - (stevesk) misc.c: cpp rework of SA_(INTERRUPT|RESTART) handling.
36a358ca 2205 - (stevesk) scp.c: use mysignal() for updateprogressmeter() handler.
68fa858a 2206 - (djm) SA_INTERRUPT is the converse of SA_RESTART, apply it only for
d54d99a3 2207 SIGALRM.
e1a023df 2208 - (djm) Move entropy.c over to mysignal()
68fa858a 2209 - (djm) SunOS 4.x also needs to define HAVE_BOGUS_SYS_QUEUE_H as it has
2210 a <sys/queue.h> that lacks the TAILQ_* macros. Patch from Todd C.
667beaa9 2211 Miller <Todd.Miller@courtesan.com>
ecdde3d8 2212 - (djm) Update RPM spec files for 2.5.0p1
51ee9048 2213 - (djm) Merge BSD_AUTH support from Markus Friedl and David J. MacKenzie
2214 enable with --with-bsd-auth.
2adddc78 2215 - (stevesk) entropy.c: typo; should be SIGPIPE
663fd560 2216
0b1728c5 221720010217
2218 - (bal) OpenBSD Sync:
2219 - markus@cvs.openbsd.org 2001/02/16 13:38:18
68fa858a 2220 [channel.c]
2221 remove debug
c8b058b4 2222 - markus@cvs.openbsd.org 2001/02/16 14:03:43
2223 [session.c]
2224 proper payload-length check for x11 w/o screen-number
0b1728c5 2225
b41d8d4d 222620010216
2227 - (bal) added '--with-prce' to allow overriding of system regex when
2228 required (tested by David Dulek <ddulek@fastenal.com>)
d6fdb079 2229 - (bal) Added DG/UX case and set that they have a broken IPTOS.
278588d8 2230 - (djm) Mini-configure reorder patch from Tim Rice <tim@multitalents.net>
2231 Fixes linking on SCO.
68fa858a 2232 - (djm) Make gnome-ssh-askpass handle multi-line prompts. Patch from
0ceb21d6 2233 Nalin Dahyabhai <nalin@redhat.com>
2234 - (djm) BSD license for gnome-ssh-askpass (was X11)
2235 - (djm) KNF on gnome-ssh-askpass
ed6553e2 2236 - (djm) USE_PIPES for a few more sysv platforms
2237 - (djm) Cleanup configure.in a little
2238 - (djm) Ask users to check config.log when we can't find necessary libs
aca75d94 2239 - (djm) Set "login ID" on systems with setluid. Only enabled for SCO
2240 OpenServer for now. Based on patch from svaughan <svaughan@asterion.com>
0ae4fe1d 2241 - (djm) OpenBSD CVS:
2242 - markus@cvs.openbsd.org 2001/02/15 16:19:59
2243 [channels.c channels.h serverloop.c sshconnect.c sshconnect.h]
2244 [sshconnect1.c sshconnect2.c]
2245 genericize password padding function for SSH1 and SSH2.
2246 add stylized echo to 2, too.
2247 - (djm) Add roundup() macro to defines.h
9535dddf 2248 - (stevesk) set SA_RESTART flag in mysignal() for SIGCHLD;
2249 needed on Unixware 2.x.
b41d8d4d 2250
0086bfaf 225120010215
68fa858a 2252 - (djm) Move PAM session setup back to before setuid to user. Fixes
0086bfaf 2253 problems on Solaris-derived PAMs.
e11aab29 2254 - (djm) Clean up PAM namespace. Suggested by Darren Moffat
2255 <Darren.Moffat@eng.sun.com>
9e3c31f7 2256 - (bal) Sync w/ OpenSSH for new release
2257 - markus@cvs.openbsd.org 2001/02/12 12:45:06
2258 [sshconnect1.c]
2259 fix xmalloc(0), ok dugsong@
b2552997 2260 - markus@cvs.openbsd.org 2001/02/11 12:59:25
2261 [Makefile.in sshd.8 sshconnect2.c readconf.h readconf.c packet.c
2262 sshd.c ssh.c ssh.1 servconf.h servconf.c myproposal.h kex.h kex.c]
2263 1) clean up the MAC support for SSH-2
2264 2) allow you to specify the MAC with 'ssh -m'
2265 3) or the 'MACs' keyword in ssh(d)_config
2266 4) add hmac-{md5,sha1}-96
2267 ok stevesk@, provos@
15853e93 2268 - markus@cvs.openbsd.org 2001/02/12 16:16:23
2269 [auth-passwd.c auth.c auth.h auth1.c auth2.c servconf.c servconf.h
2270 ssh-keygen.c sshd.8]
2271 PermitRootLogin={yes,without-password,forced-commands-only,no}
2272 (before this change, root could login even if PermitRootLogin==no)
7cc4cf0a 2273 - deraadt@cvs.openbsd.org 2001/02/12 22:56:09
fd193ca4 2274 [clientloop.c packet.c ssh-keyscan.c]
2275 deal with EAGAIN/EINTR selects which were skipped
7cc4cf0a 2276 - markus@cvs.openssh.org 2001/02/13 22:49:40
2277 [auth1.c auth2.c]
2278 setproctitle(user) only if getpwnam succeeds
2279 - markus@cvs.openbsd.org 2001/02/12 23:26:20
2280 [sshd.c]
2281 missing memset; from solar@openwall.com
2282 - stevesk@cvs.openbsd.org 2001/02/12 20:53:33
2283 [sftp-int.c]
2284 lumask now works with 1 numeric arg; ok markus@, djm@
2285 - djm@cvs.openbsd.org 2001/02/14 9:46:03
2286 [sftp-client.c sftp-int.c sftp.1]
2287 Fix and document 'preserve modes & times' option ('-p' flag in sftp);
2288 ok markus@
0b16bb01 2289 - (bal) replaced PATH_MAX in sftp-int.c w/ MAXPATHLEN.
2290 - (djm) Move to Jim's 1.2.0 X11 askpass program
62da27dd 2291 - (stevesk) OpenBSD sync:
2292 - deraadt@cvs.openbsd.org 2001/02/15 01:38:04
2293 [serverloop.c]
2294 indent
0b16bb01 2295
1c2d0a13 229620010214
2297 - (djm) Don't try to close PAM session or delete credentials if the
68fa858a 2298 session has not been open or credentials not set. Based on patch from
1c2d0a13 2299 Andrew Bartlett <abartlet@pcug.org.au>
68fa858a 2300 - (djm) Move PAM session initialisation until after fork in sshd. Patch
0ab1bcba 2301 from Nalin Dahyabhai <nalin@redhat.com>
958e5ae4 2302 - (bal) Missing function prototype in bsd-snprintf.c patch by
2303 Mark Miller <markm@swoon.net>
b7ccb051 2304 - (djm) Split out and improve OSF SIA auth code. Patch from Chris Adams
2305 <cmadams@hiwaay.net> with a little modification and KNF.
815800e1 2306 - (stevesk) fix for SIA patch, misplaced session_setup_sia()
1c2d0a13 2307
0610439b 230820010213
84eb157c 2309 - (djm) Only test -S potential EGD sockets if they exist and are readable.
f1312c76 2310 - (bal) Cleaned out bsd-snprintf.c. VARARGS have been banished and
2311 I did a base KNF over the whe whole file to make it more acceptable.
2312 (backed out of original patch and removed it from ChangeLog)
01f13020 2313 - (bal) Use chown() if fchown() does not exist in ftp-server.c patch by
2314 Tim Rice <tim@multitalents.net>
8d60e965 2315 - (stevesk) auth1.c: fix PAM passwordless check.
0610439b 2316
894a4851 231720010212
68fa858a 2318 - (djm) Update Redhat specfile to allow --define "skip_x11_askpass 1",
2319 --define "skip_gnome_askpass 1", --define "rh7 1" and make the
2320 implicit rpm-3.0.5 dependancy explicit. Patch and suggestions from
894a4851 2321 Pekka Savola <pekkas@netcore.fi>
782d6a0d 2322 - (djm) Clean up PCRE text in INSTALL
68fa858a 2323 - (djm) Fix OSF SIA auth NULL pointer deref. Report from Mike Battersby
77db6c3f 2324 <mib@unimelb.edu.au>
6f68f28a 2325 - (bal) NCR SVR4 compatiblity provide by Don Bragg <thewizarddon@yahoo.com>
01a7bc9a 2326 - (stevesk) session.c: remove debugging code.
894a4851 2327
abf1f107 232820010211
2329 - (bal) OpenBSD Sync
2330 - markus@cvs.openbsd.org 2001/02/07 22:35:46
2331 [auth1.c auth2.c sshd.c]
2332 move k_setpag() to a central place; ok dugsong@
c845316f 2333 - markus@cvs.openbsd.org 2001/02/10 12:52:02
2334 [auth2.c]
2335 offer passwd before s/key
e6fa162e 2336 - markus@cvs.openbsd.org 2001/02/8 22:37:10
2337 [canohost.c]
2338 remove last call to sprintf; ok deraadt@
0ab4b0f0 2339 - markus@cvs.openbsd.org 2001/02/10 1:33:32
2340 [canohost.c]
2341 add debug message, since sshd blocks here if DNS is not available
7f8ea238 2342 - markus@cvs.openbsd.org 2001/02/10 12:44:02
2343 [cli.c]
2344 don't call vis() for \r
5c470997 2345 - danh@cvs.openbsd.org 2001/02/10 0:12:43
2346 [scp.c]
2347 revert a small change to allow -r option to work again; ok deraadt@
2348 - danh@cvs.openbsd.org 2001/02/10 15:14:11
2349 [scp.c]
2350 fix memory leak; ok markus@
a0e6fead 2351 - djm@cvs.openbsd.org 2001/02/10 0:45:52
2352 [scp.1]
2353 Mention that you can quote pathnames with spaces in them
b3106440 2354 - markus@cvs.openbsd.org 2001/02/10 1:46:28
2355 [ssh.c]
2356 remove mapping of argv[0] -> hostname
f72e01a5 2357 - markus@cvs.openbsd.org 2001/02/06 22:26:17
2358 [sshconnect2.c]
2359 do not ask for passphrase in batch mode; report from ejb@ql.org
2360 - itojun@cvs.opebsd.org 2001/02/08 10:47:05
5d1d11d1 2361 [sshconnect.c sshconnect1.c sshconnect2.c]
68fa858a 2362 %.30s is too short for IPv6 numeric address. use %.128s for now.
f72e01a5 2363 markus ok
2364 - markus@cvs.openbsd.org 2001/02/09 12:28:35
2365 [sshconnect2.c]
2366 do not free twice, thanks to /etc/malloc.conf
2367 - markus@cvs.openbsd.org 2001/02/09 17:10:53
2368 [sshconnect2.c]
2369 partial success: debug->log; "Permission denied" if no more auth methods
2370 - markus@cvs.openbsd.org 2001/02/10 12:09:21
2371 [sshconnect2.c]
2372 remove some lines
e0b2cf6b 2373 - markus@cvs.openbsd.org 2001/02/09 13:38:07
2374 [auth-options.c]
2375 reset options if no option is given; from han.holl@prismant.nl
ca910e13 2376 - markus@cvs.openbsd.org 2001/02/08 21:58:28
2377 [channels.c]
2378 nuke sprintf, ok deraadt@
2379 - markus@cvs.openbsd.org 2001/02/08 21:58:28
2380 [channels.c]
2381 nuke sprintf, ok deraadt@
affa8be4 2382 - markus@cvs.openbsd.org 2001/02/06 22:43:02
2383 [clientloop.h]
2384 remove confusing callback code
d2c46e77 2385 - deraadt@cvs.openbsd.org 2001/02/08 14:39:36
2386 [readconf.c]
2387 snprintf
cc8aca8a 2388 - itojun@cvs.openbsd.org 2001/02/08 19:30:52
2389 sync with netbsd tree changes.
2390 - more strict prototypes, include necessary headers
2391 - use paths.h/pathnames.h decls
2392 - size_t typecase to int -> u_long
5be2ec5e 2393 - itojun@cvs.openbsd.org 2001/02/07 18:04:50
2394 [ssh-keyscan.c]
2395 fix size_t -> int cast (use u_long). markus ok
2396 - markus@cvs.openbsd.org 2001/02/07 22:43:16
2397 [ssh-keyscan.c]
2398 s/getline/Linebuf_getline/; from roumen.petrov@skalasoft.com
2399 - itojun@cvs.openbsd.org 2001/02/09 9:04:59
2400 [ssh-keyscan.c]
68fa858a 2401 do not assume malloc() returns zero-filled region. found by
5be2ec5e 2402 malloc.conf=AJ.
f21032a6 2403 - markus@cvs.openbsd.org 2001/02/08 22:35:30
2404 [sshconnect.c]
68fa858a 2405 don't connect if batch_mode is true and stricthostkeychecking set to
f21032a6 2406 'ask'
7bbcc167 2407 - djm@cvs.openbsd.org 2001/02/04 21:26:07
2408 [sshd_config]
2409 type: ok markus@
2410 - deraadt@cvs.openbsd.org 2001/02/06 22:07:50
2411 [sshd_config]
2412 enable sftp-server by default
a2e6d17d 2413 - deraadt 2001/02/07 8:57:26
2414 [xmalloc.c]
2415 deal with new ANSI malloc stuff
2416 - markus@cvs.openbsd.org 2001/02/07 16:46:08
2417 [xmalloc.c]
2418 typo in fatal()
2419 - itojun@cvs.openbsd.org 2001/02/07 18:04:50
2420 [xmalloc.c]
2421 fix size_t -> int cast (use u_long). markus ok
4ef922e3 2422 - 1.47 Thu Feb 8 23:11:42 GMT 2001 by dugsong
2423 [serverloop.c sshconnect1.c]
68fa858a 2424 mitigate SSH1 traffic analysis - from Solar Designer
4ef922e3 2425 <solar@openwall.com>, ok provos@
68fa858a 2426 - (bal) fixed sftp-client.c. Return 'status' instead of '0'
ca910e13 2427 (from the OpenBSD tree)
6b442913 2428 - (bal) Synced ssh.1, ssh-add.1 and sshd.8 w/ OpenBSD
27df9d4a 2429 - (bal) sftp-sever.c '%8lld' to '%8llu' (OpenBSD Sync)
17321afe 2430 - (bal) uuencode.c resync w/ OpenBSD tree, plus whitespace.
f98d56f0 2431 - (bal) A bit more whitespace cleanup
68fa858a 2432 - (djm) Set PAM_RHOST earlier, patch from Andrew Bartlett
e275684f 2433 <abartlet@pcug.org.au>
b27e97b1 2434 - (stevesk) misc.c: ssh.h not needed.
38a316c0 2435 - (stevesk) compat.c: more friendly cpp error
94f38e16 2436 - (stevesk) OpenBSD sync:
2437 - stevesk@cvs.openbsd.org 2001/02/11 06:15:57
2438 [LICENSE]
2439 typos and small cleanup; ok deraadt@
abf1f107 2440
0426a3b4 244120010210
2442 - (djm) Sync sftp and scp stuff from OpenBSD:
2443 - djm@cvs.openbsd.org 2001/02/07 03:55:13
2444 [sftp-client.c]
2445 Don't free handles before we are done with them. Based on work from
2446 Corinna Vinschen <vinschen@redhat.com>. ok markus@
2447 - djm@cvs.openbsd.org 2001/02/06 22:32:53
2448 [sftp.1]
2449 Punctuation fix from Pekka Savola <pekkas@netcore.fi>
2450 - deraadt@cvs.openbsd.org 2001/02/07 04:07:29
2451 [sftp.1]
2452 pretty up significantly
2453 - itojun@cvs.openbsd.org 2001/02/07 06:49:42
2454 [sftp.1]
2455 .Bl-.El mismatch. markus ok
2456 - djm@cvs.openbsd.org 2001/02/07 06:12:30
2457 [sftp-int.c]
2458 Check that target is a directory before doing ls; ok markus@
2459 - itojun@cvs.openbsd.org 2001/02/07 11:01:18
2460 [scp.c sftp-client.c sftp-server.c]
2461 unsigned long long -> %llu, not %qu. markus ok
2462 - stevesk@cvs.openbsd.org 2001/02/07 11:10:39
2463 [sftp.1 sftp-int.c]
2464 more man page cleanup and sync of help text with man page; ok markus@
2465 - markus@cvs.openbsd.org 2001/02/07 14:58:34
2466 [sftp-client.c]
2467 older servers reply with SSH2_FXP_NAME + count==0 instead of EOF
2468 - djm@cvs.openbsd.org 2001/02/07 15:27:19
2469 [sftp.c]
2470 Don't forward agent and X11 in sftp. Suggestion from Roumen Petrov
2471 <roumen.petrov@skalasoft.com>
2472 - stevesk@cvs.openbsd.org 2001/02/07 15:36:04
2473 [sftp-int.c]
2474 portable; ok markus@
2475 - stevesk@cvs.openbsd.org 2001/02/07 15:55:47
2476 [sftp-int.c]
2477 lowercase cmds[].c also; ok markus@
2478 - markus@cvs.openbsd.org 2001/02/07 17:04:52
2479 [pathnames.h sftp.c]
2480 allow sftp over ssh protocol 1; ok djm@
2481 - deraadt@cvs.openbsd.org 2001/02/08 07:38:55
2482 [scp.c]
2483 memory leak fix, and snprintf throughout
2484 - deraadt@cvs.openbsd.org 2001/02/08 08:02:02
2485 [sftp-int.c]
2486 plug a memory leak
2487 - stevesk@cvs.openbsd.org 2001/02/08 10:11:23
2488 [session.c sftp-client.c]
2489 %i -> %d
2490 - stevesk@cvs.openbsd.org 2001/02/08 10:57:59
2491 [sftp-int.c]
2492 typo
2493 - stevesk@cvs.openbsd.org 2001/02/08 15:28:07
2494 [sftp-int.c pathnames.h]
2495 _PATH_LS; ok markus@
2496 - djm@cvs.openbsd.org 2001/02/09 04:46:25
2497 [sftp-int.c]
2498 Check for NULL attribs for chown, chmod & chgrp operations, only send
2499 relevant attribs back to server; ok markus@
96b64eb0 2500 - djm@cvs.openbsd.org 2001/02/06 15:05:25
2501 [sftp.c]
2502 Use getopt to process commandline arguments
2503 - djm@cvs.openbsd.org 2001/02/06 15:06:21
2504 [sftp.c ]
2505 Wait for ssh subprocess at exit
2506 - djm@cvs.openbsd.org 2001/02/06 15:18:16
2507 [sftp-int.c]
2508 stat target for remote chdir before doing chdir
2509 - djm@cvs.openbsd.org 2001/02/06 15:32:54
2510 [sftp.1]
2511 Punctuation fix from Pekka Savola <pekkas@netcore.fi>
2512 - provos@cvs.openbsd.org 2001/02/05 22:22:02
2513 [sftp-int.c]
2514 cleanup get_pathname, fix pwd after failed cd. okay djm@
0426a3b4 2515 - (djm) Update makefile.in for _PATH_SFTP_SERVER
c9f5e42e 2516 - (bal) sftp-client.c replace NULL w/ 0 in do_ls() (pending in OpenBSD tree)
0426a3b4 2517
6d1e1d2b 251820010209
68fa858a 2519 - (bal) patch to vis.c to deal with HAVE_VIS right by Robert Mooney
6d1e1d2b 2520 <rjmooney@mediaone.net>
bb0c1991 2521 - (bal) .c.o rule in openbsd-compat/Makefile.in did not make it to the
68fa858a 2522 main tree while porting forward. Pointed out by Lutz Jaenicke
bb0c1991 2523 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
f902d909 2524 - (bal) double entry in configure.in. Pointed out by Lutz Jaenicke
2525 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
25f4c264 2526 - (stevesk) OpenBSD sync:
2527 - markus@cvs.openbsd.org 2001/02/08 11:20:01
2528 [auth2.c]
2529 strict checking
2530 - markus@cvs.openbsd.org 2001/02/08 11:15:22
2531 [version.h]
2532 update to 2.3.2
2533 - markus@cvs.openbsd.org 2001/02/08 11:12:30
2534 [auth2.c]
2535 fix typo
72b3f75d 2536 - (djm) Update spec files
0ed28836 2537 - (bal) OpenBSD sync:
2538 - deraadt@cvs.openbsd.org 2001/02/08 14:38:54
2539 [scp.c]
2540 memory leak fix, and snprintf throughout
1fc8ccdf 2541 - markus@cvs.openbsd.org 2001/02/06 22:43:02
2542 [clientloop.c]
2543 remove confusing callback code
0b202697 2544 - (djm) Add CVS Id's to files that we have missed
5ca51e19 2545 - (bal) OpenBSD Sync (more):
2546 - itojun@cvs.openbsd.org 2001/02/08 19:30:52
2547 sync with netbsd tree changes.
2548 - more strict prototypes, include necessary headers
2549 - use paths.h/pathnames.h decls
2550 - size_t typecase to int -> u_long
1f3bf5aa 2551 - markus@cvs.openbsd.org 2001/02/06 22:07:42
2552 [ssh.c]
2553 fatal() if subsystem fails
2554 - markus@cvs.openbsd.org 2001/02/06 22:43:02
2555 [ssh.c]
2556 remove confusing callback code
2557 - jakob@cvs.openbsd.org 2001/02/06 23:03:24
2558 [ssh.c]
2559 add -1 option (force protocol version 1). ok markus@
2560 - jakob@cvs.openbsd.org 2001/02/06 23:06:21
2561 [ssh.c]
2562 reorder -{1,2,4,6} options. ok markus@
e6aa01b4 2563 - (bal) Missing 'const' in readpass.h
9c5a8165 2564 - (bal) OpenBSD Sync (so at least the thing compiles for 2.3.2 =)
2565 - djm@cvs.openbsd.org 2001/02/06 23:30:28
2566 [sftp-client.c]
2567 replace arc4random with counter for request ids; ok markus@
68fa858a 2568 - (djm) Define _PATH_TTY for systems that don't. Report from Lutz
bc79ed5c 2569 Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
6d1e1d2b 2570
6a25c04c 257120010208
2572 - (djm) Don't delete external askpass program in make uninstall target.
2573 Report and fix from Roumen Petrov <roumen.petrov@skalasoft.com>
6958bd37 2574 - (djm) Fix linking of sftp, don't need arc4random any more.
2575 - (djm) Try to use shell that supports "test -S" for EGD socket search.
2576 Based on patch from Tim Rice <tim@multitalents.net>
6a25c04c 2577
547519f0 257820010207
bee0a37e 2579 - (bal) Save the whole path to AR in configure. Some Solaris 2.7 installs
2580 seem lose track of it while in openbsd-compat/ (two confirmed reports)
5c377b3b 2581 - (djm) Much KNF on PAM code
547519f0 2582 - (djm) Revise auth-pam.c conversation function to be a little more
2583 readable.
5c377b3b 2584 - (djm) Revise kbd-int PAM conversation function to fold all text messages
2585 to before first prompt. Fixes hangs if last pam_message did not require
2586 a reply.
2587 - (djm) Fix password changing when using PAM kbd-int authentication
bee0a37e 2588
547519f0 258920010205
2b87da3b 2590 - (bal) Disable groupaccess by setting NGROUPS_MAX to 0 for platforms
99286dc8 2591 that don't have NGROUPS_MAX.
57559587 2592 - (bal) AIX patch for auth1.c by William L. Jones <jones@hpc.utexas.edu>
2b87da3b 2593 - (stevesk) OpenBSD sync:
2594 - stevesk@cvs.openbsd.org 2001/02/04 08:32:27
2595 [many files; did this manually to our top-level source dir]
2596 unexpand and remove end-of-line whitespace; ok markus@
408ba72f 2597 - stevesk@cvs.openbsd.org 2001/02/04 15:21:19
2598 [sftp-server.c]
2599 SSH2_FILEXFER_ATTR_UIDGID support; ok markus@
ec2a033a 2600 - deraadt@cvs.openbsd.org 2001/02/04 17:02:32
2601 [sftp-int.c]
2602 ? == help
2603 - deraadt@cvs.openbsd.org 2001/02/04 16:47:46
2604 [sftp-int.c]
2605 sort commands, so that abbreviations work as expected
2606 - stevesk@cvs.openbsd.org 2001/02/04 15:17:52
2607 [sftp-int.c]
2608 debugging sftp: precedence and missing break. chmod, chown, chgrp
2609 seem to be working now.
2610 - markus@cvs.openbsd.org 2001/02/04 14:41:21
2611 [sftp-int.c]
2612 use base 8 for umask/chmod
2613 - markus@cvs.openbsd.org 2001/02/04 11:11:54
2614 [sftp-int.c]
2615 fix LCD
c44559d2 2616 - markus@cvs.openbsd.org 2001/02/04 08:10:44
2617 [ssh.1]
2618 typo; dpo@club-internet.fr
a5930351 2619 - stevesk@cvs.openbsd.org 2001/02/04 06:30:12
2620 [auth2.c authfd.c packet.c]
2621 remove duplicate #include's; ok markus@
6a416424 2622 - deraadt@cvs.openbsd.org 2001/02/04 16:56:23
2623 [scp.c sshd.c]
2624 alpha happiness
2625 - stevesk@cvs.openbsd.org 2001/02/04 15:12:17
2626 [sshd.c]
2627 precedence; ok markus@
02a024dd 2628 - deraadt@cvs.openbsd.org 2001/02/04 08:14:15
6a416424 2629 [ssh.c sshd.c]
2630 make the alpha happy
02a024dd 2631 - markus@cvs.openbsd.org 2001/01/31 13:37:24
2632 [channels.c channels.h serverloop.c ssh.c]
68fa858a 2633 do not disconnect if local port forwarding fails, e.g. if port is
547519f0 2634 already in use
02a024dd 2635 - markus@cvs.openbsd.org 2001/02/01 14:58:09
2636 [channels.c]
2637 use ipaddr in channel messages, ietf-secsh wants this
2638 - markus@cvs.openbsd.org 2001/01/31 12:26:20
2639 [channels.c]
68fa858a 2640 ssh.com-2.0.1x does not send additional info in CHANNEL_OPEN_FAILURE
547519f0 2641 messages; bug report from edmundo@rano.org
a741554f 2642 - markus@cvs.openbsd.org 2001/01/31 13:48:09
2643 [sshconnect2.c]
2644 unused
9378f292 2645 - deraadt@cvs.openbsd.org 2001/02/04 08:23:08
2646 [sftp-client.c sftp-server.c]
2647 make gcc on the alpha even happier
1fc243d1 2648
547519f0 264920010204
781a0585 2650 - (bal) I think this is the last of the bsd-*.h that don't belong.
634e0b53 2651 - (bal) Minor Makefile fix
f0f14bea 2652 - (bal) openbsd-compat/Makefile minor fix. Ensure dependancies are done
61e96248 2653 right.
78987b57 2654 - (bal) Changed order of LIB="" in -with-skey due to library resolving.
166e4f2a 2655 - (bal) next-posix.h changed to bsd-nextstep.h
61e96248 2656 - (djm) OpenBSD CVS sync:
2657 - markus@cvs.openbsd.org 2001/02/03 03:08:38
2658 [auth-options.c auth-rh-rsa.c auth-rhosts.c auth.c canohost.c]
2659 [canohost.h servconf.c servconf.h session.c sshconnect1.c sshd.8]
2660 [sshd_config]
2661 make ReverseMappingCheck optional in sshd_config; ok djm@,dugsong@
2662 - markus@cvs.openbsd.org 2001/02/03 03:19:51
2663 [ssh.1 sshd.8 sshd_config]
2664 Skey is now called ChallengeResponse
2665 - markus@cvs.openbsd.org 2001/02/03 03:43:09
2666 [sshd.8]
2667 use no-pty option in .ssh/authorized_keys* if you need a 8-bit clean
2668 channel. note from Erik.Anggard@cygate.se (pr/1659)
2669 - stevesk@cvs.openbsd.org 2001/02/03 10:03:06
2670 [ssh.1]
2671 typos; ok markus@
2672 - djm@cvs.openbsd.org 2001/02/04 04:11:56
2673 [scp.1 sftp-server.c ssh.1 sshd.8 sftp-client.c sftp-client.h]
2674 [sftp-common.c sftp-common.h sftp-int.c sftp-int.h sftp.1 sftp.c]
2675 Basic interactive sftp client; ok theo@
2676 - (djm) Update RPM specs for new sftp binary
68fa858a 2677 - (djm) Update several bits for new optional reverse lookup stuff. I
61e96248 2678 think I got them all.
8b061486 2679 - (djm) Makefile.in fixes
1aa00dcb 2680 - (stevesk) add mysignal() wrapper and use it for the protocol 2
2681 SIGCHLD handler.
408ba72f 2682 - (djm) Use setvbuf() instead of setlinebuf(). Suggest from stevesk@
781a0585 2683
547519f0 268420010203
63fe0529 2685 - (bal) Cygwin clean up by Corinna Vinschen <vinschen@redhat.com>
bf3db92d 2686 - (bal) renamed queue.h to fake-queue.h (even if it's an OpenBSD
2687 based file) to ensure #include space does not get confused.
f78888c7 2688 - (bal) Minor Makefile.in tweak. dirname may not exist on some
2689 platforms so builds fail. (NeXT being a well known one)
63fe0529 2690
547519f0 269120010202
61e96248 2692 - (bal) Makefile fix where sourcedir != builddir by Corinna Vinschen
c85a87f2 2693 <vinschen@redhat.com>
71301416 2694 - (bal) Makefile fix to use $(MAKE) instead of 'make' for platforms
2695 that use 'gmake'. Patch by Tim Rice <tim@multitalents.net>
c85a87f2 2696
547519f0 269720010201
ad5075bd 2698 - (bal) Minor fix to Makefile to stop rebuilding executables if no
2699 changes have occured to any of the supporting code. Patch by
2700 Roumen Petrov <roumen.petrov@skalasoft.com>
2701
9c8dbb1b 270220010131
37845585 2703 - (djm) OpenBSD CVS Sync:
2704 - djm@cvs.openbsd.org 2001/01/30 15:48:53
2705 [sshconnect.c]
2706 Make warning message a little more consistent. ok markus@
8c89dd2b 2707 - (djm) Fix autoconf logic for --with-lastlog=no Report and diagnosis from
2708 Philipp Buehler <lists@fips.de> and Kevin Steves <stevesk@sweden.hp.com>
2709 respectively.
c59dc6bd 2710 - (djm) Don't log SSH2 PAM KbdInt responses to debug, they may contain
2711 passwords.
9c8dbb1b 2712 - (bal) Reorder. Move all bsd-*, fake-*, next-*, and cygwin* stuff to
2713 openbsd-compat/. And resolve all ./configure and Makefile.in issues
2714 assocated.
37845585 2715
9c8dbb1b 271620010130
39929cdb 2717 - (djm) OpenBSD CVS Sync:
2718 - markus@cvs.openbsd.org 2001/01/29 09:55:37
2719 [channels.c channels.h clientloop.c serverloop.c]
2720 fix select overflow; ok deraadt@ and stevesk@
865ac82e 2721 - markus@cvs.openbsd.org 2001/01/29 12:42:35
2722 [canohost.c canohost.h channels.c clientloop.c]
2723 add get_peer_ipaddr(socket), x11-fwd in ssh2 requires ipaddr, not DNS
46aa2d1f 2724 - markus@cvs.openbsd.org 2001/01/29 12:47:32
2725 [rsa.c rsa.h ssh-agent.c sshconnect1.c sshd.c]
2726 handle rsa_private_decrypt failures; helps against the Bleichenbacher
2727 pkcs#1 attack
ae810de7 2728 - djm@cvs.openbsd.org 2001/01/29 05:36:11
2729 [ssh.1 ssh.c]
2730 Allow invocation of sybsystem by commandline (-s); ok markus@
83bc57f9 2731 - (stevesk) configure.in: remove duplicate PROG_LS
39929cdb 2732
9c8dbb1b 273320010129
f29ef605 2734 - (stevesk) sftp-server.c: use %lld vs. %qd
2735
cb9da0fc 273620010128
2737 - (bal) Put USE_PIPES back into sco3.2v5
23c2a7a5 2738 - (bal) OpenBSD Sync
9bd5b720 2739 - markus@cvs.openbsd.org 2001/01/28 10:15:34
2740 [dispatch.c]
2741 re-keying is not supported; ok deraadt@
5fb622e4 2742 - markus@cvs.openbsd.org 2001/01/28 10:24:04
7f5c4295 2743 [ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
5fb622e4 2744 cleanup AUTHORS sections
9bd5b720 2745 - markus@cvs.openbsd.org 2001/01/28 10:37:26
ab60252b 2746 [sshd.c sshd.8]
9bd5b720 2747 remove -Q, no longer needed
2748 - stevesk@cvs.openbsd.org 2001/01/28 20:36:16
a877488a 2749 [readconf.c ssh.1]
9bd5b720 2750 ``StrictHostKeyChecking ask'' documentation and small cleanup.
2751 ok markus@
6f37606e 2752 - stevesk@cvs.openbsd.org 2001/01/28 20:43:25
61e96248 2753 [sshd.8]
6f37606e 2754 spelling. ok markus@
95f4ccfb 2755 - stevesk@cvs.openbsd.org 2001/01/28 20:53:21
2756 [xmalloc.c]
2757 use size_t for strlen() return. ok markus@
6f37606e 2758 - stevesk@cvs.openbsd.org 2001/01/28 22:27:05
2759 [authfile.c]
2760 spelling. use sizeof vs. strlen(). ok markus@
9bd5b720 2761 - niklas@cvs.openbsd.org 2001/01/29 1:59:14
23c2a7a5 2762 [atomicio.h canohost.h clientloop.h deattack.h dh.h dispatch.h
2763 groupaccess.c groupaccess.h hmac.h hostfile.h includes.h kex.h
2764 key.h log.h login.h match.h misc.h myproposal.h nchan.ms pathnames.h
2765 radix.h readpass.h rijndael.h serverloop.h session.h sftp.h ssh-add.1
2766 ssh-dss.h ssh-keygen.1 ssh-keyscan.1 ssh-rsa.h ssh1.h ssh_config
2767 sshconnect.h sshd_config tildexpand.h uidswap.h uuencode.h]
2768 $OpenBSD$
b0e305c9 2769 - (bal) Minor auth2.c resync. Whitespace and moving of an #include.
cb9da0fc 2770
c9606e03 277120010126
61e96248 2772 - (bal) SSH_PROGRAM vs _PATH_SSH_PROGRAM fix pointed out by Roumen
c9606e03 2773 Petrov <roumen.petrov@skalasoft.com>
2f4b2e38 2774 - (bal) OpenBSD Sync
2775 - deraadt@cvs.openbsd.org 2001/01/25 8:06:33
2776 [ssh-agent.c]
2777 call _exit() in signal handler
c9606e03 2778
d7d5f0b2 277920010125
2780 - (djm) Sync bsd-* support files:
2781 - deraadt@cvs.openbsd.org 2000/01/26 03:43:20
2782 [rresvport.c bindresvport.c]
61e96248 2783 new bindresvport() semantics that itojun, shin, jean-luc and i have
d7d5f0b2 2784 agreed on, which will be happy for the future. bindresvport_sa() for
2785 sockaddr *, too. docs later..
2786 - deraadt@cvs.openbsd.org 2000/01/24 02:24:21
2787 [bindresvport.c]
61e96248 2788 in bindresvport(), if sin is non-NULL, example sin->sin_family for
d7d5f0b2 2789 the actual family being processed
e1dd3a7a 2790 - (djm) Mention PRNGd in documentation, it is nicer than EGD
2791 - (djm) Automatically search for "well-known" EGD/PRNGd sockets in autoconf
8080699b 2792 - (bal) AC_FUNC_STRFTIME added to autoconf
4ccb01d6 2793 - (bal) OpenBSD Resync
2794 - stevesk@cvs.openbsd.org 2001/01/24 21:03:50
2795 [channels.c]
2796 missing freeaddrinfo(); ok markus@
d7d5f0b2 2797
556eb464 279820010124
2799 - (bal) OpenBSD Resync
2800 - markus@cvs.openbsd.org 2001/01/23 10:45:10
2801 [ssh.h]
61e96248 2802 nuke comment
1aecda34 2803 - (bal) no 64bit support patch from Tim Rice <tim@multitalents.net>
2804 - (bal) #ifdef around S_IFSOCK if platform does not support it.
2805 patch by Tim Rice <tim@multitalents.net>
2806 - (bal) fake-regex.h cleanup based on Tim Rice's patch.
c33f0b36 2807 - (stevesk) sftp-server.c: fix chmod() mode mask
556eb464 2808
effa6591 280920010123
2810 - (bal) regexp.h typo in configure.in. Should have been regex.h
2811 - (bal) SSH_USER_DIR to _PATH_SSH_USER_DIR patch by stevesk@
61e96248 2812 - (bal) SSH_ASKPASS_DEFAULT to _PATH_SSH_ASKPASS_DEFAULT
53a24016 2813 - (bal) OpenBSD Resync
2814 - markus@cvs.openbsd.org 2001/01/22 8:15:00
2815 [auth-krb4.c sshconnect1.c]
2816 only AFS needs radix.[ch]
2817 - markus@cvs.openbsd.org 2001/01/22 8:32:53
2818 [auth2.c]
2819 no need to include; from mouring@etoh.eviladmin.org
2820 - stevesk@cvs.openbsd.org 2001/01/22 16:55:21
2821 [key.c]
2822 free() -> xfree(); ok markus@
2823 - stevesk@cvs.openbsd.org 2001/01/22 17:22:28
2824 [sshconnect2.c sshd.c]
2825 fix memory leaks in SSH2 key exchange; ok markus@
d464095c 2826 - markus@cvs.openbsd.org 2001/01/22 23:06:39
2827 [auth1.c auth2.c readconf.c readconf.h servconf.c servconf.h
2828 sshconnect1.c sshconnect2.c sshd.c]
2829 rename skey -> challenge response.
2830 auto-enable kbd-interactive for ssh2 if challenge-reponse is enabled.
53a24016 2831
effa6591 2832
42f11eb2 283320010122
2834 - (bal) OpenBSD Resync
2835 - markus@cvs.openbsd.org 2001/01/19 12:45:26 GMT 2001 by markus
2836 [servconf.c ssh.h sshd.c]
2837 only auth-chall.c needs #ifdef SKEY
2838 - markus@cvs.openbsd.org 2001/01/19 15:55:10 GMT 2001 by markus
2839 [auth-krb4.c auth-options.c auth-rh-rsa.c auth-rhosts.c auth-rsa.c
2840 auth1.c auth2.c channels.c clientloop.c dh.c dispatch.c nchan.c
2841 packet.c pathname.h readconf.c scp.c servconf.c serverloop.c
2842 session.c ssh-add.c ssh-keygen.c ssh-keyscan.c ssh.c ssh.h
2843 ssh1.h sshconnect1.c sshd.c ttymodes.c]
2844 move ssh1 definitions to ssh1.h, pathnames to pathnames.h
2845 - markus@cvs.openbsd.org 2001/01/19 16:48:14
2846 [sshd.8]
2847 fix typo; from stevesk@
2848 - markus@cvs.openbsd.org 2001/01/19 16:50:58
2849 [ssh-dss.c]
61e96248 2850 clear and free digest, make consistent with other code (use dlen); from
42f11eb2 2851 stevesk@
2852 - markus@cvs.openbsd.org 2001/01/20 15:55:20 GMT 2001 by markus
2853 [auth-options.c auth-options.h auth-rsa.c auth2.c]
2854 pass the filename to auth_parse_options()
61e96248 2855 - markus@cvs.openbsd.org 2001/01/20 17:59:40 GMT 2001
42f11eb2 2856 [readconf.c]
2857 fix SIGSEGV from -o ""; problem noted by jehsom@togetherweb.com
2858 - stevesk@cvs.openbsd.org 2001/01/20 18:20:29
2859 [sshconnect2.c]
2860 dh_new_group() does not return NULL. ok markus@
2861 - markus@cvs.openbsd.org 2001/01/20 21:33:42
2862 [ssh-add.c]
61e96248 2863 do not loop forever if askpass does not exist; from
42f11eb2 2864 andrew@pimlott.ne.mediaone.net
2865 - djm@cvs.openbsd.org 2001/01/20 23:00:56
2866 [servconf.c]
2867 Check for NULL return from strdelim; ok markus
2868 - djm@cvs.openbsd.org 2001/01/20 23:02:07
2869 [readconf.c]
2870 KNF; ok markus
2871 - jakob@cvs.openbsd.org 2001/01/21 9:00:33
2872 [ssh-keygen.1]
2873 remove -R flag; ok markus@
2874 - markus@cvs.openbsd.org 2001/01/21 19:05:40
2875 [atomicio.c automicio.h auth-chall.c auth-krb4.c auth-options.c
2876 auth-options.h auth-passwd.c auth-rh-rsa.c auth-rhosts.c auth-rsa.c
2877 auth.c auth.h auth1.c auth2-chall.c auth2.c authfd.c authfile.c
2878 bufaux.c bufaux.h buffer.c canahost.c canahost.h channels.c
2879 cipher.c cli.c clientloop.c clientloop.h compat.c compress.c
2880 deattack.c dh.c dispatch.c groupaccess.c hmac.c hostfile.c kex.c
2881 key.c key.h log-client.c log-server.c log.c log.h login.c login.h
2882 match.c misc.c misc.h nchan.c packet.c pty.c radix.h readconf.c
2883 readpass.c readpass.h rsa.c scp.c servconf.c serverloop.c serverloop.h
2884 session.c sftp-server.c ssh-add.c ssh-agent.c ssh-dss.c ssh-keygen.c
61e96248 2885 ssh-keyscan.c ssh-rsa.c ssh.c ssh.h sshconnect.c sshconnect.h
42f11eb2 2886 sshconnect1.c sshconnect2.c sshd.c tildexpand.c tildexpand.h
2887 ttysmodes.c uidswap.c xmalloc.c]
61e96248 2888 split ssh.h and try to cleanup the #include mess. remove unnecessary
42f11eb2 2889 #includes. rename util.[ch] -> misc.[ch]
2890 - (bal) renamed 'PIDDIR' to '_PATH_SSH_PIDDIR' to match OpenBSD tree
61e96248 2891 - (bal) Moved #ifdef KRB4 in auth-krb4.c above the #include to resolve
42f11eb2 2892 conflict when compiling for non-kerb install
2893 - (bal) removed the #ifdef SKEY in auth1.c to match Markus' changes
2894 on 1/19.
2895
6005a40c 289620010120
2897 - (bal) OpenBSD Resync
2898 - markus@cvs.openbsd.org 2001/01/19 12:45:26
2899 [ssh-chall.c servconf.c servconf.h ssh.h sshd.c]
2900 only auth-chall.c needs #ifdef SKEY
47af6577 2901 - (bal) Slight auth2-pam.c clean up.
2902 - (bal) Includes a fake-regexp.h to be only used if regcomp() is found,
2903 but no 'regexp.h' found (SCO OpenServer 3 lacks the header).
6005a40c 2904
922e6493 290520010119
2906 - (djm) Update versions in RPM specfiles
59c97189 2907 - (bal) OpenBSD Resync
2908 - markus@cvs.openbsd.org 2001/01/18 16:20:21
2909 [log-client.c log-server.c log.c readconf.c servconf.c ssh.1 ssh.h
2910 sshd.8 sshd.c]
61e96248 2911 log() is at pri=LOG_INFO, since LOG_NOTICE goes to /dev/console on many
59c97189 2912 systems
2913 - markus@cvs.openbsd.org 2001/01/18 16:59:59
2914 [auth-passwd.c auth.c auth.h auth1.c auth2.c serverloop.c session.c
2915 session.h sshconnect1.c]
2916 1) removes fake skey from sshd, since this will be much
2917 harder with /usr/libexec/auth/login_XXX
2918 2) share/unify code used in ssh-1 and ssh-2 authentication (server side)
2919 3) make addition of BSD_AUTH and other challenge reponse methods
2920 easier.
2921 - markus@cvs.openbsd.org 2001/01/18 17:12:43
2922 [auth-chall.c auth2-chall.c]
2923 rename *-skey.c *-chall.c since the files are not skey specific
04fc7a67 2924 - (djm) Merge patch from Tim Waugh (via Nalin Dahyabhai <nalin@redhat.com>)
2925 to fix NULL pointer deref and fake authloop breakage in PAM code.
f4ebf0e8 2926 - (bal) Updated contrib/cygwin/ by Corinna Vinschen <vinschen@redhat.com>
3c418020 2927 - (bal) Minor cygwin patch to auth1.c. Suggested by djm.
61e96248 2928
b5c334cc 292920010118
2930 - (bal) Super Sized OpenBSD Resync
2931 - markus@cvs.openbsd.org 2001/01/11 22:14:20 GMT 2001 by markus
2932 [sshd.c]
2933 maxfd+1
2934 - markus@cvs.openbsd.org 2001/01/13 17:59:18
2935 [ssh-keygen.1]
2936 small ssh-keygen manpage cleanup; stevesk@pobox.com
2937 - markus@cvs.openbsd.org 2001/01/13 18:03:07
2938 [scp.c ssh-keygen.c sshd.c]
2939 getopt() returns -1 not EOF; stevesk@pobox.com
2940 - markus@cvs.openbsd.org 2001/01/13 18:06:54
2941 [ssh-keyscan.c]
2942 use SSH_DEFAULT_PORT; from stevesk@pobox.com
2943 - markus@cvs.openbsd.org 2001/01/13 18:12:47
2944 [ssh-keyscan.c]
2945 free() -> xfree(); fix memory leak; from stevesk@pobox.com
2946 - markus@cvs.openbsd.org 2001/01/13 18:14:13
2947 [ssh-add.c]
2948 typo, from stevesk@sweden.hp.com
2949 - markus@cvs.openbsd.org 2001/01/13 18:32:50
61e96248 2950 [packet.c session.c ssh.c sshconnect.c sshd.c]
b5c334cc 2951 split out keepalive from packet_interactive (from dale@accentre.com)
2952 set IPTOS_LOWDELAY TCP_NODELAY IPTOS_THROUGHPUT for ssh2, too.
2953 - markus@cvs.openbsd.org 2001/01/13 18:36:45
2954 [packet.c packet.h]
2955 reorder, typo
2956 - markus@cvs.openbsd.org 2001/01/13 18:38:00
2957 [auth-options.c]
2958 fix comment
2959 - markus@cvs.openbsd.org 2001/01/13 18:43:31
2960 [session.c]
2961 Wall
61e96248 2962 - markus@cvs.openbsd.org 2001/01/13 19:14:08
b5c334cc 2963 [clientloop.h clientloop.c ssh.c]
2964 move callback to headerfile
2965 - markus@cvs.openbsd.org 2001/01/15 21:40:10
2966 [ssh.c]
2967 use log() instead of stderr
2968 - markus@cvs.openbsd.org 2001/01/15 21:43:51
2969 [dh.c]
2970 use error() not stderr!
2971 - markus@cvs.openbsd.org 2001/01/15 21:45:29
2972 [sftp-server.c]
2973 rename must fail if newpath exists, debug off by default
2974 - markus@cvs.openbsd.org 2001/01/15 21:46:38
2975 [sftp-server.c]
2976 readable long listing for sftp-server, ok deraadt@
2977 - markus@cvs.openbsd.org 2001/01/16 19:20:06
2978 [key.c ssh-rsa.c]
61e96248 2979 make "ssh-rsa" key format for ssh2 confirm to the ietf-drafts; from
2980 galb@vandyke.com. note that you have to delete older ssh2-rsa keys,
2981 since they are in the wrong format, too. they must be removed from
b5c334cc 2982 .ssh/authorized_keys2 and .ssh/known_hosts2, etc.
61e96248 2983 (cd; grep -v ssh-rsa .ssh/authorized_keys2 > TMP && mv TMP
2984 .ssh/authorized_keys2) additionally, we now check that
b5c334cc 2985 BN_num_bits(rsa->n) >= 768.
2986 - markus@cvs.openbsd.org 2001/01/16 20:54:27
2987 [sftp-server.c]
2988 remove some statics. simpler handles; idea from nisse@lysator.liu.se
2989 - deraadt@cvs.openbsd.org 2001/01/16 23:58:08
2990 [bufaux.c radix.c sshconnect.h sshconnect1.c]
2991 indent
2992 - (bal) Added bsd-strmode.[ch] since some non-OpenBSD platforms may
2993 be missing such feature.
2994
61e96248 2995
52ce34a2 299620010117
2997 - (djm) Only write random seed file at exit
717057b6 2998 - (djm) Make PAM support optional, enable with --with-pam
61e96248 2999 - (djm) Try to use libcrypt on Linux, but link it after OpenSSL (which
717057b6 3000 provides a crypt() of its own)
3001 - (djm) Avoid a warning in bsd-bindresvport.c
3002 - (djm) Try to avoid adding -I/usr/include to CPPFLAGS during SSL tests. This
61e96248 3003 can cause weird segfaults errors on Solaris
8694a1ce 3004 - (djm) Avoid warning in PAM code by making read_passphrase arguments const
d748039d 3005 - (djm) Add --with-pam to RPM spec files
52ce34a2 3006
2fd3c144 300720010115
3008 - (bal) sftp-server.c change to use chmod() if fchmod() does not exist.
89c7e31c 3009 - (bal) utimes() support via utime() interface on machine that lack utimes().
2fd3c144 3010
63b68889 301120010114
3012 - (stevesk) initial work for OpenBSD "support supplementary group in
3013 {Allow,Deny}Groups" patch:
3014 - import getgrouplist.c from OpenBSD (bsd-getgrouplist.c)
3015 - add bsd-getgrouplist.h
3016 - new files groupaccess.[ch]
3017 - build but don't use yet (need to merge auth.c changes)
c6a69271 3018 - (stevesk) complete:
3019 - markus@cvs.openbsd.org 2001/01/13 11:56:48
3020 [auth.c sshd.8]
3021 support supplementary group in {Allow,Deny}Groups
3022 from stevesk@pobox.com
61e96248 3023
f546c780 302420010112
3025 - (bal) OpenBSD Sync
3026 - markus@cvs.openbsd.org 2001/01/10 22:56:22
3027 [bufaux.h bufaux.c sftp-server.c sftp.h getput.h]
3028 cleanup sftp-server implementation:
547519f0 3029 add buffer_get_int64, buffer_put_int64, GET_64BIT, PUT_64BIT
3030 parse SSH2_FILEXFER_ATTR_EXTENDED
3031 send SSH2_FX_EOF if readdir returns no more entries
3032 reply to SSH2_FXP_EXTENDED message
3033 use #defines from the draft
3034 move #definations to sftp.h
f546c780 3035 more info:
61e96248 3036 http://www.ietf.org/internet-drafts/draft-ietf-secsh-filexfer-00.txt
f546c780 3037 - markus@cvs.openbsd.org 2001/01/10 19:43:20
3038 [sshd.c]
3039 XXX - generate_empheral_server_key() is not safe against races,
61e96248 3040 because it calls log()
f546c780 3041 - markus@cvs.openbsd.org 2001/01/09 21:19:50
3042 [packet.c]
3043 allow TCP_NDELAY for ipv6; from netbsd via itojun@
3044
9548d6c8 304520010110
3046 - (djm) SNI/Reliant Unix needs USE_PIPES and $DISPLAY hack. Report from
3047 Bladt Norbert <Norbert.Bladt@adi.ch>
3048
af972861 304920010109
3050 - (bal) Resync CVS ID of cli.c
4b80e97b 3051 - (stevesk) auth1.c: free should be after WITH_AIXAUTHENTICATE
3052 code.
eea39c02 3053 - (bal) OpenBSD Sync
3054 - markus@cvs.openbsd.org 2001/01/08 22:29:05
3055 [auth2.c compat.c compat.h servconf.c servconf.h sshd.8
3056 sshd_config version.h]
3057 implement option 'Banner /etc/issue.net' for ssh2, move version to
3058 2.3.1 (needed for bugcompat detection, 2.3.0 would fail if Banner
3059 is enabled).
3060 - markus@cvs.openbsd.org 2001/01/08 22:03:23
3061 [channels.c ssh-keyscan.c]
3062 O_NDELAY -> O_NONBLOCK; thanks stevesk@pobox.com
3063 - markus@cvs.openbsd.org 2001/01/08 21:55:41
3064 [sshconnect1.c]
3065 more cleanups and fixes from stevesk@pobox.com:
3066 1) try_agent_authentication() for loop will overwrite key just
3067 allocated with key_new(); don't alloc
3068 2) call ssh_close_authentication_connection() before exit
3069 try_agent_authentication()
3070 3) free mem on bad passphrase in try_rsa_authentication()
3071 - markus@cvs.openbsd.org 2001/01/08 21:48:17
3072 [kex.c]
3073 missing free; thanks stevesk@pobox.com
f1c4659d 3074 - (bal) Detect if clock_t structure exists, if not define it.
3075 - (bal) Detect if O_NONBLOCK exists, if not define it.
3076 - (bal) removed news4-posix.h (now empty)
3077 - (bal) changed bsd-bindresvport.c and bsd-rresvport.c to use 'socklen_t'
3078 instead of 'int'
adc83ebf 3079 - (stevesk) sshd_config: sync
4f771a33 3080 - (stevesk) defines.h: remove spurious ``;''
af972861 3081
bbcf899f 308220010108
3083 - (bal) Fixed another typo in cli.c
3084 - (bal) OpenBSD Sync
3085 - markus@cvs.openbsd.org 2001/01/07 21:26:55
3086 [cli.c]
3087 typo
3088 - markus@cvs.openbsd.org 2001/01/07 21:26:55
3089 [cli.c]
3090 missing free, stevesk@pobox.com
3091 - markus@cvs.openbsd.org 2001/01/07 19:06:25
3092 [auth1.c]
3093 missing free, stevesk@pobox.com
3094 - markus@cvs.openbsd.org 2001/01/07 11:28:04
3095 [log-client.c log-server.c log.c readconf.c servconf.c ssh.1
3096 ssh.h sshd.8 sshd.c]
3097 rename SYSLOG_LEVEL_INFO->SYSLOG_LEVEL_NOTICE
3098 syslog priority changes:
3099 fatal() LOG_ERR -> LOG_CRIT
3100 log() LOG_INFO -> LOG_NOTICE
b8c37305 3101 - Updated TODO
bbcf899f 3102
9616313f 310320010107
3104 - (bal) OpenBSD Sync
3105 - markus@cvs.openbsd.org 2001/01/06 11:23:27
3106 [ssh-rsa.c]
3107 remove unused
3108 - itojun@cvs.openbsd.org 2001/01/05 08:23:29
3109 [ssh-keyscan.1]
3110 missing .El
3111 - markus@cvs.openbsd.org 2001/01/04 22:41:03
3112 [session.c sshconnect.c]
3113 consistent use of _PATH_BSHELL; from stevesk@pobox.com
3114 - djm@cvs.openbsd.org 2001/01/04 22:35:32
3115 [ssh.1 sshd.8]
3116 Mention AES as available SSH2 Cipher; ok markus
3117 - markus@cvs.openbsd.org 2001/01/04 22:25:58
3118 [sshd.c]
3119 sync usage()/man with defaults; from stevesk@pobox.com
3120 - markus@cvs.openbsd.org 2001/01/04 22:21:26
3121 [sshconnect2.c]
3122 handle SSH2_MSG_USERAUTH_BANNER; fixes bug when connecting to a server
3123 that prints a banner (e.g. /etc/issue.net)
61e96248 3124
1877dc0c 312520010105
3126 - (bal) contrib/caldera/ provided by Tim Rice <tim@multitalents.net>
5a64a938 3127 - (bal) bsd-getcwd.c and bsd-setenv.c changed from bcopy() to memmove()
1877dc0c 3128
488c06c8 312920010104
3130 - (djm) Fix memory leak on systems with BROKEN_GETADDRINFO. Based on
3131 work by Chris Vaughan <vaughan99@yahoo.com>
3132
7c49df64 313320010103
3134 - (bal) fixed up sshconnect.c so it was closer inline with the OpenBSD
3135 tree (mainly positioning)
3136 - (bal) OpenSSH CVS Update
3137 - markus@cvs.openbsd.org 2001/01/02 20:41:02
3138 [packet.c]
3139 log remote ip on disconnect; PR 1600 from jcs@rt.fm
3140 - markus@cvs.openbsd.org 2001/01/02 20:50:56
3141 [sshconnect.c]
61e96248 3142 strict_host_key_checking for host_status != HOST_CHANGED &&
7c49df64 3143 ip_status == HOST_CHANGED
61e96248 3144 - (bal) authfile.c: Synced CVS ID tag
2c523de9 3145 - (bal) UnixWare 2.0 fixes by Tim Rice <tim@multitalents.net>
3146 - (bal) Disable sftp-server if no 64bit int support exists. Based on
3147 patch by Tim Rice <tim@multitalents.net>
3148 - (bal) Makefile.in changes to uninstall: target to remove sftp-server
3149 and sftp-server.8 manpage.
7c49df64 3150
a421e945 315120010102
3152 - (bal) OpenBSD CVS Update
3153 - markus@cvs.openbsd.org 2001/01/01 14:52:49
3154 [scp.c]
3155 use shared fatal(); from stevesk@pobox.com
3156
0efc80a7 315720001231
3158 - (bal) Reverted out of MAXHOSTNAMELEN. This should be set per OS.
3159 for multiple reasons.
b1335fdf 3160 - (bal) Reverted out of a partial NeXT patch.
0efc80a7 3161
efcae5b1 316220001230
3163 - (bal) OpenBSD CVS Update
3164 - markus@cvs.openbsd.org 2000/12/28 18:58:30
3165 [ssh-keygen.c]
3166 enable 'ssh-keygen -l -f ~/.ssh/{authorized_keys,known_hosts}{,2}
b148018f 3167 - markus@cvs.openbsd.org 2000/12/29 22:19:13
3168 [channels.c]
3169 missing xfree; from vaughan99@yahoo.com
efcae5b1 3170 - (bal) Resynced CVS ID with OpenBSD for channel.c and uidswap.c
03a14cc9 3171 - (bal) if no MAXHOSTNAMELEN is defined. Default to 64 character defination.
34665bf7 3172 Suggested by Christian Kurz <shorty@debian.org>
cb6dabf4 3173 - (bal) Add in '.c.o' section to Makefile.in to address make programs that
61e96248 3174 don't honor CPPFLAGS by default. Suggested by Lutz Jaenicke
cb6dabf4 3175 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
0dd78cd8 3176
317720001229
61e96248 3178 - (bal) Fixed spelling of 'authorized_keys' in ssh-copy-id.1 by Christian
34665bf7 3179 Kurz <shorty@debian.org>
8abcdba4 3180 - (bal) OpenBSD CVS Update
3181 - markus@cvs.openbsd.org 2000/12/28 14:25:51
3182 [auth.h auth2.c]
3183 count authentication failures only
3184 - markus@cvs.openbsd.org 2000/12/28 14:25:03
3185 [sshconnect.c]
3186 fingerprint for MITM attacks, too.
3187 - markus@cvs.openbsd.org 2000/12/28 12:03:57
3188 [sshd.8 sshd.c]
3189 document -D
3190 - markus@cvs.openbsd.org 2000/12/27 14:19:21
3191 [serverloop.c]
3192 less chatty
3193 - markus@cvs.openbsd.org 2000/12/27 12:34
3194 [auth1.c sshconnect2.c sshd.c]
3195 typo
3196 - markus@cvs.openbsd.org 2000/12/27 12:30:19
3197 [readconf.c readconf.h ssh.1 sshconnect.c]
3198 new option: HostKeyAlias: allow the user to record the host key
3199 under a different name. This is useful for ssh tunneling over
3200 forwarded connections or if you run multiple sshd's on different
3201 ports on the same machine.
3202 - markus@cvs.openbsd.org 2000/12/27 11:51:53
3203 [ssh.1 ssh.c]
3204 multiple -t force pty allocation, document ORIGINAL_COMMAND
3205 - markus@cvs.openbsd.org 2000/12/27 11:41:31
3206 [sshd.8]
3207 update for ssh-2
c52c7082 3208 - (stevesk) compress.[ch] sync with openbsd; missed in prototype
3209 fix merge.
0dd78cd8 3210
8f523d67 321120001228
3212 - (bal) Patch to add libutil.h to loginrec.c only if the platform has
3213 libutil.h. Suggested by Pekka Savola <pekka@netcore.fi>
9fb76616 3214 - (djm) Update to new x11-askpass in RPM spec
0dd78cd8 3215 - (bal) SCO patch to not include <sys/queue.h> since it's unrelated
3216 header. Patch by Tim Rice <tim@multitalents.net>
3217 - Updated TODO w/ known HP/UX issue
3218 - (bal) removed extra <netdb.h> noticed by Kevin Steves and removed the
3219 bad reference to 'NeXT including it else were' on the #ifdef version.
8f523d67 3220
b03bd394 322120001227
61e96248 3222 - (bal) Typo in configure.in: entut?ent should be endut?ent. Suggested by
b03bd394 3223 Takumi Yamane <yamtak@b-session.com>
3224 - (bal) Checks for getrlimit(), sysconf(), and setdtablesize(). Patch
8f523d67 3225 by Corinna Vinschen <vinschen@redhat.com>
3226 - (djm) Fix catman-do target for non-bash
61e96248 3227 - (bal) Typo in configure.in: entut?ent should be endut?ent. Suggested by
8f523d67 3228 Takumi Yamane <yamtak@b-session.com>
3229 - (bal) Checks for getrlimit(), sysconf(), and setdtablesize(). Patch
b03bd394 3230 by Corinna Vinschen <vinschen@redhat.com>
13991f8e 3231 - (djm) Fix catman-do target for non-bash
61e96248 3232 - (bal) Fixed NeXT's lack of CPPFLAGS honoring.
3233 - (bal) ssh-keyscan.c: NeXT (and older BSDs) don't support getrlimit() w/
f318b98b 3234 'RLIMIT_NOFILE'
61e96248 3235 - (djm) Remove *.Ylonen files. They are no longer in the OpenBSD tree,
3236 the info in COPYING.Ylonen has been moved to the start of each
3bdf55b1 3237 SSH1-derived file and README.Ylonen is well out of date.
b03bd394 3238
8d88011e 323920001223
3240 - (bal) Fixed Makefile.in to support recompile of all ssh and sshd objects
3241 if a change to config.h has occurred. Suggested by Gert Doering
3242 <gert@greenie.muc.de>
3243 - (bal) OpenBSD CVS Update:
3244 - markus@cvs.openbsd.org 2000/12/22 16:49:40
3245 [ssh-keygen.c]
3246 fix ssh-keygen -x -t type > file; from Roumen.Petrov@skalasoft.com
3247
1e3b8b07 324820001222
3249 - Updated RCSID for pty.c
3250 - (bal) OpenBSD CVS Updates:
3251 - markus@cvs.openbsd.org 2000/12/21 15:10:16
3252 [auth-rh-rsa.c hostfile.c hostfile.h sshconnect.c]
3253 print keyfile:line for changed hostkeys, for deraadt@, ok deraadt@
3254 - markus@cvs.openbsd.org 2000/12/20 19:26:56
3255 [authfile.c]
3256 allow ssh -i userkey for root
3257 - markus@cvs.openbsd.org 2000/12/20 19:37:21
3258 [authfd.c authfd.h kex.c sshconnect2.c sshd.c uidswap.c uidswap.h]
3259 fix prototypes; from stevesk@pobox.com
3260 - markus@cvs.openbsd.org 2000/12/20 19:32:08
3261 [sshd.c]
3262 init pointer to NULL; report from Jan.Ivan@cern.ch
3263 - markus@cvs.openbsd.org 2000/12/19 23:17:54
3264 [auth-krb4.c auth-options.c auth-options.h auth-rhosts.c auth-rsa.c
3265 auth1.c auth2-skey.c auth2.c authfd.c authfd.h authfile.c bufaux.c
3266 bufaux.h buffer.c canohost.c channels.c clientloop.c compress.c
3267 crc32.c deattack.c getput.h hmac.c hmac.h hostfile.c kex.c kex.h
3268 key.c key.h log.c login.c match.c match.h mpaux.c mpaux.h packet.c
3269 packet.h radix.c readconf.c rsa.c scp.c servconf.c servconf.h
3270 serverloop.c session.c sftp-server.c ssh-agent.c ssh-dss.c ssh-dss.h
3271 ssh-keygen.c ssh-keyscan.c ssh-rsa.c ssh-rsa.h ssh.c ssh.h uuencode.c
3272 uuencode.h sshconnect1.c sshconnect2.c sshd.c tildexpand.c]
3273 replace 'unsigned bla' with 'u_bla' everywhere. also replace 'char
3274 unsigned' with u_char.
3275
67b0facb 327620001221
3277 - (stevesk) OpenBSD CVS updates:
3278 - markus@cvs.openbsd.org 2000/12/19 15:43:45
3279 [authfile.c channels.c sftp-server.c ssh-agent.c]
3280 remove() -> unlink() for consistency
3281 - markus@cvs.openbsd.org 2000/12/19 15:48:09
3282 [ssh-keyscan.c]
3283 replace <ssl/x.h> with <openssl/x.h>
3284 - markus@cvs.openbsd.org 2000/12/17 02:33:40
3285 [uidswap.c]
3286 typo; from wsanchez@apple.com
61e96248 3287
adeebd37 328820001220
61e96248 3289 - (djm) Workaround PAM inconsistencies between Solaris derived PAM code
adeebd37 3290 and Linux-PAM. Based on report and fix from Andrew Morgan
3291 <morgan@transmeta.com>
3292
f072c47a 329320001218
3294 - (stevesk) rsa.c: entropy.h not needed.
0c2fb82f 3295 - (bal) split CFLAGS into CFLAGS and CPPFLAGS in configure.in and Makefile.
3296 Suggested by Wilfredo Sanchez <wsanchez@apple.com>
f072c47a 3297
731c1541 329820001216
3299 - (stevesk) OpenBSD CVS updates:
3300 - markus@cvs.openbsd.org 2000/12/16 02:53:57
3301 [scp.c]
3302 allow + in usernames; request from Florian.Weimer@RUS.Uni-Stuttgart.DE
3303 - markus@cvs.openbsd.org 2000/12/16 02:39:57
3304 [scp.c]
3305 unused; from stevesk@pobox.com
3306
227e8e86 330720001215
9853409f 3308 - (stevesk) Old OpenBSD patch wasn't completely applied:
3309 - markus@cvs.openbsd.org 2000/01/24 22:11:20
3310 [scp.c]
3311 allow '.' in usernames; from jedgar@fxp.org
227e8e86 3312 - (stevesk) OpenBSD CVS updates:
3313 - markus@cvs.openbsd.org 2000/12/13 16:26:53
3314 [ssh-keyscan.c]
3315 fatal already adds \n; from stevesk@pobox.com
3316 - markus@cvs.openbsd.org 2000/12/13 16:25:44
3317 [ssh-agent.c]
3318 remove redundant spaces; from stevesk@pobox.com
3319 - ho@cvs.openbsd.org 2000/12/12 15:50:21
3320 [pty.c]
3321 When failing to set tty owner and mode on a read-only filesystem, don't
3322 abort if the tty already has correct owner and reasonably sane modes.
3323 Example; permit 'root' to login to a firewall with read-only root fs.
3324 (markus@ ok)
3325 - deraadt@cvs.openbsd.org 2000/12/13 06:36:05
3326 [pty.c]
3327 KNF
6ffc9c88 3328 - markus@cvs.openbsd.org 2000/12/12 14:45:21
3329 [sshd.c]
3330 source port < 1024 is no longer required for rhosts-rsa since it
3331 adds no additional security.
3332 - markus@cvs.openbsd.org 2000/12/12 16:11:49
3333 [ssh.1 ssh.c]
3334 rhosts-rsa is no longer automagically disabled if ssh is not privileged.
3335 UsePrivilegedPort=no disables rhosts-rsa _only_ for old servers.
3336 these changes should not change the visible default behaviour of the ssh client.
71c0d06a 3337 - deraadt@cvs.openbsd.org 2000/12/11 10:27:33
3338 [scp.c]
3339 when copying 0-sized files, do not re-print ETA time at completion
3e1caa83 3340 - provos@cvs.openbsd.org 2000/12/15 10:30:15
3341 [kex.c kex.h sshconnect2.c sshd.c]
3342 compute diffie-hellman in parallel between server and client. okay markus@
227e8e86 3343
6c935fbd 334420001213
3345 - (djm) Make sure we reset the SIGPIPE disposition after we fork. Report
3346 from Andreas M. Kirchwitz <amk@krell.zikzak.de>
227e8e86 3347 - (stevesk) OpenBSD CVS update:
1fe6a48f 3348 - markus@cvs.openbsd.org 2000/12/12 15:30:02
3349 [ssh-keyscan.c ssh.c sshd.c]
61e96248 3350 consistently use __progname; from stevesk@pobox.com
6c935fbd 3351
367d1840 335220001211
3353 - (bal) Applied patch to include ssh-keyscan into Redhat's package, and
3354 patch to install ssh-keyscan manpage. Patch by Pekka Savola
3355 <pekka@netcore.fi>
e3a70753 3356 - (bal) OpenbSD CVS update
3357 - markus@cvs.openbsd.org 2000/12/10 17:01:53
3358 [sshconnect1.c]
3359 always request new challenge for skey/tis-auth, fixes interop with
3360 other implementations; report from roth@feep.net
367d1840 3361
6b523bae 336220001210
3363 - (bal) OpenBSD CVS updates
61e96248 3364 - markus@cvs.openbsd.org 2000/12/09 13:41:51
6b523bae 3365 [cipher.c cipher.h rijndael.c rijndael.h rijndael_boxes.h]
3366 undo rijndael changes
61e96248 3367 - markus@cvs.openbsd.org 2000/12/09 13:48:31
6b523bae 3368 [rijndael.c]
3369 fix byte order bug w/o introducing new implementation
61e96248 3370 - markus@cvs.openbsd.org 2000/12/09 14:08:27
6b523bae 3371 [sftp-server.c]
3372 "" -> "." for realpath; from vinschen@redhat.com
61e96248 3373 - markus@cvs.openbsd.org 2000/12/09 14:06:54
6b523bae 3374 [ssh-agent.c]
3375 extern int optind; from stevesk@sweden.hp.com
13af0aa2 3376 - provos@cvs.openbsd.org 2000/12/09 23:51:11
3377 [compat.c]
3378 remove unnecessary '\n'
6b523bae 3379
ce9c0b75 338020001209
6b523bae 3381 - (bal) OpenBSD CVS updates:
61e96248 3382 - djm@cvs.openbsd.org 2000/12/07 4:24:59
ce9c0b75 3383 [ssh.1]
3384 Typo fix from Wilfredo Sanchez <wsanchez@apple.com>; ok theo
3385
f72fc97f 338620001207
6b523bae 3387 - (bal) OpenBSD CVS updates:
61e96248 3388 - markus@cvs.openbsd.org 2000/12/06 22:58:14
f72fc97f 3389 [compat.c compat.h packet.c]
3390 disable debug messages for ssh.com/f-secure 2.0.1x, 2.1.0
dfe89252 3391 - markus@cvs.openbsd.org 2000/12/06 23:10:39
3392 [rijndael.c]
3393 unexpand(1)
61e96248 3394 - markus@cvs.openbsd.org 2000/12/06 23:05:43
dfe89252 3395 [cipher.c cipher.h rijndael.c rijndael.h rijndael_boxes.h]
3396 new rijndael implementation. fixes endian bugs
f72fc97f 3397
97fb6912 339820001206
6b523bae 3399 - (bal) OpenBSD CVS updates:
97fb6912 3400 - markus@cvs.openbsd.org 2000/12/05 20:34:09
3401 [channels.c channels.h clientloop.c serverloop.c]
3402 async connects for -R/-L; ok deraadt@
3403 - todd@cvs.openssh.org 2000/12/05 16:47:28
3404 [sshd.c]
3405 tweak comment to reflect real location of pid file; ok provos@
bf5f69f7 3406 - (stevesk) Import <sys/queue.h> from OpenBSD for systems that don't
3407 have it (used in ssh-keyscan).
227e8e86 3408 - (stevesk) OpenBSD CVS update:
f20255cb 3409 - markus@cvs.openbsd.org 2000/12/06 19:57:48
3410 [ssh-keyscan.c]
3411 err(3) -> internal error(), from stevesk@sweden.hp.com
97fb6912 3412
f6fdbddf 341320001205
6b523bae 3414 - (bal) OpenBSD CVS updates:
f6fdbddf 3415 - markus@cvs.openbsd.org 2000/12/04 19:24:02
3416 [ssh-keyscan.c ssh-keyscan.1]
3417 David Maziere's ssh-keyscan, ok niels@
3418 - (bal) Updated Makefile.in to include ssh-keyscan that was just added
3419 to the recent OpenBSD source tree.
835d2104 3420 - (stevesk) fix typos in contrib/hpux/README
f6fdbddf 3421
cbc5abf9 342220001204
3423 - (bal) More C functions defined in NeXT that are unaccessable without
61e96248 3424 defining -POSIX.
3425 - (bal) OpenBSD CVS updates:
3426 - markus@cvs.openbsd.org 2000/12/03 11:29:04
cbc5abf9 3427 [compat.c]
3428 remove fallback to SSH_BUG_HMAC now that the drafts are updated
3429 - markus@cvs.openbsd.org 2000/12/03 11:27:55
3430 [compat.c]
61e96248 3431 correctly match "2.1.0.pl2 SSH" etc; from
97fb6912 3432 pekkas@netcore.fi/bugzilla.redhat
cbc5abf9 3433 - markus@cvs.openbsd.org 2000/12/03 11:15:03
3434 [auth2.c compat.c compat.h sshconnect2.c]
3435 support f-secure/ssh.com 2.0.12; ok niels@
3436
0b6fbf03 343720001203
cbc5abf9 3438 - (bal) OpenBSD CVS updates:
0b6fbf03 3439 - markus@cvs.openbsd.org 2000/11/30 22:54:31
3440 [channels.c]
61e96248 3441 debug->warn if tried to do -R style fwd w/o client requesting this;
0b6fbf03 3442 ok neils@
3443 - markus@cvs.openbsd.org 2000/11/29 20:39:17
3444 [cipher.c]
3445 des_cbc_encrypt -> des_ncbc_encrypt since it already updates the IV
3446 - markus@cvs.openbsd.org 2000/11/30 18:33:05
3447 [ssh-agent.c]
3448 agents must not dump core, ok niels@
61e96248 3449 - markus@cvs.openbsd.org 2000/11/30 07:04:02
0b6fbf03 3450 [ssh.1]
3451 T is for both protocols
3452 - markus@cvs.openbsd.org 2000/12/01 00:00:51
3453 [ssh.1]
3454 typo; from green@FreeBSD.org
3455 - markus@cvs.openbsd.org 2000/11/30 07:02:35
3456 [ssh.c]
3457 check -T before isatty()
3458 - provos@cvs.openbsd.org 2000/11/29 13:51:27
3459 [sshconnect.c]
61e96248 3460 show IP address and hostname when new key is encountered. okay markus@
0b6fbf03 3461 - markus@cvs.openbsd.org 2000/11/30 22:53:35
3462 [sshconnect.c]
3463 disable agent/x11/port fwding if hostkey has changed; ok niels@
3464 - marksu@cvs.openbsd.org 2000/11/29 21:11:59
3465 [sshd.c]
3466 sshd -D, startup w/o deamon(), for monitoring scripts or inittab;
3467 from handler@sub-rosa.com and eric@urbanrange.com; ok niels@
8c9fe09e 3468 - (djm) Added patch from Nalin Dahyabhai <nalin@redhat.com> to enable
3469 PAM authentication using KbdInteractive.
3470 - (djm) Added another TODO
0b6fbf03 3471
90f4078a 347220001202
3473 - (bal) Backed out of part of Alain St-Denis' loginrec.c patch.
61e96248 3474 - (bal) Irix need some sort of mansubdir, patch by Michael Stone
90f4078a 3475 <mstone@cs.loyola.edu>
3476
dcef6523 347720001129
7062c40f 3478 - (djm) Back out all the serverloop.c hacks. sshd will now hang again
3479 if there are background children with open fds.
c193d002 3480 - (djm) bsd-rresvport.c bzero -> memset
61e96248 3481 - (djm) Don't fail in defines.h on absence of 64 bit types (we will
c193d002 3482 still fail during compilation of sftp-server).
3483 - (djm) Fail if ar is not found during configure
c523303b 3484 - (djm) OpenBSD CVS updates:
3485 - provos@cvs.openbsd.org 2000/11/22 08:38:31
3486 [sshd.8]
3487 talk about /etc/primes, okay markus@
3488 - markus@cvs.openbsd.org 2000/11/23 14:03:48
3489 [ssh.c sshconnect1.c sshconnect2.c]
3490 complain about invalid ciphers for ssh1/ssh2, fall back to reasonable
3491 defaults
3492 - markus@cvs.openbsd.org 2000/11/25 09:42:53
3493 [sshconnect1.c]
3494 reorder check for illegal ciphers, bugreport from espie@
3495 - markus@cvs.openbsd.org 2000/11/25 10:19:34
3496 [ssh-keygen.c ssh.h]
3497 print keytype when generating a key.
3498 reasonable defaults for RSA1/RSA/DSA keys.
b3ec54b4 3499 - (djm) Patch from Pekka Savola <Pekka.Savola@netcore.fi> to include a few
3500 more manpage paths in fixpaths calls
3501 - (djm) Also add xauth path at Pekka's suggestion.
57ce3f00 3502 - (djm) Add Redhat RPM patch for AUTHPRIV SyslogFacility
dcef6523 3503
e879a080 350420001125
3505 - (djm) Give up privs when reading seed file
3506
d343d900 350720001123
3508 - (bal) Merge OpenBSD changes:
3509 - markus@cvs.openbsd.org 2000/11/15 22:31:36
3510 [auth-options.c]
61e96248 3511 case insensitive key options; from stevesk@sweeden.hp.com
d343d900 3512 - markus@cvs.openbsd.org 2000/11/16 17:55:43
3513 [dh.c]
3514 do not use perror() in sshd, after child is forked()
3515 - markus@cvs.openbsd.org 2000/11/14 23:42:40
3516 [auth-rsa.c]
3517 parse option only if key matches; fix some confusing seen by the client
3518 - markus@cvs.openbsd.org 2000/11/14 23:44:19
3519 [session.c]
3520 check no_agent_forward_flag for ssh-2, too
3521 - markus@cvs.openbsd.org 2000/11/15
3522 [ssh-agent.1]
3523 reorder SYNOPSIS; typo, use .It
3524 - markus@cvs.openbsd.org 2000/11/14 23:48:55
3525 [ssh-agent.c]
3526 do not reorder keys if a key is removed
3527 - markus@cvs.openbsd.org 2000/11/15 19:58:08
3528 [ssh.c]
61e96248 3529 just ignore non existing user keys
d343d900 3530 - millert@cvs.openbsd.org 200/11/15 20:24:43
3531 [ssh-keygen.c]
3532 Add missing \n at end of error message.
3533
0b49a754 353420001122
3535 - (bal) Minor patch to ensure platforms lacking IRIX job limit supports
3536 are compilable.
3537 - (bal) Updated TODO as of 11/18/2000 with known things to resolve.
3538
fab2e5d3 353920001117
3540 - (bal) Changed from 'primes' to 'primes.out' for consistancy sake. It
3541 has no affect the output. Patch by Corinna Vinschen <vinschen@redhat.com>
61e96248 3542 - (stevesk) Reworked progname support.
260d427b 3543 - (bal) Misplaced #include "includes.h" in bsd-setproctitle.c. Patch by
3544 Shinichi Maruyama <marya@st.jip.co.jp>
fab2e5d3 3545
c2207f11 354620001116
3547 - (bal) Added in MAXSYMLINK test in bsd-realpath.c. Required for some SCO
3548 releases.
3549 - (bal) Make builds work outside of source tree. Patch by Mark D. Roth
3550 <roth@feep.net>
3551
3d398e04 355220001113
61e96248 3553 - (djm) Add pointer to http://www.imasy.or.jp/~gotoh/connect.c to
3d398e04 3554 contrib/README
fa08c86b 3555 - (djm) Merge OpenBSD changes:
3556 - markus@cvs.openbsd.org 2000/11/06 16:04:56
3557 [channels.c channels.h clientloop.c nchan.c serverloop.c]
3558 [session.c ssh.c]
3559 agent forwarding and -R for ssh2, based on work from
3560 jhuuskon@messi.uku.fi
3561 - markus@cvs.openbsd.org 2000/11/06 16:13:27
3562 [ssh.c sshconnect.c sshd.c]
3563 do not disabled rhosts(rsa) if server port > 1024; from
3564 pekkas@netcore.fi
3565 - markus@cvs.openbsd.org 2000/11/06 16:16:35
3566 [sshconnect.c]
3567 downgrade client to 1.3 if server is 1.4; help from mdb@juniper.net
3568 - markus@cvs.openbsd.org 2000/11/09 18:04:40
3569 [auth1.c]
3570 typo; from mouring@pconline.com
3571 - markus@cvs.openbsd.org 2000/11/12 12:03:28
3572 [ssh-agent.c]
3573 off-by-one when removing a key from the agent
3574 - markus@cvs.openbsd.org 2000/11/12 12:50:39
3575 [auth-rh-rsa.c auth2.c authfd.c authfd.h]
3576 [authfile.c hostfile.c kex.c kex.h key.c key.h myproposal.h]
3577 [readconf.c readconf.h rsa.c rsa.h servconf.c servconf.h ssh-add.c]
3578 [ssh-agent.c ssh-keygen.1 ssh-keygen.c ssh.1 ssh.c ssh_config]
3579 [sshconnect1.c sshconnect2.c sshd.8 sshd.c sshd_config ssh-dss.c]
61e96248 3580 [ssh-dss.h ssh-rsa.c ssh-rsa.h dsa.c dsa.h]
fa08c86b 3581 add support for RSA to SSH2. please test.
3582 there are now 3 types of keys: RSA1 is used by ssh-1 only,
3583 RSA and DSA are used by SSH2.
3584 you can use 'ssh-keygen -t rsa -f ssh2_rsa_file' to generate RSA
3585 keys for SSH2 and use the RSA keys for hostkeys or for user keys.
3586 SSH2 RSA or DSA keys are added to .ssh/authorised_keys2 as before.
3587 - (djm) Fix up Makefile and Redhat init script to create RSA host keys
f001465f 3588 - (djm) Change to interim version
5733a41a 3589 - (djm) Fix RPM spec file stupidity
6fff1ac4 3590 - (djm) fixpaths to DSA and RSA keys too
3d398e04 3591
d287c664 359220001112
3593 - (bal) SCO Patch to add needed libraries for configure.in. Patch by
3594 Phillips Porch <root@theporch.com>
3d398e04 3595 - (bal) IRIX patch to adding Job Limits. Patch by Denis Parker
3596 <dcp@sgi.com>
a3bf38d0 3597 - (stevesk) pty.c: HP-UX 10 and 11 don't define TIOCSCTTY. Add error() to
3598 failed ioctl(TIOCSCTTY) call.
d287c664 3599
3c4d4fef 360020001111
3601 - (djm) Added /etc/primes for kex DH group neg, fixup Makefile.in and
3602 packaging files
35325fd4 3603 - (djm) Fix new Makefile.in warnings
61e96248 3604 - (djm) Fix vsprintf("%h") in bsd-snprintf.c, short int va_args are
3605 promoted to type int. Report and fix from Dan Astoorian
027bf205 3606 <djast@cs.toronto.edu>
61e96248 3607 - (djm) Hardwire sysconfdir in RPM spec files as some RPM versions get
e3291159 3608 it wrong. Report from Bennett Todd <bet@rahul.net>
3c4d4fef 3609
3e366738 361020001110
3611 - (bal) Fixed dropped answer from skey_keyinfo() in auth1.c
3612 - (bal) Changed from --with-skey to --with-skey=PATH in configure.in
3613 - (bal) Added in check to verify S/Key library is being detected in
3614 configure.in
61e96248 3615 - (bal) next-posix.h - added another prototype wrapped in POSIX ifdef/endif.
3e366738 3616 Patch by Mark Miller <markm@swoon.net>
3617 - (bal) Added 'util.h' header to loginrec.c only if HAVE_UTIL_H is defined
61e96248 3618 to remove warnings under MacOS X. Patch by Mark Miller <markm@swoon.net>
3e366738 3619 - (bal) Fixed LDFLAG mispelling in configure.in for --with-afs
3620
373998a4 362120001107
e506ee73 3622 - (bal) acconfig.in - removed the double "USE_PIPES" entry. Patch by
3623 Mark Miller <markm@swoon.net>
373998a4 3624 - (bal) sshd.init files corrected to assign $? to RETVAL. Patch by
3625 Jarno Huuskonen <jhuuskon@messi.uku.fi>
e506ee73 3626 - (bal) fixpaths fixed to stop it from quitely failing. Patch by
3627 Mark D. Roth <roth@feep.net>
373998a4 3628
ac89998a 362920001106
3630 - (djm) Use Jim's new 1.0.3 askpass in Redhat RPMs
6c09e23c 3631 - (djm) Manually fix up missed diff hunks (mainly RCS idents)
61e96248 3632 - (djm) Remove UPGRADING document in favour of a link to the better
d6846e6a 3633 maintained FAQ on www.openssh.com
73bd30fe 3634 - (djm) Fix multiple dependancy on gnome-libs from Pekka Savola
3635 <pekkas@netcore.fi>
3636 - (djm) Don't need X11-askpass in RPM spec file if building without it
3637 from Pekka Savola <pekkas@netcore.fi>
c215ba3b 3638 - (djm) Release 2.3.0p1
97b378bf 3639 - (bal) typo in configure.in in regards to --with-ldflags from Marko
3640 Asplund <aspa@kronodoc.fi>
3641 - (bal) fixed next-posix.h. Forgot prototype of getppid().
68f189a9 3642
b850ecd9 364320001105
3644 - (bal) Sync with OpenBSD:
3645 - markus@cvs.openbsd.org 2000/10/31 9:31:58
3646 [compat.c]
3647 handle all old openssh versions
3648 - markus@cvs.openbsd.org 2000/10/31 13:1853
3649 [deattack.c]
3650 so that large packets do not wrap "n"; from netbsd
3651 - (bal) rijndel.c - fix up RCSID to match OpenBSD tree
a30ce26d 3652 - (bal) auth2-skey.c - Checked in. Missing from portable tree.
3653 - (bal) Reworked NEWS-OS and NeXT ports to extract waitpid() and
3654 setsid() into more common files
96054e6f 3655 - (stevesk) pty.c: use __hpux to identify HP-UX.
d0127657 3656 - (bal) Missed auth-skey.o in Makefile.in and minor correction to
3657 bsd-waitpid.c
b850ecd9 3658
75b90ced 365920001029
3660 - (stevesk) Fix typo in auth.c: USE_PAM not PAM
95273555 3661 - (stevesk) Create contrib/cygwin/ directory; patch from
3662 Corinna Vinschen <vinschen@redhat.com>
e9e4a1c7 3663 - (bal) Resolved more $xno and $xyes issues in configure.in
fd5f0295 3664 - (bal) next-posix.h - spelling and forgot a prototype
75b90ced 3665
344f2b94 366620001028
61e96248 3667 - (djm) fix select hack in serverloop.c from Philippe WILLEM
344f2b94 3668 <Philippe.WILLEM@urssaf.fr>
240ae474 3669 - (djm) Fix mangled AIXAUTHENTICATE code
61e96248 3670 - (djm) authctxt->pw may be NULL. Fix from Markus Friedl
606ea390 3671 <markus.friedl@informatik.uni-erlangen.de>
a22aff1f 3672 - (djm) Sync with OpenBSD:
3673 - markus@cvs.openbsd.org 2000/10/16 15:46:32
3674 [ssh.1]
3675 fixes from pekkas@netcore.fi
3676 - markus@cvs.openbsd.org 2000/10/17 14:28:11
3677 [atomicio.c]
3678 return number of characters processed; ok deraadt@
3679 - markus@cvs.openbsd.org 2000/10/18 12:04:02
3680 [atomicio.c]
3681 undo
3682 - markus@cvs.openbsd.org 2000/10/18 12:23:02
3683 [scp.c]
3684 replace atomicio(read,...) with read(); ok deraadt@
3685 - markus@cvs.openbsd.org 2000/10/18 12:42:00
3686 [session.c]
3687 restore old record login behaviour
3688 - deraadt@cvs.openbsd.org 2000/10/19 10:41:13
3689 [auth-skey.c]
3690 fmt string problem in unused code
3691 - provos@cvs.openbsd.org 2000/10/19 10:45:16
3692 [sshconnect2.c]
3693 don't reference freed memory. okay deraadt@
3694 - markus@cvs.openbsd.org 2000/10/21 11:04:23
3695 [canohost.c]
3696 typo, eramore@era-t.ericsson.se; ok niels@
3697 - markus@cvs.openbsd.org 2000/10/23 13:31:55
3698 [cipher.c]
3699 non-alignment dependent swap_bytes(); from
3700 simonb@wasabisystems.com/netbsd
3701 - markus@cvs.openbsd.org 2000/10/26 12:38:28
3702 [compat.c]
3703 add older vandyke products
3704 - markus@cvs.openbsd.org 2000/10/27 01:32:19
3705 [channels.c channels.h clientloop.c serverloop.c session.c]
3706 [ssh.c util.c]
61e96248 3707 enable non-blocking IO on channels, and tty's (except for the
a22aff1f 3708 client ttys).
344f2b94 3709
ddc49b5c 371020001027
3711 - (djm) Increase REKEY_BYTES to 2^24 for arc4random
3712
48e7916f 371320001025
3714 - (djm) Added WARNING.RNG file and modified configure to ask users of the
3715 builtin entropy code to read it.
3716 - (djm) Prefer builtin regex to PCRE.
00937921 3717 - (bal) Added USE_PIPS defined to NeXT configure.in since scp hangs randomly.
3718 - (bal) Apply fixes to configure.in pointed out by Pavel Roskin
3719 <proski@gnu.org>
48e7916f 3720
8dcda1e3 372120001020
3722 - (djm) Don't define _REENTRANT for SNI/Reliant Unix
07bee9a7 3723 - (bal) Imported NEWS-OS waitpid() macros into NeXT. Since implementation
3724 is more correct then current version.
8dcda1e3 3725
f5af5cd5 372620001018
3727 - (stevesk) Add initial support for setproctitle(). Current
3728 support is for the HP-UX pstat(PSTAT_SETCMD, ...) method.
134fd7f6 3729 - (stevesk) Add egd startup scripts to contrib/hpux/
f5af5cd5 3730
2f31bdd6 373120001017
3732 - (djm) Add -lregex to cywin libs from Corinna Vinschen
3733 <vinschen@cygnus.com>
ba7a3f40 3734 - (djm) Don't rely on atomicio's retval to determine length of askpass
3735 supplied passphrase. Problem report from Lutz Jaenicke
3736 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
66d6c27e 3737 - (bal) Changed from GNU rx to PCRE on suggestion from djm.
61e96248 3738 - (bal) Integrated Sony NEWS-OS patches from NAKAJI Hirouyuki
66d6c27e 3739 <nakaji@tutrp.tut.ac.jp>
2f31bdd6 3740
33de75a3 374120001016
3742 - (djm) Sync with OpenBSD:
3743 - markus@cvs.openbsd.org 2000/10/14 04:01:15
3744 [cipher.c]
3745 debug3
3746 - markus@cvs.openbsd.org 2000/10/14 04:07:23
3747 [scp.c]
3748 remove spaces from arguments; from djm@mindrot.org
3749 - markus@cvs.openbsd.org 2000/10/14 06:09:46
3750 [ssh.1]
3751 Cipher is for SSH-1 only
3752 - markus@cvs.openbsd.org 2000/10/14 06:12:09
3753 [servconf.c servconf.h serverloop.c session.c sshd.8]
3754 AllowTcpForwarding; from naddy@
3755 - markus@cvs.openbsd.org 2000/10/14 06:16:56
3756 [auth2.c compat.c compat.h sshconnect2.c version.h]
61e96248 3757 OpenSSH_2.3; note that is is not complete, but the version number
33de75a3 3758 needs to be changed for interoperability reasons
3759 - markus@cvs.openbsd.org 2000/10/14 06:19:45
3760 [auth-rsa.c]
3761 do not send RSA challenge if key is not allowed by key-options; from
3762 eivind@ThinkSec.com
3763 - markus@cvs.openbsd.org 2000/10/15 08:14:01
3764 [rijndael.c session.c]
3765 typos; from stevesk@sweden.hp.com
3766 - markus@cvs.openbsd.org 2000/10/15 08:18:31
3767 [rijndael.c]
3768 typo
61e96248 3769 - (djm) Copy manpages back over from OpenBSD - too tedious to wade
30d8b039 3770 through diffs
61e96248 3771 - (djm) Added condrestart to Redhat init script. Patch from Pekka Savola
30d8b039 3772 <pekkas@netcore.fi>
aa0289fe 3773 - (djm) Update version in Redhat spec file
61e96248 3774 - (djm) Merge some of Nalin Dahyabhai <nalin@redhat.com> changes from the
aa0289fe 3775 Redhat 7.0 spec file
5b2d4b75 3776 - (djm) Make inability to read/write PRNG seedfile non-fatal
3777
33de75a3 3778
4d670c24 377920001015
3780 - (djm) Fix ssh2 hang on background processes at logout.
3781
71dfaf1c 378220001014
443172c4 3783 - (bal) Add support for realpath and getcwd for platforms with broken
3784 or missing realpath implementations for sftp-server.
3785 - (bal) Corrected mistake in INSTALL in regards to GNU rx library
61e96248 3786 - (bal) Add support for GNU rx library for those lacking regexp support
71dfaf1c 3787 - (djm) Don't accept PAM_PROMPT_ECHO_ON messages during initial auth
02323c45 3788 - (djm) Revert SSH2 serverloop hack, will find a better way.
4ee81249 3789 - (djm) Add workaround for Linux 2.4's gratuitious errno change. Patch
3790 from Martin Johansson <fatbob@acc.umu.se>
94ec8c6b 3791 - (djm) Big OpenBSD sync:
3792 - markus@cvs.openbsd.org 2000/09/30 10:27:44
3793 [log.c]
3794 allow loglevel debug
3795 - markus@cvs.openbsd.org 2000/10/03 11:59:57
3796 [packet.c]
3797 hmac->mac
3798 - markus@cvs.openbsd.org 2000/10/03 12:03:03
3799 [auth-krb4.c auth-passwd.c auth-rh-rsa.c auth-rhosts.c auth-rsa.c auth1.c]
3800 move fake-auth from auth1.c to individual auth methods, disables s/key in
3801 debug-msg
3802 - markus@cvs.openbsd.org 2000/10/03 12:16:48
3803 ssh.c
3804 do not resolve canonname, i have no idea why this was added oin ossh
3805 - markus@cvs.openbsd.org 2000/10/09 15:30:44
3806 ssh-keygen.1 ssh-keygen.c
3807 -X now reads private ssh.com DSA keys, too.
3808 - markus@cvs.openbsd.org 2000/10/09 15:32:34
3809 auth-options.c
3810 clear options on every call.
3811 - markus@cvs.openbsd.org 2000/10/09 15:51:00
3812 authfd.c authfd.h
3813 interop with ssh-agent2, from <res@shore.net>
3814 - markus@cvs.openbsd.org 2000/10/10 14:20:45
3815 compat.c
3816 use rexexp for version string matching
3817 - provos@cvs.openbsd.org 2000/10/10 22:02:18
3818 [kex.c kex.h myproposal.h ssh.h ssh2.h sshconnect2.c sshd.c dh.c dh.h]
3819 First rough implementation of the diffie-hellman group exchange. The
3820 client can ask the server for bigger groups to perform the diffie-hellman
3821 in, thus increasing the attack complexity when using ciphers with longer
3822 keys. University of Windsor provided network, T the company.
3823 - markus@cvs.openbsd.org 2000/10/11 13:59:52
3824 [auth-rsa.c auth2.c]
3825 clear auth options unless auth sucessfull
3826 - markus@cvs.openbsd.org 2000/10/11 14:00:27
3827 [auth-options.h]
3828 clear auth options unless auth sucessfull
3829 - markus@cvs.openbsd.org 2000/10/11 14:03:27
3830 [scp.1 scp.c]
3831 support 'scp -o' with help from mouring@pconline.com
3832 - markus@cvs.openbsd.org 2000/10/11 14:11:35
3833 [dh.c]
3834 Wall
3835 - markus@cvs.openbsd.org 2000/10/11 14:14:40
3836 [auth.h auth2.c readconf.c readconf.h readpass.c servconf.c servconf.h]
3837 [ssh.h sshconnect2.c sshd_config auth2-skey.c cli.c cli.h]
3838 add support for s/key (kbd-interactive) to ssh2, based on work by
3839 mkiernan@avantgo.com and me
3840 - markus@cvs.openbsd.org 2000/10/11 14:27:24
3841 [auth.c auth1.c auth2.c authfile.c cipher.c cipher.h kex.c kex.h]
3842 [myproposal.h packet.c readconf.c session.c ssh.c ssh.h sshconnect1.c]
3843 [sshconnect2.c sshd.c]
3844 new cipher framework
3845 - markus@cvs.openbsd.org 2000/10/11 14:45:21
3846 [cipher.c]
3847 remove DES
3848 - markus@cvs.openbsd.org 2000/10/12 03:59:20
3849 [cipher.c cipher.h sshconnect1.c sshconnect2.c sshd.c]
3850 enable DES in SSH-1 clients only
3851 - markus@cvs.openbsd.org 2000/10/12 08:21:13
3852 [kex.h packet.c]
3853 remove unused
3854 - markus@cvs.openbsd.org 2000/10/13 12:34:46
3855 [sshd.c]
3856 Kludge for F-Secure Macintosh < 1.0.2; appro@fy.chalmers.se
3857 - markus@cvs.openbsd.org 2000/10/13 12:59:15
3858 [cipher.c cipher.h myproposal.h rijndael.c rijndael.h]
3859 rijndael/aes support
3860 - markus@cvs.openbsd.org 2000/10/13 13:10:54
3861 [sshd.8]
3862 more info about -V
3863 - markus@cvs.openbsd.org 2000/10/13 13:12:02
3864 [myproposal.h]
3865 prefer no compression
3ed32516 3866 - (djm) Fix scp user@host handling
3867 - (djm) Don't clobber ssh_prng_cmds on install
6bcf7caa 3868 - (stevesk) Include config.h in rijndael.c so we define intXX_t and
3869 u_intXX_t types on all platforms.
9ea53ba5 3870 - (stevesk) rijndael.c: cleanup missing declaration warnings.
2919e060 3871 - (stevesk) ~/.hushlogin shouldn't cause required password change to
3872 be bypassed.
f5665f6f 3873 - (stevesk) Display correct path to ssh-askpass in configure output.
3874 Report from Lutz Jaenicke.
71dfaf1c 3875
ebd782f7 387620001007
3877 - (stevesk) Print PAM return value in PAM log messages to aid
3878 with debugging.
97994d32 3879 - (stevesk) Fix detection of pw_class struct member in configure;
3880 patch from KAMAHARA Junzo <kamahara@cc.kshosen.ac.jp>
3881
47a134c1 388220001002
3883 - (djm) Fix USER_PATH, report from Kevin Steves <stevesk@sweden.hp.com>
3884 - (djm) Add host system and CC to end-of-configure report. Suggested by
3885 Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
3886
7322ef0e 388720000931
3888 - (djm) Cygwin fixes from Corinna Vinschen <vinschen@cygnus.com>
3889
6ac7829a 389020000930
b6490dcb 3891 - (djm) Irix ssh_prng_cmds path fix from Pekka Savola <pekkas@netcore.fi>
61e96248 3892 - (djm) Support in bsd-snprintf.c for long long conversions from
772bd898 3893 Ben Lindstrom <mouring@pconline.com>
3894 - (djm) Cleanup NeXT support from Ben Lindstrom <mouring@pconline.com>
857040fb 3895 - (djm) Ignore SIGPIPEs from serverloop to child. Fixes crashes with
61e96248 3896 very short lived X connections. Bug report from Tobias Oetiker
857040fb 3897 <oetiker@ee.ethz.ch>. Fix from Markus Friedl <markus@cvs.openbsd.org>
bd2d7f6a 3898 - (djm) Add recent InitScripts as a RPM dependancy for openssh-server
3899 patch from Pekka Savola <pekkas@netcore.fi>
58665035 3900 - (djm) Forgot to cvs add LICENSE file
dc2901a0 3901 - (djm) Add LICENSE to RPM spec files
de273eef 3902 - (djm) CVS OpenBSD sync:
3903 - markus@cvs.openbsd.org 2000/09/26 13:59:59
3904 [clientloop.c]
3905 use debug2
3906 - markus@cvs.openbsd.org 2000/09/27 15:41:34
3907 [auth2.c sshconnect2.c]
3908 use key_type()
3909 - markus@cvs.openbsd.org 2000/09/28 12:03:18
3910 [channels.c]
3911 debug -> debug2 cleanup
61e96248 3912 - (djm) Irix strips "/dev/tty" from [uw]tmp entries (other systems only
2a7d529a 3913 strip "/dev/"). Fix loginrec.c based on patch from Alain St-Denis
3914 <Alain.St-Denis@ec.gc.ca>
61e96248 3915 - (djm) Fix 9 character passphrase failure with gnome-ssh-askpass.
3916 Problem was caused by interrupted read in ssh-add. Report from Donald
2a7d529a 3917 J. Barry <don@astro.cornell.edu>
6ac7829a 3918
c5d85828 391920000929
3920 - (djm) Fix SSH2 not terminating until all background tasks done problem.
61e96248 3921 - (djm) Another off-by-one fix from Pavel Kankovsky
3922 <peak@argo.troja.mff.cuni.cz>
22d89d24 3923 - (djm) Clean up. Strip some unnecessary differences with OpenBSD's code,
3924 tidy necessary differences. Use Markus' new debugN() in entropy.c
61e96248 3925 - (djm) Merged big SCO portability patch from Tim Rice
77bb0bca 3926 <tim@multitalents.net>
c5d85828 3927
6fd7f731 392820000926
3929 - (djm) Update X11-askpass to 1.0.2 in RPM spec file
c5ae7384 3930 - (djm) Define _REENTRANT to pickup strtok_r() on HP/UX
61e96248 3931 - (djm) Security: fix off-by-one buffer overrun in fake-getnameinfo.c.
3932 Report and fix from Pavel Kankovsky <peak@argo.troja.mff.cuni.cz>
6fd7f731 3933
2f125ca1 393420000924
3935 - (djm) Merged cleanup patch from Mark Miller <markm@swoon.net>
3936 - (djm) A bit more cleanup - created cygwin_util.h
bcdaaeab 3937 - (djm) Include strtok_r() from OpenBSD libc. Fixes report from Mark Miller
3938 <markm@swoon.net>
2f125ca1 3939
764d4113 394020000923
61e96248 3941 - (djm) Fix address logging in utmp from Kevin Steves
764d4113 3942 <stevesk@sweden.hp.com>
777319db 3943 - (djm) Redhat spec and manpage fixes from Pekka Savola <pekkas@netcore.fi>
bd590612 3944 - (djm) Seperate tests for int64_t and u_int64_t types
61e96248 3945 - (djm) Tweak password expiry checking at suggestion of Kevin Steves
37c1c46d 3946 <stevesk@sweden.hp.com>
e79b44e1 3947 - (djm) NeXT patch from Ben Lindstrom <mouring@pconline.com>
61e96248 3948 - (djm) Use printf %lld instead of %qd in sftp-server.c. Fix from
e2144f11 3949 Michael Stone <mstone@cs.loyola.edu>
188adeb2 3950 - (djm) OpenBSD CVS sync:
3951 - markus@cvs.openbsd.org 2000/09/17 09:38:59
3952 [sshconnect2.c sshd.c]
3953 fix DEBUG_KEXDH
3954 - markus@cvs.openbsd.org 2000/09/17 09:52:51
3955 [sshconnect.c]
3956 yes no; ok niels@
3957 - markus@cvs.openbsd.org 2000/09/21 04:55:11
3958 [sshd.8]
3959 typo
3960 - markus@cvs.openbsd.org 2000/09/21 05:03:54
3961 [serverloop.c]
3962 typo
3963 - markus@cvs.openbsd.org 2000/09/21 05:11:42
3964 scp.c
3965 utime() to utimes(); mouring@pconline.com
3966 - markus@cvs.openbsd.org 2000/09/21 05:25:08
3967 sshconnect2.c
3968 change login logic in ssh2, allows plugin of other auth methods
3969 - markus@cvs.openbsd.org 2000/09/21 05:25:35
3970 [auth2.c channels.c channels.h clientloop.c dispatch.c dispatch.h]
3971 [serverloop.c]
3972 add context to dispatch_run
3973 - markus@cvs.openbsd.org 2000/09/21 05:07:52
3974 authfd.c authfd.h ssh-agent.c
3975 bug compat for old ssh.com software
764d4113 3976
7f377177 397720000920
3978 - (djm) Fix bad path substitution. Report from Andrew Miner
3979 <asminer@cs.iastate.edu>
3980
bcbf86ec 398120000916
61e96248 3982 - (djm) Fix SSL search order from Lutz Jaenicke
7950bf97 3983 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
19ece6d2 3984 - (djm) New SuSE spec from Corinna Vinschen <corinna@vinschen.de>
9cd45ea4 3985 - (djm) Update CygWin support from Corinna Vinschen <vinschen@cygnus.com>
995edaac 3986 - (djm) Use a real struct sockaddr inside the fake struct sockaddr_storage.
3987 Patch from Larry Jones <larry.jones@sdrc.com>
61e96248 3988 - (djm) Add Steve VanDevender's <stevev@darkwing.uoregon.edu> PAM
ad55cd03 3989 password change patch.
3990 - (djm) Bring licenses on my stuff in line with OpenBSD's
0bbfbdeb 3991 - (djm) Cleanup auth-passwd.c and unify HP/UX authentication. Patch from
3992 Kevin Steves <stevesk@sweden.hp.com>
7f8f5e00 3993 - (djm) Shadow expiry check fix from Pavel Troller <patrol@omni.sinus.cz>
3994 - (djm) Re-enable int64_t types - we need them for sftp
3995 - (djm) Use libexecdir from configure , rather than libexecdir/ssh
3996 - (djm) Update Redhat SPEC file accordingly
3997 - (djm) Add Kevin Steves <stevesk@sweden.hp.com> HP/UX contrib files
3998 - (djm) Add Charles Levert <charles@comm.polymtl.ca> getpgrp patch
61e96248 3999 - (djm) Fix password auth on HP/UX 10.20. Patch from Dirk De Wachter
7f8f5e00 4000 <Dirk.DeWachter@rug.ac.be>
61e96248 4001 - (djm) Fixprogs and entropy list fixes from Larry Jones
7f8f5e00 4002 <larry.jones@sdrc.com>
4003 - (djm) Fix for SuSE spec file from Takashi YOSHIDA
4004 <tyoshida@gemini.rc.kyushu-u.ac.jp>
bcbf86ec 4005 - (djm) Merge OpenBSD changes:
4006 - markus@cvs.openbsd.org 2000/09/05 02:59:57
4007 [session.c]
4008 print hostname (not hushlogin)
4009 - markus@cvs.openbsd.org 2000/09/05 13:18:48
4010 [authfile.c ssh-add.c]
4011 enable ssh-add -d for DSA keys
4012 - markus@cvs.openbsd.org 2000/09/05 13:20:49
4013 [sftp-server.c]
4014 cleanup
4015 - markus@cvs.openbsd.org 2000/09/06 03:46:41
4016 [authfile.h]
4017 prototype
4018 - deraadt@cvs.openbsd.org 2000/09/07 14:27:56
4019 [ALL]
61e96248 4020 cleanup copyright notices on all files. I have attempted to be
4021 accurate with the details. everything is now under Tatu's licence
4022 (which I copied from his readme), and/or the core-sdi bsd-ish thing
4023 for deattack, or various openbsd developers under a 2-term bsd
bcbf86ec 4024 licence. We're not changing any rules, just being accurate.
4025 - markus@cvs.openbsd.org 2000/09/07 14:40:30
4026 [channels.c channels.h clientloop.c serverloop.c ssh.c]
4027 cleanup window and packet sizes for ssh2 flow control; ok niels
4028 - markus@cvs.openbsd.org 2000/09/07 14:53:00
4029 [scp.c]
4030 typo
4031 - markus@cvs.openbsd.org 2000/09/07 15:13:37
4032 [auth-options.c auth-options.h auth-rh-rsa.c auth-rsa.c auth.c]
4033 [authfile.h canohost.c channels.h compat.c hostfile.h log.c match.h]
4034 [pty.c readconf.c]
4035 some more Copyright fixes
4036 - markus@cvs.openbsd.org 2000/09/08 03:02:51
4037 [README.openssh2]
4038 bye bye
4039 - deraadt@cvs.openbsd.org 2000/09/11 18:38:33
4040 [LICENCE cipher.c]
4041 a few more comments about it being ARC4 not RC4
4042 - markus@cvs.openbsd.org 2000/09/12 14:53:11
4043 [log-client.c log-server.c log.c ssh.1 ssh.c ssh.h sshd.8 sshd.c]
4044 multiple debug levels
4045 - markus@cvs.openbsd.org 2000/09/14 14:25:15
4046 [clientloop.c]
4047 typo
4048 - deraadt@cvs.openbsd.org 2000/09/15 01:13:51
4049 [ssh-agent.c]
4050 check return value for setenv(3) for failure, and deal appropriately
4051
deb8d717 405220000913
4053 - (djm) Fix server not exiting with jobs in background.
4054
b5e300c2 405520000905
4056 - (djm) Import OpenBSD CVS changes
4057 - markus@cvs.openbsd.org 2000/08/31 15:52:24
4058 [Makefile sshd.8 sshd_config sftp-server.8 sftp-server.c]
4059 implement a SFTP server. interops with sftp2, scp2 and the windows
4060 client from ssh.com
4061 - markus@cvs.openbsd.org 2000/08/31 15:56:03
4062 [README.openssh2]
4063 sync
4064 - markus@cvs.openbsd.org 2000/08/31 16:05:42
4065 [session.c]
4066 Wall
4067 - markus@cvs.openbsd.org 2000/08/31 16:09:34
4068 [authfd.c ssh-agent.c]
4069 add a flag to SSH2_AGENTC_SIGN_REQUEST for future extensions
4070 - deraadt@cvs.openbsd.org 2000/09/01 09:25:13
4071 [scp.1 scp.c]
4072 cleanup and fix -S support; stevesk@sweden.hp.com
4073 - markus@cvs.openbsd.org 2000/09/01 16:29:32
4074 [sftp-server.c]
4075 portability fixes
4076 - markus@cvs.openbsd.org 2000/09/01 16:32:41
4077 [sftp-server.c]
4078 fix cast; mouring@pconline.com
4079 - itojun@cvs.openbsd.org 2000/09/03 09:23:28
4080 [ssh-add.1 ssh.1]
4081 add missing .El against .Bl.
4082 - markus@cvs.openbsd.org 2000/09/04 13:03:41
4083 [session.c]
4084 missing close; ok theo
4085 - markus@cvs.openbsd.org 2000/09/04 13:07:21
4086 [session.c]
4087 fix get_last_login_time order; from andre@van-veen.de
4088 - markus@cvs.openbsd.org 2000/09/04 13:10:09
4089 [sftp-server.c]
4090 more cast fixes; from mouring@pconline.com
4091 - markus@cvs.openbsd.org 2000/09/04 13:06:04
4092 [session.c]
4093 set SSH_ORIGINAL_COMMAND; from Leakin@dfw.nostrum.com, bet@rahul.net
4094 - (djm) Cleanup after import. Fix sftp-server compilation, Makefile
3c62e7eb 4095 - (djm) Merge cygwin support from Corinna Vinschen <vinschen@cygnus.com>
4096
1e61f54a 409720000903
4098 - (djm) Fix Redhat init script
4099
c80876b4 410020000901
4101 - (djm) Pick up Jim's new X11-askpass
4102 - (djm) Release 2.2.0p1
4103
8b4a0d08 410420000831
bcbf86ec 4105 - (djm) Workaround SIGPIPE problems on SCO. Fix from Aran Cox
8b4a0d08 4106 <acox@cv.telegroup.com>
b817711d 4107 - (djm) Pick up new version (2.2.0) from OpenBSD CVS
8b4a0d08 4108
0b65b628 410920000830
4110 - (djm) Compile warning fixes from Mark Miller <markm@swoon.net>
10fa00c8 4111 - (djm) Periodically rekey arc4random
4112 - (djm) Clean up diff against OpenBSD.
bcbf86ec 4113 - (djm) HPUX 11 needs USE_PIPES as well: Kevin Steves
2b10f47a 4114 <stevesk@sweden.hp.com>
b33a2e6e 4115 - (djm) Quieten the pam delete credentials error message
44839801 4116 - (djm) Fix printing of $DISPLAY hack if set by system type. Report from
4117 Kevin Steves <stevesk@sweden.hp.com>
84a770d1 4118 - (djm) NeXT patch from Ben Lindstrom <mouring@pconline.com>
7efa2776 4119 - (djm) Fix doh in bsd-arc4random.c
0b65b628 4120
9aaf9be4 412120000829
bcbf86ec 4122 - (djm) Fix ^C ignored issue on Solaris. Diagnosis from Gert
4123 Doering <gert@greenie.muc.de>, John Horne <J.Horne@plymouth.ac.uk> and
9aaf9be4 4124 Garrick James <garrick@james.net>
b5f90139 4125 - (djm) Check for SCO pty naming style (ptyp%d/ttyp%d). Based on fix from
4126 Bastian Trompetter <btrompetter@firemail.de>
698d107e 4127 - (djm) NeXT tweaks from Ben Lindstrom <mouring@pconline.com>
14a9a859 4128 - More OpenBSD updates:
4129 - deraadt@cvs.openbsd.org 2000/08/24 15:46:59
4130 [scp.c]
4131 off_t in sink, to fix files > 2GB, i think, test is still running ;-)
4132 - deraadt@cvs.openbsd.org 2000/08/25 10:10:06
4133 [session.c]
4134 Wall
4135 - markus@cvs.openbsd.org 2000/08/26 04:33:43
4136 [compat.c]
4137 ssh.com-2.3.0
4138 - markus@cvs.openbsd.org 2000/08/27 12:18:05
4139 [compat.c]
4140 compatibility with future ssh.com versions
4141 - deraadt@cvs.openbsd.org 2000/08/27 21:50:55
4142 [auth-krb4.c session.c ssh-add.c sshconnect.c uidswap.c]
4143 print uid/gid as unsigned
4144 - markus@cvs.openbsd.org 2000/08/28 13:51:00
4145 [ssh.c]
4146 enable -n and -f for ssh2
4147 - markus@cvs.openbsd.org 2000/08/28 14:19:53
4148 [ssh.c]
4149 allow combination of -N and -f
4150 - markus@cvs.openbsd.org 2000/08/28 14:20:56
4151 [util.c]
4152 util.c
4153 - markus@cvs.openbsd.org 2000/08/28 14:22:02
4154 [util.c]
4155 undo
4156 - markus@cvs.openbsd.org 2000/08/28 14:23:38
4157 [util.c]
4158 don't complain if setting NONBLOCK fails with ENODEV
9aaf9be4 4159
137d7b6c 416020000823
4161 - (djm) Define USE_PIPES to avoid socketpair problems on HPUX 10 and SunOS 4
bcbf86ec 4162 Avoids "scp never exits" problem. Reports from Lutz Jaenicke
4163 <Lutz.Jaenicke@aet.TU-Cottbus.DE> and Tamito KAJIYAMA
137d7b6c 4164 <kajiyama@grad.sccs.chukyo-u.ac.jp>
2e73a022 4165 - (djm) Pick up LOGIN_PROGRAM from environment or PATH if not set by headers
da40ab4d 4166 - (djm) Add local version to version.h
ea788c22 4167 - (djm) Don't reseed arc4random everytime it is used
2e73a022 4168 - (djm) OpenBSD CVS updates:
4169 - deraadt@cvs.openbsd.org 2000/08/18 20:07:23
4170 [ssh.c]
4171 accept remsh as a valid name as well; roman@buildpoint.com
4172 - deraadt@cvs.openbsd.org 2000/08/18 20:17:13
4173 [deattack.c crc32.c packet.c]
4174 rename crc32() to ssh_crc32() to avoid zlib name clash. do not move to
4175 libz crc32 function yet, because it has ugly "long"'s in it;
4176 oneill@cs.sfu.ca
4177 - deraadt@cvs.openbsd.org 2000/08/18 20:26:08
4178 [scp.1 scp.c]
4179 -S prog support; tv@debian.org
4180 - deraadt@cvs.openbsd.org 2000/08/18 20:50:07
4181 [scp.c]
4182 knf
4183 - deraadt@cvs.openbsd.org 2000/08/18 20:57:33
4184 [log-client.c]
4185 shorten
4186 - markus@cvs.openbsd.org 2000/08/19 12:48:11
4187 [channels.c channels.h clientloop.c ssh.c ssh.h]
4188 support for ~. in ssh2
4189 - deraadt@cvs.openbsd.org 2000/08/19 15:29:40
4190 [crc32.h]
4191 proper prototype
4192 - markus@cvs.openbsd.org 2000/08/19 15:34:44
bcbf86ec 4193 [authfd.c authfd.h key.c key.h ssh-add.1 ssh-add.c ssh-agent.1]
4194 [ssh-agent.c ssh-keygen.c sshconnect1.c sshconnect2.c Makefile]
2e73a022 4195 [fingerprint.c fingerprint.h]
4196 add SSH2/DSA support to the agent and some other DSA related cleanups.
4197 (note that we cannot talk to ssh.com's ssh2 agents)
4198 - markus@cvs.openbsd.org 2000/08/19 15:55:52
4199 [channels.c channels.h clientloop.c]
4200 more ~ support for ssh2
4201 - markus@cvs.openbsd.org 2000/08/19 16:21:19
4202 [clientloop.c]
4203 oops
4204 - millert@cvs.openbsd.org 2000/08/20 12:25:53
4205 [session.c]
4206 We have to stash the result of get_remote_name_or_ip() before we
4207 close our socket or getpeername() will get EBADF and the process
4208 will exit. Only a problem for "UseLogin yes".
4209 - millert@cvs.openbsd.org 2000/08/20 12:30:59
4210 [session.c]
4211 Only check /etc/nologin if "UseLogin no" since login(1) may have its
4212 own policy on determining who is allowed to login when /etc/nologin
4213 is present. Also use the _PATH_NOLOGIN define.
4214 - millert@cvs.openbsd.org 2000/08/20 12:42:43
4215 [auth1.c auth2.c session.c ssh.c]
4216 Add calls to setusercontext() and login_get*(). We basically call
4217 setusercontext() in most places where previously we did a setlogin().
4218 Add default login.conf file and put root in the "daemon" login class.
4219 - millert@cvs.openbsd.org 2000/08/21 10:23:31
4220 [session.c]
4221 Fix incorrect PATH setting; noted by Markus.
137d7b6c 4222
c345cf9d 422320000818
4224 - (djm) OpenBSD CVS changes:
4225 - markus@cvs.openbsd.org 2000/07/22 03:14:37
4226 [servconf.c servconf.h sshd.8 sshd.c sshd_config]
4227 random early drop; ok theo, niels
4228 - deraadt@cvs.openbsd.org 2000/07/26 11:46:51
4229 [ssh.1]
4230 typo
4231 - deraadt@cvs.openbsd.org 2000/08/01 11:46:11
4232 [sshd.8]
4233 many fixes from pepper@mail.reppep.com
4234 - provos@cvs.openbsd.org 2000/08/01 13:01:42
4235 [Makefile.in util.c aux.c]
4236 rename aux.c to util.c to help with cygwin port
4237 - deraadt@cvs.openbsd.org 2000/08/02 00:23:31
4238 [authfd.c]
4239 correct sun_len; Alexander@Leidinger.net
4240 - provos@cvs.openbsd.org 2000/08/02 10:27:17
4241 [readconf.c sshd.8]
4242 disable kerberos authentication by default
4243 - provos@cvs.openbsd.org 2000/08/02 11:27:05
4244 [sshd.8 readconf.c auth-krb4.c]
4245 disallow kerberos authentication if we can't verify the TGT; from
4246 dugsong@
4247 kerberos authentication is on by default only if you have a srvtab.
4248 - markus@cvs.openbsd.org 2000/08/04 14:30:07
4249 [auth.c]
4250 unused
4251 - markus@cvs.openbsd.org 2000/08/04 14:30:35
4252 [sshd_config]
4253 MaxStartups
4254 - markus@cvs.openbsd.org 2000/08/15 13:20:46
4255 [authfd.c]
4256 cleanup; ok niels@
4257 - markus@cvs.openbsd.org 2000/08/17 14:05:10
4258 [session.c]
4259 cleanup login(1)-like jobs, no duplicate utmp entries
4260 - markus@cvs.openbsd.org 2000/08/17 14:06:34
4261 [session.c sshd.8 sshd.c]
4262 sshd -u len, similar to telnetd
1a022229 4263 - (djm) Lastlog was not getting closed after writing login entry
39987cc0 4264 - (djm) Add Solaris package support from Rip Loomis <loomisg@cist.saic.com>
c345cf9d 4265
416ed5a7 426620000816
4267 - (djm) Replacement for inet_ntoa for Irix (which breaks on gcc)
bcbf86ec 4268 - (djm) Fix strerror replacement for old SunOS. Based on patch from
416ed5a7 4269 Charles Levert <charles@comm.polymtl.ca>
bcbf86ec 4270 - (djm) Seperate arc4random into seperate file and use OpenSSL's RC4
416ed5a7 4271 implementation.
ba606eb2 4272 - (djm) SUN_LEN macro for systems which lack it
416ed5a7 4273
dbaa2e87 427420000815
4275 - (djm) More SunOS 4.1.x fixes from Nate Itkin <nitkin@europa.com>
cd352c82 4276 - (djm) Avoid failures on Irix when ssh is not setuid. Fix from
4277 Michael Stone <mstone@cs.loyola.edu>
d93a7e5a 4278 - (djm) Don't seek in directory based lastlogs
bcbf86ec 4279 - (djm) Fix --with-ipaddr-display configure option test. Patch from
d93a7e5a 4280 Jarno Huuskonen <jhuuskon@messi.uku.fi>
2a2cb9e7 4281 - (djm) Fix AIX limits from Alexandre Oliva <oliva@lsd.ic.unicamp.br>
dbaa2e87 4282
6c33bf70 428320000813
4284 - (djm) Add $(srcdir) to includes when compiling (for VPATH). Report from
4285 Fabrice bacchella <fabrice.bacchella@marchfirst.fr>
4286
3fcce26c 428720000809
bcbf86ec 4288 - (djm) Define AIX hard limits if headers don't. Report from
3fcce26c 4289 Bill Painter <william.t.painter@lmco.com>
bcbf86ec 4290 - (djm) utmp direct write & SunOS 4 patch from Charles Levert
32eec038 4291 <charles@comm.polymtl.ca>
3fcce26c 4292
71d43804 429320000808
4294 - (djm) Cleanup Redhat RPMs. Generate keys at runtime rather than install
4295 time, spec file cleanup.
4296
f9bcea07 429720000807
378f2232 4298 - (djm) Set 0755 on binaries during install. Report from Lutz Jaenicke
47670e77 4299 - (djm) Suppress error messages on channel close shutdown() failurs
4300 works around Linux bug. Patch from Zack Weinberg <zack@wolery.cumb.org>
378f2232 4301 - (djm) Add some more entropy collection commands from Lutz Jaenicke
f9bcea07 4302
bcf89935 430320000725
4304 - (djm) Fix autoconf typo: HAVE_BINRESVPORT_AF -> HAVE_BINDRESVPORT_AF
4305
4c8722d9 430620000721
4307 - (djm) OpenBSD CVS updates:
4308 - markus@cvs.openbsd.org 2000/07/16 02:27:22
4309 [authfd.c authfd.h channels.c clientloop.c ssh-add.c ssh-agent.c ssh.c]
4310 [sshconnect1.c sshconnect2.c]
4311 make ssh-add accept dsa keys (the agent does not)
4312 - djm@cvs.openbsd.org 2000/07/17 19:25:02
4313 [sshd.c]
4314 Another closing of stdin; ok deraadt
4315 - markus@cvs.openbsd.org 2000/07/19 18:33:12
4316 [dsa.c]
4317 missing free, reorder
4318 - markus@cvs.openbsd.org 2000/07/20 16:23:14
4319 [ssh-keygen.1]
4320 document input and output files
4321
240777b8 432220000720
4c8722d9 4323 - (djm) Spec file fix from Petr Novotny <Petr.Novotny@antek.cz>
240777b8 4324
3c7def32 432520000716
4c8722d9 4326 - (djm) Release 2.1.1p4
3c7def32 4327
819b676f 432820000715
704b1659 4329 - (djm) OpenBSD CVS updates
4330 - provos@cvs.openbsd.org 2000/07/13 16:53:22
4331 [aux.c readconf.c servconf.c ssh.h]
4332 allow multiple whitespace but only one '=' between tokens, bug report from
4333 Ralf S. Engelschall <rse@engelschall.com> but different fix. okay deraadt@
4334 - provos@cvs.openbsd.org 2000/07/13 17:14:09
4335 [clientloop.c]
4336 typo; todd@fries.net
4337 - provos@cvs.openbsd.org 2000/07/13 17:19:31
4338 [scp.c]
4339 close can fail on AFS, report error; from Greg Hudson <ghudson@mit.edu>
4340 - markus@cvs.openbsd.org 2000/07/14 16:59:46
4341 [readconf.c servconf.c]
4342 allow leading whitespace. ok niels
4343 - djm@cvs.openbsd.org 2000/07/14 22:01:38
4344 [ssh-keygen.c ssh.c]
4345 Always create ~/.ssh with mode 700; ok Markus
819b676f 4346 - Fixes for SunOS 4.1.4 from Gordon Atwood <gordon@cs.ualberta.ca>
4347 - Include floatingpoint.h for entropy.c
4348 - strerror replacement
704b1659 4349
3f7a7e4a 435020000712
c37fb3c1 4351 - (djm) Remove -lresolve for Reliant Unix
3f7a7e4a 4352 - (djm) OpenBSD CVS Updates:
4353 - deraadt@cvs.openbsd.org 2000/07/11 02:11:34
4354 [session.c sshd.c ]
4355 make MaxStartups code still work with -d; djm
4356 - deraadt@cvs.openbsd.org 2000/07/11 13:17:45
4357 [readconf.c ssh_config]
4358 disable FallBackToRsh by default
c37fb3c1 4359 - (djm) Replace in_addr_t with u_int32_t in bsd-inet_aton.c. Report from
4360 Ben Lindstrom <mouring@pconline.com>
1e970014 4361 - (djm) Make building of X11-Askpass and GNOME-Askpass optional in RPM
4362 spec file.
dcb36e5d 4363 - (djm) Released 2.1.1p3
3f7a7e4a 4364
56118702 436520000711
4366 - (djm) Fixup for AIX getuserattr() support from Tom Bertelson
4367 <tbert@abac.com>
132dd316 4368 - (djm) ReliantUNIX support from Udo Schweigert <ust@cert.siemens.de>
bcbf86ec 4369 - (djm) NeXT: dirent structures to get scp working from Ben Lindstrom
c99e5056 4370 <mouring@pconline.com>
bcbf86ec 4371 - (djm) Fix broken inet_ntoa check and ut_user/ut_name confusion, report
dc2a6d09 4372 from Jim Watt <jimw@peisj.pebio.com>
2d9a148e 4373 - (djm) Replaced bsd-snprintf.c with one from Mutt source tree, it is known
4374 to compile on more platforms (incl NeXT).
cc6f2c4c 4375 - (djm) Added bsd-inet_aton and configure support for NeXT
aae19451 4376 - (djm) Misc NeXT fixes from Ben Lindstrom <mouring@pconline.com>
089fbbd2 4377 - (djm) OpenBSD CVS updates:
4378 - markus@cvs.openbsd.org 2000/06/26 03:22:29
4379 [authfd.c]
4380 cleanup, less cut&paste
4381 - markus@cvs.openbsd.org 2000/06/26 15:59:19
4382 [servconf.c servconf.h session.c sshd.8 sshd.c]
bcbf86ec 4383 MaxStartups: limit number of unauthenticated connections, work by
089fbbd2 4384 theo and me
4385 - deraadt@cvs.openbsd.org 2000/07/05 14:18:07
4386 [session.c]
4387 use no_x11_forwarding_flag correctly; provos ok
4388 - provos@cvs.openbsd.org 2000/07/05 15:35:57
4389 [sshd.c]
4390 typo
4391 - aaron@cvs.openbsd.org 2000/07/05 22:06:58
4392 [scp.1 ssh-agent.1 ssh-keygen.1 sshd.8]
bcbf86ec 4393 Insert more missing .El directives. Our troff really should identify
089fbbd2 4394 these and spit out a warning.
4395 - todd@cvs.openbsd.org 2000/07/06 21:55:04
4396 [auth-rsa.c auth2.c ssh-keygen.c]
4397 clean code is good code
4398 - deraadt@cvs.openbsd.org 2000/07/07 02:14:29
4399 [serverloop.c]
4400 sense of port forwarding flag test was backwards
4401 - provos@cvs.openbsd.org 2000/07/08 17:17:31
4402 [compat.c readconf.c]
4403 replace strtok with strsep; from David Young <dyoung@onthejob.net>
4404 - deraadt@cvs.openbsd.org 2000/07/08 19:21:15
4405 [auth.h]
4406 KNF
4407 - ho@cvs.openbsd.org 2000/07/08 19:27:33
4408 [compat.c readconf.c]
4409 Better conditions for strsep() ending.
4410 - ho@cvs.openbsd.org 2000/07/10 10:27:05
4411 [readconf.c]
4412 Get the correct message on errors. (niels@ ok)
4413 - ho@cvs.openbsd.org 2000/07/10 10:30:25
4414 [cipher.c kex.c servconf.c]
4415 strtok() --> strsep(). (niels@ ok)
5540ea9b 4416 - (djm) Fix problem with debug mode and MaxStartups
eb37534b 4417 - (djm) Don't generate host keys when $(DESTDIR) is set (e.g. during RPM
4418 builds)
229f64ee 4419 - (djm) Add strsep function from OpenBSD libc for systems that lack it
56118702 4420
a8545c6c 442120000709
4422 - (djm) Only enable PAM_TTY kludge for Linux. Problem report from
4423 Kevin Steves <stevesk@sweden.hp.com>
ec90a7d6 4424 - (djm) Match prototype and function declaration for rresvport_af.
4425 Problem report from Niklas Edmundsson <nikke@ing.umu.se>
bcbf86ec 4426 - (djm) Missing $(DESTDIR) on host-key target causing problems with RPM
732e8ac5 4427 builds. Problem report from Gregory Leblanc <GLeblanc@cu-portland.edu>
37f1df94 4428 - (djm) Replace ut_name with ut_user. Patch from Jim Watt
4429 <jimw@peisj.pebio.com>
264dce47 4430 - (djm) Fix pam sprintf fix
4431 - (djm) Cleanup entropy collection code a little more. Split initialisation
4432 from seeding, perform intialisation immediatly at start, be careful with
4433 uids. Based on problem report from Jim Watt <jimw@peisj.pebio.com>
5bf9cfe9 4434 - (djm) More NeXT compatibility from Ben Lindstrom <mouring@pconline.com>
4435 Including sigaction() et al. replacements
bcbf86ec 4436 - (djm) AIX getuserattr() session initialisation from Tom Bertelson
eeec075f 4437 <tbert@abac.com>
a8545c6c 4438
e2902a5b 443920000708
bcbf86ec 4440 - (djm) Fix bad fprintf format handling in auth-pam.c. Patch from
e2902a5b 4441 Aaron Hopkins <aaron@die.net>
7a33f831 4442 - (djm) Fix incorrect configure handling of --with-rsh-path option. Fix from
4443 Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
bcbf86ec 4444 - (djm) Fixed undefined variables for OSF SIA. Report from
b3f162ba 4445 Baars, Henk <Hendrik.Baars@nl.origin-it.com>
bcbf86ec 4446 - (djm) Handle EWOULDBLOCK returns from read() and write() in atomicio.c
b28e4a3b 4447 Fix from Marquess, Steve Mr JMLFDC <Steve.Marquess@DET.AMEDD.ARMY.MIL>
bcbf86ec 4448 - (djm) Don't use inet_addr.
e2902a5b 4449
5637650d 445020000702
4451 - (djm) Fix brace mismatch from Corinna Vinschen <vinschen@cygnus.com>
27494968 4452 - (djm) Stop shadow expiry checking from preventing logins with NIS. Based
4453 on fix from HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
a4070484 4454 - (djm) Use standard OpenSSL functions in auth-skey.c. Patch from
4455 Chris, the Young One <cky@pobox.com>
bcbf86ec 4456 - (djm) Fix scp progress meter on really wide terminals. Based on patch
88726b31 4457 from James H. Cloos Jr. <cloos@jhcloos.com>
5637650d 4458
388e9f9f 445920000701
4460 - (djm) Fix Tru64 SIA problems reported by John P Speno <speno@isc.upenn.edu>
daaff4d5 4461 - (djm) Login fixes from Tom Bertelson <tbert@abac.com>
82258d68 4462 - (djm) Replace "/bin/sh" with _PATH_BSHELL. Report from Corinna Vinschen
4463 <vinschen@cygnus.com>
30228d7c 4464 - (djm) Replace "/usr/bin/login" with LOGIN_PROGRAM
2647ae26 4465 - (djm) Added check for broken snprintf() functions which do not correctly
4466 terminate output string and attempt to use replacement.
46158300 4467 - (djm) Released 2.1.1p2
388e9f9f 4468
9f32ceb4 446920000628
4470 - (djm) Fixes to lastlog code for Irix
4471 - (djm) Use atomicio in loginrec
3206bb3b 4472 - (djm) Patch from Michael Stone <mstone@cs.loyola.edu> to add support for
4473 Irix 6.x array sessions, project id's, and system audit trail id.
9e0c3e1f 4474 - (djm) Added 'distprep' make target to simplify packaging
bcbf86ec 4475 - (djm) Added patch from Chris Adams <cmadams@hiwaay.net> to add OSF SIA
4d33e531 4476 support. Enable using "USE_SIA=1 ./configure [options]"
61e96248 4477
d8caae24 447820000627
4479 - (djm) Fixes to login code - not setting li->uid, cleanups
a05a70ab 4480 - (djm) Formatting
d8caae24 4481
fe30cc2e 448220000626
3e98362e 4483 - (djm) Better fix to aclocal tests from Garrick James <garrick@james.net>
4cb5ffa0 4484 - (djm) Account expiry support from Andreas Steinmetz <ast@domdv.de>
4485 - (djm) Added password expiry checking (no password change support)
be0b9bb7 4486 - (djm) Make EGD failures non-fatal if OpenSSL's entropy pool is still OK
4487 based on patch from Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
b5b3f75d 4488 - (djm) Fix fixed EGD code.
3e98362e 4489 - OpenBSD CVS update
4490 - provos@cvs.openbsd.org 2000/06/25 14:17:58
4491 [channels.c]
4492 correct check for bad channel ids; from Wei Dai <weidai@eskimo.com>
4493
1c04b088 449420000623
bcbf86ec 4495 - (djm) Use sa_family_t in prototype for rresvport_af. Patch from
1c04b088 4496 Svante Signell <svante.signell@telia.com>
4497 - (djm) Autoconf logic to define sa_family_t if it is missing
e5a0294f 4498 - OpenBSD CVS Updates:
4499 - markus@cvs.openbsd.org 2000/06/22 10:32:27
4500 [sshd.c]
4501 missing atomicio; report from Steve.Marquess@DET.AMEDD.ARMY.MIL
4502 - djm@cvs.openbsd.org 2000/06/22 17:55:00
4503 [auth-krb4.c key.c radix.c uuencode.c]
4504 Missing CVS idents; ok markus
1c04b088 4505
f528fdf2 450620000622
4507 - (djm) Automatically generate host key during "make install". Suggested
4508 by Gary E. Miller <gem@rellim.com>
4509 - (djm) Paranoia before kill() system call
74fc9186 4510 - OpenBSD CVS Updates:
4511 - markus@cvs.openbsd.org 2000/06/18 18:50:11
4512 [auth2.c compat.c compat.h sshconnect2.c]
4513 make userauth+pubkey interop with ssh.com-2.2.0
4514 - markus@cvs.openbsd.org 2000/06/18 20:56:17
4515 [dsa.c]
4516 mem leak + be more paranoid in dsa_verify.
4517 - markus@cvs.openbsd.org 2000/06/18 21:29:50
4518 [key.c]
4519 cleanup fingerprinting, less hardcoded sizes
4520 - markus@cvs.openbsd.org 2000/06/19 19:39:45
4521 [atomicio.c auth-options.c auth-passwd.c auth-rh-rsa.c auth-rhosts.c]
4522 [auth-rsa.c auth-skey.c authfd.c authfd.h authfile.c bufaux.c bufaux.h]
bcbf86ec 4523 [buffer.c buffer.h canohost.c channels.c channels.h cipher.c cipher.h]
74fc9186 4524 [clientloop.c compat.c compat.h compress.c compress.h crc32.c crc32.h]
4525 [deattack.c dispatch.c dsa.c fingerprint.c fingerprint.h getput.h hmac.c]
bcbf86ec 4526 [kex.c log-client.c log-server.c login.c match.c mpaux.c mpaux.h nchan.c]
4527 [nchan.h packet.c packet.h pty.c pty.h readconf.c readconf.h readpass.c]
74fc9186 4528 [rsa.c rsa.h scp.c servconf.c servconf.h ssh-add.c ssh-keygen.c ssh.c]
4529 [ssh.h tildexpand.c ttymodes.c ttymodes.h uidswap.c xmalloc.c xmalloc.h]
4530 OpenBSD tag
4531 - markus@cvs.openbsd.org 2000/06/21 10:46:10
4532 sshconnect2.c missing free; nuke old comment
f528fdf2 4533
e5fe9a1f 453420000620
4535 - (djm) Replace use of '-o' and '-a' logical operators in configure tests
986a22ec 4536 with '||' and '&&'. As suggested by Jim Knoble <jmknoble@jmknoble.cx>
e5fe9a1f 4537 to fix SCO Unixware problem reported by Gary E. Miller <gem@rellim.com>
c03aced4 4538 - (djm) Typo in loginrec.c
e5fe9a1f 4539
cbd7492e 454020000618
4541 - (djm) Add summary of configure options to end of ./configure run
bcbf86ec 4542 - (djm) Not all systems define RUSAGE_SELF & RUSAGE_CHILDREN. Report from
cbd7492e 4543 Michael Stone <mstone@cs.loyola.edu>
bcbf86ec 4544 - (djm) rusage is a privileged operation on some Unices (incl.
cbd7492e 4545 Solaris 2.5.1). Report from Paul D. Smith <pausmith@nortelnetworks.com>
bcbf86ec 4546 - (djm) Avoid PAM failures when running without a TTY. Report from
cbd7492e 4547 Martin Petrak <petrak@spsknm.schools.sk>
4548 - (djm) Include sys/types.h when including netinet/in.h in configure tests.
4549 Patch from Jun-ichiro itojun Hagino <itojun@iijlab.net>
729bfe59 4550 - (djm) Started merge of Ben Lindstrom's <mouring@pconline.com> NeXT support
38c295d6 4551 - OpenBSD CVS updates:
4552 - deraadt@cvs.openbsd.org 2000/06/17 09:58:46
4553 [channels.c]
4554 everyone says "nix it" (remove protocol 2 debugging message)
4555 - markus@cvs.openbsd.org 2000/06/17 13:24:34
4556 [sshconnect.c]
4557 allow extended server banners
4558 - markus@cvs.openbsd.org 2000/06/17 14:30:10
4559 [sshconnect.c]
4560 missing atomicio, typo
4561 - jakob@cvs.openbsd.org 2000/06/17 16:52:34
4562 [servconf.c servconf.h session.c sshd.8 sshd_config]
4563 add support for ssh v2 subsystems. ok markus@.
4564 - deraadt@cvs.openbsd.org 2000/06/17 18:57:48
4565 [readconf.c servconf.c]
4566 include = in WHITESPACE; markus ok
4567 - markus@cvs.openbsd.org 2000/06/17 19:09:10
4568 [auth2.c]
4569 implement bug compatibility with ssh-2.0.13 pubkey, server side
4570 - markus@cvs.openbsd.org 2000/06/17 21:00:28
4571 [compat.c]
4572 initial support for ssh.com's 2.2.0
4573 - markus@cvs.openbsd.org 2000/06/17 21:16:09
4574 [scp.c]
4575 typo
4576 - markus@cvs.openbsd.org 2000/06/17 22:05:02
4577 [auth-rsa.c auth2.c serverloop.c session.c auth-options.c auth-options.h]
4578 split auth-rsa option parsing into auth-options
4579 add options support to authorized_keys2
4580 - markus@cvs.openbsd.org 2000/06/17 22:42:54
4581 [session.c]
4582 typo
cbd7492e 4583
509b1f88 458420000613
4585 - (djm) Fixes from Andrew McGill <andrewm@datrix.co.za>:
4586 - Platform define for SCO 3.x which breaks on /dev/ptmx
4587 - Detect and try to fix missing MAXPATHLEN
a4d05724 4588 - (djm) Fix short copy in loginrec.c (based on patch from Phill Camp
4589 <P.S.S.Camp@ukc.ac.uk>
509b1f88 4590
09564242 459120000612
4592 - (djm) Glob manpages in RPM spec files to catch compressed files
4593 - (djm) Full license in auth-pam.c
08ae384f 4594 - (djm) Configure fixes from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
383207f7 4595 - (andre) AIX, lastlog, configure fixes from Tom Bertelson <tbert@abac.com>:
4596 - Don't try to retrieve lastlog from wtmp/wtmpx if DISABLE_LASTLOG is
4597 def'd
4598 - Set AIX to use preformatted manpages
61e96248 4599
74b224a0 460020000610
4601 - (djm) Minor doc tweaks
217ab55e 4602 - (djm) Fix for configure on bash2 from Jim Knoble <jmknoble@jmknoble.cx>
74b224a0 4603
32c80420 460420000609
4605 - (djm) Patch from Kenji Miyake <kenji@miyake.org> to disable utmp usage
4606 (in favour of utmpx) on Solaris 8
4607
fa649821 460820000606
48c99b2c 4609 - (djm) Cleanup of entropy.c. Reorganised code, removed second pass through
4610 list of commands (by default). Removed verbose debugging (by default).
bcbf86ec 4611 - (djm) Increased command entropy estimates and default entropy collection
48c99b2c 4612 timeout
f988dce5 4613 - (djm) Remove duplicate headers from loginrec.c
c5fa2eb0 4614 - (djm) Don't add /usr/local/lib to library search path on Irix
bcbf86ec 4615 - (djm) Fix rsh path in RPMs. Report from Jason L Tibbitts III
fa649821 4616 <tibbs@math.uh.edu>
1e83f2a2 4617 - (djm) Warn user if grabs fail in GNOME askpass. Patch from Zack Weinberg
4618 <zack@wolery.cumb.org>
fa649821 4619 - (djm) OpenBSD CVS updates:
4620 - todd@cvs.openbsd.org
4621 [sshconnect2.c]
4622 teach protocol v2 to count login failures properly and also enable an
4623 explanation of why the password prompt comes up again like v1; this is NOT
4624 crypto
61e96248 4625 - markus@cvs.openbsd.org
fa649821 4626 [readconf.c readconf.h servconf.c servconf.h session.c ssh.1 ssh.c sshd.8]
4627 xauth_location support; pr 1234
4628 [readconf.c sshconnect2.c]
4629 typo, unused
4630 [session.c]
4631 allow use_login only for login sessions, otherwise remote commands are
4632 execed with uid==0
4633 [sshd.8]
4634 document UseLogin better
4635 [version.h]
4636 OpenSSH 2.1.1
4637 [auth-rsa.c]
bcbf86ec 4638 fix match_hostname() logic for auth-rsa: deny access if we have a
fa649821 4639 negative match or no match at all
4640 [channels.c hostfile.c match.c]
bcbf86ec 4641 don't panic if mkdtemp fails for authfwd; jkb@yahoo-inc.com via
fa649821 4642 kris@FreeBSD.org
4643
8e7b16f8 464420000606
bcbf86ec 4645 - (djm) Added --with-cflags, --with-ldflags and --with-libs options to
8e7b16f8 4646 configure.
4647
d7c0f3d5 464820000604
4649 - Configure tweaking for new login code on Irix 5.3
2d6c411f 4650 - (andre) login code changes based on djm feedback
d7c0f3d5 4651
2d6c411f 465220000603
4653 - (andre) New login code
4654 - Remove bsd-login.[ch] and all the OpenBSD-derived code in login.c
4655 - Add loginrec.[ch], logintest.c and autoconf code
61e96248 4656
5daf7064 465720000531
4658 - Cleanup of auth.c, login.c and fake-*
4659 - Cleanup of auth-pam.c, save and print "account expired" error messages
e5662474 4660 - Fix EGD read bug by IWAMURO Motonori <iwa@mmp.fujitsu.co.jp>
69134b9b 4661 - Rewrote bsd-login to use proper utmp API if available. Major cleanup
4662 of fallback DIY code.
5daf7064 4663
b9f446d1 466420000530
4665 - Define atexit for old Solaris
b02ebca1 4666 - Fix buffer overrun in login.c for systems which use syslen in utmpx.
4667 patch from YOSHIFUJI Hideaki <yoshfuji@cerberus.nemoto.ecei.tohoku.ac.jp>
71276795 4668 - OpenBSD CVS updates:
4669 - markus@cvs.openbsd.org
4670 [session.c]
4671 make x11-fwd work w/ localhost (xauth add host/unix:11)
4672 [cipher.c compat.c readconf.c servconf.c]
4673 check strtok() != NULL; ok niels@
4674 [key.c]
4675 fix key_read() for uuencoded keys w/o '='
4676 [serverloop.c]
4677 group ssh1 vs. ssh2 in serverloop
4678 [kex.c kex.h myproposal.h sshconnect2.c sshd.c]
4679 split kexinit/kexdh, factor out common code
4680 [readconf.c ssh.1 ssh.c]
4681 forwardagent defaults to no, add ssh -A
4682 - theo@cvs.openbsd.org
4683 [session.c]
4684 just some line shortening
60688ef9 4685 - Released 2.1.0p3
b9f446d1 4686
29611d9c 468720000520
4688 - Xauth fix from Markus Friedl <markus.friedl@informatik.uni-erlangen.de>
25422c70 4689 - Don't touch utmp if USE_UTMPX defined
a423beaf 4690 - SunOS 4.x support from Todd C. Miller <Todd.Miller@courtesan.com>
fc1e8bf4 4691 - SIGCHLD fix for AIX and HPUX from Tom Bertelson <tbert@abac.com>
bcbf86ec 4692 - HPUX and Configure fixes from Lutz Jaenicke
fc1e8bf4 4693 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
bcbf86ec 4694 - Use mkinstalldirs script to make directories instead of non-portable
fc1e8bf4 4695 "install -d". Suggested by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
a905808d 4696 - Doc cleanup
29611d9c 4697
301e9b01 469820000518
4699 - Include Andre Lucas' fixprogs script. Forgot to "cvs add" it yesterday
4700 - OpenBSD CVS updates:
4701 - markus@cvs.openbsd.org
4702 [sshconnect.c]
4703 copy only ai_addrlen bytes; misiek@pld.org.pl
4704 [auth.c]
bcbf86ec 4705 accept an empty shell in authentication; bug reported by
301e9b01 4706 chris@tinker.ucr.edu
4707 [serverloop.c]
4708 we don't have stderr for interactive terminal sessions (fcntl errors)
4709
ad85db64 471020000517
4711 - Fix from Andre Lucas <andre.lucas@dial.pipex.com>
4712 - Fixes command line printing segfaults (spotter: Bladt Norbert)
4713 - Fixes erroneous printing of debug messages to syslog
4714 - Fixes utmp for MacOS X (spotter: Aristedes Maniatis)
4715 - Gives useful error message if PRNG initialisation fails
4716 - Reduced ssh startup delay
4717 - Measures cumulative command time rather than the time between reads
704b1659 4718 after select()
ad85db64 4719 - 'fixprogs' perl script to eliminate non-working entropy commands, and
704b1659 4720 optionally run 'ent' to measure command entropy
c1ef8333 4721 - Applied Tom Bertelson's <tbert@abac.com> AIX authentication fix
a64009ad 4722 - Avoid WCOREDUMP complation errors for systems that lack it
bcbf86ec 4723 - Avoid SIGCHLD warnings from entropy commands
28c1d5ce 4724 - Fix HAVE_PAM_GETENVLIST setting from Simon Wilkinson <sxw@dcs.ed.ac.uk>
0e73cc53 4725 - OpenBSD CVS update:
bcbf86ec 4726 - markus@cvs.openbsd.org
0e73cc53 4727 [ssh.c]
4728 fix usage()
4729 [ssh2.h]
4730 draft-ietf-secsh-architecture-05.txt
4731 [ssh.1]
4732 document ssh -T -N (ssh2 only)
4733 [channels.c serverloop.c ssh.h sshconnect.c sshd.c aux.c]
4734 enable nonblocking IO for sshd w/ proto 1, too; split out common code
4735 [aux.c]
4736 missing include
c04f75f1 4737 - Several patches from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
4738 - INSTALL typo and URL fix
4739 - Makefile fix
4740 - Solaris fixes
bcbf86ec 4741 - Checking for ssize_t and memmove. Based on patch from SAKAI Kiyotaka
c04f75f1 4742 <ksakai@kso.netwk.ntt-at.co.jp>
afa5ee68 4743 - RSAless operation patch from kevin_oconnor@standardandpoors.com
d45e3d76 4744 - Detect OpenSSL seperatly from RSA
bcbf86ec 4745 - Better test for RSA (more compatible with RSAref). Based on work by
d45e3d76 4746 Ed Eden <ede370@stl.rural.usda.gov>
ad85db64 4747
3d1a1654 474820000513
bcbf86ec 4749 - Fix for non-recognised DSA keys from Arkadiusz Miskiewicz
3d1a1654 4750 <misiek@pld.org.pl>
4751
d02a3a00 475220000511
bcbf86ec 4753 - Fix for prng_seed permissions checking from Lutz Jaenicke
d02a3a00 4754 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
3d1a1654 4755 - "make host-key" fix for Irix
d02a3a00 4756
d0c832f3 475720000509
4758 - OpenBSD CVS update
4759 - markus@cvs.openbsd.org
4760 [cipher.h myproposal.h readconf.c readconf.h servconf.c ssh.1 ssh.c]
4761 [ssh.h sshconnect1.c sshconnect2.c sshd.8]
4762 - complain about invalid ciphers in SSH1 (e.g. arcfour is SSH2 only)
4763 - hugh@cvs.openbsd.org
4764 [ssh.1]
4765 - zap typo
4766 [ssh-keygen.1]
4767 - One last nit fix. (markus approved)
4768 [sshd.8]
4769 - some markus certified spelling adjustments
4770 - markus@cvs.openbsd.org
4771 [auth2.c channels.c clientloop.c compat compat.h dsa.c kex.c]
4772 [sshconnect2.c ]
4773 - bug compat w/ ssh-2.0.13 x11, split out bugs
4774 [nchan.c]
4775 - no drain if ibuf_empty, fixes x11fwd problems; tests by fries@
4776 [ssh-keygen.c]
4777 - handle escapes in real and original key format, ok millert@
4778 [version.h]
4779 - OpenSSH-2.1
3dc1102e 4780 - Moved all the bsd-* and fake-* stuff into new libopenbsd-compat.a
e93ee87a 4781 - Doc updates
bcbf86ec 4782 - Cleanup of bsd-base64 headers, bugfix definitions of __b64_*. Reported
21e5304a 4783 by Andre Lucas <andre.lucas@dial.pipex.com>
d0c832f3 4784
ebdeb9a8 478520000508
4786 - Makefile and RPM spec fixes
4787 - Generate DSA host keys during "make key" or RPM installs
f6cde515 4788 - OpenBSD CVS update
4789 - markus@cvs.openbsd.org
4790 [clientloop.c sshconnect2.c]
4791 - make x11-fwd interop w/ ssh-2.0.13
4792 [README.openssh2]
4793 - interop w/ SecureFX
4794 - Release 2.0.0beta2
ebdeb9a8 4795
bcbf86ec 4796 - Configure caching and cleanup patch from Andre Lucas'
58d100bf 4797 <andre.lucas@dial.pipex.com>
4798
1d1ffb87 479920000507
4800 - Remove references to SSLeay.
4801 - Big OpenBSD CVS update
4802 - markus@cvs.openbsd.org
4803 [clientloop.c]
4804 - typo
4805 [session.c]
4806 - update proctitle on pty alloc/dealloc, e.g. w/ windows client
4807 [session.c]
4808 - update proctitle for proto 1, too
4809 [channels.h nchan.c serverloop.c session.c sshd.c]
4810 - use c-style comments
4811 - deraadt@cvs.openbsd.org
4812 [scp.c]
4813 - more atomicio
bcbf86ec 4814 - markus@cvs.openbsd.org
1d1ffb87 4815 [channels.c]
4816 - set O_NONBLOCK
4817 [ssh.1]
4818 - update AUTHOR
4819 [readconf.c ssh-keygen.c ssh.h]
4820 - default DSA key file ~/.ssh/id_dsa
4821 [clientloop.c]
4822 - typo, rm verbose debug
4823 - deraadt@cvs.openbsd.org
4824 [ssh-keygen.1]
4825 - document DSA use of ssh-keygen
4826 [sshd.8]
4827 - a start at describing what i understand of the DSA side
4828 [ssh-keygen.1]
4829 - document -X and -x
4830 [ssh-keygen.c]
4831 - simplify usage
bcbf86ec 4832 - markus@cvs.openbsd.org
1d1ffb87 4833 [sshd.8]
4834 - there is no rhosts_dsa
4835 [ssh-keygen.1]
4836 - document -y, update -X,-x
4837 [nchan.c]
4838 - fix close for non-open ssh1 channels
4839 [servconf.c servconf.h ssh.h sshd.8 sshd.c ]
4840 - s/DsaKey/HostDSAKey/, document option
4841 [sshconnect2.c]
4842 - respect number_of_password_prompts
4843 [channels.c channels.h servconf.c servconf.h session.c sshd.8]
4844 - GatewayPorts for sshd, ok deraadt@
4845 [ssh-add.1 ssh-agent.1 ssh.1]
4846 - more doc on: DSA, id_dsa, known_hosts2, authorized_keys2
4847 [ssh.1]
4848 - more info on proto 2
4849 [sshd.8]
4850 - sync AUTHOR w/ ssh.1
4851 [key.c key.h sshconnect.c]
4852 - print key type when talking about host keys
4853 [packet.c]
4854 - clear padding in ssh2
4855 [dsa.c key.c radix.c ssh.h sshconnect1.c uuencode.c uuencode.h]
4856 - replace broken uuencode w/ libc b64_ntop
4857 [auth2.c]
4858 - log failure before sending the reply
4859 [key.c radix.c uuencode.c]
4860 - remote trailing comments before calling __b64_pton
4861 [auth2.c readconf.c readconf.h servconf.c servconf.h ssh.1]
4862 [sshconnect2.c sshd.8]
4863 - add DSAAuthetication option to ssh/sshd, document SSH2 in sshd.8
4864 - Bring in b64_ntop and b64_pton from OpenBSD libc (bsd-base64.[ch])
4865
1a11e1ae 486620000502
0fbe8c74 4867 - OpenBSD CVS update
4868 [channels.c]
4869 - init all fds, close all fds.
4870 [sshconnect2.c]
4871 - check whether file exists before asking for passphrase
4872 [servconf.c servconf.h sshd.8 sshd.c]
4873 - PidFile, pr 1210
4874 [channels.c]
4875 - EINTR
4876 [channels.c]
4877 - unbreak, ok niels@
4878 [sshd.c]
4879 - unlink pid file, ok niels@
4880 [auth2.c]
4881 - Add missing #ifdefs; ok - markus
bcbf86ec 4882 - Add Andre Lucas' <andre.lucas@dial.pipex.com> patch to read entropy
d3083fbd 4883 gathering commands from a text file
1a11e1ae 4884 - Release 2.0.0beta1
4885
c4bc58eb 488620000501
4887 - OpenBSD CVS update
4888 [packet.c]
4889 - send debug messages in SSH2 format
3189621b 4890 [scp.c]
4891 - fix very rare EAGAIN/EINTR issues; based on work by djm
4892 [packet.c]
4893 - less debug, rm unused
4894 [auth2.c]
4895 - disable kerb,s/key in ssh2
4896 [sshd.8]
4897 - Minor tweaks and typo fixes.
4898 [ssh-keygen.c]
4899 - Put -d into usage and reorder. markus ok.
bcbf86ec 4900 - Include missing headers for OpenSSL tests. Fix from Phil Karn
44fb55e9 4901 <karn@ka9q.ampr.org>
bcbf86ec 4902 - Fixed __progname symbol collisions reported by Andre Lucas
3fd95d9a 4903 <andre.lucas@dial.pipex.com>
0d5f7abc 4904 - Merged bsd-login ttyslot and AIX utmp patch from Gert Doering
4905 <gd@hilb1.medat.de>
8cb940db 4906 - Add some missing ifdefs to auth2.c
8af50c98 4907 - Deprecate perl-tk askpass.
52bcc044 4908 - Irix portability fixes - don't include netinet headers more than once
4909 - Make sure we don't save PRNG seed more than once
c4bc58eb 4910
2b763e31 491120000430
4912 - Merge HP-UX fixes and TCB support from Ged Lodder <lodder@yacc.com.au>
b7a87eea 4913 - Integrate Andre Lucas' <andre.lucas@dial.pipex.com> entropy collection
4914 patch.
4915 - Adds timeout to entropy collection
4916 - Disables slow entropy sources
4917 - Load and save seed file
bcbf86ec 4918 - Changed entropy seed code to user per-user seeds only (server seed is
b7a87eea 4919 saved in root's .ssh directory)
4920 - Use atexit() and fatal cleanups to save seed on exit
0b242b12 4921 - More OpenBSD updates:
4922 [session.c]
4923 - don't call chan_write_failed() if we are not writing
4924 [auth-rsa.c auth1.c authfd.c hostfile.c ssh-agent.c]
4925 - keysize warnings error() -> log()
2b763e31 4926
a306f2dd 492720000429
4928 - Merge big update to OpenSSH-2.0 from OpenBSD CVS
4929 [README.openssh2]
4930 - interop w/ F-secure windows client
4931 - sync documentation
4932 - ssh_host_dsa_key not ssh_dsa_key
4933 [auth-rsa.c]
4934 - missing fclose
4935 [auth.c authfile.c compat.c dsa.c dsa.h hostfile.c key.c key.h radix.c]
4936 [readconf.c readconf.h ssh-add.c ssh-keygen.c ssh.c ssh.h sshconnect.c]
4937 [sshd.c uuencode.c uuencode.h authfile.h]
4938 - add DSA pubkey auth and other SSH2 fixes. use ssh-keygen -[xX]
4939 for trading keys with the real and the original SSH, directly from the
4940 people who invented the SSH protocol.
4941 [auth.c auth.h authfile.c sshconnect.c auth1.c auth2.c sshconnect.h]
4942 [sshconnect1.c sshconnect2.c]
4943 - split auth/sshconnect in one file per protocol version
4944 [sshconnect2.c]
4945 - remove debug
4946 [uuencode.c]
4947 - add trailing =
4948 [version.h]
4949 - OpenSSH-2.0
4950 [ssh-keygen.1 ssh-keygen.c]
4951 - add -R flag: exit code indicates if RSA is alive
4952 [sshd.c]
4953 - remove unused
4954 silent if -Q is specified
4955 [ssh.h]
4956 - host key becomes /etc/ssh_host_dsa_key
4957 [readconf.c servconf.c ]
4958 - ssh/sshd default to proto 1 and 2
4959 [uuencode.c]
4960 - remove debug
4961 [auth2.c ssh-keygen.c sshconnect2.c sshd.c]
4962 - xfree DSA blobs
4963 [auth2.c serverloop.c session.c]
4964 - cleanup logging for sshd/2, respect PasswordAuth no
4965 [sshconnect2.c]
4966 - less debug, respect .ssh/config
4967 [README.openssh2 channels.c channels.h]
bcbf86ec 4968 - clientloop.c session.c ssh.c
a306f2dd 4969 - support for x11-fwding, client+server
4970
0ac7199f 497120000421
4972 - Merge fix from OpenBSD CVS
4973 [ssh-agent.c]
4974 - Fix memory leak per connection. Report from Andy Spiegl <Andy@Spiegl.de>
4975 via Debian bug #59926
18ba2aab 4976 - Define __progname in session.c if libc doesn't
4977 - Remove indentation on autoconf #include statements to avoid bug in
bcbf86ec 4978 DEC Tru64 compiler. Report and fix from David Del Piero
18ba2aab 4979 <David.DelPiero@qed.qld.gov.au>
0ac7199f 4980
e1b37056 498120000420
bcbf86ec 4982 - Make fixpaths work with perl4, patch from Andre Lucas
e1b37056 4983 <andre.lucas@dial.pipex.com>
9da5c3c9 4984 - Sync with OpenBSD CVS:
4985 [clientloop.c login.c serverloop.c ssh-agent.c ssh.h sshconnect.c sshd.c]
4986 - pid_t
4987 [session.c]
4988 - remove bogus chan_read_failed. this could cause data
4989 corruption (missing data) at end of a SSH2 session.
4e577b89 4990 - Merge fixes from Debian patch from Phil Hands <phil@hands.com>
4991 - Allow setting of PAM service name through CFLAGS (SSHD_PAM_SERVICE)
4992 - Use vhangup to clean up Linux ttys
4993 - Force posix getopt processing on GNU libc systems
371ecff9 4994 - Debian bug #55910 - remove references to ssl(8) manpages
247f1a89 4995 - Debian bug #58031 - ssh_config lies about default cipher
e1b37056 4996
d6f24e45 499720000419
4998 - OpenBSD CVS updates
4999 [channels.c]
5000 - fix pr 1196, listen_port and port_to_connect interchanged
5001 [scp.c]
bcbf86ec 5002 - after completion, replace the progress bar ETA counter with a final
d6f24e45 5003 elapsed time; my idea, aaron wrote the patch
5004 [ssh_config sshd_config]
5005 - show 'Protocol' as an example, ok markus@
5006 [sshd.c]
5007 - missing xfree()
5008 - Add missing header to bsd-misc.c
5009
35484284 501020000416
5011 - Reduce diff against OpenBSD source
bcbf86ec 5012 - All OpenSSL includes are now unconditionally referenced as
35484284 5013 openssl/foo.h
5014 - Pick up formatting changes
5015 - Other minor changed (typecasts, etc) that I missed
5016
6ae2364d 501720000415
5018 - OpenBSD CVS updates.
5019 [ssh.1 ssh.c]
5020 - ssh -2
5021 [auth.c channels.c clientloop.c packet.c packet.h serverloop.c]
5022 [session.c sshconnect.c]
5023 - check payload for (illegal) extra data
5024 [ALL]
5025 whitespace cleanup
5026
c323ac76 502720000413
5028 - INSTALL doc updates
f54651ce 5029 - Merged OpenBSD updates to include paths.
bcbf86ec 5030
a8be9f80 503120000412
5032 - OpenBSD CVS updates:
5033 - [channels.c]
5034 repair x11-fwd
5035 - [sshconnect.c]
5036 fix passwd prompt for ssh2, less debugging output.
5037 - [clientloop.c compat.c dsa.c kex.c sshd.c]
5038 less debugging output
5039 - [kex.c kex.h sshconnect.c sshd.c]
5040 check for reasonable public DH values
5041 - [README.openssh2 cipher.c cipher.h compat.c compat.h readconf.c]
5042 [readconf.h servconf.c servconf.h ssh.c ssh.h sshconnect.c sshd.c]
5043 add Cipher and Protocol options to ssh/sshd, e.g.:
5044 ssh -o 'Protocol 1,2' if you prefer proto 1, ssh -o 'Ciphers
5045 arcfour,3des-cbc'
5046 - [sshd.c]
5047 print 1.99 only if server supports both
5048
18e92801 504920000408
5050 - Avoid some compiler warnings in fake-get*.c
5051 - Add IPTOS macros for systems which lack them
9d98aaf6 5052 - Only set define entropy collection macros if they are found
e78a59f5 5053 - More large OpenBSD CVS updates:
5054 - [auth.c auth.h servconf.c servconf.h serverloop.c session.c]
5055 [session.h ssh.h sshd.c README.openssh2]
5056 ssh2 server side, see README.openssh2; enable with 'sshd -2'
5057 - [channels.c]
5058 no adjust after close
5059 - [sshd.c compat.c ]
5060 interop w/ latest ssh.com windows client.
61e96248 5061
8ce64345 506220000406
5063 - OpenBSD CVS update:
5064 - [channels.c]
5065 close efd on eof
5066 - [clientloop.c compat.c ssh.c sshconnect.c myproposal.h]
5067 ssh2 client implementation, interops w/ ssh.com and lsh servers.
5068 - [sshconnect.c]
5069 missing free.
5070 - [authfile.c cipher.c cipher.h packet.c sshconnect.c sshd.c]
5071 remove unused argument, split cipher_mask()
5072 - [clientloop.c]
5073 re-order: group ssh1 vs. ssh2
5074 - Make Redhat spec require openssl >= 0.9.5a
5075
e7627112 507620000404
5077 - Add tests for RAND_add function when searching for OpenSSL
7e7327a1 5078 - OpenBSD CVS update:
5079 - [packet.h packet.c]
5080 ssh2 packet format
5081 - [packet.h packet.c nchan2.ms nchan.h compat.h compat.c]
5082 [channels.h channels.c]
5083 channel layer support for ssh2
5084 - [kex.h kex.c hmac.h hmac.c dsa.c dsa.h]
5085 DSA, keyexchange, algorithm agreement for ssh2
6c081128 5086 - Generate manpages before make install not at the end of make all
5087 - Don't seed the rng quite so often
5088 - Always reseed rng when requested
e7627112 5089
bfc9a610 509020000403
5091 - Wrote entropy collection routines for systems that lack /dev/random
5092 and EGD
837c30b8 5093 - Disable tests and typedefs for 64 bit types. They are currently unused.
bfc9a610 5094
7368a6c8 509520000401
5096 - Big OpenBSD CVS update (mainly beginnings of SSH2 infrastructure)
5097 - [auth.c session.c sshd.c auth.h]
5098 split sshd.c -> auth.c session.c sshd.c plus cleanup and goto-removal
5099 - [bufaux.c bufaux.h]
5100 support ssh2 bignums
5101 - [channels.c channels.h clientloop.c sshd.c nchan.c nchan.h packet.c]
5102 [readconf.c ssh.c ssh.h serverloop.c]
5103 replace big switch() with function tables (prepare for ssh2)
5104 - [ssh2.h]
5105 ssh2 message type codes
5106 - [sshd.8]
5107 reorder Xr to avoid cutting
5108 - [serverloop.c]
5109 close(fdin) if fdin != fdout, shutdown otherwise, ok theo@
5110 - [channels.c]
5111 missing close
5112 allow bigger packets
5113 - [cipher.c cipher.h]
5114 support ssh2 ciphers
5115 - [compress.c]
5116 cleanup, less code
5117 - [dispatch.c dispatch.h]
5118 function tables for different message types
5119 - [log-server.c]
5120 do not log() if debuggin to stderr
5121 rename a cpp symbol, to avoid param.h collision
5122 - [mpaux.c]
5123 KNF
5124 - [nchan.c]
5125 sync w/ channels.c
5126
f5238bee 512720000326
5128 - Better tests for OpenSSL w/ RSAref
bcbf86ec 5129 - Added replacement setenv() function from OpenBSD libc. Suggested by
f5238bee 5130 Ben Lindstrom <mouring@pconline.com>
4fe2af09 5131 - OpenBSD CVS update
5132 - [auth-krb4.c]
5133 -Wall
5134 - [auth-rh-rsa.c auth-rsa.c hostfile.c hostfile.h key.c key.h match.c]
5135 [match.h ssh.c ssh.h sshconnect.c sshd.c]
5136 initial support for DSA keys. ok deraadt@, niels@
5137 - [cipher.c cipher.h]
5138 remove unused cipher_attack_detected code
5139 - [scp.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
5140 Fix some formatting problems I missed before.
5141 - [ssh.1 sshd.8]
5142 fix spelling errors, From: FreeBSD
5143 - [ssh.c]
5144 switch to raw mode only if he _get_ a pty (not if we _want_ a pty).
f5238bee 5145
0024a081 514620000324
5147 - Released 1.2.3
5148
bd499f9e 514920000317
5150 - Clarified --with-default-path option.
5151 - Added -blibpath handling for AIX to work around stupid runtime linking.
5152 Problem elucidated by gshapiro@SENDMAIL.ORG by way of Jim Knoble
986a22ec 5153 <jmknoble@jmknoble.cx>
474b5fef 5154 - Checks for 64 bit int types. Problem report from Mats Fredholm
5155 <matsf@init.se>
610cd5c6 5156 - OpenBSD CVS updates:
bcbf86ec 5157 - [atomicio.c auth-krb4.c bufaux.c channels.c compress.c fingerprint.c]
610cd5c6 5158 [packet.h radix.c rsa.c scp.c ssh-agent.c ssh-keygen.c sshconnect.c]
5159 [sshd.c]
5160 pedantic: signed vs. unsigned, void*-arithm, etc
5161 - [ssh.1 sshd.8]
5162 Various cleanups and standardizations.
bcbf86ec 5163 - Runtime error fix for HPUX from Otmar Stahl
be48d23c 5164 <O.Stahl@lsw.uni-heidelberg.de>
bd499f9e 5165
4696775a 516620000316
bcbf86ec 5167 - Fixed configure not passing LDFLAGS to Solaris. Report from David G.
4696775a 5168 Hesprich <dghespri@sprintparanet.com>
d423d822 5169 - Propogate LD through to Makefile
b7a9ce47 5170 - Doc cleanups
2ba2a610 5171 - Added blurb about "scp: command not found" errors to UPGRADING
4696775a 5172
cb0b7ea4 517320000315
5174 - Fix broken CFLAGS handling during search for OpenSSL. Fixes va_list
5175 problems with gcc/Solaris.
bcbf86ec 5176 - Don't free argument to putenv() after use (in setenv() replacement).
db55a3ea 5177 Report from Seigo Tanimura <tanimura@r.dl.itc.u-tokyo.ac.jp>
bcbf86ec 5178 - Created contrib/ subdirectory. Included helpers from Phil Hands'
13652e52 5179 Debian package, README file and chroot patch from Ricardo Cerqueira
5180 <rmcc@clix.pt>
bcbf86ec 5181 - Moved gnome-ssh-askpass.c to contrib directory and removed config
13652e52 5182 option.
5183 - Slight cleanup to doc files
b14b2ae7 5184 - Configure fix from Bratislav ILICH <bilic@zepter.ru>
cb0b7ea4 5185
a8ed9fd9 518620000314
bcbf86ec 5187 - Include macro for IN6_IS_ADDR_V4MAPPED. Report from
a8ed9fd9 5188 peter@frontierflying.com
84afc958 5189 - Include /usr/local/include and /usr/local/lib for systems that don't
5190 do it themselves
5191 - -R/usr/local/lib for Solaris
5192 - Fix RSAref detection
5193 - Fix IN6_IS_ADDR_V4MAPPED macro
a8ed9fd9 5194
bcf36c78 519520000311
5196 - Detect RSAref
43e48848 5197 - OpenBSD CVS change
5198 [sshd.c]
5199 - disallow guessing of root password
867dbf40 5200 - More configure fixes
80faa19f 5201 - IPv6 workarounds from Hideaki YOSHIFUJI <yoshfuji@ecei.tohoku.ac.jp>
bcf36c78 5202
c8d54615 520320000309
5204 - OpenBSD CVS updates to v1.2.3
704b1659 5205 [ssh.h atomicio.c]
5206 - int atomicio -> ssize_t (for alpha). ok deraadt@
5207 [auth-rsa.c]
5208 - delay MD5 computation until client sends response, free() early, cleanup.
5209 [cipher.c]
5210 - void* -> unsigned char*, ok niels@
5211 [hostfile.c]
5212 - remove unused variable 'len'. fix comments.
5213 - remove unused variable
5214 [log-client.c log-server.c]
5215 - rename a cpp symbol, to avoid param.h collision
5216 [packet.c]
5217 - missing xfree()
5218 - getsockname() requires initialized tolen; andy@guildsoftware.com
5219 - use getpeername() in packet_connection_is_on_socket(), fixes sshd -i;
5220 from Holger.Trapp@Informatik.TU-Chemnitz.DE
5221 [pty.c pty.h]
bcbf86ec 5222 - register cleanup for pty earlier. move code for pty-owner handling to
c8d54615 5223 pty.c ok provos@, dugsong@
704b1659 5224 [readconf.c]
5225 - turn off x11-fwd for the client, too.
5226 [rsa.c]
5227 - PKCS#1 padding
5228 [scp.c]
5229 - allow '.' in usernames; from jedgar@fxp.org
5230 [servconf.c]
5231 - typo: ignore_user_known_hosts int->flag; naddy@mips.rhein-neckar.de
5232 - sync with sshd_config
5233 [ssh-keygen.c]
5234 - enable ssh-keygen -l -f ~/.ssh/known_hosts, ok deraadt@
5235 [ssh.1]
5236 - Change invalid 'CHAT' loglevel to 'VERBOSE'
5237 [ssh.c]
5238 - suppress AAAA query host when '-4' is used; from shin@nd.net.fujitsu.co.jp
5239 - turn off x11-fwd for the client, too.
5240 [sshconnect.c]
5241 - missing xfree()
5242 - retry rresvport_af(), too. from sumikawa@ebina.hitachi.co.jp.
5243 - read error vs. "Connection closed by remote host"
5244 [sshd.8]
5245 - ie. -> i.e.,
5246 - do not link to a commercial page..
5247 - sync with sshd_config
5248 [sshd.c]
5249 - no need for poll.h; from bright@wintelcom.net
5250 - log with level log() not fatal() if peer behaves badly.
5251 - don't panic if client behaves strange. ok deraadt@
5252 - make no-port-forwarding for RSA keys deny both -L and -R style fwding
5253 - delay close() of pty until the pty has been chowned back to root
5254 - oops, fix comment, too.
5255 - missing xfree()
5256 - move XAUTHORITY to subdir. ok dugsong@. fixes debian bug #57907, too.
5257 (http://cgi.debian.org/cgi-bin/bugreport.cgi?archive=no&bug=57907)
bcbf86ec 5258 - register cleanup for pty earlier. move code for pty-owner handling to
704b1659 5259 pty.c ok provos@, dugsong@
5260 - create x11 cookie file
5261 - fix pr 1113, fclose() -> pclose(), todo: remote popen()
5262 - version 1.2.3
c8d54615 5263 - Cleaned up
bcbf86ec 5264 - Removed warning workaround for Linux and devpts filesystems (no longer
d8223847 5265 required after OpenBSD updates)
c8d54615 5266
07055445 526720000308
5268 - Configure fix from Hiroshi Takekawa <takekawa@sr3.t.u-tokyo.ac.jp>
5269
527020000307
5271 - Released 1.2.2p1
5272
9c8c3fc6 527320000305
5274 - Fix DEC compile fix
54096dcc 5275 - Explicitly seed OpenSSL's PRNG before checking rsa_alive()
aa6bd60a 5276 - Check for getpagesize in libucb.a if not found in libc. Fix for old
5277 Solaris from Andre Lucas <andre.lucas@dial.pipex.com>
bcbf86ec 5278 - Check for libwrap if --with-tcp-wrappers option specified. Suggestion
9fc7867e 5279 Mate Wierdl <mw@moni.msci.memphis.edu>
9c8c3fc6 5280
6bf4d066 528120000303
5282 - Added "make host-key" target, Suggestion from Dominik Brettnacher
5283 <domi@saargate.de>
bcbf86ec 5284 - Don't permanently fail on bind() if getaddrinfo has more choices left for
16218745 5285 us. Needed to work around messy IPv6 on Linux. Patch from Arkadiusz
5286 Miskiewicz <misiek@pld.org.pl>
22fa590f 5287 - DEC Unix compile fix from David Del Piero <David.DelPiero@qed.qld.gov.au>
5288 - Manpage fix from David Del Piero <David.DelPiero@qed.qld.gov.au>
6bf4d066 5289
a0391976 529020000302
5291 - Big cleanup of autoconf code
5292 - Rearranged to be a little more logical
5293 - Added -R option for Solaris
5294 - Rewrote OpenSSL detection code. Now uses AC_TRY_RUN with a test program
5295 to detect library and header location _and_ ensure library has proper
5296 RSA support built in (this is a problem with OpenSSL 0.9.5).
817175bc 5297 - Applied pty cleanup patch from markus.friedl@informatik.uni-erlangen.de
0a1718dc 5298 - Avoid warning message with Unix98 ptys
bcbf86ec 5299 - Warning was valid - possible race condition on PTYs. Avoided using
3276571c 5300 platform-specific code.
5301 - Document some common problems
bcbf86ec 5302 - Allow root access to any key. Patch from
81eef326 5303 markus.friedl@informatik.uni-erlangen.de
a0391976 5304
f55afe71 530520000207
5306 - Removed SOCKS code. Will support through a ProxyCommand.
5307
d07d1c58 530820000203
5309 - Fixed SEGVs in authloop, fix from vbzoli@hbrt.hu
d581b7ae 5310 - Add --with-ssl-dir option
d07d1c58 5311
9d5f374b 531220000202
bcbf86ec 5313 - Fix lastlog code for directory based lastlogs. Fix from Josh Durham
9d5f374b 5314 <jmd@aoe.vt.edu>
6b1f3fdb 5315 - Documentation fixes from HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
bcbf86ec 5316 - Added URLs to Japanese translations of documents by HARUYAMA Seigo
6b1f3fdb 5317 <haruyama@nt.phys.s.u-tokyo.ac.jp>
9d5f374b 5318
bc8c2601 531920000201
5320 - Use socket pairs by default (instead of pipes). Prevents race condition
5321 on several (buggy) OSs. Report and fix from tridge@linuxcare.com
5322
69c76614 532320000127
5324 - Seed OpenSSL's random number generator before generating RSA keypairs
5325 - Split random collector into seperate file
aaf2abd7 5326 - Compile fix from Andre Lucas <andre.lucas@dial.pipex.com>
69c76614 5327
f9507c24 532820000126
5329 - Released 1.2.2 stable
5330
bcbf86ec 5331 - NeXT keeps it lastlog in /usr/adm. Report from
f9507c24 5332 mouring@newton.pconline.com
bcbf86ec 5333 - Added note in UPGRADING re interop with commercial SSH using idea.
986a22ec 5334 Report from Jim Knoble <jmknoble@jmknoble.cx>
587120ad 5335 - Fix linking order for Kerberos/AFS. Fix from Holget Trapp
5336 <Holger.Trapp@Informatik.TU-Chemnitz.DE>
f9507c24 5337
bfae20ad 533820000125
bcbf86ec 5339 - Fix NULL pointer dereference in login.c. Fix from Andre Lucas
bfae20ad 5340 <andre.lucas@dial.pipex.com>
07b0cb78 5341 - Reorder PAM initialisation so it does not mess up lastlog. Reported
5342 by Andre Lucas <andre.lucas@dial.pipex.com>
bcbf86ec 5343 - Use preformatted manpages on SCO, report from Gary E. Miller
9755cbdb 5344 <gem@rellim.com>
5345 - New URL for x11-ssh-askpass.
bcbf86ec 5346 - Fixpaths was missing /etc/ssh_known_hosts. Report from Jim Knoble
986a22ec 5347 <jmknoble@jmknoble.cx>
bcbf86ec 5348 - Added 'DESTDIR' option to Makefile to ease package building. Patch from
986a22ec 5349 Jim Knoble <jmknoble@jmknoble.cx>
ff8ecdb8 5350 - Updated RPM spec files to use DESTDIR
bfae20ad 5351
bb58aa4b 535220000124
5353 - Pick up version 1.2.2 from OpenBSD CVS (no changes, just version number
5354 increment)
5355
d45317d8 535620000123
5357 - OpenBSD CVS:
5358 - [packet.c]
5359 getsockname() requires initialized tolen; andy@guildsoftware.com
bcbf86ec 5360 - AIX patch from Matt Richards <v2matt@btv.ibm.com> and David Rankin
4c40f834 5361 <drankin@bohemians.lexington.ky.us>
12aa90af 5362 - Fix lastlog support, patch from Andre Lucas <andre.lucas@dial.pipex.com>
d45317d8 5363
e844f761 536420000122
5365 - Fix compilation of bsd-snprintf.c on Solaris, fix from Ben Taylor
5366 <bent@clark.net>
c54a6257 5367 - Merge preformatted manpage patch from Andre Lucas
5368 <andre.lucas@dial.pipex.com>
8eb34e02 5369 - Make IPv4 use the default in RPM packages
5370 - Irix uses preformatted manpages
1e64903d 5371 - Missing htons() in bsd-bindresvport.c, fix from Holger Trapp
5372 <Holger.Trapp@Informatik.TU-Chemnitz.DE>
9bc5ddfe 5373 - OpenBSD CVS updates:
5374 - [packet.c]
5375 use getpeername() in packet_connection_is_on_socket(), fixes sshd -i;
5376 from Holger.Trapp@Informatik.TU-Chemnitz.DE
5377 - [sshd.c]
5378 log with level log() not fatal() if peer behaves badly.
5379 - [readpass.c]
bcbf86ec 5380 instead of blocking SIGINT, catch it ourselves, so that we can clean
5381 the tty modes up and kill ourselves -- instead of our process group
61e96248 5382 leader (scp, cvs, ...) going away and leaving us in noecho mode.
9bc5ddfe 5383 people with cbreak shells never even noticed..
399d9d44 5384 - [ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
5385 ie. -> i.e.,
e844f761 5386
4c8ef3fb 538720000120
5388 - Don't use getaddrinfo on AIX
7b2ea3a1 5389 - Update to latest OpenBSD CVS:
5390 - [auth-rsa.c]
5391 - fix user/1056, sshd keeps restrictions; dbt@meat.net
5392 - [sshconnect.c]
5393 - disable agent fwding for proto 1.3, remove abuse of auth-rsa flags.
5394 - destroy keys earlier
bcbf86ec 5395 - split key exchange (kex) and user authentication (user-auth),
d468fc76 5396 ok: provos@
7b2ea3a1 5397 - [sshd.c]
5398 - no need for poll.h; from bright@wintelcom.net
5399 - disable agent fwding for proto 1.3, remove abuse of auth-rsa flags.
bcbf86ec 5400 - split key exchange (kex) and user authentication (user-auth),
d468fc76 5401 ok: provos@
f3bba493 5402 - Big manpage and config file cleanup from Andre Lucas
5403 <andre.lucas@dial.pipex.com>
5f4fdfae 5404 - Re-added latest (unmodified) OpenBSD manpages
47f9a56a 5405 - Doc updates
d468fc76 5406 - NetBSD patch from David Rankin <drankin@bohemians.lexington.ky.us> and
5407 Christos Zoulas <christos@netbsd.org>
4c8ef3fb 5408
082bbfb3 540920000119
20af321f 5410 - SCO compile fixes from Gary E. Miller <gem@rellim.com>
082bbfb3 5411 - Compile fix from Darren_Hall@progressive.com
59e76f33 5412 - Linux/glibc-2.1.2 takes a *long* time to look up names for AF_UNSPEC
5413 addresses using getaddrinfo(). Added a configure switch to make the
5414 default lookup mode AF_INET
082bbfb3 5415
a63a7f37 541620000118
5417 - Fixed --with-pid-dir option
51a6baf8 5418 - Makefile fix from Gary E. Miller <gem@rellim.com>
61e96248 5419 - Compile fix for HPUX and Solaris from Andre Lucas
976f7e19 5420 <andre.lucas@dial.pipex.com>
a63a7f37 5421
f914c7fb 542220000117
5423 - Clean up bsd-bindresvport.c. Use arc4random() for picking initial
5424 port, ignore EINVAL errors (Linux) when searching for free port.
bcbf86ec 5425 - Revert __snprintf -> snprintf aliasing. Apparently Solaris
de93b046 5426 __snprintf isn't. Report from Theo de Raadt <theo@cvs.openbsd.org>
9b363e1c 5427 - Document location of Redhat PAM file in INSTALL.
bcbf86ec 5428 - Fixed X11 forwarding bug on Linux. libc advertises AF_INET6
5429 INADDR_ANY_INIT addresses via getaddrinfo, but may not be able to
f4a7cf29 5430 deliver (no IPv6 kernel support)
80a44451 5431 - Released 1.2.1pre27
f914c7fb 5432
f4a7cf29 5433 - Fix rresvport_af failure errors (logic error in bsd-bindresvport.c)
bcbf86ec 5434 - Fix --with-ipaddr-display option test. Fix from Jarno Huuskonen
cf8ad170 5435 <jhuuskon@hytti.uku.fi>
bcbf86ec 5436 - Fix hang on logout if processes are still using the pty. Needs
691a8a9f 5437 further testing.
5957fd29 5438 - Patch from Christos Zoulas <christos@zoulas.com>
5439 - Try $prefix first when looking for OpenSSL.
5440 - Include sys/types.h when including sys/socket.h in test programs
bcbf86ec 5441 - Substitute PID directory in sshd.8. Suggestion from Andrew
19d9ac2a 5442 Stribblehill <a.d.stribblehill@durham.ac.uk>
f4a7cf29 5443
47e45e44 544420000116
5445 - Renamed --with-xauth-path to --with-xauth
5446 - Added --with-pid-dir option
5447 - Released 1.2.1pre26
5448
a82ef8ae 5449 - Compilation fix from Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
bcbf86ec 5450 - Fixed broken bugfix for /dev/ptmx on Linux systems which lack
66be05a1 5451 openpty(). Report from Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
a82ef8ae 5452
5cdfe03f 545320000115
5454 - Add --with-xauth-path configure directive and explicit test for
bcbf86ec 5455 /usr/openwin/bin/xauth for Solaris systems. Report from Anders
5cdfe03f 5456 Nordby <anders@fix.no>
bcbf86ec 5457 - Fix incorrect detection of /dev/ptmx on Linux systems that lack
5cdfe03f 5458 openpty. Report from John Seifarth <john@waw.be>
5459 - Look for intXX_t and u_intXX_t in sys/bitypes.h if they are not in
bcbf86ec 5460 sys/types.h. Fixes problems on SCO, report from Gary E. Miller
5cdfe03f 5461 <gem@rellim.com>
5462 - Use __snprintf and __vnsprintf if they are found where snprintf and
5463 vnsprintf are lacking. Suggested by Ben Taylor <bent@shell.clark.net>
5464 and others.
5465
48e671d5 546620000114
5467 - Merged OpenBSD IPv6 patch:
5468 - [sshd.c sshd.8 sshconnect.c ssh.h ssh.c servconf.h servconf.c scp.1]
5469 [scp.c packet.h packet.c login.c log.c canohost.c channels.c]
5470 [hostfile.c sshd_config]
5471 ipv6 support: mostly gethostbyname->getaddrinfo/getnameinfo, new
bcbf86ec 5472 features: sshd allows multiple ListenAddress and Port options. note
5473 that libwrap is not IPv6-ready. (based on patches from
48e671d5 5474 fujiwara@rcac.tdi.co.jp)
5475 - [ssh.c canohost.c]
bcbf86ec 5476 more hints (hints.ai_socktype=SOCK_STREAM) for getaddrinfo,
48e671d5 5477 from itojun@
5478 - [channels.c]
5479 listen on _all_ interfaces for X11-Fwd (hints.ai_flags = AI_PASSIVE)
5480 - [packet.h]
5481 allow auth-kerberos for IPv4 only
5482 - [scp.1 sshd.8 servconf.h scp.c]
5483 document -4, -6, and 'ssh -L 2022/::1/22'
5484 - [ssh.c]
bcbf86ec 5485 'ssh @host' is illegal (null user name), from
48e671d5 5486 karsten@gedankenpolizei.de
5487 - [sshconnect.c]
5488 better error message
5489 - [sshd.c]
5490 allow auth-kerberos for IPv4 only
5491 - Big IPv6 merge:
5492 - Cleanup overrun in sockaddr copying on RHL 6.1
5493 - Replacements for getaddrinfo, getnameinfo, etc based on versions
5494 from patch from KIKUCHI Takahiro <kick@kyoto.wide.ad.jp>
5495 - Replacement for missing structures on systems that lack IPv6
5496 - record_login needed to know about AF_INET6 addresses
5497 - Borrowed more code from OpenBSD: rresvport_af and requisites
5498
2598df62 549920000110
5500 - Fixes to auth-skey to enable it to use the standard OpenSSL libraries
5501
b8a0310d 550220000107
5503 - New config.sub and config.guess to fix problems on SCO. Supplied
5504 by Gary E. Miller <gem@rellim.com>
b6a98a85 5505 - SCO build fix from Gary E. Miller <gem@rellim.com>
2598df62 5506 - Released 1.2.1pre25
b8a0310d 5507
dfb95100 550820000106
5509 - Documentation update & cleanup
5510 - Better KrbIV / AFS detection, based on patch from:
5511 Holger Trapp <Holger.Trapp@Informatik.TU-Chemnitz.DE>
5512
b9795b89 551320000105
bcbf86ec 5514 - Fixed annoying DES corruption problem. libcrypt has been
b9795b89 5515 overriding symbols in libcrypto. Removed libcrypt and crypt.h
5516 altogether (libcrypto includes its own crypt(1) replacement)
5517 - Added platform-specific rules for Irix 6.x. Included warning that
5518 they are untested.
5519
a1ec4d79 552020000103
5521 - Add explicit make rules for files proccessed by fixpaths.
61e96248 5522 - Fix "make install" in RPM spec files. Report from Tenkou N. Hattori
a1ec4d79 5523 <tnh@kondara.org>
bcbf86ec 5524 - Removed "nullok" directive from default PAM configuration files.
5525 Added information on enabling EmptyPasswords on openssh+PAM in
607d73e6 5526 UPGRADING file.
e02735bb 5527 - OpenBSD CVS updates
5528 - [ssh-agent.c]
bcbf86ec 5529 cleanup_exit() for SIGTERM/SIGHUP, too. from fgsch@ and
e02735bb 5530 dgaudet@arctic.org
5531 - [sshconnect.c]
5532 compare correct version for 1.3 compat mode
a1ec4d79 5533
93c7f644 553420000102
5535 - Prevent multiple inclusion of config.h and defines.h. Suggested
5536 by Andre Lucas <andre.lucas@dial.pipex.com>
5537 - Properly clean up on exit of ssh-agent. Patch from Dean Gaudet
5538 <dgaudet@arctic.org>
5539
76b8607f 554019991231
bcbf86ec 5541 - Fix password support on systems with a mixture of shadowed and
5542 non-shadowed passwords (e.g. NIS). Report and fix from
76b8607f 5543 HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
bcbf86ec 5544 - Fix broken autoconf typedef detection. Report from Marc G.
723221b5 5545 Fournier <marc.fournier@acadiau.ca>
b92964b7 5546 - Fix occasional crash on LinuxPPC. Patch from Franz Sirl
5547 <Franz.Sirl-kernel@lauterbach.com>
bcbf86ec 5548 - Prevent typedefs from being compiled more than once. Report from
a6ddc88b 5549 Marc G. Fournier <marc.fournier@acadiau.ca>
4811cc0b 5550 - Fill in ut_utaddr utmp field. Report from Benjamin Charron
5551 <iretd@bigfoot.com>
bcbf86ec 5552 - Really fix broken default path. Fix from Jim Knoble
986a22ec 5553 <jmknoble@jmknoble.cx>
ae3a3d31 5554 - Remove test for quad_t. No longer needed.
76a8e733 5555 - Released 1.2.1pre24
5556
5557 - Added support for directory-based lastlogs
5558 - Really fix typedefs, patch from Ben Taylor <bent@clark.net>
76b8607f 5559
13f825f4 556019991230
5561 - OpenBSD CVS updates:
5562 - [auth-passwd.c]
5563 check for NULL 1st
bcbf86ec 5564 - Removed most of the pam code into its own file auth-pam.[ch]. This
a5c9cd31 5565 cleaned up sshd.c up significantly.
bcbf86ec 5566 - PAM authentication was incorrectly interpreting
76b8607f 5567 "PermitRootLogin without-password". Report from Matthias Andree
5568 <ma@dt.e-technik.uni-dortmund.de
a5c9cd31 5569 - Several other cleanups
0bc5b6fb 5570 - Merged Dante SOCKS support patch from David Rankin
5571 <drankin@bohemians.lexington.ky.us>
5572 - Updated documentation with ./configure options
76b8607f 5573 - Released 1.2.1pre23
13f825f4 5574
c73a0cb5 557519991229
bcbf86ec 5576 - Applied another NetBSD portability patch from David Rankin
c73a0cb5 5577 <drankin@bohemians.lexington.ky.us>
5578 - Fix --with-default-path option.
bcbf86ec 5579 - Autodetect perl, patch from David Rankin
a0f84251 5580 <drankin@bohemians.lexington.ky.us>
bcbf86ec 5581 - Print whether OpenSSH was compiled with RSARef, patch from
0a2ff95d 5582 Nalin Dahyabhai <nalin@thermo.stat.ncsu.edu>
bcbf86ec 5583 - Calls to pam_setcred, patch from Nalin Dahyabhai
f91bacbd 5584 <nalin@thermo.stat.ncsu.edu>
e3a93db0 5585 - Detect missing size_t and typedef it.
5ab44a92 5586 - Rename helper.[ch] to (more appropriate) bsd-misc.[ch]
5587 - Minor Makefile cleaning
c73a0cb5 5588
b6019d68 558919991228
5590 - Replacement for getpagesize() for systems which lack it
bcbf86ec 5591 - NetBSD login.c compile fix from David Rankin
70e0115b 5592 <drankin@bohemians.lexington.ky.us>
5593 - Fully set ut_tv if present in utmp or utmpx
d94aa2ae 5594 - Portability fixes for Irix 5.3 (now compiles OK!)
5595 - autoconf and other misc cleanups
ea1970a3 5596 - Merged AIX patch from Darren Hall <dhall@virage.org>
5597 - Cleaned up defines.h
fa9a2dd6 5598 - Released 1.2.1pre22
b6019d68 5599
d2dcff5f 560019991227
5601 - Automatically correct paths in manpages and configuration files. Patch
5602 and script from Andre Lucas <andre.lucas@dial.pipex.com>
5603 - Removed credits from README to CREDITS file, updated.
cb807f40 5604 - Added --with-default-path to specify custom path for server
5605 - Removed #ifdef trickery from acconfig.h into defines.h
36a5b38e 5606 - PAM bugfix. PermitEmptyPassword was being ignored.
5607 - Fixed PAM config files to allow empty passwords if server does.
5608 - Explained spurious PAM auth warning workaround in UPGRADING
21feb5fa 5609 - Use last few chars of tty line as ut_id
5a7794be 5610 - New SuSE RPM spec file from Chris Saia <csaia@wtower.com>
00e6dd70 5611 - OpenBSD CVS updates:
5612 - [packet.h auth-rhosts.c]
5613 check format string for packet_disconnect and packet_send_debug, too
5614 - [channels.c]
5615 use packet_get_maxsize for channels. consistence.
d2dcff5f 5616
f74efc8d 561719991226
5618 - Enabled utmpx support by default for Solaris
5619 - Cleanup sshd.c PAM a little more
986a22ec 5620 - Revised RPM package to include Jim Knoble's <jmknoble@jmknoble.cx>
bc7ea646 5621 X11 ssh-askpass program.
20c43d8c 5622 - Disable logging of PAM success and failures, PAM is verbose enough.
bcbf86ec 5623 Unfortunatly there is currently no way to disable auth failure
5624 messages. Mention this in UPGRADING file and sent message to PAM
20c43d8c 5625 developers
83b7f649 5626 - OpenBSD CVS update:
5627 - [ssh-keygen.1 ssh.1]
bcbf86ec 5628 remove ref to .ssh/random_seed, mention .ssh/environment in
83b7f649 5629 .Sh FILES, too
72251cb6 5630 - Released 1.2.1pre21
bcbf86ec 5631 - Fixed implicit '.' in default path, report from Jim Knoble
986a22ec 5632 <jmknoble@jmknoble.cx>
5633 - Redhat RPM spec fixes from Jim Knoble <jmknoble@jmknoble.cx>
f74efc8d 5634
f498ed15 563519991225
5636 - More fixes from Andre Lucas <andre.lucas@dial.pipex.com>
5637 - Cleanup of auth-passwd.c for shadow and MD5 passwords
5638 - Cleanup and bugfix of PAM authentication code
f74efc8d 5639 - Released 1.2.1pre20
5640
5641 - Merged fixes from Ben Taylor <bent@clark.net>
5642 - Fixed configure support for PAM. Reported by Naz <96na@eng.cam.ac.uk>
5643 - Disabled logging of PAM password authentication failures when password
5644 is empty. (e.g start of authentication loop). Reported by Naz
5645 <96na@eng.cam.ac.uk>)
f498ed15 5646
564719991223
bcbf86ec 5648 - Merged later HPUX patch from Andre Lucas
f498ed15 5649 <andre.lucas@dial.pipex.com>
5650 - Above patch included better utmpx support from Ben Taylor
f74efc8d 5651 <bent@clark.net>
f498ed15 5652
eef6f7e9 565319991222
bcbf86ec 5654 - Fix undefined fd_set type in ssh.h from Povl H. Pedersen
eef6f7e9 5655 <pope@netguide.dk>
ae28776a 5656 - Fix login.c breakage on systems which lack ut_host in struct
5657 utmp. Reported by Willard Dawson <willard.dawson@sbs.siemens.com>
eef6f7e9 5658
a7effaac 565919991221
bcbf86ec 5660 - Integration of large HPUX patch from Andre Lucas
5661 <andre.lucas@dial.pipex.com>. Integrating it had a few other
a7effaac 5662 benefits:
5663 - Ability to disable shadow passwords at configure time
5664 - Ability to disable lastlog support at configure time
5665 - Support for IP address in $DISPLAY
ae2f7af7 5666 - OpenBSD CVS update:
5667 - [sshconnect.c]
5668 say "REMOTE HOST IDENTIFICATION HAS CHANGED"
59dd7a31 5669 - Fix DISABLE_SHADOW support
5670 - Allow MD5 passwords even if shadow passwords are disabled
16034de9 5671 - Release 1.2.1pre19
a7effaac 5672
3f1d9bcd 567319991218
bcbf86ec 5674 - Redhat init script patch from Chun-Chung Chen
3f1d9bcd 5675 <cjj@u.washington.edu>
7e1c2490 5676 - Avoid breakage on systems without IPv6 headers
3f1d9bcd 5677
60d804c8 567819991216
bcbf86ec 5679 - Makefile changes for Solaris from Peter Kocks
60d804c8 5680 <peter.kocks@baygate.com>
89cafde6 5681 - Minor updates to docs
5682 - Merged OpenBSD CVS changes:
5683 - [authfd.c ssh-agent.c]
5684 keysize warnings talk about identity files
5685 - [packet.c]
5686 "Connection closed by x.x.x.x": fatal() -> log()
bcbf86ec 5687 - Correctly handle empty passwords in shadow file. Patch from:
c9d323f0 5688 "Chris, the Young One" <cky@pobox.com>
5689 - Released 1.2.1pre18
60d804c8 5690
7dc6fc6d 569119991215
5692 - Integrated patchs from Juergen Keil <jk@tools.de>
5693 - Avoid void* pointer arithmatic
5694 - Use LDFLAGS correctly
68227e6d 5695 - Fix SIGIO error in scp
5696 - Simplify status line printing in scp
61e96248 5697 - Added better test for inline functions compiler support from
906a2515 5698 Darren_Hall@progressive.com
7dc6fc6d 5699
95f1eccc 570019991214
5701 - OpenBSD CVS Changes
5702 - [canohost.c]
bcbf86ec 5703 fix get_remote_port() and friends for sshd -i;
95f1eccc 5704 Holger.Trapp@Informatik.TU-Chemnitz.DE
5705 - [mpaux.c]
5706 make code simpler. no need for memcpy. niels@ ok
5707 - [pty.c]
5708 namebuflen not sizeof namebuflen; bnd@ep-ag.com via djm@mindrot.org
5709 fix proto; markus
5710 - [ssh.1]
5711 typo; mark.baushke@solipsa.com
5712 - [channels.c ssh.c ssh.h sshd.c]
5713 type conflict for 'extern Type *options' in channels.c; dot@dotat.at
5714 - [sshconnect.c]
5715 move checking of hostkey into own function.
5716 - [version.h]
5717 OpenSSH-1.2.1
884bcb37 5718 - Clean up broken includes in pty.c
7303768f 5719 - Some older systems don't have poll.h, they use sys/poll.h instead
5720 - Doc updates
95f1eccc 5721
847e8865 572219991211
bcbf86ec 5723 - Fix compilation on systems with AFS. Reported by
847e8865 5724 aloomis@glue.umd.edu
bcbf86ec 5725 - Fix installation on Solaris. Reported by
847e8865 5726 Gordon Rowell <gordonr@gormand.com.au>
5727 - Fix gccisms (__attribute__ and inline). Report by edgy@us.ibm.com,
5728 patch from Markus Friedl <markus.friedl@informatik.uni-erlangen.de>
5729 - Auto-locate xauth. Patch from David Agraz <dagraz@jahoopa.com>
5730 - Compile fix from David Agraz <dagraz@jahoopa.com>
5731 - Avoid compiler warning in bsd-snprintf.c
bcbf86ec 5732 - Added pam_limits.so to default PAM config. Suggested by
986a22ec 5733 Jim Knoble <jmknoble@jmknoble.cx>
847e8865 5734
8946db53 573519991209
5736 - Import of patch from Ben Taylor <bent@clark.net>:
5737 - Improved PAM support
5738 - "uninstall" rule for Makefile
5739 - utmpx support
5740 - Should fix PAM problems on Solaris
2d86a6cc 5741 - OpenBSD CVS updates:
5742 - [readpass.c]
5743 avoid stdio; based on work by markus, millert, and I
5744 - [sshd.c]
5745 make sure the client selects a supported cipher
5746 - [sshd.c]
bcbf86ec 5747 fix sighup handling. accept would just restart and daemon handled
5748 sighup only after the next connection was accepted. use poll on
2d86a6cc 5749 listen sock now.
5750 - [sshd.c]
5751 make that a fatal
87e91331 5752 - Applied patch from David Rankin <drankin@bohemians.lexington.ky.us>
5753 to fix libwrap support on NetBSD
5001b9e4 5754 - Released 1.2pre17
8946db53 5755
6d8c4ea4 575619991208
bcbf86ec 5757 - Compile fix for Solaris with /dev/ptmx from
6d8c4ea4 5758 David Agraz <dagraz@jahoopa.com>
5759
4285816a 576019991207
986a22ec 5761 - sshd Redhat init script patch from Jim Knoble <jmknoble@jmknoble.cx>
4285816a 5762 fixes compatability with 4.x and 5.x
db28aeb5 5763 - Fixed default SSH_ASKPASS
bcbf86ec 5764 - Fix PAM account and session being called multiple times. Problem
d465f2ca 5765 reported by Adrian Baugh <adrian@merlin.keble.ox.ac.uk>
a408af76 5766 - Merged more OpenBSD changes:
5767 - [atomicio.c authfd.c scp.c serverloop.c ssh.h sshconnect.c sshd.c]
bcbf86ec 5768 move atomicio into it's own file. wrap all socket write()s which
a408af76 5769 were doing write(sock, buf, len) != len, with atomicio() calls.
5770 - [auth-skey.c]
5771 fd leak
5772 - [authfile.c]
5773 properly name fd variable
5774 - [channels.c]
5775 display great hatred towards strcpy
5776 - [pty.c pty.h sshd.c]
5777 use openpty() if it exists (it does on BSD4_4)
5778 - [tildexpand.c]
5779 check for ~ expansion past MAXPATHLEN
5780 - Modified helper.c to use new atomicio function.
5781 - Reformat Makefile a little
5782 - Moved RC4 routines from rc4.[ch] into helper.c
5783 - Added autoconf code to detect /dev/ptmx (Solaris) and /dev/ptc (AIX)
9983a8ca 5784 - Updated SuSE spec from Chris Saia <csaia@wtower.com>
5785 - Tweaked Redhat spec
9158d92f 5786 - Clean up bad imports of a few files (forgot -kb)
5787 - Released 1.2pre16
4285816a 5788
9c7b6dfd 578919991204
5790 - Small cleanup of PAM code in sshd.c
57112b5a 5791 - Merged OpenBSD CVS changes:
5792 - [auth-krb4.c auth-passwd.c auth-skey.c ssh.h]
5793 move skey-auth from auth-passwd.c to auth-skey.c, same for krb4
5794 - [auth-rsa.c]
5795 warn only about mismatch if key is _used_
5796 warn about keysize-mismatch with log() not error()
5797 channels.c readconf.c readconf.h ssh.c ssh.h sshconnect.c
5798 ports are u_short
5799 - [hostfile.c]
5800 indent, shorter warning
5801 - [nchan.c]
5802 use error() for internal errors
5803 - [packet.c]
5804 set loglevel for SSH_MSG_DISCONNECT to log(), not fatal()
5805 serverloop.c
5806 indent
5807 - [ssh-add.1 ssh-add.c ssh.h]
5808 document $SSH_ASKPASS, reasonable default
5809 - [ssh.1]
5810 CheckHostIP is not available for connects via proxy command
5811 - [sshconnect.c]
5812 typo
5813 easier to read client code for passwd and skey auth
5814 turn of checkhostip for proxy connects, since we don't know the remote ip
9c7b6dfd 5815
dad3b556 581619991126
5817 - Add definition for __P()
5818 - Added [v]snprintf() replacement for systems that lack it
5819
0ce43ae4 582019991125
5821 - More reformatting merged from OpenBSD CVS
5822 - Merged OpenBSD CVS changes:
5823 - [channels.c]
5824 fix packet_integrity_check() for !have_hostname_in_open.
5825 report from mrwizard@psu.edu via djm@ibs.com.au
5826 - [channels.c]
5827 set SO_REUSEADDR and SO_LINGER for forwarded ports.
5828 chip@valinux.com via damien@ibs.com.au
5829 - [nchan.c]
5830 it's not an error() if shutdown_write failes in nchan.
5831 - [readconf.c]
5832 remove dead #ifdef-0-code
5833 - [readconf.c servconf.c]
5834 strcasecmp instead of tolower
5835 - [scp.c]
5836 progress meter overflow fix from damien@ibs.com.au
5837 - [ssh-add.1 ssh-add.c]
5838 SSH_ASKPASS support
5839 - [ssh.1 ssh.c]
5840 postpone fork_after_authentication until command execution,
5841 request/patch from jahakala@cc.jyu.fi via damien@ibs.com.au
5842 plus: use daemon() for backgrounding
cf8dd513 5843 - Added BSD compatible install program and autoconf test, thanks to
5844 Niels Kristian Bech Jensen <nkbj@image.dk>
5845 - Solaris fixing, thanks to Ben Taylor <bent@clark.net>
09041313 5846 - Merged beginnings of AIX support from Tor-Ake Fransson <torake@hotmail.com>
3dbefdb8 5847 - Release 1.2pre15
0ce43ae4 5848
5260325f 584919991124
5850 - Merged very large OpenBSD source code reformat
5851 - OpenBSD CVS updates
5852 - [channels.c cipher.c compat.c log-client.c scp.c serverloop.c]
5853 [ssh.h sshd.8 sshd.c]
5854 syslog changes:
5855 * Unified Logmessage for all auth-types, for success and for failed
5856 * Standard connections get only ONE line in the LOG when level==LOG:
5857 Auth-attempts are logged only, if authentication is:
5858 a) successfull or
5859 b) with passwd or
5860 c) we had more than AUTH_FAIL_LOG failues
5861 * many log() became verbose()
5862 * old behaviour with level=VERBOSE
5863 - [readconf.c readconf.h ssh.1 ssh.h sshconnect.c sshd.c]
5864 tranfer s/key challenge/response data in SSH_SMSG_AUTH_TIS_CHALLENGE
5865 messages. allows use of s/key in windows (ttssh, securecrt) and
5866 ssh-1.2.27 clients without 'ssh -v', ok: niels@
5867 - [sshd.8]
5868 -V, for fallback to openssh in SSH2 compatibility mode
5869 - [sshd.c]
5870 fix sigchld race; cjc5@po.cwru.edu
5871
4655fe80 587219991123
5873 - Added SuSE package files from Chris Saia <csaia@wtower.com>
8b241e50 5874 - Restructured package-related files under packages/*
4655fe80 5875 - Added generic PAM config
8b241e50 5876 - Numerous little Solaris fixes
9c08d6ce 5877 - Add recommendation to use GNU make to INSTALL document
4655fe80 5878
60bed5fd 587919991122
5880 - Make <enter> close gnome-ssh-askpass (Debian bug #50299)
2f2cc3f9 5881 - OpenBSD CVS Changes
bcbf86ec 5882 - [ssh-keygen.c]
5883 don't create ~/.ssh only if the user wants to store the private
5884 key there. show fingerprint instead of public-key after
2f2cc3f9 5885 keygeneration. ok niels@
b09a984b 5886 - Added OpenBSD bsd-strlcat.c, created bsd-strlcat.h
96ad4350 5887 - Added timersub() macro
b09a984b 5888 - Tidy RCSIDs of bsd-*.c
bcbf86ec 5889 - Added autoconf test and macro to deal with old PAM libraries
96ad4350 5890 pam_strerror definition (one arg vs two).
530f1889 5891 - Fix EGD problems (Thanks to Ben Taylor <bent@clark.net>)
bcbf86ec 5892 - Retry /dev/urandom reads interrupted by signal (report from
530f1889 5893 Robert Hardy <rhardy@webcon.net>)
1647c2b5 5894 - Added a setenv replacement for systems which lack it
d84a9a44 5895 - Only display public key comment when presenting ssh-askpass dialog
5896 - Released 1.2pre14
60bed5fd 5897
bcbf86ec 5898 - Configure, Make and changelog corrections from Tudor Bosman
2ddcfdf3 5899 <tudorb@jm.nu> and Niels Kristian Bech Jensen <nkbj@image.dk>
5900
9d6b7add 590119991121
2f2cc3f9 5902 - OpenBSD CVS Changes:
60bed5fd 5903 - [channels.c]
5904 make this compile, bad markus
5905 - [log.c readconf.c servconf.c ssh.h]
5906 bugfix: loglevels are per host in clientconfig,
5907 factor out common log-level parsing code.
5908 - [servconf.c]
5909 remove unused index (-Wall)
5910 - [ssh-agent.c]
5911 only one 'extern char *__progname'
5912 - [sshd.8]
5913 document SIGHUP, -Q to synopsis
5914 - [sshconnect.c serverloop.c sshd.c packet.c packet.h]
5915 [channels.c clientloop.c]
5916 SSH_CMSG_MAX_PACKET_SIZE, some clients use this, some need this, niels@
5917 [hope this time my ISP stays alive during commit]
5918 - [OVERVIEW README] typos; green@freebsd
5919 - [ssh-keygen.c]
5920 replace xstrdup+strcat with strlcat+fixed buffer, fixes OF (bad me)
5921 exit if writing the key fails (no infinit loop)
5922 print usage() everytime we get bad options
5923 - [ssh-keygen.c] overflow, djm@mindrot.org
5924 - [sshd.c] fix sigchld race; cjc5@po.cwru.edu
61e96248 5925
2b942fe0 592619991120
bcbf86ec 5927 - Merged more Solaris support from Marc G. Fournier
2b942fe0 5928 <marc.fournier@acadiau.ca>
5929 - Wrote autoconf tests for integer bit-types
5930 - Fixed enabling kerberos support
bcbf86ec 5931 - Fix segfault in ssh-keygen caused by buffer overrun in filename
13c36c4c 5932 handling.
2b942fe0 5933
06479889 593419991119
5935 - Merged PAM buffer overrun patch from Chip Salzenberg <chip@valinux.com>
2ad77510 5936 - Merged OpenBSD CVS changes
5937 - [auth-rhosts.c auth-rsa.c ssh-agent.c sshconnect.c sshd.c]
5938 more %d vs. %s in fmt-strings
5939 - [authfd.c]
5940 Integers should not be printed with %s
7b1cc56c 5941 - EGD uses a socket, not a named pipe. Duh.
5942 - Fix includes in fingerprint.c
29dbde15 5943 - Fix scp progress bar bug again.
bcbf86ec 5944 - Move ssh-askpass from ${libdir}/ssh to ${libexecdir}/ssh at request of
736890c4 5945 David Rankin <drankin@bohemians.lexington.ky.us>
91b8065d 5946 - Added autoconf option to enable Kerberos 4 support (untested)
5947 - Added autoconf option to enable AFS support (untested)
5948 - Added autoconf option to enable S/Key support (untested)
5949 - Added autoconf option to enable TCP wrappers support (compiles OK)
beb43d31 5950 - Renamed BSD helper function files to bsd-*
bcbf86ec 5951 - Added tests for login and daemon and enable OpenBSD replacements for
caf3bc51 5952 when they are absent.
5953 - Added non-PAM MD5 password support patch from Tudor Bosman <tudorb@jm.nu>
06479889 5954
2bd61362 595519991118
5956 - Merged OpenBSD CVS changes
5957 - [scp.c] foregroundproc() in scp
5958 - [sshconnect.h] include fingerprint.h
bcbf86ec 5959 - [sshd.c] bugfix: the log() for passwd-auth escaped during logging
2bd61362 5960 changes.
0c16a097 5961 - [ssh.1] Spell my name right.
2bd61362 5962 - Added openssh.com info to README
5963
f095fcc7 596419991117
5965 - Merged OpenBSD CVS changes
5966 - [ChangeLog.Ylonen] noone needs this anymore
5967 - [authfd.c] close-on-exec for auth-socket, ok deraadt
bcbf86ec 5968 - [hostfile.c]
5969 in known_hosts key lookup the entry for the bits does not need
5970 to match, all the information is contained in n and e. This
5971 solves the problem with buggy servers announcing the wrong
f095fcc7 5972 modulus length. markus and me.
bcbf86ec 5973 - [serverloop.c]
5974 bugfix: check for space if child has terminated, from:
f095fcc7 5975 iedowse@maths.tcd.ie
5976 - [ssh-add.1 ssh-add.c ssh-keygen.1 ssh-keygen.c sshconnect.c]
5977 [fingerprint.c fingerprint.h]
5978 rsa key fingerprints, idea from Bjoern Groenvall <bg@sics.se>
5979 - [ssh-agent.1] typo
5980 - [ssh.1] add OpenSSH information to AUTHOR section. okay markus@
bcbf86ec 5981 - [sshd.c]
f095fcc7 5982 force logging to stderr while loading private key file
5983 (lost while converting to new log-levels)
5984
4d195447 598519991116
5986 - Fix some Linux libc5 problems reported by Miles Wilson <mw@mctitle.com>
5987 - Merged OpenBSD CVS changes:
5988 - [auth-rh-rsa.c auth-rsa.c authfd.c authfd.h hostfile.c mpaux.c]
5989 [mpaux.h ssh-add.c ssh-agent.c ssh.h ssh.c sshd.c]
5990 the keysize of rsa-parameter 'n' is passed implizit,
5991 a few more checks and warnings about 'pretended' keysizes.
5992 - [cipher.c cipher.h packet.c packet.h sshd.c]
5993 remove support for cipher RC4
5994 - [ssh.c]
5995 a note for legay systems about secuity issues with permanently_set_uid(),
5996 the private hostkey and ptrace()
5997 - [sshconnect.c]
5998 more detailed messages about adding and checking hostkeys
5999
dad9a31e 600019991115
6001 - Merged OpenBSD CVS changes:
bcbf86ec 6002 - [ssh-add.c] change passphrase loop logic and remove ref to
dad9a31e 6003 $DISPLAY, ok niels
6004 - Changed to ssh-add.c broke askpass support. Revised it to be a little more
bcbf86ec 6005 modular.
dad9a31e 6006 - Revised autoconf support for enabling/disabling askpass support.
e7c0f9d5 6007 - Merged more OpenBSD CVS changes:
704b1659 6008 [auth-krb4.c]
6009 - disconnect if getpeername() fails
6010 - missing xfree(*client)
6011 [canohost.c]
6012 - disconnect if getpeername() fails
6013 - fix comment: we _do_ disconnect if ip-options are set
6014 [sshd.c]
6015 - disconnect if getpeername() fails
6016 - move checking of remote port to central place
6017 [auth-rhosts.c] move checking of remote port to central place
6018 [log-server.c] avoid extra fd per sshd, from millert@
6019 [readconf.c] print _all_ bad config-options in ssh(1), too
6020 [readconf.h] print _all_ bad config-options in ssh(1), too
6021 [ssh.c] print _all_ bad config-options in ssh(1), too
6022 [sshconnect.c] disconnect if getpeername() fails
e7c0f9d5 6023 - OpenBSD's changes to sshd.c broke the PAM stuff, re-merged it.
c75a1a66 6024 - Various small cleanups to bring diff (against OpenBSD) size down.
f601d847 6025 - Merged more Solaris compability from Marc G. Fournier
6026 <marc.fournier@acadiau.ca>
6027 - Wrote autoconf tests for __progname symbol
986a22ec 6028 - RPM spec file fixes from Jim Knoble <jmknoble@jmknoble.cx>
0c372277 6029 - Released 1.2pre12
6030
6031 - Another OpenBSD CVS update:
6032 - [ssh-keygen.1] fix .Xr
dad9a31e 6033
92da7197 603419991114
6035 - Solaris compilation fixes (still imcomplete)
6036
94f7bb9e 603719991113
dd092f97 6038 - Build patch from Niels Kristian Bech Jensen <nkbj@image.dk>
6039 - Don't install config files if they already exist
6040 - Fix inclusion of additional preprocessor directives from acconfig.h
94f7bb9e 6041 - Removed redundant inclusions of config.h
e9c75a39 6042 - Added 'Obsoletes' lines to RPM spec file
94f7bb9e 6043 - Merged OpenBSD CVS changes:
6044 - [bufaux.c] save a view malloc/memcpy/memset/free's, ok niels
bcbf86ec 6045 - [scp.c] fix overflow reported by damien@ibs.com.au: off_t
94f7bb9e 6046 totalsize, ok niels,aaron
bcbf86ec 6047 - Delay fork (-f option) in ssh until after port forwarded connections
94f7bb9e 6048 have been initialised. Patch from Jani Hakala <jahakala@cc.jyu.fi>
b2344d54 6049 - Added shadow password patch from Thomas Neumann <tom@smart.ruhr.de>
6050 - Added ifdefs to auth-passwd.c to exclude it when PAM is enabled
dd092f97 6051 - Tidied default config file some more
6052 - Revised Redhat initscript to fix bug: sshd (re)start would fail
6053 if executed from inside a ssh login.
94f7bb9e 6054
e35c1dc2 605519991112
6056 - Merged changes from OpenBSD CVS
6057 - [sshd.c] session_key_int may be zero
b4748e2f 6058 - [auth-rh-rsa.c servconf.c servconf.h ssh.h sshd.8 sshd.c sshd_config]
bcbf86ec 6059 IgnoreUserKnownHosts(default=no), used for RhostRSAAuth, ok
b4748e2f 6060 deraadt,millert
6061 - Brought default sshd_config more in line with OpenBSD's
547c9f30 6062 - Grab server in gnome-ssh-askpass (Debian bug #49872)
6063 - Released 1.2pre10
e35c1dc2 6064
8bc7973f 6065 - Added INSTALL documentation
6fa724bc 6066 - Merged yet more changes from OpenBSD CVS
6067 - [auth-rh-rsa.c auth-rhosts.c auth-rsa.c channels.c clientloop.c]
6068 [ssh.c ssh.h sshconnect.c sshd.c]
6069 make all access to options via 'extern Options options'
6070 and 'extern ServerOptions options' respectively;
6071 options are no longer passed as arguments:
6072 * make options handling more consistent
6073 * remove #include "readconf.h" from ssh.h
6074 * readconf.h is only included if necessary
6075 - [mpaux.c] clear temp buffer
6076 - [servconf.c] print _all_ bad options found in configfile
045672f9 6077 - Make ssh-askpass support optional through autoconf
59b0f0d4 6078 - Fix nasty division-by-zero error in scp.c
6079 - Released 1.2pre11
8bc7973f 6080
4cca272e 608119991111
6082 - Added (untested) Entropy Gathering Daemon (EGD) support
67d68e3a 6083 - Fixed /dev/urandom fd leak (Debian bug #49722)
5bbb5681 6084 - Merged OpenBSD CVS changes:
6085 - [auth-rh-rsa.c] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
6086 - [ssh.1] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
6087 - [sshd.8] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
bcbf86ec 6088 - Fix integer overflow which was messing up scp's progress bar for large
3f1d9bcd 6089 file transfers. Fix submitted to OpenBSD developers. Report and fix
6090 from Kees Cook <cook@cpoint.net>
6a17f9c2 6091 - Merged more OpenBSD CVS changes:
bcbf86ec 6092 - [auth-krb4.c auth-passwd.c] remove x11- and krb-cleanup from fatal()
6a17f9c2 6093 + krb-cleanup cleanup
6094 - [clientloop.c log-client.c log-server.c ]
6095 [readconf.c readconf.h servconf.c servconf.h ]
6096 [ssh.1 ssh.c ssh.h sshd.8]
6097 add LogLevel {QUIET, FATAL, ERROR, INFO, CHAT, DEBUG} to ssh/sshd,
6098 obsoletes QuietMode and FascistLogging in sshd.
e35c1dc2 6099 - [sshd.c] fix fatal/assert() bug reported by damien@ibs.com.au:
6100 allow session_key_int != sizeof(session_key)
6101 [this should fix the pre-assert-removal-core-files]
6102 - Updated default config file to use new LogLevel option and to improve
6103 readability
6104
f370266e 610519991110
67d68e3a 6106 - Merged several minor fixes:
f370266e 6107 - ssh-agent commandline parsing
6108 - RPM spec file now installs ssh setuid root
6109 - Makefile creates libdir
4cca272e 6110 - Merged beginnings of Solaris compability from Marc G. Fournier
6111 <marc.fournier@acadiau.ca>
f370266e 6112
d4f11b59 611319991109
6114 - Autodetection of SSL/Crypto library location via autoconf
6115 - Fixed location of ssh-askpass to follow autoconf
6116 - Integrated Makefile patch from Niels Kristian Bech Jensen <nkbj@image.dk>
6117 - Autodetection of RSAref library for US users
6118 - Minor doc updates
560557bb 6119 - Merged OpenBSD CVS changes:
6120 - [rsa.c] bugfix: use correct size for memset()
6121 - [sshconnect.c] warn if announced size of modulus 'n' != real size
f025becb 6122 - Added GNOME passphrase requestor (use --with-gnome-askpass)
d397b172 6123 - RPM build now creates subpackages
aa51e7cc 6124 - Released 1.2pre9
d4f11b59 6125
e1a9c08d 612619991108
6127 - Removed debian/ directory. This is now being maintained separately.
6128 - Added symlinks for slogin in RPM spec file
6129 - Fixed permissions on manpages in RPM spec file
6130 - Added references to required libraries in README file
6131 - Removed config.h.in from CVS
6132 - Removed pwdb support (better pluggable auth is provided by glibc)
6133 - Made PAM and requisite libdl optional
6134 - Removed lots of unnecessary checks from autoconf
6135 - Added support and autoconf test for openpty() function (Unix98 pty support)
6136 - Fix for scp not finding ssh if not installed as /usr/bin/ssh
6137 - Added TODO file
6138 - Merged parts of Debian patch From Phil Hands <phil@hands.com>:
6139 - Added ssh-askpass program
6140 - Added ssh-askpass support to ssh-add.c
6141 - Create symlinks for slogin on install
6142 - Fix "distclean" target in makefile
6143 - Added example for ssh-agent to manpage
6144 - Added support for PAM_TEXT_INFO messages
6145 - Disable internal /etc/nologin support if PAM enabled
6146 - Merged latest OpenBSD CVS changes:
5bae4ab8 6147 - [all] replace assert() with error, fatal or packet_disconnect
e1a9c08d 6148 - [sshd.c] don't send fail-msg but disconnect if too many authentication
6149 failures
e1a9c08d 6150 - [sshd.c] remove unused argument. ok dugsong
6151 - [sshd.c] typo
6152 - [rsa.c] clear buffers used for encryption. ok: niels
6153 - [rsa.c] replace assert() with error, fatal or packet_disconnect
ade6fccd 6154 - [auth-krb4.c] remove unused argument. ok dugsong
e1a9c08d 6155 - Fixed coredump after merge of OpenBSD rsa.c patch
9010d60a 6156 - Released 1.2pre8
e1a9c08d 6157
3028328e 615819991102
6159 - Merged change from OpenBSD CVS
6160 - One-line cleanup in sshd.c
6161
474832c5 616219991030
6163 - Integrated debian package support from Dan Brosemer <odin@linuxfreak.com>
69256d9d 6164 - Merged latest updates for OpenBSD CVS:
6165 - channels.[ch] - remove broken x11 fix and document istate/ostate
6166 - ssh-agent.c - call setsid() regardless of argv[]
6167 - ssh.c - save a few lines when disabling rhosts-{rsa-}auth
6168 - Documentation cleanups
6169 - Renamed README -> README.Ylonen
6170 - Renamed README.openssh ->README
474832c5 6171
339660f6 617219991029
6173 - Renamed openssh* back to ssh* at request of Theo de Raadt
6174 - Incorporated latest changes from OpenBSD's CVS
6175 - Integrated Makefile patch from Niels Kristian Bech Jensen <nkbj@image.dk>
6176 - Integrated PAM env patch from Nalin Dahyabhai <nalin.dahyabhai@pobox.com>
549b3eed 6177 - Make distclean now removed configure script
6178 - Improved PAM logging
6179 - Added some debug() calls for PAM
4ecd19ea 6180 - Removed redundant subdirectories
bcbf86ec 6181 - Integrated part of a patch from Dan Brosemer <odin@linuxfreak.com> for
4ecd19ea 6182 building on Debian.
242588e6 6183 - Fixed off-by-one error in PAM env patch
6184 - Released 1.2pre6
339660f6 6185
5881cd60 618619991028
6187 - Further PAM enhancements.
6188 - Much cleaner
6189 - Now uses account and session modules for all logins.
6190 - Integrated patch from Dan Brosemer <odin@linuxfreak.com>
6191 - Build fixes
6192 - Autoconf
6193 - Change binary names to open*
6194 - Fixed autoconf script to detect PAM on RH6.1
6195 - Added tests for libpwdb, and OpenBSD functions to autoconf
221395b3 6196 - Released 1.2pre4
fca82d2e 6197
6198 - Imported latest OpenBSD CVS code
6199 - Updated README.openssh
93f04616 6200 - Released 1.2pre5
fca82d2e 6201
5881cd60 620219991027
6203 - Adapted PAM patch.
6204 - Released 1.0pre2
6205
6206 - Excised my buggy replacements for strlcpy and mkdtemp
6207 - Imported correct OpenBSD strlcpy and mkdtemp routines.
6208 - Reduced arc4random_stir entropy read to 32 bytes (256 bits)
6209 - Picked up correct version number from OpenBSD
6210 - Added sshd.pam PAM configuration file
6211 - Added sshd.init Redhat init script
6212 - Added openssh.spec RPM spec file
6213 - Released 1.2pre3
6214
621519991026
6216 - Fixed include paths of OpenSSL functions
6217 - Use OpenSSL MD5 routines
6218 - Imported RC4 code from nanocrypt
6219 - Wrote replacements for OpenBSD arc4random* functions
6220 - Wrote replacements for strlcpy and mkdtemp
6221 - Released 1.0pre1
0b202697 6222
6223$Id$
This page took 2.97168 seconds and 5 git commands to generate.