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