]> andersk Git - openssh.git/blame - ChangeLog
- markus@cvs.openbsd.org 2001/03/26 23:23:24
[openssh.git] / ChangeLog
CommitLineData
01ce749f 120010329
2 - OpenBSD CVS Sync
3 - stevesk@cvs.openbsd.org 2001/03/26 15:47:59
4 [ssh.1]
5 document more defaults; misc. cleanup. ok markus@
569807fb 6 - markus@cvs.openbsd.org 2001/03/26 23:12:42
7 [authfile.c]
8 KNF
457fc0c6 9 - markus@cvs.openbsd.org 2001/03/26 23:23:24
10 [rsa.c rsa.h ssh-agent.c ssh-keygen.c]
11 try to read private f-secure ssh v2 rsa keys.
01ce749f 12
b5b68128 1320010328
14 - (djm) Reorder tests and library inclusion for Krb4/AFS to try to
15 resolve linking conflicts with libcrypto. Report and suggested fix
16 from Holger Trapp <Holger.Trapp@Informatik.TU-Chemnitz.DE>
edbe6722 17 - (djm) Work around Solaris' broken struct dirent. Diagnosis and suggested
18 fix from Philippe Levan <levan@epix.net>
cccfea16 19 - (djm) Rework krbIV tests to get us closer to building on Redhat. Still
20 doesn't work because of conflicts between krbIV's and OpenSSL's des.h
8d0cc79b 21 - (djm) Sync openbsd-compat/glob.c
b5b68128 22
0c90b590 2320010327
24 - Attempt sync with sshlogin.c w/ OpenBSD (mainly CVS ID)
60a8683f 25 - Fix pointer issues in waitpid() and wait() replaces. Patch by Lutz
26 Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
690d0d7f 27 - OpenBSD CVS Sync
28 - djm@cvs.openbsd.org 2001/03/25 00:01:34
29 [session.c]
30 shorten; ok markus@
4f4648f9 31 - stevesk@cvs.openbsd.org 2001/03/25 13:16:11
32 [servconf.c servconf.h session.c sshd.8 sshd_config]
33 PrintLastLog option; from chip@valinux.com with some minor
34 changes by me. ok markus@
9afbfcfa 35 - markus@cvs.openbsd.org 2001/03/26 08:07:09
36 [authfile.c authfile.h ssh-add.c ssh-keygen.c ssh.c sshconnect.c
37 sshconnect.h sshconnect1.c sshconnect2.c sshd.c]
38 simpler key load/save interface, see authfile.h
39 - (djm) Reestablish PAM credentials (which can be supplemental group
40 memberships) after initgroups() blows them away. Report and suggested
41 fix from Nalin Dahyabhai <nalin@redhat.com>
0c90b590 42
b567a40c 4320010324
44 - Fixed permissions ssh-keyscan. Thanks to Christopher Linn <celinn@mtu.edu>.
80cd07ae 45 - OpenBSD CVS Sync
46 - djm@cvs.openbsd.org 2001/03/23 11:04:07
47 [compat.c compat.h sshconnect2.c sshd.c]
48 Compat for OpenSSH with broken Rijndael/AES. ok markus@
7af9f7f8 49 - markus@cvs.openbsd.org 2001/03/23 12:02:49
50 [auth1.c]
51 authctxt is now passed to do_authenticated
e285053e 52 - markus@cvs.openbsd.org 2001/03/23 13:10:57
53 [sftp-int.c]
54 fix put, upload to _absolute_ path, ok djm@
1d3c30db 55 - markus@cvs.openbsd.org 2001/03/23 14:28:32
56 [session.c sshd.c]
57 ignore SIGPIPE, restore in child, fixes x11-fwd crashes; with djm@
8ca3f6dc 58 - (djm) Pull out our own SIGPIPE hacks
b567a40c 59
8a169574 6020010323
61 - OpenBSD CVS Sync
62 - deraadt@cvs.openbsd.org 2001/03/22 20:22:55
63 [sshd.c]
64 do not place linefeeds in buffer
65
ee110bfb 6620010322
67 - (djm) Better AIX no tty fix, spotted by Gert Doering <gert@greenie.muc.de>
289ba62e 68 - (bal) version.c CVS ID resync
a5b09902 69 - (bal) auth-chall.c auth-passwd.c auth.h auth1.c auth2.c session.c CVS ID
70 resync
ae7242ef 71 - (bal) scp.c CVS ID resync
3e587cc3 72 - OpenBSD CVS Sync
73 - markus@cvs.openbsd.org 2001/03/20 19:10:16
74 [readconf.c]
75 default to SSH protocol version 2
e5d7a405 76 - markus@cvs.openbsd.org 2001/03/20 19:21:21
77 [session.c]
78 remove unused arg
39f7530f 79 - markus@cvs.openbsd.org 2001/03/20 19:21:21
80 [session.c]
81 remove unused arg
bb5639fe 82 - markus@cvs.openbsd.org 2001/03/21 11:43:45
83 [auth1.c auth2.c session.c session.h]
84 merge common ssh v1/2 code
5e7cb456 85 - jakob@cvs.openbsd.org 2001/03/21 14:20:45
86 [ssh-keygen.c]
87 add -B flag to usage
ca4df544 88 - markus@cvs.openbsd.org 2001/03/21 21:06:30
89 [session.c]
90 missing init; from mib@unimelb.edu.au
ee110bfb 91
f5f6020e 9220010321
93 - (djm) Fix ttyname breakage for AIX and Tru64. Patch from Steve
94 VanDevender <stevev@darkwing.uoregon.edu>
37eadb90 95 - (djm) Make sure pam_retval is initialised on call to pam_end. Patch
96 from Solar Designer <solar@openwall.com>
0a3700ee 97 - (djm) Don't loop forever when changing password via PAM. Patch
98 from Solar Designer <solar@openwall.com>
0c13ffa2 99 - (djm) Generate config files before build
7a7101ec 100 - (djm) Correctly handle SIA and AIX when no tty present. Spotted and
101 suggested fix from Mike Battersby <mib@unimelb.edu.au>
f5f6020e 102
8d539493 10320010320
01022caf 104 - (bal) glob.c update to added GLOB_LIMITS (OpenBSD CVS).
105 - (bal) glob.c update to set gl_pathv to NULL (OpenBSD CVS).
1620233b 106 - (bal) Oops. Missed globc.h change (OpenBSD CVS).
614dee3a 107 - (djm) OpenBSD CVS Sync
108 - markus@cvs.openbsd.org 2001/03/19 17:07:23
109 [auth.c readconf.c]
110 undo /etc/shell and proto 2,1 change for openssh-2.5.2
3dd16786 111 - markus@cvs.openbsd.org 2001/03/19 17:12:10
112 [version.h]
113 version 2.5.2
ea44783f 114 - (djm) Update RPM spec version
115 - (djm) Release 2.5.2p1
3743cc2f 116- tim@mindrot.org 2001/03/19 18:33:47 [defines.h]
117 change S_ISLNK macro to work for UnixWare 2.03
9887f269 118- tim@mindrot.org 2001/03/19 20:45:11 [openbsd-compat/glob.c]
119 add get_arg_max(). Use sysconf() if ARG_MAX is not defined
8d539493 120
e339aa53 12120010319
122 - (djm) Seed PRNG at startup, rather than waiting for arc4random calls to
123 do it implicitly.
7cdb79d4 124 - (djm) Add getusershell() functions from OpenBSD CVS
b1ed8313 125 - OpenBSD CVS Sync
126 - markus@cvs.openbsd.org 2001/03/18 12:07:52
127 [auth-options.c]
128 ignore permitopen="host:port" if AllowTcpForwarding==no
f8f230bf 129 - (djm) Make scp work on systems without 64-bit ints
2538ecf1 130 - tim@mindrot.org 2001/03/18 18:28:39 [defines.h]
131 move HAVE_LONG_LONG_INT where it works
d1581d5f 132 - (bal) Use 'NGROUPS' for NeXT Since 'MAX_NGROUPS' is wrapped up in -lposix
107628c0 133 stuff. Change suggested by Mark Miller <markm@swoon.net>
d1581d5f 134 - (bal) Small fix to scp. %lu vs %ld
610e8ff5 135 - (bal) NeXTStep lacks S_ISLNK. Plus split up S_IS*
bb6da70f 136 - (djm) OpenBSD CVS Sync
137 - djm@cvs.openbsd.org 2001/03/19 03:52:51
138 [sftp-client.c]
139 Report ssh connection closing correctly; ok deraadt@
3a1c54d4 140 - deraadt@cvs.openbsd.org 2001/03/18 23:30:55
141 [compat.c compat.h sshd.c]
142 specifically version match on ssh scanners. do not log scan
143 information to the console
dc504afd 144 - djm@cvs.openbsd.org 2001/03/19 12:10:17
db4d3098 145 [sshd.8]
dc504afd 146 Document permitopen authorized_keys option; ok markus@
babd91d4 147 - djm@cvs.openbsd.org 2001/03/19 05:49:52
148 [ssh.1]
149 document PreferredAuthentications option; ok markus@
05c64611 150 - (bal) Minor NeXT fixed. Forgot to #undef NGROUPS_MAX
e339aa53 151
ec0ad9c2 15220010318
153 - (bal) Fixed scp type casing issue which causes "scp: protocol error:
154 size not delimited" fatal errors when tranfering.
5cc8d4ad 155 - OpenBSD CVS Sync
156 - markus@cvs.openbsd.org 2001/03/17 17:27:59
157 [auth.c]
158 check /etc/shells, too
7411201c 159 - tim@mindrot.org 2001/03/17 18:45:25 [compat.c]
160 openbsd-compat/fake-regex.h
ec0ad9c2 161
8a968c25 16220010317
163 - Support usrinfo() on AIX. Based on patch from Gert Doering
164 <gert@greenie.muc.de>
bf1d27bd 165 - OpenBSD CVS Sync
166 - markus@cvs.openbsd.org 2001/03/15 15:05:59
167 [scp.c]
168 use %lld in printf, ok millert@/deraadt@; report from ssh@client.fi
56b3e9ce 169 - markus@cvs.openbsd.org 2001/03/15 22:07:08
170 [session.c]
171 pass Session to do_child + KNF
d50d9b63 172 - djm@cvs.openbsd.org 2001/03/16 08:16:18
173 [sftp-client.c sftp-client.h sftp-glob.c sftp-int.c]
174 Revise globbing for get/put to be more shell-like. In particular,
175 "get/put file* directory/" now works. ok markus@
f55d1b5f 176 - markus@cvs.openbsd.org 2001/03/16 09:55:53
177 [sftp-int.c]
178 fix memset and whitespace
6a8496e4 179 - markus@cvs.openbsd.org 2001/03/16 13:44:24
180 [sftp-int.c]
181 discourage strcat/strcpy
01794848 182 - markus@cvs.openbsd.org 2001/03/16 19:06:30
183 [auth-options.c channels.c channels.h serverloop.c session.c]
184 implement "permitopen" key option, restricts -L style forwarding to
185 to specified host:port pairs. based on work by harlan@genua.de
40849fdb 186 - Check for gl_matchc support in glob_t and fall back to the
187 openbsd-compat/glob.[ch] support if it does not exist.
8a968c25 188
4cb5d598 18920010315
190 - OpenBSD CVS Sync
191 - markus@cvs.openbsd.org 2001/03/14 08:57:14
192 [sftp-client.c]
193 Wall
85cf5827 194 - markus@cvs.openbsd.org 2001/03/14 15:15:58
195 [sftp-int.c]
196 add version command
61b3a2bc 197 - deraadt@cvs.openbsd.org 2001/03/14 22:50:25
198 [sftp-server.c]
199 note no getopt()
51e2fc8f 200 - (stevesk) ssh-keyscan.c: specify "openbsd-compat/fake-queue.h"
9a00bfce 201 - (bal) Cygwin README change by Corinna Vinschen <vinschen@redhat.com>
4cb5d598 202
acc9d6d7 20320010314
204 - OpenBSD CVS Sync
85cf5827 205 - markus@cvs.openbsd.org 2001/03/13 17:34:42
206 [auth-options.c]
207 missing xfree, deny key on parse error; ok stevesk@
208 - djm@cvs.openbsd.org 2001/03/13 22:42:54
209 [sftp-client.c sftp-client.h sftp-glob.c sftp-glob.h sftp-int.c]
210 sftp client filename globbing for get, put, ch{mod,grp,own}. ok markus@
84ceda19 211 - (bal) Fix strerror() in bsd-misc.c
212 - (djm) Add replacement glob() from OpenBSD libc if the system glob is
213 missing or lacks the GLOB_ALTDIRFUNC extension
214 - (djm) Remove -I$(srcdir)/openbsd-compat from CFLAGS, refer to headers
215 relatively. Avoids conflict between glob.h and /usr/include/glob.h
acc9d6d7 216
22138a36 21720010313
218 - OpenBSD CVS Sync
219 - markus@cvs.openbsd.org 2001/03/12 22:02:02
220 [key.c key.h ssh-add.c ssh-keygen.c sshconnect.c sshconnect2.c]
221 remove old key_fingerprint interface, s/_ex//
222
539af7f5 22320010312
224 - OpenBSD CVS Sync
225 - markus@cvs.openbsd.org 2001/03/11 13:25:36
226 [auth2.c key.c]
227 debug
301e8e5b 228 - jakob@cvs.openbsd.org 2001/03/11 15:03:16
229 [key.c key.h]
230 add improved fingerprint functions. based on work by Carsten
231 Raskgaard <cara@int.tele.dk> and modified by me. ok markus@.
954f0550 232 - jakob@cvs.openbsd.org 2001/03/11 15:04:16
233 [ssh-keygen.1 ssh-keygen.c]
234 print both md5, sha1 and bubblebabble fingerprints when using
235 ssh-keygen -l -v. ok markus@.
08345971 236 - jakob@cvs.openbsd.org 2001/03/11 15:13:09
237 [key.c]
238 cleanup & shorten some var names key_fingerprint_bubblebabble.
64b1aa3b 239 - deraadt@cvs.openbsd.org 2001/03/11 16:39:03
240 [ssh-keygen.c]
241 KNF, and SHA1 binary output is just creeping featurism
733cf7f4 242 - tim@mindrot.org 2001/03/11 17:29:32 [configure.in]
243 test if snprintf() supports %ll
244 add /dev to search path for PRNGD/EGD socket
245 fix my mistake in USER_PATH test program
79c9ac1b 246 - OpenBSD CVS Sync
247 - markus@cvs.openbsd.org 2001/03/11 18:29:51
248 [key.c]
249 style+cleanup
aaf45d87 250 - markus@cvs.openbsd.org 2001/03/11 22:33:24
251 [ssh-keygen.1 ssh-keygen.c]
252 remove -v again. use -B instead for bubblebabble. make -B consistent
253 with -l and make -B work with /path/to/known_hosts. ok deraadt@
a0322342 254 - (djm) Bump portable version number for generating test RPMs
94dd09e3 255 - (djm) Add "static_openssl" RPM build option, remove rsh build dependency
5e8611f1 256 - (bal) Reorder includes in Makefile.
539af7f5 257
d156519a 25820010311
259 - OpenBSD CVS Sync
260 - markus@cvs.openbsd.org 2001/03/10 12:48:27
261 [sshconnect2.c]
262 ignore nonexisting private keys; report rjmooney@mediaone.net
5e36d59c 263 - deraadt@cvs.openbsd.org 2001/03/10 12:53:51
264 [readconf.c ssh_config]
265 default to SSH2, now that m68k runs fast
2f778758 266 - stevesk@cvs.openbsd.org 2001/03/10 15:02:05
267 [ttymodes.c ttymodes.h]
268 remove unused sgtty macros; ok markus@
99c415db 269 - deraadt@cvs.openbsd.org 2001/03/10 15:31:00
270 [compat.c compat.h sshconnect.c]
271 all known netscreen ssh versions, and older versions of OSU ssh cannot
272 handle password padding (newer OSU is fixed)
456fce50 273 - tim@mindrot.org 2001/03/10 16:33:42 [configure.in Makefile.in sshd_config]
274 make sure $bindir is in USER_PATH so scp will work
cab80f75 275 - OpenBSD CVS Sync
276 - markus@cvs.openbsd.org 2001/03/10 17:51:04
277 [kex.c match.c match.h readconf.c readconf.h sshconnect2.c]
278 add PreferredAuthentications
d156519a 279
1c9a907f 28020010310
281 - OpenBSD CVS Sync
282 - deraadt@cvs.openbsd.org 2001/03/09 03:14:39
283 [ssh-keygen.c]
284 create *.pub files with umask 0644, so that you can mv them to
285 authorized_keys
cb7bd922 286 - deraadt@cvs.openbsd.org 2001/03/09 12:30:29
287 [sshd.c]
288 typo; slade@shore.net
61cf0e38 289 - Removed log.o from sftp client. Not needed.
1c9a907f 290
385590e4 29120010309
292 - OpenBSD CVS Sync
293 - stevesk@cvs.openbsd.org 2001/03/08 18:47:12
294 [auth1.c]
295 unused; ok markus@
acf06a60 296 - stevesk@cvs.openbsd.org 2001/03/08 20:44:48
297 [sftp.1]
298 spelling, cleanup; ok deraadt@
fee56204 299 - markus@cvs.openbsd.org 2001/03/08 21:42:33
300 [compat.c compat.h readconf.h ssh.c sshconnect1.c sshconnect2.c]
301 implement client side of SSH2_MSG_USERAUTH_PK_OK (test public key ->
302 no need to do enter passphrase or do expensive sign operations if the
303 server does not accept key).
385590e4 304
3a7fe5ba 30520010308
306 - OpenBSD CVS Sync
d5ebca2b 307 - djm@cvs.openbsd.org 2001/03/07 10:11:23
308 [sftp-client.c sftp-client.h sftp-int.c sftp-server.c sftp.1 sftp.c sftp.h]
309 Support for new draft (draft-ietf-secsh-filexfer-01). New symlink handling
310 functions and small protocol change.
311 - markus@cvs.openbsd.org 2001/03/08 00:15:48
312 [readconf.c ssh.1]
313 turn off useprivilegedports by default. only rhost-auth needs
314 this. older sshd's may need this, too.
097ca118 315 - (stevesk) Reliant Unix (SNI) needs HAVE_BOGUS_SYS_QUEUE_H;
316 Dirk Markwardt <D.Markwardt@tu-bs.de>
3a7fe5ba 317
3251b439 31820010307
319 - (bal) OpenBSD CVS Sync
320 - deraadt@cvs.openbsd.org 2001/03/06 06:11:18
321 [ssh-keyscan.c]
322 appease gcc
a5ec8a3d 323 - deraadt@cvs.openbsd.org 2001/03/06 06:11:44
324 [sftp-int.c sftp.1 sftp.c]
325 sftp -b batchfile; mouring@etoh.eviladmin.org
17910dce 326 - deraadt@cvs.openbsd.org 2001/03/06 15:10:42
327 [sftp.1]
328 order things
2c86906e 329 - deraadt@cvs.openbsd.org 2001/03/07 01:19:06
330 [ssh.1 sshd.8]
331 the name "secure shell" is boring, noone ever uses it
7daf8515 332 - deraadt@cvs.openbsd.org 2001/03/07 04:05:58
333 [ssh.1]
334 removed dated comment
f52798a4 335 - Cygwin contrib improvements from Corinna Vinschen <vinschen@redhat.com>
3251b439 336
657297ff 33720010306
338 - (bal) OpenBSD CVS Sync
339 - deraadt@cvs.openbsd.org 2001/03/05 14:28:47
340 [sshd.8]
341 alpha order; jcs@rt.fm
7c8f2a26 342 - stevesk@cvs.openbsd.org 2001/03/05 15:44:51
343 [servconf.c]
344 sync error message; ok markus@
f2ba0775 345 - deraadt@cvs.openbsd.org 2001/03/05 15:56:16
346 [myproposal.h ssh.1]
347 switch to aes128-cbc/hmac-md5 by default in SSH2 -- faster;
348 provos & markus ok
7a6c39a3 349 - deraadt@cvs.openbsd.org 2001/03/05 16:07:15
350 [sshd.8]
351 detail default hmac setup too
7de5b06b 352 - markus@cvs.openbsd.org 2001/03/05 17:17:21
353 [kex.c kex.h sshconnect2.c sshd.c]
354 generate a 2*need size (~300 instead of 1024/2048) random private
355 exponent during the DH key agreement. according to Niels (the great
356 german advisor) this is safe since /etc/primes contains strong
357 primes only.
358
359 References:
360 P. C. van Oorschot and M. J. Wiener, On Diffie-Hellman key
361 agreement with short exponents, In Advances in Cryptology
362 - EUROCRYPT'96, LNCS 1070, Springer-Verlag, 1996, pp.332-343.
a5df12e9 363 - stevesk@cvs.openbsd.org 2001/03/05 17:40:48
364 [ssh.1]
365 more ssh_known_hosts2 documentation; ok markus@
0b2190ee 366 - stevesk@cvs.openbsd.org 2001/03/05 17:58:22
367 [dh.c]
368 spelling
bbc62e59 369 - deraadt@cvs.openbsd.org 2001/03/06 00:33:04
370 [authfd.c cli.c ssh-agent.c]
371 EINTR/EAGAIN handling is required in more cases
c16c7f20 372 - millert@cvs.openbsd.org 2001/03/06 01:06:03
373 [ssh-keyscan.c]
374 Don't assume we wil get the version string all in one read().
375 deraadt@ OK'd
09cb311c 376 - millert@cvs.openbsd.org 2001/03/06 01:08:27
377 [clientloop.c]
378 If read() fails with EINTR deal with it the same way we treat EAGAIN
657297ff 379
1a2936c4 38020010305
381 - (bal) CVS ID touch up on sshpty.[ch] and sshlogin.[ch]
2552505b 382 - (bal) CVS ID touch up on sftp-int.c
e77df335 383 - (bal) CVS ID touch up on uuencode.c
6cca9fde 384 - (bal) CVS ID touch up on auth2.c, serverloop.c, session.c & sshd.c
778f6940 385 - (bal) OpenBSD CVS Sync
dcb971e1 386 - deraadt@cvs.openbsd.org 2001/02/17 23:48:48
387 [sshd.8]
388 it's the OpenSSH one
778f6940 389 - deraadt@cvs.openbsd.org 2001/02/21 07:37:04
390 [ssh-keyscan.c]
391 inline -> __inline__, and some indent
81333640 392 - deraadt@cvs.openbsd.org 2001/02/21 09:05:54
393 [authfile.c]
394 improve fd handling
79ddf6db 395 - deraadt@cvs.openbsd.org 2001/02/21 09:12:56
396 [sftp-server.c]
397 careful with & and &&; markus ok
96ee8386 398 - stevesk@cvs.openbsd.org 2001/02/21 21:14:04
399 [ssh.c]
400 -i supports DSA identities now; ok markus@
0c126dc9 401 - deraadt@cvs.openbsd.org 2001/02/22 04:29:37
402 [servconf.c]
403 grammar; slade@shore.net
ed2166d8 404 - deraadt@cvs.openbsd.org 2001/02/22 06:43:55
405 [ssh-keygen.1 ssh-keygen.c]
406 document -d, and -t defaults to rsa1
b07ae1e9 407 - deraadt@cvs.openbsd.org 2001/02/22 08:03:51
408 [ssh-keygen.1 ssh-keygen.c]
409 bye bye -d
e2fccec3 410 - deraadt@cvs.openbsd.org 2001/02/22 18:09:06
411 [sshd_config]
412 activate RSA 2 key
e91c60f2 413 - markus@cvs.openbsd.org 2001/02/22 21:57:27
414 [ssh.1 sshd.8]
415 typos/grammar from matt@anzen.com
3b1a83df 416 - markus@cvs.openbsd.org 2001/02/22 21:59:44
417 [auth.c auth.h auth1.c auth2.c misc.c misc.h ssh.c]
418 use pwcopy in ssh.c, too
19d57054 419 - markus@cvs.openbsd.org 2001/02/23 15:34:53
420 [serverloop.c]
421 debug2->3
00be5382 422 - markus@cvs.openbsd.org 2001/02/23 18:15:13
423 [sshd.c]
424 the random session key depends now on the session_key_int
425 sent by the 'attacker'
426 dig1 = md5(cookie|session_key_int);
427 dig2 = md5(dig1|cookie|session_key_int);
428 fake_session_key = dig1|dig2;
429 this change is caused by a mail from anakin@pobox.com
430 patch based on discussions with my german advisor niels@openbsd.org
ec63b02d 431 - deraadt@cvs.openbsd.org 2001/02/24 10:37:55
432 [readconf.c]
433 look for id_rsa by default, before id_dsa
582038fb 434 - deraadt@cvs.openbsd.org 2001/02/24 10:37:26
435 [sshd_config]
436 ssh2 rsa key before dsa key
6e18cb71 437 - markus@cvs.openbsd.org 2001/02/27 10:35:27
438 [packet.c]
439 fix random padding
1b5dfeb2 440 - markus@cvs.openbsd.org 2001/02/27 11:00:11
441 [compat.c]
442 support SSH-2.0-2.1 ; from Christophe_Moret@hp.com
4ab21f86 443 - deraadt@cvs.openbsd.org 2001/02/28 05:34:28
444 [misc.c]
445 pull in protos
167b3512 446 - deraadt@cvs.openbsd.org 2001/02/28 05:36:28
447 [sftp.c]
448 do not kill the subprocess on termination (we will see if this helps
449 things or hurts things)
7e8911cd 450 - markus@cvs.openbsd.org 2001/02/28 08:45:39
451 [clientloop.c]
452 fix byte counts for ssh protocol v1
ee55dacf 453 - markus@cvs.openbsd.org 2001/02/28 08:54:55
454 [channels.c nchan.c nchan.h]
455 make sure remote stderr does not get truncated.
456 remove closed fd's from the select mask.
a6215e53 457 - markus@cvs.openbsd.org 2001/02/28 09:57:07
458 [packet.c packet.h sshconnect2.c]
459 in ssh protocol v2 use ignore messages for padding (instead of
460 trailing \0).
94dfb550 461 - markus@cvs.openbsd.org 2001/02/28 12:55:07
462 [channels.c]
463 unify debug messages
5649fbbe 464 - deraadt@cvs.openbsd.org 2001/02/28 17:52:54
465 [misc.c]
466 for completeness, copy pw_gecos too
0572fe75 467 - markus@cvs.openbsd.org 2001/02/28 21:21:41
468 [sshd.c]
469 generate a fake session id, too
95ce5599 470 - markus@cvs.openbsd.org 2001/02/28 21:27:48
471 [channels.c packet.c packet.h serverloop.c]
472 use ignore message to simulate a SSH2_MSG_CHANNEL_DATA message
473 use random content in ignore messages.
355724fc 474 - markus@cvs.openbsd.org 2001/02/28 21:31:32
475 [channels.c]
476 typo
c3f7d267 477 - deraadt@cvs.openbsd.org 2001/03/01 02:11:25
478 [authfd.c]
479 split line so that p will have an easier time next time around
a01a5f30 480 - deraadt@cvs.openbsd.org 2001/03/01 02:29:04
481 [ssh.c]
482 shorten usage by a line
12bf85ed 483 - deraadt@cvs.openbsd.org 2001/03/01 02:45:10
484 [auth-rsa.c auth2.c deattack.c packet.c]
485 KNF
4371658c 486 - deraadt@cvs.openbsd.org 2001/03/01 03:38:33
487 [cli.c cli.h rijndael.h ssh-keyscan.1]
488 copyright notices on all source files
ce91d6f8 489 - markus@cvs.openbsd.org 2001/03/01 22:46:37
490 [ssh.c]
491 don't truncate remote ssh-2 commands; from mkubita@securities.cz
492 use min, not max for logging, fixes overflow.
409edaba 493 - deraadt@cvs.openbsd.org 2001/03/02 06:21:01
494 [sshd.8]
495 explain SIGHUP better
b8dc87d3 496 - deraadt@cvs.openbsd.org 2001/03/02 09:42:49
497 [sshd.8]
498 doc the dsa/rsa key pair files
f3c7c613 499 - deraadt@cvs.openbsd.org 2001/03/02 18:54:31
500 [atomicio.c atomicio.h auth-chall.c auth.c auth2-chall.c crc32.h
501 scp.c serverloop.c session.c sftp-server.8 sftp.1 ssh-add.1 ssh-add.c
502 ssh-agent.1 ssh-agent.c ssh-keygen.1 ssh.1 sshd.8]
503 make copyright lines the same format
2671b47f 504 - deraadt@cvs.openbsd.org 2001/03/03 06:53:12
505 [ssh-keyscan.c]
506 standard theo sweep
ff7fee59 507 - millert@cvs.openbsd.org 2001/03/03 21:19:41
508 [ssh-keyscan.c]
509 Dynamically allocate read_wait and its copies. Since maxfd is
510 based on resource limits it is often (usually?) larger than FD_SETSIZE.
c8d75031 511 - millert@cvs.openbsd.org 2001/03/03 21:40:30
512 [sftp-server.c]
513 Dynamically allocate fd_set; deraadt@ OK
20e04e90 514 - millert@cvs.openbsd.org 2001/03/03 21:41:07
515 [packet.c]
516 Dynamically allocate fd_set; deraadt@ OK
dce9bac5 517 - deraadt@cvs.openbsd.org 2001/03/03 22:07:50
518 [sftp-server.c]
519 KNF
c630ce76 520 - markus@cvs.openbsd.org 2001/03/03 23:52:22
521 [sftp.c]
522 clean up arg processing. based on work by Christophe_Moret@hp.com
20244695 523 - markus@cvs.openbsd.org 2001/03/03 23:59:34
524 [log.c ssh.c]
525 log*.c -> log.c
61f8a1d1 526 - markus@cvs.openbsd.org 2001/03/04 00:03:59
527 [channels.c]
528 debug1->2
38967add 529 - stevesk@cvs.openbsd.org 2001/03/04 10:57:53
530 [ssh.c]
531 add -m to usage; ok markus@
46f23b8d 532 - stevesk@cvs.openbsd.org 2001/03/04 11:04:41
533 [sshd.8]
534 small cleanup and clarify for PermitRootLogin; ok markus@
9c81df4c 535 - stevesk@cvs.openbsd.org 2001/03/04 11:16:06
536 [servconf.c sshd.8]
537 kill obsolete RandomSeed; ok markus@ deraadt@
f5429434 538 - stevesk@cvs.openbsd.org 2001/03/04 12:54:04
539 [sshd.8]
540 spelling
54b974dc 541 - millert@cvs.openbsd.org 2001/03/04 17:42:28
542 [authfd.c channels.c dh.c log.c readconf.c servconf.c sftp-int.c
543 ssh.c sshconnect.c sshd.c]
544 log functions should not be passed strings that end in newline as they
545 get passed on to syslog() and when logging to stderr, do_log() appends
546 its own newline.
51c251f0 547 - deraadt@cvs.openbsd.org 2001/03/04 18:21:28
548 [sshd.8]
549 list SSH2 ciphers
2605addd 550 - (bal) Put HAVE_PW_CLASS_IN_PASSWD back into pwcopy()
164c80dc 551 - (bal) Fix up logging since it changed. removed log-*.c
cc3067d6 552 - (djm) Fix up LOG_AUTHPRIV for systems that have it
70a052c7 553 - (stevesk) OpenBSD sync:
554 - deraadt@cvs.openbsd.org 2001/03/05 08:37:27
555 [ssh-keyscan.c]
556 skip inlining, why bother
5152d46f 557 - (stevesk) sftp.c: handle __progname
1a2936c4 558
40edd7ef 55920010304
560 - (bal) Remove make-ssh-known-hosts.1 since it's no longer valid.
889fbcd3 561 - (bal) Updated contrib/README to remove 'make-ssh-known-hosts' and
562 give Mark Roth credit for mdoc2man.pl
40edd7ef 563
9817de5f 56420010303
40edd7ef 565 - (djm) Remove make-ssh-known-hosts.pl, ssh-keyscan is better.
566 - (djm) Document PAM ChallengeResponseAuthentication in sshd.8
567 - (djm) Disable and comment ChallengeResponseAuthentication in sshd_config
568 - (djm) Allow PRNGd entropy collection from localhost TCP socket. Replace
9bdd5929 569 "--with-egd-pool" configure option with "--with-prngd-socket" and
570 "--with-prngd-port" options. Debugged and improved by Lutz Jaenicke
571 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
9817de5f 572
20cad736 57320010301
574 - (djm) Properly add -lcrypt if needed.
5f404be3 575 - (djm) Force standard PAM conversation function in a few more places.
576 Patch from Redhat 2.5.1p1-2 RPM, probably Nalin Dahyabhai
577 <nalin@redhat.com>
480eb294 578 - (djm) Cygwin needs pw->pw_gecos copied too. Patch from Corinna Vinschen
579 <vinschen@redhat.com>
ad1f4a20 580 - (djm) Released 2.5.1p2
20cad736 581
cf0c5df5 58220010228
583 - (djm) Detect endianness in configure and use it in rijndael.c. Fixes
584 "Bad packet length" bugs.
403f5a8e 585 - (djm) Fully revert PAM session patch (again). All PAM session init is
586 now done before the final fork().
065ef9b1 587 - (djm) EGD detection patch from Tim Rice <tim@multitalents.net>
d9b1f19a 588 - (djm) Remove /tmp from EGD socket search list
cf0c5df5 589
86b416a7 59020010227
51fb577a 591 - (bal) Applied shutdown() patch for sftp.c by Corinna Vinschen
592 <vinschen@redhat.com>
2af09193 593 - (bal) OpenBSD Sync
594 - markus@cvs.openbsd.org 2001/02/23 15:37:45
595 [session.c]
596 handle SSH_PROTOFLAG_SCREEN_NUMBER for buggy clients
a892c46e 597 - (bal) sshd.init support for all Redhat release. Patch by Jim Knoble
598 <jmknoble@jmknoble.cx>
f4e9a0e1 599 - (djm) Fix up POSIX saved uid support. Report from Mark Miller
600 <markm@swoon.net>
601 - (djm) Search for -lcrypt on FreeBSD too
c7c72446 602 - (djm) fatal() on OpenSSL version mismatch
27cf96de 603 - (djm) Move PAM init to after fork for non-Solaris derived PAMs
d5c4c52e 604 - (djm) Warning fix on entropy.c saved uid stuff. Patch from Mark Miller
605 <markm@swoon.net>
4bc6dd70 606 - (djm) Fix PAM fix
4236bde4 607 - (djm) Remove 'noreplace' flag from sshd_config in RPM spec files. This
608 change is being made as 2.5.x configfiles are not back-compatible with
64e0e67e 609 2.3.x.
610 - (djm) Avoid warnings for missing broken IP_TOS. Patch from Mark Miller
611 <markm@swoon.net>
a29d3f1c 612 - (djm) Open Server 5 doesn't need BROKEN_SAVED_UIDS. Patch from Tim Rice
613 <tim@multitalents.net>
614 - (djm) Avoid multiple definition of _PATH_LS. Patch from Tim Rice
615 <tim@multitalents.net>
51fb577a 616
4925395f 61720010226
618 - (bal) Fixed bsd-snprinf.c so it now honors 'BROKEN_SNPRINTF' again.
e9a13ac1 619 - (djm) Some systems (SCO3, NeXT) have weird saved uid semantics.
620 Based on patch from Tim Rice <tim@multitalents.net>
4925395f 621
1eb4ec64 62220010225
623 - (djm) Use %{_libexecdir} rather than hardcoded path in RPM specfile
624 Patch from Adrian Ho <lexfiend@usa.net>
490cad94 625 - (bal) Replace 'unsigned long long' to 'u_int64_t' since not every
626 platform defines u_int64_t as being that.
1eb4ec64 627
a738c3b0 62820010224
629 - (bal) Missed part of the UNIX sockets patch. Patch by Corinna
630 Vinschen <vinschen@redhat.com>
631 - (bal) Reorder where 'strftime' is detected to resolve linking
632 issues on SCO. Patch by Tim Rice <tim@multitalents.net>
633
8fd97cc4 63420010224
635 - (bal) pam_stack fix to correctly detect between RH7 and older RHs.
636 Patch by Pekka Savola <pekkas@netcore.fi>
8f0b3553 637 - (bal) Renamed sigaction.[ch] to sigact.[ch]. Causes problems with
638 some platforms.
3d114925 639 - (bal) Generalize lack of UNIX sockets since this also effects Cray
640 not just Cygwin. Based on patch by Wendy Palm <wendyp@cray.com>
8fd97cc4 641
14a49e44 64220010223
643 - (bal) Fix --define rh7 in openssh.spec file. Patch by Steve Tell
644 <tell@telltronics.org>
cb291102 645 - (bal) Patch to force OpenSSH rpm to require the same version of OpenSSL
646 that it was compiled against. Patch by Pekka Savola <pekkas@netcore.fi>
5a67331c 647 - (bal) Double -I for OpenSSL on SCO. Patch by Tim Rice
648 <tim@multitalents.net>
14a49e44 649
73d6d7fa 65020010222
651 - (bal) Corrected SCO luid patch by svaughan <svaughan@asterion.com>
ca742b3b 652 - (bal) Added mdoc2man.pl from Mark Roth <roth@feep.net>
653 - (bal) Removed reference to liblogin from contrib/README. It was
654 integrated into OpenSSH a long while ago.
2a81eb9f 655 - (stevesk) remove erroneous #ifdef sgi code.
656 Michael Stone <mstone@cs.loyola.edu>
73d6d7fa 657
fbf305f1 65820010221
659 - (bal) Removed -L/usr/ucblib -R/usr/ucblib for Solaris platform.
9dd3bc84 660 - (bal) Fixed OpenSSL rework to use $saved_*. Patch by Tim Rice
661 <tim@multitalents.net>
1fe61b2e 662 - (bal) Reverted out of 2001/02/15 patch by djm below because it
663 breaks Solaris.
664 - (djm) Move PAM session setup back to before setuid to user.
665 fixes problems on Solaris-drived PAMs.
266140a8 666 - (stevesk) session.c: back out to where we were before:
667 - (djm) Move PAM session initialisation until after fork in sshd. Patch
668 from Nalin Dahyabhai <nalin@redhat.com>
9dd3bc84 669
8b3319f4 67020010220
671 - (bal) Fix mixed up params to memmove() from Jan 5th in setenv.c and
672 getcwd.c.
c2b544a5 673 - (bal) OpenBSD CVS Sync:
674 - deraadt@cvs.openbsd.org 2001/02/19 23:09:05
675 [sshd.c]
676 clarify message to make it not mention "ident"
8b3319f4 677
1729c161 67820010219
679 - (bal) Markus' blessing to rename login.[ch] -> sshlogin.[ch] and
680 pty.[ch] -> sshpty.[ch]
d6f13fbb 681 - (djm) Rework search for OpenSSL location. Skip directories which don't
682 exist, don't add -L$ssldir/lib if it doesn't exist. Should help SCO
683 with its limit of 6 -L options.
0476625f 684 - OpenBSD CVS Sync:
685 - reinhard@cvs.openbsd.org 2001/02/17 08:24:40
686 [sftp.1]
687 typo
688 - deraadt@cvs.openbsd.org 2001/02/17 16:28:58
689 [ssh.c]
690 cleanup -V output; noted by millert
691 - deraadt@cvs.openbsd.org 2001/02/17 16:48:48
692 [sshd.8]
693 it's the OpenSSH one
694 - markus@cvs.openbsd.org 2001/02/18 11:33:54
695 [dispatch.c]
696 typo, SSH2_MSG_KEXINIT, from aspa@kronodoc.fi
697 - markus@cvs.openbsd.org 2001/02/19 02:53:32
698 [compat.c compat.h serverloop.c]
699 ssh-1.2.{18-22} has broken handling of ignore messages; report from
700 itojun@
701 - markus@cvs.openbsd.org 2001/02/19 03:35:23
702 [version.h]
703 OpenSSH_2.5.1 adds bug compat with 1.2.{18-22}
704 - deraadt@cvs.openbsd.org 2001/02/19 03:36:25
705 [scp.c]
706 np is changed by recursion; vinschen@redhat.com
707 - Update versions in RPM spec files
708 - Release 2.5.1p1
1729c161 709
663fd560 71020010218
711 - (bal) Patch for fix FCHMOD reference in ftp-client.c by Tim Rice
712 <tim@multitalents.net>
25cd3375 713 - (Bal) Patch for lack of RA_RESTART in misc.c for mysignal by
714 stevesk
58e7f038 715 - (djm) Fix my breaking of cygwin builds, Patch from Corinna Vinschen
716 <vinschen@redhat.com> and myself.
32ced054 717 - (djm) Close listen_sock on bind() failures. Patch from Arkadiusz
718 Miskiewicz <misiek@pld.ORG.PL>
6a951840 719 - (djm) Robustify EGD/PRNGd code in face of socket closures. Patch from
720 Todd C. Miller <Todd.Miller@courtesan.com>
b82f1310 721 - (djm) Use ttyname() to determine name of tty returned by openpty()
722 rather then risking overflow. Patch from Marek Michalkiewicz
723 <marekm@amelek.gda.pl>
bdf80b2c 724 - (djm) Swapped tests for no_libsocket and no_libnsl in configure.in.
725 Patch from Marek Michalkiewicz <marekm@amelek.gda.pl>
af8fda37 726 - (djm) Doc fixes from Pekka Savola <pekkas@netcore.fi>
df538d55 727 - (djm) Use SA_INTERRUPT along SA_RESTART if present (equivalent for
728 SunOS)
f61d6b17 729 - (djm) SCO needs librpc for libwrap. Patch from Tim Rice
730 <tim@multitalents.net>
dfef7e7e 731 - (stevesk) misc.c: cpp rework of SA_(INTERRUPT|RESTART) handling.
36a358ca 732 - (stevesk) scp.c: use mysignal() for updateprogressmeter() handler.
d54d99a3 733 - (djm) SA_INTERRUPT is the converse of SA_RESTART, apply it only for
734 SIGALRM.
e1a023df 735 - (djm) Move entropy.c over to mysignal()
667beaa9 736 - (djm) SunOS 4.x also needs to define HAVE_BOGUS_SYS_QUEUE_H as it has
737 a <sys/queue.h> that lacks the TAILQ_* macros. Patch from Todd C.
738 Miller <Todd.Miller@courtesan.com>
ecdde3d8 739 - (djm) Update RPM spec files for 2.5.0p1
51ee9048 740 - (djm) Merge BSD_AUTH support from Markus Friedl and David J. MacKenzie
741 enable with --with-bsd-auth.
2adddc78 742 - (stevesk) entropy.c: typo; should be SIGPIPE
663fd560 743
0b1728c5 74420010217
745 - (bal) OpenBSD Sync:
746 - markus@cvs.openbsd.org 2001/02/16 13:38:18
747 [channel.c]
748 remove debug
c8b058b4 749 - markus@cvs.openbsd.org 2001/02/16 14:03:43
750 [session.c]
751 proper payload-length check for x11 w/o screen-number
0b1728c5 752
b41d8d4d 75320010216
754 - (bal) added '--with-prce' to allow overriding of system regex when
755 required (tested by David Dulek <ddulek@fastenal.com>)
d6fdb079 756 - (bal) Added DG/UX case and set that they have a broken IPTOS.
278588d8 757 - (djm) Mini-configure reorder patch from Tim Rice <tim@multitalents.net>
758 Fixes linking on SCO.
0ceb21d6 759 - (djm) Make gnome-ssh-askpass handle multi-line prompts. Patch from
760 Nalin Dahyabhai <nalin@redhat.com>
761 - (djm) BSD license for gnome-ssh-askpass (was X11)
762 - (djm) KNF on gnome-ssh-askpass
ed6553e2 763 - (djm) USE_PIPES for a few more sysv platforms
764 - (djm) Cleanup configure.in a little
765 - (djm) Ask users to check config.log when we can't find necessary libs
aca75d94 766 - (djm) Set "login ID" on systems with setluid. Only enabled for SCO
767 OpenServer for now. Based on patch from svaughan <svaughan@asterion.com>
0ae4fe1d 768 - (djm) OpenBSD CVS:
769 - markus@cvs.openbsd.org 2001/02/15 16:19:59
770 [channels.c channels.h serverloop.c sshconnect.c sshconnect.h]
771 [sshconnect1.c sshconnect2.c]
772 genericize password padding function for SSH1 and SSH2.
773 add stylized echo to 2, too.
774 - (djm) Add roundup() macro to defines.h
9535dddf 775 - (stevesk) set SA_RESTART flag in mysignal() for SIGCHLD;
776 needed on Unixware 2.x.
b41d8d4d 777
0086bfaf 77820010215
779 - (djm) Move PAM session setup back to before setuid to user. Fixes
780 problems on Solaris-derived PAMs.
e11aab29 781 - (djm) Clean up PAM namespace. Suggested by Darren Moffat
782 <Darren.Moffat@eng.sun.com>
9e3c31f7 783 - (bal) Sync w/ OpenSSH for new release
784 - markus@cvs.openbsd.org 2001/02/12 12:45:06
785 [sshconnect1.c]
786 fix xmalloc(0), ok dugsong@
b2552997 787 - markus@cvs.openbsd.org 2001/02/11 12:59:25
788 [Makefile.in sshd.8 sshconnect2.c readconf.h readconf.c packet.c
789 sshd.c ssh.c ssh.1 servconf.h servconf.c myproposal.h kex.h kex.c]
790 1) clean up the MAC support for SSH-2
791 2) allow you to specify the MAC with 'ssh -m'
792 3) or the 'MACs' keyword in ssh(d)_config
793 4) add hmac-{md5,sha1}-96
794 ok stevesk@, provos@
15853e93 795 - markus@cvs.openbsd.org 2001/02/12 16:16:23
796 [auth-passwd.c auth.c auth.h auth1.c auth2.c servconf.c servconf.h
797 ssh-keygen.c sshd.8]
798 PermitRootLogin={yes,without-password,forced-commands-only,no}
799 (before this change, root could login even if PermitRootLogin==no)
7cc4cf0a 800 - deraadt@cvs.openbsd.org 2001/02/12 22:56:09
fd193ca4 801 [clientloop.c packet.c ssh-keyscan.c]
802 deal with EAGAIN/EINTR selects which were skipped
7cc4cf0a 803 - markus@cvs.openssh.org 2001/02/13 22:49:40
804 [auth1.c auth2.c]
805 setproctitle(user) only if getpwnam succeeds
806 - markus@cvs.openbsd.org 2001/02/12 23:26:20
807 [sshd.c]
808 missing memset; from solar@openwall.com
809 - stevesk@cvs.openbsd.org 2001/02/12 20:53:33
810 [sftp-int.c]
811 lumask now works with 1 numeric arg; ok markus@, djm@
812 - djm@cvs.openbsd.org 2001/02/14 9:46:03
813 [sftp-client.c sftp-int.c sftp.1]
814 Fix and document 'preserve modes & times' option ('-p' flag in sftp);
815 ok markus@
0b16bb01 816 - (bal) replaced PATH_MAX in sftp-int.c w/ MAXPATHLEN.
817 - (djm) Move to Jim's 1.2.0 X11 askpass program
62da27dd 818 - (stevesk) OpenBSD sync:
819 - deraadt@cvs.openbsd.org 2001/02/15 01:38:04
820 [serverloop.c]
821 indent
0b16bb01 822
1c2d0a13 82320010214
824 - (djm) Don't try to close PAM session or delete credentials if the
825 session has not been open or credentials not set. Based on patch from
826 Andrew Bartlett <abartlet@pcug.org.au>
0ab1bcba 827 - (djm) Move PAM session initialisation until after fork in sshd. Patch
828 from Nalin Dahyabhai <nalin@redhat.com>
958e5ae4 829 - (bal) Missing function prototype in bsd-snprintf.c patch by
830 Mark Miller <markm@swoon.net>
b7ccb051 831 - (djm) Split out and improve OSF SIA auth code. Patch from Chris Adams
832 <cmadams@hiwaay.net> with a little modification and KNF.
815800e1 833 - (stevesk) fix for SIA patch, misplaced session_setup_sia()
1c2d0a13 834
0610439b 83520010213
84eb157c 836 - (djm) Only test -S potential EGD sockets if they exist and are readable.
f1312c76 837 - (bal) Cleaned out bsd-snprintf.c. VARARGS have been banished and
838 I did a base KNF over the whe whole file to make it more acceptable.
839 (backed out of original patch and removed it from ChangeLog)
01f13020 840 - (bal) Use chown() if fchown() does not exist in ftp-server.c patch by
841 Tim Rice <tim@multitalents.net>
8d60e965 842 - (stevesk) auth1.c: fix PAM passwordless check.
0610439b 843
894a4851 84420010212
845 - (djm) Update Redhat specfile to allow --define "skip_x11_askpass 1",
846 --define "skip_gnome_askpass 1", --define "rh7 1" and make the
847 implicit rpm-3.0.5 dependancy explicit. Patch and suggestions from
848 Pekka Savola <pekkas@netcore.fi>
782d6a0d 849 - (djm) Clean up PCRE text in INSTALL
77db6c3f 850 - (djm) Fix OSF SIA auth NULL pointer deref. Report from Mike Battersby
851 <mib@unimelb.edu.au>
6f68f28a 852 - (bal) NCR SVR4 compatiblity provide by Don Bragg <thewizarddon@yahoo.com>
01a7bc9a 853 - (stevesk) session.c: remove debugging code.
894a4851 854
abf1f107 85520010211
856 - (bal) OpenBSD Sync
857 - markus@cvs.openbsd.org 2001/02/07 22:35:46
858 [auth1.c auth2.c sshd.c]
859 move k_setpag() to a central place; ok dugsong@
c845316f 860 - markus@cvs.openbsd.org 2001/02/10 12:52:02
861 [auth2.c]
862 offer passwd before s/key
e6fa162e 863 - markus@cvs.openbsd.org 2001/02/8 22:37:10
864 [canohost.c]
865 remove last call to sprintf; ok deraadt@
0ab4b0f0 866 - markus@cvs.openbsd.org 2001/02/10 1:33:32
867 [canohost.c]
868 add debug message, since sshd blocks here if DNS is not available
7f8ea238 869 - markus@cvs.openbsd.org 2001/02/10 12:44:02
870 [cli.c]
871 don't call vis() for \r
5c470997 872 - danh@cvs.openbsd.org 2001/02/10 0:12:43
873 [scp.c]
874 revert a small change to allow -r option to work again; ok deraadt@
875 - danh@cvs.openbsd.org 2001/02/10 15:14:11
876 [scp.c]
877 fix memory leak; ok markus@
a0e6fead 878 - djm@cvs.openbsd.org 2001/02/10 0:45:52
879 [scp.1]
880 Mention that you can quote pathnames with spaces in them
b3106440 881 - markus@cvs.openbsd.org 2001/02/10 1:46:28
882 [ssh.c]
883 remove mapping of argv[0] -> hostname
f72e01a5 884 - markus@cvs.openbsd.org 2001/02/06 22:26:17
885 [sshconnect2.c]
886 do not ask for passphrase in batch mode; report from ejb@ql.org
887 - itojun@cvs.opebsd.org 2001/02/08 10:47:05
5d1d11d1 888 [sshconnect.c sshconnect1.c sshconnect2.c]
f72e01a5 889 %.30s is too short for IPv6 numeric address. use %.128s for now.
890 markus ok
891 - markus@cvs.openbsd.org 2001/02/09 12:28:35
892 [sshconnect2.c]
893 do not free twice, thanks to /etc/malloc.conf
894 - markus@cvs.openbsd.org 2001/02/09 17:10:53
895 [sshconnect2.c]
896 partial success: debug->log; "Permission denied" if no more auth methods
897 - markus@cvs.openbsd.org 2001/02/10 12:09:21
898 [sshconnect2.c]
899 remove some lines
e0b2cf6b 900 - markus@cvs.openbsd.org 2001/02/09 13:38:07
901 [auth-options.c]
902 reset options if no option is given; from han.holl@prismant.nl
ca910e13 903 - markus@cvs.openbsd.org 2001/02/08 21:58:28
904 [channels.c]
905 nuke sprintf, ok deraadt@
906 - markus@cvs.openbsd.org 2001/02/08 21:58:28
907 [channels.c]
908 nuke sprintf, ok deraadt@
affa8be4 909 - markus@cvs.openbsd.org 2001/02/06 22:43:02
910 [clientloop.h]
911 remove confusing callback code
d2c46e77 912 - deraadt@cvs.openbsd.org 2001/02/08 14:39:36
913 [readconf.c]
914 snprintf
cc8aca8a 915 - itojun@cvs.openbsd.org 2001/02/08 19:30:52
916 sync with netbsd tree changes.
917 - more strict prototypes, include necessary headers
918 - use paths.h/pathnames.h decls
919 - size_t typecase to int -> u_long
5be2ec5e 920 - itojun@cvs.openbsd.org 2001/02/07 18:04:50
921 [ssh-keyscan.c]
922 fix size_t -> int cast (use u_long). markus ok
923 - markus@cvs.openbsd.org 2001/02/07 22:43:16
924 [ssh-keyscan.c]
925 s/getline/Linebuf_getline/; from roumen.petrov@skalasoft.com
926 - itojun@cvs.openbsd.org 2001/02/09 9:04:59
927 [ssh-keyscan.c]
928 do not assume malloc() returns zero-filled region. found by
929 malloc.conf=AJ.
f21032a6 930 - markus@cvs.openbsd.org 2001/02/08 22:35:30
931 [sshconnect.c]
932 don't connect if batch_mode is true and stricthostkeychecking set to
933 'ask'
7bbcc167 934 - djm@cvs.openbsd.org 2001/02/04 21:26:07
935 [sshd_config]
936 type: ok markus@
937 - deraadt@cvs.openbsd.org 2001/02/06 22:07:50
938 [sshd_config]
939 enable sftp-server by default
a2e6d17d 940 - deraadt 2001/02/07 8:57:26
941 [xmalloc.c]
942 deal with new ANSI malloc stuff
943 - markus@cvs.openbsd.org 2001/02/07 16:46:08
944 [xmalloc.c]
945 typo in fatal()
946 - itojun@cvs.openbsd.org 2001/02/07 18:04:50
947 [xmalloc.c]
948 fix size_t -> int cast (use u_long). markus ok
4ef922e3 949 - 1.47 Thu Feb 8 23:11:42 GMT 2001 by dugsong
950 [serverloop.c sshconnect1.c]
951 mitigate SSH1 traffic analysis - from Solar Designer
952 <solar@openwall.com>, ok provos@
ca910e13 953 - (bal) fixed sftp-client.c. Return 'status' instead of '0'
954 (from the OpenBSD tree)
6b442913 955 - (bal) Synced ssh.1, ssh-add.1 and sshd.8 w/ OpenBSD
27df9d4a 956 - (bal) sftp-sever.c '%8lld' to '%8llu' (OpenBSD Sync)
17321afe 957 - (bal) uuencode.c resync w/ OpenBSD tree, plus whitespace.
f98d56f0 958 - (bal) A bit more whitespace cleanup
e275684f 959 - (djm) Set PAM_RHOST earlier, patch from Andrew Bartlett
960 <abartlet@pcug.org.au>
b27e97b1 961 - (stevesk) misc.c: ssh.h not needed.
38a316c0 962 - (stevesk) compat.c: more friendly cpp error
94f38e16 963 - (stevesk) OpenBSD sync:
964 - stevesk@cvs.openbsd.org 2001/02/11 06:15:57
965 [LICENSE]
966 typos and small cleanup; ok deraadt@
abf1f107 967
0426a3b4 96820010210
969 - (djm) Sync sftp and scp stuff from OpenBSD:
970 - djm@cvs.openbsd.org 2001/02/07 03:55:13
971 [sftp-client.c]
972 Don't free handles before we are done with them. Based on work from
973 Corinna Vinschen <vinschen@redhat.com>. ok markus@
974 - djm@cvs.openbsd.org 2001/02/06 22:32:53
975 [sftp.1]
976 Punctuation fix from Pekka Savola <pekkas@netcore.fi>
977 - deraadt@cvs.openbsd.org 2001/02/07 04:07:29
978 [sftp.1]
979 pretty up significantly
980 - itojun@cvs.openbsd.org 2001/02/07 06:49:42
981 [sftp.1]
982 .Bl-.El mismatch. markus ok
983 - djm@cvs.openbsd.org 2001/02/07 06:12:30
984 [sftp-int.c]
985 Check that target is a directory before doing ls; ok markus@
986 - itojun@cvs.openbsd.org 2001/02/07 11:01:18
987 [scp.c sftp-client.c sftp-server.c]
988 unsigned long long -> %llu, not %qu. markus ok
989 - stevesk@cvs.openbsd.org 2001/02/07 11:10:39
990 [sftp.1 sftp-int.c]
991 more man page cleanup and sync of help text with man page; ok markus@
992 - markus@cvs.openbsd.org 2001/02/07 14:58:34
993 [sftp-client.c]
994 older servers reply with SSH2_FXP_NAME + count==0 instead of EOF
995 - djm@cvs.openbsd.org 2001/02/07 15:27:19
996 [sftp.c]
997 Don't forward agent and X11 in sftp. Suggestion from Roumen Petrov
998 <roumen.petrov@skalasoft.com>
999 - stevesk@cvs.openbsd.org 2001/02/07 15:36:04
1000 [sftp-int.c]
1001 portable; ok markus@
1002 - stevesk@cvs.openbsd.org 2001/02/07 15:55:47
1003 [sftp-int.c]
1004 lowercase cmds[].c also; ok markus@
1005 - markus@cvs.openbsd.org 2001/02/07 17:04:52
1006 [pathnames.h sftp.c]
1007 allow sftp over ssh protocol 1; ok djm@
1008 - deraadt@cvs.openbsd.org 2001/02/08 07:38:55
1009 [scp.c]
1010 memory leak fix, and snprintf throughout
1011 - deraadt@cvs.openbsd.org 2001/02/08 08:02:02
1012 [sftp-int.c]
1013 plug a memory leak
1014 - stevesk@cvs.openbsd.org 2001/02/08 10:11:23
1015 [session.c sftp-client.c]
1016 %i -> %d
1017 - stevesk@cvs.openbsd.org 2001/02/08 10:57:59
1018 [sftp-int.c]
1019 typo
1020 - stevesk@cvs.openbsd.org 2001/02/08 15:28:07
1021 [sftp-int.c pathnames.h]
1022 _PATH_LS; ok markus@
1023 - djm@cvs.openbsd.org 2001/02/09 04:46:25
1024 [sftp-int.c]
1025 Check for NULL attribs for chown, chmod & chgrp operations, only send
1026 relevant attribs back to server; ok markus@
96b64eb0 1027 - djm@cvs.openbsd.org 2001/02/06 15:05:25
1028 [sftp.c]
1029 Use getopt to process commandline arguments
1030 - djm@cvs.openbsd.org 2001/02/06 15:06:21
1031 [sftp.c ]
1032 Wait for ssh subprocess at exit
1033 - djm@cvs.openbsd.org 2001/02/06 15:18:16
1034 [sftp-int.c]
1035 stat target for remote chdir before doing chdir
1036 - djm@cvs.openbsd.org 2001/02/06 15:32:54
1037 [sftp.1]
1038 Punctuation fix from Pekka Savola <pekkas@netcore.fi>
1039 - provos@cvs.openbsd.org 2001/02/05 22:22:02
1040 [sftp-int.c]
1041 cleanup get_pathname, fix pwd after failed cd. okay djm@
0426a3b4 1042 - (djm) Update makefile.in for _PATH_SFTP_SERVER
c9f5e42e 1043 - (bal) sftp-client.c replace NULL w/ 0 in do_ls() (pending in OpenBSD tree)
0426a3b4 1044
6d1e1d2b 104520010209
1046 - (bal) patch to vis.c to deal with HAVE_VIS right by Robert Mooney
1047 <rjmooney@mediaone.net>
bb0c1991 1048 - (bal) .c.o rule in openbsd-compat/Makefile.in did not make it to the
1049 main tree while porting forward. Pointed out by Lutz Jaenicke
1050 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
f902d909 1051 - (bal) double entry in configure.in. Pointed out by Lutz Jaenicke
1052 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
25f4c264 1053 - (stevesk) OpenBSD sync:
1054 - markus@cvs.openbsd.org 2001/02/08 11:20:01
1055 [auth2.c]
1056 strict checking
1057 - markus@cvs.openbsd.org 2001/02/08 11:15:22
1058 [version.h]
1059 update to 2.3.2
1060 - markus@cvs.openbsd.org 2001/02/08 11:12:30
1061 [auth2.c]
1062 fix typo
72b3f75d 1063 - (djm) Update spec files
0ed28836 1064 - (bal) OpenBSD sync:
1065 - deraadt@cvs.openbsd.org 2001/02/08 14:38:54
1066 [scp.c]
1067 memory leak fix, and snprintf throughout
1fc8ccdf 1068 - markus@cvs.openbsd.org 2001/02/06 22:43:02
1069 [clientloop.c]
1070 remove confusing callback code
0b202697 1071 - (djm) Add CVS Id's to files that we have missed
5ca51e19 1072 - (bal) OpenBSD Sync (more):
1073 - itojun@cvs.openbsd.org 2001/02/08 19:30:52
1074 sync with netbsd tree changes.
1075 - more strict prototypes, include necessary headers
1076 - use paths.h/pathnames.h decls
1077 - size_t typecase to int -> u_long
1f3bf5aa 1078 - markus@cvs.openbsd.org 2001/02/06 22:07:42
1079 [ssh.c]
1080 fatal() if subsystem fails
1081 - markus@cvs.openbsd.org 2001/02/06 22:43:02
1082 [ssh.c]
1083 remove confusing callback code
1084 - jakob@cvs.openbsd.org 2001/02/06 23:03:24
1085 [ssh.c]
1086 add -1 option (force protocol version 1). ok markus@
1087 - jakob@cvs.openbsd.org 2001/02/06 23:06:21
1088 [ssh.c]
1089 reorder -{1,2,4,6} options. ok markus@
e6aa01b4 1090 - (bal) Missing 'const' in readpass.h
9c5a8165 1091 - (bal) OpenBSD Sync (so at least the thing compiles for 2.3.2 =)
1092 - djm@cvs.openbsd.org 2001/02/06 23:30:28
1093 [sftp-client.c]
1094 replace arc4random with counter for request ids; ok markus@
bc79ed5c 1095 - (djm) Define _PATH_TTY for systems that don't. Report from Lutz
1096 Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
6d1e1d2b 1097
6a25c04c 109820010208
1099 - (djm) Don't delete external askpass program in make uninstall target.
1100 Report and fix from Roumen Petrov <roumen.petrov@skalasoft.com>
6958bd37 1101 - (djm) Fix linking of sftp, don't need arc4random any more.
1102 - (djm) Try to use shell that supports "test -S" for EGD socket search.
1103 Based on patch from Tim Rice <tim@multitalents.net>
6a25c04c 1104
547519f0 110520010207
bee0a37e 1106 - (bal) Save the whole path to AR in configure. Some Solaris 2.7 installs
1107 seem lose track of it while in openbsd-compat/ (two confirmed reports)
5c377b3b 1108 - (djm) Much KNF on PAM code
547519f0 1109 - (djm) Revise auth-pam.c conversation function to be a little more
1110 readable.
5c377b3b 1111 - (djm) Revise kbd-int PAM conversation function to fold all text messages
1112 to before first prompt. Fixes hangs if last pam_message did not require
1113 a reply.
1114 - (djm) Fix password changing when using PAM kbd-int authentication
bee0a37e 1115
547519f0 111620010205
2b87da3b 1117 - (bal) Disable groupaccess by setting NGROUPS_MAX to 0 for platforms
99286dc8 1118 that don't have NGROUPS_MAX.
57559587 1119 - (bal) AIX patch for auth1.c by William L. Jones <jones@hpc.utexas.edu>
2b87da3b 1120 - (stevesk) OpenBSD sync:
1121 - stevesk@cvs.openbsd.org 2001/02/04 08:32:27
1122 [many files; did this manually to our top-level source dir]
1123 unexpand and remove end-of-line whitespace; ok markus@
408ba72f 1124 - stevesk@cvs.openbsd.org 2001/02/04 15:21:19
1125 [sftp-server.c]
1126 SSH2_FILEXFER_ATTR_UIDGID support; ok markus@
ec2a033a 1127 - deraadt@cvs.openbsd.org 2001/02/04 17:02:32
1128 [sftp-int.c]
1129 ? == help
1130 - deraadt@cvs.openbsd.org 2001/02/04 16:47:46
1131 [sftp-int.c]
1132 sort commands, so that abbreviations work as expected
1133 - stevesk@cvs.openbsd.org 2001/02/04 15:17:52
1134 [sftp-int.c]
1135 debugging sftp: precedence and missing break. chmod, chown, chgrp
1136 seem to be working now.
1137 - markus@cvs.openbsd.org 2001/02/04 14:41:21
1138 [sftp-int.c]
1139 use base 8 for umask/chmod
1140 - markus@cvs.openbsd.org 2001/02/04 11:11:54
1141 [sftp-int.c]
1142 fix LCD
c44559d2 1143 - markus@cvs.openbsd.org 2001/02/04 08:10:44
1144 [ssh.1]
1145 typo; dpo@club-internet.fr
a5930351 1146 - stevesk@cvs.openbsd.org 2001/02/04 06:30:12
1147 [auth2.c authfd.c packet.c]
1148 remove duplicate #include's; ok markus@
6a416424 1149 - deraadt@cvs.openbsd.org 2001/02/04 16:56:23
1150 [scp.c sshd.c]
1151 alpha happiness
1152 - stevesk@cvs.openbsd.org 2001/02/04 15:12:17
1153 [sshd.c]
1154 precedence; ok markus@
02a024dd 1155 - deraadt@cvs.openbsd.org 2001/02/04 08:14:15
6a416424 1156 [ssh.c sshd.c]
1157 make the alpha happy
02a024dd 1158 - markus@cvs.openbsd.org 2001/01/31 13:37:24
1159 [channels.c channels.h serverloop.c ssh.c]
547519f0 1160 do not disconnect if local port forwarding fails, e.g. if port is
1161 already in use
02a024dd 1162 - markus@cvs.openbsd.org 2001/02/01 14:58:09
1163 [channels.c]
1164 use ipaddr in channel messages, ietf-secsh wants this
1165 - markus@cvs.openbsd.org 2001/01/31 12:26:20
1166 [channels.c]
547519f0 1167 ssh.com-2.0.1x does not send additional info in CHANNEL_OPEN_FAILURE
1168 messages; bug report from edmundo@rano.org
a741554f 1169 - markus@cvs.openbsd.org 2001/01/31 13:48:09
1170 [sshconnect2.c]
1171 unused
9378f292 1172 - deraadt@cvs.openbsd.org 2001/02/04 08:23:08
1173 [sftp-client.c sftp-server.c]
1174 make gcc on the alpha even happier
1fc243d1 1175
547519f0 117620010204
781a0585 1177 - (bal) I think this is the last of the bsd-*.h that don't belong.
634e0b53 1178 - (bal) Minor Makefile fix
f0f14bea 1179 - (bal) openbsd-compat/Makefile minor fix. Ensure dependancies are done
61e96248 1180 right.
78987b57 1181 - (bal) Changed order of LIB="" in -with-skey due to library resolving.
166e4f2a 1182 - (bal) next-posix.h changed to bsd-nextstep.h
61e96248 1183 - (djm) OpenBSD CVS sync:
1184 - markus@cvs.openbsd.org 2001/02/03 03:08:38
1185 [auth-options.c auth-rh-rsa.c auth-rhosts.c auth.c canohost.c]
1186 [canohost.h servconf.c servconf.h session.c sshconnect1.c sshd.8]
1187 [sshd_config]
1188 make ReverseMappingCheck optional in sshd_config; ok djm@,dugsong@
1189 - markus@cvs.openbsd.org 2001/02/03 03:19:51
1190 [ssh.1 sshd.8 sshd_config]
1191 Skey is now called ChallengeResponse
1192 - markus@cvs.openbsd.org 2001/02/03 03:43:09
1193 [sshd.8]
1194 use no-pty option in .ssh/authorized_keys* if you need a 8-bit clean
1195 channel. note from Erik.Anggard@cygate.se (pr/1659)
1196 - stevesk@cvs.openbsd.org 2001/02/03 10:03:06
1197 [ssh.1]
1198 typos; ok markus@
1199 - djm@cvs.openbsd.org 2001/02/04 04:11:56
1200 [scp.1 sftp-server.c ssh.1 sshd.8 sftp-client.c sftp-client.h]
1201 [sftp-common.c sftp-common.h sftp-int.c sftp-int.h sftp.1 sftp.c]
1202 Basic interactive sftp client; ok theo@
1203 - (djm) Update RPM specs for new sftp binary
1204 - (djm) Update several bits for new optional reverse lookup stuff. I
1205 think I got them all.
8b061486 1206 - (djm) Makefile.in fixes
1aa00dcb 1207 - (stevesk) add mysignal() wrapper and use it for the protocol 2
1208 SIGCHLD handler.
408ba72f 1209 - (djm) Use setvbuf() instead of setlinebuf(). Suggest from stevesk@
781a0585 1210
547519f0 121120010203
63fe0529 1212 - (bal) Cygwin clean up by Corinna Vinschen <vinschen@redhat.com>
bf3db92d 1213 - (bal) renamed queue.h to fake-queue.h (even if it's an OpenBSD
1214 based file) to ensure #include space does not get confused.
f78888c7 1215 - (bal) Minor Makefile.in tweak. dirname may not exist on some
1216 platforms so builds fail. (NeXT being a well known one)
63fe0529 1217
547519f0 121820010202
61e96248 1219 - (bal) Makefile fix where sourcedir != builddir by Corinna Vinschen
c85a87f2 1220 <vinschen@redhat.com>
71301416 1221 - (bal) Makefile fix to use $(MAKE) instead of 'make' for platforms
1222 that use 'gmake'. Patch by Tim Rice <tim@multitalents.net>
c85a87f2 1223
547519f0 122420010201
ad5075bd 1225 - (bal) Minor fix to Makefile to stop rebuilding executables if no
1226 changes have occured to any of the supporting code. Patch by
1227 Roumen Petrov <roumen.petrov@skalasoft.com>
1228
9c8dbb1b 122920010131
37845585 1230 - (djm) OpenBSD CVS Sync:
1231 - djm@cvs.openbsd.org 2001/01/30 15:48:53
1232 [sshconnect.c]
1233 Make warning message a little more consistent. ok markus@
8c89dd2b 1234 - (djm) Fix autoconf logic for --with-lastlog=no Report and diagnosis from
1235 Philipp Buehler <lists@fips.de> and Kevin Steves <stevesk@sweden.hp.com>
1236 respectively.
c59dc6bd 1237 - (djm) Don't log SSH2 PAM KbdInt responses to debug, they may contain
1238 passwords.
9c8dbb1b 1239 - (bal) Reorder. Move all bsd-*, fake-*, next-*, and cygwin* stuff to
1240 openbsd-compat/. And resolve all ./configure and Makefile.in issues
1241 assocated.
37845585 1242
9c8dbb1b 124320010130
39929cdb 1244 - (djm) OpenBSD CVS Sync:
1245 - markus@cvs.openbsd.org 2001/01/29 09:55:37
1246 [channels.c channels.h clientloop.c serverloop.c]
1247 fix select overflow; ok deraadt@ and stevesk@
865ac82e 1248 - markus@cvs.openbsd.org 2001/01/29 12:42:35
1249 [canohost.c canohost.h channels.c clientloop.c]
1250 add get_peer_ipaddr(socket), x11-fwd in ssh2 requires ipaddr, not DNS
46aa2d1f 1251 - markus@cvs.openbsd.org 2001/01/29 12:47:32
1252 [rsa.c rsa.h ssh-agent.c sshconnect1.c sshd.c]
1253 handle rsa_private_decrypt failures; helps against the Bleichenbacher
1254 pkcs#1 attack
ae810de7 1255 - djm@cvs.openbsd.org 2001/01/29 05:36:11
1256 [ssh.1 ssh.c]
1257 Allow invocation of sybsystem by commandline (-s); ok markus@
83bc57f9 1258 - (stevesk) configure.in: remove duplicate PROG_LS
39929cdb 1259
9c8dbb1b 126020010129
f29ef605 1261 - (stevesk) sftp-server.c: use %lld vs. %qd
1262
cb9da0fc 126320010128
1264 - (bal) Put USE_PIPES back into sco3.2v5
23c2a7a5 1265 - (bal) OpenBSD Sync
9bd5b720 1266 - markus@cvs.openbsd.org 2001/01/28 10:15:34
1267 [dispatch.c]
1268 re-keying is not supported; ok deraadt@
5fb622e4 1269 - markus@cvs.openbsd.org 2001/01/28 10:24:04
7f5c4295 1270 [ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
5fb622e4 1271 cleanup AUTHORS sections
9bd5b720 1272 - markus@cvs.openbsd.org 2001/01/28 10:37:26
ab60252b 1273 [sshd.c sshd.8]
9bd5b720 1274 remove -Q, no longer needed
1275 - stevesk@cvs.openbsd.org 2001/01/28 20:36:16
a877488a 1276 [readconf.c ssh.1]
9bd5b720 1277 ``StrictHostKeyChecking ask'' documentation and small cleanup.
1278 ok markus@
6f37606e 1279 - stevesk@cvs.openbsd.org 2001/01/28 20:43:25
61e96248 1280 [sshd.8]
6f37606e 1281 spelling. ok markus@
95f4ccfb 1282 - stevesk@cvs.openbsd.org 2001/01/28 20:53:21
1283 [xmalloc.c]
1284 use size_t for strlen() return. ok markus@
6f37606e 1285 - stevesk@cvs.openbsd.org 2001/01/28 22:27:05
1286 [authfile.c]
1287 spelling. use sizeof vs. strlen(). ok markus@
9bd5b720 1288 - niklas@cvs.openbsd.org 2001/01/29 1:59:14
23c2a7a5 1289 [atomicio.h canohost.h clientloop.h deattack.h dh.h dispatch.h
1290 groupaccess.c groupaccess.h hmac.h hostfile.h includes.h kex.h
1291 key.h log.h login.h match.h misc.h myproposal.h nchan.ms pathnames.h
1292 radix.h readpass.h rijndael.h serverloop.h session.h sftp.h ssh-add.1
1293 ssh-dss.h ssh-keygen.1 ssh-keyscan.1 ssh-rsa.h ssh1.h ssh_config
1294 sshconnect.h sshd_config tildexpand.h uidswap.h uuencode.h]
1295 $OpenBSD$
b0e305c9 1296 - (bal) Minor auth2.c resync. Whitespace and moving of an #include.
cb9da0fc 1297
c9606e03 129820010126
61e96248 1299 - (bal) SSH_PROGRAM vs _PATH_SSH_PROGRAM fix pointed out by Roumen
c9606e03 1300 Petrov <roumen.petrov@skalasoft.com>
2f4b2e38 1301 - (bal) OpenBSD Sync
1302 - deraadt@cvs.openbsd.org 2001/01/25 8:06:33
1303 [ssh-agent.c]
1304 call _exit() in signal handler
c9606e03 1305
d7d5f0b2 130620010125
1307 - (djm) Sync bsd-* support files:
1308 - deraadt@cvs.openbsd.org 2000/01/26 03:43:20
1309 [rresvport.c bindresvport.c]
61e96248 1310 new bindresvport() semantics that itojun, shin, jean-luc and i have
d7d5f0b2 1311 agreed on, which will be happy for the future. bindresvport_sa() for
1312 sockaddr *, too. docs later..
1313 - deraadt@cvs.openbsd.org 2000/01/24 02:24:21
1314 [bindresvport.c]
61e96248 1315 in bindresvport(), if sin is non-NULL, example sin->sin_family for
d7d5f0b2 1316 the actual family being processed
e1dd3a7a 1317 - (djm) Mention PRNGd in documentation, it is nicer than EGD
1318 - (djm) Automatically search for "well-known" EGD/PRNGd sockets in autoconf
8080699b 1319 - (bal) AC_FUNC_STRFTIME added to autoconf
4ccb01d6 1320 - (bal) OpenBSD Resync
1321 - stevesk@cvs.openbsd.org 2001/01/24 21:03:50
1322 [channels.c]
1323 missing freeaddrinfo(); ok markus@
d7d5f0b2 1324
556eb464 132520010124
1326 - (bal) OpenBSD Resync
1327 - markus@cvs.openbsd.org 2001/01/23 10:45:10
1328 [ssh.h]
61e96248 1329 nuke comment
1aecda34 1330 - (bal) no 64bit support patch from Tim Rice <tim@multitalents.net>
1331 - (bal) #ifdef around S_IFSOCK if platform does not support it.
1332 patch by Tim Rice <tim@multitalents.net>
1333 - (bal) fake-regex.h cleanup based on Tim Rice's patch.
c33f0b36 1334 - (stevesk) sftp-server.c: fix chmod() mode mask
556eb464 1335
effa6591 133620010123
1337 - (bal) regexp.h typo in configure.in. Should have been regex.h
1338 - (bal) SSH_USER_DIR to _PATH_SSH_USER_DIR patch by stevesk@
61e96248 1339 - (bal) SSH_ASKPASS_DEFAULT to _PATH_SSH_ASKPASS_DEFAULT
53a24016 1340 - (bal) OpenBSD Resync
1341 - markus@cvs.openbsd.org 2001/01/22 8:15:00
1342 [auth-krb4.c sshconnect1.c]
1343 only AFS needs radix.[ch]
1344 - markus@cvs.openbsd.org 2001/01/22 8:32:53
1345 [auth2.c]
1346 no need to include; from mouring@etoh.eviladmin.org
1347 - stevesk@cvs.openbsd.org 2001/01/22 16:55:21
1348 [key.c]
1349 free() -> xfree(); ok markus@
1350 - stevesk@cvs.openbsd.org 2001/01/22 17:22:28
1351 [sshconnect2.c sshd.c]
1352 fix memory leaks in SSH2 key exchange; ok markus@
d464095c 1353 - markus@cvs.openbsd.org 2001/01/22 23:06:39
1354 [auth1.c auth2.c readconf.c readconf.h servconf.c servconf.h
1355 sshconnect1.c sshconnect2.c sshd.c]
1356 rename skey -> challenge response.
1357 auto-enable kbd-interactive for ssh2 if challenge-reponse is enabled.
53a24016 1358
effa6591 1359
42f11eb2 136020010122
1361 - (bal) OpenBSD Resync
1362 - markus@cvs.openbsd.org 2001/01/19 12:45:26 GMT 2001 by markus
1363 [servconf.c ssh.h sshd.c]
1364 only auth-chall.c needs #ifdef SKEY
1365 - markus@cvs.openbsd.org 2001/01/19 15:55:10 GMT 2001 by markus
1366 [auth-krb4.c auth-options.c auth-rh-rsa.c auth-rhosts.c auth-rsa.c
1367 auth1.c auth2.c channels.c clientloop.c dh.c dispatch.c nchan.c
1368 packet.c pathname.h readconf.c scp.c servconf.c serverloop.c
1369 session.c ssh-add.c ssh-keygen.c ssh-keyscan.c ssh.c ssh.h
1370 ssh1.h sshconnect1.c sshd.c ttymodes.c]
1371 move ssh1 definitions to ssh1.h, pathnames to pathnames.h
1372 - markus@cvs.openbsd.org 2001/01/19 16:48:14
1373 [sshd.8]
1374 fix typo; from stevesk@
1375 - markus@cvs.openbsd.org 2001/01/19 16:50:58
1376 [ssh-dss.c]
61e96248 1377 clear and free digest, make consistent with other code (use dlen); from
42f11eb2 1378 stevesk@
1379 - markus@cvs.openbsd.org 2001/01/20 15:55:20 GMT 2001 by markus
1380 [auth-options.c auth-options.h auth-rsa.c auth2.c]
1381 pass the filename to auth_parse_options()
61e96248 1382 - markus@cvs.openbsd.org 2001/01/20 17:59:40 GMT 2001
42f11eb2 1383 [readconf.c]
1384 fix SIGSEGV from -o ""; problem noted by jehsom@togetherweb.com
1385 - stevesk@cvs.openbsd.org 2001/01/20 18:20:29
1386 [sshconnect2.c]
1387 dh_new_group() does not return NULL. ok markus@
1388 - markus@cvs.openbsd.org 2001/01/20 21:33:42
1389 [ssh-add.c]
61e96248 1390 do not loop forever if askpass does not exist; from
42f11eb2 1391 andrew@pimlott.ne.mediaone.net
1392 - djm@cvs.openbsd.org 2001/01/20 23:00:56
1393 [servconf.c]
1394 Check for NULL return from strdelim; ok markus
1395 - djm@cvs.openbsd.org 2001/01/20 23:02:07
1396 [readconf.c]
1397 KNF; ok markus
1398 - jakob@cvs.openbsd.org 2001/01/21 9:00:33
1399 [ssh-keygen.1]
1400 remove -R flag; ok markus@
1401 - markus@cvs.openbsd.org 2001/01/21 19:05:40
1402 [atomicio.c automicio.h auth-chall.c auth-krb4.c auth-options.c
1403 auth-options.h auth-passwd.c auth-rh-rsa.c auth-rhosts.c auth-rsa.c
1404 auth.c auth.h auth1.c auth2-chall.c auth2.c authfd.c authfile.c
1405 bufaux.c bufaux.h buffer.c canahost.c canahost.h channels.c
1406 cipher.c cli.c clientloop.c clientloop.h compat.c compress.c
1407 deattack.c dh.c dispatch.c groupaccess.c hmac.c hostfile.c kex.c
1408 key.c key.h log-client.c log-server.c log.c log.h login.c login.h
1409 match.c misc.c misc.h nchan.c packet.c pty.c radix.h readconf.c
1410 readpass.c readpass.h rsa.c scp.c servconf.c serverloop.c serverloop.h
1411 session.c sftp-server.c ssh-add.c ssh-agent.c ssh-dss.c ssh-keygen.c
61e96248 1412 ssh-keyscan.c ssh-rsa.c ssh.c ssh.h sshconnect.c sshconnect.h
42f11eb2 1413 sshconnect1.c sshconnect2.c sshd.c tildexpand.c tildexpand.h
1414 ttysmodes.c uidswap.c xmalloc.c]
61e96248 1415 split ssh.h and try to cleanup the #include mess. remove unnecessary
42f11eb2 1416 #includes. rename util.[ch] -> misc.[ch]
1417 - (bal) renamed 'PIDDIR' to '_PATH_SSH_PIDDIR' to match OpenBSD tree
61e96248 1418 - (bal) Moved #ifdef KRB4 in auth-krb4.c above the #include to resolve
42f11eb2 1419 conflict when compiling for non-kerb install
1420 - (bal) removed the #ifdef SKEY in auth1.c to match Markus' changes
1421 on 1/19.
1422
6005a40c 142320010120
1424 - (bal) OpenBSD Resync
1425 - markus@cvs.openbsd.org 2001/01/19 12:45:26
1426 [ssh-chall.c servconf.c servconf.h ssh.h sshd.c]
1427 only auth-chall.c needs #ifdef SKEY
47af6577 1428 - (bal) Slight auth2-pam.c clean up.
1429 - (bal) Includes a fake-regexp.h to be only used if regcomp() is found,
1430 but no 'regexp.h' found (SCO OpenServer 3 lacks the header).
6005a40c 1431
922e6493 143220010119
1433 - (djm) Update versions in RPM specfiles
59c97189 1434 - (bal) OpenBSD Resync
1435 - markus@cvs.openbsd.org 2001/01/18 16:20:21
1436 [log-client.c log-server.c log.c readconf.c servconf.c ssh.1 ssh.h
1437 sshd.8 sshd.c]
61e96248 1438 log() is at pri=LOG_INFO, since LOG_NOTICE goes to /dev/console on many
59c97189 1439 systems
1440 - markus@cvs.openbsd.org 2001/01/18 16:59:59
1441 [auth-passwd.c auth.c auth.h auth1.c auth2.c serverloop.c session.c
1442 session.h sshconnect1.c]
1443 1) removes fake skey from sshd, since this will be much
1444 harder with /usr/libexec/auth/login_XXX
1445 2) share/unify code used in ssh-1 and ssh-2 authentication (server side)
1446 3) make addition of BSD_AUTH and other challenge reponse methods
1447 easier.
1448 - markus@cvs.openbsd.org 2001/01/18 17:12:43
1449 [auth-chall.c auth2-chall.c]
1450 rename *-skey.c *-chall.c since the files are not skey specific
04fc7a67 1451 - (djm) Merge patch from Tim Waugh (via Nalin Dahyabhai <nalin@redhat.com>)
1452 to fix NULL pointer deref and fake authloop breakage in PAM code.
f4ebf0e8 1453 - (bal) Updated contrib/cygwin/ by Corinna Vinschen <vinschen@redhat.com>
3c418020 1454 - (bal) Minor cygwin patch to auth1.c. Suggested by djm.
61e96248 1455
b5c334cc 145620010118
1457 - (bal) Super Sized OpenBSD Resync
1458 - markus@cvs.openbsd.org 2001/01/11 22:14:20 GMT 2001 by markus
1459 [sshd.c]
1460 maxfd+1
1461 - markus@cvs.openbsd.org 2001/01/13 17:59:18
1462 [ssh-keygen.1]
1463 small ssh-keygen manpage cleanup; stevesk@pobox.com
1464 - markus@cvs.openbsd.org 2001/01/13 18:03:07
1465 [scp.c ssh-keygen.c sshd.c]
1466 getopt() returns -1 not EOF; stevesk@pobox.com
1467 - markus@cvs.openbsd.org 2001/01/13 18:06:54
1468 [ssh-keyscan.c]
1469 use SSH_DEFAULT_PORT; from stevesk@pobox.com
1470 - markus@cvs.openbsd.org 2001/01/13 18:12:47
1471 [ssh-keyscan.c]
1472 free() -> xfree(); fix memory leak; from stevesk@pobox.com
1473 - markus@cvs.openbsd.org 2001/01/13 18:14:13
1474 [ssh-add.c]
1475 typo, from stevesk@sweden.hp.com
1476 - markus@cvs.openbsd.org 2001/01/13 18:32:50
61e96248 1477 [packet.c session.c ssh.c sshconnect.c sshd.c]
b5c334cc 1478 split out keepalive from packet_interactive (from dale@accentre.com)
1479 set IPTOS_LOWDELAY TCP_NODELAY IPTOS_THROUGHPUT for ssh2, too.
1480 - markus@cvs.openbsd.org 2001/01/13 18:36:45
1481 [packet.c packet.h]
1482 reorder, typo
1483 - markus@cvs.openbsd.org 2001/01/13 18:38:00
1484 [auth-options.c]
1485 fix comment
1486 - markus@cvs.openbsd.org 2001/01/13 18:43:31
1487 [session.c]
1488 Wall
61e96248 1489 - markus@cvs.openbsd.org 2001/01/13 19:14:08
b5c334cc 1490 [clientloop.h clientloop.c ssh.c]
1491 move callback to headerfile
1492 - markus@cvs.openbsd.org 2001/01/15 21:40:10
1493 [ssh.c]
1494 use log() instead of stderr
1495 - markus@cvs.openbsd.org 2001/01/15 21:43:51
1496 [dh.c]
1497 use error() not stderr!
1498 - markus@cvs.openbsd.org 2001/01/15 21:45:29
1499 [sftp-server.c]
1500 rename must fail if newpath exists, debug off by default
1501 - markus@cvs.openbsd.org 2001/01/15 21:46:38
1502 [sftp-server.c]
1503 readable long listing for sftp-server, ok deraadt@
1504 - markus@cvs.openbsd.org 2001/01/16 19:20:06
1505 [key.c ssh-rsa.c]
61e96248 1506 make "ssh-rsa" key format for ssh2 confirm to the ietf-drafts; from
1507 galb@vandyke.com. note that you have to delete older ssh2-rsa keys,
1508 since they are in the wrong format, too. they must be removed from
b5c334cc 1509 .ssh/authorized_keys2 and .ssh/known_hosts2, etc.
61e96248 1510 (cd; grep -v ssh-rsa .ssh/authorized_keys2 > TMP && mv TMP
1511 .ssh/authorized_keys2) additionally, we now check that
b5c334cc 1512 BN_num_bits(rsa->n) >= 768.
1513 - markus@cvs.openbsd.org 2001/01/16 20:54:27
1514 [sftp-server.c]
1515 remove some statics. simpler handles; idea from nisse@lysator.liu.se
1516 - deraadt@cvs.openbsd.org 2001/01/16 23:58:08
1517 [bufaux.c radix.c sshconnect.h sshconnect1.c]
1518 indent
1519 - (bal) Added bsd-strmode.[ch] since some non-OpenBSD platforms may
1520 be missing such feature.
1521
61e96248 1522
52ce34a2 152320010117
1524 - (djm) Only write random seed file at exit
717057b6 1525 - (djm) Make PAM support optional, enable with --with-pam
61e96248 1526 - (djm) Try to use libcrypt on Linux, but link it after OpenSSL (which
717057b6 1527 provides a crypt() of its own)
1528 - (djm) Avoid a warning in bsd-bindresvport.c
1529 - (djm) Try to avoid adding -I/usr/include to CPPFLAGS during SSL tests. This
61e96248 1530 can cause weird segfaults errors on Solaris
8694a1ce 1531 - (djm) Avoid warning in PAM code by making read_passphrase arguments const
d748039d 1532 - (djm) Add --with-pam to RPM spec files
52ce34a2 1533
2fd3c144 153420010115
1535 - (bal) sftp-server.c change to use chmod() if fchmod() does not exist.
89c7e31c 1536 - (bal) utimes() support via utime() interface on machine that lack utimes().
2fd3c144 1537
63b68889 153820010114
1539 - (stevesk) initial work for OpenBSD "support supplementary group in
1540 {Allow,Deny}Groups" patch:
1541 - import getgrouplist.c from OpenBSD (bsd-getgrouplist.c)
1542 - add bsd-getgrouplist.h
1543 - new files groupaccess.[ch]
1544 - build but don't use yet (need to merge auth.c changes)
c6a69271 1545 - (stevesk) complete:
1546 - markus@cvs.openbsd.org 2001/01/13 11:56:48
1547 [auth.c sshd.8]
1548 support supplementary group in {Allow,Deny}Groups
1549 from stevesk@pobox.com
61e96248 1550
f546c780 155120010112
1552 - (bal) OpenBSD Sync
1553 - markus@cvs.openbsd.org 2001/01/10 22:56:22
1554 [bufaux.h bufaux.c sftp-server.c sftp.h getput.h]
1555 cleanup sftp-server implementation:
547519f0 1556 add buffer_get_int64, buffer_put_int64, GET_64BIT, PUT_64BIT
1557 parse SSH2_FILEXFER_ATTR_EXTENDED
1558 send SSH2_FX_EOF if readdir returns no more entries
1559 reply to SSH2_FXP_EXTENDED message
1560 use #defines from the draft
1561 move #definations to sftp.h
f546c780 1562 more info:
61e96248 1563 http://www.ietf.org/internet-drafts/draft-ietf-secsh-filexfer-00.txt
f546c780 1564 - markus@cvs.openbsd.org 2001/01/10 19:43:20
1565 [sshd.c]
1566 XXX - generate_empheral_server_key() is not safe against races,
61e96248 1567 because it calls log()
f546c780 1568 - markus@cvs.openbsd.org 2001/01/09 21:19:50
1569 [packet.c]
1570 allow TCP_NDELAY for ipv6; from netbsd via itojun@
1571
9548d6c8 157220010110
1573 - (djm) SNI/Reliant Unix needs USE_PIPES and $DISPLAY hack. Report from
1574 Bladt Norbert <Norbert.Bladt@adi.ch>
1575
af972861 157620010109
1577 - (bal) Resync CVS ID of cli.c
4b80e97b 1578 - (stevesk) auth1.c: free should be after WITH_AIXAUTHENTICATE
1579 code.
eea39c02 1580 - (bal) OpenBSD Sync
1581 - markus@cvs.openbsd.org 2001/01/08 22:29:05
1582 [auth2.c compat.c compat.h servconf.c servconf.h sshd.8
1583 sshd_config version.h]
1584 implement option 'Banner /etc/issue.net' for ssh2, move version to
1585 2.3.1 (needed for bugcompat detection, 2.3.0 would fail if Banner
1586 is enabled).
1587 - markus@cvs.openbsd.org 2001/01/08 22:03:23
1588 [channels.c ssh-keyscan.c]
1589 O_NDELAY -> O_NONBLOCK; thanks stevesk@pobox.com
1590 - markus@cvs.openbsd.org 2001/01/08 21:55:41
1591 [sshconnect1.c]
1592 more cleanups and fixes from stevesk@pobox.com:
1593 1) try_agent_authentication() for loop will overwrite key just
1594 allocated with key_new(); don't alloc
1595 2) call ssh_close_authentication_connection() before exit
1596 try_agent_authentication()
1597 3) free mem on bad passphrase in try_rsa_authentication()
1598 - markus@cvs.openbsd.org 2001/01/08 21:48:17
1599 [kex.c]
1600 missing free; thanks stevesk@pobox.com
f1c4659d 1601 - (bal) Detect if clock_t structure exists, if not define it.
1602 - (bal) Detect if O_NONBLOCK exists, if not define it.
1603 - (bal) removed news4-posix.h (now empty)
1604 - (bal) changed bsd-bindresvport.c and bsd-rresvport.c to use 'socklen_t'
1605 instead of 'int'
adc83ebf 1606 - (stevesk) sshd_config: sync
4f771a33 1607 - (stevesk) defines.h: remove spurious ``;''
af972861 1608
bbcf899f 160920010108
1610 - (bal) Fixed another typo in cli.c
1611 - (bal) OpenBSD Sync
1612 - markus@cvs.openbsd.org 2001/01/07 21:26:55
1613 [cli.c]
1614 typo
1615 - markus@cvs.openbsd.org 2001/01/07 21:26:55
1616 [cli.c]
1617 missing free, stevesk@pobox.com
1618 - markus@cvs.openbsd.org 2001/01/07 19:06:25
1619 [auth1.c]
1620 missing free, stevesk@pobox.com
1621 - markus@cvs.openbsd.org 2001/01/07 11:28:04
1622 [log-client.c log-server.c log.c readconf.c servconf.c ssh.1
1623 ssh.h sshd.8 sshd.c]
1624 rename SYSLOG_LEVEL_INFO->SYSLOG_LEVEL_NOTICE
1625 syslog priority changes:
1626 fatal() LOG_ERR -> LOG_CRIT
1627 log() LOG_INFO -> LOG_NOTICE
b8c37305 1628 - Updated TODO
bbcf899f 1629
9616313f 163020010107
1631 - (bal) OpenBSD Sync
1632 - markus@cvs.openbsd.org 2001/01/06 11:23:27
1633 [ssh-rsa.c]
1634 remove unused
1635 - itojun@cvs.openbsd.org 2001/01/05 08:23:29
1636 [ssh-keyscan.1]
1637 missing .El
1638 - markus@cvs.openbsd.org 2001/01/04 22:41:03
1639 [session.c sshconnect.c]
1640 consistent use of _PATH_BSHELL; from stevesk@pobox.com
1641 - djm@cvs.openbsd.org 2001/01/04 22:35:32
1642 [ssh.1 sshd.8]
1643 Mention AES as available SSH2 Cipher; ok markus
1644 - markus@cvs.openbsd.org 2001/01/04 22:25:58
1645 [sshd.c]
1646 sync usage()/man with defaults; from stevesk@pobox.com
1647 - markus@cvs.openbsd.org 2001/01/04 22:21:26
1648 [sshconnect2.c]
1649 handle SSH2_MSG_USERAUTH_BANNER; fixes bug when connecting to a server
1650 that prints a banner (e.g. /etc/issue.net)
61e96248 1651
1877dc0c 165220010105
1653 - (bal) contrib/caldera/ provided by Tim Rice <tim@multitalents.net>
5a64a938 1654 - (bal) bsd-getcwd.c and bsd-setenv.c changed from bcopy() to memmove()
1877dc0c 1655
488c06c8 165620010104
1657 - (djm) Fix memory leak on systems with BROKEN_GETADDRINFO. Based on
1658 work by Chris Vaughan <vaughan99@yahoo.com>
1659
7c49df64 166020010103
1661 - (bal) fixed up sshconnect.c so it was closer inline with the OpenBSD
1662 tree (mainly positioning)
1663 - (bal) OpenSSH CVS Update
1664 - markus@cvs.openbsd.org 2001/01/02 20:41:02
1665 [packet.c]
1666 log remote ip on disconnect; PR 1600 from jcs@rt.fm
1667 - markus@cvs.openbsd.org 2001/01/02 20:50:56
1668 [sshconnect.c]
61e96248 1669 strict_host_key_checking for host_status != HOST_CHANGED &&
7c49df64 1670 ip_status == HOST_CHANGED
61e96248 1671 - (bal) authfile.c: Synced CVS ID tag
2c523de9 1672 - (bal) UnixWare 2.0 fixes by Tim Rice <tim@multitalents.net>
1673 - (bal) Disable sftp-server if no 64bit int support exists. Based on
1674 patch by Tim Rice <tim@multitalents.net>
1675 - (bal) Makefile.in changes to uninstall: target to remove sftp-server
1676 and sftp-server.8 manpage.
7c49df64 1677
a421e945 167820010102
1679 - (bal) OpenBSD CVS Update
1680 - markus@cvs.openbsd.org 2001/01/01 14:52:49
1681 [scp.c]
1682 use shared fatal(); from stevesk@pobox.com
1683
0efc80a7 168420001231
1685 - (bal) Reverted out of MAXHOSTNAMELEN. This should be set per OS.
1686 for multiple reasons.
b1335fdf 1687 - (bal) Reverted out of a partial NeXT patch.
0efc80a7 1688
efcae5b1 168920001230
1690 - (bal) OpenBSD CVS Update
1691 - markus@cvs.openbsd.org 2000/12/28 18:58:30
1692 [ssh-keygen.c]
1693 enable 'ssh-keygen -l -f ~/.ssh/{authorized_keys,known_hosts}{,2}
b148018f 1694 - markus@cvs.openbsd.org 2000/12/29 22:19:13
1695 [channels.c]
1696 missing xfree; from vaughan99@yahoo.com
efcae5b1 1697 - (bal) Resynced CVS ID with OpenBSD for channel.c and uidswap.c
03a14cc9 1698 - (bal) if no MAXHOSTNAMELEN is defined. Default to 64 character defination.
34665bf7 1699 Suggested by Christian Kurz <shorty@debian.org>
cb6dabf4 1700 - (bal) Add in '.c.o' section to Makefile.in to address make programs that
61e96248 1701 don't honor CPPFLAGS by default. Suggested by Lutz Jaenicke
cb6dabf4 1702 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
0dd78cd8 1703
170420001229
61e96248 1705 - (bal) Fixed spelling of 'authorized_keys' in ssh-copy-id.1 by Christian
34665bf7 1706 Kurz <shorty@debian.org>
8abcdba4 1707 - (bal) OpenBSD CVS Update
1708 - markus@cvs.openbsd.org 2000/12/28 14:25:51
1709 [auth.h auth2.c]
1710 count authentication failures only
1711 - markus@cvs.openbsd.org 2000/12/28 14:25:03
1712 [sshconnect.c]
1713 fingerprint for MITM attacks, too.
1714 - markus@cvs.openbsd.org 2000/12/28 12:03:57
1715 [sshd.8 sshd.c]
1716 document -D
1717 - markus@cvs.openbsd.org 2000/12/27 14:19:21
1718 [serverloop.c]
1719 less chatty
1720 - markus@cvs.openbsd.org 2000/12/27 12:34
1721 [auth1.c sshconnect2.c sshd.c]
1722 typo
1723 - markus@cvs.openbsd.org 2000/12/27 12:30:19
1724 [readconf.c readconf.h ssh.1 sshconnect.c]
1725 new option: HostKeyAlias: allow the user to record the host key
1726 under a different name. This is useful for ssh tunneling over
1727 forwarded connections or if you run multiple sshd's on different
1728 ports on the same machine.
1729 - markus@cvs.openbsd.org 2000/12/27 11:51:53
1730 [ssh.1 ssh.c]
1731 multiple -t force pty allocation, document ORIGINAL_COMMAND
1732 - markus@cvs.openbsd.org 2000/12/27 11:41:31
1733 [sshd.8]
1734 update for ssh-2
c52c7082 1735 - (stevesk) compress.[ch] sync with openbsd; missed in prototype
1736 fix merge.
0dd78cd8 1737
8f523d67 173820001228
1739 - (bal) Patch to add libutil.h to loginrec.c only if the platform has
1740 libutil.h. Suggested by Pekka Savola <pekka@netcore.fi>
9fb76616 1741 - (djm) Update to new x11-askpass in RPM spec
0dd78cd8 1742 - (bal) SCO patch to not include <sys/queue.h> since it's unrelated
1743 header. Patch by Tim Rice <tim@multitalents.net>
1744 - Updated TODO w/ known HP/UX issue
1745 - (bal) removed extra <netdb.h> noticed by Kevin Steves and removed the
1746 bad reference to 'NeXT including it else were' on the #ifdef version.
8f523d67 1747
b03bd394 174820001227
61e96248 1749 - (bal) Typo in configure.in: entut?ent should be endut?ent. Suggested by
b03bd394 1750 Takumi Yamane <yamtak@b-session.com>
1751 - (bal) Checks for getrlimit(), sysconf(), and setdtablesize(). Patch
8f523d67 1752 by Corinna Vinschen <vinschen@redhat.com>
1753 - (djm) Fix catman-do target for non-bash
61e96248 1754 - (bal) Typo in configure.in: entut?ent should be endut?ent. Suggested by
8f523d67 1755 Takumi Yamane <yamtak@b-session.com>
1756 - (bal) Checks for getrlimit(), sysconf(), and setdtablesize(). Patch
b03bd394 1757 by Corinna Vinschen <vinschen@redhat.com>
13991f8e 1758 - (djm) Fix catman-do target for non-bash
61e96248 1759 - (bal) Fixed NeXT's lack of CPPFLAGS honoring.
1760 - (bal) ssh-keyscan.c: NeXT (and older BSDs) don't support getrlimit() w/
f318b98b 1761 'RLIMIT_NOFILE'
61e96248 1762 - (djm) Remove *.Ylonen files. They are no longer in the OpenBSD tree,
1763 the info in COPYING.Ylonen has been moved to the start of each
3bdf55b1 1764 SSH1-derived file and README.Ylonen is well out of date.
b03bd394 1765
8d88011e 176620001223
1767 - (bal) Fixed Makefile.in to support recompile of all ssh and sshd objects
1768 if a change to config.h has occurred. Suggested by Gert Doering
1769 <gert@greenie.muc.de>
1770 - (bal) OpenBSD CVS Update:
1771 - markus@cvs.openbsd.org 2000/12/22 16:49:40
1772 [ssh-keygen.c]
1773 fix ssh-keygen -x -t type > file; from Roumen.Petrov@skalasoft.com
1774
1e3b8b07 177520001222
1776 - Updated RCSID for pty.c
1777 - (bal) OpenBSD CVS Updates:
1778 - markus@cvs.openbsd.org 2000/12/21 15:10:16
1779 [auth-rh-rsa.c hostfile.c hostfile.h sshconnect.c]
1780 print keyfile:line for changed hostkeys, for deraadt@, ok deraadt@
1781 - markus@cvs.openbsd.org 2000/12/20 19:26:56
1782 [authfile.c]
1783 allow ssh -i userkey for root
1784 - markus@cvs.openbsd.org 2000/12/20 19:37:21
1785 [authfd.c authfd.h kex.c sshconnect2.c sshd.c uidswap.c uidswap.h]
1786 fix prototypes; from stevesk@pobox.com
1787 - markus@cvs.openbsd.org 2000/12/20 19:32:08
1788 [sshd.c]
1789 init pointer to NULL; report from Jan.Ivan@cern.ch
1790 - markus@cvs.openbsd.org 2000/12/19 23:17:54
1791 [auth-krb4.c auth-options.c auth-options.h auth-rhosts.c auth-rsa.c
1792 auth1.c auth2-skey.c auth2.c authfd.c authfd.h authfile.c bufaux.c
1793 bufaux.h buffer.c canohost.c channels.c clientloop.c compress.c
1794 crc32.c deattack.c getput.h hmac.c hmac.h hostfile.c kex.c kex.h
1795 key.c key.h log.c login.c match.c match.h mpaux.c mpaux.h packet.c
1796 packet.h radix.c readconf.c rsa.c scp.c servconf.c servconf.h
1797 serverloop.c session.c sftp-server.c ssh-agent.c ssh-dss.c ssh-dss.h
1798 ssh-keygen.c ssh-keyscan.c ssh-rsa.c ssh-rsa.h ssh.c ssh.h uuencode.c
1799 uuencode.h sshconnect1.c sshconnect2.c sshd.c tildexpand.c]
1800 replace 'unsigned bla' with 'u_bla' everywhere. also replace 'char
1801 unsigned' with u_char.
1802
67b0facb 180320001221
1804 - (stevesk) OpenBSD CVS updates:
1805 - markus@cvs.openbsd.org 2000/12/19 15:43:45
1806 [authfile.c channels.c sftp-server.c ssh-agent.c]
1807 remove() -> unlink() for consistency
1808 - markus@cvs.openbsd.org 2000/12/19 15:48:09
1809 [ssh-keyscan.c]
1810 replace <ssl/x.h> with <openssl/x.h>
1811 - markus@cvs.openbsd.org 2000/12/17 02:33:40
1812 [uidswap.c]
1813 typo; from wsanchez@apple.com
61e96248 1814
adeebd37 181520001220
61e96248 1816 - (djm) Workaround PAM inconsistencies between Solaris derived PAM code
adeebd37 1817 and Linux-PAM. Based on report and fix from Andrew Morgan
1818 <morgan@transmeta.com>
1819
f072c47a 182020001218
1821 - (stevesk) rsa.c: entropy.h not needed.
0c2fb82f 1822 - (bal) split CFLAGS into CFLAGS and CPPFLAGS in configure.in and Makefile.
1823 Suggested by Wilfredo Sanchez <wsanchez@apple.com>
f072c47a 1824
731c1541 182520001216
1826 - (stevesk) OpenBSD CVS updates:
1827 - markus@cvs.openbsd.org 2000/12/16 02:53:57
1828 [scp.c]
1829 allow + in usernames; request from Florian.Weimer@RUS.Uni-Stuttgart.DE
1830 - markus@cvs.openbsd.org 2000/12/16 02:39:57
1831 [scp.c]
1832 unused; from stevesk@pobox.com
1833
227e8e86 183420001215
9853409f 1835 - (stevesk) Old OpenBSD patch wasn't completely applied:
1836 - markus@cvs.openbsd.org 2000/01/24 22:11:20
1837 [scp.c]
1838 allow '.' in usernames; from jedgar@fxp.org
227e8e86 1839 - (stevesk) OpenBSD CVS updates:
1840 - markus@cvs.openbsd.org 2000/12/13 16:26:53
1841 [ssh-keyscan.c]
1842 fatal already adds \n; from stevesk@pobox.com
1843 - markus@cvs.openbsd.org 2000/12/13 16:25:44
1844 [ssh-agent.c]
1845 remove redundant spaces; from stevesk@pobox.com
1846 - ho@cvs.openbsd.org 2000/12/12 15:50:21
1847 [pty.c]
1848 When failing to set tty owner and mode on a read-only filesystem, don't
1849 abort if the tty already has correct owner and reasonably sane modes.
1850 Example; permit 'root' to login to a firewall with read-only root fs.
1851 (markus@ ok)
1852 - deraadt@cvs.openbsd.org 2000/12/13 06:36:05
1853 [pty.c]
1854 KNF
6ffc9c88 1855 - markus@cvs.openbsd.org 2000/12/12 14:45:21
1856 [sshd.c]
1857 source port < 1024 is no longer required for rhosts-rsa since it
1858 adds no additional security.
1859 - markus@cvs.openbsd.org 2000/12/12 16:11:49
1860 [ssh.1 ssh.c]
1861 rhosts-rsa is no longer automagically disabled if ssh is not privileged.
1862 UsePrivilegedPort=no disables rhosts-rsa _only_ for old servers.
1863 these changes should not change the visible default behaviour of the ssh client.
71c0d06a 1864 - deraadt@cvs.openbsd.org 2000/12/11 10:27:33
1865 [scp.c]
1866 when copying 0-sized files, do not re-print ETA time at completion
3e1caa83 1867 - provos@cvs.openbsd.org 2000/12/15 10:30:15
1868 [kex.c kex.h sshconnect2.c sshd.c]
1869 compute diffie-hellman in parallel between server and client. okay markus@
227e8e86 1870
6c935fbd 187120001213
1872 - (djm) Make sure we reset the SIGPIPE disposition after we fork. Report
1873 from Andreas M. Kirchwitz <amk@krell.zikzak.de>
227e8e86 1874 - (stevesk) OpenBSD CVS update:
1fe6a48f 1875 - markus@cvs.openbsd.org 2000/12/12 15:30:02
1876 [ssh-keyscan.c ssh.c sshd.c]
61e96248 1877 consistently use __progname; from stevesk@pobox.com
6c935fbd 1878
367d1840 187920001211
1880 - (bal) Applied patch to include ssh-keyscan into Redhat's package, and
1881 patch to install ssh-keyscan manpage. Patch by Pekka Savola
1882 <pekka@netcore.fi>
e3a70753 1883 - (bal) OpenbSD CVS update
1884 - markus@cvs.openbsd.org 2000/12/10 17:01:53
1885 [sshconnect1.c]
1886 always request new challenge for skey/tis-auth, fixes interop with
1887 other implementations; report from roth@feep.net
367d1840 1888
6b523bae 188920001210
1890 - (bal) OpenBSD CVS updates
61e96248 1891 - markus@cvs.openbsd.org 2000/12/09 13:41:51
6b523bae 1892 [cipher.c cipher.h rijndael.c rijndael.h rijndael_boxes.h]
1893 undo rijndael changes
61e96248 1894 - markus@cvs.openbsd.org 2000/12/09 13:48:31
6b523bae 1895 [rijndael.c]
1896 fix byte order bug w/o introducing new implementation
61e96248 1897 - markus@cvs.openbsd.org 2000/12/09 14:08:27
6b523bae 1898 [sftp-server.c]
1899 "" -> "." for realpath; from vinschen@redhat.com
61e96248 1900 - markus@cvs.openbsd.org 2000/12/09 14:06:54
6b523bae 1901 [ssh-agent.c]
1902 extern int optind; from stevesk@sweden.hp.com
13af0aa2 1903 - provos@cvs.openbsd.org 2000/12/09 23:51:11
1904 [compat.c]
1905 remove unnecessary '\n'
6b523bae 1906
ce9c0b75 190720001209
6b523bae 1908 - (bal) OpenBSD CVS updates:
61e96248 1909 - djm@cvs.openbsd.org 2000/12/07 4:24:59
ce9c0b75 1910 [ssh.1]
1911 Typo fix from Wilfredo Sanchez <wsanchez@apple.com>; ok theo
1912
f72fc97f 191320001207
6b523bae 1914 - (bal) OpenBSD CVS updates:
61e96248 1915 - markus@cvs.openbsd.org 2000/12/06 22:58:14
f72fc97f 1916 [compat.c compat.h packet.c]
1917 disable debug messages for ssh.com/f-secure 2.0.1x, 2.1.0
dfe89252 1918 - markus@cvs.openbsd.org 2000/12/06 23:10:39
1919 [rijndael.c]
1920 unexpand(1)
61e96248 1921 - markus@cvs.openbsd.org 2000/12/06 23:05:43
dfe89252 1922 [cipher.c cipher.h rijndael.c rijndael.h rijndael_boxes.h]
1923 new rijndael implementation. fixes endian bugs
f72fc97f 1924
97fb6912 192520001206
6b523bae 1926 - (bal) OpenBSD CVS updates:
97fb6912 1927 - markus@cvs.openbsd.org 2000/12/05 20:34:09
1928 [channels.c channels.h clientloop.c serverloop.c]
1929 async connects for -R/-L; ok deraadt@
1930 - todd@cvs.openssh.org 2000/12/05 16:47:28
1931 [sshd.c]
1932 tweak comment to reflect real location of pid file; ok provos@
bf5f69f7 1933 - (stevesk) Import <sys/queue.h> from OpenBSD for systems that don't
1934 have it (used in ssh-keyscan).
227e8e86 1935 - (stevesk) OpenBSD CVS update:
f20255cb 1936 - markus@cvs.openbsd.org 2000/12/06 19:57:48
1937 [ssh-keyscan.c]
1938 err(3) -> internal error(), from stevesk@sweden.hp.com
97fb6912 1939
f6fdbddf 194020001205
6b523bae 1941 - (bal) OpenBSD CVS updates:
f6fdbddf 1942 - markus@cvs.openbsd.org 2000/12/04 19:24:02
1943 [ssh-keyscan.c ssh-keyscan.1]
1944 David Maziere's ssh-keyscan, ok niels@
1945 - (bal) Updated Makefile.in to include ssh-keyscan that was just added
1946 to the recent OpenBSD source tree.
835d2104 1947 - (stevesk) fix typos in contrib/hpux/README
f6fdbddf 1948
cbc5abf9 194920001204
1950 - (bal) More C functions defined in NeXT that are unaccessable without
61e96248 1951 defining -POSIX.
1952 - (bal) OpenBSD CVS updates:
1953 - markus@cvs.openbsd.org 2000/12/03 11:29:04
cbc5abf9 1954 [compat.c]
1955 remove fallback to SSH_BUG_HMAC now that the drafts are updated
1956 - markus@cvs.openbsd.org 2000/12/03 11:27:55
1957 [compat.c]
61e96248 1958 correctly match "2.1.0.pl2 SSH" etc; from
97fb6912 1959 pekkas@netcore.fi/bugzilla.redhat
cbc5abf9 1960 - markus@cvs.openbsd.org 2000/12/03 11:15:03
1961 [auth2.c compat.c compat.h sshconnect2.c]
1962 support f-secure/ssh.com 2.0.12; ok niels@
1963
0b6fbf03 196420001203
cbc5abf9 1965 - (bal) OpenBSD CVS updates:
0b6fbf03 1966 - markus@cvs.openbsd.org 2000/11/30 22:54:31
1967 [channels.c]
61e96248 1968 debug->warn if tried to do -R style fwd w/o client requesting this;
0b6fbf03 1969 ok neils@
1970 - markus@cvs.openbsd.org 2000/11/29 20:39:17
1971 [cipher.c]
1972 des_cbc_encrypt -> des_ncbc_encrypt since it already updates the IV
1973 - markus@cvs.openbsd.org 2000/11/30 18:33:05
1974 [ssh-agent.c]
1975 agents must not dump core, ok niels@
61e96248 1976 - markus@cvs.openbsd.org 2000/11/30 07:04:02
0b6fbf03 1977 [ssh.1]
1978 T is for both protocols
1979 - markus@cvs.openbsd.org 2000/12/01 00:00:51
1980 [ssh.1]
1981 typo; from green@FreeBSD.org
1982 - markus@cvs.openbsd.org 2000/11/30 07:02:35
1983 [ssh.c]
1984 check -T before isatty()
1985 - provos@cvs.openbsd.org 2000/11/29 13:51:27
1986 [sshconnect.c]
61e96248 1987 show IP address and hostname when new key is encountered. okay markus@
0b6fbf03 1988 - markus@cvs.openbsd.org 2000/11/30 22:53:35
1989 [sshconnect.c]
1990 disable agent/x11/port fwding if hostkey has changed; ok niels@
1991 - marksu@cvs.openbsd.org 2000/11/29 21:11:59
1992 [sshd.c]
1993 sshd -D, startup w/o deamon(), for monitoring scripts or inittab;
1994 from handler@sub-rosa.com and eric@urbanrange.com; ok niels@
8c9fe09e 1995 - (djm) Added patch from Nalin Dahyabhai <nalin@redhat.com> to enable
1996 PAM authentication using KbdInteractive.
1997 - (djm) Added another TODO
0b6fbf03 1998
90f4078a 199920001202
2000 - (bal) Backed out of part of Alain St-Denis' loginrec.c patch.
61e96248 2001 - (bal) Irix need some sort of mansubdir, patch by Michael Stone
90f4078a 2002 <mstone@cs.loyola.edu>
2003
dcef6523 200420001129
7062c40f 2005 - (djm) Back out all the serverloop.c hacks. sshd will now hang again
2006 if there are background children with open fds.
c193d002 2007 - (djm) bsd-rresvport.c bzero -> memset
61e96248 2008 - (djm) Don't fail in defines.h on absence of 64 bit types (we will
c193d002 2009 still fail during compilation of sftp-server).
2010 - (djm) Fail if ar is not found during configure
c523303b 2011 - (djm) OpenBSD CVS updates:
2012 - provos@cvs.openbsd.org 2000/11/22 08:38:31
2013 [sshd.8]
2014 talk about /etc/primes, okay markus@
2015 - markus@cvs.openbsd.org 2000/11/23 14:03:48
2016 [ssh.c sshconnect1.c sshconnect2.c]
2017 complain about invalid ciphers for ssh1/ssh2, fall back to reasonable
2018 defaults
2019 - markus@cvs.openbsd.org 2000/11/25 09:42:53
2020 [sshconnect1.c]
2021 reorder check for illegal ciphers, bugreport from espie@
2022 - markus@cvs.openbsd.org 2000/11/25 10:19:34
2023 [ssh-keygen.c ssh.h]
2024 print keytype when generating a key.
2025 reasonable defaults for RSA1/RSA/DSA keys.
b3ec54b4 2026 - (djm) Patch from Pekka Savola <Pekka.Savola@netcore.fi> to include a few
2027 more manpage paths in fixpaths calls
2028 - (djm) Also add xauth path at Pekka's suggestion.
57ce3f00 2029 - (djm) Add Redhat RPM patch for AUTHPRIV SyslogFacility
dcef6523 2030
e879a080 203120001125
2032 - (djm) Give up privs when reading seed file
2033
d343d900 203420001123
2035 - (bal) Merge OpenBSD changes:
2036 - markus@cvs.openbsd.org 2000/11/15 22:31:36
2037 [auth-options.c]
61e96248 2038 case insensitive key options; from stevesk@sweeden.hp.com
d343d900 2039 - markus@cvs.openbsd.org 2000/11/16 17:55:43
2040 [dh.c]
2041 do not use perror() in sshd, after child is forked()
2042 - markus@cvs.openbsd.org 2000/11/14 23:42:40
2043 [auth-rsa.c]
2044 parse option only if key matches; fix some confusing seen by the client
2045 - markus@cvs.openbsd.org 2000/11/14 23:44:19
2046 [session.c]
2047 check no_agent_forward_flag for ssh-2, too
2048 - markus@cvs.openbsd.org 2000/11/15
2049 [ssh-agent.1]
2050 reorder SYNOPSIS; typo, use .It
2051 - markus@cvs.openbsd.org 2000/11/14 23:48:55
2052 [ssh-agent.c]
2053 do not reorder keys if a key is removed
2054 - markus@cvs.openbsd.org 2000/11/15 19:58:08
2055 [ssh.c]
61e96248 2056 just ignore non existing user keys
d343d900 2057 - millert@cvs.openbsd.org 200/11/15 20:24:43
2058 [ssh-keygen.c]
2059 Add missing \n at end of error message.
2060
0b49a754 206120001122
2062 - (bal) Minor patch to ensure platforms lacking IRIX job limit supports
2063 are compilable.
2064 - (bal) Updated TODO as of 11/18/2000 with known things to resolve.
2065
fab2e5d3 206620001117
2067 - (bal) Changed from 'primes' to 'primes.out' for consistancy sake. It
2068 has no affect the output. Patch by Corinna Vinschen <vinschen@redhat.com>
61e96248 2069 - (stevesk) Reworked progname support.
260d427b 2070 - (bal) Misplaced #include "includes.h" in bsd-setproctitle.c. Patch by
2071 Shinichi Maruyama <marya@st.jip.co.jp>
fab2e5d3 2072
c2207f11 207320001116
2074 - (bal) Added in MAXSYMLINK test in bsd-realpath.c. Required for some SCO
2075 releases.
2076 - (bal) Make builds work outside of source tree. Patch by Mark D. Roth
2077 <roth@feep.net>
2078
3d398e04 207920001113
61e96248 2080 - (djm) Add pointer to http://www.imasy.or.jp/~gotoh/connect.c to
3d398e04 2081 contrib/README
fa08c86b 2082 - (djm) Merge OpenBSD changes:
2083 - markus@cvs.openbsd.org 2000/11/06 16:04:56
2084 [channels.c channels.h clientloop.c nchan.c serverloop.c]
2085 [session.c ssh.c]
2086 agent forwarding and -R for ssh2, based on work from
2087 jhuuskon@messi.uku.fi
2088 - markus@cvs.openbsd.org 2000/11/06 16:13:27
2089 [ssh.c sshconnect.c sshd.c]
2090 do not disabled rhosts(rsa) if server port > 1024; from
2091 pekkas@netcore.fi
2092 - markus@cvs.openbsd.org 2000/11/06 16:16:35
2093 [sshconnect.c]
2094 downgrade client to 1.3 if server is 1.4; help from mdb@juniper.net
2095 - markus@cvs.openbsd.org 2000/11/09 18:04:40
2096 [auth1.c]
2097 typo; from mouring@pconline.com
2098 - markus@cvs.openbsd.org 2000/11/12 12:03:28
2099 [ssh-agent.c]
2100 off-by-one when removing a key from the agent
2101 - markus@cvs.openbsd.org 2000/11/12 12:50:39
2102 [auth-rh-rsa.c auth2.c authfd.c authfd.h]
2103 [authfile.c hostfile.c kex.c kex.h key.c key.h myproposal.h]
2104 [readconf.c readconf.h rsa.c rsa.h servconf.c servconf.h ssh-add.c]
2105 [ssh-agent.c ssh-keygen.1 ssh-keygen.c ssh.1 ssh.c ssh_config]
2106 [sshconnect1.c sshconnect2.c sshd.8 sshd.c sshd_config ssh-dss.c]
61e96248 2107 [ssh-dss.h ssh-rsa.c ssh-rsa.h dsa.c dsa.h]
fa08c86b 2108 add support for RSA to SSH2. please test.
2109 there are now 3 types of keys: RSA1 is used by ssh-1 only,
2110 RSA and DSA are used by SSH2.
2111 you can use 'ssh-keygen -t rsa -f ssh2_rsa_file' to generate RSA
2112 keys for SSH2 and use the RSA keys for hostkeys or for user keys.
2113 SSH2 RSA or DSA keys are added to .ssh/authorised_keys2 as before.
2114 - (djm) Fix up Makefile and Redhat init script to create RSA host keys
f001465f 2115 - (djm) Change to interim version
5733a41a 2116 - (djm) Fix RPM spec file stupidity
6fff1ac4 2117 - (djm) fixpaths to DSA and RSA keys too
3d398e04 2118
d287c664 211920001112
2120 - (bal) SCO Patch to add needed libraries for configure.in. Patch by
2121 Phillips Porch <root@theporch.com>
3d398e04 2122 - (bal) IRIX patch to adding Job Limits. Patch by Denis Parker
2123 <dcp@sgi.com>
a3bf38d0 2124 - (stevesk) pty.c: HP-UX 10 and 11 don't define TIOCSCTTY. Add error() to
2125 failed ioctl(TIOCSCTTY) call.
d287c664 2126
3c4d4fef 212720001111
2128 - (djm) Added /etc/primes for kex DH group neg, fixup Makefile.in and
2129 packaging files
35325fd4 2130 - (djm) Fix new Makefile.in warnings
61e96248 2131 - (djm) Fix vsprintf("%h") in bsd-snprintf.c, short int va_args are
2132 promoted to type int. Report and fix from Dan Astoorian
027bf205 2133 <djast@cs.toronto.edu>
61e96248 2134 - (djm) Hardwire sysconfdir in RPM spec files as some RPM versions get
e3291159 2135 it wrong. Report from Bennett Todd <bet@rahul.net>
3c4d4fef 2136
3e366738 213720001110
2138 - (bal) Fixed dropped answer from skey_keyinfo() in auth1.c
2139 - (bal) Changed from --with-skey to --with-skey=PATH in configure.in
2140 - (bal) Added in check to verify S/Key library is being detected in
2141 configure.in
61e96248 2142 - (bal) next-posix.h - added another prototype wrapped in POSIX ifdef/endif.
3e366738 2143 Patch by Mark Miller <markm@swoon.net>
2144 - (bal) Added 'util.h' header to loginrec.c only if HAVE_UTIL_H is defined
61e96248 2145 to remove warnings under MacOS X. Patch by Mark Miller <markm@swoon.net>
3e366738 2146 - (bal) Fixed LDFLAG mispelling in configure.in for --with-afs
2147
373998a4 214820001107
e506ee73 2149 - (bal) acconfig.in - removed the double "USE_PIPES" entry. Patch by
2150 Mark Miller <markm@swoon.net>
373998a4 2151 - (bal) sshd.init files corrected to assign $? to RETVAL. Patch by
2152 Jarno Huuskonen <jhuuskon@messi.uku.fi>
e506ee73 2153 - (bal) fixpaths fixed to stop it from quitely failing. Patch by
2154 Mark D. Roth <roth@feep.net>
373998a4 2155
ac89998a 215620001106
2157 - (djm) Use Jim's new 1.0.3 askpass in Redhat RPMs
6c09e23c 2158 - (djm) Manually fix up missed diff hunks (mainly RCS idents)
61e96248 2159 - (djm) Remove UPGRADING document in favour of a link to the better
d6846e6a 2160 maintained FAQ on www.openssh.com
73bd30fe 2161 - (djm) Fix multiple dependancy on gnome-libs from Pekka Savola
2162 <pekkas@netcore.fi>
2163 - (djm) Don't need X11-askpass in RPM spec file if building without it
2164 from Pekka Savola <pekkas@netcore.fi>
c215ba3b 2165 - (djm) Release 2.3.0p1
97b378bf 2166 - (bal) typo in configure.in in regards to --with-ldflags from Marko
2167 Asplund <aspa@kronodoc.fi>
2168 - (bal) fixed next-posix.h. Forgot prototype of getppid().
68f189a9 2169
b850ecd9 217020001105
2171 - (bal) Sync with OpenBSD:
2172 - markus@cvs.openbsd.org 2000/10/31 9:31:58
2173 [compat.c]
2174 handle all old openssh versions
2175 - markus@cvs.openbsd.org 2000/10/31 13:1853
2176 [deattack.c]
2177 so that large packets do not wrap "n"; from netbsd
2178 - (bal) rijndel.c - fix up RCSID to match OpenBSD tree
a30ce26d 2179 - (bal) auth2-skey.c - Checked in. Missing from portable tree.
2180 - (bal) Reworked NEWS-OS and NeXT ports to extract waitpid() and
2181 setsid() into more common files
96054e6f 2182 - (stevesk) pty.c: use __hpux to identify HP-UX.
d0127657 2183 - (bal) Missed auth-skey.o in Makefile.in and minor correction to
2184 bsd-waitpid.c
b850ecd9 2185
75b90ced 218620001029
2187 - (stevesk) Fix typo in auth.c: USE_PAM not PAM
95273555 2188 - (stevesk) Create contrib/cygwin/ directory; patch from
2189 Corinna Vinschen <vinschen@redhat.com>
e9e4a1c7 2190 - (bal) Resolved more $xno and $xyes issues in configure.in
fd5f0295 2191 - (bal) next-posix.h - spelling and forgot a prototype
75b90ced 2192
344f2b94 219320001028
61e96248 2194 - (djm) fix select hack in serverloop.c from Philippe WILLEM
344f2b94 2195 <Philippe.WILLEM@urssaf.fr>
240ae474 2196 - (djm) Fix mangled AIXAUTHENTICATE code
61e96248 2197 - (djm) authctxt->pw may be NULL. Fix from Markus Friedl
606ea390 2198 <markus.friedl@informatik.uni-erlangen.de>
a22aff1f 2199 - (djm) Sync with OpenBSD:
2200 - markus@cvs.openbsd.org 2000/10/16 15:46:32
2201 [ssh.1]
2202 fixes from pekkas@netcore.fi
2203 - markus@cvs.openbsd.org 2000/10/17 14:28:11
2204 [atomicio.c]
2205 return number of characters processed; ok deraadt@
2206 - markus@cvs.openbsd.org 2000/10/18 12:04:02
2207 [atomicio.c]
2208 undo
2209 - markus@cvs.openbsd.org 2000/10/18 12:23:02
2210 [scp.c]
2211 replace atomicio(read,...) with read(); ok deraadt@
2212 - markus@cvs.openbsd.org 2000/10/18 12:42:00
2213 [session.c]
2214 restore old record login behaviour
2215 - deraadt@cvs.openbsd.org 2000/10/19 10:41:13
2216 [auth-skey.c]
2217 fmt string problem in unused code
2218 - provos@cvs.openbsd.org 2000/10/19 10:45:16
2219 [sshconnect2.c]
2220 don't reference freed memory. okay deraadt@
2221 - markus@cvs.openbsd.org 2000/10/21 11:04:23
2222 [canohost.c]
2223 typo, eramore@era-t.ericsson.se; ok niels@
2224 - markus@cvs.openbsd.org 2000/10/23 13:31:55
2225 [cipher.c]
2226 non-alignment dependent swap_bytes(); from
2227 simonb@wasabisystems.com/netbsd
2228 - markus@cvs.openbsd.org 2000/10/26 12:38:28
2229 [compat.c]
2230 add older vandyke products
2231 - markus@cvs.openbsd.org 2000/10/27 01:32:19
2232 [channels.c channels.h clientloop.c serverloop.c session.c]
2233 [ssh.c util.c]
61e96248 2234 enable non-blocking IO on channels, and tty's (except for the
a22aff1f 2235 client ttys).
344f2b94 2236
ddc49b5c 223720001027
2238 - (djm) Increase REKEY_BYTES to 2^24 for arc4random
2239
48e7916f 224020001025
2241 - (djm) Added WARNING.RNG file and modified configure to ask users of the
2242 builtin entropy code to read it.
2243 - (djm) Prefer builtin regex to PCRE.
00937921 2244 - (bal) Added USE_PIPS defined to NeXT configure.in since scp hangs randomly.
2245 - (bal) Apply fixes to configure.in pointed out by Pavel Roskin
2246 <proski@gnu.org>
48e7916f 2247
8dcda1e3 224820001020
2249 - (djm) Don't define _REENTRANT for SNI/Reliant Unix
07bee9a7 2250 - (bal) Imported NEWS-OS waitpid() macros into NeXT. Since implementation
2251 is more correct then current version.
8dcda1e3 2252
f5af5cd5 225320001018
2254 - (stevesk) Add initial support for setproctitle(). Current
2255 support is for the HP-UX pstat(PSTAT_SETCMD, ...) method.
134fd7f6 2256 - (stevesk) Add egd startup scripts to contrib/hpux/
f5af5cd5 2257
2f31bdd6 225820001017
2259 - (djm) Add -lregex to cywin libs from Corinna Vinschen
2260 <vinschen@cygnus.com>
ba7a3f40 2261 - (djm) Don't rely on atomicio's retval to determine length of askpass
2262 supplied passphrase. Problem report from Lutz Jaenicke
2263 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
66d6c27e 2264 - (bal) Changed from GNU rx to PCRE on suggestion from djm.
61e96248 2265 - (bal) Integrated Sony NEWS-OS patches from NAKAJI Hirouyuki
66d6c27e 2266 <nakaji@tutrp.tut.ac.jp>
2f31bdd6 2267
33de75a3 226820001016
2269 - (djm) Sync with OpenBSD:
2270 - markus@cvs.openbsd.org 2000/10/14 04:01:15
2271 [cipher.c]
2272 debug3
2273 - markus@cvs.openbsd.org 2000/10/14 04:07:23
2274 [scp.c]
2275 remove spaces from arguments; from djm@mindrot.org
2276 - markus@cvs.openbsd.org 2000/10/14 06:09:46
2277 [ssh.1]
2278 Cipher is for SSH-1 only
2279 - markus@cvs.openbsd.org 2000/10/14 06:12:09
2280 [servconf.c servconf.h serverloop.c session.c sshd.8]
2281 AllowTcpForwarding; from naddy@
2282 - markus@cvs.openbsd.org 2000/10/14 06:16:56
2283 [auth2.c compat.c compat.h sshconnect2.c version.h]
61e96248 2284 OpenSSH_2.3; note that is is not complete, but the version number
33de75a3 2285 needs to be changed for interoperability reasons
2286 - markus@cvs.openbsd.org 2000/10/14 06:19:45
2287 [auth-rsa.c]
2288 do not send RSA challenge if key is not allowed by key-options; from
2289 eivind@ThinkSec.com
2290 - markus@cvs.openbsd.org 2000/10/15 08:14:01
2291 [rijndael.c session.c]
2292 typos; from stevesk@sweden.hp.com
2293 - markus@cvs.openbsd.org 2000/10/15 08:18:31
2294 [rijndael.c]
2295 typo
61e96248 2296 - (djm) Copy manpages back over from OpenBSD - too tedious to wade
30d8b039 2297 through diffs
61e96248 2298 - (djm) Added condrestart to Redhat init script. Patch from Pekka Savola
30d8b039 2299 <pekkas@netcore.fi>
aa0289fe 2300 - (djm) Update version in Redhat spec file
61e96248 2301 - (djm) Merge some of Nalin Dahyabhai <nalin@redhat.com> changes from the
aa0289fe 2302 Redhat 7.0 spec file
5b2d4b75 2303 - (djm) Make inability to read/write PRNG seedfile non-fatal
2304
33de75a3 2305
4d670c24 230620001015
2307 - (djm) Fix ssh2 hang on background processes at logout.
2308
71dfaf1c 230920001014
443172c4 2310 - (bal) Add support for realpath and getcwd for platforms with broken
2311 or missing realpath implementations for sftp-server.
2312 - (bal) Corrected mistake in INSTALL in regards to GNU rx library
61e96248 2313 - (bal) Add support for GNU rx library for those lacking regexp support
71dfaf1c 2314 - (djm) Don't accept PAM_PROMPT_ECHO_ON messages during initial auth
02323c45 2315 - (djm) Revert SSH2 serverloop hack, will find a better way.
4ee81249 2316 - (djm) Add workaround for Linux 2.4's gratuitious errno change. Patch
2317 from Martin Johansson <fatbob@acc.umu.se>
94ec8c6b 2318 - (djm) Big OpenBSD sync:
2319 - markus@cvs.openbsd.org 2000/09/30 10:27:44
2320 [log.c]
2321 allow loglevel debug
2322 - markus@cvs.openbsd.org 2000/10/03 11:59:57
2323 [packet.c]
2324 hmac->mac
2325 - markus@cvs.openbsd.org 2000/10/03 12:03:03
2326 [auth-krb4.c auth-passwd.c auth-rh-rsa.c auth-rhosts.c auth-rsa.c auth1.c]
2327 move fake-auth from auth1.c to individual auth methods, disables s/key in
2328 debug-msg
2329 - markus@cvs.openbsd.org 2000/10/03 12:16:48
2330 ssh.c
2331 do not resolve canonname, i have no idea why this was added oin ossh
2332 - markus@cvs.openbsd.org 2000/10/09 15:30:44
2333 ssh-keygen.1 ssh-keygen.c
2334 -X now reads private ssh.com DSA keys, too.
2335 - markus@cvs.openbsd.org 2000/10/09 15:32:34
2336 auth-options.c
2337 clear options on every call.
2338 - markus@cvs.openbsd.org 2000/10/09 15:51:00
2339 authfd.c authfd.h
2340 interop with ssh-agent2, from <res@shore.net>
2341 - markus@cvs.openbsd.org 2000/10/10 14:20:45
2342 compat.c
2343 use rexexp for version string matching
2344 - provos@cvs.openbsd.org 2000/10/10 22:02:18
2345 [kex.c kex.h myproposal.h ssh.h ssh2.h sshconnect2.c sshd.c dh.c dh.h]
2346 First rough implementation of the diffie-hellman group exchange. The
2347 client can ask the server for bigger groups to perform the diffie-hellman
2348 in, thus increasing the attack complexity when using ciphers with longer
2349 keys. University of Windsor provided network, T the company.
2350 - markus@cvs.openbsd.org 2000/10/11 13:59:52
2351 [auth-rsa.c auth2.c]
2352 clear auth options unless auth sucessfull
2353 - markus@cvs.openbsd.org 2000/10/11 14:00:27
2354 [auth-options.h]
2355 clear auth options unless auth sucessfull
2356 - markus@cvs.openbsd.org 2000/10/11 14:03:27
2357 [scp.1 scp.c]
2358 support 'scp -o' with help from mouring@pconline.com
2359 - markus@cvs.openbsd.org 2000/10/11 14:11:35
2360 [dh.c]
2361 Wall
2362 - markus@cvs.openbsd.org 2000/10/11 14:14:40
2363 [auth.h auth2.c readconf.c readconf.h readpass.c servconf.c servconf.h]
2364 [ssh.h sshconnect2.c sshd_config auth2-skey.c cli.c cli.h]
2365 add support for s/key (kbd-interactive) to ssh2, based on work by
2366 mkiernan@avantgo.com and me
2367 - markus@cvs.openbsd.org 2000/10/11 14:27:24
2368 [auth.c auth1.c auth2.c authfile.c cipher.c cipher.h kex.c kex.h]
2369 [myproposal.h packet.c readconf.c session.c ssh.c ssh.h sshconnect1.c]
2370 [sshconnect2.c sshd.c]
2371 new cipher framework
2372 - markus@cvs.openbsd.org 2000/10/11 14:45:21
2373 [cipher.c]
2374 remove DES
2375 - markus@cvs.openbsd.org 2000/10/12 03:59:20
2376 [cipher.c cipher.h sshconnect1.c sshconnect2.c sshd.c]
2377 enable DES in SSH-1 clients only
2378 - markus@cvs.openbsd.org 2000/10/12 08:21:13
2379 [kex.h packet.c]
2380 remove unused
2381 - markus@cvs.openbsd.org 2000/10/13 12:34:46
2382 [sshd.c]
2383 Kludge for F-Secure Macintosh < 1.0.2; appro@fy.chalmers.se
2384 - markus@cvs.openbsd.org 2000/10/13 12:59:15
2385 [cipher.c cipher.h myproposal.h rijndael.c rijndael.h]
2386 rijndael/aes support
2387 - markus@cvs.openbsd.org 2000/10/13 13:10:54
2388 [sshd.8]
2389 more info about -V
2390 - markus@cvs.openbsd.org 2000/10/13 13:12:02
2391 [myproposal.h]
2392 prefer no compression
3ed32516 2393 - (djm) Fix scp user@host handling
2394 - (djm) Don't clobber ssh_prng_cmds on install
6bcf7caa 2395 - (stevesk) Include config.h in rijndael.c so we define intXX_t and
2396 u_intXX_t types on all platforms.
9ea53ba5 2397 - (stevesk) rijndael.c: cleanup missing declaration warnings.
2919e060 2398 - (stevesk) ~/.hushlogin shouldn't cause required password change to
2399 be bypassed.
f5665f6f 2400 - (stevesk) Display correct path to ssh-askpass in configure output.
2401 Report from Lutz Jaenicke.
71dfaf1c 2402
ebd782f7 240320001007
2404 - (stevesk) Print PAM return value in PAM log messages to aid
2405 with debugging.
97994d32 2406 - (stevesk) Fix detection of pw_class struct member in configure;
2407 patch from KAMAHARA Junzo <kamahara@cc.kshosen.ac.jp>
2408
47a134c1 240920001002
2410 - (djm) Fix USER_PATH, report from Kevin Steves <stevesk@sweden.hp.com>
2411 - (djm) Add host system and CC to end-of-configure report. Suggested by
2412 Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
2413
7322ef0e 241420000931
2415 - (djm) Cygwin fixes from Corinna Vinschen <vinschen@cygnus.com>
2416
6ac7829a 241720000930
b6490dcb 2418 - (djm) Irix ssh_prng_cmds path fix from Pekka Savola <pekkas@netcore.fi>
61e96248 2419 - (djm) Support in bsd-snprintf.c for long long conversions from
772bd898 2420 Ben Lindstrom <mouring@pconline.com>
2421 - (djm) Cleanup NeXT support from Ben Lindstrom <mouring@pconline.com>
857040fb 2422 - (djm) Ignore SIGPIPEs from serverloop to child. Fixes crashes with
61e96248 2423 very short lived X connections. Bug report from Tobias Oetiker
857040fb 2424 <oetiker@ee.ethz.ch>. Fix from Markus Friedl <markus@cvs.openbsd.org>
bd2d7f6a 2425 - (djm) Add recent InitScripts as a RPM dependancy for openssh-server
2426 patch from Pekka Savola <pekkas@netcore.fi>
58665035 2427 - (djm) Forgot to cvs add LICENSE file
dc2901a0 2428 - (djm) Add LICENSE to RPM spec files
de273eef 2429 - (djm) CVS OpenBSD sync:
2430 - markus@cvs.openbsd.org 2000/09/26 13:59:59
2431 [clientloop.c]
2432 use debug2
2433 - markus@cvs.openbsd.org 2000/09/27 15:41:34
2434 [auth2.c sshconnect2.c]
2435 use key_type()
2436 - markus@cvs.openbsd.org 2000/09/28 12:03:18
2437 [channels.c]
2438 debug -> debug2 cleanup
61e96248 2439 - (djm) Irix strips "/dev/tty" from [uw]tmp entries (other systems only
2a7d529a 2440 strip "/dev/"). Fix loginrec.c based on patch from Alain St-Denis
2441 <Alain.St-Denis@ec.gc.ca>
61e96248 2442 - (djm) Fix 9 character passphrase failure with gnome-ssh-askpass.
2443 Problem was caused by interrupted read in ssh-add. Report from Donald
2a7d529a 2444 J. Barry <don@astro.cornell.edu>
6ac7829a 2445
c5d85828 244620000929
2447 - (djm) Fix SSH2 not terminating until all background tasks done problem.
61e96248 2448 - (djm) Another off-by-one fix from Pavel Kankovsky
2449 <peak@argo.troja.mff.cuni.cz>
22d89d24 2450 - (djm) Clean up. Strip some unnecessary differences with OpenBSD's code,
2451 tidy necessary differences. Use Markus' new debugN() in entropy.c
61e96248 2452 - (djm) Merged big SCO portability patch from Tim Rice
77bb0bca 2453 <tim@multitalents.net>
c5d85828 2454
6fd7f731 245520000926
2456 - (djm) Update X11-askpass to 1.0.2 in RPM spec file
c5ae7384 2457 - (djm) Define _REENTRANT to pickup strtok_r() on HP/UX
61e96248 2458 - (djm) Security: fix off-by-one buffer overrun in fake-getnameinfo.c.
2459 Report and fix from Pavel Kankovsky <peak@argo.troja.mff.cuni.cz>
6fd7f731 2460
2f125ca1 246120000924
2462 - (djm) Merged cleanup patch from Mark Miller <markm@swoon.net>
2463 - (djm) A bit more cleanup - created cygwin_util.h
bcdaaeab 2464 - (djm) Include strtok_r() from OpenBSD libc. Fixes report from Mark Miller
2465 <markm@swoon.net>
2f125ca1 2466
764d4113 246720000923
61e96248 2468 - (djm) Fix address logging in utmp from Kevin Steves
764d4113 2469 <stevesk@sweden.hp.com>
777319db 2470 - (djm) Redhat spec and manpage fixes from Pekka Savola <pekkas@netcore.fi>
bd590612 2471 - (djm) Seperate tests for int64_t and u_int64_t types
61e96248 2472 - (djm) Tweak password expiry checking at suggestion of Kevin Steves
37c1c46d 2473 <stevesk@sweden.hp.com>
e79b44e1 2474 - (djm) NeXT patch from Ben Lindstrom <mouring@pconline.com>
61e96248 2475 - (djm) Use printf %lld instead of %qd in sftp-server.c. Fix from
e2144f11 2476 Michael Stone <mstone@cs.loyola.edu>
188adeb2 2477 - (djm) OpenBSD CVS sync:
2478 - markus@cvs.openbsd.org 2000/09/17 09:38:59
2479 [sshconnect2.c sshd.c]
2480 fix DEBUG_KEXDH
2481 - markus@cvs.openbsd.org 2000/09/17 09:52:51
2482 [sshconnect.c]
2483 yes no; ok niels@
2484 - markus@cvs.openbsd.org 2000/09/21 04:55:11
2485 [sshd.8]
2486 typo
2487 - markus@cvs.openbsd.org 2000/09/21 05:03:54
2488 [serverloop.c]
2489 typo
2490 - markus@cvs.openbsd.org 2000/09/21 05:11:42
2491 scp.c
2492 utime() to utimes(); mouring@pconline.com
2493 - markus@cvs.openbsd.org 2000/09/21 05:25:08
2494 sshconnect2.c
2495 change login logic in ssh2, allows plugin of other auth methods
2496 - markus@cvs.openbsd.org 2000/09/21 05:25:35
2497 [auth2.c channels.c channels.h clientloop.c dispatch.c dispatch.h]
2498 [serverloop.c]
2499 add context to dispatch_run
2500 - markus@cvs.openbsd.org 2000/09/21 05:07:52
2501 authfd.c authfd.h ssh-agent.c
2502 bug compat for old ssh.com software
764d4113 2503
7f377177 250420000920
2505 - (djm) Fix bad path substitution. Report from Andrew Miner
2506 <asminer@cs.iastate.edu>
2507
bcbf86ec 250820000916
61e96248 2509 - (djm) Fix SSL search order from Lutz Jaenicke
7950bf97 2510 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
19ece6d2 2511 - (djm) New SuSE spec from Corinna Vinschen <corinna@vinschen.de>
9cd45ea4 2512 - (djm) Update CygWin support from Corinna Vinschen <vinschen@cygnus.com>
995edaac 2513 - (djm) Use a real struct sockaddr inside the fake struct sockaddr_storage.
2514 Patch from Larry Jones <larry.jones@sdrc.com>
61e96248 2515 - (djm) Add Steve VanDevender's <stevev@darkwing.uoregon.edu> PAM
ad55cd03 2516 password change patch.
2517 - (djm) Bring licenses on my stuff in line with OpenBSD's
0bbfbdeb 2518 - (djm) Cleanup auth-passwd.c and unify HP/UX authentication. Patch from
2519 Kevin Steves <stevesk@sweden.hp.com>
7f8f5e00 2520 - (djm) Shadow expiry check fix from Pavel Troller <patrol@omni.sinus.cz>
2521 - (djm) Re-enable int64_t types - we need them for sftp
2522 - (djm) Use libexecdir from configure , rather than libexecdir/ssh
2523 - (djm) Update Redhat SPEC file accordingly
2524 - (djm) Add Kevin Steves <stevesk@sweden.hp.com> HP/UX contrib files
2525 - (djm) Add Charles Levert <charles@comm.polymtl.ca> getpgrp patch
61e96248 2526 - (djm) Fix password auth on HP/UX 10.20. Patch from Dirk De Wachter
7f8f5e00 2527 <Dirk.DeWachter@rug.ac.be>
61e96248 2528 - (djm) Fixprogs and entropy list fixes from Larry Jones
7f8f5e00 2529 <larry.jones@sdrc.com>
2530 - (djm) Fix for SuSE spec file from Takashi YOSHIDA
2531 <tyoshida@gemini.rc.kyushu-u.ac.jp>
bcbf86ec 2532 - (djm) Merge OpenBSD changes:
2533 - markus@cvs.openbsd.org 2000/09/05 02:59:57
2534 [session.c]
2535 print hostname (not hushlogin)
2536 - markus@cvs.openbsd.org 2000/09/05 13:18:48
2537 [authfile.c ssh-add.c]
2538 enable ssh-add -d for DSA keys
2539 - markus@cvs.openbsd.org 2000/09/05 13:20:49
2540 [sftp-server.c]
2541 cleanup
2542 - markus@cvs.openbsd.org 2000/09/06 03:46:41
2543 [authfile.h]
2544 prototype
2545 - deraadt@cvs.openbsd.org 2000/09/07 14:27:56
2546 [ALL]
61e96248 2547 cleanup copyright notices on all files. I have attempted to be
2548 accurate with the details. everything is now under Tatu's licence
2549 (which I copied from his readme), and/or the core-sdi bsd-ish thing
2550 for deattack, or various openbsd developers under a 2-term bsd
bcbf86ec 2551 licence. We're not changing any rules, just being accurate.
2552 - markus@cvs.openbsd.org 2000/09/07 14:40:30
2553 [channels.c channels.h clientloop.c serverloop.c ssh.c]
2554 cleanup window and packet sizes for ssh2 flow control; ok niels
2555 - markus@cvs.openbsd.org 2000/09/07 14:53:00
2556 [scp.c]
2557 typo
2558 - markus@cvs.openbsd.org 2000/09/07 15:13:37
2559 [auth-options.c auth-options.h auth-rh-rsa.c auth-rsa.c auth.c]
2560 [authfile.h canohost.c channels.h compat.c hostfile.h log.c match.h]
2561 [pty.c readconf.c]
2562 some more Copyright fixes
2563 - markus@cvs.openbsd.org 2000/09/08 03:02:51
2564 [README.openssh2]
2565 bye bye
2566 - deraadt@cvs.openbsd.org 2000/09/11 18:38:33
2567 [LICENCE cipher.c]
2568 a few more comments about it being ARC4 not RC4
2569 - markus@cvs.openbsd.org 2000/09/12 14:53:11
2570 [log-client.c log-server.c log.c ssh.1 ssh.c ssh.h sshd.8 sshd.c]
2571 multiple debug levels
2572 - markus@cvs.openbsd.org 2000/09/14 14:25:15
2573 [clientloop.c]
2574 typo
2575 - deraadt@cvs.openbsd.org 2000/09/15 01:13:51
2576 [ssh-agent.c]
2577 check return value for setenv(3) for failure, and deal appropriately
2578
deb8d717 257920000913
2580 - (djm) Fix server not exiting with jobs in background.
2581
b5e300c2 258220000905
2583 - (djm) Import OpenBSD CVS changes
2584 - markus@cvs.openbsd.org 2000/08/31 15:52:24
2585 [Makefile sshd.8 sshd_config sftp-server.8 sftp-server.c]
2586 implement a SFTP server. interops with sftp2, scp2 and the windows
2587 client from ssh.com
2588 - markus@cvs.openbsd.org 2000/08/31 15:56:03
2589 [README.openssh2]
2590 sync
2591 - markus@cvs.openbsd.org 2000/08/31 16:05:42
2592 [session.c]
2593 Wall
2594 - markus@cvs.openbsd.org 2000/08/31 16:09:34
2595 [authfd.c ssh-agent.c]
2596 add a flag to SSH2_AGENTC_SIGN_REQUEST for future extensions
2597 - deraadt@cvs.openbsd.org 2000/09/01 09:25:13
2598 [scp.1 scp.c]
2599 cleanup and fix -S support; stevesk@sweden.hp.com
2600 - markus@cvs.openbsd.org 2000/09/01 16:29:32
2601 [sftp-server.c]
2602 portability fixes
2603 - markus@cvs.openbsd.org 2000/09/01 16:32:41
2604 [sftp-server.c]
2605 fix cast; mouring@pconline.com
2606 - itojun@cvs.openbsd.org 2000/09/03 09:23:28
2607 [ssh-add.1 ssh.1]
2608 add missing .El against .Bl.
2609 - markus@cvs.openbsd.org 2000/09/04 13:03:41
2610 [session.c]
2611 missing close; ok theo
2612 - markus@cvs.openbsd.org 2000/09/04 13:07:21
2613 [session.c]
2614 fix get_last_login_time order; from andre@van-veen.de
2615 - markus@cvs.openbsd.org 2000/09/04 13:10:09
2616 [sftp-server.c]
2617 more cast fixes; from mouring@pconline.com
2618 - markus@cvs.openbsd.org 2000/09/04 13:06:04
2619 [session.c]
2620 set SSH_ORIGINAL_COMMAND; from Leakin@dfw.nostrum.com, bet@rahul.net
2621 - (djm) Cleanup after import. Fix sftp-server compilation, Makefile
3c62e7eb 2622 - (djm) Merge cygwin support from Corinna Vinschen <vinschen@cygnus.com>
2623
1e61f54a 262420000903
2625 - (djm) Fix Redhat init script
2626
c80876b4 262720000901
2628 - (djm) Pick up Jim's new X11-askpass
2629 - (djm) Release 2.2.0p1
2630
8b4a0d08 263120000831
bcbf86ec 2632 - (djm) Workaround SIGPIPE problems on SCO. Fix from Aran Cox
8b4a0d08 2633 <acox@cv.telegroup.com>
b817711d 2634 - (djm) Pick up new version (2.2.0) from OpenBSD CVS
8b4a0d08 2635
0b65b628 263620000830
2637 - (djm) Compile warning fixes from Mark Miller <markm@swoon.net>
10fa00c8 2638 - (djm) Periodically rekey arc4random
2639 - (djm) Clean up diff against OpenBSD.
bcbf86ec 2640 - (djm) HPUX 11 needs USE_PIPES as well: Kevin Steves
2b10f47a 2641 <stevesk@sweden.hp.com>
b33a2e6e 2642 - (djm) Quieten the pam delete credentials error message
44839801 2643 - (djm) Fix printing of $DISPLAY hack if set by system type. Report from
2644 Kevin Steves <stevesk@sweden.hp.com>
84a770d1 2645 - (djm) NeXT patch from Ben Lindstrom <mouring@pconline.com>
7efa2776 2646 - (djm) Fix doh in bsd-arc4random.c
0b65b628 2647
9aaf9be4 264820000829
bcbf86ec 2649 - (djm) Fix ^C ignored issue on Solaris. Diagnosis from Gert
2650 Doering <gert@greenie.muc.de>, John Horne <J.Horne@plymouth.ac.uk> and
9aaf9be4 2651 Garrick James <garrick@james.net>
b5f90139 2652 - (djm) Check for SCO pty naming style (ptyp%d/ttyp%d). Based on fix from
2653 Bastian Trompetter <btrompetter@firemail.de>
698d107e 2654 - (djm) NeXT tweaks from Ben Lindstrom <mouring@pconline.com>
14a9a859 2655 - More OpenBSD updates:
2656 - deraadt@cvs.openbsd.org 2000/08/24 15:46:59
2657 [scp.c]
2658 off_t in sink, to fix files > 2GB, i think, test is still running ;-)
2659 - deraadt@cvs.openbsd.org 2000/08/25 10:10:06
2660 [session.c]
2661 Wall
2662 - markus@cvs.openbsd.org 2000/08/26 04:33:43
2663 [compat.c]
2664 ssh.com-2.3.0
2665 - markus@cvs.openbsd.org 2000/08/27 12:18:05
2666 [compat.c]
2667 compatibility with future ssh.com versions
2668 - deraadt@cvs.openbsd.org 2000/08/27 21:50:55
2669 [auth-krb4.c session.c ssh-add.c sshconnect.c uidswap.c]
2670 print uid/gid as unsigned
2671 - markus@cvs.openbsd.org 2000/08/28 13:51:00
2672 [ssh.c]
2673 enable -n and -f for ssh2
2674 - markus@cvs.openbsd.org 2000/08/28 14:19:53
2675 [ssh.c]
2676 allow combination of -N and -f
2677 - markus@cvs.openbsd.org 2000/08/28 14:20:56
2678 [util.c]
2679 util.c
2680 - markus@cvs.openbsd.org 2000/08/28 14:22:02
2681 [util.c]
2682 undo
2683 - markus@cvs.openbsd.org 2000/08/28 14:23:38
2684 [util.c]
2685 don't complain if setting NONBLOCK fails with ENODEV
9aaf9be4 2686
137d7b6c 268720000823
2688 - (djm) Define USE_PIPES to avoid socketpair problems on HPUX 10 and SunOS 4
bcbf86ec 2689 Avoids "scp never exits" problem. Reports from Lutz Jaenicke
2690 <Lutz.Jaenicke@aet.TU-Cottbus.DE> and Tamito KAJIYAMA
137d7b6c 2691 <kajiyama@grad.sccs.chukyo-u.ac.jp>
2e73a022 2692 - (djm) Pick up LOGIN_PROGRAM from environment or PATH if not set by headers
da40ab4d 2693 - (djm) Add local version to version.h
ea788c22 2694 - (djm) Don't reseed arc4random everytime it is used
2e73a022 2695 - (djm) OpenBSD CVS updates:
2696 - deraadt@cvs.openbsd.org 2000/08/18 20:07:23
2697 [ssh.c]
2698 accept remsh as a valid name as well; roman@buildpoint.com
2699 - deraadt@cvs.openbsd.org 2000/08/18 20:17:13
2700 [deattack.c crc32.c packet.c]
2701 rename crc32() to ssh_crc32() to avoid zlib name clash. do not move to
2702 libz crc32 function yet, because it has ugly "long"'s in it;
2703 oneill@cs.sfu.ca
2704 - deraadt@cvs.openbsd.org 2000/08/18 20:26:08
2705 [scp.1 scp.c]
2706 -S prog support; tv@debian.org
2707 - deraadt@cvs.openbsd.org 2000/08/18 20:50:07
2708 [scp.c]
2709 knf
2710 - deraadt@cvs.openbsd.org 2000/08/18 20:57:33
2711 [log-client.c]
2712 shorten
2713 - markus@cvs.openbsd.org 2000/08/19 12:48:11
2714 [channels.c channels.h clientloop.c ssh.c ssh.h]
2715 support for ~. in ssh2
2716 - deraadt@cvs.openbsd.org 2000/08/19 15:29:40
2717 [crc32.h]
2718 proper prototype
2719 - markus@cvs.openbsd.org 2000/08/19 15:34:44
bcbf86ec 2720 [authfd.c authfd.h key.c key.h ssh-add.1 ssh-add.c ssh-agent.1]
2721 [ssh-agent.c ssh-keygen.c sshconnect1.c sshconnect2.c Makefile]
2e73a022 2722 [fingerprint.c fingerprint.h]
2723 add SSH2/DSA support to the agent and some other DSA related cleanups.
2724 (note that we cannot talk to ssh.com's ssh2 agents)
2725 - markus@cvs.openbsd.org 2000/08/19 15:55:52
2726 [channels.c channels.h clientloop.c]
2727 more ~ support for ssh2
2728 - markus@cvs.openbsd.org 2000/08/19 16:21:19
2729 [clientloop.c]
2730 oops
2731 - millert@cvs.openbsd.org 2000/08/20 12:25:53
2732 [session.c]
2733 We have to stash the result of get_remote_name_or_ip() before we
2734 close our socket or getpeername() will get EBADF and the process
2735 will exit. Only a problem for "UseLogin yes".
2736 - millert@cvs.openbsd.org 2000/08/20 12:30:59
2737 [session.c]
2738 Only check /etc/nologin if "UseLogin no" since login(1) may have its
2739 own policy on determining who is allowed to login when /etc/nologin
2740 is present. Also use the _PATH_NOLOGIN define.
2741 - millert@cvs.openbsd.org 2000/08/20 12:42:43
2742 [auth1.c auth2.c session.c ssh.c]
2743 Add calls to setusercontext() and login_get*(). We basically call
2744 setusercontext() in most places where previously we did a setlogin().
2745 Add default login.conf file and put root in the "daemon" login class.
2746 - millert@cvs.openbsd.org 2000/08/21 10:23:31
2747 [session.c]
2748 Fix incorrect PATH setting; noted by Markus.
137d7b6c 2749
c345cf9d 275020000818
2751 - (djm) OpenBSD CVS changes:
2752 - markus@cvs.openbsd.org 2000/07/22 03:14:37
2753 [servconf.c servconf.h sshd.8 sshd.c sshd_config]
2754 random early drop; ok theo, niels
2755 - deraadt@cvs.openbsd.org 2000/07/26 11:46:51
2756 [ssh.1]
2757 typo
2758 - deraadt@cvs.openbsd.org 2000/08/01 11:46:11
2759 [sshd.8]
2760 many fixes from pepper@mail.reppep.com
2761 - provos@cvs.openbsd.org 2000/08/01 13:01:42
2762 [Makefile.in util.c aux.c]
2763 rename aux.c to util.c to help with cygwin port
2764 - deraadt@cvs.openbsd.org 2000/08/02 00:23:31
2765 [authfd.c]
2766 correct sun_len; Alexander@Leidinger.net
2767 - provos@cvs.openbsd.org 2000/08/02 10:27:17
2768 [readconf.c sshd.8]
2769 disable kerberos authentication by default
2770 - provos@cvs.openbsd.org 2000/08/02 11:27:05
2771 [sshd.8 readconf.c auth-krb4.c]
2772 disallow kerberos authentication if we can't verify the TGT; from
2773 dugsong@
2774 kerberos authentication is on by default only if you have a srvtab.
2775 - markus@cvs.openbsd.org 2000/08/04 14:30:07
2776 [auth.c]
2777 unused
2778 - markus@cvs.openbsd.org 2000/08/04 14:30:35
2779 [sshd_config]
2780 MaxStartups
2781 - markus@cvs.openbsd.org 2000/08/15 13:20:46
2782 [authfd.c]
2783 cleanup; ok niels@
2784 - markus@cvs.openbsd.org 2000/08/17 14:05:10
2785 [session.c]
2786 cleanup login(1)-like jobs, no duplicate utmp entries
2787 - markus@cvs.openbsd.org 2000/08/17 14:06:34
2788 [session.c sshd.8 sshd.c]
2789 sshd -u len, similar to telnetd
1a022229 2790 - (djm) Lastlog was not getting closed after writing login entry
39987cc0 2791 - (djm) Add Solaris package support from Rip Loomis <loomisg@cist.saic.com>
c345cf9d 2792
416ed5a7 279320000816
2794 - (djm) Replacement for inet_ntoa for Irix (which breaks on gcc)
bcbf86ec 2795 - (djm) Fix strerror replacement for old SunOS. Based on patch from
416ed5a7 2796 Charles Levert <charles@comm.polymtl.ca>
bcbf86ec 2797 - (djm) Seperate arc4random into seperate file and use OpenSSL's RC4
416ed5a7 2798 implementation.
ba606eb2 2799 - (djm) SUN_LEN macro for systems which lack it
416ed5a7 2800
dbaa2e87 280120000815
2802 - (djm) More SunOS 4.1.x fixes from Nate Itkin <nitkin@europa.com>
cd352c82 2803 - (djm) Avoid failures on Irix when ssh is not setuid. Fix from
2804 Michael Stone <mstone@cs.loyola.edu>
d93a7e5a 2805 - (djm) Don't seek in directory based lastlogs
bcbf86ec 2806 - (djm) Fix --with-ipaddr-display configure option test. Patch from
d93a7e5a 2807 Jarno Huuskonen <jhuuskon@messi.uku.fi>
2a2cb9e7 2808 - (djm) Fix AIX limits from Alexandre Oliva <oliva@lsd.ic.unicamp.br>
dbaa2e87 2809
6c33bf70 281020000813
2811 - (djm) Add $(srcdir) to includes when compiling (for VPATH). Report from
2812 Fabrice bacchella <fabrice.bacchella@marchfirst.fr>
2813
3fcce26c 281420000809
bcbf86ec 2815 - (djm) Define AIX hard limits if headers don't. Report from
3fcce26c 2816 Bill Painter <william.t.painter@lmco.com>
bcbf86ec 2817 - (djm) utmp direct write & SunOS 4 patch from Charles Levert
32eec038 2818 <charles@comm.polymtl.ca>
3fcce26c 2819
71d43804 282020000808
2821 - (djm) Cleanup Redhat RPMs. Generate keys at runtime rather than install
2822 time, spec file cleanup.
2823
f9bcea07 282420000807
378f2232 2825 - (djm) Set 0755 on binaries during install. Report from Lutz Jaenicke
47670e77 2826 - (djm) Suppress error messages on channel close shutdown() failurs
2827 works around Linux bug. Patch from Zack Weinberg <zack@wolery.cumb.org>
378f2232 2828 - (djm) Add some more entropy collection commands from Lutz Jaenicke
f9bcea07 2829
bcf89935 283020000725
2831 - (djm) Fix autoconf typo: HAVE_BINRESVPORT_AF -> HAVE_BINDRESVPORT_AF
2832
4c8722d9 283320000721
2834 - (djm) OpenBSD CVS updates:
2835 - markus@cvs.openbsd.org 2000/07/16 02:27:22
2836 [authfd.c authfd.h channels.c clientloop.c ssh-add.c ssh-agent.c ssh.c]
2837 [sshconnect1.c sshconnect2.c]
2838 make ssh-add accept dsa keys (the agent does not)
2839 - djm@cvs.openbsd.org 2000/07/17 19:25:02
2840 [sshd.c]
2841 Another closing of stdin; ok deraadt
2842 - markus@cvs.openbsd.org 2000/07/19 18:33:12
2843 [dsa.c]
2844 missing free, reorder
2845 - markus@cvs.openbsd.org 2000/07/20 16:23:14
2846 [ssh-keygen.1]
2847 document input and output files
2848
240777b8 284920000720
4c8722d9 2850 - (djm) Spec file fix from Petr Novotny <Petr.Novotny@antek.cz>
240777b8 2851
3c7def32 285220000716
4c8722d9 2853 - (djm) Release 2.1.1p4
3c7def32 2854
819b676f 285520000715
704b1659 2856 - (djm) OpenBSD CVS updates
2857 - provos@cvs.openbsd.org 2000/07/13 16:53:22
2858 [aux.c readconf.c servconf.c ssh.h]
2859 allow multiple whitespace but only one '=' between tokens, bug report from
2860 Ralf S. Engelschall <rse@engelschall.com> but different fix. okay deraadt@
2861 - provos@cvs.openbsd.org 2000/07/13 17:14:09
2862 [clientloop.c]
2863 typo; todd@fries.net
2864 - provos@cvs.openbsd.org 2000/07/13 17:19:31
2865 [scp.c]
2866 close can fail on AFS, report error; from Greg Hudson <ghudson@mit.edu>
2867 - markus@cvs.openbsd.org 2000/07/14 16:59:46
2868 [readconf.c servconf.c]
2869 allow leading whitespace. ok niels
2870 - djm@cvs.openbsd.org 2000/07/14 22:01:38
2871 [ssh-keygen.c ssh.c]
2872 Always create ~/.ssh with mode 700; ok Markus
819b676f 2873 - Fixes for SunOS 4.1.4 from Gordon Atwood <gordon@cs.ualberta.ca>
2874 - Include floatingpoint.h for entropy.c
2875 - strerror replacement
704b1659 2876
3f7a7e4a 287720000712
c37fb3c1 2878 - (djm) Remove -lresolve for Reliant Unix
3f7a7e4a 2879 - (djm) OpenBSD CVS Updates:
2880 - deraadt@cvs.openbsd.org 2000/07/11 02:11:34
2881 [session.c sshd.c ]
2882 make MaxStartups code still work with -d; djm
2883 - deraadt@cvs.openbsd.org 2000/07/11 13:17:45
2884 [readconf.c ssh_config]
2885 disable FallBackToRsh by default
c37fb3c1 2886 - (djm) Replace in_addr_t with u_int32_t in bsd-inet_aton.c. Report from
2887 Ben Lindstrom <mouring@pconline.com>
1e970014 2888 - (djm) Make building of X11-Askpass and GNOME-Askpass optional in RPM
2889 spec file.
dcb36e5d 2890 - (djm) Released 2.1.1p3
3f7a7e4a 2891
56118702 289220000711
2893 - (djm) Fixup for AIX getuserattr() support from Tom Bertelson
2894 <tbert@abac.com>
132dd316 2895 - (djm) ReliantUNIX support from Udo Schweigert <ust@cert.siemens.de>
bcbf86ec 2896 - (djm) NeXT: dirent structures to get scp working from Ben Lindstrom
c99e5056 2897 <mouring@pconline.com>
bcbf86ec 2898 - (djm) Fix broken inet_ntoa check and ut_user/ut_name confusion, report
dc2a6d09 2899 from Jim Watt <jimw@peisj.pebio.com>
2d9a148e 2900 - (djm) Replaced bsd-snprintf.c with one from Mutt source tree, it is known
2901 to compile on more platforms (incl NeXT).
cc6f2c4c 2902 - (djm) Added bsd-inet_aton and configure support for NeXT
aae19451 2903 - (djm) Misc NeXT fixes from Ben Lindstrom <mouring@pconline.com>
089fbbd2 2904 - (djm) OpenBSD CVS updates:
2905 - markus@cvs.openbsd.org 2000/06/26 03:22:29
2906 [authfd.c]
2907 cleanup, less cut&paste
2908 - markus@cvs.openbsd.org 2000/06/26 15:59:19
2909 [servconf.c servconf.h session.c sshd.8 sshd.c]
bcbf86ec 2910 MaxStartups: limit number of unauthenticated connections, work by
089fbbd2 2911 theo and me
2912 - deraadt@cvs.openbsd.org 2000/07/05 14:18:07
2913 [session.c]
2914 use no_x11_forwarding_flag correctly; provos ok
2915 - provos@cvs.openbsd.org 2000/07/05 15:35:57
2916 [sshd.c]
2917 typo
2918 - aaron@cvs.openbsd.org 2000/07/05 22:06:58
2919 [scp.1 ssh-agent.1 ssh-keygen.1 sshd.8]
bcbf86ec 2920 Insert more missing .El directives. Our troff really should identify
089fbbd2 2921 these and spit out a warning.
2922 - todd@cvs.openbsd.org 2000/07/06 21:55:04
2923 [auth-rsa.c auth2.c ssh-keygen.c]
2924 clean code is good code
2925 - deraadt@cvs.openbsd.org 2000/07/07 02:14:29
2926 [serverloop.c]
2927 sense of port forwarding flag test was backwards
2928 - provos@cvs.openbsd.org 2000/07/08 17:17:31
2929 [compat.c readconf.c]
2930 replace strtok with strsep; from David Young <dyoung@onthejob.net>
2931 - deraadt@cvs.openbsd.org 2000/07/08 19:21:15
2932 [auth.h]
2933 KNF
2934 - ho@cvs.openbsd.org 2000/07/08 19:27:33
2935 [compat.c readconf.c]
2936 Better conditions for strsep() ending.
2937 - ho@cvs.openbsd.org 2000/07/10 10:27:05
2938 [readconf.c]
2939 Get the correct message on errors. (niels@ ok)
2940 - ho@cvs.openbsd.org 2000/07/10 10:30:25
2941 [cipher.c kex.c servconf.c]
2942 strtok() --> strsep(). (niels@ ok)
5540ea9b 2943 - (djm) Fix problem with debug mode and MaxStartups
eb37534b 2944 - (djm) Don't generate host keys when $(DESTDIR) is set (e.g. during RPM
2945 builds)
229f64ee 2946 - (djm) Add strsep function from OpenBSD libc for systems that lack it
56118702 2947
a8545c6c 294820000709
2949 - (djm) Only enable PAM_TTY kludge for Linux. Problem report from
2950 Kevin Steves <stevesk@sweden.hp.com>
ec90a7d6 2951 - (djm) Match prototype and function declaration for rresvport_af.
2952 Problem report from Niklas Edmundsson <nikke@ing.umu.se>
bcbf86ec 2953 - (djm) Missing $(DESTDIR) on host-key target causing problems with RPM
732e8ac5 2954 builds. Problem report from Gregory Leblanc <GLeblanc@cu-portland.edu>
37f1df94 2955 - (djm) Replace ut_name with ut_user. Patch from Jim Watt
2956 <jimw@peisj.pebio.com>
264dce47 2957 - (djm) Fix pam sprintf fix
2958 - (djm) Cleanup entropy collection code a little more. Split initialisation
2959 from seeding, perform intialisation immediatly at start, be careful with
2960 uids. Based on problem report from Jim Watt <jimw@peisj.pebio.com>
5bf9cfe9 2961 - (djm) More NeXT compatibility from Ben Lindstrom <mouring@pconline.com>
2962 Including sigaction() et al. replacements
bcbf86ec 2963 - (djm) AIX getuserattr() session initialisation from Tom Bertelson
eeec075f 2964 <tbert@abac.com>
a8545c6c 2965
e2902a5b 296620000708
bcbf86ec 2967 - (djm) Fix bad fprintf format handling in auth-pam.c. Patch from
e2902a5b 2968 Aaron Hopkins <aaron@die.net>
7a33f831 2969 - (djm) Fix incorrect configure handling of --with-rsh-path option. Fix from
2970 Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
bcbf86ec 2971 - (djm) Fixed undefined variables for OSF SIA. Report from
b3f162ba 2972 Baars, Henk <Hendrik.Baars@nl.origin-it.com>
bcbf86ec 2973 - (djm) Handle EWOULDBLOCK returns from read() and write() in atomicio.c
b28e4a3b 2974 Fix from Marquess, Steve Mr JMLFDC <Steve.Marquess@DET.AMEDD.ARMY.MIL>
bcbf86ec 2975 - (djm) Don't use inet_addr.
e2902a5b 2976
5637650d 297720000702
2978 - (djm) Fix brace mismatch from Corinna Vinschen <vinschen@cygnus.com>
27494968 2979 - (djm) Stop shadow expiry checking from preventing logins with NIS. Based
2980 on fix from HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
a4070484 2981 - (djm) Use standard OpenSSL functions in auth-skey.c. Patch from
2982 Chris, the Young One <cky@pobox.com>
bcbf86ec 2983 - (djm) Fix scp progress meter on really wide terminals. Based on patch
88726b31 2984 from James H. Cloos Jr. <cloos@jhcloos.com>
5637650d 2985
388e9f9f 298620000701
2987 - (djm) Fix Tru64 SIA problems reported by John P Speno <speno@isc.upenn.edu>
daaff4d5 2988 - (djm) Login fixes from Tom Bertelson <tbert@abac.com>
82258d68 2989 - (djm) Replace "/bin/sh" with _PATH_BSHELL. Report from Corinna Vinschen
2990 <vinschen@cygnus.com>
30228d7c 2991 - (djm) Replace "/usr/bin/login" with LOGIN_PROGRAM
2647ae26 2992 - (djm) Added check for broken snprintf() functions which do not correctly
2993 terminate output string and attempt to use replacement.
46158300 2994 - (djm) Released 2.1.1p2
388e9f9f 2995
9f32ceb4 299620000628
2997 - (djm) Fixes to lastlog code for Irix
2998 - (djm) Use atomicio in loginrec
3206bb3b 2999 - (djm) Patch from Michael Stone <mstone@cs.loyola.edu> to add support for
3000 Irix 6.x array sessions, project id's, and system audit trail id.
9e0c3e1f 3001 - (djm) Added 'distprep' make target to simplify packaging
bcbf86ec 3002 - (djm) Added patch from Chris Adams <cmadams@hiwaay.net> to add OSF SIA
4d33e531 3003 support. Enable using "USE_SIA=1 ./configure [options]"
61e96248 3004
d8caae24 300520000627
3006 - (djm) Fixes to login code - not setting li->uid, cleanups
a05a70ab 3007 - (djm) Formatting
d8caae24 3008
fe30cc2e 300920000626
3e98362e 3010 - (djm) Better fix to aclocal tests from Garrick James <garrick@james.net>
4cb5ffa0 3011 - (djm) Account expiry support from Andreas Steinmetz <ast@domdv.de>
3012 - (djm) Added password expiry checking (no password change support)
be0b9bb7 3013 - (djm) Make EGD failures non-fatal if OpenSSL's entropy pool is still OK
3014 based on patch from Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
b5b3f75d 3015 - (djm) Fix fixed EGD code.
3e98362e 3016 - OpenBSD CVS update
3017 - provos@cvs.openbsd.org 2000/06/25 14:17:58
3018 [channels.c]
3019 correct check for bad channel ids; from Wei Dai <weidai@eskimo.com>
3020
1c04b088 302120000623
bcbf86ec 3022 - (djm) Use sa_family_t in prototype for rresvport_af. Patch from
1c04b088 3023 Svante Signell <svante.signell@telia.com>
3024 - (djm) Autoconf logic to define sa_family_t if it is missing
e5a0294f 3025 - OpenBSD CVS Updates:
3026 - markus@cvs.openbsd.org 2000/06/22 10:32:27
3027 [sshd.c]
3028 missing atomicio; report from Steve.Marquess@DET.AMEDD.ARMY.MIL
3029 - djm@cvs.openbsd.org 2000/06/22 17:55:00
3030 [auth-krb4.c key.c radix.c uuencode.c]
3031 Missing CVS idents; ok markus
1c04b088 3032
f528fdf2 303320000622
3034 - (djm) Automatically generate host key during "make install". Suggested
3035 by Gary E. Miller <gem@rellim.com>
3036 - (djm) Paranoia before kill() system call
74fc9186 3037 - OpenBSD CVS Updates:
3038 - markus@cvs.openbsd.org 2000/06/18 18:50:11
3039 [auth2.c compat.c compat.h sshconnect2.c]
3040 make userauth+pubkey interop with ssh.com-2.2.0
3041 - markus@cvs.openbsd.org 2000/06/18 20:56:17
3042 [dsa.c]
3043 mem leak + be more paranoid in dsa_verify.
3044 - markus@cvs.openbsd.org 2000/06/18 21:29:50
3045 [key.c]
3046 cleanup fingerprinting, less hardcoded sizes
3047 - markus@cvs.openbsd.org 2000/06/19 19:39:45
3048 [atomicio.c auth-options.c auth-passwd.c auth-rh-rsa.c auth-rhosts.c]
3049 [auth-rsa.c auth-skey.c authfd.c authfd.h authfile.c bufaux.c bufaux.h]
bcbf86ec 3050 [buffer.c buffer.h canohost.c channels.c channels.h cipher.c cipher.h]
74fc9186 3051 [clientloop.c compat.c compat.h compress.c compress.h crc32.c crc32.h]
3052 [deattack.c dispatch.c dsa.c fingerprint.c fingerprint.h getput.h hmac.c]
bcbf86ec 3053 [kex.c log-client.c log-server.c login.c match.c mpaux.c mpaux.h nchan.c]
3054 [nchan.h packet.c packet.h pty.c pty.h readconf.c readconf.h readpass.c]
74fc9186 3055 [rsa.c rsa.h scp.c servconf.c servconf.h ssh-add.c ssh-keygen.c ssh.c]
3056 [ssh.h tildexpand.c ttymodes.c ttymodes.h uidswap.c xmalloc.c xmalloc.h]
3057 OpenBSD tag
3058 - markus@cvs.openbsd.org 2000/06/21 10:46:10
3059 sshconnect2.c missing free; nuke old comment
f528fdf2 3060
e5fe9a1f 306120000620
3062 - (djm) Replace use of '-o' and '-a' logical operators in configure tests
986a22ec 3063 with '||' and '&&'. As suggested by Jim Knoble <jmknoble@jmknoble.cx>
e5fe9a1f 3064 to fix SCO Unixware problem reported by Gary E. Miller <gem@rellim.com>
c03aced4 3065 - (djm) Typo in loginrec.c
e5fe9a1f 3066
cbd7492e 306720000618
3068 - (djm) Add summary of configure options to end of ./configure run
bcbf86ec 3069 - (djm) Not all systems define RUSAGE_SELF & RUSAGE_CHILDREN. Report from
cbd7492e 3070 Michael Stone <mstone@cs.loyola.edu>
bcbf86ec 3071 - (djm) rusage is a privileged operation on some Unices (incl.
cbd7492e 3072 Solaris 2.5.1). Report from Paul D. Smith <pausmith@nortelnetworks.com>
bcbf86ec 3073 - (djm) Avoid PAM failures when running without a TTY. Report from
cbd7492e 3074 Martin Petrak <petrak@spsknm.schools.sk>
3075 - (djm) Include sys/types.h when including netinet/in.h in configure tests.
3076 Patch from Jun-ichiro itojun Hagino <itojun@iijlab.net>
729bfe59 3077 - (djm) Started merge of Ben Lindstrom's <mouring@pconline.com> NeXT support
38c295d6 3078 - OpenBSD CVS updates:
3079 - deraadt@cvs.openbsd.org 2000/06/17 09:58:46
3080 [channels.c]
3081 everyone says "nix it" (remove protocol 2 debugging message)
3082 - markus@cvs.openbsd.org 2000/06/17 13:24:34
3083 [sshconnect.c]
3084 allow extended server banners
3085 - markus@cvs.openbsd.org 2000/06/17 14:30:10
3086 [sshconnect.c]
3087 missing atomicio, typo
3088 - jakob@cvs.openbsd.org 2000/06/17 16:52:34
3089 [servconf.c servconf.h session.c sshd.8 sshd_config]
3090 add support for ssh v2 subsystems. ok markus@.
3091 - deraadt@cvs.openbsd.org 2000/06/17 18:57:48
3092 [readconf.c servconf.c]
3093 include = in WHITESPACE; markus ok
3094 - markus@cvs.openbsd.org 2000/06/17 19:09:10
3095 [auth2.c]
3096 implement bug compatibility with ssh-2.0.13 pubkey, server side
3097 - markus@cvs.openbsd.org 2000/06/17 21:00:28
3098 [compat.c]
3099 initial support for ssh.com's 2.2.0
3100 - markus@cvs.openbsd.org 2000/06/17 21:16:09
3101 [scp.c]
3102 typo
3103 - markus@cvs.openbsd.org 2000/06/17 22:05:02
3104 [auth-rsa.c auth2.c serverloop.c session.c auth-options.c auth-options.h]
3105 split auth-rsa option parsing into auth-options
3106 add options support to authorized_keys2
3107 - markus@cvs.openbsd.org 2000/06/17 22:42:54
3108 [session.c]
3109 typo
cbd7492e 3110
509b1f88 311120000613
3112 - (djm) Fixes from Andrew McGill <andrewm@datrix.co.za>:
3113 - Platform define for SCO 3.x which breaks on /dev/ptmx
3114 - Detect and try to fix missing MAXPATHLEN
a4d05724 3115 - (djm) Fix short copy in loginrec.c (based on patch from Phill Camp
3116 <P.S.S.Camp@ukc.ac.uk>
509b1f88 3117
09564242 311820000612
3119 - (djm) Glob manpages in RPM spec files to catch compressed files
3120 - (djm) Full license in auth-pam.c
08ae384f 3121 - (djm) Configure fixes from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
383207f7 3122 - (andre) AIX, lastlog, configure fixes from Tom Bertelson <tbert@abac.com>:
3123 - Don't try to retrieve lastlog from wtmp/wtmpx if DISABLE_LASTLOG is
3124 def'd
3125 - Set AIX to use preformatted manpages
61e96248 3126
74b224a0 312720000610
3128 - (djm) Minor doc tweaks
217ab55e 3129 - (djm) Fix for configure on bash2 from Jim Knoble <jmknoble@jmknoble.cx>
74b224a0 3130
32c80420 313120000609
3132 - (djm) Patch from Kenji Miyake <kenji@miyake.org> to disable utmp usage
3133 (in favour of utmpx) on Solaris 8
3134
fa649821 313520000606
48c99b2c 3136 - (djm) Cleanup of entropy.c. Reorganised code, removed second pass through
3137 list of commands (by default). Removed verbose debugging (by default).
bcbf86ec 3138 - (djm) Increased command entropy estimates and default entropy collection
48c99b2c 3139 timeout
f988dce5 3140 - (djm) Remove duplicate headers from loginrec.c
c5fa2eb0 3141 - (djm) Don't add /usr/local/lib to library search path on Irix
bcbf86ec 3142 - (djm) Fix rsh path in RPMs. Report from Jason L Tibbitts III
fa649821 3143 <tibbs@math.uh.edu>
1e83f2a2 3144 - (djm) Warn user if grabs fail in GNOME askpass. Patch from Zack Weinberg
3145 <zack@wolery.cumb.org>
fa649821 3146 - (djm) OpenBSD CVS updates:
3147 - todd@cvs.openbsd.org
3148 [sshconnect2.c]
3149 teach protocol v2 to count login failures properly and also enable an
3150 explanation of why the password prompt comes up again like v1; this is NOT
3151 crypto
61e96248 3152 - markus@cvs.openbsd.org
fa649821 3153 [readconf.c readconf.h servconf.c servconf.h session.c ssh.1 ssh.c sshd.8]
3154 xauth_location support; pr 1234
3155 [readconf.c sshconnect2.c]
3156 typo, unused
3157 [session.c]
3158 allow use_login only for login sessions, otherwise remote commands are
3159 execed with uid==0
3160 [sshd.8]
3161 document UseLogin better
3162 [version.h]
3163 OpenSSH 2.1.1
3164 [auth-rsa.c]
bcbf86ec 3165 fix match_hostname() logic for auth-rsa: deny access if we have a
fa649821 3166 negative match or no match at all
3167 [channels.c hostfile.c match.c]
bcbf86ec 3168 don't panic if mkdtemp fails for authfwd; jkb@yahoo-inc.com via
fa649821 3169 kris@FreeBSD.org
3170
8e7b16f8 317120000606
bcbf86ec 3172 - (djm) Added --with-cflags, --with-ldflags and --with-libs options to
8e7b16f8 3173 configure.
3174
d7c0f3d5 317520000604
3176 - Configure tweaking for new login code on Irix 5.3
2d6c411f 3177 - (andre) login code changes based on djm feedback
d7c0f3d5 3178
2d6c411f 317920000603
3180 - (andre) New login code
3181 - Remove bsd-login.[ch] and all the OpenBSD-derived code in login.c
3182 - Add loginrec.[ch], logintest.c and autoconf code
61e96248 3183
5daf7064 318420000531
3185 - Cleanup of auth.c, login.c and fake-*
3186 - Cleanup of auth-pam.c, save and print "account expired" error messages
e5662474 3187 - Fix EGD read bug by IWAMURO Motonori <iwa@mmp.fujitsu.co.jp>
69134b9b 3188 - Rewrote bsd-login to use proper utmp API if available. Major cleanup
3189 of fallback DIY code.
5daf7064 3190
b9f446d1 319120000530
3192 - Define atexit for old Solaris
b02ebca1 3193 - Fix buffer overrun in login.c for systems which use syslen in utmpx.
3194 patch from YOSHIFUJI Hideaki <yoshfuji@cerberus.nemoto.ecei.tohoku.ac.jp>
71276795 3195 - OpenBSD CVS updates:
3196 - markus@cvs.openbsd.org
3197 [session.c]
3198 make x11-fwd work w/ localhost (xauth add host/unix:11)
3199 [cipher.c compat.c readconf.c servconf.c]
3200 check strtok() != NULL; ok niels@
3201 [key.c]
3202 fix key_read() for uuencoded keys w/o '='
3203 [serverloop.c]
3204 group ssh1 vs. ssh2 in serverloop
3205 [kex.c kex.h myproposal.h sshconnect2.c sshd.c]
3206 split kexinit/kexdh, factor out common code
3207 [readconf.c ssh.1 ssh.c]
3208 forwardagent defaults to no, add ssh -A
3209 - theo@cvs.openbsd.org
3210 [session.c]
3211 just some line shortening
60688ef9 3212 - Released 2.1.0p3
b9f446d1 3213
29611d9c 321420000520
3215 - Xauth fix from Markus Friedl <markus.friedl@informatik.uni-erlangen.de>
25422c70 3216 - Don't touch utmp if USE_UTMPX defined
a423beaf 3217 - SunOS 4.x support from Todd C. Miller <Todd.Miller@courtesan.com>
fc1e8bf4 3218 - SIGCHLD fix for AIX and HPUX from Tom Bertelson <tbert@abac.com>
bcbf86ec 3219 - HPUX and Configure fixes from Lutz Jaenicke
fc1e8bf4 3220 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
bcbf86ec 3221 - Use mkinstalldirs script to make directories instead of non-portable
fc1e8bf4 3222 "install -d". Suggested by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
a905808d 3223 - Doc cleanup
29611d9c 3224
301e9b01 322520000518
3226 - Include Andre Lucas' fixprogs script. Forgot to "cvs add" it yesterday
3227 - OpenBSD CVS updates:
3228 - markus@cvs.openbsd.org
3229 [sshconnect.c]
3230 copy only ai_addrlen bytes; misiek@pld.org.pl
3231 [auth.c]
bcbf86ec 3232 accept an empty shell in authentication; bug reported by
301e9b01 3233 chris@tinker.ucr.edu
3234 [serverloop.c]
3235 we don't have stderr for interactive terminal sessions (fcntl errors)
3236
ad85db64 323720000517
3238 - Fix from Andre Lucas <andre.lucas@dial.pipex.com>
3239 - Fixes command line printing segfaults (spotter: Bladt Norbert)
3240 - Fixes erroneous printing of debug messages to syslog
3241 - Fixes utmp for MacOS X (spotter: Aristedes Maniatis)
3242 - Gives useful error message if PRNG initialisation fails
3243 - Reduced ssh startup delay
3244 - Measures cumulative command time rather than the time between reads
704b1659 3245 after select()
ad85db64 3246 - 'fixprogs' perl script to eliminate non-working entropy commands, and
704b1659 3247 optionally run 'ent' to measure command entropy
c1ef8333 3248 - Applied Tom Bertelson's <tbert@abac.com> AIX authentication fix
a64009ad 3249 - Avoid WCOREDUMP complation errors for systems that lack it
bcbf86ec 3250 - Avoid SIGCHLD warnings from entropy commands
28c1d5ce 3251 - Fix HAVE_PAM_GETENVLIST setting from Simon Wilkinson <sxw@dcs.ed.ac.uk>
0e73cc53 3252 - OpenBSD CVS update:
bcbf86ec 3253 - markus@cvs.openbsd.org
0e73cc53 3254 [ssh.c]
3255 fix usage()
3256 [ssh2.h]
3257 draft-ietf-secsh-architecture-05.txt
3258 [ssh.1]
3259 document ssh -T -N (ssh2 only)
3260 [channels.c serverloop.c ssh.h sshconnect.c sshd.c aux.c]
3261 enable nonblocking IO for sshd w/ proto 1, too; split out common code
3262 [aux.c]
3263 missing include
c04f75f1 3264 - Several patches from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
3265 - INSTALL typo and URL fix
3266 - Makefile fix
3267 - Solaris fixes
bcbf86ec 3268 - Checking for ssize_t and memmove. Based on patch from SAKAI Kiyotaka
c04f75f1 3269 <ksakai@kso.netwk.ntt-at.co.jp>
afa5ee68 3270 - RSAless operation patch from kevin_oconnor@standardandpoors.com
d45e3d76 3271 - Detect OpenSSL seperatly from RSA
bcbf86ec 3272 - Better test for RSA (more compatible with RSAref). Based on work by
d45e3d76 3273 Ed Eden <ede370@stl.rural.usda.gov>
ad85db64 3274
3d1a1654 327520000513
bcbf86ec 3276 - Fix for non-recognised DSA keys from Arkadiusz Miskiewicz
3d1a1654 3277 <misiek@pld.org.pl>
3278
d02a3a00 327920000511
bcbf86ec 3280 - Fix for prng_seed permissions checking from Lutz Jaenicke
d02a3a00 3281 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
3d1a1654 3282 - "make host-key" fix for Irix
d02a3a00 3283
d0c832f3 328420000509
3285 - OpenBSD CVS update
3286 - markus@cvs.openbsd.org
3287 [cipher.h myproposal.h readconf.c readconf.h servconf.c ssh.1 ssh.c]
3288 [ssh.h sshconnect1.c sshconnect2.c sshd.8]
3289 - complain about invalid ciphers in SSH1 (e.g. arcfour is SSH2 only)
3290 - hugh@cvs.openbsd.org
3291 [ssh.1]
3292 - zap typo
3293 [ssh-keygen.1]
3294 - One last nit fix. (markus approved)
3295 [sshd.8]
3296 - some markus certified spelling adjustments
3297 - markus@cvs.openbsd.org
3298 [auth2.c channels.c clientloop.c compat compat.h dsa.c kex.c]
3299 [sshconnect2.c ]
3300 - bug compat w/ ssh-2.0.13 x11, split out bugs
3301 [nchan.c]
3302 - no drain if ibuf_empty, fixes x11fwd problems; tests by fries@
3303 [ssh-keygen.c]
3304 - handle escapes in real and original key format, ok millert@
3305 [version.h]
3306 - OpenSSH-2.1
3dc1102e 3307 - Moved all the bsd-* and fake-* stuff into new libopenbsd-compat.a
e93ee87a 3308 - Doc updates
bcbf86ec 3309 - Cleanup of bsd-base64 headers, bugfix definitions of __b64_*. Reported
21e5304a 3310 by Andre Lucas <andre.lucas@dial.pipex.com>
d0c832f3 3311
ebdeb9a8 331220000508
3313 - Makefile and RPM spec fixes
3314 - Generate DSA host keys during "make key" or RPM installs
f6cde515 3315 - OpenBSD CVS update
3316 - markus@cvs.openbsd.org
3317 [clientloop.c sshconnect2.c]
3318 - make x11-fwd interop w/ ssh-2.0.13
3319 [README.openssh2]
3320 - interop w/ SecureFX
3321 - Release 2.0.0beta2
ebdeb9a8 3322
bcbf86ec 3323 - Configure caching and cleanup patch from Andre Lucas'
58d100bf 3324 <andre.lucas@dial.pipex.com>
3325
1d1ffb87 332620000507
3327 - Remove references to SSLeay.
3328 - Big OpenBSD CVS update
3329 - markus@cvs.openbsd.org
3330 [clientloop.c]
3331 - typo
3332 [session.c]
3333 - update proctitle on pty alloc/dealloc, e.g. w/ windows client
3334 [session.c]
3335 - update proctitle for proto 1, too
3336 [channels.h nchan.c serverloop.c session.c sshd.c]
3337 - use c-style comments
3338 - deraadt@cvs.openbsd.org
3339 [scp.c]
3340 - more atomicio
bcbf86ec 3341 - markus@cvs.openbsd.org
1d1ffb87 3342 [channels.c]
3343 - set O_NONBLOCK
3344 [ssh.1]
3345 - update AUTHOR
3346 [readconf.c ssh-keygen.c ssh.h]
3347 - default DSA key file ~/.ssh/id_dsa
3348 [clientloop.c]
3349 - typo, rm verbose debug
3350 - deraadt@cvs.openbsd.org
3351 [ssh-keygen.1]
3352 - document DSA use of ssh-keygen
3353 [sshd.8]
3354 - a start at describing what i understand of the DSA side
3355 [ssh-keygen.1]
3356 - document -X and -x
3357 [ssh-keygen.c]
3358 - simplify usage
bcbf86ec 3359 - markus@cvs.openbsd.org
1d1ffb87 3360 [sshd.8]
3361 - there is no rhosts_dsa
3362 [ssh-keygen.1]
3363 - document -y, update -X,-x
3364 [nchan.c]
3365 - fix close for non-open ssh1 channels
3366 [servconf.c servconf.h ssh.h sshd.8 sshd.c ]
3367 - s/DsaKey/HostDSAKey/, document option
3368 [sshconnect2.c]
3369 - respect number_of_password_prompts
3370 [channels.c channels.h servconf.c servconf.h session.c sshd.8]
3371 - GatewayPorts for sshd, ok deraadt@
3372 [ssh-add.1 ssh-agent.1 ssh.1]
3373 - more doc on: DSA, id_dsa, known_hosts2, authorized_keys2
3374 [ssh.1]
3375 - more info on proto 2
3376 [sshd.8]
3377 - sync AUTHOR w/ ssh.1
3378 [key.c key.h sshconnect.c]
3379 - print key type when talking about host keys
3380 [packet.c]
3381 - clear padding in ssh2
3382 [dsa.c key.c radix.c ssh.h sshconnect1.c uuencode.c uuencode.h]
3383 - replace broken uuencode w/ libc b64_ntop
3384 [auth2.c]
3385 - log failure before sending the reply
3386 [key.c radix.c uuencode.c]
3387 - remote trailing comments before calling __b64_pton
3388 [auth2.c readconf.c readconf.h servconf.c servconf.h ssh.1]
3389 [sshconnect2.c sshd.8]
3390 - add DSAAuthetication option to ssh/sshd, document SSH2 in sshd.8
3391 - Bring in b64_ntop and b64_pton from OpenBSD libc (bsd-base64.[ch])
3392
1a11e1ae 339320000502
0fbe8c74 3394 - OpenBSD CVS update
3395 [channels.c]
3396 - init all fds, close all fds.
3397 [sshconnect2.c]
3398 - check whether file exists before asking for passphrase
3399 [servconf.c servconf.h sshd.8 sshd.c]
3400 - PidFile, pr 1210
3401 [channels.c]
3402 - EINTR
3403 [channels.c]
3404 - unbreak, ok niels@
3405 [sshd.c]
3406 - unlink pid file, ok niels@
3407 [auth2.c]
3408 - Add missing #ifdefs; ok - markus
bcbf86ec 3409 - Add Andre Lucas' <andre.lucas@dial.pipex.com> patch to read entropy
d3083fbd 3410 gathering commands from a text file
1a11e1ae 3411 - Release 2.0.0beta1
3412
c4bc58eb 341320000501
3414 - OpenBSD CVS update
3415 [packet.c]
3416 - send debug messages in SSH2 format
3189621b 3417 [scp.c]
3418 - fix very rare EAGAIN/EINTR issues; based on work by djm
3419 [packet.c]
3420 - less debug, rm unused
3421 [auth2.c]
3422 - disable kerb,s/key in ssh2
3423 [sshd.8]
3424 - Minor tweaks and typo fixes.
3425 [ssh-keygen.c]
3426 - Put -d into usage and reorder. markus ok.
bcbf86ec 3427 - Include missing headers for OpenSSL tests. Fix from Phil Karn
44fb55e9 3428 <karn@ka9q.ampr.org>
bcbf86ec 3429 - Fixed __progname symbol collisions reported by Andre Lucas
3fd95d9a 3430 <andre.lucas@dial.pipex.com>
0d5f7abc 3431 - Merged bsd-login ttyslot and AIX utmp patch from Gert Doering
3432 <gd@hilb1.medat.de>
8cb940db 3433 - Add some missing ifdefs to auth2.c
8af50c98 3434 - Deprecate perl-tk askpass.
52bcc044 3435 - Irix portability fixes - don't include netinet headers more than once
3436 - Make sure we don't save PRNG seed more than once
c4bc58eb 3437
2b763e31 343820000430
3439 - Merge HP-UX fixes and TCB support from Ged Lodder <lodder@yacc.com.au>
b7a87eea 3440 - Integrate Andre Lucas' <andre.lucas@dial.pipex.com> entropy collection
3441 patch.
3442 - Adds timeout to entropy collection
3443 - Disables slow entropy sources
3444 - Load and save seed file
bcbf86ec 3445 - Changed entropy seed code to user per-user seeds only (server seed is
b7a87eea 3446 saved in root's .ssh directory)
3447 - Use atexit() and fatal cleanups to save seed on exit
0b242b12 3448 - More OpenBSD updates:
3449 [session.c]
3450 - don't call chan_write_failed() if we are not writing
3451 [auth-rsa.c auth1.c authfd.c hostfile.c ssh-agent.c]
3452 - keysize warnings error() -> log()
2b763e31 3453
a306f2dd 345420000429
3455 - Merge big update to OpenSSH-2.0 from OpenBSD CVS
3456 [README.openssh2]
3457 - interop w/ F-secure windows client
3458 - sync documentation
3459 - ssh_host_dsa_key not ssh_dsa_key
3460 [auth-rsa.c]
3461 - missing fclose
3462 [auth.c authfile.c compat.c dsa.c dsa.h hostfile.c key.c key.h radix.c]
3463 [readconf.c readconf.h ssh-add.c ssh-keygen.c ssh.c ssh.h sshconnect.c]
3464 [sshd.c uuencode.c uuencode.h authfile.h]
3465 - add DSA pubkey auth and other SSH2 fixes. use ssh-keygen -[xX]
3466 for trading keys with the real and the original SSH, directly from the
3467 people who invented the SSH protocol.
3468 [auth.c auth.h authfile.c sshconnect.c auth1.c auth2.c sshconnect.h]
3469 [sshconnect1.c sshconnect2.c]
3470 - split auth/sshconnect in one file per protocol version
3471 [sshconnect2.c]
3472 - remove debug
3473 [uuencode.c]
3474 - add trailing =
3475 [version.h]
3476 - OpenSSH-2.0
3477 [ssh-keygen.1 ssh-keygen.c]
3478 - add -R flag: exit code indicates if RSA is alive
3479 [sshd.c]
3480 - remove unused
3481 silent if -Q is specified
3482 [ssh.h]
3483 - host key becomes /etc/ssh_host_dsa_key
3484 [readconf.c servconf.c ]
3485 - ssh/sshd default to proto 1 and 2
3486 [uuencode.c]
3487 - remove debug
3488 [auth2.c ssh-keygen.c sshconnect2.c sshd.c]
3489 - xfree DSA blobs
3490 [auth2.c serverloop.c session.c]
3491 - cleanup logging for sshd/2, respect PasswordAuth no
3492 [sshconnect2.c]
3493 - less debug, respect .ssh/config
3494 [README.openssh2 channels.c channels.h]
bcbf86ec 3495 - clientloop.c session.c ssh.c
a306f2dd 3496 - support for x11-fwding, client+server
3497
0ac7199f 349820000421
3499 - Merge fix from OpenBSD CVS
3500 [ssh-agent.c]
3501 - Fix memory leak per connection. Report from Andy Spiegl <Andy@Spiegl.de>
3502 via Debian bug #59926
18ba2aab 3503 - Define __progname in session.c if libc doesn't
3504 - Remove indentation on autoconf #include statements to avoid bug in
bcbf86ec 3505 DEC Tru64 compiler. Report and fix from David Del Piero
18ba2aab 3506 <David.DelPiero@qed.qld.gov.au>
0ac7199f 3507
e1b37056 350820000420
bcbf86ec 3509 - Make fixpaths work with perl4, patch from Andre Lucas
e1b37056 3510 <andre.lucas@dial.pipex.com>
9da5c3c9 3511 - Sync with OpenBSD CVS:
3512 [clientloop.c login.c serverloop.c ssh-agent.c ssh.h sshconnect.c sshd.c]
3513 - pid_t
3514 [session.c]
3515 - remove bogus chan_read_failed. this could cause data
3516 corruption (missing data) at end of a SSH2 session.
4e577b89 3517 - Merge fixes from Debian patch from Phil Hands <phil@hands.com>
3518 - Allow setting of PAM service name through CFLAGS (SSHD_PAM_SERVICE)
3519 - Use vhangup to clean up Linux ttys
3520 - Force posix getopt processing on GNU libc systems
371ecff9 3521 - Debian bug #55910 - remove references to ssl(8) manpages
247f1a89 3522 - Debian bug #58031 - ssh_config lies about default cipher
e1b37056 3523
d6f24e45 352420000419
3525 - OpenBSD CVS updates
3526 [channels.c]
3527 - fix pr 1196, listen_port and port_to_connect interchanged
3528 [scp.c]
bcbf86ec 3529 - after completion, replace the progress bar ETA counter with a final
d6f24e45 3530 elapsed time; my idea, aaron wrote the patch
3531 [ssh_config sshd_config]
3532 - show 'Protocol' as an example, ok markus@
3533 [sshd.c]
3534 - missing xfree()
3535 - Add missing header to bsd-misc.c
3536
35484284 353720000416
3538 - Reduce diff against OpenBSD source
bcbf86ec 3539 - All OpenSSL includes are now unconditionally referenced as
35484284 3540 openssl/foo.h
3541 - Pick up formatting changes
3542 - Other minor changed (typecasts, etc) that I missed
3543
6ae2364d 354420000415
3545 - OpenBSD CVS updates.
3546 [ssh.1 ssh.c]
3547 - ssh -2
3548 [auth.c channels.c clientloop.c packet.c packet.h serverloop.c]
3549 [session.c sshconnect.c]
3550 - check payload for (illegal) extra data
3551 [ALL]
3552 whitespace cleanup
3553
c323ac76 355420000413
3555 - INSTALL doc updates
f54651ce 3556 - Merged OpenBSD updates to include paths.
bcbf86ec 3557
a8be9f80 355820000412
3559 - OpenBSD CVS updates:
3560 - [channels.c]
3561 repair x11-fwd
3562 - [sshconnect.c]
3563 fix passwd prompt for ssh2, less debugging output.
3564 - [clientloop.c compat.c dsa.c kex.c sshd.c]
3565 less debugging output
3566 - [kex.c kex.h sshconnect.c sshd.c]
3567 check for reasonable public DH values
3568 - [README.openssh2 cipher.c cipher.h compat.c compat.h readconf.c]
3569 [readconf.h servconf.c servconf.h ssh.c ssh.h sshconnect.c sshd.c]
3570 add Cipher and Protocol options to ssh/sshd, e.g.:
3571 ssh -o 'Protocol 1,2' if you prefer proto 1, ssh -o 'Ciphers
3572 arcfour,3des-cbc'
3573 - [sshd.c]
3574 print 1.99 only if server supports both
3575
18e92801 357620000408
3577 - Avoid some compiler warnings in fake-get*.c
3578 - Add IPTOS macros for systems which lack them
9d98aaf6 3579 - Only set define entropy collection macros if they are found
e78a59f5 3580 - More large OpenBSD CVS updates:
3581 - [auth.c auth.h servconf.c servconf.h serverloop.c session.c]
3582 [session.h ssh.h sshd.c README.openssh2]
3583 ssh2 server side, see README.openssh2; enable with 'sshd -2'
3584 - [channels.c]
3585 no adjust after close
3586 - [sshd.c compat.c ]
3587 interop w/ latest ssh.com windows client.
61e96248 3588
8ce64345 358920000406
3590 - OpenBSD CVS update:
3591 - [channels.c]
3592 close efd on eof
3593 - [clientloop.c compat.c ssh.c sshconnect.c myproposal.h]
3594 ssh2 client implementation, interops w/ ssh.com and lsh servers.
3595 - [sshconnect.c]
3596 missing free.
3597 - [authfile.c cipher.c cipher.h packet.c sshconnect.c sshd.c]
3598 remove unused argument, split cipher_mask()
3599 - [clientloop.c]
3600 re-order: group ssh1 vs. ssh2
3601 - Make Redhat spec require openssl >= 0.9.5a
3602
e7627112 360320000404
3604 - Add tests for RAND_add function when searching for OpenSSL
7e7327a1 3605 - OpenBSD CVS update:
3606 - [packet.h packet.c]
3607 ssh2 packet format
3608 - [packet.h packet.c nchan2.ms nchan.h compat.h compat.c]
3609 [channels.h channels.c]
3610 channel layer support for ssh2
3611 - [kex.h kex.c hmac.h hmac.c dsa.c dsa.h]
3612 DSA, keyexchange, algorithm agreement for ssh2
6c081128 3613 - Generate manpages before make install not at the end of make all
3614 - Don't seed the rng quite so often
3615 - Always reseed rng when requested
e7627112 3616
bfc9a610 361720000403
3618 - Wrote entropy collection routines for systems that lack /dev/random
3619 and EGD
837c30b8 3620 - Disable tests and typedefs for 64 bit types. They are currently unused.
bfc9a610 3621
7368a6c8 362220000401
3623 - Big OpenBSD CVS update (mainly beginnings of SSH2 infrastructure)
3624 - [auth.c session.c sshd.c auth.h]
3625 split sshd.c -> auth.c session.c sshd.c plus cleanup and goto-removal
3626 - [bufaux.c bufaux.h]
3627 support ssh2 bignums
3628 - [channels.c channels.h clientloop.c sshd.c nchan.c nchan.h packet.c]
3629 [readconf.c ssh.c ssh.h serverloop.c]
3630 replace big switch() with function tables (prepare for ssh2)
3631 - [ssh2.h]
3632 ssh2 message type codes
3633 - [sshd.8]
3634 reorder Xr to avoid cutting
3635 - [serverloop.c]
3636 close(fdin) if fdin != fdout, shutdown otherwise, ok theo@
3637 - [channels.c]
3638 missing close
3639 allow bigger packets
3640 - [cipher.c cipher.h]
3641 support ssh2 ciphers
3642 - [compress.c]
3643 cleanup, less code
3644 - [dispatch.c dispatch.h]
3645 function tables for different message types
3646 - [log-server.c]
3647 do not log() if debuggin to stderr
3648 rename a cpp symbol, to avoid param.h collision
3649 - [mpaux.c]
3650 KNF
3651 - [nchan.c]
3652 sync w/ channels.c
3653
f5238bee 365420000326
3655 - Better tests for OpenSSL w/ RSAref
bcbf86ec 3656 - Added replacement setenv() function from OpenBSD libc. Suggested by
f5238bee 3657 Ben Lindstrom <mouring@pconline.com>
4fe2af09 3658 - OpenBSD CVS update
3659 - [auth-krb4.c]
3660 -Wall
3661 - [auth-rh-rsa.c auth-rsa.c hostfile.c hostfile.h key.c key.h match.c]
3662 [match.h ssh.c ssh.h sshconnect.c sshd.c]
3663 initial support for DSA keys. ok deraadt@, niels@
3664 - [cipher.c cipher.h]
3665 remove unused cipher_attack_detected code
3666 - [scp.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
3667 Fix some formatting problems I missed before.
3668 - [ssh.1 sshd.8]
3669 fix spelling errors, From: FreeBSD
3670 - [ssh.c]
3671 switch to raw mode only if he _get_ a pty (not if we _want_ a pty).
f5238bee 3672
0024a081 367320000324
3674 - Released 1.2.3
3675
bd499f9e 367620000317
3677 - Clarified --with-default-path option.
3678 - Added -blibpath handling for AIX to work around stupid runtime linking.
3679 Problem elucidated by gshapiro@SENDMAIL.ORG by way of Jim Knoble
986a22ec 3680 <jmknoble@jmknoble.cx>
474b5fef 3681 - Checks for 64 bit int types. Problem report from Mats Fredholm
3682 <matsf@init.se>
610cd5c6 3683 - OpenBSD CVS updates:
bcbf86ec 3684 - [atomicio.c auth-krb4.c bufaux.c channels.c compress.c fingerprint.c]
610cd5c6 3685 [packet.h radix.c rsa.c scp.c ssh-agent.c ssh-keygen.c sshconnect.c]
3686 [sshd.c]
3687 pedantic: signed vs. unsigned, void*-arithm, etc
3688 - [ssh.1 sshd.8]
3689 Various cleanups and standardizations.
bcbf86ec 3690 - Runtime error fix for HPUX from Otmar Stahl
be48d23c 3691 <O.Stahl@lsw.uni-heidelberg.de>
bd499f9e 3692
4696775a 369320000316
bcbf86ec 3694 - Fixed configure not passing LDFLAGS to Solaris. Report from David G.
4696775a 3695 Hesprich <dghespri@sprintparanet.com>
d423d822 3696 - Propogate LD through to Makefile
b7a9ce47 3697 - Doc cleanups
2ba2a610 3698 - Added blurb about "scp: command not found" errors to UPGRADING
4696775a 3699
cb0b7ea4 370020000315
3701 - Fix broken CFLAGS handling during search for OpenSSL. Fixes va_list
3702 problems with gcc/Solaris.
bcbf86ec 3703 - Don't free argument to putenv() after use (in setenv() replacement).
db55a3ea 3704 Report from Seigo Tanimura <tanimura@r.dl.itc.u-tokyo.ac.jp>
bcbf86ec 3705 - Created contrib/ subdirectory. Included helpers from Phil Hands'
13652e52 3706 Debian package, README file and chroot patch from Ricardo Cerqueira
3707 <rmcc@clix.pt>
bcbf86ec 3708 - Moved gnome-ssh-askpass.c to contrib directory and removed config
13652e52 3709 option.
3710 - Slight cleanup to doc files
b14b2ae7 3711 - Configure fix from Bratislav ILICH <bilic@zepter.ru>
cb0b7ea4 3712
a8ed9fd9 371320000314
bcbf86ec 3714 - Include macro for IN6_IS_ADDR_V4MAPPED. Report from
a8ed9fd9 3715 peter@frontierflying.com
84afc958 3716 - Include /usr/local/include and /usr/local/lib for systems that don't
3717 do it themselves
3718 - -R/usr/local/lib for Solaris
3719 - Fix RSAref detection
3720 - Fix IN6_IS_ADDR_V4MAPPED macro
a8ed9fd9 3721
bcf36c78 372220000311
3723 - Detect RSAref
43e48848 3724 - OpenBSD CVS change
3725 [sshd.c]
3726 - disallow guessing of root password
867dbf40 3727 - More configure fixes
80faa19f 3728 - IPv6 workarounds from Hideaki YOSHIFUJI <yoshfuji@ecei.tohoku.ac.jp>
bcf36c78 3729
c8d54615 373020000309
3731 - OpenBSD CVS updates to v1.2.3
704b1659 3732 [ssh.h atomicio.c]
3733 - int atomicio -> ssize_t (for alpha). ok deraadt@
3734 [auth-rsa.c]
3735 - delay MD5 computation until client sends response, free() early, cleanup.
3736 [cipher.c]
3737 - void* -> unsigned char*, ok niels@
3738 [hostfile.c]
3739 - remove unused variable 'len'. fix comments.
3740 - remove unused variable
3741 [log-client.c log-server.c]
3742 - rename a cpp symbol, to avoid param.h collision
3743 [packet.c]
3744 - missing xfree()
3745 - getsockname() requires initialized tolen; andy@guildsoftware.com
3746 - use getpeername() in packet_connection_is_on_socket(), fixes sshd -i;
3747 from Holger.Trapp@Informatik.TU-Chemnitz.DE
3748 [pty.c pty.h]
bcbf86ec 3749 - register cleanup for pty earlier. move code for pty-owner handling to
c8d54615 3750 pty.c ok provos@, dugsong@
704b1659 3751 [readconf.c]
3752 - turn off x11-fwd for the client, too.
3753 [rsa.c]
3754 - PKCS#1 padding
3755 [scp.c]
3756 - allow '.' in usernames; from jedgar@fxp.org
3757 [servconf.c]
3758 - typo: ignore_user_known_hosts int->flag; naddy@mips.rhein-neckar.de
3759 - sync with sshd_config
3760 [ssh-keygen.c]
3761 - enable ssh-keygen -l -f ~/.ssh/known_hosts, ok deraadt@
3762 [ssh.1]
3763 - Change invalid 'CHAT' loglevel to 'VERBOSE'
3764 [ssh.c]
3765 - suppress AAAA query host when '-4' is used; from shin@nd.net.fujitsu.co.jp
3766 - turn off x11-fwd for the client, too.
3767 [sshconnect.c]
3768 - missing xfree()
3769 - retry rresvport_af(), too. from sumikawa@ebina.hitachi.co.jp.
3770 - read error vs. "Connection closed by remote host"
3771 [sshd.8]
3772 - ie. -> i.e.,
3773 - do not link to a commercial page..
3774 - sync with sshd_config
3775 [sshd.c]
3776 - no need for poll.h; from bright@wintelcom.net
3777 - log with level log() not fatal() if peer behaves badly.
3778 - don't panic if client behaves strange. ok deraadt@
3779 - make no-port-forwarding for RSA keys deny both -L and -R style fwding
3780 - delay close() of pty until the pty has been chowned back to root
3781 - oops, fix comment, too.
3782 - missing xfree()
3783 - move XAUTHORITY to subdir. ok dugsong@. fixes debian bug #57907, too.
3784 (http://cgi.debian.org/cgi-bin/bugreport.cgi?archive=no&bug=57907)
bcbf86ec 3785 - register cleanup for pty earlier. move code for pty-owner handling to
704b1659 3786 pty.c ok provos@, dugsong@
3787 - create x11 cookie file
3788 - fix pr 1113, fclose() -> pclose(), todo: remote popen()
3789 - version 1.2.3
c8d54615 3790 - Cleaned up
bcbf86ec 3791 - Removed warning workaround for Linux and devpts filesystems (no longer
d8223847 3792 required after OpenBSD updates)
c8d54615 3793
07055445 379420000308
3795 - Configure fix from Hiroshi Takekawa <takekawa@sr3.t.u-tokyo.ac.jp>
3796
379720000307
3798 - Released 1.2.2p1
3799
9c8c3fc6 380020000305
3801 - Fix DEC compile fix
54096dcc 3802 - Explicitly seed OpenSSL's PRNG before checking rsa_alive()
aa6bd60a 3803 - Check for getpagesize in libucb.a if not found in libc. Fix for old
3804 Solaris from Andre Lucas <andre.lucas@dial.pipex.com>
bcbf86ec 3805 - Check for libwrap if --with-tcp-wrappers option specified. Suggestion
9fc7867e 3806 Mate Wierdl <mw@moni.msci.memphis.edu>
9c8c3fc6 3807
6bf4d066 380820000303
3809 - Added "make host-key" target, Suggestion from Dominik Brettnacher
3810 <domi@saargate.de>
bcbf86ec 3811 - Don't permanently fail on bind() if getaddrinfo has more choices left for
16218745 3812 us. Needed to work around messy IPv6 on Linux. Patch from Arkadiusz
3813 Miskiewicz <misiek@pld.org.pl>
22fa590f 3814 - DEC Unix compile fix from David Del Piero <David.DelPiero@qed.qld.gov.au>
3815 - Manpage fix from David Del Piero <David.DelPiero@qed.qld.gov.au>
6bf4d066 3816
a0391976 381720000302
3818 - Big cleanup of autoconf code
3819 - Rearranged to be a little more logical
3820 - Added -R option for Solaris
3821 - Rewrote OpenSSL detection code. Now uses AC_TRY_RUN with a test program
3822 to detect library and header location _and_ ensure library has proper
3823 RSA support built in (this is a problem with OpenSSL 0.9.5).
817175bc 3824 - Applied pty cleanup patch from markus.friedl@informatik.uni-erlangen.de
0a1718dc 3825 - Avoid warning message with Unix98 ptys
bcbf86ec 3826 - Warning was valid - possible race condition on PTYs. Avoided using
3276571c 3827 platform-specific code.
3828 - Document some common problems
bcbf86ec 3829 - Allow root access to any key. Patch from
81eef326 3830 markus.friedl@informatik.uni-erlangen.de
a0391976 3831
f55afe71 383220000207
3833 - Removed SOCKS code. Will support through a ProxyCommand.
3834
d07d1c58 383520000203
3836 - Fixed SEGVs in authloop, fix from vbzoli@hbrt.hu
d581b7ae 3837 - Add --with-ssl-dir option
d07d1c58 3838
9d5f374b 383920000202
bcbf86ec 3840 - Fix lastlog code for directory based lastlogs. Fix from Josh Durham
9d5f374b 3841 <jmd@aoe.vt.edu>
6b1f3fdb 3842 - Documentation fixes from HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
bcbf86ec 3843 - Added URLs to Japanese translations of documents by HARUYAMA Seigo
6b1f3fdb 3844 <haruyama@nt.phys.s.u-tokyo.ac.jp>
9d5f374b 3845
bc8c2601 384620000201
3847 - Use socket pairs by default (instead of pipes). Prevents race condition
3848 on several (buggy) OSs. Report and fix from tridge@linuxcare.com
3849
69c76614 385020000127
3851 - Seed OpenSSL's random number generator before generating RSA keypairs
3852 - Split random collector into seperate file
aaf2abd7 3853 - Compile fix from Andre Lucas <andre.lucas@dial.pipex.com>
69c76614 3854
f9507c24 385520000126
3856 - Released 1.2.2 stable
3857
bcbf86ec 3858 - NeXT keeps it lastlog in /usr/adm. Report from
f9507c24 3859 mouring@newton.pconline.com
bcbf86ec 3860 - Added note in UPGRADING re interop with commercial SSH using idea.
986a22ec 3861 Report from Jim Knoble <jmknoble@jmknoble.cx>
587120ad 3862 - Fix linking order for Kerberos/AFS. Fix from Holget Trapp
3863 <Holger.Trapp@Informatik.TU-Chemnitz.DE>
f9507c24 3864
bfae20ad 386520000125
bcbf86ec 3866 - Fix NULL pointer dereference in login.c. Fix from Andre Lucas
bfae20ad 3867 <andre.lucas@dial.pipex.com>
07b0cb78 3868 - Reorder PAM initialisation so it does not mess up lastlog. Reported
3869 by Andre Lucas <andre.lucas@dial.pipex.com>
bcbf86ec 3870 - Use preformatted manpages on SCO, report from Gary E. Miller
9755cbdb 3871 <gem@rellim.com>
3872 - New URL for x11-ssh-askpass.
bcbf86ec 3873 - Fixpaths was missing /etc/ssh_known_hosts. Report from Jim Knoble
986a22ec 3874 <jmknoble@jmknoble.cx>
bcbf86ec 3875 - Added 'DESTDIR' option to Makefile to ease package building. Patch from
986a22ec 3876 Jim Knoble <jmknoble@jmknoble.cx>
ff8ecdb8 3877 - Updated RPM spec files to use DESTDIR
bfae20ad 3878
bb58aa4b 387920000124
3880 - Pick up version 1.2.2 from OpenBSD CVS (no changes, just version number
3881 increment)
3882
d45317d8 388320000123
3884 - OpenBSD CVS:
3885 - [packet.c]
3886 getsockname() requires initialized tolen; andy@guildsoftware.com
bcbf86ec 3887 - AIX patch from Matt Richards <v2matt@btv.ibm.com> and David Rankin
4c40f834 3888 <drankin@bohemians.lexington.ky.us>
12aa90af 3889 - Fix lastlog support, patch from Andre Lucas <andre.lucas@dial.pipex.com>
d45317d8 3890
e844f761 389120000122
3892 - Fix compilation of bsd-snprintf.c on Solaris, fix from Ben Taylor
3893 <bent@clark.net>
c54a6257 3894 - Merge preformatted manpage patch from Andre Lucas
3895 <andre.lucas@dial.pipex.com>
8eb34e02 3896 - Make IPv4 use the default in RPM packages
3897 - Irix uses preformatted manpages
1e64903d 3898 - Missing htons() in bsd-bindresvport.c, fix from Holger Trapp
3899 <Holger.Trapp@Informatik.TU-Chemnitz.DE>
9bc5ddfe 3900 - OpenBSD CVS updates:
3901 - [packet.c]
3902 use getpeername() in packet_connection_is_on_socket(), fixes sshd -i;
3903 from Holger.Trapp@Informatik.TU-Chemnitz.DE
3904 - [sshd.c]
3905 log with level log() not fatal() if peer behaves badly.
3906 - [readpass.c]
bcbf86ec 3907 instead of blocking SIGINT, catch it ourselves, so that we can clean
3908 the tty modes up and kill ourselves -- instead of our process group
61e96248 3909 leader (scp, cvs, ...) going away and leaving us in noecho mode.
9bc5ddfe 3910 people with cbreak shells never even noticed..
399d9d44 3911 - [ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
3912 ie. -> i.e.,
e844f761 3913
4c8ef3fb 391420000120
3915 - Don't use getaddrinfo on AIX
7b2ea3a1 3916 - Update to latest OpenBSD CVS:
3917 - [auth-rsa.c]
3918 - fix user/1056, sshd keeps restrictions; dbt@meat.net
3919 - [sshconnect.c]
3920 - disable agent fwding for proto 1.3, remove abuse of auth-rsa flags.
3921 - destroy keys earlier
bcbf86ec 3922 - split key exchange (kex) and user authentication (user-auth),
d468fc76 3923 ok: provos@
7b2ea3a1 3924 - [sshd.c]
3925 - no need for poll.h; from bright@wintelcom.net
3926 - disable agent fwding for proto 1.3, remove abuse of auth-rsa flags.
bcbf86ec 3927 - split key exchange (kex) and user authentication (user-auth),
d468fc76 3928 ok: provos@
f3bba493 3929 - Big manpage and config file cleanup from Andre Lucas
3930 <andre.lucas@dial.pipex.com>
5f4fdfae 3931 - Re-added latest (unmodified) OpenBSD manpages
47f9a56a 3932 - Doc updates
d468fc76 3933 - NetBSD patch from David Rankin <drankin@bohemians.lexington.ky.us> and
3934 Christos Zoulas <christos@netbsd.org>
4c8ef3fb 3935
082bbfb3 393620000119
20af321f 3937 - SCO compile fixes from Gary E. Miller <gem@rellim.com>
082bbfb3 3938 - Compile fix from Darren_Hall@progressive.com
59e76f33 3939 - Linux/glibc-2.1.2 takes a *long* time to look up names for AF_UNSPEC
3940 addresses using getaddrinfo(). Added a configure switch to make the
3941 default lookup mode AF_INET
082bbfb3 3942
a63a7f37 394320000118
3944 - Fixed --with-pid-dir option
51a6baf8 3945 - Makefile fix from Gary E. Miller <gem@rellim.com>
61e96248 3946 - Compile fix for HPUX and Solaris from Andre Lucas
976f7e19 3947 <andre.lucas@dial.pipex.com>
a63a7f37 3948
f914c7fb 394920000117
3950 - Clean up bsd-bindresvport.c. Use arc4random() for picking initial
3951 port, ignore EINVAL errors (Linux) when searching for free port.
bcbf86ec 3952 - Revert __snprintf -> snprintf aliasing. Apparently Solaris
de93b046 3953 __snprintf isn't. Report from Theo de Raadt <theo@cvs.openbsd.org>
9b363e1c 3954 - Document location of Redhat PAM file in INSTALL.
bcbf86ec 3955 - Fixed X11 forwarding bug on Linux. libc advertises AF_INET6
3956 INADDR_ANY_INIT addresses via getaddrinfo, but may not be able to
f4a7cf29 3957 deliver (no IPv6 kernel support)
80a44451 3958 - Released 1.2.1pre27
f914c7fb 3959
f4a7cf29 3960 - Fix rresvport_af failure errors (logic error in bsd-bindresvport.c)
bcbf86ec 3961 - Fix --with-ipaddr-display option test. Fix from Jarno Huuskonen
cf8ad170 3962 <jhuuskon@hytti.uku.fi>
bcbf86ec 3963 - Fix hang on logout if processes are still using the pty. Needs
691a8a9f 3964 further testing.
5957fd29 3965 - Patch from Christos Zoulas <christos@zoulas.com>
3966 - Try $prefix first when looking for OpenSSL.
3967 - Include sys/types.h when including sys/socket.h in test programs
bcbf86ec 3968 - Substitute PID directory in sshd.8. Suggestion from Andrew
19d9ac2a 3969 Stribblehill <a.d.stribblehill@durham.ac.uk>
f4a7cf29 3970
47e45e44 397120000116
3972 - Renamed --with-xauth-path to --with-xauth
3973 - Added --with-pid-dir option
3974 - Released 1.2.1pre26
3975
a82ef8ae 3976 - Compilation fix from Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
bcbf86ec 3977 - Fixed broken bugfix for /dev/ptmx on Linux systems which lack
66be05a1 3978 openpty(). Report from Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
a82ef8ae 3979
5cdfe03f 398020000115
3981 - Add --with-xauth-path configure directive and explicit test for
bcbf86ec 3982 /usr/openwin/bin/xauth for Solaris systems. Report from Anders
5cdfe03f 3983 Nordby <anders@fix.no>
bcbf86ec 3984 - Fix incorrect detection of /dev/ptmx on Linux systems that lack
5cdfe03f 3985 openpty. Report from John Seifarth <john@waw.be>
3986 - Look for intXX_t and u_intXX_t in sys/bitypes.h if they are not in
bcbf86ec 3987 sys/types.h. Fixes problems on SCO, report from Gary E. Miller
5cdfe03f 3988 <gem@rellim.com>
3989 - Use __snprintf and __vnsprintf if they are found where snprintf and
3990 vnsprintf are lacking. Suggested by Ben Taylor <bent@shell.clark.net>
3991 and others.
3992
48e671d5 399320000114
3994 - Merged OpenBSD IPv6 patch:
3995 - [sshd.c sshd.8 sshconnect.c ssh.h ssh.c servconf.h servconf.c scp.1]
3996 [scp.c packet.h packet.c login.c log.c canohost.c channels.c]
3997 [hostfile.c sshd_config]
3998 ipv6 support: mostly gethostbyname->getaddrinfo/getnameinfo, new
bcbf86ec 3999 features: sshd allows multiple ListenAddress and Port options. note
4000 that libwrap is not IPv6-ready. (based on patches from
48e671d5 4001 fujiwara@rcac.tdi.co.jp)
4002 - [ssh.c canohost.c]
bcbf86ec 4003 more hints (hints.ai_socktype=SOCK_STREAM) for getaddrinfo,
48e671d5 4004 from itojun@
4005 - [channels.c]
4006 listen on _all_ interfaces for X11-Fwd (hints.ai_flags = AI_PASSIVE)
4007 - [packet.h]
4008 allow auth-kerberos for IPv4 only
4009 - [scp.1 sshd.8 servconf.h scp.c]
4010 document -4, -6, and 'ssh -L 2022/::1/22'
4011 - [ssh.c]
bcbf86ec 4012 'ssh @host' is illegal (null user name), from
48e671d5 4013 karsten@gedankenpolizei.de
4014 - [sshconnect.c]
4015 better error message
4016 - [sshd.c]
4017 allow auth-kerberos for IPv4 only
4018 - Big IPv6 merge:
4019 - Cleanup overrun in sockaddr copying on RHL 6.1
4020 - Replacements for getaddrinfo, getnameinfo, etc based on versions
4021 from patch from KIKUCHI Takahiro <kick@kyoto.wide.ad.jp>
4022 - Replacement for missing structures on systems that lack IPv6
4023 - record_login needed to know about AF_INET6 addresses
4024 - Borrowed more code from OpenBSD: rresvport_af and requisites
4025
2598df62 402620000110
4027 - Fixes to auth-skey to enable it to use the standard OpenSSL libraries
4028
b8a0310d 402920000107
4030 - New config.sub and config.guess to fix problems on SCO. Supplied
4031 by Gary E. Miller <gem@rellim.com>
b6a98a85 4032 - SCO build fix from Gary E. Miller <gem@rellim.com>
2598df62 4033 - Released 1.2.1pre25
b8a0310d 4034
dfb95100 403520000106
4036 - Documentation update & cleanup
4037 - Better KrbIV / AFS detection, based on patch from:
4038 Holger Trapp <Holger.Trapp@Informatik.TU-Chemnitz.DE>
4039
b9795b89 404020000105
bcbf86ec 4041 - Fixed annoying DES corruption problem. libcrypt has been
b9795b89 4042 overriding symbols in libcrypto. Removed libcrypt and crypt.h
4043 altogether (libcrypto includes its own crypt(1) replacement)
4044 - Added platform-specific rules for Irix 6.x. Included warning that
4045 they are untested.
4046
a1ec4d79 404720000103
4048 - Add explicit make rules for files proccessed by fixpaths.
61e96248 4049 - Fix "make install" in RPM spec files. Report from Tenkou N. Hattori
a1ec4d79 4050 <tnh@kondara.org>
bcbf86ec 4051 - Removed "nullok" directive from default PAM configuration files.
4052 Added information on enabling EmptyPasswords on openssh+PAM in
607d73e6 4053 UPGRADING file.
e02735bb 4054 - OpenBSD CVS updates
4055 - [ssh-agent.c]
bcbf86ec 4056 cleanup_exit() for SIGTERM/SIGHUP, too. from fgsch@ and
e02735bb 4057 dgaudet@arctic.org
4058 - [sshconnect.c]
4059 compare correct version for 1.3 compat mode
a1ec4d79 4060
93c7f644 406120000102
4062 - Prevent multiple inclusion of config.h and defines.h. Suggested
4063 by Andre Lucas <andre.lucas@dial.pipex.com>
4064 - Properly clean up on exit of ssh-agent. Patch from Dean Gaudet
4065 <dgaudet@arctic.org>
4066
76b8607f 406719991231
bcbf86ec 4068 - Fix password support on systems with a mixture of shadowed and
4069 non-shadowed passwords (e.g. NIS). Report and fix from
76b8607f 4070 HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
bcbf86ec 4071 - Fix broken autoconf typedef detection. Report from Marc G.
723221b5 4072 Fournier <marc.fournier@acadiau.ca>
b92964b7 4073 - Fix occasional crash on LinuxPPC. Patch from Franz Sirl
4074 <Franz.Sirl-kernel@lauterbach.com>
bcbf86ec 4075 - Prevent typedefs from being compiled more than once. Report from
a6ddc88b 4076 Marc G. Fournier <marc.fournier@acadiau.ca>
4811cc0b 4077 - Fill in ut_utaddr utmp field. Report from Benjamin Charron
4078 <iretd@bigfoot.com>
bcbf86ec 4079 - Really fix broken default path. Fix from Jim Knoble
986a22ec 4080 <jmknoble@jmknoble.cx>
ae3a3d31 4081 - Remove test for quad_t. No longer needed.
76a8e733 4082 - Released 1.2.1pre24
4083
4084 - Added support for directory-based lastlogs
4085 - Really fix typedefs, patch from Ben Taylor <bent@clark.net>
76b8607f 4086
13f825f4 408719991230
4088 - OpenBSD CVS updates:
4089 - [auth-passwd.c]
4090 check for NULL 1st
bcbf86ec 4091 - Removed most of the pam code into its own file auth-pam.[ch]. This
a5c9cd31 4092 cleaned up sshd.c up significantly.
bcbf86ec 4093 - PAM authentication was incorrectly interpreting
76b8607f 4094 "PermitRootLogin without-password". Report from Matthias Andree
4095 <ma@dt.e-technik.uni-dortmund.de
a5c9cd31 4096 - Several other cleanups
0bc5b6fb 4097 - Merged Dante SOCKS support patch from David Rankin
4098 <drankin@bohemians.lexington.ky.us>
4099 - Updated documentation with ./configure options
76b8607f 4100 - Released 1.2.1pre23
13f825f4 4101
c73a0cb5 410219991229
bcbf86ec 4103 - Applied another NetBSD portability patch from David Rankin
c73a0cb5 4104 <drankin@bohemians.lexington.ky.us>
4105 - Fix --with-default-path option.
bcbf86ec 4106 - Autodetect perl, patch from David Rankin
a0f84251 4107 <drankin@bohemians.lexington.ky.us>
bcbf86ec 4108 - Print whether OpenSSH was compiled with RSARef, patch from
0a2ff95d 4109 Nalin Dahyabhai <nalin@thermo.stat.ncsu.edu>
bcbf86ec 4110 - Calls to pam_setcred, patch from Nalin Dahyabhai
f91bacbd 4111 <nalin@thermo.stat.ncsu.edu>
e3a93db0 4112 - Detect missing size_t and typedef it.
5ab44a92 4113 - Rename helper.[ch] to (more appropriate) bsd-misc.[ch]
4114 - Minor Makefile cleaning
c73a0cb5 4115
b6019d68 411619991228
4117 - Replacement for getpagesize() for systems which lack it
bcbf86ec 4118 - NetBSD login.c compile fix from David Rankin
70e0115b 4119 <drankin@bohemians.lexington.ky.us>
4120 - Fully set ut_tv if present in utmp or utmpx
d94aa2ae 4121 - Portability fixes for Irix 5.3 (now compiles OK!)
4122 - autoconf and other misc cleanups
ea1970a3 4123 - Merged AIX patch from Darren Hall <dhall@virage.org>
4124 - Cleaned up defines.h
fa9a2dd6 4125 - Released 1.2.1pre22
b6019d68 4126
d2dcff5f 412719991227
4128 - Automatically correct paths in manpages and configuration files. Patch
4129 and script from Andre Lucas <andre.lucas@dial.pipex.com>
4130 - Removed credits from README to CREDITS file, updated.
cb807f40 4131 - Added --with-default-path to specify custom path for server
4132 - Removed #ifdef trickery from acconfig.h into defines.h
36a5b38e 4133 - PAM bugfix. PermitEmptyPassword was being ignored.
4134 - Fixed PAM config files to allow empty passwords if server does.
4135 - Explained spurious PAM auth warning workaround in UPGRADING
21feb5fa 4136 - Use last few chars of tty line as ut_id
5a7794be 4137 - New SuSE RPM spec file from Chris Saia <csaia@wtower.com>
00e6dd70 4138 - OpenBSD CVS updates:
4139 - [packet.h auth-rhosts.c]
4140 check format string for packet_disconnect and packet_send_debug, too
4141 - [channels.c]
4142 use packet_get_maxsize for channels. consistence.
d2dcff5f 4143
f74efc8d 414419991226
4145 - Enabled utmpx support by default for Solaris
4146 - Cleanup sshd.c PAM a little more
986a22ec 4147 - Revised RPM package to include Jim Knoble's <jmknoble@jmknoble.cx>
bc7ea646 4148 X11 ssh-askpass program.
20c43d8c 4149 - Disable logging of PAM success and failures, PAM is verbose enough.
bcbf86ec 4150 Unfortunatly there is currently no way to disable auth failure
4151 messages. Mention this in UPGRADING file and sent message to PAM
20c43d8c 4152 developers
83b7f649 4153 - OpenBSD CVS update:
4154 - [ssh-keygen.1 ssh.1]
bcbf86ec 4155 remove ref to .ssh/random_seed, mention .ssh/environment in
83b7f649 4156 .Sh FILES, too
72251cb6 4157 - Released 1.2.1pre21
bcbf86ec 4158 - Fixed implicit '.' in default path, report from Jim Knoble
986a22ec 4159 <jmknoble@jmknoble.cx>
4160 - Redhat RPM spec fixes from Jim Knoble <jmknoble@jmknoble.cx>
f74efc8d 4161
f498ed15 416219991225
4163 - More fixes from Andre Lucas <andre.lucas@dial.pipex.com>
4164 - Cleanup of auth-passwd.c for shadow and MD5 passwords
4165 - Cleanup and bugfix of PAM authentication code
f74efc8d 4166 - Released 1.2.1pre20
4167
4168 - Merged fixes from Ben Taylor <bent@clark.net>
4169 - Fixed configure support for PAM. Reported by Naz <96na@eng.cam.ac.uk>
4170 - Disabled logging of PAM password authentication failures when password
4171 is empty. (e.g start of authentication loop). Reported by Naz
4172 <96na@eng.cam.ac.uk>)
f498ed15 4173
417419991223
bcbf86ec 4175 - Merged later HPUX patch from Andre Lucas
f498ed15 4176 <andre.lucas@dial.pipex.com>
4177 - Above patch included better utmpx support from Ben Taylor
f74efc8d 4178 <bent@clark.net>
f498ed15 4179
eef6f7e9 418019991222
bcbf86ec 4181 - Fix undefined fd_set type in ssh.h from Povl H. Pedersen
eef6f7e9 4182 <pope@netguide.dk>
ae28776a 4183 - Fix login.c breakage on systems which lack ut_host in struct
4184 utmp. Reported by Willard Dawson <willard.dawson@sbs.siemens.com>
eef6f7e9 4185
a7effaac 418619991221
bcbf86ec 4187 - Integration of large HPUX patch from Andre Lucas
4188 <andre.lucas@dial.pipex.com>. Integrating it had a few other
a7effaac 4189 benefits:
4190 - Ability to disable shadow passwords at configure time
4191 - Ability to disable lastlog support at configure time
4192 - Support for IP address in $DISPLAY
ae2f7af7 4193 - OpenBSD CVS update:
4194 - [sshconnect.c]
4195 say "REMOTE HOST IDENTIFICATION HAS CHANGED"
59dd7a31 4196 - Fix DISABLE_SHADOW support
4197 - Allow MD5 passwords even if shadow passwords are disabled
16034de9 4198 - Release 1.2.1pre19
a7effaac 4199
3f1d9bcd 420019991218
bcbf86ec 4201 - Redhat init script patch from Chun-Chung Chen
3f1d9bcd 4202 <cjj@u.washington.edu>
7e1c2490 4203 - Avoid breakage on systems without IPv6 headers
3f1d9bcd 4204
60d804c8 420519991216
bcbf86ec 4206 - Makefile changes for Solaris from Peter Kocks
60d804c8 4207 <peter.kocks@baygate.com>
89cafde6 4208 - Minor updates to docs
4209 - Merged OpenBSD CVS changes:
4210 - [authfd.c ssh-agent.c]
4211 keysize warnings talk about identity files
4212 - [packet.c]
4213 "Connection closed by x.x.x.x": fatal() -> log()
bcbf86ec 4214 - Correctly handle empty passwords in shadow file. Patch from:
c9d323f0 4215 "Chris, the Young One" <cky@pobox.com>
4216 - Released 1.2.1pre18
60d804c8 4217
7dc6fc6d 421819991215
4219 - Integrated patchs from Juergen Keil <jk@tools.de>
4220 - Avoid void* pointer arithmatic
4221 - Use LDFLAGS correctly
68227e6d 4222 - Fix SIGIO error in scp
4223 - Simplify status line printing in scp
61e96248 4224 - Added better test for inline functions compiler support from
906a2515 4225 Darren_Hall@progressive.com
7dc6fc6d 4226
95f1eccc 422719991214
4228 - OpenBSD CVS Changes
4229 - [canohost.c]
bcbf86ec 4230 fix get_remote_port() and friends for sshd -i;
95f1eccc 4231 Holger.Trapp@Informatik.TU-Chemnitz.DE
4232 - [mpaux.c]
4233 make code simpler. no need for memcpy. niels@ ok
4234 - [pty.c]
4235 namebuflen not sizeof namebuflen; bnd@ep-ag.com via djm@mindrot.org
4236 fix proto; markus
4237 - [ssh.1]
4238 typo; mark.baushke@solipsa.com
4239 - [channels.c ssh.c ssh.h sshd.c]
4240 type conflict for 'extern Type *options' in channels.c; dot@dotat.at
4241 - [sshconnect.c]
4242 move checking of hostkey into own function.
4243 - [version.h]
4244 OpenSSH-1.2.1
884bcb37 4245 - Clean up broken includes in pty.c
7303768f 4246 - Some older systems don't have poll.h, they use sys/poll.h instead
4247 - Doc updates
95f1eccc 4248
847e8865 424919991211
bcbf86ec 4250 - Fix compilation on systems with AFS. Reported by
847e8865 4251 aloomis@glue.umd.edu
bcbf86ec 4252 - Fix installation on Solaris. Reported by
847e8865 4253 Gordon Rowell <gordonr@gormand.com.au>
4254 - Fix gccisms (__attribute__ and inline). Report by edgy@us.ibm.com,
4255 patch from Markus Friedl <markus.friedl@informatik.uni-erlangen.de>
4256 - Auto-locate xauth. Patch from David Agraz <dagraz@jahoopa.com>
4257 - Compile fix from David Agraz <dagraz@jahoopa.com>
4258 - Avoid compiler warning in bsd-snprintf.c
bcbf86ec 4259 - Added pam_limits.so to default PAM config. Suggested by
986a22ec 4260 Jim Knoble <jmknoble@jmknoble.cx>
847e8865 4261
8946db53 426219991209
4263 - Import of patch from Ben Taylor <bent@clark.net>:
4264 - Improved PAM support
4265 - "uninstall" rule for Makefile
4266 - utmpx support
4267 - Should fix PAM problems on Solaris
2d86a6cc 4268 - OpenBSD CVS updates:
4269 - [readpass.c]
4270 avoid stdio; based on work by markus, millert, and I
4271 - [sshd.c]
4272 make sure the client selects a supported cipher
4273 - [sshd.c]
bcbf86ec 4274 fix sighup handling. accept would just restart and daemon handled
4275 sighup only after the next connection was accepted. use poll on
2d86a6cc 4276 listen sock now.
4277 - [sshd.c]
4278 make that a fatal
87e91331 4279 - Applied patch from David Rankin <drankin@bohemians.lexington.ky.us>
4280 to fix libwrap support on NetBSD
5001b9e4 4281 - Released 1.2pre17
8946db53 4282
6d8c4ea4 428319991208
bcbf86ec 4284 - Compile fix for Solaris with /dev/ptmx from
6d8c4ea4 4285 David Agraz <dagraz@jahoopa.com>
4286
4285816a 428719991207
986a22ec 4288 - sshd Redhat init script patch from Jim Knoble <jmknoble@jmknoble.cx>
4285816a 4289 fixes compatability with 4.x and 5.x
db28aeb5 4290 - Fixed default SSH_ASKPASS
bcbf86ec 4291 - Fix PAM account and session being called multiple times. Problem
d465f2ca 4292 reported by Adrian Baugh <adrian@merlin.keble.ox.ac.uk>
a408af76 4293 - Merged more OpenBSD changes:
4294 - [atomicio.c authfd.c scp.c serverloop.c ssh.h sshconnect.c sshd.c]
bcbf86ec 4295 move atomicio into it's own file. wrap all socket write()s which
a408af76 4296 were doing write(sock, buf, len) != len, with atomicio() calls.
4297 - [auth-skey.c]
4298 fd leak
4299 - [authfile.c]
4300 properly name fd variable
4301 - [channels.c]
4302 display great hatred towards strcpy
4303 - [pty.c pty.h sshd.c]
4304 use openpty() if it exists (it does on BSD4_4)
4305 - [tildexpand.c]
4306 check for ~ expansion past MAXPATHLEN
4307 - Modified helper.c to use new atomicio function.
4308 - Reformat Makefile a little
4309 - Moved RC4 routines from rc4.[ch] into helper.c
4310 - Added autoconf code to detect /dev/ptmx (Solaris) and /dev/ptc (AIX)
9983a8ca 4311 - Updated SuSE spec from Chris Saia <csaia@wtower.com>
4312 - Tweaked Redhat spec
9158d92f 4313 - Clean up bad imports of a few files (forgot -kb)
4314 - Released 1.2pre16
4285816a 4315
9c7b6dfd 431619991204
4317 - Small cleanup of PAM code in sshd.c
57112b5a 4318 - Merged OpenBSD CVS changes:
4319 - [auth-krb4.c auth-passwd.c auth-skey.c ssh.h]
4320 move skey-auth from auth-passwd.c to auth-skey.c, same for krb4
4321 - [auth-rsa.c]
4322 warn only about mismatch if key is _used_
4323 warn about keysize-mismatch with log() not error()
4324 channels.c readconf.c readconf.h ssh.c ssh.h sshconnect.c
4325 ports are u_short
4326 - [hostfile.c]
4327 indent, shorter warning
4328 - [nchan.c]
4329 use error() for internal errors
4330 - [packet.c]
4331 set loglevel for SSH_MSG_DISCONNECT to log(), not fatal()
4332 serverloop.c
4333 indent
4334 - [ssh-add.1 ssh-add.c ssh.h]
4335 document $SSH_ASKPASS, reasonable default
4336 - [ssh.1]
4337 CheckHostIP is not available for connects via proxy command
4338 - [sshconnect.c]
4339 typo
4340 easier to read client code for passwd and skey auth
4341 turn of checkhostip for proxy connects, since we don't know the remote ip
9c7b6dfd 4342
dad3b556 434319991126
4344 - Add definition for __P()
4345 - Added [v]snprintf() replacement for systems that lack it
4346
0ce43ae4 434719991125
4348 - More reformatting merged from OpenBSD CVS
4349 - Merged OpenBSD CVS changes:
4350 - [channels.c]
4351 fix packet_integrity_check() for !have_hostname_in_open.
4352 report from mrwizard@psu.edu via djm@ibs.com.au
4353 - [channels.c]
4354 set SO_REUSEADDR and SO_LINGER for forwarded ports.
4355 chip@valinux.com via damien@ibs.com.au
4356 - [nchan.c]
4357 it's not an error() if shutdown_write failes in nchan.
4358 - [readconf.c]
4359 remove dead #ifdef-0-code
4360 - [readconf.c servconf.c]
4361 strcasecmp instead of tolower
4362 - [scp.c]
4363 progress meter overflow fix from damien@ibs.com.au
4364 - [ssh-add.1 ssh-add.c]
4365 SSH_ASKPASS support
4366 - [ssh.1 ssh.c]
4367 postpone fork_after_authentication until command execution,
4368 request/patch from jahakala@cc.jyu.fi via damien@ibs.com.au
4369 plus: use daemon() for backgrounding
cf8dd513 4370 - Added BSD compatible install program and autoconf test, thanks to
4371 Niels Kristian Bech Jensen <nkbj@image.dk>
4372 - Solaris fixing, thanks to Ben Taylor <bent@clark.net>
09041313 4373 - Merged beginnings of AIX support from Tor-Ake Fransson <torake@hotmail.com>
3dbefdb8 4374 - Release 1.2pre15
0ce43ae4 4375
5260325f 437619991124
4377 - Merged very large OpenBSD source code reformat
4378 - OpenBSD CVS updates
4379 - [channels.c cipher.c compat.c log-client.c scp.c serverloop.c]
4380 [ssh.h sshd.8 sshd.c]
4381 syslog changes:
4382 * Unified Logmessage for all auth-types, for success and for failed
4383 * Standard connections get only ONE line in the LOG when level==LOG:
4384 Auth-attempts are logged only, if authentication is:
4385 a) successfull or
4386 b) with passwd or
4387 c) we had more than AUTH_FAIL_LOG failues
4388 * many log() became verbose()
4389 * old behaviour with level=VERBOSE
4390 - [readconf.c readconf.h ssh.1 ssh.h sshconnect.c sshd.c]
4391 tranfer s/key challenge/response data in SSH_SMSG_AUTH_TIS_CHALLENGE
4392 messages. allows use of s/key in windows (ttssh, securecrt) and
4393 ssh-1.2.27 clients without 'ssh -v', ok: niels@
4394 - [sshd.8]
4395 -V, for fallback to openssh in SSH2 compatibility mode
4396 - [sshd.c]
4397 fix sigchld race; cjc5@po.cwru.edu
4398
4655fe80 439919991123
4400 - Added SuSE package files from Chris Saia <csaia@wtower.com>
8b241e50 4401 - Restructured package-related files under packages/*
4655fe80 4402 - Added generic PAM config
8b241e50 4403 - Numerous little Solaris fixes
9c08d6ce 4404 - Add recommendation to use GNU make to INSTALL document
4655fe80 4405
60bed5fd 440619991122
4407 - Make <enter> close gnome-ssh-askpass (Debian bug #50299)
2f2cc3f9 4408 - OpenBSD CVS Changes
bcbf86ec 4409 - [ssh-keygen.c]
4410 don't create ~/.ssh only if the user wants to store the private
4411 key there. show fingerprint instead of public-key after
2f2cc3f9 4412 keygeneration. ok niels@
b09a984b 4413 - Added OpenBSD bsd-strlcat.c, created bsd-strlcat.h
96ad4350 4414 - Added timersub() macro
b09a984b 4415 - Tidy RCSIDs of bsd-*.c
bcbf86ec 4416 - Added autoconf test and macro to deal with old PAM libraries
96ad4350 4417 pam_strerror definition (one arg vs two).
530f1889 4418 - Fix EGD problems (Thanks to Ben Taylor <bent@clark.net>)
bcbf86ec 4419 - Retry /dev/urandom reads interrupted by signal (report from
530f1889 4420 Robert Hardy <rhardy@webcon.net>)
1647c2b5 4421 - Added a setenv replacement for systems which lack it
d84a9a44 4422 - Only display public key comment when presenting ssh-askpass dialog
4423 - Released 1.2pre14
60bed5fd 4424
bcbf86ec 4425 - Configure, Make and changelog corrections from Tudor Bosman
2ddcfdf3 4426 <tudorb@jm.nu> and Niels Kristian Bech Jensen <nkbj@image.dk>
4427
9d6b7add 442819991121
2f2cc3f9 4429 - OpenBSD CVS Changes:
60bed5fd 4430 - [channels.c]
4431 make this compile, bad markus
4432 - [log.c readconf.c servconf.c ssh.h]
4433 bugfix: loglevels are per host in clientconfig,
4434 factor out common log-level parsing code.
4435 - [servconf.c]
4436 remove unused index (-Wall)
4437 - [ssh-agent.c]
4438 only one 'extern char *__progname'
4439 - [sshd.8]
4440 document SIGHUP, -Q to synopsis
4441 - [sshconnect.c serverloop.c sshd.c packet.c packet.h]
4442 [channels.c clientloop.c]
4443 SSH_CMSG_MAX_PACKET_SIZE, some clients use this, some need this, niels@
4444 [hope this time my ISP stays alive during commit]
4445 - [OVERVIEW README] typos; green@freebsd
4446 - [ssh-keygen.c]
4447 replace xstrdup+strcat with strlcat+fixed buffer, fixes OF (bad me)
4448 exit if writing the key fails (no infinit loop)
4449 print usage() everytime we get bad options
4450 - [ssh-keygen.c] overflow, djm@mindrot.org
4451 - [sshd.c] fix sigchld race; cjc5@po.cwru.edu
61e96248 4452
2b942fe0 445319991120
bcbf86ec 4454 - Merged more Solaris support from Marc G. Fournier
2b942fe0 4455 <marc.fournier@acadiau.ca>
4456 - Wrote autoconf tests for integer bit-types
4457 - Fixed enabling kerberos support
bcbf86ec 4458 - Fix segfault in ssh-keygen caused by buffer overrun in filename
13c36c4c 4459 handling.
2b942fe0 4460
06479889 446119991119
4462 - Merged PAM buffer overrun patch from Chip Salzenberg <chip@valinux.com>
2ad77510 4463 - Merged OpenBSD CVS changes
4464 - [auth-rhosts.c auth-rsa.c ssh-agent.c sshconnect.c sshd.c]
4465 more %d vs. %s in fmt-strings
4466 - [authfd.c]
4467 Integers should not be printed with %s
7b1cc56c 4468 - EGD uses a socket, not a named pipe. Duh.
4469 - Fix includes in fingerprint.c
29dbde15 4470 - Fix scp progress bar bug again.
bcbf86ec 4471 - Move ssh-askpass from ${libdir}/ssh to ${libexecdir}/ssh at request of
736890c4 4472 David Rankin <drankin@bohemians.lexington.ky.us>
91b8065d 4473 - Added autoconf option to enable Kerberos 4 support (untested)
4474 - Added autoconf option to enable AFS support (untested)
4475 - Added autoconf option to enable S/Key support (untested)
4476 - Added autoconf option to enable TCP wrappers support (compiles OK)
beb43d31 4477 - Renamed BSD helper function files to bsd-*
bcbf86ec 4478 - Added tests for login and daemon and enable OpenBSD replacements for
caf3bc51 4479 when they are absent.
4480 - Added non-PAM MD5 password support patch from Tudor Bosman <tudorb@jm.nu>
06479889 4481
2bd61362 448219991118
4483 - Merged OpenBSD CVS changes
4484 - [scp.c] foregroundproc() in scp
4485 - [sshconnect.h] include fingerprint.h
bcbf86ec 4486 - [sshd.c] bugfix: the log() for passwd-auth escaped during logging
2bd61362 4487 changes.
0c16a097 4488 - [ssh.1] Spell my name right.
2bd61362 4489 - Added openssh.com info to README
4490
f095fcc7 449119991117
4492 - Merged OpenBSD CVS changes
4493 - [ChangeLog.Ylonen] noone needs this anymore
4494 - [authfd.c] close-on-exec for auth-socket, ok deraadt
bcbf86ec 4495 - [hostfile.c]
4496 in known_hosts key lookup the entry for the bits does not need
4497 to match, all the information is contained in n and e. This
4498 solves the problem with buggy servers announcing the wrong
f095fcc7 4499 modulus length. markus and me.
bcbf86ec 4500 - [serverloop.c]
4501 bugfix: check for space if child has terminated, from:
f095fcc7 4502 iedowse@maths.tcd.ie
4503 - [ssh-add.1 ssh-add.c ssh-keygen.1 ssh-keygen.c sshconnect.c]
4504 [fingerprint.c fingerprint.h]
4505 rsa key fingerprints, idea from Bjoern Groenvall <bg@sics.se>
4506 - [ssh-agent.1] typo
4507 - [ssh.1] add OpenSSH information to AUTHOR section. okay markus@
bcbf86ec 4508 - [sshd.c]
f095fcc7 4509 force logging to stderr while loading private key file
4510 (lost while converting to new log-levels)
4511
4d195447 451219991116
4513 - Fix some Linux libc5 problems reported by Miles Wilson <mw@mctitle.com>
4514 - Merged OpenBSD CVS changes:
4515 - [auth-rh-rsa.c auth-rsa.c authfd.c authfd.h hostfile.c mpaux.c]
4516 [mpaux.h ssh-add.c ssh-agent.c ssh.h ssh.c sshd.c]
4517 the keysize of rsa-parameter 'n' is passed implizit,
4518 a few more checks and warnings about 'pretended' keysizes.
4519 - [cipher.c cipher.h packet.c packet.h sshd.c]
4520 remove support for cipher RC4
4521 - [ssh.c]
4522 a note for legay systems about secuity issues with permanently_set_uid(),
4523 the private hostkey and ptrace()
4524 - [sshconnect.c]
4525 more detailed messages about adding and checking hostkeys
4526
dad9a31e 452719991115
4528 - Merged OpenBSD CVS changes:
bcbf86ec 4529 - [ssh-add.c] change passphrase loop logic and remove ref to
dad9a31e 4530 $DISPLAY, ok niels
4531 - Changed to ssh-add.c broke askpass support. Revised it to be a little more
bcbf86ec 4532 modular.
dad9a31e 4533 - Revised autoconf support for enabling/disabling askpass support.
e7c0f9d5 4534 - Merged more OpenBSD CVS changes:
704b1659 4535 [auth-krb4.c]
4536 - disconnect if getpeername() fails
4537 - missing xfree(*client)
4538 [canohost.c]
4539 - disconnect if getpeername() fails
4540 - fix comment: we _do_ disconnect if ip-options are set
4541 [sshd.c]
4542 - disconnect if getpeername() fails
4543 - move checking of remote port to central place
4544 [auth-rhosts.c] move checking of remote port to central place
4545 [log-server.c] avoid extra fd per sshd, from millert@
4546 [readconf.c] print _all_ bad config-options in ssh(1), too
4547 [readconf.h] print _all_ bad config-options in ssh(1), too
4548 [ssh.c] print _all_ bad config-options in ssh(1), too
4549 [sshconnect.c] disconnect if getpeername() fails
e7c0f9d5 4550 - OpenBSD's changes to sshd.c broke the PAM stuff, re-merged it.
c75a1a66 4551 - Various small cleanups to bring diff (against OpenBSD) size down.
f601d847 4552 - Merged more Solaris compability from Marc G. Fournier
4553 <marc.fournier@acadiau.ca>
4554 - Wrote autoconf tests for __progname symbol
986a22ec 4555 - RPM spec file fixes from Jim Knoble <jmknoble@jmknoble.cx>
0c372277 4556 - Released 1.2pre12
4557
4558 - Another OpenBSD CVS update:
4559 - [ssh-keygen.1] fix .Xr
dad9a31e 4560
92da7197 456119991114
4562 - Solaris compilation fixes (still imcomplete)
4563
94f7bb9e 456419991113
dd092f97 4565 - Build patch from Niels Kristian Bech Jensen <nkbj@image.dk>
4566 - Don't install config files if they already exist
4567 - Fix inclusion of additional preprocessor directives from acconfig.h
94f7bb9e 4568 - Removed redundant inclusions of config.h
e9c75a39 4569 - Added 'Obsoletes' lines to RPM spec file
94f7bb9e 4570 - Merged OpenBSD CVS changes:
4571 - [bufaux.c] save a view malloc/memcpy/memset/free's, ok niels
bcbf86ec 4572 - [scp.c] fix overflow reported by damien@ibs.com.au: off_t
94f7bb9e 4573 totalsize, ok niels,aaron
bcbf86ec 4574 - Delay fork (-f option) in ssh until after port forwarded connections
94f7bb9e 4575 have been initialised. Patch from Jani Hakala <jahakala@cc.jyu.fi>
b2344d54 4576 - Added shadow password patch from Thomas Neumann <tom@smart.ruhr.de>
4577 - Added ifdefs to auth-passwd.c to exclude it when PAM is enabled
dd092f97 4578 - Tidied default config file some more
4579 - Revised Redhat initscript to fix bug: sshd (re)start would fail
4580 if executed from inside a ssh login.
94f7bb9e 4581
e35c1dc2 458219991112
4583 - Merged changes from OpenBSD CVS
4584 - [sshd.c] session_key_int may be zero
b4748e2f 4585 - [auth-rh-rsa.c servconf.c servconf.h ssh.h sshd.8 sshd.c sshd_config]
bcbf86ec 4586 IgnoreUserKnownHosts(default=no), used for RhostRSAAuth, ok
b4748e2f 4587 deraadt,millert
4588 - Brought default sshd_config more in line with OpenBSD's
547c9f30 4589 - Grab server in gnome-ssh-askpass (Debian bug #49872)
4590 - Released 1.2pre10
e35c1dc2 4591
8bc7973f 4592 - Added INSTALL documentation
6fa724bc 4593 - Merged yet more changes from OpenBSD CVS
4594 - [auth-rh-rsa.c auth-rhosts.c auth-rsa.c channels.c clientloop.c]
4595 [ssh.c ssh.h sshconnect.c sshd.c]
4596 make all access to options via 'extern Options options'
4597 and 'extern ServerOptions options' respectively;
4598 options are no longer passed as arguments:
4599 * make options handling more consistent
4600 * remove #include "readconf.h" from ssh.h
4601 * readconf.h is only included if necessary
4602 - [mpaux.c] clear temp buffer
4603 - [servconf.c] print _all_ bad options found in configfile
045672f9 4604 - Make ssh-askpass support optional through autoconf
59b0f0d4 4605 - Fix nasty division-by-zero error in scp.c
4606 - Released 1.2pre11
8bc7973f 4607
4cca272e 460819991111
4609 - Added (untested) Entropy Gathering Daemon (EGD) support
67d68e3a 4610 - Fixed /dev/urandom fd leak (Debian bug #49722)
5bbb5681 4611 - Merged OpenBSD CVS changes:
4612 - [auth-rh-rsa.c] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
4613 - [ssh.1] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
4614 - [sshd.8] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
bcbf86ec 4615 - Fix integer overflow which was messing up scp's progress bar for large
3f1d9bcd 4616 file transfers. Fix submitted to OpenBSD developers. Report and fix
4617 from Kees Cook <cook@cpoint.net>
6a17f9c2 4618 - Merged more OpenBSD CVS changes:
bcbf86ec 4619 - [auth-krb4.c auth-passwd.c] remove x11- and krb-cleanup from fatal()
6a17f9c2 4620 + krb-cleanup cleanup
4621 - [clientloop.c log-client.c log-server.c ]
4622 [readconf.c readconf.h servconf.c servconf.h ]
4623 [ssh.1 ssh.c ssh.h sshd.8]
4624 add LogLevel {QUIET, FATAL, ERROR, INFO, CHAT, DEBUG} to ssh/sshd,
4625 obsoletes QuietMode and FascistLogging in sshd.
e35c1dc2 4626 - [sshd.c] fix fatal/assert() bug reported by damien@ibs.com.au:
4627 allow session_key_int != sizeof(session_key)
4628 [this should fix the pre-assert-removal-core-files]
4629 - Updated default config file to use new LogLevel option and to improve
4630 readability
4631
f370266e 463219991110
67d68e3a 4633 - Merged several minor fixes:
f370266e 4634 - ssh-agent commandline parsing
4635 - RPM spec file now installs ssh setuid root
4636 - Makefile creates libdir
4cca272e 4637 - Merged beginnings of Solaris compability from Marc G. Fournier
4638 <marc.fournier@acadiau.ca>
f370266e 4639
d4f11b59 464019991109
4641 - Autodetection of SSL/Crypto library location via autoconf
4642 - Fixed location of ssh-askpass to follow autoconf
4643 - Integrated Makefile patch from Niels Kristian Bech Jensen <nkbj@image.dk>
4644 - Autodetection of RSAref library for US users
4645 - Minor doc updates
560557bb 4646 - Merged OpenBSD CVS changes:
4647 - [rsa.c] bugfix: use correct size for memset()
4648 - [sshconnect.c] warn if announced size of modulus 'n' != real size
f025becb 4649 - Added GNOME passphrase requestor (use --with-gnome-askpass)
d397b172 4650 - RPM build now creates subpackages
aa51e7cc 4651 - Released 1.2pre9
d4f11b59 4652
e1a9c08d 465319991108
4654 - Removed debian/ directory. This is now being maintained separately.
4655 - Added symlinks for slogin in RPM spec file
4656 - Fixed permissions on manpages in RPM spec file
4657 - Added references to required libraries in README file
4658 - Removed config.h.in from CVS
4659 - Removed pwdb support (better pluggable auth is provided by glibc)
4660 - Made PAM and requisite libdl optional
4661 - Removed lots of unnecessary checks from autoconf
4662 - Added support and autoconf test for openpty() function (Unix98 pty support)
4663 - Fix for scp not finding ssh if not installed as /usr/bin/ssh
4664 - Added TODO file
4665 - Merged parts of Debian patch From Phil Hands <phil@hands.com>:
4666 - Added ssh-askpass program
4667 - Added ssh-askpass support to ssh-add.c
4668 - Create symlinks for slogin on install
4669 - Fix "distclean" target in makefile
4670 - Added example for ssh-agent to manpage
4671 - Added support for PAM_TEXT_INFO messages
4672 - Disable internal /etc/nologin support if PAM enabled
4673 - Merged latest OpenBSD CVS changes:
5bae4ab8 4674 - [all] replace assert() with error, fatal or packet_disconnect
e1a9c08d 4675 - [sshd.c] don't send fail-msg but disconnect if too many authentication
4676 failures
e1a9c08d 4677 - [sshd.c] remove unused argument. ok dugsong
4678 - [sshd.c] typo
4679 - [rsa.c] clear buffers used for encryption. ok: niels
4680 - [rsa.c] replace assert() with error, fatal or packet_disconnect
ade6fccd 4681 - [auth-krb4.c] remove unused argument. ok dugsong
e1a9c08d 4682 - Fixed coredump after merge of OpenBSD rsa.c patch
9010d60a 4683 - Released 1.2pre8
e1a9c08d 4684
3028328e 468519991102
4686 - Merged change from OpenBSD CVS
4687 - One-line cleanup in sshd.c
4688
474832c5 468919991030
4690 - Integrated debian package support from Dan Brosemer <odin@linuxfreak.com>
69256d9d 4691 - Merged latest updates for OpenBSD CVS:
4692 - channels.[ch] - remove broken x11 fix and document istate/ostate
4693 - ssh-agent.c - call setsid() regardless of argv[]
4694 - ssh.c - save a few lines when disabling rhosts-{rsa-}auth
4695 - Documentation cleanups
4696 - Renamed README -> README.Ylonen
4697 - Renamed README.openssh ->README
474832c5 4698
339660f6 469919991029
4700 - Renamed openssh* back to ssh* at request of Theo de Raadt
4701 - Incorporated latest changes from OpenBSD's CVS
4702 - Integrated Makefile patch from Niels Kristian Bech Jensen <nkbj@image.dk>
4703 - Integrated PAM env patch from Nalin Dahyabhai <nalin.dahyabhai@pobox.com>
549b3eed 4704 - Make distclean now removed configure script
4705 - Improved PAM logging
4706 - Added some debug() calls for PAM
4ecd19ea 4707 - Removed redundant subdirectories
bcbf86ec 4708 - Integrated part of a patch from Dan Brosemer <odin@linuxfreak.com> for
4ecd19ea 4709 building on Debian.
242588e6 4710 - Fixed off-by-one error in PAM env patch
4711 - Released 1.2pre6
339660f6 4712
5881cd60 471319991028
4714 - Further PAM enhancements.
4715 - Much cleaner
4716 - Now uses account and session modules for all logins.
4717 - Integrated patch from Dan Brosemer <odin@linuxfreak.com>
4718 - Build fixes
4719 - Autoconf
4720 - Change binary names to open*
4721 - Fixed autoconf script to detect PAM on RH6.1
4722 - Added tests for libpwdb, and OpenBSD functions to autoconf
221395b3 4723 - Released 1.2pre4
fca82d2e 4724
4725 - Imported latest OpenBSD CVS code
4726 - Updated README.openssh
93f04616 4727 - Released 1.2pre5
fca82d2e 4728
5881cd60 472919991027
4730 - Adapted PAM patch.
4731 - Released 1.0pre2
4732
4733 - Excised my buggy replacements for strlcpy and mkdtemp
4734 - Imported correct OpenBSD strlcpy and mkdtemp routines.
4735 - Reduced arc4random_stir entropy read to 32 bytes (256 bits)
4736 - Picked up correct version number from OpenBSD
4737 - Added sshd.pam PAM configuration file
4738 - Added sshd.init Redhat init script
4739 - Added openssh.spec RPM spec file
4740 - Released 1.2pre3
4741
474219991026
4743 - Fixed include paths of OpenSSL functions
4744 - Use OpenSSL MD5 routines
4745 - Imported RC4 code from nanocrypt
4746 - Wrote replacements for OpenBSD arc4random* functions
4747 - Wrote replacements for strlcpy and mkdtemp
4748 - Released 1.0pre1
0b202697 4749
4750$Id$
This page took 1.081357 seconds and 5 git commands to generate.