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