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