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