]> andersk Git - openssh.git/blame - ChangeLog
- (djm) Cleanup sshpty.c a little
[openssh.git] / ChangeLog
CommitLineData
418e724c 120011012
2 - (djm) OpenBSD CVS Sync
3 - markus@cvs.openbsd.org 2001/10/10 22:18:47
4 [channels.c channels.h clientloop.c nchan.c serverloop.c]
5 [session.c session.h]
6 try to keep channels open until an exit-status message is sent.
7 don't kill the login shells if the shells stdin/out/err is closed.
8 this should now work:
9 ssh -2n localhost 'exec > /dev/null 2>&1; sleep 10; exit 5'; echo ?
efcc9957 10 - markus@cvs.openbsd.org 2001/10/11 13:45:21
11 [session.c]
12 delay detach of session if a channel gets closed but the child is
13 still alive. however, release pty, since the fd's to the child are
14 already closed.
fd6cfbaf 15 - markus@cvs.openbsd.org 2001/10/11 15:24:00
16 [clientloop.c]
17 clear select masks if we return before calling select().
b0454d44 18 - (djm) "make veryclean" fix from Tom Holroyd <tomh@po.crl.go.jp>
aeabbb30 19 - (djm) Clean some autoconf-2.52 junk when doing "make distclean"
8140f2aa 20 - (djm) Cleanup sshpty.c a little
418e724c 21
c48c32c1 2220011010
23 - (djm) OpenBSD CVS Sync
24 - markus@cvs.openbsd.org 2001/10/04 14:34:16
25 [key.c]
26 call OPENSSL_free() for memory allocated by openssl; from chombier@mac.com
0c139bd1 27 - markus@cvs.openbsd.org 2001/10/04 15:05:40
28 [channels.c serverloop.c]
29 comment out bogus conditions for selecting on connection_in
72176c0e 30 - markus@cvs.openbsd.org 2001/10/04 15:12:37
31 [serverloop.c]
32 client_alive_check cleanup
a2c92c4a 33 - markus@cvs.openbsd.org 2001/10/06 00:14:50
34 [sshconnect.c]
35 remove unused argument
05fd093c 36 - markus@cvs.openbsd.org 2001/10/06 00:36:42
37 [session.c]
38 fix typo in error message, sync with do_exec_nopty
01e9ef57 39 - markus@cvs.openbsd.org 2001/10/06 11:18:19
40 [sshconnect1.c sshconnect2.c sshconnect.c]
41 unify hostkey check error messages, simplify prompt.
2cdccb44 42 - markus@cvs.openbsd.org 2001/10/07 10:29:52
43 [authfile.c]
44 grammer; Matthew_Clarke@mindlink.bc.ca
639cb8ab 45 - markus@cvs.openbsd.org 2001/10/07 17:49:40
46 [channels.c channels.h]
47 avoid possible FD_ISSET overflow for channels established
48 during channnel_after_select() (used for dynamic channels).
f3964cb9 49 - markus@cvs.openbsd.org 2001/10/08 11:48:57
50 [channels.c]
51 better debug
32af6a3f 52 - markus@cvs.openbsd.org 2001/10/08 16:15:47
53 [sshconnect.c]
54 use correct family for -b option
dab89049 55 - markus@cvs.openbsd.org 2001/10/08 19:05:05
56 [ssh.c sshconnect.c sshconnect.h ssh-keyscan.c]
57 some more IPv4or6 cleanup
58 - markus@cvs.openbsd.org 2001/10/09 10:12:08
59 [session.c]
60 chdir $HOME after krb_afslog(); from bbense@networking.stanford.edu
01855277 61 - markus@cvs.openbsd.org 2001/10/09 19:32:49
62 [session.c]
63 stat subsystem command before calling do_exec, and return error to client.
9d1b2faa 64 - markus@cvs.openbsd.org 2001/10/09 19:51:18
65 [serverloop.c]
66 close all channels if the connection to the remote host has been closed,
67 should fix sshd's hanging with WCHAN==wait
d5f24f94 68 - markus@cvs.openbsd.org 2001/10/09 21:59:41
69 [channels.c channels.h serverloop.c session.c session.h]
70 simplify session close: no more delayed session_close, no more
71 blocking wait() calls.
b6a71cd2 72 - (bal) removed two unsed headers in openbsd-compat/bsd-misc.c
8782141f 73 - (bal) seed_init() and seed_rng() required in ssh-keyscan.c
c48c32c1 74
46dfe5ef 7520011007
76 - (bal) ssh-copy-id corrected permissions for .ssh/ and authorized_keys.
77 Prompted by Matthew Vernon <matthew@sel.cam.ac.uk>
78
822593d4 7920011005
80 - (bal) AES works under Cray, no more hack.
81
63fa6b6c 8220011004
83 - (bal) nchan2.ms resync. BSD License applied.
84
c8a62153 8520011003
86 - (bal) CVS ID fix up in version.h
b6350327 87 - (bal) OpenBSD CVS Sync:
88 - markus@cvs.openbsd.org 2001/09/27 11:58:16
89 [compress.c]
90 mem leak; chombier@mac.com
91 - markus@cvs.openbsd.org 2001/09/27 11:59:37
92 [packet.c]
93 missing called=1; chombier@mac.com
aa8003d6 94 - markus@cvs.openbsd.org 2001/09/27 15:31:17
95 [auth2.c auth2-chall.c sshconnect1.c]
96 typos; from solar
5b263aae 97 - camield@cvs.openbsd.org 2001/09/27 17:53:24
98 [sshd.8]
99 don't talk about compile-time options
100 ok markus@
e99a518a 101 - djm@cvs.openbsd.org 2001/09/28 12:07:09
102 [ssh-keygen.c]
103 bzero private key after loading to smartcard; ok markus@
f67792f2 104 - markus@cvs.openbsd.org 2001/09/28 15:46:29
105 [ssh.c]
106 bug: read user config first; report kaukasoi@elektroni.ee.tut.fi
5720c10e 107 - markus@cvs.openbsd.org 2001/10/01 08:06:28
108 [scp.c]
109 skip filenames containing \n; report jdamery@chiark.greenend.org.uk
110 and matthew@debian.org
5e4a7219 111 - markus@cvs.openbsd.org 2001/10/01 21:38:53
112 [channels.c channels.h ssh.c sshd.c]
113 remove ugliness; vp@drexel.edu via angelos
8bbc048a 114 - markus@cvs.openbsd.org 2001/10/01 21:51:16
115 [readconf.c readconf.h ssh.1 sshconnect.c]
116 add NoHostAuthenticationForLocalhost; note that the hostkey is
117 now check for localhost, too.
e0543e42 118 - djm@cvs.openbsd.org 2001/10/02 08:38:50
119 [ssh-add.c]
120 return non-zero exit code on error; ok markus@
e4d7f734 121 - stevesk@cvs.openbsd.org 2001/10/02 22:56:09
122 [sshd.c]
123 #include "channels.h" for channel_set_af()
76fbdd47 124 - markus@cvs.openbsd.org 2001/10/03 10:01:20
125 [auth.c]
126 use realpath() for homedir, too. from jinmei@isl.rdc.toshiba.co.jp
c8a62153 127
d9d47a26 12820011001
129 - (stevesk) loginrec.c: fix type conversion problems exposed when using
130 64-bit off_t.
131
d8d6c87e 13220010929
133 - (bal) move reading 'config.h' up higher. Patch by albert chin
134 <china@thewrittenword.com)
135
fc1fc39e 13620010928
137 - (djm) OpenBSD CVS sync:
138 - djm@cvs.openbsd.org 2001/09/28 09:49:31
139 [scard.c]
140 Fix segv when smartcard communication error occurs during key load.
141 ok markus@
e3d5570b 142 - (djm) Update spec files for new x11-askpass
fc1fc39e 143
8a9ac95d 14420010927
145 - (stevesk) session.c: declare do_pre_login() before use
146 wayned@users.sourceforge.net
147
aa9f6a6e 14820010925
149 - (djm) Pull in auth-krb5.c from OpenBSD CVS. NB. it is not currently used.
168edd95 150 - (djm) Sync $sysconfdir/moduli
948fd8b9 151 - (djm) Add AC_SYS_LARGEFILE configure test
4f9d80ee 152 - (djm) Avoid bad and unportable sprintf usage in compat code
aa9f6a6e 153
57dade33 15420010923
155 - (bal) updated ssh.c to mirror minor getopts 'extern int' formating done
156 by stevesk@
927c3e15 157 - (bal) Removed 'extern int optopt;' since it is dead wood.
8ead88d3 158 - (bal) Updated all *.specs for 2.9.9p1 and updated version.h
57dade33 159
8ab12eb4 16020010923
161 - (bal) OpenBSD CVS Sync
162 - markus@cvs.openbsd.org 2001/09/23 11:09:13
163 [authfile.c]
164 relax permission check for private key files.
157fc8e1 165 - markus@cvs.openbsd.org 2001/09/23 09:58:13
166 [LICENCE]
167 new rijndael implementation
8ab12eb4 168
64bdafe1 16920010920
170 - (tim) [scard/Makefile.in] Don't strip the Java binary
4a38efad 171 - (stevesk) sun_len, SUN_LEN() configure stuff no longer required
fc7eca52 172 - (bal) OpenBSD CVS Sync
173 - stevesk@cvs.openbsd.org 2001/09/20 00:15:54
174 [sshd.8]
175 fix ClientAliveCountMax
ddcfed57 176 - markus@cvs.openbsd.org 2001/09/20 13:46:48
177 [auth2.c]
178 key_read returns now -1 or 1
bcdb96c2 179 - markus@cvs.openbsd.org 2001/09/20 13:50:40
180 [compat.c compat.h ssh.c]
181 bug compat: request a dummy channel for -N (no shell) sessions +
182 cleanup; vinschen@redhat.com
4a778de1 183 - mouring@cvs.openbsd.org 2001/09/20 20:57:51
184 [sshd_config]
185 CheckMail removed. OKed stevesk@
64bdafe1 186
4cdbc654 18720010919
35c69348 188 - (bal) OpenBSD Sync
4cdbc654 189 - markus@cvs.openbsd.org 2001/09/19 10:08:51
190 [sshd.8]
191 command=xxx applies to subsystem now, too
cb8c7bad 192 - markus@cvs.openbsd.org 2001/09/19 13:23:29
193 [key.c]
194 key_read() now returns -1 on type mismatch, too
e1c5bfaf 195 - stevesk@cvs.openbsd.org 2001/09/19 19:24:19
196 [readconf.c readconf.h scp.c sftp.c ssh.1]
197 add ClearAllForwardings ssh option and set it in scp and sftp; ok
198 markus@
f34f05d5 199 - stevesk@cvs.openbsd.org 2001/09/19 19:35:30
200 [authfd.c]
201 use sizeof addr vs. SUN_LEN(addr) for sockaddr_un. Stevens
202 blesses this and we do it this way elsewhere. this helps in
203 portable because not all systems have SUN_LEN() and
204 sockaddr_un.sun_len. ok markus@
2043936f 205 - stevesk@cvs.openbsd.org 2001/09/19 21:04:53
206 [sshd.8]
207 missing -t in usage
368bae7d 208 - stevesk@cvs.openbsd.org 2001/09/19 21:41:57
209 [sshd.8]
210 don't advertise -V in usage; ok markus@
35c69348 211 - (bal) openbsd-compat/vis.[ch] is dead wood. Removed.
4cdbc654 212
d0b19c95 21320010918
46a831dd 214 - (djm) Configure support for smartcards. Based on Ben's work.
fef4ea6b 215 - (djm) Revert setgroups call, it causes problems on OS-X
46a831dd 216 - (djm) Avoid warning on BSDgetopt
93816ec8 217 - (djm) More makefile infrastructre for smartcard support, also based
218 on Ben's work
4b255446 219 - (djm) Specify --datadir in RPM spec files so smartcard applet gets
220 put somewhere sane. Add Ssh.bin to manifest.
69c94072 221 - (djm) Make smartcard support conditional in Redhat RPM spec
1a77481c 222 - (bal) LICENCE update. Has not been done in a while.
f49df8e9 223 - (stevesk) nchan.c: we use X/Open Sockets on HP-UX now so shutdown(2)
224 returns ENOTCONN vs. EINVAL for socket not connected; remove EINVAL
225 check. ok Lutz Jaenicke
35c69348 226 - (bal) OpenBSD CVS Sync
f1278af7 227 - stevesk@cvs.openbsd.org 2001/09/17 17:57:57
228 [scp.1 scp.c sftp.1 sftp.c]
229 add -Fssh_config option; ok markus@
cf54363d 230 - stevesk@cvs.openbsd.org 2001/09/17 19:27:15
231 [kexdh.c kexgex.c key.c key.h ssh-dss.c ssh-keygen.c ssh-rsa.c]
232 u_char*/char* cleanup; ok markus
4e842b5e 233 - markus@cvs.openbsd.org 2001/09/17 20:22:14
234 [scard.c]
235 never keep a connection to the smartcard open.
236 allows ssh-keygen -D U while the agent is running; report from
237 jakob@
e3c1c3e6 238 - stevesk@cvs.openbsd.org 2001/09/17 20:38:09
239 [sftp.1 sftp.c]
240 cleanup and document -1, -s and -S; ok markus@
f7436b8c 241 - markus@cvs.openbsd.org 2001/09/17 20:50:22
242 [key.c ssh-keygen.c]
243 better error handling if you try to export a bad key to ssh.com
a5f82435 244 - markus@cvs.openbsd.org 2001/09/17 20:52:47
245 [channels.c channels.h clientloop.c]
246 try to fix agent-forwarding-backconnection-bug, as seen on HPUX,
247 for example; with Lutz.Jaenicke@aet.TU-Cottbus.DE,
780a9951 248 - markus@cvs.openbsd.org 2001/09/17 21:04:02
249 [channels.c serverloop.c]
250 don't send fake dummy packets on CR (\r)
251 bugreport from yyua@cs.sfu.ca via solar@@openwall.com
b6761a3e 252 - markus@cvs.openbsd.org 2001/09/17 21:09:47
253 [compat.c]
254 more versions suffering the SSH_BUG_DEBUG bug;
255 3.0.x reported by dbutts@maddog.storability.com
edaeb835 256 - stevesk@cvs.openbsd.org 2001/09/17 23:56:07
257 [scp.1]
258 missing -B in usage string
d0b19c95 259
d31a32a4 26020010917
261 - (djm) x11-ssh-askpass-1.2.4 in RPM spec, revert workarounds
cb547f98 262 - (tim) [includes.h openbsd-compat/getopt.c openbsd-compat/getopt.h]
263 rename getopt() to BSDgetopt() to keep form conflicting with
264 system getopt().
265 [Makefile.in configure.in] disable filepriv until I can add
266 missing procpriv calls.
d31a32a4 267
95d00a03 26820010916
269 - (djm) Workaround XFree breakage in RPM spec file
6fcf67f7 270 - (bal) OpenBSD CVS Sync
271 - markus@cvs.openbsd.org 2001/09/16 14:46:54
272 [session.c]
273 calls krb_afslog() after setting $HOME; mattiasa@e.kth.se; fixes
274 pr 1943b
95d00a03 275
0e0144b7 27620010915
277 - (djm) Make do_pre_login static to avoid prototype #ifdef hell
0fd6c7a9 278 - (djm) Sync scard/ stuff
23c098ba 279 - (djm) Redhat spec file cleanups from Pekka Savola <pekkas@netcore.fi> and
280 Redhat
94a29edc 281 - (djm) Redhat initscript config sanity checking from Pekka Savola
282 <pekkas@netcore.fi>
e72ff812 283 - (djm) Clear supplemental groups at sshd start to prevent them from
284 being propogated to random PAM modules. Based on patch from Redhat via
285 Pekka Savola <pekkas@netcore.fi>
a2cb4268 286 - (djm) Make sure rijndael.c picks config.h
287 - (djm) Ensure that u_char gets defined
0e0144b7 288
dcf29cf8 28920010914
290 - (bal) OpenBSD CVS Sync
291 - markus@cvs.openbsd.org 2001/09/13
292 [rijndael.c rijndael.h]
293 missing $OpenBSD
fd022eed 294 - markus@cvs.openbsd.org 2001/09/14
295 [session.c]
296 command=xxx overwrites subsystems, too
9658ecbc 297 - markus@cvs.openbsd.org 2001/09/14
298 [sshd.c]
299 typo
fd022eed 300
88c3bfe0 30120010913
302 - (bal) OpenBSD CVS Sync
303 - markus@cvs.openbsd.org 2001/08/23 11:31:59
304 [cipher.c cipher.h]
305 switch to the optimised AES reference code from
306 http://www.esat.kuleuven.ac.be/~rijmen/rijndael/rijndael-fst-3.0.zip
307
5c53a31e 30820010912
309 - (bal) OpenBSD CVS Sync
310 - jakob@cvs.openbsd.org 2001/08/16 19:18:34
311 [servconf.c servconf.h session.c sshd.8]
312 deprecate CheckMail. ok markus@
54bf768d 313 - stevesk@cvs.openbsd.org 2001/08/16 20:14:57
314 [ssh.1 sshd.8]
315 document case sensitivity for ssh, sshd and key file
316 options and arguments; ok markus@
6d7b3036 317 - stevesk@cvs.openbsd.org 2001/08/17 18:59:47
318 [servconf.h]
319 typo in comment
ae897d7c 320 - stevesk@cvs.openbsd.org 2001/08/21 21:47:42
321 [ssh.1 sshd.8]
322 minor typos and cleanup
c78e5800 323 - stevesk@cvs.openbsd.org 2001/08/22 16:21:21
324 [ssh.1]
325 hostname not optional; ok markus@
9495bfc5 326 - stevesk@cvs.openbsd.org 2001/08/22 16:30:02
327 [sshd.8]
328 no rexd; ok markus@
29999e54 329 - stevesk@cvs.openbsd.org 2001/08/22 17:45:16
330 [ssh.1]
331 document cipher des for protocol 1; ok deraadt@
8fbc356d 332 - camield@cvs.openbsd.org 2001/08/23 17:59:31
333 [sshd.c]
334 end request with 0, not NULL
335 ok markus@
d866473d 336 - stevesk@cvs.openbsd.org 2001/08/23 18:02:48
337 [ssh-agent.1]
338 fix usage; ok markus@
75304f85 339 - stevesk@cvs.openbsd.org 2001/08/23 18:08:59
340 [ssh-add.1 ssh-keyscan.1]
341 minor cleanup
b7f79e7a 342 - danh@cvs.openbsd.org 2001/08/27 22:02:13
343 [ssh-keyscan.c]
344 fix memory fault if non-existent filename is given to the -f option
345 ok markus@
14e4a15f 346 - markus@cvs.openbsd.org 2001/08/28 09:51:26
347 [readconf.c]
348 don't set DynamicForward unless Host matches
e591b98a 349 - markus@cvs.openbsd.org 2001/08/28 15:39:48
350 [ssh.1 ssh.c]
351 allow: ssh -F configfile host
46660a9e 352 - markus@cvs.openbsd.org 2001/08/29 20:44:03
353 [scp.c]
354 clear the malloc'd buffer, otherwise source() will leak malloc'd
355 memory; ok theo@
e675b851 356 - stevesk@cvs.openbsd.org 2001/08/29 23:02:21
357 [sshd.8]
358 add text about -u0 preventing DNS requests; ok markus@
4c780c2a 359 - stevesk@cvs.openbsd.org 2001/08/29 23:13:10
360 [ssh.1 ssh.c]
361 document -D and DynamicForward; ok markus@
d2e3df16 362 - stevesk@cvs.openbsd.org 2001/08/29 23:27:23
363 [ssh.c]
364 validate ports for -L/-R; ok markus@
70068acc 365 - stevesk@cvs.openbsd.org 2001/08/29 23:39:40
366 [ssh.1 sshd.8]
367 additional documentation for GatewayPorts; ok markus@
ad3e169f 368 - naddy@cvs.openbsd.org 2001/08/30 15:42:36
369 [ssh.1]
370 add -D to synopsis line; ok markus@
3a8aabf0 371 - stevesk@cvs.openbsd.org 2001/08/30 16:04:35
372 [readconf.c ssh.1]
373 validate ports for LocalForward/RemoteForward.
374 add host/port alternative syntax for IPv6 (like -L/-R).
375 ok markus@
ed787d14 376 - stevesk@cvs.openbsd.org 2001/08/30 20:36:34
377 [auth-options.c sshd.8]
378 validate ports for permitopen key file option. add host/port
379 alternative syntax for IPv6. ok markus@
4278ff63 380 - markus@cvs.openbsd.org 2001/08/30 22:22:32
381 [ssh-keyscan.c]
382 do not pass pointers to longjmp; fix from wayne@blorf.net
6b759005 383 - markus@cvs.openbsd.org 2001/08/31 11:46:39
384 [sshconnect2.c]
93111dfa 385 disable kbd-interactive if we don't get SSH2_MSG_USERAUTH_INFO_REQUEST
386 messages
387 - stevesk@cvs.openbsd.org 2001/09/03 20:58:33
388 [readconf.c readconf.h ssh.c]
389 fatal() for nonexistent -Fssh_config. ok markus@
91789042 390 - deraadt@cvs.openbsd.org 2001/09/05 06:23:07
391 [scp.1 sftp.1 ssh.1 ssh-agent.1 sshd.8 ssh-keygen.1 ssh-keyscan.1]
392 avoid first person in manual pages
3a222388 393 - stevesk@cvs.openbsd.org 2001/09/12 18:18:25
394 [scp.c]
395 don't forward agent for non third-party copies; ok markus@
5c53a31e 396
c6ed03bd 39720010815
398 - (bal) Fixed stray code in readconf.c that went in by mistake.
65e683bd 399 - OpenBSD CVS Sync
400 - markus@cvs.openbsd.org 2001/08/07 10:37:46
401 [authfd.c authfd.h]
402 extended failure messages from galb@vandyke.com
c7f89f1f 403 - deraadt@cvs.openbsd.org 2001/08/08 07:16:58
404 [scp.1]
405 when describing the -o option, give -o Protocol=1 as the specific example
406 since we are SICK AND TIRED of clueless people who cannot have difficulty
407 thinking on their own.
f2f1bedd 408 - markus@cvs.openbsd.org 2001/08/08 18:20:15
409 [uidswap.c]
410 permanently_set_uid is a noop if user is not privilegued;
411 fixes bug on solaris; from sbi@uchicago.edu
58df8789 412 - markus@cvs.openbsd.org 2001/08/08 21:34:19
413 [uidswap.c]
414 undo last change; does not work for sshd
c3abff07 415 - jakob@cvs.openbsd.org 2001/08/11 22:51:27
416 [ssh.c tildexpand.c]
417 fix more paths beginning with "//"; <bradshaw@staff.crosswalk.com>.
418 ok markus@
4fa5a4db 419 - stevesk@cvs.openbsd.org 2001/08/13 23:38:54
420 [scp.c]
421 don't need main prototype (also sync with rcp); ok markus@
68874d2b 422 - markus@cvs.openbsd.org 2001/08/14 09:23:02
423 [sftp.1 sftp-int.c]
424 "bye"; hk63a@netscape.net
38539909 425 - stevesk@cvs.openbsd.org 2001/08/14 17:54:29
426 [scp.1 sftp.1 ssh.1]
427 consistent documentation and example of ``-o ssh_option'' for sftp and
428 scp; document keyword=argument for ssh.
41cb4569 429 - (bal) QNX resync. OK tim@
c6ed03bd 430
3454ff55 43120010814
432 - (stevesk) sshpty.c, cray.[ch]: whitespace, formatting and cleanup
433 for some #ifdef _CRAY code; ok wendyp@cray.com
5bd6962b 434 - (stevesk) sshpty.c: return 0 on error in cray pty code;
435 ok wendyp@cray.com
4809bc4c 436 - (stevesk) bsd-cray.c: utmp strings are not C strings
8280a5ae 437 - (stevesk) bsd-cray.c: more cleanup; ok wendyp@cray.com
3454ff55 438
d89a02d4 43920010812
440 - (djm) Fix detection of long long int support. Based on patch from
441 Michael Stone <mstone@cs.loyola.edu>. ok stevesk, tim
442
7ef909d3 44320010808
444 - (bal) Minor correction to inet_ntop.h. _BSD_RRESVPORT_H should be
445 _BSD_INET_NTOP_H. Pointed out by Mark Miller <markm@swoon.net>
446
a704dd54 44720010807
448 - (tim) [configure.in sshconnect.c openbsd-compat/Makefile.in
449 openbsd-compat/openbsd-compat.h ] Add inet_ntop.c inet_ntop.h back
450 in. Needed for sshconnect.c
451 [sshconnect.c] fix INET6_ADDRSTRLEN for non IPv6 machines
452 [configure.in] make tests with missing libraries fail
453 patch by Wendy Palm <wendyp@cray.com>
454 Added openbsd-compat/bsd-cray.h. Selective patches from
455 William L. Jones <jones@mail.utexas.edu>
456
4f7893dc 45720010806
458 - OpenBSD CVS Sync
459 - markus@cvs.openbsd.org 2001/07/22 21:32:27
460 [sshpty.c]
461 update comment
0aea6c59 462 - pvalchev@cvs.openbsd.org 2001/07/22 21:32:42
463 [ssh.1]
464 There is no option "Compress", point to "Compression" instead; ok
465 markus
10a2cbef 466 - markus@cvs.openbsd.org 2001/07/22 22:04:19
467 [readconf.c ssh.1]
468 enable challenge-response auth by default; ok millert@
248bad82 469 - markus@cvs.openbsd.org 2001/07/22 22:24:16
470 [sshd.8]
471 Xr login.conf
9f37c0af 472 - markus@cvs.openbsd.org 2001/07/23 09:06:28
473 [sshconnect2.c]
474 reorder default sequence of userauth methods to match ssh behaviour:
475 hostbased,publickey,keyboard-interactive,password
29c440a0 476 - markus@cvs.openbsd.org 2001/07/23 12:47:05
477 [ssh.1]
478 sync PreferredAuthentications
7fd9477e 479 - aaron@cvs.openbsd.org 2001/07/23 14:14:18
480 [ssh-keygen.1]
481 Fix typo.
1bdee08c 482 - stevesk@cvs.openbsd.org 2001/07/23 18:14:58
483 [auth2.c auth-rsa.c]
484 use %lu; ok markus@
bac2ef55 485 - stevesk@cvs.openbsd.org 2001/07/23 18:21:46
486 [xmalloc.c]
487 no zero size xstrdup() error; ok markus@
55684f0c 488 - markus@cvs.openbsd.org 2001/07/25 11:59:35
489 [scard.c]
490 typo in comment
ce773142 491 - markus@cvs.openbsd.org 2001/07/25 14:35:18
492 [readconf.c ssh.1 ssh.c sshconnect.c]
493 cleanup connect(); connection_attempts 4 -> 1; from
494 eivind@freebsd.org
f87f09aa 495 - stevesk@cvs.openbsd.org 2001/07/26 17:18:22
496 [sshd.8 sshd.c]
497 add -t option to test configuration file and keys; pekkas@netcore.fi
498 ok markus@
c42158fe 499 - rees@cvs.openbsd.org 2001/07/26 20:04:27
500 [scard.c ssh-keygen.c]
501 Inquire Cyberflex class for 0xf0 cards
502 change aid to conform to 7816-5
503 remove gratuitous fid selects
2e23cde0 504 - millert@cvs.openbsd.org 2001/07/27 14:50:45
505 [ssh.c]
506 If smart card support is compiled in and a smart card is being used
507 for authentication, make it the first method used. markus@ OK
0b2988ca 508 - deraadt@cvs.openbsd.org 2001/07/27 17:26:16
509 [scp.c]
510 shorten lines
7f19f8bb 511 - markus@cvs.openbsd.org 2001/07/28 09:21:15
512 [sshd.8]
513 cleanup some RSA vs DSA vs SSH1 vs SSH2 notes
79a6cb5c 514 - mouring@cvs.openbsd.org 2001/07/29 17:02:46
515 [scp.1]
516 Clarified -o option in scp.1 OKed by Markus@
0b595937 517 - jakob@cvs.openbsd.org 2001/07/30 16:06:07
518 [scard.c scard.h]
519 better errorcodes from sc_*; ok markus@
d6192346 520 - stevesk@cvs.openbsd.org 2001/07/30 16:23:30
521 [rijndael.c rijndael.h]
522 new BSD-style license:
523 Brian Gladman <brg@gladman.plus.com>:
524 >I have updated my code at:
525 >http://fp.gladman.plus.com/cryptography_technology/rijndael/index.htm
526 >with a copyright notice as follows:
527 >[...]
528 >I am not sure which version of my old code you are using but I am
529 >happy for the notice above to be substituted for my existing copyright
530 >intent if this meets your purpose.
71b7a18e 531 - jakob@cvs.openbsd.org 2001/07/31 08:41:10
532 [scard.c]
533 do not complain about missing smartcards. ok markus@
eea098a3 534 - jakob@cvs.openbsd.org 2001/07/31 09:28:44
535 [readconf.c readconf.h ssh.1 ssh.c]
536 add 'SmartcardDevice' client option to specify which smartcard device
537 is used to access a smartcard used for storing the user's private RSA
538 key. ok markus@.
88690211 539 - jakob@cvs.openbsd.org 2001/07/31 12:42:50
540 [sftp-int.c sftp-server.c]
541 avoid paths beginning with "//"; <vinschen@redhat.com>
542 ok markus@
2251e099 543 - jakob@cvs.openbsd.org 2001/07/31 12:53:34
544 [scard.c]
545 close smartcard connection if card is missing
9ff6f66f 546 - markus@cvs.openbsd.org 2001/08/01 22:03:33
547 [authfd.c authfd.h readconf.c readconf.h scard.c scard.h ssh-add.c
548 ssh-agent.c ssh.c]
549 use strings instead of ints for smartcard reader ids
1930af48 550 - markus@cvs.openbsd.org 2001/08/01 22:16:45
551 [ssh.1 sshd.8]
552 refer to current ietf drafts for protocol v2
4f831fd7 553 - markus@cvs.openbsd.org 2001/08/01 23:33:09
554 [ssh-keygen.c]
555 allow uploading RSA keys for non-default AUT0 (sha1 over passphrase
556 like sectok).
1a23ac2c 557 - markus@cvs.openbsd.org 2001/08/01 23:38:45
05b7537a 558 [scard.c ssh.c]
559 support finish rsa keys.
560 free public keys after login -> call finish -> close smartcard.
93a56445 561 - markus@cvs.openbsd.org 2001/08/02 00:10:17
562 [ssh-keygen.c]
563 add -D readerid option (download, i.e. print public RSA key to stdout).
564 check for card present when uploading keys.
565 use strings instead of ints for smartcard reader ids, too.
285d2b15 566 - jakob@cvs.openbsd.org 2001/08/02 08:58:35
567 [ssh-keygen.c]
568 change -u (upload smartcard key) to -U. ok markus@
58153e34 569 - jakob@cvs.openbsd.org 2001/08/02 15:06:52
570 [ssh-keygen.c]
571 more verbose usage(). ok markus@
f0d6bdcf 572 - jakob@cvs.openbsd.org 2001/08/02 15:07:23
573 [ssh-keygen.1]
574 document smartcard upload/download. ok markus@
315dfb04 575 - jakob@cvs.openbsd.org 2001/08/02 15:32:10
576 [ssh.c]
577 add smartcard to usage(). ok markus@
3e984472 578 - jakob@cvs.openbsd.org 2001/08/02 15:43:57
579 [ssh-agent.c ssh.c ssh-keygen.c]
580 add /* SMARTCARD */ to #else/#endif. ok markus@
1a23ac2c 581 - jakob@cvs.openbsd.org 2001/08/02 16:14:05
dd2495cb 582 [scard.c ssh-agent.c ssh.c ssh-keygen.c]
583 clean up some /* SMARTCARD */. ok markus@
0f6d5acf 584 - mpech@cvs.openbsd.org 2001/08/02 18:37:35
585 [ssh-keyscan.1]
586 o) .Sh AUTHOR -> .Sh AUTHORS;
587 o) .Sh EXAMPLE -> .Sh EXAMPLES;
588 o) Delete .Sh OPTIONS. Text moved to .Sh DESCRIPTION;
589
590 millert@ ok
5a26334c 591 - jakob@cvs.openbsd.org 2001/08/03 10:31:19
592 [ssh-add.1]
593 document smartcard options. ok markus@
33e766d2 594 - jakob@cvs.openbsd.org 2001/08/03 10:31:30
595 [ssh-add.c ssh-agent.c ssh-keyscan.c]
596 improve usage(). ok markus@
5061072f 597 - markus@cvs.openbsd.org 2001/08/05 23:18:20
598 [ssh-keyscan.1 ssh-keyscan.c]
599 ssh 2 support; from wayned@users.sourceforge.net
578954b1 600 - markus@cvs.openbsd.org 2001/08/05 23:29:58
601 [ssh-keyscan.c]
602 make -t dsa work with commercial servers, too
cddb9003 603 - stevesk@cvs.openbsd.org 2001/08/06 19:47:05
604 [scp.c]
605 use alarm vs. setitimer for portable; ok markus@
94796c10 606 - (bal) ssh-keyscan double -lssh hack due to seed_rng().
1a23ac2c 607 - (bal) Second around of UNICOS patches. A few other things left.
608 Patches by William L. Jones <jones@mail.utexas.edu>
4f7893dc 609
29a47408 61020010803
611 - (djm) Fix interrupted read in entropy gatherer. Spotted by markus@ on
612 a fast UltraSPARC.
613
42ad0eec 61420010726
615 - (stevesk) use mysignal() in protocol 1 loop now that the SIGCHLD
616 handler has converged.
617
aa7dbcdd 61820010725
619 - (bal) Added 'install-nokeys' to Makefile to assist package builders.
620
0b7d19eb 62120010724
622 - (bal) 4711 not 04711 for ssh binary.
623
ca5c7d6a 62420010722
625 - (bal) Starting the Unicossmk merger. File merged TODO, configure.in,
626 myproposal.h, ssh_prng_cmds.in, and openbsd-compat/Makefile.in.
627 Added openbsd-compat/bsd-cray.c. Rest will be merged after
628 approval. Selective patches from William L. Jones
629 <jones@mail.utexas.edu>
7458aff1 630 - OpenBSD CVS Sync
631 - markus@cvs.openbsd.org 2001/07/18 21:10:43
632 [sshpty.c]
633 pr #1946, allow sshd if /dev is readonly
ec9f3450 634 - stevesk@cvs.openbsd.org 2001/07/18 21:40:40
635 [ssh-agent.c]
636 chdir("/") from bbraun@synack.net; ok markus@
5bef3c35 637 - stevesk@cvs.openbsd.org 2001/07/19 00:41:44
638 [ssh.1]
639 escape chars are below now
7efa8482 640 - markus@cvs.openbsd.org 2001/07/20 14:46:11
641 [ssh-agent.c]
642 do not exit() from signal handlers; ok deraadt@
491f5f7b 643 - stevesk@cvs.openbsd.org 2001/07/20 18:41:51
644 [ssh.1]
645 "the" command line
ca5c7d6a 646
979b0a64 64720010719
648 - (tim) [configure.in] put inet_aton back in AC_CHECK_FUNCS.
649 report from Mark Miller <markm@swoon.net>
650
6e69a45d 65120010718
652 - OpenBSD CVS Sync
2c5b1791 653 - stevesk@cvs.openbsd.org 2001/07/14 15:10:17
654 [readpass.c sftp-client.c sftp-common.c sftp-glob.c]
655 delete spurious #includes; ok deraadt@ markus@
68fa858a 656 - markus@cvs.openbsd.org 2001/07/15 16:17:08
2c5b1791 657 [serverloop.c]
658 schedule client alive for ssh2 only, greg@cheers.bungi.com
2c71dfc1 659 - stevesk@cvs.openbsd.org 2001/07/15 16:57:21
660 [ssh-agent.1]
661 -d will not fork; ok markus@
d1fc1b88 662 - stevesk@cvs.openbsd.org 2001/07/15 16:58:29
68fa858a 663 [ssh-agent.c]
d1fc1b88 664 typo in usage; ok markus@
68fa858a 665 - markus@cvs.openbsd.org 2001/07/17 20:48:42
666 [ssh-agent.c]
e364646f 667 update maxfd if maxfd is closed; report from jmcelroy@dtgnet.com
68fa858a 668 - markus@cvs.openbsd.org 2001/07/17 21:04:58
669 [channels.c channels.h clientloop.c nchan.c serverloop.c]
489aa2e9 670 keep track of both maxfd and the size of the malloc'ed fdsets.
671 update maxfd if maxfd gets closed.
c3941fa6 672 - mouring@cvs.openbsd.org 2001/07/18 16:45:52
673 [scp.c]
674 Missing -o in scp usage()
68fa858a 675 - (bal) Cleaned up trailing spaces in ChangeLog.
31fb6aaf 676 - (bal) Allow sshd to switch user context without password for Cygwin.
677 Patch by Corinna Vinschen <vinschen@redhat.com>
41fcc457 678 - (bal) Updated cygwin README and ssh-host-config. Patch by
ad0cc858 679 Corinna Vinschen <vinschen@redhat.com>
6e69a45d 680
39c98ef7 68120010715
682 - (bal) Set "BROKEN_GETADDRINFO" for darwin platform. Reported by
683 Josh Larios <jdlarios@cac.washington.edu>
c14e6239 684 - (tim) put openssh/openbsd-compat/inet_aton.[ch] back in.
685 needed by openbsd-compat/fake-getaddrinfo.c
68fa858a 686
6800f427 68720010714
688 - (stevesk) change getopt() declaration
763a1a18 689 - (stevesk) configure.in: use ll suffix for long long constant
690 in snprintf() test
6800f427 691
453b4bd0 69220010713
68fa858a 693 - (djm) Enable /etc/nologin check on PAM systems, as some lack the
694 pam_nologin module. Report from William Yodlowsky
453b4bd0 695 <bsd@openbsd.rutgers.edu>
9912296f 696 - (djm) Revert dirname fix, a better one is on its way.
1ee482c5 697 - OpenBSD CVS Sync
698 - markus@cvs.openbsd.org 2001/07/04 22:47:19
699 [ssh-agent.c]
700 ignore SIGPIPE when debugging, too
878b5225 701 - markus@cvs.openbsd.org 2001/07/04 23:13:10
702 [scard.c scard.h ssh-agent.c]
703 handle card removal more gracefully, add sc_close() to scard.h
77261db4 704 - markus@cvs.openbsd.org 2001/07/04 23:39:07
705 [ssh-agent.c]
706 for smartcards remove both RSA1/2 keys
a0e0f486 707 - markus@cvs.openbsd.org 2001/07/04 23:49:27
708 [ssh-agent.c]
709 handle mutiple adds of the same smartcard key
62bb2c8f 710 - espie@cvs.openbsd.org 2001/07/05 11:43:33
711 [sftp-glob.c]
712 Directly cast to the right type. Ok markus@
713 - stevesk@cvs.openbsd.org 2001/07/05 20:32:47
714 [sshconnect1.c]
715 statement after label; ok dugsong@
97de229c 716 - stevesk@cvs.openbsd.org 2001/07/08 15:23:38
717 [servconf.c]
718 fix ``MaxStartups max''; ok markus@
f5a1a01a 719 - fgsch@cvs.openbsd.org 2001/07/09 05:58:47
720 [ssh.c]
721 Use getopt(3); markus@ ok.
ed916b28 722 - deraadt@cvs.openbsd.org 2001/07/09 07:04:53
723 [session.c sftp-int.c]
724 correct type on last arg to execl(); nordin@cse.ogi.edu
333b5ba7 725 - markus@cvs.openbsd.org 2001/07/10 21:49:12
726 [readpass.c]
727 don't panic if fork or pipe fail (just return an empty passwd).
46d738cd 728 - itojun@cvs.openbsd.org 2001/07/11 00:24:53
729 [servconf.c]
68fa858a 730 make it compilable in all 4 combination of KRB4/KRB5 settings.
46d738cd 731 dugsong ok
732 XXX isn't it sensitive to the order of -I/usr/include/kerberosIV and
733 -I/usr/include/kerberosV?
afd501f9 734 - markus@cvs.openbsd.org 2001/07/11 16:29:59
735 [ssh.c]
736 sort options string, fix -p, add -k
737 - markus@cvs.openbsd.org 2001/07/11 18:26:15
738 [auth.c]
739 no need to call dirname(pw->pw_dir).
740 note that dirname(3) modifies its argument on some systems.
82d95536 741 - (djm) Reorder Makefile.in so clean targets work a little better when
742 run directly from Makefile.in
1812a662 743 - (djm) Pull in getopt(3) from OpenBSD libc for the optreset extension.
453b4bd0 744
85b08d98 74520010711
68fa858a 746 - (djm) dirname(3) may modify its argument on glibc and other systems.
85b08d98 747 Patch from markus@, spotted by Tom Holroyd <tomh@po.crl.go.jp>
748
a96070d4 74920010704
750 - OpenBSD CVS Sync
751 - markus@cvs.openbsd.org 2001/06/25 08:25:41
68fa858a 752 [channels.c channels.h cipher.c clientloop.c compat.c compat.h
753 hostfile.c kex.c kex.h key.c key.h nchan.c packet.c serverloop.c
a96070d4 754 session.c session.h sftp-server.c ssh-add.c ssh-agent.c uuencode.h]
755 update copyright for 2001
8a497b11 756 - markus@cvs.openbsd.org 2001/06/25 17:18:27
757 [ssh-keygen.1]
68fa858a 758 sshd(8) will never read the private keys, but ssh(1) does;
8a497b11 759 hugh@mimosa.com
6978866a 760 - provos@cvs.openbsd.org 2001/06/25 17:54:47
761 [auth.c auth.h auth-rsa.c]
68fa858a 762 terminate secure_filename checking after checking homedir. that way
ffb215be 763 it works on AFS. okay markus@
764 - stevesk@cvs.openbsd.org 2001/06/25 20:26:37
765 [auth2.c sshconnect2.c]
766 prototype cleanup; ok markus@
2b30154a 767 - markus@cvs.openbsd.org 2001/06/26 02:47:07
768 [ssh-keygen.c]
769 allow loading a private RSA key to a cyberflex card.
ffdb5d70 770 - markus@cvs.openbsd.org 2001/06/26 04:07:06
771 [ssh-agent.1 ssh-agent.c]
772 add debug flag
983def13 773 - markus@cvs.openbsd.org 2001/06/26 04:59:59
774 [authfd.c authfd.h ssh-add.c]
775 initial support for smartcards in the agent
f7e5ac7b 776 - markus@cvs.openbsd.org 2001/06/26 05:07:43
777 [ssh-agent.c]
778 update usage
2b5fe3b8 779 - markus@cvs.openbsd.org 2001/06/26 05:33:34
780 [ssh-agent.c]
781 more smartcard support.
543baeea 782 - mpech@cvs.openbsd.org 2001/06/26 05:48:07
783 [sshd.8]
784 remove unnecessary .Pp between .It;
785 millert@ ok
0c9664c2 786 - markus@cvs.openbsd.org 2001/06/26 05:50:11
787 [auth2.c]
788 new interface for secure_filename()
2a1e4639 789 - itojun@cvs.openbsd.org 2001/06/26 06:32:58
68fa858a 790 [atomicio.h authfd.h authfile.h auth.h auth-options.h bufaux.h
791 buffer.h canohost.h channels.h cipher.h clientloop.h compat.h
792 compress.h crc32.h deattack.h dh.h dispatch.h groupaccess.h
793 hostfile.h kex.h key.h log.h mac.h match.h misc.h mpaux.h packet.h
2a1e4639 794 radix.h readconf.h readpass.h rsa.h]
795 prototype pedant. not very creative...
796 - () -> (void)
797 - no variable names
1c06a9ca 798 - itojun@cvs.openbsd.org 2001/06/26 06:33:07
68fa858a 799 [servconf.h serverloop.h session.h sftp-client.h sftp-common.h
800 sftp-glob.h sftp-int.h sshconnect.h ssh-dss.h sshlogin.h sshpty.h
1c06a9ca 801 ssh-rsa.h tildexpand.h uidswap.h uuencode.h xmalloc.h]
802 prototype pedant. not very creative...
803 - () -> (void)
804 - no variable names
ced49be2 805 - dugsong@cvs.openbsd.org 2001/06/26 16:15:25
68fa858a 806 [auth1.c auth.h auth-krb4.c auth-passwd.c readconf.c readconf.h
ced49be2 807 servconf.c servconf.h session.c sshconnect1.c sshd.c]
68fa858a 808 Kerberos v5 support for SSH1, mostly from Assar Westerlund
ced49be2 809 <assar@freebsd.org> and Bjorn Gronvall <bg@sics.se>. markus@ ok
3474b2b4 810 - markus@cvs.openbsd.org 2001/06/26 17:25:34
811 [ssh.1]
812 document SSH_ASKPASS; fubob@MIT.EDU
255cabd9 813 - markus@cvs.openbsd.org 2001/06/26 17:27:25
68fa858a 814 [authfd.h authfile.h auth.h auth-options.h bufaux.h buffer.h
815 canohost.h channels.h cipher.h clientloop.h compat.h compress.h
816 crc32.h deattack.h dh.h dispatch.h groupaccess.c groupaccess.h
817 hostfile.h kex.h key.h log.c log.h mac.h misc.c misc.h mpaux.h
818 packet.h radix.h readconf.h readpass.h rsa.h servconf.h serverloop.h
819 session.h sftp-common.c sftp-common.h sftp-glob.h sftp-int.h
820 sshconnect.h ssh-dss.h sshlogin.h sshpty.h ssh-rsa.h sshtty.h
255cabd9 821 tildexpand.h uidswap.h uuencode.h xmalloc.h]
822 remove comments from .h, since they are cut&paste from the .c files
823 and out of sync
83f46621 824 - dugsong@cvs.openbsd.org 2001/06/26 17:41:49
825 [servconf.c]
826 #include <kafs.h>
57156994 827 - markus@cvs.openbsd.org 2001/06/26 20:14:11
828 [key.c key.h ssh.c sshconnect1.c sshconnect2.c]
829 add smartcard support to the client, too (now you can use both
830 the agent and the client).
831 - markus@cvs.openbsd.org 2001/06/27 02:12:54
832 [serverloop.c serverloop.h session.c session.h]
833 quick hack to make ssh2 work again.
80f8f24f 834 - markus@cvs.openbsd.org 2001/06/27 04:48:53
835 [auth.c match.c sshd.8]
836 tridge@samba.org
d0bfe096 837 - markus@cvs.openbsd.org 2001/06/27 05:35:42
838 [ssh-keygen.c]
839 use cyberflex_inq_class to inquire class.
2b63e803 840 - markus@cvs.openbsd.org 2001/06/27 05:42:25
841 [rsa.c rsa.h ssh-agent.c ssh-keygen.c]
842 s/generate_additional_parameters/rsa_generate_additional_parameters/
843 http://www.humppa.com/
34e02b83 844 - markus@cvs.openbsd.org 2001/06/27 06:26:36
845 [ssh-add.c]
846 convert to getopt(3)
d3260e12 847 - stevesk@cvs.openbsd.org 2001/06/28 19:57:35
848 [ssh-keygen.c]
849 '\0' terminated data[] is ok; ok markus@
49ccba9c 850 - markus@cvs.openbsd.org 2001/06/29 07:06:34
851 [ssh-keygen.c]
852 new error handling for cyberflex_*
542d70b8 853 - markus@cvs.openbsd.org 2001/06/29 07:11:01
854 [ssh-keygen.c]
855 initialize early
eea46d13 856 - stevesk@cvs.openbsd.org 2001/06/29 18:38:44
857 [clientloop.c]
858 sync function definition with declaration; ok markus@
8ab2cb35 859 - stevesk@cvs.openbsd.org 2001/06/29 18:40:28
860 [channels.c]
861 use socklen_t for getsockopt arg #5; ok markus@
b3f8a79c 862 - stevesk@cvs.openbsd.org 2001/06/30 18:08:40
863 [channels.c channels.h clientloop.c]
864 adress -> address; ok markus@
5b5d170c 865 - markus@cvs.openbsd.org 2001/07/02 13:59:15
866 [serverloop.c session.c session.h]
68fa858a 867 wait until !session_have_children(); bugreport from
5b5d170c 868 Lutz.Jaenicke@aet.TU-Cottbus.DE
613021ac 869 - markus@cvs.openbsd.org 2001/07/02 22:29:20
870 [readpass.c]
871 do not return NULL, use "" instead.
666248da 872 - markus@cvs.openbsd.org 2001/07/02 22:40:18
873 [ssh-keygen.c]
874 update for sectok.h interface changes.
3cf2be58 875 - markus@cvs.openbsd.org 2001/07/02 22:52:57
876 [channels.c channels.h serverloop.c]
877 improve cleanup/exit logic in ssh2:
878 stop listening to channels, detach channel users (e.g. sessions).
879 wait for children (i.e. dying sessions), send exit messages,
880 cleanup all channels.
637b033d 881 - (bal) forget a few new files in sync up.
06be7c3b 882 - (bal) Makefile fix up requires scard.c
ac96ca42 883 - (stevesk) sync misc.h
9c328529 884 - (stevesk) more sync for session.c
4f1f4d8d 885 - (stevesk) sync servconf.h (comments)
afb9165e 886 - (tim) [contrib/caldera/openssh.spec] sync with Caldera
d9e3d19f 887 - (tim) [openbsd-compat/dirname.h] Remove ^M causing some compilers to
888 issue warning (line 1: tokens ignored at end of directive line)
889 - (tim) [sshconnect1.c] give the compiler something to do for success:
890 if KRB5 and AFS are not defined
891 (ERROR: "sshconnect1.c", line 1274: Syntax error before or at: })
637b033d 892
aa8d09da 89320010629
894 - (bal) Removed net_aton() since we don't use it any more
64c4b8d7 895 - (bal) Fixed _DISABLE_VPOSIX in readpassphrase.c.
7af3215a 896 - (bal) Updated zlib's home. Thanks to David Howe <DaveHowe@gmx.co.uk>.
16adf618 897 - (stevesk) remove _REENTRANT #define
16995a2c 898 - (stevesk) session.c: use u_int for envsize
6a26f353 899 - (stevesk) remove cli.[ch]
aa8d09da 900
f11065cb 90120010628
902 - (djm) Sync openbsd-compat with -current libc
68fa858a 903 - (djm) Fix from Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE> for my
050df9db 904 broken makefile
07608451 905 - (bal) Removed strtok_r() and inet_ntop() since they are no longer used.
906 - (bal) Remove getusershell() since it's no longer used.
f11065cb 907
78220944 90820010627
909 - (djm) Reintroduce pam_session call for non-pty sessions.
68fa858a 910 - (djm) Remove redundant and incorrect test for max auth attempts in
911 PAM kbdint code. Based on fix from Matthew Melvin
763dfdf0 912 <matthewm@webcentral.com.au>
f0194608 913 - (djm) Rename sysconfdir/primes => sysconfdir/moduli
68fa858a 914 - (djm) Oops, forgot make logic for primes=>moduli. Also try to rename
ff4955c9 915 existing primes->moduli if it exists.
0eb1a22d 916 - (djm) Sync with -current openbsd-compat/readpassphrase.c:
917 - djm@cvs.openbsd.org 2001/06/27 13:23:30
918 typo, spotted by Tom Holroyd <tomh@po.crl.go.jp>; ok deraadt@
5ed2bb5b 919 - (djm) Turn up warnings if gcc or egcs detected
b8fea62d 920 - (stevesk) for HP-UX 11.X use X/Open socket interface;
921 pulls in modern socket prototypes and eliminates a number of compiler
922 warnings. see xopen_networking(7).
fef01705 923 - (stevesk) fix x11 forwarding from _PATH_XAUTH change
28564873 924 - (stevesk) use X/Open socket interface for HP-UX 10.X also
78220944 925
e16f4ac8 92620010625
0cd000dd 927 - OpenBSD CVS Sync
bc233fdf 928 - markus@cvs.openbsd.org 2001/06/21 21:08:25
929 [session.c]
930 don't reset forced_command (we allow multiple login shells in
931 ssh2); dwd@bell-labs.com
a5a2da3b 932 - mpech@cvs.openbsd.org 2001/06/22 10:17:51
933 [ssh.1 sshd.8 ssh-keyscan.1]
934 o) .Sh AUTHOR -> .Sh AUTHORS;
935 o) remove unnecessary .Pp;
936 o) better -mdoc style;
937 o) typo;
938 o) sort SEE ALSO;
a5a2da3b 939 aaron@ ok
e2854364 940 - provos@cvs.openbsd.org 2001/06/22 21:27:08
941 [dh.c pathnames.h]
942 use /etc/moduli instead of /etc/primes, okay markus@
e2432638 943 - provos@cvs.openbsd.org 2001/06/22 21:28:53
944 [sshd.8]
945 document /etc/moduli
96a7b0cc 946 - markus@cvs.openbsd.org 2001/06/22 21:55:49
68fa858a 947 [auth2.c auth-rsa.c pathnames.h ssh.1 sshd.8 sshd_config
96a7b0cc 948 ssh-keygen.1]
949 merge authorized_keys2 into authorized_keys.
950 authorized_keys2 is used for backward compat.
951 (just append authorized_keys2 to authorized_keys).
826676b3 952 - provos@cvs.openbsd.org 2001/06/22 21:57:59
953 [dh.c]
954 increase linebuffer to deal with larger moduli; use rewind instead of
955 close/open
bc233fdf 956 - markus@cvs.openbsd.org 2001/06/22 22:21:20
957 [sftp-server.c]
958 allow long usernames/groups in readdir
a599bd06 959 - markus@cvs.openbsd.org 2001/06/22 23:35:21
2e000c58 960 [ssh.c]
961 don't overwrite argv (fixes ssh user@host in 'ps'), report by ericj@
cb220a93 962 - deraadt@cvs.openbsd.org 2001/06/23 00:16:16
963 [scp.c]
964 slightly better care
d0c8ca5c 965 - markus@cvs.openbsd.org 2001/06/23 00:20:57
966 [auth2.c auth.c auth.h auth-rh-rsa.c]
967 *known_hosts2 is obsolete for hostbased authentication and
968 only used for backward compat. merge ssh1/2 hostkey check
969 and move it to auth.c
e16f4ac8 970 - deraadt@cvs.openbsd.org 2001/06/23 02:33:05
971 [sftp.1 sftp-server.8 ssh-keygen.1]
972 join .%A entries; most by bk@rt.fm
f49bc4f7 973 - markus@cvs.openbsd.org 2001/06/23 02:34:33
68fa858a 974 [kexdh.c kexgex.c kex.h pathnames.h readconf.c servconf.h ssh.1
f49bc4f7 975 sshconnect1.c sshconnect2.c sshconnect.c sshconnect.h sshd.8]
68fa858a 976 get rid of known_hosts2, use it for hostkey lookup, but do not
f49bc4f7 977 modify.
7d747e89 978 - markus@cvs.openbsd.org 2001/06/23 03:03:59
979 [sshd.8]
980 draft-ietf-secsh-dh-group-exchange-01.txt
73473230 981 - markus@cvs.openbsd.org 2001/06/23 03:04:42
982 [auth2.c auth-rh-rsa.c]
983 restore correct ignore_user_known_hosts logic.
c10d042a 984 - markus@cvs.openbsd.org 2001/06/23 05:26:02
985 [key.c]
986 handle sigature of size 0 (some broken clients send this).
7b518233 987 - deraadt@cvs.openbsd.org 2001/06/23 05:57:09
988 [sftp.1 sftp-server.8 ssh-keygen.1]
989 ok, tmac is now fixed
2e0becb6 990 - markus@cvs.openbsd.org 2001/06/23 06:41:10
991 [ssh-keygen.c]
992 try to decode ssh-3.0.0 private rsa keys
993 (allow migration to openssh, not vice versa), #910
396c147e 994 - itojun@cvs.openbsd.org 2001/06/23 15:12:20
68fa858a 995 [auth1.c auth2.c auth2-chall.c authfd.c authfile.c auth-rhosts.c
996 canohost.c channels.c cipher.c clientloop.c deattack.c dh.c
997 hostfile.c kex.c kexdh.c kexgex.c key.c nchan.c packet.c radix.c
998 readpass.c scp.c servconf.c serverloop.c session.c sftp.c
999 sftp-client.c sftp-glob.c sftp-int.c sftp-server.c ssh-add.c
1000 ssh-agent.c ssh.c sshconnect1.c sshconnect2.c sshconnect.c sshd.c
396c147e 1001 ssh-keygen.c ssh-keyscan.c]
68fa858a 1002 more strict prototypes. raise warning level in Makefile.inc.
396c147e 1003 markus ok'ed
1004 TODO; cleanup headers
a599bd06 1005 - markus@cvs.openbsd.org 2001/06/23 17:05:22
1006 [ssh-keygen.c]
1007 fix import for (broken?) ssh.com/f-secure private keys
1008 (i tested > 1000 RSA keys)
3730bb22 1009 - itojun@cvs.openbsd.org 2001/06/23 17:48:18
1010 [sftp.1 ssh.1 sshd.8 ssh-keyscan.1]
1011 kill whitespace at EOL.
3aca00a3 1012 - markus@cvs.openbsd.org 2001/06/23 19:12:43
1013 [sshd.c]
1014 pidfile/sigterm race; bbraun@synack.net
ce404659 1015 - markus@cvs.openbsd.org 2001/06/23 22:37:46
1016 [sshconnect1.c]
1017 consistent with ssh2: skip key if empty passphrase is entered,
1018 retry num_of_passwd_prompt times if passphrase is wrong. ok fgsch@
2cee8a25 1019 - markus@cvs.openbsd.org 2001/06/24 05:25:10
1020 [auth-options.c match.c match.h]
1021 move ip+hostname check to match.c
1843a425 1022 - markus@cvs.openbsd.org 2001/06/24 05:35:33
1023 [readpass.c readpass.h ssh-add.c sshconnect2.c ssh-keygen.c]
1024 switch to readpassphrase(3)
1025 2.7/8-stable needs readpassphrase.[ch] from libc
80097c54 1026 - markus@cvs.openbsd.org 2001/06/24 05:47:13
1027 [sshconnect2.c]
1028 oops, missing format string
b4e7177c 1029 - markus@cvs.openbsd.org 2001/06/24 17:18:31
1030 [ttymodes.c]
1031 passing modes works fine: debug2->3
ab88181c 1032 - (djm) -Wall fix for session.c
3159d49a 1033 - (djm) Bring in readpassphrase() from OpenBSD libc. Compiles OK on Linux and
1034 Solaris
0cd000dd 1035
7751d4eb 103620010622
1037 - (stevesk) handle systems without pw_expire and pw_change.
1038
e04e7a19 103920010621
1040 - OpenBSD CVS Sync
1041 - markus@cvs.openbsd.org 2001/06/16 08:49:38
1042 [misc.c]
1043 typo; dunlap@apl.washington.edu
c03175c6 1044 - markus@cvs.openbsd.org 2001/06/16 08:50:39
1045 [channels.h]
1046 bad //-style comment; thx to stevev@darkwing.uoregon.edu
08c260ea 1047 - markus@cvs.openbsd.org 2001/06/16 08:57:35
1048 [scp.c]
1049 no stdio or exit() in signal handlers.
c4d49b85 1050 - markus@cvs.openbsd.org 2001/06/16 08:58:34
1051 [misc.c]
1052 copy pw_expire and pw_change, too.
dac6753b 1053 - markus@cvs.openbsd.org 2001/06/19 12:34:09
1054 [session.c]
1055 cleanup forced command handling, from dwd@bell-labs.com
ff027d84 1056 - markus@cvs.openbsd.org 2001/06/19 14:09:45
1057 [session.c sshd.8]
1058 disable x11-fwd if use_login is enabled; from lukem@wasabisystems.com
c95add71 1059 - markus@cvs.openbsd.org 2001/06/19 15:40:45
1060 [session.c]
1061 allocate and free at the same level.
d6746a0b 1062 - markus@cvs.openbsd.org 2001/06/20 13:56:39
1063 [channels.c channels.h clientloop.c packet.c serverloop.c]
1064 move from channel_stop_listening to channel_free_all,
1065 call channel_free_all before calling waitpid() in serverloop.
1066 fixes the utmp handling; report from Lutz.Jaenicke@aet.TU-Cottbus.DE
e04e7a19 1067
5ad9f968 106820010615
1069 - (stevesk) don't set SA_RESTART and set SIGCHLD to SIG_DFL
1070 around grantpt().
f7940aa9 1071 - (stevesk) update TODO: STREAMS pty systems don't call vhangup() now
5ad9f968 1072
eb26141e 107320010614
1074 - OpenBSD CVS Sync
1075 - markus@cvs.openbsd.org 2001/06/13 09:10:31
1076 [session.c]
1077 typo, use pid not s->pid, mstone@cs.loyola.edu
1078
86066315 107920010613
eb26141e 1080 - OpenBSD CVS Sync
86066315 1081 - markus@cvs.openbsd.org 2001/06/12 10:58:29
1082 [session.c]
1083 merge session_free into session_close()
1084 merge pty_cleanup_proc into session_pty_cleanup()
653d5f86 1085 - markus@cvs.openbsd.org 2001/06/12 16:10:38
1086 [session.c]
1087 merge ssh1/ssh2 tty msg parse and alloc code
76735fe3 1088 - markus@cvs.openbsd.org 2001/06/12 16:11:26
1089 [packet.c]
1090 do not log() packet_set_maxsize
b44de2b1 1091 - markus@cvs.openbsd.org 2001/06/12 21:21:29
1092 [session.c]
1093 remove xauth-cookie-in-tmp handling. use default $XAUTHORITY, since
1094 we do already trust $HOME/.ssh
1095 you can use .ssh/sshrc and .ssh/environment if you want to customize
1096 the location of the xauth cookies
7a313633 1097 - markus@cvs.openbsd.org 2001/06/12 21:30:57
1098 [session.c]
1099 unused
86066315 1100
2c9d881a 110120010612
38296b32 1102 - scp.c ID update (upstream synced vfsprintf() from us)
1103 - OpenBSD CVS Sync
2c9d881a 1104 - markus@cvs.openbsd.org 2001/06/10 11:29:20
1105 [dispatch.c]
1106 we support rekeying
1107 protocol errors are fatal.
1500bcdd 1108 - markus@cvs.openbsd.org 2001/06/11 10:18:24
1109 [session.c]
1110 reset pointer to NULL after xfree(); report from solar@openwall.com
f740438e 1111 - markus@cvs.openbsd.org 2001/06/11 16:04:38
1112 [sshd.8]
1113 typo; bdubreuil@crrel.usace.army.mil
2c9d881a 1114
b4d02860 111520010611
68fa858a 1116 - (bal) NeXT/MacOS X lack libgen.h and dirname(). Patch by Mark Miller
1117 <markm@swoon.net>
224cbdcc 1118 - (bal) Handle broken krb4 issues on Solaris with multiple defined u_*_t
68fa858a 1119 types. Patch by Jan IVEN <Jan.Iven@cern.ch>
0bb724ce 1120 - (bal) Fixed Makefile.in so that 'configure; make install' works.
b4d02860 1121
bf093080 112220010610
1123 - (bal) Missed two files in major resync. auth-bsdauth.c and auth-skey.c
1124
e697bda7 112520010609
1126 - OpenBSD CVS Sync
1127 - markus@cvs.openbsd.org 2001/05/30 12:55:13
68fa858a 1128 [auth-options.c auth2.c channels.c channels.h clientloop.c nchan.c
e697bda7 1129 packet.c serverloop.c session.c ssh.c ssh1.h]
1130 channel layer cleanup: merge header files and split .c files
36e1f6a1 1131 - markus@cvs.openbsd.org 2001/05/30 15:20:10
1132 [ssh.c]
1133 merge functions, simplify.
a5efa1bb 1134 - markus@cvs.openbsd.org 2001/05/31 10:30:17
68fa858a 1135 [auth-options.c auth2.c channels.c channels.h clientloop.c nchan.c
a5efa1bb 1136 packet.c serverloop.c session.c ssh.c]
68fa858a 1137 undo the .c file split, just merge the header and keep the cvs
a5efa1bb 1138 history
68fa858a 1139 - (bal) Channels.c and Channels.h -- "Merge Functions, simplify" (draged
8e7895b8 1140 out of ssh Attic)
68fa858a 1141 - (bal) Ooops.. nchan.c (and remove nchan.h) resync from OpenBSD ssh
a98da4aa 1142 Attic.
1143 - OpenBSD CVS Sync
1144 - markus@cvs.openbsd.org 2001/05/31 13:08:04
1145 [sshd_config]
1146 group options and add some more comments
e4f7282d 1147 - markus@cvs.openbsd.org 2001/06/03 14:55:39
1148 [channels.c channels.h session.c]
68fa858a 1149 use fatal_register_cleanup instead of atexit, sync with x11 authdir
e4f7282d 1150 handling
e5b71e99 1151 - markus@cvs.openbsd.org 2001/06/03 19:36:44
1152 [ssh-keygen.1]
1153 1-2 bits of entrophy per character (not per word), ok stevesk@
4fc334a2 1154 - markus@cvs.openbsd.org 2001/06/03 19:38:42
1155 [scp.c]
1156 pass -v to ssh; from slade@shore.net
f5e69c65 1157 - markus@cvs.openbsd.org 2001/06/03 20:06:11
1158 [auth2-chall.c]
68fa858a 1159 the challenge response device decides how to handle non-existing
f5e69c65 1160 users.
1161 -> fake challenges for skey and cryptocard
f0f32b8e 1162 - markus@cvs.openbsd.org 2001/06/04 21:59:43
1163 [channels.c channels.h session.c]
68fa858a 1164 switch uid when cleaning up tmp files and sockets; reported by
f0f32b8e 1165 zen-parse@gmx.net on bugtraq
c9130033 1166 - markus@cvs.openbsd.org 2001/06/04 23:07:21
1167 [clientloop.c serverloop.c sshd.c]
68fa858a 1168 set flags in the signal handlers, do real work in the main loop,
c9130033 1169 ok provos@
8dcd9d5c 1170 - markus@cvs.openbsd.org 2001/06/04 23:16:16
1171 [session.c]
1172 merge ssh1/2 x11-fwd setup, create listener after tmp-dir
aa144206 1173 - pvalchev@cvs.openbsd.org 2001/06/05 05:05:39
1174 [ssh-keyscan.1 ssh-keyscan.c]
1175 License clarification from David Mazieres, ok deraadt@
750c256a 1176 - markus@cvs.openbsd.org 2001/06/05 10:24:32
1177 [channels.c]
1178 don't delete the auth socket in channel_stop_listening()
1179 auth_sock_cleanup_proc() will take care of this.
fc2a1d28 1180 - markus@cvs.openbsd.org 2001/06/05 16:46:19
1181 [session.c]
1182 let session_close() delete the pty. deny x11fwd if xauthfile is set.
d87596b0 1183 - markus@cvs.openbsd.org 2001/06/06 23:13:54
1184 [ssh-dss.c ssh-rsa.c]
1185 cleanup, remove old code
edf9ae81 1186 - markus@cvs.openbsd.org 2001/06/06 23:19:35
1187 [ssh-add.c]
1188 remove debug message; Darren.Moffat@eng.sun.com
2a6a054e 1189 - markus@cvs.openbsd.org 2001/06/07 19:57:53
1190 [auth2.c]
1191 style is used for bsdauth.
1192 disconnect on user/service change (ietf-drafts)
449c5ba5 1193 - markus@cvs.openbsd.org 2001/06/07 20:23:05
68fa858a 1194 [authfd.c authfile.c channels.c kexdh.c kexgex.c packet.c ssh.c
449c5ba5 1195 sshconnect.c sshconnect1.c]
1196 use xxx_put_cstring()
e6abba31 1197 - markus@cvs.openbsd.org 2001/06/07 22:25:02
1198 [session.c]
1199 don't overwrite errno
1200 delay deletion of the xauth cookie
fd9ede94 1201 - markus@cvs.openbsd.org 2001/06/08 15:25:40
1202 [includes.h pathnames.h readconf.c servconf.c]
1203 move the path for xauth to pathnames.h
0abe778b 1204 - (bal) configure.in fix for Tru64 (forgeting to reset $LIB)
83c17f20 1205 - (bal) ANSIify strmode()
68fa858a 1206 - (bal) --with-catman should be --with-mantype patch by Dave
1207 Dykstra <dwd@bell-labs.com>
fd9ede94 1208
4869a96f 120920010606
e697bda7 1210 - OpenBSD CVS Sync
68fa858a 1211 - markus@cvs.openbsd.org 2001/05/17 21:34:15
e697bda7 1212 [ssh.1]
68fa858a 1213 no spaces in PreferredAuthentications;
5ba55ada 1214 meixner@rbg.informatik.tu-darmstadt.de
1215 - markus@cvs.openbsd.org 2001/05/18 14:13:29
68fa858a 1216 [auth-chall.c auth.h auth1.c auth2-chall.c auth2.c readconf.c
5ba55ada 1217 readconf.h servconf.c servconf.h sshconnect1.c sshconnect2.c sshd.c]
1218 improved kbd-interactive support. work by per@appgate.com and me
bc03d5aa 1219 - djm@cvs.openbsd.org 2001/05/19 00:36:40
1220 [session.c]
1221 Disable X11 forwarding if xauth binary is not found. Patch from Nalin
1222 Dahyabhai <nalin@redhat.com>; ok markus@
68fa858a 1223 - markus@cvs.openbsd.org 2001/05/19 16:05:41
1224 [scp.c]
3e4fc5f9 1225 ftruncate() instead of open()+O_TRUNC like rcp.c does
68fa858a 1226 allows scp /path/to/file localhost:/path/to/file
1227 - markus@cvs.openbsd.org 2001/05/19 16:08:43
1228 [sshd.8]
a18395da 1229 sort options; Matthew.Stier@fnc.fujitsu.com
68fa858a 1230 - markus@cvs.openbsd.org 2001/05/19 16:32:16
1231 [ssh.1 sshconnect2.c]
1232 change preferredauthentication order to
1233 publickey,hostbased,password,keyboard-interactive
3398dda9 1234 document that hostbased defaults to no, document order
47bf6266 1235 - markus@cvs.openbsd.org 2001/05/19 16:46:19
68fa858a 1236 [ssh.1 sshd.8]
1237 document MACs defaults with .Dq
1238 - stevesk@cvs.openbsd.org 2001/05/19 19:43:57
1239 [misc.c misc.h servconf.c sshd.8 sshd.c]
1240 sshd command-line arguments and configuration file options that
1241 specify time may be expressed using a sequence of the form:
e2b1fb42 1242 time[qualifier], where time is a positive integer value and qualifier
68fa858a 1243 is one of the following:
1244 <none>,s,m,h,d,w
1245 Examples:
1246 600 600 seconds (10 minutes)
1247 10m 10 minutes
1248 1h30m 1 hour 30 minutes (90 minutes)
1249 ok markus@
7e8c18e9 1250 - stevesk@cvs.openbsd.org 2001/05/19 19:57:09
68fa858a 1251 [channels.c]
1252 typo in error message
e697bda7 1253 - markus@cvs.openbsd.org 2001/05/20 17:20:36
c8445989 1254 [auth-rsa.c auth.c auth.h auth2.c servconf.c servconf.h sshd.8
1255 sshd_config]
68fa858a 1256 configurable authorized_keys{,2} location; originally from peter@;
1257 ok djm@
1ddf764b 1258 - markus@cvs.openbsd.org 2001/05/24 11:12:42
68fa858a 1259 [auth.c]
1260 fix comment; from jakob@
1261 - stevesk@cvs.openbsd.org 2001/05/24 18:57:53
1262 [clientloop.c readconf.c ssh.c ssh.h]
4bf9c10e 1263 don't perform escape processing when ``EscapeChar none''; ok markus@
abe0fb9f 1264 - markus@cvs.openbsd.org 2001/05/25 14:37:32
68fa858a 1265 [ssh-keygen.c]
1266 use -P for -e and -y, too.
63cd7dd0 1267 - markus@cvs.openbsd.org 2001/05/28 08:04:39
68fa858a 1268 [ssh.c]
1269 fix usage()
1270 - markus@cvs.openbsd.org 2001/05/28 10:08:55
1271 [authfile.c]
eb2e1595 1272 key_load_private: set comment to filename for PEM keys
2cf27bc4 1273 - markus@cvs.openbsd.org 2001/05/28 22:51:11
68fa858a 1274 [cipher.c cipher.h]
1275 simpler 3des for ssh1
1276 - markus@cvs.openbsd.org 2001/05/28 23:14:49
1277 [channels.c channels.h nchan.c]
6fd8622b 1278 undo broken channel fix and try a different one. there
68fa858a 1279 should be still some select errors...
1280 - markus@cvs.openbsd.org 2001/05/28 23:25:24
1281 [channels.c]
1282 cleanup, typo
08dcb5d7 1283 - markus@cvs.openbsd.org 2001/05/28 23:58:35
68fa858a 1284 [packet.c packet.h sshconnect.c sshd.c]
1285 remove some lines, simplify.
a10bdd7c 1286 - markus@cvs.openbsd.org 2001/05/29 12:31:27
68fa858a 1287 [authfile.c]
1288 typo
5ba55ada 1289
5cde8062 129020010528
1291 - (tim) [conifgure.in] add setvbuf test needed for sftp-int.c
1292 Patch by Corinna Vinschen <vinschen@redhat.com>
1293
362df52e 129420010517
1295 - OpenBSD CVS Sync
1296 - markus@cvs.openbsd.org 2001/05/12 19:53:13
1297 [sftp-server.c]
1298 readlink does not NULL-terminate; mhe@home.se
6efa3d14 1299 - deraadt@cvs.openbsd.org 2001/05/15 22:04:01
1300 [ssh.1]
1301 X11 forwarding details improved
70ea8327 1302 - markus@cvs.openbsd.org 2001/05/16 20:51:57
1303 [authfile.c]
1304 return comments for private pem files, too; report from nolan@naic.edu
24b6b45f 1305 - markus@cvs.openbsd.org 2001/05/16 21:53:53
1306 [clientloop.c]
1307 check for open sessions before we call select(); fixes the x11 client
1308 bug reported by bowman@math.ualberta.ca
7231bd47 1309 - markus@cvs.openbsd.org 2001/05/16 22:09:21
1310 [channels.c nchan.c]
1311 more select() error fixes (don't set rfd/wfd to -1).
7043a38d 1312 - (bal) Enabled USE_PIPES for Cygwin on Corinna Vinschen <vinschen@redhat.com>
68fa858a 1313 - (bal) Corrected on_exit() emulation via atexit().
362df52e 1314
89aa792b 131520010512
1316 - OpenBSD CVS Sync
1317 - markus@cvs.openbsd.org 2001/05/11 14:59:56
1318 [clientloop.c misc.c misc.h]
1319 add unset_nonblock for stdout/err flushing in client_loop().
286e38f7 1320 - (bal) Patch to partial sync up contrib/solaris/ packaging software.
1321 Patch by pete <ninjaz@webexpress.com>
89aa792b 1322
97430469 132320010511
1324 - OpenBSD CVS Sync
1325 - markus@cvs.openbsd.org 2001/05/09 22:51:57
1326 [channels.c]
1327 fix -R for protocol 2, noticed by greg@nest.cx.
1328 bug was introduced with experimental dynamic forwarding.
a16092bb 1329 - markus@cvs.openbsd.org 2001/05/09 23:01:31
1330 [rijndael.h]
1331 fix prototype; J.S.Peatfield@damtp.cam.ac.uk
97430469 1332
588f4ed0 133320010509
1334 - OpenBSD CVS Sync
1335 - markus@cvs.openbsd.org 2001/05/06 21:23:31
1336 [cli.c]
1337 cli_read() fails to catch SIGINT + overflow; from obdb@zzlevo.net
d18e0850 1338 - markus@cvs.openbsd.org 2001/05/08 19:17:31
a01a10dd 1339 [channels.c serverloop.c clientloop.c]
d18e0850 1340 adds correct error reporting to async connect()s
68fa858a 1341 fixes the server-discards-data-before-connected-bug found by
d18e0850 1342 onoe@sm.sony.co.jp
8a624ebf 1343 - mouring@cvs.openbsd.org 2001/05/08 19:45:25
1344 [misc.c misc.h scp.c sftp.c]
1345 Use addargs() in sftp plus some clean up of addargs(). OK Markus
1b02d786 1346 - markus@cvs.openbsd.org 2001/05/06 21:45:14
1347 [clientloop.c]
68fa858a 1348 use atomicio for flushing stdout/stderr bufs. thanks to
1b02d786 1349 jbw@izanami.cee.hw.ac.uk
010980f6 1350 - markus@cvs.openbsd.org 2001/05/08 22:48:07
1351 [atomicio.c]
1352 no need for xmalloc.h, thanks to espie@
68fa858a 1353 - (bal) UseLogin patch for Solaris/UNICOS. Patch by Wayne Davison
7e2d5fa4 1354 <wayne@blorf.net>
99c8ddac 1355 - (bal) ./configure support to disable SIA on OSF1. Patch by
1356 Chris Adams <cmadams@hiwaay.net>
68fa858a 1357 - (bal) Updates from the Sony NEWS-OS platform by NAKAJI Hiroyuki
b81c369b 1358 <nakaji@tutrp.tut.ac.jp>
588f4ed0 1359
7b22534a 136020010508
68fa858a 1361 - (bal) Fixed configure test for USE_SIA.
7b22534a 1362
94539b2a 136320010506
1364 - (djm) Update config.guess and config.sub with latest versions (from
1365 ftp://ftp.gnu.org/gnu/config/) to allow configure on ia64-hpux.
1366 Suggested by Jason Mader <jason@ncac.gwu.edu>
96c63318 1367 - (bal) White Space and #ifdef sync with OpenBSD
044b0662 1368 - (bal) Add 'seed_rng()' to ssh-add.c
9e9bd8c0 1369 - (bal) CVS ID updates for readpass.c, readpass.h, cli.c, and cli.h
cf7ff074 1370 - OpenBSD CVS Sync
1371 - stevesk@cvs.openbsd.org 2001/05/05 13:42:52
1372 [sftp.1 ssh-add.1 ssh-keygen.1]
1373 typos, grammar
94539b2a 1374
98143cfc 137520010505
1376 - OpenBSD CVS Sync
1377 - stevesk@cvs.openbsd.org 2001/05/04 14:21:56
1378 [ssh.1 sshd.8]
1379 typos
5b9601c8 1380 - markus@cvs.openbsd.org 2001/05/04 14:34:34
1381 [channels.c]
94539b2a 1382 channel_new() reallocs channels[], we cannot use Channel *c after
1383 calling channel_new(), XXX fix this in the future...
719fc62f 1384 - markus@cvs.openbsd.org 2001/05/04 23:47:34
1385 [channels.c channels.h clientloop.c nchan.c nchan.h serverloop.c ssh.c]
68fa858a 1386 move to Channel **channels (instead of Channel *channels), fixes realloc
1387 problems. channel_new now returns a Channel *, favour Channel * over
719fc62f 1388 channel id. remove old channel_allocate interface.
98143cfc 1389
f92fee1f 139020010504
1391 - OpenBSD CVS Sync
1392 - stevesk@cvs.openbsd.org 2001/05/03 15:07:39
1393 [channels.c]
1394 typo in debug() string
503e7e5b 1395 - markus@cvs.openbsd.org 2001/05/03 15:45:15
1396 [session.c]
1397 exec shell -c /bin/sh .ssh/sshrc, from abartlet@pcug.org.au
c98cab9b 1398 - stevesk@cvs.openbsd.org 2001/05/03 21:43:01
1399 [servconf.c]
1400 remove "\n" from fatal()
1fcde3fe 1401 - mouring@cvs.openbsd.org 2001/05/03 23:09:53
1402 [misc.c misc.h scp.c sftp.c]
1403 Move colon() and cleanhost() to misc.c where I should I have put it in
1404 the first place
044aa419 1405 - (bal) Updated Cygwin README by Corinna Vinschen <vinschen@redhat.com>
c7ccfd39 1406 - (bal) Avoid socket file security issues in ssh-agent for Cygwin.
1407 Patch by Egor Duda <deo@logos-m.ru>
f92fee1f 1408
065604bb 140920010503
1410 - OpenBSD CVS Sync
1411 - markus@cvs.openbsd.org 2001/05/02 16:41:20
1412 [ssh-add.c]
1413 fix prompt for ssh-add.
1414
742ee8f2 141520010502
1416 - OpenBSD CVS Sync
1417 - mouring@cvs.openbsd.org 2001/05/02 01:25:39
1418 [readpass.c]
1419 Put the 'const' back into ssh_askpass() function. Pointed out
1420 by Mark Miller <markm@swoon.net>. OK Markus
1421
3435f5a6 142220010501
1423 - OpenBSD CVS Sync
1424 - markus@cvs.openbsd.org 2001/04/30 11:18:52
1425 [readconf.c readconf.h ssh.1 ssh.c sshconnect.c]
1426 implement 'ssh -b bind_address' like 'telnet -b'
eef7adcb 1427 - markus@cvs.openbsd.org 2001/04/30 15:50:46
1428 [compat.c compat.h kex.c]
1429 allow interop with weaker key generation used by ssh-2.0.x, x < 10
ec430473 1430 - markus@cvs.openbsd.org 2001/04/30 16:02:49
1431 [compat.c]
1432 ssh-2.0.10 has the weak-key-bug, too.
3ca6cc45 1433 - (tim) [contrib/caldera/openssh.spec] add Requires line for Caldera 3.1
3435f5a6 1434
e8171bff 143520010430
39aefe7b 1436 - OpenBSD CVS Sync
1437 - markus@cvs.openbsd.org 2001/04/29 18:32:52
1438 [serverloop.c]
1439 fix whitespace
fbe90f7b 1440 - markus@cvs.openbsd.org 2001/04/29 19:16:52
1441 [channels.c clientloop.c compat.c compat.h serverloop.c]
1442 more ssh.com-2.0.x bug-compat; from per@appgate.com
e8171bff 1443 - (tim) New version of mdoc2man.pl from Mark D. Roth <roth+openssh@feep.net>
0b47e48f 1444 - (djm) Add .cvsignore files, suggested by Wayne Davison <wayne@blorf.net>
39aefe7b 1445
baf8c81a 144620010429
1447 - (bal) Updated INSTALL. PCRE moved to a new place.
e878ffe1 1448 - (djm) Release OpenSSH-2.9p1
baf8c81a 1449
0096ac62 145020010427
1451 - (bal) Fixed uidswap.c so it should work on non-posix complient systems.
1452 patch based on 2.5.2 version by djm.
95595a77 1453 - (bal) Build manpages and config files once unless changed. Patch by
1454 Carson Gaspar <carson@taltos.org>
68fa858a 1455 - (bal) arpa/nameser.h does not exist on Cygwin. Patch by Corinna
4a2df58f 1456 Vinschen <vinschen@redhat.com>
5ef815d7 1457 - (bal) Add /etc/sysconfig/sshd support to redhat's sshd.init. Patch by
1458 Pekka Savola <pekkas@netcore.fi>
68fa858a 1459 - (bal) Cygwin lacks setgroups() API. Patch by Corinna Vinschen
229be2df 1460 <vinschen@redhat.com>
cc3ccfdc 1461 - (bal) version.h synced, RPM specs updated for 2.9
b1e2a48c 1462 - (tim) update contrib/caldera files with what Caldera is using.
1463 <sps@caldera.de>
0096ac62 1464
b587c165 146520010425
1466 - OpenBSD CVS Sync
1467 - markus@cvs.openbsd.org 2001/04/23 21:57:07
1468 [ssh-keygen.1 ssh-keygen.c]
1469 allow public key for -e, too
012bc0e1 1470 - markus@cvs.openbsd.org 2001/04/23 22:14:13
1471 [ssh-keygen.c]
1472 remove debug
f8252c48 1473 - (bal) Whitespace resync w/ OpenBSD for uidswap.c
10f72868 1474 - (djm) Add new server configuration directive 'PAMAuthenticationViaKbdInt'
68fa858a 1475 (default: off), implies KbdInteractiveAuthentication. Suggestion from
10f72868 1476 markus@
c2d059b5 1477 - (djm) Include crypt.h if available in auth-passwd.c
533875af 1478 - tim@mindrot.org 2001/04/25 21:38:01 [configure.in]
1479 man page detection fixes for SCO
b587c165 1480
da89cf4d 148120010424
1482 - OpenBSD CVS Sync
1483 - markus@cvs.openbsd.org 2001/04/22 23:58:36
1484 [ssh-keygen.1 ssh.1 sshd.8]
1485 document hostbased and other cleanup
5e29aeaf 1486 - (stevesk) start_pam() doesn't use DNS now for sshd -u0.
3cc990d7 1487 - (stevesk) auth-pam.c: use PERMIT_NO_PASSWD
68fa858a 1488 - (bal) sys/queue.h is bogus for NCR platform. Patch by Daniel Carroll
d8e76a0a 1489 <dan@mesastate.edu>
3644dc25 1490 - (bal) Fixed contrib/postinstall.in. Patch by wsanders@wsanders.net
da89cf4d 1491
a3626e12 149220010422
1493 - OpenBSD CVS Sync
1494 - markus@cvs.openbsd.org 2001/04/20 16:32:22
1495 [uidswap.c]
1496 set non-privileged gid before uid; tholo@ and deraadt@
1a726b04 1497 - mouring@cvs.openbsd.org 2001/04/21 00:55:57
1498 [sftp.1]
1499 Spelling
67b964a1 1500 - djm@cvs.openbsd.org 2001/04/22 08:13:30
1501 [ssh.1]
1502 typos spotted by stevesk@; ok deraadt@
ba917921 1503 - markus@cvs.openbsd.org 2001/04/22 12:34:05
1504 [scp.c]
1505 scp > 2GB; niles@scyld.com; ok deraadt@, djm@
5deceabb 1506 - markus@cvs.openbsd.org 2001/04/22 13:25:37
1507 [ssh-keygen.1 ssh-keygen.c]
1508 rename arguments -x -> -e (export key), -X -> -i (import key)
1509 xref draft-ietf-secsh-publickeyfile-01.txt
2cad6cef 1510 - markus@cvs.openbsd.org 2001/04/22 13:32:27
1511 [sftp-server.8 sftp.1 ssh.1 sshd.8]
1512 xref draft-ietf-secsh-*
bcaa828e 1513 - markus@cvs.openbsd.org 2001/04/22 13:41:02
1514 [ssh-keygen.1 ssh-keygen.c]
1515 style, noted by stevesk; sort flags in usage
a3626e12 1516
df841692 151720010421
1518 - OpenBSD CVS Sync
1519 - djm@cvs.openbsd.org 2001/04/20 07:17:51
1520 [clientloop.c ssh.1]
1521 Split out and improve escape character documentation, mention ~R in
1522 ~? help text; ok markus@
0e7e0abe 1523 - Update RPM spec files for CVS version.h
1ddee76b 1524 - (stevesk) set the default PAM service name to __progname instead
1525 of the hard-coded value "sshd"; from Mark D. Roth <roth@feep.net>
4b28be2c 1526 - (stevesk) document PAM service name change in INSTALL
13dd877b 1527 - tim@mindrot.org 2001/04/21 14:25:57 [Makefile.in configure.in]
1528 fix perl test, fix nroff test, fix Makefile to build outside source tree
df841692 1529
05cc0c99 153020010420
68fa858a 1531 - OpenBSD CVS Sync
05cc0c99 1532 - ian@cvs.openbsd.org 2001/04/18 16:21:05
68fa858a 1533 [ssh-keyscan.1]
1534 Fix typo reported in PR/1779
1535 - markus@cvs.openbsd.org 2001/04/18 21:57:42
1536 [readpass.c ssh-add.c]
561e5254 1537 call askpass from ssh, too, based on work by roth@feep.net, ok deraadt
68fa858a 1538 - markus@cvs.openbsd.org 2001/04/18 22:03:45
1539 [auth2.c sshconnect2.c]
f98c3421 1540 use FDQN with trailing dot in the hostbased auth packets, ok deraadt@
57a5edd8 1541 - markus@cvs.openbsd.org 2001/04/18 22:48:26
68fa858a 1542 [auth2.c]
1543 no longer const
1544 - markus@cvs.openbsd.org 2001/04/18 23:43:26
1545 [auth2.c compat.c sshconnect2.c]
1546 more ssh v2 hostbased-auth interop: ssh.com >= 2.1.0 works now
8dddf799 1547 (however the 2.1.0 server seems to work only if debug is enabled...)
ae88ea7e 1548 - markus@cvs.openbsd.org 2001/04/18 23:44:51
68fa858a 1549 [authfile.c]
1550 error->debug; noted by fries@
1551 - markus@cvs.openbsd.org 2001/04/19 00:05:11
1552 [auth2.c]
1553 use local variable, no function call needed.
5cf13595 1554 (btw, hostbased works now with ssh.com >= 2.0.13)
431a2493 1555 - (bal) Put scp-common.h back into scp.c (it exists in the upstream
1556 tree) pointed out by Tom Holroyd <tomh@po.crl.go.jp>
05cc0c99 1557
e78e738a 155820010418
68fa858a 1559 - OpenBSD CVS Sync
e78e738a 1560 - markus@cvs.openbsd.org 2001/04/17 19:34:25
3a83b819 1561 [session.c]
1562 move auth_approval to do_authenticated().
1563 do_child(): nuke hostkeys from memory
1564 don't source .ssh/rc for subsystems.
1565 - markus@cvs.openbsd.org 2001/04/18 14:15:00
1566 [canohost.c]
1567 debug->debug3
ce2af031 1568 - (bal) renabled 'catman-do:' and fixed it. So now catman pages should
1569 be working again.
e0c4d3ac 1570 - (bal) Makfile day... Cleaned up multiple mantype support (Patch by
1571 Mark D. Roth <roth+openssh@feep.net>), and fixed PIDDIR support.
3a83b819 1572
8c6b78e4 157320010417
1574 - (bal) Add perl5 check for HP/UX, Removed GNUness from Makefile.in
6d165a89 1575 and temporary commented out 'catman-do:' since it is broken. Patches
8c6b78e4 1576 for the first two by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
a88b7b57 1577 - OpenBSD CVS Sync
53b8fe68 1578 - deraadt@cvs.openbsd.org 2001/04/16 08:26:04
1579 [key.c]
1580 better safe than sorry in later mods; yongari@kt-is.co.kr
1581 - markus@cvs.openbsd.org 2001/04/17 08:14:01
1582 [sshconnect1.c]
1583 check for key!=NULL, thanks to costa
1584 - markus@cvs.openbsd.org 2001/04/17 09:52:48
1585 [clientloop.c]
cf6bc93c 1586 handle EINTR/EAGAIN on read; ok deraadt@
53b8fe68 1587 - markus@cvs.openbsd.org 2001/04/17 10:53:26
1588 [key.c key.h readconf.c readconf.h ssh.1 sshconnect2.c]
e961a8f9 1589 add HostKeyAlgorithms; based on patch from res@shore.net; ok provos@
53b8fe68 1590 - markus@cvs.openbsd.org 2001/04/17 12:55:04
1591 [channels.c ssh.c]
1592 undo socks5 and https support since they are not really used and
1593 only bloat ssh. remove -D from usage(), since '-D' is experimental.
1594
e4664c3e 159520010416
1596 - OpenBSD CVS Sync
1597 - stevesk@cvs.openbsd.org 2001/04/15 01:35:22
1598 [ttymodes.c]
1599 fix comments
ec1f12d3 1600 - markus@cvs.openbsd.org 2001/04/15 08:43:47
1601 [dh.c sftp-glob.c sftp-glob.h sftp-int.c sshconnect2.c sshd.c]
1602 some unused variable and typos; from tomh@po.crl.go.jp
58cfa257 1603 - markus@cvs.openbsd.org 2001/04/15 16:58:03
1604 [authfile.c ssh-keygen.c sshd.c]
1605 don't use errno for key_{load,save}_private; discussion w/ solar@openwall
e968270c 1606 - markus@cvs.openbsd.org 2001/04/15 17:16:00
1607 [clientloop.c]
1608 set stdin/out/err to nonblocking in SSH proto 1, too. suggested by ho@
1609 should fix some of the blocking problems for rsync over SSH-1
84fc17bf 1610 - stevesk@cvs.openbsd.org 2001/04/15 19:41:21
1611 [sshd.8]
1612 some ClientAlive cleanup; ok markus@
b7c70970 1613 - stevesk@cvs.openbsd.org 2001/04/15 21:28:35
1614 [readconf.c servconf.c]
1615 use fatal() or error() vs. fprintf(); ok markus@
5d97cfbf 1616 - (djm) Convert mandoc manpages to man automatically. Patch from Mark D.
1617 Roth <roth+openssh@feep.net>
6023325e 1618 - (bal) CVS ID fix up and slight manpage fix from OpenBSD tree.
47b53518 1619 - (djm) OpenBSD CVS Sync
1620 - mouring@cvs.openbsd.org 2001/04/16 02:31:44
1621 [scp.c sftp.c]
1622 IPv6 support for sftp (which I bungled in my last patch) which is
1623 borrowed from scp.c. Thanks to Markus@ for pointing it out.
764291b3 1624 - deraadt@cvs.openbsd.org 2001/04/16 08:05:34
1625 [xmalloc.c]
1626 xrealloc dealing with ptr == nULL; mouring
f2c2fd71 1627 - djm@cvs.openbsd.org 2001/04/16 08:19:31
1628 [session.c]
68fa858a 1629 Split motd and hushlogin checks into seperate functions, helps for
f2c2fd71 1630 portable. From Chris Adams <cmadams@hiwaay.net>; ok markus@
68fa858a 1631 - Fix OSF SIA support displaying too much information for quiet
1632 logins and logins where access was denied by SIA. Patch from Chris Adams
c96a4aaf 1633 <cmadams@hiwaay.net>
e4664c3e 1634
f03228b1 163520010415
1636 - OpenBSD CVS Sync
1637 - deraadt@cvs.openbsd.org 2001/04/14 04:31:01
1638 [ssh-add.c]
1639 do not double free
9cf972fa 1640 - markus@cvs.openbsd.org 2001/04/14 16:17:14
1641 [channels.c]
1642 remove some channels that are not appropriate for keepalive.
eae942e2 1643 - markus@cvs.openbsd.org 2001/04/14 16:27:57
1644 [ssh-add.c]
1645 use clear_pass instead of xfree()
30dcc918 1646 - stevesk@cvs.openbsd.org 2001/04/14 16:33:20
1647 [clientloop.c packet.h session.c ssh.c ttymodes.c ttymodes.h]
1648 protocol 2 tty modes support; ok markus@
36967a16 1649 - stevesk@cvs.openbsd.org 2001/04/14 17:04:42
1650 [scp.c]
1651 'T' handling rcp/scp sync; ok markus@
e4664c3e 1652 - Missed sshtty.[ch] in Sync.
f03228b1 1653
e400a640 165420010414
1655 - Sync with OpenBSD glob.c, strlcat.c and vis.c changes
68fa858a 1656 - Cygwin sftp/sftp-server binary mode patch from Corinna Vinschen
fe56c12b 1657 <vinschen@redhat.com>
3ffc6336 1658 - OpenBSD CVS Sync
1659 - beck@cvs.openbsd.org 2001/04/13 22:46:54
1660 [channels.c channels.h servconf.c servconf.h serverloop.c sshd.8]
1661 Add options ClientAliveInterval and ClientAliveCountMax to sshd.
1662 This gives the ability to do a "keepalive" via the encrypted channel
1663 which can't be spoofed (unlike TCP keepalives). Useful for when you want
1664 to use ssh connections to authenticate people for something, and know
1665 relatively quickly when they are no longer authenticated. Disabled
1666 by default (of course). ok markus@
e400a640 1667
cc44f691 166820010413
68fa858a 1669 - OpenBSD CVS Sync
1670 - markus@cvs.openbsd.org 2001/04/12 14:29:09
1671 [ssh.c]
1672 show debug output during option processing, report from
cc44f691 1673 pekkas@netcore.fi
8002af61 1674 - markus@cvs.openbsd.org 2001/04/12 19:15:26
68fa858a 1675 [auth-rhosts.c auth.h auth2.c buffer.c canohost.c canohost.h
1676 compat.c compat.h hostfile.c pathnames.h readconf.c readconf.h
1677 servconf.c servconf.h ssh.c sshconnect.c sshconnect.h sshconnect1.c
8002af61 1678 sshconnect2.c sshd_config]
1679 implement HostbasedAuthentication (= RhostRSAAuthentication for ssh v2)
1680 similar to RhostRSAAuthentication unless you enable (the experimental)
1681 HostbasedUsesNameFromPacketOnly option. please test. :)
0140e66a 1682 - markus@cvs.openbsd.org 2001/04/12 19:39:27
1683 [readconf.c]
1684 typo
2d2a2c65 1685 - stevesk@cvs.openbsd.org 2001/04/12 20:09:38
1686 [misc.c misc.h readconf.c servconf.c ssh.c sshd.c]
1687 robust port validation; ok markus@ jakob@
edeeab1e 1688 - mouring@cvs.openbsd.org 2001/04/12 23:17:54
1689 [sftp-int.c sftp-int.h sftp.1 sftp.c]
1690 Add support for:
1691 sftp [user@]host[:file [file]] - Fetch remote file(s)
1692 sftp [user@]host[:dir[/]] - Start in remote dir/
1693 OK deraadt@
57aa8961 1694 - stevesk@cvs.openbsd.org 2001/04/13 01:26:17
1695 [ssh.c]
1696 missing \n in error message
96f8b59f 1697 - (bal) Added openbsd-compat/inet_ntop.[ch] since HP/UX (and others)
1698 lack it.
cc44f691 1699
28b9cb4d 170020010412
68fa858a 1701 - OpenBSD CVS Sync
28b9cb4d 1702 - markus@cvs.openbsd.org 2001/04/10 07:46:58
68fa858a 1703 [channels.c]
1704 cleanup socks4 handling
1705 - itojun@cvs.openbsd.org 2001/04/10 09:13:22
c0ecc314 1706 [ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
68fa858a 1707 document id_rsa{.pub,}. markus ok
070adba2 1708 - markus@cvs.openbsd.org 2001/04/10 12:15:23
68fa858a 1709 [channels.c]
1710 debug cleanup
45a2e669 1711 - djm@cvs.openbsd.org 2001/04/11 07:06:22
1712 [sftp-int.c]
1713 'mget' and 'mput' aliases; ok markus@
6031af8d 1714 - markus@cvs.openbsd.org 2001/04/11 10:59:01
1715 [ssh.c]
1716 use strtol() for ports, thanks jakob@
6683b40f 1717 - markus@cvs.openbsd.org 2001/04/11 13:56:13
1718 [channels.c ssh.c]
1719 https-connect and socks5 support. i feel so bad.
ff14faf1 1720 - lebel@cvs.openbsd.org 2001/04/11 16:25:30
1721 [sshd.8 sshd.c]
1722 implement the -e option into sshd:
1723 -e When this option is specified, sshd will send the output to the
1724 standard error instead of the system log.
1725 markus@ OK.
28b9cb4d 1726
0a85ab61 172720010410
1728 - OpenBSD CVS Sync
1729 - deraadt@cvs.openbsd.org 2001/04/08 20:52:55
1730 [sftp.c]
1731 do not modify an actual argv[] entry
b2ae83b8 1732 - stevesk@cvs.openbsd.org 2001/04/08 23:28:27
1733 [sshd.8]
1734 spelling
317611b5 1735 - stevesk@cvs.openbsd.org 2001/04/09 00:42:05
1736 [sftp.1]
1737 spelling
a8666d84 1738 - markus@cvs.openbsd.org 2001/04/09 15:12:23
1739 [ssh-add.c]
1740 passphrase caching: ssh-add tries last passphrase, clears passphrase if
1741 not successful and after last try.
1742 based on discussions with espie@, jakob@, ... and code from jakob@ and
1743 wolfgang@wsrcc.com
49ae4185 1744 - markus@cvs.openbsd.org 2001/04/09 15:19:49
1745 [ssh-add.1]
1746 ssh-add retries the last passphrase...
b8a297f1 1747 - stevesk@cvs.openbsd.org 2001/04/09 18:00:15
1748 [sshd.8]
1749 ListenAddress mandoc from aaron@
0a85ab61 1750
6e9944b8 175120010409
febd3f8e 1752 - (stevesk) use setresgid() for setegid() if needed
26de7942 1753 - (stevesk) configure.in: typo
6e9944b8 1754 - OpenBSD CVS Sync
1755 - stevesk@cvs.openbsd.org 2001/04/08 16:01:36
1756 [sshd.8]
1757 document ListenAddress addr:port
d64050ef 1758 - markus@cvs.openbsd.org 2001/04/08 13:03:00
1759 [ssh-add.c]
1760 init pointers with NULL, thanks to danimal@danimal.org
d0a4c20b 1761 - markus@cvs.openbsd.org 2001/04/08 11:27:33
1762 [clientloop.c]
1763 leave_raw_mode if ssh2 "session" is closed
63bd8c36 1764 - markus@cvs.openbsd.org 2001/04/06 21:00:17
1765 [auth-rh-rsa.c auth-rhosts.c auth-rsa.c auth2.c channels.c session.c
1766 ssh.c sshconnect.c sshconnect.h uidswap.c uidswap.h]
1767 do gid/groups-swap in addition to uid-swap, should help if /home/group
1768 is chmod 750 + chgrp grp /home/group/, work be deraadt and me, thanks
1769 to olar@openwall.com is comments. we had many requests for this.
0490e609 1770 - markus@cvs.openbsd.org 2001/04/07 08:55:18
1771 [buffer.c channels.c channels.h readconf.c ssh.c]
68fa858a 1772 allow the ssh client act as a SOCKS4 proxy (dynamic local
1773 portforwarding). work by Dan Kaminsky <dankamin@cisco.com> and me.
1774 thanks to Dan for this great patch: use 'ssh -D 1080 host' and make
0490e609 1775 netscape use localhost:1080 as a socks proxy.
d98d029a 1776 - markus@cvs.openbsd.org 2001/04/08 11:24:33
1777 [uidswap.c]
1778 KNF
6e9944b8 1779
d9d49fdb 178020010408
1781 - OpenBSD CVS Sync
1782 - stevesk@cvs.openbsd.org 2001/04/06 22:12:47
1783 [hostfile.c]
1784 unused; typo in comment
d11c1288 1785 - stevesk@cvs.openbsd.org 2001/04/06 22:25:25
1786 [servconf.c]
1787 in addition to:
1788 ListenAddress host|ipv4_addr|ipv6_addr
1789 permit:
1790 ListenAddress [host|ipv4_addr|ipv6_addr]:port
1791 ListenAddress host|ipv4_addr:port
1792 sshd.8 updates coming. ok markus@
d9d49fdb 1793
613fc910 179420010407
1795 - (bal) CVS ID Resync of version.h
cc94bd38 1796 - OpenBSD CVS Sync
1797 - markus@cvs.openbsd.org 2001/04/05 23:39:20
1798 [serverloop.c]
1799 keep the ssh session even if there is no active channel.
1800 this is more in line with the protocol spec and makes
1801 ssh -N -L 1234:server:110 host
1802 more useful.
1803 based on discussion with <mats@mindbright.se> long time ago
1804 and recent mail from <res@shore.net>
0fc791ba 1805 - deraadt@cvs.openbsd.org 2001/04/06 16:46:59
1806 [scp.c]
1807 remove trailing / from source paths; fixes pr#1756
68fa858a 1808
63f7e231 180920010406
1810 - (stevesk) logintest.c: fix for systems without __progname
72170131 1811 - (stevesk) Makefile.in: log.o is in libssh.a
d8a2f554 1812 - OpenBSD CVS Sync
1813 - markus@cvs.openbsd.org 2001/04/05 10:00:06
1814 [compat.c]
1815 2.3.x does old GEX, too; report jakob@
6ba22c93 1816 - markus@cvs.openbsd.org 2001/04/05 10:39:03
1817 [compress.c compress.h packet.c]
1818 reset compress state per direction when rekeying.
3667ba79 1819 - markus@cvs.openbsd.org 2001/04/05 10:39:48
1820 [version.h]
1821 temporary version 2.5.4 (supports rekeying).
1822 this is not an official release.
cd332296 1823 - markus@cvs.openbsd.org 2001/04/05 10:42:57
68fa858a 1824 [auth-chall.c authfd.c channels.c clientloop.c kex.c kexgex.c key.c
1825 mac.c packet.c serverloop.c sftp-client.c sftp-client.h sftp-glob.c
1826 sftp-glob.h sftp-int.c sftp-server.c sftp.c ssh-keygen.c sshconnect.c
cd332296 1827 sshconnect2.c sshd.c]
1828 fix whitespace: unexpand + trailing spaces.
255cfda1 1829 - markus@cvs.openbsd.org 2001/04/05 11:09:17
1830 [clientloop.c compat.c compat.h]
1831 add SSH_BUG_NOREKEY and detect broken (=all old) openssh versions.
b4a19d21 1832 - markus@cvs.openbsd.org 2001/04/05 15:45:43
1833 [ssh.1]
1834 ssh defaults to protocol v2; from quisar@quisar.ambre.net
46e3af7f 1835 - stevesk@cvs.openbsd.org 2001/04/05 15:48:18
1836 [canohost.c canohost.h session.c]
1837 move get_remote_name_or_ip() to canohost.[ch]; for portable. ok markus@
54506d2e 1838 - markus@cvs.openbsd.org 2001/04/05 20:01:10
1839 [clientloop.c]
1840 for ~R print message if server does not support rekeying. (and fix ~R).
b37caf1a 1841 - markus@cvs.openbsd.org 2001/04/05 21:02:46
1842 [buffer.c]
1843 better error message
eb0dd41f 1844 - markus@cvs.openbsd.org 2001/04/05 21:05:24
1845 [clientloop.c ssh.c]
1846 don't request a session for 'ssh -N', pointed out slade@shore.net
63f7e231 1847
d8ee838b 184820010405
68fa858a 1849 - OpenBSD CVS Sync
1850 - markus@cvs.openbsd.org 2001/04/04 09:48:35
d8ee838b 1851 [kex.c kex.h kexdh.c kexgex.c packet.c sshconnect2.c sshd.c]
68fa858a 1852 don't sent multiple kexinit-requests.
1853 send newkeys, block while waiting for newkeys.
1854 fix comments.
1855 - markus@cvs.openbsd.org 2001/04/04 14:34:58
1856 [clientloop.c kex.c kex.h serverloop.c sshconnect2.c sshd.c]
1857 enable server side rekeying + some rekey related clientup.
7a37c112 1858 todo: we should not send any non-KEX messages after we send KEXINIT
5adb303f 1859 - markus@cvs.openbsd.org 2001/04/04 15:50:55
1860 [compat.c]
1861 f-secure 1.3.2 does not handle IGNORE; from milliondl@ornl.gov
c422989b 1862 - markus@cvs.openbsd.org 2001/04/04 20:25:38
68fa858a 1863 [channels.c channels.h clientloop.c kex.c kex.h serverloop.c
c422989b 1864 sshconnect2.c sshd.c]
1865 more robust rekeying
1866 don't send channel data after rekeying is started.
0715ec6c 1867 - markus@cvs.openbsd.org 2001/04/04 20:32:56
1868 [auth2.c]
1869 we don't care about missing bannerfiles; from tsoome@ut.ee, ok deraadt@
bbb4cc1b 1870 - markus@cvs.openbsd.org 2001/04/04 22:04:35
1871 [kex.c kexgex.c serverloop.c]
1872 parse full kexinit packet.
1873 make server-side more robust, too.
a7ca6275 1874 - markus@cvs.openbsd.org 2001/04/04 23:09:18
1875 [dh.c kex.c packet.c]
1876 clear+free keys,iv for rekeying.
1877 + fix DH mem leaks. ok niels@
86c9e193 1878 - (stevesk) don't use vhangup() if defined(HAVE_DEV_PTMX); also removes
1879 BROKEN_VHANGUP
d8ee838b 1880
9d451c5a 188120010404
1882 - OpenBSD CVS Sync
1883 - deraadt@cvs.openbsd.org 2001/04/02 17:32:23
1884 [ssh-agent.1]
1885 grammar; slade@shore.net
894c5fa6 1886 - stevesk@cvs.openbsd.org 2001/04/03 13:56:11
1887 [sftp-glob.c ssh-agent.c ssh-keygen.c]
1888 free() -> xfree()
a5c9ffdb 1889 - markus@cvs.openbsd.org 2001/04/03 19:53:29
1890 [dh.c dh.h kex.c kex.h sshconnect2.c sshd.c]
1891 move kex to kex*.c, used dispatch_set() callbacks for kex. should
1892 make rekeying easier.
3463ff28 1893 - todd@cvs.openbsd.org 2001/04/03 21:19:38
1894 [ssh_config]
1895 id_rsa1/2 -> id_rsa; ok markus@
d1ac6175 1896 - markus@cvs.openbsd.org 2001/04/03 23:32:12
1897 [kex.c kex.h packet.c sshconnect2.c sshd.c]
1898 undo parts of recent my changes: main part of keyexchange does not
1899 need dispatch-callbacks, since application data is delayed until
1900 the keyexchange completes (if i understand the drafts correctly).
1901 add some infrastructure for re-keying.
e092ce67 1902 - markus@cvs.openbsd.org 2001/04/04 00:06:54
1903 [clientloop.c sshconnect2.c]
1904 enable client rekeying
1905 (1) force rekeying with ~R, or
1906 (2) if the server requests rekeying.
1907 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 1908 - (bal) Oops.. Missed including kexdh.c and kexgex.c in OpenBSD sync.
9d451c5a 1909
672f212f 191020010403
1911 - OpenBSD CVS Sync
1912 - stevesk@cvs.openbsd.org 2001/04/02 14:15:31
1913 [sshd.8]
1914 typo; ok markus@
6be9a5e8 1915 - stevesk@cvs.openbsd.org 2001/04/02 14:20:23
1916 [readconf.c servconf.c]
1917 correct comment; ok markus@
fe39c3df 1918 - (stevesk) nchan.c: remove ostate checks and add EINVAL to
1919 shutdown(SHUT_RD) error() bypass for HP-UX.
672f212f 1920
0be033ea 192120010402
1922 - (stevesk) log.c openbsd sync; missing newlines
5d9e4c8d 1923 - (stevesk) sshpty.h openbsd sync; PTY_H -> SSHPTY_H
0be033ea 1924
b7a2a476 192520010330
1926 - (djm) Another openbsd-compat/glob.c sync
4047d868 1927 - (djm) OpenBSD CVS Sync
1928 - provos@cvs.openbsd.org 2001/03/28 21:59:41
1929 [kex.c kex.h sshconnect2.c sshd.c]
1930 forgot to include min and max params in hash, okay markus@
c8682232 1931 - provos@cvs.openbsd.org 2001/03/28 22:04:57
1932 [dh.c]
1933 more sanity checking on primes file
d9cd3575 1934 - markus@cvs.openbsd.org 2001/03/28 22:43:31
1935 [auth.h auth2.c auth2-chall.c]
1936 check auth_root_allowed for kbd-int auth, too.
86b878d5 1937 - provos@cvs.openbsd.org 2001/03/29 14:24:59
1938 [sshconnect2.c]
1939 use recommended defaults
1ad64a93 1940 - stevesk@cvs.openbsd.org 2001/03/29 21:06:21
1941 [sshconnect2.c sshd.c]
1942 need to set both STOC and CTOS for SSH_BUG_BIGENDIANAES; ok markus@
03b8f8be 1943 - markus@cvs.openbsd.org 2001/03/29 21:17:40
1944 [dh.c dh.h kex.c kex.h]
1945 prepare for rekeying: move DH code to dh.c
76ca7b01 1946 - djm@cvs.openbsd.org 2001/03/29 23:42:01
1947 [sshd.c]
1948 Protocol 1 key regeneration log => verbose, some KNF; ok markus@
b7a2a476 1949
01ce749f 195020010329
1951 - OpenBSD CVS Sync
1952 - stevesk@cvs.openbsd.org 2001/03/26 15:47:59
1953 [ssh.1]
1954 document more defaults; misc. cleanup. ok markus@
569807fb 1955 - markus@cvs.openbsd.org 2001/03/26 23:12:42
1956 [authfile.c]
1957 KNF
457fc0c6 1958 - markus@cvs.openbsd.org 2001/03/26 23:23:24
1959 [rsa.c rsa.h ssh-agent.c ssh-keygen.c]
1960 try to read private f-secure ssh v2 rsa keys.
1a92bd7e 1961 - markus@cvs.openbsd.org 2001/03/27 10:34:08
1962 [ssh-rsa.c sshd.c]
1963 use EVP_get_digestbynid, reorder some calls and fix missing free.
a4da628b 1964 - markus@cvs.openbsd.org 2001/03/27 10:57:00
1965 [compat.c compat.h ssh-rsa.c]
1966 some older systems use NID_md5 instead of NID_sha1 for RSASSA-PKCS1-v1_5
1967 signatures in SSH protocol 2, ok djm@
db1cd2f3 1968 - provos@cvs.openbsd.org 2001/03/27 17:46:50
1969 [compat.c compat.h dh.c dh.h ssh2.h sshconnect2.c sshd.c version.h]
1970 make dh group exchange more flexible, allow min and max group size,
1971 okay markus@, deraadt@
e5ff6ecf 1972 - stevesk@cvs.openbsd.org 2001/03/28 19:56:23
1973 [scp.c]
1974 start to sync scp closer to rcp; ok markus@
03cb2621 1975 - stevesk@cvs.openbsd.org 2001/03/28 20:04:38
1976 [scp.c]
1977 usage more like rcp and add missing -B to usage; ok markus@
563834bb 1978 - markus@cvs.openbsd.org 2001/03/28 20:50:45
1979 [sshd.c]
1980 call refuse() before close(); from olemx@ans.pl
01ce749f 1981
b5b68128 198220010328
68fa858a 1983 - (djm) Reorder tests and library inclusion for Krb4/AFS to try to
1984 resolve linking conflicts with libcrypto. Report and suggested fix
b5b68128 1985 from Holger Trapp <Holger.Trapp@Informatik.TU-Chemnitz.DE>
edbe6722 1986 - (djm) Work around Solaris' broken struct dirent. Diagnosis and suggested
1987 fix from Philippe Levan <levan@epix.net>
cccfea16 1988 - (djm) Rework krbIV tests to get us closer to building on Redhat. Still
1989 doesn't work because of conflicts between krbIV's and OpenSSL's des.h
8d0cc79b 1990 - (djm) Sync openbsd-compat/glob.c
b5b68128 1991
0c90b590 199220010327
1993 - Attempt sync with sshlogin.c w/ OpenBSD (mainly CVS ID)
68fa858a 1994 - Fix pointer issues in waitpid() and wait() replaces. Patch by Lutz
60a8683f 1995 Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
690d0d7f 1996 - OpenBSD CVS Sync
1997 - djm@cvs.openbsd.org 2001/03/25 00:01:34
1998 [session.c]
1999 shorten; ok markus@
4f4648f9 2000 - stevesk@cvs.openbsd.org 2001/03/25 13:16:11
2001 [servconf.c servconf.h session.c sshd.8 sshd_config]
2002 PrintLastLog option; from chip@valinux.com with some minor
2003 changes by me. ok markus@
9afbfcfa 2004 - markus@cvs.openbsd.org 2001/03/26 08:07:09
68fa858a 2005 [authfile.c authfile.h ssh-add.c ssh-keygen.c ssh.c sshconnect.c
9afbfcfa 2006 sshconnect.h sshconnect1.c sshconnect2.c sshd.c]
2007 simpler key load/save interface, see authfile.h
68fa858a 2008 - (djm) Reestablish PAM credentials (which can be supplemental group
9afbfcfa 2009 memberships) after initgroups() blows them away. Report and suggested
2010 fix from Nalin Dahyabhai <nalin@redhat.com>
0c90b590 2011
b567a40c 201220010324
2013 - Fixed permissions ssh-keyscan. Thanks to Christopher Linn <celinn@mtu.edu>.
80cd07ae 2014 - OpenBSD CVS Sync
2015 - djm@cvs.openbsd.org 2001/03/23 11:04:07
2016 [compat.c compat.h sshconnect2.c sshd.c]
2017 Compat for OpenSSH with broken Rijndael/AES. ok markus@
7af9f7f8 2018 - markus@cvs.openbsd.org 2001/03/23 12:02:49
2019 [auth1.c]
2020 authctxt is now passed to do_authenticated
e285053e 2021 - markus@cvs.openbsd.org 2001/03/23 13:10:57
2022 [sftp-int.c]
2023 fix put, upload to _absolute_ path, ok djm@
1d3c30db 2024 - markus@cvs.openbsd.org 2001/03/23 14:28:32
2025 [session.c sshd.c]
2026 ignore SIGPIPE, restore in child, fixes x11-fwd crashes; with djm@
8ca3f6dc 2027 - (djm) Pull out our own SIGPIPE hacks
b567a40c 2028
8a169574 202920010323
68fa858a 2030 - OpenBSD CVS Sync
8a169574 2031 - deraadt@cvs.openbsd.org 2001/03/22 20:22:55
68fa858a 2032 [sshd.c]
2033 do not place linefeeds in buffer
8a169574 2034
ee110bfb 203520010322
2036 - (djm) Better AIX no tty fix, spotted by Gert Doering <gert@greenie.muc.de>
289ba62e 2037 - (bal) version.c CVS ID resync
a5b09902 2038 - (bal) auth-chall.c auth-passwd.c auth.h auth1.c auth2.c session.c CVS ID
2039 resync
ae7242ef 2040 - (bal) scp.c CVS ID resync
3e587cc3 2041 - OpenBSD CVS Sync
2042 - markus@cvs.openbsd.org 2001/03/20 19:10:16
2043 [readconf.c]
2044 default to SSH protocol version 2
e5d7a405 2045 - markus@cvs.openbsd.org 2001/03/20 19:21:21
2046 [session.c]
2047 remove unused arg
39f7530f 2048 - markus@cvs.openbsd.org 2001/03/20 19:21:21
2049 [session.c]
2050 remove unused arg
bb5639fe 2051 - markus@cvs.openbsd.org 2001/03/21 11:43:45
2052 [auth1.c auth2.c session.c session.h]
2053 merge common ssh v1/2 code
5e7cb456 2054 - jakob@cvs.openbsd.org 2001/03/21 14:20:45
2055 [ssh-keygen.c]
2056 add -B flag to usage
ca4df544 2057 - markus@cvs.openbsd.org 2001/03/21 21:06:30
2058 [session.c]
2059 missing init; from mib@unimelb.edu.au
ee110bfb 2060
f5f6020e 206120010321
68fa858a 2062 - (djm) Fix ttyname breakage for AIX and Tru64. Patch from Steve
f5f6020e 2063 VanDevender <stevev@darkwing.uoregon.edu>
37eadb90 2064 - (djm) Make sure pam_retval is initialised on call to pam_end. Patch
2065 from Solar Designer <solar@openwall.com>
0a3700ee 2066 - (djm) Don't loop forever when changing password via PAM. Patch
2067 from Solar Designer <solar@openwall.com>
0c13ffa2 2068 - (djm) Generate config files before build
7a7101ec 2069 - (djm) Correctly handle SIA and AIX when no tty present. Spotted and
2070 suggested fix from Mike Battersby <mib@unimelb.edu.au>
f5f6020e 2071
8d539493 207220010320
01022caf 2073 - (bal) glob.c update to added GLOB_LIMITS (OpenBSD CVS).
2074 - (bal) glob.c update to set gl_pathv to NULL (OpenBSD CVS).
1620233b 2075 - (bal) Oops. Missed globc.h change (OpenBSD CVS).
614dee3a 2076 - (djm) OpenBSD CVS Sync
2077 - markus@cvs.openbsd.org 2001/03/19 17:07:23
2078 [auth.c readconf.c]
2079 undo /etc/shell and proto 2,1 change for openssh-2.5.2
3dd16786 2080 - markus@cvs.openbsd.org 2001/03/19 17:12:10
2081 [version.h]
2082 version 2.5.2
ea44783f 2083 - (djm) Update RPM spec version
2084 - (djm) Release 2.5.2p1
3743cc2f 2085- tim@mindrot.org 2001/03/19 18:33:47 [defines.h]
2086 change S_ISLNK macro to work for UnixWare 2.03
9887f269 2087- tim@mindrot.org 2001/03/19 20:45:11 [openbsd-compat/glob.c]
2088 add get_arg_max(). Use sysconf() if ARG_MAX is not defined
8d539493 2089
e339aa53 209020010319
68fa858a 2091 - (djm) Seed PRNG at startup, rather than waiting for arc4random calls to
e339aa53 2092 do it implicitly.
7cdb79d4 2093 - (djm) Add getusershell() functions from OpenBSD CVS
b1ed8313 2094 - OpenBSD CVS Sync
2095 - markus@cvs.openbsd.org 2001/03/18 12:07:52
2096 [auth-options.c]
2097 ignore permitopen="host:port" if AllowTcpForwarding==no
f8f230bf 2098 - (djm) Make scp work on systems without 64-bit ints
2538ecf1 2099 - tim@mindrot.org 2001/03/18 18:28:39 [defines.h]
2100 move HAVE_LONG_LONG_INT where it works
d1581d5f 2101 - (bal) Use 'NGROUPS' for NeXT Since 'MAX_NGROUPS' is wrapped up in -lposix
107628c0 2102 stuff. Change suggested by Mark Miller <markm@swoon.net>
d1581d5f 2103 - (bal) Small fix to scp. %lu vs %ld
68fa858a 2104 - (bal) NeXTStep lacks S_ISLNK. Plus split up S_IS*
bb6da70f 2105 - (djm) OpenBSD CVS Sync
2106 - djm@cvs.openbsd.org 2001/03/19 03:52:51
2107 [sftp-client.c]
2108 Report ssh connection closing correctly; ok deraadt@
3a1c54d4 2109 - deraadt@cvs.openbsd.org 2001/03/18 23:30:55
2110 [compat.c compat.h sshd.c]
68fa858a 2111 specifically version match on ssh scanners. do not log scan
3a1c54d4 2112 information to the console
dc504afd 2113 - djm@cvs.openbsd.org 2001/03/19 12:10:17
db4d3098 2114 [sshd.8]
dc504afd 2115 Document permitopen authorized_keys option; ok markus@
babd91d4 2116 - djm@cvs.openbsd.org 2001/03/19 05:49:52
2117 [ssh.1]
2118 document PreferredAuthentications option; ok markus@
05c64611 2119 - (bal) Minor NeXT fixed. Forgot to #undef NGROUPS_MAX
e339aa53 2120
ec0ad9c2 212120010318
68fa858a 2122 - (bal) Fixed scp type casing issue which causes "scp: protocol error:
ec0ad9c2 2123 size not delimited" fatal errors when tranfering.
5cc8d4ad 2124 - OpenBSD CVS Sync
2125 - markus@cvs.openbsd.org 2001/03/17 17:27:59
2126 [auth.c]
2127 check /etc/shells, too
7411201c 2128 - tim@mindrot.org 2001/03/17 18:45:25 [compat.c]
2129 openbsd-compat/fake-regex.h
ec0ad9c2 2130
8a968c25 213120010317
68fa858a 2132 - Support usrinfo() on AIX. Based on patch from Gert Doering
8a968c25 2133 <gert@greenie.muc.de>
bf1d27bd 2134 - OpenBSD CVS Sync
2135 - markus@cvs.openbsd.org 2001/03/15 15:05:59
2136 [scp.c]
2137 use %lld in printf, ok millert@/deraadt@; report from ssh@client.fi
56b3e9ce 2138 - markus@cvs.openbsd.org 2001/03/15 22:07:08
2139 [session.c]
2140 pass Session to do_child + KNF
d50d9b63 2141 - djm@cvs.openbsd.org 2001/03/16 08:16:18
2142 [sftp-client.c sftp-client.h sftp-glob.c sftp-int.c]
2143 Revise globbing for get/put to be more shell-like. In particular,
2144 "get/put file* directory/" now works. ok markus@
f55d1b5f 2145 - markus@cvs.openbsd.org 2001/03/16 09:55:53
2146 [sftp-int.c]
2147 fix memset and whitespace
6a8496e4 2148 - markus@cvs.openbsd.org 2001/03/16 13:44:24
2149 [sftp-int.c]
2150 discourage strcat/strcpy
01794848 2151 - markus@cvs.openbsd.org 2001/03/16 19:06:30
2152 [auth-options.c channels.c channels.h serverloop.c session.c]
2153 implement "permitopen" key option, restricts -L style forwarding to
2154 to specified host:port pairs. based on work by harlan@genua.de
68fa858a 2155 - Check for gl_matchc support in glob_t and fall back to the
40849fdb 2156 openbsd-compat/glob.[ch] support if it does not exist.
8a968c25 2157
4cb5d598 215820010315
2159 - OpenBSD CVS Sync
2160 - markus@cvs.openbsd.org 2001/03/14 08:57:14
2161 [sftp-client.c]
2162 Wall
85cf5827 2163 - markus@cvs.openbsd.org 2001/03/14 15:15:58
2164 [sftp-int.c]
2165 add version command
61b3a2bc 2166 - deraadt@cvs.openbsd.org 2001/03/14 22:50:25
2167 [sftp-server.c]
2168 note no getopt()
51e2fc8f 2169 - (stevesk) ssh-keyscan.c: specify "openbsd-compat/fake-queue.h"
68fa858a 2170 - (bal) Cygwin README change by Corinna Vinschen <vinschen@redhat.com>
4cb5d598 2171
acc9d6d7 217220010314
2173 - OpenBSD CVS Sync
85cf5827 2174 - markus@cvs.openbsd.org 2001/03/13 17:34:42
2175 [auth-options.c]
2176 missing xfree, deny key on parse error; ok stevesk@
2177 - djm@cvs.openbsd.org 2001/03/13 22:42:54
2178 [sftp-client.c sftp-client.h sftp-glob.c sftp-glob.h sftp-int.c]
2179 sftp client filename globbing for get, put, ch{mod,grp,own}. ok markus@
84ceda19 2180 - (bal) Fix strerror() in bsd-misc.c
2181 - (djm) Add replacement glob() from OpenBSD libc if the system glob is
2182 missing or lacks the GLOB_ALTDIRFUNC extension
68fa858a 2183 - (djm) Remove -I$(srcdir)/openbsd-compat from CFLAGS, refer to headers
84ceda19 2184 relatively. Avoids conflict between glob.h and /usr/include/glob.h
acc9d6d7 2185
22138a36 218620010313
2187 - OpenBSD CVS Sync
2188 - markus@cvs.openbsd.org 2001/03/12 22:02:02
2189 [key.c key.h ssh-add.c ssh-keygen.c sshconnect.c sshconnect2.c]
2190 remove old key_fingerprint interface, s/_ex//
2191
539af7f5 219220010312
2193 - OpenBSD CVS Sync
2194 - markus@cvs.openbsd.org 2001/03/11 13:25:36
2195 [auth2.c key.c]
2196 debug
301e8e5b 2197 - jakob@cvs.openbsd.org 2001/03/11 15:03:16
2198 [key.c key.h]
2199 add improved fingerprint functions. based on work by Carsten
2200 Raskgaard <cara@int.tele.dk> and modified by me. ok markus@.
954f0550 2201 - jakob@cvs.openbsd.org 2001/03/11 15:04:16
2202 [ssh-keygen.1 ssh-keygen.c]
2203 print both md5, sha1 and bubblebabble fingerprints when using
2204 ssh-keygen -l -v. ok markus@.
08345971 2205 - jakob@cvs.openbsd.org 2001/03/11 15:13:09
2206 [key.c]
2207 cleanup & shorten some var names key_fingerprint_bubblebabble.
64b1aa3b 2208 - deraadt@cvs.openbsd.org 2001/03/11 16:39:03
2209 [ssh-keygen.c]
2210 KNF, and SHA1 binary output is just creeping featurism
733cf7f4 2211 - tim@mindrot.org 2001/03/11 17:29:32 [configure.in]
2212 test if snprintf() supports %ll
2213 add /dev to search path for PRNGD/EGD socket
2214 fix my mistake in USER_PATH test program
79c9ac1b 2215 - OpenBSD CVS Sync
2216 - markus@cvs.openbsd.org 2001/03/11 18:29:51
2217 [key.c]
2218 style+cleanup
aaf45d87 2219 - markus@cvs.openbsd.org 2001/03/11 22:33:24
2220 [ssh-keygen.1 ssh-keygen.c]
2221 remove -v again. use -B instead for bubblebabble. make -B consistent
2222 with -l and make -B work with /path/to/known_hosts. ok deraadt@
a0322342 2223 - (djm) Bump portable version number for generating test RPMs
94dd09e3 2224 - (djm) Add "static_openssl" RPM build option, remove rsh build dependency
68fa858a 2225 - (bal) Reorder includes in Makefile.
539af7f5 2226
d156519a 222720010311
2228 - OpenBSD CVS Sync
2229 - markus@cvs.openbsd.org 2001/03/10 12:48:27
2230 [sshconnect2.c]
2231 ignore nonexisting private keys; report rjmooney@mediaone.net
5e36d59c 2232 - deraadt@cvs.openbsd.org 2001/03/10 12:53:51
2233 [readconf.c ssh_config]
2234 default to SSH2, now that m68k runs fast
2f778758 2235 - stevesk@cvs.openbsd.org 2001/03/10 15:02:05
2236 [ttymodes.c ttymodes.h]
2237 remove unused sgtty macros; ok markus@
99c415db 2238 - deraadt@cvs.openbsd.org 2001/03/10 15:31:00
2239 [compat.c compat.h sshconnect.c]
2240 all known netscreen ssh versions, and older versions of OSU ssh cannot
2241 handle password padding (newer OSU is fixed)
456fce50 2242 - tim@mindrot.org 2001/03/10 16:33:42 [configure.in Makefile.in sshd_config]
2243 make sure $bindir is in USER_PATH so scp will work
cab80f75 2244 - OpenBSD CVS Sync
2245 - markus@cvs.openbsd.org 2001/03/10 17:51:04
2246 [kex.c match.c match.h readconf.c readconf.h sshconnect2.c]
2247 add PreferredAuthentications
d156519a 2248
1c9a907f 224920010310
2250 - OpenBSD CVS Sync
2251 - deraadt@cvs.openbsd.org 2001/03/09 03:14:39
2252 [ssh-keygen.c]
68fa858a 2253 create *.pub files with umask 0644, so that you can mv them to
1c9a907f 2254 authorized_keys
cb7bd922 2255 - deraadt@cvs.openbsd.org 2001/03/09 12:30:29
2256 [sshd.c]
2257 typo; slade@shore.net
61cf0e38 2258 - Removed log.o from sftp client. Not needed.
1c9a907f 2259
385590e4 226020010309
2261 - OpenBSD CVS Sync
2262 - stevesk@cvs.openbsd.org 2001/03/08 18:47:12
2263 [auth1.c]
2264 unused; ok markus@
acf06a60 2265 - stevesk@cvs.openbsd.org 2001/03/08 20:44:48
2266 [sftp.1]
2267 spelling, cleanup; ok deraadt@
fee56204 2268 - markus@cvs.openbsd.org 2001/03/08 21:42:33
2269 [compat.c compat.h readconf.h ssh.c sshconnect1.c sshconnect2.c]
2270 implement client side of SSH2_MSG_USERAUTH_PK_OK (test public key ->
2271 no need to do enter passphrase or do expensive sign operations if the
2272 server does not accept key).
385590e4 2273
3a7fe5ba 227420010308
2275 - OpenBSD CVS Sync
d5ebca2b 2276 - djm@cvs.openbsd.org 2001/03/07 10:11:23
2277 [sftp-client.c sftp-client.h sftp-int.c sftp-server.c sftp.1 sftp.c sftp.h]
2278 Support for new draft (draft-ietf-secsh-filexfer-01). New symlink handling
2279 functions and small protocol change.
2280 - markus@cvs.openbsd.org 2001/03/08 00:15:48
2281 [readconf.c ssh.1]
2282 turn off useprivilegedports by default. only rhost-auth needs
2283 this. older sshd's may need this, too.
097ca118 2284 - (stevesk) Reliant Unix (SNI) needs HAVE_BOGUS_SYS_QUEUE_H;
2285 Dirk Markwardt <D.Markwardt@tu-bs.de>
3a7fe5ba 2286
3251b439 228720010307
2288 - (bal) OpenBSD CVS Sync
2289 - deraadt@cvs.openbsd.org 2001/03/06 06:11:18
2290 [ssh-keyscan.c]
2291 appease gcc
a5ec8a3d 2292 - deraadt@cvs.openbsd.org 2001/03/06 06:11:44
2293 [sftp-int.c sftp.1 sftp.c]
2294 sftp -b batchfile; mouring@etoh.eviladmin.org
17910dce 2295 - deraadt@cvs.openbsd.org 2001/03/06 15:10:42
2296 [sftp.1]
2297 order things
2c86906e 2298 - deraadt@cvs.openbsd.org 2001/03/07 01:19:06
2299 [ssh.1 sshd.8]
2300 the name "secure shell" is boring, noone ever uses it
7daf8515 2301 - deraadt@cvs.openbsd.org 2001/03/07 04:05:58
2302 [ssh.1]
2303 removed dated comment
f52798a4 2304 - Cygwin contrib improvements from Corinna Vinschen <vinschen@redhat.com>
3251b439 2305
657297ff 230620010306
2307 - (bal) OpenBSD CVS Sync
2308 - deraadt@cvs.openbsd.org 2001/03/05 14:28:47
2309 [sshd.8]
2310 alpha order; jcs@rt.fm
7c8f2a26 2311 - stevesk@cvs.openbsd.org 2001/03/05 15:44:51
2312 [servconf.c]
2313 sync error message; ok markus@
f2ba0775 2314 - deraadt@cvs.openbsd.org 2001/03/05 15:56:16
2315 [myproposal.h ssh.1]
2316 switch to aes128-cbc/hmac-md5 by default in SSH2 -- faster;
2317 provos & markus ok
7a6c39a3 2318 - deraadt@cvs.openbsd.org 2001/03/05 16:07:15
2319 [sshd.8]
2320 detail default hmac setup too
7de5b06b 2321 - markus@cvs.openbsd.org 2001/03/05 17:17:21
2322 [kex.c kex.h sshconnect2.c sshd.c]
2323 generate a 2*need size (~300 instead of 1024/2048) random private
2324 exponent during the DH key agreement. according to Niels (the great
2325 german advisor) this is safe since /etc/primes contains strong
2326 primes only.
2327
2328 References:
2329 P. C. van Oorschot and M. J. Wiener, On Diffie-Hellman key
2330 agreement with short exponents, In Advances in Cryptology
2331 - EUROCRYPT'96, LNCS 1070, Springer-Verlag, 1996, pp.332-343.
a5df12e9 2332 - stevesk@cvs.openbsd.org 2001/03/05 17:40:48
2333 [ssh.1]
2334 more ssh_known_hosts2 documentation; ok markus@
0b2190ee 2335 - stevesk@cvs.openbsd.org 2001/03/05 17:58:22
2336 [dh.c]
2337 spelling
bbc62e59 2338 - deraadt@cvs.openbsd.org 2001/03/06 00:33:04
2339 [authfd.c cli.c ssh-agent.c]
2340 EINTR/EAGAIN handling is required in more cases
c16c7f20 2341 - millert@cvs.openbsd.org 2001/03/06 01:06:03
2342 [ssh-keyscan.c]
2343 Don't assume we wil get the version string all in one read().
2344 deraadt@ OK'd
09cb311c 2345 - millert@cvs.openbsd.org 2001/03/06 01:08:27
2346 [clientloop.c]
2347 If read() fails with EINTR deal with it the same way we treat EAGAIN
657297ff 2348
1a2936c4 234920010305
2350 - (bal) CVS ID touch up on sshpty.[ch] and sshlogin.[ch]
68fa858a 2351 - (bal) CVS ID touch up on sftp-int.c
e77df335 2352 - (bal) CVS ID touch up on uuencode.c
6cca9fde 2353 - (bal) CVS ID touch up on auth2.c, serverloop.c, session.c & sshd.c
778f6940 2354 - (bal) OpenBSD CVS Sync
dcb971e1 2355 - deraadt@cvs.openbsd.org 2001/02/17 23:48:48
2356 [sshd.8]
2357 it's the OpenSSH one
778f6940 2358 - deraadt@cvs.openbsd.org 2001/02/21 07:37:04
2359 [ssh-keyscan.c]
2360 inline -> __inline__, and some indent
81333640 2361 - deraadt@cvs.openbsd.org 2001/02/21 09:05:54
2362 [authfile.c]
2363 improve fd handling
79ddf6db 2364 - deraadt@cvs.openbsd.org 2001/02/21 09:12:56
2365 [sftp-server.c]
2366 careful with & and &&; markus ok
96ee8386 2367 - stevesk@cvs.openbsd.org 2001/02/21 21:14:04
2368 [ssh.c]
2369 -i supports DSA identities now; ok markus@
0c126dc9 2370 - deraadt@cvs.openbsd.org 2001/02/22 04:29:37
2371 [servconf.c]
2372 grammar; slade@shore.net
ed2166d8 2373 - deraadt@cvs.openbsd.org 2001/02/22 06:43:55
2374 [ssh-keygen.1 ssh-keygen.c]
2375 document -d, and -t defaults to rsa1
b07ae1e9 2376 - deraadt@cvs.openbsd.org 2001/02/22 08:03:51
2377 [ssh-keygen.1 ssh-keygen.c]
2378 bye bye -d
e2fccec3 2379 - deraadt@cvs.openbsd.org 2001/02/22 18:09:06
2380 [sshd_config]
2381 activate RSA 2 key
e91c60f2 2382 - markus@cvs.openbsd.org 2001/02/22 21:57:27
2383 [ssh.1 sshd.8]
2384 typos/grammar from matt@anzen.com
3b1a83df 2385 - markus@cvs.openbsd.org 2001/02/22 21:59:44
2386 [auth.c auth.h auth1.c auth2.c misc.c misc.h ssh.c]
2387 use pwcopy in ssh.c, too
19d57054 2388 - markus@cvs.openbsd.org 2001/02/23 15:34:53
2389 [serverloop.c]
2390 debug2->3
00be5382 2391 - markus@cvs.openbsd.org 2001/02/23 18:15:13
2392 [sshd.c]
2393 the random session key depends now on the session_key_int
2394 sent by the 'attacker'
2395 dig1 = md5(cookie|session_key_int);
2396 dig2 = md5(dig1|cookie|session_key_int);
2397 fake_session_key = dig1|dig2;
2398 this change is caused by a mail from anakin@pobox.com
2399 patch based on discussions with my german advisor niels@openbsd.org
ec63b02d 2400 - deraadt@cvs.openbsd.org 2001/02/24 10:37:55
2401 [readconf.c]
2402 look for id_rsa by default, before id_dsa
582038fb 2403 - deraadt@cvs.openbsd.org 2001/02/24 10:37:26
2404 [sshd_config]
2405 ssh2 rsa key before dsa key
6e18cb71 2406 - markus@cvs.openbsd.org 2001/02/27 10:35:27
2407 [packet.c]
2408 fix random padding
1b5dfeb2 2409 - markus@cvs.openbsd.org 2001/02/27 11:00:11
2410 [compat.c]
2411 support SSH-2.0-2.1 ; from Christophe_Moret@hp.com
4ab21f86 2412 - deraadt@cvs.openbsd.org 2001/02/28 05:34:28
2413 [misc.c]
2414 pull in protos
167b3512 2415 - deraadt@cvs.openbsd.org 2001/02/28 05:36:28
2416 [sftp.c]
2417 do not kill the subprocess on termination (we will see if this helps
2418 things or hurts things)
7e8911cd 2419 - markus@cvs.openbsd.org 2001/02/28 08:45:39
2420 [clientloop.c]
2421 fix byte counts for ssh protocol v1
ee55dacf 2422 - markus@cvs.openbsd.org 2001/02/28 08:54:55
2423 [channels.c nchan.c nchan.h]
2424 make sure remote stderr does not get truncated.
2425 remove closed fd's from the select mask.
a6215e53 2426 - markus@cvs.openbsd.org 2001/02/28 09:57:07
2427 [packet.c packet.h sshconnect2.c]
2428 in ssh protocol v2 use ignore messages for padding (instead of
2429 trailing \0).
94dfb550 2430 - markus@cvs.openbsd.org 2001/02/28 12:55:07
2431 [channels.c]
2432 unify debug messages
5649fbbe 2433 - deraadt@cvs.openbsd.org 2001/02/28 17:52:54
2434 [misc.c]
2435 for completeness, copy pw_gecos too
0572fe75 2436 - markus@cvs.openbsd.org 2001/02/28 21:21:41
2437 [sshd.c]
2438 generate a fake session id, too
95ce5599 2439 - markus@cvs.openbsd.org 2001/02/28 21:27:48
2440 [channels.c packet.c packet.h serverloop.c]
2441 use ignore message to simulate a SSH2_MSG_CHANNEL_DATA message
2442 use random content in ignore messages.
355724fc 2443 - markus@cvs.openbsd.org 2001/02/28 21:31:32
2444 [channels.c]
2445 typo
c3f7d267 2446 - deraadt@cvs.openbsd.org 2001/03/01 02:11:25
2447 [authfd.c]
2448 split line so that p will have an easier time next time around
a01a5f30 2449 - deraadt@cvs.openbsd.org 2001/03/01 02:29:04
2450 [ssh.c]
2451 shorten usage by a line
12bf85ed 2452 - deraadt@cvs.openbsd.org 2001/03/01 02:45:10
2453 [auth-rsa.c auth2.c deattack.c packet.c]
2454 KNF
4371658c 2455 - deraadt@cvs.openbsd.org 2001/03/01 03:38:33
2456 [cli.c cli.h rijndael.h ssh-keyscan.1]
2457 copyright notices on all source files
ce91d6f8 2458 - markus@cvs.openbsd.org 2001/03/01 22:46:37
2459 [ssh.c]
2460 don't truncate remote ssh-2 commands; from mkubita@securities.cz
2461 use min, not max for logging, fixes overflow.
409edaba 2462 - deraadt@cvs.openbsd.org 2001/03/02 06:21:01
2463 [sshd.8]
2464 explain SIGHUP better
b8dc87d3 2465 - deraadt@cvs.openbsd.org 2001/03/02 09:42:49
2466 [sshd.8]
2467 doc the dsa/rsa key pair files
f3c7c613 2468 - deraadt@cvs.openbsd.org 2001/03/02 18:54:31
2469 [atomicio.c atomicio.h auth-chall.c auth.c auth2-chall.c crc32.h
2470 scp.c serverloop.c session.c sftp-server.8 sftp.1 ssh-add.1 ssh-add.c
2471 ssh-agent.1 ssh-agent.c ssh-keygen.1 ssh.1 sshd.8]
2472 make copyright lines the same format
2671b47f 2473 - deraadt@cvs.openbsd.org 2001/03/03 06:53:12
2474 [ssh-keyscan.c]
2475 standard theo sweep
ff7fee59 2476 - millert@cvs.openbsd.org 2001/03/03 21:19:41
2477 [ssh-keyscan.c]
2478 Dynamically allocate read_wait and its copies. Since maxfd is
2479 based on resource limits it is often (usually?) larger than FD_SETSIZE.
c8d75031 2480 - millert@cvs.openbsd.org 2001/03/03 21:40:30
2481 [sftp-server.c]
2482 Dynamically allocate fd_set; deraadt@ OK
20e04e90 2483 - millert@cvs.openbsd.org 2001/03/03 21:41:07
2484 [packet.c]
2485 Dynamically allocate fd_set; deraadt@ OK
dce9bac5 2486 - deraadt@cvs.openbsd.org 2001/03/03 22:07:50
2487 [sftp-server.c]
2488 KNF
c630ce76 2489 - markus@cvs.openbsd.org 2001/03/03 23:52:22
2490 [sftp.c]
2491 clean up arg processing. based on work by Christophe_Moret@hp.com
20244695 2492 - markus@cvs.openbsd.org 2001/03/03 23:59:34
2493 [log.c ssh.c]
2494 log*.c -> log.c
61f8a1d1 2495 - markus@cvs.openbsd.org 2001/03/04 00:03:59
2496 [channels.c]
2497 debug1->2
38967add 2498 - stevesk@cvs.openbsd.org 2001/03/04 10:57:53
2499 [ssh.c]
2500 add -m to usage; ok markus@
46f23b8d 2501 - stevesk@cvs.openbsd.org 2001/03/04 11:04:41
2502 [sshd.8]
2503 small cleanup and clarify for PermitRootLogin; ok markus@
9c81df4c 2504 - stevesk@cvs.openbsd.org 2001/03/04 11:16:06
2505 [servconf.c sshd.8]
2506 kill obsolete RandomSeed; ok markus@ deraadt@
f5429434 2507 - stevesk@cvs.openbsd.org 2001/03/04 12:54:04
2508 [sshd.8]
2509 spelling
54b974dc 2510 - millert@cvs.openbsd.org 2001/03/04 17:42:28
2511 [authfd.c channels.c dh.c log.c readconf.c servconf.c sftp-int.c
2512 ssh.c sshconnect.c sshd.c]
2513 log functions should not be passed strings that end in newline as they
2514 get passed on to syslog() and when logging to stderr, do_log() appends
2515 its own newline.
51c251f0 2516 - deraadt@cvs.openbsd.org 2001/03/04 18:21:28
2517 [sshd.8]
2518 list SSH2 ciphers
2605addd 2519 - (bal) Put HAVE_PW_CLASS_IN_PASSWD back into pwcopy()
164c80dc 2520 - (bal) Fix up logging since it changed. removed log-*.c
cc3067d6 2521 - (djm) Fix up LOG_AUTHPRIV for systems that have it
70a052c7 2522 - (stevesk) OpenBSD sync:
2523 - deraadt@cvs.openbsd.org 2001/03/05 08:37:27
2524 [ssh-keyscan.c]
2525 skip inlining, why bother
5152d46f 2526 - (stevesk) sftp.c: handle __progname
1a2936c4 2527
40edd7ef 252820010304
2529 - (bal) Remove make-ssh-known-hosts.1 since it's no longer valid.
889fbcd3 2530 - (bal) Updated contrib/README to remove 'make-ssh-known-hosts' and
2531 give Mark Roth credit for mdoc2man.pl
40edd7ef 2532
9817de5f 253320010303
40edd7ef 2534 - (djm) Remove make-ssh-known-hosts.pl, ssh-keyscan is better.
2535 - (djm) Document PAM ChallengeResponseAuthentication in sshd.8
2536 - (djm) Disable and comment ChallengeResponseAuthentication in sshd_config
2537 - (djm) Allow PRNGd entropy collection from localhost TCP socket. Replace
68fa858a 2538 "--with-egd-pool" configure option with "--with-prngd-socket" and
9bdd5929 2539 "--with-prngd-port" options. Debugged and improved by Lutz Jaenicke
2540 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
9817de5f 2541
20cad736 254220010301
68fa858a 2543 - (djm) Properly add -lcrypt if needed.
5f404be3 2544 - (djm) Force standard PAM conversation function in a few more places.
68fa858a 2545 Patch from Redhat 2.5.1p1-2 RPM, probably Nalin Dahyabhai
5f404be3 2546 <nalin@redhat.com>
68fa858a 2547 - (djm) Cygwin needs pw->pw_gecos copied too. Patch from Corinna Vinschen
480eb294 2548 <vinschen@redhat.com>
ad1f4a20 2549 - (djm) Released 2.5.1p2
20cad736 2550
cf0c5df5 255120010228
2552 - (djm) Detect endianness in configure and use it in rijndael.c. Fixes
2553 "Bad packet length" bugs.
68fa858a 2554 - (djm) Fully revert PAM session patch (again). All PAM session init is
403f5a8e 2555 now done before the final fork().
065ef9b1 2556 - (djm) EGD detection patch from Tim Rice <tim@multitalents.net>
d9b1f19a 2557 - (djm) Remove /tmp from EGD socket search list
cf0c5df5 2558
86b416a7 255920010227
68fa858a 2560 - (bal) Applied shutdown() patch for sftp.c by Corinna Vinschen
51fb577a 2561 <vinschen@redhat.com>
2af09193 2562 - (bal) OpenBSD Sync
2563 - markus@cvs.openbsd.org 2001/02/23 15:37:45
2564 [session.c]
2565 handle SSH_PROTOFLAG_SCREEN_NUMBER for buggy clients
68fa858a 2566 - (bal) sshd.init support for all Redhat release. Patch by Jim Knoble
a892c46e 2567 <jmknoble@jmknoble.cx>
68fa858a 2568 - (djm) Fix up POSIX saved uid support. Report from Mark Miller
f4e9a0e1 2569 <markm@swoon.net>
2570 - (djm) Search for -lcrypt on FreeBSD too
c7c72446 2571 - (djm) fatal() on OpenSSL version mismatch
27cf96de 2572 - (djm) Move PAM init to after fork for non-Solaris derived PAMs
d5c4c52e 2573 - (djm) Warning fix on entropy.c saved uid stuff. Patch from Mark Miller
2574 <markm@swoon.net>
4bc6dd70 2575 - (djm) Fix PAM fix
4236bde4 2576 - (djm) Remove 'noreplace' flag from sshd_config in RPM spec files. This
2577 change is being made as 2.5.x configfiles are not back-compatible with
64e0e67e 2578 2.3.x.
2579 - (djm) Avoid warnings for missing broken IP_TOS. Patch from Mark Miller
2580 <markm@swoon.net>
68fa858a 2581 - (djm) Open Server 5 doesn't need BROKEN_SAVED_UIDS. Patch from Tim Rice
a29d3f1c 2582 <tim@multitalents.net>
68fa858a 2583 - (djm) Avoid multiple definition of _PATH_LS. Patch from Tim Rice
a29d3f1c 2584 <tim@multitalents.net>
51fb577a 2585
4925395f 258620010226
2587 - (bal) Fixed bsd-snprinf.c so it now honors 'BROKEN_SNPRINTF' again.
68fa858a 2588 - (djm) Some systems (SCO3, NeXT) have weird saved uid semantics.
e9a13ac1 2589 Based on patch from Tim Rice <tim@multitalents.net>
4925395f 2590
1eb4ec64 259120010225
2592 - (djm) Use %{_libexecdir} rather than hardcoded path in RPM specfile
2593 Patch from Adrian Ho <lexfiend@usa.net>
490cad94 2594 - (bal) Replace 'unsigned long long' to 'u_int64_t' since not every
2595 platform defines u_int64_t as being that.
1eb4ec64 2596
a738c3b0 259720010224
68fa858a 2598 - (bal) Missed part of the UNIX sockets patch. Patch by Corinna
a738c3b0 2599 Vinschen <vinschen@redhat.com>
2600 - (bal) Reorder where 'strftime' is detected to resolve linking
2601 issues on SCO. Patch by Tim Rice <tim@multitalents.net>
2602
8fd97cc4 260320010224
2604 - (bal) pam_stack fix to correctly detect between RH7 and older RHs.
2605 Patch by Pekka Savola <pekkas@netcore.fi>
8f0b3553 2606 - (bal) Renamed sigaction.[ch] to sigact.[ch]. Causes problems with
2607 some platforms.
3d114925 2608 - (bal) Generalize lack of UNIX sockets since this also effects Cray
2609 not just Cygwin. Based on patch by Wendy Palm <wendyp@cray.com>
8fd97cc4 2610
14a49e44 261120010223
2612 - (bal) Fix --define rh7 in openssh.spec file. Patch by Steve Tell
2613 <tell@telltronics.org>
cb291102 2614 - (bal) Patch to force OpenSSH rpm to require the same version of OpenSSL
2615 that it was compiled against. Patch by Pekka Savola <pekkas@netcore.fi>
68fa858a 2616 - (bal) Double -I for OpenSSL on SCO. Patch by Tim Rice
5a67331c 2617 <tim@multitalents.net>
14a49e44 2618
68fa858a 261920010222
73d6d7fa 2620 - (bal) Corrected SCO luid patch by svaughan <svaughan@asterion.com>
ca742b3b 2621 - (bal) Added mdoc2man.pl from Mark Roth <roth@feep.net>
2622 - (bal) Removed reference to liblogin from contrib/README. It was
2623 integrated into OpenSSH a long while ago.
2a81eb9f 2624 - (stevesk) remove erroneous #ifdef sgi code.
2625 Michael Stone <mstone@cs.loyola.edu>
73d6d7fa 2626
fbf305f1 262720010221
2628 - (bal) Removed -L/usr/ucblib -R/usr/ucblib for Solaris platform.
68fa858a 2629 - (bal) Fixed OpenSSL rework to use $saved_*. Patch by Tim Rice
9dd3bc84 2630 <tim@multitalents.net>
1fe61b2e 2631 - (bal) Reverted out of 2001/02/15 patch by djm below because it
2632 breaks Solaris.
2633 - (djm) Move PAM session setup back to before setuid to user.
2634 fixes problems on Solaris-drived PAMs.
266140a8 2635 - (stevesk) session.c: back out to where we were before:
68fa858a 2636 - (djm) Move PAM session initialisation until after fork in sshd. Patch
266140a8 2637 from Nalin Dahyabhai <nalin@redhat.com>
9dd3bc84 2638
8b3319f4 263920010220
2640 - (bal) Fix mixed up params to memmove() from Jan 5th in setenv.c and
2641 getcwd.c.
c2b544a5 2642 - (bal) OpenBSD CVS Sync:
2643 - deraadt@cvs.openbsd.org 2001/02/19 23:09:05
2644 [sshd.c]
2645 clarify message to make it not mention "ident"
8b3319f4 2646
1729c161 264720010219
2648 - (bal) Markus' blessing to rename login.[ch] -> sshlogin.[ch] and
2649 pty.[ch] -> sshpty.[ch]
d6f13fbb 2650 - (djm) Rework search for OpenSSL location. Skip directories which don't
2651 exist, don't add -L$ssldir/lib if it doesn't exist. Should help SCO
2652 with its limit of 6 -L options.
0476625f 2653 - OpenBSD CVS Sync:
2654 - reinhard@cvs.openbsd.org 2001/02/17 08:24:40
2655 [sftp.1]
2656 typo
2657 - deraadt@cvs.openbsd.org 2001/02/17 16:28:58
2658 [ssh.c]
2659 cleanup -V output; noted by millert
2660 - deraadt@cvs.openbsd.org 2001/02/17 16:48:48
2661 [sshd.8]
2662 it's the OpenSSH one
2663 - markus@cvs.openbsd.org 2001/02/18 11:33:54
2664 [dispatch.c]
2665 typo, SSH2_MSG_KEXINIT, from aspa@kronodoc.fi
2666 - markus@cvs.openbsd.org 2001/02/19 02:53:32
2667 [compat.c compat.h serverloop.c]
2668 ssh-1.2.{18-22} has broken handling of ignore messages; report from
2669 itojun@
2670 - markus@cvs.openbsd.org 2001/02/19 03:35:23
2671 [version.h]
2672 OpenSSH_2.5.1 adds bug compat with 1.2.{18-22}
2673 - deraadt@cvs.openbsd.org 2001/02/19 03:36:25
2674 [scp.c]
2675 np is changed by recursion; vinschen@redhat.com
2676 - Update versions in RPM spec files
2677 - Release 2.5.1p1
1729c161 2678
663fd560 267920010218
68fa858a 2680 - (bal) Patch for fix FCHMOD reference in ftp-client.c by Tim Rice
2681 <tim@multitalents.net>
25cd3375 2682 - (Bal) Patch for lack of RA_RESTART in misc.c for mysignal by
2683 stevesk
68fa858a 2684 - (djm) Fix my breaking of cygwin builds, Patch from Corinna Vinschen
58e7f038 2685 <vinschen@redhat.com> and myself.
32ced054 2686 - (djm) Close listen_sock on bind() failures. Patch from Arkadiusz
2687 Miskiewicz <misiek@pld.ORG.PL>
6a951840 2688 - (djm) Robustify EGD/PRNGd code in face of socket closures. Patch from
2689 Todd C. Miller <Todd.Miller@courtesan.com>
68fa858a 2690 - (djm) Use ttyname() to determine name of tty returned by openpty()
2691 rather then risking overflow. Patch from Marek Michalkiewicz
b82f1310 2692 <marekm@amelek.gda.pl>
68fa858a 2693 - (djm) Swapped tests for no_libsocket and no_libnsl in configure.in.
bdf80b2c 2694 Patch from Marek Michalkiewicz <marekm@amelek.gda.pl>
af8fda37 2695 - (djm) Doc fixes from Pekka Savola <pekkas@netcore.fi>
68fa858a 2696 - (djm) Use SA_INTERRUPT along SA_RESTART if present (equivalent for
df538d55 2697 SunOS)
68fa858a 2698 - (djm) SCO needs librpc for libwrap. Patch from Tim Rice
f61d6b17 2699 <tim@multitalents.net>
dfef7e7e 2700 - (stevesk) misc.c: cpp rework of SA_(INTERRUPT|RESTART) handling.
36a358ca 2701 - (stevesk) scp.c: use mysignal() for updateprogressmeter() handler.
68fa858a 2702 - (djm) SA_INTERRUPT is the converse of SA_RESTART, apply it only for
d54d99a3 2703 SIGALRM.
e1a023df 2704 - (djm) Move entropy.c over to mysignal()
68fa858a 2705 - (djm) SunOS 4.x also needs to define HAVE_BOGUS_SYS_QUEUE_H as it has
2706 a <sys/queue.h> that lacks the TAILQ_* macros. Patch from Todd C.
667beaa9 2707 Miller <Todd.Miller@courtesan.com>
ecdde3d8 2708 - (djm) Update RPM spec files for 2.5.0p1
51ee9048 2709 - (djm) Merge BSD_AUTH support from Markus Friedl and David J. MacKenzie
2710 enable with --with-bsd-auth.
2adddc78 2711 - (stevesk) entropy.c: typo; should be SIGPIPE
663fd560 2712
0b1728c5 271320010217
2714 - (bal) OpenBSD Sync:
2715 - markus@cvs.openbsd.org 2001/02/16 13:38:18
68fa858a 2716 [channel.c]
2717 remove debug
c8b058b4 2718 - markus@cvs.openbsd.org 2001/02/16 14:03:43
2719 [session.c]
2720 proper payload-length check for x11 w/o screen-number
0b1728c5 2721
b41d8d4d 272220010216
2723 - (bal) added '--with-prce' to allow overriding of system regex when
2724 required (tested by David Dulek <ddulek@fastenal.com>)
d6fdb079 2725 - (bal) Added DG/UX case and set that they have a broken IPTOS.
278588d8 2726 - (djm) Mini-configure reorder patch from Tim Rice <tim@multitalents.net>
2727 Fixes linking on SCO.
68fa858a 2728 - (djm) Make gnome-ssh-askpass handle multi-line prompts. Patch from
0ceb21d6 2729 Nalin Dahyabhai <nalin@redhat.com>
2730 - (djm) BSD license for gnome-ssh-askpass (was X11)
2731 - (djm) KNF on gnome-ssh-askpass
ed6553e2 2732 - (djm) USE_PIPES for a few more sysv platforms
2733 - (djm) Cleanup configure.in a little
2734 - (djm) Ask users to check config.log when we can't find necessary libs
aca75d94 2735 - (djm) Set "login ID" on systems with setluid. Only enabled for SCO
2736 OpenServer for now. Based on patch from svaughan <svaughan@asterion.com>
0ae4fe1d 2737 - (djm) OpenBSD CVS:
2738 - markus@cvs.openbsd.org 2001/02/15 16:19:59
2739 [channels.c channels.h serverloop.c sshconnect.c sshconnect.h]
2740 [sshconnect1.c sshconnect2.c]
2741 genericize password padding function for SSH1 and SSH2.
2742 add stylized echo to 2, too.
2743 - (djm) Add roundup() macro to defines.h
9535dddf 2744 - (stevesk) set SA_RESTART flag in mysignal() for SIGCHLD;
2745 needed on Unixware 2.x.
b41d8d4d 2746
0086bfaf 274720010215
68fa858a 2748 - (djm) Move PAM session setup back to before setuid to user. Fixes
0086bfaf 2749 problems on Solaris-derived PAMs.
e11aab29 2750 - (djm) Clean up PAM namespace. Suggested by Darren Moffat
2751 <Darren.Moffat@eng.sun.com>
9e3c31f7 2752 - (bal) Sync w/ OpenSSH for new release
2753 - markus@cvs.openbsd.org 2001/02/12 12:45:06
2754 [sshconnect1.c]
2755 fix xmalloc(0), ok dugsong@
b2552997 2756 - markus@cvs.openbsd.org 2001/02/11 12:59:25
2757 [Makefile.in sshd.8 sshconnect2.c readconf.h readconf.c packet.c
2758 sshd.c ssh.c ssh.1 servconf.h servconf.c myproposal.h kex.h kex.c]
2759 1) clean up the MAC support for SSH-2
2760 2) allow you to specify the MAC with 'ssh -m'
2761 3) or the 'MACs' keyword in ssh(d)_config
2762 4) add hmac-{md5,sha1}-96
2763 ok stevesk@, provos@
15853e93 2764 - markus@cvs.openbsd.org 2001/02/12 16:16:23
2765 [auth-passwd.c auth.c auth.h auth1.c auth2.c servconf.c servconf.h
2766 ssh-keygen.c sshd.8]
2767 PermitRootLogin={yes,without-password,forced-commands-only,no}
2768 (before this change, root could login even if PermitRootLogin==no)
7cc4cf0a 2769 - deraadt@cvs.openbsd.org 2001/02/12 22:56:09
fd193ca4 2770 [clientloop.c packet.c ssh-keyscan.c]
2771 deal with EAGAIN/EINTR selects which were skipped
7cc4cf0a 2772 - markus@cvs.openssh.org 2001/02/13 22:49:40
2773 [auth1.c auth2.c]
2774 setproctitle(user) only if getpwnam succeeds
2775 - markus@cvs.openbsd.org 2001/02/12 23:26:20
2776 [sshd.c]
2777 missing memset; from solar@openwall.com
2778 - stevesk@cvs.openbsd.org 2001/02/12 20:53:33
2779 [sftp-int.c]
2780 lumask now works with 1 numeric arg; ok markus@, djm@
2781 - djm@cvs.openbsd.org 2001/02/14 9:46:03
2782 [sftp-client.c sftp-int.c sftp.1]
2783 Fix and document 'preserve modes & times' option ('-p' flag in sftp);
2784 ok markus@
0b16bb01 2785 - (bal) replaced PATH_MAX in sftp-int.c w/ MAXPATHLEN.
2786 - (djm) Move to Jim's 1.2.0 X11 askpass program
62da27dd 2787 - (stevesk) OpenBSD sync:
2788 - deraadt@cvs.openbsd.org 2001/02/15 01:38:04
2789 [serverloop.c]
2790 indent
0b16bb01 2791
1c2d0a13 279220010214
2793 - (djm) Don't try to close PAM session or delete credentials if the
68fa858a 2794 session has not been open or credentials not set. Based on patch from
1c2d0a13 2795 Andrew Bartlett <abartlet@pcug.org.au>
68fa858a 2796 - (djm) Move PAM session initialisation until after fork in sshd. Patch
0ab1bcba 2797 from Nalin Dahyabhai <nalin@redhat.com>
958e5ae4 2798 - (bal) Missing function prototype in bsd-snprintf.c patch by
2799 Mark Miller <markm@swoon.net>
b7ccb051 2800 - (djm) Split out and improve OSF SIA auth code. Patch from Chris Adams
2801 <cmadams@hiwaay.net> with a little modification and KNF.
815800e1 2802 - (stevesk) fix for SIA patch, misplaced session_setup_sia()
1c2d0a13 2803
0610439b 280420010213
84eb157c 2805 - (djm) Only test -S potential EGD sockets if they exist and are readable.
f1312c76 2806 - (bal) Cleaned out bsd-snprintf.c. VARARGS have been banished and
2807 I did a base KNF over the whe whole file to make it more acceptable.
2808 (backed out of original patch and removed it from ChangeLog)
01f13020 2809 - (bal) Use chown() if fchown() does not exist in ftp-server.c patch by
2810 Tim Rice <tim@multitalents.net>
8d60e965 2811 - (stevesk) auth1.c: fix PAM passwordless check.
0610439b 2812
894a4851 281320010212
68fa858a 2814 - (djm) Update Redhat specfile to allow --define "skip_x11_askpass 1",
2815 --define "skip_gnome_askpass 1", --define "rh7 1" and make the
2816 implicit rpm-3.0.5 dependancy explicit. Patch and suggestions from
894a4851 2817 Pekka Savola <pekkas@netcore.fi>
782d6a0d 2818 - (djm) Clean up PCRE text in INSTALL
68fa858a 2819 - (djm) Fix OSF SIA auth NULL pointer deref. Report from Mike Battersby
77db6c3f 2820 <mib@unimelb.edu.au>
6f68f28a 2821 - (bal) NCR SVR4 compatiblity provide by Don Bragg <thewizarddon@yahoo.com>
01a7bc9a 2822 - (stevesk) session.c: remove debugging code.
894a4851 2823
abf1f107 282420010211
2825 - (bal) OpenBSD Sync
2826 - markus@cvs.openbsd.org 2001/02/07 22:35:46
2827 [auth1.c auth2.c sshd.c]
2828 move k_setpag() to a central place; ok dugsong@
c845316f 2829 - markus@cvs.openbsd.org 2001/02/10 12:52:02
2830 [auth2.c]
2831 offer passwd before s/key
e6fa162e 2832 - markus@cvs.openbsd.org 2001/02/8 22:37:10
2833 [canohost.c]
2834 remove last call to sprintf; ok deraadt@
0ab4b0f0 2835 - markus@cvs.openbsd.org 2001/02/10 1:33:32
2836 [canohost.c]
2837 add debug message, since sshd blocks here if DNS is not available
7f8ea238 2838 - markus@cvs.openbsd.org 2001/02/10 12:44:02
2839 [cli.c]
2840 don't call vis() for \r
5c470997 2841 - danh@cvs.openbsd.org 2001/02/10 0:12:43
2842 [scp.c]
2843 revert a small change to allow -r option to work again; ok deraadt@
2844 - danh@cvs.openbsd.org 2001/02/10 15:14:11
2845 [scp.c]
2846 fix memory leak; ok markus@
a0e6fead 2847 - djm@cvs.openbsd.org 2001/02/10 0:45:52
2848 [scp.1]
2849 Mention that you can quote pathnames with spaces in them
b3106440 2850 - markus@cvs.openbsd.org 2001/02/10 1:46:28
2851 [ssh.c]
2852 remove mapping of argv[0] -> hostname
f72e01a5 2853 - markus@cvs.openbsd.org 2001/02/06 22:26:17
2854 [sshconnect2.c]
2855 do not ask for passphrase in batch mode; report from ejb@ql.org
2856 - itojun@cvs.opebsd.org 2001/02/08 10:47:05
5d1d11d1 2857 [sshconnect.c sshconnect1.c sshconnect2.c]
68fa858a 2858 %.30s is too short for IPv6 numeric address. use %.128s for now.
f72e01a5 2859 markus ok
2860 - markus@cvs.openbsd.org 2001/02/09 12:28:35
2861 [sshconnect2.c]
2862 do not free twice, thanks to /etc/malloc.conf
2863 - markus@cvs.openbsd.org 2001/02/09 17:10:53
2864 [sshconnect2.c]
2865 partial success: debug->log; "Permission denied" if no more auth methods
2866 - markus@cvs.openbsd.org 2001/02/10 12:09:21
2867 [sshconnect2.c]
2868 remove some lines
e0b2cf6b 2869 - markus@cvs.openbsd.org 2001/02/09 13:38:07
2870 [auth-options.c]
2871 reset options if no option is given; from han.holl@prismant.nl
ca910e13 2872 - markus@cvs.openbsd.org 2001/02/08 21:58:28
2873 [channels.c]
2874 nuke sprintf, ok deraadt@
2875 - markus@cvs.openbsd.org 2001/02/08 21:58:28
2876 [channels.c]
2877 nuke sprintf, ok deraadt@
affa8be4 2878 - markus@cvs.openbsd.org 2001/02/06 22:43:02
2879 [clientloop.h]
2880 remove confusing callback code
d2c46e77 2881 - deraadt@cvs.openbsd.org 2001/02/08 14:39:36
2882 [readconf.c]
2883 snprintf
cc8aca8a 2884 - itojun@cvs.openbsd.org 2001/02/08 19:30:52
2885 sync with netbsd tree changes.
2886 - more strict prototypes, include necessary headers
2887 - use paths.h/pathnames.h decls
2888 - size_t typecase to int -> u_long
5be2ec5e 2889 - itojun@cvs.openbsd.org 2001/02/07 18:04:50
2890 [ssh-keyscan.c]
2891 fix size_t -> int cast (use u_long). markus ok
2892 - markus@cvs.openbsd.org 2001/02/07 22:43:16
2893 [ssh-keyscan.c]
2894 s/getline/Linebuf_getline/; from roumen.petrov@skalasoft.com
2895 - itojun@cvs.openbsd.org 2001/02/09 9:04:59
2896 [ssh-keyscan.c]
68fa858a 2897 do not assume malloc() returns zero-filled region. found by
5be2ec5e 2898 malloc.conf=AJ.
f21032a6 2899 - markus@cvs.openbsd.org 2001/02/08 22:35:30
2900 [sshconnect.c]
68fa858a 2901 don't connect if batch_mode is true and stricthostkeychecking set to
f21032a6 2902 'ask'
7bbcc167 2903 - djm@cvs.openbsd.org 2001/02/04 21:26:07
2904 [sshd_config]
2905 type: ok markus@
2906 - deraadt@cvs.openbsd.org 2001/02/06 22:07:50
2907 [sshd_config]
2908 enable sftp-server by default
a2e6d17d 2909 - deraadt 2001/02/07 8:57:26
2910 [xmalloc.c]
2911 deal with new ANSI malloc stuff
2912 - markus@cvs.openbsd.org 2001/02/07 16:46:08
2913 [xmalloc.c]
2914 typo in fatal()
2915 - itojun@cvs.openbsd.org 2001/02/07 18:04:50
2916 [xmalloc.c]
2917 fix size_t -> int cast (use u_long). markus ok
4ef922e3 2918 - 1.47 Thu Feb 8 23:11:42 GMT 2001 by dugsong
2919 [serverloop.c sshconnect1.c]
68fa858a 2920 mitigate SSH1 traffic analysis - from Solar Designer
4ef922e3 2921 <solar@openwall.com>, ok provos@
68fa858a 2922 - (bal) fixed sftp-client.c. Return 'status' instead of '0'
ca910e13 2923 (from the OpenBSD tree)
6b442913 2924 - (bal) Synced ssh.1, ssh-add.1 and sshd.8 w/ OpenBSD
27df9d4a 2925 - (bal) sftp-sever.c '%8lld' to '%8llu' (OpenBSD Sync)
17321afe 2926 - (bal) uuencode.c resync w/ OpenBSD tree, plus whitespace.
f98d56f0 2927 - (bal) A bit more whitespace cleanup
68fa858a 2928 - (djm) Set PAM_RHOST earlier, patch from Andrew Bartlett
e275684f 2929 <abartlet@pcug.org.au>
b27e97b1 2930 - (stevesk) misc.c: ssh.h not needed.
38a316c0 2931 - (stevesk) compat.c: more friendly cpp error
94f38e16 2932 - (stevesk) OpenBSD sync:
2933 - stevesk@cvs.openbsd.org 2001/02/11 06:15:57
2934 [LICENSE]
2935 typos and small cleanup; ok deraadt@
abf1f107 2936
0426a3b4 293720010210
2938 - (djm) Sync sftp and scp stuff from OpenBSD:
2939 - djm@cvs.openbsd.org 2001/02/07 03:55:13
2940 [sftp-client.c]
2941 Don't free handles before we are done with them. Based on work from
2942 Corinna Vinschen <vinschen@redhat.com>. ok markus@
2943 - djm@cvs.openbsd.org 2001/02/06 22:32:53
2944 [sftp.1]
2945 Punctuation fix from Pekka Savola <pekkas@netcore.fi>
2946 - deraadt@cvs.openbsd.org 2001/02/07 04:07:29
2947 [sftp.1]
2948 pretty up significantly
2949 - itojun@cvs.openbsd.org 2001/02/07 06:49:42
2950 [sftp.1]
2951 .Bl-.El mismatch. markus ok
2952 - djm@cvs.openbsd.org 2001/02/07 06:12:30
2953 [sftp-int.c]
2954 Check that target is a directory before doing ls; ok markus@
2955 - itojun@cvs.openbsd.org 2001/02/07 11:01:18
2956 [scp.c sftp-client.c sftp-server.c]
2957 unsigned long long -> %llu, not %qu. markus ok
2958 - stevesk@cvs.openbsd.org 2001/02/07 11:10:39
2959 [sftp.1 sftp-int.c]
2960 more man page cleanup and sync of help text with man page; ok markus@
2961 - markus@cvs.openbsd.org 2001/02/07 14:58:34
2962 [sftp-client.c]
2963 older servers reply with SSH2_FXP_NAME + count==0 instead of EOF
2964 - djm@cvs.openbsd.org 2001/02/07 15:27:19
2965 [sftp.c]
2966 Don't forward agent and X11 in sftp. Suggestion from Roumen Petrov
2967 <roumen.petrov@skalasoft.com>
2968 - stevesk@cvs.openbsd.org 2001/02/07 15:36:04
2969 [sftp-int.c]
2970 portable; ok markus@
2971 - stevesk@cvs.openbsd.org 2001/02/07 15:55:47
2972 [sftp-int.c]
2973 lowercase cmds[].c also; ok markus@
2974 - markus@cvs.openbsd.org 2001/02/07 17:04:52
2975 [pathnames.h sftp.c]
2976 allow sftp over ssh protocol 1; ok djm@
2977 - deraadt@cvs.openbsd.org 2001/02/08 07:38:55
2978 [scp.c]
2979 memory leak fix, and snprintf throughout
2980 - deraadt@cvs.openbsd.org 2001/02/08 08:02:02
2981 [sftp-int.c]
2982 plug a memory leak
2983 - stevesk@cvs.openbsd.org 2001/02/08 10:11:23
2984 [session.c sftp-client.c]
2985 %i -> %d
2986 - stevesk@cvs.openbsd.org 2001/02/08 10:57:59
2987 [sftp-int.c]
2988 typo
2989 - stevesk@cvs.openbsd.org 2001/02/08 15:28:07
2990 [sftp-int.c pathnames.h]
2991 _PATH_LS; ok markus@
2992 - djm@cvs.openbsd.org 2001/02/09 04:46:25
2993 [sftp-int.c]
2994 Check for NULL attribs for chown, chmod & chgrp operations, only send
2995 relevant attribs back to server; ok markus@
96b64eb0 2996 - djm@cvs.openbsd.org 2001/02/06 15:05:25
2997 [sftp.c]
2998 Use getopt to process commandline arguments
2999 - djm@cvs.openbsd.org 2001/02/06 15:06:21
3000 [sftp.c ]
3001 Wait for ssh subprocess at exit
3002 - djm@cvs.openbsd.org 2001/02/06 15:18:16
3003 [sftp-int.c]
3004 stat target for remote chdir before doing chdir
3005 - djm@cvs.openbsd.org 2001/02/06 15:32:54
3006 [sftp.1]
3007 Punctuation fix from Pekka Savola <pekkas@netcore.fi>
3008 - provos@cvs.openbsd.org 2001/02/05 22:22:02
3009 [sftp-int.c]
3010 cleanup get_pathname, fix pwd after failed cd. okay djm@
0426a3b4 3011 - (djm) Update makefile.in for _PATH_SFTP_SERVER
c9f5e42e 3012 - (bal) sftp-client.c replace NULL w/ 0 in do_ls() (pending in OpenBSD tree)
0426a3b4 3013
6d1e1d2b 301420010209
68fa858a 3015 - (bal) patch to vis.c to deal with HAVE_VIS right by Robert Mooney
6d1e1d2b 3016 <rjmooney@mediaone.net>
bb0c1991 3017 - (bal) .c.o rule in openbsd-compat/Makefile.in did not make it to the
68fa858a 3018 main tree while porting forward. Pointed out by Lutz Jaenicke
bb0c1991 3019 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
f902d909 3020 - (bal) double entry in configure.in. Pointed out by Lutz Jaenicke
3021 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
25f4c264 3022 - (stevesk) OpenBSD sync:
3023 - markus@cvs.openbsd.org 2001/02/08 11:20:01
3024 [auth2.c]
3025 strict checking
3026 - markus@cvs.openbsd.org 2001/02/08 11:15:22
3027 [version.h]
3028 update to 2.3.2
3029 - markus@cvs.openbsd.org 2001/02/08 11:12:30
3030 [auth2.c]
3031 fix typo
72b3f75d 3032 - (djm) Update spec files
0ed28836 3033 - (bal) OpenBSD sync:
3034 - deraadt@cvs.openbsd.org 2001/02/08 14:38:54
3035 [scp.c]
3036 memory leak fix, and snprintf throughout
1fc8ccdf 3037 - markus@cvs.openbsd.org 2001/02/06 22:43:02
3038 [clientloop.c]
3039 remove confusing callback code
0b202697 3040 - (djm) Add CVS Id's to files that we have missed
5ca51e19 3041 - (bal) OpenBSD Sync (more):
3042 - itojun@cvs.openbsd.org 2001/02/08 19:30:52
3043 sync with netbsd tree changes.
3044 - more strict prototypes, include necessary headers
3045 - use paths.h/pathnames.h decls
3046 - size_t typecase to int -> u_long
1f3bf5aa 3047 - markus@cvs.openbsd.org 2001/02/06 22:07:42
3048 [ssh.c]
3049 fatal() if subsystem fails
3050 - markus@cvs.openbsd.org 2001/02/06 22:43:02
3051 [ssh.c]
3052 remove confusing callback code
3053 - jakob@cvs.openbsd.org 2001/02/06 23:03:24
3054 [ssh.c]
3055 add -1 option (force protocol version 1). ok markus@
3056 - jakob@cvs.openbsd.org 2001/02/06 23:06:21
3057 [ssh.c]
3058 reorder -{1,2,4,6} options. ok markus@
e6aa01b4 3059 - (bal) Missing 'const' in readpass.h
9c5a8165 3060 - (bal) OpenBSD Sync (so at least the thing compiles for 2.3.2 =)
3061 - djm@cvs.openbsd.org 2001/02/06 23:30:28
3062 [sftp-client.c]
3063 replace arc4random with counter for request ids; ok markus@
68fa858a 3064 - (djm) Define _PATH_TTY for systems that don't. Report from Lutz
bc79ed5c 3065 Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
6d1e1d2b 3066
6a25c04c 306720010208
3068 - (djm) Don't delete external askpass program in make uninstall target.
3069 Report and fix from Roumen Petrov <roumen.petrov@skalasoft.com>
6958bd37 3070 - (djm) Fix linking of sftp, don't need arc4random any more.
3071 - (djm) Try to use shell that supports "test -S" for EGD socket search.
3072 Based on patch from Tim Rice <tim@multitalents.net>
6a25c04c 3073
547519f0 307420010207
bee0a37e 3075 - (bal) Save the whole path to AR in configure. Some Solaris 2.7 installs
3076 seem lose track of it while in openbsd-compat/ (two confirmed reports)
5c377b3b 3077 - (djm) Much KNF on PAM code
547519f0 3078 - (djm) Revise auth-pam.c conversation function to be a little more
3079 readable.
5c377b3b 3080 - (djm) Revise kbd-int PAM conversation function to fold all text messages
3081 to before first prompt. Fixes hangs if last pam_message did not require
3082 a reply.
3083 - (djm) Fix password changing when using PAM kbd-int authentication
bee0a37e 3084
547519f0 308520010205
2b87da3b 3086 - (bal) Disable groupaccess by setting NGROUPS_MAX to 0 for platforms
99286dc8 3087 that don't have NGROUPS_MAX.
57559587 3088 - (bal) AIX patch for auth1.c by William L. Jones <jones@hpc.utexas.edu>
2b87da3b 3089 - (stevesk) OpenBSD sync:
3090 - stevesk@cvs.openbsd.org 2001/02/04 08:32:27
3091 [many files; did this manually to our top-level source dir]
3092 unexpand and remove end-of-line whitespace; ok markus@
408ba72f 3093 - stevesk@cvs.openbsd.org 2001/02/04 15:21:19
3094 [sftp-server.c]
3095 SSH2_FILEXFER_ATTR_UIDGID support; ok markus@
ec2a033a 3096 - deraadt@cvs.openbsd.org 2001/02/04 17:02:32
3097 [sftp-int.c]
3098 ? == help
3099 - deraadt@cvs.openbsd.org 2001/02/04 16:47:46
3100 [sftp-int.c]
3101 sort commands, so that abbreviations work as expected
3102 - stevesk@cvs.openbsd.org 2001/02/04 15:17:52
3103 [sftp-int.c]
3104 debugging sftp: precedence and missing break. chmod, chown, chgrp
3105 seem to be working now.
3106 - markus@cvs.openbsd.org 2001/02/04 14:41:21
3107 [sftp-int.c]
3108 use base 8 for umask/chmod
3109 - markus@cvs.openbsd.org 2001/02/04 11:11:54
3110 [sftp-int.c]
3111 fix LCD
c44559d2 3112 - markus@cvs.openbsd.org 2001/02/04 08:10:44
3113 [ssh.1]
3114 typo; dpo@club-internet.fr
a5930351 3115 - stevesk@cvs.openbsd.org 2001/02/04 06:30:12
3116 [auth2.c authfd.c packet.c]
3117 remove duplicate #include's; ok markus@
6a416424 3118 - deraadt@cvs.openbsd.org 2001/02/04 16:56:23
3119 [scp.c sshd.c]
3120 alpha happiness
3121 - stevesk@cvs.openbsd.org 2001/02/04 15:12:17
3122 [sshd.c]
3123 precedence; ok markus@
02a024dd 3124 - deraadt@cvs.openbsd.org 2001/02/04 08:14:15
6a416424 3125 [ssh.c sshd.c]
3126 make the alpha happy
02a024dd 3127 - markus@cvs.openbsd.org 2001/01/31 13:37:24
3128 [channels.c channels.h serverloop.c ssh.c]
68fa858a 3129 do not disconnect if local port forwarding fails, e.g. if port is
547519f0 3130 already in use
02a024dd 3131 - markus@cvs.openbsd.org 2001/02/01 14:58:09
3132 [channels.c]
3133 use ipaddr in channel messages, ietf-secsh wants this
3134 - markus@cvs.openbsd.org 2001/01/31 12:26:20
3135 [channels.c]
68fa858a 3136 ssh.com-2.0.1x does not send additional info in CHANNEL_OPEN_FAILURE
547519f0 3137 messages; bug report from edmundo@rano.org
a741554f 3138 - markus@cvs.openbsd.org 2001/01/31 13:48:09
3139 [sshconnect2.c]
3140 unused
9378f292 3141 - deraadt@cvs.openbsd.org 2001/02/04 08:23:08
3142 [sftp-client.c sftp-server.c]
3143 make gcc on the alpha even happier
1fc243d1 3144
547519f0 314520010204
781a0585 3146 - (bal) I think this is the last of the bsd-*.h that don't belong.
634e0b53 3147 - (bal) Minor Makefile fix
f0f14bea 3148 - (bal) openbsd-compat/Makefile minor fix. Ensure dependancies are done
61e96248 3149 right.
78987b57 3150 - (bal) Changed order of LIB="" in -with-skey due to library resolving.
166e4f2a 3151 - (bal) next-posix.h changed to bsd-nextstep.h
61e96248 3152 - (djm) OpenBSD CVS sync:
3153 - markus@cvs.openbsd.org 2001/02/03 03:08:38
3154 [auth-options.c auth-rh-rsa.c auth-rhosts.c auth.c canohost.c]
3155 [canohost.h servconf.c servconf.h session.c sshconnect1.c sshd.8]
3156 [sshd_config]
3157 make ReverseMappingCheck optional in sshd_config; ok djm@,dugsong@
3158 - markus@cvs.openbsd.org 2001/02/03 03:19:51
3159 [ssh.1 sshd.8 sshd_config]
3160 Skey is now called ChallengeResponse
3161 - markus@cvs.openbsd.org 2001/02/03 03:43:09
3162 [sshd.8]
3163 use no-pty option in .ssh/authorized_keys* if you need a 8-bit clean
3164 channel. note from Erik.Anggard@cygate.se (pr/1659)
3165 - stevesk@cvs.openbsd.org 2001/02/03 10:03:06
3166 [ssh.1]
3167 typos; ok markus@
3168 - djm@cvs.openbsd.org 2001/02/04 04:11:56
3169 [scp.1 sftp-server.c ssh.1 sshd.8 sftp-client.c sftp-client.h]
3170 [sftp-common.c sftp-common.h sftp-int.c sftp-int.h sftp.1 sftp.c]
3171 Basic interactive sftp client; ok theo@
3172 - (djm) Update RPM specs for new sftp binary
68fa858a 3173 - (djm) Update several bits for new optional reverse lookup stuff. I
61e96248 3174 think I got them all.
8b061486 3175 - (djm) Makefile.in fixes
1aa00dcb 3176 - (stevesk) add mysignal() wrapper and use it for the protocol 2
3177 SIGCHLD handler.
408ba72f 3178 - (djm) Use setvbuf() instead of setlinebuf(). Suggest from stevesk@
781a0585 3179
547519f0 318020010203
63fe0529 3181 - (bal) Cygwin clean up by Corinna Vinschen <vinschen@redhat.com>
bf3db92d 3182 - (bal) renamed queue.h to fake-queue.h (even if it's an OpenBSD
3183 based file) to ensure #include space does not get confused.
f78888c7 3184 - (bal) Minor Makefile.in tweak. dirname may not exist on some
3185 platforms so builds fail. (NeXT being a well known one)
63fe0529 3186
547519f0 318720010202
61e96248 3188 - (bal) Makefile fix where sourcedir != builddir by Corinna Vinschen
c85a87f2 3189 <vinschen@redhat.com>
71301416 3190 - (bal) Makefile fix to use $(MAKE) instead of 'make' for platforms
3191 that use 'gmake'. Patch by Tim Rice <tim@multitalents.net>
c85a87f2 3192
547519f0 319320010201
ad5075bd 3194 - (bal) Minor fix to Makefile to stop rebuilding executables if no
3195 changes have occured to any of the supporting code. Patch by
3196 Roumen Petrov <roumen.petrov@skalasoft.com>
3197
9c8dbb1b 319820010131
37845585 3199 - (djm) OpenBSD CVS Sync:
3200 - djm@cvs.openbsd.org 2001/01/30 15:48:53
3201 [sshconnect.c]
3202 Make warning message a little more consistent. ok markus@
8c89dd2b 3203 - (djm) Fix autoconf logic for --with-lastlog=no Report and diagnosis from
3204 Philipp Buehler <lists@fips.de> and Kevin Steves <stevesk@sweden.hp.com>
3205 respectively.
c59dc6bd 3206 - (djm) Don't log SSH2 PAM KbdInt responses to debug, they may contain
3207 passwords.
9c8dbb1b 3208 - (bal) Reorder. Move all bsd-*, fake-*, next-*, and cygwin* stuff to
3209 openbsd-compat/. And resolve all ./configure and Makefile.in issues
3210 assocated.
37845585 3211
9c8dbb1b 321220010130
39929cdb 3213 - (djm) OpenBSD CVS Sync:
3214 - markus@cvs.openbsd.org 2001/01/29 09:55:37
3215 [channels.c channels.h clientloop.c serverloop.c]
3216 fix select overflow; ok deraadt@ and stevesk@
865ac82e 3217 - markus@cvs.openbsd.org 2001/01/29 12:42:35
3218 [canohost.c canohost.h channels.c clientloop.c]
3219 add get_peer_ipaddr(socket), x11-fwd in ssh2 requires ipaddr, not DNS
46aa2d1f 3220 - markus@cvs.openbsd.org 2001/01/29 12:47:32
3221 [rsa.c rsa.h ssh-agent.c sshconnect1.c sshd.c]
3222 handle rsa_private_decrypt failures; helps against the Bleichenbacher
3223 pkcs#1 attack
ae810de7 3224 - djm@cvs.openbsd.org 2001/01/29 05:36:11
3225 [ssh.1 ssh.c]
3226 Allow invocation of sybsystem by commandline (-s); ok markus@
83bc57f9 3227 - (stevesk) configure.in: remove duplicate PROG_LS
39929cdb 3228
9c8dbb1b 322920010129
f29ef605 3230 - (stevesk) sftp-server.c: use %lld vs. %qd
3231
cb9da0fc 323220010128
3233 - (bal) Put USE_PIPES back into sco3.2v5
23c2a7a5 3234 - (bal) OpenBSD Sync
9bd5b720 3235 - markus@cvs.openbsd.org 2001/01/28 10:15:34
3236 [dispatch.c]
3237 re-keying is not supported; ok deraadt@
5fb622e4 3238 - markus@cvs.openbsd.org 2001/01/28 10:24:04
7f5c4295 3239 [ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
5fb622e4 3240 cleanup AUTHORS sections
9bd5b720 3241 - markus@cvs.openbsd.org 2001/01/28 10:37:26
ab60252b 3242 [sshd.c sshd.8]
9bd5b720 3243 remove -Q, no longer needed
3244 - stevesk@cvs.openbsd.org 2001/01/28 20:36:16
a877488a 3245 [readconf.c ssh.1]
9bd5b720 3246 ``StrictHostKeyChecking ask'' documentation and small cleanup.
3247 ok markus@
6f37606e 3248 - stevesk@cvs.openbsd.org 2001/01/28 20:43:25
61e96248 3249 [sshd.8]
6f37606e 3250 spelling. ok markus@
95f4ccfb 3251 - stevesk@cvs.openbsd.org 2001/01/28 20:53:21
3252 [xmalloc.c]
3253 use size_t for strlen() return. ok markus@
6f37606e 3254 - stevesk@cvs.openbsd.org 2001/01/28 22:27:05
3255 [authfile.c]
3256 spelling. use sizeof vs. strlen(). ok markus@
9bd5b720 3257 - niklas@cvs.openbsd.org 2001/01/29 1:59:14
23c2a7a5 3258 [atomicio.h canohost.h clientloop.h deattack.h dh.h dispatch.h
3259 groupaccess.c groupaccess.h hmac.h hostfile.h includes.h kex.h
3260 key.h log.h login.h match.h misc.h myproposal.h nchan.ms pathnames.h
3261 radix.h readpass.h rijndael.h serverloop.h session.h sftp.h ssh-add.1
3262 ssh-dss.h ssh-keygen.1 ssh-keyscan.1 ssh-rsa.h ssh1.h ssh_config
3263 sshconnect.h sshd_config tildexpand.h uidswap.h uuencode.h]
3264 $OpenBSD$
b0e305c9 3265 - (bal) Minor auth2.c resync. Whitespace and moving of an #include.
cb9da0fc 3266
c9606e03 326720010126
61e96248 3268 - (bal) SSH_PROGRAM vs _PATH_SSH_PROGRAM fix pointed out by Roumen
c9606e03 3269 Petrov <roumen.petrov@skalasoft.com>
2f4b2e38 3270 - (bal) OpenBSD Sync
3271 - deraadt@cvs.openbsd.org 2001/01/25 8:06:33
3272 [ssh-agent.c]
3273 call _exit() in signal handler
c9606e03 3274
d7d5f0b2 327520010125
3276 - (djm) Sync bsd-* support files:
3277 - deraadt@cvs.openbsd.org 2000/01/26 03:43:20
3278 [rresvport.c bindresvport.c]
61e96248 3279 new bindresvport() semantics that itojun, shin, jean-luc and i have
d7d5f0b2 3280 agreed on, which will be happy for the future. bindresvport_sa() for
3281 sockaddr *, too. docs later..
3282 - deraadt@cvs.openbsd.org 2000/01/24 02:24:21
3283 [bindresvport.c]
61e96248 3284 in bindresvport(), if sin is non-NULL, example sin->sin_family for
d7d5f0b2 3285 the actual family being processed
e1dd3a7a 3286 - (djm) Mention PRNGd in documentation, it is nicer than EGD
3287 - (djm) Automatically search for "well-known" EGD/PRNGd sockets in autoconf
8080699b 3288 - (bal) AC_FUNC_STRFTIME added to autoconf
4ccb01d6 3289 - (bal) OpenBSD Resync
3290 - stevesk@cvs.openbsd.org 2001/01/24 21:03:50
3291 [channels.c]
3292 missing freeaddrinfo(); ok markus@
d7d5f0b2 3293
556eb464 329420010124
3295 - (bal) OpenBSD Resync
3296 - markus@cvs.openbsd.org 2001/01/23 10:45:10
3297 [ssh.h]
61e96248 3298 nuke comment
1aecda34 3299 - (bal) no 64bit support patch from Tim Rice <tim@multitalents.net>
3300 - (bal) #ifdef around S_IFSOCK if platform does not support it.
3301 patch by Tim Rice <tim@multitalents.net>
3302 - (bal) fake-regex.h cleanup based on Tim Rice's patch.
c33f0b36 3303 - (stevesk) sftp-server.c: fix chmod() mode mask
556eb464 3304
effa6591 330520010123
3306 - (bal) regexp.h typo in configure.in. Should have been regex.h
3307 - (bal) SSH_USER_DIR to _PATH_SSH_USER_DIR patch by stevesk@
61e96248 3308 - (bal) SSH_ASKPASS_DEFAULT to _PATH_SSH_ASKPASS_DEFAULT
53a24016 3309 - (bal) OpenBSD Resync
3310 - markus@cvs.openbsd.org 2001/01/22 8:15:00
3311 [auth-krb4.c sshconnect1.c]
3312 only AFS needs radix.[ch]
3313 - markus@cvs.openbsd.org 2001/01/22 8:32:53
3314 [auth2.c]
3315 no need to include; from mouring@etoh.eviladmin.org
3316 - stevesk@cvs.openbsd.org 2001/01/22 16:55:21
3317 [key.c]
3318 free() -> xfree(); ok markus@
3319 - stevesk@cvs.openbsd.org 2001/01/22 17:22:28
3320 [sshconnect2.c sshd.c]
3321 fix memory leaks in SSH2 key exchange; ok markus@
d464095c 3322 - markus@cvs.openbsd.org 2001/01/22 23:06:39
3323 [auth1.c auth2.c readconf.c readconf.h servconf.c servconf.h
3324 sshconnect1.c sshconnect2.c sshd.c]
3325 rename skey -> challenge response.
3326 auto-enable kbd-interactive for ssh2 if challenge-reponse is enabled.
53a24016 3327
effa6591 3328
42f11eb2 332920010122
3330 - (bal) OpenBSD Resync
3331 - markus@cvs.openbsd.org 2001/01/19 12:45:26 GMT 2001 by markus
3332 [servconf.c ssh.h sshd.c]
3333 only auth-chall.c needs #ifdef SKEY
3334 - markus@cvs.openbsd.org 2001/01/19 15:55:10 GMT 2001 by markus
3335 [auth-krb4.c auth-options.c auth-rh-rsa.c auth-rhosts.c auth-rsa.c
3336 auth1.c auth2.c channels.c clientloop.c dh.c dispatch.c nchan.c
3337 packet.c pathname.h readconf.c scp.c servconf.c serverloop.c
3338 session.c ssh-add.c ssh-keygen.c ssh-keyscan.c ssh.c ssh.h
3339 ssh1.h sshconnect1.c sshd.c ttymodes.c]
3340 move ssh1 definitions to ssh1.h, pathnames to pathnames.h
3341 - markus@cvs.openbsd.org 2001/01/19 16:48:14
3342 [sshd.8]
3343 fix typo; from stevesk@
3344 - markus@cvs.openbsd.org 2001/01/19 16:50:58
3345 [ssh-dss.c]
61e96248 3346 clear and free digest, make consistent with other code (use dlen); from
42f11eb2 3347 stevesk@
3348 - markus@cvs.openbsd.org 2001/01/20 15:55:20 GMT 2001 by markus
3349 [auth-options.c auth-options.h auth-rsa.c auth2.c]
3350 pass the filename to auth_parse_options()
61e96248 3351 - markus@cvs.openbsd.org 2001/01/20 17:59:40 GMT 2001
42f11eb2 3352 [readconf.c]
3353 fix SIGSEGV from -o ""; problem noted by jehsom@togetherweb.com
3354 - stevesk@cvs.openbsd.org 2001/01/20 18:20:29
3355 [sshconnect2.c]
3356 dh_new_group() does not return NULL. ok markus@
3357 - markus@cvs.openbsd.org 2001/01/20 21:33:42
3358 [ssh-add.c]
61e96248 3359 do not loop forever if askpass does not exist; from
42f11eb2 3360 andrew@pimlott.ne.mediaone.net
3361 - djm@cvs.openbsd.org 2001/01/20 23:00:56
3362 [servconf.c]
3363 Check for NULL return from strdelim; ok markus
3364 - djm@cvs.openbsd.org 2001/01/20 23:02:07
3365 [readconf.c]
3366 KNF; ok markus
3367 - jakob@cvs.openbsd.org 2001/01/21 9:00:33
3368 [ssh-keygen.1]
3369 remove -R flag; ok markus@
3370 - markus@cvs.openbsd.org 2001/01/21 19:05:40
3371 [atomicio.c automicio.h auth-chall.c auth-krb4.c auth-options.c
3372 auth-options.h auth-passwd.c auth-rh-rsa.c auth-rhosts.c auth-rsa.c
3373 auth.c auth.h auth1.c auth2-chall.c auth2.c authfd.c authfile.c
3374 bufaux.c bufaux.h buffer.c canahost.c canahost.h channels.c
3375 cipher.c cli.c clientloop.c clientloop.h compat.c compress.c
3376 deattack.c dh.c dispatch.c groupaccess.c hmac.c hostfile.c kex.c
3377 key.c key.h log-client.c log-server.c log.c log.h login.c login.h
3378 match.c misc.c misc.h nchan.c packet.c pty.c radix.h readconf.c
3379 readpass.c readpass.h rsa.c scp.c servconf.c serverloop.c serverloop.h
3380 session.c sftp-server.c ssh-add.c ssh-agent.c ssh-dss.c ssh-keygen.c
61e96248 3381 ssh-keyscan.c ssh-rsa.c ssh.c ssh.h sshconnect.c sshconnect.h
42f11eb2 3382 sshconnect1.c sshconnect2.c sshd.c tildexpand.c tildexpand.h
3383 ttysmodes.c uidswap.c xmalloc.c]
61e96248 3384 split ssh.h and try to cleanup the #include mess. remove unnecessary
42f11eb2 3385 #includes. rename util.[ch] -> misc.[ch]
3386 - (bal) renamed 'PIDDIR' to '_PATH_SSH_PIDDIR' to match OpenBSD tree
61e96248 3387 - (bal) Moved #ifdef KRB4 in auth-krb4.c above the #include to resolve
42f11eb2 3388 conflict when compiling for non-kerb install
3389 - (bal) removed the #ifdef SKEY in auth1.c to match Markus' changes
3390 on 1/19.
3391
6005a40c 339220010120
3393 - (bal) OpenBSD Resync
3394 - markus@cvs.openbsd.org 2001/01/19 12:45:26
3395 [ssh-chall.c servconf.c servconf.h ssh.h sshd.c]
3396 only auth-chall.c needs #ifdef SKEY
47af6577 3397 - (bal) Slight auth2-pam.c clean up.
3398 - (bal) Includes a fake-regexp.h to be only used if regcomp() is found,
3399 but no 'regexp.h' found (SCO OpenServer 3 lacks the header).
6005a40c 3400
922e6493 340120010119
3402 - (djm) Update versions in RPM specfiles
59c97189 3403 - (bal) OpenBSD Resync
3404 - markus@cvs.openbsd.org 2001/01/18 16:20:21
3405 [log-client.c log-server.c log.c readconf.c servconf.c ssh.1 ssh.h
3406 sshd.8 sshd.c]
61e96248 3407 log() is at pri=LOG_INFO, since LOG_NOTICE goes to /dev/console on many
59c97189 3408 systems
3409 - markus@cvs.openbsd.org 2001/01/18 16:59:59
3410 [auth-passwd.c auth.c auth.h auth1.c auth2.c serverloop.c session.c
3411 session.h sshconnect1.c]
3412 1) removes fake skey from sshd, since this will be much
3413 harder with /usr/libexec/auth/login_XXX
3414 2) share/unify code used in ssh-1 and ssh-2 authentication (server side)
3415 3) make addition of BSD_AUTH and other challenge reponse methods
3416 easier.
3417 - markus@cvs.openbsd.org 2001/01/18 17:12:43
3418 [auth-chall.c auth2-chall.c]
3419 rename *-skey.c *-chall.c since the files are not skey specific
04fc7a67 3420 - (djm) Merge patch from Tim Waugh (via Nalin Dahyabhai <nalin@redhat.com>)
3421 to fix NULL pointer deref and fake authloop breakage in PAM code.
f4ebf0e8 3422 - (bal) Updated contrib/cygwin/ by Corinna Vinschen <vinschen@redhat.com>
3c418020 3423 - (bal) Minor cygwin patch to auth1.c. Suggested by djm.
61e96248 3424
b5c334cc 342520010118
3426 - (bal) Super Sized OpenBSD Resync
3427 - markus@cvs.openbsd.org 2001/01/11 22:14:20 GMT 2001 by markus
3428 [sshd.c]
3429 maxfd+1
3430 - markus@cvs.openbsd.org 2001/01/13 17:59:18
3431 [ssh-keygen.1]
3432 small ssh-keygen manpage cleanup; stevesk@pobox.com
3433 - markus@cvs.openbsd.org 2001/01/13 18:03:07
3434 [scp.c ssh-keygen.c sshd.c]
3435 getopt() returns -1 not EOF; stevesk@pobox.com
3436 - markus@cvs.openbsd.org 2001/01/13 18:06:54
3437 [ssh-keyscan.c]
3438 use SSH_DEFAULT_PORT; from stevesk@pobox.com
3439 - markus@cvs.openbsd.org 2001/01/13 18:12:47
3440 [ssh-keyscan.c]
3441 free() -> xfree(); fix memory leak; from stevesk@pobox.com
3442 - markus@cvs.openbsd.org 2001/01/13 18:14:13
3443 [ssh-add.c]
3444 typo, from stevesk@sweden.hp.com
3445 - markus@cvs.openbsd.org 2001/01/13 18:32:50
61e96248 3446 [packet.c session.c ssh.c sshconnect.c sshd.c]
b5c334cc 3447 split out keepalive from packet_interactive (from dale@accentre.com)
3448 set IPTOS_LOWDELAY TCP_NODELAY IPTOS_THROUGHPUT for ssh2, too.
3449 - markus@cvs.openbsd.org 2001/01/13 18:36:45
3450 [packet.c packet.h]
3451 reorder, typo
3452 - markus@cvs.openbsd.org 2001/01/13 18:38:00
3453 [auth-options.c]
3454 fix comment
3455 - markus@cvs.openbsd.org 2001/01/13 18:43:31
3456 [session.c]
3457 Wall
61e96248 3458 - markus@cvs.openbsd.org 2001/01/13 19:14:08
b5c334cc 3459 [clientloop.h clientloop.c ssh.c]
3460 move callback to headerfile
3461 - markus@cvs.openbsd.org 2001/01/15 21:40:10
3462 [ssh.c]
3463 use log() instead of stderr
3464 - markus@cvs.openbsd.org 2001/01/15 21:43:51
3465 [dh.c]
3466 use error() not stderr!
3467 - markus@cvs.openbsd.org 2001/01/15 21:45:29
3468 [sftp-server.c]
3469 rename must fail if newpath exists, debug off by default
3470 - markus@cvs.openbsd.org 2001/01/15 21:46:38
3471 [sftp-server.c]
3472 readable long listing for sftp-server, ok deraadt@
3473 - markus@cvs.openbsd.org 2001/01/16 19:20:06
3474 [key.c ssh-rsa.c]
61e96248 3475 make "ssh-rsa" key format for ssh2 confirm to the ietf-drafts; from
3476 galb@vandyke.com. note that you have to delete older ssh2-rsa keys,
3477 since they are in the wrong format, too. they must be removed from
b5c334cc 3478 .ssh/authorized_keys2 and .ssh/known_hosts2, etc.
61e96248 3479 (cd; grep -v ssh-rsa .ssh/authorized_keys2 > TMP && mv TMP
3480 .ssh/authorized_keys2) additionally, we now check that
b5c334cc 3481 BN_num_bits(rsa->n) >= 768.
3482 - markus@cvs.openbsd.org 2001/01/16 20:54:27
3483 [sftp-server.c]
3484 remove some statics. simpler handles; idea from nisse@lysator.liu.se
3485 - deraadt@cvs.openbsd.org 2001/01/16 23:58:08
3486 [bufaux.c radix.c sshconnect.h sshconnect1.c]
3487 indent
3488 - (bal) Added bsd-strmode.[ch] since some non-OpenBSD platforms may
3489 be missing such feature.
3490
61e96248 3491
52ce34a2 349220010117
3493 - (djm) Only write random seed file at exit
717057b6 3494 - (djm) Make PAM support optional, enable with --with-pam
61e96248 3495 - (djm) Try to use libcrypt on Linux, but link it after OpenSSL (which
717057b6 3496 provides a crypt() of its own)
3497 - (djm) Avoid a warning in bsd-bindresvport.c
3498 - (djm) Try to avoid adding -I/usr/include to CPPFLAGS during SSL tests. This
61e96248 3499 can cause weird segfaults errors on Solaris
8694a1ce 3500 - (djm) Avoid warning in PAM code by making read_passphrase arguments const
d748039d 3501 - (djm) Add --with-pam to RPM spec files
52ce34a2 3502
2fd3c144 350320010115
3504 - (bal) sftp-server.c change to use chmod() if fchmod() does not exist.
89c7e31c 3505 - (bal) utimes() support via utime() interface on machine that lack utimes().
2fd3c144 3506
63b68889 350720010114
3508 - (stevesk) initial work for OpenBSD "support supplementary group in
3509 {Allow,Deny}Groups" patch:
3510 - import getgrouplist.c from OpenBSD (bsd-getgrouplist.c)
3511 - add bsd-getgrouplist.h
3512 - new files groupaccess.[ch]
3513 - build but don't use yet (need to merge auth.c changes)
c6a69271 3514 - (stevesk) complete:
3515 - markus@cvs.openbsd.org 2001/01/13 11:56:48
3516 [auth.c sshd.8]
3517 support supplementary group in {Allow,Deny}Groups
3518 from stevesk@pobox.com
61e96248 3519
f546c780 352020010112
3521 - (bal) OpenBSD Sync
3522 - markus@cvs.openbsd.org 2001/01/10 22:56:22
3523 [bufaux.h bufaux.c sftp-server.c sftp.h getput.h]
3524 cleanup sftp-server implementation:
547519f0 3525 add buffer_get_int64, buffer_put_int64, GET_64BIT, PUT_64BIT
3526 parse SSH2_FILEXFER_ATTR_EXTENDED
3527 send SSH2_FX_EOF if readdir returns no more entries
3528 reply to SSH2_FXP_EXTENDED message
3529 use #defines from the draft
3530 move #definations to sftp.h
f546c780 3531 more info:
61e96248 3532 http://www.ietf.org/internet-drafts/draft-ietf-secsh-filexfer-00.txt
f546c780 3533 - markus@cvs.openbsd.org 2001/01/10 19:43:20
3534 [sshd.c]
3535 XXX - generate_empheral_server_key() is not safe against races,
61e96248 3536 because it calls log()
f546c780 3537 - markus@cvs.openbsd.org 2001/01/09 21:19:50
3538 [packet.c]
3539 allow TCP_NDELAY for ipv6; from netbsd via itojun@
3540
9548d6c8 354120010110
3542 - (djm) SNI/Reliant Unix needs USE_PIPES and $DISPLAY hack. Report from
3543 Bladt Norbert <Norbert.Bladt@adi.ch>
3544
af972861 354520010109
3546 - (bal) Resync CVS ID of cli.c
4b80e97b 3547 - (stevesk) auth1.c: free should be after WITH_AIXAUTHENTICATE
3548 code.
eea39c02 3549 - (bal) OpenBSD Sync
3550 - markus@cvs.openbsd.org 2001/01/08 22:29:05
3551 [auth2.c compat.c compat.h servconf.c servconf.h sshd.8
3552 sshd_config version.h]
3553 implement option 'Banner /etc/issue.net' for ssh2, move version to
3554 2.3.1 (needed for bugcompat detection, 2.3.0 would fail if Banner
3555 is enabled).
3556 - markus@cvs.openbsd.org 2001/01/08 22:03:23
3557 [channels.c ssh-keyscan.c]
3558 O_NDELAY -> O_NONBLOCK; thanks stevesk@pobox.com
3559 - markus@cvs.openbsd.org 2001/01/08 21:55:41
3560 [sshconnect1.c]
3561 more cleanups and fixes from stevesk@pobox.com:
3562 1) try_agent_authentication() for loop will overwrite key just
3563 allocated with key_new(); don't alloc
3564 2) call ssh_close_authentication_connection() before exit
3565 try_agent_authentication()
3566 3) free mem on bad passphrase in try_rsa_authentication()
3567 - markus@cvs.openbsd.org 2001/01/08 21:48:17
3568 [kex.c]
3569 missing free; thanks stevesk@pobox.com
f1c4659d 3570 - (bal) Detect if clock_t structure exists, if not define it.
3571 - (bal) Detect if O_NONBLOCK exists, if not define it.
3572 - (bal) removed news4-posix.h (now empty)
3573 - (bal) changed bsd-bindresvport.c and bsd-rresvport.c to use 'socklen_t'
3574 instead of 'int'
adc83ebf 3575 - (stevesk) sshd_config: sync
4f771a33 3576 - (stevesk) defines.h: remove spurious ``;''
af972861 3577
bbcf899f 357820010108
3579 - (bal) Fixed another typo in cli.c
3580 - (bal) OpenBSD Sync
3581 - markus@cvs.openbsd.org 2001/01/07 21:26:55
3582 [cli.c]
3583 typo
3584 - markus@cvs.openbsd.org 2001/01/07 21:26:55
3585 [cli.c]
3586 missing free, stevesk@pobox.com
3587 - markus@cvs.openbsd.org 2001/01/07 19:06:25
3588 [auth1.c]
3589 missing free, stevesk@pobox.com
3590 - markus@cvs.openbsd.org 2001/01/07 11:28:04
3591 [log-client.c log-server.c log.c readconf.c servconf.c ssh.1
3592 ssh.h sshd.8 sshd.c]
3593 rename SYSLOG_LEVEL_INFO->SYSLOG_LEVEL_NOTICE
3594 syslog priority changes:
3595 fatal() LOG_ERR -> LOG_CRIT
3596 log() LOG_INFO -> LOG_NOTICE
b8c37305 3597 - Updated TODO
bbcf899f 3598
9616313f 359920010107
3600 - (bal) OpenBSD Sync
3601 - markus@cvs.openbsd.org 2001/01/06 11:23:27
3602 [ssh-rsa.c]
3603 remove unused
3604 - itojun@cvs.openbsd.org 2001/01/05 08:23:29
3605 [ssh-keyscan.1]
3606 missing .El
3607 - markus@cvs.openbsd.org 2001/01/04 22:41:03
3608 [session.c sshconnect.c]
3609 consistent use of _PATH_BSHELL; from stevesk@pobox.com
3610 - djm@cvs.openbsd.org 2001/01/04 22:35:32
3611 [ssh.1 sshd.8]
3612 Mention AES as available SSH2 Cipher; ok markus
3613 - markus@cvs.openbsd.org 2001/01/04 22:25:58
3614 [sshd.c]
3615 sync usage()/man with defaults; from stevesk@pobox.com
3616 - markus@cvs.openbsd.org 2001/01/04 22:21:26
3617 [sshconnect2.c]
3618 handle SSH2_MSG_USERAUTH_BANNER; fixes bug when connecting to a server
3619 that prints a banner (e.g. /etc/issue.net)
61e96248 3620
1877dc0c 362120010105
3622 - (bal) contrib/caldera/ provided by Tim Rice <tim@multitalents.net>
5a64a938 3623 - (bal) bsd-getcwd.c and bsd-setenv.c changed from bcopy() to memmove()
1877dc0c 3624
488c06c8 362520010104
3626 - (djm) Fix memory leak on systems with BROKEN_GETADDRINFO. Based on
3627 work by Chris Vaughan <vaughan99@yahoo.com>
3628
7c49df64 362920010103
3630 - (bal) fixed up sshconnect.c so it was closer inline with the OpenBSD
3631 tree (mainly positioning)
3632 - (bal) OpenSSH CVS Update
3633 - markus@cvs.openbsd.org 2001/01/02 20:41:02
3634 [packet.c]
3635 log remote ip on disconnect; PR 1600 from jcs@rt.fm
3636 - markus@cvs.openbsd.org 2001/01/02 20:50:56
3637 [sshconnect.c]
61e96248 3638 strict_host_key_checking for host_status != HOST_CHANGED &&
7c49df64 3639 ip_status == HOST_CHANGED
61e96248 3640 - (bal) authfile.c: Synced CVS ID tag
2c523de9 3641 - (bal) UnixWare 2.0 fixes by Tim Rice <tim@multitalents.net>
3642 - (bal) Disable sftp-server if no 64bit int support exists. Based on
3643 patch by Tim Rice <tim@multitalents.net>
3644 - (bal) Makefile.in changes to uninstall: target to remove sftp-server
3645 and sftp-server.8 manpage.
7c49df64 3646
a421e945 364720010102
3648 - (bal) OpenBSD CVS Update
3649 - markus@cvs.openbsd.org 2001/01/01 14:52:49
3650 [scp.c]
3651 use shared fatal(); from stevesk@pobox.com
3652
0efc80a7 365320001231
3654 - (bal) Reverted out of MAXHOSTNAMELEN. This should be set per OS.
3655 for multiple reasons.
b1335fdf 3656 - (bal) Reverted out of a partial NeXT patch.
0efc80a7 3657
efcae5b1 365820001230
3659 - (bal) OpenBSD CVS Update
3660 - markus@cvs.openbsd.org 2000/12/28 18:58:30
3661 [ssh-keygen.c]
3662 enable 'ssh-keygen -l -f ~/.ssh/{authorized_keys,known_hosts}{,2}
b148018f 3663 - markus@cvs.openbsd.org 2000/12/29 22:19:13
3664 [channels.c]
3665 missing xfree; from vaughan99@yahoo.com
efcae5b1 3666 - (bal) Resynced CVS ID with OpenBSD for channel.c and uidswap.c
03a14cc9 3667 - (bal) if no MAXHOSTNAMELEN is defined. Default to 64 character defination.
34665bf7 3668 Suggested by Christian Kurz <shorty@debian.org>
cb6dabf4 3669 - (bal) Add in '.c.o' section to Makefile.in to address make programs that
61e96248 3670 don't honor CPPFLAGS by default. Suggested by Lutz Jaenicke
cb6dabf4 3671 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
0dd78cd8 3672
367320001229
61e96248 3674 - (bal) Fixed spelling of 'authorized_keys' in ssh-copy-id.1 by Christian
34665bf7 3675 Kurz <shorty@debian.org>
8abcdba4 3676 - (bal) OpenBSD CVS Update
3677 - markus@cvs.openbsd.org 2000/12/28 14:25:51
3678 [auth.h auth2.c]
3679 count authentication failures only
3680 - markus@cvs.openbsd.org 2000/12/28 14:25:03
3681 [sshconnect.c]
3682 fingerprint for MITM attacks, too.
3683 - markus@cvs.openbsd.org 2000/12/28 12:03:57
3684 [sshd.8 sshd.c]
3685 document -D
3686 - markus@cvs.openbsd.org 2000/12/27 14:19:21
3687 [serverloop.c]
3688 less chatty
3689 - markus@cvs.openbsd.org 2000/12/27 12:34
3690 [auth1.c sshconnect2.c sshd.c]
3691 typo
3692 - markus@cvs.openbsd.org 2000/12/27 12:30:19
3693 [readconf.c readconf.h ssh.1 sshconnect.c]
3694 new option: HostKeyAlias: allow the user to record the host key
3695 under a different name. This is useful for ssh tunneling over
3696 forwarded connections or if you run multiple sshd's on different
3697 ports on the same machine.
3698 - markus@cvs.openbsd.org 2000/12/27 11:51:53
3699 [ssh.1 ssh.c]
3700 multiple -t force pty allocation, document ORIGINAL_COMMAND
3701 - markus@cvs.openbsd.org 2000/12/27 11:41:31
3702 [sshd.8]
3703 update for ssh-2
c52c7082 3704 - (stevesk) compress.[ch] sync with openbsd; missed in prototype
3705 fix merge.
0dd78cd8 3706
8f523d67 370720001228
3708 - (bal) Patch to add libutil.h to loginrec.c only if the platform has
3709 libutil.h. Suggested by Pekka Savola <pekka@netcore.fi>
9fb76616 3710 - (djm) Update to new x11-askpass in RPM spec
0dd78cd8 3711 - (bal) SCO patch to not include <sys/queue.h> since it's unrelated
3712 header. Patch by Tim Rice <tim@multitalents.net>
3713 - Updated TODO w/ known HP/UX issue
3714 - (bal) removed extra <netdb.h> noticed by Kevin Steves and removed the
3715 bad reference to 'NeXT including it else were' on the #ifdef version.
8f523d67 3716
b03bd394 371720001227
61e96248 3718 - (bal) Typo in configure.in: entut?ent should be endut?ent. Suggested by
b03bd394 3719 Takumi Yamane <yamtak@b-session.com>
3720 - (bal) Checks for getrlimit(), sysconf(), and setdtablesize(). Patch
8f523d67 3721 by Corinna Vinschen <vinschen@redhat.com>
3722 - (djm) Fix catman-do target for non-bash
61e96248 3723 - (bal) Typo in configure.in: entut?ent should be endut?ent. Suggested by
8f523d67 3724 Takumi Yamane <yamtak@b-session.com>
3725 - (bal) Checks for getrlimit(), sysconf(), and setdtablesize(). Patch
b03bd394 3726 by Corinna Vinschen <vinschen@redhat.com>
13991f8e 3727 - (djm) Fix catman-do target for non-bash
61e96248 3728 - (bal) Fixed NeXT's lack of CPPFLAGS honoring.
3729 - (bal) ssh-keyscan.c: NeXT (and older BSDs) don't support getrlimit() w/
f318b98b 3730 'RLIMIT_NOFILE'
61e96248 3731 - (djm) Remove *.Ylonen files. They are no longer in the OpenBSD tree,
3732 the info in COPYING.Ylonen has been moved to the start of each
3bdf55b1 3733 SSH1-derived file and README.Ylonen is well out of date.
b03bd394 3734
8d88011e 373520001223
3736 - (bal) Fixed Makefile.in to support recompile of all ssh and sshd objects
3737 if a change to config.h has occurred. Suggested by Gert Doering
3738 <gert@greenie.muc.de>
3739 - (bal) OpenBSD CVS Update:
3740 - markus@cvs.openbsd.org 2000/12/22 16:49:40
3741 [ssh-keygen.c]
3742 fix ssh-keygen -x -t type > file; from Roumen.Petrov@skalasoft.com
3743
1e3b8b07 374420001222
3745 - Updated RCSID for pty.c
3746 - (bal) OpenBSD CVS Updates:
3747 - markus@cvs.openbsd.org 2000/12/21 15:10:16
3748 [auth-rh-rsa.c hostfile.c hostfile.h sshconnect.c]
3749 print keyfile:line for changed hostkeys, for deraadt@, ok deraadt@
3750 - markus@cvs.openbsd.org 2000/12/20 19:26:56
3751 [authfile.c]
3752 allow ssh -i userkey for root
3753 - markus@cvs.openbsd.org 2000/12/20 19:37:21
3754 [authfd.c authfd.h kex.c sshconnect2.c sshd.c uidswap.c uidswap.h]
3755 fix prototypes; from stevesk@pobox.com
3756 - markus@cvs.openbsd.org 2000/12/20 19:32:08
3757 [sshd.c]
3758 init pointer to NULL; report from Jan.Ivan@cern.ch
3759 - markus@cvs.openbsd.org 2000/12/19 23:17:54
3760 [auth-krb4.c auth-options.c auth-options.h auth-rhosts.c auth-rsa.c
3761 auth1.c auth2-skey.c auth2.c authfd.c authfd.h authfile.c bufaux.c
3762 bufaux.h buffer.c canohost.c channels.c clientloop.c compress.c
3763 crc32.c deattack.c getput.h hmac.c hmac.h hostfile.c kex.c kex.h
3764 key.c key.h log.c login.c match.c match.h mpaux.c mpaux.h packet.c
3765 packet.h radix.c readconf.c rsa.c scp.c servconf.c servconf.h
3766 serverloop.c session.c sftp-server.c ssh-agent.c ssh-dss.c ssh-dss.h
3767 ssh-keygen.c ssh-keyscan.c ssh-rsa.c ssh-rsa.h ssh.c ssh.h uuencode.c
3768 uuencode.h sshconnect1.c sshconnect2.c sshd.c tildexpand.c]
3769 replace 'unsigned bla' with 'u_bla' everywhere. also replace 'char
3770 unsigned' with u_char.
3771
67b0facb 377220001221
3773 - (stevesk) OpenBSD CVS updates:
3774 - markus@cvs.openbsd.org 2000/12/19 15:43:45
3775 [authfile.c channels.c sftp-server.c ssh-agent.c]
3776 remove() -> unlink() for consistency
3777 - markus@cvs.openbsd.org 2000/12/19 15:48:09
3778 [ssh-keyscan.c]
3779 replace <ssl/x.h> with <openssl/x.h>
3780 - markus@cvs.openbsd.org 2000/12/17 02:33:40
3781 [uidswap.c]
3782 typo; from wsanchez@apple.com
61e96248 3783
adeebd37 378420001220
61e96248 3785 - (djm) Workaround PAM inconsistencies between Solaris derived PAM code
adeebd37 3786 and Linux-PAM. Based on report and fix from Andrew Morgan
3787 <morgan@transmeta.com>
3788
f072c47a 378920001218
3790 - (stevesk) rsa.c: entropy.h not needed.
0c2fb82f 3791 - (bal) split CFLAGS into CFLAGS and CPPFLAGS in configure.in and Makefile.
3792 Suggested by Wilfredo Sanchez <wsanchez@apple.com>
f072c47a 3793
731c1541 379420001216
3795 - (stevesk) OpenBSD CVS updates:
3796 - markus@cvs.openbsd.org 2000/12/16 02:53:57
3797 [scp.c]
3798 allow + in usernames; request from Florian.Weimer@RUS.Uni-Stuttgart.DE
3799 - markus@cvs.openbsd.org 2000/12/16 02:39:57
3800 [scp.c]
3801 unused; from stevesk@pobox.com
3802
227e8e86 380320001215
9853409f 3804 - (stevesk) Old OpenBSD patch wasn't completely applied:
3805 - markus@cvs.openbsd.org 2000/01/24 22:11:20
3806 [scp.c]
3807 allow '.' in usernames; from jedgar@fxp.org
227e8e86 3808 - (stevesk) OpenBSD CVS updates:
3809 - markus@cvs.openbsd.org 2000/12/13 16:26:53
3810 [ssh-keyscan.c]
3811 fatal already adds \n; from stevesk@pobox.com
3812 - markus@cvs.openbsd.org 2000/12/13 16:25:44
3813 [ssh-agent.c]
3814 remove redundant spaces; from stevesk@pobox.com
3815 - ho@cvs.openbsd.org 2000/12/12 15:50:21
3816 [pty.c]
3817 When failing to set tty owner and mode on a read-only filesystem, don't
3818 abort if the tty already has correct owner and reasonably sane modes.
3819 Example; permit 'root' to login to a firewall with read-only root fs.
3820 (markus@ ok)
3821 - deraadt@cvs.openbsd.org 2000/12/13 06:36:05
3822 [pty.c]
3823 KNF
6ffc9c88 3824 - markus@cvs.openbsd.org 2000/12/12 14:45:21
3825 [sshd.c]
3826 source port < 1024 is no longer required for rhosts-rsa since it
3827 adds no additional security.
3828 - markus@cvs.openbsd.org 2000/12/12 16:11:49
3829 [ssh.1 ssh.c]
3830 rhosts-rsa is no longer automagically disabled if ssh is not privileged.
3831 UsePrivilegedPort=no disables rhosts-rsa _only_ for old servers.
3832 these changes should not change the visible default behaviour of the ssh client.
71c0d06a 3833 - deraadt@cvs.openbsd.org 2000/12/11 10:27:33
3834 [scp.c]
3835 when copying 0-sized files, do not re-print ETA time at completion
3e1caa83 3836 - provos@cvs.openbsd.org 2000/12/15 10:30:15
3837 [kex.c kex.h sshconnect2.c sshd.c]
3838 compute diffie-hellman in parallel between server and client. okay markus@
227e8e86 3839
6c935fbd 384020001213
3841 - (djm) Make sure we reset the SIGPIPE disposition after we fork. Report
3842 from Andreas M. Kirchwitz <amk@krell.zikzak.de>
227e8e86 3843 - (stevesk) OpenBSD CVS update:
1fe6a48f 3844 - markus@cvs.openbsd.org 2000/12/12 15:30:02
3845 [ssh-keyscan.c ssh.c sshd.c]
61e96248 3846 consistently use __progname; from stevesk@pobox.com
6c935fbd 3847
367d1840 384820001211
3849 - (bal) Applied patch to include ssh-keyscan into Redhat's package, and
3850 patch to install ssh-keyscan manpage. Patch by Pekka Savola
3851 <pekka@netcore.fi>
e3a70753 3852 - (bal) OpenbSD CVS update
3853 - markus@cvs.openbsd.org 2000/12/10 17:01:53
3854 [sshconnect1.c]
3855 always request new challenge for skey/tis-auth, fixes interop with
3856 other implementations; report from roth@feep.net
367d1840 3857
6b523bae 385820001210
3859 - (bal) OpenBSD CVS updates
61e96248 3860 - markus@cvs.openbsd.org 2000/12/09 13:41:51
6b523bae 3861 [cipher.c cipher.h rijndael.c rijndael.h rijndael_boxes.h]
3862 undo rijndael changes
61e96248 3863 - markus@cvs.openbsd.org 2000/12/09 13:48:31
6b523bae 3864 [rijndael.c]
3865 fix byte order bug w/o introducing new implementation
61e96248 3866 - markus@cvs.openbsd.org 2000/12/09 14:08:27
6b523bae 3867 [sftp-server.c]
3868 "" -> "." for realpath; from vinschen@redhat.com
61e96248 3869 - markus@cvs.openbsd.org 2000/12/09 14:06:54
6b523bae 3870 [ssh-agent.c]
3871 extern int optind; from stevesk@sweden.hp.com
13af0aa2 3872 - provos@cvs.openbsd.org 2000/12/09 23:51:11
3873 [compat.c]
3874 remove unnecessary '\n'
6b523bae 3875
ce9c0b75 387620001209
6b523bae 3877 - (bal) OpenBSD CVS updates:
61e96248 3878 - djm@cvs.openbsd.org 2000/12/07 4:24:59
ce9c0b75 3879 [ssh.1]
3880 Typo fix from Wilfredo Sanchez <wsanchez@apple.com>; ok theo
3881
f72fc97f 388220001207
6b523bae 3883 - (bal) OpenBSD CVS updates:
61e96248 3884 - markus@cvs.openbsd.org 2000/12/06 22:58:14
f72fc97f 3885 [compat.c compat.h packet.c]
3886 disable debug messages for ssh.com/f-secure 2.0.1x, 2.1.0
dfe89252 3887 - markus@cvs.openbsd.org 2000/12/06 23:10:39
3888 [rijndael.c]
3889 unexpand(1)
61e96248 3890 - markus@cvs.openbsd.org 2000/12/06 23:05:43
dfe89252 3891 [cipher.c cipher.h rijndael.c rijndael.h rijndael_boxes.h]
3892 new rijndael implementation. fixes endian bugs
f72fc97f 3893
97fb6912 389420001206
6b523bae 3895 - (bal) OpenBSD CVS updates:
97fb6912 3896 - markus@cvs.openbsd.org 2000/12/05 20:34:09
3897 [channels.c channels.h clientloop.c serverloop.c]
3898 async connects for -R/-L; ok deraadt@
3899 - todd@cvs.openssh.org 2000/12/05 16:47:28
3900 [sshd.c]
3901 tweak comment to reflect real location of pid file; ok provos@
bf5f69f7 3902 - (stevesk) Import <sys/queue.h> from OpenBSD for systems that don't
3903 have it (used in ssh-keyscan).
227e8e86 3904 - (stevesk) OpenBSD CVS update:
f20255cb 3905 - markus@cvs.openbsd.org 2000/12/06 19:57:48
3906 [ssh-keyscan.c]
3907 err(3) -> internal error(), from stevesk@sweden.hp.com
97fb6912 3908
f6fdbddf 390920001205
6b523bae 3910 - (bal) OpenBSD CVS updates:
f6fdbddf 3911 - markus@cvs.openbsd.org 2000/12/04 19:24:02
3912 [ssh-keyscan.c ssh-keyscan.1]
3913 David Maziere's ssh-keyscan, ok niels@
3914 - (bal) Updated Makefile.in to include ssh-keyscan that was just added
3915 to the recent OpenBSD source tree.
835d2104 3916 - (stevesk) fix typos in contrib/hpux/README
f6fdbddf 3917
cbc5abf9 391820001204
3919 - (bal) More C functions defined in NeXT that are unaccessable without
61e96248 3920 defining -POSIX.
3921 - (bal) OpenBSD CVS updates:
3922 - markus@cvs.openbsd.org 2000/12/03 11:29:04
cbc5abf9 3923 [compat.c]
3924 remove fallback to SSH_BUG_HMAC now that the drafts are updated
3925 - markus@cvs.openbsd.org 2000/12/03 11:27:55
3926 [compat.c]
61e96248 3927 correctly match "2.1.0.pl2 SSH" etc; from
97fb6912 3928 pekkas@netcore.fi/bugzilla.redhat
cbc5abf9 3929 - markus@cvs.openbsd.org 2000/12/03 11:15:03
3930 [auth2.c compat.c compat.h sshconnect2.c]
3931 support f-secure/ssh.com 2.0.12; ok niels@
3932
0b6fbf03 393320001203
cbc5abf9 3934 - (bal) OpenBSD CVS updates:
0b6fbf03 3935 - markus@cvs.openbsd.org 2000/11/30 22:54:31
3936 [channels.c]
61e96248 3937 debug->warn if tried to do -R style fwd w/o client requesting this;
0b6fbf03 3938 ok neils@
3939 - markus@cvs.openbsd.org 2000/11/29 20:39:17
3940 [cipher.c]
3941 des_cbc_encrypt -> des_ncbc_encrypt since it already updates the IV
3942 - markus@cvs.openbsd.org 2000/11/30 18:33:05
3943 [ssh-agent.c]
3944 agents must not dump core, ok niels@
61e96248 3945 - markus@cvs.openbsd.org 2000/11/30 07:04:02
0b6fbf03 3946 [ssh.1]
3947 T is for both protocols
3948 - markus@cvs.openbsd.org 2000/12/01 00:00:51
3949 [ssh.1]
3950 typo; from green@FreeBSD.org
3951 - markus@cvs.openbsd.org 2000/11/30 07:02:35
3952 [ssh.c]
3953 check -T before isatty()
3954 - provos@cvs.openbsd.org 2000/11/29 13:51:27
3955 [sshconnect.c]
61e96248 3956 show IP address and hostname when new key is encountered. okay markus@
0b6fbf03 3957 - markus@cvs.openbsd.org 2000/11/30 22:53:35
3958 [sshconnect.c]
3959 disable agent/x11/port fwding if hostkey has changed; ok niels@
3960 - marksu@cvs.openbsd.org 2000/11/29 21:11:59
3961 [sshd.c]
3962 sshd -D, startup w/o deamon(), for monitoring scripts or inittab;
3963 from handler@sub-rosa.com and eric@urbanrange.com; ok niels@
8c9fe09e 3964 - (djm) Added patch from Nalin Dahyabhai <nalin@redhat.com> to enable
3965 PAM authentication using KbdInteractive.
3966 - (djm) Added another TODO
0b6fbf03 3967
90f4078a 396820001202
3969 - (bal) Backed out of part of Alain St-Denis' loginrec.c patch.
61e96248 3970 - (bal) Irix need some sort of mansubdir, patch by Michael Stone
90f4078a 3971 <mstone@cs.loyola.edu>
3972
dcef6523 397320001129
7062c40f 3974 - (djm) Back out all the serverloop.c hacks. sshd will now hang again
3975 if there are background children with open fds.
c193d002 3976 - (djm) bsd-rresvport.c bzero -> memset
61e96248 3977 - (djm) Don't fail in defines.h on absence of 64 bit types (we will
c193d002 3978 still fail during compilation of sftp-server).
3979 - (djm) Fail if ar is not found during configure
c523303b 3980 - (djm) OpenBSD CVS updates:
3981 - provos@cvs.openbsd.org 2000/11/22 08:38:31
3982 [sshd.8]
3983 talk about /etc/primes, okay markus@
3984 - markus@cvs.openbsd.org 2000/11/23 14:03:48
3985 [ssh.c sshconnect1.c sshconnect2.c]
3986 complain about invalid ciphers for ssh1/ssh2, fall back to reasonable
3987 defaults
3988 - markus@cvs.openbsd.org 2000/11/25 09:42:53
3989 [sshconnect1.c]
3990 reorder check for illegal ciphers, bugreport from espie@
3991 - markus@cvs.openbsd.org 2000/11/25 10:19:34
3992 [ssh-keygen.c ssh.h]
3993 print keytype when generating a key.
3994 reasonable defaults for RSA1/RSA/DSA keys.
b3ec54b4 3995 - (djm) Patch from Pekka Savola <Pekka.Savola@netcore.fi> to include a few
3996 more manpage paths in fixpaths calls
3997 - (djm) Also add xauth path at Pekka's suggestion.
57ce3f00 3998 - (djm) Add Redhat RPM patch for AUTHPRIV SyslogFacility
dcef6523 3999
e879a080 400020001125
4001 - (djm) Give up privs when reading seed file
4002
d343d900 400320001123
4004 - (bal) Merge OpenBSD changes:
4005 - markus@cvs.openbsd.org 2000/11/15 22:31:36
4006 [auth-options.c]
61e96248 4007 case insensitive key options; from stevesk@sweeden.hp.com
d343d900 4008 - markus@cvs.openbsd.org 2000/11/16 17:55:43
4009 [dh.c]
4010 do not use perror() in sshd, after child is forked()
4011 - markus@cvs.openbsd.org 2000/11/14 23:42:40
4012 [auth-rsa.c]
4013 parse option only if key matches; fix some confusing seen by the client
4014 - markus@cvs.openbsd.org 2000/11/14 23:44:19
4015 [session.c]
4016 check no_agent_forward_flag for ssh-2, too
4017 - markus@cvs.openbsd.org 2000/11/15
4018 [ssh-agent.1]
4019 reorder SYNOPSIS; typo, use .It
4020 - markus@cvs.openbsd.org 2000/11/14 23:48:55
4021 [ssh-agent.c]
4022 do not reorder keys if a key is removed
4023 - markus@cvs.openbsd.org 2000/11/15 19:58:08
4024 [ssh.c]
61e96248 4025 just ignore non existing user keys
d343d900 4026 - millert@cvs.openbsd.org 200/11/15 20:24:43
4027 [ssh-keygen.c]
4028 Add missing \n at end of error message.
4029
0b49a754 403020001122
4031 - (bal) Minor patch to ensure platforms lacking IRIX job limit supports
4032 are compilable.
4033 - (bal) Updated TODO as of 11/18/2000 with known things to resolve.
4034
fab2e5d3 403520001117
4036 - (bal) Changed from 'primes' to 'primes.out' for consistancy sake. It
4037 has no affect the output. Patch by Corinna Vinschen <vinschen@redhat.com>
61e96248 4038 - (stevesk) Reworked progname support.
260d427b 4039 - (bal) Misplaced #include "includes.h" in bsd-setproctitle.c. Patch by
4040 Shinichi Maruyama <marya@st.jip.co.jp>
fab2e5d3 4041
c2207f11 404220001116
4043 - (bal) Added in MAXSYMLINK test in bsd-realpath.c. Required for some SCO
4044 releases.
4045 - (bal) Make builds work outside of source tree. Patch by Mark D. Roth
4046 <roth@feep.net>
4047
3d398e04 404820001113
61e96248 4049 - (djm) Add pointer to http://www.imasy.or.jp/~gotoh/connect.c to
3d398e04 4050 contrib/README
fa08c86b 4051 - (djm) Merge OpenBSD changes:
4052 - markus@cvs.openbsd.org 2000/11/06 16:04:56
4053 [channels.c channels.h clientloop.c nchan.c serverloop.c]
4054 [session.c ssh.c]
4055 agent forwarding and -R for ssh2, based on work from
4056 jhuuskon@messi.uku.fi
4057 - markus@cvs.openbsd.org 2000/11/06 16:13:27
4058 [ssh.c sshconnect.c sshd.c]
4059 do not disabled rhosts(rsa) if server port > 1024; from
4060 pekkas@netcore.fi
4061 - markus@cvs.openbsd.org 2000/11/06 16:16:35
4062 [sshconnect.c]
4063 downgrade client to 1.3 if server is 1.4; help from mdb@juniper.net
4064 - markus@cvs.openbsd.org 2000/11/09 18:04:40
4065 [auth1.c]
4066 typo; from mouring@pconline.com
4067 - markus@cvs.openbsd.org 2000/11/12 12:03:28
4068 [ssh-agent.c]
4069 off-by-one when removing a key from the agent
4070 - markus@cvs.openbsd.org 2000/11/12 12:50:39
4071 [auth-rh-rsa.c auth2.c authfd.c authfd.h]
4072 [authfile.c hostfile.c kex.c kex.h key.c key.h myproposal.h]
4073 [readconf.c readconf.h rsa.c rsa.h servconf.c servconf.h ssh-add.c]
4074 [ssh-agent.c ssh-keygen.1 ssh-keygen.c ssh.1 ssh.c ssh_config]
4075 [sshconnect1.c sshconnect2.c sshd.8 sshd.c sshd_config ssh-dss.c]
61e96248 4076 [ssh-dss.h ssh-rsa.c ssh-rsa.h dsa.c dsa.h]
fa08c86b 4077 add support for RSA to SSH2. please test.
4078 there are now 3 types of keys: RSA1 is used by ssh-1 only,
4079 RSA and DSA are used by SSH2.
4080 you can use 'ssh-keygen -t rsa -f ssh2_rsa_file' to generate RSA
4081 keys for SSH2 and use the RSA keys for hostkeys or for user keys.
4082 SSH2 RSA or DSA keys are added to .ssh/authorised_keys2 as before.
4083 - (djm) Fix up Makefile and Redhat init script to create RSA host keys
f001465f 4084 - (djm) Change to interim version
5733a41a 4085 - (djm) Fix RPM spec file stupidity
6fff1ac4 4086 - (djm) fixpaths to DSA and RSA keys too
3d398e04 4087
d287c664 408820001112
4089 - (bal) SCO Patch to add needed libraries for configure.in. Patch by
4090 Phillips Porch <root@theporch.com>
3d398e04 4091 - (bal) IRIX patch to adding Job Limits. Patch by Denis Parker
4092 <dcp@sgi.com>
a3bf38d0 4093 - (stevesk) pty.c: HP-UX 10 and 11 don't define TIOCSCTTY. Add error() to
4094 failed ioctl(TIOCSCTTY) call.
d287c664 4095
3c4d4fef 409620001111
4097 - (djm) Added /etc/primes for kex DH group neg, fixup Makefile.in and
4098 packaging files
35325fd4 4099 - (djm) Fix new Makefile.in warnings
61e96248 4100 - (djm) Fix vsprintf("%h") in bsd-snprintf.c, short int va_args are
4101 promoted to type int. Report and fix from Dan Astoorian
027bf205 4102 <djast@cs.toronto.edu>
61e96248 4103 - (djm) Hardwire sysconfdir in RPM spec files as some RPM versions get
e3291159 4104 it wrong. Report from Bennett Todd <bet@rahul.net>
3c4d4fef 4105
3e366738 410620001110
4107 - (bal) Fixed dropped answer from skey_keyinfo() in auth1.c
4108 - (bal) Changed from --with-skey to --with-skey=PATH in configure.in
4109 - (bal) Added in check to verify S/Key library is being detected in
4110 configure.in
61e96248 4111 - (bal) next-posix.h - added another prototype wrapped in POSIX ifdef/endif.
3e366738 4112 Patch by Mark Miller <markm@swoon.net>
4113 - (bal) Added 'util.h' header to loginrec.c only if HAVE_UTIL_H is defined
61e96248 4114 to remove warnings under MacOS X. Patch by Mark Miller <markm@swoon.net>
3e366738 4115 - (bal) Fixed LDFLAG mispelling in configure.in for --with-afs
4116
373998a4 411720001107
e506ee73 4118 - (bal) acconfig.in - removed the double "USE_PIPES" entry. Patch by
4119 Mark Miller <markm@swoon.net>
373998a4 4120 - (bal) sshd.init files corrected to assign $? to RETVAL. Patch by
4121 Jarno Huuskonen <jhuuskon@messi.uku.fi>
e506ee73 4122 - (bal) fixpaths fixed to stop it from quitely failing. Patch by
4123 Mark D. Roth <roth@feep.net>
373998a4 4124
ac89998a 412520001106
4126 - (djm) Use Jim's new 1.0.3 askpass in Redhat RPMs
6c09e23c 4127 - (djm) Manually fix up missed diff hunks (mainly RCS idents)
61e96248 4128 - (djm) Remove UPGRADING document in favour of a link to the better
d6846e6a 4129 maintained FAQ on www.openssh.com
73bd30fe 4130 - (djm) Fix multiple dependancy on gnome-libs from Pekka Savola
4131 <pekkas@netcore.fi>
4132 - (djm) Don't need X11-askpass in RPM spec file if building without it
4133 from Pekka Savola <pekkas@netcore.fi>
c215ba3b 4134 - (djm) Release 2.3.0p1
97b378bf 4135 - (bal) typo in configure.in in regards to --with-ldflags from Marko
4136 Asplund <aspa@kronodoc.fi>
4137 - (bal) fixed next-posix.h. Forgot prototype of getppid().
68f189a9 4138
b850ecd9 413920001105
4140 - (bal) Sync with OpenBSD:
4141 - markus@cvs.openbsd.org 2000/10/31 9:31:58
4142 [compat.c]
4143 handle all old openssh versions
4144 - markus@cvs.openbsd.org 2000/10/31 13:1853
4145 [deattack.c]
4146 so that large packets do not wrap "n"; from netbsd
4147 - (bal) rijndel.c - fix up RCSID to match OpenBSD tree
a30ce26d 4148 - (bal) auth2-skey.c - Checked in. Missing from portable tree.
4149 - (bal) Reworked NEWS-OS and NeXT ports to extract waitpid() and
4150 setsid() into more common files
96054e6f 4151 - (stevesk) pty.c: use __hpux to identify HP-UX.
d0127657 4152 - (bal) Missed auth-skey.o in Makefile.in and minor correction to
4153 bsd-waitpid.c
b850ecd9 4154
75b90ced 415520001029
4156 - (stevesk) Fix typo in auth.c: USE_PAM not PAM
95273555 4157 - (stevesk) Create contrib/cygwin/ directory; patch from
4158 Corinna Vinschen <vinschen@redhat.com>
e9e4a1c7 4159 - (bal) Resolved more $xno and $xyes issues in configure.in
fd5f0295 4160 - (bal) next-posix.h - spelling and forgot a prototype
75b90ced 4161
344f2b94 416220001028
61e96248 4163 - (djm) fix select hack in serverloop.c from Philippe WILLEM
344f2b94 4164 <Philippe.WILLEM@urssaf.fr>
240ae474 4165 - (djm) Fix mangled AIXAUTHENTICATE code
61e96248 4166 - (djm) authctxt->pw may be NULL. Fix from Markus Friedl
606ea390 4167 <markus.friedl@informatik.uni-erlangen.de>
a22aff1f 4168 - (djm) Sync with OpenBSD:
4169 - markus@cvs.openbsd.org 2000/10/16 15:46:32
4170 [ssh.1]
4171 fixes from pekkas@netcore.fi
4172 - markus@cvs.openbsd.org 2000/10/17 14:28:11
4173 [atomicio.c]
4174 return number of characters processed; ok deraadt@
4175 - markus@cvs.openbsd.org 2000/10/18 12:04:02
4176 [atomicio.c]
4177 undo
4178 - markus@cvs.openbsd.org 2000/10/18 12:23:02
4179 [scp.c]
4180 replace atomicio(read,...) with read(); ok deraadt@
4181 - markus@cvs.openbsd.org 2000/10/18 12:42:00
4182 [session.c]
4183 restore old record login behaviour
4184 - deraadt@cvs.openbsd.org 2000/10/19 10:41:13
4185 [auth-skey.c]
4186 fmt string problem in unused code
4187 - provos@cvs.openbsd.org 2000/10/19 10:45:16
4188 [sshconnect2.c]
4189 don't reference freed memory. okay deraadt@
4190 - markus@cvs.openbsd.org 2000/10/21 11:04:23
4191 [canohost.c]
4192 typo, eramore@era-t.ericsson.se; ok niels@
4193 - markus@cvs.openbsd.org 2000/10/23 13:31:55
4194 [cipher.c]
4195 non-alignment dependent swap_bytes(); from
4196 simonb@wasabisystems.com/netbsd
4197 - markus@cvs.openbsd.org 2000/10/26 12:38:28
4198 [compat.c]
4199 add older vandyke products
4200 - markus@cvs.openbsd.org 2000/10/27 01:32:19
4201 [channels.c channels.h clientloop.c serverloop.c session.c]
4202 [ssh.c util.c]
61e96248 4203 enable non-blocking IO on channels, and tty's (except for the
a22aff1f 4204 client ttys).
344f2b94 4205
ddc49b5c 420620001027
4207 - (djm) Increase REKEY_BYTES to 2^24 for arc4random
4208
48e7916f 420920001025
4210 - (djm) Added WARNING.RNG file and modified configure to ask users of the
4211 builtin entropy code to read it.
4212 - (djm) Prefer builtin regex to PCRE.
00937921 4213 - (bal) Added USE_PIPS defined to NeXT configure.in since scp hangs randomly.
4214 - (bal) Apply fixes to configure.in pointed out by Pavel Roskin
4215 <proski@gnu.org>
48e7916f 4216
8dcda1e3 421720001020
4218 - (djm) Don't define _REENTRANT for SNI/Reliant Unix
07bee9a7 4219 - (bal) Imported NEWS-OS waitpid() macros into NeXT. Since implementation
4220 is more correct then current version.
8dcda1e3 4221
f5af5cd5 422220001018
4223 - (stevesk) Add initial support for setproctitle(). Current
4224 support is for the HP-UX pstat(PSTAT_SETCMD, ...) method.
134fd7f6 4225 - (stevesk) Add egd startup scripts to contrib/hpux/
f5af5cd5 4226
2f31bdd6 422720001017
4228 - (djm) Add -lregex to cywin libs from Corinna Vinschen
4229 <vinschen@cygnus.com>
ba7a3f40 4230 - (djm) Don't rely on atomicio's retval to determine length of askpass
4231 supplied passphrase. Problem report from Lutz Jaenicke
4232 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
66d6c27e 4233 - (bal) Changed from GNU rx to PCRE on suggestion from djm.
61e96248 4234 - (bal) Integrated Sony NEWS-OS patches from NAKAJI Hirouyuki
66d6c27e 4235 <nakaji@tutrp.tut.ac.jp>
2f31bdd6 4236
33de75a3 423720001016
4238 - (djm) Sync with OpenBSD:
4239 - markus@cvs.openbsd.org 2000/10/14 04:01:15
4240 [cipher.c]
4241 debug3
4242 - markus@cvs.openbsd.org 2000/10/14 04:07:23
4243 [scp.c]
4244 remove spaces from arguments; from djm@mindrot.org
4245 - markus@cvs.openbsd.org 2000/10/14 06:09:46
4246 [ssh.1]
4247 Cipher is for SSH-1 only
4248 - markus@cvs.openbsd.org 2000/10/14 06:12:09
4249 [servconf.c servconf.h serverloop.c session.c sshd.8]
4250 AllowTcpForwarding; from naddy@
4251 - markus@cvs.openbsd.org 2000/10/14 06:16:56
4252 [auth2.c compat.c compat.h sshconnect2.c version.h]
61e96248 4253 OpenSSH_2.3; note that is is not complete, but the version number
33de75a3 4254 needs to be changed for interoperability reasons
4255 - markus@cvs.openbsd.org 2000/10/14 06:19:45
4256 [auth-rsa.c]
4257 do not send RSA challenge if key is not allowed by key-options; from
4258 eivind@ThinkSec.com
4259 - markus@cvs.openbsd.org 2000/10/15 08:14:01
4260 [rijndael.c session.c]
4261 typos; from stevesk@sweden.hp.com
4262 - markus@cvs.openbsd.org 2000/10/15 08:18:31
4263 [rijndael.c]
4264 typo
61e96248 4265 - (djm) Copy manpages back over from OpenBSD - too tedious to wade
30d8b039 4266 through diffs
61e96248 4267 - (djm) Added condrestart to Redhat init script. Patch from Pekka Savola
30d8b039 4268 <pekkas@netcore.fi>
aa0289fe 4269 - (djm) Update version in Redhat spec file
61e96248 4270 - (djm) Merge some of Nalin Dahyabhai <nalin@redhat.com> changes from the
aa0289fe 4271 Redhat 7.0 spec file
5b2d4b75 4272 - (djm) Make inability to read/write PRNG seedfile non-fatal
4273
33de75a3 4274
4d670c24 427520001015
4276 - (djm) Fix ssh2 hang on background processes at logout.
4277
71dfaf1c 427820001014
443172c4 4279 - (bal) Add support for realpath and getcwd for platforms with broken
4280 or missing realpath implementations for sftp-server.
4281 - (bal) Corrected mistake in INSTALL in regards to GNU rx library
61e96248 4282 - (bal) Add support for GNU rx library for those lacking regexp support
71dfaf1c 4283 - (djm) Don't accept PAM_PROMPT_ECHO_ON messages during initial auth
02323c45 4284 - (djm) Revert SSH2 serverloop hack, will find a better way.
4ee81249 4285 - (djm) Add workaround for Linux 2.4's gratuitious errno change. Patch
4286 from Martin Johansson <fatbob@acc.umu.se>
94ec8c6b 4287 - (djm) Big OpenBSD sync:
4288 - markus@cvs.openbsd.org 2000/09/30 10:27:44
4289 [log.c]
4290 allow loglevel debug
4291 - markus@cvs.openbsd.org 2000/10/03 11:59:57
4292 [packet.c]
4293 hmac->mac
4294 - markus@cvs.openbsd.org 2000/10/03 12:03:03
4295 [auth-krb4.c auth-passwd.c auth-rh-rsa.c auth-rhosts.c auth-rsa.c auth1.c]
4296 move fake-auth from auth1.c to individual auth methods, disables s/key in
4297 debug-msg
4298 - markus@cvs.openbsd.org 2000/10/03 12:16:48
4299 ssh.c
4300 do not resolve canonname, i have no idea why this was added oin ossh
4301 - markus@cvs.openbsd.org 2000/10/09 15:30:44
4302 ssh-keygen.1 ssh-keygen.c
4303 -X now reads private ssh.com DSA keys, too.
4304 - markus@cvs.openbsd.org 2000/10/09 15:32:34
4305 auth-options.c
4306 clear options on every call.
4307 - markus@cvs.openbsd.org 2000/10/09 15:51:00
4308 authfd.c authfd.h
4309 interop with ssh-agent2, from <res@shore.net>
4310 - markus@cvs.openbsd.org 2000/10/10 14:20:45
4311 compat.c
4312 use rexexp for version string matching
4313 - provos@cvs.openbsd.org 2000/10/10 22:02:18
4314 [kex.c kex.h myproposal.h ssh.h ssh2.h sshconnect2.c sshd.c dh.c dh.h]
4315 First rough implementation of the diffie-hellman group exchange. The
4316 client can ask the server for bigger groups to perform the diffie-hellman
4317 in, thus increasing the attack complexity when using ciphers with longer
4318 keys. University of Windsor provided network, T the company.
4319 - markus@cvs.openbsd.org 2000/10/11 13:59:52
4320 [auth-rsa.c auth2.c]
4321 clear auth options unless auth sucessfull
4322 - markus@cvs.openbsd.org 2000/10/11 14:00:27
4323 [auth-options.h]
4324 clear auth options unless auth sucessfull
4325 - markus@cvs.openbsd.org 2000/10/11 14:03:27
4326 [scp.1 scp.c]
4327 support 'scp -o' with help from mouring@pconline.com
4328 - markus@cvs.openbsd.org 2000/10/11 14:11:35
4329 [dh.c]
4330 Wall
4331 - markus@cvs.openbsd.org 2000/10/11 14:14:40
4332 [auth.h auth2.c readconf.c readconf.h readpass.c servconf.c servconf.h]
4333 [ssh.h sshconnect2.c sshd_config auth2-skey.c cli.c cli.h]
4334 add support for s/key (kbd-interactive) to ssh2, based on work by
4335 mkiernan@avantgo.com and me
4336 - markus@cvs.openbsd.org 2000/10/11 14:27:24
4337 [auth.c auth1.c auth2.c authfile.c cipher.c cipher.h kex.c kex.h]
4338 [myproposal.h packet.c readconf.c session.c ssh.c ssh.h sshconnect1.c]
4339 [sshconnect2.c sshd.c]
4340 new cipher framework
4341 - markus@cvs.openbsd.org 2000/10/11 14:45:21
4342 [cipher.c]
4343 remove DES
4344 - markus@cvs.openbsd.org 2000/10/12 03:59:20
4345 [cipher.c cipher.h sshconnect1.c sshconnect2.c sshd.c]
4346 enable DES in SSH-1 clients only
4347 - markus@cvs.openbsd.org 2000/10/12 08:21:13
4348 [kex.h packet.c]
4349 remove unused
4350 - markus@cvs.openbsd.org 2000/10/13 12:34:46
4351 [sshd.c]
4352 Kludge for F-Secure Macintosh < 1.0.2; appro@fy.chalmers.se
4353 - markus@cvs.openbsd.org 2000/10/13 12:59:15
4354 [cipher.c cipher.h myproposal.h rijndael.c rijndael.h]
4355 rijndael/aes support
4356 - markus@cvs.openbsd.org 2000/10/13 13:10:54
4357 [sshd.8]
4358 more info about -V
4359 - markus@cvs.openbsd.org 2000/10/13 13:12:02
4360 [myproposal.h]
4361 prefer no compression
3ed32516 4362 - (djm) Fix scp user@host handling
4363 - (djm) Don't clobber ssh_prng_cmds on install
6bcf7caa 4364 - (stevesk) Include config.h in rijndael.c so we define intXX_t and
4365 u_intXX_t types on all platforms.
9ea53ba5 4366 - (stevesk) rijndael.c: cleanup missing declaration warnings.
2919e060 4367 - (stevesk) ~/.hushlogin shouldn't cause required password change to
4368 be bypassed.
f5665f6f 4369 - (stevesk) Display correct path to ssh-askpass in configure output.
4370 Report from Lutz Jaenicke.
71dfaf1c 4371
ebd782f7 437220001007
4373 - (stevesk) Print PAM return value in PAM log messages to aid
4374 with debugging.
97994d32 4375 - (stevesk) Fix detection of pw_class struct member in configure;
4376 patch from KAMAHARA Junzo <kamahara@cc.kshosen.ac.jp>
4377
47a134c1 437820001002
4379 - (djm) Fix USER_PATH, report from Kevin Steves <stevesk@sweden.hp.com>
4380 - (djm) Add host system and CC to end-of-configure report. Suggested by
4381 Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
4382
7322ef0e 438320000931
4384 - (djm) Cygwin fixes from Corinna Vinschen <vinschen@cygnus.com>
4385
6ac7829a 438620000930
b6490dcb 4387 - (djm) Irix ssh_prng_cmds path fix from Pekka Savola <pekkas@netcore.fi>
61e96248 4388 - (djm) Support in bsd-snprintf.c for long long conversions from
772bd898 4389 Ben Lindstrom <mouring@pconline.com>
4390 - (djm) Cleanup NeXT support from Ben Lindstrom <mouring@pconline.com>
857040fb 4391 - (djm) Ignore SIGPIPEs from serverloop to child. Fixes crashes with
61e96248 4392 very short lived X connections. Bug report from Tobias Oetiker
857040fb 4393 <oetiker@ee.ethz.ch>. Fix from Markus Friedl <markus@cvs.openbsd.org>
bd2d7f6a 4394 - (djm) Add recent InitScripts as a RPM dependancy for openssh-server
4395 patch from Pekka Savola <pekkas@netcore.fi>
58665035 4396 - (djm) Forgot to cvs add LICENSE file
dc2901a0 4397 - (djm) Add LICENSE to RPM spec files
de273eef 4398 - (djm) CVS OpenBSD sync:
4399 - markus@cvs.openbsd.org 2000/09/26 13:59:59
4400 [clientloop.c]
4401 use debug2
4402 - markus@cvs.openbsd.org 2000/09/27 15:41:34
4403 [auth2.c sshconnect2.c]
4404 use key_type()
4405 - markus@cvs.openbsd.org 2000/09/28 12:03:18
4406 [channels.c]
4407 debug -> debug2 cleanup
61e96248 4408 - (djm) Irix strips "/dev/tty" from [uw]tmp entries (other systems only
2a7d529a 4409 strip "/dev/"). Fix loginrec.c based on patch from Alain St-Denis
4410 <Alain.St-Denis@ec.gc.ca>
61e96248 4411 - (djm) Fix 9 character passphrase failure with gnome-ssh-askpass.
4412 Problem was caused by interrupted read in ssh-add. Report from Donald
2a7d529a 4413 J. Barry <don@astro.cornell.edu>
6ac7829a 4414
c5d85828 441520000929
4416 - (djm) Fix SSH2 not terminating until all background tasks done problem.
61e96248 4417 - (djm) Another off-by-one fix from Pavel Kankovsky
4418 <peak@argo.troja.mff.cuni.cz>
22d89d24 4419 - (djm) Clean up. Strip some unnecessary differences with OpenBSD's code,
4420 tidy necessary differences. Use Markus' new debugN() in entropy.c
61e96248 4421 - (djm) Merged big SCO portability patch from Tim Rice
77bb0bca 4422 <tim@multitalents.net>
c5d85828 4423
6fd7f731 442420000926
4425 - (djm) Update X11-askpass to 1.0.2 in RPM spec file
c5ae7384 4426 - (djm) Define _REENTRANT to pickup strtok_r() on HP/UX
61e96248 4427 - (djm) Security: fix off-by-one buffer overrun in fake-getnameinfo.c.
4428 Report and fix from Pavel Kankovsky <peak@argo.troja.mff.cuni.cz>
6fd7f731 4429
2f125ca1 443020000924
4431 - (djm) Merged cleanup patch from Mark Miller <markm@swoon.net>
4432 - (djm) A bit more cleanup - created cygwin_util.h
bcdaaeab 4433 - (djm) Include strtok_r() from OpenBSD libc. Fixes report from Mark Miller
4434 <markm@swoon.net>
2f125ca1 4435
764d4113 443620000923
61e96248 4437 - (djm) Fix address logging in utmp from Kevin Steves
764d4113 4438 <stevesk@sweden.hp.com>
777319db 4439 - (djm) Redhat spec and manpage fixes from Pekka Savola <pekkas@netcore.fi>
bd590612 4440 - (djm) Seperate tests for int64_t and u_int64_t types
61e96248 4441 - (djm) Tweak password expiry checking at suggestion of Kevin Steves
37c1c46d 4442 <stevesk@sweden.hp.com>
e79b44e1 4443 - (djm) NeXT patch from Ben Lindstrom <mouring@pconline.com>
61e96248 4444 - (djm) Use printf %lld instead of %qd in sftp-server.c. Fix from
e2144f11 4445 Michael Stone <mstone@cs.loyola.edu>
188adeb2 4446 - (djm) OpenBSD CVS sync:
4447 - markus@cvs.openbsd.org 2000/09/17 09:38:59
4448 [sshconnect2.c sshd.c]
4449 fix DEBUG_KEXDH
4450 - markus@cvs.openbsd.org 2000/09/17 09:52:51
4451 [sshconnect.c]
4452 yes no; ok niels@
4453 - markus@cvs.openbsd.org 2000/09/21 04:55:11
4454 [sshd.8]
4455 typo
4456 - markus@cvs.openbsd.org 2000/09/21 05:03:54
4457 [serverloop.c]
4458 typo
4459 - markus@cvs.openbsd.org 2000/09/21 05:11:42
4460 scp.c
4461 utime() to utimes(); mouring@pconline.com
4462 - markus@cvs.openbsd.org 2000/09/21 05:25:08
4463 sshconnect2.c
4464 change login logic in ssh2, allows plugin of other auth methods
4465 - markus@cvs.openbsd.org 2000/09/21 05:25:35
4466 [auth2.c channels.c channels.h clientloop.c dispatch.c dispatch.h]
4467 [serverloop.c]
4468 add context to dispatch_run
4469 - markus@cvs.openbsd.org 2000/09/21 05:07:52
4470 authfd.c authfd.h ssh-agent.c
4471 bug compat for old ssh.com software
764d4113 4472
7f377177 447320000920
4474 - (djm) Fix bad path substitution. Report from Andrew Miner
4475 <asminer@cs.iastate.edu>
4476
bcbf86ec 447720000916
61e96248 4478 - (djm) Fix SSL search order from Lutz Jaenicke
7950bf97 4479 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
19ece6d2 4480 - (djm) New SuSE spec from Corinna Vinschen <corinna@vinschen.de>
9cd45ea4 4481 - (djm) Update CygWin support from Corinna Vinschen <vinschen@cygnus.com>
995edaac 4482 - (djm) Use a real struct sockaddr inside the fake struct sockaddr_storage.
4483 Patch from Larry Jones <larry.jones@sdrc.com>
61e96248 4484 - (djm) Add Steve VanDevender's <stevev@darkwing.uoregon.edu> PAM
ad55cd03 4485 password change patch.
4486 - (djm) Bring licenses on my stuff in line with OpenBSD's
0bbfbdeb 4487 - (djm) Cleanup auth-passwd.c and unify HP/UX authentication. Patch from
4488 Kevin Steves <stevesk@sweden.hp.com>
7f8f5e00 4489 - (djm) Shadow expiry check fix from Pavel Troller <patrol@omni.sinus.cz>
4490 - (djm) Re-enable int64_t types - we need them for sftp
4491 - (djm) Use libexecdir from configure , rather than libexecdir/ssh
4492 - (djm) Update Redhat SPEC file accordingly
4493 - (djm) Add Kevin Steves <stevesk@sweden.hp.com> HP/UX contrib files
4494 - (djm) Add Charles Levert <charles@comm.polymtl.ca> getpgrp patch
61e96248 4495 - (djm) Fix password auth on HP/UX 10.20. Patch from Dirk De Wachter
7f8f5e00 4496 <Dirk.DeWachter@rug.ac.be>
61e96248 4497 - (djm) Fixprogs and entropy list fixes from Larry Jones
7f8f5e00 4498 <larry.jones@sdrc.com>
4499 - (djm) Fix for SuSE spec file from Takashi YOSHIDA
4500 <tyoshida@gemini.rc.kyushu-u.ac.jp>
bcbf86ec 4501 - (djm) Merge OpenBSD changes:
4502 - markus@cvs.openbsd.org 2000/09/05 02:59:57
4503 [session.c]
4504 print hostname (not hushlogin)
4505 - markus@cvs.openbsd.org 2000/09/05 13:18:48
4506 [authfile.c ssh-add.c]
4507 enable ssh-add -d for DSA keys
4508 - markus@cvs.openbsd.org 2000/09/05 13:20:49
4509 [sftp-server.c]
4510 cleanup
4511 - markus@cvs.openbsd.org 2000/09/06 03:46:41
4512 [authfile.h]
4513 prototype
4514 - deraadt@cvs.openbsd.org 2000/09/07 14:27:56
4515 [ALL]
61e96248 4516 cleanup copyright notices on all files. I have attempted to be
4517 accurate with the details. everything is now under Tatu's licence
4518 (which I copied from his readme), and/or the core-sdi bsd-ish thing
4519 for deattack, or various openbsd developers under a 2-term bsd
bcbf86ec 4520 licence. We're not changing any rules, just being accurate.
4521 - markus@cvs.openbsd.org 2000/09/07 14:40:30
4522 [channels.c channels.h clientloop.c serverloop.c ssh.c]
4523 cleanup window and packet sizes for ssh2 flow control; ok niels
4524 - markus@cvs.openbsd.org 2000/09/07 14:53:00
4525 [scp.c]
4526 typo
4527 - markus@cvs.openbsd.org 2000/09/07 15:13:37
4528 [auth-options.c auth-options.h auth-rh-rsa.c auth-rsa.c auth.c]
4529 [authfile.h canohost.c channels.h compat.c hostfile.h log.c match.h]
4530 [pty.c readconf.c]
4531 some more Copyright fixes
4532 - markus@cvs.openbsd.org 2000/09/08 03:02:51
4533 [README.openssh2]
4534 bye bye
4535 - deraadt@cvs.openbsd.org 2000/09/11 18:38:33
4536 [LICENCE cipher.c]
4537 a few more comments about it being ARC4 not RC4
4538 - markus@cvs.openbsd.org 2000/09/12 14:53:11
4539 [log-client.c log-server.c log.c ssh.1 ssh.c ssh.h sshd.8 sshd.c]
4540 multiple debug levels
4541 - markus@cvs.openbsd.org 2000/09/14 14:25:15
4542 [clientloop.c]
4543 typo
4544 - deraadt@cvs.openbsd.org 2000/09/15 01:13:51
4545 [ssh-agent.c]
4546 check return value for setenv(3) for failure, and deal appropriately
4547
deb8d717 454820000913
4549 - (djm) Fix server not exiting with jobs in background.
4550
b5e300c2 455120000905
4552 - (djm) Import OpenBSD CVS changes
4553 - markus@cvs.openbsd.org 2000/08/31 15:52:24
4554 [Makefile sshd.8 sshd_config sftp-server.8 sftp-server.c]
4555 implement a SFTP server. interops with sftp2, scp2 and the windows
4556 client from ssh.com
4557 - markus@cvs.openbsd.org 2000/08/31 15:56:03
4558 [README.openssh2]
4559 sync
4560 - markus@cvs.openbsd.org 2000/08/31 16:05:42
4561 [session.c]
4562 Wall
4563 - markus@cvs.openbsd.org 2000/08/31 16:09:34
4564 [authfd.c ssh-agent.c]
4565 add a flag to SSH2_AGENTC_SIGN_REQUEST for future extensions
4566 - deraadt@cvs.openbsd.org 2000/09/01 09:25:13
4567 [scp.1 scp.c]
4568 cleanup and fix -S support; stevesk@sweden.hp.com
4569 - markus@cvs.openbsd.org 2000/09/01 16:29:32
4570 [sftp-server.c]
4571 portability fixes
4572 - markus@cvs.openbsd.org 2000/09/01 16:32:41
4573 [sftp-server.c]
4574 fix cast; mouring@pconline.com
4575 - itojun@cvs.openbsd.org 2000/09/03 09:23:28
4576 [ssh-add.1 ssh.1]
4577 add missing .El against .Bl.
4578 - markus@cvs.openbsd.org 2000/09/04 13:03:41
4579 [session.c]
4580 missing close; ok theo
4581 - markus@cvs.openbsd.org 2000/09/04 13:07:21
4582 [session.c]
4583 fix get_last_login_time order; from andre@van-veen.de
4584 - markus@cvs.openbsd.org 2000/09/04 13:10:09
4585 [sftp-server.c]
4586 more cast fixes; from mouring@pconline.com
4587 - markus@cvs.openbsd.org 2000/09/04 13:06:04
4588 [session.c]
4589 set SSH_ORIGINAL_COMMAND; from Leakin@dfw.nostrum.com, bet@rahul.net
4590 - (djm) Cleanup after import. Fix sftp-server compilation, Makefile
3c62e7eb 4591 - (djm) Merge cygwin support from Corinna Vinschen <vinschen@cygnus.com>
4592
1e61f54a 459320000903
4594 - (djm) Fix Redhat init script
4595
c80876b4 459620000901
4597 - (djm) Pick up Jim's new X11-askpass
4598 - (djm) Release 2.2.0p1
4599
8b4a0d08 460020000831
bcbf86ec 4601 - (djm) Workaround SIGPIPE problems on SCO. Fix from Aran Cox
8b4a0d08 4602 <acox@cv.telegroup.com>
b817711d 4603 - (djm) Pick up new version (2.2.0) from OpenBSD CVS
8b4a0d08 4604
0b65b628 460520000830
4606 - (djm) Compile warning fixes from Mark Miller <markm@swoon.net>
10fa00c8 4607 - (djm) Periodically rekey arc4random
4608 - (djm) Clean up diff against OpenBSD.
bcbf86ec 4609 - (djm) HPUX 11 needs USE_PIPES as well: Kevin Steves
2b10f47a 4610 <stevesk@sweden.hp.com>
b33a2e6e 4611 - (djm) Quieten the pam delete credentials error message
44839801 4612 - (djm) Fix printing of $DISPLAY hack if set by system type. Report from
4613 Kevin Steves <stevesk@sweden.hp.com>
84a770d1 4614 - (djm) NeXT patch from Ben Lindstrom <mouring@pconline.com>
7efa2776 4615 - (djm) Fix doh in bsd-arc4random.c
0b65b628 4616
9aaf9be4 461720000829
bcbf86ec 4618 - (djm) Fix ^C ignored issue on Solaris. Diagnosis from Gert
4619 Doering <gert@greenie.muc.de>, John Horne <J.Horne@plymouth.ac.uk> and
9aaf9be4 4620 Garrick James <garrick@james.net>
b5f90139 4621 - (djm) Check for SCO pty naming style (ptyp%d/ttyp%d). Based on fix from
4622 Bastian Trompetter <btrompetter@firemail.de>
698d107e 4623 - (djm) NeXT tweaks from Ben Lindstrom <mouring@pconline.com>
14a9a859 4624 - More OpenBSD updates:
4625 - deraadt@cvs.openbsd.org 2000/08/24 15:46:59
4626 [scp.c]
4627 off_t in sink, to fix files > 2GB, i think, test is still running ;-)
4628 - deraadt@cvs.openbsd.org 2000/08/25 10:10:06
4629 [session.c]
4630 Wall
4631 - markus@cvs.openbsd.org 2000/08/26 04:33:43
4632 [compat.c]
4633 ssh.com-2.3.0
4634 - markus@cvs.openbsd.org 2000/08/27 12:18:05
4635 [compat.c]
4636 compatibility with future ssh.com versions
4637 - deraadt@cvs.openbsd.org 2000/08/27 21:50:55
4638 [auth-krb4.c session.c ssh-add.c sshconnect.c uidswap.c]
4639 print uid/gid as unsigned
4640 - markus@cvs.openbsd.org 2000/08/28 13:51:00
4641 [ssh.c]
4642 enable -n and -f for ssh2
4643 - markus@cvs.openbsd.org 2000/08/28 14:19:53
4644 [ssh.c]
4645 allow combination of -N and -f
4646 - markus@cvs.openbsd.org 2000/08/28 14:20:56
4647 [util.c]
4648 util.c
4649 - markus@cvs.openbsd.org 2000/08/28 14:22:02
4650 [util.c]
4651 undo
4652 - markus@cvs.openbsd.org 2000/08/28 14:23:38
4653 [util.c]
4654 don't complain if setting NONBLOCK fails with ENODEV
9aaf9be4 4655
137d7b6c 465620000823
4657 - (djm) Define USE_PIPES to avoid socketpair problems on HPUX 10 and SunOS 4
bcbf86ec 4658 Avoids "scp never exits" problem. Reports from Lutz Jaenicke
4659 <Lutz.Jaenicke@aet.TU-Cottbus.DE> and Tamito KAJIYAMA
137d7b6c 4660 <kajiyama@grad.sccs.chukyo-u.ac.jp>
2e73a022 4661 - (djm) Pick up LOGIN_PROGRAM from environment or PATH if not set by headers
da40ab4d 4662 - (djm) Add local version to version.h
ea788c22 4663 - (djm) Don't reseed arc4random everytime it is used
2e73a022 4664 - (djm) OpenBSD CVS updates:
4665 - deraadt@cvs.openbsd.org 2000/08/18 20:07:23
4666 [ssh.c]
4667 accept remsh as a valid name as well; roman@buildpoint.com
4668 - deraadt@cvs.openbsd.org 2000/08/18 20:17:13
4669 [deattack.c crc32.c packet.c]
4670 rename crc32() to ssh_crc32() to avoid zlib name clash. do not move to
4671 libz crc32 function yet, because it has ugly "long"'s in it;
4672 oneill@cs.sfu.ca
4673 - deraadt@cvs.openbsd.org 2000/08/18 20:26:08
4674 [scp.1 scp.c]
4675 -S prog support; tv@debian.org
4676 - deraadt@cvs.openbsd.org 2000/08/18 20:50:07
4677 [scp.c]
4678 knf
4679 - deraadt@cvs.openbsd.org 2000/08/18 20:57:33
4680 [log-client.c]
4681 shorten
4682 - markus@cvs.openbsd.org 2000/08/19 12:48:11
4683 [channels.c channels.h clientloop.c ssh.c ssh.h]
4684 support for ~. in ssh2
4685 - deraadt@cvs.openbsd.org 2000/08/19 15:29:40
4686 [crc32.h]
4687 proper prototype
4688 - markus@cvs.openbsd.org 2000/08/19 15:34:44
bcbf86ec 4689 [authfd.c authfd.h key.c key.h ssh-add.1 ssh-add.c ssh-agent.1]
4690 [ssh-agent.c ssh-keygen.c sshconnect1.c sshconnect2.c Makefile]
2e73a022 4691 [fingerprint.c fingerprint.h]
4692 add SSH2/DSA support to the agent and some other DSA related cleanups.
4693 (note that we cannot talk to ssh.com's ssh2 agents)
4694 - markus@cvs.openbsd.org 2000/08/19 15:55:52
4695 [channels.c channels.h clientloop.c]
4696 more ~ support for ssh2
4697 - markus@cvs.openbsd.org 2000/08/19 16:21:19
4698 [clientloop.c]
4699 oops
4700 - millert@cvs.openbsd.org 2000/08/20 12:25:53
4701 [session.c]
4702 We have to stash the result of get_remote_name_or_ip() before we
4703 close our socket or getpeername() will get EBADF and the process
4704 will exit. Only a problem for "UseLogin yes".
4705 - millert@cvs.openbsd.org 2000/08/20 12:30:59
4706 [session.c]
4707 Only check /etc/nologin if "UseLogin no" since login(1) may have its
4708 own policy on determining who is allowed to login when /etc/nologin
4709 is present. Also use the _PATH_NOLOGIN define.
4710 - millert@cvs.openbsd.org 2000/08/20 12:42:43
4711 [auth1.c auth2.c session.c ssh.c]
4712 Add calls to setusercontext() and login_get*(). We basically call
4713 setusercontext() in most places where previously we did a setlogin().
4714 Add default login.conf file and put root in the "daemon" login class.
4715 - millert@cvs.openbsd.org 2000/08/21 10:23:31
4716 [session.c]
4717 Fix incorrect PATH setting; noted by Markus.
137d7b6c 4718
c345cf9d 471920000818
4720 - (djm) OpenBSD CVS changes:
4721 - markus@cvs.openbsd.org 2000/07/22 03:14:37
4722 [servconf.c servconf.h sshd.8 sshd.c sshd_config]
4723 random early drop; ok theo, niels
4724 - deraadt@cvs.openbsd.org 2000/07/26 11:46:51
4725 [ssh.1]
4726 typo
4727 - deraadt@cvs.openbsd.org 2000/08/01 11:46:11
4728 [sshd.8]
4729 many fixes from pepper@mail.reppep.com
4730 - provos@cvs.openbsd.org 2000/08/01 13:01:42
4731 [Makefile.in util.c aux.c]
4732 rename aux.c to util.c to help with cygwin port
4733 - deraadt@cvs.openbsd.org 2000/08/02 00:23:31
4734 [authfd.c]
4735 correct sun_len; Alexander@Leidinger.net
4736 - provos@cvs.openbsd.org 2000/08/02 10:27:17
4737 [readconf.c sshd.8]
4738 disable kerberos authentication by default
4739 - provos@cvs.openbsd.org 2000/08/02 11:27:05
4740 [sshd.8 readconf.c auth-krb4.c]
4741 disallow kerberos authentication if we can't verify the TGT; from
4742 dugsong@
4743 kerberos authentication is on by default only if you have a srvtab.
4744 - markus@cvs.openbsd.org 2000/08/04 14:30:07
4745 [auth.c]
4746 unused
4747 - markus@cvs.openbsd.org 2000/08/04 14:30:35
4748 [sshd_config]
4749 MaxStartups
4750 - markus@cvs.openbsd.org 2000/08/15 13:20:46
4751 [authfd.c]
4752 cleanup; ok niels@
4753 - markus@cvs.openbsd.org 2000/08/17 14:05:10
4754 [session.c]
4755 cleanup login(1)-like jobs, no duplicate utmp entries
4756 - markus@cvs.openbsd.org 2000/08/17 14:06:34
4757 [session.c sshd.8 sshd.c]
4758 sshd -u len, similar to telnetd
1a022229 4759 - (djm) Lastlog was not getting closed after writing login entry
39987cc0 4760 - (djm) Add Solaris package support from Rip Loomis <loomisg@cist.saic.com>
c345cf9d 4761
416ed5a7 476220000816
4763 - (djm) Replacement for inet_ntoa for Irix (which breaks on gcc)
bcbf86ec 4764 - (djm) Fix strerror replacement for old SunOS. Based on patch from
416ed5a7 4765 Charles Levert <charles@comm.polymtl.ca>
bcbf86ec 4766 - (djm) Seperate arc4random into seperate file and use OpenSSL's RC4
416ed5a7 4767 implementation.
ba606eb2 4768 - (djm) SUN_LEN macro for systems which lack it
416ed5a7 4769
dbaa2e87 477020000815
4771 - (djm) More SunOS 4.1.x fixes from Nate Itkin <nitkin@europa.com>
cd352c82 4772 - (djm) Avoid failures on Irix when ssh is not setuid. Fix from
4773 Michael Stone <mstone@cs.loyola.edu>
d93a7e5a 4774 - (djm) Don't seek in directory based lastlogs
bcbf86ec 4775 - (djm) Fix --with-ipaddr-display configure option test. Patch from
d93a7e5a 4776 Jarno Huuskonen <jhuuskon@messi.uku.fi>
2a2cb9e7 4777 - (djm) Fix AIX limits from Alexandre Oliva <oliva@lsd.ic.unicamp.br>
dbaa2e87 4778
6c33bf70 477920000813
4780 - (djm) Add $(srcdir) to includes when compiling (for VPATH). Report from
4781 Fabrice bacchella <fabrice.bacchella@marchfirst.fr>
4782
3fcce26c 478320000809
bcbf86ec 4784 - (djm) Define AIX hard limits if headers don't. Report from
3fcce26c 4785 Bill Painter <william.t.painter@lmco.com>
bcbf86ec 4786 - (djm) utmp direct write & SunOS 4 patch from Charles Levert
32eec038 4787 <charles@comm.polymtl.ca>
3fcce26c 4788
71d43804 478920000808
4790 - (djm) Cleanup Redhat RPMs. Generate keys at runtime rather than install
4791 time, spec file cleanup.
4792
f9bcea07 479320000807
378f2232 4794 - (djm) Set 0755 on binaries during install. Report from Lutz Jaenicke
47670e77 4795 - (djm) Suppress error messages on channel close shutdown() failurs
4796 works around Linux bug. Patch from Zack Weinberg <zack@wolery.cumb.org>
378f2232 4797 - (djm) Add some more entropy collection commands from Lutz Jaenicke
f9bcea07 4798
bcf89935 479920000725
4800 - (djm) Fix autoconf typo: HAVE_BINRESVPORT_AF -> HAVE_BINDRESVPORT_AF
4801
4c8722d9 480220000721
4803 - (djm) OpenBSD CVS updates:
4804 - markus@cvs.openbsd.org 2000/07/16 02:27:22
4805 [authfd.c authfd.h channels.c clientloop.c ssh-add.c ssh-agent.c ssh.c]
4806 [sshconnect1.c sshconnect2.c]
4807 make ssh-add accept dsa keys (the agent does not)
4808 - djm@cvs.openbsd.org 2000/07/17 19:25:02
4809 [sshd.c]
4810 Another closing of stdin; ok deraadt
4811 - markus@cvs.openbsd.org 2000/07/19 18:33:12
4812 [dsa.c]
4813 missing free, reorder
4814 - markus@cvs.openbsd.org 2000/07/20 16:23:14
4815 [ssh-keygen.1]
4816 document input and output files
4817
240777b8 481820000720
4c8722d9 4819 - (djm) Spec file fix from Petr Novotny <Petr.Novotny@antek.cz>
240777b8 4820
3c7def32 482120000716
4c8722d9 4822 - (djm) Release 2.1.1p4
3c7def32 4823
819b676f 482420000715
704b1659 4825 - (djm) OpenBSD CVS updates
4826 - provos@cvs.openbsd.org 2000/07/13 16:53:22
4827 [aux.c readconf.c servconf.c ssh.h]
4828 allow multiple whitespace but only one '=' between tokens, bug report from
4829 Ralf S. Engelschall <rse@engelschall.com> but different fix. okay deraadt@
4830 - provos@cvs.openbsd.org 2000/07/13 17:14:09
4831 [clientloop.c]
4832 typo; todd@fries.net
4833 - provos@cvs.openbsd.org 2000/07/13 17:19:31
4834 [scp.c]
4835 close can fail on AFS, report error; from Greg Hudson <ghudson@mit.edu>
4836 - markus@cvs.openbsd.org 2000/07/14 16:59:46
4837 [readconf.c servconf.c]
4838 allow leading whitespace. ok niels
4839 - djm@cvs.openbsd.org 2000/07/14 22:01:38
4840 [ssh-keygen.c ssh.c]
4841 Always create ~/.ssh with mode 700; ok Markus
819b676f 4842 - Fixes for SunOS 4.1.4 from Gordon Atwood <gordon@cs.ualberta.ca>
4843 - Include floatingpoint.h for entropy.c
4844 - strerror replacement
704b1659 4845
3f7a7e4a 484620000712
c37fb3c1 4847 - (djm) Remove -lresolve for Reliant Unix
3f7a7e4a 4848 - (djm) OpenBSD CVS Updates:
4849 - deraadt@cvs.openbsd.org 2000/07/11 02:11:34
4850 [session.c sshd.c ]
4851 make MaxStartups code still work with -d; djm
4852 - deraadt@cvs.openbsd.org 2000/07/11 13:17:45
4853 [readconf.c ssh_config]
4854 disable FallBackToRsh by default
c37fb3c1 4855 - (djm) Replace in_addr_t with u_int32_t in bsd-inet_aton.c. Report from
4856 Ben Lindstrom <mouring@pconline.com>
1e970014 4857 - (djm) Make building of X11-Askpass and GNOME-Askpass optional in RPM
4858 spec file.
dcb36e5d 4859 - (djm) Released 2.1.1p3
3f7a7e4a 4860
56118702 486120000711
4862 - (djm) Fixup for AIX getuserattr() support from Tom Bertelson
4863 <tbert@abac.com>
132dd316 4864 - (djm) ReliantUNIX support from Udo Schweigert <ust@cert.siemens.de>
bcbf86ec 4865 - (djm) NeXT: dirent structures to get scp working from Ben Lindstrom
c99e5056 4866 <mouring@pconline.com>
bcbf86ec 4867 - (djm) Fix broken inet_ntoa check and ut_user/ut_name confusion, report
dc2a6d09 4868 from Jim Watt <jimw@peisj.pebio.com>
2d9a148e 4869 - (djm) Replaced bsd-snprintf.c with one from Mutt source tree, it is known
4870 to compile on more platforms (incl NeXT).
cc6f2c4c 4871 - (djm) Added bsd-inet_aton and configure support for NeXT
aae19451 4872 - (djm) Misc NeXT fixes from Ben Lindstrom <mouring@pconline.com>
089fbbd2 4873 - (djm) OpenBSD CVS updates:
4874 - markus@cvs.openbsd.org 2000/06/26 03:22:29
4875 [authfd.c]
4876 cleanup, less cut&paste
4877 - markus@cvs.openbsd.org 2000/06/26 15:59:19
4878 [servconf.c servconf.h session.c sshd.8 sshd.c]
bcbf86ec 4879 MaxStartups: limit number of unauthenticated connections, work by
089fbbd2 4880 theo and me
4881 - deraadt@cvs.openbsd.org 2000/07/05 14:18:07
4882 [session.c]
4883 use no_x11_forwarding_flag correctly; provos ok
4884 - provos@cvs.openbsd.org 2000/07/05 15:35:57
4885 [sshd.c]
4886 typo
4887 - aaron@cvs.openbsd.org 2000/07/05 22:06:58
4888 [scp.1 ssh-agent.1 ssh-keygen.1 sshd.8]
bcbf86ec 4889 Insert more missing .El directives. Our troff really should identify
089fbbd2 4890 these and spit out a warning.
4891 - todd@cvs.openbsd.org 2000/07/06 21:55:04
4892 [auth-rsa.c auth2.c ssh-keygen.c]
4893 clean code is good code
4894 - deraadt@cvs.openbsd.org 2000/07/07 02:14:29
4895 [serverloop.c]
4896 sense of port forwarding flag test was backwards
4897 - provos@cvs.openbsd.org 2000/07/08 17:17:31
4898 [compat.c readconf.c]
4899 replace strtok with strsep; from David Young <dyoung@onthejob.net>
4900 - deraadt@cvs.openbsd.org 2000/07/08 19:21:15
4901 [auth.h]
4902 KNF
4903 - ho@cvs.openbsd.org 2000/07/08 19:27:33
4904 [compat.c readconf.c]
4905 Better conditions for strsep() ending.
4906 - ho@cvs.openbsd.org 2000/07/10 10:27:05
4907 [readconf.c]
4908 Get the correct message on errors. (niels@ ok)
4909 - ho@cvs.openbsd.org 2000/07/10 10:30:25
4910 [cipher.c kex.c servconf.c]
4911 strtok() --> strsep(). (niels@ ok)
5540ea9b 4912 - (djm) Fix problem with debug mode and MaxStartups
eb37534b 4913 - (djm) Don't generate host keys when $(DESTDIR) is set (e.g. during RPM
4914 builds)
229f64ee 4915 - (djm) Add strsep function from OpenBSD libc for systems that lack it
56118702 4916
a8545c6c 491720000709
4918 - (djm) Only enable PAM_TTY kludge for Linux. Problem report from
4919 Kevin Steves <stevesk@sweden.hp.com>
ec90a7d6 4920 - (djm) Match prototype and function declaration for rresvport_af.
4921 Problem report from Niklas Edmundsson <nikke@ing.umu.se>
bcbf86ec 4922 - (djm) Missing $(DESTDIR) on host-key target causing problems with RPM
732e8ac5 4923 builds. Problem report from Gregory Leblanc <GLeblanc@cu-portland.edu>
37f1df94 4924 - (djm) Replace ut_name with ut_user. Patch from Jim Watt
4925 <jimw@peisj.pebio.com>
264dce47 4926 - (djm) Fix pam sprintf fix
4927 - (djm) Cleanup entropy collection code a little more. Split initialisation
4928 from seeding, perform intialisation immediatly at start, be careful with
4929 uids. Based on problem report from Jim Watt <jimw@peisj.pebio.com>
5bf9cfe9 4930 - (djm) More NeXT compatibility from Ben Lindstrom <mouring@pconline.com>
4931 Including sigaction() et al. replacements
bcbf86ec 4932 - (djm) AIX getuserattr() session initialisation from Tom Bertelson
eeec075f 4933 <tbert@abac.com>
a8545c6c 4934
e2902a5b 493520000708
bcbf86ec 4936 - (djm) Fix bad fprintf format handling in auth-pam.c. Patch from
e2902a5b 4937 Aaron Hopkins <aaron@die.net>
7a33f831 4938 - (djm) Fix incorrect configure handling of --with-rsh-path option. Fix from
4939 Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
bcbf86ec 4940 - (djm) Fixed undefined variables for OSF SIA. Report from
b3f162ba 4941 Baars, Henk <Hendrik.Baars@nl.origin-it.com>
bcbf86ec 4942 - (djm) Handle EWOULDBLOCK returns from read() and write() in atomicio.c
b28e4a3b 4943 Fix from Marquess, Steve Mr JMLFDC <Steve.Marquess@DET.AMEDD.ARMY.MIL>
bcbf86ec 4944 - (djm) Don't use inet_addr.
e2902a5b 4945
5637650d 494620000702
4947 - (djm) Fix brace mismatch from Corinna Vinschen <vinschen@cygnus.com>
27494968 4948 - (djm) Stop shadow expiry checking from preventing logins with NIS. Based
4949 on fix from HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
a4070484 4950 - (djm) Use standard OpenSSL functions in auth-skey.c. Patch from
4951 Chris, the Young One <cky@pobox.com>
bcbf86ec 4952 - (djm) Fix scp progress meter on really wide terminals. Based on patch
88726b31 4953 from James H. Cloos Jr. <cloos@jhcloos.com>
5637650d 4954
388e9f9f 495520000701
4956 - (djm) Fix Tru64 SIA problems reported by John P Speno <speno@isc.upenn.edu>
daaff4d5 4957 - (djm) Login fixes from Tom Bertelson <tbert@abac.com>
82258d68 4958 - (djm) Replace "/bin/sh" with _PATH_BSHELL. Report from Corinna Vinschen
4959 <vinschen@cygnus.com>
30228d7c 4960 - (djm) Replace "/usr/bin/login" with LOGIN_PROGRAM
2647ae26 4961 - (djm) Added check for broken snprintf() functions which do not correctly
4962 terminate output string and attempt to use replacement.
46158300 4963 - (djm) Released 2.1.1p2
388e9f9f 4964
9f32ceb4 496520000628
4966 - (djm) Fixes to lastlog code for Irix
4967 - (djm) Use atomicio in loginrec
3206bb3b 4968 - (djm) Patch from Michael Stone <mstone@cs.loyola.edu> to add support for
4969 Irix 6.x array sessions, project id's, and system audit trail id.
9e0c3e1f 4970 - (djm) Added 'distprep' make target to simplify packaging
bcbf86ec 4971 - (djm) Added patch from Chris Adams <cmadams@hiwaay.net> to add OSF SIA
4d33e531 4972 support. Enable using "USE_SIA=1 ./configure [options]"
61e96248 4973
d8caae24 497420000627
4975 - (djm) Fixes to login code - not setting li->uid, cleanups
a05a70ab 4976 - (djm) Formatting
d8caae24 4977
fe30cc2e 497820000626
3e98362e 4979 - (djm) Better fix to aclocal tests from Garrick James <garrick@james.net>
4cb5ffa0 4980 - (djm) Account expiry support from Andreas Steinmetz <ast@domdv.de>
4981 - (djm) Added password expiry checking (no password change support)
be0b9bb7 4982 - (djm) Make EGD failures non-fatal if OpenSSL's entropy pool is still OK
4983 based on patch from Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
b5b3f75d 4984 - (djm) Fix fixed EGD code.
3e98362e 4985 - OpenBSD CVS update
4986 - provos@cvs.openbsd.org 2000/06/25 14:17:58
4987 [channels.c]
4988 correct check for bad channel ids; from Wei Dai <weidai@eskimo.com>
4989
1c04b088 499020000623
bcbf86ec 4991 - (djm) Use sa_family_t in prototype for rresvport_af. Patch from
1c04b088 4992 Svante Signell <svante.signell@telia.com>
4993 - (djm) Autoconf logic to define sa_family_t if it is missing
e5a0294f 4994 - OpenBSD CVS Updates:
4995 - markus@cvs.openbsd.org 2000/06/22 10:32:27
4996 [sshd.c]
4997 missing atomicio; report from Steve.Marquess@DET.AMEDD.ARMY.MIL
4998 - djm@cvs.openbsd.org 2000/06/22 17:55:00
4999 [auth-krb4.c key.c radix.c uuencode.c]
5000 Missing CVS idents; ok markus
1c04b088 5001
f528fdf2 500220000622
5003 - (djm) Automatically generate host key during "make install". Suggested
5004 by Gary E. Miller <gem@rellim.com>
5005 - (djm) Paranoia before kill() system call
74fc9186 5006 - OpenBSD CVS Updates:
5007 - markus@cvs.openbsd.org 2000/06/18 18:50:11
5008 [auth2.c compat.c compat.h sshconnect2.c]
5009 make userauth+pubkey interop with ssh.com-2.2.0
5010 - markus@cvs.openbsd.org 2000/06/18 20:56:17
5011 [dsa.c]
5012 mem leak + be more paranoid in dsa_verify.
5013 - markus@cvs.openbsd.org 2000/06/18 21:29:50
5014 [key.c]
5015 cleanup fingerprinting, less hardcoded sizes
5016 - markus@cvs.openbsd.org 2000/06/19 19:39:45
5017 [atomicio.c auth-options.c auth-passwd.c auth-rh-rsa.c auth-rhosts.c]
5018 [auth-rsa.c auth-skey.c authfd.c authfd.h authfile.c bufaux.c bufaux.h]
bcbf86ec 5019 [buffer.c buffer.h canohost.c channels.c channels.h cipher.c cipher.h]
74fc9186 5020 [clientloop.c compat.c compat.h compress.c compress.h crc32.c crc32.h]
5021 [deattack.c dispatch.c dsa.c fingerprint.c fingerprint.h getput.h hmac.c]
bcbf86ec 5022 [kex.c log-client.c log-server.c login.c match.c mpaux.c mpaux.h nchan.c]
5023 [nchan.h packet.c packet.h pty.c pty.h readconf.c readconf.h readpass.c]
74fc9186 5024 [rsa.c rsa.h scp.c servconf.c servconf.h ssh-add.c ssh-keygen.c ssh.c]
5025 [ssh.h tildexpand.c ttymodes.c ttymodes.h uidswap.c xmalloc.c xmalloc.h]
5026 OpenBSD tag
5027 - markus@cvs.openbsd.org 2000/06/21 10:46:10
5028 sshconnect2.c missing free; nuke old comment
f528fdf2 5029
e5fe9a1f 503020000620
5031 - (djm) Replace use of '-o' and '-a' logical operators in configure tests
986a22ec 5032 with '||' and '&&'. As suggested by Jim Knoble <jmknoble@jmknoble.cx>
e5fe9a1f 5033 to fix SCO Unixware problem reported by Gary E. Miller <gem@rellim.com>
c03aced4 5034 - (djm) Typo in loginrec.c
e5fe9a1f 5035
cbd7492e 503620000618
5037 - (djm) Add summary of configure options to end of ./configure run
bcbf86ec 5038 - (djm) Not all systems define RUSAGE_SELF & RUSAGE_CHILDREN. Report from
cbd7492e 5039 Michael Stone <mstone@cs.loyola.edu>
bcbf86ec 5040 - (djm) rusage is a privileged operation on some Unices (incl.
cbd7492e 5041 Solaris 2.5.1). Report from Paul D. Smith <pausmith@nortelnetworks.com>
bcbf86ec 5042 - (djm) Avoid PAM failures when running without a TTY. Report from
cbd7492e 5043 Martin Petrak <petrak@spsknm.schools.sk>
5044 - (djm) Include sys/types.h when including netinet/in.h in configure tests.
5045 Patch from Jun-ichiro itojun Hagino <itojun@iijlab.net>
729bfe59 5046 - (djm) Started merge of Ben Lindstrom's <mouring@pconline.com> NeXT support
38c295d6 5047 - OpenBSD CVS updates:
5048 - deraadt@cvs.openbsd.org 2000/06/17 09:58:46
5049 [channels.c]
5050 everyone says "nix it" (remove protocol 2 debugging message)
5051 - markus@cvs.openbsd.org 2000/06/17 13:24:34
5052 [sshconnect.c]
5053 allow extended server banners
5054 - markus@cvs.openbsd.org 2000/06/17 14:30:10
5055 [sshconnect.c]
5056 missing atomicio, typo
5057 - jakob@cvs.openbsd.org 2000/06/17 16:52:34
5058 [servconf.c servconf.h session.c sshd.8 sshd_config]
5059 add support for ssh v2 subsystems. ok markus@.
5060 - deraadt@cvs.openbsd.org 2000/06/17 18:57:48
5061 [readconf.c servconf.c]
5062 include = in WHITESPACE; markus ok
5063 - markus@cvs.openbsd.org 2000/06/17 19:09:10
5064 [auth2.c]
5065 implement bug compatibility with ssh-2.0.13 pubkey, server side
5066 - markus@cvs.openbsd.org 2000/06/17 21:00:28
5067 [compat.c]
5068 initial support for ssh.com's 2.2.0
5069 - markus@cvs.openbsd.org 2000/06/17 21:16:09
5070 [scp.c]
5071 typo
5072 - markus@cvs.openbsd.org 2000/06/17 22:05:02
5073 [auth-rsa.c auth2.c serverloop.c session.c auth-options.c auth-options.h]
5074 split auth-rsa option parsing into auth-options
5075 add options support to authorized_keys2
5076 - markus@cvs.openbsd.org 2000/06/17 22:42:54
5077 [session.c]
5078 typo
cbd7492e 5079
509b1f88 508020000613
5081 - (djm) Fixes from Andrew McGill <andrewm@datrix.co.za>:
5082 - Platform define for SCO 3.x which breaks on /dev/ptmx
5083 - Detect and try to fix missing MAXPATHLEN
a4d05724 5084 - (djm) Fix short copy in loginrec.c (based on patch from Phill Camp
5085 <P.S.S.Camp@ukc.ac.uk>
509b1f88 5086
09564242 508720000612
5088 - (djm) Glob manpages in RPM spec files to catch compressed files
5089 - (djm) Full license in auth-pam.c
08ae384f 5090 - (djm) Configure fixes from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
383207f7 5091 - (andre) AIX, lastlog, configure fixes from Tom Bertelson <tbert@abac.com>:
5092 - Don't try to retrieve lastlog from wtmp/wtmpx if DISABLE_LASTLOG is
5093 def'd
5094 - Set AIX to use preformatted manpages
61e96248 5095
74b224a0 509620000610
5097 - (djm) Minor doc tweaks
217ab55e 5098 - (djm) Fix for configure on bash2 from Jim Knoble <jmknoble@jmknoble.cx>
74b224a0 5099
32c80420 510020000609
5101 - (djm) Patch from Kenji Miyake <kenji@miyake.org> to disable utmp usage
5102 (in favour of utmpx) on Solaris 8
5103
fa649821 510420000606
48c99b2c 5105 - (djm) Cleanup of entropy.c. Reorganised code, removed second pass through
5106 list of commands (by default). Removed verbose debugging (by default).
bcbf86ec 5107 - (djm) Increased command entropy estimates and default entropy collection
48c99b2c 5108 timeout
f988dce5 5109 - (djm) Remove duplicate headers from loginrec.c
c5fa2eb0 5110 - (djm) Don't add /usr/local/lib to library search path on Irix
bcbf86ec 5111 - (djm) Fix rsh path in RPMs. Report from Jason L Tibbitts III
fa649821 5112 <tibbs@math.uh.edu>
1e83f2a2 5113 - (djm) Warn user if grabs fail in GNOME askpass. Patch from Zack Weinberg
5114 <zack@wolery.cumb.org>
fa649821 5115 - (djm) OpenBSD CVS updates:
5116 - todd@cvs.openbsd.org
5117 [sshconnect2.c]
5118 teach protocol v2 to count login failures properly and also enable an
5119 explanation of why the password prompt comes up again like v1; this is NOT
5120 crypto
61e96248 5121 - markus@cvs.openbsd.org
fa649821 5122 [readconf.c readconf.h servconf.c servconf.h session.c ssh.1 ssh.c sshd.8]
5123 xauth_location support; pr 1234
5124 [readconf.c sshconnect2.c]
5125 typo, unused
5126 [session.c]
5127 allow use_login only for login sessions, otherwise remote commands are
5128 execed with uid==0
5129 [sshd.8]
5130 document UseLogin better
5131 [version.h]
5132 OpenSSH 2.1.1
5133 [auth-rsa.c]
bcbf86ec 5134 fix match_hostname() logic for auth-rsa: deny access if we have a
fa649821 5135 negative match or no match at all
5136 [channels.c hostfile.c match.c]
bcbf86ec 5137 don't panic if mkdtemp fails for authfwd; jkb@yahoo-inc.com via
fa649821 5138 kris@FreeBSD.org
5139
8e7b16f8 514020000606
bcbf86ec 5141 - (djm) Added --with-cflags, --with-ldflags and --with-libs options to
8e7b16f8 5142 configure.
5143
d7c0f3d5 514420000604
5145 - Configure tweaking for new login code on Irix 5.3
2d6c411f 5146 - (andre) login code changes based on djm feedback
d7c0f3d5 5147
2d6c411f 514820000603
5149 - (andre) New login code
5150 - Remove bsd-login.[ch] and all the OpenBSD-derived code in login.c
5151 - Add loginrec.[ch], logintest.c and autoconf code
61e96248 5152
5daf7064 515320000531
5154 - Cleanup of auth.c, login.c and fake-*
5155 - Cleanup of auth-pam.c, save and print "account expired" error messages
e5662474 5156 - Fix EGD read bug by IWAMURO Motonori <iwa@mmp.fujitsu.co.jp>
69134b9b 5157 - Rewrote bsd-login to use proper utmp API if available. Major cleanup
5158 of fallback DIY code.
5daf7064 5159
b9f446d1 516020000530
5161 - Define atexit for old Solaris
b02ebca1 5162 - Fix buffer overrun in login.c for systems which use syslen in utmpx.
5163 patch from YOSHIFUJI Hideaki <yoshfuji@cerberus.nemoto.ecei.tohoku.ac.jp>
71276795 5164 - OpenBSD CVS updates:
5165 - markus@cvs.openbsd.org
5166 [session.c]
5167 make x11-fwd work w/ localhost (xauth add host/unix:11)
5168 [cipher.c compat.c readconf.c servconf.c]
5169 check strtok() != NULL; ok niels@
5170 [key.c]
5171 fix key_read() for uuencoded keys w/o '='
5172 [serverloop.c]
5173 group ssh1 vs. ssh2 in serverloop
5174 [kex.c kex.h myproposal.h sshconnect2.c sshd.c]
5175 split kexinit/kexdh, factor out common code
5176 [readconf.c ssh.1 ssh.c]
5177 forwardagent defaults to no, add ssh -A
5178 - theo@cvs.openbsd.org
5179 [session.c]
5180 just some line shortening
60688ef9 5181 - Released 2.1.0p3
b9f446d1 5182
29611d9c 518320000520
5184 - Xauth fix from Markus Friedl <markus.friedl@informatik.uni-erlangen.de>
25422c70 5185 - Don't touch utmp if USE_UTMPX defined
a423beaf 5186 - SunOS 4.x support from Todd C. Miller <Todd.Miller@courtesan.com>
fc1e8bf4 5187 - SIGCHLD fix for AIX and HPUX from Tom Bertelson <tbert@abac.com>
bcbf86ec 5188 - HPUX and Configure fixes from Lutz Jaenicke
fc1e8bf4 5189 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
bcbf86ec 5190 - Use mkinstalldirs script to make directories instead of non-portable
fc1e8bf4 5191 "install -d". Suggested by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
a905808d 5192 - Doc cleanup
29611d9c 5193
301e9b01 519420000518
5195 - Include Andre Lucas' fixprogs script. Forgot to "cvs add" it yesterday
5196 - OpenBSD CVS updates:
5197 - markus@cvs.openbsd.org
5198 [sshconnect.c]
5199 copy only ai_addrlen bytes; misiek@pld.org.pl
5200 [auth.c]
bcbf86ec 5201 accept an empty shell in authentication; bug reported by
301e9b01 5202 chris@tinker.ucr.edu
5203 [serverloop.c]
5204 we don't have stderr for interactive terminal sessions (fcntl errors)
5205
ad85db64 520620000517
5207 - Fix from Andre Lucas <andre.lucas@dial.pipex.com>
5208 - Fixes command line printing segfaults (spotter: Bladt Norbert)
5209 - Fixes erroneous printing of debug messages to syslog
5210 - Fixes utmp for MacOS X (spotter: Aristedes Maniatis)
5211 - Gives useful error message if PRNG initialisation fails
5212 - Reduced ssh startup delay
5213 - Measures cumulative command time rather than the time between reads
704b1659 5214 after select()
ad85db64 5215 - 'fixprogs' perl script to eliminate non-working entropy commands, and
704b1659 5216 optionally run 'ent' to measure command entropy
c1ef8333 5217 - Applied Tom Bertelson's <tbert@abac.com> AIX authentication fix
a64009ad 5218 - Avoid WCOREDUMP complation errors for systems that lack it
bcbf86ec 5219 - Avoid SIGCHLD warnings from entropy commands
28c1d5ce 5220 - Fix HAVE_PAM_GETENVLIST setting from Simon Wilkinson <sxw@dcs.ed.ac.uk>
0e73cc53 5221 - OpenBSD CVS update:
bcbf86ec 5222 - markus@cvs.openbsd.org
0e73cc53 5223 [ssh.c]
5224 fix usage()
5225 [ssh2.h]
5226 draft-ietf-secsh-architecture-05.txt
5227 [ssh.1]
5228 document ssh -T -N (ssh2 only)
5229 [channels.c serverloop.c ssh.h sshconnect.c sshd.c aux.c]
5230 enable nonblocking IO for sshd w/ proto 1, too; split out common code
5231 [aux.c]
5232 missing include
c04f75f1 5233 - Several patches from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
5234 - INSTALL typo and URL fix
5235 - Makefile fix
5236 - Solaris fixes
bcbf86ec 5237 - Checking for ssize_t and memmove. Based on patch from SAKAI Kiyotaka
c04f75f1 5238 <ksakai@kso.netwk.ntt-at.co.jp>
afa5ee68 5239 - RSAless operation patch from kevin_oconnor@standardandpoors.com
d45e3d76 5240 - Detect OpenSSL seperatly from RSA
bcbf86ec 5241 - Better test for RSA (more compatible with RSAref). Based on work by
d45e3d76 5242 Ed Eden <ede370@stl.rural.usda.gov>
ad85db64 5243
3d1a1654 524420000513
bcbf86ec 5245 - Fix for non-recognised DSA keys from Arkadiusz Miskiewicz
3d1a1654 5246 <misiek@pld.org.pl>
5247
d02a3a00 524820000511
bcbf86ec 5249 - Fix for prng_seed permissions checking from Lutz Jaenicke
d02a3a00 5250 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
3d1a1654 5251 - "make host-key" fix for Irix
d02a3a00 5252
d0c832f3 525320000509
5254 - OpenBSD CVS update
5255 - markus@cvs.openbsd.org
5256 [cipher.h myproposal.h readconf.c readconf.h servconf.c ssh.1 ssh.c]
5257 [ssh.h sshconnect1.c sshconnect2.c sshd.8]
5258 - complain about invalid ciphers in SSH1 (e.g. arcfour is SSH2 only)
5259 - hugh@cvs.openbsd.org
5260 [ssh.1]
5261 - zap typo
5262 [ssh-keygen.1]
5263 - One last nit fix. (markus approved)
5264 [sshd.8]
5265 - some markus certified spelling adjustments
5266 - markus@cvs.openbsd.org
5267 [auth2.c channels.c clientloop.c compat compat.h dsa.c kex.c]
5268 [sshconnect2.c ]
5269 - bug compat w/ ssh-2.0.13 x11, split out bugs
5270 [nchan.c]
5271 - no drain if ibuf_empty, fixes x11fwd problems; tests by fries@
5272 [ssh-keygen.c]
5273 - handle escapes in real and original key format, ok millert@
5274 [version.h]
5275 - OpenSSH-2.1
3dc1102e 5276 - Moved all the bsd-* and fake-* stuff into new libopenbsd-compat.a
e93ee87a 5277 - Doc updates
bcbf86ec 5278 - Cleanup of bsd-base64 headers, bugfix definitions of __b64_*. Reported
21e5304a 5279 by Andre Lucas <andre.lucas@dial.pipex.com>
d0c832f3 5280
ebdeb9a8 528120000508
5282 - Makefile and RPM spec fixes
5283 - Generate DSA host keys during "make key" or RPM installs
f6cde515 5284 - OpenBSD CVS update
5285 - markus@cvs.openbsd.org
5286 [clientloop.c sshconnect2.c]
5287 - make x11-fwd interop w/ ssh-2.0.13
5288 [README.openssh2]
5289 - interop w/ SecureFX
5290 - Release 2.0.0beta2
ebdeb9a8 5291
bcbf86ec 5292 - Configure caching and cleanup patch from Andre Lucas'
58d100bf 5293 <andre.lucas@dial.pipex.com>
5294
1d1ffb87 529520000507
5296 - Remove references to SSLeay.
5297 - Big OpenBSD CVS update
5298 - markus@cvs.openbsd.org
5299 [clientloop.c]
5300 - typo
5301 [session.c]
5302 - update proctitle on pty alloc/dealloc, e.g. w/ windows client
5303 [session.c]
5304 - update proctitle for proto 1, too
5305 [channels.h nchan.c serverloop.c session.c sshd.c]
5306 - use c-style comments
5307 - deraadt@cvs.openbsd.org
5308 [scp.c]
5309 - more atomicio
bcbf86ec 5310 - markus@cvs.openbsd.org
1d1ffb87 5311 [channels.c]
5312 - set O_NONBLOCK
5313 [ssh.1]
5314 - update AUTHOR
5315 [readconf.c ssh-keygen.c ssh.h]
5316 - default DSA key file ~/.ssh/id_dsa
5317 [clientloop.c]
5318 - typo, rm verbose debug
5319 - deraadt@cvs.openbsd.org
5320 [ssh-keygen.1]
5321 - document DSA use of ssh-keygen
5322 [sshd.8]
5323 - a start at describing what i understand of the DSA side
5324 [ssh-keygen.1]
5325 - document -X and -x
5326 [ssh-keygen.c]
5327 - simplify usage
bcbf86ec 5328 - markus@cvs.openbsd.org
1d1ffb87 5329 [sshd.8]
5330 - there is no rhosts_dsa
5331 [ssh-keygen.1]
5332 - document -y, update -X,-x
5333 [nchan.c]
5334 - fix close for non-open ssh1 channels
5335 [servconf.c servconf.h ssh.h sshd.8 sshd.c ]
5336 - s/DsaKey/HostDSAKey/, document option
5337 [sshconnect2.c]
5338 - respect number_of_password_prompts
5339 [channels.c channels.h servconf.c servconf.h session.c sshd.8]
5340 - GatewayPorts for sshd, ok deraadt@
5341 [ssh-add.1 ssh-agent.1 ssh.1]
5342 - more doc on: DSA, id_dsa, known_hosts2, authorized_keys2
5343 [ssh.1]
5344 - more info on proto 2
5345 [sshd.8]
5346 - sync AUTHOR w/ ssh.1
5347 [key.c key.h sshconnect.c]
5348 - print key type when talking about host keys
5349 [packet.c]
5350 - clear padding in ssh2
5351 [dsa.c key.c radix.c ssh.h sshconnect1.c uuencode.c uuencode.h]
5352 - replace broken uuencode w/ libc b64_ntop
5353 [auth2.c]
5354 - log failure before sending the reply
5355 [key.c radix.c uuencode.c]
5356 - remote trailing comments before calling __b64_pton
5357 [auth2.c readconf.c readconf.h servconf.c servconf.h ssh.1]
5358 [sshconnect2.c sshd.8]
5359 - add DSAAuthetication option to ssh/sshd, document SSH2 in sshd.8
5360 - Bring in b64_ntop and b64_pton from OpenBSD libc (bsd-base64.[ch])
5361
1a11e1ae 536220000502
0fbe8c74 5363 - OpenBSD CVS update
5364 [channels.c]
5365 - init all fds, close all fds.
5366 [sshconnect2.c]
5367 - check whether file exists before asking for passphrase
5368 [servconf.c servconf.h sshd.8 sshd.c]
5369 - PidFile, pr 1210
5370 [channels.c]
5371 - EINTR
5372 [channels.c]
5373 - unbreak, ok niels@
5374 [sshd.c]
5375 - unlink pid file, ok niels@
5376 [auth2.c]
5377 - Add missing #ifdefs; ok - markus
bcbf86ec 5378 - Add Andre Lucas' <andre.lucas@dial.pipex.com> patch to read entropy
d3083fbd 5379 gathering commands from a text file
1a11e1ae 5380 - Release 2.0.0beta1
5381
c4bc58eb 538220000501
5383 - OpenBSD CVS update
5384 [packet.c]
5385 - send debug messages in SSH2 format
3189621b 5386 [scp.c]
5387 - fix very rare EAGAIN/EINTR issues; based on work by djm
5388 [packet.c]
5389 - less debug, rm unused
5390 [auth2.c]
5391 - disable kerb,s/key in ssh2
5392 [sshd.8]
5393 - Minor tweaks and typo fixes.
5394 [ssh-keygen.c]
5395 - Put -d into usage and reorder. markus ok.
bcbf86ec 5396 - Include missing headers for OpenSSL tests. Fix from Phil Karn
44fb55e9 5397 <karn@ka9q.ampr.org>
bcbf86ec 5398 - Fixed __progname symbol collisions reported by Andre Lucas
3fd95d9a 5399 <andre.lucas@dial.pipex.com>
0d5f7abc 5400 - Merged bsd-login ttyslot and AIX utmp patch from Gert Doering
5401 <gd@hilb1.medat.de>
8cb940db 5402 - Add some missing ifdefs to auth2.c
8af50c98 5403 - Deprecate perl-tk askpass.
52bcc044 5404 - Irix portability fixes - don't include netinet headers more than once
5405 - Make sure we don't save PRNG seed more than once
c4bc58eb 5406
2b763e31 540720000430
5408 - Merge HP-UX fixes and TCB support from Ged Lodder <lodder@yacc.com.au>
b7a87eea 5409 - Integrate Andre Lucas' <andre.lucas@dial.pipex.com> entropy collection
5410 patch.
5411 - Adds timeout to entropy collection
5412 - Disables slow entropy sources
5413 - Load and save seed file
bcbf86ec 5414 - Changed entropy seed code to user per-user seeds only (server seed is
b7a87eea 5415 saved in root's .ssh directory)
5416 - Use atexit() and fatal cleanups to save seed on exit
0b242b12 5417 - More OpenBSD updates:
5418 [session.c]
5419 - don't call chan_write_failed() if we are not writing
5420 [auth-rsa.c auth1.c authfd.c hostfile.c ssh-agent.c]
5421 - keysize warnings error() -> log()
2b763e31 5422
a306f2dd 542320000429
5424 - Merge big update to OpenSSH-2.0 from OpenBSD CVS
5425 [README.openssh2]
5426 - interop w/ F-secure windows client
5427 - sync documentation
5428 - ssh_host_dsa_key not ssh_dsa_key
5429 [auth-rsa.c]
5430 - missing fclose
5431 [auth.c authfile.c compat.c dsa.c dsa.h hostfile.c key.c key.h radix.c]
5432 [readconf.c readconf.h ssh-add.c ssh-keygen.c ssh.c ssh.h sshconnect.c]
5433 [sshd.c uuencode.c uuencode.h authfile.h]
5434 - add DSA pubkey auth and other SSH2 fixes. use ssh-keygen -[xX]
5435 for trading keys with the real and the original SSH, directly from the
5436 people who invented the SSH protocol.
5437 [auth.c auth.h authfile.c sshconnect.c auth1.c auth2.c sshconnect.h]
5438 [sshconnect1.c sshconnect2.c]
5439 - split auth/sshconnect in one file per protocol version
5440 [sshconnect2.c]
5441 - remove debug
5442 [uuencode.c]
5443 - add trailing =
5444 [version.h]
5445 - OpenSSH-2.0
5446 [ssh-keygen.1 ssh-keygen.c]
5447 - add -R flag: exit code indicates if RSA is alive
5448 [sshd.c]
5449 - remove unused
5450 silent if -Q is specified
5451 [ssh.h]
5452 - host key becomes /etc/ssh_host_dsa_key
5453 [readconf.c servconf.c ]
5454 - ssh/sshd default to proto 1 and 2
5455 [uuencode.c]
5456 - remove debug
5457 [auth2.c ssh-keygen.c sshconnect2.c sshd.c]
5458 - xfree DSA blobs
5459 [auth2.c serverloop.c session.c]
5460 - cleanup logging for sshd/2, respect PasswordAuth no
5461 [sshconnect2.c]
5462 - less debug, respect .ssh/config
5463 [README.openssh2 channels.c channels.h]
bcbf86ec 5464 - clientloop.c session.c ssh.c
a306f2dd 5465 - support for x11-fwding, client+server
5466
0ac7199f 546720000421
5468 - Merge fix from OpenBSD CVS
5469 [ssh-agent.c]
5470 - Fix memory leak per connection. Report from Andy Spiegl <Andy@Spiegl.de>
5471 via Debian bug #59926
18ba2aab 5472 - Define __progname in session.c if libc doesn't
5473 - Remove indentation on autoconf #include statements to avoid bug in
bcbf86ec 5474 DEC Tru64 compiler. Report and fix from David Del Piero
18ba2aab 5475 <David.DelPiero@qed.qld.gov.au>
0ac7199f 5476
e1b37056 547720000420
bcbf86ec 5478 - Make fixpaths work with perl4, patch from Andre Lucas
e1b37056 5479 <andre.lucas@dial.pipex.com>
9da5c3c9 5480 - Sync with OpenBSD CVS:
5481 [clientloop.c login.c serverloop.c ssh-agent.c ssh.h sshconnect.c sshd.c]
5482 - pid_t
5483 [session.c]
5484 - remove bogus chan_read_failed. this could cause data
5485 corruption (missing data) at end of a SSH2 session.
4e577b89 5486 - Merge fixes from Debian patch from Phil Hands <phil@hands.com>
5487 - Allow setting of PAM service name through CFLAGS (SSHD_PAM_SERVICE)
5488 - Use vhangup to clean up Linux ttys
5489 - Force posix getopt processing on GNU libc systems
371ecff9 5490 - Debian bug #55910 - remove references to ssl(8) manpages
247f1a89 5491 - Debian bug #58031 - ssh_config lies about default cipher
e1b37056 5492
d6f24e45 549320000419
5494 - OpenBSD CVS updates
5495 [channels.c]
5496 - fix pr 1196, listen_port and port_to_connect interchanged
5497 [scp.c]
bcbf86ec 5498 - after completion, replace the progress bar ETA counter with a final
d6f24e45 5499 elapsed time; my idea, aaron wrote the patch
5500 [ssh_config sshd_config]
5501 - show 'Protocol' as an example, ok markus@
5502 [sshd.c]
5503 - missing xfree()
5504 - Add missing header to bsd-misc.c
5505
35484284 550620000416
5507 - Reduce diff against OpenBSD source
bcbf86ec 5508 - All OpenSSL includes are now unconditionally referenced as
35484284 5509 openssl/foo.h
5510 - Pick up formatting changes
5511 - Other minor changed (typecasts, etc) that I missed
5512
6ae2364d 551320000415
5514 - OpenBSD CVS updates.
5515 [ssh.1 ssh.c]
5516 - ssh -2
5517 [auth.c channels.c clientloop.c packet.c packet.h serverloop.c]
5518 [session.c sshconnect.c]
5519 - check payload for (illegal) extra data
5520 [ALL]
5521 whitespace cleanup
5522
c323ac76 552320000413
5524 - INSTALL doc updates
f54651ce 5525 - Merged OpenBSD updates to include paths.
bcbf86ec 5526
a8be9f80 552720000412
5528 - OpenBSD CVS updates:
5529 - [channels.c]
5530 repair x11-fwd
5531 - [sshconnect.c]
5532 fix passwd prompt for ssh2, less debugging output.
5533 - [clientloop.c compat.c dsa.c kex.c sshd.c]
5534 less debugging output
5535 - [kex.c kex.h sshconnect.c sshd.c]
5536 check for reasonable public DH values
5537 - [README.openssh2 cipher.c cipher.h compat.c compat.h readconf.c]
5538 [readconf.h servconf.c servconf.h ssh.c ssh.h sshconnect.c sshd.c]
5539 add Cipher and Protocol options to ssh/sshd, e.g.:
5540 ssh -o 'Protocol 1,2' if you prefer proto 1, ssh -o 'Ciphers
5541 arcfour,3des-cbc'
5542 - [sshd.c]
5543 print 1.99 only if server supports both
5544
18e92801 554520000408
5546 - Avoid some compiler warnings in fake-get*.c
5547 - Add IPTOS macros for systems which lack them
9d98aaf6 5548 - Only set define entropy collection macros if they are found
e78a59f5 5549 - More large OpenBSD CVS updates:
5550 - [auth.c auth.h servconf.c servconf.h serverloop.c session.c]
5551 [session.h ssh.h sshd.c README.openssh2]
5552 ssh2 server side, see README.openssh2; enable with 'sshd -2'
5553 - [channels.c]
5554 no adjust after close
5555 - [sshd.c compat.c ]
5556 interop w/ latest ssh.com windows client.
61e96248 5557
8ce64345 555820000406
5559 - OpenBSD CVS update:
5560 - [channels.c]
5561 close efd on eof
5562 - [clientloop.c compat.c ssh.c sshconnect.c myproposal.h]
5563 ssh2 client implementation, interops w/ ssh.com and lsh servers.
5564 - [sshconnect.c]
5565 missing free.
5566 - [authfile.c cipher.c cipher.h packet.c sshconnect.c sshd.c]
5567 remove unused argument, split cipher_mask()
5568 - [clientloop.c]
5569 re-order: group ssh1 vs. ssh2
5570 - Make Redhat spec require openssl >= 0.9.5a
5571
e7627112 557220000404
5573 - Add tests for RAND_add function when searching for OpenSSL
7e7327a1 5574 - OpenBSD CVS update:
5575 - [packet.h packet.c]
5576 ssh2 packet format
5577 - [packet.h packet.c nchan2.ms nchan.h compat.h compat.c]
5578 [channels.h channels.c]
5579 channel layer support for ssh2
5580 - [kex.h kex.c hmac.h hmac.c dsa.c dsa.h]
5581 DSA, keyexchange, algorithm agreement for ssh2
6c081128 5582 - Generate manpages before make install not at the end of make all
5583 - Don't seed the rng quite so often
5584 - Always reseed rng when requested
e7627112 5585
bfc9a610 558620000403
5587 - Wrote entropy collection routines for systems that lack /dev/random
5588 and EGD
837c30b8 5589 - Disable tests and typedefs for 64 bit types. They are currently unused.
bfc9a610 5590
7368a6c8 559120000401
5592 - Big OpenBSD CVS update (mainly beginnings of SSH2 infrastructure)
5593 - [auth.c session.c sshd.c auth.h]
5594 split sshd.c -> auth.c session.c sshd.c plus cleanup and goto-removal
5595 - [bufaux.c bufaux.h]
5596 support ssh2 bignums
5597 - [channels.c channels.h clientloop.c sshd.c nchan.c nchan.h packet.c]
5598 [readconf.c ssh.c ssh.h serverloop.c]
5599 replace big switch() with function tables (prepare for ssh2)
5600 - [ssh2.h]
5601 ssh2 message type codes
5602 - [sshd.8]
5603 reorder Xr to avoid cutting
5604 - [serverloop.c]
5605 close(fdin) if fdin != fdout, shutdown otherwise, ok theo@
5606 - [channels.c]
5607 missing close
5608 allow bigger packets
5609 - [cipher.c cipher.h]
5610 support ssh2 ciphers
5611 - [compress.c]
5612 cleanup, less code
5613 - [dispatch.c dispatch.h]
5614 function tables for different message types
5615 - [log-server.c]
5616 do not log() if debuggin to stderr
5617 rename a cpp symbol, to avoid param.h collision
5618 - [mpaux.c]
5619 KNF
5620 - [nchan.c]
5621 sync w/ channels.c
5622
f5238bee 562320000326
5624 - Better tests for OpenSSL w/ RSAref
bcbf86ec 5625 - Added replacement setenv() function from OpenBSD libc. Suggested by
f5238bee 5626 Ben Lindstrom <mouring@pconline.com>
4fe2af09 5627 - OpenBSD CVS update
5628 - [auth-krb4.c]
5629 -Wall
5630 - [auth-rh-rsa.c auth-rsa.c hostfile.c hostfile.h key.c key.h match.c]
5631 [match.h ssh.c ssh.h sshconnect.c sshd.c]
5632 initial support for DSA keys. ok deraadt@, niels@
5633 - [cipher.c cipher.h]
5634 remove unused cipher_attack_detected code
5635 - [scp.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
5636 Fix some formatting problems I missed before.
5637 - [ssh.1 sshd.8]
5638 fix spelling errors, From: FreeBSD
5639 - [ssh.c]
5640 switch to raw mode only if he _get_ a pty (not if we _want_ a pty).
f5238bee 5641
0024a081 564220000324
5643 - Released 1.2.3
5644
bd499f9e 564520000317
5646 - Clarified --with-default-path option.
5647 - Added -blibpath handling for AIX to work around stupid runtime linking.
5648 Problem elucidated by gshapiro@SENDMAIL.ORG by way of Jim Knoble
986a22ec 5649 <jmknoble@jmknoble.cx>
474b5fef 5650 - Checks for 64 bit int types. Problem report from Mats Fredholm
5651 <matsf@init.se>
610cd5c6 5652 - OpenBSD CVS updates:
bcbf86ec 5653 - [atomicio.c auth-krb4.c bufaux.c channels.c compress.c fingerprint.c]
610cd5c6 5654 [packet.h radix.c rsa.c scp.c ssh-agent.c ssh-keygen.c sshconnect.c]
5655 [sshd.c]
5656 pedantic: signed vs. unsigned, void*-arithm, etc
5657 - [ssh.1 sshd.8]
5658 Various cleanups and standardizations.
bcbf86ec 5659 - Runtime error fix for HPUX from Otmar Stahl
be48d23c 5660 <O.Stahl@lsw.uni-heidelberg.de>
bd499f9e 5661
4696775a 566220000316
bcbf86ec 5663 - Fixed configure not passing LDFLAGS to Solaris. Report from David G.
4696775a 5664 Hesprich <dghespri@sprintparanet.com>
d423d822 5665 - Propogate LD through to Makefile
b7a9ce47 5666 - Doc cleanups
2ba2a610 5667 - Added blurb about "scp: command not found" errors to UPGRADING
4696775a 5668
cb0b7ea4 566920000315
5670 - Fix broken CFLAGS handling during search for OpenSSL. Fixes va_list
5671 problems with gcc/Solaris.
bcbf86ec 5672 - Don't free argument to putenv() after use (in setenv() replacement).
db55a3ea 5673 Report from Seigo Tanimura <tanimura@r.dl.itc.u-tokyo.ac.jp>
bcbf86ec 5674 - Created contrib/ subdirectory. Included helpers from Phil Hands'
13652e52 5675 Debian package, README file and chroot patch from Ricardo Cerqueira
5676 <rmcc@clix.pt>
bcbf86ec 5677 - Moved gnome-ssh-askpass.c to contrib directory and removed config
13652e52 5678 option.
5679 - Slight cleanup to doc files
b14b2ae7 5680 - Configure fix from Bratislav ILICH <bilic@zepter.ru>
cb0b7ea4 5681
a8ed9fd9 568220000314
bcbf86ec 5683 - Include macro for IN6_IS_ADDR_V4MAPPED. Report from
a8ed9fd9 5684 peter@frontierflying.com
84afc958 5685 - Include /usr/local/include and /usr/local/lib for systems that don't
5686 do it themselves
5687 - -R/usr/local/lib for Solaris
5688 - Fix RSAref detection
5689 - Fix IN6_IS_ADDR_V4MAPPED macro
a8ed9fd9 5690
bcf36c78 569120000311
5692 - Detect RSAref
43e48848 5693 - OpenBSD CVS change
5694 [sshd.c]
5695 - disallow guessing of root password
867dbf40 5696 - More configure fixes
80faa19f 5697 - IPv6 workarounds from Hideaki YOSHIFUJI <yoshfuji@ecei.tohoku.ac.jp>
bcf36c78 5698
c8d54615 569920000309
5700 - OpenBSD CVS updates to v1.2.3
704b1659 5701 [ssh.h atomicio.c]
5702 - int atomicio -> ssize_t (for alpha). ok deraadt@
5703 [auth-rsa.c]
5704 - delay MD5 computation until client sends response, free() early, cleanup.
5705 [cipher.c]
5706 - void* -> unsigned char*, ok niels@
5707 [hostfile.c]
5708 - remove unused variable 'len'. fix comments.
5709 - remove unused variable
5710 [log-client.c log-server.c]
5711 - rename a cpp symbol, to avoid param.h collision
5712 [packet.c]
5713 - missing xfree()
5714 - getsockname() requires initialized tolen; andy@guildsoftware.com
5715 - use getpeername() in packet_connection_is_on_socket(), fixes sshd -i;
5716 from Holger.Trapp@Informatik.TU-Chemnitz.DE
5717 [pty.c pty.h]
bcbf86ec 5718 - register cleanup for pty earlier. move code for pty-owner handling to
c8d54615 5719 pty.c ok provos@, dugsong@
704b1659 5720 [readconf.c]
5721 - turn off x11-fwd for the client, too.
5722 [rsa.c]
5723 - PKCS#1 padding
5724 [scp.c]
5725 - allow '.' in usernames; from jedgar@fxp.org
5726 [servconf.c]
5727 - typo: ignore_user_known_hosts int->flag; naddy@mips.rhein-neckar.de
5728 - sync with sshd_config
5729 [ssh-keygen.c]
5730 - enable ssh-keygen -l -f ~/.ssh/known_hosts, ok deraadt@
5731 [ssh.1]
5732 - Change invalid 'CHAT' loglevel to 'VERBOSE'
5733 [ssh.c]
5734 - suppress AAAA query host when '-4' is used; from shin@nd.net.fujitsu.co.jp
5735 - turn off x11-fwd for the client, too.
5736 [sshconnect.c]
5737 - missing xfree()
5738 - retry rresvport_af(), too. from sumikawa@ebina.hitachi.co.jp.
5739 - read error vs. "Connection closed by remote host"
5740 [sshd.8]
5741 - ie. -> i.e.,
5742 - do not link to a commercial page..
5743 - sync with sshd_config
5744 [sshd.c]
5745 - no need for poll.h; from bright@wintelcom.net
5746 - log with level log() not fatal() if peer behaves badly.
5747 - don't panic if client behaves strange. ok deraadt@
5748 - make no-port-forwarding for RSA keys deny both -L and -R style fwding
5749 - delay close() of pty until the pty has been chowned back to root
5750 - oops, fix comment, too.
5751 - missing xfree()
5752 - move XAUTHORITY to subdir. ok dugsong@. fixes debian bug #57907, too.
5753 (http://cgi.debian.org/cgi-bin/bugreport.cgi?archive=no&bug=57907)
bcbf86ec 5754 - register cleanup for pty earlier. move code for pty-owner handling to
704b1659 5755 pty.c ok provos@, dugsong@
5756 - create x11 cookie file
5757 - fix pr 1113, fclose() -> pclose(), todo: remote popen()
5758 - version 1.2.3
c8d54615 5759 - Cleaned up
bcbf86ec 5760 - Removed warning workaround for Linux and devpts filesystems (no longer
d8223847 5761 required after OpenBSD updates)
c8d54615 5762
07055445 576320000308
5764 - Configure fix from Hiroshi Takekawa <takekawa@sr3.t.u-tokyo.ac.jp>
5765
576620000307
5767 - Released 1.2.2p1
5768
9c8c3fc6 576920000305
5770 - Fix DEC compile fix
54096dcc 5771 - Explicitly seed OpenSSL's PRNG before checking rsa_alive()
aa6bd60a 5772 - Check for getpagesize in libucb.a if not found in libc. Fix for old
5773 Solaris from Andre Lucas <andre.lucas@dial.pipex.com>
bcbf86ec 5774 - Check for libwrap if --with-tcp-wrappers option specified. Suggestion
9fc7867e 5775 Mate Wierdl <mw@moni.msci.memphis.edu>
9c8c3fc6 5776
6bf4d066 577720000303
5778 - Added "make host-key" target, Suggestion from Dominik Brettnacher
5779 <domi@saargate.de>
bcbf86ec 5780 - Don't permanently fail on bind() if getaddrinfo has more choices left for
16218745 5781 us. Needed to work around messy IPv6 on Linux. Patch from Arkadiusz
5782 Miskiewicz <misiek@pld.org.pl>
22fa590f 5783 - DEC Unix compile fix from David Del Piero <David.DelPiero@qed.qld.gov.au>
5784 - Manpage fix from David Del Piero <David.DelPiero@qed.qld.gov.au>
6bf4d066 5785
a0391976 578620000302
5787 - Big cleanup of autoconf code
5788 - Rearranged to be a little more logical
5789 - Added -R option for Solaris
5790 - Rewrote OpenSSL detection code. Now uses AC_TRY_RUN with a test program
5791 to detect library and header location _and_ ensure library has proper
5792 RSA support built in (this is a problem with OpenSSL 0.9.5).
817175bc 5793 - Applied pty cleanup patch from markus.friedl@informatik.uni-erlangen.de
0a1718dc 5794 - Avoid warning message with Unix98 ptys
bcbf86ec 5795 - Warning was valid - possible race condition on PTYs. Avoided using
3276571c 5796 platform-specific code.
5797 - Document some common problems
bcbf86ec 5798 - Allow root access to any key. Patch from
81eef326 5799 markus.friedl@informatik.uni-erlangen.de
a0391976 5800
f55afe71 580120000207
5802 - Removed SOCKS code. Will support through a ProxyCommand.
5803
d07d1c58 580420000203
5805 - Fixed SEGVs in authloop, fix from vbzoli@hbrt.hu
d581b7ae 5806 - Add --with-ssl-dir option
d07d1c58 5807
9d5f374b 580820000202
bcbf86ec 5809 - Fix lastlog code for directory based lastlogs. Fix from Josh Durham
9d5f374b 5810 <jmd@aoe.vt.edu>
6b1f3fdb 5811 - Documentation fixes from HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
bcbf86ec 5812 - Added URLs to Japanese translations of documents by HARUYAMA Seigo
6b1f3fdb 5813 <haruyama@nt.phys.s.u-tokyo.ac.jp>
9d5f374b 5814
bc8c2601 581520000201
5816 - Use socket pairs by default (instead of pipes). Prevents race condition
5817 on several (buggy) OSs. Report and fix from tridge@linuxcare.com
5818
69c76614 581920000127
5820 - Seed OpenSSL's random number generator before generating RSA keypairs
5821 - Split random collector into seperate file
aaf2abd7 5822 - Compile fix from Andre Lucas <andre.lucas@dial.pipex.com>
69c76614 5823
f9507c24 582420000126
5825 - Released 1.2.2 stable
5826
bcbf86ec 5827 - NeXT keeps it lastlog in /usr/adm. Report from
f9507c24 5828 mouring@newton.pconline.com
bcbf86ec 5829 - Added note in UPGRADING re interop with commercial SSH using idea.
986a22ec 5830 Report from Jim Knoble <jmknoble@jmknoble.cx>
587120ad 5831 - Fix linking order for Kerberos/AFS. Fix from Holget Trapp
5832 <Holger.Trapp@Informatik.TU-Chemnitz.DE>
f9507c24 5833
bfae20ad 583420000125
bcbf86ec 5835 - Fix NULL pointer dereference in login.c. Fix from Andre Lucas
bfae20ad 5836 <andre.lucas@dial.pipex.com>
07b0cb78 5837 - Reorder PAM initialisation so it does not mess up lastlog. Reported
5838 by Andre Lucas <andre.lucas@dial.pipex.com>
bcbf86ec 5839 - Use preformatted manpages on SCO, report from Gary E. Miller
9755cbdb 5840 <gem@rellim.com>
5841 - New URL for x11-ssh-askpass.
bcbf86ec 5842 - Fixpaths was missing /etc/ssh_known_hosts. Report from Jim Knoble
986a22ec 5843 <jmknoble@jmknoble.cx>
bcbf86ec 5844 - Added 'DESTDIR' option to Makefile to ease package building. Patch from
986a22ec 5845 Jim Knoble <jmknoble@jmknoble.cx>
ff8ecdb8 5846 - Updated RPM spec files to use DESTDIR
bfae20ad 5847
bb58aa4b 584820000124
5849 - Pick up version 1.2.2 from OpenBSD CVS (no changes, just version number
5850 increment)
5851
d45317d8 585220000123
5853 - OpenBSD CVS:
5854 - [packet.c]
5855 getsockname() requires initialized tolen; andy@guildsoftware.com
bcbf86ec 5856 - AIX patch from Matt Richards <v2matt@btv.ibm.com> and David Rankin
4c40f834 5857 <drankin@bohemians.lexington.ky.us>
12aa90af 5858 - Fix lastlog support, patch from Andre Lucas <andre.lucas@dial.pipex.com>
d45317d8 5859
e844f761 586020000122
5861 - Fix compilation of bsd-snprintf.c on Solaris, fix from Ben Taylor
5862 <bent@clark.net>
c54a6257 5863 - Merge preformatted manpage patch from Andre Lucas
5864 <andre.lucas@dial.pipex.com>
8eb34e02 5865 - Make IPv4 use the default in RPM packages
5866 - Irix uses preformatted manpages
1e64903d 5867 - Missing htons() in bsd-bindresvport.c, fix from Holger Trapp
5868 <Holger.Trapp@Informatik.TU-Chemnitz.DE>
9bc5ddfe 5869 - OpenBSD CVS updates:
5870 - [packet.c]
5871 use getpeername() in packet_connection_is_on_socket(), fixes sshd -i;
5872 from Holger.Trapp@Informatik.TU-Chemnitz.DE
5873 - [sshd.c]
5874 log with level log() not fatal() if peer behaves badly.
5875 - [readpass.c]
bcbf86ec 5876 instead of blocking SIGINT, catch it ourselves, so that we can clean
5877 the tty modes up and kill ourselves -- instead of our process group
61e96248 5878 leader (scp, cvs, ...) going away and leaving us in noecho mode.
9bc5ddfe 5879 people with cbreak shells never even noticed..
399d9d44 5880 - [ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
5881 ie. -> i.e.,
e844f761 5882
4c8ef3fb 588320000120
5884 - Don't use getaddrinfo on AIX
7b2ea3a1 5885 - Update to latest OpenBSD CVS:
5886 - [auth-rsa.c]
5887 - fix user/1056, sshd keeps restrictions; dbt@meat.net
5888 - [sshconnect.c]
5889 - disable agent fwding for proto 1.3, remove abuse of auth-rsa flags.
5890 - destroy keys earlier
bcbf86ec 5891 - split key exchange (kex) and user authentication (user-auth),
d468fc76 5892 ok: provos@
7b2ea3a1 5893 - [sshd.c]
5894 - no need for poll.h; from bright@wintelcom.net
5895 - disable agent fwding for proto 1.3, remove abuse of auth-rsa flags.
bcbf86ec 5896 - split key exchange (kex) and user authentication (user-auth),
d468fc76 5897 ok: provos@
f3bba493 5898 - Big manpage and config file cleanup from Andre Lucas
5899 <andre.lucas@dial.pipex.com>
5f4fdfae 5900 - Re-added latest (unmodified) OpenBSD manpages
47f9a56a 5901 - Doc updates
d468fc76 5902 - NetBSD patch from David Rankin <drankin@bohemians.lexington.ky.us> and
5903 Christos Zoulas <christos@netbsd.org>
4c8ef3fb 5904
082bbfb3 590520000119
20af321f 5906 - SCO compile fixes from Gary E. Miller <gem@rellim.com>
082bbfb3 5907 - Compile fix from Darren_Hall@progressive.com
59e76f33 5908 - Linux/glibc-2.1.2 takes a *long* time to look up names for AF_UNSPEC
5909 addresses using getaddrinfo(). Added a configure switch to make the
5910 default lookup mode AF_INET
082bbfb3 5911
a63a7f37 591220000118
5913 - Fixed --with-pid-dir option
51a6baf8 5914 - Makefile fix from Gary E. Miller <gem@rellim.com>
61e96248 5915 - Compile fix for HPUX and Solaris from Andre Lucas
976f7e19 5916 <andre.lucas@dial.pipex.com>
a63a7f37 5917
f914c7fb 591820000117
5919 - Clean up bsd-bindresvport.c. Use arc4random() for picking initial
5920 port, ignore EINVAL errors (Linux) when searching for free port.
bcbf86ec 5921 - Revert __snprintf -> snprintf aliasing. Apparently Solaris
de93b046 5922 __snprintf isn't. Report from Theo de Raadt <theo@cvs.openbsd.org>
9b363e1c 5923 - Document location of Redhat PAM file in INSTALL.
bcbf86ec 5924 - Fixed X11 forwarding bug on Linux. libc advertises AF_INET6
5925 INADDR_ANY_INIT addresses via getaddrinfo, but may not be able to
f4a7cf29 5926 deliver (no IPv6 kernel support)
80a44451 5927 - Released 1.2.1pre27
f914c7fb 5928
f4a7cf29 5929 - Fix rresvport_af failure errors (logic error in bsd-bindresvport.c)
bcbf86ec 5930 - Fix --with-ipaddr-display option test. Fix from Jarno Huuskonen
cf8ad170 5931 <jhuuskon@hytti.uku.fi>
bcbf86ec 5932 - Fix hang on logout if processes are still using the pty. Needs
691a8a9f 5933 further testing.
5957fd29 5934 - Patch from Christos Zoulas <christos@zoulas.com>
5935 - Try $prefix first when looking for OpenSSL.
5936 - Include sys/types.h when including sys/socket.h in test programs
bcbf86ec 5937 - Substitute PID directory in sshd.8. Suggestion from Andrew
19d9ac2a 5938 Stribblehill <a.d.stribblehill@durham.ac.uk>
f4a7cf29 5939
47e45e44 594020000116
5941 - Renamed --with-xauth-path to --with-xauth
5942 - Added --with-pid-dir option
5943 - Released 1.2.1pre26
5944
a82ef8ae 5945 - Compilation fix from Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
bcbf86ec 5946 - Fixed broken bugfix for /dev/ptmx on Linux systems which lack
66be05a1 5947 openpty(). Report from Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
a82ef8ae 5948
5cdfe03f 594920000115
5950 - Add --with-xauth-path configure directive and explicit test for
bcbf86ec 5951 /usr/openwin/bin/xauth for Solaris systems. Report from Anders
5cdfe03f 5952 Nordby <anders@fix.no>
bcbf86ec 5953 - Fix incorrect detection of /dev/ptmx on Linux systems that lack
5cdfe03f 5954 openpty. Report from John Seifarth <john@waw.be>
5955 - Look for intXX_t and u_intXX_t in sys/bitypes.h if they are not in
bcbf86ec 5956 sys/types.h. Fixes problems on SCO, report from Gary E. Miller
5cdfe03f 5957 <gem@rellim.com>
5958 - Use __snprintf and __vnsprintf if they are found where snprintf and
5959 vnsprintf are lacking. Suggested by Ben Taylor <bent@shell.clark.net>
5960 and others.
5961
48e671d5 596220000114
5963 - Merged OpenBSD IPv6 patch:
5964 - [sshd.c sshd.8 sshconnect.c ssh.h ssh.c servconf.h servconf.c scp.1]
5965 [scp.c packet.h packet.c login.c log.c canohost.c channels.c]
5966 [hostfile.c sshd_config]
5967 ipv6 support: mostly gethostbyname->getaddrinfo/getnameinfo, new
bcbf86ec 5968 features: sshd allows multiple ListenAddress and Port options. note
5969 that libwrap is not IPv6-ready. (based on patches from
48e671d5 5970 fujiwara@rcac.tdi.co.jp)
5971 - [ssh.c canohost.c]
bcbf86ec 5972 more hints (hints.ai_socktype=SOCK_STREAM) for getaddrinfo,
48e671d5 5973 from itojun@
5974 - [channels.c]
5975 listen on _all_ interfaces for X11-Fwd (hints.ai_flags = AI_PASSIVE)
5976 - [packet.h]
5977 allow auth-kerberos for IPv4 only
5978 - [scp.1 sshd.8 servconf.h scp.c]
5979 document -4, -6, and 'ssh -L 2022/::1/22'
5980 - [ssh.c]
bcbf86ec 5981 'ssh @host' is illegal (null user name), from
48e671d5 5982 karsten@gedankenpolizei.de
5983 - [sshconnect.c]
5984 better error message
5985 - [sshd.c]
5986 allow auth-kerberos for IPv4 only
5987 - Big IPv6 merge:
5988 - Cleanup overrun in sockaddr copying on RHL 6.1
5989 - Replacements for getaddrinfo, getnameinfo, etc based on versions
5990 from patch from KIKUCHI Takahiro <kick@kyoto.wide.ad.jp>
5991 - Replacement for missing structures on systems that lack IPv6
5992 - record_login needed to know about AF_INET6 addresses
5993 - Borrowed more code from OpenBSD: rresvport_af and requisites
5994
2598df62 599520000110
5996 - Fixes to auth-skey to enable it to use the standard OpenSSL libraries
5997
b8a0310d 599820000107
5999 - New config.sub and config.guess to fix problems on SCO. Supplied
6000 by Gary E. Miller <gem@rellim.com>
b6a98a85 6001 - SCO build fix from Gary E. Miller <gem@rellim.com>
2598df62 6002 - Released 1.2.1pre25
b8a0310d 6003
dfb95100 600420000106
6005 - Documentation update & cleanup
6006 - Better KrbIV / AFS detection, based on patch from:
6007 Holger Trapp <Holger.Trapp@Informatik.TU-Chemnitz.DE>
6008
b9795b89 600920000105
bcbf86ec 6010 - Fixed annoying DES corruption problem. libcrypt has been
b9795b89 6011 overriding symbols in libcrypto. Removed libcrypt and crypt.h
6012 altogether (libcrypto includes its own crypt(1) replacement)
6013 - Added platform-specific rules for Irix 6.x. Included warning that
6014 they are untested.
6015
a1ec4d79 601620000103
6017 - Add explicit make rules for files proccessed by fixpaths.
61e96248 6018 - Fix "make install" in RPM spec files. Report from Tenkou N. Hattori
a1ec4d79 6019 <tnh@kondara.org>
bcbf86ec 6020 - Removed "nullok" directive from default PAM configuration files.
6021 Added information on enabling EmptyPasswords on openssh+PAM in
607d73e6 6022 UPGRADING file.
e02735bb 6023 - OpenBSD CVS updates
6024 - [ssh-agent.c]
bcbf86ec 6025 cleanup_exit() for SIGTERM/SIGHUP, too. from fgsch@ and
e02735bb 6026 dgaudet@arctic.org
6027 - [sshconnect.c]
6028 compare correct version for 1.3 compat mode
a1ec4d79 6029
93c7f644 603020000102
6031 - Prevent multiple inclusion of config.h and defines.h. Suggested
6032 by Andre Lucas <andre.lucas@dial.pipex.com>
6033 - Properly clean up on exit of ssh-agent. Patch from Dean Gaudet
6034 <dgaudet@arctic.org>
6035
76b8607f 603619991231
bcbf86ec 6037 - Fix password support on systems with a mixture of shadowed and
6038 non-shadowed passwords (e.g. NIS). Report and fix from
76b8607f 6039 HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
bcbf86ec 6040 - Fix broken autoconf typedef detection. Report from Marc G.
723221b5 6041 Fournier <marc.fournier@acadiau.ca>
b92964b7 6042 - Fix occasional crash on LinuxPPC. Patch from Franz Sirl
6043 <Franz.Sirl-kernel@lauterbach.com>
bcbf86ec 6044 - Prevent typedefs from being compiled more than once. Report from
a6ddc88b 6045 Marc G. Fournier <marc.fournier@acadiau.ca>
4811cc0b 6046 - Fill in ut_utaddr utmp field. Report from Benjamin Charron
6047 <iretd@bigfoot.com>
bcbf86ec 6048 - Really fix broken default path. Fix from Jim Knoble
986a22ec 6049 <jmknoble@jmknoble.cx>
ae3a3d31 6050 - Remove test for quad_t. No longer needed.
76a8e733 6051 - Released 1.2.1pre24
6052
6053 - Added support for directory-based lastlogs
6054 - Really fix typedefs, patch from Ben Taylor <bent@clark.net>
76b8607f 6055
13f825f4 605619991230
6057 - OpenBSD CVS updates:
6058 - [auth-passwd.c]
6059 check for NULL 1st
bcbf86ec 6060 - Removed most of the pam code into its own file auth-pam.[ch]. This
a5c9cd31 6061 cleaned up sshd.c up significantly.
bcbf86ec 6062 - PAM authentication was incorrectly interpreting
76b8607f 6063 "PermitRootLogin without-password". Report from Matthias Andree
6064 <ma@dt.e-technik.uni-dortmund.de
a5c9cd31 6065 - Several other cleanups
0bc5b6fb 6066 - Merged Dante SOCKS support patch from David Rankin
6067 <drankin@bohemians.lexington.ky.us>
6068 - Updated documentation with ./configure options
76b8607f 6069 - Released 1.2.1pre23
13f825f4 6070
c73a0cb5 607119991229
bcbf86ec 6072 - Applied another NetBSD portability patch from David Rankin
c73a0cb5 6073 <drankin@bohemians.lexington.ky.us>
6074 - Fix --with-default-path option.
bcbf86ec 6075 - Autodetect perl, patch from David Rankin
a0f84251 6076 <drankin@bohemians.lexington.ky.us>
bcbf86ec 6077 - Print whether OpenSSH was compiled with RSARef, patch from
0a2ff95d 6078 Nalin Dahyabhai <nalin@thermo.stat.ncsu.edu>
bcbf86ec 6079 - Calls to pam_setcred, patch from Nalin Dahyabhai
f91bacbd 6080 <nalin@thermo.stat.ncsu.edu>
e3a93db0 6081 - Detect missing size_t and typedef it.
5ab44a92 6082 - Rename helper.[ch] to (more appropriate) bsd-misc.[ch]
6083 - Minor Makefile cleaning
c73a0cb5 6084
b6019d68 608519991228
6086 - Replacement for getpagesize() for systems which lack it
bcbf86ec 6087 - NetBSD login.c compile fix from David Rankin
70e0115b 6088 <drankin@bohemians.lexington.ky.us>
6089 - Fully set ut_tv if present in utmp or utmpx
d94aa2ae 6090 - Portability fixes for Irix 5.3 (now compiles OK!)
6091 - autoconf and other misc cleanups
ea1970a3 6092 - Merged AIX patch from Darren Hall <dhall@virage.org>
6093 - Cleaned up defines.h
fa9a2dd6 6094 - Released 1.2.1pre22
b6019d68 6095
d2dcff5f 609619991227
6097 - Automatically correct paths in manpages and configuration files. Patch
6098 and script from Andre Lucas <andre.lucas@dial.pipex.com>
6099 - Removed credits from README to CREDITS file, updated.
cb807f40 6100 - Added --with-default-path to specify custom path for server
6101 - Removed #ifdef trickery from acconfig.h into defines.h
36a5b38e 6102 - PAM bugfix. PermitEmptyPassword was being ignored.
6103 - Fixed PAM config files to allow empty passwords if server does.
6104 - Explained spurious PAM auth warning workaround in UPGRADING
21feb5fa 6105 - Use last few chars of tty line as ut_id
5a7794be 6106 - New SuSE RPM spec file from Chris Saia <csaia@wtower.com>
00e6dd70 6107 - OpenBSD CVS updates:
6108 - [packet.h auth-rhosts.c]
6109 check format string for packet_disconnect and packet_send_debug, too
6110 - [channels.c]
6111 use packet_get_maxsize for channels. consistence.
d2dcff5f 6112
f74efc8d 611319991226
6114 - Enabled utmpx support by default for Solaris
6115 - Cleanup sshd.c PAM a little more
986a22ec 6116 - Revised RPM package to include Jim Knoble's <jmknoble@jmknoble.cx>
bc7ea646 6117 X11 ssh-askpass program.
20c43d8c 6118 - Disable logging of PAM success and failures, PAM is verbose enough.
bcbf86ec 6119 Unfortunatly there is currently no way to disable auth failure
6120 messages. Mention this in UPGRADING file and sent message to PAM
20c43d8c 6121 developers
83b7f649 6122 - OpenBSD CVS update:
6123 - [ssh-keygen.1 ssh.1]
bcbf86ec 6124 remove ref to .ssh/random_seed, mention .ssh/environment in
83b7f649 6125 .Sh FILES, too
72251cb6 6126 - Released 1.2.1pre21
bcbf86ec 6127 - Fixed implicit '.' in default path, report from Jim Knoble
986a22ec 6128 <jmknoble@jmknoble.cx>
6129 - Redhat RPM spec fixes from Jim Knoble <jmknoble@jmknoble.cx>
f74efc8d 6130
f498ed15 613119991225
6132 - More fixes from Andre Lucas <andre.lucas@dial.pipex.com>
6133 - Cleanup of auth-passwd.c for shadow and MD5 passwords
6134 - Cleanup and bugfix of PAM authentication code
f74efc8d 6135 - Released 1.2.1pre20
6136
6137 - Merged fixes from Ben Taylor <bent@clark.net>
6138 - Fixed configure support for PAM. Reported by Naz <96na@eng.cam.ac.uk>
6139 - Disabled logging of PAM password authentication failures when password
6140 is empty. (e.g start of authentication loop). Reported by Naz
6141 <96na@eng.cam.ac.uk>)
f498ed15 6142
614319991223
bcbf86ec 6144 - Merged later HPUX patch from Andre Lucas
f498ed15 6145 <andre.lucas@dial.pipex.com>
6146 - Above patch included better utmpx support from Ben Taylor
f74efc8d 6147 <bent@clark.net>
f498ed15 6148
eef6f7e9 614919991222
bcbf86ec 6150 - Fix undefined fd_set type in ssh.h from Povl H. Pedersen
eef6f7e9 6151 <pope@netguide.dk>
ae28776a 6152 - Fix login.c breakage on systems which lack ut_host in struct
6153 utmp. Reported by Willard Dawson <willard.dawson@sbs.siemens.com>
eef6f7e9 6154
a7effaac 615519991221
bcbf86ec 6156 - Integration of large HPUX patch from Andre Lucas
6157 <andre.lucas@dial.pipex.com>. Integrating it had a few other
a7effaac 6158 benefits:
6159 - Ability to disable shadow passwords at configure time
6160 - Ability to disable lastlog support at configure time
6161 - Support for IP address in $DISPLAY
ae2f7af7 6162 - OpenBSD CVS update:
6163 - [sshconnect.c]
6164 say "REMOTE HOST IDENTIFICATION HAS CHANGED"
59dd7a31 6165 - Fix DISABLE_SHADOW support
6166 - Allow MD5 passwords even if shadow passwords are disabled
16034de9 6167 - Release 1.2.1pre19
a7effaac 6168
3f1d9bcd 616919991218
bcbf86ec 6170 - Redhat init script patch from Chun-Chung Chen
3f1d9bcd 6171 <cjj@u.washington.edu>
7e1c2490 6172 - Avoid breakage on systems without IPv6 headers
3f1d9bcd 6173
60d804c8 617419991216
bcbf86ec 6175 - Makefile changes for Solaris from Peter Kocks
60d804c8 6176 <peter.kocks@baygate.com>
89cafde6 6177 - Minor updates to docs
6178 - Merged OpenBSD CVS changes:
6179 - [authfd.c ssh-agent.c]
6180 keysize warnings talk about identity files
6181 - [packet.c]
6182 "Connection closed by x.x.x.x": fatal() -> log()
bcbf86ec 6183 - Correctly handle empty passwords in shadow file. Patch from:
c9d323f0 6184 "Chris, the Young One" <cky@pobox.com>
6185 - Released 1.2.1pre18
60d804c8 6186
7dc6fc6d 618719991215
6188 - Integrated patchs from Juergen Keil <jk@tools.de>
6189 - Avoid void* pointer arithmatic
6190 - Use LDFLAGS correctly
68227e6d 6191 - Fix SIGIO error in scp
6192 - Simplify status line printing in scp
61e96248 6193 - Added better test for inline functions compiler support from
906a2515 6194 Darren_Hall@progressive.com
7dc6fc6d 6195
95f1eccc 619619991214
6197 - OpenBSD CVS Changes
6198 - [canohost.c]
bcbf86ec 6199 fix get_remote_port() and friends for sshd -i;
95f1eccc 6200 Holger.Trapp@Informatik.TU-Chemnitz.DE
6201 - [mpaux.c]
6202 make code simpler. no need for memcpy. niels@ ok
6203 - [pty.c]
6204 namebuflen not sizeof namebuflen; bnd@ep-ag.com via djm@mindrot.org
6205 fix proto; markus
6206 - [ssh.1]
6207 typo; mark.baushke@solipsa.com
6208 - [channels.c ssh.c ssh.h sshd.c]
6209 type conflict for 'extern Type *options' in channels.c; dot@dotat.at
6210 - [sshconnect.c]
6211 move checking of hostkey into own function.
6212 - [version.h]
6213 OpenSSH-1.2.1
884bcb37 6214 - Clean up broken includes in pty.c
7303768f 6215 - Some older systems don't have poll.h, they use sys/poll.h instead
6216 - Doc updates
95f1eccc 6217
847e8865 621819991211
bcbf86ec 6219 - Fix compilation on systems with AFS. Reported by
847e8865 6220 aloomis@glue.umd.edu
bcbf86ec 6221 - Fix installation on Solaris. Reported by
847e8865 6222 Gordon Rowell <gordonr@gormand.com.au>
6223 - Fix gccisms (__attribute__ and inline). Report by edgy@us.ibm.com,
6224 patch from Markus Friedl <markus.friedl@informatik.uni-erlangen.de>
6225 - Auto-locate xauth. Patch from David Agraz <dagraz@jahoopa.com>
6226 - Compile fix from David Agraz <dagraz@jahoopa.com>
6227 - Avoid compiler warning in bsd-snprintf.c
bcbf86ec 6228 - Added pam_limits.so to default PAM config. Suggested by
986a22ec 6229 Jim Knoble <jmknoble@jmknoble.cx>
847e8865 6230
8946db53 623119991209
6232 - Import of patch from Ben Taylor <bent@clark.net>:
6233 - Improved PAM support
6234 - "uninstall" rule for Makefile
6235 - utmpx support
6236 - Should fix PAM problems on Solaris
2d86a6cc 6237 - OpenBSD CVS updates:
6238 - [readpass.c]
6239 avoid stdio; based on work by markus, millert, and I
6240 - [sshd.c]
6241 make sure the client selects a supported cipher
6242 - [sshd.c]
bcbf86ec 6243 fix sighup handling. accept would just restart and daemon handled
6244 sighup only after the next connection was accepted. use poll on
2d86a6cc 6245 listen sock now.
6246 - [sshd.c]
6247 make that a fatal
87e91331 6248 - Applied patch from David Rankin <drankin@bohemians.lexington.ky.us>
6249 to fix libwrap support on NetBSD
5001b9e4 6250 - Released 1.2pre17
8946db53 6251
6d8c4ea4 625219991208
bcbf86ec 6253 - Compile fix for Solaris with /dev/ptmx from
6d8c4ea4 6254 David Agraz <dagraz@jahoopa.com>
6255
4285816a 625619991207
986a22ec 6257 - sshd Redhat init script patch from Jim Knoble <jmknoble@jmknoble.cx>
4285816a 6258 fixes compatability with 4.x and 5.x
db28aeb5 6259 - Fixed default SSH_ASKPASS
bcbf86ec 6260 - Fix PAM account and session being called multiple times. Problem
d465f2ca 6261 reported by Adrian Baugh <adrian@merlin.keble.ox.ac.uk>
a408af76 6262 - Merged more OpenBSD changes:
6263 - [atomicio.c authfd.c scp.c serverloop.c ssh.h sshconnect.c sshd.c]
bcbf86ec 6264 move atomicio into it's own file. wrap all socket write()s which
a408af76 6265 were doing write(sock, buf, len) != len, with atomicio() calls.
6266 - [auth-skey.c]
6267 fd leak
6268 - [authfile.c]
6269 properly name fd variable
6270 - [channels.c]
6271 display great hatred towards strcpy
6272 - [pty.c pty.h sshd.c]
6273 use openpty() if it exists (it does on BSD4_4)
6274 - [tildexpand.c]
6275 check for ~ expansion past MAXPATHLEN
6276 - Modified helper.c to use new atomicio function.
6277 - Reformat Makefile a little
6278 - Moved RC4 routines from rc4.[ch] into helper.c
6279 - Added autoconf code to detect /dev/ptmx (Solaris) and /dev/ptc (AIX)
9983a8ca 6280 - Updated SuSE spec from Chris Saia <csaia@wtower.com>
6281 - Tweaked Redhat spec
9158d92f 6282 - Clean up bad imports of a few files (forgot -kb)
6283 - Released 1.2pre16
4285816a 6284
9c7b6dfd 628519991204
6286 - Small cleanup of PAM code in sshd.c
57112b5a 6287 - Merged OpenBSD CVS changes:
6288 - [auth-krb4.c auth-passwd.c auth-skey.c ssh.h]
6289 move skey-auth from auth-passwd.c to auth-skey.c, same for krb4
6290 - [auth-rsa.c]
6291 warn only about mismatch if key is _used_
6292 warn about keysize-mismatch with log() not error()
6293 channels.c readconf.c readconf.h ssh.c ssh.h sshconnect.c
6294 ports are u_short
6295 - [hostfile.c]
6296 indent, shorter warning
6297 - [nchan.c]
6298 use error() for internal errors
6299 - [packet.c]
6300 set loglevel for SSH_MSG_DISCONNECT to log(), not fatal()
6301 serverloop.c
6302 indent
6303 - [ssh-add.1 ssh-add.c ssh.h]
6304 document $SSH_ASKPASS, reasonable default
6305 - [ssh.1]
6306 CheckHostIP is not available for connects via proxy command
6307 - [sshconnect.c]
6308 typo
6309 easier to read client code for passwd and skey auth
6310 turn of checkhostip for proxy connects, since we don't know the remote ip
9c7b6dfd 6311
dad3b556 631219991126
6313 - Add definition for __P()
6314 - Added [v]snprintf() replacement for systems that lack it
6315
0ce43ae4 631619991125
6317 - More reformatting merged from OpenBSD CVS
6318 - Merged OpenBSD CVS changes:
6319 - [channels.c]
6320 fix packet_integrity_check() for !have_hostname_in_open.
6321 report from mrwizard@psu.edu via djm@ibs.com.au
6322 - [channels.c]
6323 set SO_REUSEADDR and SO_LINGER for forwarded ports.
6324 chip@valinux.com via damien@ibs.com.au
6325 - [nchan.c]
6326 it's not an error() if shutdown_write failes in nchan.
6327 - [readconf.c]
6328 remove dead #ifdef-0-code
6329 - [readconf.c servconf.c]
6330 strcasecmp instead of tolower
6331 - [scp.c]
6332 progress meter overflow fix from damien@ibs.com.au
6333 - [ssh-add.1 ssh-add.c]
6334 SSH_ASKPASS support
6335 - [ssh.1 ssh.c]
6336 postpone fork_after_authentication until command execution,
6337 request/patch from jahakala@cc.jyu.fi via damien@ibs.com.au
6338 plus: use daemon() for backgrounding
cf8dd513 6339 - Added BSD compatible install program and autoconf test, thanks to
6340 Niels Kristian Bech Jensen <nkbj@image.dk>
6341 - Solaris fixing, thanks to Ben Taylor <bent@clark.net>
09041313 6342 - Merged beginnings of AIX support from Tor-Ake Fransson <torake@hotmail.com>
3dbefdb8 6343 - Release 1.2pre15
0ce43ae4 6344
5260325f 634519991124
6346 - Merged very large OpenBSD source code reformat
6347 - OpenBSD CVS updates
6348 - [channels.c cipher.c compat.c log-client.c scp.c serverloop.c]
6349 [ssh.h sshd.8 sshd.c]
6350 syslog changes:
6351 * Unified Logmessage for all auth-types, for success and for failed
6352 * Standard connections get only ONE line in the LOG when level==LOG:
6353 Auth-attempts are logged only, if authentication is:
6354 a) successfull or
6355 b) with passwd or
6356 c) we had more than AUTH_FAIL_LOG failues
6357 * many log() became verbose()
6358 * old behaviour with level=VERBOSE
6359 - [readconf.c readconf.h ssh.1 ssh.h sshconnect.c sshd.c]
6360 tranfer s/key challenge/response data in SSH_SMSG_AUTH_TIS_CHALLENGE
6361 messages. allows use of s/key in windows (ttssh, securecrt) and
6362 ssh-1.2.27 clients without 'ssh -v', ok: niels@
6363 - [sshd.8]
6364 -V, for fallback to openssh in SSH2 compatibility mode
6365 - [sshd.c]
6366 fix sigchld race; cjc5@po.cwru.edu
6367
4655fe80 636819991123
6369 - Added SuSE package files from Chris Saia <csaia@wtower.com>
8b241e50 6370 - Restructured package-related files under packages/*
4655fe80 6371 - Added generic PAM config
8b241e50 6372 - Numerous little Solaris fixes
9c08d6ce 6373 - Add recommendation to use GNU make to INSTALL document
4655fe80 6374
60bed5fd 637519991122
6376 - Make <enter> close gnome-ssh-askpass (Debian bug #50299)
2f2cc3f9 6377 - OpenBSD CVS Changes
bcbf86ec 6378 - [ssh-keygen.c]
6379 don't create ~/.ssh only if the user wants to store the private
6380 key there. show fingerprint instead of public-key after
2f2cc3f9 6381 keygeneration. ok niels@
b09a984b 6382 - Added OpenBSD bsd-strlcat.c, created bsd-strlcat.h
96ad4350 6383 - Added timersub() macro
b09a984b 6384 - Tidy RCSIDs of bsd-*.c
bcbf86ec 6385 - Added autoconf test and macro to deal with old PAM libraries
96ad4350 6386 pam_strerror definition (one arg vs two).
530f1889 6387 - Fix EGD problems (Thanks to Ben Taylor <bent@clark.net>)
bcbf86ec 6388 - Retry /dev/urandom reads interrupted by signal (report from
530f1889 6389 Robert Hardy <rhardy@webcon.net>)
1647c2b5 6390 - Added a setenv replacement for systems which lack it
d84a9a44 6391 - Only display public key comment when presenting ssh-askpass dialog
6392 - Released 1.2pre14
60bed5fd 6393
bcbf86ec 6394 - Configure, Make and changelog corrections from Tudor Bosman
2ddcfdf3 6395 <tudorb@jm.nu> and Niels Kristian Bech Jensen <nkbj@image.dk>
6396
9d6b7add 639719991121
2f2cc3f9 6398 - OpenBSD CVS Changes:
60bed5fd 6399 - [channels.c]
6400 make this compile, bad markus
6401 - [log.c readconf.c servconf.c ssh.h]
6402 bugfix: loglevels are per host in clientconfig,
6403 factor out common log-level parsing code.
6404 - [servconf.c]
6405 remove unused index (-Wall)
6406 - [ssh-agent.c]
6407 only one 'extern char *__progname'
6408 - [sshd.8]
6409 document SIGHUP, -Q to synopsis
6410 - [sshconnect.c serverloop.c sshd.c packet.c packet.h]
6411 [channels.c clientloop.c]
6412 SSH_CMSG_MAX_PACKET_SIZE, some clients use this, some need this, niels@
6413 [hope this time my ISP stays alive during commit]
6414 - [OVERVIEW README] typos; green@freebsd
6415 - [ssh-keygen.c]
6416 replace xstrdup+strcat with strlcat+fixed buffer, fixes OF (bad me)
6417 exit if writing the key fails (no infinit loop)
6418 print usage() everytime we get bad options
6419 - [ssh-keygen.c] overflow, djm@mindrot.org
6420 - [sshd.c] fix sigchld race; cjc5@po.cwru.edu
61e96248 6421
2b942fe0 642219991120
bcbf86ec 6423 - Merged more Solaris support from Marc G. Fournier
2b942fe0 6424 <marc.fournier@acadiau.ca>
6425 - Wrote autoconf tests for integer bit-types
6426 - Fixed enabling kerberos support
bcbf86ec 6427 - Fix segfault in ssh-keygen caused by buffer overrun in filename
13c36c4c 6428 handling.
2b942fe0 6429
06479889 643019991119
6431 - Merged PAM buffer overrun patch from Chip Salzenberg <chip@valinux.com>
2ad77510 6432 - Merged OpenBSD CVS changes
6433 - [auth-rhosts.c auth-rsa.c ssh-agent.c sshconnect.c sshd.c]
6434 more %d vs. %s in fmt-strings
6435 - [authfd.c]
6436 Integers should not be printed with %s
7b1cc56c 6437 - EGD uses a socket, not a named pipe. Duh.
6438 - Fix includes in fingerprint.c
29dbde15 6439 - Fix scp progress bar bug again.
bcbf86ec 6440 - Move ssh-askpass from ${libdir}/ssh to ${libexecdir}/ssh at request of
736890c4 6441 David Rankin <drankin@bohemians.lexington.ky.us>
91b8065d 6442 - Added autoconf option to enable Kerberos 4 support (untested)
6443 - Added autoconf option to enable AFS support (untested)
6444 - Added autoconf option to enable S/Key support (untested)
6445 - Added autoconf option to enable TCP wrappers support (compiles OK)
beb43d31 6446 - Renamed BSD helper function files to bsd-*
bcbf86ec 6447 - Added tests for login and daemon and enable OpenBSD replacements for
caf3bc51 6448 when they are absent.
6449 - Added non-PAM MD5 password support patch from Tudor Bosman <tudorb@jm.nu>
06479889 6450
2bd61362 645119991118
6452 - Merged OpenBSD CVS changes
6453 - [scp.c] foregroundproc() in scp
6454 - [sshconnect.h] include fingerprint.h
bcbf86ec 6455 - [sshd.c] bugfix: the log() for passwd-auth escaped during logging
2bd61362 6456 changes.
0c16a097 6457 - [ssh.1] Spell my name right.
2bd61362 6458 - Added openssh.com info to README
6459
f095fcc7 646019991117
6461 - Merged OpenBSD CVS changes
6462 - [ChangeLog.Ylonen] noone needs this anymore
6463 - [authfd.c] close-on-exec for auth-socket, ok deraadt
bcbf86ec 6464 - [hostfile.c]
6465 in known_hosts key lookup the entry for the bits does not need
6466 to match, all the information is contained in n and e. This
6467 solves the problem with buggy servers announcing the wrong
f095fcc7 6468 modulus length. markus and me.
bcbf86ec 6469 - [serverloop.c]
6470 bugfix: check for space if child has terminated, from:
f095fcc7 6471 iedowse@maths.tcd.ie
6472 - [ssh-add.1 ssh-add.c ssh-keygen.1 ssh-keygen.c sshconnect.c]
6473 [fingerprint.c fingerprint.h]
6474 rsa key fingerprints, idea from Bjoern Groenvall <bg@sics.se>
6475 - [ssh-agent.1] typo
6476 - [ssh.1] add OpenSSH information to AUTHOR section. okay markus@
bcbf86ec 6477 - [sshd.c]
f095fcc7 6478 force logging to stderr while loading private key file
6479 (lost while converting to new log-levels)
6480
4d195447 648119991116
6482 - Fix some Linux libc5 problems reported by Miles Wilson <mw@mctitle.com>
6483 - Merged OpenBSD CVS changes:
6484 - [auth-rh-rsa.c auth-rsa.c authfd.c authfd.h hostfile.c mpaux.c]
6485 [mpaux.h ssh-add.c ssh-agent.c ssh.h ssh.c sshd.c]
6486 the keysize of rsa-parameter 'n' is passed implizit,
6487 a few more checks and warnings about 'pretended' keysizes.
6488 - [cipher.c cipher.h packet.c packet.h sshd.c]
6489 remove support for cipher RC4
6490 - [ssh.c]
6491 a note for legay systems about secuity issues with permanently_set_uid(),
6492 the private hostkey and ptrace()
6493 - [sshconnect.c]
6494 more detailed messages about adding and checking hostkeys
6495
dad9a31e 649619991115
6497 - Merged OpenBSD CVS changes:
bcbf86ec 6498 - [ssh-add.c] change passphrase loop logic and remove ref to
dad9a31e 6499 $DISPLAY, ok niels
6500 - Changed to ssh-add.c broke askpass support. Revised it to be a little more
bcbf86ec 6501 modular.
dad9a31e 6502 - Revised autoconf support for enabling/disabling askpass support.
e7c0f9d5 6503 - Merged more OpenBSD CVS changes:
704b1659 6504 [auth-krb4.c]
6505 - disconnect if getpeername() fails
6506 - missing xfree(*client)
6507 [canohost.c]
6508 - disconnect if getpeername() fails
6509 - fix comment: we _do_ disconnect if ip-options are set
6510 [sshd.c]
6511 - disconnect if getpeername() fails
6512 - move checking of remote port to central place
6513 [auth-rhosts.c] move checking of remote port to central place
6514 [log-server.c] avoid extra fd per sshd, from millert@
6515 [readconf.c] print _all_ bad config-options in ssh(1), too
6516 [readconf.h] print _all_ bad config-options in ssh(1), too
6517 [ssh.c] print _all_ bad config-options in ssh(1), too
6518 [sshconnect.c] disconnect if getpeername() fails
e7c0f9d5 6519 - OpenBSD's changes to sshd.c broke the PAM stuff, re-merged it.
c75a1a66 6520 - Various small cleanups to bring diff (against OpenBSD) size down.
f601d847 6521 - Merged more Solaris compability from Marc G. Fournier
6522 <marc.fournier@acadiau.ca>
6523 - Wrote autoconf tests for __progname symbol
986a22ec 6524 - RPM spec file fixes from Jim Knoble <jmknoble@jmknoble.cx>
0c372277 6525 - Released 1.2pre12
6526
6527 - Another OpenBSD CVS update:
6528 - [ssh-keygen.1] fix .Xr
dad9a31e 6529
92da7197 653019991114
6531 - Solaris compilation fixes (still imcomplete)
6532
94f7bb9e 653319991113
dd092f97 6534 - Build patch from Niels Kristian Bech Jensen <nkbj@image.dk>
6535 - Don't install config files if they already exist
6536 - Fix inclusion of additional preprocessor directives from acconfig.h
94f7bb9e 6537 - Removed redundant inclusions of config.h
e9c75a39 6538 - Added 'Obsoletes' lines to RPM spec file
94f7bb9e 6539 - Merged OpenBSD CVS changes:
6540 - [bufaux.c] save a view malloc/memcpy/memset/free's, ok niels
bcbf86ec 6541 - [scp.c] fix overflow reported by damien@ibs.com.au: off_t
94f7bb9e 6542 totalsize, ok niels,aaron
bcbf86ec 6543 - Delay fork (-f option) in ssh until after port forwarded connections
94f7bb9e 6544 have been initialised. Patch from Jani Hakala <jahakala@cc.jyu.fi>
b2344d54 6545 - Added shadow password patch from Thomas Neumann <tom@smart.ruhr.de>
6546 - Added ifdefs to auth-passwd.c to exclude it when PAM is enabled
dd092f97 6547 - Tidied default config file some more
6548 - Revised Redhat initscript to fix bug: sshd (re)start would fail
6549 if executed from inside a ssh login.
94f7bb9e 6550
e35c1dc2 655119991112
6552 - Merged changes from OpenBSD CVS
6553 - [sshd.c] session_key_int may be zero
b4748e2f 6554 - [auth-rh-rsa.c servconf.c servconf.h ssh.h sshd.8 sshd.c sshd_config]
bcbf86ec 6555 IgnoreUserKnownHosts(default=no), used for RhostRSAAuth, ok
b4748e2f 6556 deraadt,millert
6557 - Brought default sshd_config more in line with OpenBSD's
547c9f30 6558 - Grab server in gnome-ssh-askpass (Debian bug #49872)
6559 - Released 1.2pre10
e35c1dc2 6560
8bc7973f 6561 - Added INSTALL documentation
6fa724bc 6562 - Merged yet more changes from OpenBSD CVS
6563 - [auth-rh-rsa.c auth-rhosts.c auth-rsa.c channels.c clientloop.c]
6564 [ssh.c ssh.h sshconnect.c sshd.c]
6565 make all access to options via 'extern Options options'
6566 and 'extern ServerOptions options' respectively;
6567 options are no longer passed as arguments:
6568 * make options handling more consistent
6569 * remove #include "readconf.h" from ssh.h
6570 * readconf.h is only included if necessary
6571 - [mpaux.c] clear temp buffer
6572 - [servconf.c] print _all_ bad options found in configfile
045672f9 6573 - Make ssh-askpass support optional through autoconf
59b0f0d4 6574 - Fix nasty division-by-zero error in scp.c
6575 - Released 1.2pre11
8bc7973f 6576
4cca272e 657719991111
6578 - Added (untested) Entropy Gathering Daemon (EGD) support
67d68e3a 6579 - Fixed /dev/urandom fd leak (Debian bug #49722)
5bbb5681 6580 - Merged OpenBSD CVS changes:
6581 - [auth-rh-rsa.c] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
6582 - [ssh.1] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
6583 - [sshd.8] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
bcbf86ec 6584 - Fix integer overflow which was messing up scp's progress bar for large
3f1d9bcd 6585 file transfers. Fix submitted to OpenBSD developers. Report and fix
6586 from Kees Cook <cook@cpoint.net>
6a17f9c2 6587 - Merged more OpenBSD CVS changes:
bcbf86ec 6588 - [auth-krb4.c auth-passwd.c] remove x11- and krb-cleanup from fatal()
6a17f9c2 6589 + krb-cleanup cleanup
6590 - [clientloop.c log-client.c log-server.c ]
6591 [readconf.c readconf.h servconf.c servconf.h ]
6592 [ssh.1 ssh.c ssh.h sshd.8]
6593 add LogLevel {QUIET, FATAL, ERROR, INFO, CHAT, DEBUG} to ssh/sshd,
6594 obsoletes QuietMode and FascistLogging in sshd.
e35c1dc2 6595 - [sshd.c] fix fatal/assert() bug reported by damien@ibs.com.au:
6596 allow session_key_int != sizeof(session_key)
6597 [this should fix the pre-assert-removal-core-files]
6598 - Updated default config file to use new LogLevel option and to improve
6599 readability
6600
f370266e 660119991110
67d68e3a 6602 - Merged several minor fixes:
f370266e 6603 - ssh-agent commandline parsing
6604 - RPM spec file now installs ssh setuid root
6605 - Makefile creates libdir
4cca272e 6606 - Merged beginnings of Solaris compability from Marc G. Fournier
6607 <marc.fournier@acadiau.ca>
f370266e 6608
d4f11b59 660919991109
6610 - Autodetection of SSL/Crypto library location via autoconf
6611 - Fixed location of ssh-askpass to follow autoconf
6612 - Integrated Makefile patch from Niels Kristian Bech Jensen <nkbj@image.dk>
6613 - Autodetection of RSAref library for US users
6614 - Minor doc updates
560557bb 6615 - Merged OpenBSD CVS changes:
6616 - [rsa.c] bugfix: use correct size for memset()
6617 - [sshconnect.c] warn if announced size of modulus 'n' != real size
f025becb 6618 - Added GNOME passphrase requestor (use --with-gnome-askpass)
d397b172 6619 - RPM build now creates subpackages
aa51e7cc 6620 - Released 1.2pre9
d4f11b59 6621
e1a9c08d 662219991108
6623 - Removed debian/ directory. This is now being maintained separately.
6624 - Added symlinks for slogin in RPM spec file
6625 - Fixed permissions on manpages in RPM spec file
6626 - Added references to required libraries in README file
6627 - Removed config.h.in from CVS
6628 - Removed pwdb support (better pluggable auth is provided by glibc)
6629 - Made PAM and requisite libdl optional
6630 - Removed lots of unnecessary checks from autoconf
6631 - Added support and autoconf test for openpty() function (Unix98 pty support)
6632 - Fix for scp not finding ssh if not installed as /usr/bin/ssh
6633 - Added TODO file
6634 - Merged parts of Debian patch From Phil Hands <phil@hands.com>:
6635 - Added ssh-askpass program
6636 - Added ssh-askpass support to ssh-add.c
6637 - Create symlinks for slogin on install
6638 - Fix "distclean" target in makefile
6639 - Added example for ssh-agent to manpage
6640 - Added support for PAM_TEXT_INFO messages
6641 - Disable internal /etc/nologin support if PAM enabled
6642 - Merged latest OpenBSD CVS changes:
5bae4ab8 6643 - [all] replace assert() with error, fatal or packet_disconnect
e1a9c08d 6644 - [sshd.c] don't send fail-msg but disconnect if too many authentication
6645 failures
e1a9c08d 6646 - [sshd.c] remove unused argument. ok dugsong
6647 - [sshd.c] typo
6648 - [rsa.c] clear buffers used for encryption. ok: niels
6649 - [rsa.c] replace assert() with error, fatal or packet_disconnect
ade6fccd 6650 - [auth-krb4.c] remove unused argument. ok dugsong
e1a9c08d 6651 - Fixed coredump after merge of OpenBSD rsa.c patch
9010d60a 6652 - Released 1.2pre8
e1a9c08d 6653
3028328e 665419991102
6655 - Merged change from OpenBSD CVS
6656 - One-line cleanup in sshd.c
6657
474832c5 665819991030
6659 - Integrated debian package support from Dan Brosemer <odin@linuxfreak.com>
69256d9d 6660 - Merged latest updates for OpenBSD CVS:
6661 - channels.[ch] - remove broken x11 fix and document istate/ostate
6662 - ssh-agent.c - call setsid() regardless of argv[]
6663 - ssh.c - save a few lines when disabling rhosts-{rsa-}auth
6664 - Documentation cleanups
6665 - Renamed README -> README.Ylonen
6666 - Renamed README.openssh ->README
474832c5 6667
339660f6 666819991029
6669 - Renamed openssh* back to ssh* at request of Theo de Raadt
6670 - Incorporated latest changes from OpenBSD's CVS
6671 - Integrated Makefile patch from Niels Kristian Bech Jensen <nkbj@image.dk>
6672 - Integrated PAM env patch from Nalin Dahyabhai <nalin.dahyabhai@pobox.com>
549b3eed 6673 - Make distclean now removed configure script
6674 - Improved PAM logging
6675 - Added some debug() calls for PAM
4ecd19ea 6676 - Removed redundant subdirectories
bcbf86ec 6677 - Integrated part of a patch from Dan Brosemer <odin@linuxfreak.com> for
4ecd19ea 6678 building on Debian.
242588e6 6679 - Fixed off-by-one error in PAM env patch
6680 - Released 1.2pre6
339660f6 6681
5881cd60 668219991028
6683 - Further PAM enhancements.
6684 - Much cleaner
6685 - Now uses account and session modules for all logins.
6686 - Integrated patch from Dan Brosemer <odin@linuxfreak.com>
6687 - Build fixes
6688 - Autoconf
6689 - Change binary names to open*
6690 - Fixed autoconf script to detect PAM on RH6.1
6691 - Added tests for libpwdb, and OpenBSD functions to autoconf
221395b3 6692 - Released 1.2pre4
fca82d2e 6693
6694 - Imported latest OpenBSD CVS code
6695 - Updated README.openssh
93f04616 6696 - Released 1.2pre5
fca82d2e 6697
5881cd60 669819991027
6699 - Adapted PAM patch.
6700 - Released 1.0pre2
6701
6702 - Excised my buggy replacements for strlcpy and mkdtemp
6703 - Imported correct OpenBSD strlcpy and mkdtemp routines.
6704 - Reduced arc4random_stir entropy read to 32 bytes (256 bits)
6705 - Picked up correct version number from OpenBSD
6706 - Added sshd.pam PAM configuration file
6707 - Added sshd.init Redhat init script
6708 - Added openssh.spec RPM spec file
6709 - Released 1.2pre3
6710
671119991026
6712 - Fixed include paths of OpenSSL functions
6713 - Use OpenSSL MD5 routines
6714 - Imported RC4 code from nanocrypt
6715 - Wrote replacements for OpenBSD arc4random* functions
6716 - Wrote replacements for strlcpy and mkdtemp
6717 - Released 1.0pre1
0b202697 6718
6719$Id$
This page took 1.431467 seconds and 5 git commands to generate.