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