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