]> andersk Git - openssh.git/blame - ChangeLog
- mouring@cvs.openbsd.org 2002/04/06 18:24:09
[openssh.git] / ChangeLog
CommitLineData
b17d6a47 120020406
2 - (djm) Typo in Suse SPEC file. Fix from Carsten Grohmann
3 <carsten.grohmann@dr-baldeweg.de>
23aa1237 4 - (bal) Added MAP_FAILED to allow AIX and Trusted HP to compile.
af2b3cd9 5 - (bal) OpenBSD CVS Sync
6 - djm@cvs.openbsd.org 2002/04/06 00:30:08
7 [sftp-client.c]
8 Fix occasional corruption on upload due to bad reuse of request id, spotted
9 by chombier@mac.com; ok markus@
39f9599a 10 - mouring@cvs.openbsd.org 2002/04/06 18:24:09
11 [scp.c]
12 Fixes potental double // within path.
13 http://bugzilla.mindrot.org/show_bug.cgi?id=76
5866adb0 14 - (bal) Slight update to OpenSC support. Better version checking. patch
15 by Juha Yrjölä <jyrjola@cc.hut.fi>
b17d6a47 16
295c8801 1720020405
18 - (bal) Patch for OpenSC SmartCard library; ok markus@; patch by
19 Juha Yrjölä <jyrjola@cc.hut.fi>
20 - (bal) Minor documentation update to reflect smartcard library
21 support changes.
ab33e02a 22 - (bal) Too many <sys/queue.h> issues. Remove all workarounds and
23 using internal version only.
d4c6ddff 24 - (bal) OpenBSD CVS Sync
25 - stevesk@cvs.openbsd.org 2002/04/05 20:56:21
26 [sshd.8]
27 clarify sshrc some and handle X11UseLocalhost=yes; ok markus@
295c8801 28
fde58bd4 2920020404
30 - (stevesk) [auth-pam.c auth-pam.h auth-passwd.c auth-sia.c auth-sia.h
31 auth1.c auth2.c] PAM, OSF_SIA password auth cleanup; from djm.
bf03f2da 32 - (bal) OpenBSD CVS Sync
33 - markus@cvs.openbsd.org 2002/04/03 09:26:11
34 [cipher.c myproposal.h]
35 re-add rijndael-cbc@lysator.liu.se for MacSSH; ash@lab.poc.net
fde58bd4 36
ca7e8e1e 3720020402
38 - (bal) Hand Sync of scp.c (reverted to upstream code)
39 - deraadt@cvs.openbsd.org 2002/03/30 17:45:46
40 [scp.c]
41 stretch banners
c572a874 42 - (bal) CVS ID sync of uidswap.c
783dbbdc 43 - (bal) OpenBSD CVS Sync (now for the real sync)
44 - markus@cvs.openbsd.org 2002/03/27 22:21:45
45 [ssh-keygen.c]
46 try to import keys with extra trailing === (seen with ssh.com < 2.0.12)
49a34e84 47 - markus@cvs.openbsd.org 2002/03/28 15:34:51
48 [session.c]
49 do not call record_login twice (for use_privsep)
ffbf7323 50 - markus@cvs.openbsd.org 2002/03/29 18:59:32
51 [session.c session.h]
52 retrieve last login time before the pty is allocated, store per session
3bc822df 53 - stevesk@cvs.openbsd.org 2002/03/29 19:16:22
54 [sshd.8]
55 RSA key modulus size minimum 768; ok markus@
82b00264 56 - stevesk@cvs.openbsd.org 2002/03/29 19:18:33
57 [auth-rsa.c ssh-rsa.c ssh.h]
58 make RSA modulus minimum #define; ok markus@
8c38e88b 59 - markus@cvs.openbsd.org 2002/03/30 18:51:15
60 [monitor.c serverloop.c sftp-int.c sftp.c sshd.c]
61 check waitpid for EINTR; based on patch from peter@ifm.liu.se
92053302 62 - markus@cvs.openbsd.org 2002/04/01 22:02:16
63 [sftp-client.c]
64 20480 is an upper limit for older server
9c74a24d 65 - markus@cvs.openbsd.org 2002/04/01 22:07:17
66 [sftp-client.c]
67 fallback to stat if server does not support lstat
b745a2f2 68 - markus@cvs.openbsd.org 2002/04/02 11:49:39
69 [ssh-agent.c]
70 check $SHELL for -k and -d, too;
71 http://bugzilla.mindrot.org/show_bug.cgi?id=199
b69145c2 72 - markus@cvs.openbsd.org 2002/04/02 17:37:48
73 [sftp.c]
74 always call log_init()
c9336aed 75 - markus@cvs.openbsd.org 2002/04/02 20:11:38
76 [ssh-rsa.c]
77 ignore SSH_BUG_SIGBLOB for ssh-rsa; #187
c895376b 78 - (bal) mispelling in uidswap.c (portable only)
ca7e8e1e 79
8b314ec9 8020020401
81 - (stevesk) [monitor.c] PAM should work again; will *not* work with
82 UsePrivilegeSeparation=yes.
3906af0f 83 - (stevesk) [auth1.c] fix password auth for protocol 1 when
84 !USE_PAM && !HAVE_OSF_SIA; merge issue.
8b314ec9 85
267e920e 8620020331
87 - (tim) [configure.ac] use /bin/test -L to work around broken builtin on
88 Solaris 8
ef077e37 89 - (tim) [sshconnect2.c] change uint32_t to u_int32_t
267e920e 90
0461c355 9120020330
92 - (stevesk) [configure.ac] remove header check for sys/ttcompat.h
93 bug 167
94
dd466ff8 9520020327
96 - (bal) 'pw' should be 'authctxt->pw' in auth1.c spotted by
97 kent@lysator.liu.se
17f5e68a 98 - (bal) OpenBSD CVS Sync
99 - markus@cvs.openbsd.org 2002/03/26 11:34:49
100 [ssh.1 sshd.8]
101 update to recent drafts
5fb274c1 102 - markus@cvs.openbsd.org 2002/03/26 11:37:05
103 [ssh.c]
104 update Copyright
19f40184 105 - markus@cvs.openbsd.org 2002/03/26 15:23:40
106 [bufaux.c]
107 do not talk about packets in bufaux
7341fad9 108 - rees@cvs.openbsd.org 2002/03/26 18:46:59
109 [scard.c]
110 try_AUT0 in read_pubkey too, for those paranoid few who want to acl 'sh'
6c112aca 111 - markus@cvs.openbsd.org 2002/03/26 22:50:39
112 [channels.h]
113 CHANNEL_EFD_OUTPUT_ACTIVE is false for CHAN_CLOSE_RCVD, too
52103b10 114 - markus@cvs.openbsd.org 2002/03/26 23:13:03
115 [auth-rsa.c]
116 disallow RSA keys < 768 for protocol 1, too (rhosts-rsa and rsa auth)
76bf34f1 117 - markus@cvs.openbsd.org 2002/03/26 23:14:51
118 [kex.c]
119 generate a new cookie for each SSH2_MSG_KEXINIT message we send out
300e01c4 120 - mouring@cvs.openbsd.org 2002/03/27 11:45:42
121 [monitor.c]
122 monitor_allowed_key() returns int instead of pointer. ok markus@
123
eb4652f4 12420020325
125 - (stevesk) import OpenBSD <sys/tree.h> as "openbsd-compat/tree.h"
47c36e5b 126 - (bal) OpenBSD CVS Sync
127 - stevesk@cvs.openbsd.org 2002/03/23 20:57:26
128 [sshd.c]
129 setproctitle() after preauth child; ok markus@
d452ec1a 130 - markus@cvs.openbsd.org 2002/03/24 16:00:27
131 [serverloop.c]
132 remove unused debug
a49dfdec 133 - markus@cvs.openbsd.org 2002/03/24 16:01:13
134 [packet.c]
135 debug->debug3 for extra padding
5b0d7dc1 136 - stevesk@cvs.openbsd.org 2002/03/24 17:27:03
137 [kexgex.c]
138 typo; ok markus@
d4355079 139 - stevesk@cvs.openbsd.org 2002/03/24 17:53:16
140 [monitor_fdpass.c]
141 minor cleanup and more error checking; ok markus@
9fc0407d 142 - markus@cvs.openbsd.org 2002/03/24 18:05:29
143 [scard.c]
144 we need to figure out AUT0 for sc_private_encrypt, too
38c1c52a 145 - stevesk@cvs.openbsd.org 2002/03/24 23:20:00
146 [monitor.c]
147 remove "\n" from fatal()
159897f3 148 - markus@cvs.openbsd.org 2002/03/25 09:21:13
149 [auth-rsa.c]
150 return 0 (not NULL); tomh@po.crl.go.jp
6f33c8cd 151 - markus@cvs.openbsd.org 2002/03/25 09:25:06
152 [auth-rh-rsa.c]
153 rm bogus comment
0659cace 154 - markus@cvs.openbsd.org 2002/03/25 17:34:27
155 [scard.c scard.h ssh-agent.c ssh-keygen.c ssh.c]
156 change sc_get_key to sc_get_keys and hide smartcard details in scard.c
3074b20c 157 - stevesk@cvs.openbsd.org 2002/03/25 20:12:10
158 [monitor_mm.c monitor_wrap.c]
159 ssize_t args use "%ld" and cast to (long)
160 size_t args use "%lu" and cast to (u_long)
161 ok markus@ and thanks millert@
1c2deed1 162 - markus@cvs.openbsd.org 2002/03/25 21:04:02
163 [ssh.c]
164 simplify num_identity_files handling
d2296ed7 165 - markus@cvs.openbsd.org 2002/03/25 21:13:51
166 [channels.c channels.h compat.c compat.h nchan.c]
167 don't send stderr data after EOF, accept this from older known (broken)
168 sshd servers only, fixes http://bugzilla.mindrot.org/show_bug.cgi?id=179
8e4fd4a1 169 - stevesk@cvs.openbsd.org 2002/03/26 03:24:01
170 [monitor.h monitor_fdpass.h monitor_mm.h monitor_wrap.h]
171 $OpenBSD$
eb4652f4 172
1178e8db 17320020324
174 - (stevesk) [session.c] disable LOGIN_NEEDS_TERM until we are sure
175 it can be removed. only used on solaris. will no longer compile with
176 privsep shuffling.
177
6f34652e 17820020322
179 - (stevesk) HAVE_ACCRIGHTS_IN_MSGHDR configure support
7b18c353 180 - (stevesk) [monitor.c monitor_wrap.c] #ifdef HAVE_PW_CLASS_IN_PASSWD
c921ee00 181 - (stevesk) configure and cpp __FUNCTION__ gymnastics to handle nielsisms
dc90b259 182 - (stevesk) [monitor_fdpass.c] support for access rights style file
183 descriptor passing
f7ed12f1 184 - (stevesk) [auth2.c] merge cleanup/sync
cfadc43b 185 - (stevesk) [defines.h] hp-ux 11 has ancillary data style fd passing, but
186 is missing CMSG_LEN() and CMSG_SPACE() macros.
cc58061e 187 - (stevesk) [defines.h] #define MAP_ANON MAP_ANONYMOUS for HP-UX; other
188 platforms may need this--I'm not sure. mmap() issues will need to be
189 addressed further.
05976246 190 - (tim) [cipher.c] fix problem with OpenBSD sync
9242fa1b 191 - (stevesk) [LICENCE] OpenBSD sync
6f34652e 192
8627f3e0 19320020321
194 - (bal) OpenBSD CVS Sync
195 - itojun@cvs.openbsd.org 2002/03/08 06:10:16
196 [sftp-client.c]
197 printf type mismatch
bfa7f960 198 - itojun@cvs.openbsd.org 2002/03/11 03:18:49
199 [sftp-client.c]
200 correct type mismatches (u_int64_t != unsigned long long)
5fc7dbc9 201 - itojun@cvs.openbsd.org 2002/03/11 03:19:53
202 [sftp-client.c]
203 indent
150a5466 204 - markus@cvs.openbsd.org 2002/03/14 15:24:27
205 [sshconnect1.c]
206 don't trust size sent by (rogue) server; noted by s.esser@e-matters.de
4f08e98d 207 - markus@cvs.openbsd.org 2002/03/14 16:38:26
208 [sshd.c]
209 split out ssh1 session key decryption; ok provos@
46f1eece 210 - markus@cvs.openbsd.org 2002/03/14 16:56:33
211 [auth-rh-rsa.c auth-rsa.c auth.h]
212 split auth_rsa() for better readability and privsep; ok provos@
c390a3c8 213 - itojun@cvs.openbsd.org 2002/03/15 11:00:38
214 [auth.c]
215 fix file type checking (use S_ISREG). ok by markus
bcb68a8f 216 - markus@cvs.openbsd.org 2002/03/16 11:24:53
217 [compress.c]
218 skip inflateEnd if inflate fails; ok provos@
3e65880e 219 - markus@cvs.openbsd.org 2002/03/16 17:22:09
220 [auth-rh-rsa.c auth.h]
221 split auth_rhosts_rsa(), ok provos@
bb15f28b 222 - stevesk@cvs.openbsd.org 2002/03/16 17:41:25
223 [auth-krb5.c]
224 BSD license. from Daniel Kouril via Dug Song. ok markus@
443fa1cd 225 - provos@cvs.openbsd.org 2002/03/17 20:25:56
226 [auth.c auth.h auth1.c auth2.c]
227 getpwnamallow returns struct passwd * only if user valid; okay markus@
1b34c1b3 228 - provos@cvs.openbsd.org 2002/03/18 01:12:14
229 [auth.h auth1.c auth2.c sshd.c]
230 have the authentication functions return the authentication context
231 and then do_authenticated; okay millert@
9d0844e3 232 - dugsong@cvs.openbsd.org 2002/03/18 01:30:10
233 [auth-krb4.c]
234 set client to NULL after xfree(), from Rolf Braun
235 <rbraun+ssh@andrew.cmu.edu>
1836f69f 236 - provos@cvs.openbsd.org 2002/03/18 03:41:08
237 [auth.c session.c]
238 move auth_approval into getpwnamallow with help from millert@
bf8269a9 239 - markus@cvs.openbsd.org 2002/03/18 17:13:15
240 [cipher.c cipher.h]
241 export/import cipher states; needed by ssh-privsep
e050d348 242 - markus@cvs.openbsd.org 2002/03/18 17:16:38
243 [packet.c packet.h]
244 export/import cipher state, iv and ssh2 seqnr; needed by ssh-privsep
d0074658 245 - markus@cvs.openbsd.org 2002/03/18 17:23:31
246 [key.c key.h]
247 add key_demote() for ssh-privsep
b625ad75 248 - provos@cvs.openbsd.org 2002/03/18 17:25:29
249 [bufaux.c bufaux.h]
250 buffer_skip_string and extra sanity checking; needed by ssh-privsep
3d6fc2f8 251 - provos@cvs.openbsd.org 2002/03/18 17:31:54
252 [compress.c]
253 export compression streams for ssh-privsep
1853d1ef 254 - provos@cvs.openbsd.org 2002/03/18 17:50:31
255 [auth-bsdauth.c auth-options.c auth-rh-rsa.c auth-rsa.c auth-skey.c auth.h
256 auth1.c auth2-chall.c auth2.c kex.c kex.h kexdh.c kexgex.c servconf.c
257 session.h servconf.h serverloop.c session.c sshd.c]
258 integrate privilege separated openssh; its turned off by default for now.
259 work done by me and markus@
ce19ff48 260 - provos@cvs.openbsd.org 2002/03/18 17:53:08
261 [sshd.8]
262 credits for privsep
70aa9ff4 263 - provos@cvs.openbsd.org 2002/03/18 17:59:09
264 [sshd.8]
265 document UsePrivilegeSeparation
73fbf637 266 - stevesk@cvs.openbsd.org 2002/03/18 23:52:51
267 [servconf.c]
268 UnprivUser/UnprivGroup usable now--specify numeric user/group; ok
269 provos@
1c352e97 270 - stevesk@cvs.openbsd.org 2002/03/19 03:03:43
271 [pathnames.h servconf.c servconf.h sshd.c]
272 _PATH_PRIVSEP_CHROOT_DIR; ok provos@
fffbaee2 273 - stevesk@cvs.openbsd.org 2002/03/19 05:23:08
274 [sshd.8]
275 Banner has no default.
702b7dd8 276 - mpech@cvs.openbsd.org 2002/03/19 06:32:56
277 [sftp-int.c]
278 use xfree() after xstrdup().
279
280 markus@ ok
51aeb639 281 - markus@cvs.openbsd.org 2002/03/19 10:35:39
282 [auth-options.c auth.h session.c session.h sshd.c]
283 clean up prototypes
762715ce 284 - markus@cvs.openbsd.org 2002/03/19 10:49:35
285 [auth-krb5.c auth-rh-rsa.c auth.c cipher.c key.c misc.h packet.c session.c
286 sftp-client.c sftp-glob.h sftp.c ssh-add.c ssh.c sshconnect2.c sshd.c
287 ttymodes.c]
288 KNF whitespace
5f1f36b5 289 - markus@cvs.openbsd.org 2002/03/19 14:27:39
290 [auth.c auth1.c auth2.c]
291 make getpwnamallow() allways call pwcopy()
06bea668 292 - markus@cvs.openbsd.org 2002/03/19 15:31:47
293 [auth.c]
294 check for NULL; from provos@
2ea6de2b 295 - stevesk@cvs.openbsd.org 2002/03/20 19:12:25
296 [servconf.c servconf.h ssh.h sshd.c]
297 for unprivileged user, group do:
298 pw=getpwnam(SSH_PRIVSEP_USER); do_setusercontext(pw). ok provos@
256debd0 299 - stevesk@cvs.openbsd.org 2002/03/20 21:08:08
300 [sshd.c]
301 strerror() on chdir() fail; ok provos@
edfb66cb 302 - markus@cvs.openbsd.org 2002/03/21 10:21:20
303 [ssh-add.c]
304 ignore errors for nonexisting default keys in ssh-add,
305 fixes http://bugzilla.mindrot.org/show_bug.cgi?id=158
c53c54c2 306 - jakob@cvs.openbsd.org 2002/03/21 15:17:26
307 [clientloop.c ssh.1]
308 add built-in command line for adding new port forwardings on the fly.
309 based on a patch from brian wellington. ok markus@.
7649bbfe 310 - markus@cvs.openbsd.org 2002/03/21 16:38:06
311 [scard.c]
312 make compile w/ openssl 0.9.7
b9f62352 313 - markus@cvs.openbsd.org 2002/03/21 16:54:53
314 [scard.c scard.h ssh-keygen.c]
315 move key upload to scard.[ch]
316 - markus@cvs.openbsd.org 2002/03/21 16:57:15
317 [scard.c]
318 remove const
39ac8430 319 - markus@cvs.openbsd.org 2002/03/21 16:58:13
320 [clientloop.c]
321 remove unused
514b94dc 322 - rees@cvs.openbsd.org 2002/03/21 18:08:15
323 [scard.c]
324 In sc_put_key(), sc_reader_id should be id.
ce1ba33a 325 - markus@cvs.openbsd.org 2002/03/21 20:51:12
326 [sshd_config]
327 add privsep (off)
324bf712 328 - markus@cvs.openbsd.org 2002/03/21 21:23:34
329 [sshd.c]
330 add privsep_preauth() and remove 1 goto; ok provos@
86c4f63d 331 - rees@cvs.openbsd.org 2002/03/21 21:54:34
332 [scard.c scard.h ssh-keygen.c]
333 Add PIN-protection for secret key.
76139bd8 334 - rees@cvs.openbsd.org 2002/03/21 22:44:05
335 [authfd.c authfd.h ssh-add.c ssh-agent.c ssh.c]
336 Add PIN-protection for secret key.
ec9b7086 337 - markus@cvs.openbsd.org 2002/03/21 23:07:37
338 [clientloop.c]
339 remove unused, sync w/ cmdline patch in my tree.
ce1ba33a 340
81dadca3 34120020317
342 - (tim) [configure.ac] Assume path given with --with-pid-dir=PATH is wanted,
343 warn if directory does not exist. Put system directories in front of
344 PATH for finding entorpy commands.
43e41c2c 345 - (tim) [contrib/aix/buildbff.sh contrib/aix/inventory.sh] AIX package
346 build fixes. Patch by Darren Tucker <dtucker@zip.com.au>
347 [contrib/solaris/buildpkg.sh] add missing dirs to SYSTEM_DIR. Have
348 postinstall check for $piddir and add if necessary.
81dadca3 349
e4abf75b 35020020311
351 - (tim) [contrib/solaris/buildpkg.sh, contrib/solaris/README] Updated to
352 build on all platforms that support SVR4 style package tools. Now runs
353 from build dir. Parts are based on patches from Antonio Navarro, and
354 Darren Tucker.
355
fb8f3dc9 35620020308
a068d86f 357 - (djm) Revert bits of Markus' OpenSSL compat patch which was
358 accidentally committed.
359 - (djm) Add Markus' patch for compat wih OpenSSL < 0.9.6.
360 Known issue: Blowfish for SSH1 does not work
dc254471 361 - (stevesk) entropy.c: typo in debug message
633151a3 362 - (djm) ssh-keygen -i needs seeded RNG; report from markus@
fb8f3dc9 363
1854a55e 36420020307
365 - (djm) OpenBSD CVS Sync
366 - markus@cvs.openbsd.org 2002/03/06 00:20:54
367 [compat.c dh.c]
368 compat.c
83a9aa63 369 - markus@cvs.openbsd.org 2002/03/06 00:23:27
370 [compat.c dh.c]
371 undo
dbe426a1 372 - markus@cvs.openbsd.org 2002/03/06 00:24:39
373 [compat.c]
374 compat.c
86044b85 375 - markus@cvs.openbsd.org 2002/03/06 00:25:55
376 [version.h]
377 OpenSSH_3.1
01f8d3ee 378 - (djm) Update RPM spec files with new version number
4ca33cc5 379 - (bal) Updated INSTALL to reflect 0.9.6 OpenSSL requirement
5bbbc661 380 - (bal) Add in check for rpc/types.h since it is needed on
381 some platforms for INADDR_LOOPBACK. We should retest
382 SCO 3 to see if this fixes their problem also.
492a3893 383 - (bal) Test for IRIX JOBS support at runtime. Patch provided
384 by David Kaelbling <drk@sgi.com>
385
a88e3e36 38620020305
387 - stevesk@cvs.openbsd.org 2002/03/02 09:34:42
388 [LICENCE]
389 correct copyright dates for scp license; ok markus@
390
27f30efd 39120020304
392 - OpenBSD CVS Sync
393 - deraadt@cvs.openbsd.org 2002/02/26 18:52:32
394 [sftp.1]
395 Ic cannot have that many arguments; spotted by mouring@etoh.eviladmin.org
dc76d6ce 396 - mouring@cvs.openbsd.org 2002/02/26 19:04:37
397 [sftp.1]
398 > Ic cannot have that many arguments; spotted by mouring@etoh.eviladmin.org
399 Last Ic on the first line should not have a space between it and the final
400 comma.
7e35f994 401 - deraadt@cvs.openbsd.org 2002/02/26 19:06:43
402 [sftp.1]
403 no, look closely. the comma was highlighted. split .Ic even more
3c05447a 404 - stevesk@cvs.openbsd.org 2002/02/26 20:03:51
405 [misc.c]
406 use socklen_t
db518d9b 407 - stevesk@cvs.openbsd.org 2002/02/27 21:23:13
408 [canohost.c channels.c packet.c sshd.c]
409 remove unneeded casts in [gs]etsockopt(); ok markus@
714954dc 410 - markus@cvs.openbsd.org 2002/02/28 15:46:33
411 [authfile.c kex.c kexdh.c kexgex.c key.c ssh-dss.c]
412 add some const EVP_MD for openssl-0.9.7
cd9a7017 413 - stevesk@cvs.openbsd.org 2002/02/28 19:36:28
414 [auth.c match.c match.h]
415 delay hostname lookup until we see a ``@'' in DenyUsers and AllowUsers
416 for sshd -u0; ok markus@
ebb1bf1a 417 - stevesk@cvs.openbsd.org 2002/02/28 20:36:42
418 [sshd.8]
419 DenyUsers allows user@host pattern also
f464aad8 420 - stevesk@cvs.openbsd.org 2002/02/28 20:46:10
421 [sshd.8]
422 -u0 DNS for user@host
b334badd 423 - stevesk@cvs.openbsd.org 2002/02/28 20:56:00
424 [auth.c]
425 log user not allowed details, from dwd@bell-labs.com; ok markus@
6805fc56 426 - markus@cvs.openbsd.org 2002/03/01 13:12:10
427 [auth.c match.c match.h]
428 undo the 'delay hostname lookup' change
429 match.c must not use compress.c (via canonhost.c/packet.c)
430 thanks to wilfried@
fa1eb020 431 - markus@cvs.openbsd.org 2002/03/04 12:43:06
432 [auth-passwd.c auth-rh-rsa.c auth-rhosts.c]
c92ec40b 433 - markus@cvs.openbsd.org 2002/03/04 13:10:46
434 [misc.c]
435 error-> debug, because O_NONBLOCK for /dev/null causes too many different
436 errnos; ok stevesk@, deraadt@
fa1eb020 437 unused include
93c3b6de 438 - stevesk@cvs.openbsd.org 2002/03/04 17:27:39
439 [auth-krb5.c auth-options.h auth.h authfd.h authfile.h bufaux.h buffer.h
440 channels.h cipher.h compat.h compress.h crc32.h deattack.c getput.h
441 groupaccess.c misc.c mpaux.h packet.h readconf.h rsa.h scard.h
442 servconf.h ssh-agent.c ssh.h ssh2.h sshpty.h sshtty.c ttymodes.h
443 uuencode.c xmalloc.h]
444 $OpenBSD$ and RCSID() cleanup: don't use RCSID() in .h files; add
445 missing RCSID() to .c files and remove dup /*$OpenBSD$*/ from .c
446 files. ok markus@
27452401 447 - stevesk@cvs.openbsd.org 2002/03/04 18:30:23
448 [ssh-keyscan.c]
449 handle connection close during read of protocol version string.
450 fixes erroneous "bad greeting". ok markus@
c77d2e56 451 - markus@cvs.openbsd.org 2002/03/04 19:37:58
452 [channels.c]
453 off by one; thanks to joost@pine.nl
ef817d21 454 - (bal) Added contrib/aix/ to support BFF package generation provided
455 by Darren Tucker <dtucker@zip.com.au>
ddceb1c8 45620020226
457 - (tim) Bug 12 [configure.ac] add sys/bitypes.h to int64_t tests
458 based on patch by mooney@dogbert.cc.ndsu.nodak.edu (Tim Mooney)
459 Bug 45 [configure.ac] modify skey test to work around conflict with autoconf
460 reported by nolan@naic.edu (Michael Nolan)
461 patch by Pekka Savola <pekkas@netcore.fi>
462 Bug 74 [configure.ac defines.h] add sig_atomic_t test
463 reported by dwd@bell-labs.com (Dave Dykstra)
464 Bug 102 [defines.h] UNICOS fixes. patch by wendyp@cray.com
465 [configure.ac Makefile.in] link libwrap only with sshd
466 based on patch by Maciej W. Rozycki <macro@ds2.pg.gda.pl>
467 Bug 123 link libpam only with sshd
468 reported by peak@argo.troja.mff.cuni.cz (Pavel Kankovsky)
469 [configure.ac defines.h] modify previous SCO3 fix to not break Solaris 7
470 [acconfig.h] remove unused HAVE_REGCOMP
98f2d9d5 471 [configure.ac] put back in search for prngd-socket
12e8eb8d 472 - (stevesk) openbsd-compat/base64.h: typo in comment
e6164c5e 473 - (bal) Update sshd_config CVSID
c12337d9 474 - (bal) OpenBSD CVS Sync
475 - markus@cvs.openbsd.org 2002/02/15 23:54:10
476 [auth-krb5.c]
477 krb5_get_err_text() does not like context==NULL; he@nordu.net via google;
478 ok provos@
2bae80e9 479 - markus@cvs.openbsd.org 2002/02/22 12:20:34
480 [log.c log.h ssh-keyscan.c]
481 overwrite fatal() in ssh-keyscan.c; fixes pr 2354; ok provos@
b967d870 482 - markus@cvs.openbsd.org 2002/02/23 17:59:02
483 [kex.c kexdh.c kexgex.c]
484 don't allow garbage after payload.
f6b1ba8f 485 - stevesk@cvs.openbsd.org 2002/02/24 16:09:52
486 [sshd.c]
487 use u_char* here; ok markus@
f60ace9f 488 - markus@cvs.openbsd.org 2002/02/24 16:57:19
489 [sftp-client.c]
490 early close(), missing free; ok stevesk@
a318bbf4 491 - markus@cvs.openbsd.org 2002/02/24 16:58:32
492 [packet.c]
493 make 'cp' unsigned and merge with 'ucp'; ok stevesk@
b117a4d3 494 - markus@cvs.openbsd.org 2002/02/24 18:31:09
495 [uuencode.c]
496 typo in comment
c66f9d0e 497 - markus@cvs.openbsd.org 2002/02/24 19:14:59
498 [auth2.c authfd.c authfd.h authfile.c kexdh.c kexgex.c key.c key.h
499 ssh-dss.c ssh-dss.h ssh-keygen.c ssh-rsa.c ssh-rsa.h sshconnect2.c]
500 signed vs. unsigned: make size arguments u_int, ok stevesk@
811a6342 501 - stevesk@cvs.openbsd.org 2002/02/24 19:59:42
502 [channels.c misc.c]
503 disable Nagle in connect_to() and channel_post_port_listener() (port
504 forwarding endpoints). the intention is to preserve the on-the-wire
505 appearance to applications at either end; the applications can then
506 enable TCP_NODELAY according to their requirements. ok markus@
21b30f38 507 - markus@cvs.openbsd.org 2002/02/25 16:33:27
508 [ssh-keygen.c sshconnect2.c uuencode.c uuencode.h]
509 more u_* fixes
bb2fbc98 510 - (bal) Imported missing fatal.c and fixed up Makefile.in
98f2d9d5 511 - (tim) [configure.ac] correction to Bug 123 fix
2d16d9a3 512 [configure.ac] correction to sig_atomic_t test
ddceb1c8 513
da522265 51420020225
515 - (bal) Last AIX patch. Moved aix_usrinfo() outside of do_setuserconext()
516 since we need more session information than provided by that function.
517
2ec3dbf6 51820020224
519 - (bal) Drop Session *s usage in ports-aix.[ch] and pass just what we
520 need to do the jobs (AIX still does not fully compile, but that is
521 coming).
4936fcee 522 - (bal) Part two.. Drop unused AIX header, fix up missing char *cp. All
523 that is left is handling aix_usrinfo().
f3837bc6 524 - (tim) [loginrec.c session.c sshlogin.c sshlogin.h] Bug 84
525 patch by wknox@mitre.org (William Knox).
526 [sshlogin.h] declare record_utmp_only for session.c
2ec3dbf6 527
8001948f 52820020221
2ec3dbf6 529 - (bal) Minor session.c fixup for cygwin. mispelt 'is_winnt' variable.
8001948f 530
241b0041 53120020219
532 - (djm) OpenBSD CVS Sync
533 - mpech@cvs.openbsd.org 2002/02/13 08:33:47
534 [ssh-keyscan.1]
535 When you give command examples and etc., in a manual page prefix them with: $ command
536 or
537 # command
399d1ea6 538 - markus@cvs.openbsd.org 2002/02/14 23:27:59
539 [channels.c]
540 increase the SSH v2 window size to 4 packets. comsumes a little
541 bit more memory for slow receivers but increases througput.
ea9700ba 542 - markus@cvs.openbsd.org 2002/02/14 23:28:00
543 [channels.h session.c ssh.c]
544 increase the SSH v2 window size to 4 packets. comsumes a little
545 bit more memory for slow receivers but increases througput.
3ee832e5 546 - markus@cvs.openbsd.org 2002/02/14 23:41:01
547 [authfile.c cipher.c cipher.h kex.c kex.h packet.c]
548 hide some more implementation details of cipher.[ch] and prepares for move
549 to EVP, ok deraadt@
2a55e100 550 - stevesk@cvs.openbsd.org 2002/02/16 14:53:37
551 [ssh-keygen.1]
552 -t required now for key generation
8d22d775 553 - stevesk@cvs.openbsd.org 2002/02/16 20:40:08
554 [ssh-keygen.c]
555 default to rsa keyfile path for non key generation operations where
556 keyfile not specified. fixes core dump in those cases. ok markus@
ef2839b9 557 - millert@cvs.openbsd.org 2002/02/16 21:27:53
558 [auth.h]
559 Part one of userland __P removal. Done with a simple regexp with
560 some minor hand editing to make comments line up correctly. Another
561 pass is forthcoming that handles the cases that could not be done
562 automatically.
d96be24d 563 - millert@cvs.openbsd.org 2002/02/17 19:42:32
564 [auth.h]
565 Manual cleanup of remaining userland __P use (excluding packages
566 maintained outside the tree)
70fc1609 567 - markus@cvs.openbsd.org 2002/02/18 13:05:32
568 [cipher.c cipher.h]
569 switch to EVP, ok djm@ deraadt@
4e30de66 570 - markus@cvs.openbsd.org 2002/02/18 17:55:20
571 [ssh.1]
572 -q: Fatal errors are _not_ displayed.
d9959c61 573 - deraadt@cvs.openbsd.org 2002/02/19 02:50:59
574 [sshd_config]
575 stategy is not an english word
90e70cfc 576 - (bal) Migrated IRIX jobs/projects/audit/etc code to
2cce09e7 577 openbsd-compat/port-irix.[ch] to improve readiblity of do_child()
90e70cfc 578 - (bal) Migrated AIX getuserattr and usrinfo code to
579 openbsd-compat/port-aix.[c] to improve readilbity of do_child() and
580 simplify our diffs against upstream source.
f7342052 581 - (bal) OpenBSD CVS Sync
582 - markus@cvs.openbsd.org 2002/02/15 23:11:26
583 [session.c]
584 split do_child(), ok mouring@
5dd82c23 585 - markus@cvs.openbsd.org 2002/02/16 00:51:44
586 [session.c]
587 typo
588 - (bal) CVS ID sync since the last two patches were merged mistakenly
241b0041 589
975956bb 59020020218
591 - (tim) newer config.guess from ftp://ftp.gnu.org/gnu/config/config.guess
592
0c43a2e7 59320020213
3b83c722 594 - (djm) Don't use system sys/queue.h on AIX. Report from
595 gert@greenie.muc.de
596 - (djm) Bug #114 - not starting PAM for SSH protocol 1 invalid users
0c43a2e7 597
59820020213
9d726f16 599 - (djm) OpenBSD CVS Sync
600 - markus@cvs.openbsd.org 2002/02/11 16:10:15
601 [kex.c]
602 restore kexinit handler if we reset the dispatcher, this unbreaks
603 rekeying s/kex_clear_dispatch/kex_reset_dispatch/
6b4b5e49 604 - markus@cvs.openbsd.org 2002/02/11 16:15:46
605 [sshconnect1.c]
606 include md5.h, not evp.h
44b1a8e5 607 - markus@cvs.openbsd.org 2002/02/11 16:17:55
608 [sshd.c]
609 do not complain about port > 1024 if rhosts-auth is disabled
436c347c 610 - markus@cvs.openbsd.org 2002/02/11 16:19:39
611 [sshd.c]
612 include md5.h not hmac.h
fa869228 613 - markus@cvs.openbsd.org 2002/02/11 16:21:42
614 [match.c]
615 support up to 40 algorithms per proposal
c25d3df7 616 - djm@cvs.openbsd.org 2002/02/12 12:32:27
617 [sftp.1 sftp.c sftp-client.c sftp-client.h sftp-int.c]
618 Perform multiple overlapping read/write requests in file transfer. Mostly
619 done by Tobias Ringstrom <tori@ringstrom.mine.nu>; ok markus@
b2bab059 620 - djm@cvs.openbsd.org 2002/02/12 12:44:46
621 [sftp-client.c]
622 Let overlapped upload path handle servers which reorder ACKs. This may be
623 permitted by the protocol spec; ok markus@
cb476289 624 - markus@cvs.openbsd.org 2002/02/13 00:28:13
625 [sftp-server.c]
626 handle SSH2_FILEXFER_ATTR_SIZE in SSH2_FXP_(F)SETSTAT; ok djm@
b984f12e 627 - markus@cvs.openbsd.org 2002/02/13 00:39:15
628 [readpass.c]
629 readpass.c is not longer from UCB, since we now use readpassphrase(3)
22e6c827 630 - djm@cvs.openbsd.org 2002/02/13 00:59:23
631 [sftp-client.c sftp-client.h sftp-glob.c sftp-glob.h sftp.h]
632 [sftp-int.c sftp-int.h]
633 API cleanup and backwards compat for filexfer v.0 servers; ok markus@
1656cbed 634 - (djm) Sync openbsd-compat with OpenBSD CVS too
9d6b6505 635 - (djm) Bug #106: Add --without-rpath configure option. Patch from
636 Nicolas.Williams@ubsw.com
f7d5d67f 637 - (tim) [configure.ac, defines.h ] add rpc/rpc.h for INADDR_LOOPBACK
638 on SCO OSR3
9d726f16 639
2a8a6488 64020020210
641 - (djm) OpenBSD CVS Sync
642 - deraadt@cvs.openbsd.org 2002/02/09 17:37:34
643 [pathnames.h session.c ssh.1 sshd.8 sshd_config ssh-keyscan.1]
644 move ssh config files to /etc/ssh
645 - (djm) Adjust portable Makefile.in tnd ssh-rand-helper.c o match
af98ced9 646 - deraadt@cvs.openbsd.org 2002/02/10 01:07:05
647 [readconf.h sshd.8]
648 more /etc/ssh; openbsd@davidkrause.com
2a8a6488 649
980c9344 65020020208
651 - (djm) OpenBSD CVS Sync
652 - markus@cvs.openbsd.org 2002/02/04 12:15:25
653 [sshd.c]
654 add SYSLOG_FACILITY_NOT_SET = -1, SYSLOG_LEVEL_NOT_SET = -1,
655 fixes arm/netbsd; based on patch from bjh21@netbsd.org; ok djm@
4c646df4 656 - stevesk@cvs.openbsd.org 2002/02/04 20:41:16
657 [ssh-agent.1]
658 more sync for default ssh-add identities; ok markus@
375f867e 659 - djm@cvs.openbsd.org 2002/02/05 00:00:46
660 [sftp.1 sftp.c sftp-client.c sftp-client.h sftp-int.c]
661 Add "-B" option to specify copy buffer length (default 32k); ok markus@
06ee33fb 662 - markus@cvs.openbsd.org 2002/02/05 14:32:55
663 [channels.c channels.h ssh.c]
664 merge channel_request() into channel_request_start()
7d5e8c46 665 - markus@cvs.openbsd.org 2002/02/06 14:22:42
666 [sftp.1]
667 sort options; ok mpech@, stevesk@
22be05a5 668 - mpech@cvs.openbsd.org 2002/02/06 14:27:23
669 [sftp.c]
670 sync usage() with manual.
5a4ae906 671 - markus@cvs.openbsd.org 2002/02/06 14:37:22
672 [session.c]
673 minor KNF
3a0d3d54 674 - markus@cvs.openbsd.org 2002/02/06 14:55:16
675 [channels.c clientloop.c serverloop.c ssh.c]
676 channel_new never returns NULL, mouring@; ok djm@
275a87f6 677 - markus@cvs.openbsd.org 2002/02/07 09:35:39
678 [ssh.c]
679 remove bogus comments
980c9344 680
bcc0381e 68120020205
983784a1 682 - (djm) Cleanup after sync:
683 - :%s/reverse_mapping_check/verify_reverse_mapping/g
bcc0381e 684 - (djm) OpenBSD CVS Sync
685 - stevesk@cvs.openbsd.org 2002/01/24 21:09:25
686 [channels.c misc.c misc.h packet.c]
687 add set_nodelay() to set TCP_NODELAY on a socket (prep for nagle tuning).
688 no nagle changes just yet; ok djm@ markus@
2ac91be1 689 - stevesk@cvs.openbsd.org 2002/01/24 21:13:23
690 [packet.c]
691 need misc.h for set_nodelay()
7d30579d 692 - markus@cvs.openbsd.org 2002/01/25 21:00:24
693 [sshconnect2.c]
694 unused include
087dea86 695 - markus@cvs.openbsd.org 2002/01/25 21:42:11
696 [ssh-dss.c ssh-rsa.c]
697 use static EVP_MAX_MD_SIZE buffers for EVP_DigestFinal; ok stevesk@
698 don't use evp_md->md_size, it's not public.
a209a158 699 - markus@cvs.openbsd.org 2002/01/25 22:07:40
700 [kex.c kexdh.c kexgex.c key.c mac.c]
701 use EVP_MD_size(evp_md) and not evp_md->md_size; ok steveks@
f9314d9a 702 - stevesk@cvs.openbsd.org 2002/01/26 16:44:22
703 [includes.h session.c]
704 revert code to add x11 localhost display authorization entry for
705 hostname/unix:d and uts.nodename/unix:d if nodename was different than
706 hostname. just add entry for unix:d instead. ok markus@
e6e573bd 707 - stevesk@cvs.openbsd.org 2002/01/27 14:57:46
708 [channels.c servconf.c servconf.h session.c sshd.8 sshd_config]
709 add X11UseLocalhost; ok markus@
75a624f0 710 - stevesk@cvs.openbsd.org 2002/01/27 18:08:17
711 [ssh.c]
712 handle simple case to identify FamilyLocal display; ok markus@
a2863956 713 - markus@cvs.openbsd.org 2002/01/29 14:27:57
714 [ssh-add.c]
715 exit 2 if no agent, exit 1 if list fails; debian#61078; ok djm@
bf4c5edc 716 - markus@cvs.openbsd.org 2002/01/29 14:32:03
717 [auth2.c auth.c auth-options.c auth-rhosts.c auth-rh-rsa.c canohost.c]
718 [servconf.c servconf.h session.c sshd.8 sshd_config]
719 s/ReverseMappingCheck/VerifyReverseMapping/ and avoid confusion;
720 ok stevesk@
8875ca97 721 - stevesk@cvs.openbsd.org 2002/01/29 16:29:02
722 [session.c]
723 limit subsystem length in log; ok markus@
8e3ce4dc 724 - markus@cvs.openbsd.org 2002/01/29 16:41:19
725 [ssh-add.1]
726 add DIAGNOSTICS; ok stevesk@
24932ee9 727 - markus@cvs.openbsd.org 2002/01/29 22:46:41
728 [session.c]
729 don't depend on servconf.c; ok djm@
16210ef7 730 - markus@cvs.openbsd.org 2002/01/29 23:50:37
731 [scp.1 ssh.1]
732 mention exit status; ok stevesk@
215ced77 733 - markus@cvs.openbsd.org 2002/01/31 13:35:11
734 [kexdh.c kexgex.c]
735 cross check announced key type and type from key blob
d01c63bb 736 - markus@cvs.openbsd.org 2002/01/31 15:00:05
737 [serverloop.c]
738 no need for WNOHANG; ok stevesk@
7899c98f 739 - markus@cvs.openbsd.org 2002/02/03 17:53:25
740 [auth1.c serverloop.c session.c session.h]
741 don't use channel_input_channel_request and callback
742 use new server_input_channel_req() instead:
743 server_input_channel_req does generic request parsing on server side
744 session_input_channel_req handles just session specific things now
745 ok djm@
8034b5cd 746 - markus@cvs.openbsd.org 2002/02/03 17:55:55
747 [channels.c channels.h]
748 remove unused channel_input_channel_request
05ca0898 749 - markus@cvs.openbsd.org 2002/02/03 17:58:21
750 [channels.c channels.h ssh.c]
751 generic callbacks are not really used, remove and
752 add a callback for msg of type SSH2_MSG_CHANNEL_OPEN_CONFIRMATION
753 ok djm@
0dbdc37c 754 - markus@cvs.openbsd.org 2002/02/03 17:59:23
755 [sshconnect2.c]
756 more cross checking if announced vs. used key type; ok stevesk@
3b5a1b05 757 - stevesk@cvs.openbsd.org 2002/02/03 22:35:57
758 [ssh.1 sshd.8]
759 some KeepAlive cleanup/clarify; ok markus@
49ebf326 760 - stevesk@cvs.openbsd.org 2002/02/03 23:22:59
761 [ssh-agent.1]
762 ssh-add also adds $HOME/.ssh/id_rsa and $HOME/.ssh/id_dsa now.
762f5ea2 763 - stevesk@cvs.openbsd.org 2002/02/04 00:53:39
764 [ssh-agent.c]
765 unneeded includes
67fa09f5 766 - markus@cvs.openbsd.org 2002/02/04 11:58:10
767 [auth2.c]
768 cross checking of announced vs actual pktype in pubkey/hostbaed auth;
769 ok stevesk@
5eaf8578 770 - markus@cvs.openbsd.org 2002/02/04 12:15:25
771 [log.c log.h readconf.c servconf.c]
772 add SYSLOG_FACILITY_NOT_SET = -1, SYSLOG_LEVEL_NOT_SET = -1,
773 fixes arm/netbsd; based on patch from bjh21@netbsd.org; ok djm@
a445d432 774 - stevesk@cvs.openbsd.org 2002/02/04 20:41:16
775 [ssh-add.1]
776 more sync for default ssh-add identities; ok markus@
a96fd7c2 777 - djm@cvs.openbsd.org 2002/02/04 21:53:12
778 [sftp.1 sftp.c]
779 Add "-P" option to directly connect to a local sftp-server. Should be
780 useful for regression testing; ok markus@
86e23f3e 781 - djm@cvs.openbsd.org 2002/02/05 00:00:46
782 [sftp.1 sftp.c sftp-client.c sftp-client.h sftp-int.c]
783 Add "-B" option to specify copy buffer length (default 32k); ok markus@
bcc0381e 784
8d7324af 78520020130
786 - (djm) Delay PRNG seeding until we need it in ssh-keygen, from markus@
70e2f2f3 787 - (tim) [configure.ac] fix logic on when ssh-rand-helper is installed.
788 [sshd_config] put back in line that tells what PATH was compiled into sshd.
8d7324af 789
90bab5a8 79020020125
9b7fcaf0 791 - (djm) Don't grab Xserver or pointer by default. x11-ssh-askpass doesn't
792 and grabbing can cause deadlocks with kinput2.
90bab5a8 793
533845df 79420020124
795 - (stevesk) Makefile.in: bug #61; delete commented line for now.
796
906e811b 79720020123
798 - (djm) Fix non-standard shell syntax in autoconf. Patch from
799 Dave Dykstra <dwd@bell-labs.com>
846f83ab 800 - (stevesk) fix --with-zlib=
eb5d7ff6 801 - (djm) Use case statements in autoconf to clean up some tests
5b6c4ceb 802 - (bal) reverted out of 5/2001 change to atexit(). I assume I
803 did it to handle SonyOS. If that is the case than we will
804 do a special case for them.
906e811b 805
f1b0ecc3 80620020122
807 - (djm) autoconf hacking:
808 - We don't support --without-zlib currently, so don't allow it.
809 - Rework cryptographic random number support detection. We now detect
810 whether OpenSSL seeds itself. If it does, then we don't bother with
811 the ssh-rand-helper program. You can force the use of ssh-rand-helper
812 using the --with-rand-helper configure argument
813 - Simplify and clean up ssh-rand-helper configuration
9780116c 814 - Add OpenSSL sanity check: verify that header version matches version
815 reported by library
49d7ed32 816 - (djm) Fix some bugs I introduced into ssh-rand-helper yesterday
3dc93cd8 817 - OpenBSD CVS Sync
818 - djm@cvs.openbsd.org 2001/12/21 08:52:22
819 [ssh-keygen.1 ssh-keygen.c]
820 Remove default (rsa1) key type; ok markus@
f9654cd7 821 - djm@cvs.openbsd.org 2001/12/21 08:53:45
822 [readpass.c]
823 Avoid interruptable passphrase read; ok markus@
67656ffc 824 - djm@cvs.openbsd.org 2001/12/21 10:06:43
825 [ssh-add.1 ssh-add.c]
826 Try all standard key files (id_rsa, id_dsa, identity) when invoked with
827 no arguments; ok markus@
b0ce9259 828 - markus@cvs.openbsd.org 2001/12/21 12:17:33
829 [serverloop.c]
830 remove ifdef for USE_PIPES since fdin != fdout; ok djm@
0e0bba68 831 - deraadt@cvs.openbsd.org 2001/12/24 07:29:43
832 [ssh-add.c]
833 try all listed keys.. how did this get broken?
e13b4278 834 - markus@cvs.openbsd.org 2001/12/25 18:49:56
835 [key.c]
836 be more careful on allocation
45c49544 837 - markus@cvs.openbsd.org 2001/12/25 18:53:00
838 [auth1.c]
839 be more carefull on allocation
bb28e836 840 - markus@cvs.openbsd.org 2001/12/27 18:10:29
841 [ssh-keygen.c]
842 -t is only needed for key generation (unbreaks -i, -e, etc).
b775c6f2 843 - markus@cvs.openbsd.org 2001/12/27 18:22:16
844 [auth1.c authfile.c auth-rsa.c dh.c kexdh.c kexgex.c key.c rsa.c]
845 [scard.c ssh-agent.c sshconnect1.c sshd.c ssh-dss.c]
846 call fatal() for openssl allocation failures
135113a3 847 - stevesk@cvs.openbsd.org 2001/12/27 18:22:53
848 [sshd.8]
849 clarify -p; ok markus@
cf184a44 850 - markus@cvs.openbsd.org 2001/12/27 18:26:13
851 [authfile.c]
852 missing include
108d362e 853 - markus@cvs.openbsd.org 2001/12/27 19:37:23
854 [dh.c kexdh.c kexgex.c]
855 always use BN_clear_free instead of BN_free
dc421aa3 856 - markus@cvs.openbsd.org 2001/12/27 19:54:53
857 [auth1.c auth.h auth-rh-rsa.c]
858 auth_rhosts_rsa now accept generic keys.
95500969 859 - markus@cvs.openbsd.org 2001/12/27 20:39:58
860 [auth1.c auth-rsa.c channels.c clientloop.c packet.c packet.h]
861 [serverloop.c session.c ssh.c sshconnect1.c sshd.c ttymodes.c]
862 get rid of packet_integrity_check, use packet_done() instead.
3456d3c7 863 - markus@cvs.openbsd.org 2001/12/28 12:14:27
20b279e6 864 [auth1.c auth2.c auth2-chall.c auth-rsa.c channels.c clientloop.c]
865 [kex.c kexdh.c kexgex.c packet.c packet.h serverloop.c session.c]
866 [ssh.c sshconnect1.c sshconnect2.c sshd.c]
3456d3c7 867 s/packet_done/packet_check_eom/ (end-of-message); ok djm@
20b279e6 868 - markus@cvs.openbsd.org 2001/12/28 13:57:33
869 [auth1.c kexdh.c kexgex.c packet.c packet.h sshconnect1.c sshd.c]
870 packet_get_bignum* no longer returns a size
4ef6f649 871 - markus@cvs.openbsd.org 2001/12/28 14:13:13
872 [bufaux.c bufaux.h packet.c]
873 buffer_get_bignum: int -> void
54a5250f 874 - markus@cvs.openbsd.org 2001/12/28 14:50:54
875 [auth1.c auth-rsa.c channels.c dispatch.c kex.c kexdh.c kexgex.c]
876 [packet.c packet.h serverloop.c session.c ssh.c sshconnect1.c]
877 [sshconnect2.c sshd.c]
878 packet_read* no longer return the packet length, since it's not used.
7819b5c3 879 - markus@cvs.openbsd.org 2001/12/28 15:06:00
880 [auth2.c auth2-chall.c channels.c channels.h clientloop.c dispatch.c]
881 [dispatch.h kex.c kex.h serverloop.c ssh.c sshconnect2.c]
882 remove plen from the dispatch fn. it's no longer used.
60015649 883 - stevesk@cvs.openbsd.org 2001/12/28 22:37:48
884 [ssh.1 sshd.8]
885 document LogLevel DEBUG[123]; ok markus@
20905a8e 886 - stevesk@cvs.openbsd.org 2001/12/29 21:56:01
887 [authfile.c channels.c compress.c packet.c sftp-server.c]
888 [ssh-agent.c ssh-keygen.c]
889 remove unneeded casts and some char->u_char cleanup; ok markus@
6c79c353 890 - stevesk@cvs.openbsd.org 2002/01/03 04:11:08
891 [ssh_config]
892 grammar in comment
b4047251 893 - stevesk@cvs.openbsd.org 2002/01/04 17:59:17
894 [readconf.c servconf.c]
895 remove #ifdef _PATH_XAUTH/#endif; ok markus@
0f84fe37 896 - stevesk@cvs.openbsd.org 2002/01/04 18:14:16
897 [servconf.c sshd.8]
898 protocol 2 HostKey code default is now /etc/ssh_host_rsa_key and
899 /etc/ssh_host_dsa_key like we have in sshd_config. ok markus@
8341f420 900 - markus@cvs.openbsd.org 2002/01/05 10:43:40
901 [channels.c]
902 fix hanging x11 channels for rejected cookies (e.g.
903 XAUTHORITY=/dev/null xbiff) bug #36, based on patch from
904 djast@cs.toronto.edu
cb362b5e 905 - stevesk@cvs.openbsd.org 2002/01/05 21:51:56
906 [ssh.1 sshd.8]
907 some missing and misplaced periods
4ccb828d 908 - markus@cvs.openbsd.org 2002/01/09 13:49:27
909 [ssh-keygen.c]
910 append \n only for public keys
0c0738d5 911 - markus@cvs.openbsd.org 2002/01/09 17:16:00
912 [channels.c]
913 merge channel_pre_open_15/channel_pre_open_20; ok provos@
9c50edcf 914 - markus@cvs.openbsd.org 2002/01/09 17:26:35
915 [channels.c nchan.c]
916 replace buffer_consume(b, buffer_len(b)) with buffer_clear(b);
917 ok provos@
99416ceb 918 - markus@cvs.openbsd.org 2002/01/10 11:13:29
919 [serverloop.c]
920 skip client_alive_check until there are channels; ok beck@
3d209bbe 921 - markus@cvs.openbsd.org 2002/01/10 11:24:04
922 [clientloop.c]
923 handle SSH2_MSG_GLOBAL_REQUEST (just reply with failure); ok djm@
3c27606d 924 - markus@cvs.openbsd.org 2002/01/10 12:38:26
925 [nchan.c]
926 remove dead code (skip drain)
6d566d33 927 - markus@cvs.openbsd.org 2002/01/10 12:47:59
928 [nchan.c]
929 more unused code (with channels.c:1.156)
5a5f4c37 930 - markus@cvs.openbsd.org 2002/01/11 10:31:05
931 [packet.c]
932 handle received SSH2_MSG_UNIMPLEMENTED messages; ok djm@
781a02b8 933 - markus@cvs.openbsd.org 2002/01/11 13:36:43
934 [ssh2.h]
935 add defines for msg type ranges
6367063f 936 - markus@cvs.openbsd.org 2002/01/11 13:39:36
937 [auth2.c dispatch.c dispatch.h kex.c]
938 a single dispatch_protocol_error() that sends a message of
939 type 'UNIMPLEMENTED'
940 dispatch_range(): set handler for a ranges message types
941 use dispatch_protocol_ignore() for authentication requests after
942 successful authentication (the drafts requirement).
943 serverloop/clientloop now send a 'UNIMPLEMENTED' message instead
944 of exiting.
70499440 945 - markus@cvs.openbsd.org 2002/01/11 20:14:11
946 [auth2-chall.c auth-skey.c]
947 use strlcpy not strlcat; mouring@
a62ebe1f 948 - markus@cvs.openbsd.org 2002/01/11 23:02:18
949 [readpass.c]
950 use _PATH_TTY
bd2d2ac4 951 - markus@cvs.openbsd.org 2002/01/11 23:02:51
952 [auth2-chall.c]
953 use snprintf; mouring@
7ef24c8c 954 - markus@cvs.openbsd.org 2002/01/11 23:26:30
955 [auth-skey.c]
956 use snprintf; mouring@
68a7e648 957 - markus@cvs.openbsd.org 2002/01/12 13:10:29
958 [auth-skey.c]
959 undo local change
95f0a918 960 - provos@cvs.openbsd.org 2002/01/13 17:27:07
961 [ssh-agent.c]
962 change to use queue.h macros; okay markus@
3469eac4 963 - markus@cvs.openbsd.org 2002/01/13 17:57:37
964 [auth2.c auth2-chall.c compat.c sshconnect2.c sshd.c]
965 use buffer API and avoid static strings of fixed size;
966 ok provos@/mouring@
368e9dfc 967 - markus@cvs.openbsd.org 2002/01/13 21:31:20
968 [channels.h nchan.c]
969 add chan_set_[io]state(), order states, state is now an u_int,
970 simplifies debugging messages; ok provos@
3057c23b 971 - markus@cvs.openbsd.org 2002/01/14 13:22:35
972 [nchan.c]
973 chan_send_oclose1() no longer calls chan_shutdown_write(); ok provos@
974 - markus@cvs.openbsd.org 2002/01/14 13:34:07
975 [nchan.c]
976 merge chan_[io]buf_empty[12]; ok provos@
668a91b7 977 - markus@cvs.openbsd.org 2002/01/14 13:40:10
978 [nchan.c]
979 correct fn names for ssh2, do not switch from closed to closed;
980 ok provos@
3c9f1ecd 981 - markus@cvs.openbsd.org 2002/01/14 13:41:13
982 [nchan.c]
983 remove duplicated code; ok provos@
70bef40e 984 - markus@cvs.openbsd.org 2002/01/14 13:55:55
985 [channels.c channels.h nchan.c]
986 remove function pointers for events, remove chan_init*; ok provos@
8ab5f6b2 987 - markus@cvs.openbsd.org 2002/01/14 13:57:03
988 [channels.h nchan.c]
989 (c) 2002
5641aefa 990 - markus@cvs.openbsd.org 2002/01/16 13:17:51
991 [channels.c channels.h serverloop.c ssh.c]
992 wrapper for channel_setup_fwd_listener
ac10636f 993 - stevesk@cvs.openbsd.org 2002/01/16 17:40:23
994 [sshd_config]
995 The stategy now used for options in the default sshd_config shipped
996 with OpenSSH is to specify options with their default value where
997 possible, but leave them commented. Uncommented options change a
998 default value. Subsystem is currently the only default option
999 changed. ok markus@
cf5a07a8 1000 - stevesk@cvs.openbsd.org 2002/01/16 17:42:33
1001 [ssh.1]
1002 correct defaults for -i/IdentityFile; ok markus@
1bbbc136 1003 - stevesk@cvs.openbsd.org 2002/01/16 17:55:33
1004 [ssh_config]
1005 correct some commented defaults. add Ciphers default. ok markus@
4267abfd 1006 - stevesk@cvs.openbsd.org 2002/01/17 04:27:37
1007 [log.c]
1008 casts to silence enum type warnings for bugzilla bug 37; ok markus@
ba218fbe 1009 - stevesk@cvs.openbsd.org 2002/01/18 17:14:16
1010 [sshd.8]
1011 correct Ciphers default; paola.mannaro@ubs.com
e6207598 1012 - stevesk@cvs.openbsd.org 2002/01/18 18:14:17
1013 [authfd.c bufaux.c buffer.c cipher.c packet.c ssh-agent.c ssh-keygen.c]
1014 unneeded cast cleanup; ok markus@
dfafef8f 1015 - stevesk@cvs.openbsd.org 2002/01/18 20:46:34
1016 [sshd.8]
1017 clarify Allow(Groups|Users) and Deny(Groups|Users); suggestion from
1018 allard@oceanpark.com; ok markus@
616a6b93 1019 - markus@cvs.openbsd.org 2002/01/21 15:13:51
1020 [sshconnect.c]
1021 use read_passphrase+ECHO in confirm(), allows use of ssh-askpass
1022 for hostkey confirm.
55f9eebd 1023 - markus@cvs.openbsd.org 2002/01/21 22:30:12
1024 [cipher.c compat.c myproposal.h]
1025 remove "rijndael-*", just use "aes-" since this how rijndael is called
1026 in the drafts; ok stevesk@
32e7d71f 1027 - markus@cvs.openbsd.org 2002/01/21 23:27:10
1028 [channels.c nchan.c]
1029 cleanup channels faster if the are empty and we are in drain-state;
1030 ok deraadt@
3a454b6a 1031 - stevesk@cvs.openbsd.org 2002/01/22 02:52:41
1032 [servconf.c]
1033 typo in error message; from djast@cs.toronto.edu
4ca007b2 1034 - (djm) Make auth2-pam.c compile again after dispatch.h and packet.h
1035 changes
507c4f2e 1036 - (djm) Recent Glibc includes an incompatible sys/queue.h. Treat it as
1037 bogus in configure
187cd1fa 1038 - (djm) Use local sys/queue.h if necessary in ssh-agent.c
f1b0ecc3 1039
40f64e6f 104020020121
1041 - (djm) Rework ssh-rand-helper:
1042 - Reduce quantity of ifdef code, in preparation for ssh_rand_conf
1043 - Always seed from system calls, even when doing PRNGd seeding
1044 - Tidy and comment #define knobs
1045 - Remove unused facility for multiple runs through command list
1046 - KNF, cleanup, update copyright
1047
088cdc23 104820020114
1049 - (djm) Bug #50 - make autoconf entropy path checks more robust
1050
760b35a6 105120020108
1052 - (djm) Merge Cygwin copy_environment with do_pam_environment, removing
1053 fixed env var size limit in the process. Report from Corinna Vinschen
1054 <vinschen@redhat.com>
5cbceb3f 1055 - (stevesk) defines.h: use "/var/spool/sockets/X11/%u" for HP-UX. does
1056 not depend on transition links. from Lutz Jaenicke.
760b35a6 1057
1d2a4613 105820020106
1059 - (stevesk) defines.h: determine _PATH_UNIX_X; currently "/tmp/.X11-unix/X%u"
1060 for all platforms except HP-UX, which is "/usr/spool/sockets/X11/%u".
1061
d93656c9 106220020105
1063 - (bal) NCR requies use_pipes to operate correctly.
29525240 1064 - (stevesk) fix spurious ; from NCR change.
d93656c9 1065
554e28b2 106620020103
1067 - (djm) Use bigcrypt() on systems with SCO_PROTECTED_PW. Patch from
1068 Roger Cornelius <rac@tenzing.org>
1069
e9571a2c 107020011229
1071 - (djm) Apply Cygwin pointer deref fix from Corinna Vinschen
1072 <vinschen@redhat.com> Could be abused to guess valid usernames
929fb284 1073 - (djm) Typo in contrib/cygwin/README Fix from Corinna Vinschen
1074 <vinschen@redhat.com>
e9571a2c 1075
760edf28 107620011228
1077 - (djm) Remove recommendation to use GNU make, we should support most
1078 make programs.
1079
7bec72bc 108020011225
1081 - (stevesk) [Makefile.in ssh-rand-helper.c]
1082 portable lib and __progname support for ssh-rand-helper; ok djm@
1083
b8291fa0 108420011223
1085 - (bal) Removed contrib/chroot.diff and noted in contrib/README that it
1086 was not being maintained.
1087
46058ce2 108820011222
1089 - (djm) Ignore fix & patchlevel in OpenSSL version check. Patch from
1090 solar@openwall.com
1091 - (djm) Rework entropy code. If the OpenSSL PRNG is has not been
1092 internally seeded, execute a subprogram "ssh-rand-helper" to obtain
1093 some entropy for us. Rewrite the old in-process entropy collecter as
1094 an example ssh-rand-helper.
1095 - (djm) Always perform ssh_prng_cmds path lookups in configure, even if
1096 we don't end up using ssh_prng_cmds (so we always get a valid file)
1097
5fb9865a 109820011221
1099 - (djm) Add option to gnome-ssh-askpass to stop it from grabbing the X
1100 server. I have found this necessary to avoid server hangs with X input
1101 extensions (e.g. kinput2). Enable by setting the environment variable
1102 "GNOME_SSH_ASKPASS_NOGRAB"
805e659f 1103 - OpenBSD CVS Sync
1104 - stevesk@cvs.openbsd.org 2001/12/08 17:49:28
1105 [channels.c pathnames.h]
1106 use only one path to X11 UNIX domain socket vs. an array of paths
1107 to try. report from djast@cs.toronto.edu. ok markus@
2f293d43 1108 - markus@cvs.openbsd.org 2001/12/09 18:45:56
1109 [auth2.c auth2-chall.c auth.h]
1110 add auth2_challenge_stop(), simplifies cleanup of kbd-int sessions,
1111 fixes memleak.
5e8948af 1112 - stevesk@cvs.openbsd.org 2001/12/10 16:45:04
1113 [sshd.c]
1114 possible fd leak on error; ok markus@
cdc95d6e 1115 - markus@cvs.openbsd.org 2001/12/10 20:34:31
1116 [ssh-keyscan.c]
1117 check that server supports v1 for -t rsa1, report from wirth@dfki.de
fb396518 1118 - jakob@cvs.openbsd.org 2001/12/18 10:04:21
1119 [auth.h hostfile.c hostfile.h]
1120 remove auth_rsa_read_key, make hostfile_ready_key non static; ok markus@
306feb91 1121 - jakob@cvs.openbsd.org 2001/12/18 10:05:15
1122 [auth2.c]
1123 log fingerprint on successful public key authentication; ok markus@
46df736f 1124 - jakob@cvs.openbsd.org 2001/12/18 10:06:24
1125 [auth-rsa.c]
1126 log fingerprint on successful public key authentication, simplify
1127 usage of key structs; ok markus@
184eed6a 1128 - deraadt@cvs.openbsd.org 2001/12/19 07:18:56
1129 [auth1.c auth2.c auth2-chall.c auth-bsdauth.c auth.c authfile.c auth.h]
1130 [auth-krb4.c auth-rhosts.c auth-skey.c bufaux.c canohost.c channels.c]
1131 [cipher.c clientloop.c compat.c compress.c deattack.c key.c log.c mac.c]
1132 [match.c misc.c nchan.c packet.c readconf.c rijndael.c rijndael.h scard.c]
1133 [servconf.c servconf.h serverloop.c session.c sftp.c sftp-client.c]
1134 [sftp-glob.c sftp-int.c sftp-server.c ssh-add.c ssh-agent.c ssh.c]
1135 [sshconnect1.c sshconnect2.c sshconnect.c sshd.8 sshd.c sshd_config]
1136 [ssh-keygen.c sshlogin.c sshpty.c sshtty.c ttymodes.c uidswap.c]
1137 basic KNF done while i was looking for something else
a10be357 1138 - markus@cvs.openbsd.org 2001/12/19 16:09:39
1139 [serverloop.c]
1140 fix race between SIGCHLD and select with an additional pipe. writing
1141 to the pipe on SIGCHLD wakes up select(). using pselect() is not
1142 portable and siglongjmp() ugly. W. R. Stevens suggests similar solution.
1143 initial idea by pmenage@ensim.com; ok deraadt@, djm@
6c0fa2b1 1144 - stevesk@cvs.openbsd.org 2001/12/19 17:16:13
1145 [authfile.c bufaux.c bufaux.h buffer.c buffer.h packet.c packet.h ssh.c]
1146 change the buffer/packet interface to use void* vs. char*; ok markus@
ac151b18 1147 - markus@cvs.openbsd.org 2001/12/20 16:37:29
1148 [channels.c channels.h session.c]
1149 setup x11 listen socket for just one connect if the client requests so.
1150 (v2 only, but the openssh client does not support this feature).
24ca6821 1151 - djm@cvs.openbsd.org 2001/12/20 22:50:24
1152 [auth2.c auth2-chall.c channels.c channels.h clientloop.c dispatch.c]
1153 [dispatch.h kex.c kex.h packet.c packet.h serverloop.c ssh.c]
1154 [sshconnect2.c]
1155 Conformance fix: we should send failing packet sequence number when
1156 responding with a SSH_MSG_UNIMPLEMENTED message. Spotted by
1157 yakk@yakk.dot.net; ok markus@
5fb9865a 1158
c9d0ad9b 115920011219
1160 - (stevesk) OpenBSD CVS sync X11 localhost display
1161 - stevesk@cvs.openbsd.org 2001/11/29 14:10:51
1162 [channels.h channels.c session.c]
1163 sshd X11 fake server will now listen on localhost by default:
1164 $ echo $DISPLAY
1165 localhost:12.0
1166 $ netstat -an|grep 6012
1167 tcp 0 0 127.0.0.1.6012 *.* LISTEN
1168 tcp6 0 0 ::1.6012 *.* LISTEN
1169 sshd_config gatewayports=yes can be used to revert back to the old
1170 behavior. will control this with another option later. ok markus@
1171 - stevesk@cvs.openbsd.org 2001/12/19 08:43:11
1172 [includes.h session.c]
1173 handle utsname.nodename case for FamilyLocal X authorization; ok markus@
1174
3f3ac025 117520011207
1176 - (bal) PCRE no longer required. Banished from the source along with
1177 fake-regex.h
c20f63d3 1178 - (bal) OpenBSD CVS Sync
1179 - stevesk@cvs.openbsd.org 2001/12/06 18:02:32
1180 [channels.c sshconnect.c]
1181 shutdown(sock, SHUT_RDWR) not needed here; ok markus@
74860245 1182 - stevesk@cvs.openbsd.org 2001/12/06 18:09:23
1183 [channels.c session.c]
1184 strncpy->strlcpy. remaining strncpy's are necessary. ok markus@
d24631c9 1185 - stevesk@cvs.openbsd.org 2001/12/06 18:20:32
1186 [channels.c]
1187 disable nagle for X11 fake server and client TCPs. from netbsd.
1188 ok markus@
3f3ac025 1189
119020011206
6056eb35 1191 - (bal) OpenBSD CVS Sync
1192 - deraadt@cvs.openbsd.org 2001/11/14 20:45:08
1193 [sshd.c]
1194 errno saving wrapping in a signal handler
0408c978 1195 - markus@cvs.openbsd.org 2001/11/16 12:46:13
1196 [ssh-keyscan.c]
1197 handle empty lines instead of dumping core; report from sha@sha-1.net
17a3011c 1198 - stevesk@cvs.openbsd.org 2001/11/17 19:14:34
1199 [auth2.c auth.c readconf.c servconf.c ssh-agent.c ssh-keygen.c]
1200 enum/int type cleanup where it made sense to do so; ok markus@
7ace8c3b 1201 - markus@cvs.openbsd.org 2001/11/19 11:20:21
1202 [sshd.c]
1203 fd leak on HUP; ok stevesk@
8666316a 1204 - stevesk@cvs.openbsd.org 2001/11/19 18:40:46
1205 [ssh-agent.1]
1206 clarify/state that private keys are not exposed to clients using the
1207 agent; ok markus@
44c2ab73 1208 - mpech@cvs.openbsd.org 2001/11/19 19:02:16
1209 [deattack.c radix.c]
1210 kill more registers
1211 millert@ ok
2f98d223 1212 - markus@cvs.openbsd.org 2001/11/21 15:51:24
1213 [key.c]
1214 mem leak
c840d0ad 1215 - stevesk@cvs.openbsd.org 2001/11/21 18:49:14
1216 [ssh-keygen.1]
1217 more on passphrase construction; ok markus@
f48e63c8 1218 - stevesk@cvs.openbsd.org 2001/11/22 05:27:29
1219 [ssh-keyscan.c]
1220 don't use "\n" in fatal()
7a934d1b 1221 - markus@cvs.openbsd.org 2001/11/22 12:34:22
1222 [clientloop.c serverloop.c sshd.c]
1223 volatile sig_atomic_t
58d94604 1224 - stevesk@cvs.openbsd.org 2001/11/29 19:06:39
1225 [channels.h]
1226 remove dead function prototype; ok markus@
2975f58d 1227 - markus@cvs.openbsd.org 2001/11/29 22:08:48
1228 [auth-rsa.c]
1229 fix protocol error: send 'failed' message instead of a 2nd challenge
1230 (happens if the same key is in authorized_keys twice).
1231 reported Ralf_Meister@genua.de; ok djm@
b48eeb07 1232 - stevesk@cvs.openbsd.org 2001/11/30 20:39:28
1233 [ssh.c]
1234 sscanf() length dependencies are clearer now; can also shrink proto
1235 and data if desired, but i have not done that. ok markus@
2548961d 1236 - markus@cvs.openbsd.org 2001/12/01 21:41:48
1237 [session.c sshd.8]
1238 don't pass user defined variables to /usr/bin/login
947b64c7 1239 - deraadt@cvs.openbsd.org 2001/12/02 02:08:32
1240 [sftp-common.c]
1241 zap };
010f9726 1242 - itojun@cvs.openbsd.org 2001/12/05 03:50:01
1243 [clientloop.c serverloop.c sshd.c]
1244 deal with LP64 printf issue with sig_atomic_t. from thorpej
d5bb9418 1245 - itojun@cvs.openbsd.org 2001/12/05 03:56:39
1246 [auth1.c auth2.c canohost.c channels.c deattack.c packet.c scp.c
1247 sshconnect2.c]
1248 make it compile with more strict prototype checking
6aacefa7 1249 - deraadt@cvs.openbsd.org 2001/12/05 10:06:12
1250 [authfd.c authfile.c bufaux.c channels.c compat.c kex.c kexgex.c
1251 key.c misc.c packet.c servconf.c ssh-agent.c sshconnect2.c
1252 sshconnect.c sshd.c ssh-dss.c ssh-keygen.c ssh-rsa.c]
1253 minor KNF
663ebb32 1254 - markus@cvs.openbsd.org 2001/12/05 15:04:48
1255 [version.h]
1256 post 3.0.2
6a92533a 1257 - markus@cvs.openbsd.org 2001/12/05 16:54:51
1258 [compat.c match.c match.h]
1259 make theo and djm happy: bye bye regexp
2717fa0f 1260 - markus@cvs.openbsd.org 2001/12/06 13:30:06
1261 [servconf.c servconf.h sshd.8 sshd.c]
1262 add -o to sshd, too. ok deraadt@
1263 - (bal) Minor white space fix up in servconf.c
6056eb35 1264
ffb8d130 126520011126
1266 - (tim) [contrib/cygwin/README, openbsd-compat/bsd-cygwin_util.c,
1267 openbsd-compat/bsd-cygwin_util.h, openbsd-compat/daemon.c]
1268 Allow SSHD to install as service under WIndows 9x/Me
1269 [configure.ac] Fix to allow linking against PCRE on Cygwin
1270 Patches by Corinna Vinschen <vinschen@redhat.com>
1271
20716479 127220011115
1273 - (djm) Fix IPv4 default in ssh-keyscan. Spotted by Dan Astoorian
1274 <djast@cs.toronto.edu> Fix from markus@
e41f14ae 1275 - (djm) Release 3.0.1p1
20716479 1276
9aba5a4d 127720011113
1278 - (djm) Fix early (and double) free of remote user when using Kerberos.
1279 Patch from Simon Wilkinson <simon@sxw.org.uk>
19e810f6 1280 - (djm) AIX login{success,failed} changes. Move loginsuccess call to
1281 do_authenticated. Call loginfailed for protocol 2 failures > MAX like
1282 we do for protocol 1. Reports from Ralf Wenk <wera0003@fh-karlsruhe.de>,
1283 K.Wolkersdorfer@fz-juelich.de and others
ede8cea6 1284 - (djm) OpenBSD CVS Sync
1285 - dugsong@cvs.openbsd.org 2001/11/11 18:47:10
1286 [auth-krb5.c]
1287 fix krb5 authorization check. found by <jhawk@MIT.EDU>. from
1288 art@, deraadt@ ok
b0248360 1289 - markus@cvs.openbsd.org 2001/11/12 11:17:07
1290 [servconf.c]
1291 enable authorized_keys2 again. tested by fries@
0bbf2240 1292 - markus@cvs.openbsd.org 2001/11/13 02:03:57
1293 [version.h]
1294 enter 3.0.1
86b164b3 1295 - (djm) Bump RPM package versions
9aba5a4d 1296
3e4e3bc8 129720011112
1298 - (djm) Makefile correctness fix from Mark D. Baushke <mdb@juniper.net>
d36ae718 1299 - (djm) Cygwin config patch from Corinna Vinschen <vinschen@redhat.com>
9ae3f727 1300 - OpenBSD CVS Sync
1301 - markus@cvs.openbsd.org 2001/10/24 08:41:41
1302 [sshd.c]
1303 mention remote port in debug message
f103187f 1304 - markus@cvs.openbsd.org 2001/10/24 08:41:20
1305 [ssh.c]
1306 remove unused
67b75437 1307 - markus@cvs.openbsd.org 2001/10/24 08:51:35
1308 [clientloop.c ssh.c]
1309 ignore SIGPIPE early, makes ssh work if agent dies, netbsd-pr via itojun@
c6940381 1310 - markus@cvs.openbsd.org 2001/10/24 19:57:40
1311 [clientloop.c]
1312 make ~& (backgrounding) work again for proto v1; add support ~& for v2, too
f564d016 1313 - markus@cvs.openbsd.org 2001/10/25 21:14:32
1314 [ssh-keygen.1 ssh-keygen.c]
1315 better docu for fingerprinting, ok deraadt@
e8d59b4d 1316 - markus@cvs.openbsd.org 2001/10/29 19:27:15
1317 [sshconnect2.c]
1318 hostbased: check for client hostkey before building chost
03cf595c 1319 - markus@cvs.openbsd.org 2001/10/30 20:29:09
1320 [ssh.1]
1321 ssh.1
b4b701be 1322 - markus@cvs.openbsd.org 2001/11/07 16:03:17
1323 [packet.c packet.h sshconnect2.c]
1324 pad using the padding field from the ssh2 packet instead of sending
1325 extra ignore messages. tested against several other ssh servers.
10f22cd7 1326 - markus@cvs.openbsd.org 2001/11/07 21:40:21
1327 [ssh-rsa.c]
1328 ssh_rsa_sign/verify: SSH_BUG_SIGBLOB not supported
abc4e9a7 1329 - markus@cvs.openbsd.org 2001/11/07 22:10:28
1330 [ssh-dss.c ssh-rsa.c]
1331 missing free and sync dss/rsa code.
713d61f7 1332 - markus@cvs.openbsd.org 2001/11/07 22:12:01
1333 [sshd.8]
1334 s/Keepalive/KeepAlive/; from openbsd@davidkrause.com
f98585b0 1335 - markus@cvs.openbsd.org 2001/11/07 22:41:51
1336 [auth2.c auth-rh-rsa.c]
1337 unused includes
27c47c0a 1338 - markus@cvs.openbsd.org 2001/11/07 22:53:21
1339 [channels.h]
1340 crank c->path to 256 so they can hold a full hostname; dwd@bell-labs.com
56b551e2 1341 - markus@cvs.openbsd.org 2001/11/08 10:51:08
1342 [readpass.c]
1343 don't strdup too much data; from gotoh@taiyo.co.jp; ok millert.
dd58cb5e 1344 - markus@cvs.openbsd.org 2001/11/08 17:49:53
1345 [ssh.1]
1346 mention setuid root requirements; noted by cnorris@csc.UVic.ca; ok stevesk@
fad3754c 1347 - markus@cvs.openbsd.org 2001/11/08 20:02:24
1348 [auth.c]
1349 don't print ROOT in CAPS for the authentication messages, i.e.
1350 Accepted publickey for ROOT from 127.0.0.1 port 42734 ssh2
1351 becomes
1352 Accepted publickey for root from 127.0.0.1 port 42734 ssh2
b3ad8fe6 1353 - markus@cvs.openbsd.org 2001/11/09 18:59:23
1354 [clientloop.c serverloop.c]
1355 don't memset too much memory, ok millert@
1356 original patch from jlk@kamens.brookline.ma.us via nalin@redhat.com
ac28afd8 1357 - markus@cvs.openbsd.org 2001/11/10 13:19:45
1358 [sshd.c]
e15895cd 1359 cleanup libwrap support (remove bogus comment, bogus close(), add
1360 debug, etc).
5d4446bf 1361 - markus@cvs.openbsd.org 2001/11/10 13:22:42
1362 [ssh-rsa.c]
1363 KNF (unexpand)
ec413a68 1364 - markus@cvs.openbsd.org 2001/11/10 13:37:20
1365 [packet.c]
1366 remove extra debug()
5df83e07 1367 - markus@cvs.openbsd.org 2001/11/11 13:02:31
1368 [servconf.c]
e15895cd 1369 make AuthorizedKeysFile2 fallback to AuthorizedKeysFile if
1370 AuthorizedKeysFile is specified.
1371 - (djm) Reorder portable-specific server options so that they come first.
1372 This should help reduce diff collisions for new server options (as they
1373 will appear at the end)
3e4e3bc8 1374
78afd1dc 137520011109
1376 - (stevesk) auth-pam.c: use do_pam_authenticate(PAM_DISALLOW_NULL_AUTHTOK)
1377 if permit_empty_passwd == 0 so null password check cannot be bypassed.
1378 jayaraj@amritapuri.com OpenBSD bug 2168
30f60c34 1379 - markus@cvs.openbsd.org 2001/11/09 19:08:35
1380 [sshd.c]
1381 remove extra trailing dot from log message; pilot@naughty.monkey.org
1382
7c6d759d 138320011103
1384 - (tim) [ contrib/caldera/openssh.spec contrib/caldera/sshd.init] Updates
1385 from Raymund Will <ray@caldera.de>
1386 [acconfig.h configure.in] Clean up login checks.
1387 Problem reported by Jim Knoble <jmknoble@pobox.com>
1388
138920011101
58389b85 1390 - (djm) Compat define for OpenSSL < 0.9.6 (No OPENSSL_free)
1391
548fd014 139220011031
1393 - (djm) Unsmoke drugs: config files should be noreplace.
1394
b013a983 139520011030
1396 - (djm) Redhat RPM spec: remove noreplace from config files, allow IPv6
1397 by default (can force IPv4 using --define "noipv6 1")
1398
40d0f6b9 139920011029
1400 - (tim) [TODO defines.h loginrec.c] Change the references to configure.in
1401 to configure.ac
1402
9f214051 140320011028
1404 - (djm) Avoid bug in Solaris PAM libs
7eb73cc1 1405 - (djm) Disconnect if no tty and PAM reports password expired
9678565b 1406 - (djm) Fix for PAM password changes being echoed (from stevesk)
840ad55e 1407 - (stevesk) Fix compile problem with PAM password change fix
37a8edf7 1408 - (stevesk) README: zlib location is http://www.gzip.org/zlib/
9f214051 1409
c8c15bcb 141020011027
1411 - (tim) [configure.ac] Fixes for ReliantUNIX (don't use libucb)
1412 Patch by Robert Dahlem <Robert.Dahlem@siemens.com>
1413
9e127e27 141420011026
1415 - (bal) Set the correct current time in login_utmp_only(). Patch by
1416 Wayne Davison <wayned@users.sourceforge.net>
fd96c060 1417 - (tim) [scard/Makefile.in] Fix install: when building outside of source
1418 tree and using --src=/full_path/to/openssh
1419 Patch by Mark D. Baushke <mdb@juniper.net>
9e127e27 1420
d321c94b 142120011025
1422 - (bal) Use VDISABLE if _POSIX_VDISABLE is set in readpassphrase.c. Patch
1423 by todd@
5a162955 1424 - (tim) [configure.ac] Give path given in --with-xxx= for pcre,zlib, and
1425 tcp-wrappers precedence over system libraries and includes.
1426 Report from Dave Dykstra <dwd@bell-labs.com>
d321c94b 1427
95c88805 142820011024
1429 - (bal) Should be 3.0p1 not 3.0p2. Corrected version.h already.
451dab40 1430 - (tim) configure.in -> configure.ac
95c88805 1431
bc86d864 143220011023
1433 - (bal) Updated version to 3.0p1 in preparing for release.
7f0a4ff1 1434 - (bal) Added 'PAM_TTY_KLUDGE' to Solaris platform.
051809f6 1435 - (tim) [configure.in] Fix test for broken dirname. Based on patch from
1436 Dave Dykstra <dwd@bell-labs.com>. Remove un-needed test for zlib.h.
1437 [contrib/caldera/openssh.spec, contrib/redhat/openssh.spec,
1438 contrib/suse/openssh.spec] Update version to match version.h
bc86d864 1439
ce49121d 144020011022
1441 - (djm) Fix fd leak in loginrec.c (ro fd to lastlog was left open).
1442 Report from Michal Zalewski <lcamtuf@coredump.cx>
1443
98a7c37b 144420011021
1445 - (tim) [configure.in] Clean up library testing. Add optional PATH to
1446 --with-pcre, --with-zlib, and --with-tcp-wrappers. Based on
1447 patch by albert chin (china@thewrittenword.com)
1448 Re-arange AC_CHECK_HEADERS and AC_CHECK_FUNCS for eaiser reading
1449 of patches to configure.in. Replace obsolete AC_STRUCT_ST_BLKSIZE
1450 with AC_CHECK_MEMBERS. Add test for broken dirname() on
1451 Solaris 2.5.1 by Dan Astoorian <djast@cs.toronto.edu>
1452 [acconfig.h aclocal.m4 defines.h configure.in] Better socklen_t test.
1453 patch by albert chin (china@thewrittenword.com)
1454 [scp.c] Replace obsolete HAVE_ST_BLKSIZE with
1455 HAVE_STRUCT_STAT_ST_BLKSIZE.
1456 [Makefile.in] When running make in top level, always do make
1457 in openbsd-compat. patch by Dave Dykstra <dwd@bell-labs.com>
1458
09a3bd6d 145920011019
1460 - (bal) Fixed up init.d symlink issue and piddir stuff. Patches by
1461 Zoran Milojevic <Zoran.Milojevic@SS8.com> and j.petersen@msh.de
1462
418e724c 146320011012
1464 - (djm) OpenBSD CVS Sync
1465 - markus@cvs.openbsd.org 2001/10/10 22:18:47
1466 [channels.c channels.h clientloop.c nchan.c serverloop.c]
1467 [session.c session.h]
1468 try to keep channels open until an exit-status message is sent.
1469 don't kill the login shells if the shells stdin/out/err is closed.
1470 this should now work:
1471 ssh -2n localhost 'exec > /dev/null 2>&1; sleep 10; exit 5'; echo ?
efcc9957 1472 - markus@cvs.openbsd.org 2001/10/11 13:45:21
1473 [session.c]
1474 delay detach of session if a channel gets closed but the child is
1475 still alive. however, release pty, since the fd's to the child are
1476 already closed.
fd6cfbaf 1477 - markus@cvs.openbsd.org 2001/10/11 15:24:00
1478 [clientloop.c]
1479 clear select masks if we return before calling select().
b0454d44 1480 - (djm) "make veryclean" fix from Tom Holroyd <tomh@po.crl.go.jp>
aeabbb30 1481 - (djm) Clean some autoconf-2.52 junk when doing "make distclean"
8140f2aa 1482 - (djm) Cleanup sshpty.c a little
6e464960 1483 - (bal) First wave of contrib/solaris/ package upgrades. Still more
1484 work needs to be done, but it is a 190% better then the stuff we
1485 had before!
78c84f13 1486 - (bal) Minor bug fix in contrib/solaris/opensshd.in .. $etcdir was not
1487 set right.
418e724c 1488
c48c32c1 148920011010
1490 - (djm) OpenBSD CVS Sync
1491 - markus@cvs.openbsd.org 2001/10/04 14:34:16
1492 [key.c]
1493 call OPENSSL_free() for memory allocated by openssl; from chombier@mac.com
0c139bd1 1494 - markus@cvs.openbsd.org 2001/10/04 15:05:40
1495 [channels.c serverloop.c]
1496 comment out bogus conditions for selecting on connection_in
72176c0e 1497 - markus@cvs.openbsd.org 2001/10/04 15:12:37
1498 [serverloop.c]
1499 client_alive_check cleanup
a2c92c4a 1500 - markus@cvs.openbsd.org 2001/10/06 00:14:50
1501 [sshconnect.c]
1502 remove unused argument
05fd093c 1503 - markus@cvs.openbsd.org 2001/10/06 00:36:42
1504 [session.c]
1505 fix typo in error message, sync with do_exec_nopty
01e9ef57 1506 - markus@cvs.openbsd.org 2001/10/06 11:18:19
1507 [sshconnect1.c sshconnect2.c sshconnect.c]
1508 unify hostkey check error messages, simplify prompt.
2cdccb44 1509 - markus@cvs.openbsd.org 2001/10/07 10:29:52
1510 [authfile.c]
1511 grammer; Matthew_Clarke@mindlink.bc.ca
639cb8ab 1512 - markus@cvs.openbsd.org 2001/10/07 17:49:40
1513 [channels.c channels.h]
1514 avoid possible FD_ISSET overflow for channels established
1515 during channnel_after_select() (used for dynamic channels).
f3964cb9 1516 - markus@cvs.openbsd.org 2001/10/08 11:48:57
1517 [channels.c]
1518 better debug
32af6a3f 1519 - markus@cvs.openbsd.org 2001/10/08 16:15:47
1520 [sshconnect.c]
1521 use correct family for -b option
dab89049 1522 - markus@cvs.openbsd.org 2001/10/08 19:05:05
1523 [ssh.c sshconnect.c sshconnect.h ssh-keyscan.c]
1524 some more IPv4or6 cleanup
1525 - markus@cvs.openbsd.org 2001/10/09 10:12:08
1526 [session.c]
1527 chdir $HOME after krb_afslog(); from bbense@networking.stanford.edu
01855277 1528 - markus@cvs.openbsd.org 2001/10/09 19:32:49
1529 [session.c]
1530 stat subsystem command before calling do_exec, and return error to client.
9d1b2faa 1531 - markus@cvs.openbsd.org 2001/10/09 19:51:18
1532 [serverloop.c]
1533 close all channels if the connection to the remote host has been closed,
1534 should fix sshd's hanging with WCHAN==wait
d5f24f94 1535 - markus@cvs.openbsd.org 2001/10/09 21:59:41
1536 [channels.c channels.h serverloop.c session.c session.h]
1537 simplify session close: no more delayed session_close, no more
1538 blocking wait() calls.
b6a71cd2 1539 - (bal) removed two unsed headers in openbsd-compat/bsd-misc.c
8782141f 1540 - (bal) seed_init() and seed_rng() required in ssh-keyscan.c
c48c32c1 1541
46dfe5ef 154220011007
1543 - (bal) ssh-copy-id corrected permissions for .ssh/ and authorized_keys.
1544 Prompted by Matthew Vernon <matthew@sel.cam.ac.uk>
1545
822593d4 154620011005
1547 - (bal) AES works under Cray, no more hack.
1548
63fa6b6c 154920011004
1550 - (bal) nchan2.ms resync. BSD License applied.
1551
c8a62153 155220011003
1553 - (bal) CVS ID fix up in version.h
b6350327 1554 - (bal) OpenBSD CVS Sync:
1555 - markus@cvs.openbsd.org 2001/09/27 11:58:16
1556 [compress.c]
1557 mem leak; chombier@mac.com
1558 - markus@cvs.openbsd.org 2001/09/27 11:59:37
1559 [packet.c]
1560 missing called=1; chombier@mac.com
aa8003d6 1561 - markus@cvs.openbsd.org 2001/09/27 15:31:17
1562 [auth2.c auth2-chall.c sshconnect1.c]
1563 typos; from solar
5b263aae 1564 - camield@cvs.openbsd.org 2001/09/27 17:53:24
1565 [sshd.8]
1566 don't talk about compile-time options
1567 ok markus@
e99a518a 1568 - djm@cvs.openbsd.org 2001/09/28 12:07:09
1569 [ssh-keygen.c]
1570 bzero private key after loading to smartcard; ok markus@
f67792f2 1571 - markus@cvs.openbsd.org 2001/09/28 15:46:29
1572 [ssh.c]
1573 bug: read user config first; report kaukasoi@elektroni.ee.tut.fi
5720c10e 1574 - markus@cvs.openbsd.org 2001/10/01 08:06:28
1575 [scp.c]
1576 skip filenames containing \n; report jdamery@chiark.greenend.org.uk
1577 and matthew@debian.org
5e4a7219 1578 - markus@cvs.openbsd.org 2001/10/01 21:38:53
1579 [channels.c channels.h ssh.c sshd.c]
1580 remove ugliness; vp@drexel.edu via angelos
8bbc048a 1581 - markus@cvs.openbsd.org 2001/10/01 21:51:16
1582 [readconf.c readconf.h ssh.1 sshconnect.c]
1583 add NoHostAuthenticationForLocalhost; note that the hostkey is
1584 now check for localhost, too.
e0543e42 1585 - djm@cvs.openbsd.org 2001/10/02 08:38:50
1586 [ssh-add.c]
1587 return non-zero exit code on error; ok markus@
e4d7f734 1588 - stevesk@cvs.openbsd.org 2001/10/02 22:56:09
1589 [sshd.c]
1590 #include "channels.h" for channel_set_af()
76fbdd47 1591 - markus@cvs.openbsd.org 2001/10/03 10:01:20
1592 [auth.c]
1593 use realpath() for homedir, too. from jinmei@isl.rdc.toshiba.co.jp
c8a62153 1594
d9d47a26 159520011001
1596 - (stevesk) loginrec.c: fix type conversion problems exposed when using
1597 64-bit off_t.
1598
d8d6c87e 159920010929
1600 - (bal) move reading 'config.h' up higher. Patch by albert chin
1601 <china@thewrittenword.com)
1602
fc1fc39e 160320010928
1604 - (djm) OpenBSD CVS sync:
1605 - djm@cvs.openbsd.org 2001/09/28 09:49:31
1606 [scard.c]
1607 Fix segv when smartcard communication error occurs during key load.
1608 ok markus@
e3d5570b 1609 - (djm) Update spec files for new x11-askpass
fc1fc39e 1610
8a9ac95d 161120010927
1612 - (stevesk) session.c: declare do_pre_login() before use
1613 wayned@users.sourceforge.net
1614
aa9f6a6e 161520010925
1616 - (djm) Pull in auth-krb5.c from OpenBSD CVS. NB. it is not currently used.
168edd95 1617 - (djm) Sync $sysconfdir/moduli
948fd8b9 1618 - (djm) Add AC_SYS_LARGEFILE configure test
4f9d80ee 1619 - (djm) Avoid bad and unportable sprintf usage in compat code
aa9f6a6e 1620
57dade33 162120010923
1622 - (bal) updated ssh.c to mirror minor getopts 'extern int' formating done
1623 by stevesk@
927c3e15 1624 - (bal) Removed 'extern int optopt;' since it is dead wood.
8ead88d3 1625 - (bal) Updated all *.specs for 2.9.9p1 and updated version.h
57dade33 1626
8ab12eb4 162720010923
1628 - (bal) OpenBSD CVS Sync
1629 - markus@cvs.openbsd.org 2001/09/23 11:09:13
1630 [authfile.c]
1631 relax permission check for private key files.
157fc8e1 1632 - markus@cvs.openbsd.org 2001/09/23 09:58:13
1633 [LICENCE]
1634 new rijndael implementation
8ab12eb4 1635
64bdafe1 163620010920
1637 - (tim) [scard/Makefile.in] Don't strip the Java binary
4a38efad 1638 - (stevesk) sun_len, SUN_LEN() configure stuff no longer required
fc7eca52 1639 - (bal) OpenBSD CVS Sync
1640 - stevesk@cvs.openbsd.org 2001/09/20 00:15:54
1641 [sshd.8]
1642 fix ClientAliveCountMax
ddcfed57 1643 - markus@cvs.openbsd.org 2001/09/20 13:46:48
1644 [auth2.c]
1645 key_read returns now -1 or 1
bcdb96c2 1646 - markus@cvs.openbsd.org 2001/09/20 13:50:40
1647 [compat.c compat.h ssh.c]
1648 bug compat: request a dummy channel for -N (no shell) sessions +
1649 cleanup; vinschen@redhat.com
4a778de1 1650 - mouring@cvs.openbsd.org 2001/09/20 20:57:51
1651 [sshd_config]
1652 CheckMail removed. OKed stevesk@
64bdafe1 1653
4cdbc654 165420010919
35c69348 1655 - (bal) OpenBSD Sync
4cdbc654 1656 - markus@cvs.openbsd.org 2001/09/19 10:08:51
1657 [sshd.8]
1658 command=xxx applies to subsystem now, too
cb8c7bad 1659 - markus@cvs.openbsd.org 2001/09/19 13:23:29
1660 [key.c]
1661 key_read() now returns -1 on type mismatch, too
e1c5bfaf 1662 - stevesk@cvs.openbsd.org 2001/09/19 19:24:19
1663 [readconf.c readconf.h scp.c sftp.c ssh.1]
1664 add ClearAllForwardings ssh option and set it in scp and sftp; ok
1665 markus@
f34f05d5 1666 - stevesk@cvs.openbsd.org 2001/09/19 19:35:30
1667 [authfd.c]
1668 use sizeof addr vs. SUN_LEN(addr) for sockaddr_un. Stevens
1669 blesses this and we do it this way elsewhere. this helps in
1670 portable because not all systems have SUN_LEN() and
1671 sockaddr_un.sun_len. ok markus@
2043936f 1672 - stevesk@cvs.openbsd.org 2001/09/19 21:04:53
1673 [sshd.8]
1674 missing -t in usage
368bae7d 1675 - stevesk@cvs.openbsd.org 2001/09/19 21:41:57
1676 [sshd.8]
1677 don't advertise -V in usage; ok markus@
35c69348 1678 - (bal) openbsd-compat/vis.[ch] is dead wood. Removed.
4cdbc654 1679
d0b19c95 168020010918
46a831dd 1681 - (djm) Configure support for smartcards. Based on Ben's work.
fef4ea6b 1682 - (djm) Revert setgroups call, it causes problems on OS-X
46a831dd 1683 - (djm) Avoid warning on BSDgetopt
93816ec8 1684 - (djm) More makefile infrastructre for smartcard support, also based
1685 on Ben's work
4b255446 1686 - (djm) Specify --datadir in RPM spec files so smartcard applet gets
1687 put somewhere sane. Add Ssh.bin to manifest.
69c94072 1688 - (djm) Make smartcard support conditional in Redhat RPM spec
1a77481c 1689 - (bal) LICENCE update. Has not been done in a while.
f49df8e9 1690 - (stevesk) nchan.c: we use X/Open Sockets on HP-UX now so shutdown(2)
1691 returns ENOTCONN vs. EINVAL for socket not connected; remove EINVAL
1692 check. ok Lutz Jaenicke
35c69348 1693 - (bal) OpenBSD CVS Sync
f1278af7 1694 - stevesk@cvs.openbsd.org 2001/09/17 17:57:57
1695 [scp.1 scp.c sftp.1 sftp.c]
1696 add -Fssh_config option; ok markus@
cf54363d 1697 - stevesk@cvs.openbsd.org 2001/09/17 19:27:15
1698 [kexdh.c kexgex.c key.c key.h ssh-dss.c ssh-keygen.c ssh-rsa.c]
1699 u_char*/char* cleanup; ok markus
4e842b5e 1700 - markus@cvs.openbsd.org 2001/09/17 20:22:14
1701 [scard.c]
1702 never keep a connection to the smartcard open.
1703 allows ssh-keygen -D U while the agent is running; report from
1704 jakob@
e3c1c3e6 1705 - stevesk@cvs.openbsd.org 2001/09/17 20:38:09
1706 [sftp.1 sftp.c]
1707 cleanup and document -1, -s and -S; ok markus@
f7436b8c 1708 - markus@cvs.openbsd.org 2001/09/17 20:50:22
1709 [key.c ssh-keygen.c]
1710 better error handling if you try to export a bad key to ssh.com
a5f82435 1711 - markus@cvs.openbsd.org 2001/09/17 20:52:47
1712 [channels.c channels.h clientloop.c]
1713 try to fix agent-forwarding-backconnection-bug, as seen on HPUX,
1714 for example; with Lutz.Jaenicke@aet.TU-Cottbus.DE,
780a9951 1715 - markus@cvs.openbsd.org 2001/09/17 21:04:02
1716 [channels.c serverloop.c]
1717 don't send fake dummy packets on CR (\r)
1718 bugreport from yyua@cs.sfu.ca via solar@@openwall.com
b6761a3e 1719 - markus@cvs.openbsd.org 2001/09/17 21:09:47
1720 [compat.c]
1721 more versions suffering the SSH_BUG_DEBUG bug;
1722 3.0.x reported by dbutts@maddog.storability.com
edaeb835 1723 - stevesk@cvs.openbsd.org 2001/09/17 23:56:07
1724 [scp.1]
1725 missing -B in usage string
d0b19c95 1726
d31a32a4 172720010917
1728 - (djm) x11-ssh-askpass-1.2.4 in RPM spec, revert workarounds
cb547f98 1729 - (tim) [includes.h openbsd-compat/getopt.c openbsd-compat/getopt.h]
1730 rename getopt() to BSDgetopt() to keep form conflicting with
1731 system getopt().
1732 [Makefile.in configure.in] disable filepriv until I can add
1733 missing procpriv calls.
d31a32a4 1734
95d00a03 173520010916
1736 - (djm) Workaround XFree breakage in RPM spec file
6fcf67f7 1737 - (bal) OpenBSD CVS Sync
1738 - markus@cvs.openbsd.org 2001/09/16 14:46:54
1739 [session.c]
1740 calls krb_afslog() after setting $HOME; mattiasa@e.kth.se; fixes
1741 pr 1943b
95d00a03 1742
0e0144b7 174320010915
1744 - (djm) Make do_pre_login static to avoid prototype #ifdef hell
0fd6c7a9 1745 - (djm) Sync scard/ stuff
23c098ba 1746 - (djm) Redhat spec file cleanups from Pekka Savola <pekkas@netcore.fi> and
1747 Redhat
94a29edc 1748 - (djm) Redhat initscript config sanity checking from Pekka Savola
1749 <pekkas@netcore.fi>
e72ff812 1750 - (djm) Clear supplemental groups at sshd start to prevent them from
1751 being propogated to random PAM modules. Based on patch from Redhat via
1752 Pekka Savola <pekkas@netcore.fi>
a2cb4268 1753 - (djm) Make sure rijndael.c picks config.h
1754 - (djm) Ensure that u_char gets defined
0e0144b7 1755
dcf29cf8 175620010914
1757 - (bal) OpenBSD CVS Sync
1758 - markus@cvs.openbsd.org 2001/09/13
1759 [rijndael.c rijndael.h]
1760 missing $OpenBSD
fd022eed 1761 - markus@cvs.openbsd.org 2001/09/14
1762 [session.c]
1763 command=xxx overwrites subsystems, too
9658ecbc 1764 - markus@cvs.openbsd.org 2001/09/14
1765 [sshd.c]
1766 typo
fd022eed 1767
88c3bfe0 176820010913
1769 - (bal) OpenBSD CVS Sync
1770 - markus@cvs.openbsd.org 2001/08/23 11:31:59
1771 [cipher.c cipher.h]
1772 switch to the optimised AES reference code from
1773 http://www.esat.kuleuven.ac.be/~rijmen/rijndael/rijndael-fst-3.0.zip
1774
5c53a31e 177520010912
1776 - (bal) OpenBSD CVS Sync
1777 - jakob@cvs.openbsd.org 2001/08/16 19:18:34
1778 [servconf.c servconf.h session.c sshd.8]
1779 deprecate CheckMail. ok markus@
54bf768d 1780 - stevesk@cvs.openbsd.org 2001/08/16 20:14:57
1781 [ssh.1 sshd.8]
1782 document case sensitivity for ssh, sshd and key file
1783 options and arguments; ok markus@
6d7b3036 1784 - stevesk@cvs.openbsd.org 2001/08/17 18:59:47
1785 [servconf.h]
1786 typo in comment
ae897d7c 1787 - stevesk@cvs.openbsd.org 2001/08/21 21:47:42
1788 [ssh.1 sshd.8]
1789 minor typos and cleanup
c78e5800 1790 - stevesk@cvs.openbsd.org 2001/08/22 16:21:21
1791 [ssh.1]
1792 hostname not optional; ok markus@
9495bfc5 1793 - stevesk@cvs.openbsd.org 2001/08/22 16:30:02
1794 [sshd.8]
1795 no rexd; ok markus@
29999e54 1796 - stevesk@cvs.openbsd.org 2001/08/22 17:45:16
1797 [ssh.1]
1798 document cipher des for protocol 1; ok deraadt@
8fbc356d 1799 - camield@cvs.openbsd.org 2001/08/23 17:59:31
1800 [sshd.c]
1801 end request with 0, not NULL
1802 ok markus@
d866473d 1803 - stevesk@cvs.openbsd.org 2001/08/23 18:02:48
1804 [ssh-agent.1]
1805 fix usage; ok markus@
75304f85 1806 - stevesk@cvs.openbsd.org 2001/08/23 18:08:59
1807 [ssh-add.1 ssh-keyscan.1]
1808 minor cleanup
b7f79e7a 1809 - danh@cvs.openbsd.org 2001/08/27 22:02:13
1810 [ssh-keyscan.c]
1811 fix memory fault if non-existent filename is given to the -f option
1812 ok markus@
14e4a15f 1813 - markus@cvs.openbsd.org 2001/08/28 09:51:26
1814 [readconf.c]
1815 don't set DynamicForward unless Host matches
e591b98a 1816 - markus@cvs.openbsd.org 2001/08/28 15:39:48
1817 [ssh.1 ssh.c]
1818 allow: ssh -F configfile host
46660a9e 1819 - markus@cvs.openbsd.org 2001/08/29 20:44:03
1820 [scp.c]
1821 clear the malloc'd buffer, otherwise source() will leak malloc'd
1822 memory; ok theo@
e675b851 1823 - stevesk@cvs.openbsd.org 2001/08/29 23:02:21
1824 [sshd.8]
1825 add text about -u0 preventing DNS requests; ok markus@
4c780c2a 1826 - stevesk@cvs.openbsd.org 2001/08/29 23:13:10
1827 [ssh.1 ssh.c]
1828 document -D and DynamicForward; ok markus@
d2e3df16 1829 - stevesk@cvs.openbsd.org 2001/08/29 23:27:23
1830 [ssh.c]
1831 validate ports for -L/-R; ok markus@
70068acc 1832 - stevesk@cvs.openbsd.org 2001/08/29 23:39:40
1833 [ssh.1 sshd.8]
1834 additional documentation for GatewayPorts; ok markus@
ad3e169f 1835 - naddy@cvs.openbsd.org 2001/08/30 15:42:36
1836 [ssh.1]
1837 add -D to synopsis line; ok markus@
3a8aabf0 1838 - stevesk@cvs.openbsd.org 2001/08/30 16:04:35
1839 [readconf.c ssh.1]
1840 validate ports for LocalForward/RemoteForward.
1841 add host/port alternative syntax for IPv6 (like -L/-R).
1842 ok markus@
ed787d14 1843 - stevesk@cvs.openbsd.org 2001/08/30 20:36:34
1844 [auth-options.c sshd.8]
1845 validate ports for permitopen key file option. add host/port
1846 alternative syntax for IPv6. ok markus@
4278ff63 1847 - markus@cvs.openbsd.org 2001/08/30 22:22:32
1848 [ssh-keyscan.c]
1849 do not pass pointers to longjmp; fix from wayne@blorf.net
6b759005 1850 - markus@cvs.openbsd.org 2001/08/31 11:46:39
1851 [sshconnect2.c]
93111dfa 1852 disable kbd-interactive if we don't get SSH2_MSG_USERAUTH_INFO_REQUEST
1853 messages
1854 - stevesk@cvs.openbsd.org 2001/09/03 20:58:33
1855 [readconf.c readconf.h ssh.c]
1856 fatal() for nonexistent -Fssh_config. ok markus@
91789042 1857 - deraadt@cvs.openbsd.org 2001/09/05 06:23:07
1858 [scp.1 sftp.1 ssh.1 ssh-agent.1 sshd.8 ssh-keygen.1 ssh-keyscan.1]
1859 avoid first person in manual pages
3a222388 1860 - stevesk@cvs.openbsd.org 2001/09/12 18:18:25
1861 [scp.c]
1862 don't forward agent for non third-party copies; ok markus@
5c53a31e 1863
c6ed03bd 186420010815
1865 - (bal) Fixed stray code in readconf.c that went in by mistake.
65e683bd 1866 - OpenBSD CVS Sync
1867 - markus@cvs.openbsd.org 2001/08/07 10:37:46
1868 [authfd.c authfd.h]
1869 extended failure messages from galb@vandyke.com
c7f89f1f 1870 - deraadt@cvs.openbsd.org 2001/08/08 07:16:58
1871 [scp.1]
1872 when describing the -o option, give -o Protocol=1 as the specific example
1873 since we are SICK AND TIRED of clueless people who cannot have difficulty
1874 thinking on their own.
f2f1bedd 1875 - markus@cvs.openbsd.org 2001/08/08 18:20:15
1876 [uidswap.c]
1877 permanently_set_uid is a noop if user is not privilegued;
1878 fixes bug on solaris; from sbi@uchicago.edu
58df8789 1879 - markus@cvs.openbsd.org 2001/08/08 21:34:19
1880 [uidswap.c]
1881 undo last change; does not work for sshd
c3abff07 1882 - jakob@cvs.openbsd.org 2001/08/11 22:51:27
1883 [ssh.c tildexpand.c]
1884 fix more paths beginning with "//"; <bradshaw@staff.crosswalk.com>.
1885 ok markus@
4fa5a4db 1886 - stevesk@cvs.openbsd.org 2001/08/13 23:38:54
1887 [scp.c]
1888 don't need main prototype (also sync with rcp); ok markus@
68874d2b 1889 - markus@cvs.openbsd.org 2001/08/14 09:23:02
1890 [sftp.1 sftp-int.c]
1891 "bye"; hk63a@netscape.net
38539909 1892 - stevesk@cvs.openbsd.org 2001/08/14 17:54:29
1893 [scp.1 sftp.1 ssh.1]
1894 consistent documentation and example of ``-o ssh_option'' for sftp and
1895 scp; document keyword=argument for ssh.
41cb4569 1896 - (bal) QNX resync. OK tim@
c6ed03bd 1897
3454ff55 189820010814
1899 - (stevesk) sshpty.c, cray.[ch]: whitespace, formatting and cleanup
1900 for some #ifdef _CRAY code; ok wendyp@cray.com
5bd6962b 1901 - (stevesk) sshpty.c: return 0 on error in cray pty code;
1902 ok wendyp@cray.com
4809bc4c 1903 - (stevesk) bsd-cray.c: utmp strings are not C strings
8280a5ae 1904 - (stevesk) bsd-cray.c: more cleanup; ok wendyp@cray.com
3454ff55 1905
d89a02d4 190620010812
1907 - (djm) Fix detection of long long int support. Based on patch from
1908 Michael Stone <mstone@cs.loyola.edu>. ok stevesk, tim
1909
7ef909d3 191020010808
1911 - (bal) Minor correction to inet_ntop.h. _BSD_RRESVPORT_H should be
1912 _BSD_INET_NTOP_H. Pointed out by Mark Miller <markm@swoon.net>
1913
a704dd54 191420010807
1915 - (tim) [configure.in sshconnect.c openbsd-compat/Makefile.in
1916 openbsd-compat/openbsd-compat.h ] Add inet_ntop.c inet_ntop.h back
1917 in. Needed for sshconnect.c
1918 [sshconnect.c] fix INET6_ADDRSTRLEN for non IPv6 machines
1919 [configure.in] make tests with missing libraries fail
1920 patch by Wendy Palm <wendyp@cray.com>
1921 Added openbsd-compat/bsd-cray.h. Selective patches from
1922 William L. Jones <jones@mail.utexas.edu>
1923
4f7893dc 192420010806
1925 - OpenBSD CVS Sync
1926 - markus@cvs.openbsd.org 2001/07/22 21:32:27
1927 [sshpty.c]
1928 update comment
0aea6c59 1929 - pvalchev@cvs.openbsd.org 2001/07/22 21:32:42
1930 [ssh.1]
1931 There is no option "Compress", point to "Compression" instead; ok
1932 markus
10a2cbef 1933 - markus@cvs.openbsd.org 2001/07/22 22:04:19
1934 [readconf.c ssh.1]
1935 enable challenge-response auth by default; ok millert@
248bad82 1936 - markus@cvs.openbsd.org 2001/07/22 22:24:16
1937 [sshd.8]
1938 Xr login.conf
9f37c0af 1939 - markus@cvs.openbsd.org 2001/07/23 09:06:28
1940 [sshconnect2.c]
1941 reorder default sequence of userauth methods to match ssh behaviour:
1942 hostbased,publickey,keyboard-interactive,password
29c440a0 1943 - markus@cvs.openbsd.org 2001/07/23 12:47:05
1944 [ssh.1]
1945 sync PreferredAuthentications
7fd9477e 1946 - aaron@cvs.openbsd.org 2001/07/23 14:14:18
1947 [ssh-keygen.1]
1948 Fix typo.
1bdee08c 1949 - stevesk@cvs.openbsd.org 2001/07/23 18:14:58
1950 [auth2.c auth-rsa.c]
1951 use %lu; ok markus@
bac2ef55 1952 - stevesk@cvs.openbsd.org 2001/07/23 18:21:46
1953 [xmalloc.c]
1954 no zero size xstrdup() error; ok markus@
55684f0c 1955 - markus@cvs.openbsd.org 2001/07/25 11:59:35
1956 [scard.c]
1957 typo in comment
ce773142 1958 - markus@cvs.openbsd.org 2001/07/25 14:35:18
1959 [readconf.c ssh.1 ssh.c sshconnect.c]
1960 cleanup connect(); connection_attempts 4 -> 1; from
1961 eivind@freebsd.org
f87f09aa 1962 - stevesk@cvs.openbsd.org 2001/07/26 17:18:22
1963 [sshd.8 sshd.c]
1964 add -t option to test configuration file and keys; pekkas@netcore.fi
1965 ok markus@
c42158fe 1966 - rees@cvs.openbsd.org 2001/07/26 20:04:27
1967 [scard.c ssh-keygen.c]
1968 Inquire Cyberflex class for 0xf0 cards
1969 change aid to conform to 7816-5
1970 remove gratuitous fid selects
2e23cde0 1971 - millert@cvs.openbsd.org 2001/07/27 14:50:45
1972 [ssh.c]
1973 If smart card support is compiled in and a smart card is being used
1974 for authentication, make it the first method used. markus@ OK
0b2988ca 1975 - deraadt@cvs.openbsd.org 2001/07/27 17:26:16
1976 [scp.c]
1977 shorten lines
7f19f8bb 1978 - markus@cvs.openbsd.org 2001/07/28 09:21:15
1979 [sshd.8]
1980 cleanup some RSA vs DSA vs SSH1 vs SSH2 notes
79a6cb5c 1981 - mouring@cvs.openbsd.org 2001/07/29 17:02:46
1982 [scp.1]
1983 Clarified -o option in scp.1 OKed by Markus@
0b595937 1984 - jakob@cvs.openbsd.org 2001/07/30 16:06:07
1985 [scard.c scard.h]
1986 better errorcodes from sc_*; ok markus@
d6192346 1987 - stevesk@cvs.openbsd.org 2001/07/30 16:23:30
1988 [rijndael.c rijndael.h]
1989 new BSD-style license:
1990 Brian Gladman <brg@gladman.plus.com>:
1991 >I have updated my code at:
1992 >http://fp.gladman.plus.com/cryptography_technology/rijndael/index.htm
1993 >with a copyright notice as follows:
1994 >[...]
1995 >I am not sure which version of my old code you are using but I am
1996 >happy for the notice above to be substituted for my existing copyright
1997 >intent if this meets your purpose.
71b7a18e 1998 - jakob@cvs.openbsd.org 2001/07/31 08:41:10
1999 [scard.c]
2000 do not complain about missing smartcards. ok markus@
eea098a3 2001 - jakob@cvs.openbsd.org 2001/07/31 09:28:44
2002 [readconf.c readconf.h ssh.1 ssh.c]
2003 add 'SmartcardDevice' client option to specify which smartcard device
2004 is used to access a smartcard used for storing the user's private RSA
2005 key. ok markus@.
88690211 2006 - jakob@cvs.openbsd.org 2001/07/31 12:42:50
2007 [sftp-int.c sftp-server.c]
2008 avoid paths beginning with "//"; <vinschen@redhat.com>
2009 ok markus@
2251e099 2010 - jakob@cvs.openbsd.org 2001/07/31 12:53:34
2011 [scard.c]
2012 close smartcard connection if card is missing
9ff6f66f 2013 - markus@cvs.openbsd.org 2001/08/01 22:03:33
2014 [authfd.c authfd.h readconf.c readconf.h scard.c scard.h ssh-add.c
2015 ssh-agent.c ssh.c]
2016 use strings instead of ints for smartcard reader ids
1930af48 2017 - markus@cvs.openbsd.org 2001/08/01 22:16:45
2018 [ssh.1 sshd.8]
2019 refer to current ietf drafts for protocol v2
4f831fd7 2020 - markus@cvs.openbsd.org 2001/08/01 23:33:09
2021 [ssh-keygen.c]
2022 allow uploading RSA keys for non-default AUT0 (sha1 over passphrase
2023 like sectok).
1a23ac2c 2024 - markus@cvs.openbsd.org 2001/08/01 23:38:45
05b7537a 2025 [scard.c ssh.c]
2026 support finish rsa keys.
2027 free public keys after login -> call finish -> close smartcard.
93a56445 2028 - markus@cvs.openbsd.org 2001/08/02 00:10:17
2029 [ssh-keygen.c]
2030 add -D readerid option (download, i.e. print public RSA key to stdout).
2031 check for card present when uploading keys.
2032 use strings instead of ints for smartcard reader ids, too.
285d2b15 2033 - jakob@cvs.openbsd.org 2001/08/02 08:58:35
2034 [ssh-keygen.c]
2035 change -u (upload smartcard key) to -U. ok markus@
58153e34 2036 - jakob@cvs.openbsd.org 2001/08/02 15:06:52
2037 [ssh-keygen.c]
2038 more verbose usage(). ok markus@
f0d6bdcf 2039 - jakob@cvs.openbsd.org 2001/08/02 15:07:23
2040 [ssh-keygen.1]
2041 document smartcard upload/download. ok markus@
315dfb04 2042 - jakob@cvs.openbsd.org 2001/08/02 15:32:10
2043 [ssh.c]
2044 add smartcard to usage(). ok markus@
3e984472 2045 - jakob@cvs.openbsd.org 2001/08/02 15:43:57
2046 [ssh-agent.c ssh.c ssh-keygen.c]
2047 add /* SMARTCARD */ to #else/#endif. ok markus@
1a23ac2c 2048 - jakob@cvs.openbsd.org 2001/08/02 16:14:05
dd2495cb 2049 [scard.c ssh-agent.c ssh.c ssh-keygen.c]
2050 clean up some /* SMARTCARD */. ok markus@
0f6d5acf 2051 - mpech@cvs.openbsd.org 2001/08/02 18:37:35
2052 [ssh-keyscan.1]
2053 o) .Sh AUTHOR -> .Sh AUTHORS;
2054 o) .Sh EXAMPLE -> .Sh EXAMPLES;
2055 o) Delete .Sh OPTIONS. Text moved to .Sh DESCRIPTION;
2056
2057 millert@ ok
5a26334c 2058 - jakob@cvs.openbsd.org 2001/08/03 10:31:19
2059 [ssh-add.1]
2060 document smartcard options. ok markus@
33e766d2 2061 - jakob@cvs.openbsd.org 2001/08/03 10:31:30
2062 [ssh-add.c ssh-agent.c ssh-keyscan.c]
2063 improve usage(). ok markus@
5061072f 2064 - markus@cvs.openbsd.org 2001/08/05 23:18:20
2065 [ssh-keyscan.1 ssh-keyscan.c]
2066 ssh 2 support; from wayned@users.sourceforge.net
578954b1 2067 - markus@cvs.openbsd.org 2001/08/05 23:29:58
2068 [ssh-keyscan.c]
2069 make -t dsa work with commercial servers, too
cddb9003 2070 - stevesk@cvs.openbsd.org 2001/08/06 19:47:05
2071 [scp.c]
2072 use alarm vs. setitimer for portable; ok markus@
94796c10 2073 - (bal) ssh-keyscan double -lssh hack due to seed_rng().
1a23ac2c 2074 - (bal) Second around of UNICOS patches. A few other things left.
2075 Patches by William L. Jones <jones@mail.utexas.edu>
4f7893dc 2076
29a47408 207720010803
2078 - (djm) Fix interrupted read in entropy gatherer. Spotted by markus@ on
2079 a fast UltraSPARC.
2080
42ad0eec 208120010726
2082 - (stevesk) use mysignal() in protocol 1 loop now that the SIGCHLD
2083 handler has converged.
2084
aa7dbcdd 208520010725
2086 - (bal) Added 'install-nokeys' to Makefile to assist package builders.
2087
0b7d19eb 208820010724
2089 - (bal) 4711 not 04711 for ssh binary.
2090
ca5c7d6a 209120010722
2092 - (bal) Starting the Unicossmk merger. File merged TODO, configure.in,
2093 myproposal.h, ssh_prng_cmds.in, and openbsd-compat/Makefile.in.
2094 Added openbsd-compat/bsd-cray.c. Rest will be merged after
2095 approval. Selective patches from William L. Jones
2096 <jones@mail.utexas.edu>
7458aff1 2097 - OpenBSD CVS Sync
2098 - markus@cvs.openbsd.org 2001/07/18 21:10:43
2099 [sshpty.c]
2100 pr #1946, allow sshd if /dev is readonly
ec9f3450 2101 - stevesk@cvs.openbsd.org 2001/07/18 21:40:40
2102 [ssh-agent.c]
2103 chdir("/") from bbraun@synack.net; ok markus@
5bef3c35 2104 - stevesk@cvs.openbsd.org 2001/07/19 00:41:44
2105 [ssh.1]
2106 escape chars are below now
7efa8482 2107 - markus@cvs.openbsd.org 2001/07/20 14:46:11
2108 [ssh-agent.c]
2109 do not exit() from signal handlers; ok deraadt@
491f5f7b 2110 - stevesk@cvs.openbsd.org 2001/07/20 18:41:51
2111 [ssh.1]
2112 "the" command line
ca5c7d6a 2113
979b0a64 211420010719
2115 - (tim) [configure.in] put inet_aton back in AC_CHECK_FUNCS.
2116 report from Mark Miller <markm@swoon.net>
2117
6e69a45d 211820010718
2119 - OpenBSD CVS Sync
2c5b1791 2120 - stevesk@cvs.openbsd.org 2001/07/14 15:10:17
2121 [readpass.c sftp-client.c sftp-common.c sftp-glob.c]
2122 delete spurious #includes; ok deraadt@ markus@
68fa858a 2123 - markus@cvs.openbsd.org 2001/07/15 16:17:08
2c5b1791 2124 [serverloop.c]
2125 schedule client alive for ssh2 only, greg@cheers.bungi.com
2c71dfc1 2126 - stevesk@cvs.openbsd.org 2001/07/15 16:57:21
2127 [ssh-agent.1]
2128 -d will not fork; ok markus@
d1fc1b88 2129 - stevesk@cvs.openbsd.org 2001/07/15 16:58:29
68fa858a 2130 [ssh-agent.c]
d1fc1b88 2131 typo in usage; ok markus@
68fa858a 2132 - markus@cvs.openbsd.org 2001/07/17 20:48:42
2133 [ssh-agent.c]
e364646f 2134 update maxfd if maxfd is closed; report from jmcelroy@dtgnet.com
68fa858a 2135 - markus@cvs.openbsd.org 2001/07/17 21:04:58
2136 [channels.c channels.h clientloop.c nchan.c serverloop.c]
489aa2e9 2137 keep track of both maxfd and the size of the malloc'ed fdsets.
2138 update maxfd if maxfd gets closed.
c3941fa6 2139 - mouring@cvs.openbsd.org 2001/07/18 16:45:52
2140 [scp.c]
2141 Missing -o in scp usage()
68fa858a 2142 - (bal) Cleaned up trailing spaces in ChangeLog.
31fb6aaf 2143 - (bal) Allow sshd to switch user context without password for Cygwin.
2144 Patch by Corinna Vinschen <vinschen@redhat.com>
41fcc457 2145 - (bal) Updated cygwin README and ssh-host-config. Patch by
ad0cc858 2146 Corinna Vinschen <vinschen@redhat.com>
6e69a45d 2147
39c98ef7 214820010715
2149 - (bal) Set "BROKEN_GETADDRINFO" for darwin platform. Reported by
2150 Josh Larios <jdlarios@cac.washington.edu>
c14e6239 2151 - (tim) put openssh/openbsd-compat/inet_aton.[ch] back in.
2152 needed by openbsd-compat/fake-getaddrinfo.c
68fa858a 2153
6800f427 215420010714
2155 - (stevesk) change getopt() declaration
763a1a18 2156 - (stevesk) configure.in: use ll suffix for long long constant
2157 in snprintf() test
6800f427 2158
453b4bd0 215920010713
68fa858a 2160 - (djm) Enable /etc/nologin check on PAM systems, as some lack the
2161 pam_nologin module. Report from William Yodlowsky
453b4bd0 2162 <bsd@openbsd.rutgers.edu>
9912296f 2163 - (djm) Revert dirname fix, a better one is on its way.
1ee482c5 2164 - OpenBSD CVS Sync
2165 - markus@cvs.openbsd.org 2001/07/04 22:47:19
2166 [ssh-agent.c]
2167 ignore SIGPIPE when debugging, too
878b5225 2168 - markus@cvs.openbsd.org 2001/07/04 23:13:10
2169 [scard.c scard.h ssh-agent.c]
2170 handle card removal more gracefully, add sc_close() to scard.h
77261db4 2171 - markus@cvs.openbsd.org 2001/07/04 23:39:07
2172 [ssh-agent.c]
2173 for smartcards remove both RSA1/2 keys
a0e0f486 2174 - markus@cvs.openbsd.org 2001/07/04 23:49:27
2175 [ssh-agent.c]
2176 handle mutiple adds of the same smartcard key
62bb2c8f 2177 - espie@cvs.openbsd.org 2001/07/05 11:43:33
2178 [sftp-glob.c]
2179 Directly cast to the right type. Ok markus@
2180 - stevesk@cvs.openbsd.org 2001/07/05 20:32:47
2181 [sshconnect1.c]
2182 statement after label; ok dugsong@
97de229c 2183 - stevesk@cvs.openbsd.org 2001/07/08 15:23:38
2184 [servconf.c]
2185 fix ``MaxStartups max''; ok markus@
f5a1a01a 2186 - fgsch@cvs.openbsd.org 2001/07/09 05:58:47
2187 [ssh.c]
2188 Use getopt(3); markus@ ok.
ed916b28 2189 - deraadt@cvs.openbsd.org 2001/07/09 07:04:53
2190 [session.c sftp-int.c]
2191 correct type on last arg to execl(); nordin@cse.ogi.edu
333b5ba7 2192 - markus@cvs.openbsd.org 2001/07/10 21:49:12
2193 [readpass.c]
2194 don't panic if fork or pipe fail (just return an empty passwd).
46d738cd 2195 - itojun@cvs.openbsd.org 2001/07/11 00:24:53
2196 [servconf.c]
68fa858a 2197 make it compilable in all 4 combination of KRB4/KRB5 settings.
46d738cd 2198 dugsong ok
2199 XXX isn't it sensitive to the order of -I/usr/include/kerberosIV and
2200 -I/usr/include/kerberosV?
afd501f9 2201 - markus@cvs.openbsd.org 2001/07/11 16:29:59
2202 [ssh.c]
2203 sort options string, fix -p, add -k
2204 - markus@cvs.openbsd.org 2001/07/11 18:26:15
2205 [auth.c]
2206 no need to call dirname(pw->pw_dir).
2207 note that dirname(3) modifies its argument on some systems.
82d95536 2208 - (djm) Reorder Makefile.in so clean targets work a little better when
2209 run directly from Makefile.in
1812a662 2210 - (djm) Pull in getopt(3) from OpenBSD libc for the optreset extension.
453b4bd0 2211
85b08d98 221220010711
68fa858a 2213 - (djm) dirname(3) may modify its argument on glibc and other systems.
85b08d98 2214 Patch from markus@, spotted by Tom Holroyd <tomh@po.crl.go.jp>
2215
a96070d4 221620010704
2217 - OpenBSD CVS Sync
2218 - markus@cvs.openbsd.org 2001/06/25 08:25:41
68fa858a 2219 [channels.c channels.h cipher.c clientloop.c compat.c compat.h
2220 hostfile.c kex.c kex.h key.c key.h nchan.c packet.c serverloop.c
a96070d4 2221 session.c session.h sftp-server.c ssh-add.c ssh-agent.c uuencode.h]
2222 update copyright for 2001
8a497b11 2223 - markus@cvs.openbsd.org 2001/06/25 17:18:27
2224 [ssh-keygen.1]
68fa858a 2225 sshd(8) will never read the private keys, but ssh(1) does;
8a497b11 2226 hugh@mimosa.com
6978866a 2227 - provos@cvs.openbsd.org 2001/06/25 17:54:47
2228 [auth.c auth.h auth-rsa.c]
68fa858a 2229 terminate secure_filename checking after checking homedir. that way
ffb215be 2230 it works on AFS. okay markus@
2231 - stevesk@cvs.openbsd.org 2001/06/25 20:26:37
2232 [auth2.c sshconnect2.c]
2233 prototype cleanup; ok markus@
2b30154a 2234 - markus@cvs.openbsd.org 2001/06/26 02:47:07
2235 [ssh-keygen.c]
2236 allow loading a private RSA key to a cyberflex card.
ffdb5d70 2237 - markus@cvs.openbsd.org 2001/06/26 04:07:06
2238 [ssh-agent.1 ssh-agent.c]
2239 add debug flag
983def13 2240 - markus@cvs.openbsd.org 2001/06/26 04:59:59
2241 [authfd.c authfd.h ssh-add.c]
2242 initial support for smartcards in the agent
f7e5ac7b 2243 - markus@cvs.openbsd.org 2001/06/26 05:07:43
2244 [ssh-agent.c]
2245 update usage
2b5fe3b8 2246 - markus@cvs.openbsd.org 2001/06/26 05:33:34
2247 [ssh-agent.c]
2248 more smartcard support.
543baeea 2249 - mpech@cvs.openbsd.org 2001/06/26 05:48:07
2250 [sshd.8]
2251 remove unnecessary .Pp between .It;
2252 millert@ ok
0c9664c2 2253 - markus@cvs.openbsd.org 2001/06/26 05:50:11
2254 [auth2.c]
2255 new interface for secure_filename()
2a1e4639 2256 - itojun@cvs.openbsd.org 2001/06/26 06:32:58
68fa858a 2257 [atomicio.h authfd.h authfile.h auth.h auth-options.h bufaux.h
2258 buffer.h canohost.h channels.h cipher.h clientloop.h compat.h
2259 compress.h crc32.h deattack.h dh.h dispatch.h groupaccess.h
2260 hostfile.h kex.h key.h log.h mac.h match.h misc.h mpaux.h packet.h
2a1e4639 2261 radix.h readconf.h readpass.h rsa.h]
2262 prototype pedant. not very creative...
2263 - () -> (void)
2264 - no variable names
1c06a9ca 2265 - itojun@cvs.openbsd.org 2001/06/26 06:33:07
68fa858a 2266 [servconf.h serverloop.h session.h sftp-client.h sftp-common.h
2267 sftp-glob.h sftp-int.h sshconnect.h ssh-dss.h sshlogin.h sshpty.h
1c06a9ca 2268 ssh-rsa.h tildexpand.h uidswap.h uuencode.h xmalloc.h]
2269 prototype pedant. not very creative...
2270 - () -> (void)
2271 - no variable names
ced49be2 2272 - dugsong@cvs.openbsd.org 2001/06/26 16:15:25
68fa858a 2273 [auth1.c auth.h auth-krb4.c auth-passwd.c readconf.c readconf.h
ced49be2 2274 servconf.c servconf.h session.c sshconnect1.c sshd.c]
68fa858a 2275 Kerberos v5 support for SSH1, mostly from Assar Westerlund
ced49be2 2276 <assar@freebsd.org> and Bjorn Gronvall <bg@sics.se>. markus@ ok
3474b2b4 2277 - markus@cvs.openbsd.org 2001/06/26 17:25:34
2278 [ssh.1]
2279 document SSH_ASKPASS; fubob@MIT.EDU
255cabd9 2280 - markus@cvs.openbsd.org 2001/06/26 17:27:25
68fa858a 2281 [authfd.h authfile.h auth.h auth-options.h bufaux.h buffer.h
2282 canohost.h channels.h cipher.h clientloop.h compat.h compress.h
2283 crc32.h deattack.h dh.h dispatch.h groupaccess.c groupaccess.h
2284 hostfile.h kex.h key.h log.c log.h mac.h misc.c misc.h mpaux.h
2285 packet.h radix.h readconf.h readpass.h rsa.h servconf.h serverloop.h
2286 session.h sftp-common.c sftp-common.h sftp-glob.h sftp-int.h
2287 sshconnect.h ssh-dss.h sshlogin.h sshpty.h ssh-rsa.h sshtty.h
255cabd9 2288 tildexpand.h uidswap.h uuencode.h xmalloc.h]
2289 remove comments from .h, since they are cut&paste from the .c files
2290 and out of sync
83f46621 2291 - dugsong@cvs.openbsd.org 2001/06/26 17:41:49
2292 [servconf.c]
2293 #include <kafs.h>
57156994 2294 - markus@cvs.openbsd.org 2001/06/26 20:14:11
2295 [key.c key.h ssh.c sshconnect1.c sshconnect2.c]
2296 add smartcard support to the client, too (now you can use both
2297 the agent and the client).
2298 - markus@cvs.openbsd.org 2001/06/27 02:12:54
2299 [serverloop.c serverloop.h session.c session.h]
2300 quick hack to make ssh2 work again.
80f8f24f 2301 - markus@cvs.openbsd.org 2001/06/27 04:48:53
2302 [auth.c match.c sshd.8]
2303 tridge@samba.org
d0bfe096 2304 - markus@cvs.openbsd.org 2001/06/27 05:35:42
2305 [ssh-keygen.c]
2306 use cyberflex_inq_class to inquire class.
2b63e803 2307 - markus@cvs.openbsd.org 2001/06/27 05:42:25
2308 [rsa.c rsa.h ssh-agent.c ssh-keygen.c]
2309 s/generate_additional_parameters/rsa_generate_additional_parameters/
2310 http://www.humppa.com/
34e02b83 2311 - markus@cvs.openbsd.org 2001/06/27 06:26:36
2312 [ssh-add.c]
2313 convert to getopt(3)
d3260e12 2314 - stevesk@cvs.openbsd.org 2001/06/28 19:57:35
2315 [ssh-keygen.c]
2316 '\0' terminated data[] is ok; ok markus@
49ccba9c 2317 - markus@cvs.openbsd.org 2001/06/29 07:06:34
2318 [ssh-keygen.c]
2319 new error handling for cyberflex_*
542d70b8 2320 - markus@cvs.openbsd.org 2001/06/29 07:11:01
2321 [ssh-keygen.c]
2322 initialize early
eea46d13 2323 - stevesk@cvs.openbsd.org 2001/06/29 18:38:44
2324 [clientloop.c]
2325 sync function definition with declaration; ok markus@
8ab2cb35 2326 - stevesk@cvs.openbsd.org 2001/06/29 18:40:28
2327 [channels.c]
2328 use socklen_t for getsockopt arg #5; ok markus@
b3f8a79c 2329 - stevesk@cvs.openbsd.org 2001/06/30 18:08:40
2330 [channels.c channels.h clientloop.c]
2331 adress -> address; ok markus@
5b5d170c 2332 - markus@cvs.openbsd.org 2001/07/02 13:59:15
2333 [serverloop.c session.c session.h]
68fa858a 2334 wait until !session_have_children(); bugreport from
5b5d170c 2335 Lutz.Jaenicke@aet.TU-Cottbus.DE
613021ac 2336 - markus@cvs.openbsd.org 2001/07/02 22:29:20
2337 [readpass.c]
2338 do not return NULL, use "" instead.
666248da 2339 - markus@cvs.openbsd.org 2001/07/02 22:40:18
2340 [ssh-keygen.c]
2341 update for sectok.h interface changes.
3cf2be58 2342 - markus@cvs.openbsd.org 2001/07/02 22:52:57
2343 [channels.c channels.h serverloop.c]
2344 improve cleanup/exit logic in ssh2:
2345 stop listening to channels, detach channel users (e.g. sessions).
2346 wait for children (i.e. dying sessions), send exit messages,
2347 cleanup all channels.
637b033d 2348 - (bal) forget a few new files in sync up.
06be7c3b 2349 - (bal) Makefile fix up requires scard.c
ac96ca42 2350 - (stevesk) sync misc.h
9c328529 2351 - (stevesk) more sync for session.c
4f1f4d8d 2352 - (stevesk) sync servconf.h (comments)
afb9165e 2353 - (tim) [contrib/caldera/openssh.spec] sync with Caldera
d9e3d19f 2354 - (tim) [openbsd-compat/dirname.h] Remove ^M causing some compilers to
2355 issue warning (line 1: tokens ignored at end of directive line)
2356 - (tim) [sshconnect1.c] give the compiler something to do for success:
2357 if KRB5 and AFS are not defined
2358 (ERROR: "sshconnect1.c", line 1274: Syntax error before or at: })
637b033d 2359
aa8d09da 236020010629
2361 - (bal) Removed net_aton() since we don't use it any more
64c4b8d7 2362 - (bal) Fixed _DISABLE_VPOSIX in readpassphrase.c.
7af3215a 2363 - (bal) Updated zlib's home. Thanks to David Howe <DaveHowe@gmx.co.uk>.
16adf618 2364 - (stevesk) remove _REENTRANT #define
16995a2c 2365 - (stevesk) session.c: use u_int for envsize
6a26f353 2366 - (stevesk) remove cli.[ch]
aa8d09da 2367
f11065cb 236820010628
2369 - (djm) Sync openbsd-compat with -current libc
68fa858a 2370 - (djm) Fix from Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE> for my
050df9db 2371 broken makefile
07608451 2372 - (bal) Removed strtok_r() and inet_ntop() since they are no longer used.
2373 - (bal) Remove getusershell() since it's no longer used.
f11065cb 2374
78220944 237520010627
2376 - (djm) Reintroduce pam_session call for non-pty sessions.
68fa858a 2377 - (djm) Remove redundant and incorrect test for max auth attempts in
2378 PAM kbdint code. Based on fix from Matthew Melvin
763dfdf0 2379 <matthewm@webcentral.com.au>
f0194608 2380 - (djm) Rename sysconfdir/primes => sysconfdir/moduli
68fa858a 2381 - (djm) Oops, forgot make logic for primes=>moduli. Also try to rename
ff4955c9 2382 existing primes->moduli if it exists.
0eb1a22d 2383 - (djm) Sync with -current openbsd-compat/readpassphrase.c:
2384 - djm@cvs.openbsd.org 2001/06/27 13:23:30
2385 typo, spotted by Tom Holroyd <tomh@po.crl.go.jp>; ok deraadt@
5ed2bb5b 2386 - (djm) Turn up warnings if gcc or egcs detected
b8fea62d 2387 - (stevesk) for HP-UX 11.X use X/Open socket interface;
2388 pulls in modern socket prototypes and eliminates a number of compiler
2389 warnings. see xopen_networking(7).
fef01705 2390 - (stevesk) fix x11 forwarding from _PATH_XAUTH change
28564873 2391 - (stevesk) use X/Open socket interface for HP-UX 10.X also
78220944 2392
e16f4ac8 239320010625
0cd000dd 2394 - OpenBSD CVS Sync
bc233fdf 2395 - markus@cvs.openbsd.org 2001/06/21 21:08:25
2396 [session.c]
2397 don't reset forced_command (we allow multiple login shells in
2398 ssh2); dwd@bell-labs.com
a5a2da3b 2399 - mpech@cvs.openbsd.org 2001/06/22 10:17:51
2400 [ssh.1 sshd.8 ssh-keyscan.1]
2401 o) .Sh AUTHOR -> .Sh AUTHORS;
2402 o) remove unnecessary .Pp;
2403 o) better -mdoc style;
2404 o) typo;
2405 o) sort SEE ALSO;
a5a2da3b 2406 aaron@ ok
e2854364 2407 - provos@cvs.openbsd.org 2001/06/22 21:27:08
2408 [dh.c pathnames.h]
2409 use /etc/moduli instead of /etc/primes, okay markus@
e2432638 2410 - provos@cvs.openbsd.org 2001/06/22 21:28:53
2411 [sshd.8]
2412 document /etc/moduli
96a7b0cc 2413 - markus@cvs.openbsd.org 2001/06/22 21:55:49
68fa858a 2414 [auth2.c auth-rsa.c pathnames.h ssh.1 sshd.8 sshd_config
96a7b0cc 2415 ssh-keygen.1]
2416 merge authorized_keys2 into authorized_keys.
2417 authorized_keys2 is used for backward compat.
2418 (just append authorized_keys2 to authorized_keys).
826676b3 2419 - provos@cvs.openbsd.org 2001/06/22 21:57:59
2420 [dh.c]
2421 increase linebuffer to deal with larger moduli; use rewind instead of
2422 close/open
bc233fdf 2423 - markus@cvs.openbsd.org 2001/06/22 22:21:20
2424 [sftp-server.c]
2425 allow long usernames/groups in readdir
a599bd06 2426 - markus@cvs.openbsd.org 2001/06/22 23:35:21
2e000c58 2427 [ssh.c]
2428 don't overwrite argv (fixes ssh user@host in 'ps'), report by ericj@
cb220a93 2429 - deraadt@cvs.openbsd.org 2001/06/23 00:16:16
2430 [scp.c]
2431 slightly better care
d0c8ca5c 2432 - markus@cvs.openbsd.org 2001/06/23 00:20:57
2433 [auth2.c auth.c auth.h auth-rh-rsa.c]
2434 *known_hosts2 is obsolete for hostbased authentication and
2435 only used for backward compat. merge ssh1/2 hostkey check
2436 and move it to auth.c
e16f4ac8 2437 - deraadt@cvs.openbsd.org 2001/06/23 02:33:05
2438 [sftp.1 sftp-server.8 ssh-keygen.1]
2439 join .%A entries; most by bk@rt.fm
f49bc4f7 2440 - markus@cvs.openbsd.org 2001/06/23 02:34:33
68fa858a 2441 [kexdh.c kexgex.c kex.h pathnames.h readconf.c servconf.h ssh.1
f49bc4f7 2442 sshconnect1.c sshconnect2.c sshconnect.c sshconnect.h sshd.8]
68fa858a 2443 get rid of known_hosts2, use it for hostkey lookup, but do not
f49bc4f7 2444 modify.
7d747e89 2445 - markus@cvs.openbsd.org 2001/06/23 03:03:59
2446 [sshd.8]
2447 draft-ietf-secsh-dh-group-exchange-01.txt
73473230 2448 - markus@cvs.openbsd.org 2001/06/23 03:04:42
2449 [auth2.c auth-rh-rsa.c]
2450 restore correct ignore_user_known_hosts logic.
c10d042a 2451 - markus@cvs.openbsd.org 2001/06/23 05:26:02
2452 [key.c]
2453 handle sigature of size 0 (some broken clients send this).
7b518233 2454 - deraadt@cvs.openbsd.org 2001/06/23 05:57:09
2455 [sftp.1 sftp-server.8 ssh-keygen.1]
2456 ok, tmac is now fixed
2e0becb6 2457 - markus@cvs.openbsd.org 2001/06/23 06:41:10
2458 [ssh-keygen.c]
2459 try to decode ssh-3.0.0 private rsa keys
2460 (allow migration to openssh, not vice versa), #910
396c147e 2461 - itojun@cvs.openbsd.org 2001/06/23 15:12:20
68fa858a 2462 [auth1.c auth2.c auth2-chall.c authfd.c authfile.c auth-rhosts.c
2463 canohost.c channels.c cipher.c clientloop.c deattack.c dh.c
2464 hostfile.c kex.c kexdh.c kexgex.c key.c nchan.c packet.c radix.c
2465 readpass.c scp.c servconf.c serverloop.c session.c sftp.c
2466 sftp-client.c sftp-glob.c sftp-int.c sftp-server.c ssh-add.c
2467 ssh-agent.c ssh.c sshconnect1.c sshconnect2.c sshconnect.c sshd.c
396c147e 2468 ssh-keygen.c ssh-keyscan.c]
68fa858a 2469 more strict prototypes. raise warning level in Makefile.inc.
396c147e 2470 markus ok'ed
2471 TODO; cleanup headers
a599bd06 2472 - markus@cvs.openbsd.org 2001/06/23 17:05:22
2473 [ssh-keygen.c]
2474 fix import for (broken?) ssh.com/f-secure private keys
2475 (i tested > 1000 RSA keys)
3730bb22 2476 - itojun@cvs.openbsd.org 2001/06/23 17:48:18
2477 [sftp.1 ssh.1 sshd.8 ssh-keyscan.1]
2478 kill whitespace at EOL.
3aca00a3 2479 - markus@cvs.openbsd.org 2001/06/23 19:12:43
2480 [sshd.c]
2481 pidfile/sigterm race; bbraun@synack.net
ce404659 2482 - markus@cvs.openbsd.org 2001/06/23 22:37:46
2483 [sshconnect1.c]
2484 consistent with ssh2: skip key if empty passphrase is entered,
2485 retry num_of_passwd_prompt times if passphrase is wrong. ok fgsch@
2cee8a25 2486 - markus@cvs.openbsd.org 2001/06/24 05:25:10
2487 [auth-options.c match.c match.h]
2488 move ip+hostname check to match.c
1843a425 2489 - markus@cvs.openbsd.org 2001/06/24 05:35:33
2490 [readpass.c readpass.h ssh-add.c sshconnect2.c ssh-keygen.c]
2491 switch to readpassphrase(3)
2492 2.7/8-stable needs readpassphrase.[ch] from libc
80097c54 2493 - markus@cvs.openbsd.org 2001/06/24 05:47:13
2494 [sshconnect2.c]
2495 oops, missing format string
b4e7177c 2496 - markus@cvs.openbsd.org 2001/06/24 17:18:31
2497 [ttymodes.c]
2498 passing modes works fine: debug2->3
ab88181c 2499 - (djm) -Wall fix for session.c
3159d49a 2500 - (djm) Bring in readpassphrase() from OpenBSD libc. Compiles OK on Linux and
2501 Solaris
0cd000dd 2502
7751d4eb 250320010622
2504 - (stevesk) handle systems without pw_expire and pw_change.
2505
e04e7a19 250620010621
2507 - OpenBSD CVS Sync
2508 - markus@cvs.openbsd.org 2001/06/16 08:49:38
2509 [misc.c]
2510 typo; dunlap@apl.washington.edu
c03175c6 2511 - markus@cvs.openbsd.org 2001/06/16 08:50:39
2512 [channels.h]
2513 bad //-style comment; thx to stevev@darkwing.uoregon.edu
08c260ea 2514 - markus@cvs.openbsd.org 2001/06/16 08:57:35
2515 [scp.c]
2516 no stdio or exit() in signal handlers.
c4d49b85 2517 - markus@cvs.openbsd.org 2001/06/16 08:58:34
2518 [misc.c]
2519 copy pw_expire and pw_change, too.
dac6753b 2520 - markus@cvs.openbsd.org 2001/06/19 12:34:09
2521 [session.c]
2522 cleanup forced command handling, from dwd@bell-labs.com
ff027d84 2523 - markus@cvs.openbsd.org 2001/06/19 14:09:45
2524 [session.c sshd.8]
2525 disable x11-fwd if use_login is enabled; from lukem@wasabisystems.com
c95add71 2526 - markus@cvs.openbsd.org 2001/06/19 15:40:45
2527 [session.c]
2528 allocate and free at the same level.
d6746a0b 2529 - markus@cvs.openbsd.org 2001/06/20 13:56:39
2530 [channels.c channels.h clientloop.c packet.c serverloop.c]
2531 move from channel_stop_listening to channel_free_all,
2532 call channel_free_all before calling waitpid() in serverloop.
2533 fixes the utmp handling; report from Lutz.Jaenicke@aet.TU-Cottbus.DE
e04e7a19 2534
5ad9f968 253520010615
2536 - (stevesk) don't set SA_RESTART and set SIGCHLD to SIG_DFL
2537 around grantpt().
f7940aa9 2538 - (stevesk) update TODO: STREAMS pty systems don't call vhangup() now
5ad9f968 2539
eb26141e 254020010614
2541 - OpenBSD CVS Sync
2542 - markus@cvs.openbsd.org 2001/06/13 09:10:31
2543 [session.c]
2544 typo, use pid not s->pid, mstone@cs.loyola.edu
2545
86066315 254620010613
eb26141e 2547 - OpenBSD CVS Sync
86066315 2548 - markus@cvs.openbsd.org 2001/06/12 10:58:29
2549 [session.c]
2550 merge session_free into session_close()
2551 merge pty_cleanup_proc into session_pty_cleanup()
653d5f86 2552 - markus@cvs.openbsd.org 2001/06/12 16:10:38
2553 [session.c]
2554 merge ssh1/ssh2 tty msg parse and alloc code
76735fe3 2555 - markus@cvs.openbsd.org 2001/06/12 16:11:26
2556 [packet.c]
2557 do not log() packet_set_maxsize
b44de2b1 2558 - markus@cvs.openbsd.org 2001/06/12 21:21:29
2559 [session.c]
2560 remove xauth-cookie-in-tmp handling. use default $XAUTHORITY, since
2561 we do already trust $HOME/.ssh
2562 you can use .ssh/sshrc and .ssh/environment if you want to customize
2563 the location of the xauth cookies
7a313633 2564 - markus@cvs.openbsd.org 2001/06/12 21:30:57
2565 [session.c]
2566 unused
86066315 2567
2c9d881a 256820010612
38296b32 2569 - scp.c ID update (upstream synced vfsprintf() from us)
2570 - OpenBSD CVS Sync
2c9d881a 2571 - markus@cvs.openbsd.org 2001/06/10 11:29:20
2572 [dispatch.c]
2573 we support rekeying
2574 protocol errors are fatal.
1500bcdd 2575 - markus@cvs.openbsd.org 2001/06/11 10:18:24
2576 [session.c]
2577 reset pointer to NULL after xfree(); report from solar@openwall.com
f740438e 2578 - markus@cvs.openbsd.org 2001/06/11 16:04:38
2579 [sshd.8]
2580 typo; bdubreuil@crrel.usace.army.mil
2c9d881a 2581
b4d02860 258220010611
68fa858a 2583 - (bal) NeXT/MacOS X lack libgen.h and dirname(). Patch by Mark Miller
2584 <markm@swoon.net>
224cbdcc 2585 - (bal) Handle broken krb4 issues on Solaris with multiple defined u_*_t
68fa858a 2586 types. Patch by Jan IVEN <Jan.Iven@cern.ch>
0bb724ce 2587 - (bal) Fixed Makefile.in so that 'configure; make install' works.
b4d02860 2588
bf093080 258920010610
2590 - (bal) Missed two files in major resync. auth-bsdauth.c and auth-skey.c
2591
e697bda7 259220010609
2593 - OpenBSD CVS Sync
2594 - markus@cvs.openbsd.org 2001/05/30 12:55:13
68fa858a 2595 [auth-options.c auth2.c channels.c channels.h clientloop.c nchan.c
e697bda7 2596 packet.c serverloop.c session.c ssh.c ssh1.h]
2597 channel layer cleanup: merge header files and split .c files
36e1f6a1 2598 - markus@cvs.openbsd.org 2001/05/30 15:20:10
2599 [ssh.c]
2600 merge functions, simplify.
a5efa1bb 2601 - markus@cvs.openbsd.org 2001/05/31 10:30:17
68fa858a 2602 [auth-options.c auth2.c channels.c channels.h clientloop.c nchan.c
a5efa1bb 2603 packet.c serverloop.c session.c ssh.c]
68fa858a 2604 undo the .c file split, just merge the header and keep the cvs
a5efa1bb 2605 history
68fa858a 2606 - (bal) Channels.c and Channels.h -- "Merge Functions, simplify" (draged
8e7895b8 2607 out of ssh Attic)
68fa858a 2608 - (bal) Ooops.. nchan.c (and remove nchan.h) resync from OpenBSD ssh
a98da4aa 2609 Attic.
2610 - OpenBSD CVS Sync
2611 - markus@cvs.openbsd.org 2001/05/31 13:08:04
2612 [sshd_config]
2613 group options and add some more comments
e4f7282d 2614 - markus@cvs.openbsd.org 2001/06/03 14:55:39
2615 [channels.c channels.h session.c]
68fa858a 2616 use fatal_register_cleanup instead of atexit, sync with x11 authdir
e4f7282d 2617 handling
e5b71e99 2618 - markus@cvs.openbsd.org 2001/06/03 19:36:44
2619 [ssh-keygen.1]
2620 1-2 bits of entrophy per character (not per word), ok stevesk@
4fc334a2 2621 - markus@cvs.openbsd.org 2001/06/03 19:38:42
2622 [scp.c]
2623 pass -v to ssh; from slade@shore.net
f5e69c65 2624 - markus@cvs.openbsd.org 2001/06/03 20:06:11
2625 [auth2-chall.c]
68fa858a 2626 the challenge response device decides how to handle non-existing
f5e69c65 2627 users.
2628 -> fake challenges for skey and cryptocard
f0f32b8e 2629 - markus@cvs.openbsd.org 2001/06/04 21:59:43
2630 [channels.c channels.h session.c]
68fa858a 2631 switch uid when cleaning up tmp files and sockets; reported by
f0f32b8e 2632 zen-parse@gmx.net on bugtraq
c9130033 2633 - markus@cvs.openbsd.org 2001/06/04 23:07:21
2634 [clientloop.c serverloop.c sshd.c]
68fa858a 2635 set flags in the signal handlers, do real work in the main loop,
c9130033 2636 ok provos@
8dcd9d5c 2637 - markus@cvs.openbsd.org 2001/06/04 23:16:16
2638 [session.c]
2639 merge ssh1/2 x11-fwd setup, create listener after tmp-dir
aa144206 2640 - pvalchev@cvs.openbsd.org 2001/06/05 05:05:39
2641 [ssh-keyscan.1 ssh-keyscan.c]
2642 License clarification from David Mazieres, ok deraadt@
750c256a 2643 - markus@cvs.openbsd.org 2001/06/05 10:24:32
2644 [channels.c]
2645 don't delete the auth socket in channel_stop_listening()
2646 auth_sock_cleanup_proc() will take care of this.
fc2a1d28 2647 - markus@cvs.openbsd.org 2001/06/05 16:46:19
2648 [session.c]
2649 let session_close() delete the pty. deny x11fwd if xauthfile is set.
d87596b0 2650 - markus@cvs.openbsd.org 2001/06/06 23:13:54
2651 [ssh-dss.c ssh-rsa.c]
2652 cleanup, remove old code
edf9ae81 2653 - markus@cvs.openbsd.org 2001/06/06 23:19:35
2654 [ssh-add.c]
2655 remove debug message; Darren.Moffat@eng.sun.com
2a6a054e 2656 - markus@cvs.openbsd.org 2001/06/07 19:57:53
2657 [auth2.c]
2658 style is used for bsdauth.
2659 disconnect on user/service change (ietf-drafts)
449c5ba5 2660 - markus@cvs.openbsd.org 2001/06/07 20:23:05
68fa858a 2661 [authfd.c authfile.c channels.c kexdh.c kexgex.c packet.c ssh.c
449c5ba5 2662 sshconnect.c sshconnect1.c]
2663 use xxx_put_cstring()
e6abba31 2664 - markus@cvs.openbsd.org 2001/06/07 22:25:02
2665 [session.c]
2666 don't overwrite errno
2667 delay deletion of the xauth cookie
fd9ede94 2668 - markus@cvs.openbsd.org 2001/06/08 15:25:40
2669 [includes.h pathnames.h readconf.c servconf.c]
2670 move the path for xauth to pathnames.h
0abe778b 2671 - (bal) configure.in fix for Tru64 (forgeting to reset $LIB)
83c17f20 2672 - (bal) ANSIify strmode()
68fa858a 2673 - (bal) --with-catman should be --with-mantype patch by Dave
2674 Dykstra <dwd@bell-labs.com>
fd9ede94 2675
4869a96f 267620010606
e697bda7 2677 - OpenBSD CVS Sync
68fa858a 2678 - markus@cvs.openbsd.org 2001/05/17 21:34:15
e697bda7 2679 [ssh.1]
68fa858a 2680 no spaces in PreferredAuthentications;
5ba55ada 2681 meixner@rbg.informatik.tu-darmstadt.de
2682 - markus@cvs.openbsd.org 2001/05/18 14:13:29
68fa858a 2683 [auth-chall.c auth.h auth1.c auth2-chall.c auth2.c readconf.c
5ba55ada 2684 readconf.h servconf.c servconf.h sshconnect1.c sshconnect2.c sshd.c]
2685 improved kbd-interactive support. work by per@appgate.com and me
bc03d5aa 2686 - djm@cvs.openbsd.org 2001/05/19 00:36:40
2687 [session.c]
2688 Disable X11 forwarding if xauth binary is not found. Patch from Nalin
2689 Dahyabhai <nalin@redhat.com>; ok markus@
68fa858a 2690 - markus@cvs.openbsd.org 2001/05/19 16:05:41
2691 [scp.c]
3e4fc5f9 2692 ftruncate() instead of open()+O_TRUNC like rcp.c does
68fa858a 2693 allows scp /path/to/file localhost:/path/to/file
2694 - markus@cvs.openbsd.org 2001/05/19 16:08:43
2695 [sshd.8]
a18395da 2696 sort options; Matthew.Stier@fnc.fujitsu.com
68fa858a 2697 - markus@cvs.openbsd.org 2001/05/19 16:32:16
2698 [ssh.1 sshconnect2.c]
2699 change preferredauthentication order to
2700 publickey,hostbased,password,keyboard-interactive
3398dda9 2701 document that hostbased defaults to no, document order
47bf6266 2702 - markus@cvs.openbsd.org 2001/05/19 16:46:19
68fa858a 2703 [ssh.1 sshd.8]
2704 document MACs defaults with .Dq
2705 - stevesk@cvs.openbsd.org 2001/05/19 19:43:57
2706 [misc.c misc.h servconf.c sshd.8 sshd.c]
2707 sshd command-line arguments and configuration file options that
2708 specify time may be expressed using a sequence of the form:
e2b1fb42 2709 time[qualifier], where time is a positive integer value and qualifier
68fa858a 2710 is one of the following:
2711 <none>,s,m,h,d,w
2712 Examples:
2713 600 600 seconds (10 minutes)
2714 10m 10 minutes
2715 1h30m 1 hour 30 minutes (90 minutes)
2716 ok markus@
7e8c18e9 2717 - stevesk@cvs.openbsd.org 2001/05/19 19:57:09
68fa858a 2718 [channels.c]
2719 typo in error message
e697bda7 2720 - markus@cvs.openbsd.org 2001/05/20 17:20:36
c8445989 2721 [auth-rsa.c auth.c auth.h auth2.c servconf.c servconf.h sshd.8
2722 sshd_config]
68fa858a 2723 configurable authorized_keys{,2} location; originally from peter@;
2724 ok djm@
1ddf764b 2725 - markus@cvs.openbsd.org 2001/05/24 11:12:42
68fa858a 2726 [auth.c]
2727 fix comment; from jakob@
2728 - stevesk@cvs.openbsd.org 2001/05/24 18:57:53
2729 [clientloop.c readconf.c ssh.c ssh.h]
4bf9c10e 2730 don't perform escape processing when ``EscapeChar none''; ok markus@
abe0fb9f 2731 - markus@cvs.openbsd.org 2001/05/25 14:37:32
68fa858a 2732 [ssh-keygen.c]
2733 use -P for -e and -y, too.
63cd7dd0 2734 - markus@cvs.openbsd.org 2001/05/28 08:04:39
68fa858a 2735 [ssh.c]
2736 fix usage()
2737 - markus@cvs.openbsd.org 2001/05/28 10:08:55
2738 [authfile.c]
eb2e1595 2739 key_load_private: set comment to filename for PEM keys
2cf27bc4 2740 - markus@cvs.openbsd.org 2001/05/28 22:51:11
68fa858a 2741 [cipher.c cipher.h]
2742 simpler 3des for ssh1
2743 - markus@cvs.openbsd.org 2001/05/28 23:14:49
2744 [channels.c channels.h nchan.c]
6fd8622b 2745 undo broken channel fix and try a different one. there
68fa858a 2746 should be still some select errors...
2747 - markus@cvs.openbsd.org 2001/05/28 23:25:24
2748 [channels.c]
2749 cleanup, typo
08dcb5d7 2750 - markus@cvs.openbsd.org 2001/05/28 23:58:35
68fa858a 2751 [packet.c packet.h sshconnect.c sshd.c]
2752 remove some lines, simplify.
a10bdd7c 2753 - markus@cvs.openbsd.org 2001/05/29 12:31:27
68fa858a 2754 [authfile.c]
2755 typo
5ba55ada 2756
5cde8062 275720010528
2758 - (tim) [conifgure.in] add setvbuf test needed for sftp-int.c
2759 Patch by Corinna Vinschen <vinschen@redhat.com>
2760
362df52e 276120010517
2762 - OpenBSD CVS Sync
2763 - markus@cvs.openbsd.org 2001/05/12 19:53:13
2764 [sftp-server.c]
2765 readlink does not NULL-terminate; mhe@home.se
6efa3d14 2766 - deraadt@cvs.openbsd.org 2001/05/15 22:04:01
2767 [ssh.1]
2768 X11 forwarding details improved
70ea8327 2769 - markus@cvs.openbsd.org 2001/05/16 20:51:57
2770 [authfile.c]
2771 return comments for private pem files, too; report from nolan@naic.edu
24b6b45f 2772 - markus@cvs.openbsd.org 2001/05/16 21:53:53
2773 [clientloop.c]
2774 check for open sessions before we call select(); fixes the x11 client
2775 bug reported by bowman@math.ualberta.ca
7231bd47 2776 - markus@cvs.openbsd.org 2001/05/16 22:09:21
2777 [channels.c nchan.c]
2778 more select() error fixes (don't set rfd/wfd to -1).
7043a38d 2779 - (bal) Enabled USE_PIPES for Cygwin on Corinna Vinschen <vinschen@redhat.com>
68fa858a 2780 - (bal) Corrected on_exit() emulation via atexit().
362df52e 2781
89aa792b 278220010512
2783 - OpenBSD CVS Sync
2784 - markus@cvs.openbsd.org 2001/05/11 14:59:56
2785 [clientloop.c misc.c misc.h]
2786 add unset_nonblock for stdout/err flushing in client_loop().
286e38f7 2787 - (bal) Patch to partial sync up contrib/solaris/ packaging software.
2788 Patch by pete <ninjaz@webexpress.com>
89aa792b 2789
97430469 279020010511
2791 - OpenBSD CVS Sync
2792 - markus@cvs.openbsd.org 2001/05/09 22:51:57
2793 [channels.c]
2794 fix -R for protocol 2, noticed by greg@nest.cx.
2795 bug was introduced with experimental dynamic forwarding.
a16092bb 2796 - markus@cvs.openbsd.org 2001/05/09 23:01:31
2797 [rijndael.h]
2798 fix prototype; J.S.Peatfield@damtp.cam.ac.uk
97430469 2799
588f4ed0 280020010509
2801 - OpenBSD CVS Sync
2802 - markus@cvs.openbsd.org 2001/05/06 21:23:31
2803 [cli.c]
2804 cli_read() fails to catch SIGINT + overflow; from obdb@zzlevo.net
d18e0850 2805 - markus@cvs.openbsd.org 2001/05/08 19:17:31
a01a10dd 2806 [channels.c serverloop.c clientloop.c]
d18e0850 2807 adds correct error reporting to async connect()s
68fa858a 2808 fixes the server-discards-data-before-connected-bug found by
d18e0850 2809 onoe@sm.sony.co.jp
8a624ebf 2810 - mouring@cvs.openbsd.org 2001/05/08 19:45:25
2811 [misc.c misc.h scp.c sftp.c]
2812 Use addargs() in sftp plus some clean up of addargs(). OK Markus
1b02d786 2813 - markus@cvs.openbsd.org 2001/05/06 21:45:14
2814 [clientloop.c]
68fa858a 2815 use atomicio for flushing stdout/stderr bufs. thanks to
1b02d786 2816 jbw@izanami.cee.hw.ac.uk
010980f6 2817 - markus@cvs.openbsd.org 2001/05/08 22:48:07
2818 [atomicio.c]
2819 no need for xmalloc.h, thanks to espie@
68fa858a 2820 - (bal) UseLogin patch for Solaris/UNICOS. Patch by Wayne Davison
7e2d5fa4 2821 <wayne@blorf.net>
99c8ddac 2822 - (bal) ./configure support to disable SIA on OSF1. Patch by
2823 Chris Adams <cmadams@hiwaay.net>
68fa858a 2824 - (bal) Updates from the Sony NEWS-OS platform by NAKAJI Hiroyuki
b81c369b 2825 <nakaji@tutrp.tut.ac.jp>
588f4ed0 2826
7b22534a 282720010508
68fa858a 2828 - (bal) Fixed configure test for USE_SIA.
7b22534a 2829
94539b2a 283020010506
2831 - (djm) Update config.guess and config.sub with latest versions (from
2832 ftp://ftp.gnu.org/gnu/config/) to allow configure on ia64-hpux.
2833 Suggested by Jason Mader <jason@ncac.gwu.edu>
96c63318 2834 - (bal) White Space and #ifdef sync with OpenBSD
044b0662 2835 - (bal) Add 'seed_rng()' to ssh-add.c
9e9bd8c0 2836 - (bal) CVS ID updates for readpass.c, readpass.h, cli.c, and cli.h
cf7ff074 2837 - OpenBSD CVS Sync
2838 - stevesk@cvs.openbsd.org 2001/05/05 13:42:52
2839 [sftp.1 ssh-add.1 ssh-keygen.1]
2840 typos, grammar
94539b2a 2841
98143cfc 284220010505
2843 - OpenBSD CVS Sync
2844 - stevesk@cvs.openbsd.org 2001/05/04 14:21:56
2845 [ssh.1 sshd.8]
2846 typos
5b9601c8 2847 - markus@cvs.openbsd.org 2001/05/04 14:34:34
2848 [channels.c]
94539b2a 2849 channel_new() reallocs channels[], we cannot use Channel *c after
2850 calling channel_new(), XXX fix this in the future...
719fc62f 2851 - markus@cvs.openbsd.org 2001/05/04 23:47:34
2852 [channels.c channels.h clientloop.c nchan.c nchan.h serverloop.c ssh.c]
68fa858a 2853 move to Channel **channels (instead of Channel *channels), fixes realloc
2854 problems. channel_new now returns a Channel *, favour Channel * over
719fc62f 2855 channel id. remove old channel_allocate interface.
98143cfc 2856
f92fee1f 285720010504
2858 - OpenBSD CVS Sync
2859 - stevesk@cvs.openbsd.org 2001/05/03 15:07:39
2860 [channels.c]
2861 typo in debug() string
503e7e5b 2862 - markus@cvs.openbsd.org 2001/05/03 15:45:15
2863 [session.c]
2864 exec shell -c /bin/sh .ssh/sshrc, from abartlet@pcug.org.au
c98cab9b 2865 - stevesk@cvs.openbsd.org 2001/05/03 21:43:01
2866 [servconf.c]
2867 remove "\n" from fatal()
1fcde3fe 2868 - mouring@cvs.openbsd.org 2001/05/03 23:09:53
2869 [misc.c misc.h scp.c sftp.c]
2870 Move colon() and cleanhost() to misc.c where I should I have put it in
2871 the first place
044aa419 2872 - (bal) Updated Cygwin README by Corinna Vinschen <vinschen@redhat.com>
c7ccfd39 2873 - (bal) Avoid socket file security issues in ssh-agent for Cygwin.
2874 Patch by Egor Duda <deo@logos-m.ru>
f92fee1f 2875
065604bb 287620010503
2877 - OpenBSD CVS Sync
2878 - markus@cvs.openbsd.org 2001/05/02 16:41:20
2879 [ssh-add.c]
2880 fix prompt for ssh-add.
2881
742ee8f2 288220010502
2883 - OpenBSD CVS Sync
2884 - mouring@cvs.openbsd.org 2001/05/02 01:25:39
2885 [readpass.c]
2886 Put the 'const' back into ssh_askpass() function. Pointed out
2887 by Mark Miller <markm@swoon.net>. OK Markus
2888
3435f5a6 288920010501
2890 - OpenBSD CVS Sync
2891 - markus@cvs.openbsd.org 2001/04/30 11:18:52
2892 [readconf.c readconf.h ssh.1 ssh.c sshconnect.c]
2893 implement 'ssh -b bind_address' like 'telnet -b'
eef7adcb 2894 - markus@cvs.openbsd.org 2001/04/30 15:50:46
2895 [compat.c compat.h kex.c]
2896 allow interop with weaker key generation used by ssh-2.0.x, x < 10
ec430473 2897 - markus@cvs.openbsd.org 2001/04/30 16:02:49
2898 [compat.c]
2899 ssh-2.0.10 has the weak-key-bug, too.
3ca6cc45 2900 - (tim) [contrib/caldera/openssh.spec] add Requires line for Caldera 3.1
3435f5a6 2901
e8171bff 290220010430
39aefe7b 2903 - OpenBSD CVS Sync
2904 - markus@cvs.openbsd.org 2001/04/29 18:32:52
2905 [serverloop.c]
2906 fix whitespace
fbe90f7b 2907 - markus@cvs.openbsd.org 2001/04/29 19:16:52
2908 [channels.c clientloop.c compat.c compat.h serverloop.c]
2909 more ssh.com-2.0.x bug-compat; from per@appgate.com
e8171bff 2910 - (tim) New version of mdoc2man.pl from Mark D. Roth <roth+openssh@feep.net>
0b47e48f 2911 - (djm) Add .cvsignore files, suggested by Wayne Davison <wayne@blorf.net>
39aefe7b 2912
baf8c81a 291320010429
2914 - (bal) Updated INSTALL. PCRE moved to a new place.
e878ffe1 2915 - (djm) Release OpenSSH-2.9p1
baf8c81a 2916
0096ac62 291720010427
2918 - (bal) Fixed uidswap.c so it should work on non-posix complient systems.
2919 patch based on 2.5.2 version by djm.
95595a77 2920 - (bal) Build manpages and config files once unless changed. Patch by
2921 Carson Gaspar <carson@taltos.org>
68fa858a 2922 - (bal) arpa/nameser.h does not exist on Cygwin. Patch by Corinna
4a2df58f 2923 Vinschen <vinschen@redhat.com>
5ef815d7 2924 - (bal) Add /etc/sysconfig/sshd support to redhat's sshd.init. Patch by
2925 Pekka Savola <pekkas@netcore.fi>
68fa858a 2926 - (bal) Cygwin lacks setgroups() API. Patch by Corinna Vinschen
229be2df 2927 <vinschen@redhat.com>
cc3ccfdc 2928 - (bal) version.h synced, RPM specs updated for 2.9
b1e2a48c 2929 - (tim) update contrib/caldera files with what Caldera is using.
2930 <sps@caldera.de>
0096ac62 2931
b587c165 293220010425
2933 - OpenBSD CVS Sync
2934 - markus@cvs.openbsd.org 2001/04/23 21:57:07
2935 [ssh-keygen.1 ssh-keygen.c]
2936 allow public key for -e, too
012bc0e1 2937 - markus@cvs.openbsd.org 2001/04/23 22:14:13
2938 [ssh-keygen.c]
2939 remove debug
f8252c48 2940 - (bal) Whitespace resync w/ OpenBSD for uidswap.c
10f72868 2941 - (djm) Add new server configuration directive 'PAMAuthenticationViaKbdInt'
68fa858a 2942 (default: off), implies KbdInteractiveAuthentication. Suggestion from
10f72868 2943 markus@
c2d059b5 2944 - (djm) Include crypt.h if available in auth-passwd.c
533875af 2945 - tim@mindrot.org 2001/04/25 21:38:01 [configure.in]
2946 man page detection fixes for SCO
b587c165 2947
da89cf4d 294820010424
2949 - OpenBSD CVS Sync
2950 - markus@cvs.openbsd.org 2001/04/22 23:58:36
2951 [ssh-keygen.1 ssh.1 sshd.8]
2952 document hostbased and other cleanup
5e29aeaf 2953 - (stevesk) start_pam() doesn't use DNS now for sshd -u0.
3cc990d7 2954 - (stevesk) auth-pam.c: use PERMIT_NO_PASSWD
68fa858a 2955 - (bal) sys/queue.h is bogus for NCR platform. Patch by Daniel Carroll
d8e76a0a 2956 <dan@mesastate.edu>
3644dc25 2957 - (bal) Fixed contrib/postinstall.in. Patch by wsanders@wsanders.net
da89cf4d 2958
a3626e12 295920010422
2960 - OpenBSD CVS Sync
2961 - markus@cvs.openbsd.org 2001/04/20 16:32:22
2962 [uidswap.c]
2963 set non-privileged gid before uid; tholo@ and deraadt@
1a726b04 2964 - mouring@cvs.openbsd.org 2001/04/21 00:55:57
2965 [sftp.1]
2966 Spelling
67b964a1 2967 - djm@cvs.openbsd.org 2001/04/22 08:13:30
2968 [ssh.1]
2969 typos spotted by stevesk@; ok deraadt@
ba917921 2970 - markus@cvs.openbsd.org 2001/04/22 12:34:05
2971 [scp.c]
2972 scp > 2GB; niles@scyld.com; ok deraadt@, djm@
5deceabb 2973 - markus@cvs.openbsd.org 2001/04/22 13:25:37
2974 [ssh-keygen.1 ssh-keygen.c]
2975 rename arguments -x -> -e (export key), -X -> -i (import key)
2976 xref draft-ietf-secsh-publickeyfile-01.txt
2cad6cef 2977 - markus@cvs.openbsd.org 2001/04/22 13:32:27
2978 [sftp-server.8 sftp.1 ssh.1 sshd.8]
2979 xref draft-ietf-secsh-*
bcaa828e 2980 - markus@cvs.openbsd.org 2001/04/22 13:41:02
2981 [ssh-keygen.1 ssh-keygen.c]
2982 style, noted by stevesk; sort flags in usage
a3626e12 2983
df841692 298420010421
2985 - OpenBSD CVS Sync
2986 - djm@cvs.openbsd.org 2001/04/20 07:17:51
2987 [clientloop.c ssh.1]
2988 Split out and improve escape character documentation, mention ~R in
2989 ~? help text; ok markus@
0e7e0abe 2990 - Update RPM spec files for CVS version.h
1ddee76b 2991 - (stevesk) set the default PAM service name to __progname instead
2992 of the hard-coded value "sshd"; from Mark D. Roth <roth@feep.net>
4b28be2c 2993 - (stevesk) document PAM service name change in INSTALL
13dd877b 2994 - tim@mindrot.org 2001/04/21 14:25:57 [Makefile.in configure.in]
2995 fix perl test, fix nroff test, fix Makefile to build outside source tree
df841692 2996
05cc0c99 299720010420
68fa858a 2998 - OpenBSD CVS Sync
05cc0c99 2999 - ian@cvs.openbsd.org 2001/04/18 16:21:05
68fa858a 3000 [ssh-keyscan.1]
3001 Fix typo reported in PR/1779
3002 - markus@cvs.openbsd.org 2001/04/18 21:57:42
3003 [readpass.c ssh-add.c]
561e5254 3004 call askpass from ssh, too, based on work by roth@feep.net, ok deraadt
68fa858a 3005 - markus@cvs.openbsd.org 2001/04/18 22:03:45
3006 [auth2.c sshconnect2.c]
f98c3421 3007 use FDQN with trailing dot in the hostbased auth packets, ok deraadt@
57a5edd8 3008 - markus@cvs.openbsd.org 2001/04/18 22:48:26
68fa858a 3009 [auth2.c]
3010 no longer const
3011 - markus@cvs.openbsd.org 2001/04/18 23:43:26
3012 [auth2.c compat.c sshconnect2.c]
3013 more ssh v2 hostbased-auth interop: ssh.com >= 2.1.0 works now
8dddf799 3014 (however the 2.1.0 server seems to work only if debug is enabled...)
ae88ea7e 3015 - markus@cvs.openbsd.org 2001/04/18 23:44:51
68fa858a 3016 [authfile.c]
3017 error->debug; noted by fries@
3018 - markus@cvs.openbsd.org 2001/04/19 00:05:11
3019 [auth2.c]
3020 use local variable, no function call needed.
5cf13595 3021 (btw, hostbased works now with ssh.com >= 2.0.13)
431a2493 3022 - (bal) Put scp-common.h back into scp.c (it exists in the upstream
3023 tree) pointed out by Tom Holroyd <tomh@po.crl.go.jp>
05cc0c99 3024
e78e738a 302520010418
68fa858a 3026 - OpenBSD CVS Sync
e78e738a 3027 - markus@cvs.openbsd.org 2001/04/17 19:34:25
3a83b819 3028 [session.c]
3029 move auth_approval to do_authenticated().
3030 do_child(): nuke hostkeys from memory
3031 don't source .ssh/rc for subsystems.
3032 - markus@cvs.openbsd.org 2001/04/18 14:15:00
3033 [canohost.c]
3034 debug->debug3
ce2af031 3035 - (bal) renabled 'catman-do:' and fixed it. So now catman pages should
3036 be working again.
e0c4d3ac 3037 - (bal) Makfile day... Cleaned up multiple mantype support (Patch by
3038 Mark D. Roth <roth+openssh@feep.net>), and fixed PIDDIR support.
3a83b819 3039
8c6b78e4 304020010417
3041 - (bal) Add perl5 check for HP/UX, Removed GNUness from Makefile.in
6d165a89 3042 and temporary commented out 'catman-do:' since it is broken. Patches
8c6b78e4 3043 for the first two by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
a88b7b57 3044 - OpenBSD CVS Sync
53b8fe68 3045 - deraadt@cvs.openbsd.org 2001/04/16 08:26:04
3046 [key.c]
3047 better safe than sorry in later mods; yongari@kt-is.co.kr
3048 - markus@cvs.openbsd.org 2001/04/17 08:14:01
3049 [sshconnect1.c]
3050 check for key!=NULL, thanks to costa
3051 - markus@cvs.openbsd.org 2001/04/17 09:52:48
3052 [clientloop.c]
cf6bc93c 3053 handle EINTR/EAGAIN on read; ok deraadt@
53b8fe68 3054 - markus@cvs.openbsd.org 2001/04/17 10:53:26
3055 [key.c key.h readconf.c readconf.h ssh.1 sshconnect2.c]
e961a8f9 3056 add HostKeyAlgorithms; based on patch from res@shore.net; ok provos@
53b8fe68 3057 - markus@cvs.openbsd.org 2001/04/17 12:55:04
3058 [channels.c ssh.c]
3059 undo socks5 and https support since they are not really used and
3060 only bloat ssh. remove -D from usage(), since '-D' is experimental.
3061
e4664c3e 306220010416
3063 - OpenBSD CVS Sync
3064 - stevesk@cvs.openbsd.org 2001/04/15 01:35:22
3065 [ttymodes.c]
3066 fix comments
ec1f12d3 3067 - markus@cvs.openbsd.org 2001/04/15 08:43:47
3068 [dh.c sftp-glob.c sftp-glob.h sftp-int.c sshconnect2.c sshd.c]
3069 some unused variable and typos; from tomh@po.crl.go.jp
58cfa257 3070 - markus@cvs.openbsd.org 2001/04/15 16:58:03
3071 [authfile.c ssh-keygen.c sshd.c]
3072 don't use errno for key_{load,save}_private; discussion w/ solar@openwall
e968270c 3073 - markus@cvs.openbsd.org 2001/04/15 17:16:00
3074 [clientloop.c]
3075 set stdin/out/err to nonblocking in SSH proto 1, too. suggested by ho@
3076 should fix some of the blocking problems for rsync over SSH-1
84fc17bf 3077 - stevesk@cvs.openbsd.org 2001/04/15 19:41:21
3078 [sshd.8]
3079 some ClientAlive cleanup; ok markus@
b7c70970 3080 - stevesk@cvs.openbsd.org 2001/04/15 21:28:35
3081 [readconf.c servconf.c]
3082 use fatal() or error() vs. fprintf(); ok markus@
5d97cfbf 3083 - (djm) Convert mandoc manpages to man automatically. Patch from Mark D.
3084 Roth <roth+openssh@feep.net>
6023325e 3085 - (bal) CVS ID fix up and slight manpage fix from OpenBSD tree.
47b53518 3086 - (djm) OpenBSD CVS Sync
3087 - mouring@cvs.openbsd.org 2001/04/16 02:31:44
3088 [scp.c sftp.c]
3089 IPv6 support for sftp (which I bungled in my last patch) which is
3090 borrowed from scp.c. Thanks to Markus@ for pointing it out.
764291b3 3091 - deraadt@cvs.openbsd.org 2001/04/16 08:05:34
3092 [xmalloc.c]
3093 xrealloc dealing with ptr == nULL; mouring
f2c2fd71 3094 - djm@cvs.openbsd.org 2001/04/16 08:19:31
3095 [session.c]
68fa858a 3096 Split motd and hushlogin checks into seperate functions, helps for
f2c2fd71 3097 portable. From Chris Adams <cmadams@hiwaay.net>; ok markus@
68fa858a 3098 - Fix OSF SIA support displaying too much information for quiet
3099 logins and logins where access was denied by SIA. Patch from Chris Adams
c96a4aaf 3100 <cmadams@hiwaay.net>
e4664c3e 3101
f03228b1 310220010415
3103 - OpenBSD CVS Sync
3104 - deraadt@cvs.openbsd.org 2001/04/14 04:31:01
3105 [ssh-add.c]
3106 do not double free
9cf972fa 3107 - markus@cvs.openbsd.org 2001/04/14 16:17:14
3108 [channels.c]
3109 remove some channels that are not appropriate for keepalive.
eae942e2 3110 - markus@cvs.openbsd.org 2001/04/14 16:27:57
3111 [ssh-add.c]
3112 use clear_pass instead of xfree()
30dcc918 3113 - stevesk@cvs.openbsd.org 2001/04/14 16:33:20
3114 [clientloop.c packet.h session.c ssh.c ttymodes.c ttymodes.h]
3115 protocol 2 tty modes support; ok markus@
36967a16 3116 - stevesk@cvs.openbsd.org 2001/04/14 17:04:42
3117 [scp.c]
3118 'T' handling rcp/scp sync; ok markus@
e4664c3e 3119 - Missed sshtty.[ch] in Sync.
f03228b1 3120
e400a640 312120010414
3122 - Sync with OpenBSD glob.c, strlcat.c and vis.c changes
68fa858a 3123 - Cygwin sftp/sftp-server binary mode patch from Corinna Vinschen
fe56c12b 3124 <vinschen@redhat.com>
3ffc6336 3125 - OpenBSD CVS Sync
3126 - beck@cvs.openbsd.org 2001/04/13 22:46:54
3127 [channels.c channels.h servconf.c servconf.h serverloop.c sshd.8]
3128 Add options ClientAliveInterval and ClientAliveCountMax to sshd.
3129 This gives the ability to do a "keepalive" via the encrypted channel
3130 which can't be spoofed (unlike TCP keepalives). Useful for when you want
3131 to use ssh connections to authenticate people for something, and know
3132 relatively quickly when they are no longer authenticated. Disabled
3133 by default (of course). ok markus@
e400a640 3134
cc44f691 313520010413
68fa858a 3136 - OpenBSD CVS Sync
3137 - markus@cvs.openbsd.org 2001/04/12 14:29:09
3138 [ssh.c]
3139 show debug output during option processing, report from
cc44f691 3140 pekkas@netcore.fi
8002af61 3141 - markus@cvs.openbsd.org 2001/04/12 19:15:26
68fa858a 3142 [auth-rhosts.c auth.h auth2.c buffer.c canohost.c canohost.h
3143 compat.c compat.h hostfile.c pathnames.h readconf.c readconf.h
3144 servconf.c servconf.h ssh.c sshconnect.c sshconnect.h sshconnect1.c
8002af61 3145 sshconnect2.c sshd_config]
3146 implement HostbasedAuthentication (= RhostRSAAuthentication for ssh v2)
3147 similar to RhostRSAAuthentication unless you enable (the experimental)
3148 HostbasedUsesNameFromPacketOnly option. please test. :)
0140e66a 3149 - markus@cvs.openbsd.org 2001/04/12 19:39:27
3150 [readconf.c]
3151 typo
2d2a2c65 3152 - stevesk@cvs.openbsd.org 2001/04/12 20:09:38
3153 [misc.c misc.h readconf.c servconf.c ssh.c sshd.c]
3154 robust port validation; ok markus@ jakob@
edeeab1e 3155 - mouring@cvs.openbsd.org 2001/04/12 23:17:54
3156 [sftp-int.c sftp-int.h sftp.1 sftp.c]
3157 Add support for:
3158 sftp [user@]host[:file [file]] - Fetch remote file(s)
3159 sftp [user@]host[:dir[/]] - Start in remote dir/
3160 OK deraadt@
57aa8961 3161 - stevesk@cvs.openbsd.org 2001/04/13 01:26:17
3162 [ssh.c]
3163 missing \n in error message
96f8b59f 3164 - (bal) Added openbsd-compat/inet_ntop.[ch] since HP/UX (and others)
3165 lack it.
cc44f691 3166
28b9cb4d 316720010412
68fa858a 3168 - OpenBSD CVS Sync
28b9cb4d 3169 - markus@cvs.openbsd.org 2001/04/10 07:46:58
68fa858a 3170 [channels.c]
3171 cleanup socks4 handling
3172 - itojun@cvs.openbsd.org 2001/04/10 09:13:22
c0ecc314 3173 [ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
68fa858a 3174 document id_rsa{.pub,}. markus ok
070adba2 3175 - markus@cvs.openbsd.org 2001/04/10 12:15:23
68fa858a 3176 [channels.c]
3177 debug cleanup
45a2e669 3178 - djm@cvs.openbsd.org 2001/04/11 07:06:22
3179 [sftp-int.c]
3180 'mget' and 'mput' aliases; ok markus@
6031af8d 3181 - markus@cvs.openbsd.org 2001/04/11 10:59:01
3182 [ssh.c]
3183 use strtol() for ports, thanks jakob@
6683b40f 3184 - markus@cvs.openbsd.org 2001/04/11 13:56:13
3185 [channels.c ssh.c]
3186 https-connect and socks5 support. i feel so bad.
ff14faf1 3187 - lebel@cvs.openbsd.org 2001/04/11 16:25:30
3188 [sshd.8 sshd.c]
3189 implement the -e option into sshd:
3190 -e When this option is specified, sshd will send the output to the
3191 standard error instead of the system log.
3192 markus@ OK.
28b9cb4d 3193
0a85ab61 319420010410
3195 - OpenBSD CVS Sync
3196 - deraadt@cvs.openbsd.org 2001/04/08 20:52:55
3197 [sftp.c]
3198 do not modify an actual argv[] entry
b2ae83b8 3199 - stevesk@cvs.openbsd.org 2001/04/08 23:28:27
3200 [sshd.8]
3201 spelling
317611b5 3202 - stevesk@cvs.openbsd.org 2001/04/09 00:42:05
3203 [sftp.1]
3204 spelling
a8666d84 3205 - markus@cvs.openbsd.org 2001/04/09 15:12:23
3206 [ssh-add.c]
3207 passphrase caching: ssh-add tries last passphrase, clears passphrase if
3208 not successful and after last try.
3209 based on discussions with espie@, jakob@, ... and code from jakob@ and
3210 wolfgang@wsrcc.com
49ae4185 3211 - markus@cvs.openbsd.org 2001/04/09 15:19:49
3212 [ssh-add.1]
3213 ssh-add retries the last passphrase...
b8a297f1 3214 - stevesk@cvs.openbsd.org 2001/04/09 18:00:15
3215 [sshd.8]
3216 ListenAddress mandoc from aaron@
0a85ab61 3217
6e9944b8 321820010409
febd3f8e 3219 - (stevesk) use setresgid() for setegid() if needed
26de7942 3220 - (stevesk) configure.in: typo
6e9944b8 3221 - OpenBSD CVS Sync
3222 - stevesk@cvs.openbsd.org 2001/04/08 16:01:36
3223 [sshd.8]
3224 document ListenAddress addr:port
d64050ef 3225 - markus@cvs.openbsd.org 2001/04/08 13:03:00
3226 [ssh-add.c]
3227 init pointers with NULL, thanks to danimal@danimal.org
d0a4c20b 3228 - markus@cvs.openbsd.org 2001/04/08 11:27:33
3229 [clientloop.c]
3230 leave_raw_mode if ssh2 "session" is closed
63bd8c36 3231 - markus@cvs.openbsd.org 2001/04/06 21:00:17
3232 [auth-rh-rsa.c auth-rhosts.c auth-rsa.c auth2.c channels.c session.c
3233 ssh.c sshconnect.c sshconnect.h uidswap.c uidswap.h]
3234 do gid/groups-swap in addition to uid-swap, should help if /home/group
3235 is chmod 750 + chgrp grp /home/group/, work be deraadt and me, thanks
3236 to olar@openwall.com is comments. we had many requests for this.
0490e609 3237 - markus@cvs.openbsd.org 2001/04/07 08:55:18
3238 [buffer.c channels.c channels.h readconf.c ssh.c]
68fa858a 3239 allow the ssh client act as a SOCKS4 proxy (dynamic local
3240 portforwarding). work by Dan Kaminsky <dankamin@cisco.com> and me.
3241 thanks to Dan for this great patch: use 'ssh -D 1080 host' and make
0490e609 3242 netscape use localhost:1080 as a socks proxy.
d98d029a 3243 - markus@cvs.openbsd.org 2001/04/08 11:24:33
3244 [uidswap.c]
3245 KNF
6e9944b8 3246
d9d49fdb 324720010408
3248 - OpenBSD CVS Sync
3249 - stevesk@cvs.openbsd.org 2001/04/06 22:12:47
3250 [hostfile.c]
3251 unused; typo in comment
d11c1288 3252 - stevesk@cvs.openbsd.org 2001/04/06 22:25:25
3253 [servconf.c]
3254 in addition to:
3255 ListenAddress host|ipv4_addr|ipv6_addr
3256 permit:
3257 ListenAddress [host|ipv4_addr|ipv6_addr]:port
3258 ListenAddress host|ipv4_addr:port
3259 sshd.8 updates coming. ok markus@
d9d49fdb 3260
613fc910 326120010407
3262 - (bal) CVS ID Resync of version.h
cc94bd38 3263 - OpenBSD CVS Sync
3264 - markus@cvs.openbsd.org 2001/04/05 23:39:20
3265 [serverloop.c]
3266 keep the ssh session even if there is no active channel.
3267 this is more in line with the protocol spec and makes
3268 ssh -N -L 1234:server:110 host
3269 more useful.
3270 based on discussion with <mats@mindbright.se> long time ago
3271 and recent mail from <res@shore.net>
0fc791ba 3272 - deraadt@cvs.openbsd.org 2001/04/06 16:46:59
3273 [scp.c]
3274 remove trailing / from source paths; fixes pr#1756
68fa858a 3275
63f7e231 327620010406
3277 - (stevesk) logintest.c: fix for systems without __progname
72170131 3278 - (stevesk) Makefile.in: log.o is in libssh.a
d8a2f554 3279 - OpenBSD CVS Sync
3280 - markus@cvs.openbsd.org 2001/04/05 10:00:06
3281 [compat.c]
3282 2.3.x does old GEX, too; report jakob@
6ba22c93 3283 - markus@cvs.openbsd.org 2001/04/05 10:39:03
3284 [compress.c compress.h packet.c]
3285 reset compress state per direction when rekeying.
3667ba79 3286 - markus@cvs.openbsd.org 2001/04/05 10:39:48
3287 [version.h]
3288 temporary version 2.5.4 (supports rekeying).
3289 this is not an official release.
cd332296 3290 - markus@cvs.openbsd.org 2001/04/05 10:42:57
68fa858a 3291 [auth-chall.c authfd.c channels.c clientloop.c kex.c kexgex.c key.c
3292 mac.c packet.c serverloop.c sftp-client.c sftp-client.h sftp-glob.c
3293 sftp-glob.h sftp-int.c sftp-server.c sftp.c ssh-keygen.c sshconnect.c
cd332296 3294 sshconnect2.c sshd.c]
3295 fix whitespace: unexpand + trailing spaces.
255cfda1 3296 - markus@cvs.openbsd.org 2001/04/05 11:09:17
3297 [clientloop.c compat.c compat.h]
3298 add SSH_BUG_NOREKEY and detect broken (=all old) openssh versions.
b4a19d21 3299 - markus@cvs.openbsd.org 2001/04/05 15:45:43
3300 [ssh.1]
3301 ssh defaults to protocol v2; from quisar@quisar.ambre.net
46e3af7f 3302 - stevesk@cvs.openbsd.org 2001/04/05 15:48:18
3303 [canohost.c canohost.h session.c]
3304 move get_remote_name_or_ip() to canohost.[ch]; for portable. ok markus@
54506d2e 3305 - markus@cvs.openbsd.org 2001/04/05 20:01:10
3306 [clientloop.c]
3307 for ~R print message if server does not support rekeying. (and fix ~R).
b37caf1a 3308 - markus@cvs.openbsd.org 2001/04/05 21:02:46
3309 [buffer.c]
3310 better error message
eb0dd41f 3311 - markus@cvs.openbsd.org 2001/04/05 21:05:24
3312 [clientloop.c ssh.c]
3313 don't request a session for 'ssh -N', pointed out slade@shore.net
63f7e231 3314
d8ee838b 331520010405
68fa858a 3316 - OpenBSD CVS Sync
3317 - markus@cvs.openbsd.org 2001/04/04 09:48:35
d8ee838b 3318 [kex.c kex.h kexdh.c kexgex.c packet.c sshconnect2.c sshd.c]
68fa858a 3319 don't sent multiple kexinit-requests.
3320 send newkeys, block while waiting for newkeys.
3321 fix comments.
3322 - markus@cvs.openbsd.org 2001/04/04 14:34:58
3323 [clientloop.c kex.c kex.h serverloop.c sshconnect2.c sshd.c]
3324 enable server side rekeying + some rekey related clientup.
7a37c112 3325 todo: we should not send any non-KEX messages after we send KEXINIT
5adb303f 3326 - markus@cvs.openbsd.org 2001/04/04 15:50:55
3327 [compat.c]
3328 f-secure 1.3.2 does not handle IGNORE; from milliondl@ornl.gov
c422989b 3329 - markus@cvs.openbsd.org 2001/04/04 20:25:38
68fa858a 3330 [channels.c channels.h clientloop.c kex.c kex.h serverloop.c
c422989b 3331 sshconnect2.c sshd.c]
3332 more robust rekeying
3333 don't send channel data after rekeying is started.
0715ec6c 3334 - markus@cvs.openbsd.org 2001/04/04 20:32:56
3335 [auth2.c]
3336 we don't care about missing bannerfiles; from tsoome@ut.ee, ok deraadt@
bbb4cc1b 3337 - markus@cvs.openbsd.org 2001/04/04 22:04:35
3338 [kex.c kexgex.c serverloop.c]
3339 parse full kexinit packet.
3340 make server-side more robust, too.
a7ca6275 3341 - markus@cvs.openbsd.org 2001/04/04 23:09:18
3342 [dh.c kex.c packet.c]
3343 clear+free keys,iv for rekeying.
3344 + fix DH mem leaks. ok niels@
86c9e193 3345 - (stevesk) don't use vhangup() if defined(HAVE_DEV_PTMX); also removes
3346 BROKEN_VHANGUP
d8ee838b 3347
9d451c5a 334820010404
3349 - OpenBSD CVS Sync
3350 - deraadt@cvs.openbsd.org 2001/04/02 17:32:23
3351 [ssh-agent.1]
3352 grammar; slade@shore.net
894c5fa6 3353 - stevesk@cvs.openbsd.org 2001/04/03 13:56:11
3354 [sftp-glob.c ssh-agent.c ssh-keygen.c]
3355 free() -> xfree()
a5c9ffdb 3356 - markus@cvs.openbsd.org 2001/04/03 19:53:29
3357 [dh.c dh.h kex.c kex.h sshconnect2.c sshd.c]
3358 move kex to kex*.c, used dispatch_set() callbacks for kex. should
3359 make rekeying easier.
3463ff28 3360 - todd@cvs.openbsd.org 2001/04/03 21:19:38
3361 [ssh_config]
3362 id_rsa1/2 -> id_rsa; ok markus@
d1ac6175 3363 - markus@cvs.openbsd.org 2001/04/03 23:32:12
3364 [kex.c kex.h packet.c sshconnect2.c sshd.c]
3365 undo parts of recent my changes: main part of keyexchange does not
3366 need dispatch-callbacks, since application data is delayed until
3367 the keyexchange completes (if i understand the drafts correctly).
3368 add some infrastructure for re-keying.
e092ce67 3369 - markus@cvs.openbsd.org 2001/04/04 00:06:54
3370 [clientloop.c sshconnect2.c]
3371 enable client rekeying
3372 (1) force rekeying with ~R, or
3373 (2) if the server requests rekeying.
3374 works against ssh-2.0.12/2.0.13/2.1.0/2.2.0/2.3.0/2.3.1/2.4.0
0bc35151 3375 - (bal) Oops.. Missed including kexdh.c and kexgex.c in OpenBSD sync.
9d451c5a 3376
672f212f 337720010403
3378 - OpenBSD CVS Sync
3379 - stevesk@cvs.openbsd.org 2001/04/02 14:15:31
3380 [sshd.8]
3381 typo; ok markus@
6be9a5e8 3382 - stevesk@cvs.openbsd.org 2001/04/02 14:20:23
3383 [readconf.c servconf.c]
3384 correct comment; ok markus@
fe39c3df 3385 - (stevesk) nchan.c: remove ostate checks and add EINVAL to
3386 shutdown(SHUT_RD) error() bypass for HP-UX.
672f212f 3387
0be033ea 338820010402
3389 - (stevesk) log.c openbsd sync; missing newlines
5d9e4c8d 3390 - (stevesk) sshpty.h openbsd sync; PTY_H -> SSHPTY_H
0be033ea 3391
b7a2a476 339220010330
3393 - (djm) Another openbsd-compat/glob.c sync
4047d868 3394 - (djm) OpenBSD CVS Sync
3395 - provos@cvs.openbsd.org 2001/03/28 21:59:41
3396 [kex.c kex.h sshconnect2.c sshd.c]
3397 forgot to include min and max params in hash, okay markus@
c8682232 3398 - provos@cvs.openbsd.org 2001/03/28 22:04:57
3399 [dh.c]
3400 more sanity checking on primes file
d9cd3575 3401 - markus@cvs.openbsd.org 2001/03/28 22:43:31
3402 [auth.h auth2.c auth2-chall.c]
3403 check auth_root_allowed for kbd-int auth, too.
86b878d5 3404 - provos@cvs.openbsd.org 2001/03/29 14:24:59
3405 [sshconnect2.c]
3406 use recommended defaults
1ad64a93 3407 - stevesk@cvs.openbsd.org 2001/03/29 21:06:21
3408 [sshconnect2.c sshd.c]
3409 need to set both STOC and CTOS for SSH_BUG_BIGENDIANAES; ok markus@
03b8f8be 3410 - markus@cvs.openbsd.org 2001/03/29 21:17:40
3411 [dh.c dh.h kex.c kex.h]
3412 prepare for rekeying: move DH code to dh.c
76ca7b01 3413 - djm@cvs.openbsd.org 2001/03/29 23:42:01
3414 [sshd.c]
3415 Protocol 1 key regeneration log => verbose, some KNF; ok markus@
b7a2a476 3416
01ce749f 341720010329
3418 - OpenBSD CVS Sync
3419 - stevesk@cvs.openbsd.org 2001/03/26 15:47:59
3420 [ssh.1]
3421 document more defaults; misc. cleanup. ok markus@
569807fb 3422 - markus@cvs.openbsd.org 2001/03/26 23:12:42
3423 [authfile.c]
3424 KNF
457fc0c6 3425 - markus@cvs.openbsd.org 2001/03/26 23:23:24
3426 [rsa.c rsa.h ssh-agent.c ssh-keygen.c]
3427 try to read private f-secure ssh v2 rsa keys.
1a92bd7e 3428 - markus@cvs.openbsd.org 2001/03/27 10:34:08
3429 [ssh-rsa.c sshd.c]
3430 use EVP_get_digestbynid, reorder some calls and fix missing free.
a4da628b 3431 - markus@cvs.openbsd.org 2001/03/27 10:57:00
3432 [compat.c compat.h ssh-rsa.c]
3433 some older systems use NID_md5 instead of NID_sha1 for RSASSA-PKCS1-v1_5
3434 signatures in SSH protocol 2, ok djm@
db1cd2f3 3435 - provos@cvs.openbsd.org 2001/03/27 17:46:50
3436 [compat.c compat.h dh.c dh.h ssh2.h sshconnect2.c sshd.c version.h]
3437 make dh group exchange more flexible, allow min and max group size,
3438 okay markus@, deraadt@
e5ff6ecf 3439 - stevesk@cvs.openbsd.org 2001/03/28 19:56:23
3440 [scp.c]
3441 start to sync scp closer to rcp; ok markus@
03cb2621 3442 - stevesk@cvs.openbsd.org 2001/03/28 20:04:38
3443 [scp.c]
3444 usage more like rcp and add missing -B to usage; ok markus@
563834bb 3445 - markus@cvs.openbsd.org 2001/03/28 20:50:45
3446 [sshd.c]
3447 call refuse() before close(); from olemx@ans.pl
01ce749f 3448
b5b68128 344920010328
68fa858a 3450 - (djm) Reorder tests and library inclusion for Krb4/AFS to try to
3451 resolve linking conflicts with libcrypto. Report and suggested fix
b5b68128 3452 from Holger Trapp <Holger.Trapp@Informatik.TU-Chemnitz.DE>
edbe6722 3453 - (djm) Work around Solaris' broken struct dirent. Diagnosis and suggested
3454 fix from Philippe Levan <levan@epix.net>
cccfea16 3455 - (djm) Rework krbIV tests to get us closer to building on Redhat. Still
3456 doesn't work because of conflicts between krbIV's and OpenSSL's des.h
8d0cc79b 3457 - (djm) Sync openbsd-compat/glob.c
b5b68128 3458
0c90b590 345920010327
3460 - Attempt sync with sshlogin.c w/ OpenBSD (mainly CVS ID)
68fa858a 3461 - Fix pointer issues in waitpid() and wait() replaces. Patch by Lutz
60a8683f 3462 Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
690d0d7f 3463 - OpenBSD CVS Sync
3464 - djm@cvs.openbsd.org 2001/03/25 00:01:34
3465 [session.c]
3466 shorten; ok markus@
4f4648f9 3467 - stevesk@cvs.openbsd.org 2001/03/25 13:16:11
3468 [servconf.c servconf.h session.c sshd.8 sshd_config]
3469 PrintLastLog option; from chip@valinux.com with some minor
3470 changes by me. ok markus@
9afbfcfa 3471 - markus@cvs.openbsd.org 2001/03/26 08:07:09
68fa858a 3472 [authfile.c authfile.h ssh-add.c ssh-keygen.c ssh.c sshconnect.c
9afbfcfa 3473 sshconnect.h sshconnect1.c sshconnect2.c sshd.c]
3474 simpler key load/save interface, see authfile.h
68fa858a 3475 - (djm) Reestablish PAM credentials (which can be supplemental group
9afbfcfa 3476 memberships) after initgroups() blows them away. Report and suggested
3477 fix from Nalin Dahyabhai <nalin@redhat.com>
0c90b590 3478
b567a40c 347920010324
3480 - Fixed permissions ssh-keyscan. Thanks to Christopher Linn <celinn@mtu.edu>.
80cd07ae 3481 - OpenBSD CVS Sync
3482 - djm@cvs.openbsd.org 2001/03/23 11:04:07
3483 [compat.c compat.h sshconnect2.c sshd.c]
3484 Compat for OpenSSH with broken Rijndael/AES. ok markus@
7af9f7f8 3485 - markus@cvs.openbsd.org 2001/03/23 12:02:49
3486 [auth1.c]
3487 authctxt is now passed to do_authenticated
e285053e 3488 - markus@cvs.openbsd.org 2001/03/23 13:10:57
3489 [sftp-int.c]
3490 fix put, upload to _absolute_ path, ok djm@
1d3c30db 3491 - markus@cvs.openbsd.org 2001/03/23 14:28:32
3492 [session.c sshd.c]
3493 ignore SIGPIPE, restore in child, fixes x11-fwd crashes; with djm@
8ca3f6dc 3494 - (djm) Pull out our own SIGPIPE hacks
b567a40c 3495
8a169574 349620010323
68fa858a 3497 - OpenBSD CVS Sync
8a169574 3498 - deraadt@cvs.openbsd.org 2001/03/22 20:22:55
68fa858a 3499 [sshd.c]
3500 do not place linefeeds in buffer
8a169574 3501
ee110bfb 350220010322
3503 - (djm) Better AIX no tty fix, spotted by Gert Doering <gert@greenie.muc.de>
289ba62e 3504 - (bal) version.c CVS ID resync
a5b09902 3505 - (bal) auth-chall.c auth-passwd.c auth.h auth1.c auth2.c session.c CVS ID
3506 resync
ae7242ef 3507 - (bal) scp.c CVS ID resync
3e587cc3 3508 - OpenBSD CVS Sync
3509 - markus@cvs.openbsd.org 2001/03/20 19:10:16
3510 [readconf.c]
3511 default to SSH protocol version 2
e5d7a405 3512 - markus@cvs.openbsd.org 2001/03/20 19:21:21
3513 [session.c]
3514 remove unused arg
39f7530f 3515 - markus@cvs.openbsd.org 2001/03/20 19:21:21
3516 [session.c]
3517 remove unused arg
bb5639fe 3518 - markus@cvs.openbsd.org 2001/03/21 11:43:45
3519 [auth1.c auth2.c session.c session.h]
3520 merge common ssh v1/2 code
5e7cb456 3521 - jakob@cvs.openbsd.org 2001/03/21 14:20:45
3522 [ssh-keygen.c]
3523 add -B flag to usage
ca4df544 3524 - markus@cvs.openbsd.org 2001/03/21 21:06:30
3525 [session.c]
3526 missing init; from mib@unimelb.edu.au
ee110bfb 3527
f5f6020e 352820010321
68fa858a 3529 - (djm) Fix ttyname breakage for AIX and Tru64. Patch from Steve
f5f6020e 3530 VanDevender <stevev@darkwing.uoregon.edu>
37eadb90 3531 - (djm) Make sure pam_retval is initialised on call to pam_end. Patch
3532 from Solar Designer <solar@openwall.com>
0a3700ee 3533 - (djm) Don't loop forever when changing password via PAM. Patch
3534 from Solar Designer <solar@openwall.com>
0c13ffa2 3535 - (djm) Generate config files before build
7a7101ec 3536 - (djm) Correctly handle SIA and AIX when no tty present. Spotted and
3537 suggested fix from Mike Battersby <mib@unimelb.edu.au>
f5f6020e 3538
8d539493 353920010320
01022caf 3540 - (bal) glob.c update to added GLOB_LIMITS (OpenBSD CVS).
3541 - (bal) glob.c update to set gl_pathv to NULL (OpenBSD CVS).
1620233b 3542 - (bal) Oops. Missed globc.h change (OpenBSD CVS).
614dee3a 3543 - (djm) OpenBSD CVS Sync
3544 - markus@cvs.openbsd.org 2001/03/19 17:07:23
3545 [auth.c readconf.c]
3546 undo /etc/shell and proto 2,1 change for openssh-2.5.2
3dd16786 3547 - markus@cvs.openbsd.org 2001/03/19 17:12:10
3548 [version.h]
3549 version 2.5.2
ea44783f 3550 - (djm) Update RPM spec version
3551 - (djm) Release 2.5.2p1
3743cc2f 3552- tim@mindrot.org 2001/03/19 18:33:47 [defines.h]
3553 change S_ISLNK macro to work for UnixWare 2.03
9887f269 3554- tim@mindrot.org 2001/03/19 20:45:11 [openbsd-compat/glob.c]
3555 add get_arg_max(). Use sysconf() if ARG_MAX is not defined
8d539493 3556
e339aa53 355720010319
68fa858a 3558 - (djm) Seed PRNG at startup, rather than waiting for arc4random calls to
e339aa53 3559 do it implicitly.
7cdb79d4 3560 - (djm) Add getusershell() functions from OpenBSD CVS
b1ed8313 3561 - OpenBSD CVS Sync
3562 - markus@cvs.openbsd.org 2001/03/18 12:07:52
3563 [auth-options.c]
3564 ignore permitopen="host:port" if AllowTcpForwarding==no
f8f230bf 3565 - (djm) Make scp work on systems without 64-bit ints
2538ecf1 3566 - tim@mindrot.org 2001/03/18 18:28:39 [defines.h]
3567 move HAVE_LONG_LONG_INT where it works
d1581d5f 3568 - (bal) Use 'NGROUPS' for NeXT Since 'MAX_NGROUPS' is wrapped up in -lposix
107628c0 3569 stuff. Change suggested by Mark Miller <markm@swoon.net>
d1581d5f 3570 - (bal) Small fix to scp. %lu vs %ld
68fa858a 3571 - (bal) NeXTStep lacks S_ISLNK. Plus split up S_IS*
bb6da70f 3572 - (djm) OpenBSD CVS Sync
3573 - djm@cvs.openbsd.org 2001/03/19 03:52:51
3574 [sftp-client.c]
3575 Report ssh connection closing correctly; ok deraadt@
3a1c54d4 3576 - deraadt@cvs.openbsd.org 2001/03/18 23:30:55
3577 [compat.c compat.h sshd.c]
68fa858a 3578 specifically version match on ssh scanners. do not log scan
3a1c54d4 3579 information to the console
dc504afd 3580 - djm@cvs.openbsd.org 2001/03/19 12:10:17
db4d3098 3581 [sshd.8]
dc504afd 3582 Document permitopen authorized_keys option; ok markus@
babd91d4 3583 - djm@cvs.openbsd.org 2001/03/19 05:49:52
3584 [ssh.1]
3585 document PreferredAuthentications option; ok markus@
05c64611 3586 - (bal) Minor NeXT fixed. Forgot to #undef NGROUPS_MAX
e339aa53 3587
ec0ad9c2 358820010318
68fa858a 3589 - (bal) Fixed scp type casing issue which causes "scp: protocol error:
ec0ad9c2 3590 size not delimited" fatal errors when tranfering.
5cc8d4ad 3591 - OpenBSD CVS Sync
3592 - markus@cvs.openbsd.org 2001/03/17 17:27:59
3593 [auth.c]
3594 check /etc/shells, too
7411201c 3595 - tim@mindrot.org 2001/03/17 18:45:25 [compat.c]
3596 openbsd-compat/fake-regex.h
ec0ad9c2 3597
8a968c25 359820010317
68fa858a 3599 - Support usrinfo() on AIX. Based on patch from Gert Doering
8a968c25 3600 <gert@greenie.muc.de>
bf1d27bd 3601 - OpenBSD CVS Sync
3602 - markus@cvs.openbsd.org 2001/03/15 15:05:59
3603 [scp.c]
3604 use %lld in printf, ok millert@/deraadt@; report from ssh@client.fi
56b3e9ce 3605 - markus@cvs.openbsd.org 2001/03/15 22:07:08
3606 [session.c]
3607 pass Session to do_child + KNF
d50d9b63 3608 - djm@cvs.openbsd.org 2001/03/16 08:16:18
3609 [sftp-client.c sftp-client.h sftp-glob.c sftp-int.c]
3610 Revise globbing for get/put to be more shell-like. In particular,
3611 "get/put file* directory/" now works. ok markus@
f55d1b5f 3612 - markus@cvs.openbsd.org 2001/03/16 09:55:53
3613 [sftp-int.c]
3614 fix memset and whitespace
6a8496e4 3615 - markus@cvs.openbsd.org 2001/03/16 13:44:24
3616 [sftp-int.c]
3617 discourage strcat/strcpy
01794848 3618 - markus@cvs.openbsd.org 2001/03/16 19:06:30
3619 [auth-options.c channels.c channels.h serverloop.c session.c]
3620 implement "permitopen" key option, restricts -L style forwarding to
3621 to specified host:port pairs. based on work by harlan@genua.de
68fa858a 3622 - Check for gl_matchc support in glob_t and fall back to the
40849fdb 3623 openbsd-compat/glob.[ch] support if it does not exist.
8a968c25 3624
4cb5d598 362520010315
3626 - OpenBSD CVS Sync
3627 - markus@cvs.openbsd.org 2001/03/14 08:57:14
3628 [sftp-client.c]
3629 Wall
85cf5827 3630 - markus@cvs.openbsd.org 2001/03/14 15:15:58
3631 [sftp-int.c]
3632 add version command
61b3a2bc 3633 - deraadt@cvs.openbsd.org 2001/03/14 22:50:25
3634 [sftp-server.c]
3635 note no getopt()
51e2fc8f 3636 - (stevesk) ssh-keyscan.c: specify "openbsd-compat/fake-queue.h"
68fa858a 3637 - (bal) Cygwin README change by Corinna Vinschen <vinschen@redhat.com>
4cb5d598 3638
acc9d6d7 363920010314
3640 - OpenBSD CVS Sync
85cf5827 3641 - markus@cvs.openbsd.org 2001/03/13 17:34:42
3642 [auth-options.c]
3643 missing xfree, deny key on parse error; ok stevesk@
3644 - djm@cvs.openbsd.org 2001/03/13 22:42:54
3645 [sftp-client.c sftp-client.h sftp-glob.c sftp-glob.h sftp-int.c]
3646 sftp client filename globbing for get, put, ch{mod,grp,own}. ok markus@
84ceda19 3647 - (bal) Fix strerror() in bsd-misc.c
3648 - (djm) Add replacement glob() from OpenBSD libc if the system glob is
3649 missing or lacks the GLOB_ALTDIRFUNC extension
68fa858a 3650 - (djm) Remove -I$(srcdir)/openbsd-compat from CFLAGS, refer to headers
84ceda19 3651 relatively. Avoids conflict between glob.h and /usr/include/glob.h
acc9d6d7 3652
22138a36 365320010313
3654 - OpenBSD CVS Sync
3655 - markus@cvs.openbsd.org 2001/03/12 22:02:02
3656 [key.c key.h ssh-add.c ssh-keygen.c sshconnect.c sshconnect2.c]
3657 remove old key_fingerprint interface, s/_ex//
3658
539af7f5 365920010312
3660 - OpenBSD CVS Sync
3661 - markus@cvs.openbsd.org 2001/03/11 13:25:36
3662 [auth2.c key.c]
3663 debug
301e8e5b 3664 - jakob@cvs.openbsd.org 2001/03/11 15:03:16
3665 [key.c key.h]
3666 add improved fingerprint functions. based on work by Carsten
3667 Raskgaard <cara@int.tele.dk> and modified by me. ok markus@.
954f0550 3668 - jakob@cvs.openbsd.org 2001/03/11 15:04:16
3669 [ssh-keygen.1 ssh-keygen.c]
3670 print both md5, sha1 and bubblebabble fingerprints when using
3671 ssh-keygen -l -v. ok markus@.
08345971 3672 - jakob@cvs.openbsd.org 2001/03/11 15:13:09
3673 [key.c]
3674 cleanup & shorten some var names key_fingerprint_bubblebabble.
64b1aa3b 3675 - deraadt@cvs.openbsd.org 2001/03/11 16:39:03
3676 [ssh-keygen.c]
3677 KNF, and SHA1 binary output is just creeping featurism
733cf7f4 3678 - tim@mindrot.org 2001/03/11 17:29:32 [configure.in]
3679 test if snprintf() supports %ll
3680 add /dev to search path for PRNGD/EGD socket
3681 fix my mistake in USER_PATH test program
79c9ac1b 3682 - OpenBSD CVS Sync
3683 - markus@cvs.openbsd.org 2001/03/11 18:29:51
3684 [key.c]
3685 style+cleanup
aaf45d87 3686 - markus@cvs.openbsd.org 2001/03/11 22:33:24
3687 [ssh-keygen.1 ssh-keygen.c]
3688 remove -v again. use -B instead for bubblebabble. make -B consistent
3689 with -l and make -B work with /path/to/known_hosts. ok deraadt@
a0322342 3690 - (djm) Bump portable version number for generating test RPMs
94dd09e3 3691 - (djm) Add "static_openssl" RPM build option, remove rsh build dependency
68fa858a 3692 - (bal) Reorder includes in Makefile.
539af7f5 3693
d156519a 369420010311
3695 - OpenBSD CVS Sync
3696 - markus@cvs.openbsd.org 2001/03/10 12:48:27
3697 [sshconnect2.c]
3698 ignore nonexisting private keys; report rjmooney@mediaone.net
5e36d59c 3699 - deraadt@cvs.openbsd.org 2001/03/10 12:53:51
3700 [readconf.c ssh_config]
3701 default to SSH2, now that m68k runs fast
2f778758 3702 - stevesk@cvs.openbsd.org 2001/03/10 15:02:05
3703 [ttymodes.c ttymodes.h]
3704 remove unused sgtty macros; ok markus@
99c415db 3705 - deraadt@cvs.openbsd.org 2001/03/10 15:31:00
3706 [compat.c compat.h sshconnect.c]
3707 all known netscreen ssh versions, and older versions of OSU ssh cannot
3708 handle password padding (newer OSU is fixed)
456fce50 3709 - tim@mindrot.org 2001/03/10 16:33:42 [configure.in Makefile.in sshd_config]
3710 make sure $bindir is in USER_PATH so scp will work
cab80f75 3711 - OpenBSD CVS Sync
3712 - markus@cvs.openbsd.org 2001/03/10 17:51:04
3713 [kex.c match.c match.h readconf.c readconf.h sshconnect2.c]
3714 add PreferredAuthentications
d156519a 3715
1c9a907f 371620010310
3717 - OpenBSD CVS Sync
3718 - deraadt@cvs.openbsd.org 2001/03/09 03:14:39
3719 [ssh-keygen.c]
68fa858a 3720 create *.pub files with umask 0644, so that you can mv them to
1c9a907f 3721 authorized_keys
cb7bd922 3722 - deraadt@cvs.openbsd.org 2001/03/09 12:30:29
3723 [sshd.c]
3724 typo; slade@shore.net
61cf0e38 3725 - Removed log.o from sftp client. Not needed.
1c9a907f 3726
385590e4 372720010309
3728 - OpenBSD CVS Sync
3729 - stevesk@cvs.openbsd.org 2001/03/08 18:47:12
3730 [auth1.c]
3731 unused; ok markus@
acf06a60 3732 - stevesk@cvs.openbsd.org 2001/03/08 20:44:48
3733 [sftp.1]
3734 spelling, cleanup; ok deraadt@
fee56204 3735 - markus@cvs.openbsd.org 2001/03/08 21:42:33
3736 [compat.c compat.h readconf.h ssh.c sshconnect1.c sshconnect2.c]
3737 implement client side of SSH2_MSG_USERAUTH_PK_OK (test public key ->
3738 no need to do enter passphrase or do expensive sign operations if the
3739 server does not accept key).
385590e4 3740
3a7fe5ba 374120010308
3742 - OpenBSD CVS Sync
d5ebca2b 3743 - djm@cvs.openbsd.org 2001/03/07 10:11:23
3744 [sftp-client.c sftp-client.h sftp-int.c sftp-server.c sftp.1 sftp.c sftp.h]
3745 Support for new draft (draft-ietf-secsh-filexfer-01). New symlink handling
3746 functions and small protocol change.
3747 - markus@cvs.openbsd.org 2001/03/08 00:15:48
3748 [readconf.c ssh.1]
3749 turn off useprivilegedports by default. only rhost-auth needs
3750 this. older sshd's may need this, too.
097ca118 3751 - (stevesk) Reliant Unix (SNI) needs HAVE_BOGUS_SYS_QUEUE_H;
3752 Dirk Markwardt <D.Markwardt@tu-bs.de>
3a7fe5ba 3753
3251b439 375420010307
3755 - (bal) OpenBSD CVS Sync
3756 - deraadt@cvs.openbsd.org 2001/03/06 06:11:18
3757 [ssh-keyscan.c]
3758 appease gcc
a5ec8a3d 3759 - deraadt@cvs.openbsd.org 2001/03/06 06:11:44
3760 [sftp-int.c sftp.1 sftp.c]
3761 sftp -b batchfile; mouring@etoh.eviladmin.org
17910dce 3762 - deraadt@cvs.openbsd.org 2001/03/06 15:10:42
3763 [sftp.1]
3764 order things
2c86906e 3765 - deraadt@cvs.openbsd.org 2001/03/07 01:19:06
3766 [ssh.1 sshd.8]
3767 the name "secure shell" is boring, noone ever uses it
7daf8515 3768 - deraadt@cvs.openbsd.org 2001/03/07 04:05:58
3769 [ssh.1]
3770 removed dated comment
f52798a4 3771 - Cygwin contrib improvements from Corinna Vinschen <vinschen@redhat.com>
3251b439 3772
657297ff 377320010306
3774 - (bal) OpenBSD CVS Sync
3775 - deraadt@cvs.openbsd.org 2001/03/05 14:28:47
3776 [sshd.8]
3777 alpha order; jcs@rt.fm
7c8f2a26 3778 - stevesk@cvs.openbsd.org 2001/03/05 15:44:51
3779 [servconf.c]
3780 sync error message; ok markus@
f2ba0775 3781 - deraadt@cvs.openbsd.org 2001/03/05 15:56:16
3782 [myproposal.h ssh.1]
3783 switch to aes128-cbc/hmac-md5 by default in SSH2 -- faster;
3784 provos & markus ok
7a6c39a3 3785 - deraadt@cvs.openbsd.org 2001/03/05 16:07:15
3786 [sshd.8]
3787 detail default hmac setup too
7de5b06b 3788 - markus@cvs.openbsd.org 2001/03/05 17:17:21
3789 [kex.c kex.h sshconnect2.c sshd.c]
3790 generate a 2*need size (~300 instead of 1024/2048) random private
3791 exponent during the DH key agreement. according to Niels (the great
3792 german advisor) this is safe since /etc/primes contains strong
3793 primes only.
3794
3795 References:
3796 P. C. van Oorschot and M. J. Wiener, On Diffie-Hellman key
3797 agreement with short exponents, In Advances in Cryptology
3798 - EUROCRYPT'96, LNCS 1070, Springer-Verlag, 1996, pp.332-343.
a5df12e9 3799 - stevesk@cvs.openbsd.org 2001/03/05 17:40:48
3800 [ssh.1]
3801 more ssh_known_hosts2 documentation; ok markus@
0b2190ee 3802 - stevesk@cvs.openbsd.org 2001/03/05 17:58:22
3803 [dh.c]
3804 spelling
bbc62e59 3805 - deraadt@cvs.openbsd.org 2001/03/06 00:33:04
3806 [authfd.c cli.c ssh-agent.c]
3807 EINTR/EAGAIN handling is required in more cases
c16c7f20 3808 - millert@cvs.openbsd.org 2001/03/06 01:06:03
3809 [ssh-keyscan.c]
3810 Don't assume we wil get the version string all in one read().
3811 deraadt@ OK'd
09cb311c 3812 - millert@cvs.openbsd.org 2001/03/06 01:08:27
3813 [clientloop.c]
3814 If read() fails with EINTR deal with it the same way we treat EAGAIN
657297ff 3815
1a2936c4 381620010305
3817 - (bal) CVS ID touch up on sshpty.[ch] and sshlogin.[ch]
68fa858a 3818 - (bal) CVS ID touch up on sftp-int.c
e77df335 3819 - (bal) CVS ID touch up on uuencode.c
6cca9fde 3820 - (bal) CVS ID touch up on auth2.c, serverloop.c, session.c & sshd.c
778f6940 3821 - (bal) OpenBSD CVS Sync
dcb971e1 3822 - deraadt@cvs.openbsd.org 2001/02/17 23:48:48
3823 [sshd.8]
3824 it's the OpenSSH one
778f6940 3825 - deraadt@cvs.openbsd.org 2001/02/21 07:37:04
3826 [ssh-keyscan.c]
3827 inline -> __inline__, and some indent
81333640 3828 - deraadt@cvs.openbsd.org 2001/02/21 09:05:54
3829 [authfile.c]
3830 improve fd handling
79ddf6db 3831 - deraadt@cvs.openbsd.org 2001/02/21 09:12:56
3832 [sftp-server.c]
3833 careful with & and &&; markus ok
96ee8386 3834 - stevesk@cvs.openbsd.org 2001/02/21 21:14:04
3835 [ssh.c]
3836 -i supports DSA identities now; ok markus@
0c126dc9 3837 - deraadt@cvs.openbsd.org 2001/02/22 04:29:37
3838 [servconf.c]
3839 grammar; slade@shore.net
ed2166d8 3840 - deraadt@cvs.openbsd.org 2001/02/22 06:43:55
3841 [ssh-keygen.1 ssh-keygen.c]
3842 document -d, and -t defaults to rsa1
b07ae1e9 3843 - deraadt@cvs.openbsd.org 2001/02/22 08:03:51
3844 [ssh-keygen.1 ssh-keygen.c]
3845 bye bye -d
e2fccec3 3846 - deraadt@cvs.openbsd.org 2001/02/22 18:09:06
3847 [sshd_config]
3848 activate RSA 2 key
e91c60f2 3849 - markus@cvs.openbsd.org 2001/02/22 21:57:27
3850 [ssh.1 sshd.8]
3851 typos/grammar from matt@anzen.com
3b1a83df 3852 - markus@cvs.openbsd.org 2001/02/22 21:59:44
3853 [auth.c auth.h auth1.c auth2.c misc.c misc.h ssh.c]
3854 use pwcopy in ssh.c, too
19d57054 3855 - markus@cvs.openbsd.org 2001/02/23 15:34:53
3856 [serverloop.c]
3857 debug2->3
00be5382 3858 - markus@cvs.openbsd.org 2001/02/23 18:15:13
3859 [sshd.c]
3860 the random session key depends now on the session_key_int
3861 sent by the 'attacker'
3862 dig1 = md5(cookie|session_key_int);
3863 dig2 = md5(dig1|cookie|session_key_int);
3864 fake_session_key = dig1|dig2;
3865 this change is caused by a mail from anakin@pobox.com
3866 patch based on discussions with my german advisor niels@openbsd.org
ec63b02d 3867 - deraadt@cvs.openbsd.org 2001/02/24 10:37:55
3868 [readconf.c]
3869 look for id_rsa by default, before id_dsa
582038fb 3870 - deraadt@cvs.openbsd.org 2001/02/24 10:37:26
3871 [sshd_config]
3872 ssh2 rsa key before dsa key
6e18cb71 3873 - markus@cvs.openbsd.org 2001/02/27 10:35:27
3874 [packet.c]
3875 fix random padding
1b5dfeb2 3876 - markus@cvs.openbsd.org 2001/02/27 11:00:11
3877 [compat.c]
3878 support SSH-2.0-2.1 ; from Christophe_Moret@hp.com
4ab21f86 3879 - deraadt@cvs.openbsd.org 2001/02/28 05:34:28
3880 [misc.c]
3881 pull in protos
167b3512 3882 - deraadt@cvs.openbsd.org 2001/02/28 05:36:28
3883 [sftp.c]
3884 do not kill the subprocess on termination (we will see if this helps
3885 things or hurts things)
7e8911cd 3886 - markus@cvs.openbsd.org 2001/02/28 08:45:39
3887 [clientloop.c]
3888 fix byte counts for ssh protocol v1
ee55dacf 3889 - markus@cvs.openbsd.org 2001/02/28 08:54:55
3890 [channels.c nchan.c nchan.h]
3891 make sure remote stderr does not get truncated.
3892 remove closed fd's from the select mask.
a6215e53 3893 - markus@cvs.openbsd.org 2001/02/28 09:57:07
3894 [packet.c packet.h sshconnect2.c]
3895 in ssh protocol v2 use ignore messages for padding (instead of
3896 trailing \0).
94dfb550 3897 - markus@cvs.openbsd.org 2001/02/28 12:55:07
3898 [channels.c]
3899 unify debug messages
5649fbbe 3900 - deraadt@cvs.openbsd.org 2001/02/28 17:52:54
3901 [misc.c]
3902 for completeness, copy pw_gecos too
0572fe75 3903 - markus@cvs.openbsd.org 2001/02/28 21:21:41
3904 [sshd.c]
3905 generate a fake session id, too
95ce5599 3906 - markus@cvs.openbsd.org 2001/02/28 21:27:48
3907 [channels.c packet.c packet.h serverloop.c]
3908 use ignore message to simulate a SSH2_MSG_CHANNEL_DATA message
3909 use random content in ignore messages.
355724fc 3910 - markus@cvs.openbsd.org 2001/02/28 21:31:32
3911 [channels.c]
3912 typo
c3f7d267 3913 - deraadt@cvs.openbsd.org 2001/03/01 02:11:25
3914 [authfd.c]
3915 split line so that p will have an easier time next time around
a01a5f30 3916 - deraadt@cvs.openbsd.org 2001/03/01 02:29:04
3917 [ssh.c]
3918 shorten usage by a line
12bf85ed 3919 - deraadt@cvs.openbsd.org 2001/03/01 02:45:10
3920 [auth-rsa.c auth2.c deattack.c packet.c]
3921 KNF
4371658c 3922 - deraadt@cvs.openbsd.org 2001/03/01 03:38:33
3923 [cli.c cli.h rijndael.h ssh-keyscan.1]
3924 copyright notices on all source files
ce91d6f8 3925 - markus@cvs.openbsd.org 2001/03/01 22:46:37
3926 [ssh.c]
3927 don't truncate remote ssh-2 commands; from mkubita@securities.cz
3928 use min, not max for logging, fixes overflow.
409edaba 3929 - deraadt@cvs.openbsd.org 2001/03/02 06:21:01
3930 [sshd.8]
3931 explain SIGHUP better
b8dc87d3 3932 - deraadt@cvs.openbsd.org 2001/03/02 09:42:49
3933 [sshd.8]
3934 doc the dsa/rsa key pair files
f3c7c613 3935 - deraadt@cvs.openbsd.org 2001/03/02 18:54:31
3936 [atomicio.c atomicio.h auth-chall.c auth.c auth2-chall.c crc32.h
3937 scp.c serverloop.c session.c sftp-server.8 sftp.1 ssh-add.1 ssh-add.c
3938 ssh-agent.1 ssh-agent.c ssh-keygen.1 ssh.1 sshd.8]
3939 make copyright lines the same format
2671b47f 3940 - deraadt@cvs.openbsd.org 2001/03/03 06:53:12
3941 [ssh-keyscan.c]
3942 standard theo sweep
ff7fee59 3943 - millert@cvs.openbsd.org 2001/03/03 21:19:41
3944 [ssh-keyscan.c]
3945 Dynamically allocate read_wait and its copies. Since maxfd is
3946 based on resource limits it is often (usually?) larger than FD_SETSIZE.
c8d75031 3947 - millert@cvs.openbsd.org 2001/03/03 21:40:30
3948 [sftp-server.c]
3949 Dynamically allocate fd_set; deraadt@ OK
20e04e90 3950 - millert@cvs.openbsd.org 2001/03/03 21:41:07
3951 [packet.c]
3952 Dynamically allocate fd_set; deraadt@ OK
dce9bac5 3953 - deraadt@cvs.openbsd.org 2001/03/03 22:07:50
3954 [sftp-server.c]
3955 KNF
c630ce76 3956 - markus@cvs.openbsd.org 2001/03/03 23:52:22
3957 [sftp.c]
3958 clean up arg processing. based on work by Christophe_Moret@hp.com
20244695 3959 - markus@cvs.openbsd.org 2001/03/03 23:59:34
3960 [log.c ssh.c]
3961 log*.c -> log.c
61f8a1d1 3962 - markus@cvs.openbsd.org 2001/03/04 00:03:59
3963 [channels.c]
3964 debug1->2
38967add 3965 - stevesk@cvs.openbsd.org 2001/03/04 10:57:53
3966 [ssh.c]
3967 add -m to usage; ok markus@
46f23b8d 3968 - stevesk@cvs.openbsd.org 2001/03/04 11:04:41
3969 [sshd.8]
3970 small cleanup and clarify for PermitRootLogin; ok markus@
9c81df4c 3971 - stevesk@cvs.openbsd.org 2001/03/04 11:16:06
3972 [servconf.c sshd.8]
3973 kill obsolete RandomSeed; ok markus@ deraadt@
f5429434 3974 - stevesk@cvs.openbsd.org 2001/03/04 12:54:04
3975 [sshd.8]
3976 spelling
54b974dc 3977 - millert@cvs.openbsd.org 2001/03/04 17:42:28
3978 [authfd.c channels.c dh.c log.c readconf.c servconf.c sftp-int.c
3979 ssh.c sshconnect.c sshd.c]
3980 log functions should not be passed strings that end in newline as they
3981 get passed on to syslog() and when logging to stderr, do_log() appends
3982 its own newline.
51c251f0 3983 - deraadt@cvs.openbsd.org 2001/03/04 18:21:28
3984 [sshd.8]
3985 list SSH2 ciphers
2605addd 3986 - (bal) Put HAVE_PW_CLASS_IN_PASSWD back into pwcopy()
164c80dc 3987 - (bal) Fix up logging since it changed. removed log-*.c
cc3067d6 3988 - (djm) Fix up LOG_AUTHPRIV for systems that have it
70a052c7 3989 - (stevesk) OpenBSD sync:
3990 - deraadt@cvs.openbsd.org 2001/03/05 08:37:27
3991 [ssh-keyscan.c]
3992 skip inlining, why bother
5152d46f 3993 - (stevesk) sftp.c: handle __progname
1a2936c4 3994
40edd7ef 399520010304
3996 - (bal) Remove make-ssh-known-hosts.1 since it's no longer valid.
889fbcd3 3997 - (bal) Updated contrib/README to remove 'make-ssh-known-hosts' and
3998 give Mark Roth credit for mdoc2man.pl
40edd7ef 3999
9817de5f 400020010303
40edd7ef 4001 - (djm) Remove make-ssh-known-hosts.pl, ssh-keyscan is better.
4002 - (djm) Document PAM ChallengeResponseAuthentication in sshd.8
4003 - (djm) Disable and comment ChallengeResponseAuthentication in sshd_config
4004 - (djm) Allow PRNGd entropy collection from localhost TCP socket. Replace
68fa858a 4005 "--with-egd-pool" configure option with "--with-prngd-socket" and
9bdd5929 4006 "--with-prngd-port" options. Debugged and improved by Lutz Jaenicke
4007 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
9817de5f 4008
20cad736 400920010301
68fa858a 4010 - (djm) Properly add -lcrypt if needed.
5f404be3 4011 - (djm) Force standard PAM conversation function in a few more places.
68fa858a 4012 Patch from Redhat 2.5.1p1-2 RPM, probably Nalin Dahyabhai
5f404be3 4013 <nalin@redhat.com>
68fa858a 4014 - (djm) Cygwin needs pw->pw_gecos copied too. Patch from Corinna Vinschen
480eb294 4015 <vinschen@redhat.com>
ad1f4a20 4016 - (djm) Released 2.5.1p2
20cad736 4017
cf0c5df5 401820010228
4019 - (djm) Detect endianness in configure and use it in rijndael.c. Fixes
4020 "Bad packet length" bugs.
68fa858a 4021 - (djm) Fully revert PAM session patch (again). All PAM session init is
403f5a8e 4022 now done before the final fork().
065ef9b1 4023 - (djm) EGD detection patch from Tim Rice <tim@multitalents.net>
d9b1f19a 4024 - (djm) Remove /tmp from EGD socket search list
cf0c5df5 4025
86b416a7 402620010227
68fa858a 4027 - (bal) Applied shutdown() patch for sftp.c by Corinna Vinschen
51fb577a 4028 <vinschen@redhat.com>
2af09193 4029 - (bal) OpenBSD Sync
4030 - markus@cvs.openbsd.org 2001/02/23 15:37:45
4031 [session.c]
4032 handle SSH_PROTOFLAG_SCREEN_NUMBER for buggy clients
68fa858a 4033 - (bal) sshd.init support for all Redhat release. Patch by Jim Knoble
a892c46e 4034 <jmknoble@jmknoble.cx>
68fa858a 4035 - (djm) Fix up POSIX saved uid support. Report from Mark Miller
f4e9a0e1 4036 <markm@swoon.net>
4037 - (djm) Search for -lcrypt on FreeBSD too
c7c72446 4038 - (djm) fatal() on OpenSSL version mismatch
27cf96de 4039 - (djm) Move PAM init to after fork for non-Solaris derived PAMs
d5c4c52e 4040 - (djm) Warning fix on entropy.c saved uid stuff. Patch from Mark Miller
4041 <markm@swoon.net>
4bc6dd70 4042 - (djm) Fix PAM fix
4236bde4 4043 - (djm) Remove 'noreplace' flag from sshd_config in RPM spec files. This
4044 change is being made as 2.5.x configfiles are not back-compatible with
64e0e67e 4045 2.3.x.
4046 - (djm) Avoid warnings for missing broken IP_TOS. Patch from Mark Miller
4047 <markm@swoon.net>
68fa858a 4048 - (djm) Open Server 5 doesn't need BROKEN_SAVED_UIDS. Patch from Tim Rice
a29d3f1c 4049 <tim@multitalents.net>
68fa858a 4050 - (djm) Avoid multiple definition of _PATH_LS. Patch from Tim Rice
a29d3f1c 4051 <tim@multitalents.net>
51fb577a 4052
4925395f 405320010226
4054 - (bal) Fixed bsd-snprinf.c so it now honors 'BROKEN_SNPRINTF' again.
68fa858a 4055 - (djm) Some systems (SCO3, NeXT) have weird saved uid semantics.
e9a13ac1 4056 Based on patch from Tim Rice <tim@multitalents.net>
4925395f 4057
1eb4ec64 405820010225
4059 - (djm) Use %{_libexecdir} rather than hardcoded path in RPM specfile
4060 Patch from Adrian Ho <lexfiend@usa.net>
490cad94 4061 - (bal) Replace 'unsigned long long' to 'u_int64_t' since not every
4062 platform defines u_int64_t as being that.
1eb4ec64 4063
a738c3b0 406420010224
68fa858a 4065 - (bal) Missed part of the UNIX sockets patch. Patch by Corinna
a738c3b0 4066 Vinschen <vinschen@redhat.com>
4067 - (bal) Reorder where 'strftime' is detected to resolve linking
4068 issues on SCO. Patch by Tim Rice <tim@multitalents.net>
4069
8fd97cc4 407020010224
4071 - (bal) pam_stack fix to correctly detect between RH7 and older RHs.
4072 Patch by Pekka Savola <pekkas@netcore.fi>
8f0b3553 4073 - (bal) Renamed sigaction.[ch] to sigact.[ch]. Causes problems with
4074 some platforms.
3d114925 4075 - (bal) Generalize lack of UNIX sockets since this also effects Cray
4076 not just Cygwin. Based on patch by Wendy Palm <wendyp@cray.com>
8fd97cc4 4077
14a49e44 407820010223
4079 - (bal) Fix --define rh7 in openssh.spec file. Patch by Steve Tell
4080 <tell@telltronics.org>
cb291102 4081 - (bal) Patch to force OpenSSH rpm to require the same version of OpenSSL
4082 that it was compiled against. Patch by Pekka Savola <pekkas@netcore.fi>
68fa858a 4083 - (bal) Double -I for OpenSSL on SCO. Patch by Tim Rice
5a67331c 4084 <tim@multitalents.net>
14a49e44 4085
68fa858a 408620010222
73d6d7fa 4087 - (bal) Corrected SCO luid patch by svaughan <svaughan@asterion.com>
ca742b3b 4088 - (bal) Added mdoc2man.pl from Mark Roth <roth@feep.net>
4089 - (bal) Removed reference to liblogin from contrib/README. It was
4090 integrated into OpenSSH a long while ago.
2a81eb9f 4091 - (stevesk) remove erroneous #ifdef sgi code.
4092 Michael Stone <mstone@cs.loyola.edu>
73d6d7fa 4093
fbf305f1 409420010221
4095 - (bal) Removed -L/usr/ucblib -R/usr/ucblib for Solaris platform.
68fa858a 4096 - (bal) Fixed OpenSSL rework to use $saved_*. Patch by Tim Rice
9dd3bc84 4097 <tim@multitalents.net>
1fe61b2e 4098 - (bal) Reverted out of 2001/02/15 patch by djm below because it
4099 breaks Solaris.
4100 - (djm) Move PAM session setup back to before setuid to user.
4101 fixes problems on Solaris-drived PAMs.
266140a8 4102 - (stevesk) session.c: back out to where we were before:
68fa858a 4103 - (djm) Move PAM session initialisation until after fork in sshd. Patch
266140a8 4104 from Nalin Dahyabhai <nalin@redhat.com>
9dd3bc84 4105
8b3319f4 410620010220
4107 - (bal) Fix mixed up params to memmove() from Jan 5th in setenv.c and
4108 getcwd.c.
c2b544a5 4109 - (bal) OpenBSD CVS Sync:
4110 - deraadt@cvs.openbsd.org 2001/02/19 23:09:05
4111 [sshd.c]
4112 clarify message to make it not mention "ident"
8b3319f4 4113
1729c161 411420010219
4115 - (bal) Markus' blessing to rename login.[ch] -> sshlogin.[ch] and
4116 pty.[ch] -> sshpty.[ch]
d6f13fbb 4117 - (djm) Rework search for OpenSSL location. Skip directories which don't
4118 exist, don't add -L$ssldir/lib if it doesn't exist. Should help SCO
4119 with its limit of 6 -L options.
0476625f 4120 - OpenBSD CVS Sync:
4121 - reinhard@cvs.openbsd.org 2001/02/17 08:24:40
4122 [sftp.1]
4123 typo
4124 - deraadt@cvs.openbsd.org 2001/02/17 16:28:58
4125 [ssh.c]
4126 cleanup -V output; noted by millert
4127 - deraadt@cvs.openbsd.org 2001/02/17 16:48:48
4128 [sshd.8]
4129 it's the OpenSSH one
4130 - markus@cvs.openbsd.org 2001/02/18 11:33:54
4131 [dispatch.c]
4132 typo, SSH2_MSG_KEXINIT, from aspa@kronodoc.fi
4133 - markus@cvs.openbsd.org 2001/02/19 02:53:32
4134 [compat.c compat.h serverloop.c]
4135 ssh-1.2.{18-22} has broken handling of ignore messages; report from
4136 itojun@
4137 - markus@cvs.openbsd.org 2001/02/19 03:35:23
4138 [version.h]
4139 OpenSSH_2.5.1 adds bug compat with 1.2.{18-22}
4140 - deraadt@cvs.openbsd.org 2001/02/19 03:36:25
4141 [scp.c]
4142 np is changed by recursion; vinschen@redhat.com
4143 - Update versions in RPM spec files
4144 - Release 2.5.1p1
1729c161 4145
663fd560 414620010218
68fa858a 4147 - (bal) Patch for fix FCHMOD reference in ftp-client.c by Tim Rice
4148 <tim@multitalents.net>
25cd3375 4149 - (Bal) Patch for lack of RA_RESTART in misc.c for mysignal by
4150 stevesk
68fa858a 4151 - (djm) Fix my breaking of cygwin builds, Patch from Corinna Vinschen
58e7f038 4152 <vinschen@redhat.com> and myself.
32ced054 4153 - (djm) Close listen_sock on bind() failures. Patch from Arkadiusz
4154 Miskiewicz <misiek@pld.ORG.PL>
6a951840 4155 - (djm) Robustify EGD/PRNGd code in face of socket closures. Patch from
4156 Todd C. Miller <Todd.Miller@courtesan.com>
68fa858a 4157 - (djm) Use ttyname() to determine name of tty returned by openpty()
4158 rather then risking overflow. Patch from Marek Michalkiewicz
b82f1310 4159 <marekm@amelek.gda.pl>
68fa858a 4160 - (djm) Swapped tests for no_libsocket and no_libnsl in configure.in.
bdf80b2c 4161 Patch from Marek Michalkiewicz <marekm@amelek.gda.pl>
af8fda37 4162 - (djm) Doc fixes from Pekka Savola <pekkas@netcore.fi>
68fa858a 4163 - (djm) Use SA_INTERRUPT along SA_RESTART if present (equivalent for
df538d55 4164 SunOS)
68fa858a 4165 - (djm) SCO needs librpc for libwrap. Patch from Tim Rice
f61d6b17 4166 <tim@multitalents.net>
dfef7e7e 4167 - (stevesk) misc.c: cpp rework of SA_(INTERRUPT|RESTART) handling.
36a358ca 4168 - (stevesk) scp.c: use mysignal() for updateprogressmeter() handler.
68fa858a 4169 - (djm) SA_INTERRUPT is the converse of SA_RESTART, apply it only for
d54d99a3 4170 SIGALRM.
e1a023df 4171 - (djm) Move entropy.c over to mysignal()
68fa858a 4172 - (djm) SunOS 4.x also needs to define HAVE_BOGUS_SYS_QUEUE_H as it has
4173 a <sys/queue.h> that lacks the TAILQ_* macros. Patch from Todd C.
667beaa9 4174 Miller <Todd.Miller@courtesan.com>
ecdde3d8 4175 - (djm) Update RPM spec files for 2.5.0p1
51ee9048 4176 - (djm) Merge BSD_AUTH support from Markus Friedl and David J. MacKenzie
4177 enable with --with-bsd-auth.
2adddc78 4178 - (stevesk) entropy.c: typo; should be SIGPIPE
663fd560 4179
0b1728c5 418020010217
4181 - (bal) OpenBSD Sync:
4182 - markus@cvs.openbsd.org 2001/02/16 13:38:18
68fa858a 4183 [channel.c]
4184 remove debug
c8b058b4 4185 - markus@cvs.openbsd.org 2001/02/16 14:03:43
4186 [session.c]
4187 proper payload-length check for x11 w/o screen-number
0b1728c5 4188
b41d8d4d 418920010216
4190 - (bal) added '--with-prce' to allow overriding of system regex when
4191 required (tested by David Dulek <ddulek@fastenal.com>)
d6fdb079 4192 - (bal) Added DG/UX case and set that they have a broken IPTOS.
278588d8 4193 - (djm) Mini-configure reorder patch from Tim Rice <tim@multitalents.net>
4194 Fixes linking on SCO.
68fa858a 4195 - (djm) Make gnome-ssh-askpass handle multi-line prompts. Patch from
0ceb21d6 4196 Nalin Dahyabhai <nalin@redhat.com>
4197 - (djm) BSD license for gnome-ssh-askpass (was X11)
4198 - (djm) KNF on gnome-ssh-askpass
ed6553e2 4199 - (djm) USE_PIPES for a few more sysv platforms
4200 - (djm) Cleanup configure.in a little
4201 - (djm) Ask users to check config.log when we can't find necessary libs
aca75d94 4202 - (djm) Set "login ID" on systems with setluid. Only enabled for SCO
4203 OpenServer for now. Based on patch from svaughan <svaughan@asterion.com>
0ae4fe1d 4204 - (djm) OpenBSD CVS:
4205 - markus@cvs.openbsd.org 2001/02/15 16:19:59
4206 [channels.c channels.h serverloop.c sshconnect.c sshconnect.h]
4207 [sshconnect1.c sshconnect2.c]
4208 genericize password padding function for SSH1 and SSH2.
4209 add stylized echo to 2, too.
4210 - (djm) Add roundup() macro to defines.h
9535dddf 4211 - (stevesk) set SA_RESTART flag in mysignal() for SIGCHLD;
4212 needed on Unixware 2.x.
b41d8d4d 4213
0086bfaf 421420010215
68fa858a 4215 - (djm) Move PAM session setup back to before setuid to user. Fixes
0086bfaf 4216 problems on Solaris-derived PAMs.
e11aab29 4217 - (djm) Clean up PAM namespace. Suggested by Darren Moffat
4218 <Darren.Moffat@eng.sun.com>
9e3c31f7 4219 - (bal) Sync w/ OpenSSH for new release
4220 - markus@cvs.openbsd.org 2001/02/12 12:45:06
4221 [sshconnect1.c]
4222 fix xmalloc(0), ok dugsong@
b2552997 4223 - markus@cvs.openbsd.org 2001/02/11 12:59:25
4224 [Makefile.in sshd.8 sshconnect2.c readconf.h readconf.c packet.c
4225 sshd.c ssh.c ssh.1 servconf.h servconf.c myproposal.h kex.h kex.c]
4226 1) clean up the MAC support for SSH-2
4227 2) allow you to specify the MAC with 'ssh -m'
4228 3) or the 'MACs' keyword in ssh(d)_config
4229 4) add hmac-{md5,sha1}-96
4230 ok stevesk@, provos@
15853e93 4231 - markus@cvs.openbsd.org 2001/02/12 16:16:23
4232 [auth-passwd.c auth.c auth.h auth1.c auth2.c servconf.c servconf.h
4233 ssh-keygen.c sshd.8]
4234 PermitRootLogin={yes,without-password,forced-commands-only,no}
4235 (before this change, root could login even if PermitRootLogin==no)
7cc4cf0a 4236 - deraadt@cvs.openbsd.org 2001/02/12 22:56:09
fd193ca4 4237 [clientloop.c packet.c ssh-keyscan.c]
4238 deal with EAGAIN/EINTR selects which were skipped
7cc4cf0a 4239 - markus@cvs.openssh.org 2001/02/13 22:49:40
4240 [auth1.c auth2.c]
4241 setproctitle(user) only if getpwnam succeeds
4242 - markus@cvs.openbsd.org 2001/02/12 23:26:20
4243 [sshd.c]
4244 missing memset; from solar@openwall.com
4245 - stevesk@cvs.openbsd.org 2001/02/12 20:53:33
4246 [sftp-int.c]
4247 lumask now works with 1 numeric arg; ok markus@, djm@
4248 - djm@cvs.openbsd.org 2001/02/14 9:46:03
4249 [sftp-client.c sftp-int.c sftp.1]
4250 Fix and document 'preserve modes & times' option ('-p' flag in sftp);
4251 ok markus@
0b16bb01 4252 - (bal) replaced PATH_MAX in sftp-int.c w/ MAXPATHLEN.
4253 - (djm) Move to Jim's 1.2.0 X11 askpass program
62da27dd 4254 - (stevesk) OpenBSD sync:
4255 - deraadt@cvs.openbsd.org 2001/02/15 01:38:04
4256 [serverloop.c]
4257 indent
0b16bb01 4258
1c2d0a13 425920010214
4260 - (djm) Don't try to close PAM session or delete credentials if the
68fa858a 4261 session has not been open or credentials not set. Based on patch from
1c2d0a13 4262 Andrew Bartlett <abartlet@pcug.org.au>
68fa858a 4263 - (djm) Move PAM session initialisation until after fork in sshd. Patch
0ab1bcba 4264 from Nalin Dahyabhai <nalin@redhat.com>
958e5ae4 4265 - (bal) Missing function prototype in bsd-snprintf.c patch by
4266 Mark Miller <markm@swoon.net>
b7ccb051 4267 - (djm) Split out and improve OSF SIA auth code. Patch from Chris Adams
4268 <cmadams@hiwaay.net> with a little modification and KNF.
815800e1 4269 - (stevesk) fix for SIA patch, misplaced session_setup_sia()
1c2d0a13 4270
0610439b 427120010213
84eb157c 4272 - (djm) Only test -S potential EGD sockets if they exist and are readable.
f1312c76 4273 - (bal) Cleaned out bsd-snprintf.c. VARARGS have been banished and
4274 I did a base KNF over the whe whole file to make it more acceptable.
4275 (backed out of original patch and removed it from ChangeLog)
01f13020 4276 - (bal) Use chown() if fchown() does not exist in ftp-server.c patch by
4277 Tim Rice <tim@multitalents.net>
8d60e965 4278 - (stevesk) auth1.c: fix PAM passwordless check.
0610439b 4279
894a4851 428020010212
68fa858a 4281 - (djm) Update Redhat specfile to allow --define "skip_x11_askpass 1",
4282 --define "skip_gnome_askpass 1", --define "rh7 1" and make the
4283 implicit rpm-3.0.5 dependancy explicit. Patch and suggestions from
894a4851 4284 Pekka Savola <pekkas@netcore.fi>
782d6a0d 4285 - (djm) Clean up PCRE text in INSTALL
68fa858a 4286 - (djm) Fix OSF SIA auth NULL pointer deref. Report from Mike Battersby
77db6c3f 4287 <mib@unimelb.edu.au>
6f68f28a 4288 - (bal) NCR SVR4 compatiblity provide by Don Bragg <thewizarddon@yahoo.com>
01a7bc9a 4289 - (stevesk) session.c: remove debugging code.
894a4851 4290
abf1f107 429120010211
4292 - (bal) OpenBSD Sync
4293 - markus@cvs.openbsd.org 2001/02/07 22:35:46
4294 [auth1.c auth2.c sshd.c]
4295 move k_setpag() to a central place; ok dugsong@
c845316f 4296 - markus@cvs.openbsd.org 2001/02/10 12:52:02
4297 [auth2.c]
4298 offer passwd before s/key
e6fa162e 4299 - markus@cvs.openbsd.org 2001/02/8 22:37:10
4300 [canohost.c]
4301 remove last call to sprintf; ok deraadt@
0ab4b0f0 4302 - markus@cvs.openbsd.org 2001/02/10 1:33:32
4303 [canohost.c]
4304 add debug message, since sshd blocks here if DNS is not available
7f8ea238 4305 - markus@cvs.openbsd.org 2001/02/10 12:44:02
4306 [cli.c]
4307 don't call vis() for \r
5c470997 4308 - danh@cvs.openbsd.org 2001/02/10 0:12:43
4309 [scp.c]
4310 revert a small change to allow -r option to work again; ok deraadt@
4311 - danh@cvs.openbsd.org 2001/02/10 15:14:11
4312 [scp.c]
4313 fix memory leak; ok markus@
a0e6fead 4314 - djm@cvs.openbsd.org 2001/02/10 0:45:52
4315 [scp.1]
4316 Mention that you can quote pathnames with spaces in them
b3106440 4317 - markus@cvs.openbsd.org 2001/02/10 1:46:28
4318 [ssh.c]
4319 remove mapping of argv[0] -> hostname
f72e01a5 4320 - markus@cvs.openbsd.org 2001/02/06 22:26:17
4321 [sshconnect2.c]
4322 do not ask for passphrase in batch mode; report from ejb@ql.org
4323 - itojun@cvs.opebsd.org 2001/02/08 10:47:05
5d1d11d1 4324 [sshconnect.c sshconnect1.c sshconnect2.c]
68fa858a 4325 %.30s is too short for IPv6 numeric address. use %.128s for now.
f72e01a5 4326 markus ok
4327 - markus@cvs.openbsd.org 2001/02/09 12:28:35
4328 [sshconnect2.c]
4329 do not free twice, thanks to /etc/malloc.conf
4330 - markus@cvs.openbsd.org 2001/02/09 17:10:53
4331 [sshconnect2.c]
4332 partial success: debug->log; "Permission denied" if no more auth methods
4333 - markus@cvs.openbsd.org 2001/02/10 12:09:21
4334 [sshconnect2.c]
4335 remove some lines
e0b2cf6b 4336 - markus@cvs.openbsd.org 2001/02/09 13:38:07
4337 [auth-options.c]
4338 reset options if no option is given; from han.holl@prismant.nl
ca910e13 4339 - markus@cvs.openbsd.org 2001/02/08 21:58:28
4340 [channels.c]
4341 nuke sprintf, ok deraadt@
4342 - markus@cvs.openbsd.org 2001/02/08 21:58:28
4343 [channels.c]
4344 nuke sprintf, ok deraadt@
affa8be4 4345 - markus@cvs.openbsd.org 2001/02/06 22:43:02
4346 [clientloop.h]
4347 remove confusing callback code
d2c46e77 4348 - deraadt@cvs.openbsd.org 2001/02/08 14:39:36
4349 [readconf.c]
4350 snprintf
cc8aca8a 4351 - itojun@cvs.openbsd.org 2001/02/08 19:30:52
4352 sync with netbsd tree changes.
4353 - more strict prototypes, include necessary headers
4354 - use paths.h/pathnames.h decls
4355 - size_t typecase to int -> u_long
5be2ec5e 4356 - itojun@cvs.openbsd.org 2001/02/07 18:04:50
4357 [ssh-keyscan.c]
4358 fix size_t -> int cast (use u_long). markus ok
4359 - markus@cvs.openbsd.org 2001/02/07 22:43:16
4360 [ssh-keyscan.c]
4361 s/getline/Linebuf_getline/; from roumen.petrov@skalasoft.com
4362 - itojun@cvs.openbsd.org 2001/02/09 9:04:59
4363 [ssh-keyscan.c]
68fa858a 4364 do not assume malloc() returns zero-filled region. found by
5be2ec5e 4365 malloc.conf=AJ.
f21032a6 4366 - markus@cvs.openbsd.org 2001/02/08 22:35:30
4367 [sshconnect.c]
68fa858a 4368 don't connect if batch_mode is true and stricthostkeychecking set to
f21032a6 4369 'ask'
7bbcc167 4370 - djm@cvs.openbsd.org 2001/02/04 21:26:07
4371 [sshd_config]
4372 type: ok markus@
4373 - deraadt@cvs.openbsd.org 2001/02/06 22:07:50
4374 [sshd_config]
4375 enable sftp-server by default
a2e6d17d 4376 - deraadt 2001/02/07 8:57:26
4377 [xmalloc.c]
4378 deal with new ANSI malloc stuff
4379 - markus@cvs.openbsd.org 2001/02/07 16:46:08
4380 [xmalloc.c]
4381 typo in fatal()
4382 - itojun@cvs.openbsd.org 2001/02/07 18:04:50
4383 [xmalloc.c]
4384 fix size_t -> int cast (use u_long). markus ok
4ef922e3 4385 - 1.47 Thu Feb 8 23:11:42 GMT 2001 by dugsong
4386 [serverloop.c sshconnect1.c]
68fa858a 4387 mitigate SSH1 traffic analysis - from Solar Designer
4ef922e3 4388 <solar@openwall.com>, ok provos@
68fa858a 4389 - (bal) fixed sftp-client.c. Return 'status' instead of '0'
ca910e13 4390 (from the OpenBSD tree)
6b442913 4391 - (bal) Synced ssh.1, ssh-add.1 and sshd.8 w/ OpenBSD
27df9d4a 4392 - (bal) sftp-sever.c '%8lld' to '%8llu' (OpenBSD Sync)
17321afe 4393 - (bal) uuencode.c resync w/ OpenBSD tree, plus whitespace.
f98d56f0 4394 - (bal) A bit more whitespace cleanup
68fa858a 4395 - (djm) Set PAM_RHOST earlier, patch from Andrew Bartlett
e275684f 4396 <abartlet@pcug.org.au>
b27e97b1 4397 - (stevesk) misc.c: ssh.h not needed.
38a316c0 4398 - (stevesk) compat.c: more friendly cpp error
94f38e16 4399 - (stevesk) OpenBSD sync:
4400 - stevesk@cvs.openbsd.org 2001/02/11 06:15:57
4401 [LICENSE]
4402 typos and small cleanup; ok deraadt@
abf1f107 4403
0426a3b4 440420010210
4405 - (djm) Sync sftp and scp stuff from OpenBSD:
4406 - djm@cvs.openbsd.org 2001/02/07 03:55:13
4407 [sftp-client.c]
4408 Don't free handles before we are done with them. Based on work from
4409 Corinna Vinschen <vinschen@redhat.com>. ok markus@
4410 - djm@cvs.openbsd.org 2001/02/06 22:32:53
4411 [sftp.1]
4412 Punctuation fix from Pekka Savola <pekkas@netcore.fi>
4413 - deraadt@cvs.openbsd.org 2001/02/07 04:07:29
4414 [sftp.1]
4415 pretty up significantly
4416 - itojun@cvs.openbsd.org 2001/02/07 06:49:42
4417 [sftp.1]
4418 .Bl-.El mismatch. markus ok
4419 - djm@cvs.openbsd.org 2001/02/07 06:12:30
4420 [sftp-int.c]
4421 Check that target is a directory before doing ls; ok markus@
4422 - itojun@cvs.openbsd.org 2001/02/07 11:01:18
4423 [scp.c sftp-client.c sftp-server.c]
4424 unsigned long long -> %llu, not %qu. markus ok
4425 - stevesk@cvs.openbsd.org 2001/02/07 11:10:39
4426 [sftp.1 sftp-int.c]
4427 more man page cleanup and sync of help text with man page; ok markus@
4428 - markus@cvs.openbsd.org 2001/02/07 14:58:34
4429 [sftp-client.c]
4430 older servers reply with SSH2_FXP_NAME + count==0 instead of EOF
4431 - djm@cvs.openbsd.org 2001/02/07 15:27:19
4432 [sftp.c]
4433 Don't forward agent and X11 in sftp. Suggestion from Roumen Petrov
4434 <roumen.petrov@skalasoft.com>
4435 - stevesk@cvs.openbsd.org 2001/02/07 15:36:04
4436 [sftp-int.c]
4437 portable; ok markus@
4438 - stevesk@cvs.openbsd.org 2001/02/07 15:55:47
4439 [sftp-int.c]
4440 lowercase cmds[].c also; ok markus@
4441 - markus@cvs.openbsd.org 2001/02/07 17:04:52
4442 [pathnames.h sftp.c]
4443 allow sftp over ssh protocol 1; ok djm@
4444 - deraadt@cvs.openbsd.org 2001/02/08 07:38:55
4445 [scp.c]
4446 memory leak fix, and snprintf throughout
4447 - deraadt@cvs.openbsd.org 2001/02/08 08:02:02
4448 [sftp-int.c]
4449 plug a memory leak
4450 - stevesk@cvs.openbsd.org 2001/02/08 10:11:23
4451 [session.c sftp-client.c]
4452 %i -> %d
4453 - stevesk@cvs.openbsd.org 2001/02/08 10:57:59
4454 [sftp-int.c]
4455 typo
4456 - stevesk@cvs.openbsd.org 2001/02/08 15:28:07
4457 [sftp-int.c pathnames.h]
4458 _PATH_LS; ok markus@
4459 - djm@cvs.openbsd.org 2001/02/09 04:46:25
4460 [sftp-int.c]
4461 Check for NULL attribs for chown, chmod & chgrp operations, only send
4462 relevant attribs back to server; ok markus@
96b64eb0 4463 - djm@cvs.openbsd.org 2001/02/06 15:05:25
4464 [sftp.c]
4465 Use getopt to process commandline arguments
4466 - djm@cvs.openbsd.org 2001/02/06 15:06:21
4467 [sftp.c ]
4468 Wait for ssh subprocess at exit
4469 - djm@cvs.openbsd.org 2001/02/06 15:18:16
4470 [sftp-int.c]
4471 stat target for remote chdir before doing chdir
4472 - djm@cvs.openbsd.org 2001/02/06 15:32:54
4473 [sftp.1]
4474 Punctuation fix from Pekka Savola <pekkas@netcore.fi>
4475 - provos@cvs.openbsd.org 2001/02/05 22:22:02
4476 [sftp-int.c]
4477 cleanup get_pathname, fix pwd after failed cd. okay djm@
0426a3b4 4478 - (djm) Update makefile.in for _PATH_SFTP_SERVER
c9f5e42e 4479 - (bal) sftp-client.c replace NULL w/ 0 in do_ls() (pending in OpenBSD tree)
0426a3b4 4480
6d1e1d2b 448120010209
68fa858a 4482 - (bal) patch to vis.c to deal with HAVE_VIS right by Robert Mooney
6d1e1d2b 4483 <rjmooney@mediaone.net>
bb0c1991 4484 - (bal) .c.o rule in openbsd-compat/Makefile.in did not make it to the
68fa858a 4485 main tree while porting forward. Pointed out by Lutz Jaenicke
bb0c1991 4486 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
f902d909 4487 - (bal) double entry in configure.in. Pointed out by Lutz Jaenicke
4488 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
25f4c264 4489 - (stevesk) OpenBSD sync:
4490 - markus@cvs.openbsd.org 2001/02/08 11:20:01
4491 [auth2.c]
4492 strict checking
4493 - markus@cvs.openbsd.org 2001/02/08 11:15:22
4494 [version.h]
4495 update to 2.3.2
4496 - markus@cvs.openbsd.org 2001/02/08 11:12:30
4497 [auth2.c]
4498 fix typo
72b3f75d 4499 - (djm) Update spec files
0ed28836 4500 - (bal) OpenBSD sync:
4501 - deraadt@cvs.openbsd.org 2001/02/08 14:38:54
4502 [scp.c]
4503 memory leak fix, and snprintf throughout
1fc8ccdf 4504 - markus@cvs.openbsd.org 2001/02/06 22:43:02
4505 [clientloop.c]
4506 remove confusing callback code
0b202697 4507 - (djm) Add CVS Id's to files that we have missed
5ca51e19 4508 - (bal) OpenBSD Sync (more):
4509 - itojun@cvs.openbsd.org 2001/02/08 19:30:52
4510 sync with netbsd tree changes.
4511 - more strict prototypes, include necessary headers
4512 - use paths.h/pathnames.h decls
4513 - size_t typecase to int -> u_long
1f3bf5aa 4514 - markus@cvs.openbsd.org 2001/02/06 22:07:42
4515 [ssh.c]
4516 fatal() if subsystem fails
4517 - markus@cvs.openbsd.org 2001/02/06 22:43:02
4518 [ssh.c]
4519 remove confusing callback code
4520 - jakob@cvs.openbsd.org 2001/02/06 23:03:24
4521 [ssh.c]
4522 add -1 option (force protocol version 1). ok markus@
4523 - jakob@cvs.openbsd.org 2001/02/06 23:06:21
4524 [ssh.c]
4525 reorder -{1,2,4,6} options. ok markus@
e6aa01b4 4526 - (bal) Missing 'const' in readpass.h
9c5a8165 4527 - (bal) OpenBSD Sync (so at least the thing compiles for 2.3.2 =)
4528 - djm@cvs.openbsd.org 2001/02/06 23:30:28
4529 [sftp-client.c]
4530 replace arc4random with counter for request ids; ok markus@
68fa858a 4531 - (djm) Define _PATH_TTY for systems that don't. Report from Lutz
bc79ed5c 4532 Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
6d1e1d2b 4533
6a25c04c 453420010208
4535 - (djm) Don't delete external askpass program in make uninstall target.
4536 Report and fix from Roumen Petrov <roumen.petrov@skalasoft.com>
6958bd37 4537 - (djm) Fix linking of sftp, don't need arc4random any more.
4538 - (djm) Try to use shell that supports "test -S" for EGD socket search.
4539 Based on patch from Tim Rice <tim@multitalents.net>
6a25c04c 4540
547519f0 454120010207
bee0a37e 4542 - (bal) Save the whole path to AR in configure. Some Solaris 2.7 installs
4543 seem lose track of it while in openbsd-compat/ (two confirmed reports)
5c377b3b 4544 - (djm) Much KNF on PAM code
547519f0 4545 - (djm) Revise auth-pam.c conversation function to be a little more
4546 readable.
5c377b3b 4547 - (djm) Revise kbd-int PAM conversation function to fold all text messages
4548 to before first prompt. Fixes hangs if last pam_message did not require
4549 a reply.
4550 - (djm) Fix password changing when using PAM kbd-int authentication
bee0a37e 4551
547519f0 455220010205
2b87da3b 4553 - (bal) Disable groupaccess by setting NGROUPS_MAX to 0 for platforms
99286dc8 4554 that don't have NGROUPS_MAX.
57559587 4555 - (bal) AIX patch for auth1.c by William L. Jones <jones@hpc.utexas.edu>
2b87da3b 4556 - (stevesk) OpenBSD sync:
4557 - stevesk@cvs.openbsd.org 2001/02/04 08:32:27
4558 [many files; did this manually to our top-level source dir]
4559 unexpand and remove end-of-line whitespace; ok markus@
408ba72f 4560 - stevesk@cvs.openbsd.org 2001/02/04 15:21:19
4561 [sftp-server.c]
4562 SSH2_FILEXFER_ATTR_UIDGID support; ok markus@
ec2a033a 4563 - deraadt@cvs.openbsd.org 2001/02/04 17:02:32
4564 [sftp-int.c]
4565 ? == help
4566 - deraadt@cvs.openbsd.org 2001/02/04 16:47:46
4567 [sftp-int.c]
4568 sort commands, so that abbreviations work as expected
4569 - stevesk@cvs.openbsd.org 2001/02/04 15:17:52
4570 [sftp-int.c]
4571 debugging sftp: precedence and missing break. chmod, chown, chgrp
4572 seem to be working now.
4573 - markus@cvs.openbsd.org 2001/02/04 14:41:21
4574 [sftp-int.c]
4575 use base 8 for umask/chmod
4576 - markus@cvs.openbsd.org 2001/02/04 11:11:54
4577 [sftp-int.c]
4578 fix LCD
c44559d2 4579 - markus@cvs.openbsd.org 2001/02/04 08:10:44
4580 [ssh.1]
4581 typo; dpo@club-internet.fr
a5930351 4582 - stevesk@cvs.openbsd.org 2001/02/04 06:30:12
4583 [auth2.c authfd.c packet.c]
4584 remove duplicate #include's; ok markus@
6a416424 4585 - deraadt@cvs.openbsd.org 2001/02/04 16:56:23
4586 [scp.c sshd.c]
4587 alpha happiness
4588 - stevesk@cvs.openbsd.org 2001/02/04 15:12:17
4589 [sshd.c]
4590 precedence; ok markus@
02a024dd 4591 - deraadt@cvs.openbsd.org 2001/02/04 08:14:15
6a416424 4592 [ssh.c sshd.c]
4593 make the alpha happy
02a024dd 4594 - markus@cvs.openbsd.org 2001/01/31 13:37:24
4595 [channels.c channels.h serverloop.c ssh.c]
68fa858a 4596 do not disconnect if local port forwarding fails, e.g. if port is
547519f0 4597 already in use
02a024dd 4598 - markus@cvs.openbsd.org 2001/02/01 14:58:09
4599 [channels.c]
4600 use ipaddr in channel messages, ietf-secsh wants this
4601 - markus@cvs.openbsd.org 2001/01/31 12:26:20
4602 [channels.c]
68fa858a 4603 ssh.com-2.0.1x does not send additional info in CHANNEL_OPEN_FAILURE
547519f0 4604 messages; bug report from edmundo@rano.org
a741554f 4605 - markus@cvs.openbsd.org 2001/01/31 13:48:09
4606 [sshconnect2.c]
4607 unused
9378f292 4608 - deraadt@cvs.openbsd.org 2001/02/04 08:23:08
4609 [sftp-client.c sftp-server.c]
4610 make gcc on the alpha even happier
1fc243d1 4611
547519f0 461220010204
781a0585 4613 - (bal) I think this is the last of the bsd-*.h that don't belong.
634e0b53 4614 - (bal) Minor Makefile fix
f0f14bea 4615 - (bal) openbsd-compat/Makefile minor fix. Ensure dependancies are done
61e96248 4616 right.
78987b57 4617 - (bal) Changed order of LIB="" in -with-skey due to library resolving.
166e4f2a 4618 - (bal) next-posix.h changed to bsd-nextstep.h
61e96248 4619 - (djm) OpenBSD CVS sync:
4620 - markus@cvs.openbsd.org 2001/02/03 03:08:38
4621 [auth-options.c auth-rh-rsa.c auth-rhosts.c auth.c canohost.c]
4622 [canohost.h servconf.c servconf.h session.c sshconnect1.c sshd.8]
4623 [sshd_config]
4624 make ReverseMappingCheck optional in sshd_config; ok djm@,dugsong@
4625 - markus@cvs.openbsd.org 2001/02/03 03:19:51
4626 [ssh.1 sshd.8 sshd_config]
4627 Skey is now called ChallengeResponse
4628 - markus@cvs.openbsd.org 2001/02/03 03:43:09
4629 [sshd.8]
4630 use no-pty option in .ssh/authorized_keys* if you need a 8-bit clean
4631 channel. note from Erik.Anggard@cygate.se (pr/1659)
4632 - stevesk@cvs.openbsd.org 2001/02/03 10:03:06
4633 [ssh.1]
4634 typos; ok markus@
4635 - djm@cvs.openbsd.org 2001/02/04 04:11:56
4636 [scp.1 sftp-server.c ssh.1 sshd.8 sftp-client.c sftp-client.h]
4637 [sftp-common.c sftp-common.h sftp-int.c sftp-int.h sftp.1 sftp.c]
4638 Basic interactive sftp client; ok theo@
4639 - (djm) Update RPM specs for new sftp binary
68fa858a 4640 - (djm) Update several bits for new optional reverse lookup stuff. I
61e96248 4641 think I got them all.
8b061486 4642 - (djm) Makefile.in fixes
1aa00dcb 4643 - (stevesk) add mysignal() wrapper and use it for the protocol 2
4644 SIGCHLD handler.
408ba72f 4645 - (djm) Use setvbuf() instead of setlinebuf(). Suggest from stevesk@
781a0585 4646
547519f0 464720010203
63fe0529 4648 - (bal) Cygwin clean up by Corinna Vinschen <vinschen@redhat.com>
bf3db92d 4649 - (bal) renamed queue.h to fake-queue.h (even if it's an OpenBSD
4650 based file) to ensure #include space does not get confused.
f78888c7 4651 - (bal) Minor Makefile.in tweak. dirname may not exist on some
4652 platforms so builds fail. (NeXT being a well known one)
63fe0529 4653
547519f0 465420010202
61e96248 4655 - (bal) Makefile fix where sourcedir != builddir by Corinna Vinschen
c85a87f2 4656 <vinschen@redhat.com>
71301416 4657 - (bal) Makefile fix to use $(MAKE) instead of 'make' for platforms
4658 that use 'gmake'. Patch by Tim Rice <tim@multitalents.net>
c85a87f2 4659
547519f0 466020010201
ad5075bd 4661 - (bal) Minor fix to Makefile to stop rebuilding executables if no
4662 changes have occured to any of the supporting code. Patch by
4663 Roumen Petrov <roumen.petrov@skalasoft.com>
4664
9c8dbb1b 466520010131
37845585 4666 - (djm) OpenBSD CVS Sync:
4667 - djm@cvs.openbsd.org 2001/01/30 15:48:53
4668 [sshconnect.c]
4669 Make warning message a little more consistent. ok markus@
8c89dd2b 4670 - (djm) Fix autoconf logic for --with-lastlog=no Report and diagnosis from
4671 Philipp Buehler <lists@fips.de> and Kevin Steves <stevesk@sweden.hp.com>
4672 respectively.
c59dc6bd 4673 - (djm) Don't log SSH2 PAM KbdInt responses to debug, they may contain
4674 passwords.
9c8dbb1b 4675 - (bal) Reorder. Move all bsd-*, fake-*, next-*, and cygwin* stuff to
4676 openbsd-compat/. And resolve all ./configure and Makefile.in issues
4677 assocated.
37845585 4678
9c8dbb1b 467920010130
39929cdb 4680 - (djm) OpenBSD CVS Sync:
4681 - markus@cvs.openbsd.org 2001/01/29 09:55:37
4682 [channels.c channels.h clientloop.c serverloop.c]
4683 fix select overflow; ok deraadt@ and stevesk@
865ac82e 4684 - markus@cvs.openbsd.org 2001/01/29 12:42:35
4685 [canohost.c canohost.h channels.c clientloop.c]
4686 add get_peer_ipaddr(socket), x11-fwd in ssh2 requires ipaddr, not DNS
46aa2d1f 4687 - markus@cvs.openbsd.org 2001/01/29 12:47:32
4688 [rsa.c rsa.h ssh-agent.c sshconnect1.c sshd.c]
4689 handle rsa_private_decrypt failures; helps against the Bleichenbacher
4690 pkcs#1 attack
ae810de7 4691 - djm@cvs.openbsd.org 2001/01/29 05:36:11
4692 [ssh.1 ssh.c]
4693 Allow invocation of sybsystem by commandline (-s); ok markus@
83bc57f9 4694 - (stevesk) configure.in: remove duplicate PROG_LS
39929cdb 4695
9c8dbb1b 469620010129
f29ef605 4697 - (stevesk) sftp-server.c: use %lld vs. %qd
4698
cb9da0fc 469920010128
4700 - (bal) Put USE_PIPES back into sco3.2v5
23c2a7a5 4701 - (bal) OpenBSD Sync
9bd5b720 4702 - markus@cvs.openbsd.org 2001/01/28 10:15:34
4703 [dispatch.c]
4704 re-keying is not supported; ok deraadt@
5fb622e4 4705 - markus@cvs.openbsd.org 2001/01/28 10:24:04
7f5c4295 4706 [ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
5fb622e4 4707 cleanup AUTHORS sections
9bd5b720 4708 - markus@cvs.openbsd.org 2001/01/28 10:37:26
ab60252b 4709 [sshd.c sshd.8]
9bd5b720 4710 remove -Q, no longer needed
4711 - stevesk@cvs.openbsd.org 2001/01/28 20:36:16
a877488a 4712 [readconf.c ssh.1]
9bd5b720 4713 ``StrictHostKeyChecking ask'' documentation and small cleanup.
4714 ok markus@
6f37606e 4715 - stevesk@cvs.openbsd.org 2001/01/28 20:43:25
61e96248 4716 [sshd.8]
6f37606e 4717 spelling. ok markus@
95f4ccfb 4718 - stevesk@cvs.openbsd.org 2001/01/28 20:53:21
4719 [xmalloc.c]
4720 use size_t for strlen() return. ok markus@
6f37606e 4721 - stevesk@cvs.openbsd.org 2001/01/28 22:27:05
4722 [authfile.c]
4723 spelling. use sizeof vs. strlen(). ok markus@
9bd5b720 4724 - niklas@cvs.openbsd.org 2001/01/29 1:59:14
23c2a7a5 4725 [atomicio.h canohost.h clientloop.h deattack.h dh.h dispatch.h
4726 groupaccess.c groupaccess.h hmac.h hostfile.h includes.h kex.h
4727 key.h log.h login.h match.h misc.h myproposal.h nchan.ms pathnames.h
4728 radix.h readpass.h rijndael.h serverloop.h session.h sftp.h ssh-add.1
4729 ssh-dss.h ssh-keygen.1 ssh-keyscan.1 ssh-rsa.h ssh1.h ssh_config
4730 sshconnect.h sshd_config tildexpand.h uidswap.h uuencode.h]
4731 $OpenBSD$
b0e305c9 4732 - (bal) Minor auth2.c resync. Whitespace and moving of an #include.
cb9da0fc 4733
c9606e03 473420010126
61e96248 4735 - (bal) SSH_PROGRAM vs _PATH_SSH_PROGRAM fix pointed out by Roumen
c9606e03 4736 Petrov <roumen.petrov@skalasoft.com>
2f4b2e38 4737 - (bal) OpenBSD Sync
4738 - deraadt@cvs.openbsd.org 2001/01/25 8:06:33
4739 [ssh-agent.c]
4740 call _exit() in signal handler
c9606e03 4741
d7d5f0b2 474220010125
4743 - (djm) Sync bsd-* support files:
4744 - deraadt@cvs.openbsd.org 2000/01/26 03:43:20
4745 [rresvport.c bindresvport.c]
61e96248 4746 new bindresvport() semantics that itojun, shin, jean-luc and i have
d7d5f0b2 4747 agreed on, which will be happy for the future. bindresvport_sa() for
4748 sockaddr *, too. docs later..
4749 - deraadt@cvs.openbsd.org 2000/01/24 02:24:21
4750 [bindresvport.c]
61e96248 4751 in bindresvport(), if sin is non-NULL, example sin->sin_family for
d7d5f0b2 4752 the actual family being processed
e1dd3a7a 4753 - (djm) Mention PRNGd in documentation, it is nicer than EGD
4754 - (djm) Automatically search for "well-known" EGD/PRNGd sockets in autoconf
8080699b 4755 - (bal) AC_FUNC_STRFTIME added to autoconf
4ccb01d6 4756 - (bal) OpenBSD Resync
4757 - stevesk@cvs.openbsd.org 2001/01/24 21:03:50
4758 [channels.c]
4759 missing freeaddrinfo(); ok markus@
d7d5f0b2 4760
556eb464 476120010124
4762 - (bal) OpenBSD Resync
4763 - markus@cvs.openbsd.org 2001/01/23 10:45:10
4764 [ssh.h]
61e96248 4765 nuke comment
1aecda34 4766 - (bal) no 64bit support patch from Tim Rice <tim@multitalents.net>
4767 - (bal) #ifdef around S_IFSOCK if platform does not support it.
4768 patch by Tim Rice <tim@multitalents.net>
4769 - (bal) fake-regex.h cleanup based on Tim Rice's patch.
c33f0b36 4770 - (stevesk) sftp-server.c: fix chmod() mode mask
556eb464 4771
effa6591 477220010123
4773 - (bal) regexp.h typo in configure.in. Should have been regex.h
4774 - (bal) SSH_USER_DIR to _PATH_SSH_USER_DIR patch by stevesk@
61e96248 4775 - (bal) SSH_ASKPASS_DEFAULT to _PATH_SSH_ASKPASS_DEFAULT
53a24016 4776 - (bal) OpenBSD Resync
4777 - markus@cvs.openbsd.org 2001/01/22 8:15:00
4778 [auth-krb4.c sshconnect1.c]
4779 only AFS needs radix.[ch]
4780 - markus@cvs.openbsd.org 2001/01/22 8:32:53
4781 [auth2.c]
4782 no need to include; from mouring@etoh.eviladmin.org
4783 - stevesk@cvs.openbsd.org 2001/01/22 16:55:21
4784 [key.c]
4785 free() -> xfree(); ok markus@
4786 - stevesk@cvs.openbsd.org 2001/01/22 17:22:28
4787 [sshconnect2.c sshd.c]
4788 fix memory leaks in SSH2 key exchange; ok markus@
d464095c 4789 - markus@cvs.openbsd.org 2001/01/22 23:06:39
4790 [auth1.c auth2.c readconf.c readconf.h servconf.c servconf.h
4791 sshconnect1.c sshconnect2.c sshd.c]
4792 rename skey -> challenge response.
4793 auto-enable kbd-interactive for ssh2 if challenge-reponse is enabled.
53a24016 4794
effa6591 4795
42f11eb2 479620010122
4797 - (bal) OpenBSD Resync
4798 - markus@cvs.openbsd.org 2001/01/19 12:45:26 GMT 2001 by markus
4799 [servconf.c ssh.h sshd.c]
4800 only auth-chall.c needs #ifdef SKEY
4801 - markus@cvs.openbsd.org 2001/01/19 15:55:10 GMT 2001 by markus
4802 [auth-krb4.c auth-options.c auth-rh-rsa.c auth-rhosts.c auth-rsa.c
4803 auth1.c auth2.c channels.c clientloop.c dh.c dispatch.c nchan.c
4804 packet.c pathname.h readconf.c scp.c servconf.c serverloop.c
4805 session.c ssh-add.c ssh-keygen.c ssh-keyscan.c ssh.c ssh.h
4806 ssh1.h sshconnect1.c sshd.c ttymodes.c]
4807 move ssh1 definitions to ssh1.h, pathnames to pathnames.h
4808 - markus@cvs.openbsd.org 2001/01/19 16:48:14
4809 [sshd.8]
4810 fix typo; from stevesk@
4811 - markus@cvs.openbsd.org 2001/01/19 16:50:58
4812 [ssh-dss.c]
61e96248 4813 clear and free digest, make consistent with other code (use dlen); from
42f11eb2 4814 stevesk@
4815 - markus@cvs.openbsd.org 2001/01/20 15:55:20 GMT 2001 by markus
4816 [auth-options.c auth-options.h auth-rsa.c auth2.c]
4817 pass the filename to auth_parse_options()
61e96248 4818 - markus@cvs.openbsd.org 2001/01/20 17:59:40 GMT 2001
42f11eb2 4819 [readconf.c]
4820 fix SIGSEGV from -o ""; problem noted by jehsom@togetherweb.com
4821 - stevesk@cvs.openbsd.org 2001/01/20 18:20:29
4822 [sshconnect2.c]
4823 dh_new_group() does not return NULL. ok markus@
4824 - markus@cvs.openbsd.org 2001/01/20 21:33:42
4825 [ssh-add.c]
61e96248 4826 do not loop forever if askpass does not exist; from
42f11eb2 4827 andrew@pimlott.ne.mediaone.net
4828 - djm@cvs.openbsd.org 2001/01/20 23:00:56
4829 [servconf.c]
4830 Check for NULL return from strdelim; ok markus
4831 - djm@cvs.openbsd.org 2001/01/20 23:02:07
4832 [readconf.c]
4833 KNF; ok markus
4834 - jakob@cvs.openbsd.org 2001/01/21 9:00:33
4835 [ssh-keygen.1]
4836 remove -R flag; ok markus@
4837 - markus@cvs.openbsd.org 2001/01/21 19:05:40
4838 [atomicio.c automicio.h auth-chall.c auth-krb4.c auth-options.c
4839 auth-options.h auth-passwd.c auth-rh-rsa.c auth-rhosts.c auth-rsa.c
4840 auth.c auth.h auth1.c auth2-chall.c auth2.c authfd.c authfile.c
4841 bufaux.c bufaux.h buffer.c canahost.c canahost.h channels.c
4842 cipher.c cli.c clientloop.c clientloop.h compat.c compress.c
4843 deattack.c dh.c dispatch.c groupaccess.c hmac.c hostfile.c kex.c
4844 key.c key.h log-client.c log-server.c log.c log.h login.c login.h
4845 match.c misc.c misc.h nchan.c packet.c pty.c radix.h readconf.c
4846 readpass.c readpass.h rsa.c scp.c servconf.c serverloop.c serverloop.h
4847 session.c sftp-server.c ssh-add.c ssh-agent.c ssh-dss.c ssh-keygen.c
61e96248 4848 ssh-keyscan.c ssh-rsa.c ssh.c ssh.h sshconnect.c sshconnect.h
42f11eb2 4849 sshconnect1.c sshconnect2.c sshd.c tildexpand.c tildexpand.h
4850 ttysmodes.c uidswap.c xmalloc.c]
61e96248 4851 split ssh.h and try to cleanup the #include mess. remove unnecessary
42f11eb2 4852 #includes. rename util.[ch] -> misc.[ch]
4853 - (bal) renamed 'PIDDIR' to '_PATH_SSH_PIDDIR' to match OpenBSD tree
61e96248 4854 - (bal) Moved #ifdef KRB4 in auth-krb4.c above the #include to resolve
42f11eb2 4855 conflict when compiling for non-kerb install
4856 - (bal) removed the #ifdef SKEY in auth1.c to match Markus' changes
4857 on 1/19.
4858
6005a40c 485920010120
4860 - (bal) OpenBSD Resync
4861 - markus@cvs.openbsd.org 2001/01/19 12:45:26
4862 [ssh-chall.c servconf.c servconf.h ssh.h sshd.c]
4863 only auth-chall.c needs #ifdef SKEY
47af6577 4864 - (bal) Slight auth2-pam.c clean up.
4865 - (bal) Includes a fake-regexp.h to be only used if regcomp() is found,
4866 but no 'regexp.h' found (SCO OpenServer 3 lacks the header).
6005a40c 4867
922e6493 486820010119
4869 - (djm) Update versions in RPM specfiles
59c97189 4870 - (bal) OpenBSD Resync
4871 - markus@cvs.openbsd.org 2001/01/18 16:20:21
4872 [log-client.c log-server.c log.c readconf.c servconf.c ssh.1 ssh.h
4873 sshd.8 sshd.c]
61e96248 4874 log() is at pri=LOG_INFO, since LOG_NOTICE goes to /dev/console on many
59c97189 4875 systems
4876 - markus@cvs.openbsd.org 2001/01/18 16:59:59
4877 [auth-passwd.c auth.c auth.h auth1.c auth2.c serverloop.c session.c
4878 session.h sshconnect1.c]
4879 1) removes fake skey from sshd, since this will be much
4880 harder with /usr/libexec/auth/login_XXX
4881 2) share/unify code used in ssh-1 and ssh-2 authentication (server side)
4882 3) make addition of BSD_AUTH and other challenge reponse methods
4883 easier.
4884 - markus@cvs.openbsd.org 2001/01/18 17:12:43
4885 [auth-chall.c auth2-chall.c]
4886 rename *-skey.c *-chall.c since the files are not skey specific
04fc7a67 4887 - (djm) Merge patch from Tim Waugh (via Nalin Dahyabhai <nalin@redhat.com>)
4888 to fix NULL pointer deref and fake authloop breakage in PAM code.
f4ebf0e8 4889 - (bal) Updated contrib/cygwin/ by Corinna Vinschen <vinschen@redhat.com>
3c418020 4890 - (bal) Minor cygwin patch to auth1.c. Suggested by djm.
61e96248 4891
b5c334cc 489220010118
4893 - (bal) Super Sized OpenBSD Resync
4894 - markus@cvs.openbsd.org 2001/01/11 22:14:20 GMT 2001 by markus
4895 [sshd.c]
4896 maxfd+1
4897 - markus@cvs.openbsd.org 2001/01/13 17:59:18
4898 [ssh-keygen.1]
4899 small ssh-keygen manpage cleanup; stevesk@pobox.com
4900 - markus@cvs.openbsd.org 2001/01/13 18:03:07
4901 [scp.c ssh-keygen.c sshd.c]
4902 getopt() returns -1 not EOF; stevesk@pobox.com
4903 - markus@cvs.openbsd.org 2001/01/13 18:06:54
4904 [ssh-keyscan.c]
4905 use SSH_DEFAULT_PORT; from stevesk@pobox.com
4906 - markus@cvs.openbsd.org 2001/01/13 18:12:47
4907 [ssh-keyscan.c]
4908 free() -> xfree(); fix memory leak; from stevesk@pobox.com
4909 - markus@cvs.openbsd.org 2001/01/13 18:14:13
4910 [ssh-add.c]
4911 typo, from stevesk@sweden.hp.com
4912 - markus@cvs.openbsd.org 2001/01/13 18:32:50
61e96248 4913 [packet.c session.c ssh.c sshconnect.c sshd.c]
b5c334cc 4914 split out keepalive from packet_interactive (from dale@accentre.com)
4915 set IPTOS_LOWDELAY TCP_NODELAY IPTOS_THROUGHPUT for ssh2, too.
4916 - markus@cvs.openbsd.org 2001/01/13 18:36:45
4917 [packet.c packet.h]
4918 reorder, typo
4919 - markus@cvs.openbsd.org 2001/01/13 18:38:00
4920 [auth-options.c]
4921 fix comment
4922 - markus@cvs.openbsd.org 2001/01/13 18:43:31
4923 [session.c]
4924 Wall
61e96248 4925 - markus@cvs.openbsd.org 2001/01/13 19:14:08
b5c334cc 4926 [clientloop.h clientloop.c ssh.c]
4927 move callback to headerfile
4928 - markus@cvs.openbsd.org 2001/01/15 21:40:10
4929 [ssh.c]
4930 use log() instead of stderr
4931 - markus@cvs.openbsd.org 2001/01/15 21:43:51
4932 [dh.c]
4933 use error() not stderr!
4934 - markus@cvs.openbsd.org 2001/01/15 21:45:29
4935 [sftp-server.c]
4936 rename must fail if newpath exists, debug off by default
4937 - markus@cvs.openbsd.org 2001/01/15 21:46:38
4938 [sftp-server.c]
4939 readable long listing for sftp-server, ok deraadt@
4940 - markus@cvs.openbsd.org 2001/01/16 19:20:06
4941 [key.c ssh-rsa.c]
61e96248 4942 make "ssh-rsa" key format for ssh2 confirm to the ietf-drafts; from
4943 galb@vandyke.com. note that you have to delete older ssh2-rsa keys,
4944 since they are in the wrong format, too. they must be removed from
b5c334cc 4945 .ssh/authorized_keys2 and .ssh/known_hosts2, etc.
61e96248 4946 (cd; grep -v ssh-rsa .ssh/authorized_keys2 > TMP && mv TMP
4947 .ssh/authorized_keys2) additionally, we now check that
b5c334cc 4948 BN_num_bits(rsa->n) >= 768.
4949 - markus@cvs.openbsd.org 2001/01/16 20:54:27
4950 [sftp-server.c]
4951 remove some statics. simpler handles; idea from nisse@lysator.liu.se
4952 - deraadt@cvs.openbsd.org 2001/01/16 23:58:08
4953 [bufaux.c radix.c sshconnect.h sshconnect1.c]
4954 indent
4955 - (bal) Added bsd-strmode.[ch] since some non-OpenBSD platforms may
4956 be missing such feature.
4957
61e96248 4958
52ce34a2 495920010117
4960 - (djm) Only write random seed file at exit
717057b6 4961 - (djm) Make PAM support optional, enable with --with-pam
61e96248 4962 - (djm) Try to use libcrypt on Linux, but link it after OpenSSL (which
717057b6 4963 provides a crypt() of its own)
4964 - (djm) Avoid a warning in bsd-bindresvport.c
4965 - (djm) Try to avoid adding -I/usr/include to CPPFLAGS during SSL tests. This
61e96248 4966 can cause weird segfaults errors on Solaris
8694a1ce 4967 - (djm) Avoid warning in PAM code by making read_passphrase arguments const
d748039d 4968 - (djm) Add --with-pam to RPM spec files
52ce34a2 4969
2fd3c144 497020010115
4971 - (bal) sftp-server.c change to use chmod() if fchmod() does not exist.
89c7e31c 4972 - (bal) utimes() support via utime() interface on machine that lack utimes().
2fd3c144 4973
63b68889 497420010114
4975 - (stevesk) initial work for OpenBSD "support supplementary group in
4976 {Allow,Deny}Groups" patch:
4977 - import getgrouplist.c from OpenBSD (bsd-getgrouplist.c)
4978 - add bsd-getgrouplist.h
4979 - new files groupaccess.[ch]
4980 - build but don't use yet (need to merge auth.c changes)
c6a69271 4981 - (stevesk) complete:
4982 - markus@cvs.openbsd.org 2001/01/13 11:56:48
4983 [auth.c sshd.8]
4984 support supplementary group in {Allow,Deny}Groups
4985 from stevesk@pobox.com
61e96248 4986
f546c780 498720010112
4988 - (bal) OpenBSD Sync
4989 - markus@cvs.openbsd.org 2001/01/10 22:56:22
4990 [bufaux.h bufaux.c sftp-server.c sftp.h getput.h]
4991 cleanup sftp-server implementation:
547519f0 4992 add buffer_get_int64, buffer_put_int64, GET_64BIT, PUT_64BIT
4993 parse SSH2_FILEXFER_ATTR_EXTENDED
4994 send SSH2_FX_EOF if readdir returns no more entries
4995 reply to SSH2_FXP_EXTENDED message
4996 use #defines from the draft
4997 move #definations to sftp.h
f546c780 4998 more info:
61e96248 4999 http://www.ietf.org/internet-drafts/draft-ietf-secsh-filexfer-00.txt
f546c780 5000 - markus@cvs.openbsd.org 2001/01/10 19:43:20
5001 [sshd.c]
5002 XXX - generate_empheral_server_key() is not safe against races,
61e96248 5003 because it calls log()
f546c780 5004 - markus@cvs.openbsd.org 2001/01/09 21:19:50
5005 [packet.c]
5006 allow TCP_NDELAY for ipv6; from netbsd via itojun@
5007
9548d6c8 500820010110
5009 - (djm) SNI/Reliant Unix needs USE_PIPES and $DISPLAY hack. Report from
5010 Bladt Norbert <Norbert.Bladt@adi.ch>
5011
af972861 501220010109
5013 - (bal) Resync CVS ID of cli.c
4b80e97b 5014 - (stevesk) auth1.c: free should be after WITH_AIXAUTHENTICATE
5015 code.
eea39c02 5016 - (bal) OpenBSD Sync
5017 - markus@cvs.openbsd.org 2001/01/08 22:29:05
5018 [auth2.c compat.c compat.h servconf.c servconf.h sshd.8
5019 sshd_config version.h]
5020 implement option 'Banner /etc/issue.net' for ssh2, move version to
5021 2.3.1 (needed for bugcompat detection, 2.3.0 would fail if Banner
5022 is enabled).
5023 - markus@cvs.openbsd.org 2001/01/08 22:03:23
5024 [channels.c ssh-keyscan.c]
5025 O_NDELAY -> O_NONBLOCK; thanks stevesk@pobox.com
5026 - markus@cvs.openbsd.org 2001/01/08 21:55:41
5027 [sshconnect1.c]
5028 more cleanups and fixes from stevesk@pobox.com:
5029 1) try_agent_authentication() for loop will overwrite key just
5030 allocated with key_new(); don't alloc
5031 2) call ssh_close_authentication_connection() before exit
5032 try_agent_authentication()
5033 3) free mem on bad passphrase in try_rsa_authentication()
5034 - markus@cvs.openbsd.org 2001/01/08 21:48:17
5035 [kex.c]
5036 missing free; thanks stevesk@pobox.com
f1c4659d 5037 - (bal) Detect if clock_t structure exists, if not define it.
5038 - (bal) Detect if O_NONBLOCK exists, if not define it.
5039 - (bal) removed news4-posix.h (now empty)
5040 - (bal) changed bsd-bindresvport.c and bsd-rresvport.c to use 'socklen_t'
5041 instead of 'int'
adc83ebf 5042 - (stevesk) sshd_config: sync
4f771a33 5043 - (stevesk) defines.h: remove spurious ``;''
af972861 5044
bbcf899f 504520010108
5046 - (bal) Fixed another typo in cli.c
5047 - (bal) OpenBSD Sync
5048 - markus@cvs.openbsd.org 2001/01/07 21:26:55
5049 [cli.c]
5050 typo
5051 - markus@cvs.openbsd.org 2001/01/07 21:26:55
5052 [cli.c]
5053 missing free, stevesk@pobox.com
5054 - markus@cvs.openbsd.org 2001/01/07 19:06:25
5055 [auth1.c]
5056 missing free, stevesk@pobox.com
5057 - markus@cvs.openbsd.org 2001/01/07 11:28:04
5058 [log-client.c log-server.c log.c readconf.c servconf.c ssh.1
5059 ssh.h sshd.8 sshd.c]
5060 rename SYSLOG_LEVEL_INFO->SYSLOG_LEVEL_NOTICE
5061 syslog priority changes:
5062 fatal() LOG_ERR -> LOG_CRIT
5063 log() LOG_INFO -> LOG_NOTICE
b8c37305 5064 - Updated TODO
bbcf899f 5065
9616313f 506620010107
5067 - (bal) OpenBSD Sync
5068 - markus@cvs.openbsd.org 2001/01/06 11:23:27
5069 [ssh-rsa.c]
5070 remove unused
5071 - itojun@cvs.openbsd.org 2001/01/05 08:23:29
5072 [ssh-keyscan.1]
5073 missing .El
5074 - markus@cvs.openbsd.org 2001/01/04 22:41:03
5075 [session.c sshconnect.c]
5076 consistent use of _PATH_BSHELL; from stevesk@pobox.com
5077 - djm@cvs.openbsd.org 2001/01/04 22:35:32
5078 [ssh.1 sshd.8]
5079 Mention AES as available SSH2 Cipher; ok markus
5080 - markus@cvs.openbsd.org 2001/01/04 22:25:58
5081 [sshd.c]
5082 sync usage()/man with defaults; from stevesk@pobox.com
5083 - markus@cvs.openbsd.org 2001/01/04 22:21:26
5084 [sshconnect2.c]
5085 handle SSH2_MSG_USERAUTH_BANNER; fixes bug when connecting to a server
5086 that prints a banner (e.g. /etc/issue.net)
61e96248 5087
1877dc0c 508820010105
5089 - (bal) contrib/caldera/ provided by Tim Rice <tim@multitalents.net>
5a64a938 5090 - (bal) bsd-getcwd.c and bsd-setenv.c changed from bcopy() to memmove()
1877dc0c 5091
488c06c8 509220010104
5093 - (djm) Fix memory leak on systems with BROKEN_GETADDRINFO. Based on
5094 work by Chris Vaughan <vaughan99@yahoo.com>
5095
7c49df64 509620010103
5097 - (bal) fixed up sshconnect.c so it was closer inline with the OpenBSD
5098 tree (mainly positioning)
5099 - (bal) OpenSSH CVS Update
5100 - markus@cvs.openbsd.org 2001/01/02 20:41:02
5101 [packet.c]
5102 log remote ip on disconnect; PR 1600 from jcs@rt.fm
5103 - markus@cvs.openbsd.org 2001/01/02 20:50:56
5104 [sshconnect.c]
61e96248 5105 strict_host_key_checking for host_status != HOST_CHANGED &&
7c49df64 5106 ip_status == HOST_CHANGED
61e96248 5107 - (bal) authfile.c: Synced CVS ID tag
2c523de9 5108 - (bal) UnixWare 2.0 fixes by Tim Rice <tim@multitalents.net>
5109 - (bal) Disable sftp-server if no 64bit int support exists. Based on
5110 patch by Tim Rice <tim@multitalents.net>
5111 - (bal) Makefile.in changes to uninstall: target to remove sftp-server
5112 and sftp-server.8 manpage.
7c49df64 5113
a421e945 511420010102
5115 - (bal) OpenBSD CVS Update
5116 - markus@cvs.openbsd.org 2001/01/01 14:52:49
5117 [scp.c]
5118 use shared fatal(); from stevesk@pobox.com
5119
0efc80a7 512020001231
5121 - (bal) Reverted out of MAXHOSTNAMELEN. This should be set per OS.
5122 for multiple reasons.
b1335fdf 5123 - (bal) Reverted out of a partial NeXT patch.
0efc80a7 5124
efcae5b1 512520001230
5126 - (bal) OpenBSD CVS Update
5127 - markus@cvs.openbsd.org 2000/12/28 18:58:30
5128 [ssh-keygen.c]
5129 enable 'ssh-keygen -l -f ~/.ssh/{authorized_keys,known_hosts}{,2}
b148018f 5130 - markus@cvs.openbsd.org 2000/12/29 22:19:13
5131 [channels.c]
5132 missing xfree; from vaughan99@yahoo.com
efcae5b1 5133 - (bal) Resynced CVS ID with OpenBSD for channel.c and uidswap.c
03a14cc9 5134 - (bal) if no MAXHOSTNAMELEN is defined. Default to 64 character defination.
34665bf7 5135 Suggested by Christian Kurz <shorty@debian.org>
cb6dabf4 5136 - (bal) Add in '.c.o' section to Makefile.in to address make programs that
61e96248 5137 don't honor CPPFLAGS by default. Suggested by Lutz Jaenicke
cb6dabf4 5138 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
0dd78cd8 5139
514020001229
61e96248 5141 - (bal) Fixed spelling of 'authorized_keys' in ssh-copy-id.1 by Christian
34665bf7 5142 Kurz <shorty@debian.org>
8abcdba4 5143 - (bal) OpenBSD CVS Update
5144 - markus@cvs.openbsd.org 2000/12/28 14:25:51
5145 [auth.h auth2.c]
5146 count authentication failures only
5147 - markus@cvs.openbsd.org 2000/12/28 14:25:03
5148 [sshconnect.c]
5149 fingerprint for MITM attacks, too.
5150 - markus@cvs.openbsd.org 2000/12/28 12:03:57
5151 [sshd.8 sshd.c]
5152 document -D
5153 - markus@cvs.openbsd.org 2000/12/27 14:19:21
5154 [serverloop.c]
5155 less chatty
5156 - markus@cvs.openbsd.org 2000/12/27 12:34
5157 [auth1.c sshconnect2.c sshd.c]
5158 typo
5159 - markus@cvs.openbsd.org 2000/12/27 12:30:19
5160 [readconf.c readconf.h ssh.1 sshconnect.c]
5161 new option: HostKeyAlias: allow the user to record the host key
5162 under a different name. This is useful for ssh tunneling over
5163 forwarded connections or if you run multiple sshd's on different
5164 ports on the same machine.
5165 - markus@cvs.openbsd.org 2000/12/27 11:51:53
5166 [ssh.1 ssh.c]
5167 multiple -t force pty allocation, document ORIGINAL_COMMAND
5168 - markus@cvs.openbsd.org 2000/12/27 11:41:31
5169 [sshd.8]
5170 update for ssh-2
c52c7082 5171 - (stevesk) compress.[ch] sync with openbsd; missed in prototype
5172 fix merge.
0dd78cd8 5173
8f523d67 517420001228
5175 - (bal) Patch to add libutil.h to loginrec.c only if the platform has
5176 libutil.h. Suggested by Pekka Savola <pekka@netcore.fi>
9fb76616 5177 - (djm) Update to new x11-askpass in RPM spec
0dd78cd8 5178 - (bal) SCO patch to not include <sys/queue.h> since it's unrelated
5179 header. Patch by Tim Rice <tim@multitalents.net>
5180 - Updated TODO w/ known HP/UX issue
5181 - (bal) removed extra <netdb.h> noticed by Kevin Steves and removed the
5182 bad reference to 'NeXT including it else were' on the #ifdef version.
8f523d67 5183
b03bd394 518420001227
61e96248 5185 - (bal) Typo in configure.in: entut?ent should be endut?ent. Suggested by
b03bd394 5186 Takumi Yamane <yamtak@b-session.com>
5187 - (bal) Checks for getrlimit(), sysconf(), and setdtablesize(). Patch
8f523d67 5188 by Corinna Vinschen <vinschen@redhat.com>
5189 - (djm) Fix catman-do target for non-bash
61e96248 5190 - (bal) Typo in configure.in: entut?ent should be endut?ent. Suggested by
8f523d67 5191 Takumi Yamane <yamtak@b-session.com>
5192 - (bal) Checks for getrlimit(), sysconf(), and setdtablesize(). Patch
b03bd394 5193 by Corinna Vinschen <vinschen@redhat.com>
13991f8e 5194 - (djm) Fix catman-do target for non-bash
61e96248 5195 - (bal) Fixed NeXT's lack of CPPFLAGS honoring.
5196 - (bal) ssh-keyscan.c: NeXT (and older BSDs) don't support getrlimit() w/
f318b98b 5197 'RLIMIT_NOFILE'
61e96248 5198 - (djm) Remove *.Ylonen files. They are no longer in the OpenBSD tree,
5199 the info in COPYING.Ylonen has been moved to the start of each
3bdf55b1 5200 SSH1-derived file and README.Ylonen is well out of date.
b03bd394 5201
8d88011e 520220001223
5203 - (bal) Fixed Makefile.in to support recompile of all ssh and sshd objects
5204 if a change to config.h has occurred. Suggested by Gert Doering
5205 <gert@greenie.muc.de>
5206 - (bal) OpenBSD CVS Update:
5207 - markus@cvs.openbsd.org 2000/12/22 16:49:40
5208 [ssh-keygen.c]
5209 fix ssh-keygen -x -t type > file; from Roumen.Petrov@skalasoft.com
5210
1e3b8b07 521120001222
5212 - Updated RCSID for pty.c
5213 - (bal) OpenBSD CVS Updates:
5214 - markus@cvs.openbsd.org 2000/12/21 15:10:16
5215 [auth-rh-rsa.c hostfile.c hostfile.h sshconnect.c]
5216 print keyfile:line for changed hostkeys, for deraadt@, ok deraadt@
5217 - markus@cvs.openbsd.org 2000/12/20 19:26:56
5218 [authfile.c]
5219 allow ssh -i userkey for root
5220 - markus@cvs.openbsd.org 2000/12/20 19:37:21
5221 [authfd.c authfd.h kex.c sshconnect2.c sshd.c uidswap.c uidswap.h]
5222 fix prototypes; from stevesk@pobox.com
5223 - markus@cvs.openbsd.org 2000/12/20 19:32:08
5224 [sshd.c]
5225 init pointer to NULL; report from Jan.Ivan@cern.ch
5226 - markus@cvs.openbsd.org 2000/12/19 23:17:54
5227 [auth-krb4.c auth-options.c auth-options.h auth-rhosts.c auth-rsa.c
5228 auth1.c auth2-skey.c auth2.c authfd.c authfd.h authfile.c bufaux.c
5229 bufaux.h buffer.c canohost.c channels.c clientloop.c compress.c
5230 crc32.c deattack.c getput.h hmac.c hmac.h hostfile.c kex.c kex.h
5231 key.c key.h log.c login.c match.c match.h mpaux.c mpaux.h packet.c
5232 packet.h radix.c readconf.c rsa.c scp.c servconf.c servconf.h
5233 serverloop.c session.c sftp-server.c ssh-agent.c ssh-dss.c ssh-dss.h
5234 ssh-keygen.c ssh-keyscan.c ssh-rsa.c ssh-rsa.h ssh.c ssh.h uuencode.c
5235 uuencode.h sshconnect1.c sshconnect2.c sshd.c tildexpand.c]
5236 replace 'unsigned bla' with 'u_bla' everywhere. also replace 'char
5237 unsigned' with u_char.
5238
67b0facb 523920001221
5240 - (stevesk) OpenBSD CVS updates:
5241 - markus@cvs.openbsd.org 2000/12/19 15:43:45
5242 [authfile.c channels.c sftp-server.c ssh-agent.c]
5243 remove() -> unlink() for consistency
5244 - markus@cvs.openbsd.org 2000/12/19 15:48:09
5245 [ssh-keyscan.c]
5246 replace <ssl/x.h> with <openssl/x.h>
5247 - markus@cvs.openbsd.org 2000/12/17 02:33:40
5248 [uidswap.c]
5249 typo; from wsanchez@apple.com
61e96248 5250
adeebd37 525120001220
61e96248 5252 - (djm) Workaround PAM inconsistencies between Solaris derived PAM code
adeebd37 5253 and Linux-PAM. Based on report and fix from Andrew Morgan
5254 <morgan@transmeta.com>
5255
f072c47a 525620001218
5257 - (stevesk) rsa.c: entropy.h not needed.
0c2fb82f 5258 - (bal) split CFLAGS into CFLAGS and CPPFLAGS in configure.in and Makefile.
5259 Suggested by Wilfredo Sanchez <wsanchez@apple.com>
f072c47a 5260
731c1541 526120001216
5262 - (stevesk) OpenBSD CVS updates:
5263 - markus@cvs.openbsd.org 2000/12/16 02:53:57
5264 [scp.c]
5265 allow + in usernames; request from Florian.Weimer@RUS.Uni-Stuttgart.DE
5266 - markus@cvs.openbsd.org 2000/12/16 02:39:57
5267 [scp.c]
5268 unused; from stevesk@pobox.com
5269
227e8e86 527020001215
9853409f 5271 - (stevesk) Old OpenBSD patch wasn't completely applied:
5272 - markus@cvs.openbsd.org 2000/01/24 22:11:20
5273 [scp.c]
5274 allow '.' in usernames; from jedgar@fxp.org
227e8e86 5275 - (stevesk) OpenBSD CVS updates:
5276 - markus@cvs.openbsd.org 2000/12/13 16:26:53
5277 [ssh-keyscan.c]
5278 fatal already adds \n; from stevesk@pobox.com
5279 - markus@cvs.openbsd.org 2000/12/13 16:25:44
5280 [ssh-agent.c]
5281 remove redundant spaces; from stevesk@pobox.com
5282 - ho@cvs.openbsd.org 2000/12/12 15:50:21
5283 [pty.c]
5284 When failing to set tty owner and mode on a read-only filesystem, don't
5285 abort if the tty already has correct owner and reasonably sane modes.
5286 Example; permit 'root' to login to a firewall with read-only root fs.
5287 (markus@ ok)
5288 - deraadt@cvs.openbsd.org 2000/12/13 06:36:05
5289 [pty.c]
5290 KNF
6ffc9c88 5291 - markus@cvs.openbsd.org 2000/12/12 14:45:21
5292 [sshd.c]
5293 source port < 1024 is no longer required for rhosts-rsa since it
5294 adds no additional security.
5295 - markus@cvs.openbsd.org 2000/12/12 16:11:49
5296 [ssh.1 ssh.c]
5297 rhosts-rsa is no longer automagically disabled if ssh is not privileged.
5298 UsePrivilegedPort=no disables rhosts-rsa _only_ for old servers.
5299 these changes should not change the visible default behaviour of the ssh client.
71c0d06a 5300 - deraadt@cvs.openbsd.org 2000/12/11 10:27:33
5301 [scp.c]
5302 when copying 0-sized files, do not re-print ETA time at completion
3e1caa83 5303 - provos@cvs.openbsd.org 2000/12/15 10:30:15
5304 [kex.c kex.h sshconnect2.c sshd.c]
5305 compute diffie-hellman in parallel between server and client. okay markus@
227e8e86 5306
6c935fbd 530720001213
5308 - (djm) Make sure we reset the SIGPIPE disposition after we fork. Report
5309 from Andreas M. Kirchwitz <amk@krell.zikzak.de>
227e8e86 5310 - (stevesk) OpenBSD CVS update:
1fe6a48f 5311 - markus@cvs.openbsd.org 2000/12/12 15:30:02
5312 [ssh-keyscan.c ssh.c sshd.c]
61e96248 5313 consistently use __progname; from stevesk@pobox.com
6c935fbd 5314
367d1840 531520001211
5316 - (bal) Applied patch to include ssh-keyscan into Redhat's package, and
5317 patch to install ssh-keyscan manpage. Patch by Pekka Savola
5318 <pekka@netcore.fi>
e3a70753 5319 - (bal) OpenbSD CVS update
5320 - markus@cvs.openbsd.org 2000/12/10 17:01:53
5321 [sshconnect1.c]
5322 always request new challenge for skey/tis-auth, fixes interop with
5323 other implementations; report from roth@feep.net
367d1840 5324
6b523bae 532520001210
5326 - (bal) OpenBSD CVS updates
61e96248 5327 - markus@cvs.openbsd.org 2000/12/09 13:41:51
6b523bae 5328 [cipher.c cipher.h rijndael.c rijndael.h rijndael_boxes.h]
5329 undo rijndael changes
61e96248 5330 - markus@cvs.openbsd.org 2000/12/09 13:48:31
6b523bae 5331 [rijndael.c]
5332 fix byte order bug w/o introducing new implementation
61e96248 5333 - markus@cvs.openbsd.org 2000/12/09 14:08:27
6b523bae 5334 [sftp-server.c]
5335 "" -> "." for realpath; from vinschen@redhat.com
61e96248 5336 - markus@cvs.openbsd.org 2000/12/09 14:06:54
6b523bae 5337 [ssh-agent.c]
5338 extern int optind; from stevesk@sweden.hp.com
13af0aa2 5339 - provos@cvs.openbsd.org 2000/12/09 23:51:11
5340 [compat.c]
5341 remove unnecessary '\n'
6b523bae 5342
ce9c0b75 534320001209
6b523bae 5344 - (bal) OpenBSD CVS updates:
61e96248 5345 - djm@cvs.openbsd.org 2000/12/07 4:24:59
ce9c0b75 5346 [ssh.1]
5347 Typo fix from Wilfredo Sanchez <wsanchez@apple.com>; ok theo
5348
f72fc97f 534920001207
6b523bae 5350 - (bal) OpenBSD CVS updates:
61e96248 5351 - markus@cvs.openbsd.org 2000/12/06 22:58:14
f72fc97f 5352 [compat.c compat.h packet.c]
5353 disable debug messages for ssh.com/f-secure 2.0.1x, 2.1.0
dfe89252 5354 - markus@cvs.openbsd.org 2000/12/06 23:10:39
5355 [rijndael.c]
5356 unexpand(1)
61e96248 5357 - markus@cvs.openbsd.org 2000/12/06 23:05:43
dfe89252 5358 [cipher.c cipher.h rijndael.c rijndael.h rijndael_boxes.h]
5359 new rijndael implementation. fixes endian bugs
f72fc97f 5360
97fb6912 536120001206
6b523bae 5362 - (bal) OpenBSD CVS updates:
97fb6912 5363 - markus@cvs.openbsd.org 2000/12/05 20:34:09
5364 [channels.c channels.h clientloop.c serverloop.c]
5365 async connects for -R/-L; ok deraadt@
5366 - todd@cvs.openssh.org 2000/12/05 16:47:28
5367 [sshd.c]
5368 tweak comment to reflect real location of pid file; ok provos@
bf5f69f7 5369 - (stevesk) Import <sys/queue.h> from OpenBSD for systems that don't
5370 have it (used in ssh-keyscan).
227e8e86 5371 - (stevesk) OpenBSD CVS update:
f20255cb 5372 - markus@cvs.openbsd.org 2000/12/06 19:57:48
5373 [ssh-keyscan.c]
5374 err(3) -> internal error(), from stevesk@sweden.hp.com
97fb6912 5375
f6fdbddf 537620001205
6b523bae 5377 - (bal) OpenBSD CVS updates:
f6fdbddf 5378 - markus@cvs.openbsd.org 2000/12/04 19:24:02
5379 [ssh-keyscan.c ssh-keyscan.1]
5380 David Maziere's ssh-keyscan, ok niels@
5381 - (bal) Updated Makefile.in to include ssh-keyscan that was just added
5382 to the recent OpenBSD source tree.
835d2104 5383 - (stevesk) fix typos in contrib/hpux/README
f6fdbddf 5384
cbc5abf9 538520001204
5386 - (bal) More C functions defined in NeXT that are unaccessable without
61e96248 5387 defining -POSIX.
5388 - (bal) OpenBSD CVS updates:
5389 - markus@cvs.openbsd.org 2000/12/03 11:29:04
cbc5abf9 5390 [compat.c]
5391 remove fallback to SSH_BUG_HMAC now that the drafts are updated
5392 - markus@cvs.openbsd.org 2000/12/03 11:27:55
5393 [compat.c]
61e96248 5394 correctly match "2.1.0.pl2 SSH" etc; from
97fb6912 5395 pekkas@netcore.fi/bugzilla.redhat
cbc5abf9 5396 - markus@cvs.openbsd.org 2000/12/03 11:15:03
5397 [auth2.c compat.c compat.h sshconnect2.c]
5398 support f-secure/ssh.com 2.0.12; ok niels@
5399
0b6fbf03 540020001203
cbc5abf9 5401 - (bal) OpenBSD CVS updates:
0b6fbf03 5402 - markus@cvs.openbsd.org 2000/11/30 22:54:31
5403 [channels.c]
61e96248 5404 debug->warn if tried to do -R style fwd w/o client requesting this;
0b6fbf03 5405 ok neils@
5406 - markus@cvs.openbsd.org 2000/11/29 20:39:17
5407 [cipher.c]
5408 des_cbc_encrypt -> des_ncbc_encrypt since it already updates the IV
5409 - markus@cvs.openbsd.org 2000/11/30 18:33:05
5410 [ssh-agent.c]
5411 agents must not dump core, ok niels@
61e96248 5412 - markus@cvs.openbsd.org 2000/11/30 07:04:02
0b6fbf03 5413 [ssh.1]
5414 T is for both protocols
5415 - markus@cvs.openbsd.org 2000/12/01 00:00:51
5416 [ssh.1]
5417 typo; from green@FreeBSD.org
5418 - markus@cvs.openbsd.org 2000/11/30 07:02:35
5419 [ssh.c]
5420 check -T before isatty()
5421 - provos@cvs.openbsd.org 2000/11/29 13:51:27
5422 [sshconnect.c]
61e96248 5423 show IP address and hostname when new key is encountered. okay markus@
0b6fbf03 5424 - markus@cvs.openbsd.org 2000/11/30 22:53:35
5425 [sshconnect.c]
5426 disable agent/x11/port fwding if hostkey has changed; ok niels@
5427 - marksu@cvs.openbsd.org 2000/11/29 21:11:59
5428 [sshd.c]
5429 sshd -D, startup w/o deamon(), for monitoring scripts or inittab;
5430 from handler@sub-rosa.com and eric@urbanrange.com; ok niels@
8c9fe09e 5431 - (djm) Added patch from Nalin Dahyabhai <nalin@redhat.com> to enable
5432 PAM authentication using KbdInteractive.
5433 - (djm) Added another TODO
0b6fbf03 5434
90f4078a 543520001202
5436 - (bal) Backed out of part of Alain St-Denis' loginrec.c patch.
61e96248 5437 - (bal) Irix need some sort of mansubdir, patch by Michael Stone
90f4078a 5438 <mstone@cs.loyola.edu>
5439
dcef6523 544020001129
7062c40f 5441 - (djm) Back out all the serverloop.c hacks. sshd will now hang again
5442 if there are background children with open fds.
c193d002 5443 - (djm) bsd-rresvport.c bzero -> memset
61e96248 5444 - (djm) Don't fail in defines.h on absence of 64 bit types (we will
c193d002 5445 still fail during compilation of sftp-server).
5446 - (djm) Fail if ar is not found during configure
c523303b 5447 - (djm) OpenBSD CVS updates:
5448 - provos@cvs.openbsd.org 2000/11/22 08:38:31
5449 [sshd.8]
5450 talk about /etc/primes, okay markus@
5451 - markus@cvs.openbsd.org 2000/11/23 14:03:48
5452 [ssh.c sshconnect1.c sshconnect2.c]
5453 complain about invalid ciphers for ssh1/ssh2, fall back to reasonable
5454 defaults
5455 - markus@cvs.openbsd.org 2000/11/25 09:42:53
5456 [sshconnect1.c]
5457 reorder check for illegal ciphers, bugreport from espie@
5458 - markus@cvs.openbsd.org 2000/11/25 10:19:34
5459 [ssh-keygen.c ssh.h]
5460 print keytype when generating a key.
5461 reasonable defaults for RSA1/RSA/DSA keys.
b3ec54b4 5462 - (djm) Patch from Pekka Savola <Pekka.Savola@netcore.fi> to include a few
5463 more manpage paths in fixpaths calls
5464 - (djm) Also add xauth path at Pekka's suggestion.
57ce3f00 5465 - (djm) Add Redhat RPM patch for AUTHPRIV SyslogFacility
dcef6523 5466
e879a080 546720001125
5468 - (djm) Give up privs when reading seed file
5469
d343d900 547020001123
5471 - (bal) Merge OpenBSD changes:
5472 - markus@cvs.openbsd.org 2000/11/15 22:31:36
5473 [auth-options.c]
61e96248 5474 case insensitive key options; from stevesk@sweeden.hp.com
d343d900 5475 - markus@cvs.openbsd.org 2000/11/16 17:55:43
5476 [dh.c]
5477 do not use perror() in sshd, after child is forked()
5478 - markus@cvs.openbsd.org 2000/11/14 23:42:40
5479 [auth-rsa.c]
5480 parse option only if key matches; fix some confusing seen by the client
5481 - markus@cvs.openbsd.org 2000/11/14 23:44:19
5482 [session.c]
5483 check no_agent_forward_flag for ssh-2, too
5484 - markus@cvs.openbsd.org 2000/11/15
5485 [ssh-agent.1]
5486 reorder SYNOPSIS; typo, use .It
5487 - markus@cvs.openbsd.org 2000/11/14 23:48:55
5488 [ssh-agent.c]
5489 do not reorder keys if a key is removed
5490 - markus@cvs.openbsd.org 2000/11/15 19:58:08
5491 [ssh.c]
61e96248 5492 just ignore non existing user keys
d343d900 5493 - millert@cvs.openbsd.org 200/11/15 20:24:43
5494 [ssh-keygen.c]
5495 Add missing \n at end of error message.
5496
0b49a754 549720001122
5498 - (bal) Minor patch to ensure platforms lacking IRIX job limit supports
5499 are compilable.
5500 - (bal) Updated TODO as of 11/18/2000 with known things to resolve.
5501
fab2e5d3 550220001117
5503 - (bal) Changed from 'primes' to 'primes.out' for consistancy sake. It
5504 has no affect the output. Patch by Corinna Vinschen <vinschen@redhat.com>
61e96248 5505 - (stevesk) Reworked progname support.
260d427b 5506 - (bal) Misplaced #include "includes.h" in bsd-setproctitle.c. Patch by
5507 Shinichi Maruyama <marya@st.jip.co.jp>
fab2e5d3 5508
c2207f11 550920001116
5510 - (bal) Added in MAXSYMLINK test in bsd-realpath.c. Required for some SCO
5511 releases.
5512 - (bal) Make builds work outside of source tree. Patch by Mark D. Roth
5513 <roth@feep.net>
5514
3d398e04 551520001113
61e96248 5516 - (djm) Add pointer to http://www.imasy.or.jp/~gotoh/connect.c to
3d398e04 5517 contrib/README
fa08c86b 5518 - (djm) Merge OpenBSD changes:
5519 - markus@cvs.openbsd.org 2000/11/06 16:04:56
5520 [channels.c channels.h clientloop.c nchan.c serverloop.c]
5521 [session.c ssh.c]
5522 agent forwarding and -R for ssh2, based on work from
5523 jhuuskon@messi.uku.fi
5524 - markus@cvs.openbsd.org 2000/11/06 16:13:27
5525 [ssh.c sshconnect.c sshd.c]
5526 do not disabled rhosts(rsa) if server port > 1024; from
5527 pekkas@netcore.fi
5528 - markus@cvs.openbsd.org 2000/11/06 16:16:35
5529 [sshconnect.c]
5530 downgrade client to 1.3 if server is 1.4; help from mdb@juniper.net
5531 - markus@cvs.openbsd.org 2000/11/09 18:04:40
5532 [auth1.c]
5533 typo; from mouring@pconline.com
5534 - markus@cvs.openbsd.org 2000/11/12 12:03:28
5535 [ssh-agent.c]
5536 off-by-one when removing a key from the agent
5537 - markus@cvs.openbsd.org 2000/11/12 12:50:39
5538 [auth-rh-rsa.c auth2.c authfd.c authfd.h]
5539 [authfile.c hostfile.c kex.c kex.h key.c key.h myproposal.h]
5540 [readconf.c readconf.h rsa.c rsa.h servconf.c servconf.h ssh-add.c]
5541 [ssh-agent.c ssh-keygen.1 ssh-keygen.c ssh.1 ssh.c ssh_config]
5542 [sshconnect1.c sshconnect2.c sshd.8 sshd.c sshd_config ssh-dss.c]
61e96248 5543 [ssh-dss.h ssh-rsa.c ssh-rsa.h dsa.c dsa.h]
fa08c86b 5544 add support for RSA to SSH2. please test.
5545 there are now 3 types of keys: RSA1 is used by ssh-1 only,
5546 RSA and DSA are used by SSH2.
5547 you can use 'ssh-keygen -t rsa -f ssh2_rsa_file' to generate RSA
5548 keys for SSH2 and use the RSA keys for hostkeys or for user keys.
5549 SSH2 RSA or DSA keys are added to .ssh/authorised_keys2 as before.
5550 - (djm) Fix up Makefile and Redhat init script to create RSA host keys
f001465f 5551 - (djm) Change to interim version
5733a41a 5552 - (djm) Fix RPM spec file stupidity
6fff1ac4 5553 - (djm) fixpaths to DSA and RSA keys too
3d398e04 5554
d287c664 555520001112
5556 - (bal) SCO Patch to add needed libraries for configure.in. Patch by
5557 Phillips Porch <root@theporch.com>
3d398e04 5558 - (bal) IRIX patch to adding Job Limits. Patch by Denis Parker
5559 <dcp@sgi.com>
a3bf38d0 5560 - (stevesk) pty.c: HP-UX 10 and 11 don't define TIOCSCTTY. Add error() to
5561 failed ioctl(TIOCSCTTY) call.
d287c664 5562
3c4d4fef 556320001111
5564 - (djm) Added /etc/primes for kex DH group neg, fixup Makefile.in and
5565 packaging files
35325fd4 5566 - (djm) Fix new Makefile.in warnings
61e96248 5567 - (djm) Fix vsprintf("%h") in bsd-snprintf.c, short int va_args are
5568 promoted to type int. Report and fix from Dan Astoorian
027bf205 5569 <djast@cs.toronto.edu>
61e96248 5570 - (djm) Hardwire sysconfdir in RPM spec files as some RPM versions get
e3291159 5571 it wrong. Report from Bennett Todd <bet@rahul.net>
3c4d4fef 5572
3e366738 557320001110
5574 - (bal) Fixed dropped answer from skey_keyinfo() in auth1.c
5575 - (bal) Changed from --with-skey to --with-skey=PATH in configure.in
5576 - (bal) Added in check to verify S/Key library is being detected in
5577 configure.in
61e96248 5578 - (bal) next-posix.h - added another prototype wrapped in POSIX ifdef/endif.
3e366738 5579 Patch by Mark Miller <markm@swoon.net>
5580 - (bal) Added 'util.h' header to loginrec.c only if HAVE_UTIL_H is defined
61e96248 5581 to remove warnings under MacOS X. Patch by Mark Miller <markm@swoon.net>
3e366738 5582 - (bal) Fixed LDFLAG mispelling in configure.in for --with-afs
5583
373998a4 558420001107
e506ee73 5585 - (bal) acconfig.in - removed the double "USE_PIPES" entry. Patch by
5586 Mark Miller <markm@swoon.net>
373998a4 5587 - (bal) sshd.init files corrected to assign $? to RETVAL. Patch by
5588 Jarno Huuskonen <jhuuskon@messi.uku.fi>
e506ee73 5589 - (bal) fixpaths fixed to stop it from quitely failing. Patch by
5590 Mark D. Roth <roth@feep.net>
373998a4 5591
ac89998a 559220001106
5593 - (djm) Use Jim's new 1.0.3 askpass in Redhat RPMs
6c09e23c 5594 - (djm) Manually fix up missed diff hunks (mainly RCS idents)
61e96248 5595 - (djm) Remove UPGRADING document in favour of a link to the better
d6846e6a 5596 maintained FAQ on www.openssh.com
73bd30fe 5597 - (djm) Fix multiple dependancy on gnome-libs from Pekka Savola
5598 <pekkas@netcore.fi>
5599 - (djm) Don't need X11-askpass in RPM spec file if building without it
5600 from Pekka Savola <pekkas@netcore.fi>
c215ba3b 5601 - (djm) Release 2.3.0p1
97b378bf 5602 - (bal) typo in configure.in in regards to --with-ldflags from Marko
5603 Asplund <aspa@kronodoc.fi>
5604 - (bal) fixed next-posix.h. Forgot prototype of getppid().
68f189a9 5605
b850ecd9 560620001105
5607 - (bal) Sync with OpenBSD:
5608 - markus@cvs.openbsd.org 2000/10/31 9:31:58
5609 [compat.c]
5610 handle all old openssh versions
5611 - markus@cvs.openbsd.org 2000/10/31 13:1853
5612 [deattack.c]
5613 so that large packets do not wrap "n"; from netbsd
5614 - (bal) rijndel.c - fix up RCSID to match OpenBSD tree
a30ce26d 5615 - (bal) auth2-skey.c - Checked in. Missing from portable tree.
5616 - (bal) Reworked NEWS-OS and NeXT ports to extract waitpid() and
5617 setsid() into more common files
96054e6f 5618 - (stevesk) pty.c: use __hpux to identify HP-UX.
d0127657 5619 - (bal) Missed auth-skey.o in Makefile.in and minor correction to
5620 bsd-waitpid.c
b850ecd9 5621
75b90ced 562220001029
5623 - (stevesk) Fix typo in auth.c: USE_PAM not PAM
95273555 5624 - (stevesk) Create contrib/cygwin/ directory; patch from
5625 Corinna Vinschen <vinschen@redhat.com>
e9e4a1c7 5626 - (bal) Resolved more $xno and $xyes issues in configure.in
fd5f0295 5627 - (bal) next-posix.h - spelling and forgot a prototype
75b90ced 5628
344f2b94 562920001028
61e96248 5630 - (djm) fix select hack in serverloop.c from Philippe WILLEM
344f2b94 5631 <Philippe.WILLEM@urssaf.fr>
240ae474 5632 - (djm) Fix mangled AIXAUTHENTICATE code
61e96248 5633 - (djm) authctxt->pw may be NULL. Fix from Markus Friedl
606ea390 5634 <markus.friedl@informatik.uni-erlangen.de>
a22aff1f 5635 - (djm) Sync with OpenBSD:
5636 - markus@cvs.openbsd.org 2000/10/16 15:46:32
5637 [ssh.1]
5638 fixes from pekkas@netcore.fi
5639 - markus@cvs.openbsd.org 2000/10/17 14:28:11
5640 [atomicio.c]
5641 return number of characters processed; ok deraadt@
5642 - markus@cvs.openbsd.org 2000/10/18 12:04:02
5643 [atomicio.c]
5644 undo
5645 - markus@cvs.openbsd.org 2000/10/18 12:23:02
5646 [scp.c]
5647 replace atomicio(read,...) with read(); ok deraadt@
5648 - markus@cvs.openbsd.org 2000/10/18 12:42:00
5649 [session.c]
5650 restore old record login behaviour
5651 - deraadt@cvs.openbsd.org 2000/10/19 10:41:13
5652 [auth-skey.c]
5653 fmt string problem in unused code
5654 - provos@cvs.openbsd.org 2000/10/19 10:45:16
5655 [sshconnect2.c]
5656 don't reference freed memory. okay deraadt@
5657 - markus@cvs.openbsd.org 2000/10/21 11:04:23
5658 [canohost.c]
5659 typo, eramore@era-t.ericsson.se; ok niels@
5660 - markus@cvs.openbsd.org 2000/10/23 13:31:55
5661 [cipher.c]
5662 non-alignment dependent swap_bytes(); from
5663 simonb@wasabisystems.com/netbsd
5664 - markus@cvs.openbsd.org 2000/10/26 12:38:28
5665 [compat.c]
5666 add older vandyke products
5667 - markus@cvs.openbsd.org 2000/10/27 01:32:19
5668 [channels.c channels.h clientloop.c serverloop.c session.c]
5669 [ssh.c util.c]
61e96248 5670 enable non-blocking IO on channels, and tty's (except for the
a22aff1f 5671 client ttys).
344f2b94 5672
ddc49b5c 567320001027
5674 - (djm) Increase REKEY_BYTES to 2^24 for arc4random
5675
48e7916f 567620001025
5677 - (djm) Added WARNING.RNG file and modified configure to ask users of the
5678 builtin entropy code to read it.
5679 - (djm) Prefer builtin regex to PCRE.
00937921 5680 - (bal) Added USE_PIPS defined to NeXT configure.in since scp hangs randomly.
5681 - (bal) Apply fixes to configure.in pointed out by Pavel Roskin
5682 <proski@gnu.org>
48e7916f 5683
8dcda1e3 568420001020
5685 - (djm) Don't define _REENTRANT for SNI/Reliant Unix
07bee9a7 5686 - (bal) Imported NEWS-OS waitpid() macros into NeXT. Since implementation
5687 is more correct then current version.
8dcda1e3 5688
f5af5cd5 568920001018
5690 - (stevesk) Add initial support for setproctitle(). Current
5691 support is for the HP-UX pstat(PSTAT_SETCMD, ...) method.
134fd7f6 5692 - (stevesk) Add egd startup scripts to contrib/hpux/
f5af5cd5 5693
2f31bdd6 569420001017
5695 - (djm) Add -lregex to cywin libs from Corinna Vinschen
5696 <vinschen@cygnus.com>
ba7a3f40 5697 - (djm) Don't rely on atomicio's retval to determine length of askpass
5698 supplied passphrase. Problem report from Lutz Jaenicke
5699 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
66d6c27e 5700 - (bal) Changed from GNU rx to PCRE on suggestion from djm.
61e96248 5701 - (bal) Integrated Sony NEWS-OS patches from NAKAJI Hirouyuki
66d6c27e 5702 <nakaji@tutrp.tut.ac.jp>
2f31bdd6 5703
33de75a3 570420001016
5705 - (djm) Sync with OpenBSD:
5706 - markus@cvs.openbsd.org 2000/10/14 04:01:15
5707 [cipher.c]
5708 debug3
5709 - markus@cvs.openbsd.org 2000/10/14 04:07:23
5710 [scp.c]
5711 remove spaces from arguments; from djm@mindrot.org
5712 - markus@cvs.openbsd.org 2000/10/14 06:09:46
5713 [ssh.1]
5714 Cipher is for SSH-1 only
5715 - markus@cvs.openbsd.org 2000/10/14 06:12:09
5716 [servconf.c servconf.h serverloop.c session.c sshd.8]
5717 AllowTcpForwarding; from naddy@
5718 - markus@cvs.openbsd.org 2000/10/14 06:16:56
5719 [auth2.c compat.c compat.h sshconnect2.c version.h]
61e96248 5720 OpenSSH_2.3; note that is is not complete, but the version number
33de75a3 5721 needs to be changed for interoperability reasons
5722 - markus@cvs.openbsd.org 2000/10/14 06:19:45
5723 [auth-rsa.c]
5724 do not send RSA challenge if key is not allowed by key-options; from
5725 eivind@ThinkSec.com
5726 - markus@cvs.openbsd.org 2000/10/15 08:14:01
5727 [rijndael.c session.c]
5728 typos; from stevesk@sweden.hp.com
5729 - markus@cvs.openbsd.org 2000/10/15 08:18:31
5730 [rijndael.c]
5731 typo
61e96248 5732 - (djm) Copy manpages back over from OpenBSD - too tedious to wade
30d8b039 5733 through diffs
61e96248 5734 - (djm) Added condrestart to Redhat init script. Patch from Pekka Savola
30d8b039 5735 <pekkas@netcore.fi>
aa0289fe 5736 - (djm) Update version in Redhat spec file
61e96248 5737 - (djm) Merge some of Nalin Dahyabhai <nalin@redhat.com> changes from the
aa0289fe 5738 Redhat 7.0 spec file
5b2d4b75 5739 - (djm) Make inability to read/write PRNG seedfile non-fatal
5740
33de75a3 5741
4d670c24 574220001015
5743 - (djm) Fix ssh2 hang on background processes at logout.
5744
71dfaf1c 574520001014
443172c4 5746 - (bal) Add support for realpath and getcwd for platforms with broken
5747 or missing realpath implementations for sftp-server.
5748 - (bal) Corrected mistake in INSTALL in regards to GNU rx library
61e96248 5749 - (bal) Add support for GNU rx library for those lacking regexp support
71dfaf1c 5750 - (djm) Don't accept PAM_PROMPT_ECHO_ON messages during initial auth
02323c45 5751 - (djm) Revert SSH2 serverloop hack, will find a better way.
4ee81249 5752 - (djm) Add workaround for Linux 2.4's gratuitious errno change. Patch
5753 from Martin Johansson <fatbob@acc.umu.se>
94ec8c6b 5754 - (djm) Big OpenBSD sync:
5755 - markus@cvs.openbsd.org 2000/09/30 10:27:44
5756 [log.c]
5757 allow loglevel debug
5758 - markus@cvs.openbsd.org 2000/10/03 11:59:57
5759 [packet.c]
5760 hmac->mac
5761 - markus@cvs.openbsd.org 2000/10/03 12:03:03
5762 [auth-krb4.c auth-passwd.c auth-rh-rsa.c auth-rhosts.c auth-rsa.c auth1.c]
5763 move fake-auth from auth1.c to individual auth methods, disables s/key in
5764 debug-msg
5765 - markus@cvs.openbsd.org 2000/10/03 12:16:48
5766 ssh.c
5767 do not resolve canonname, i have no idea why this was added oin ossh
5768 - markus@cvs.openbsd.org 2000/10/09 15:30:44
5769 ssh-keygen.1 ssh-keygen.c
5770 -X now reads private ssh.com DSA keys, too.
5771 - markus@cvs.openbsd.org 2000/10/09 15:32:34
5772 auth-options.c
5773 clear options on every call.
5774 - markus@cvs.openbsd.org 2000/10/09 15:51:00
5775 authfd.c authfd.h
5776 interop with ssh-agent2, from <res@shore.net>
5777 - markus@cvs.openbsd.org 2000/10/10 14:20:45
5778 compat.c
5779 use rexexp for version string matching
5780 - provos@cvs.openbsd.org 2000/10/10 22:02:18
5781 [kex.c kex.h myproposal.h ssh.h ssh2.h sshconnect2.c sshd.c dh.c dh.h]
5782 First rough implementation of the diffie-hellman group exchange. The
5783 client can ask the server for bigger groups to perform the diffie-hellman
5784 in, thus increasing the attack complexity when using ciphers with longer
5785 keys. University of Windsor provided network, T the company.
5786 - markus@cvs.openbsd.org 2000/10/11 13:59:52
5787 [auth-rsa.c auth2.c]
5788 clear auth options unless auth sucessfull
5789 - markus@cvs.openbsd.org 2000/10/11 14:00:27
5790 [auth-options.h]
5791 clear auth options unless auth sucessfull
5792 - markus@cvs.openbsd.org 2000/10/11 14:03:27
5793 [scp.1 scp.c]
5794 support 'scp -o' with help from mouring@pconline.com
5795 - markus@cvs.openbsd.org 2000/10/11 14:11:35
5796 [dh.c]
5797 Wall
5798 - markus@cvs.openbsd.org 2000/10/11 14:14:40
5799 [auth.h auth2.c readconf.c readconf.h readpass.c servconf.c servconf.h]
5800 [ssh.h sshconnect2.c sshd_config auth2-skey.c cli.c cli.h]
5801 add support for s/key (kbd-interactive) to ssh2, based on work by
5802 mkiernan@avantgo.com and me
5803 - markus@cvs.openbsd.org 2000/10/11 14:27:24
5804 [auth.c auth1.c auth2.c authfile.c cipher.c cipher.h kex.c kex.h]
5805 [myproposal.h packet.c readconf.c session.c ssh.c ssh.h sshconnect1.c]
5806 [sshconnect2.c sshd.c]
5807 new cipher framework
5808 - markus@cvs.openbsd.org 2000/10/11 14:45:21
5809 [cipher.c]
5810 remove DES
5811 - markus@cvs.openbsd.org 2000/10/12 03:59:20
5812 [cipher.c cipher.h sshconnect1.c sshconnect2.c sshd.c]
5813 enable DES in SSH-1 clients only
5814 - markus@cvs.openbsd.org 2000/10/12 08:21:13
5815 [kex.h packet.c]
5816 remove unused
5817 - markus@cvs.openbsd.org 2000/10/13 12:34:46
5818 [sshd.c]
5819 Kludge for F-Secure Macintosh < 1.0.2; appro@fy.chalmers.se
5820 - markus@cvs.openbsd.org 2000/10/13 12:59:15
5821 [cipher.c cipher.h myproposal.h rijndael.c rijndael.h]
5822 rijndael/aes support
5823 - markus@cvs.openbsd.org 2000/10/13 13:10:54
5824 [sshd.8]
5825 more info about -V
5826 - markus@cvs.openbsd.org 2000/10/13 13:12:02
5827 [myproposal.h]
5828 prefer no compression
3ed32516 5829 - (djm) Fix scp user@host handling
5830 - (djm) Don't clobber ssh_prng_cmds on install
6bcf7caa 5831 - (stevesk) Include config.h in rijndael.c so we define intXX_t and
5832 u_intXX_t types on all platforms.
9ea53ba5 5833 - (stevesk) rijndael.c: cleanup missing declaration warnings.
2919e060 5834 - (stevesk) ~/.hushlogin shouldn't cause required password change to
5835 be bypassed.
f5665f6f 5836 - (stevesk) Display correct path to ssh-askpass in configure output.
5837 Report from Lutz Jaenicke.
71dfaf1c 5838
ebd782f7 583920001007
5840 - (stevesk) Print PAM return value in PAM log messages to aid
5841 with debugging.
97994d32 5842 - (stevesk) Fix detection of pw_class struct member in configure;
5843 patch from KAMAHARA Junzo <kamahara@cc.kshosen.ac.jp>
5844
47a134c1 584520001002
5846 - (djm) Fix USER_PATH, report from Kevin Steves <stevesk@sweden.hp.com>
5847 - (djm) Add host system and CC to end-of-configure report. Suggested by
5848 Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
5849
7322ef0e 585020000931
5851 - (djm) Cygwin fixes from Corinna Vinschen <vinschen@cygnus.com>
5852
6ac7829a 585320000930
b6490dcb 5854 - (djm) Irix ssh_prng_cmds path fix from Pekka Savola <pekkas@netcore.fi>
61e96248 5855 - (djm) Support in bsd-snprintf.c for long long conversions from
772bd898 5856 Ben Lindstrom <mouring@pconline.com>
5857 - (djm) Cleanup NeXT support from Ben Lindstrom <mouring@pconline.com>
857040fb 5858 - (djm) Ignore SIGPIPEs from serverloop to child. Fixes crashes with
61e96248 5859 very short lived X connections. Bug report from Tobias Oetiker
857040fb 5860 <oetiker@ee.ethz.ch>. Fix from Markus Friedl <markus@cvs.openbsd.org>
bd2d7f6a 5861 - (djm) Add recent InitScripts as a RPM dependancy for openssh-server
5862 patch from Pekka Savola <pekkas@netcore.fi>
58665035 5863 - (djm) Forgot to cvs add LICENSE file
dc2901a0 5864 - (djm) Add LICENSE to RPM spec files
de273eef 5865 - (djm) CVS OpenBSD sync:
5866 - markus@cvs.openbsd.org 2000/09/26 13:59:59
5867 [clientloop.c]
5868 use debug2
5869 - markus@cvs.openbsd.org 2000/09/27 15:41:34
5870 [auth2.c sshconnect2.c]
5871 use key_type()
5872 - markus@cvs.openbsd.org 2000/09/28 12:03:18
5873 [channels.c]
5874 debug -> debug2 cleanup
61e96248 5875 - (djm) Irix strips "/dev/tty" from [uw]tmp entries (other systems only
2a7d529a 5876 strip "/dev/"). Fix loginrec.c based on patch from Alain St-Denis
5877 <Alain.St-Denis@ec.gc.ca>
61e96248 5878 - (djm) Fix 9 character passphrase failure with gnome-ssh-askpass.
5879 Problem was caused by interrupted read in ssh-add. Report from Donald
2a7d529a 5880 J. Barry <don@astro.cornell.edu>
6ac7829a 5881
c5d85828 588220000929
5883 - (djm) Fix SSH2 not terminating until all background tasks done problem.
61e96248 5884 - (djm) Another off-by-one fix from Pavel Kankovsky
5885 <peak@argo.troja.mff.cuni.cz>
22d89d24 5886 - (djm) Clean up. Strip some unnecessary differences with OpenBSD's code,
5887 tidy necessary differences. Use Markus' new debugN() in entropy.c
61e96248 5888 - (djm) Merged big SCO portability patch from Tim Rice
77bb0bca 5889 <tim@multitalents.net>
c5d85828 5890
6fd7f731 589120000926
5892 - (djm) Update X11-askpass to 1.0.2 in RPM spec file
c5ae7384 5893 - (djm) Define _REENTRANT to pickup strtok_r() on HP/UX
61e96248 5894 - (djm) Security: fix off-by-one buffer overrun in fake-getnameinfo.c.
5895 Report and fix from Pavel Kankovsky <peak@argo.troja.mff.cuni.cz>
6fd7f731 5896
2f125ca1 589720000924
5898 - (djm) Merged cleanup patch from Mark Miller <markm@swoon.net>
5899 - (djm) A bit more cleanup - created cygwin_util.h
bcdaaeab 5900 - (djm) Include strtok_r() from OpenBSD libc. Fixes report from Mark Miller
5901 <markm@swoon.net>
2f125ca1 5902
764d4113 590320000923
61e96248 5904 - (djm) Fix address logging in utmp from Kevin Steves
764d4113 5905 <stevesk@sweden.hp.com>
777319db 5906 - (djm) Redhat spec and manpage fixes from Pekka Savola <pekkas@netcore.fi>
bd590612 5907 - (djm) Seperate tests for int64_t and u_int64_t types
61e96248 5908 - (djm) Tweak password expiry checking at suggestion of Kevin Steves
37c1c46d 5909 <stevesk@sweden.hp.com>
e79b44e1 5910 - (djm) NeXT patch from Ben Lindstrom <mouring@pconline.com>
61e96248 5911 - (djm) Use printf %lld instead of %qd in sftp-server.c. Fix from
e2144f11 5912 Michael Stone <mstone@cs.loyola.edu>
188adeb2 5913 - (djm) OpenBSD CVS sync:
5914 - markus@cvs.openbsd.org 2000/09/17 09:38:59
5915 [sshconnect2.c sshd.c]
5916 fix DEBUG_KEXDH
5917 - markus@cvs.openbsd.org 2000/09/17 09:52:51
5918 [sshconnect.c]
5919 yes no; ok niels@
5920 - markus@cvs.openbsd.org 2000/09/21 04:55:11
5921 [sshd.8]
5922 typo
5923 - markus@cvs.openbsd.org 2000/09/21 05:03:54
5924 [serverloop.c]
5925 typo
5926 - markus@cvs.openbsd.org 2000/09/21 05:11:42
5927 scp.c
5928 utime() to utimes(); mouring@pconline.com
5929 - markus@cvs.openbsd.org 2000/09/21 05:25:08
5930 sshconnect2.c
5931 change login logic in ssh2, allows plugin of other auth methods
5932 - markus@cvs.openbsd.org 2000/09/21 05:25:35
5933 [auth2.c channels.c channels.h clientloop.c dispatch.c dispatch.h]
5934 [serverloop.c]
5935 add context to dispatch_run
5936 - markus@cvs.openbsd.org 2000/09/21 05:07:52
5937 authfd.c authfd.h ssh-agent.c
5938 bug compat for old ssh.com software
764d4113 5939
7f377177 594020000920
5941 - (djm) Fix bad path substitution. Report from Andrew Miner
5942 <asminer@cs.iastate.edu>
5943
bcbf86ec 594420000916
61e96248 5945 - (djm) Fix SSL search order from Lutz Jaenicke
7950bf97 5946 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
19ece6d2 5947 - (djm) New SuSE spec from Corinna Vinschen <corinna@vinschen.de>
9cd45ea4 5948 - (djm) Update CygWin support from Corinna Vinschen <vinschen@cygnus.com>
995edaac 5949 - (djm) Use a real struct sockaddr inside the fake struct sockaddr_storage.
5950 Patch from Larry Jones <larry.jones@sdrc.com>
61e96248 5951 - (djm) Add Steve VanDevender's <stevev@darkwing.uoregon.edu> PAM
ad55cd03 5952 password change patch.
5953 - (djm) Bring licenses on my stuff in line with OpenBSD's
0bbfbdeb 5954 - (djm) Cleanup auth-passwd.c and unify HP/UX authentication. Patch from
5955 Kevin Steves <stevesk@sweden.hp.com>
7f8f5e00 5956 - (djm) Shadow expiry check fix from Pavel Troller <patrol@omni.sinus.cz>
5957 - (djm) Re-enable int64_t types - we need them for sftp
5958 - (djm) Use libexecdir from configure , rather than libexecdir/ssh
5959 - (djm) Update Redhat SPEC file accordingly
5960 - (djm) Add Kevin Steves <stevesk@sweden.hp.com> HP/UX contrib files
5961 - (djm) Add Charles Levert <charles@comm.polymtl.ca> getpgrp patch
61e96248 5962 - (djm) Fix password auth on HP/UX 10.20. Patch from Dirk De Wachter
7f8f5e00 5963 <Dirk.DeWachter@rug.ac.be>
61e96248 5964 - (djm) Fixprogs and entropy list fixes from Larry Jones
7f8f5e00 5965 <larry.jones@sdrc.com>
5966 - (djm) Fix for SuSE spec file from Takashi YOSHIDA
5967 <tyoshida@gemini.rc.kyushu-u.ac.jp>
bcbf86ec 5968 - (djm) Merge OpenBSD changes:
5969 - markus@cvs.openbsd.org 2000/09/05 02:59:57
5970 [session.c]
5971 print hostname (not hushlogin)
5972 - markus@cvs.openbsd.org 2000/09/05 13:18:48
5973 [authfile.c ssh-add.c]
5974 enable ssh-add -d for DSA keys
5975 - markus@cvs.openbsd.org 2000/09/05 13:20:49
5976 [sftp-server.c]
5977 cleanup
5978 - markus@cvs.openbsd.org 2000/09/06 03:46:41
5979 [authfile.h]
5980 prototype
5981 - deraadt@cvs.openbsd.org 2000/09/07 14:27:56
5982 [ALL]
61e96248 5983 cleanup copyright notices on all files. I have attempted to be
5984 accurate with the details. everything is now under Tatu's licence
5985 (which I copied from his readme), and/or the core-sdi bsd-ish thing
5986 for deattack, or various openbsd developers under a 2-term bsd
bcbf86ec 5987 licence. We're not changing any rules, just being accurate.
5988 - markus@cvs.openbsd.org 2000/09/07 14:40:30
5989 [channels.c channels.h clientloop.c serverloop.c ssh.c]
5990 cleanup window and packet sizes for ssh2 flow control; ok niels
5991 - markus@cvs.openbsd.org 2000/09/07 14:53:00
5992 [scp.c]
5993 typo
5994 - markus@cvs.openbsd.org 2000/09/07 15:13:37
5995 [auth-options.c auth-options.h auth-rh-rsa.c auth-rsa.c auth.c]
5996 [authfile.h canohost.c channels.h compat.c hostfile.h log.c match.h]
5997 [pty.c readconf.c]
5998 some more Copyright fixes
5999 - markus@cvs.openbsd.org 2000/09/08 03:02:51
6000 [README.openssh2]
6001 bye bye
6002 - deraadt@cvs.openbsd.org 2000/09/11 18:38:33
6003 [LICENCE cipher.c]
6004 a few more comments about it being ARC4 not RC4
6005 - markus@cvs.openbsd.org 2000/09/12 14:53:11
6006 [log-client.c log-server.c log.c ssh.1 ssh.c ssh.h sshd.8 sshd.c]
6007 multiple debug levels
6008 - markus@cvs.openbsd.org 2000/09/14 14:25:15
6009 [clientloop.c]
6010 typo
6011 - deraadt@cvs.openbsd.org 2000/09/15 01:13:51
6012 [ssh-agent.c]
6013 check return value for setenv(3) for failure, and deal appropriately
6014
deb8d717 601520000913
6016 - (djm) Fix server not exiting with jobs in background.
6017
b5e300c2 601820000905
6019 - (djm) Import OpenBSD CVS changes
6020 - markus@cvs.openbsd.org 2000/08/31 15:52:24
6021 [Makefile sshd.8 sshd_config sftp-server.8 sftp-server.c]
6022 implement a SFTP server. interops with sftp2, scp2 and the windows
6023 client from ssh.com
6024 - markus@cvs.openbsd.org 2000/08/31 15:56:03
6025 [README.openssh2]
6026 sync
6027 - markus@cvs.openbsd.org 2000/08/31 16:05:42
6028 [session.c]
6029 Wall
6030 - markus@cvs.openbsd.org 2000/08/31 16:09:34
6031 [authfd.c ssh-agent.c]
6032 add a flag to SSH2_AGENTC_SIGN_REQUEST for future extensions
6033 - deraadt@cvs.openbsd.org 2000/09/01 09:25:13
6034 [scp.1 scp.c]
6035 cleanup and fix -S support; stevesk@sweden.hp.com
6036 - markus@cvs.openbsd.org 2000/09/01 16:29:32
6037 [sftp-server.c]
6038 portability fixes
6039 - markus@cvs.openbsd.org 2000/09/01 16:32:41
6040 [sftp-server.c]
6041 fix cast; mouring@pconline.com
6042 - itojun@cvs.openbsd.org 2000/09/03 09:23:28
6043 [ssh-add.1 ssh.1]
6044 add missing .El against .Bl.
6045 - markus@cvs.openbsd.org 2000/09/04 13:03:41
6046 [session.c]
6047 missing close; ok theo
6048 - markus@cvs.openbsd.org 2000/09/04 13:07:21
6049 [session.c]
6050 fix get_last_login_time order; from andre@van-veen.de
6051 - markus@cvs.openbsd.org 2000/09/04 13:10:09
6052 [sftp-server.c]
6053 more cast fixes; from mouring@pconline.com
6054 - markus@cvs.openbsd.org 2000/09/04 13:06:04
6055 [session.c]
6056 set SSH_ORIGINAL_COMMAND; from Leakin@dfw.nostrum.com, bet@rahul.net
6057 - (djm) Cleanup after import. Fix sftp-server compilation, Makefile
3c62e7eb 6058 - (djm) Merge cygwin support from Corinna Vinschen <vinschen@cygnus.com>
6059
1e61f54a 606020000903
6061 - (djm) Fix Redhat init script
6062
c80876b4 606320000901
6064 - (djm) Pick up Jim's new X11-askpass
6065 - (djm) Release 2.2.0p1
6066
8b4a0d08 606720000831
bcbf86ec 6068 - (djm) Workaround SIGPIPE problems on SCO. Fix from Aran Cox
8b4a0d08 6069 <acox@cv.telegroup.com>
b817711d 6070 - (djm) Pick up new version (2.2.0) from OpenBSD CVS
8b4a0d08 6071
0b65b628 607220000830
6073 - (djm) Compile warning fixes from Mark Miller <markm@swoon.net>
10fa00c8 6074 - (djm) Periodically rekey arc4random
6075 - (djm) Clean up diff against OpenBSD.
bcbf86ec 6076 - (djm) HPUX 11 needs USE_PIPES as well: Kevin Steves
2b10f47a 6077 <stevesk@sweden.hp.com>
b33a2e6e 6078 - (djm) Quieten the pam delete credentials error message
44839801 6079 - (djm) Fix printing of $DISPLAY hack if set by system type. Report from
6080 Kevin Steves <stevesk@sweden.hp.com>
84a770d1 6081 - (djm) NeXT patch from Ben Lindstrom <mouring@pconline.com>
7efa2776 6082 - (djm) Fix doh in bsd-arc4random.c
0b65b628 6083
9aaf9be4 608420000829
bcbf86ec 6085 - (djm) Fix ^C ignored issue on Solaris. Diagnosis from Gert
6086 Doering <gert@greenie.muc.de>, John Horne <J.Horne@plymouth.ac.uk> and
9aaf9be4 6087 Garrick James <garrick@james.net>
b5f90139 6088 - (djm) Check for SCO pty naming style (ptyp%d/ttyp%d). Based on fix from
6089 Bastian Trompetter <btrompetter@firemail.de>
698d107e 6090 - (djm) NeXT tweaks from Ben Lindstrom <mouring@pconline.com>
14a9a859 6091 - More OpenBSD updates:
6092 - deraadt@cvs.openbsd.org 2000/08/24 15:46:59
6093 [scp.c]
6094 off_t in sink, to fix files > 2GB, i think, test is still running ;-)
6095 - deraadt@cvs.openbsd.org 2000/08/25 10:10:06
6096 [session.c]
6097 Wall
6098 - markus@cvs.openbsd.org 2000/08/26 04:33:43
6099 [compat.c]
6100 ssh.com-2.3.0
6101 - markus@cvs.openbsd.org 2000/08/27 12:18:05
6102 [compat.c]
6103 compatibility with future ssh.com versions
6104 - deraadt@cvs.openbsd.org 2000/08/27 21:50:55
6105 [auth-krb4.c session.c ssh-add.c sshconnect.c uidswap.c]
6106 print uid/gid as unsigned
6107 - markus@cvs.openbsd.org 2000/08/28 13:51:00
6108 [ssh.c]
6109 enable -n and -f for ssh2
6110 - markus@cvs.openbsd.org 2000/08/28 14:19:53
6111 [ssh.c]
6112 allow combination of -N and -f
6113 - markus@cvs.openbsd.org 2000/08/28 14:20:56
6114 [util.c]
6115 util.c
6116 - markus@cvs.openbsd.org 2000/08/28 14:22:02
6117 [util.c]
6118 undo
6119 - markus@cvs.openbsd.org 2000/08/28 14:23:38
6120 [util.c]
6121 don't complain if setting NONBLOCK fails with ENODEV
9aaf9be4 6122
137d7b6c 612320000823
6124 - (djm) Define USE_PIPES to avoid socketpair problems on HPUX 10 and SunOS 4
bcbf86ec 6125 Avoids "scp never exits" problem. Reports from Lutz Jaenicke
6126 <Lutz.Jaenicke@aet.TU-Cottbus.DE> and Tamito KAJIYAMA
137d7b6c 6127 <kajiyama@grad.sccs.chukyo-u.ac.jp>
2e73a022 6128 - (djm) Pick up LOGIN_PROGRAM from environment or PATH if not set by headers
da40ab4d 6129 - (djm) Add local version to version.h
ea788c22 6130 - (djm) Don't reseed arc4random everytime it is used
2e73a022 6131 - (djm) OpenBSD CVS updates:
6132 - deraadt@cvs.openbsd.org 2000/08/18 20:07:23
6133 [ssh.c]
6134 accept remsh as a valid name as well; roman@buildpoint.com
6135 - deraadt@cvs.openbsd.org 2000/08/18 20:17:13
6136 [deattack.c crc32.c packet.c]
6137 rename crc32() to ssh_crc32() to avoid zlib name clash. do not move to
6138 libz crc32 function yet, because it has ugly "long"'s in it;
6139 oneill@cs.sfu.ca
6140 - deraadt@cvs.openbsd.org 2000/08/18 20:26:08
6141 [scp.1 scp.c]
6142 -S prog support; tv@debian.org
6143 - deraadt@cvs.openbsd.org 2000/08/18 20:50:07
6144 [scp.c]
6145 knf
6146 - deraadt@cvs.openbsd.org 2000/08/18 20:57:33
6147 [log-client.c]
6148 shorten
6149 - markus@cvs.openbsd.org 2000/08/19 12:48:11
6150 [channels.c channels.h clientloop.c ssh.c ssh.h]
6151 support for ~. in ssh2
6152 - deraadt@cvs.openbsd.org 2000/08/19 15:29:40
6153 [crc32.h]
6154 proper prototype
6155 - markus@cvs.openbsd.org 2000/08/19 15:34:44
bcbf86ec 6156 [authfd.c authfd.h key.c key.h ssh-add.1 ssh-add.c ssh-agent.1]
6157 [ssh-agent.c ssh-keygen.c sshconnect1.c sshconnect2.c Makefile]
2e73a022 6158 [fingerprint.c fingerprint.h]
6159 add SSH2/DSA support to the agent and some other DSA related cleanups.
6160 (note that we cannot talk to ssh.com's ssh2 agents)
6161 - markus@cvs.openbsd.org 2000/08/19 15:55:52
6162 [channels.c channels.h clientloop.c]
6163 more ~ support for ssh2
6164 - markus@cvs.openbsd.org 2000/08/19 16:21:19
6165 [clientloop.c]
6166 oops
6167 - millert@cvs.openbsd.org 2000/08/20 12:25:53
6168 [session.c]
6169 We have to stash the result of get_remote_name_or_ip() before we
6170 close our socket or getpeername() will get EBADF and the process
6171 will exit. Only a problem for "UseLogin yes".
6172 - millert@cvs.openbsd.org 2000/08/20 12:30:59
6173 [session.c]
6174 Only check /etc/nologin if "UseLogin no" since login(1) may have its
6175 own policy on determining who is allowed to login when /etc/nologin
6176 is present. Also use the _PATH_NOLOGIN define.
6177 - millert@cvs.openbsd.org 2000/08/20 12:42:43
6178 [auth1.c auth2.c session.c ssh.c]
6179 Add calls to setusercontext() and login_get*(). We basically call
6180 setusercontext() in most places where previously we did a setlogin().
6181 Add default login.conf file and put root in the "daemon" login class.
6182 - millert@cvs.openbsd.org 2000/08/21 10:23:31
6183 [session.c]
6184 Fix incorrect PATH setting; noted by Markus.
137d7b6c 6185
c345cf9d 618620000818
6187 - (djm) OpenBSD CVS changes:
6188 - markus@cvs.openbsd.org 2000/07/22 03:14:37
6189 [servconf.c servconf.h sshd.8 sshd.c sshd_config]
6190 random early drop; ok theo, niels
6191 - deraadt@cvs.openbsd.org 2000/07/26 11:46:51
6192 [ssh.1]
6193 typo
6194 - deraadt@cvs.openbsd.org 2000/08/01 11:46:11
6195 [sshd.8]
6196 many fixes from pepper@mail.reppep.com
6197 - provos@cvs.openbsd.org 2000/08/01 13:01:42
6198 [Makefile.in util.c aux.c]
6199 rename aux.c to util.c to help with cygwin port
6200 - deraadt@cvs.openbsd.org 2000/08/02 00:23:31
6201 [authfd.c]
6202 correct sun_len; Alexander@Leidinger.net
6203 - provos@cvs.openbsd.org 2000/08/02 10:27:17
6204 [readconf.c sshd.8]
6205 disable kerberos authentication by default
6206 - provos@cvs.openbsd.org 2000/08/02 11:27:05
6207 [sshd.8 readconf.c auth-krb4.c]
6208 disallow kerberos authentication if we can't verify the TGT; from
6209 dugsong@
6210 kerberos authentication is on by default only if you have a srvtab.
6211 - markus@cvs.openbsd.org 2000/08/04 14:30:07
6212 [auth.c]
6213 unused
6214 - markus@cvs.openbsd.org 2000/08/04 14:30:35
6215 [sshd_config]
6216 MaxStartups
6217 - markus@cvs.openbsd.org 2000/08/15 13:20:46
6218 [authfd.c]
6219 cleanup; ok niels@
6220 - markus@cvs.openbsd.org 2000/08/17 14:05:10
6221 [session.c]
6222 cleanup login(1)-like jobs, no duplicate utmp entries
6223 - markus@cvs.openbsd.org 2000/08/17 14:06:34
6224 [session.c sshd.8 sshd.c]
6225 sshd -u len, similar to telnetd
1a022229 6226 - (djm) Lastlog was not getting closed after writing login entry
39987cc0 6227 - (djm) Add Solaris package support from Rip Loomis <loomisg@cist.saic.com>
c345cf9d 6228
416ed5a7 622920000816
6230 - (djm) Replacement for inet_ntoa for Irix (which breaks on gcc)
bcbf86ec 6231 - (djm) Fix strerror replacement for old SunOS. Based on patch from
416ed5a7 6232 Charles Levert <charles@comm.polymtl.ca>
bcbf86ec 6233 - (djm) Seperate arc4random into seperate file and use OpenSSL's RC4
416ed5a7 6234 implementation.
ba606eb2 6235 - (djm) SUN_LEN macro for systems which lack it
416ed5a7 6236
dbaa2e87 623720000815
6238 - (djm) More SunOS 4.1.x fixes from Nate Itkin <nitkin@europa.com>
cd352c82 6239 - (djm) Avoid failures on Irix when ssh is not setuid. Fix from
6240 Michael Stone <mstone@cs.loyola.edu>
d93a7e5a 6241 - (djm) Don't seek in directory based lastlogs
bcbf86ec 6242 - (djm) Fix --with-ipaddr-display configure option test. Patch from
d93a7e5a 6243 Jarno Huuskonen <jhuuskon@messi.uku.fi>
2a2cb9e7 6244 - (djm) Fix AIX limits from Alexandre Oliva <oliva@lsd.ic.unicamp.br>
dbaa2e87 6245
6c33bf70 624620000813
6247 - (djm) Add $(srcdir) to includes when compiling (for VPATH). Report from
6248 Fabrice bacchella <fabrice.bacchella@marchfirst.fr>
6249
3fcce26c 625020000809
bcbf86ec 6251 - (djm) Define AIX hard limits if headers don't. Report from
3fcce26c 6252 Bill Painter <william.t.painter@lmco.com>
bcbf86ec 6253 - (djm) utmp direct write & SunOS 4 patch from Charles Levert
32eec038 6254 <charles@comm.polymtl.ca>
3fcce26c 6255
71d43804 625620000808
6257 - (djm) Cleanup Redhat RPMs. Generate keys at runtime rather than install
6258 time, spec file cleanup.
6259
f9bcea07 626020000807
378f2232 6261 - (djm) Set 0755 on binaries during install. Report from Lutz Jaenicke
47670e77 6262 - (djm) Suppress error messages on channel close shutdown() failurs
6263 works around Linux bug. Patch from Zack Weinberg <zack@wolery.cumb.org>
378f2232 6264 - (djm) Add some more entropy collection commands from Lutz Jaenicke
f9bcea07 6265
bcf89935 626620000725
6267 - (djm) Fix autoconf typo: HAVE_BINRESVPORT_AF -> HAVE_BINDRESVPORT_AF
6268
4c8722d9 626920000721
6270 - (djm) OpenBSD CVS updates:
6271 - markus@cvs.openbsd.org 2000/07/16 02:27:22
6272 [authfd.c authfd.h channels.c clientloop.c ssh-add.c ssh-agent.c ssh.c]
6273 [sshconnect1.c sshconnect2.c]
6274 make ssh-add accept dsa keys (the agent does not)
6275 - djm@cvs.openbsd.org 2000/07/17 19:25:02
6276 [sshd.c]
6277 Another closing of stdin; ok deraadt
6278 - markus@cvs.openbsd.org 2000/07/19 18:33:12
6279 [dsa.c]
6280 missing free, reorder
6281 - markus@cvs.openbsd.org 2000/07/20 16:23:14
6282 [ssh-keygen.1]
6283 document input and output files
6284
240777b8 628520000720
4c8722d9 6286 - (djm) Spec file fix from Petr Novotny <Petr.Novotny@antek.cz>
240777b8 6287
3c7def32 628820000716
4c8722d9 6289 - (djm) Release 2.1.1p4
3c7def32 6290
819b676f 629120000715
704b1659 6292 - (djm) OpenBSD CVS updates
6293 - provos@cvs.openbsd.org 2000/07/13 16:53:22
6294 [aux.c readconf.c servconf.c ssh.h]
6295 allow multiple whitespace but only one '=' between tokens, bug report from
6296 Ralf S. Engelschall <rse@engelschall.com> but different fix. okay deraadt@
6297 - provos@cvs.openbsd.org 2000/07/13 17:14:09
6298 [clientloop.c]
6299 typo; todd@fries.net
6300 - provos@cvs.openbsd.org 2000/07/13 17:19:31
6301 [scp.c]
6302 close can fail on AFS, report error; from Greg Hudson <ghudson@mit.edu>
6303 - markus@cvs.openbsd.org 2000/07/14 16:59:46
6304 [readconf.c servconf.c]
6305 allow leading whitespace. ok niels
6306 - djm@cvs.openbsd.org 2000/07/14 22:01:38
6307 [ssh-keygen.c ssh.c]
6308 Always create ~/.ssh with mode 700; ok Markus
819b676f 6309 - Fixes for SunOS 4.1.4 from Gordon Atwood <gordon@cs.ualberta.ca>
6310 - Include floatingpoint.h for entropy.c
6311 - strerror replacement
704b1659 6312
3f7a7e4a 631320000712
c37fb3c1 6314 - (djm) Remove -lresolve for Reliant Unix
3f7a7e4a 6315 - (djm) OpenBSD CVS Updates:
6316 - deraadt@cvs.openbsd.org 2000/07/11 02:11:34
6317 [session.c sshd.c ]
6318 make MaxStartups code still work with -d; djm
6319 - deraadt@cvs.openbsd.org 2000/07/11 13:17:45
6320 [readconf.c ssh_config]
6321 disable FallBackToRsh by default
c37fb3c1 6322 - (djm) Replace in_addr_t with u_int32_t in bsd-inet_aton.c. Report from
6323 Ben Lindstrom <mouring@pconline.com>
1e970014 6324 - (djm) Make building of X11-Askpass and GNOME-Askpass optional in RPM
6325 spec file.
dcb36e5d 6326 - (djm) Released 2.1.1p3
3f7a7e4a 6327
56118702 632820000711
6329 - (djm) Fixup for AIX getuserattr() support from Tom Bertelson
6330 <tbert@abac.com>
132dd316 6331 - (djm) ReliantUNIX support from Udo Schweigert <ust@cert.siemens.de>
bcbf86ec 6332 - (djm) NeXT: dirent structures to get scp working from Ben Lindstrom
c99e5056 6333 <mouring@pconline.com>
bcbf86ec 6334 - (djm) Fix broken inet_ntoa check and ut_user/ut_name confusion, report
dc2a6d09 6335 from Jim Watt <jimw@peisj.pebio.com>
2d9a148e 6336 - (djm) Replaced bsd-snprintf.c with one from Mutt source tree, it is known
6337 to compile on more platforms (incl NeXT).
cc6f2c4c 6338 - (djm) Added bsd-inet_aton and configure support for NeXT
aae19451 6339 - (djm) Misc NeXT fixes from Ben Lindstrom <mouring@pconline.com>
089fbbd2 6340 - (djm) OpenBSD CVS updates:
6341 - markus@cvs.openbsd.org 2000/06/26 03:22:29
6342 [authfd.c]
6343 cleanup, less cut&paste
6344 - markus@cvs.openbsd.org 2000/06/26 15:59:19
6345 [servconf.c servconf.h session.c sshd.8 sshd.c]
bcbf86ec 6346 MaxStartups: limit number of unauthenticated connections, work by
089fbbd2 6347 theo and me
6348 - deraadt@cvs.openbsd.org 2000/07/05 14:18:07
6349 [session.c]
6350 use no_x11_forwarding_flag correctly; provos ok
6351 - provos@cvs.openbsd.org 2000/07/05 15:35:57
6352 [sshd.c]
6353 typo
6354 - aaron@cvs.openbsd.org 2000/07/05 22:06:58
6355 [scp.1 ssh-agent.1 ssh-keygen.1 sshd.8]
bcbf86ec 6356 Insert more missing .El directives. Our troff really should identify
089fbbd2 6357 these and spit out a warning.
6358 - todd@cvs.openbsd.org 2000/07/06 21:55:04
6359 [auth-rsa.c auth2.c ssh-keygen.c]
6360 clean code is good code
6361 - deraadt@cvs.openbsd.org 2000/07/07 02:14:29
6362 [serverloop.c]
6363 sense of port forwarding flag test was backwards
6364 - provos@cvs.openbsd.org 2000/07/08 17:17:31
6365 [compat.c readconf.c]
6366 replace strtok with strsep; from David Young <dyoung@onthejob.net>
6367 - deraadt@cvs.openbsd.org 2000/07/08 19:21:15
6368 [auth.h]
6369 KNF
6370 - ho@cvs.openbsd.org 2000/07/08 19:27:33
6371 [compat.c readconf.c]
6372 Better conditions for strsep() ending.
6373 - ho@cvs.openbsd.org 2000/07/10 10:27:05
6374 [readconf.c]
6375 Get the correct message on errors. (niels@ ok)
6376 - ho@cvs.openbsd.org 2000/07/10 10:30:25
6377 [cipher.c kex.c servconf.c]
6378 strtok() --> strsep(). (niels@ ok)
5540ea9b 6379 - (djm) Fix problem with debug mode and MaxStartups
eb37534b 6380 - (djm) Don't generate host keys when $(DESTDIR) is set (e.g. during RPM
6381 builds)
229f64ee 6382 - (djm) Add strsep function from OpenBSD libc for systems that lack it
56118702 6383
a8545c6c 638420000709
6385 - (djm) Only enable PAM_TTY kludge for Linux. Problem report from
6386 Kevin Steves <stevesk@sweden.hp.com>
ec90a7d6 6387 - (djm) Match prototype and function declaration for rresvport_af.
6388 Problem report from Niklas Edmundsson <nikke@ing.umu.se>
bcbf86ec 6389 - (djm) Missing $(DESTDIR) on host-key target causing problems with RPM
732e8ac5 6390 builds. Problem report from Gregory Leblanc <GLeblanc@cu-portland.edu>
37f1df94 6391 - (djm) Replace ut_name with ut_user. Patch from Jim Watt
6392 <jimw@peisj.pebio.com>
264dce47 6393 - (djm) Fix pam sprintf fix
6394 - (djm) Cleanup entropy collection code a little more. Split initialisation
6395 from seeding, perform intialisation immediatly at start, be careful with
6396 uids. Based on problem report from Jim Watt <jimw@peisj.pebio.com>
5bf9cfe9 6397 - (djm) More NeXT compatibility from Ben Lindstrom <mouring@pconline.com>
6398 Including sigaction() et al. replacements
bcbf86ec 6399 - (djm) AIX getuserattr() session initialisation from Tom Bertelson
eeec075f 6400 <tbert@abac.com>
a8545c6c 6401
e2902a5b 640220000708
bcbf86ec 6403 - (djm) Fix bad fprintf format handling in auth-pam.c. Patch from
e2902a5b 6404 Aaron Hopkins <aaron@die.net>
7a33f831 6405 - (djm) Fix incorrect configure handling of --with-rsh-path option. Fix from
6406 Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
bcbf86ec 6407 - (djm) Fixed undefined variables for OSF SIA. Report from
b3f162ba 6408 Baars, Henk <Hendrik.Baars@nl.origin-it.com>
bcbf86ec 6409 - (djm) Handle EWOULDBLOCK returns from read() and write() in atomicio.c
b28e4a3b 6410 Fix from Marquess, Steve Mr JMLFDC <Steve.Marquess@DET.AMEDD.ARMY.MIL>
bcbf86ec 6411 - (djm) Don't use inet_addr.
e2902a5b 6412
5637650d 641320000702
6414 - (djm) Fix brace mismatch from Corinna Vinschen <vinschen@cygnus.com>
27494968 6415 - (djm) Stop shadow expiry checking from preventing logins with NIS. Based
6416 on fix from HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
a4070484 6417 - (djm) Use standard OpenSSL functions in auth-skey.c. Patch from
6418 Chris, the Young One <cky@pobox.com>
bcbf86ec 6419 - (djm) Fix scp progress meter on really wide terminals. Based on patch
88726b31 6420 from James H. Cloos Jr. <cloos@jhcloos.com>
5637650d 6421
388e9f9f 642220000701
6423 - (djm) Fix Tru64 SIA problems reported by John P Speno <speno@isc.upenn.edu>
daaff4d5 6424 - (djm) Login fixes from Tom Bertelson <tbert@abac.com>
82258d68 6425 - (djm) Replace "/bin/sh" with _PATH_BSHELL. Report from Corinna Vinschen
6426 <vinschen@cygnus.com>
30228d7c 6427 - (djm) Replace "/usr/bin/login" with LOGIN_PROGRAM
2647ae26 6428 - (djm) Added check for broken snprintf() functions which do not correctly
6429 terminate output string and attempt to use replacement.
46158300 6430 - (djm) Released 2.1.1p2
388e9f9f 6431
9f32ceb4 643220000628
6433 - (djm) Fixes to lastlog code for Irix
6434 - (djm) Use atomicio in loginrec
3206bb3b 6435 - (djm) Patch from Michael Stone <mstone@cs.loyola.edu> to add support for
6436 Irix 6.x array sessions, project id's, and system audit trail id.
9e0c3e1f 6437 - (djm) Added 'distprep' make target to simplify packaging
bcbf86ec 6438 - (djm) Added patch from Chris Adams <cmadams@hiwaay.net> to add OSF SIA
4d33e531 6439 support. Enable using "USE_SIA=1 ./configure [options]"
61e96248 6440
d8caae24 644120000627
6442 - (djm) Fixes to login code - not setting li->uid, cleanups
a05a70ab 6443 - (djm) Formatting
d8caae24 6444
fe30cc2e 644520000626
3e98362e 6446 - (djm) Better fix to aclocal tests from Garrick James <garrick@james.net>
4cb5ffa0 6447 - (djm) Account expiry support from Andreas Steinmetz <ast@domdv.de>
6448 - (djm) Added password expiry checking (no password change support)
be0b9bb7 6449 - (djm) Make EGD failures non-fatal if OpenSSL's entropy pool is still OK
6450 based on patch from Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
b5b3f75d 6451 - (djm) Fix fixed EGD code.
3e98362e 6452 - OpenBSD CVS update
6453 - provos@cvs.openbsd.org 2000/06/25 14:17:58
6454 [channels.c]
6455 correct check for bad channel ids; from Wei Dai <weidai@eskimo.com>
6456
1c04b088 645720000623
bcbf86ec 6458 - (djm) Use sa_family_t in prototype for rresvport_af. Patch from
1c04b088 6459 Svante Signell <svante.signell@telia.com>
6460 - (djm) Autoconf logic to define sa_family_t if it is missing
e5a0294f 6461 - OpenBSD CVS Updates:
6462 - markus@cvs.openbsd.org 2000/06/22 10:32:27
6463 [sshd.c]
6464 missing atomicio; report from Steve.Marquess@DET.AMEDD.ARMY.MIL
6465 - djm@cvs.openbsd.org 2000/06/22 17:55:00
6466 [auth-krb4.c key.c radix.c uuencode.c]
6467 Missing CVS idents; ok markus
1c04b088 6468
f528fdf2 646920000622
6470 - (djm) Automatically generate host key during "make install". Suggested
6471 by Gary E. Miller <gem@rellim.com>
6472 - (djm) Paranoia before kill() system call
74fc9186 6473 - OpenBSD CVS Updates:
6474 - markus@cvs.openbsd.org 2000/06/18 18:50:11
6475 [auth2.c compat.c compat.h sshconnect2.c]
6476 make userauth+pubkey interop with ssh.com-2.2.0
6477 - markus@cvs.openbsd.org 2000/06/18 20:56:17
6478 [dsa.c]
6479 mem leak + be more paranoid in dsa_verify.
6480 - markus@cvs.openbsd.org 2000/06/18 21:29:50
6481 [key.c]
6482 cleanup fingerprinting, less hardcoded sizes
6483 - markus@cvs.openbsd.org 2000/06/19 19:39:45
6484 [atomicio.c auth-options.c auth-passwd.c auth-rh-rsa.c auth-rhosts.c]
6485 [auth-rsa.c auth-skey.c authfd.c authfd.h authfile.c bufaux.c bufaux.h]
bcbf86ec 6486 [buffer.c buffer.h canohost.c channels.c channels.h cipher.c cipher.h]
74fc9186 6487 [clientloop.c compat.c compat.h compress.c compress.h crc32.c crc32.h]
6488 [deattack.c dispatch.c dsa.c fingerprint.c fingerprint.h getput.h hmac.c]
bcbf86ec 6489 [kex.c log-client.c log-server.c login.c match.c mpaux.c mpaux.h nchan.c]
6490 [nchan.h packet.c packet.h pty.c pty.h readconf.c readconf.h readpass.c]
74fc9186 6491 [rsa.c rsa.h scp.c servconf.c servconf.h ssh-add.c ssh-keygen.c ssh.c]
6492 [ssh.h tildexpand.c ttymodes.c ttymodes.h uidswap.c xmalloc.c xmalloc.h]
6493 OpenBSD tag
6494 - markus@cvs.openbsd.org 2000/06/21 10:46:10
6495 sshconnect2.c missing free; nuke old comment
f528fdf2 6496
e5fe9a1f 649720000620
6498 - (djm) Replace use of '-o' and '-a' logical operators in configure tests
986a22ec 6499 with '||' and '&&'. As suggested by Jim Knoble <jmknoble@jmknoble.cx>
e5fe9a1f 6500 to fix SCO Unixware problem reported by Gary E. Miller <gem@rellim.com>
c03aced4 6501 - (djm) Typo in loginrec.c
e5fe9a1f 6502
cbd7492e 650320000618
6504 - (djm) Add summary of configure options to end of ./configure run
bcbf86ec 6505 - (djm) Not all systems define RUSAGE_SELF & RUSAGE_CHILDREN. Report from
cbd7492e 6506 Michael Stone <mstone@cs.loyola.edu>
bcbf86ec 6507 - (djm) rusage is a privileged operation on some Unices (incl.
cbd7492e 6508 Solaris 2.5.1). Report from Paul D. Smith <pausmith@nortelnetworks.com>
bcbf86ec 6509 - (djm) Avoid PAM failures when running without a TTY. Report from
cbd7492e 6510 Martin Petrak <petrak@spsknm.schools.sk>
6511 - (djm) Include sys/types.h when including netinet/in.h in configure tests.
6512 Patch from Jun-ichiro itojun Hagino <itojun@iijlab.net>
729bfe59 6513 - (djm) Started merge of Ben Lindstrom's <mouring@pconline.com> NeXT support
38c295d6 6514 - OpenBSD CVS updates:
6515 - deraadt@cvs.openbsd.org 2000/06/17 09:58:46
6516 [channels.c]
6517 everyone says "nix it" (remove protocol 2 debugging message)
6518 - markus@cvs.openbsd.org 2000/06/17 13:24:34
6519 [sshconnect.c]
6520 allow extended server banners
6521 - markus@cvs.openbsd.org 2000/06/17 14:30:10
6522 [sshconnect.c]
6523 missing atomicio, typo
6524 - jakob@cvs.openbsd.org 2000/06/17 16:52:34
6525 [servconf.c servconf.h session.c sshd.8 sshd_config]
6526 add support for ssh v2 subsystems. ok markus@.
6527 - deraadt@cvs.openbsd.org 2000/06/17 18:57:48
6528 [readconf.c servconf.c]
6529 include = in WHITESPACE; markus ok
6530 - markus@cvs.openbsd.org 2000/06/17 19:09:10
6531 [auth2.c]
6532 implement bug compatibility with ssh-2.0.13 pubkey, server side
6533 - markus@cvs.openbsd.org 2000/06/17 21:00:28
6534 [compat.c]
6535 initial support for ssh.com's 2.2.0
6536 - markus@cvs.openbsd.org 2000/06/17 21:16:09
6537 [scp.c]
6538 typo
6539 - markus@cvs.openbsd.org 2000/06/17 22:05:02
6540 [auth-rsa.c auth2.c serverloop.c session.c auth-options.c auth-options.h]
6541 split auth-rsa option parsing into auth-options
6542 add options support to authorized_keys2
6543 - markus@cvs.openbsd.org 2000/06/17 22:42:54
6544 [session.c]
6545 typo
cbd7492e 6546
509b1f88 654720000613
6548 - (djm) Fixes from Andrew McGill <andrewm@datrix.co.za>:
6549 - Platform define for SCO 3.x which breaks on /dev/ptmx
6550 - Detect and try to fix missing MAXPATHLEN
a4d05724 6551 - (djm) Fix short copy in loginrec.c (based on patch from Phill Camp
6552 <P.S.S.Camp@ukc.ac.uk>
509b1f88 6553
09564242 655420000612
6555 - (djm) Glob manpages in RPM spec files to catch compressed files
6556 - (djm) Full license in auth-pam.c
08ae384f 6557 - (djm) Configure fixes from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
383207f7 6558 - (andre) AIX, lastlog, configure fixes from Tom Bertelson <tbert@abac.com>:
6559 - Don't try to retrieve lastlog from wtmp/wtmpx if DISABLE_LASTLOG is
6560 def'd
6561 - Set AIX to use preformatted manpages
61e96248 6562
74b224a0 656320000610
6564 - (djm) Minor doc tweaks
217ab55e 6565 - (djm) Fix for configure on bash2 from Jim Knoble <jmknoble@jmknoble.cx>
74b224a0 6566
32c80420 656720000609
6568 - (djm) Patch from Kenji Miyake <kenji@miyake.org> to disable utmp usage
6569 (in favour of utmpx) on Solaris 8
6570
fa649821 657120000606
48c99b2c 6572 - (djm) Cleanup of entropy.c. Reorganised code, removed second pass through
6573 list of commands (by default). Removed verbose debugging (by default).
bcbf86ec 6574 - (djm) Increased command entropy estimates and default entropy collection
48c99b2c 6575 timeout
f988dce5 6576 - (djm) Remove duplicate headers from loginrec.c
c5fa2eb0 6577 - (djm) Don't add /usr/local/lib to library search path on Irix
bcbf86ec 6578 - (djm) Fix rsh path in RPMs. Report from Jason L Tibbitts III
fa649821 6579 <tibbs@math.uh.edu>
1e83f2a2 6580 - (djm) Warn user if grabs fail in GNOME askpass. Patch from Zack Weinberg
6581 <zack@wolery.cumb.org>
fa649821 6582 - (djm) OpenBSD CVS updates:
6583 - todd@cvs.openbsd.org
6584 [sshconnect2.c]
6585 teach protocol v2 to count login failures properly and also enable an
6586 explanation of why the password prompt comes up again like v1; this is NOT
6587 crypto
61e96248 6588 - markus@cvs.openbsd.org
fa649821 6589 [readconf.c readconf.h servconf.c servconf.h session.c ssh.1 ssh.c sshd.8]
6590 xauth_location support; pr 1234
6591 [readconf.c sshconnect2.c]
6592 typo, unused
6593 [session.c]
6594 allow use_login only for login sessions, otherwise remote commands are
6595 execed with uid==0
6596 [sshd.8]
6597 document UseLogin better
6598 [version.h]
6599 OpenSSH 2.1.1
6600 [auth-rsa.c]
bcbf86ec 6601 fix match_hostname() logic for auth-rsa: deny access if we have a
fa649821 6602 negative match or no match at all
6603 [channels.c hostfile.c match.c]
bcbf86ec 6604 don't panic if mkdtemp fails for authfwd; jkb@yahoo-inc.com via
fa649821 6605 kris@FreeBSD.org
6606
8e7b16f8 660720000606
bcbf86ec 6608 - (djm) Added --with-cflags, --with-ldflags and --with-libs options to
8e7b16f8 6609 configure.
6610
d7c0f3d5 661120000604
6612 - Configure tweaking for new login code on Irix 5.3
2d6c411f 6613 - (andre) login code changes based on djm feedback
d7c0f3d5 6614
2d6c411f 661520000603
6616 - (andre) New login code
6617 - Remove bsd-login.[ch] and all the OpenBSD-derived code in login.c
6618 - Add loginrec.[ch], logintest.c and autoconf code
61e96248 6619
5daf7064 662020000531
6621 - Cleanup of auth.c, login.c and fake-*
6622 - Cleanup of auth-pam.c, save and print "account expired" error messages
e5662474 6623 - Fix EGD read bug by IWAMURO Motonori <iwa@mmp.fujitsu.co.jp>
69134b9b 6624 - Rewrote bsd-login to use proper utmp API if available. Major cleanup
6625 of fallback DIY code.
5daf7064 6626
b9f446d1 662720000530
6628 - Define atexit for old Solaris
b02ebca1 6629 - Fix buffer overrun in login.c for systems which use syslen in utmpx.
6630 patch from YOSHIFUJI Hideaki <yoshfuji@cerberus.nemoto.ecei.tohoku.ac.jp>
71276795 6631 - OpenBSD CVS updates:
6632 - markus@cvs.openbsd.org
6633 [session.c]
6634 make x11-fwd work w/ localhost (xauth add host/unix:11)
6635 [cipher.c compat.c readconf.c servconf.c]
6636 check strtok() != NULL; ok niels@
6637 [key.c]
6638 fix key_read() for uuencoded keys w/o '='
6639 [serverloop.c]
6640 group ssh1 vs. ssh2 in serverloop
6641 [kex.c kex.h myproposal.h sshconnect2.c sshd.c]
6642 split kexinit/kexdh, factor out common code
6643 [readconf.c ssh.1 ssh.c]
6644 forwardagent defaults to no, add ssh -A
6645 - theo@cvs.openbsd.org
6646 [session.c]
6647 just some line shortening
60688ef9 6648 - Released 2.1.0p3
b9f446d1 6649
29611d9c 665020000520
6651 - Xauth fix from Markus Friedl <markus.friedl@informatik.uni-erlangen.de>
25422c70 6652 - Don't touch utmp if USE_UTMPX defined
a423beaf 6653 - SunOS 4.x support from Todd C. Miller <Todd.Miller@courtesan.com>
fc1e8bf4 6654 - SIGCHLD fix for AIX and HPUX from Tom Bertelson <tbert@abac.com>
bcbf86ec 6655 - HPUX and Configure fixes from Lutz Jaenicke
fc1e8bf4 6656 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
bcbf86ec 6657 - Use mkinstalldirs script to make directories instead of non-portable
fc1e8bf4 6658 "install -d". Suggested by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
a905808d 6659 - Doc cleanup
29611d9c 6660
301e9b01 666120000518
6662 - Include Andre Lucas' fixprogs script. Forgot to "cvs add" it yesterday
6663 - OpenBSD CVS updates:
6664 - markus@cvs.openbsd.org
6665 [sshconnect.c]
6666 copy only ai_addrlen bytes; misiek@pld.org.pl
6667 [auth.c]
bcbf86ec 6668 accept an empty shell in authentication; bug reported by
301e9b01 6669 chris@tinker.ucr.edu
6670 [serverloop.c]
6671 we don't have stderr for interactive terminal sessions (fcntl errors)
6672
ad85db64 667320000517
6674 - Fix from Andre Lucas <andre.lucas@dial.pipex.com>
6675 - Fixes command line printing segfaults (spotter: Bladt Norbert)
6676 - Fixes erroneous printing of debug messages to syslog
6677 - Fixes utmp for MacOS X (spotter: Aristedes Maniatis)
6678 - Gives useful error message if PRNG initialisation fails
6679 - Reduced ssh startup delay
6680 - Measures cumulative command time rather than the time between reads
704b1659 6681 after select()
ad85db64 6682 - 'fixprogs' perl script to eliminate non-working entropy commands, and
704b1659 6683 optionally run 'ent' to measure command entropy
c1ef8333 6684 - Applied Tom Bertelson's <tbert@abac.com> AIX authentication fix
a64009ad 6685 - Avoid WCOREDUMP complation errors for systems that lack it
bcbf86ec 6686 - Avoid SIGCHLD warnings from entropy commands
28c1d5ce 6687 - Fix HAVE_PAM_GETENVLIST setting from Simon Wilkinson <sxw@dcs.ed.ac.uk>
0e73cc53 6688 - OpenBSD CVS update:
bcbf86ec 6689 - markus@cvs.openbsd.org
0e73cc53 6690 [ssh.c]
6691 fix usage()
6692 [ssh2.h]
6693 draft-ietf-secsh-architecture-05.txt
6694 [ssh.1]
6695 document ssh -T -N (ssh2 only)
6696 [channels.c serverloop.c ssh.h sshconnect.c sshd.c aux.c]
6697 enable nonblocking IO for sshd w/ proto 1, too; split out common code
6698 [aux.c]
6699 missing include
c04f75f1 6700 - Several patches from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
6701 - INSTALL typo and URL fix
6702 - Makefile fix
6703 - Solaris fixes
bcbf86ec 6704 - Checking for ssize_t and memmove. Based on patch from SAKAI Kiyotaka
c04f75f1 6705 <ksakai@kso.netwk.ntt-at.co.jp>
afa5ee68 6706 - RSAless operation patch from kevin_oconnor@standardandpoors.com
d45e3d76 6707 - Detect OpenSSL seperatly from RSA
bcbf86ec 6708 - Better test for RSA (more compatible with RSAref). Based on work by
d45e3d76 6709 Ed Eden <ede370@stl.rural.usda.gov>
ad85db64 6710
3d1a1654 671120000513
bcbf86ec 6712 - Fix for non-recognised DSA keys from Arkadiusz Miskiewicz
3d1a1654 6713 <misiek@pld.org.pl>
6714
d02a3a00 671520000511
bcbf86ec 6716 - Fix for prng_seed permissions checking from Lutz Jaenicke
d02a3a00 6717 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
3d1a1654 6718 - "make host-key" fix for Irix
d02a3a00 6719
d0c832f3 672020000509
6721 - OpenBSD CVS update
6722 - markus@cvs.openbsd.org
6723 [cipher.h myproposal.h readconf.c readconf.h servconf.c ssh.1 ssh.c]
6724 [ssh.h sshconnect1.c sshconnect2.c sshd.8]
6725 - complain about invalid ciphers in SSH1 (e.g. arcfour is SSH2 only)
6726 - hugh@cvs.openbsd.org
6727 [ssh.1]
6728 - zap typo
6729 [ssh-keygen.1]
6730 - One last nit fix. (markus approved)
6731 [sshd.8]
6732 - some markus certified spelling adjustments
6733 - markus@cvs.openbsd.org
6734 [auth2.c channels.c clientloop.c compat compat.h dsa.c kex.c]
6735 [sshconnect2.c ]
6736 - bug compat w/ ssh-2.0.13 x11, split out bugs
6737 [nchan.c]
6738 - no drain if ibuf_empty, fixes x11fwd problems; tests by fries@
6739 [ssh-keygen.c]
6740 - handle escapes in real and original key format, ok millert@
6741 [version.h]
6742 - OpenSSH-2.1
3dc1102e 6743 - Moved all the bsd-* and fake-* stuff into new libopenbsd-compat.a
e93ee87a 6744 - Doc updates
bcbf86ec 6745 - Cleanup of bsd-base64 headers, bugfix definitions of __b64_*. Reported
21e5304a 6746 by Andre Lucas <andre.lucas@dial.pipex.com>
d0c832f3 6747
ebdeb9a8 674820000508
6749 - Makefile and RPM spec fixes
6750 - Generate DSA host keys during "make key" or RPM installs
f6cde515 6751 - OpenBSD CVS update
6752 - markus@cvs.openbsd.org
6753 [clientloop.c sshconnect2.c]
6754 - make x11-fwd interop w/ ssh-2.0.13
6755 [README.openssh2]
6756 - interop w/ SecureFX
6757 - Release 2.0.0beta2
ebdeb9a8 6758
bcbf86ec 6759 - Configure caching and cleanup patch from Andre Lucas'
58d100bf 6760 <andre.lucas@dial.pipex.com>
6761
1d1ffb87 676220000507
6763 - Remove references to SSLeay.
6764 - Big OpenBSD CVS update
6765 - markus@cvs.openbsd.org
6766 [clientloop.c]
6767 - typo
6768 [session.c]
6769 - update proctitle on pty alloc/dealloc, e.g. w/ windows client
6770 [session.c]
6771 - update proctitle for proto 1, too
6772 [channels.h nchan.c serverloop.c session.c sshd.c]
6773 - use c-style comments
6774 - deraadt@cvs.openbsd.org
6775 [scp.c]
6776 - more atomicio
bcbf86ec 6777 - markus@cvs.openbsd.org
1d1ffb87 6778 [channels.c]
6779 - set O_NONBLOCK
6780 [ssh.1]
6781 - update AUTHOR
6782 [readconf.c ssh-keygen.c ssh.h]
6783 - default DSA key file ~/.ssh/id_dsa
6784 [clientloop.c]
6785 - typo, rm verbose debug
6786 - deraadt@cvs.openbsd.org
6787 [ssh-keygen.1]
6788 - document DSA use of ssh-keygen
6789 [sshd.8]
6790 - a start at describing what i understand of the DSA side
6791 [ssh-keygen.1]
6792 - document -X and -x
6793 [ssh-keygen.c]
6794 - simplify usage
bcbf86ec 6795 - markus@cvs.openbsd.org
1d1ffb87 6796 [sshd.8]
6797 - there is no rhosts_dsa
6798 [ssh-keygen.1]
6799 - document -y, update -X,-x
6800 [nchan.c]
6801 - fix close for non-open ssh1 channels
6802 [servconf.c servconf.h ssh.h sshd.8 sshd.c ]
6803 - s/DsaKey/HostDSAKey/, document option
6804 [sshconnect2.c]
6805 - respect number_of_password_prompts
6806 [channels.c channels.h servconf.c servconf.h session.c sshd.8]
6807 - GatewayPorts for sshd, ok deraadt@
6808 [ssh-add.1 ssh-agent.1 ssh.1]
6809 - more doc on: DSA, id_dsa, known_hosts2, authorized_keys2
6810 [ssh.1]
6811 - more info on proto 2
6812 [sshd.8]
6813 - sync AUTHOR w/ ssh.1
6814 [key.c key.h sshconnect.c]
6815 - print key type when talking about host keys
6816 [packet.c]
6817 - clear padding in ssh2
6818 [dsa.c key.c radix.c ssh.h sshconnect1.c uuencode.c uuencode.h]
6819 - replace broken uuencode w/ libc b64_ntop
6820 [auth2.c]
6821 - log failure before sending the reply
6822 [key.c radix.c uuencode.c]
6823 - remote trailing comments before calling __b64_pton
6824 [auth2.c readconf.c readconf.h servconf.c servconf.h ssh.1]
6825 [sshconnect2.c sshd.8]
6826 - add DSAAuthetication option to ssh/sshd, document SSH2 in sshd.8
6827 - Bring in b64_ntop and b64_pton from OpenBSD libc (bsd-base64.[ch])
6828
1a11e1ae 682920000502
0fbe8c74 6830 - OpenBSD CVS update
6831 [channels.c]
6832 - init all fds, close all fds.
6833 [sshconnect2.c]
6834 - check whether file exists before asking for passphrase
6835 [servconf.c servconf.h sshd.8 sshd.c]
6836 - PidFile, pr 1210
6837 [channels.c]
6838 - EINTR
6839 [channels.c]
6840 - unbreak, ok niels@
6841 [sshd.c]
6842 - unlink pid file, ok niels@
6843 [auth2.c]
6844 - Add missing #ifdefs; ok - markus
bcbf86ec 6845 - Add Andre Lucas' <andre.lucas@dial.pipex.com> patch to read entropy
d3083fbd 6846 gathering commands from a text file
1a11e1ae 6847 - Release 2.0.0beta1
6848
c4bc58eb 684920000501
6850 - OpenBSD CVS update
6851 [packet.c]
6852 - send debug messages in SSH2 format
3189621b 6853 [scp.c]
6854 - fix very rare EAGAIN/EINTR issues; based on work by djm
6855 [packet.c]
6856 - less debug, rm unused
6857 [auth2.c]
6858 - disable kerb,s/key in ssh2
6859 [sshd.8]
6860 - Minor tweaks and typo fixes.
6861 [ssh-keygen.c]
6862 - Put -d into usage and reorder. markus ok.
bcbf86ec 6863 - Include missing headers for OpenSSL tests. Fix from Phil Karn
44fb55e9 6864 <karn@ka9q.ampr.org>
bcbf86ec 6865 - Fixed __progname symbol collisions reported by Andre Lucas
3fd95d9a 6866 <andre.lucas@dial.pipex.com>
0d5f7abc 6867 - Merged bsd-login ttyslot and AIX utmp patch from Gert Doering
6868 <gd@hilb1.medat.de>
8cb940db 6869 - Add some missing ifdefs to auth2.c
8af50c98 6870 - Deprecate perl-tk askpass.
52bcc044 6871 - Irix portability fixes - don't include netinet headers more than once
6872 - Make sure we don't save PRNG seed more than once
c4bc58eb 6873
2b763e31 687420000430
6875 - Merge HP-UX fixes and TCB support from Ged Lodder <lodder@yacc.com.au>
b7a87eea 6876 - Integrate Andre Lucas' <andre.lucas@dial.pipex.com> entropy collection
6877 patch.
6878 - Adds timeout to entropy collection
6879 - Disables slow entropy sources
6880 - Load and save seed file
bcbf86ec 6881 - Changed entropy seed code to user per-user seeds only (server seed is
b7a87eea 6882 saved in root's .ssh directory)
6883 - Use atexit() and fatal cleanups to save seed on exit
0b242b12 6884 - More OpenBSD updates:
6885 [session.c]
6886 - don't call chan_write_failed() if we are not writing
6887 [auth-rsa.c auth1.c authfd.c hostfile.c ssh-agent.c]
6888 - keysize warnings error() -> log()
2b763e31 6889
a306f2dd 689020000429
6891 - Merge big update to OpenSSH-2.0 from OpenBSD CVS
6892 [README.openssh2]
6893 - interop w/ F-secure windows client
6894 - sync documentation
6895 - ssh_host_dsa_key not ssh_dsa_key
6896 [auth-rsa.c]
6897 - missing fclose
6898 [auth.c authfile.c compat.c dsa.c dsa.h hostfile.c key.c key.h radix.c]
6899 [readconf.c readconf.h ssh-add.c ssh-keygen.c ssh.c ssh.h sshconnect.c]
6900 [sshd.c uuencode.c uuencode.h authfile.h]
6901 - add DSA pubkey auth and other SSH2 fixes. use ssh-keygen -[xX]
6902 for trading keys with the real and the original SSH, directly from the
6903 people who invented the SSH protocol.
6904 [auth.c auth.h authfile.c sshconnect.c auth1.c auth2.c sshconnect.h]
6905 [sshconnect1.c sshconnect2.c]
6906 - split auth/sshconnect in one file per protocol version
6907 [sshconnect2.c]
6908 - remove debug
6909 [uuencode.c]
6910 - add trailing =
6911 [version.h]
6912 - OpenSSH-2.0
6913 [ssh-keygen.1 ssh-keygen.c]
6914 - add -R flag: exit code indicates if RSA is alive
6915 [sshd.c]
6916 - remove unused
6917 silent if -Q is specified
6918 [ssh.h]
6919 - host key becomes /etc/ssh_host_dsa_key
6920 [readconf.c servconf.c ]
6921 - ssh/sshd default to proto 1 and 2
6922 [uuencode.c]
6923 - remove debug
6924 [auth2.c ssh-keygen.c sshconnect2.c sshd.c]
6925 - xfree DSA blobs
6926 [auth2.c serverloop.c session.c]
6927 - cleanup logging for sshd/2, respect PasswordAuth no
6928 [sshconnect2.c]
6929 - less debug, respect .ssh/config
6930 [README.openssh2 channels.c channels.h]
bcbf86ec 6931 - clientloop.c session.c ssh.c
a306f2dd 6932 - support for x11-fwding, client+server
6933
0ac7199f 693420000421
6935 - Merge fix from OpenBSD CVS
6936 [ssh-agent.c]
6937 - Fix memory leak per connection. Report from Andy Spiegl <Andy@Spiegl.de>
6938 via Debian bug #59926
18ba2aab 6939 - Define __progname in session.c if libc doesn't
6940 - Remove indentation on autoconf #include statements to avoid bug in
bcbf86ec 6941 DEC Tru64 compiler. Report and fix from David Del Piero
18ba2aab 6942 <David.DelPiero@qed.qld.gov.au>
0ac7199f 6943
e1b37056 694420000420
bcbf86ec 6945 - Make fixpaths work with perl4, patch from Andre Lucas
e1b37056 6946 <andre.lucas@dial.pipex.com>
9da5c3c9 6947 - Sync with OpenBSD CVS:
6948 [clientloop.c login.c serverloop.c ssh-agent.c ssh.h sshconnect.c sshd.c]
6949 - pid_t
6950 [session.c]
6951 - remove bogus chan_read_failed. this could cause data
6952 corruption (missing data) at end of a SSH2 session.
4e577b89 6953 - Merge fixes from Debian patch from Phil Hands <phil@hands.com>
6954 - Allow setting of PAM service name through CFLAGS (SSHD_PAM_SERVICE)
6955 - Use vhangup to clean up Linux ttys
6956 - Force posix getopt processing on GNU libc systems
371ecff9 6957 - Debian bug #55910 - remove references to ssl(8) manpages
247f1a89 6958 - Debian bug #58031 - ssh_config lies about default cipher
e1b37056 6959
d6f24e45 696020000419
6961 - OpenBSD CVS updates
6962 [channels.c]
6963 - fix pr 1196, listen_port and port_to_connect interchanged
6964 [scp.c]
bcbf86ec 6965 - after completion, replace the progress bar ETA counter with a final
d6f24e45 6966 elapsed time; my idea, aaron wrote the patch
6967 [ssh_config sshd_config]
6968 - show 'Protocol' as an example, ok markus@
6969 [sshd.c]
6970 - missing xfree()
6971 - Add missing header to bsd-misc.c
6972
35484284 697320000416
6974 - Reduce diff against OpenBSD source
bcbf86ec 6975 - All OpenSSL includes are now unconditionally referenced as
35484284 6976 openssl/foo.h
6977 - Pick up formatting changes
6978 - Other minor changed (typecasts, etc) that I missed
6979
6ae2364d 698020000415
6981 - OpenBSD CVS updates.
6982 [ssh.1 ssh.c]
6983 - ssh -2
6984 [auth.c channels.c clientloop.c packet.c packet.h serverloop.c]
6985 [session.c sshconnect.c]
6986 - check payload for (illegal) extra data
6987 [ALL]
6988 whitespace cleanup
6989
c323ac76 699020000413
6991 - INSTALL doc updates
f54651ce 6992 - Merged OpenBSD updates to include paths.
bcbf86ec 6993
a8be9f80 699420000412
6995 - OpenBSD CVS updates:
6996 - [channels.c]
6997 repair x11-fwd
6998 - [sshconnect.c]
6999 fix passwd prompt for ssh2, less debugging output.
7000 - [clientloop.c compat.c dsa.c kex.c sshd.c]
7001 less debugging output
7002 - [kex.c kex.h sshconnect.c sshd.c]
7003 check for reasonable public DH values
7004 - [README.openssh2 cipher.c cipher.h compat.c compat.h readconf.c]
7005 [readconf.h servconf.c servconf.h ssh.c ssh.h sshconnect.c sshd.c]
7006 add Cipher and Protocol options to ssh/sshd, e.g.:
7007 ssh -o 'Protocol 1,2' if you prefer proto 1, ssh -o 'Ciphers
7008 arcfour,3des-cbc'
7009 - [sshd.c]
7010 print 1.99 only if server supports both
7011
18e92801 701220000408
7013 - Avoid some compiler warnings in fake-get*.c
7014 - Add IPTOS macros for systems which lack them
9d98aaf6 7015 - Only set define entropy collection macros if they are found
e78a59f5 7016 - More large OpenBSD CVS updates:
7017 - [auth.c auth.h servconf.c servconf.h serverloop.c session.c]
7018 [session.h ssh.h sshd.c README.openssh2]
7019 ssh2 server side, see README.openssh2; enable with 'sshd -2'
7020 - [channels.c]
7021 no adjust after close
7022 - [sshd.c compat.c ]
7023 interop w/ latest ssh.com windows client.
61e96248 7024
8ce64345 702520000406
7026 - OpenBSD CVS update:
7027 - [channels.c]
7028 close efd on eof
7029 - [clientloop.c compat.c ssh.c sshconnect.c myproposal.h]
7030 ssh2 client implementation, interops w/ ssh.com and lsh servers.
7031 - [sshconnect.c]
7032 missing free.
7033 - [authfile.c cipher.c cipher.h packet.c sshconnect.c sshd.c]
7034 remove unused argument, split cipher_mask()
7035 - [clientloop.c]
7036 re-order: group ssh1 vs. ssh2
7037 - Make Redhat spec require openssl >= 0.9.5a
7038
e7627112 703920000404
7040 - Add tests for RAND_add function when searching for OpenSSL
7e7327a1 7041 - OpenBSD CVS update:
7042 - [packet.h packet.c]
7043 ssh2 packet format
7044 - [packet.h packet.c nchan2.ms nchan.h compat.h compat.c]
7045 [channels.h channels.c]
7046 channel layer support for ssh2
7047 - [kex.h kex.c hmac.h hmac.c dsa.c dsa.h]
7048 DSA, keyexchange, algorithm agreement for ssh2
6c081128 7049 - Generate manpages before make install not at the end of make all
7050 - Don't seed the rng quite so often
7051 - Always reseed rng when requested
e7627112 7052
bfc9a610 705320000403
7054 - Wrote entropy collection routines for systems that lack /dev/random
7055 and EGD
837c30b8 7056 - Disable tests and typedefs for 64 bit types. They are currently unused.
bfc9a610 7057
7368a6c8 705820000401
7059 - Big OpenBSD CVS update (mainly beginnings of SSH2 infrastructure)
7060 - [auth.c session.c sshd.c auth.h]
7061 split sshd.c -> auth.c session.c sshd.c plus cleanup and goto-removal
7062 - [bufaux.c bufaux.h]
7063 support ssh2 bignums
7064 - [channels.c channels.h clientloop.c sshd.c nchan.c nchan.h packet.c]
7065 [readconf.c ssh.c ssh.h serverloop.c]
7066 replace big switch() with function tables (prepare for ssh2)
7067 - [ssh2.h]
7068 ssh2 message type codes
7069 - [sshd.8]
7070 reorder Xr to avoid cutting
7071 - [serverloop.c]
7072 close(fdin) if fdin != fdout, shutdown otherwise, ok theo@
7073 - [channels.c]
7074 missing close
7075 allow bigger packets
7076 - [cipher.c cipher.h]
7077 support ssh2 ciphers
7078 - [compress.c]
7079 cleanup, less code
7080 - [dispatch.c dispatch.h]
7081 function tables for different message types
7082 - [log-server.c]
7083 do not log() if debuggin to stderr
7084 rename a cpp symbol, to avoid param.h collision
7085 - [mpaux.c]
7086 KNF
7087 - [nchan.c]
7088 sync w/ channels.c
7089
f5238bee 709020000326
7091 - Better tests for OpenSSL w/ RSAref
bcbf86ec 7092 - Added replacement setenv() function from OpenBSD libc. Suggested by
f5238bee 7093 Ben Lindstrom <mouring@pconline.com>
4fe2af09 7094 - OpenBSD CVS update
7095 - [auth-krb4.c]
7096 -Wall
7097 - [auth-rh-rsa.c auth-rsa.c hostfile.c hostfile.h key.c key.h match.c]
7098 [match.h ssh.c ssh.h sshconnect.c sshd.c]
7099 initial support for DSA keys. ok deraadt@, niels@
7100 - [cipher.c cipher.h]
7101 remove unused cipher_attack_detected code
7102 - [scp.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
7103 Fix some formatting problems I missed before.
7104 - [ssh.1 sshd.8]
7105 fix spelling errors, From: FreeBSD
7106 - [ssh.c]
7107 switch to raw mode only if he _get_ a pty (not if we _want_ a pty).
f5238bee 7108
0024a081 710920000324
7110 - Released 1.2.3
7111
bd499f9e 711220000317
7113 - Clarified --with-default-path option.
7114 - Added -blibpath handling for AIX to work around stupid runtime linking.
7115 Problem elucidated by gshapiro@SENDMAIL.ORG by way of Jim Knoble
986a22ec 7116 <jmknoble@jmknoble.cx>
474b5fef 7117 - Checks for 64 bit int types. Problem report from Mats Fredholm
7118 <matsf@init.se>
610cd5c6 7119 - OpenBSD CVS updates:
bcbf86ec 7120 - [atomicio.c auth-krb4.c bufaux.c channels.c compress.c fingerprint.c]
610cd5c6 7121 [packet.h radix.c rsa.c scp.c ssh-agent.c ssh-keygen.c sshconnect.c]
7122 [sshd.c]
7123 pedantic: signed vs. unsigned, void*-arithm, etc
7124 - [ssh.1 sshd.8]
7125 Various cleanups and standardizations.
bcbf86ec 7126 - Runtime error fix for HPUX from Otmar Stahl
be48d23c 7127 <O.Stahl@lsw.uni-heidelberg.de>
bd499f9e 7128
4696775a 712920000316
bcbf86ec 7130 - Fixed configure not passing LDFLAGS to Solaris. Report from David G.
4696775a 7131 Hesprich <dghespri@sprintparanet.com>
d423d822 7132 - Propogate LD through to Makefile
b7a9ce47 7133 - Doc cleanups
2ba2a610 7134 - Added blurb about "scp: command not found" errors to UPGRADING
4696775a 7135
cb0b7ea4 713620000315
7137 - Fix broken CFLAGS handling during search for OpenSSL. Fixes va_list
7138 problems with gcc/Solaris.
bcbf86ec 7139 - Don't free argument to putenv() after use (in setenv() replacement).
db55a3ea 7140 Report from Seigo Tanimura <tanimura@r.dl.itc.u-tokyo.ac.jp>
bcbf86ec 7141 - Created contrib/ subdirectory. Included helpers from Phil Hands'
13652e52 7142 Debian package, README file and chroot patch from Ricardo Cerqueira
7143 <rmcc@clix.pt>
bcbf86ec 7144 - Moved gnome-ssh-askpass.c to contrib directory and removed config
13652e52 7145 option.
7146 - Slight cleanup to doc files
b14b2ae7 7147 - Configure fix from Bratislav ILICH <bilic@zepter.ru>
cb0b7ea4 7148
a8ed9fd9 714920000314
bcbf86ec 7150 - Include macro for IN6_IS_ADDR_V4MAPPED. Report from
a8ed9fd9 7151 peter@frontierflying.com
84afc958 7152 - Include /usr/local/include and /usr/local/lib for systems that don't
7153 do it themselves
7154 - -R/usr/local/lib for Solaris
7155 - Fix RSAref detection
7156 - Fix IN6_IS_ADDR_V4MAPPED macro
a8ed9fd9 7157
bcf36c78 715820000311
7159 - Detect RSAref
43e48848 7160 - OpenBSD CVS change
7161 [sshd.c]
7162 - disallow guessing of root password
867dbf40 7163 - More configure fixes
80faa19f 7164 - IPv6 workarounds from Hideaki YOSHIFUJI <yoshfuji@ecei.tohoku.ac.jp>
bcf36c78 7165
c8d54615 716620000309
7167 - OpenBSD CVS updates to v1.2.3
704b1659 7168 [ssh.h atomicio.c]
7169 - int atomicio -> ssize_t (for alpha). ok deraadt@
7170 [auth-rsa.c]
7171 - delay MD5 computation until client sends response, free() early, cleanup.
7172 [cipher.c]
7173 - void* -> unsigned char*, ok niels@
7174 [hostfile.c]
7175 - remove unused variable 'len'. fix comments.
7176 - remove unused variable
7177 [log-client.c log-server.c]
7178 - rename a cpp symbol, to avoid param.h collision
7179 [packet.c]
7180 - missing xfree()
7181 - getsockname() requires initialized tolen; andy@guildsoftware.com
7182 - use getpeername() in packet_connection_is_on_socket(), fixes sshd -i;
7183 from Holger.Trapp@Informatik.TU-Chemnitz.DE
7184 [pty.c pty.h]
bcbf86ec 7185 - register cleanup for pty earlier. move code for pty-owner handling to
c8d54615 7186 pty.c ok provos@, dugsong@
704b1659 7187 [readconf.c]
7188 - turn off x11-fwd for the client, too.
7189 [rsa.c]
7190 - PKCS#1 padding
7191 [scp.c]
7192 - allow '.' in usernames; from jedgar@fxp.org
7193 [servconf.c]
7194 - typo: ignore_user_known_hosts int->flag; naddy@mips.rhein-neckar.de
7195 - sync with sshd_config
7196 [ssh-keygen.c]
7197 - enable ssh-keygen -l -f ~/.ssh/known_hosts, ok deraadt@
7198 [ssh.1]
7199 - Change invalid 'CHAT' loglevel to 'VERBOSE'
7200 [ssh.c]
7201 - suppress AAAA query host when '-4' is used; from shin@nd.net.fujitsu.co.jp
7202 - turn off x11-fwd for the client, too.
7203 [sshconnect.c]
7204 - missing xfree()
7205 - retry rresvport_af(), too. from sumikawa@ebina.hitachi.co.jp.
7206 - read error vs. "Connection closed by remote host"
7207 [sshd.8]
7208 - ie. -> i.e.,
7209 - do not link to a commercial page..
7210 - sync with sshd_config
7211 [sshd.c]
7212 - no need for poll.h; from bright@wintelcom.net
7213 - log with level log() not fatal() if peer behaves badly.
7214 - don't panic if client behaves strange. ok deraadt@
7215 - make no-port-forwarding for RSA keys deny both -L and -R style fwding
7216 - delay close() of pty until the pty has been chowned back to root
7217 - oops, fix comment, too.
7218 - missing xfree()
7219 - move XAUTHORITY to subdir. ok dugsong@. fixes debian bug #57907, too.
7220 (http://cgi.debian.org/cgi-bin/bugreport.cgi?archive=no&bug=57907)
bcbf86ec 7221 - register cleanup for pty earlier. move code for pty-owner handling to
704b1659 7222 pty.c ok provos@, dugsong@
7223 - create x11 cookie file
7224 - fix pr 1113, fclose() -> pclose(), todo: remote popen()
7225 - version 1.2.3
c8d54615 7226 - Cleaned up
bcbf86ec 7227 - Removed warning workaround for Linux and devpts filesystems (no longer
d8223847 7228 required after OpenBSD updates)
c8d54615 7229
07055445 723020000308
7231 - Configure fix from Hiroshi Takekawa <takekawa@sr3.t.u-tokyo.ac.jp>
7232
723320000307
7234 - Released 1.2.2p1
7235
9c8c3fc6 723620000305
7237 - Fix DEC compile fix
54096dcc 7238 - Explicitly seed OpenSSL's PRNG before checking rsa_alive()
aa6bd60a 7239 - Check for getpagesize in libucb.a if not found in libc. Fix for old
7240 Solaris from Andre Lucas <andre.lucas@dial.pipex.com>
bcbf86ec 7241 - Check for libwrap if --with-tcp-wrappers option specified. Suggestion
9fc7867e 7242 Mate Wierdl <mw@moni.msci.memphis.edu>
9c8c3fc6 7243
6bf4d066 724420000303
7245 - Added "make host-key" target, Suggestion from Dominik Brettnacher
7246 <domi@saargate.de>
bcbf86ec 7247 - Don't permanently fail on bind() if getaddrinfo has more choices left for
16218745 7248 us. Needed to work around messy IPv6 on Linux. Patch from Arkadiusz
7249 Miskiewicz <misiek@pld.org.pl>
22fa590f 7250 - DEC Unix compile fix from David Del Piero <David.DelPiero@qed.qld.gov.au>
7251 - Manpage fix from David Del Piero <David.DelPiero@qed.qld.gov.au>
6bf4d066 7252
a0391976 725320000302
7254 - Big cleanup of autoconf code
7255 - Rearranged to be a little more logical
7256 - Added -R option for Solaris
7257 - Rewrote OpenSSL detection code. Now uses AC_TRY_RUN with a test program
7258 to detect library and header location _and_ ensure library has proper
7259 RSA support built in (this is a problem with OpenSSL 0.9.5).
817175bc 7260 - Applied pty cleanup patch from markus.friedl@informatik.uni-erlangen.de
0a1718dc 7261 - Avoid warning message with Unix98 ptys
bcbf86ec 7262 - Warning was valid - possible race condition on PTYs. Avoided using
3276571c 7263 platform-specific code.
7264 - Document some common problems
bcbf86ec 7265 - Allow root access to any key. Patch from
81eef326 7266 markus.friedl@informatik.uni-erlangen.de
a0391976 7267
f55afe71 726820000207
7269 - Removed SOCKS code. Will support through a ProxyCommand.
7270
d07d1c58 727120000203
7272 - Fixed SEGVs in authloop, fix from vbzoli@hbrt.hu
d581b7ae 7273 - Add --with-ssl-dir option
d07d1c58 7274
9d5f374b 727520000202
bcbf86ec 7276 - Fix lastlog code for directory based lastlogs. Fix from Josh Durham
9d5f374b 7277 <jmd@aoe.vt.edu>
6b1f3fdb 7278 - Documentation fixes from HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
bcbf86ec 7279 - Added URLs to Japanese translations of documents by HARUYAMA Seigo
6b1f3fdb 7280 <haruyama@nt.phys.s.u-tokyo.ac.jp>
9d5f374b 7281
bc8c2601 728220000201
7283 - Use socket pairs by default (instead of pipes). Prevents race condition
7284 on several (buggy) OSs. Report and fix from tridge@linuxcare.com
7285
69c76614 728620000127
7287 - Seed OpenSSL's random number generator before generating RSA keypairs
7288 - Split random collector into seperate file
aaf2abd7 7289 - Compile fix from Andre Lucas <andre.lucas@dial.pipex.com>
69c76614 7290
f9507c24 729120000126
7292 - Released 1.2.2 stable
7293
bcbf86ec 7294 - NeXT keeps it lastlog in /usr/adm. Report from
f9507c24 7295 mouring@newton.pconline.com
bcbf86ec 7296 - Added note in UPGRADING re interop with commercial SSH using idea.
986a22ec 7297 Report from Jim Knoble <jmknoble@jmknoble.cx>
587120ad 7298 - Fix linking order for Kerberos/AFS. Fix from Holget Trapp
7299 <Holger.Trapp@Informatik.TU-Chemnitz.DE>
f9507c24 7300
bfae20ad 730120000125
bcbf86ec 7302 - Fix NULL pointer dereference in login.c. Fix from Andre Lucas
bfae20ad 7303 <andre.lucas@dial.pipex.com>
07b0cb78 7304 - Reorder PAM initialisation so it does not mess up lastlog. Reported
7305 by Andre Lucas <andre.lucas@dial.pipex.com>
bcbf86ec 7306 - Use preformatted manpages on SCO, report from Gary E. Miller
9755cbdb 7307 <gem@rellim.com>
7308 - New URL for x11-ssh-askpass.
bcbf86ec 7309 - Fixpaths was missing /etc/ssh_known_hosts. Report from Jim Knoble
986a22ec 7310 <jmknoble@jmknoble.cx>
bcbf86ec 7311 - Added 'DESTDIR' option to Makefile to ease package building. Patch from
986a22ec 7312 Jim Knoble <jmknoble@jmknoble.cx>
ff8ecdb8 7313 - Updated RPM spec files to use DESTDIR
bfae20ad 7314
bb58aa4b 731520000124
7316 - Pick up version 1.2.2 from OpenBSD CVS (no changes, just version number
7317 increment)
7318
d45317d8 731920000123
7320 - OpenBSD CVS:
7321 - [packet.c]
7322 getsockname() requires initialized tolen; andy@guildsoftware.com
bcbf86ec 7323 - AIX patch from Matt Richards <v2matt@btv.ibm.com> and David Rankin
4c40f834 7324 <drankin@bohemians.lexington.ky.us>
12aa90af 7325 - Fix lastlog support, patch from Andre Lucas <andre.lucas@dial.pipex.com>
d45317d8 7326
e844f761 732720000122
7328 - Fix compilation of bsd-snprintf.c on Solaris, fix from Ben Taylor
7329 <bent@clark.net>
c54a6257 7330 - Merge preformatted manpage patch from Andre Lucas
7331 <andre.lucas@dial.pipex.com>
8eb34e02 7332 - Make IPv4 use the default in RPM packages
7333 - Irix uses preformatted manpages
1e64903d 7334 - Missing htons() in bsd-bindresvport.c, fix from Holger Trapp
7335 <Holger.Trapp@Informatik.TU-Chemnitz.DE>
9bc5ddfe 7336 - OpenBSD CVS updates:
7337 - [packet.c]
7338 use getpeername() in packet_connection_is_on_socket(), fixes sshd -i;
7339 from Holger.Trapp@Informatik.TU-Chemnitz.DE
7340 - [sshd.c]
7341 log with level log() not fatal() if peer behaves badly.
7342 - [readpass.c]
bcbf86ec 7343 instead of blocking SIGINT, catch it ourselves, so that we can clean
7344 the tty modes up and kill ourselves -- instead of our process group
61e96248 7345 leader (scp, cvs, ...) going away and leaving us in noecho mode.
9bc5ddfe 7346 people with cbreak shells never even noticed..
399d9d44 7347 - [ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
7348 ie. -> i.e.,
e844f761 7349
4c8ef3fb 735020000120
7351 - Don't use getaddrinfo on AIX
7b2ea3a1 7352 - Update to latest OpenBSD CVS:
7353 - [auth-rsa.c]
7354 - fix user/1056, sshd keeps restrictions; dbt@meat.net
7355 - [sshconnect.c]
7356 - disable agent fwding for proto 1.3, remove abuse of auth-rsa flags.
7357 - destroy keys earlier
bcbf86ec 7358 - split key exchange (kex) and user authentication (user-auth),
d468fc76 7359 ok: provos@
7b2ea3a1 7360 - [sshd.c]
7361 - no need for poll.h; from bright@wintelcom.net
7362 - disable agent fwding for proto 1.3, remove abuse of auth-rsa flags.
bcbf86ec 7363 - split key exchange (kex) and user authentication (user-auth),
d468fc76 7364 ok: provos@
f3bba493 7365 - Big manpage and config file cleanup from Andre Lucas
7366 <andre.lucas@dial.pipex.com>
5f4fdfae 7367 - Re-added latest (unmodified) OpenBSD manpages
47f9a56a 7368 - Doc updates
d468fc76 7369 - NetBSD patch from David Rankin <drankin@bohemians.lexington.ky.us> and
7370 Christos Zoulas <christos@netbsd.org>
4c8ef3fb 7371
082bbfb3 737220000119
20af321f 7373 - SCO compile fixes from Gary E. Miller <gem@rellim.com>
082bbfb3 7374 - Compile fix from Darren_Hall@progressive.com
59e76f33 7375 - Linux/glibc-2.1.2 takes a *long* time to look up names for AF_UNSPEC
7376 addresses using getaddrinfo(). Added a configure switch to make the
7377 default lookup mode AF_INET
082bbfb3 7378
a63a7f37 737920000118
7380 - Fixed --with-pid-dir option
51a6baf8 7381 - Makefile fix from Gary E. Miller <gem@rellim.com>
61e96248 7382 - Compile fix for HPUX and Solaris from Andre Lucas
976f7e19 7383 <andre.lucas@dial.pipex.com>
a63a7f37 7384
f914c7fb 738520000117
7386 - Clean up bsd-bindresvport.c. Use arc4random() for picking initial
7387 port, ignore EINVAL errors (Linux) when searching for free port.
bcbf86ec 7388 - Revert __snprintf -> snprintf aliasing. Apparently Solaris
de93b046 7389 __snprintf isn't. Report from Theo de Raadt <theo@cvs.openbsd.org>
9b363e1c 7390 - Document location of Redhat PAM file in INSTALL.
bcbf86ec 7391 - Fixed X11 forwarding bug on Linux. libc advertises AF_INET6
7392 INADDR_ANY_INIT addresses via getaddrinfo, but may not be able to
f4a7cf29 7393 deliver (no IPv6 kernel support)
80a44451 7394 - Released 1.2.1pre27
f914c7fb 7395
f4a7cf29 7396 - Fix rresvport_af failure errors (logic error in bsd-bindresvport.c)
bcbf86ec 7397 - Fix --with-ipaddr-display option test. Fix from Jarno Huuskonen
cf8ad170 7398 <jhuuskon@hytti.uku.fi>
bcbf86ec 7399 - Fix hang on logout if processes are still using the pty. Needs
691a8a9f 7400 further testing.
5957fd29 7401 - Patch from Christos Zoulas <christos@zoulas.com>
7402 - Try $prefix first when looking for OpenSSL.
7403 - Include sys/types.h when including sys/socket.h in test programs
bcbf86ec 7404 - Substitute PID directory in sshd.8. Suggestion from Andrew
19d9ac2a 7405 Stribblehill <a.d.stribblehill@durham.ac.uk>
f4a7cf29 7406
47e45e44 740720000116
7408 - Renamed --with-xauth-path to --with-xauth
7409 - Added --with-pid-dir option
7410 - Released 1.2.1pre26
7411
a82ef8ae 7412 - Compilation fix from Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
bcbf86ec 7413 - Fixed broken bugfix for /dev/ptmx on Linux systems which lack
66be05a1 7414 openpty(). Report from Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
a82ef8ae 7415
5cdfe03f 741620000115
7417 - Add --with-xauth-path configure directive and explicit test for
bcbf86ec 7418 /usr/openwin/bin/xauth for Solaris systems. Report from Anders
5cdfe03f 7419 Nordby <anders@fix.no>
bcbf86ec 7420 - Fix incorrect detection of /dev/ptmx on Linux systems that lack
5cdfe03f 7421 openpty. Report from John Seifarth <john@waw.be>
7422 - Look for intXX_t and u_intXX_t in sys/bitypes.h if they are not in
bcbf86ec 7423 sys/types.h. Fixes problems on SCO, report from Gary E. Miller
5cdfe03f 7424 <gem@rellim.com>
7425 - Use __snprintf and __vnsprintf if they are found where snprintf and
7426 vnsprintf are lacking. Suggested by Ben Taylor <bent@shell.clark.net>
7427 and others.
7428
48e671d5 742920000114
7430 - Merged OpenBSD IPv6 patch:
7431 - [sshd.c sshd.8 sshconnect.c ssh.h ssh.c servconf.h servconf.c scp.1]
7432 [scp.c packet.h packet.c login.c log.c canohost.c channels.c]
7433 [hostfile.c sshd_config]
7434 ipv6 support: mostly gethostbyname->getaddrinfo/getnameinfo, new
bcbf86ec 7435 features: sshd allows multiple ListenAddress and Port options. note
7436 that libwrap is not IPv6-ready. (based on patches from
48e671d5 7437 fujiwara@rcac.tdi.co.jp)
7438 - [ssh.c canohost.c]
bcbf86ec 7439 more hints (hints.ai_socktype=SOCK_STREAM) for getaddrinfo,
48e671d5 7440 from itojun@
7441 - [channels.c]
7442 listen on _all_ interfaces for X11-Fwd (hints.ai_flags = AI_PASSIVE)
7443 - [packet.h]
7444 allow auth-kerberos for IPv4 only
7445 - [scp.1 sshd.8 servconf.h scp.c]
7446 document -4, -6, and 'ssh -L 2022/::1/22'
7447 - [ssh.c]
bcbf86ec 7448 'ssh @host' is illegal (null user name), from
48e671d5 7449 karsten@gedankenpolizei.de
7450 - [sshconnect.c]
7451 better error message
7452 - [sshd.c]
7453 allow auth-kerberos for IPv4 only
7454 - Big IPv6 merge:
7455 - Cleanup overrun in sockaddr copying on RHL 6.1
7456 - Replacements for getaddrinfo, getnameinfo, etc based on versions
7457 from patch from KIKUCHI Takahiro <kick@kyoto.wide.ad.jp>
7458 - Replacement for missing structures on systems that lack IPv6
7459 - record_login needed to know about AF_INET6 addresses
7460 - Borrowed more code from OpenBSD: rresvport_af and requisites
7461
2598df62 746220000110
7463 - Fixes to auth-skey to enable it to use the standard OpenSSL libraries
7464
b8a0310d 746520000107
7466 - New config.sub and config.guess to fix problems on SCO. Supplied
7467 by Gary E. Miller <gem@rellim.com>
b6a98a85 7468 - SCO build fix from Gary E. Miller <gem@rellim.com>
2598df62 7469 - Released 1.2.1pre25
b8a0310d 7470
dfb95100 747120000106
7472 - Documentation update & cleanup
7473 - Better KrbIV / AFS detection, based on patch from:
7474 Holger Trapp <Holger.Trapp@Informatik.TU-Chemnitz.DE>
7475
b9795b89 747620000105
bcbf86ec 7477 - Fixed annoying DES corruption problem. libcrypt has been
b9795b89 7478 overriding symbols in libcrypto. Removed libcrypt and crypt.h
7479 altogether (libcrypto includes its own crypt(1) replacement)
7480 - Added platform-specific rules for Irix 6.x. Included warning that
7481 they are untested.
7482
a1ec4d79 748320000103
7484 - Add explicit make rules for files proccessed by fixpaths.
61e96248 7485 - Fix "make install" in RPM spec files. Report from Tenkou N. Hattori
a1ec4d79 7486 <tnh@kondara.org>
bcbf86ec 7487 - Removed "nullok" directive from default PAM configuration files.
7488 Added information on enabling EmptyPasswords on openssh+PAM in
607d73e6 7489 UPGRADING file.
e02735bb 7490 - OpenBSD CVS updates
7491 - [ssh-agent.c]
bcbf86ec 7492 cleanup_exit() for SIGTERM/SIGHUP, too. from fgsch@ and
e02735bb 7493 dgaudet@arctic.org
7494 - [sshconnect.c]
7495 compare correct version for 1.3 compat mode
a1ec4d79 7496
93c7f644 749720000102
7498 - Prevent multiple inclusion of config.h and defines.h. Suggested
7499 by Andre Lucas <andre.lucas@dial.pipex.com>
7500 - Properly clean up on exit of ssh-agent. Patch from Dean Gaudet
7501 <dgaudet@arctic.org>
7502
76b8607f 750319991231
bcbf86ec 7504 - Fix password support on systems with a mixture of shadowed and
7505 non-shadowed passwords (e.g. NIS). Report and fix from
76b8607f 7506 HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
bcbf86ec 7507 - Fix broken autoconf typedef detection. Report from Marc G.
723221b5 7508 Fournier <marc.fournier@acadiau.ca>
b92964b7 7509 - Fix occasional crash on LinuxPPC. Patch from Franz Sirl
7510 <Franz.Sirl-kernel@lauterbach.com>
bcbf86ec 7511 - Prevent typedefs from being compiled more than once. Report from
a6ddc88b 7512 Marc G. Fournier <marc.fournier@acadiau.ca>
4811cc0b 7513 - Fill in ut_utaddr utmp field. Report from Benjamin Charron
7514 <iretd@bigfoot.com>
bcbf86ec 7515 - Really fix broken default path. Fix from Jim Knoble
986a22ec 7516 <jmknoble@jmknoble.cx>
ae3a3d31 7517 - Remove test for quad_t. No longer needed.
76a8e733 7518 - Released 1.2.1pre24
7519
7520 - Added support for directory-based lastlogs
7521 - Really fix typedefs, patch from Ben Taylor <bent@clark.net>
76b8607f 7522
13f825f4 752319991230
7524 - OpenBSD CVS updates:
7525 - [auth-passwd.c]
7526 check for NULL 1st
bcbf86ec 7527 - Removed most of the pam code into its own file auth-pam.[ch]. This
a5c9cd31 7528 cleaned up sshd.c up significantly.
bcbf86ec 7529 - PAM authentication was incorrectly interpreting
76b8607f 7530 "PermitRootLogin without-password". Report from Matthias Andree
7531 <ma@dt.e-technik.uni-dortmund.de
a5c9cd31 7532 - Several other cleanups
0bc5b6fb 7533 - Merged Dante SOCKS support patch from David Rankin
7534 <drankin@bohemians.lexington.ky.us>
7535 - Updated documentation with ./configure options
76b8607f 7536 - Released 1.2.1pre23
13f825f4 7537
c73a0cb5 753819991229
bcbf86ec 7539 - Applied another NetBSD portability patch from David Rankin
c73a0cb5 7540 <drankin@bohemians.lexington.ky.us>
7541 - Fix --with-default-path option.
bcbf86ec 7542 - Autodetect perl, patch from David Rankin
a0f84251 7543 <drankin@bohemians.lexington.ky.us>
bcbf86ec 7544 - Print whether OpenSSH was compiled with RSARef, patch from
0a2ff95d 7545 Nalin Dahyabhai <nalin@thermo.stat.ncsu.edu>
bcbf86ec 7546 - Calls to pam_setcred, patch from Nalin Dahyabhai
f91bacbd 7547 <nalin@thermo.stat.ncsu.edu>
e3a93db0 7548 - Detect missing size_t and typedef it.
5ab44a92 7549 - Rename helper.[ch] to (more appropriate) bsd-misc.[ch]
7550 - Minor Makefile cleaning
c73a0cb5 7551
b6019d68 755219991228
7553 - Replacement for getpagesize() for systems which lack it
bcbf86ec 7554 - NetBSD login.c compile fix from David Rankin
70e0115b 7555 <drankin@bohemians.lexington.ky.us>
7556 - Fully set ut_tv if present in utmp or utmpx
d94aa2ae 7557 - Portability fixes for Irix 5.3 (now compiles OK!)
7558 - autoconf and other misc cleanups
ea1970a3 7559 - Merged AIX patch from Darren Hall <dhall@virage.org>
7560 - Cleaned up defines.h
fa9a2dd6 7561 - Released 1.2.1pre22
b6019d68 7562
d2dcff5f 756319991227
7564 - Automatically correct paths in manpages and configuration files. Patch
7565 and script from Andre Lucas <andre.lucas@dial.pipex.com>
7566 - Removed credits from README to CREDITS file, updated.
cb807f40 7567 - Added --with-default-path to specify custom path for server
7568 - Removed #ifdef trickery from acconfig.h into defines.h
36a5b38e 7569 - PAM bugfix. PermitEmptyPassword was being ignored.
7570 - Fixed PAM config files to allow empty passwords if server does.
7571 - Explained spurious PAM auth warning workaround in UPGRADING
21feb5fa 7572 - Use last few chars of tty line as ut_id
5a7794be 7573 - New SuSE RPM spec file from Chris Saia <csaia@wtower.com>
00e6dd70 7574 - OpenBSD CVS updates:
7575 - [packet.h auth-rhosts.c]
7576 check format string for packet_disconnect and packet_send_debug, too
7577 - [channels.c]
7578 use packet_get_maxsize for channels. consistence.
d2dcff5f 7579
f74efc8d 758019991226
7581 - Enabled utmpx support by default for Solaris
7582 - Cleanup sshd.c PAM a little more
986a22ec 7583 - Revised RPM package to include Jim Knoble's <jmknoble@jmknoble.cx>
bc7ea646 7584 X11 ssh-askpass program.
20c43d8c 7585 - Disable logging of PAM success and failures, PAM is verbose enough.
bcbf86ec 7586 Unfortunatly there is currently no way to disable auth failure
7587 messages. Mention this in UPGRADING file and sent message to PAM
20c43d8c 7588 developers
83b7f649 7589 - OpenBSD CVS update:
7590 - [ssh-keygen.1 ssh.1]
bcbf86ec 7591 remove ref to .ssh/random_seed, mention .ssh/environment in
83b7f649 7592 .Sh FILES, too
72251cb6 7593 - Released 1.2.1pre21
bcbf86ec 7594 - Fixed implicit '.' in default path, report from Jim Knoble
986a22ec 7595 <jmknoble@jmknoble.cx>
7596 - Redhat RPM spec fixes from Jim Knoble <jmknoble@jmknoble.cx>
f74efc8d 7597
f498ed15 759819991225
7599 - More fixes from Andre Lucas <andre.lucas@dial.pipex.com>
7600 - Cleanup of auth-passwd.c for shadow and MD5 passwords
7601 - Cleanup and bugfix of PAM authentication code
f74efc8d 7602 - Released 1.2.1pre20
7603
7604 - Merged fixes from Ben Taylor <bent@clark.net>
7605 - Fixed configure support for PAM. Reported by Naz <96na@eng.cam.ac.uk>
7606 - Disabled logging of PAM password authentication failures when password
7607 is empty. (e.g start of authentication loop). Reported by Naz
7608 <96na@eng.cam.ac.uk>)
f498ed15 7609
761019991223
bcbf86ec 7611 - Merged later HPUX patch from Andre Lucas
f498ed15 7612 <andre.lucas@dial.pipex.com>
7613 - Above patch included better utmpx support from Ben Taylor
f74efc8d 7614 <bent@clark.net>
f498ed15 7615
eef6f7e9 761619991222
bcbf86ec 7617 - Fix undefined fd_set type in ssh.h from Povl H. Pedersen
eef6f7e9 7618 <pope@netguide.dk>
ae28776a 7619 - Fix login.c breakage on systems which lack ut_host in struct
7620 utmp. Reported by Willard Dawson <willard.dawson@sbs.siemens.com>
eef6f7e9 7621
a7effaac 762219991221
bcbf86ec 7623 - Integration of large HPUX patch from Andre Lucas
7624 <andre.lucas@dial.pipex.com>. Integrating it had a few other
a7effaac 7625 benefits:
7626 - Ability to disable shadow passwords at configure time
7627 - Ability to disable lastlog support at configure time
7628 - Support for IP address in $DISPLAY
ae2f7af7 7629 - OpenBSD CVS update:
7630 - [sshconnect.c]
7631 say "REMOTE HOST IDENTIFICATION HAS CHANGED"
59dd7a31 7632 - Fix DISABLE_SHADOW support
7633 - Allow MD5 passwords even if shadow passwords are disabled
16034de9 7634 - Release 1.2.1pre19
a7effaac 7635
3f1d9bcd 763619991218
bcbf86ec 7637 - Redhat init script patch from Chun-Chung Chen
3f1d9bcd 7638 <cjj@u.washington.edu>
7e1c2490 7639 - Avoid breakage on systems without IPv6 headers
3f1d9bcd 7640
60d804c8 764119991216
bcbf86ec 7642 - Makefile changes for Solaris from Peter Kocks
60d804c8 7643 <peter.kocks@baygate.com>
89cafde6 7644 - Minor updates to docs
7645 - Merged OpenBSD CVS changes:
7646 - [authfd.c ssh-agent.c]
7647 keysize warnings talk about identity files
7648 - [packet.c]
7649 "Connection closed by x.x.x.x": fatal() -> log()
bcbf86ec 7650 - Correctly handle empty passwords in shadow file. Patch from:
c9d323f0 7651 "Chris, the Young One" <cky@pobox.com>
7652 - Released 1.2.1pre18
60d804c8 7653
7dc6fc6d 765419991215
7655 - Integrated patchs from Juergen Keil <jk@tools.de>
7656 - Avoid void* pointer arithmatic
7657 - Use LDFLAGS correctly
68227e6d 7658 - Fix SIGIO error in scp
7659 - Simplify status line printing in scp
61e96248 7660 - Added better test for inline functions compiler support from
906a2515 7661 Darren_Hall@progressive.com
7dc6fc6d 7662
95f1eccc 766319991214
7664 - OpenBSD CVS Changes
7665 - [canohost.c]
bcbf86ec 7666 fix get_remote_port() and friends for sshd -i;
95f1eccc 7667 Holger.Trapp@Informatik.TU-Chemnitz.DE
7668 - [mpaux.c]
7669 make code simpler. no need for memcpy. niels@ ok
7670 - [pty.c]
7671 namebuflen not sizeof namebuflen; bnd@ep-ag.com via djm@mindrot.org
7672 fix proto; markus
7673 - [ssh.1]
7674 typo; mark.baushke@solipsa.com
7675 - [channels.c ssh.c ssh.h sshd.c]
7676 type conflict for 'extern Type *options' in channels.c; dot@dotat.at
7677 - [sshconnect.c]
7678 move checking of hostkey into own function.
7679 - [version.h]
7680 OpenSSH-1.2.1
884bcb37 7681 - Clean up broken includes in pty.c
7303768f 7682 - Some older systems don't have poll.h, they use sys/poll.h instead
7683 - Doc updates
95f1eccc 7684
847e8865 768519991211
bcbf86ec 7686 - Fix compilation on systems with AFS. Reported by
847e8865 7687 aloomis@glue.umd.edu
bcbf86ec 7688 - Fix installation on Solaris. Reported by
847e8865 7689 Gordon Rowell <gordonr@gormand.com.au>
7690 - Fix gccisms (__attribute__ and inline). Report by edgy@us.ibm.com,
7691 patch from Markus Friedl <markus.friedl@informatik.uni-erlangen.de>
7692 - Auto-locate xauth. Patch from David Agraz <dagraz@jahoopa.com>
7693 - Compile fix from David Agraz <dagraz@jahoopa.com>
7694 - Avoid compiler warning in bsd-snprintf.c
bcbf86ec 7695 - Added pam_limits.so to default PAM config. Suggested by
986a22ec 7696 Jim Knoble <jmknoble@jmknoble.cx>
847e8865 7697
8946db53 769819991209
7699 - Import of patch from Ben Taylor <bent@clark.net>:
7700 - Improved PAM support
7701 - "uninstall" rule for Makefile
7702 - utmpx support
7703 - Should fix PAM problems on Solaris
2d86a6cc 7704 - OpenBSD CVS updates:
7705 - [readpass.c]
7706 avoid stdio; based on work by markus, millert, and I
7707 - [sshd.c]
7708 make sure the client selects a supported cipher
7709 - [sshd.c]
bcbf86ec 7710 fix sighup handling. accept would just restart and daemon handled
7711 sighup only after the next connection was accepted. use poll on
2d86a6cc 7712 listen sock now.
7713 - [sshd.c]
7714 make that a fatal
87e91331 7715 - Applied patch from David Rankin <drankin@bohemians.lexington.ky.us>
7716 to fix libwrap support on NetBSD
5001b9e4 7717 - Released 1.2pre17
8946db53 7718
6d8c4ea4 771919991208
bcbf86ec 7720 - Compile fix for Solaris with /dev/ptmx from
6d8c4ea4 7721 David Agraz <dagraz@jahoopa.com>
7722
4285816a 772319991207
986a22ec 7724 - sshd Redhat init script patch from Jim Knoble <jmknoble@jmknoble.cx>
4285816a 7725 fixes compatability with 4.x and 5.x
db28aeb5 7726 - Fixed default SSH_ASKPASS
bcbf86ec 7727 - Fix PAM account and session being called multiple times. Problem
d465f2ca 7728 reported by Adrian Baugh <adrian@merlin.keble.ox.ac.uk>
a408af76 7729 - Merged more OpenBSD changes:
7730 - [atomicio.c authfd.c scp.c serverloop.c ssh.h sshconnect.c sshd.c]
bcbf86ec 7731 move atomicio into it's own file. wrap all socket write()s which
a408af76 7732 were doing write(sock, buf, len) != len, with atomicio() calls.
7733 - [auth-skey.c]
7734 fd leak
7735 - [authfile.c]
7736 properly name fd variable
7737 - [channels.c]
7738 display great hatred towards strcpy
7739 - [pty.c pty.h sshd.c]
7740 use openpty() if it exists (it does on BSD4_4)
7741 - [tildexpand.c]
7742 check for ~ expansion past MAXPATHLEN
7743 - Modified helper.c to use new atomicio function.
7744 - Reformat Makefile a little
7745 - Moved RC4 routines from rc4.[ch] into helper.c
7746 - Added autoconf code to detect /dev/ptmx (Solaris) and /dev/ptc (AIX)
9983a8ca 7747 - Updated SuSE spec from Chris Saia <csaia@wtower.com>
7748 - Tweaked Redhat spec
9158d92f 7749 - Clean up bad imports of a few files (forgot -kb)
7750 - Released 1.2pre16
4285816a 7751
9c7b6dfd 775219991204
7753 - Small cleanup of PAM code in sshd.c
57112b5a 7754 - Merged OpenBSD CVS changes:
7755 - [auth-krb4.c auth-passwd.c auth-skey.c ssh.h]
7756 move skey-auth from auth-passwd.c to auth-skey.c, same for krb4
7757 - [auth-rsa.c]
7758 warn only about mismatch if key is _used_
7759 warn about keysize-mismatch with log() not error()
7760 channels.c readconf.c readconf.h ssh.c ssh.h sshconnect.c
7761 ports are u_short
7762 - [hostfile.c]
7763 indent, shorter warning
7764 - [nchan.c]
7765 use error() for internal errors
7766 - [packet.c]
7767 set loglevel for SSH_MSG_DISCONNECT to log(), not fatal()
7768 serverloop.c
7769 indent
7770 - [ssh-add.1 ssh-add.c ssh.h]
7771 document $SSH_ASKPASS, reasonable default
7772 - [ssh.1]
7773 CheckHostIP is not available for connects via proxy command
7774 - [sshconnect.c]
7775 typo
7776 easier to read client code for passwd and skey auth
7777 turn of checkhostip for proxy connects, since we don't know the remote ip
9c7b6dfd 7778
dad3b556 777919991126
7780 - Add definition for __P()
7781 - Added [v]snprintf() replacement for systems that lack it
7782
0ce43ae4 778319991125
7784 - More reformatting merged from OpenBSD CVS
7785 - Merged OpenBSD CVS changes:
7786 - [channels.c]
7787 fix packet_integrity_check() for !have_hostname_in_open.
7788 report from mrwizard@psu.edu via djm@ibs.com.au
7789 - [channels.c]
7790 set SO_REUSEADDR and SO_LINGER for forwarded ports.
7791 chip@valinux.com via damien@ibs.com.au
7792 - [nchan.c]
7793 it's not an error() if shutdown_write failes in nchan.
7794 - [readconf.c]
7795 remove dead #ifdef-0-code
7796 - [readconf.c servconf.c]
7797 strcasecmp instead of tolower
7798 - [scp.c]
7799 progress meter overflow fix from damien@ibs.com.au
7800 - [ssh-add.1 ssh-add.c]
7801 SSH_ASKPASS support
7802 - [ssh.1 ssh.c]
7803 postpone fork_after_authentication until command execution,
7804 request/patch from jahakala@cc.jyu.fi via damien@ibs.com.au
7805 plus: use daemon() for backgrounding
cf8dd513 7806 - Added BSD compatible install program and autoconf test, thanks to
7807 Niels Kristian Bech Jensen <nkbj@image.dk>
7808 - Solaris fixing, thanks to Ben Taylor <bent@clark.net>
09041313 7809 - Merged beginnings of AIX support from Tor-Ake Fransson <torake@hotmail.com>
3dbefdb8 7810 - Release 1.2pre15
0ce43ae4 7811
5260325f 781219991124
7813 - Merged very large OpenBSD source code reformat
7814 - OpenBSD CVS updates
7815 - [channels.c cipher.c compat.c log-client.c scp.c serverloop.c]
7816 [ssh.h sshd.8 sshd.c]
7817 syslog changes:
7818 * Unified Logmessage for all auth-types, for success and for failed
7819 * Standard connections get only ONE line in the LOG when level==LOG:
7820 Auth-attempts are logged only, if authentication is:
7821 a) successfull or
7822 b) with passwd or
7823 c) we had more than AUTH_FAIL_LOG failues
7824 * many log() became verbose()
7825 * old behaviour with level=VERBOSE
7826 - [readconf.c readconf.h ssh.1 ssh.h sshconnect.c sshd.c]
7827 tranfer s/key challenge/response data in SSH_SMSG_AUTH_TIS_CHALLENGE
7828 messages. allows use of s/key in windows (ttssh, securecrt) and
7829 ssh-1.2.27 clients without 'ssh -v', ok: niels@
7830 - [sshd.8]
7831 -V, for fallback to openssh in SSH2 compatibility mode
7832 - [sshd.c]
7833 fix sigchld race; cjc5@po.cwru.edu
7834
4655fe80 783519991123
7836 - Added SuSE package files from Chris Saia <csaia@wtower.com>
8b241e50 7837 - Restructured package-related files under packages/*
4655fe80 7838 - Added generic PAM config
8b241e50 7839 - Numerous little Solaris fixes
9c08d6ce 7840 - Add recommendation to use GNU make to INSTALL document
4655fe80 7841
60bed5fd 784219991122
7843 - Make <enter> close gnome-ssh-askpass (Debian bug #50299)
2f2cc3f9 7844 - OpenBSD CVS Changes
bcbf86ec 7845 - [ssh-keygen.c]
7846 don't create ~/.ssh only if the user wants to store the private
7847 key there. show fingerprint instead of public-key after
2f2cc3f9 7848 keygeneration. ok niels@
b09a984b 7849 - Added OpenBSD bsd-strlcat.c, created bsd-strlcat.h
96ad4350 7850 - Added timersub() macro
b09a984b 7851 - Tidy RCSIDs of bsd-*.c
bcbf86ec 7852 - Added autoconf test and macro to deal with old PAM libraries
96ad4350 7853 pam_strerror definition (one arg vs two).
530f1889 7854 - Fix EGD problems (Thanks to Ben Taylor <bent@clark.net>)
bcbf86ec 7855 - Retry /dev/urandom reads interrupted by signal (report from
530f1889 7856 Robert Hardy <rhardy@webcon.net>)
1647c2b5 7857 - Added a setenv replacement for systems which lack it
d84a9a44 7858 - Only display public key comment when presenting ssh-askpass dialog
7859 - Released 1.2pre14
60bed5fd 7860
bcbf86ec 7861 - Configure, Make and changelog corrections from Tudor Bosman
2ddcfdf3 7862 <tudorb@jm.nu> and Niels Kristian Bech Jensen <nkbj@image.dk>
7863
9d6b7add 786419991121
2f2cc3f9 7865 - OpenBSD CVS Changes:
60bed5fd 7866 - [channels.c]
7867 make this compile, bad markus
7868 - [log.c readconf.c servconf.c ssh.h]
7869 bugfix: loglevels are per host in clientconfig,
7870 factor out common log-level parsing code.
7871 - [servconf.c]
7872 remove unused index (-Wall)
7873 - [ssh-agent.c]
7874 only one 'extern char *__progname'
7875 - [sshd.8]
7876 document SIGHUP, -Q to synopsis
7877 - [sshconnect.c serverloop.c sshd.c packet.c packet.h]
7878 [channels.c clientloop.c]
7879 SSH_CMSG_MAX_PACKET_SIZE, some clients use this, some need this, niels@
7880 [hope this time my ISP stays alive during commit]
7881 - [OVERVIEW README] typos; green@freebsd
7882 - [ssh-keygen.c]
7883 replace xstrdup+strcat with strlcat+fixed buffer, fixes OF (bad me)
7884 exit if writing the key fails (no infinit loop)
7885 print usage() everytime we get bad options
7886 - [ssh-keygen.c] overflow, djm@mindrot.org
7887 - [sshd.c] fix sigchld race; cjc5@po.cwru.edu
61e96248 7888
2b942fe0 788919991120
bcbf86ec 7890 - Merged more Solaris support from Marc G. Fournier
2b942fe0 7891 <marc.fournier@acadiau.ca>
7892 - Wrote autoconf tests for integer bit-types
7893 - Fixed enabling kerberos support
bcbf86ec 7894 - Fix segfault in ssh-keygen caused by buffer overrun in filename
13c36c4c 7895 handling.
2b942fe0 7896
06479889 789719991119
7898 - Merged PAM buffer overrun patch from Chip Salzenberg <chip@valinux.com>
2ad77510 7899 - Merged OpenBSD CVS changes
7900 - [auth-rhosts.c auth-rsa.c ssh-agent.c sshconnect.c sshd.c]
7901 more %d vs. %s in fmt-strings
7902 - [authfd.c]
7903 Integers should not be printed with %s
7b1cc56c 7904 - EGD uses a socket, not a named pipe. Duh.
7905 - Fix includes in fingerprint.c
29dbde15 7906 - Fix scp progress bar bug again.
bcbf86ec 7907 - Move ssh-askpass from ${libdir}/ssh to ${libexecdir}/ssh at request of
736890c4 7908 David Rankin <drankin@bohemians.lexington.ky.us>
91b8065d 7909 - Added autoconf option to enable Kerberos 4 support (untested)
7910 - Added autoconf option to enable AFS support (untested)
7911 - Added autoconf option to enable S/Key support (untested)
7912 - Added autoconf option to enable TCP wrappers support (compiles OK)
beb43d31 7913 - Renamed BSD helper function files to bsd-*
bcbf86ec 7914 - Added tests for login and daemon and enable OpenBSD replacements for
caf3bc51 7915 when they are absent.
7916 - Added non-PAM MD5 password support patch from Tudor Bosman <tudorb@jm.nu>
06479889 7917
2bd61362 791819991118
7919 - Merged OpenBSD CVS changes
7920 - [scp.c] foregroundproc() in scp
7921 - [sshconnect.h] include fingerprint.h
bcbf86ec 7922 - [sshd.c] bugfix: the log() for passwd-auth escaped during logging
2bd61362 7923 changes.
0c16a097 7924 - [ssh.1] Spell my name right.
2bd61362 7925 - Added openssh.com info to README
7926
f095fcc7 792719991117
7928 - Merged OpenBSD CVS changes
7929 - [ChangeLog.Ylonen] noone needs this anymore
7930 - [authfd.c] close-on-exec for auth-socket, ok deraadt
bcbf86ec 7931 - [hostfile.c]
7932 in known_hosts key lookup the entry for the bits does not need
7933 to match, all the information is contained in n and e. This
7934 solves the problem with buggy servers announcing the wrong
f095fcc7 7935 modulus length. markus and me.
bcbf86ec 7936 - [serverloop.c]
7937 bugfix: check for space if child has terminated, from:
f095fcc7 7938 iedowse@maths.tcd.ie
7939 - [ssh-add.1 ssh-add.c ssh-keygen.1 ssh-keygen.c sshconnect.c]
7940 [fingerprint.c fingerprint.h]
7941 rsa key fingerprints, idea from Bjoern Groenvall <bg@sics.se>
7942 - [ssh-agent.1] typo
7943 - [ssh.1] add OpenSSH information to AUTHOR section. okay markus@
bcbf86ec 7944 - [sshd.c]
f095fcc7 7945 force logging to stderr while loading private key file
7946 (lost while converting to new log-levels)
7947
4d195447 794819991116
7949 - Fix some Linux libc5 problems reported by Miles Wilson <mw@mctitle.com>
7950 - Merged OpenBSD CVS changes:
7951 - [auth-rh-rsa.c auth-rsa.c authfd.c authfd.h hostfile.c mpaux.c]
7952 [mpaux.h ssh-add.c ssh-agent.c ssh.h ssh.c sshd.c]
7953 the keysize of rsa-parameter 'n' is passed implizit,
7954 a few more checks and warnings about 'pretended' keysizes.
7955 - [cipher.c cipher.h packet.c packet.h sshd.c]
7956 remove support for cipher RC4
7957 - [ssh.c]
7958 a note for legay systems about secuity issues with permanently_set_uid(),
7959 the private hostkey and ptrace()
7960 - [sshconnect.c]
7961 more detailed messages about adding and checking hostkeys
7962
dad9a31e 796319991115
7964 - Merged OpenBSD CVS changes:
bcbf86ec 7965 - [ssh-add.c] change passphrase loop logic and remove ref to
dad9a31e 7966 $DISPLAY, ok niels
7967 - Changed to ssh-add.c broke askpass support. Revised it to be a little more
bcbf86ec 7968 modular.
dad9a31e 7969 - Revised autoconf support for enabling/disabling askpass support.
e7c0f9d5 7970 - Merged more OpenBSD CVS changes:
704b1659 7971 [auth-krb4.c]
7972 - disconnect if getpeername() fails
7973 - missing xfree(*client)
7974 [canohost.c]
7975 - disconnect if getpeername() fails
7976 - fix comment: we _do_ disconnect if ip-options are set
7977 [sshd.c]
7978 - disconnect if getpeername() fails
7979 - move checking of remote port to central place
7980 [auth-rhosts.c] move checking of remote port to central place
7981 [log-server.c] avoid extra fd per sshd, from millert@
7982 [readconf.c] print _all_ bad config-options in ssh(1), too
7983 [readconf.h] print _all_ bad config-options in ssh(1), too
7984 [ssh.c] print _all_ bad config-options in ssh(1), too
7985 [sshconnect.c] disconnect if getpeername() fails
e7c0f9d5 7986 - OpenBSD's changes to sshd.c broke the PAM stuff, re-merged it.
c75a1a66 7987 - Various small cleanups to bring diff (against OpenBSD) size down.
f601d847 7988 - Merged more Solaris compability from Marc G. Fournier
7989 <marc.fournier@acadiau.ca>
7990 - Wrote autoconf tests for __progname symbol
986a22ec 7991 - RPM spec file fixes from Jim Knoble <jmknoble@jmknoble.cx>
0c372277 7992 - Released 1.2pre12
7993
7994 - Another OpenBSD CVS update:
7995 - [ssh-keygen.1] fix .Xr
dad9a31e 7996
92da7197 799719991114
7998 - Solaris compilation fixes (still imcomplete)
7999
94f7bb9e 800019991113
dd092f97 8001 - Build patch from Niels Kristian Bech Jensen <nkbj@image.dk>
8002 - Don't install config files if they already exist
8003 - Fix inclusion of additional preprocessor directives from acconfig.h
94f7bb9e 8004 - Removed redundant inclusions of config.h
e9c75a39 8005 - Added 'Obsoletes' lines to RPM spec file
94f7bb9e 8006 - Merged OpenBSD CVS changes:
8007 - [bufaux.c] save a view malloc/memcpy/memset/free's, ok niels
bcbf86ec 8008 - [scp.c] fix overflow reported by damien@ibs.com.au: off_t
94f7bb9e 8009 totalsize, ok niels,aaron
bcbf86ec 8010 - Delay fork (-f option) in ssh until after port forwarded connections
94f7bb9e 8011 have been initialised. Patch from Jani Hakala <jahakala@cc.jyu.fi>
b2344d54 8012 - Added shadow password patch from Thomas Neumann <tom@smart.ruhr.de>
8013 - Added ifdefs to auth-passwd.c to exclude it when PAM is enabled
dd092f97 8014 - Tidied default config file some more
8015 - Revised Redhat initscript to fix bug: sshd (re)start would fail
8016 if executed from inside a ssh login.
94f7bb9e 8017
e35c1dc2 801819991112
8019 - Merged changes from OpenBSD CVS
8020 - [sshd.c] session_key_int may be zero
b4748e2f 8021 - [auth-rh-rsa.c servconf.c servconf.h ssh.h sshd.8 sshd.c sshd_config]
bcbf86ec 8022 IgnoreUserKnownHosts(default=no), used for RhostRSAAuth, ok
b4748e2f 8023 deraadt,millert
8024 - Brought default sshd_config more in line with OpenBSD's
547c9f30 8025 - Grab server in gnome-ssh-askpass (Debian bug #49872)
8026 - Released 1.2pre10
e35c1dc2 8027
8bc7973f 8028 - Added INSTALL documentation
6fa724bc 8029 - Merged yet more changes from OpenBSD CVS
8030 - [auth-rh-rsa.c auth-rhosts.c auth-rsa.c channels.c clientloop.c]
8031 [ssh.c ssh.h sshconnect.c sshd.c]
8032 make all access to options via 'extern Options options'
8033 and 'extern ServerOptions options' respectively;
8034 options are no longer passed as arguments:
8035 * make options handling more consistent
8036 * remove #include "readconf.h" from ssh.h
8037 * readconf.h is only included if necessary
8038 - [mpaux.c] clear temp buffer
8039 - [servconf.c] print _all_ bad options found in configfile
045672f9 8040 - Make ssh-askpass support optional through autoconf
59b0f0d4 8041 - Fix nasty division-by-zero error in scp.c
8042 - Released 1.2pre11
8bc7973f 8043
4cca272e 804419991111
8045 - Added (untested) Entropy Gathering Daemon (EGD) support
67d68e3a 8046 - Fixed /dev/urandom fd leak (Debian bug #49722)
5bbb5681 8047 - Merged OpenBSD CVS changes:
8048 - [auth-rh-rsa.c] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
8049 - [ssh.1] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
8050 - [sshd.8] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
bcbf86ec 8051 - Fix integer overflow which was messing up scp's progress bar for large
3f1d9bcd 8052 file transfers. Fix submitted to OpenBSD developers. Report and fix
8053 from Kees Cook <cook@cpoint.net>
6a17f9c2 8054 - Merged more OpenBSD CVS changes:
bcbf86ec 8055 - [auth-krb4.c auth-passwd.c] remove x11- and krb-cleanup from fatal()
6a17f9c2 8056 + krb-cleanup cleanup
8057 - [clientloop.c log-client.c log-server.c ]
8058 [readconf.c readconf.h servconf.c servconf.h ]
8059 [ssh.1 ssh.c ssh.h sshd.8]
8060 add LogLevel {QUIET, FATAL, ERROR, INFO, CHAT, DEBUG} to ssh/sshd,
8061 obsoletes QuietMode and FascistLogging in sshd.
e35c1dc2 8062 - [sshd.c] fix fatal/assert() bug reported by damien@ibs.com.au:
8063 allow session_key_int != sizeof(session_key)
8064 [this should fix the pre-assert-removal-core-files]
8065 - Updated default config file to use new LogLevel option and to improve
8066 readability
8067
f370266e 806819991110
67d68e3a 8069 - Merged several minor fixes:
f370266e 8070 - ssh-agent commandline parsing
8071 - RPM spec file now installs ssh setuid root
8072 - Makefile creates libdir
4cca272e 8073 - Merged beginnings of Solaris compability from Marc G. Fournier
8074 <marc.fournier@acadiau.ca>
f370266e 8075
d4f11b59 807619991109
8077 - Autodetection of SSL/Crypto library location via autoconf
8078 - Fixed location of ssh-askpass to follow autoconf
8079 - Integrated Makefile patch from Niels Kristian Bech Jensen <nkbj@image.dk>
8080 - Autodetection of RSAref library for US users
8081 - Minor doc updates
560557bb 8082 - Merged OpenBSD CVS changes:
8083 - [rsa.c] bugfix: use correct size for memset()
8084 - [sshconnect.c] warn if announced size of modulus 'n' != real size
f025becb 8085 - Added GNOME passphrase requestor (use --with-gnome-askpass)
d397b172 8086 - RPM build now creates subpackages
aa51e7cc 8087 - Released 1.2pre9
d4f11b59 8088
e1a9c08d 808919991108
8090 - Removed debian/ directory. This is now being maintained separately.
8091 - Added symlinks for slogin in RPM spec file
8092 - Fixed permissions on manpages in RPM spec file
8093 - Added references to required libraries in README file
8094 - Removed config.h.in from CVS
8095 - Removed pwdb support (better pluggable auth is provided by glibc)
8096 - Made PAM and requisite libdl optional
8097 - Removed lots of unnecessary checks from autoconf
8098 - Added support and autoconf test for openpty() function (Unix98 pty support)
8099 - Fix for scp not finding ssh if not installed as /usr/bin/ssh
8100 - Added TODO file
8101 - Merged parts of Debian patch From Phil Hands <phil@hands.com>:
8102 - Added ssh-askpass program
8103 - Added ssh-askpass support to ssh-add.c
8104 - Create symlinks for slogin on install
8105 - Fix "distclean" target in makefile
8106 - Added example for ssh-agent to manpage
8107 - Added support for PAM_TEXT_INFO messages
8108 - Disable internal /etc/nologin support if PAM enabled
8109 - Merged latest OpenBSD CVS changes:
5bae4ab8 8110 - [all] replace assert() with error, fatal or packet_disconnect
e1a9c08d 8111 - [sshd.c] don't send fail-msg but disconnect if too many authentication
8112 failures
e1a9c08d 8113 - [sshd.c] remove unused argument. ok dugsong
8114 - [sshd.c] typo
8115 - [rsa.c] clear buffers used for encryption. ok: niels
8116 - [rsa.c] replace assert() with error, fatal or packet_disconnect
ade6fccd 8117 - [auth-krb4.c] remove unused argument. ok dugsong
e1a9c08d 8118 - Fixed coredump after merge of OpenBSD rsa.c patch
9010d60a 8119 - Released 1.2pre8
e1a9c08d 8120
3028328e 812119991102
8122 - Merged change from OpenBSD CVS
8123 - One-line cleanup in sshd.c
8124
474832c5 812519991030
8126 - Integrated debian package support from Dan Brosemer <odin@linuxfreak.com>
69256d9d 8127 - Merged latest updates for OpenBSD CVS:
8128 - channels.[ch] - remove broken x11 fix and document istate/ostate
8129 - ssh-agent.c - call setsid() regardless of argv[]
8130 - ssh.c - save a few lines when disabling rhosts-{rsa-}auth
8131 - Documentation cleanups
8132 - Renamed README -> README.Ylonen
8133 - Renamed README.openssh ->README
474832c5 8134
339660f6 813519991029
8136 - Renamed openssh* back to ssh* at request of Theo de Raadt
8137 - Incorporated latest changes from OpenBSD's CVS
8138 - Integrated Makefile patch from Niels Kristian Bech Jensen <nkbj@image.dk>
8139 - Integrated PAM env patch from Nalin Dahyabhai <nalin.dahyabhai@pobox.com>
549b3eed 8140 - Make distclean now removed configure script
8141 - Improved PAM logging
8142 - Added some debug() calls for PAM
4ecd19ea 8143 - Removed redundant subdirectories
bcbf86ec 8144 - Integrated part of a patch from Dan Brosemer <odin@linuxfreak.com> for
4ecd19ea 8145 building on Debian.
242588e6 8146 - Fixed off-by-one error in PAM env patch
8147 - Released 1.2pre6
339660f6 8148
5881cd60 814919991028
8150 - Further PAM enhancements.
8151 - Much cleaner
8152 - Now uses account and session modules for all logins.
8153 - Integrated patch from Dan Brosemer <odin@linuxfreak.com>
8154 - Build fixes
8155 - Autoconf
8156 - Change binary names to open*
8157 - Fixed autoconf script to detect PAM on RH6.1
8158 - Added tests for libpwdb, and OpenBSD functions to autoconf
221395b3 8159 - Released 1.2pre4
fca82d2e 8160
8161 - Imported latest OpenBSD CVS code
8162 - Updated README.openssh
93f04616 8163 - Released 1.2pre5
fca82d2e 8164
5881cd60 816519991027
8166 - Adapted PAM patch.
8167 - Released 1.0pre2
8168
8169 - Excised my buggy replacements for strlcpy and mkdtemp
8170 - Imported correct OpenBSD strlcpy and mkdtemp routines.
8171 - Reduced arc4random_stir entropy read to 32 bytes (256 bits)
8172 - Picked up correct version number from OpenBSD
8173 - Added sshd.pam PAM configuration file
8174 - Added sshd.init Redhat init script
8175 - Added openssh.spec RPM spec file
8176 - Released 1.2pre3
8177
817819991026
8179 - Fixed include paths of OpenSSL functions
8180 - Use OpenSSL MD5 routines
8181 - Imported RC4 code from nanocrypt
8182 - Wrote replacements for OpenBSD arc4random* functions
8183 - Wrote replacements for strlcpy and mkdtemp
8184 - Released 1.0pre1
0b202697 8185
8186$Id$
This page took 3.603077 seconds and 5 git commands to generate.