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