]> andersk Git - openssh.git/blame - ChangeLog
- markus@cvs.openbsd.org 2001/02/28 21:31:32
[openssh.git] / ChangeLog
CommitLineData
1a2936c4 120010305
2 - (bal) CVS ID touch up on sshpty.[ch] and sshlogin.[ch]
778f6940 3 - (bal) OpenBSD CVS Sync
dcb971e1 4 - deraadt@cvs.openbsd.org 2001/02/17 23:48:48
5 [sshd.8]
6 it's the OpenSSH one
778f6940 7 - deraadt@cvs.openbsd.org 2001/02/21 07:37:04
8 [ssh-keyscan.c]
9 inline -> __inline__, and some indent
81333640 10 - deraadt@cvs.openbsd.org 2001/02/21 09:05:54
11 [authfile.c]
12 improve fd handling
79ddf6db 13 - deraadt@cvs.openbsd.org 2001/02/21 09:12:56
14 [sftp-server.c]
15 careful with & and &&; markus ok
96ee8386 16 - stevesk@cvs.openbsd.org 2001/02/21 21:14:04
17 [ssh.c]
18 -i supports DSA identities now; ok markus@
0c126dc9 19 - deraadt@cvs.openbsd.org 2001/02/22 04:29:37
20 [servconf.c]
21 grammar; slade@shore.net
ed2166d8 22 - deraadt@cvs.openbsd.org 2001/02/22 06:43:55
23 [ssh-keygen.1 ssh-keygen.c]
24 document -d, and -t defaults to rsa1
b07ae1e9 25 - deraadt@cvs.openbsd.org 2001/02/22 08:03:51
26 [ssh-keygen.1 ssh-keygen.c]
27 bye bye -d
e2fccec3 28 - deraadt@cvs.openbsd.org 2001/02/22 18:09:06
29 [sshd_config]
30 activate RSA 2 key
e91c60f2 31 - markus@cvs.openbsd.org 2001/02/22 21:57:27
32 [ssh.1 sshd.8]
33 typos/grammar from matt@anzen.com
3b1a83df 34 - markus@cvs.openbsd.org 2001/02/22 21:59:44
35 [auth.c auth.h auth1.c auth2.c misc.c misc.h ssh.c]
36 use pwcopy in ssh.c, too
19d57054 37 - markus@cvs.openbsd.org 2001/02/23 15:34:53
38 [serverloop.c]
39 debug2->3
00be5382 40 - markus@cvs.openbsd.org 2001/02/23 18:15:13
41 [sshd.c]
42 the random session key depends now on the session_key_int
43 sent by the 'attacker'
44 dig1 = md5(cookie|session_key_int);
45 dig2 = md5(dig1|cookie|session_key_int);
46 fake_session_key = dig1|dig2;
47 this change is caused by a mail from anakin@pobox.com
48 patch based on discussions with my german advisor niels@openbsd.org
ec63b02d 49 - deraadt@cvs.openbsd.org 2001/02/24 10:37:55
50 [readconf.c]
51 look for id_rsa by default, before id_dsa
582038fb 52 - deraadt@cvs.openbsd.org 2001/02/24 10:37:26
53 [sshd_config]
54 ssh2 rsa key before dsa key
6e18cb71 55 - markus@cvs.openbsd.org 2001/02/27 10:35:27
56 [packet.c]
57 fix random padding
1b5dfeb2 58 - markus@cvs.openbsd.org 2001/02/27 11:00:11
59 [compat.c]
60 support SSH-2.0-2.1 ; from Christophe_Moret@hp.com
4ab21f86 61 - deraadt@cvs.openbsd.org 2001/02/28 05:34:28
62 [misc.c]
63 pull in protos
167b3512 64 - deraadt@cvs.openbsd.org 2001/02/28 05:36:28
65 [sftp.c]
66 do not kill the subprocess on termination (we will see if this helps
67 things or hurts things)
7e8911cd 68 - markus@cvs.openbsd.org 2001/02/28 08:45:39
69 [clientloop.c]
70 fix byte counts for ssh protocol v1
ee55dacf 71 - markus@cvs.openbsd.org 2001/02/28 08:54:55
72 [channels.c nchan.c nchan.h]
73 make sure remote stderr does not get truncated.
74 remove closed fd's from the select mask.
a6215e53 75 - markus@cvs.openbsd.org 2001/02/28 09:57:07
76 [packet.c packet.h sshconnect2.c]
77 in ssh protocol v2 use ignore messages for padding (instead of
78 trailing \0).
94dfb550 79 - markus@cvs.openbsd.org 2001/02/28 12:55:07
80 [channels.c]
81 unify debug messages
5649fbbe 82 - deraadt@cvs.openbsd.org 2001/02/28 17:52:54
83 [misc.c]
84 for completeness, copy pw_gecos too
0572fe75 85 - markus@cvs.openbsd.org 2001/02/28 21:21:41
86 [sshd.c]
87 generate a fake session id, too
95ce5599 88 - markus@cvs.openbsd.org 2001/02/28 21:27:48
89 [channels.c packet.c packet.h serverloop.c]
90 use ignore message to simulate a SSH2_MSG_CHANNEL_DATA message
91 use random content in ignore messages.
355724fc 92 - markus@cvs.openbsd.org 2001/02/28 21:31:32
93 [channels.c]
94 typo
1a2936c4 95
40edd7ef 9620010304
97 - (bal) Remove make-ssh-known-hosts.1 since it's no longer valid.
889fbcd3 98 - (bal) Updated contrib/README to remove 'make-ssh-known-hosts' and
99 give Mark Roth credit for mdoc2man.pl
40edd7ef 100
9817de5f 10120010303
40edd7ef 102 - (djm) Remove make-ssh-known-hosts.pl, ssh-keyscan is better.
103 - (djm) Document PAM ChallengeResponseAuthentication in sshd.8
104 - (djm) Disable and comment ChallengeResponseAuthentication in sshd_config
105 - (djm) Allow PRNGd entropy collection from localhost TCP socket. Replace
9bdd5929 106 "--with-egd-pool" configure option with "--with-prngd-socket" and
107 "--with-prngd-port" options. Debugged and improved by Lutz Jaenicke
108 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
9817de5f 109
20cad736 11020010301
111 - (djm) Properly add -lcrypt if needed.
5f404be3 112 - (djm) Force standard PAM conversation function in a few more places.
113 Patch from Redhat 2.5.1p1-2 RPM, probably Nalin Dahyabhai
114 <nalin@redhat.com>
480eb294 115 - (djm) Cygwin needs pw->pw_gecos copied too. Patch from Corinna Vinschen
116 <vinschen@redhat.com>
ad1f4a20 117 - (djm) Released 2.5.1p2
20cad736 118
cf0c5df5 11920010228
120 - (djm) Detect endianness in configure and use it in rijndael.c. Fixes
121 "Bad packet length" bugs.
403f5a8e 122 - (djm) Fully revert PAM session patch (again). All PAM session init is
123 now done before the final fork().
065ef9b1 124 - (djm) EGD detection patch from Tim Rice <tim@multitalents.net>
d9b1f19a 125 - (djm) Remove /tmp from EGD socket search list
cf0c5df5 126
86b416a7 12720010227
51fb577a 128 - (bal) Applied shutdown() patch for sftp.c by Corinna Vinschen
129 <vinschen@redhat.com>
2af09193 130 - (bal) OpenBSD Sync
131 - markus@cvs.openbsd.org 2001/02/23 15:37:45
132 [session.c]
133 handle SSH_PROTOFLAG_SCREEN_NUMBER for buggy clients
a892c46e 134 - (bal) sshd.init support for all Redhat release. Patch by Jim Knoble
135 <jmknoble@jmknoble.cx>
f4e9a0e1 136 - (djm) Fix up POSIX saved uid support. Report from Mark Miller
137 <markm@swoon.net>
138 - (djm) Search for -lcrypt on FreeBSD too
c7c72446 139 - (djm) fatal() on OpenSSL version mismatch
27cf96de 140 - (djm) Move PAM init to after fork for non-Solaris derived PAMs
d5c4c52e 141 - (djm) Warning fix on entropy.c saved uid stuff. Patch from Mark Miller
142 <markm@swoon.net>
4bc6dd70 143 - (djm) Fix PAM fix
4236bde4 144 - (djm) Remove 'noreplace' flag from sshd_config in RPM spec files. This
145 change is being made as 2.5.x configfiles are not back-compatible with
64e0e67e 146 2.3.x.
147 - (djm) Avoid warnings for missing broken IP_TOS. Patch from Mark Miller
148 <markm@swoon.net>
a29d3f1c 149 - (djm) Open Server 5 doesn't need BROKEN_SAVED_UIDS. Patch from Tim Rice
150 <tim@multitalents.net>
151 - (djm) Avoid multiple definition of _PATH_LS. Patch from Tim Rice
152 <tim@multitalents.net>
51fb577a 153
4925395f 15420010226
155 - (bal) Fixed bsd-snprinf.c so it now honors 'BROKEN_SNPRINTF' again.
e9a13ac1 156 - (djm) Some systems (SCO3, NeXT) have weird saved uid semantics.
157 Based on patch from Tim Rice <tim@multitalents.net>
4925395f 158
1eb4ec64 15920010225
160 - (djm) Use %{_libexecdir} rather than hardcoded path in RPM specfile
161 Patch from Adrian Ho <lexfiend@usa.net>
490cad94 162 - (bal) Replace 'unsigned long long' to 'u_int64_t' since not every
163 platform defines u_int64_t as being that.
1eb4ec64 164
a738c3b0 16520010224
166 - (bal) Missed part of the UNIX sockets patch. Patch by Corinna
167 Vinschen <vinschen@redhat.com>
168 - (bal) Reorder where 'strftime' is detected to resolve linking
169 issues on SCO. Patch by Tim Rice <tim@multitalents.net>
170
8fd97cc4 17120010224
172 - (bal) pam_stack fix to correctly detect between RH7 and older RHs.
173 Patch by Pekka Savola <pekkas@netcore.fi>
8f0b3553 174 - (bal) Renamed sigaction.[ch] to sigact.[ch]. Causes problems with
175 some platforms.
3d114925 176 - (bal) Generalize lack of UNIX sockets since this also effects Cray
177 not just Cygwin. Based on patch by Wendy Palm <wendyp@cray.com>
8fd97cc4 178
14a49e44 17920010223
180 - (bal) Fix --define rh7 in openssh.spec file. Patch by Steve Tell
181 <tell@telltronics.org>
cb291102 182 - (bal) Patch to force OpenSSH rpm to require the same version of OpenSSL
183 that it was compiled against. Patch by Pekka Savola <pekkas@netcore.fi>
5a67331c 184 - (bal) Double -I for OpenSSL on SCO. Patch by Tim Rice
185 <tim@multitalents.net>
14a49e44 186
73d6d7fa 18720010222
188 - (bal) Corrected SCO luid patch by svaughan <svaughan@asterion.com>
ca742b3b 189 - (bal) Added mdoc2man.pl from Mark Roth <roth@feep.net>
190 - (bal) Removed reference to liblogin from contrib/README. It was
191 integrated into OpenSSH a long while ago.
2a81eb9f 192 - (stevesk) remove erroneous #ifdef sgi code.
193 Michael Stone <mstone@cs.loyola.edu>
73d6d7fa 194
fbf305f1 19520010221
196 - (bal) Removed -L/usr/ucblib -R/usr/ucblib for Solaris platform.
9dd3bc84 197 - (bal) Fixed OpenSSL rework to use $saved_*. Patch by Tim Rice
198 <tim@multitalents.net>
1fe61b2e 199 - (bal) Reverted out of 2001/02/15 patch by djm below because it
200 breaks Solaris.
201 - (djm) Move PAM session setup back to before setuid to user.
202 fixes problems on Solaris-drived PAMs.
266140a8 203 - (stevesk) session.c: back out to where we were before:
204 - (djm) Move PAM session initialisation until after fork in sshd. Patch
205 from Nalin Dahyabhai <nalin@redhat.com>
9dd3bc84 206
8b3319f4 20720010220
208 - (bal) Fix mixed up params to memmove() from Jan 5th in setenv.c and
209 getcwd.c.
c2b544a5 210 - (bal) OpenBSD CVS Sync:
211 - deraadt@cvs.openbsd.org 2001/02/19 23:09:05
212 [sshd.c]
213 clarify message to make it not mention "ident"
8b3319f4 214
1729c161 21520010219
216 - (bal) Markus' blessing to rename login.[ch] -> sshlogin.[ch] and
217 pty.[ch] -> sshpty.[ch]
d6f13fbb 218 - (djm) Rework search for OpenSSL location. Skip directories which don't
219 exist, don't add -L$ssldir/lib if it doesn't exist. Should help SCO
220 with its limit of 6 -L options.
0476625f 221 - OpenBSD CVS Sync:
222 - reinhard@cvs.openbsd.org 2001/02/17 08:24:40
223 [sftp.1]
224 typo
225 - deraadt@cvs.openbsd.org 2001/02/17 16:28:58
226 [ssh.c]
227 cleanup -V output; noted by millert
228 - deraadt@cvs.openbsd.org 2001/02/17 16:48:48
229 [sshd.8]
230 it's the OpenSSH one
231 - markus@cvs.openbsd.org 2001/02/18 11:33:54
232 [dispatch.c]
233 typo, SSH2_MSG_KEXINIT, from aspa@kronodoc.fi
234 - markus@cvs.openbsd.org 2001/02/19 02:53:32
235 [compat.c compat.h serverloop.c]
236 ssh-1.2.{18-22} has broken handling of ignore messages; report from
237 itojun@
238 - markus@cvs.openbsd.org 2001/02/19 03:35:23
239 [version.h]
240 OpenSSH_2.5.1 adds bug compat with 1.2.{18-22}
241 - deraadt@cvs.openbsd.org 2001/02/19 03:36:25
242 [scp.c]
243 np is changed by recursion; vinschen@redhat.com
244 - Update versions in RPM spec files
245 - Release 2.5.1p1
1729c161 246
663fd560 24720010218
248 - (bal) Patch for fix FCHMOD reference in ftp-client.c by Tim Rice
249 <tim@multitalents.net>
25cd3375 250 - (Bal) Patch for lack of RA_RESTART in misc.c for mysignal by
251 stevesk
58e7f038 252 - (djm) Fix my breaking of cygwin builds, Patch from Corinna Vinschen
253 <vinschen@redhat.com> and myself.
32ced054 254 - (djm) Close listen_sock on bind() failures. Patch from Arkadiusz
255 Miskiewicz <misiek@pld.ORG.PL>
6a951840 256 - (djm) Robustify EGD/PRNGd code in face of socket closures. Patch from
257 Todd C. Miller <Todd.Miller@courtesan.com>
b82f1310 258 - (djm) Use ttyname() to determine name of tty returned by openpty()
259 rather then risking overflow. Patch from Marek Michalkiewicz
260 <marekm@amelek.gda.pl>
bdf80b2c 261 - (djm) Swapped tests for no_libsocket and no_libnsl in configure.in.
262 Patch from Marek Michalkiewicz <marekm@amelek.gda.pl>
af8fda37 263 - (djm) Doc fixes from Pekka Savola <pekkas@netcore.fi>
df538d55 264 - (djm) Use SA_INTERRUPT along SA_RESTART if present (equivalent for
265 SunOS)
f61d6b17 266 - (djm) SCO needs librpc for libwrap. Patch from Tim Rice
267 <tim@multitalents.net>
dfef7e7e 268 - (stevesk) misc.c: cpp rework of SA_(INTERRUPT|RESTART) handling.
36a358ca 269 - (stevesk) scp.c: use mysignal() for updateprogressmeter() handler.
d54d99a3 270 - (djm) SA_INTERRUPT is the converse of SA_RESTART, apply it only for
271 SIGALRM.
e1a023df 272 - (djm) Move entropy.c over to mysignal()
667beaa9 273 - (djm) SunOS 4.x also needs to define HAVE_BOGUS_SYS_QUEUE_H as it has
274 a <sys/queue.h> that lacks the TAILQ_* macros. Patch from Todd C.
275 Miller <Todd.Miller@courtesan.com>
ecdde3d8 276 - (djm) Update RPM spec files for 2.5.0p1
51ee9048 277 - (djm) Merge BSD_AUTH support from Markus Friedl and David J. MacKenzie
278 enable with --with-bsd-auth.
2adddc78 279 - (stevesk) entropy.c: typo; should be SIGPIPE
663fd560 280
0b1728c5 28120010217
282 - (bal) OpenBSD Sync:
283 - markus@cvs.openbsd.org 2001/02/16 13:38:18
284 [channel.c]
285 remove debug
c8b058b4 286 - markus@cvs.openbsd.org 2001/02/16 14:03:43
287 [session.c]
288 proper payload-length check for x11 w/o screen-number
0b1728c5 289
b41d8d4d 29020010216
291 - (bal) added '--with-prce' to allow overriding of system regex when
292 required (tested by David Dulek <ddulek@fastenal.com>)
d6fdb079 293 - (bal) Added DG/UX case and set that they have a broken IPTOS.
278588d8 294 - (djm) Mini-configure reorder patch from Tim Rice <tim@multitalents.net>
295 Fixes linking on SCO.
0ceb21d6 296 - (djm) Make gnome-ssh-askpass handle multi-line prompts. Patch from
297 Nalin Dahyabhai <nalin@redhat.com>
298 - (djm) BSD license for gnome-ssh-askpass (was X11)
299 - (djm) KNF on gnome-ssh-askpass
ed6553e2 300 - (djm) USE_PIPES for a few more sysv platforms
301 - (djm) Cleanup configure.in a little
302 - (djm) Ask users to check config.log when we can't find necessary libs
aca75d94 303 - (djm) Set "login ID" on systems with setluid. Only enabled for SCO
304 OpenServer for now. Based on patch from svaughan <svaughan@asterion.com>
0ae4fe1d 305 - (djm) OpenBSD CVS:
306 - markus@cvs.openbsd.org 2001/02/15 16:19:59
307 [channels.c channels.h serverloop.c sshconnect.c sshconnect.h]
308 [sshconnect1.c sshconnect2.c]
309 genericize password padding function for SSH1 and SSH2.
310 add stylized echo to 2, too.
311 - (djm) Add roundup() macro to defines.h
9535dddf 312 - (stevesk) set SA_RESTART flag in mysignal() for SIGCHLD;
313 needed on Unixware 2.x.
b41d8d4d 314
0086bfaf 31520010215
316 - (djm) Move PAM session setup back to before setuid to user. Fixes
317 problems on Solaris-derived PAMs.
e11aab29 318 - (djm) Clean up PAM namespace. Suggested by Darren Moffat
319 <Darren.Moffat@eng.sun.com>
9e3c31f7 320 - (bal) Sync w/ OpenSSH for new release
321 - markus@cvs.openbsd.org 2001/02/12 12:45:06
322 [sshconnect1.c]
323 fix xmalloc(0), ok dugsong@
b2552997 324 - markus@cvs.openbsd.org 2001/02/11 12:59:25
325 [Makefile.in sshd.8 sshconnect2.c readconf.h readconf.c packet.c
326 sshd.c ssh.c ssh.1 servconf.h servconf.c myproposal.h kex.h kex.c]
327 1) clean up the MAC support for SSH-2
328 2) allow you to specify the MAC with 'ssh -m'
329 3) or the 'MACs' keyword in ssh(d)_config
330 4) add hmac-{md5,sha1}-96
331 ok stevesk@, provos@
15853e93 332 - markus@cvs.openbsd.org 2001/02/12 16:16:23
333 [auth-passwd.c auth.c auth.h auth1.c auth2.c servconf.c servconf.h
334 ssh-keygen.c sshd.8]
335 PermitRootLogin={yes,without-password,forced-commands-only,no}
336 (before this change, root could login even if PermitRootLogin==no)
7cc4cf0a 337 - deraadt@cvs.openbsd.org 2001/02/12 22:56:09
fd193ca4 338 [clientloop.c packet.c ssh-keyscan.c]
339 deal with EAGAIN/EINTR selects which were skipped
7cc4cf0a 340 - markus@cvs.openssh.org 2001/02/13 22:49:40
341 [auth1.c auth2.c]
342 setproctitle(user) only if getpwnam succeeds
343 - markus@cvs.openbsd.org 2001/02/12 23:26:20
344 [sshd.c]
345 missing memset; from solar@openwall.com
346 - stevesk@cvs.openbsd.org 2001/02/12 20:53:33
347 [sftp-int.c]
348 lumask now works with 1 numeric arg; ok markus@, djm@
349 - djm@cvs.openbsd.org 2001/02/14 9:46:03
350 [sftp-client.c sftp-int.c sftp.1]
351 Fix and document 'preserve modes & times' option ('-p' flag in sftp);
352 ok markus@
0b16bb01 353 - (bal) replaced PATH_MAX in sftp-int.c w/ MAXPATHLEN.
354 - (djm) Move to Jim's 1.2.0 X11 askpass program
62da27dd 355 - (stevesk) OpenBSD sync:
356 - deraadt@cvs.openbsd.org 2001/02/15 01:38:04
357 [serverloop.c]
358 indent
0b16bb01 359
1c2d0a13 36020010214
361 - (djm) Don't try to close PAM session or delete credentials if the
362 session has not been open or credentials not set. Based on patch from
363 Andrew Bartlett <abartlet@pcug.org.au>
0ab1bcba 364 - (djm) Move PAM session initialisation until after fork in sshd. Patch
365 from Nalin Dahyabhai <nalin@redhat.com>
958e5ae4 366 - (bal) Missing function prototype in bsd-snprintf.c patch by
367 Mark Miller <markm@swoon.net>
b7ccb051 368 - (djm) Split out and improve OSF SIA auth code. Patch from Chris Adams
369 <cmadams@hiwaay.net> with a little modification and KNF.
815800e1 370 - (stevesk) fix for SIA patch, misplaced session_setup_sia()
1c2d0a13 371
0610439b 37220010213
84eb157c 373 - (djm) Only test -S potential EGD sockets if they exist and are readable.
f1312c76 374 - (bal) Cleaned out bsd-snprintf.c. VARARGS have been banished and
375 I did a base KNF over the whe whole file to make it more acceptable.
376 (backed out of original patch and removed it from ChangeLog)
01f13020 377 - (bal) Use chown() if fchown() does not exist in ftp-server.c patch by
378 Tim Rice <tim@multitalents.net>
8d60e965 379 - (stevesk) auth1.c: fix PAM passwordless check.
0610439b 380
894a4851 38120010212
382 - (djm) Update Redhat specfile to allow --define "skip_x11_askpass 1",
383 --define "skip_gnome_askpass 1", --define "rh7 1" and make the
384 implicit rpm-3.0.5 dependancy explicit. Patch and suggestions from
385 Pekka Savola <pekkas@netcore.fi>
782d6a0d 386 - (djm) Clean up PCRE text in INSTALL
77db6c3f 387 - (djm) Fix OSF SIA auth NULL pointer deref. Report from Mike Battersby
388 <mib@unimelb.edu.au>
6f68f28a 389 - (bal) NCR SVR4 compatiblity provide by Don Bragg <thewizarddon@yahoo.com>
01a7bc9a 390 - (stevesk) session.c: remove debugging code.
894a4851 391
abf1f107 39220010211
393 - (bal) OpenBSD Sync
394 - markus@cvs.openbsd.org 2001/02/07 22:35:46
395 [auth1.c auth2.c sshd.c]
396 move k_setpag() to a central place; ok dugsong@
c845316f 397 - markus@cvs.openbsd.org 2001/02/10 12:52:02
398 [auth2.c]
399 offer passwd before s/key
e6fa162e 400 - markus@cvs.openbsd.org 2001/02/8 22:37:10
401 [canohost.c]
402 remove last call to sprintf; ok deraadt@
0ab4b0f0 403 - markus@cvs.openbsd.org 2001/02/10 1:33:32
404 [canohost.c]
405 add debug message, since sshd blocks here if DNS is not available
7f8ea238 406 - markus@cvs.openbsd.org 2001/02/10 12:44:02
407 [cli.c]
408 don't call vis() for \r
5c470997 409 - danh@cvs.openbsd.org 2001/02/10 0:12:43
410 [scp.c]
411 revert a small change to allow -r option to work again; ok deraadt@
412 - danh@cvs.openbsd.org 2001/02/10 15:14:11
413 [scp.c]
414 fix memory leak; ok markus@
a0e6fead 415 - djm@cvs.openbsd.org 2001/02/10 0:45:52
416 [scp.1]
417 Mention that you can quote pathnames with spaces in them
b3106440 418 - markus@cvs.openbsd.org 2001/02/10 1:46:28
419 [ssh.c]
420 remove mapping of argv[0] -> hostname
f72e01a5 421 - markus@cvs.openbsd.org 2001/02/06 22:26:17
422 [sshconnect2.c]
423 do not ask for passphrase in batch mode; report from ejb@ql.org
424 - itojun@cvs.opebsd.org 2001/02/08 10:47:05
5d1d11d1 425 [sshconnect.c sshconnect1.c sshconnect2.c]
f72e01a5 426 %.30s is too short for IPv6 numeric address. use %.128s for now.
427 markus ok
428 - markus@cvs.openbsd.org 2001/02/09 12:28:35
429 [sshconnect2.c]
430 do not free twice, thanks to /etc/malloc.conf
431 - markus@cvs.openbsd.org 2001/02/09 17:10:53
432 [sshconnect2.c]
433 partial success: debug->log; "Permission denied" if no more auth methods
434 - markus@cvs.openbsd.org 2001/02/10 12:09:21
435 [sshconnect2.c]
436 remove some lines
e0b2cf6b 437 - markus@cvs.openbsd.org 2001/02/09 13:38:07
438 [auth-options.c]
439 reset options if no option is given; from han.holl@prismant.nl
ca910e13 440 - markus@cvs.openbsd.org 2001/02/08 21:58:28
441 [channels.c]
442 nuke sprintf, ok deraadt@
443 - markus@cvs.openbsd.org 2001/02/08 21:58:28
444 [channels.c]
445 nuke sprintf, ok deraadt@
affa8be4 446 - markus@cvs.openbsd.org 2001/02/06 22:43:02
447 [clientloop.h]
448 remove confusing callback code
d2c46e77 449 - deraadt@cvs.openbsd.org 2001/02/08 14:39:36
450 [readconf.c]
451 snprintf
cc8aca8a 452 - itojun@cvs.openbsd.org 2001/02/08 19:30:52
453 sync with netbsd tree changes.
454 - more strict prototypes, include necessary headers
455 - use paths.h/pathnames.h decls
456 - size_t typecase to int -> u_long
5be2ec5e 457 - itojun@cvs.openbsd.org 2001/02/07 18:04:50
458 [ssh-keyscan.c]
459 fix size_t -> int cast (use u_long). markus ok
460 - markus@cvs.openbsd.org 2001/02/07 22:43:16
461 [ssh-keyscan.c]
462 s/getline/Linebuf_getline/; from roumen.petrov@skalasoft.com
463 - itojun@cvs.openbsd.org 2001/02/09 9:04:59
464 [ssh-keyscan.c]
465 do not assume malloc() returns zero-filled region. found by
466 malloc.conf=AJ.
f21032a6 467 - markus@cvs.openbsd.org 2001/02/08 22:35:30
468 [sshconnect.c]
469 don't connect if batch_mode is true and stricthostkeychecking set to
470 'ask'
7bbcc167 471 - djm@cvs.openbsd.org 2001/02/04 21:26:07
472 [sshd_config]
473 type: ok markus@
474 - deraadt@cvs.openbsd.org 2001/02/06 22:07:50
475 [sshd_config]
476 enable sftp-server by default
a2e6d17d 477 - deraadt 2001/02/07 8:57:26
478 [xmalloc.c]
479 deal with new ANSI malloc stuff
480 - markus@cvs.openbsd.org 2001/02/07 16:46:08
481 [xmalloc.c]
482 typo in fatal()
483 - itojun@cvs.openbsd.org 2001/02/07 18:04:50
484 [xmalloc.c]
485 fix size_t -> int cast (use u_long). markus ok
4ef922e3 486 - 1.47 Thu Feb 8 23:11:42 GMT 2001 by dugsong
487 [serverloop.c sshconnect1.c]
488 mitigate SSH1 traffic analysis - from Solar Designer
489 <solar@openwall.com>, ok provos@
ca910e13 490 - (bal) fixed sftp-client.c. Return 'status' instead of '0'
491 (from the OpenBSD tree)
6b442913 492 - (bal) Synced ssh.1, ssh-add.1 and sshd.8 w/ OpenBSD
27df9d4a 493 - (bal) sftp-sever.c '%8lld' to '%8llu' (OpenBSD Sync)
17321afe 494 - (bal) uuencode.c resync w/ OpenBSD tree, plus whitespace.
f98d56f0 495 - (bal) A bit more whitespace cleanup
e275684f 496 - (djm) Set PAM_RHOST earlier, patch from Andrew Bartlett
497 <abartlet@pcug.org.au>
b27e97b1 498 - (stevesk) misc.c: ssh.h not needed.
38a316c0 499 - (stevesk) compat.c: more friendly cpp error
94f38e16 500 - (stevesk) OpenBSD sync:
501 - stevesk@cvs.openbsd.org 2001/02/11 06:15:57
502 [LICENSE]
503 typos and small cleanup; ok deraadt@
abf1f107 504
0426a3b4 50520010210
506 - (djm) Sync sftp and scp stuff from OpenBSD:
507 - djm@cvs.openbsd.org 2001/02/07 03:55:13
508 [sftp-client.c]
509 Don't free handles before we are done with them. Based on work from
510 Corinna Vinschen <vinschen@redhat.com>. ok markus@
511 - djm@cvs.openbsd.org 2001/02/06 22:32:53
512 [sftp.1]
513 Punctuation fix from Pekka Savola <pekkas@netcore.fi>
514 - deraadt@cvs.openbsd.org 2001/02/07 04:07:29
515 [sftp.1]
516 pretty up significantly
517 - itojun@cvs.openbsd.org 2001/02/07 06:49:42
518 [sftp.1]
519 .Bl-.El mismatch. markus ok
520 - djm@cvs.openbsd.org 2001/02/07 06:12:30
521 [sftp-int.c]
522 Check that target is a directory before doing ls; ok markus@
523 - itojun@cvs.openbsd.org 2001/02/07 11:01:18
524 [scp.c sftp-client.c sftp-server.c]
525 unsigned long long -> %llu, not %qu. markus ok
526 - stevesk@cvs.openbsd.org 2001/02/07 11:10:39
527 [sftp.1 sftp-int.c]
528 more man page cleanup and sync of help text with man page; ok markus@
529 - markus@cvs.openbsd.org 2001/02/07 14:58:34
530 [sftp-client.c]
531 older servers reply with SSH2_FXP_NAME + count==0 instead of EOF
532 - djm@cvs.openbsd.org 2001/02/07 15:27:19
533 [sftp.c]
534 Don't forward agent and X11 in sftp. Suggestion from Roumen Petrov
535 <roumen.petrov@skalasoft.com>
536 - stevesk@cvs.openbsd.org 2001/02/07 15:36:04
537 [sftp-int.c]
538 portable; ok markus@
539 - stevesk@cvs.openbsd.org 2001/02/07 15:55:47
540 [sftp-int.c]
541 lowercase cmds[].c also; ok markus@
542 - markus@cvs.openbsd.org 2001/02/07 17:04:52
543 [pathnames.h sftp.c]
544 allow sftp over ssh protocol 1; ok djm@
545 - deraadt@cvs.openbsd.org 2001/02/08 07:38:55
546 [scp.c]
547 memory leak fix, and snprintf throughout
548 - deraadt@cvs.openbsd.org 2001/02/08 08:02:02
549 [sftp-int.c]
550 plug a memory leak
551 - stevesk@cvs.openbsd.org 2001/02/08 10:11:23
552 [session.c sftp-client.c]
553 %i -> %d
554 - stevesk@cvs.openbsd.org 2001/02/08 10:57:59
555 [sftp-int.c]
556 typo
557 - stevesk@cvs.openbsd.org 2001/02/08 15:28:07
558 [sftp-int.c pathnames.h]
559 _PATH_LS; ok markus@
560 - djm@cvs.openbsd.org 2001/02/09 04:46:25
561 [sftp-int.c]
562 Check for NULL attribs for chown, chmod & chgrp operations, only send
563 relevant attribs back to server; ok markus@
96b64eb0 564 - djm@cvs.openbsd.org 2001/02/06 15:05:25
565 [sftp.c]
566 Use getopt to process commandline arguments
567 - djm@cvs.openbsd.org 2001/02/06 15:06:21
568 [sftp.c ]
569 Wait for ssh subprocess at exit
570 - djm@cvs.openbsd.org 2001/02/06 15:18:16
571 [sftp-int.c]
572 stat target for remote chdir before doing chdir
573 - djm@cvs.openbsd.org 2001/02/06 15:32:54
574 [sftp.1]
575 Punctuation fix from Pekka Savola <pekkas@netcore.fi>
576 - provos@cvs.openbsd.org 2001/02/05 22:22:02
577 [sftp-int.c]
578 cleanup get_pathname, fix pwd after failed cd. okay djm@
0426a3b4 579 - (djm) Update makefile.in for _PATH_SFTP_SERVER
c9f5e42e 580 - (bal) sftp-client.c replace NULL w/ 0 in do_ls() (pending in OpenBSD tree)
0426a3b4 581
6d1e1d2b 58220010209
583 - (bal) patch to vis.c to deal with HAVE_VIS right by Robert Mooney
584 <rjmooney@mediaone.net>
bb0c1991 585 - (bal) .c.o rule in openbsd-compat/Makefile.in did not make it to the
586 main tree while porting forward. Pointed out by Lutz Jaenicke
587 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
f902d909 588 - (bal) double entry in configure.in. Pointed out by Lutz Jaenicke
589 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
25f4c264 590 - (stevesk) OpenBSD sync:
591 - markus@cvs.openbsd.org 2001/02/08 11:20:01
592 [auth2.c]
593 strict checking
594 - markus@cvs.openbsd.org 2001/02/08 11:15:22
595 [version.h]
596 update to 2.3.2
597 - markus@cvs.openbsd.org 2001/02/08 11:12:30
598 [auth2.c]
599 fix typo
72b3f75d 600 - (djm) Update spec files
0ed28836 601 - (bal) OpenBSD sync:
602 - deraadt@cvs.openbsd.org 2001/02/08 14:38:54
603 [scp.c]
604 memory leak fix, and snprintf throughout
1fc8ccdf 605 - markus@cvs.openbsd.org 2001/02/06 22:43:02
606 [clientloop.c]
607 remove confusing callback code
0b202697 608 - (djm) Add CVS Id's to files that we have missed
5ca51e19 609 - (bal) OpenBSD Sync (more):
610 - itojun@cvs.openbsd.org 2001/02/08 19:30:52
611 sync with netbsd tree changes.
612 - more strict prototypes, include necessary headers
613 - use paths.h/pathnames.h decls
614 - size_t typecase to int -> u_long
1f3bf5aa 615 - markus@cvs.openbsd.org 2001/02/06 22:07:42
616 [ssh.c]
617 fatal() if subsystem fails
618 - markus@cvs.openbsd.org 2001/02/06 22:43:02
619 [ssh.c]
620 remove confusing callback code
621 - jakob@cvs.openbsd.org 2001/02/06 23:03:24
622 [ssh.c]
623 add -1 option (force protocol version 1). ok markus@
624 - jakob@cvs.openbsd.org 2001/02/06 23:06:21
625 [ssh.c]
626 reorder -{1,2,4,6} options. ok markus@
e6aa01b4 627 - (bal) Missing 'const' in readpass.h
9c5a8165 628 - (bal) OpenBSD Sync (so at least the thing compiles for 2.3.2 =)
629 - djm@cvs.openbsd.org 2001/02/06 23:30:28
630 [sftp-client.c]
631 replace arc4random with counter for request ids; ok markus@
bc79ed5c 632 - (djm) Define _PATH_TTY for systems that don't. Report from Lutz
633 Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
6d1e1d2b 634
6a25c04c 63520010208
636 - (djm) Don't delete external askpass program in make uninstall target.
637 Report and fix from Roumen Petrov <roumen.petrov@skalasoft.com>
6958bd37 638 - (djm) Fix linking of sftp, don't need arc4random any more.
639 - (djm) Try to use shell that supports "test -S" for EGD socket search.
640 Based on patch from Tim Rice <tim@multitalents.net>
6a25c04c 641
547519f0 64220010207
bee0a37e 643 - (bal) Save the whole path to AR in configure. Some Solaris 2.7 installs
644 seem lose track of it while in openbsd-compat/ (two confirmed reports)
5c377b3b 645 - (djm) Much KNF on PAM code
547519f0 646 - (djm) Revise auth-pam.c conversation function to be a little more
647 readable.
5c377b3b 648 - (djm) Revise kbd-int PAM conversation function to fold all text messages
649 to before first prompt. Fixes hangs if last pam_message did not require
650 a reply.
651 - (djm) Fix password changing when using PAM kbd-int authentication
bee0a37e 652
547519f0 65320010205
2b87da3b 654 - (bal) Disable groupaccess by setting NGROUPS_MAX to 0 for platforms
99286dc8 655 that don't have NGROUPS_MAX.
57559587 656 - (bal) AIX patch for auth1.c by William L. Jones <jones@hpc.utexas.edu>
2b87da3b 657 - (stevesk) OpenBSD sync:
658 - stevesk@cvs.openbsd.org 2001/02/04 08:32:27
659 [many files; did this manually to our top-level source dir]
660 unexpand and remove end-of-line whitespace; ok markus@
408ba72f 661 - stevesk@cvs.openbsd.org 2001/02/04 15:21:19
662 [sftp-server.c]
663 SSH2_FILEXFER_ATTR_UIDGID support; ok markus@
ec2a033a 664 - deraadt@cvs.openbsd.org 2001/02/04 17:02:32
665 [sftp-int.c]
666 ? == help
667 - deraadt@cvs.openbsd.org 2001/02/04 16:47:46
668 [sftp-int.c]
669 sort commands, so that abbreviations work as expected
670 - stevesk@cvs.openbsd.org 2001/02/04 15:17:52
671 [sftp-int.c]
672 debugging sftp: precedence and missing break. chmod, chown, chgrp
673 seem to be working now.
674 - markus@cvs.openbsd.org 2001/02/04 14:41:21
675 [sftp-int.c]
676 use base 8 for umask/chmod
677 - markus@cvs.openbsd.org 2001/02/04 11:11:54
678 [sftp-int.c]
679 fix LCD
c44559d2 680 - markus@cvs.openbsd.org 2001/02/04 08:10:44
681 [ssh.1]
682 typo; dpo@club-internet.fr
a5930351 683 - stevesk@cvs.openbsd.org 2001/02/04 06:30:12
684 [auth2.c authfd.c packet.c]
685 remove duplicate #include's; ok markus@
6a416424 686 - deraadt@cvs.openbsd.org 2001/02/04 16:56:23
687 [scp.c sshd.c]
688 alpha happiness
689 - stevesk@cvs.openbsd.org 2001/02/04 15:12:17
690 [sshd.c]
691 precedence; ok markus@
02a024dd 692 - deraadt@cvs.openbsd.org 2001/02/04 08:14:15
6a416424 693 [ssh.c sshd.c]
694 make the alpha happy
02a024dd 695 - markus@cvs.openbsd.org 2001/01/31 13:37:24
696 [channels.c channels.h serverloop.c ssh.c]
547519f0 697 do not disconnect if local port forwarding fails, e.g. if port is
698 already in use
02a024dd 699 - markus@cvs.openbsd.org 2001/02/01 14:58:09
700 [channels.c]
701 use ipaddr in channel messages, ietf-secsh wants this
702 - markus@cvs.openbsd.org 2001/01/31 12:26:20
703 [channels.c]
547519f0 704 ssh.com-2.0.1x does not send additional info in CHANNEL_OPEN_FAILURE
705 messages; bug report from edmundo@rano.org
a741554f 706 - markus@cvs.openbsd.org 2001/01/31 13:48:09
707 [sshconnect2.c]
708 unused
9378f292 709 - deraadt@cvs.openbsd.org 2001/02/04 08:23:08
710 [sftp-client.c sftp-server.c]
711 make gcc on the alpha even happier
1fc243d1 712
547519f0 71320010204
781a0585 714 - (bal) I think this is the last of the bsd-*.h that don't belong.
634e0b53 715 - (bal) Minor Makefile fix
f0f14bea 716 - (bal) openbsd-compat/Makefile minor fix. Ensure dependancies are done
61e96248 717 right.
78987b57 718 - (bal) Changed order of LIB="" in -with-skey due to library resolving.
166e4f2a 719 - (bal) next-posix.h changed to bsd-nextstep.h
61e96248 720 - (djm) OpenBSD CVS sync:
721 - markus@cvs.openbsd.org 2001/02/03 03:08:38
722 [auth-options.c auth-rh-rsa.c auth-rhosts.c auth.c canohost.c]
723 [canohost.h servconf.c servconf.h session.c sshconnect1.c sshd.8]
724 [sshd_config]
725 make ReverseMappingCheck optional in sshd_config; ok djm@,dugsong@
726 - markus@cvs.openbsd.org 2001/02/03 03:19:51
727 [ssh.1 sshd.8 sshd_config]
728 Skey is now called ChallengeResponse
729 - markus@cvs.openbsd.org 2001/02/03 03:43:09
730 [sshd.8]
731 use no-pty option in .ssh/authorized_keys* if you need a 8-bit clean
732 channel. note from Erik.Anggard@cygate.se (pr/1659)
733 - stevesk@cvs.openbsd.org 2001/02/03 10:03:06
734 [ssh.1]
735 typos; ok markus@
736 - djm@cvs.openbsd.org 2001/02/04 04:11:56
737 [scp.1 sftp-server.c ssh.1 sshd.8 sftp-client.c sftp-client.h]
738 [sftp-common.c sftp-common.h sftp-int.c sftp-int.h sftp.1 sftp.c]
739 Basic interactive sftp client; ok theo@
740 - (djm) Update RPM specs for new sftp binary
741 - (djm) Update several bits for new optional reverse lookup stuff. I
742 think I got them all.
8b061486 743 - (djm) Makefile.in fixes
1aa00dcb 744 - (stevesk) add mysignal() wrapper and use it for the protocol 2
745 SIGCHLD handler.
408ba72f 746 - (djm) Use setvbuf() instead of setlinebuf(). Suggest from stevesk@
781a0585 747
547519f0 74820010203
63fe0529 749 - (bal) Cygwin clean up by Corinna Vinschen <vinschen@redhat.com>
bf3db92d 750 - (bal) renamed queue.h to fake-queue.h (even if it's an OpenBSD
751 based file) to ensure #include space does not get confused.
f78888c7 752 - (bal) Minor Makefile.in tweak. dirname may not exist on some
753 platforms so builds fail. (NeXT being a well known one)
63fe0529 754
547519f0 75520010202
61e96248 756 - (bal) Makefile fix where sourcedir != builddir by Corinna Vinschen
c85a87f2 757 <vinschen@redhat.com>
71301416 758 - (bal) Makefile fix to use $(MAKE) instead of 'make' for platforms
759 that use 'gmake'. Patch by Tim Rice <tim@multitalents.net>
c85a87f2 760
547519f0 76120010201
ad5075bd 762 - (bal) Minor fix to Makefile to stop rebuilding executables if no
763 changes have occured to any of the supporting code. Patch by
764 Roumen Petrov <roumen.petrov@skalasoft.com>
765
9c8dbb1b 76620010131
37845585 767 - (djm) OpenBSD CVS Sync:
768 - djm@cvs.openbsd.org 2001/01/30 15:48:53
769 [sshconnect.c]
770 Make warning message a little more consistent. ok markus@
8c89dd2b 771 - (djm) Fix autoconf logic for --with-lastlog=no Report and diagnosis from
772 Philipp Buehler <lists@fips.de> and Kevin Steves <stevesk@sweden.hp.com>
773 respectively.
c59dc6bd 774 - (djm) Don't log SSH2 PAM KbdInt responses to debug, they may contain
775 passwords.
9c8dbb1b 776 - (bal) Reorder. Move all bsd-*, fake-*, next-*, and cygwin* stuff to
777 openbsd-compat/. And resolve all ./configure and Makefile.in issues
778 assocated.
37845585 779
9c8dbb1b 78020010130
39929cdb 781 - (djm) OpenBSD CVS Sync:
782 - markus@cvs.openbsd.org 2001/01/29 09:55:37
783 [channels.c channels.h clientloop.c serverloop.c]
784 fix select overflow; ok deraadt@ and stevesk@
865ac82e 785 - markus@cvs.openbsd.org 2001/01/29 12:42:35
786 [canohost.c canohost.h channels.c clientloop.c]
787 add get_peer_ipaddr(socket), x11-fwd in ssh2 requires ipaddr, not DNS
46aa2d1f 788 - markus@cvs.openbsd.org 2001/01/29 12:47:32
789 [rsa.c rsa.h ssh-agent.c sshconnect1.c sshd.c]
790 handle rsa_private_decrypt failures; helps against the Bleichenbacher
791 pkcs#1 attack
ae810de7 792 - djm@cvs.openbsd.org 2001/01/29 05:36:11
793 [ssh.1 ssh.c]
794 Allow invocation of sybsystem by commandline (-s); ok markus@
83bc57f9 795 - (stevesk) configure.in: remove duplicate PROG_LS
39929cdb 796
9c8dbb1b 79720010129
f29ef605 798 - (stevesk) sftp-server.c: use %lld vs. %qd
799
cb9da0fc 80020010128
801 - (bal) Put USE_PIPES back into sco3.2v5
23c2a7a5 802 - (bal) OpenBSD Sync
9bd5b720 803 - markus@cvs.openbsd.org 2001/01/28 10:15:34
804 [dispatch.c]
805 re-keying is not supported; ok deraadt@
5fb622e4 806 - markus@cvs.openbsd.org 2001/01/28 10:24:04
7f5c4295 807 [ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
5fb622e4 808 cleanup AUTHORS sections
9bd5b720 809 - markus@cvs.openbsd.org 2001/01/28 10:37:26
ab60252b 810 [sshd.c sshd.8]
9bd5b720 811 remove -Q, no longer needed
812 - stevesk@cvs.openbsd.org 2001/01/28 20:36:16
a877488a 813 [readconf.c ssh.1]
9bd5b720 814 ``StrictHostKeyChecking ask'' documentation and small cleanup.
815 ok markus@
6f37606e 816 - stevesk@cvs.openbsd.org 2001/01/28 20:43:25
61e96248 817 [sshd.8]
6f37606e 818 spelling. ok markus@
95f4ccfb 819 - stevesk@cvs.openbsd.org 2001/01/28 20:53:21
820 [xmalloc.c]
821 use size_t for strlen() return. ok markus@
6f37606e 822 - stevesk@cvs.openbsd.org 2001/01/28 22:27:05
823 [authfile.c]
824 spelling. use sizeof vs. strlen(). ok markus@
9bd5b720 825 - niklas@cvs.openbsd.org 2001/01/29 1:59:14
23c2a7a5 826 [atomicio.h canohost.h clientloop.h deattack.h dh.h dispatch.h
827 groupaccess.c groupaccess.h hmac.h hostfile.h includes.h kex.h
828 key.h log.h login.h match.h misc.h myproposal.h nchan.ms pathnames.h
829 radix.h readpass.h rijndael.h serverloop.h session.h sftp.h ssh-add.1
830 ssh-dss.h ssh-keygen.1 ssh-keyscan.1 ssh-rsa.h ssh1.h ssh_config
831 sshconnect.h sshd_config tildexpand.h uidswap.h uuencode.h]
832 $OpenBSD$
b0e305c9 833 - (bal) Minor auth2.c resync. Whitespace and moving of an #include.
cb9da0fc 834
c9606e03 83520010126
61e96248 836 - (bal) SSH_PROGRAM vs _PATH_SSH_PROGRAM fix pointed out by Roumen
c9606e03 837 Petrov <roumen.petrov@skalasoft.com>
2f4b2e38 838 - (bal) OpenBSD Sync
839 - deraadt@cvs.openbsd.org 2001/01/25 8:06:33
840 [ssh-agent.c]
841 call _exit() in signal handler
c9606e03 842
d7d5f0b2 84320010125
844 - (djm) Sync bsd-* support files:
845 - deraadt@cvs.openbsd.org 2000/01/26 03:43:20
846 [rresvport.c bindresvport.c]
61e96248 847 new bindresvport() semantics that itojun, shin, jean-luc and i have
d7d5f0b2 848 agreed on, which will be happy for the future. bindresvport_sa() for
849 sockaddr *, too. docs later..
850 - deraadt@cvs.openbsd.org 2000/01/24 02:24:21
851 [bindresvport.c]
61e96248 852 in bindresvport(), if sin is non-NULL, example sin->sin_family for
d7d5f0b2 853 the actual family being processed
e1dd3a7a 854 - (djm) Mention PRNGd in documentation, it is nicer than EGD
855 - (djm) Automatically search for "well-known" EGD/PRNGd sockets in autoconf
8080699b 856 - (bal) AC_FUNC_STRFTIME added to autoconf
4ccb01d6 857 - (bal) OpenBSD Resync
858 - stevesk@cvs.openbsd.org 2001/01/24 21:03:50
859 [channels.c]
860 missing freeaddrinfo(); ok markus@
d7d5f0b2 861
556eb464 86220010124
863 - (bal) OpenBSD Resync
864 - markus@cvs.openbsd.org 2001/01/23 10:45:10
865 [ssh.h]
61e96248 866 nuke comment
1aecda34 867 - (bal) no 64bit support patch from Tim Rice <tim@multitalents.net>
868 - (bal) #ifdef around S_IFSOCK if platform does not support it.
869 patch by Tim Rice <tim@multitalents.net>
870 - (bal) fake-regex.h cleanup based on Tim Rice's patch.
c33f0b36 871 - (stevesk) sftp-server.c: fix chmod() mode mask
556eb464 872
effa6591 87320010123
874 - (bal) regexp.h typo in configure.in. Should have been regex.h
875 - (bal) SSH_USER_DIR to _PATH_SSH_USER_DIR patch by stevesk@
61e96248 876 - (bal) SSH_ASKPASS_DEFAULT to _PATH_SSH_ASKPASS_DEFAULT
53a24016 877 - (bal) OpenBSD Resync
878 - markus@cvs.openbsd.org 2001/01/22 8:15:00
879 [auth-krb4.c sshconnect1.c]
880 only AFS needs radix.[ch]
881 - markus@cvs.openbsd.org 2001/01/22 8:32:53
882 [auth2.c]
883 no need to include; from mouring@etoh.eviladmin.org
884 - stevesk@cvs.openbsd.org 2001/01/22 16:55:21
885 [key.c]
886 free() -> xfree(); ok markus@
887 - stevesk@cvs.openbsd.org 2001/01/22 17:22:28
888 [sshconnect2.c sshd.c]
889 fix memory leaks in SSH2 key exchange; ok markus@
d464095c 890 - markus@cvs.openbsd.org 2001/01/22 23:06:39
891 [auth1.c auth2.c readconf.c readconf.h servconf.c servconf.h
892 sshconnect1.c sshconnect2.c sshd.c]
893 rename skey -> challenge response.
894 auto-enable kbd-interactive for ssh2 if challenge-reponse is enabled.
53a24016 895
effa6591 896
42f11eb2 89720010122
898 - (bal) OpenBSD Resync
899 - markus@cvs.openbsd.org 2001/01/19 12:45:26 GMT 2001 by markus
900 [servconf.c ssh.h sshd.c]
901 only auth-chall.c needs #ifdef SKEY
902 - markus@cvs.openbsd.org 2001/01/19 15:55:10 GMT 2001 by markus
903 [auth-krb4.c auth-options.c auth-rh-rsa.c auth-rhosts.c auth-rsa.c
904 auth1.c auth2.c channels.c clientloop.c dh.c dispatch.c nchan.c
905 packet.c pathname.h readconf.c scp.c servconf.c serverloop.c
906 session.c ssh-add.c ssh-keygen.c ssh-keyscan.c ssh.c ssh.h
907 ssh1.h sshconnect1.c sshd.c ttymodes.c]
908 move ssh1 definitions to ssh1.h, pathnames to pathnames.h
909 - markus@cvs.openbsd.org 2001/01/19 16:48:14
910 [sshd.8]
911 fix typo; from stevesk@
912 - markus@cvs.openbsd.org 2001/01/19 16:50:58
913 [ssh-dss.c]
61e96248 914 clear and free digest, make consistent with other code (use dlen); from
42f11eb2 915 stevesk@
916 - markus@cvs.openbsd.org 2001/01/20 15:55:20 GMT 2001 by markus
917 [auth-options.c auth-options.h auth-rsa.c auth2.c]
918 pass the filename to auth_parse_options()
61e96248 919 - markus@cvs.openbsd.org 2001/01/20 17:59:40 GMT 2001
42f11eb2 920 [readconf.c]
921 fix SIGSEGV from -o ""; problem noted by jehsom@togetherweb.com
922 - stevesk@cvs.openbsd.org 2001/01/20 18:20:29
923 [sshconnect2.c]
924 dh_new_group() does not return NULL. ok markus@
925 - markus@cvs.openbsd.org 2001/01/20 21:33:42
926 [ssh-add.c]
61e96248 927 do not loop forever if askpass does not exist; from
42f11eb2 928 andrew@pimlott.ne.mediaone.net
929 - djm@cvs.openbsd.org 2001/01/20 23:00:56
930 [servconf.c]
931 Check for NULL return from strdelim; ok markus
932 - djm@cvs.openbsd.org 2001/01/20 23:02:07
933 [readconf.c]
934 KNF; ok markus
935 - jakob@cvs.openbsd.org 2001/01/21 9:00:33
936 [ssh-keygen.1]
937 remove -R flag; ok markus@
938 - markus@cvs.openbsd.org 2001/01/21 19:05:40
939 [atomicio.c automicio.h auth-chall.c auth-krb4.c auth-options.c
940 auth-options.h auth-passwd.c auth-rh-rsa.c auth-rhosts.c auth-rsa.c
941 auth.c auth.h auth1.c auth2-chall.c auth2.c authfd.c authfile.c
942 bufaux.c bufaux.h buffer.c canahost.c canahost.h channels.c
943 cipher.c cli.c clientloop.c clientloop.h compat.c compress.c
944 deattack.c dh.c dispatch.c groupaccess.c hmac.c hostfile.c kex.c
945 key.c key.h log-client.c log-server.c log.c log.h login.c login.h
946 match.c misc.c misc.h nchan.c packet.c pty.c radix.h readconf.c
947 readpass.c readpass.h rsa.c scp.c servconf.c serverloop.c serverloop.h
948 session.c sftp-server.c ssh-add.c ssh-agent.c ssh-dss.c ssh-keygen.c
61e96248 949 ssh-keyscan.c ssh-rsa.c ssh.c ssh.h sshconnect.c sshconnect.h
42f11eb2 950 sshconnect1.c sshconnect2.c sshd.c tildexpand.c tildexpand.h
951 ttysmodes.c uidswap.c xmalloc.c]
61e96248 952 split ssh.h and try to cleanup the #include mess. remove unnecessary
42f11eb2 953 #includes. rename util.[ch] -> misc.[ch]
954 - (bal) renamed 'PIDDIR' to '_PATH_SSH_PIDDIR' to match OpenBSD tree
61e96248 955 - (bal) Moved #ifdef KRB4 in auth-krb4.c above the #include to resolve
42f11eb2 956 conflict when compiling for non-kerb install
957 - (bal) removed the #ifdef SKEY in auth1.c to match Markus' changes
958 on 1/19.
959
6005a40c 96020010120
961 - (bal) OpenBSD Resync
962 - markus@cvs.openbsd.org 2001/01/19 12:45:26
963 [ssh-chall.c servconf.c servconf.h ssh.h sshd.c]
964 only auth-chall.c needs #ifdef SKEY
47af6577 965 - (bal) Slight auth2-pam.c clean up.
966 - (bal) Includes a fake-regexp.h to be only used if regcomp() is found,
967 but no 'regexp.h' found (SCO OpenServer 3 lacks the header).
6005a40c 968
922e6493 96920010119
970 - (djm) Update versions in RPM specfiles
59c97189 971 - (bal) OpenBSD Resync
972 - markus@cvs.openbsd.org 2001/01/18 16:20:21
973 [log-client.c log-server.c log.c readconf.c servconf.c ssh.1 ssh.h
974 sshd.8 sshd.c]
61e96248 975 log() is at pri=LOG_INFO, since LOG_NOTICE goes to /dev/console on many
59c97189 976 systems
977 - markus@cvs.openbsd.org 2001/01/18 16:59:59
978 [auth-passwd.c auth.c auth.h auth1.c auth2.c serverloop.c session.c
979 session.h sshconnect1.c]
980 1) removes fake skey from sshd, since this will be much
981 harder with /usr/libexec/auth/login_XXX
982 2) share/unify code used in ssh-1 and ssh-2 authentication (server side)
983 3) make addition of BSD_AUTH and other challenge reponse methods
984 easier.
985 - markus@cvs.openbsd.org 2001/01/18 17:12:43
986 [auth-chall.c auth2-chall.c]
987 rename *-skey.c *-chall.c since the files are not skey specific
04fc7a67 988 - (djm) Merge patch from Tim Waugh (via Nalin Dahyabhai <nalin@redhat.com>)
989 to fix NULL pointer deref and fake authloop breakage in PAM code.
f4ebf0e8 990 - (bal) Updated contrib/cygwin/ by Corinna Vinschen <vinschen@redhat.com>
3c418020 991 - (bal) Minor cygwin patch to auth1.c. Suggested by djm.
61e96248 992
b5c334cc 99320010118
994 - (bal) Super Sized OpenBSD Resync
995 - markus@cvs.openbsd.org 2001/01/11 22:14:20 GMT 2001 by markus
996 [sshd.c]
997 maxfd+1
998 - markus@cvs.openbsd.org 2001/01/13 17:59:18
999 [ssh-keygen.1]
1000 small ssh-keygen manpage cleanup; stevesk@pobox.com
1001 - markus@cvs.openbsd.org 2001/01/13 18:03:07
1002 [scp.c ssh-keygen.c sshd.c]
1003 getopt() returns -1 not EOF; stevesk@pobox.com
1004 - markus@cvs.openbsd.org 2001/01/13 18:06:54
1005 [ssh-keyscan.c]
1006 use SSH_DEFAULT_PORT; from stevesk@pobox.com
1007 - markus@cvs.openbsd.org 2001/01/13 18:12:47
1008 [ssh-keyscan.c]
1009 free() -> xfree(); fix memory leak; from stevesk@pobox.com
1010 - markus@cvs.openbsd.org 2001/01/13 18:14:13
1011 [ssh-add.c]
1012 typo, from stevesk@sweden.hp.com
1013 - markus@cvs.openbsd.org 2001/01/13 18:32:50
61e96248 1014 [packet.c session.c ssh.c sshconnect.c sshd.c]
b5c334cc 1015 split out keepalive from packet_interactive (from dale@accentre.com)
1016 set IPTOS_LOWDELAY TCP_NODELAY IPTOS_THROUGHPUT for ssh2, too.
1017 - markus@cvs.openbsd.org 2001/01/13 18:36:45
1018 [packet.c packet.h]
1019 reorder, typo
1020 - markus@cvs.openbsd.org 2001/01/13 18:38:00
1021 [auth-options.c]
1022 fix comment
1023 - markus@cvs.openbsd.org 2001/01/13 18:43:31
1024 [session.c]
1025 Wall
61e96248 1026 - markus@cvs.openbsd.org 2001/01/13 19:14:08
b5c334cc 1027 [clientloop.h clientloop.c ssh.c]
1028 move callback to headerfile
1029 - markus@cvs.openbsd.org 2001/01/15 21:40:10
1030 [ssh.c]
1031 use log() instead of stderr
1032 - markus@cvs.openbsd.org 2001/01/15 21:43:51
1033 [dh.c]
1034 use error() not stderr!
1035 - markus@cvs.openbsd.org 2001/01/15 21:45:29
1036 [sftp-server.c]
1037 rename must fail if newpath exists, debug off by default
1038 - markus@cvs.openbsd.org 2001/01/15 21:46:38
1039 [sftp-server.c]
1040 readable long listing for sftp-server, ok deraadt@
1041 - markus@cvs.openbsd.org 2001/01/16 19:20:06
1042 [key.c ssh-rsa.c]
61e96248 1043 make "ssh-rsa" key format for ssh2 confirm to the ietf-drafts; from
1044 galb@vandyke.com. note that you have to delete older ssh2-rsa keys,
1045 since they are in the wrong format, too. they must be removed from
b5c334cc 1046 .ssh/authorized_keys2 and .ssh/known_hosts2, etc.
61e96248 1047 (cd; grep -v ssh-rsa .ssh/authorized_keys2 > TMP && mv TMP
1048 .ssh/authorized_keys2) additionally, we now check that
b5c334cc 1049 BN_num_bits(rsa->n) >= 768.
1050 - markus@cvs.openbsd.org 2001/01/16 20:54:27
1051 [sftp-server.c]
1052 remove some statics. simpler handles; idea from nisse@lysator.liu.se
1053 - deraadt@cvs.openbsd.org 2001/01/16 23:58:08
1054 [bufaux.c radix.c sshconnect.h sshconnect1.c]
1055 indent
1056 - (bal) Added bsd-strmode.[ch] since some non-OpenBSD platforms may
1057 be missing such feature.
1058
61e96248 1059
52ce34a2 106020010117
1061 - (djm) Only write random seed file at exit
717057b6 1062 - (djm) Make PAM support optional, enable with --with-pam
61e96248 1063 - (djm) Try to use libcrypt on Linux, but link it after OpenSSL (which
717057b6 1064 provides a crypt() of its own)
1065 - (djm) Avoid a warning in bsd-bindresvport.c
1066 - (djm) Try to avoid adding -I/usr/include to CPPFLAGS during SSL tests. This
61e96248 1067 can cause weird segfaults errors on Solaris
8694a1ce 1068 - (djm) Avoid warning in PAM code by making read_passphrase arguments const
d748039d 1069 - (djm) Add --with-pam to RPM spec files
52ce34a2 1070
2fd3c144 107120010115
1072 - (bal) sftp-server.c change to use chmod() if fchmod() does not exist.
89c7e31c 1073 - (bal) utimes() support via utime() interface on machine that lack utimes().
2fd3c144 1074
63b68889 107520010114
1076 - (stevesk) initial work for OpenBSD "support supplementary group in
1077 {Allow,Deny}Groups" patch:
1078 - import getgrouplist.c from OpenBSD (bsd-getgrouplist.c)
1079 - add bsd-getgrouplist.h
1080 - new files groupaccess.[ch]
1081 - build but don't use yet (need to merge auth.c changes)
c6a69271 1082 - (stevesk) complete:
1083 - markus@cvs.openbsd.org 2001/01/13 11:56:48
1084 [auth.c sshd.8]
1085 support supplementary group in {Allow,Deny}Groups
1086 from stevesk@pobox.com
61e96248 1087
f546c780 108820010112
1089 - (bal) OpenBSD Sync
1090 - markus@cvs.openbsd.org 2001/01/10 22:56:22
1091 [bufaux.h bufaux.c sftp-server.c sftp.h getput.h]
1092 cleanup sftp-server implementation:
547519f0 1093 add buffer_get_int64, buffer_put_int64, GET_64BIT, PUT_64BIT
1094 parse SSH2_FILEXFER_ATTR_EXTENDED
1095 send SSH2_FX_EOF if readdir returns no more entries
1096 reply to SSH2_FXP_EXTENDED message
1097 use #defines from the draft
1098 move #definations to sftp.h
f546c780 1099 more info:
61e96248 1100 http://www.ietf.org/internet-drafts/draft-ietf-secsh-filexfer-00.txt
f546c780 1101 - markus@cvs.openbsd.org 2001/01/10 19:43:20
1102 [sshd.c]
1103 XXX - generate_empheral_server_key() is not safe against races,
61e96248 1104 because it calls log()
f546c780 1105 - markus@cvs.openbsd.org 2001/01/09 21:19:50
1106 [packet.c]
1107 allow TCP_NDELAY for ipv6; from netbsd via itojun@
1108
9548d6c8 110920010110
1110 - (djm) SNI/Reliant Unix needs USE_PIPES and $DISPLAY hack. Report from
1111 Bladt Norbert <Norbert.Bladt@adi.ch>
1112
af972861 111320010109
1114 - (bal) Resync CVS ID of cli.c
4b80e97b 1115 - (stevesk) auth1.c: free should be after WITH_AIXAUTHENTICATE
1116 code.
eea39c02 1117 - (bal) OpenBSD Sync
1118 - markus@cvs.openbsd.org 2001/01/08 22:29:05
1119 [auth2.c compat.c compat.h servconf.c servconf.h sshd.8
1120 sshd_config version.h]
1121 implement option 'Banner /etc/issue.net' for ssh2, move version to
1122 2.3.1 (needed for bugcompat detection, 2.3.0 would fail if Banner
1123 is enabled).
1124 - markus@cvs.openbsd.org 2001/01/08 22:03:23
1125 [channels.c ssh-keyscan.c]
1126 O_NDELAY -> O_NONBLOCK; thanks stevesk@pobox.com
1127 - markus@cvs.openbsd.org 2001/01/08 21:55:41
1128 [sshconnect1.c]
1129 more cleanups and fixes from stevesk@pobox.com:
1130 1) try_agent_authentication() for loop will overwrite key just
1131 allocated with key_new(); don't alloc
1132 2) call ssh_close_authentication_connection() before exit
1133 try_agent_authentication()
1134 3) free mem on bad passphrase in try_rsa_authentication()
1135 - markus@cvs.openbsd.org 2001/01/08 21:48:17
1136 [kex.c]
1137 missing free; thanks stevesk@pobox.com
f1c4659d 1138 - (bal) Detect if clock_t structure exists, if not define it.
1139 - (bal) Detect if O_NONBLOCK exists, if not define it.
1140 - (bal) removed news4-posix.h (now empty)
1141 - (bal) changed bsd-bindresvport.c and bsd-rresvport.c to use 'socklen_t'
1142 instead of 'int'
adc83ebf 1143 - (stevesk) sshd_config: sync
4f771a33 1144 - (stevesk) defines.h: remove spurious ``;''
af972861 1145
bbcf899f 114620010108
1147 - (bal) Fixed another typo in cli.c
1148 - (bal) OpenBSD Sync
1149 - markus@cvs.openbsd.org 2001/01/07 21:26:55
1150 [cli.c]
1151 typo
1152 - markus@cvs.openbsd.org 2001/01/07 21:26:55
1153 [cli.c]
1154 missing free, stevesk@pobox.com
1155 - markus@cvs.openbsd.org 2001/01/07 19:06:25
1156 [auth1.c]
1157 missing free, stevesk@pobox.com
1158 - markus@cvs.openbsd.org 2001/01/07 11:28:04
1159 [log-client.c log-server.c log.c readconf.c servconf.c ssh.1
1160 ssh.h sshd.8 sshd.c]
1161 rename SYSLOG_LEVEL_INFO->SYSLOG_LEVEL_NOTICE
1162 syslog priority changes:
1163 fatal() LOG_ERR -> LOG_CRIT
1164 log() LOG_INFO -> LOG_NOTICE
b8c37305 1165 - Updated TODO
bbcf899f 1166
9616313f 116720010107
1168 - (bal) OpenBSD Sync
1169 - markus@cvs.openbsd.org 2001/01/06 11:23:27
1170 [ssh-rsa.c]
1171 remove unused
1172 - itojun@cvs.openbsd.org 2001/01/05 08:23:29
1173 [ssh-keyscan.1]
1174 missing .El
1175 - markus@cvs.openbsd.org 2001/01/04 22:41:03
1176 [session.c sshconnect.c]
1177 consistent use of _PATH_BSHELL; from stevesk@pobox.com
1178 - djm@cvs.openbsd.org 2001/01/04 22:35:32
1179 [ssh.1 sshd.8]
1180 Mention AES as available SSH2 Cipher; ok markus
1181 - markus@cvs.openbsd.org 2001/01/04 22:25:58
1182 [sshd.c]
1183 sync usage()/man with defaults; from stevesk@pobox.com
1184 - markus@cvs.openbsd.org 2001/01/04 22:21:26
1185 [sshconnect2.c]
1186 handle SSH2_MSG_USERAUTH_BANNER; fixes bug when connecting to a server
1187 that prints a banner (e.g. /etc/issue.net)
61e96248 1188
1877dc0c 118920010105
1190 - (bal) contrib/caldera/ provided by Tim Rice <tim@multitalents.net>
5a64a938 1191 - (bal) bsd-getcwd.c and bsd-setenv.c changed from bcopy() to memmove()
1877dc0c 1192
488c06c8 119320010104
1194 - (djm) Fix memory leak on systems with BROKEN_GETADDRINFO. Based on
1195 work by Chris Vaughan <vaughan99@yahoo.com>
1196
7c49df64 119720010103
1198 - (bal) fixed up sshconnect.c so it was closer inline with the OpenBSD
1199 tree (mainly positioning)
1200 - (bal) OpenSSH CVS Update
1201 - markus@cvs.openbsd.org 2001/01/02 20:41:02
1202 [packet.c]
1203 log remote ip on disconnect; PR 1600 from jcs@rt.fm
1204 - markus@cvs.openbsd.org 2001/01/02 20:50:56
1205 [sshconnect.c]
61e96248 1206 strict_host_key_checking for host_status != HOST_CHANGED &&
7c49df64 1207 ip_status == HOST_CHANGED
61e96248 1208 - (bal) authfile.c: Synced CVS ID tag
2c523de9 1209 - (bal) UnixWare 2.0 fixes by Tim Rice <tim@multitalents.net>
1210 - (bal) Disable sftp-server if no 64bit int support exists. Based on
1211 patch by Tim Rice <tim@multitalents.net>
1212 - (bal) Makefile.in changes to uninstall: target to remove sftp-server
1213 and sftp-server.8 manpage.
7c49df64 1214
a421e945 121520010102
1216 - (bal) OpenBSD CVS Update
1217 - markus@cvs.openbsd.org 2001/01/01 14:52:49
1218 [scp.c]
1219 use shared fatal(); from stevesk@pobox.com
1220
0efc80a7 122120001231
1222 - (bal) Reverted out of MAXHOSTNAMELEN. This should be set per OS.
1223 for multiple reasons.
b1335fdf 1224 - (bal) Reverted out of a partial NeXT patch.
0efc80a7 1225
efcae5b1 122620001230
1227 - (bal) OpenBSD CVS Update
1228 - markus@cvs.openbsd.org 2000/12/28 18:58:30
1229 [ssh-keygen.c]
1230 enable 'ssh-keygen -l -f ~/.ssh/{authorized_keys,known_hosts}{,2}
b148018f 1231 - markus@cvs.openbsd.org 2000/12/29 22:19:13
1232 [channels.c]
1233 missing xfree; from vaughan99@yahoo.com
efcae5b1 1234 - (bal) Resynced CVS ID with OpenBSD for channel.c and uidswap.c
03a14cc9 1235 - (bal) if no MAXHOSTNAMELEN is defined. Default to 64 character defination.
34665bf7 1236 Suggested by Christian Kurz <shorty@debian.org>
cb6dabf4 1237 - (bal) Add in '.c.o' section to Makefile.in to address make programs that
61e96248 1238 don't honor CPPFLAGS by default. Suggested by Lutz Jaenicke
cb6dabf4 1239 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
0dd78cd8 1240
124120001229
61e96248 1242 - (bal) Fixed spelling of 'authorized_keys' in ssh-copy-id.1 by Christian
34665bf7 1243 Kurz <shorty@debian.org>
8abcdba4 1244 - (bal) OpenBSD CVS Update
1245 - markus@cvs.openbsd.org 2000/12/28 14:25:51
1246 [auth.h auth2.c]
1247 count authentication failures only
1248 - markus@cvs.openbsd.org 2000/12/28 14:25:03
1249 [sshconnect.c]
1250 fingerprint for MITM attacks, too.
1251 - markus@cvs.openbsd.org 2000/12/28 12:03:57
1252 [sshd.8 sshd.c]
1253 document -D
1254 - markus@cvs.openbsd.org 2000/12/27 14:19:21
1255 [serverloop.c]
1256 less chatty
1257 - markus@cvs.openbsd.org 2000/12/27 12:34
1258 [auth1.c sshconnect2.c sshd.c]
1259 typo
1260 - markus@cvs.openbsd.org 2000/12/27 12:30:19
1261 [readconf.c readconf.h ssh.1 sshconnect.c]
1262 new option: HostKeyAlias: allow the user to record the host key
1263 under a different name. This is useful for ssh tunneling over
1264 forwarded connections or if you run multiple sshd's on different
1265 ports on the same machine.
1266 - markus@cvs.openbsd.org 2000/12/27 11:51:53
1267 [ssh.1 ssh.c]
1268 multiple -t force pty allocation, document ORIGINAL_COMMAND
1269 - markus@cvs.openbsd.org 2000/12/27 11:41:31
1270 [sshd.8]
1271 update for ssh-2
c52c7082 1272 - (stevesk) compress.[ch] sync with openbsd; missed in prototype
1273 fix merge.
0dd78cd8 1274
8f523d67 127520001228
1276 - (bal) Patch to add libutil.h to loginrec.c only if the platform has
1277 libutil.h. Suggested by Pekka Savola <pekka@netcore.fi>
9fb76616 1278 - (djm) Update to new x11-askpass in RPM spec
0dd78cd8 1279 - (bal) SCO patch to not include <sys/queue.h> since it's unrelated
1280 header. Patch by Tim Rice <tim@multitalents.net>
1281 - Updated TODO w/ known HP/UX issue
1282 - (bal) removed extra <netdb.h> noticed by Kevin Steves and removed the
1283 bad reference to 'NeXT including it else were' on the #ifdef version.
8f523d67 1284
b03bd394 128520001227
61e96248 1286 - (bal) Typo in configure.in: entut?ent should be endut?ent. Suggested by
b03bd394 1287 Takumi Yamane <yamtak@b-session.com>
1288 - (bal) Checks for getrlimit(), sysconf(), and setdtablesize(). Patch
8f523d67 1289 by Corinna Vinschen <vinschen@redhat.com>
1290 - (djm) Fix catman-do target for non-bash
61e96248 1291 - (bal) Typo in configure.in: entut?ent should be endut?ent. Suggested by
8f523d67 1292 Takumi Yamane <yamtak@b-session.com>
1293 - (bal) Checks for getrlimit(), sysconf(), and setdtablesize(). Patch
b03bd394 1294 by Corinna Vinschen <vinschen@redhat.com>
13991f8e 1295 - (djm) Fix catman-do target for non-bash
61e96248 1296 - (bal) Fixed NeXT's lack of CPPFLAGS honoring.
1297 - (bal) ssh-keyscan.c: NeXT (and older BSDs) don't support getrlimit() w/
f318b98b 1298 'RLIMIT_NOFILE'
61e96248 1299 - (djm) Remove *.Ylonen files. They are no longer in the OpenBSD tree,
1300 the info in COPYING.Ylonen has been moved to the start of each
3bdf55b1 1301 SSH1-derived file and README.Ylonen is well out of date.
b03bd394 1302
8d88011e 130320001223
1304 - (bal) Fixed Makefile.in to support recompile of all ssh and sshd objects
1305 if a change to config.h has occurred. Suggested by Gert Doering
1306 <gert@greenie.muc.de>
1307 - (bal) OpenBSD CVS Update:
1308 - markus@cvs.openbsd.org 2000/12/22 16:49:40
1309 [ssh-keygen.c]
1310 fix ssh-keygen -x -t type > file; from Roumen.Petrov@skalasoft.com
1311
1e3b8b07 131220001222
1313 - Updated RCSID for pty.c
1314 - (bal) OpenBSD CVS Updates:
1315 - markus@cvs.openbsd.org 2000/12/21 15:10:16
1316 [auth-rh-rsa.c hostfile.c hostfile.h sshconnect.c]
1317 print keyfile:line for changed hostkeys, for deraadt@, ok deraadt@
1318 - markus@cvs.openbsd.org 2000/12/20 19:26:56
1319 [authfile.c]
1320 allow ssh -i userkey for root
1321 - markus@cvs.openbsd.org 2000/12/20 19:37:21
1322 [authfd.c authfd.h kex.c sshconnect2.c sshd.c uidswap.c uidswap.h]
1323 fix prototypes; from stevesk@pobox.com
1324 - markus@cvs.openbsd.org 2000/12/20 19:32:08
1325 [sshd.c]
1326 init pointer to NULL; report from Jan.Ivan@cern.ch
1327 - markus@cvs.openbsd.org 2000/12/19 23:17:54
1328 [auth-krb4.c auth-options.c auth-options.h auth-rhosts.c auth-rsa.c
1329 auth1.c auth2-skey.c auth2.c authfd.c authfd.h authfile.c bufaux.c
1330 bufaux.h buffer.c canohost.c channels.c clientloop.c compress.c
1331 crc32.c deattack.c getput.h hmac.c hmac.h hostfile.c kex.c kex.h
1332 key.c key.h log.c login.c match.c match.h mpaux.c mpaux.h packet.c
1333 packet.h radix.c readconf.c rsa.c scp.c servconf.c servconf.h
1334 serverloop.c session.c sftp-server.c ssh-agent.c ssh-dss.c ssh-dss.h
1335 ssh-keygen.c ssh-keyscan.c ssh-rsa.c ssh-rsa.h ssh.c ssh.h uuencode.c
1336 uuencode.h sshconnect1.c sshconnect2.c sshd.c tildexpand.c]
1337 replace 'unsigned bla' with 'u_bla' everywhere. also replace 'char
1338 unsigned' with u_char.
1339
67b0facb 134020001221
1341 - (stevesk) OpenBSD CVS updates:
1342 - markus@cvs.openbsd.org 2000/12/19 15:43:45
1343 [authfile.c channels.c sftp-server.c ssh-agent.c]
1344 remove() -> unlink() for consistency
1345 - markus@cvs.openbsd.org 2000/12/19 15:48:09
1346 [ssh-keyscan.c]
1347 replace <ssl/x.h> with <openssl/x.h>
1348 - markus@cvs.openbsd.org 2000/12/17 02:33:40
1349 [uidswap.c]
1350 typo; from wsanchez@apple.com
61e96248 1351
adeebd37 135220001220
61e96248 1353 - (djm) Workaround PAM inconsistencies between Solaris derived PAM code
adeebd37 1354 and Linux-PAM. Based on report and fix from Andrew Morgan
1355 <morgan@transmeta.com>
1356
f072c47a 135720001218
1358 - (stevesk) rsa.c: entropy.h not needed.
0c2fb82f 1359 - (bal) split CFLAGS into CFLAGS and CPPFLAGS in configure.in and Makefile.
1360 Suggested by Wilfredo Sanchez <wsanchez@apple.com>
f072c47a 1361
731c1541 136220001216
1363 - (stevesk) OpenBSD CVS updates:
1364 - markus@cvs.openbsd.org 2000/12/16 02:53:57
1365 [scp.c]
1366 allow + in usernames; request from Florian.Weimer@RUS.Uni-Stuttgart.DE
1367 - markus@cvs.openbsd.org 2000/12/16 02:39:57
1368 [scp.c]
1369 unused; from stevesk@pobox.com
1370
227e8e86 137120001215
9853409f 1372 - (stevesk) Old OpenBSD patch wasn't completely applied:
1373 - markus@cvs.openbsd.org 2000/01/24 22:11:20
1374 [scp.c]
1375 allow '.' in usernames; from jedgar@fxp.org
227e8e86 1376 - (stevesk) OpenBSD CVS updates:
1377 - markus@cvs.openbsd.org 2000/12/13 16:26:53
1378 [ssh-keyscan.c]
1379 fatal already adds \n; from stevesk@pobox.com
1380 - markus@cvs.openbsd.org 2000/12/13 16:25:44
1381 [ssh-agent.c]
1382 remove redundant spaces; from stevesk@pobox.com
1383 - ho@cvs.openbsd.org 2000/12/12 15:50:21
1384 [pty.c]
1385 When failing to set tty owner and mode on a read-only filesystem, don't
1386 abort if the tty already has correct owner and reasonably sane modes.
1387 Example; permit 'root' to login to a firewall with read-only root fs.
1388 (markus@ ok)
1389 - deraadt@cvs.openbsd.org 2000/12/13 06:36:05
1390 [pty.c]
1391 KNF
6ffc9c88 1392 - markus@cvs.openbsd.org 2000/12/12 14:45:21
1393 [sshd.c]
1394 source port < 1024 is no longer required for rhosts-rsa since it
1395 adds no additional security.
1396 - markus@cvs.openbsd.org 2000/12/12 16:11:49
1397 [ssh.1 ssh.c]
1398 rhosts-rsa is no longer automagically disabled if ssh is not privileged.
1399 UsePrivilegedPort=no disables rhosts-rsa _only_ for old servers.
1400 these changes should not change the visible default behaviour of the ssh client.
71c0d06a 1401 - deraadt@cvs.openbsd.org 2000/12/11 10:27:33
1402 [scp.c]
1403 when copying 0-sized files, do not re-print ETA time at completion
3e1caa83 1404 - provos@cvs.openbsd.org 2000/12/15 10:30:15
1405 [kex.c kex.h sshconnect2.c sshd.c]
1406 compute diffie-hellman in parallel between server and client. okay markus@
227e8e86 1407
6c935fbd 140820001213
1409 - (djm) Make sure we reset the SIGPIPE disposition after we fork. Report
1410 from Andreas M. Kirchwitz <amk@krell.zikzak.de>
227e8e86 1411 - (stevesk) OpenBSD CVS update:
1fe6a48f 1412 - markus@cvs.openbsd.org 2000/12/12 15:30:02
1413 [ssh-keyscan.c ssh.c sshd.c]
61e96248 1414 consistently use __progname; from stevesk@pobox.com
6c935fbd 1415
367d1840 141620001211
1417 - (bal) Applied patch to include ssh-keyscan into Redhat's package, and
1418 patch to install ssh-keyscan manpage. Patch by Pekka Savola
1419 <pekka@netcore.fi>
e3a70753 1420 - (bal) OpenbSD CVS update
1421 - markus@cvs.openbsd.org 2000/12/10 17:01:53
1422 [sshconnect1.c]
1423 always request new challenge for skey/tis-auth, fixes interop with
1424 other implementations; report from roth@feep.net
367d1840 1425
6b523bae 142620001210
1427 - (bal) OpenBSD CVS updates
61e96248 1428 - markus@cvs.openbsd.org 2000/12/09 13:41:51
6b523bae 1429 [cipher.c cipher.h rijndael.c rijndael.h rijndael_boxes.h]
1430 undo rijndael changes
61e96248 1431 - markus@cvs.openbsd.org 2000/12/09 13:48:31
6b523bae 1432 [rijndael.c]
1433 fix byte order bug w/o introducing new implementation
61e96248 1434 - markus@cvs.openbsd.org 2000/12/09 14:08:27
6b523bae 1435 [sftp-server.c]
1436 "" -> "." for realpath; from vinschen@redhat.com
61e96248 1437 - markus@cvs.openbsd.org 2000/12/09 14:06:54
6b523bae 1438 [ssh-agent.c]
1439 extern int optind; from stevesk@sweden.hp.com
13af0aa2 1440 - provos@cvs.openbsd.org 2000/12/09 23:51:11
1441 [compat.c]
1442 remove unnecessary '\n'
6b523bae 1443
ce9c0b75 144420001209
6b523bae 1445 - (bal) OpenBSD CVS updates:
61e96248 1446 - djm@cvs.openbsd.org 2000/12/07 4:24:59
ce9c0b75 1447 [ssh.1]
1448 Typo fix from Wilfredo Sanchez <wsanchez@apple.com>; ok theo
1449
f72fc97f 145020001207
6b523bae 1451 - (bal) OpenBSD CVS updates:
61e96248 1452 - markus@cvs.openbsd.org 2000/12/06 22:58:14
f72fc97f 1453 [compat.c compat.h packet.c]
1454 disable debug messages for ssh.com/f-secure 2.0.1x, 2.1.0
dfe89252 1455 - markus@cvs.openbsd.org 2000/12/06 23:10:39
1456 [rijndael.c]
1457 unexpand(1)
61e96248 1458 - markus@cvs.openbsd.org 2000/12/06 23:05:43
dfe89252 1459 [cipher.c cipher.h rijndael.c rijndael.h rijndael_boxes.h]
1460 new rijndael implementation. fixes endian bugs
f72fc97f 1461
97fb6912 146220001206
6b523bae 1463 - (bal) OpenBSD CVS updates:
97fb6912 1464 - markus@cvs.openbsd.org 2000/12/05 20:34:09
1465 [channels.c channels.h clientloop.c serverloop.c]
1466 async connects for -R/-L; ok deraadt@
1467 - todd@cvs.openssh.org 2000/12/05 16:47:28
1468 [sshd.c]
1469 tweak comment to reflect real location of pid file; ok provos@
bf5f69f7 1470 - (stevesk) Import <sys/queue.h> from OpenBSD for systems that don't
1471 have it (used in ssh-keyscan).
227e8e86 1472 - (stevesk) OpenBSD CVS update:
f20255cb 1473 - markus@cvs.openbsd.org 2000/12/06 19:57:48
1474 [ssh-keyscan.c]
1475 err(3) -> internal error(), from stevesk@sweden.hp.com
97fb6912 1476
f6fdbddf 147720001205
6b523bae 1478 - (bal) OpenBSD CVS updates:
f6fdbddf 1479 - markus@cvs.openbsd.org 2000/12/04 19:24:02
1480 [ssh-keyscan.c ssh-keyscan.1]
1481 David Maziere's ssh-keyscan, ok niels@
1482 - (bal) Updated Makefile.in to include ssh-keyscan that was just added
1483 to the recent OpenBSD source tree.
835d2104 1484 - (stevesk) fix typos in contrib/hpux/README
f6fdbddf 1485
cbc5abf9 148620001204
1487 - (bal) More C functions defined in NeXT that are unaccessable without
61e96248 1488 defining -POSIX.
1489 - (bal) OpenBSD CVS updates:
1490 - markus@cvs.openbsd.org 2000/12/03 11:29:04
cbc5abf9 1491 [compat.c]
1492 remove fallback to SSH_BUG_HMAC now that the drafts are updated
1493 - markus@cvs.openbsd.org 2000/12/03 11:27:55
1494 [compat.c]
61e96248 1495 correctly match "2.1.0.pl2 SSH" etc; from
97fb6912 1496 pekkas@netcore.fi/bugzilla.redhat
cbc5abf9 1497 - markus@cvs.openbsd.org 2000/12/03 11:15:03
1498 [auth2.c compat.c compat.h sshconnect2.c]
1499 support f-secure/ssh.com 2.0.12; ok niels@
1500
0b6fbf03 150120001203
cbc5abf9 1502 - (bal) OpenBSD CVS updates:
0b6fbf03 1503 - markus@cvs.openbsd.org 2000/11/30 22:54:31
1504 [channels.c]
61e96248 1505 debug->warn if tried to do -R style fwd w/o client requesting this;
0b6fbf03 1506 ok neils@
1507 - markus@cvs.openbsd.org 2000/11/29 20:39:17
1508 [cipher.c]
1509 des_cbc_encrypt -> des_ncbc_encrypt since it already updates the IV
1510 - markus@cvs.openbsd.org 2000/11/30 18:33:05
1511 [ssh-agent.c]
1512 agents must not dump core, ok niels@
61e96248 1513 - markus@cvs.openbsd.org 2000/11/30 07:04:02
0b6fbf03 1514 [ssh.1]
1515 T is for both protocols
1516 - markus@cvs.openbsd.org 2000/12/01 00:00:51
1517 [ssh.1]
1518 typo; from green@FreeBSD.org
1519 - markus@cvs.openbsd.org 2000/11/30 07:02:35
1520 [ssh.c]
1521 check -T before isatty()
1522 - provos@cvs.openbsd.org 2000/11/29 13:51:27
1523 [sshconnect.c]
61e96248 1524 show IP address and hostname when new key is encountered. okay markus@
0b6fbf03 1525 - markus@cvs.openbsd.org 2000/11/30 22:53:35
1526 [sshconnect.c]
1527 disable agent/x11/port fwding if hostkey has changed; ok niels@
1528 - marksu@cvs.openbsd.org 2000/11/29 21:11:59
1529 [sshd.c]
1530 sshd -D, startup w/o deamon(), for monitoring scripts or inittab;
1531 from handler@sub-rosa.com and eric@urbanrange.com; ok niels@
8c9fe09e 1532 - (djm) Added patch from Nalin Dahyabhai <nalin@redhat.com> to enable
1533 PAM authentication using KbdInteractive.
1534 - (djm) Added another TODO
0b6fbf03 1535
90f4078a 153620001202
1537 - (bal) Backed out of part of Alain St-Denis' loginrec.c patch.
61e96248 1538 - (bal) Irix need some sort of mansubdir, patch by Michael Stone
90f4078a 1539 <mstone@cs.loyola.edu>
1540
dcef6523 154120001129
7062c40f 1542 - (djm) Back out all the serverloop.c hacks. sshd will now hang again
1543 if there are background children with open fds.
c193d002 1544 - (djm) bsd-rresvport.c bzero -> memset
61e96248 1545 - (djm) Don't fail in defines.h on absence of 64 bit types (we will
c193d002 1546 still fail during compilation of sftp-server).
1547 - (djm) Fail if ar is not found during configure
c523303b 1548 - (djm) OpenBSD CVS updates:
1549 - provos@cvs.openbsd.org 2000/11/22 08:38:31
1550 [sshd.8]
1551 talk about /etc/primes, okay markus@
1552 - markus@cvs.openbsd.org 2000/11/23 14:03:48
1553 [ssh.c sshconnect1.c sshconnect2.c]
1554 complain about invalid ciphers for ssh1/ssh2, fall back to reasonable
1555 defaults
1556 - markus@cvs.openbsd.org 2000/11/25 09:42:53
1557 [sshconnect1.c]
1558 reorder check for illegal ciphers, bugreport from espie@
1559 - markus@cvs.openbsd.org 2000/11/25 10:19:34
1560 [ssh-keygen.c ssh.h]
1561 print keytype when generating a key.
1562 reasonable defaults for RSA1/RSA/DSA keys.
b3ec54b4 1563 - (djm) Patch from Pekka Savola <Pekka.Savola@netcore.fi> to include a few
1564 more manpage paths in fixpaths calls
1565 - (djm) Also add xauth path at Pekka's suggestion.
57ce3f00 1566 - (djm) Add Redhat RPM patch for AUTHPRIV SyslogFacility
dcef6523 1567
e879a080 156820001125
1569 - (djm) Give up privs when reading seed file
1570
d343d900 157120001123
1572 - (bal) Merge OpenBSD changes:
1573 - markus@cvs.openbsd.org 2000/11/15 22:31:36
1574 [auth-options.c]
61e96248 1575 case insensitive key options; from stevesk@sweeden.hp.com
d343d900 1576 - markus@cvs.openbsd.org 2000/11/16 17:55:43
1577 [dh.c]
1578 do not use perror() in sshd, after child is forked()
1579 - markus@cvs.openbsd.org 2000/11/14 23:42:40
1580 [auth-rsa.c]
1581 parse option only if key matches; fix some confusing seen by the client
1582 - markus@cvs.openbsd.org 2000/11/14 23:44:19
1583 [session.c]
1584 check no_agent_forward_flag for ssh-2, too
1585 - markus@cvs.openbsd.org 2000/11/15
1586 [ssh-agent.1]
1587 reorder SYNOPSIS; typo, use .It
1588 - markus@cvs.openbsd.org 2000/11/14 23:48:55
1589 [ssh-agent.c]
1590 do not reorder keys if a key is removed
1591 - markus@cvs.openbsd.org 2000/11/15 19:58:08
1592 [ssh.c]
61e96248 1593 just ignore non existing user keys
d343d900 1594 - millert@cvs.openbsd.org 200/11/15 20:24:43
1595 [ssh-keygen.c]
1596 Add missing \n at end of error message.
1597
0b49a754 159820001122
1599 - (bal) Minor patch to ensure platforms lacking IRIX job limit supports
1600 are compilable.
1601 - (bal) Updated TODO as of 11/18/2000 with known things to resolve.
1602
fab2e5d3 160320001117
1604 - (bal) Changed from 'primes' to 'primes.out' for consistancy sake. It
1605 has no affect the output. Patch by Corinna Vinschen <vinschen@redhat.com>
61e96248 1606 - (stevesk) Reworked progname support.
260d427b 1607 - (bal) Misplaced #include "includes.h" in bsd-setproctitle.c. Patch by
1608 Shinichi Maruyama <marya@st.jip.co.jp>
fab2e5d3 1609
c2207f11 161020001116
1611 - (bal) Added in MAXSYMLINK test in bsd-realpath.c. Required for some SCO
1612 releases.
1613 - (bal) Make builds work outside of source tree. Patch by Mark D. Roth
1614 <roth@feep.net>
1615
3d398e04 161620001113
61e96248 1617 - (djm) Add pointer to http://www.imasy.or.jp/~gotoh/connect.c to
3d398e04 1618 contrib/README
fa08c86b 1619 - (djm) Merge OpenBSD changes:
1620 - markus@cvs.openbsd.org 2000/11/06 16:04:56
1621 [channels.c channels.h clientloop.c nchan.c serverloop.c]
1622 [session.c ssh.c]
1623 agent forwarding and -R for ssh2, based on work from
1624 jhuuskon@messi.uku.fi
1625 - markus@cvs.openbsd.org 2000/11/06 16:13:27
1626 [ssh.c sshconnect.c sshd.c]
1627 do not disabled rhosts(rsa) if server port > 1024; from
1628 pekkas@netcore.fi
1629 - markus@cvs.openbsd.org 2000/11/06 16:16:35
1630 [sshconnect.c]
1631 downgrade client to 1.3 if server is 1.4; help from mdb@juniper.net
1632 - markus@cvs.openbsd.org 2000/11/09 18:04:40
1633 [auth1.c]
1634 typo; from mouring@pconline.com
1635 - markus@cvs.openbsd.org 2000/11/12 12:03:28
1636 [ssh-agent.c]
1637 off-by-one when removing a key from the agent
1638 - markus@cvs.openbsd.org 2000/11/12 12:50:39
1639 [auth-rh-rsa.c auth2.c authfd.c authfd.h]
1640 [authfile.c hostfile.c kex.c kex.h key.c key.h myproposal.h]
1641 [readconf.c readconf.h rsa.c rsa.h servconf.c servconf.h ssh-add.c]
1642 [ssh-agent.c ssh-keygen.1 ssh-keygen.c ssh.1 ssh.c ssh_config]
1643 [sshconnect1.c sshconnect2.c sshd.8 sshd.c sshd_config ssh-dss.c]
61e96248 1644 [ssh-dss.h ssh-rsa.c ssh-rsa.h dsa.c dsa.h]
fa08c86b 1645 add support for RSA to SSH2. please test.
1646 there are now 3 types of keys: RSA1 is used by ssh-1 only,
1647 RSA and DSA are used by SSH2.
1648 you can use 'ssh-keygen -t rsa -f ssh2_rsa_file' to generate RSA
1649 keys for SSH2 and use the RSA keys for hostkeys or for user keys.
1650 SSH2 RSA or DSA keys are added to .ssh/authorised_keys2 as before.
1651 - (djm) Fix up Makefile and Redhat init script to create RSA host keys
f001465f 1652 - (djm) Change to interim version
5733a41a 1653 - (djm) Fix RPM spec file stupidity
6fff1ac4 1654 - (djm) fixpaths to DSA and RSA keys too
3d398e04 1655
d287c664 165620001112
1657 - (bal) SCO Patch to add needed libraries for configure.in. Patch by
1658 Phillips Porch <root@theporch.com>
3d398e04 1659 - (bal) IRIX patch to adding Job Limits. Patch by Denis Parker
1660 <dcp@sgi.com>
a3bf38d0 1661 - (stevesk) pty.c: HP-UX 10 and 11 don't define TIOCSCTTY. Add error() to
1662 failed ioctl(TIOCSCTTY) call.
d287c664 1663
3c4d4fef 166420001111
1665 - (djm) Added /etc/primes for kex DH group neg, fixup Makefile.in and
1666 packaging files
35325fd4 1667 - (djm) Fix new Makefile.in warnings
61e96248 1668 - (djm) Fix vsprintf("%h") in bsd-snprintf.c, short int va_args are
1669 promoted to type int. Report and fix from Dan Astoorian
027bf205 1670 <djast@cs.toronto.edu>
61e96248 1671 - (djm) Hardwire sysconfdir in RPM spec files as some RPM versions get
e3291159 1672 it wrong. Report from Bennett Todd <bet@rahul.net>
3c4d4fef 1673
3e366738 167420001110
1675 - (bal) Fixed dropped answer from skey_keyinfo() in auth1.c
1676 - (bal) Changed from --with-skey to --with-skey=PATH in configure.in
1677 - (bal) Added in check to verify S/Key library is being detected in
1678 configure.in
61e96248 1679 - (bal) next-posix.h - added another prototype wrapped in POSIX ifdef/endif.
3e366738 1680 Patch by Mark Miller <markm@swoon.net>
1681 - (bal) Added 'util.h' header to loginrec.c only if HAVE_UTIL_H is defined
61e96248 1682 to remove warnings under MacOS X. Patch by Mark Miller <markm@swoon.net>
3e366738 1683 - (bal) Fixed LDFLAG mispelling in configure.in for --with-afs
1684
373998a4 168520001107
e506ee73 1686 - (bal) acconfig.in - removed the double "USE_PIPES" entry. Patch by
1687 Mark Miller <markm@swoon.net>
373998a4 1688 - (bal) sshd.init files corrected to assign $? to RETVAL. Patch by
1689 Jarno Huuskonen <jhuuskon@messi.uku.fi>
e506ee73 1690 - (bal) fixpaths fixed to stop it from quitely failing. Patch by
1691 Mark D. Roth <roth@feep.net>
373998a4 1692
ac89998a 169320001106
1694 - (djm) Use Jim's new 1.0.3 askpass in Redhat RPMs
6c09e23c 1695 - (djm) Manually fix up missed diff hunks (mainly RCS idents)
61e96248 1696 - (djm) Remove UPGRADING document in favour of a link to the better
d6846e6a 1697 maintained FAQ on www.openssh.com
73bd30fe 1698 - (djm) Fix multiple dependancy on gnome-libs from Pekka Savola
1699 <pekkas@netcore.fi>
1700 - (djm) Don't need X11-askpass in RPM spec file if building without it
1701 from Pekka Savola <pekkas@netcore.fi>
c215ba3b 1702 - (djm) Release 2.3.0p1
97b378bf 1703 - (bal) typo in configure.in in regards to --with-ldflags from Marko
1704 Asplund <aspa@kronodoc.fi>
1705 - (bal) fixed next-posix.h. Forgot prototype of getppid().
68f189a9 1706
b850ecd9 170720001105
1708 - (bal) Sync with OpenBSD:
1709 - markus@cvs.openbsd.org 2000/10/31 9:31:58
1710 [compat.c]
1711 handle all old openssh versions
1712 - markus@cvs.openbsd.org 2000/10/31 13:1853
1713 [deattack.c]
1714 so that large packets do not wrap "n"; from netbsd
1715 - (bal) rijndel.c - fix up RCSID to match OpenBSD tree
a30ce26d 1716 - (bal) auth2-skey.c - Checked in. Missing from portable tree.
1717 - (bal) Reworked NEWS-OS and NeXT ports to extract waitpid() and
1718 setsid() into more common files
96054e6f 1719 - (stevesk) pty.c: use __hpux to identify HP-UX.
d0127657 1720 - (bal) Missed auth-skey.o in Makefile.in and minor correction to
1721 bsd-waitpid.c
b850ecd9 1722
75b90ced 172320001029
1724 - (stevesk) Fix typo in auth.c: USE_PAM not PAM
95273555 1725 - (stevesk) Create contrib/cygwin/ directory; patch from
1726 Corinna Vinschen <vinschen@redhat.com>
e9e4a1c7 1727 - (bal) Resolved more $xno and $xyes issues in configure.in
fd5f0295 1728 - (bal) next-posix.h - spelling and forgot a prototype
75b90ced 1729
344f2b94 173020001028
61e96248 1731 - (djm) fix select hack in serverloop.c from Philippe WILLEM
344f2b94 1732 <Philippe.WILLEM@urssaf.fr>
240ae474 1733 - (djm) Fix mangled AIXAUTHENTICATE code
61e96248 1734 - (djm) authctxt->pw may be NULL. Fix from Markus Friedl
606ea390 1735 <markus.friedl@informatik.uni-erlangen.de>
a22aff1f 1736 - (djm) Sync with OpenBSD:
1737 - markus@cvs.openbsd.org 2000/10/16 15:46:32
1738 [ssh.1]
1739 fixes from pekkas@netcore.fi
1740 - markus@cvs.openbsd.org 2000/10/17 14:28:11
1741 [atomicio.c]
1742 return number of characters processed; ok deraadt@
1743 - markus@cvs.openbsd.org 2000/10/18 12:04:02
1744 [atomicio.c]
1745 undo
1746 - markus@cvs.openbsd.org 2000/10/18 12:23:02
1747 [scp.c]
1748 replace atomicio(read,...) with read(); ok deraadt@
1749 - markus@cvs.openbsd.org 2000/10/18 12:42:00
1750 [session.c]
1751 restore old record login behaviour
1752 - deraadt@cvs.openbsd.org 2000/10/19 10:41:13
1753 [auth-skey.c]
1754 fmt string problem in unused code
1755 - provos@cvs.openbsd.org 2000/10/19 10:45:16
1756 [sshconnect2.c]
1757 don't reference freed memory. okay deraadt@
1758 - markus@cvs.openbsd.org 2000/10/21 11:04:23
1759 [canohost.c]
1760 typo, eramore@era-t.ericsson.se; ok niels@
1761 - markus@cvs.openbsd.org 2000/10/23 13:31:55
1762 [cipher.c]
1763 non-alignment dependent swap_bytes(); from
1764 simonb@wasabisystems.com/netbsd
1765 - markus@cvs.openbsd.org 2000/10/26 12:38:28
1766 [compat.c]
1767 add older vandyke products
1768 - markus@cvs.openbsd.org 2000/10/27 01:32:19
1769 [channels.c channels.h clientloop.c serverloop.c session.c]
1770 [ssh.c util.c]
61e96248 1771 enable non-blocking IO on channels, and tty's (except for the
a22aff1f 1772 client ttys).
344f2b94 1773
ddc49b5c 177420001027
1775 - (djm) Increase REKEY_BYTES to 2^24 for arc4random
1776
48e7916f 177720001025
1778 - (djm) Added WARNING.RNG file and modified configure to ask users of the
1779 builtin entropy code to read it.
1780 - (djm) Prefer builtin regex to PCRE.
00937921 1781 - (bal) Added USE_PIPS defined to NeXT configure.in since scp hangs randomly.
1782 - (bal) Apply fixes to configure.in pointed out by Pavel Roskin
1783 <proski@gnu.org>
48e7916f 1784
8dcda1e3 178520001020
1786 - (djm) Don't define _REENTRANT for SNI/Reliant Unix
07bee9a7 1787 - (bal) Imported NEWS-OS waitpid() macros into NeXT. Since implementation
1788 is more correct then current version.
8dcda1e3 1789
f5af5cd5 179020001018
1791 - (stevesk) Add initial support for setproctitle(). Current
1792 support is for the HP-UX pstat(PSTAT_SETCMD, ...) method.
134fd7f6 1793 - (stevesk) Add egd startup scripts to contrib/hpux/
f5af5cd5 1794
2f31bdd6 179520001017
1796 - (djm) Add -lregex to cywin libs from Corinna Vinschen
1797 <vinschen@cygnus.com>
ba7a3f40 1798 - (djm) Don't rely on atomicio's retval to determine length of askpass
1799 supplied passphrase. Problem report from Lutz Jaenicke
1800 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
66d6c27e 1801 - (bal) Changed from GNU rx to PCRE on suggestion from djm.
61e96248 1802 - (bal) Integrated Sony NEWS-OS patches from NAKAJI Hirouyuki
66d6c27e 1803 <nakaji@tutrp.tut.ac.jp>
2f31bdd6 1804
33de75a3 180520001016
1806 - (djm) Sync with OpenBSD:
1807 - markus@cvs.openbsd.org 2000/10/14 04:01:15
1808 [cipher.c]
1809 debug3
1810 - markus@cvs.openbsd.org 2000/10/14 04:07:23
1811 [scp.c]
1812 remove spaces from arguments; from djm@mindrot.org
1813 - markus@cvs.openbsd.org 2000/10/14 06:09:46
1814 [ssh.1]
1815 Cipher is for SSH-1 only
1816 - markus@cvs.openbsd.org 2000/10/14 06:12:09
1817 [servconf.c servconf.h serverloop.c session.c sshd.8]
1818 AllowTcpForwarding; from naddy@
1819 - markus@cvs.openbsd.org 2000/10/14 06:16:56
1820 [auth2.c compat.c compat.h sshconnect2.c version.h]
61e96248 1821 OpenSSH_2.3; note that is is not complete, but the version number
33de75a3 1822 needs to be changed for interoperability reasons
1823 - markus@cvs.openbsd.org 2000/10/14 06:19:45
1824 [auth-rsa.c]
1825 do not send RSA challenge if key is not allowed by key-options; from
1826 eivind@ThinkSec.com
1827 - markus@cvs.openbsd.org 2000/10/15 08:14:01
1828 [rijndael.c session.c]
1829 typos; from stevesk@sweden.hp.com
1830 - markus@cvs.openbsd.org 2000/10/15 08:18:31
1831 [rijndael.c]
1832 typo
61e96248 1833 - (djm) Copy manpages back over from OpenBSD - too tedious to wade
30d8b039 1834 through diffs
61e96248 1835 - (djm) Added condrestart to Redhat init script. Patch from Pekka Savola
30d8b039 1836 <pekkas@netcore.fi>
aa0289fe 1837 - (djm) Update version in Redhat spec file
61e96248 1838 - (djm) Merge some of Nalin Dahyabhai <nalin@redhat.com> changes from the
aa0289fe 1839 Redhat 7.0 spec file
5b2d4b75 1840 - (djm) Make inability to read/write PRNG seedfile non-fatal
1841
33de75a3 1842
4d670c24 184320001015
1844 - (djm) Fix ssh2 hang on background processes at logout.
1845
71dfaf1c 184620001014
443172c4 1847 - (bal) Add support for realpath and getcwd for platforms with broken
1848 or missing realpath implementations for sftp-server.
1849 - (bal) Corrected mistake in INSTALL in regards to GNU rx library
61e96248 1850 - (bal) Add support for GNU rx library for those lacking regexp support
71dfaf1c 1851 - (djm) Don't accept PAM_PROMPT_ECHO_ON messages during initial auth
02323c45 1852 - (djm) Revert SSH2 serverloop hack, will find a better way.
4ee81249 1853 - (djm) Add workaround for Linux 2.4's gratuitious errno change. Patch
1854 from Martin Johansson <fatbob@acc.umu.se>
94ec8c6b 1855 - (djm) Big OpenBSD sync:
1856 - markus@cvs.openbsd.org 2000/09/30 10:27:44
1857 [log.c]
1858 allow loglevel debug
1859 - markus@cvs.openbsd.org 2000/10/03 11:59:57
1860 [packet.c]
1861 hmac->mac
1862 - markus@cvs.openbsd.org 2000/10/03 12:03:03
1863 [auth-krb4.c auth-passwd.c auth-rh-rsa.c auth-rhosts.c auth-rsa.c auth1.c]
1864 move fake-auth from auth1.c to individual auth methods, disables s/key in
1865 debug-msg
1866 - markus@cvs.openbsd.org 2000/10/03 12:16:48
1867 ssh.c
1868 do not resolve canonname, i have no idea why this was added oin ossh
1869 - markus@cvs.openbsd.org 2000/10/09 15:30:44
1870 ssh-keygen.1 ssh-keygen.c
1871 -X now reads private ssh.com DSA keys, too.
1872 - markus@cvs.openbsd.org 2000/10/09 15:32:34
1873 auth-options.c
1874 clear options on every call.
1875 - markus@cvs.openbsd.org 2000/10/09 15:51:00
1876 authfd.c authfd.h
1877 interop with ssh-agent2, from <res@shore.net>
1878 - markus@cvs.openbsd.org 2000/10/10 14:20:45
1879 compat.c
1880 use rexexp for version string matching
1881 - provos@cvs.openbsd.org 2000/10/10 22:02:18
1882 [kex.c kex.h myproposal.h ssh.h ssh2.h sshconnect2.c sshd.c dh.c dh.h]
1883 First rough implementation of the diffie-hellman group exchange. The
1884 client can ask the server for bigger groups to perform the diffie-hellman
1885 in, thus increasing the attack complexity when using ciphers with longer
1886 keys. University of Windsor provided network, T the company.
1887 - markus@cvs.openbsd.org 2000/10/11 13:59:52
1888 [auth-rsa.c auth2.c]
1889 clear auth options unless auth sucessfull
1890 - markus@cvs.openbsd.org 2000/10/11 14:00:27
1891 [auth-options.h]
1892 clear auth options unless auth sucessfull
1893 - markus@cvs.openbsd.org 2000/10/11 14:03:27
1894 [scp.1 scp.c]
1895 support 'scp -o' with help from mouring@pconline.com
1896 - markus@cvs.openbsd.org 2000/10/11 14:11:35
1897 [dh.c]
1898 Wall
1899 - markus@cvs.openbsd.org 2000/10/11 14:14:40
1900 [auth.h auth2.c readconf.c readconf.h readpass.c servconf.c servconf.h]
1901 [ssh.h sshconnect2.c sshd_config auth2-skey.c cli.c cli.h]
1902 add support for s/key (kbd-interactive) to ssh2, based on work by
1903 mkiernan@avantgo.com and me
1904 - markus@cvs.openbsd.org 2000/10/11 14:27:24
1905 [auth.c auth1.c auth2.c authfile.c cipher.c cipher.h kex.c kex.h]
1906 [myproposal.h packet.c readconf.c session.c ssh.c ssh.h sshconnect1.c]
1907 [sshconnect2.c sshd.c]
1908 new cipher framework
1909 - markus@cvs.openbsd.org 2000/10/11 14:45:21
1910 [cipher.c]
1911 remove DES
1912 - markus@cvs.openbsd.org 2000/10/12 03:59:20
1913 [cipher.c cipher.h sshconnect1.c sshconnect2.c sshd.c]
1914 enable DES in SSH-1 clients only
1915 - markus@cvs.openbsd.org 2000/10/12 08:21:13
1916 [kex.h packet.c]
1917 remove unused
1918 - markus@cvs.openbsd.org 2000/10/13 12:34:46
1919 [sshd.c]
1920 Kludge for F-Secure Macintosh < 1.0.2; appro@fy.chalmers.se
1921 - markus@cvs.openbsd.org 2000/10/13 12:59:15
1922 [cipher.c cipher.h myproposal.h rijndael.c rijndael.h]
1923 rijndael/aes support
1924 - markus@cvs.openbsd.org 2000/10/13 13:10:54
1925 [sshd.8]
1926 more info about -V
1927 - markus@cvs.openbsd.org 2000/10/13 13:12:02
1928 [myproposal.h]
1929 prefer no compression
3ed32516 1930 - (djm) Fix scp user@host handling
1931 - (djm) Don't clobber ssh_prng_cmds on install
6bcf7caa 1932 - (stevesk) Include config.h in rijndael.c so we define intXX_t and
1933 u_intXX_t types on all platforms.
9ea53ba5 1934 - (stevesk) rijndael.c: cleanup missing declaration warnings.
2919e060 1935 - (stevesk) ~/.hushlogin shouldn't cause required password change to
1936 be bypassed.
f5665f6f 1937 - (stevesk) Display correct path to ssh-askpass in configure output.
1938 Report from Lutz Jaenicke.
71dfaf1c 1939
ebd782f7 194020001007
1941 - (stevesk) Print PAM return value in PAM log messages to aid
1942 with debugging.
97994d32 1943 - (stevesk) Fix detection of pw_class struct member in configure;
1944 patch from KAMAHARA Junzo <kamahara@cc.kshosen.ac.jp>
1945
47a134c1 194620001002
1947 - (djm) Fix USER_PATH, report from Kevin Steves <stevesk@sweden.hp.com>
1948 - (djm) Add host system and CC to end-of-configure report. Suggested by
1949 Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
1950
7322ef0e 195120000931
1952 - (djm) Cygwin fixes from Corinna Vinschen <vinschen@cygnus.com>
1953
6ac7829a 195420000930
b6490dcb 1955 - (djm) Irix ssh_prng_cmds path fix from Pekka Savola <pekkas@netcore.fi>
61e96248 1956 - (djm) Support in bsd-snprintf.c for long long conversions from
772bd898 1957 Ben Lindstrom <mouring@pconline.com>
1958 - (djm) Cleanup NeXT support from Ben Lindstrom <mouring@pconline.com>
857040fb 1959 - (djm) Ignore SIGPIPEs from serverloop to child. Fixes crashes with
61e96248 1960 very short lived X connections. Bug report from Tobias Oetiker
857040fb 1961 <oetiker@ee.ethz.ch>. Fix from Markus Friedl <markus@cvs.openbsd.org>
bd2d7f6a 1962 - (djm) Add recent InitScripts as a RPM dependancy for openssh-server
1963 patch from Pekka Savola <pekkas@netcore.fi>
58665035 1964 - (djm) Forgot to cvs add LICENSE file
dc2901a0 1965 - (djm) Add LICENSE to RPM spec files
de273eef 1966 - (djm) CVS OpenBSD sync:
1967 - markus@cvs.openbsd.org 2000/09/26 13:59:59
1968 [clientloop.c]
1969 use debug2
1970 - markus@cvs.openbsd.org 2000/09/27 15:41:34
1971 [auth2.c sshconnect2.c]
1972 use key_type()
1973 - markus@cvs.openbsd.org 2000/09/28 12:03:18
1974 [channels.c]
1975 debug -> debug2 cleanup
61e96248 1976 - (djm) Irix strips "/dev/tty" from [uw]tmp entries (other systems only
2a7d529a 1977 strip "/dev/"). Fix loginrec.c based on patch from Alain St-Denis
1978 <Alain.St-Denis@ec.gc.ca>
61e96248 1979 - (djm) Fix 9 character passphrase failure with gnome-ssh-askpass.
1980 Problem was caused by interrupted read in ssh-add. Report from Donald
2a7d529a 1981 J. Barry <don@astro.cornell.edu>
6ac7829a 1982
c5d85828 198320000929
1984 - (djm) Fix SSH2 not terminating until all background tasks done problem.
61e96248 1985 - (djm) Another off-by-one fix from Pavel Kankovsky
1986 <peak@argo.troja.mff.cuni.cz>
22d89d24 1987 - (djm) Clean up. Strip some unnecessary differences with OpenBSD's code,
1988 tidy necessary differences. Use Markus' new debugN() in entropy.c
61e96248 1989 - (djm) Merged big SCO portability patch from Tim Rice
77bb0bca 1990 <tim@multitalents.net>
c5d85828 1991
6fd7f731 199220000926
1993 - (djm) Update X11-askpass to 1.0.2 in RPM spec file
c5ae7384 1994 - (djm) Define _REENTRANT to pickup strtok_r() on HP/UX
61e96248 1995 - (djm) Security: fix off-by-one buffer overrun in fake-getnameinfo.c.
1996 Report and fix from Pavel Kankovsky <peak@argo.troja.mff.cuni.cz>
6fd7f731 1997
2f125ca1 199820000924
1999 - (djm) Merged cleanup patch from Mark Miller <markm@swoon.net>
2000 - (djm) A bit more cleanup - created cygwin_util.h
bcdaaeab 2001 - (djm) Include strtok_r() from OpenBSD libc. Fixes report from Mark Miller
2002 <markm@swoon.net>
2f125ca1 2003
764d4113 200420000923
61e96248 2005 - (djm) Fix address logging in utmp from Kevin Steves
764d4113 2006 <stevesk@sweden.hp.com>
777319db 2007 - (djm) Redhat spec and manpage fixes from Pekka Savola <pekkas@netcore.fi>
bd590612 2008 - (djm) Seperate tests for int64_t and u_int64_t types
61e96248 2009 - (djm) Tweak password expiry checking at suggestion of Kevin Steves
37c1c46d 2010 <stevesk@sweden.hp.com>
e79b44e1 2011 - (djm) NeXT patch from Ben Lindstrom <mouring@pconline.com>
61e96248 2012 - (djm) Use printf %lld instead of %qd in sftp-server.c. Fix from
e2144f11 2013 Michael Stone <mstone@cs.loyola.edu>
188adeb2 2014 - (djm) OpenBSD CVS sync:
2015 - markus@cvs.openbsd.org 2000/09/17 09:38:59
2016 [sshconnect2.c sshd.c]
2017 fix DEBUG_KEXDH
2018 - markus@cvs.openbsd.org 2000/09/17 09:52:51
2019 [sshconnect.c]
2020 yes no; ok niels@
2021 - markus@cvs.openbsd.org 2000/09/21 04:55:11
2022 [sshd.8]
2023 typo
2024 - markus@cvs.openbsd.org 2000/09/21 05:03:54
2025 [serverloop.c]
2026 typo
2027 - markus@cvs.openbsd.org 2000/09/21 05:11:42
2028 scp.c
2029 utime() to utimes(); mouring@pconline.com
2030 - markus@cvs.openbsd.org 2000/09/21 05:25:08
2031 sshconnect2.c
2032 change login logic in ssh2, allows plugin of other auth methods
2033 - markus@cvs.openbsd.org 2000/09/21 05:25:35
2034 [auth2.c channels.c channels.h clientloop.c dispatch.c dispatch.h]
2035 [serverloop.c]
2036 add context to dispatch_run
2037 - markus@cvs.openbsd.org 2000/09/21 05:07:52
2038 authfd.c authfd.h ssh-agent.c
2039 bug compat for old ssh.com software
764d4113 2040
7f377177 204120000920
2042 - (djm) Fix bad path substitution. Report from Andrew Miner
2043 <asminer@cs.iastate.edu>
2044
bcbf86ec 204520000916
61e96248 2046 - (djm) Fix SSL search order from Lutz Jaenicke
7950bf97 2047 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
19ece6d2 2048 - (djm) New SuSE spec from Corinna Vinschen <corinna@vinschen.de>
9cd45ea4 2049 - (djm) Update CygWin support from Corinna Vinschen <vinschen@cygnus.com>
995edaac 2050 - (djm) Use a real struct sockaddr inside the fake struct sockaddr_storage.
2051 Patch from Larry Jones <larry.jones@sdrc.com>
61e96248 2052 - (djm) Add Steve VanDevender's <stevev@darkwing.uoregon.edu> PAM
ad55cd03 2053 password change patch.
2054 - (djm) Bring licenses on my stuff in line with OpenBSD's
0bbfbdeb 2055 - (djm) Cleanup auth-passwd.c and unify HP/UX authentication. Patch from
2056 Kevin Steves <stevesk@sweden.hp.com>
7f8f5e00 2057 - (djm) Shadow expiry check fix from Pavel Troller <patrol@omni.sinus.cz>
2058 - (djm) Re-enable int64_t types - we need them for sftp
2059 - (djm) Use libexecdir from configure , rather than libexecdir/ssh
2060 - (djm) Update Redhat SPEC file accordingly
2061 - (djm) Add Kevin Steves <stevesk@sweden.hp.com> HP/UX contrib files
2062 - (djm) Add Charles Levert <charles@comm.polymtl.ca> getpgrp patch
61e96248 2063 - (djm) Fix password auth on HP/UX 10.20. Patch from Dirk De Wachter
7f8f5e00 2064 <Dirk.DeWachter@rug.ac.be>
61e96248 2065 - (djm) Fixprogs and entropy list fixes from Larry Jones
7f8f5e00 2066 <larry.jones@sdrc.com>
2067 - (djm) Fix for SuSE spec file from Takashi YOSHIDA
2068 <tyoshida@gemini.rc.kyushu-u.ac.jp>
bcbf86ec 2069 - (djm) Merge OpenBSD changes:
2070 - markus@cvs.openbsd.org 2000/09/05 02:59:57
2071 [session.c]
2072 print hostname (not hushlogin)
2073 - markus@cvs.openbsd.org 2000/09/05 13:18:48
2074 [authfile.c ssh-add.c]
2075 enable ssh-add -d for DSA keys
2076 - markus@cvs.openbsd.org 2000/09/05 13:20:49
2077 [sftp-server.c]
2078 cleanup
2079 - markus@cvs.openbsd.org 2000/09/06 03:46:41
2080 [authfile.h]
2081 prototype
2082 - deraadt@cvs.openbsd.org 2000/09/07 14:27:56
2083 [ALL]
61e96248 2084 cleanup copyright notices on all files. I have attempted to be
2085 accurate with the details. everything is now under Tatu's licence
2086 (which I copied from his readme), and/or the core-sdi bsd-ish thing
2087 for deattack, or various openbsd developers under a 2-term bsd
bcbf86ec 2088 licence. We're not changing any rules, just being accurate.
2089 - markus@cvs.openbsd.org 2000/09/07 14:40:30
2090 [channels.c channels.h clientloop.c serverloop.c ssh.c]
2091 cleanup window and packet sizes for ssh2 flow control; ok niels
2092 - markus@cvs.openbsd.org 2000/09/07 14:53:00
2093 [scp.c]
2094 typo
2095 - markus@cvs.openbsd.org 2000/09/07 15:13:37
2096 [auth-options.c auth-options.h auth-rh-rsa.c auth-rsa.c auth.c]
2097 [authfile.h canohost.c channels.h compat.c hostfile.h log.c match.h]
2098 [pty.c readconf.c]
2099 some more Copyright fixes
2100 - markus@cvs.openbsd.org 2000/09/08 03:02:51
2101 [README.openssh2]
2102 bye bye
2103 - deraadt@cvs.openbsd.org 2000/09/11 18:38:33
2104 [LICENCE cipher.c]
2105 a few more comments about it being ARC4 not RC4
2106 - markus@cvs.openbsd.org 2000/09/12 14:53:11
2107 [log-client.c log-server.c log.c ssh.1 ssh.c ssh.h sshd.8 sshd.c]
2108 multiple debug levels
2109 - markus@cvs.openbsd.org 2000/09/14 14:25:15
2110 [clientloop.c]
2111 typo
2112 - deraadt@cvs.openbsd.org 2000/09/15 01:13:51
2113 [ssh-agent.c]
2114 check return value for setenv(3) for failure, and deal appropriately
2115
deb8d717 211620000913
2117 - (djm) Fix server not exiting with jobs in background.
2118
b5e300c2 211920000905
2120 - (djm) Import OpenBSD CVS changes
2121 - markus@cvs.openbsd.org 2000/08/31 15:52:24
2122 [Makefile sshd.8 sshd_config sftp-server.8 sftp-server.c]
2123 implement a SFTP server. interops with sftp2, scp2 and the windows
2124 client from ssh.com
2125 - markus@cvs.openbsd.org 2000/08/31 15:56:03
2126 [README.openssh2]
2127 sync
2128 - markus@cvs.openbsd.org 2000/08/31 16:05:42
2129 [session.c]
2130 Wall
2131 - markus@cvs.openbsd.org 2000/08/31 16:09:34
2132 [authfd.c ssh-agent.c]
2133 add a flag to SSH2_AGENTC_SIGN_REQUEST for future extensions
2134 - deraadt@cvs.openbsd.org 2000/09/01 09:25:13
2135 [scp.1 scp.c]
2136 cleanup and fix -S support; stevesk@sweden.hp.com
2137 - markus@cvs.openbsd.org 2000/09/01 16:29:32
2138 [sftp-server.c]
2139 portability fixes
2140 - markus@cvs.openbsd.org 2000/09/01 16:32:41
2141 [sftp-server.c]
2142 fix cast; mouring@pconline.com
2143 - itojun@cvs.openbsd.org 2000/09/03 09:23:28
2144 [ssh-add.1 ssh.1]
2145 add missing .El against .Bl.
2146 - markus@cvs.openbsd.org 2000/09/04 13:03:41
2147 [session.c]
2148 missing close; ok theo
2149 - markus@cvs.openbsd.org 2000/09/04 13:07:21
2150 [session.c]
2151 fix get_last_login_time order; from andre@van-veen.de
2152 - markus@cvs.openbsd.org 2000/09/04 13:10:09
2153 [sftp-server.c]
2154 more cast fixes; from mouring@pconline.com
2155 - markus@cvs.openbsd.org 2000/09/04 13:06:04
2156 [session.c]
2157 set SSH_ORIGINAL_COMMAND; from Leakin@dfw.nostrum.com, bet@rahul.net
2158 - (djm) Cleanup after import. Fix sftp-server compilation, Makefile
3c62e7eb 2159 - (djm) Merge cygwin support from Corinna Vinschen <vinschen@cygnus.com>
2160
1e61f54a 216120000903
2162 - (djm) Fix Redhat init script
2163
c80876b4 216420000901
2165 - (djm) Pick up Jim's new X11-askpass
2166 - (djm) Release 2.2.0p1
2167
8b4a0d08 216820000831
bcbf86ec 2169 - (djm) Workaround SIGPIPE problems on SCO. Fix from Aran Cox
8b4a0d08 2170 <acox@cv.telegroup.com>
b817711d 2171 - (djm) Pick up new version (2.2.0) from OpenBSD CVS
8b4a0d08 2172
0b65b628 217320000830
2174 - (djm) Compile warning fixes from Mark Miller <markm@swoon.net>
10fa00c8 2175 - (djm) Periodically rekey arc4random
2176 - (djm) Clean up diff against OpenBSD.
bcbf86ec 2177 - (djm) HPUX 11 needs USE_PIPES as well: Kevin Steves
2b10f47a 2178 <stevesk@sweden.hp.com>
b33a2e6e 2179 - (djm) Quieten the pam delete credentials error message
44839801 2180 - (djm) Fix printing of $DISPLAY hack if set by system type. Report from
2181 Kevin Steves <stevesk@sweden.hp.com>
84a770d1 2182 - (djm) NeXT patch from Ben Lindstrom <mouring@pconline.com>
7efa2776 2183 - (djm) Fix doh in bsd-arc4random.c
0b65b628 2184
9aaf9be4 218520000829
bcbf86ec 2186 - (djm) Fix ^C ignored issue on Solaris. Diagnosis from Gert
2187 Doering <gert@greenie.muc.de>, John Horne <J.Horne@plymouth.ac.uk> and
9aaf9be4 2188 Garrick James <garrick@james.net>
b5f90139 2189 - (djm) Check for SCO pty naming style (ptyp%d/ttyp%d). Based on fix from
2190 Bastian Trompetter <btrompetter@firemail.de>
698d107e 2191 - (djm) NeXT tweaks from Ben Lindstrom <mouring@pconline.com>
14a9a859 2192 - More OpenBSD updates:
2193 - deraadt@cvs.openbsd.org 2000/08/24 15:46:59
2194 [scp.c]
2195 off_t in sink, to fix files > 2GB, i think, test is still running ;-)
2196 - deraadt@cvs.openbsd.org 2000/08/25 10:10:06
2197 [session.c]
2198 Wall
2199 - markus@cvs.openbsd.org 2000/08/26 04:33:43
2200 [compat.c]
2201 ssh.com-2.3.0
2202 - markus@cvs.openbsd.org 2000/08/27 12:18:05
2203 [compat.c]
2204 compatibility with future ssh.com versions
2205 - deraadt@cvs.openbsd.org 2000/08/27 21:50:55
2206 [auth-krb4.c session.c ssh-add.c sshconnect.c uidswap.c]
2207 print uid/gid as unsigned
2208 - markus@cvs.openbsd.org 2000/08/28 13:51:00
2209 [ssh.c]
2210 enable -n and -f for ssh2
2211 - markus@cvs.openbsd.org 2000/08/28 14:19:53
2212 [ssh.c]
2213 allow combination of -N and -f
2214 - markus@cvs.openbsd.org 2000/08/28 14:20:56
2215 [util.c]
2216 util.c
2217 - markus@cvs.openbsd.org 2000/08/28 14:22:02
2218 [util.c]
2219 undo
2220 - markus@cvs.openbsd.org 2000/08/28 14:23:38
2221 [util.c]
2222 don't complain if setting NONBLOCK fails with ENODEV
9aaf9be4 2223
137d7b6c 222420000823
2225 - (djm) Define USE_PIPES to avoid socketpair problems on HPUX 10 and SunOS 4
bcbf86ec 2226 Avoids "scp never exits" problem. Reports from Lutz Jaenicke
2227 <Lutz.Jaenicke@aet.TU-Cottbus.DE> and Tamito KAJIYAMA
137d7b6c 2228 <kajiyama@grad.sccs.chukyo-u.ac.jp>
2e73a022 2229 - (djm) Pick up LOGIN_PROGRAM from environment or PATH if not set by headers
da40ab4d 2230 - (djm) Add local version to version.h
ea788c22 2231 - (djm) Don't reseed arc4random everytime it is used
2e73a022 2232 - (djm) OpenBSD CVS updates:
2233 - deraadt@cvs.openbsd.org 2000/08/18 20:07:23
2234 [ssh.c]
2235 accept remsh as a valid name as well; roman@buildpoint.com
2236 - deraadt@cvs.openbsd.org 2000/08/18 20:17:13
2237 [deattack.c crc32.c packet.c]
2238 rename crc32() to ssh_crc32() to avoid zlib name clash. do not move to
2239 libz crc32 function yet, because it has ugly "long"'s in it;
2240 oneill@cs.sfu.ca
2241 - deraadt@cvs.openbsd.org 2000/08/18 20:26:08
2242 [scp.1 scp.c]
2243 -S prog support; tv@debian.org
2244 - deraadt@cvs.openbsd.org 2000/08/18 20:50:07
2245 [scp.c]
2246 knf
2247 - deraadt@cvs.openbsd.org 2000/08/18 20:57:33
2248 [log-client.c]
2249 shorten
2250 - markus@cvs.openbsd.org 2000/08/19 12:48:11
2251 [channels.c channels.h clientloop.c ssh.c ssh.h]
2252 support for ~. in ssh2
2253 - deraadt@cvs.openbsd.org 2000/08/19 15:29:40
2254 [crc32.h]
2255 proper prototype
2256 - markus@cvs.openbsd.org 2000/08/19 15:34:44
bcbf86ec 2257 [authfd.c authfd.h key.c key.h ssh-add.1 ssh-add.c ssh-agent.1]
2258 [ssh-agent.c ssh-keygen.c sshconnect1.c sshconnect2.c Makefile]
2e73a022 2259 [fingerprint.c fingerprint.h]
2260 add SSH2/DSA support to the agent and some other DSA related cleanups.
2261 (note that we cannot talk to ssh.com's ssh2 agents)
2262 - markus@cvs.openbsd.org 2000/08/19 15:55:52
2263 [channels.c channels.h clientloop.c]
2264 more ~ support for ssh2
2265 - markus@cvs.openbsd.org 2000/08/19 16:21:19
2266 [clientloop.c]
2267 oops
2268 - millert@cvs.openbsd.org 2000/08/20 12:25:53
2269 [session.c]
2270 We have to stash the result of get_remote_name_or_ip() before we
2271 close our socket or getpeername() will get EBADF and the process
2272 will exit. Only a problem for "UseLogin yes".
2273 - millert@cvs.openbsd.org 2000/08/20 12:30:59
2274 [session.c]
2275 Only check /etc/nologin if "UseLogin no" since login(1) may have its
2276 own policy on determining who is allowed to login when /etc/nologin
2277 is present. Also use the _PATH_NOLOGIN define.
2278 - millert@cvs.openbsd.org 2000/08/20 12:42:43
2279 [auth1.c auth2.c session.c ssh.c]
2280 Add calls to setusercontext() and login_get*(). We basically call
2281 setusercontext() in most places where previously we did a setlogin().
2282 Add default login.conf file and put root in the "daemon" login class.
2283 - millert@cvs.openbsd.org 2000/08/21 10:23:31
2284 [session.c]
2285 Fix incorrect PATH setting; noted by Markus.
137d7b6c 2286
c345cf9d 228720000818
2288 - (djm) OpenBSD CVS changes:
2289 - markus@cvs.openbsd.org 2000/07/22 03:14:37
2290 [servconf.c servconf.h sshd.8 sshd.c sshd_config]
2291 random early drop; ok theo, niels
2292 - deraadt@cvs.openbsd.org 2000/07/26 11:46:51
2293 [ssh.1]
2294 typo
2295 - deraadt@cvs.openbsd.org 2000/08/01 11:46:11
2296 [sshd.8]
2297 many fixes from pepper@mail.reppep.com
2298 - provos@cvs.openbsd.org 2000/08/01 13:01:42
2299 [Makefile.in util.c aux.c]
2300 rename aux.c to util.c to help with cygwin port
2301 - deraadt@cvs.openbsd.org 2000/08/02 00:23:31
2302 [authfd.c]
2303 correct sun_len; Alexander@Leidinger.net
2304 - provos@cvs.openbsd.org 2000/08/02 10:27:17
2305 [readconf.c sshd.8]
2306 disable kerberos authentication by default
2307 - provos@cvs.openbsd.org 2000/08/02 11:27:05
2308 [sshd.8 readconf.c auth-krb4.c]
2309 disallow kerberos authentication if we can't verify the TGT; from
2310 dugsong@
2311 kerberos authentication is on by default only if you have a srvtab.
2312 - markus@cvs.openbsd.org 2000/08/04 14:30:07
2313 [auth.c]
2314 unused
2315 - markus@cvs.openbsd.org 2000/08/04 14:30:35
2316 [sshd_config]
2317 MaxStartups
2318 - markus@cvs.openbsd.org 2000/08/15 13:20:46
2319 [authfd.c]
2320 cleanup; ok niels@
2321 - markus@cvs.openbsd.org 2000/08/17 14:05:10
2322 [session.c]
2323 cleanup login(1)-like jobs, no duplicate utmp entries
2324 - markus@cvs.openbsd.org 2000/08/17 14:06:34
2325 [session.c sshd.8 sshd.c]
2326 sshd -u len, similar to telnetd
1a022229 2327 - (djm) Lastlog was not getting closed after writing login entry
39987cc0 2328 - (djm) Add Solaris package support from Rip Loomis <loomisg@cist.saic.com>
c345cf9d 2329
416ed5a7 233020000816
2331 - (djm) Replacement for inet_ntoa for Irix (which breaks on gcc)
bcbf86ec 2332 - (djm) Fix strerror replacement for old SunOS. Based on patch from
416ed5a7 2333 Charles Levert <charles@comm.polymtl.ca>
bcbf86ec 2334 - (djm) Seperate arc4random into seperate file and use OpenSSL's RC4
416ed5a7 2335 implementation.
ba606eb2 2336 - (djm) SUN_LEN macro for systems which lack it
416ed5a7 2337
dbaa2e87 233820000815
2339 - (djm) More SunOS 4.1.x fixes from Nate Itkin <nitkin@europa.com>
cd352c82 2340 - (djm) Avoid failures on Irix when ssh is not setuid. Fix from
2341 Michael Stone <mstone@cs.loyola.edu>
d93a7e5a 2342 - (djm) Don't seek in directory based lastlogs
bcbf86ec 2343 - (djm) Fix --with-ipaddr-display configure option test. Patch from
d93a7e5a 2344 Jarno Huuskonen <jhuuskon@messi.uku.fi>
2a2cb9e7 2345 - (djm) Fix AIX limits from Alexandre Oliva <oliva@lsd.ic.unicamp.br>
dbaa2e87 2346
6c33bf70 234720000813
2348 - (djm) Add $(srcdir) to includes when compiling (for VPATH). Report from
2349 Fabrice bacchella <fabrice.bacchella@marchfirst.fr>
2350
3fcce26c 235120000809
bcbf86ec 2352 - (djm) Define AIX hard limits if headers don't. Report from
3fcce26c 2353 Bill Painter <william.t.painter@lmco.com>
bcbf86ec 2354 - (djm) utmp direct write & SunOS 4 patch from Charles Levert
32eec038 2355 <charles@comm.polymtl.ca>
3fcce26c 2356
71d43804 235720000808
2358 - (djm) Cleanup Redhat RPMs. Generate keys at runtime rather than install
2359 time, spec file cleanup.
2360
f9bcea07 236120000807
378f2232 2362 - (djm) Set 0755 on binaries during install. Report from Lutz Jaenicke
47670e77 2363 - (djm) Suppress error messages on channel close shutdown() failurs
2364 works around Linux bug. Patch from Zack Weinberg <zack@wolery.cumb.org>
378f2232 2365 - (djm) Add some more entropy collection commands from Lutz Jaenicke
f9bcea07 2366
bcf89935 236720000725
2368 - (djm) Fix autoconf typo: HAVE_BINRESVPORT_AF -> HAVE_BINDRESVPORT_AF
2369
4c8722d9 237020000721
2371 - (djm) OpenBSD CVS updates:
2372 - markus@cvs.openbsd.org 2000/07/16 02:27:22
2373 [authfd.c authfd.h channels.c clientloop.c ssh-add.c ssh-agent.c ssh.c]
2374 [sshconnect1.c sshconnect2.c]
2375 make ssh-add accept dsa keys (the agent does not)
2376 - djm@cvs.openbsd.org 2000/07/17 19:25:02
2377 [sshd.c]
2378 Another closing of stdin; ok deraadt
2379 - markus@cvs.openbsd.org 2000/07/19 18:33:12
2380 [dsa.c]
2381 missing free, reorder
2382 - markus@cvs.openbsd.org 2000/07/20 16:23:14
2383 [ssh-keygen.1]
2384 document input and output files
2385
240777b8 238620000720
4c8722d9 2387 - (djm) Spec file fix from Petr Novotny <Petr.Novotny@antek.cz>
240777b8 2388
3c7def32 238920000716
4c8722d9 2390 - (djm) Release 2.1.1p4
3c7def32 2391
819b676f 239220000715
704b1659 2393 - (djm) OpenBSD CVS updates
2394 - provos@cvs.openbsd.org 2000/07/13 16:53:22
2395 [aux.c readconf.c servconf.c ssh.h]
2396 allow multiple whitespace but only one '=' between tokens, bug report from
2397 Ralf S. Engelschall <rse@engelschall.com> but different fix. okay deraadt@
2398 - provos@cvs.openbsd.org 2000/07/13 17:14:09
2399 [clientloop.c]
2400 typo; todd@fries.net
2401 - provos@cvs.openbsd.org 2000/07/13 17:19:31
2402 [scp.c]
2403 close can fail on AFS, report error; from Greg Hudson <ghudson@mit.edu>
2404 - markus@cvs.openbsd.org 2000/07/14 16:59:46
2405 [readconf.c servconf.c]
2406 allow leading whitespace. ok niels
2407 - djm@cvs.openbsd.org 2000/07/14 22:01:38
2408 [ssh-keygen.c ssh.c]
2409 Always create ~/.ssh with mode 700; ok Markus
819b676f 2410 - Fixes for SunOS 4.1.4 from Gordon Atwood <gordon@cs.ualberta.ca>
2411 - Include floatingpoint.h for entropy.c
2412 - strerror replacement
704b1659 2413
3f7a7e4a 241420000712
c37fb3c1 2415 - (djm) Remove -lresolve for Reliant Unix
3f7a7e4a 2416 - (djm) OpenBSD CVS Updates:
2417 - deraadt@cvs.openbsd.org 2000/07/11 02:11:34
2418 [session.c sshd.c ]
2419 make MaxStartups code still work with -d; djm
2420 - deraadt@cvs.openbsd.org 2000/07/11 13:17:45
2421 [readconf.c ssh_config]
2422 disable FallBackToRsh by default
c37fb3c1 2423 - (djm) Replace in_addr_t with u_int32_t in bsd-inet_aton.c. Report from
2424 Ben Lindstrom <mouring@pconline.com>
1e970014 2425 - (djm) Make building of X11-Askpass and GNOME-Askpass optional in RPM
2426 spec file.
dcb36e5d 2427 - (djm) Released 2.1.1p3
3f7a7e4a 2428
56118702 242920000711
2430 - (djm) Fixup for AIX getuserattr() support from Tom Bertelson
2431 <tbert@abac.com>
132dd316 2432 - (djm) ReliantUNIX support from Udo Schweigert <ust@cert.siemens.de>
bcbf86ec 2433 - (djm) NeXT: dirent structures to get scp working from Ben Lindstrom
c99e5056 2434 <mouring@pconline.com>
bcbf86ec 2435 - (djm) Fix broken inet_ntoa check and ut_user/ut_name confusion, report
dc2a6d09 2436 from Jim Watt <jimw@peisj.pebio.com>
2d9a148e 2437 - (djm) Replaced bsd-snprintf.c with one from Mutt source tree, it is known
2438 to compile on more platforms (incl NeXT).
cc6f2c4c 2439 - (djm) Added bsd-inet_aton and configure support for NeXT
aae19451 2440 - (djm) Misc NeXT fixes from Ben Lindstrom <mouring@pconline.com>
089fbbd2 2441 - (djm) OpenBSD CVS updates:
2442 - markus@cvs.openbsd.org 2000/06/26 03:22:29
2443 [authfd.c]
2444 cleanup, less cut&paste
2445 - markus@cvs.openbsd.org 2000/06/26 15:59:19
2446 [servconf.c servconf.h session.c sshd.8 sshd.c]
bcbf86ec 2447 MaxStartups: limit number of unauthenticated connections, work by
089fbbd2 2448 theo and me
2449 - deraadt@cvs.openbsd.org 2000/07/05 14:18:07
2450 [session.c]
2451 use no_x11_forwarding_flag correctly; provos ok
2452 - provos@cvs.openbsd.org 2000/07/05 15:35:57
2453 [sshd.c]
2454 typo
2455 - aaron@cvs.openbsd.org 2000/07/05 22:06:58
2456 [scp.1 ssh-agent.1 ssh-keygen.1 sshd.8]
bcbf86ec 2457 Insert more missing .El directives. Our troff really should identify
089fbbd2 2458 these and spit out a warning.
2459 - todd@cvs.openbsd.org 2000/07/06 21:55:04
2460 [auth-rsa.c auth2.c ssh-keygen.c]
2461 clean code is good code
2462 - deraadt@cvs.openbsd.org 2000/07/07 02:14:29
2463 [serverloop.c]
2464 sense of port forwarding flag test was backwards
2465 - provos@cvs.openbsd.org 2000/07/08 17:17:31
2466 [compat.c readconf.c]
2467 replace strtok with strsep; from David Young <dyoung@onthejob.net>
2468 - deraadt@cvs.openbsd.org 2000/07/08 19:21:15
2469 [auth.h]
2470 KNF
2471 - ho@cvs.openbsd.org 2000/07/08 19:27:33
2472 [compat.c readconf.c]
2473 Better conditions for strsep() ending.
2474 - ho@cvs.openbsd.org 2000/07/10 10:27:05
2475 [readconf.c]
2476 Get the correct message on errors. (niels@ ok)
2477 - ho@cvs.openbsd.org 2000/07/10 10:30:25
2478 [cipher.c kex.c servconf.c]
2479 strtok() --> strsep(). (niels@ ok)
5540ea9b 2480 - (djm) Fix problem with debug mode and MaxStartups
eb37534b 2481 - (djm) Don't generate host keys when $(DESTDIR) is set (e.g. during RPM
2482 builds)
229f64ee 2483 - (djm) Add strsep function from OpenBSD libc for systems that lack it
56118702 2484
a8545c6c 248520000709
2486 - (djm) Only enable PAM_TTY kludge for Linux. Problem report from
2487 Kevin Steves <stevesk@sweden.hp.com>
ec90a7d6 2488 - (djm) Match prototype and function declaration for rresvport_af.
2489 Problem report from Niklas Edmundsson <nikke@ing.umu.se>
bcbf86ec 2490 - (djm) Missing $(DESTDIR) on host-key target causing problems with RPM
732e8ac5 2491 builds. Problem report from Gregory Leblanc <GLeblanc@cu-portland.edu>
37f1df94 2492 - (djm) Replace ut_name with ut_user. Patch from Jim Watt
2493 <jimw@peisj.pebio.com>
264dce47 2494 - (djm) Fix pam sprintf fix
2495 - (djm) Cleanup entropy collection code a little more. Split initialisation
2496 from seeding, perform intialisation immediatly at start, be careful with
2497 uids. Based on problem report from Jim Watt <jimw@peisj.pebio.com>
5bf9cfe9 2498 - (djm) More NeXT compatibility from Ben Lindstrom <mouring@pconline.com>
2499 Including sigaction() et al. replacements
bcbf86ec 2500 - (djm) AIX getuserattr() session initialisation from Tom Bertelson
eeec075f 2501 <tbert@abac.com>
a8545c6c 2502
e2902a5b 250320000708
bcbf86ec 2504 - (djm) Fix bad fprintf format handling in auth-pam.c. Patch from
e2902a5b 2505 Aaron Hopkins <aaron@die.net>
7a33f831 2506 - (djm) Fix incorrect configure handling of --with-rsh-path option. Fix from
2507 Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
bcbf86ec 2508 - (djm) Fixed undefined variables for OSF SIA. Report from
b3f162ba 2509 Baars, Henk <Hendrik.Baars@nl.origin-it.com>
bcbf86ec 2510 - (djm) Handle EWOULDBLOCK returns from read() and write() in atomicio.c
b28e4a3b 2511 Fix from Marquess, Steve Mr JMLFDC <Steve.Marquess@DET.AMEDD.ARMY.MIL>
bcbf86ec 2512 - (djm) Don't use inet_addr.
e2902a5b 2513
5637650d 251420000702
2515 - (djm) Fix brace mismatch from Corinna Vinschen <vinschen@cygnus.com>
27494968 2516 - (djm) Stop shadow expiry checking from preventing logins with NIS. Based
2517 on fix from HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
a4070484 2518 - (djm) Use standard OpenSSL functions in auth-skey.c. Patch from
2519 Chris, the Young One <cky@pobox.com>
bcbf86ec 2520 - (djm) Fix scp progress meter on really wide terminals. Based on patch
88726b31 2521 from James H. Cloos Jr. <cloos@jhcloos.com>
5637650d 2522
388e9f9f 252320000701
2524 - (djm) Fix Tru64 SIA problems reported by John P Speno <speno@isc.upenn.edu>
daaff4d5 2525 - (djm) Login fixes from Tom Bertelson <tbert@abac.com>
82258d68 2526 - (djm) Replace "/bin/sh" with _PATH_BSHELL. Report from Corinna Vinschen
2527 <vinschen@cygnus.com>
30228d7c 2528 - (djm) Replace "/usr/bin/login" with LOGIN_PROGRAM
2647ae26 2529 - (djm) Added check for broken snprintf() functions which do not correctly
2530 terminate output string and attempt to use replacement.
46158300 2531 - (djm) Released 2.1.1p2
388e9f9f 2532
9f32ceb4 253320000628
2534 - (djm) Fixes to lastlog code for Irix
2535 - (djm) Use atomicio in loginrec
3206bb3b 2536 - (djm) Patch from Michael Stone <mstone@cs.loyola.edu> to add support for
2537 Irix 6.x array sessions, project id's, and system audit trail id.
9e0c3e1f 2538 - (djm) Added 'distprep' make target to simplify packaging
bcbf86ec 2539 - (djm) Added patch from Chris Adams <cmadams@hiwaay.net> to add OSF SIA
4d33e531 2540 support. Enable using "USE_SIA=1 ./configure [options]"
61e96248 2541
d8caae24 254220000627
2543 - (djm) Fixes to login code - not setting li->uid, cleanups
a05a70ab 2544 - (djm) Formatting
d8caae24 2545
fe30cc2e 254620000626
3e98362e 2547 - (djm) Better fix to aclocal tests from Garrick James <garrick@james.net>
4cb5ffa0 2548 - (djm) Account expiry support from Andreas Steinmetz <ast@domdv.de>
2549 - (djm) Added password expiry checking (no password change support)
be0b9bb7 2550 - (djm) Make EGD failures non-fatal if OpenSSL's entropy pool is still OK
2551 based on patch from Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
b5b3f75d 2552 - (djm) Fix fixed EGD code.
3e98362e 2553 - OpenBSD CVS update
2554 - provos@cvs.openbsd.org 2000/06/25 14:17:58
2555 [channels.c]
2556 correct check for bad channel ids; from Wei Dai <weidai@eskimo.com>
2557
1c04b088 255820000623
bcbf86ec 2559 - (djm) Use sa_family_t in prototype for rresvport_af. Patch from
1c04b088 2560 Svante Signell <svante.signell@telia.com>
2561 - (djm) Autoconf logic to define sa_family_t if it is missing
e5a0294f 2562 - OpenBSD CVS Updates:
2563 - markus@cvs.openbsd.org 2000/06/22 10:32:27
2564 [sshd.c]
2565 missing atomicio; report from Steve.Marquess@DET.AMEDD.ARMY.MIL
2566 - djm@cvs.openbsd.org 2000/06/22 17:55:00
2567 [auth-krb4.c key.c radix.c uuencode.c]
2568 Missing CVS idents; ok markus
1c04b088 2569
f528fdf2 257020000622
2571 - (djm) Automatically generate host key during "make install". Suggested
2572 by Gary E. Miller <gem@rellim.com>
2573 - (djm) Paranoia before kill() system call
74fc9186 2574 - OpenBSD CVS Updates:
2575 - markus@cvs.openbsd.org 2000/06/18 18:50:11
2576 [auth2.c compat.c compat.h sshconnect2.c]
2577 make userauth+pubkey interop with ssh.com-2.2.0
2578 - markus@cvs.openbsd.org 2000/06/18 20:56:17
2579 [dsa.c]
2580 mem leak + be more paranoid in dsa_verify.
2581 - markus@cvs.openbsd.org 2000/06/18 21:29:50
2582 [key.c]
2583 cleanup fingerprinting, less hardcoded sizes
2584 - markus@cvs.openbsd.org 2000/06/19 19:39:45
2585 [atomicio.c auth-options.c auth-passwd.c auth-rh-rsa.c auth-rhosts.c]
2586 [auth-rsa.c auth-skey.c authfd.c authfd.h authfile.c bufaux.c bufaux.h]
bcbf86ec 2587 [buffer.c buffer.h canohost.c channels.c channels.h cipher.c cipher.h]
74fc9186 2588 [clientloop.c compat.c compat.h compress.c compress.h crc32.c crc32.h]
2589 [deattack.c dispatch.c dsa.c fingerprint.c fingerprint.h getput.h hmac.c]
bcbf86ec 2590 [kex.c log-client.c log-server.c login.c match.c mpaux.c mpaux.h nchan.c]
2591 [nchan.h packet.c packet.h pty.c pty.h readconf.c readconf.h readpass.c]
74fc9186 2592 [rsa.c rsa.h scp.c servconf.c servconf.h ssh-add.c ssh-keygen.c ssh.c]
2593 [ssh.h tildexpand.c ttymodes.c ttymodes.h uidswap.c xmalloc.c xmalloc.h]
2594 OpenBSD tag
2595 - markus@cvs.openbsd.org 2000/06/21 10:46:10
2596 sshconnect2.c missing free; nuke old comment
f528fdf2 2597
e5fe9a1f 259820000620
2599 - (djm) Replace use of '-o' and '-a' logical operators in configure tests
986a22ec 2600 with '||' and '&&'. As suggested by Jim Knoble <jmknoble@jmknoble.cx>
e5fe9a1f 2601 to fix SCO Unixware problem reported by Gary E. Miller <gem@rellim.com>
c03aced4 2602 - (djm) Typo in loginrec.c
e5fe9a1f 2603
cbd7492e 260420000618
2605 - (djm) Add summary of configure options to end of ./configure run
bcbf86ec 2606 - (djm) Not all systems define RUSAGE_SELF & RUSAGE_CHILDREN. Report from
cbd7492e 2607 Michael Stone <mstone@cs.loyola.edu>
bcbf86ec 2608 - (djm) rusage is a privileged operation on some Unices (incl.
cbd7492e 2609 Solaris 2.5.1). Report from Paul D. Smith <pausmith@nortelnetworks.com>
bcbf86ec 2610 - (djm) Avoid PAM failures when running without a TTY. Report from
cbd7492e 2611 Martin Petrak <petrak@spsknm.schools.sk>
2612 - (djm) Include sys/types.h when including netinet/in.h in configure tests.
2613 Patch from Jun-ichiro itojun Hagino <itojun@iijlab.net>
729bfe59 2614 - (djm) Started merge of Ben Lindstrom's <mouring@pconline.com> NeXT support
38c295d6 2615 - OpenBSD CVS updates:
2616 - deraadt@cvs.openbsd.org 2000/06/17 09:58:46
2617 [channels.c]
2618 everyone says "nix it" (remove protocol 2 debugging message)
2619 - markus@cvs.openbsd.org 2000/06/17 13:24:34
2620 [sshconnect.c]
2621 allow extended server banners
2622 - markus@cvs.openbsd.org 2000/06/17 14:30:10
2623 [sshconnect.c]
2624 missing atomicio, typo
2625 - jakob@cvs.openbsd.org 2000/06/17 16:52:34
2626 [servconf.c servconf.h session.c sshd.8 sshd_config]
2627 add support for ssh v2 subsystems. ok markus@.
2628 - deraadt@cvs.openbsd.org 2000/06/17 18:57:48
2629 [readconf.c servconf.c]
2630 include = in WHITESPACE; markus ok
2631 - markus@cvs.openbsd.org 2000/06/17 19:09:10
2632 [auth2.c]
2633 implement bug compatibility with ssh-2.0.13 pubkey, server side
2634 - markus@cvs.openbsd.org 2000/06/17 21:00:28
2635 [compat.c]
2636 initial support for ssh.com's 2.2.0
2637 - markus@cvs.openbsd.org 2000/06/17 21:16:09
2638 [scp.c]
2639 typo
2640 - markus@cvs.openbsd.org 2000/06/17 22:05:02
2641 [auth-rsa.c auth2.c serverloop.c session.c auth-options.c auth-options.h]
2642 split auth-rsa option parsing into auth-options
2643 add options support to authorized_keys2
2644 - markus@cvs.openbsd.org 2000/06/17 22:42:54
2645 [session.c]
2646 typo
cbd7492e 2647
509b1f88 264820000613
2649 - (djm) Fixes from Andrew McGill <andrewm@datrix.co.za>:
2650 - Platform define for SCO 3.x which breaks on /dev/ptmx
2651 - Detect and try to fix missing MAXPATHLEN
a4d05724 2652 - (djm) Fix short copy in loginrec.c (based on patch from Phill Camp
2653 <P.S.S.Camp@ukc.ac.uk>
509b1f88 2654
09564242 265520000612
2656 - (djm) Glob manpages in RPM spec files to catch compressed files
2657 - (djm) Full license in auth-pam.c
08ae384f 2658 - (djm) Configure fixes from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
383207f7 2659 - (andre) AIX, lastlog, configure fixes from Tom Bertelson <tbert@abac.com>:
2660 - Don't try to retrieve lastlog from wtmp/wtmpx if DISABLE_LASTLOG is
2661 def'd
2662 - Set AIX to use preformatted manpages
61e96248 2663
74b224a0 266420000610
2665 - (djm) Minor doc tweaks
217ab55e 2666 - (djm) Fix for configure on bash2 from Jim Knoble <jmknoble@jmknoble.cx>
74b224a0 2667
32c80420 266820000609
2669 - (djm) Patch from Kenji Miyake <kenji@miyake.org> to disable utmp usage
2670 (in favour of utmpx) on Solaris 8
2671
fa649821 267220000606
48c99b2c 2673 - (djm) Cleanup of entropy.c. Reorganised code, removed second pass through
2674 list of commands (by default). Removed verbose debugging (by default).
bcbf86ec 2675 - (djm) Increased command entropy estimates and default entropy collection
48c99b2c 2676 timeout
f988dce5 2677 - (djm) Remove duplicate headers from loginrec.c
c5fa2eb0 2678 - (djm) Don't add /usr/local/lib to library search path on Irix
bcbf86ec 2679 - (djm) Fix rsh path in RPMs. Report from Jason L Tibbitts III
fa649821 2680 <tibbs@math.uh.edu>
1e83f2a2 2681 - (djm) Warn user if grabs fail in GNOME askpass. Patch from Zack Weinberg
2682 <zack@wolery.cumb.org>
fa649821 2683 - (djm) OpenBSD CVS updates:
2684 - todd@cvs.openbsd.org
2685 [sshconnect2.c]
2686 teach protocol v2 to count login failures properly and also enable an
2687 explanation of why the password prompt comes up again like v1; this is NOT
2688 crypto
61e96248 2689 - markus@cvs.openbsd.org
fa649821 2690 [readconf.c readconf.h servconf.c servconf.h session.c ssh.1 ssh.c sshd.8]
2691 xauth_location support; pr 1234
2692 [readconf.c sshconnect2.c]
2693 typo, unused
2694 [session.c]
2695 allow use_login only for login sessions, otherwise remote commands are
2696 execed with uid==0
2697 [sshd.8]
2698 document UseLogin better
2699 [version.h]
2700 OpenSSH 2.1.1
2701 [auth-rsa.c]
bcbf86ec 2702 fix match_hostname() logic for auth-rsa: deny access if we have a
fa649821 2703 negative match or no match at all
2704 [channels.c hostfile.c match.c]
bcbf86ec 2705 don't panic if mkdtemp fails for authfwd; jkb@yahoo-inc.com via
fa649821 2706 kris@FreeBSD.org
2707
8e7b16f8 270820000606
bcbf86ec 2709 - (djm) Added --with-cflags, --with-ldflags and --with-libs options to
8e7b16f8 2710 configure.
2711
d7c0f3d5 271220000604
2713 - Configure tweaking for new login code on Irix 5.3
2d6c411f 2714 - (andre) login code changes based on djm feedback
d7c0f3d5 2715
2d6c411f 271620000603
2717 - (andre) New login code
2718 - Remove bsd-login.[ch] and all the OpenBSD-derived code in login.c
2719 - Add loginrec.[ch], logintest.c and autoconf code
61e96248 2720
5daf7064 272120000531
2722 - Cleanup of auth.c, login.c and fake-*
2723 - Cleanup of auth-pam.c, save and print "account expired" error messages
e5662474 2724 - Fix EGD read bug by IWAMURO Motonori <iwa@mmp.fujitsu.co.jp>
69134b9b 2725 - Rewrote bsd-login to use proper utmp API if available. Major cleanup
2726 of fallback DIY code.
5daf7064 2727
b9f446d1 272820000530
2729 - Define atexit for old Solaris
b02ebca1 2730 - Fix buffer overrun in login.c for systems which use syslen in utmpx.
2731 patch from YOSHIFUJI Hideaki <yoshfuji@cerberus.nemoto.ecei.tohoku.ac.jp>
71276795 2732 - OpenBSD CVS updates:
2733 - markus@cvs.openbsd.org
2734 [session.c]
2735 make x11-fwd work w/ localhost (xauth add host/unix:11)
2736 [cipher.c compat.c readconf.c servconf.c]
2737 check strtok() != NULL; ok niels@
2738 [key.c]
2739 fix key_read() for uuencoded keys w/o '='
2740 [serverloop.c]
2741 group ssh1 vs. ssh2 in serverloop
2742 [kex.c kex.h myproposal.h sshconnect2.c sshd.c]
2743 split kexinit/kexdh, factor out common code
2744 [readconf.c ssh.1 ssh.c]
2745 forwardagent defaults to no, add ssh -A
2746 - theo@cvs.openbsd.org
2747 [session.c]
2748 just some line shortening
60688ef9 2749 - Released 2.1.0p3
b9f446d1 2750
29611d9c 275120000520
2752 - Xauth fix from Markus Friedl <markus.friedl@informatik.uni-erlangen.de>
25422c70 2753 - Don't touch utmp if USE_UTMPX defined
a423beaf 2754 - SunOS 4.x support from Todd C. Miller <Todd.Miller@courtesan.com>
fc1e8bf4 2755 - SIGCHLD fix for AIX and HPUX from Tom Bertelson <tbert@abac.com>
bcbf86ec 2756 - HPUX and Configure fixes from Lutz Jaenicke
fc1e8bf4 2757 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
bcbf86ec 2758 - Use mkinstalldirs script to make directories instead of non-portable
fc1e8bf4 2759 "install -d". Suggested by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
a905808d 2760 - Doc cleanup
29611d9c 2761
301e9b01 276220000518
2763 - Include Andre Lucas' fixprogs script. Forgot to "cvs add" it yesterday
2764 - OpenBSD CVS updates:
2765 - markus@cvs.openbsd.org
2766 [sshconnect.c]
2767 copy only ai_addrlen bytes; misiek@pld.org.pl
2768 [auth.c]
bcbf86ec 2769 accept an empty shell in authentication; bug reported by
301e9b01 2770 chris@tinker.ucr.edu
2771 [serverloop.c]
2772 we don't have stderr for interactive terminal sessions (fcntl errors)
2773
ad85db64 277420000517
2775 - Fix from Andre Lucas <andre.lucas@dial.pipex.com>
2776 - Fixes command line printing segfaults (spotter: Bladt Norbert)
2777 - Fixes erroneous printing of debug messages to syslog
2778 - Fixes utmp for MacOS X (spotter: Aristedes Maniatis)
2779 - Gives useful error message if PRNG initialisation fails
2780 - Reduced ssh startup delay
2781 - Measures cumulative command time rather than the time between reads
704b1659 2782 after select()
ad85db64 2783 - 'fixprogs' perl script to eliminate non-working entropy commands, and
704b1659 2784 optionally run 'ent' to measure command entropy
c1ef8333 2785 - Applied Tom Bertelson's <tbert@abac.com> AIX authentication fix
a64009ad 2786 - Avoid WCOREDUMP complation errors for systems that lack it
bcbf86ec 2787 - Avoid SIGCHLD warnings from entropy commands
28c1d5ce 2788 - Fix HAVE_PAM_GETENVLIST setting from Simon Wilkinson <sxw@dcs.ed.ac.uk>
0e73cc53 2789 - OpenBSD CVS update:
bcbf86ec 2790 - markus@cvs.openbsd.org
0e73cc53 2791 [ssh.c]
2792 fix usage()
2793 [ssh2.h]
2794 draft-ietf-secsh-architecture-05.txt
2795 [ssh.1]
2796 document ssh -T -N (ssh2 only)
2797 [channels.c serverloop.c ssh.h sshconnect.c sshd.c aux.c]
2798 enable nonblocking IO for sshd w/ proto 1, too; split out common code
2799 [aux.c]
2800 missing include
c04f75f1 2801 - Several patches from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
2802 - INSTALL typo and URL fix
2803 - Makefile fix
2804 - Solaris fixes
bcbf86ec 2805 - Checking for ssize_t and memmove. Based on patch from SAKAI Kiyotaka
c04f75f1 2806 <ksakai@kso.netwk.ntt-at.co.jp>
afa5ee68 2807 - RSAless operation patch from kevin_oconnor@standardandpoors.com
d45e3d76 2808 - Detect OpenSSL seperatly from RSA
bcbf86ec 2809 - Better test for RSA (more compatible with RSAref). Based on work by
d45e3d76 2810 Ed Eden <ede370@stl.rural.usda.gov>
ad85db64 2811
3d1a1654 281220000513
bcbf86ec 2813 - Fix for non-recognised DSA keys from Arkadiusz Miskiewicz
3d1a1654 2814 <misiek@pld.org.pl>
2815
d02a3a00 281620000511
bcbf86ec 2817 - Fix for prng_seed permissions checking from Lutz Jaenicke
d02a3a00 2818 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
3d1a1654 2819 - "make host-key" fix for Irix
d02a3a00 2820
d0c832f3 282120000509
2822 - OpenBSD CVS update
2823 - markus@cvs.openbsd.org
2824 [cipher.h myproposal.h readconf.c readconf.h servconf.c ssh.1 ssh.c]
2825 [ssh.h sshconnect1.c sshconnect2.c sshd.8]
2826 - complain about invalid ciphers in SSH1 (e.g. arcfour is SSH2 only)
2827 - hugh@cvs.openbsd.org
2828 [ssh.1]
2829 - zap typo
2830 [ssh-keygen.1]
2831 - One last nit fix. (markus approved)
2832 [sshd.8]
2833 - some markus certified spelling adjustments
2834 - markus@cvs.openbsd.org
2835 [auth2.c channels.c clientloop.c compat compat.h dsa.c kex.c]
2836 [sshconnect2.c ]
2837 - bug compat w/ ssh-2.0.13 x11, split out bugs
2838 [nchan.c]
2839 - no drain if ibuf_empty, fixes x11fwd problems; tests by fries@
2840 [ssh-keygen.c]
2841 - handle escapes in real and original key format, ok millert@
2842 [version.h]
2843 - OpenSSH-2.1
3dc1102e 2844 - Moved all the bsd-* and fake-* stuff into new libopenbsd-compat.a
e93ee87a 2845 - Doc updates
bcbf86ec 2846 - Cleanup of bsd-base64 headers, bugfix definitions of __b64_*. Reported
21e5304a 2847 by Andre Lucas <andre.lucas@dial.pipex.com>
d0c832f3 2848
ebdeb9a8 284920000508
2850 - Makefile and RPM spec fixes
2851 - Generate DSA host keys during "make key" or RPM installs
f6cde515 2852 - OpenBSD CVS update
2853 - markus@cvs.openbsd.org
2854 [clientloop.c sshconnect2.c]
2855 - make x11-fwd interop w/ ssh-2.0.13
2856 [README.openssh2]
2857 - interop w/ SecureFX
2858 - Release 2.0.0beta2
ebdeb9a8 2859
bcbf86ec 2860 - Configure caching and cleanup patch from Andre Lucas'
58d100bf 2861 <andre.lucas@dial.pipex.com>
2862
1d1ffb87 286320000507
2864 - Remove references to SSLeay.
2865 - Big OpenBSD CVS update
2866 - markus@cvs.openbsd.org
2867 [clientloop.c]
2868 - typo
2869 [session.c]
2870 - update proctitle on pty alloc/dealloc, e.g. w/ windows client
2871 [session.c]
2872 - update proctitle for proto 1, too
2873 [channels.h nchan.c serverloop.c session.c sshd.c]
2874 - use c-style comments
2875 - deraadt@cvs.openbsd.org
2876 [scp.c]
2877 - more atomicio
bcbf86ec 2878 - markus@cvs.openbsd.org
1d1ffb87 2879 [channels.c]
2880 - set O_NONBLOCK
2881 [ssh.1]
2882 - update AUTHOR
2883 [readconf.c ssh-keygen.c ssh.h]
2884 - default DSA key file ~/.ssh/id_dsa
2885 [clientloop.c]
2886 - typo, rm verbose debug
2887 - deraadt@cvs.openbsd.org
2888 [ssh-keygen.1]
2889 - document DSA use of ssh-keygen
2890 [sshd.8]
2891 - a start at describing what i understand of the DSA side
2892 [ssh-keygen.1]
2893 - document -X and -x
2894 [ssh-keygen.c]
2895 - simplify usage
bcbf86ec 2896 - markus@cvs.openbsd.org
1d1ffb87 2897 [sshd.8]
2898 - there is no rhosts_dsa
2899 [ssh-keygen.1]
2900 - document -y, update -X,-x
2901 [nchan.c]
2902 - fix close for non-open ssh1 channels
2903 [servconf.c servconf.h ssh.h sshd.8 sshd.c ]
2904 - s/DsaKey/HostDSAKey/, document option
2905 [sshconnect2.c]
2906 - respect number_of_password_prompts
2907 [channels.c channels.h servconf.c servconf.h session.c sshd.8]
2908 - GatewayPorts for sshd, ok deraadt@
2909 [ssh-add.1 ssh-agent.1 ssh.1]
2910 - more doc on: DSA, id_dsa, known_hosts2, authorized_keys2
2911 [ssh.1]
2912 - more info on proto 2
2913 [sshd.8]
2914 - sync AUTHOR w/ ssh.1
2915 [key.c key.h sshconnect.c]
2916 - print key type when talking about host keys
2917 [packet.c]
2918 - clear padding in ssh2
2919 [dsa.c key.c radix.c ssh.h sshconnect1.c uuencode.c uuencode.h]
2920 - replace broken uuencode w/ libc b64_ntop
2921 [auth2.c]
2922 - log failure before sending the reply
2923 [key.c radix.c uuencode.c]
2924 - remote trailing comments before calling __b64_pton
2925 [auth2.c readconf.c readconf.h servconf.c servconf.h ssh.1]
2926 [sshconnect2.c sshd.8]
2927 - add DSAAuthetication option to ssh/sshd, document SSH2 in sshd.8
2928 - Bring in b64_ntop and b64_pton from OpenBSD libc (bsd-base64.[ch])
2929
1a11e1ae 293020000502
0fbe8c74 2931 - OpenBSD CVS update
2932 [channels.c]
2933 - init all fds, close all fds.
2934 [sshconnect2.c]
2935 - check whether file exists before asking for passphrase
2936 [servconf.c servconf.h sshd.8 sshd.c]
2937 - PidFile, pr 1210
2938 [channels.c]
2939 - EINTR
2940 [channels.c]
2941 - unbreak, ok niels@
2942 [sshd.c]
2943 - unlink pid file, ok niels@
2944 [auth2.c]
2945 - Add missing #ifdefs; ok - markus
bcbf86ec 2946 - Add Andre Lucas' <andre.lucas@dial.pipex.com> patch to read entropy
d3083fbd 2947 gathering commands from a text file
1a11e1ae 2948 - Release 2.0.0beta1
2949
c4bc58eb 295020000501
2951 - OpenBSD CVS update
2952 [packet.c]
2953 - send debug messages in SSH2 format
3189621b 2954 [scp.c]
2955 - fix very rare EAGAIN/EINTR issues; based on work by djm
2956 [packet.c]
2957 - less debug, rm unused
2958 [auth2.c]
2959 - disable kerb,s/key in ssh2
2960 [sshd.8]
2961 - Minor tweaks and typo fixes.
2962 [ssh-keygen.c]
2963 - Put -d into usage and reorder. markus ok.
bcbf86ec 2964 - Include missing headers for OpenSSL tests. Fix from Phil Karn
44fb55e9 2965 <karn@ka9q.ampr.org>
bcbf86ec 2966 - Fixed __progname symbol collisions reported by Andre Lucas
3fd95d9a 2967 <andre.lucas@dial.pipex.com>
0d5f7abc 2968 - Merged bsd-login ttyslot and AIX utmp patch from Gert Doering
2969 <gd@hilb1.medat.de>
8cb940db 2970 - Add some missing ifdefs to auth2.c
8af50c98 2971 - Deprecate perl-tk askpass.
52bcc044 2972 - Irix portability fixes - don't include netinet headers more than once
2973 - Make sure we don't save PRNG seed more than once
c4bc58eb 2974
2b763e31 297520000430
2976 - Merge HP-UX fixes and TCB support from Ged Lodder <lodder@yacc.com.au>
b7a87eea 2977 - Integrate Andre Lucas' <andre.lucas@dial.pipex.com> entropy collection
2978 patch.
2979 - Adds timeout to entropy collection
2980 - Disables slow entropy sources
2981 - Load and save seed file
bcbf86ec 2982 - Changed entropy seed code to user per-user seeds only (server seed is
b7a87eea 2983 saved in root's .ssh directory)
2984 - Use atexit() and fatal cleanups to save seed on exit
0b242b12 2985 - More OpenBSD updates:
2986 [session.c]
2987 - don't call chan_write_failed() if we are not writing
2988 [auth-rsa.c auth1.c authfd.c hostfile.c ssh-agent.c]
2989 - keysize warnings error() -> log()
2b763e31 2990
a306f2dd 299120000429
2992 - Merge big update to OpenSSH-2.0 from OpenBSD CVS
2993 [README.openssh2]
2994 - interop w/ F-secure windows client
2995 - sync documentation
2996 - ssh_host_dsa_key not ssh_dsa_key
2997 [auth-rsa.c]
2998 - missing fclose
2999 [auth.c authfile.c compat.c dsa.c dsa.h hostfile.c key.c key.h radix.c]
3000 [readconf.c readconf.h ssh-add.c ssh-keygen.c ssh.c ssh.h sshconnect.c]
3001 [sshd.c uuencode.c uuencode.h authfile.h]
3002 - add DSA pubkey auth and other SSH2 fixes. use ssh-keygen -[xX]
3003 for trading keys with the real and the original SSH, directly from the
3004 people who invented the SSH protocol.
3005 [auth.c auth.h authfile.c sshconnect.c auth1.c auth2.c sshconnect.h]
3006 [sshconnect1.c sshconnect2.c]
3007 - split auth/sshconnect in one file per protocol version
3008 [sshconnect2.c]
3009 - remove debug
3010 [uuencode.c]
3011 - add trailing =
3012 [version.h]
3013 - OpenSSH-2.0
3014 [ssh-keygen.1 ssh-keygen.c]
3015 - add -R flag: exit code indicates if RSA is alive
3016 [sshd.c]
3017 - remove unused
3018 silent if -Q is specified
3019 [ssh.h]
3020 - host key becomes /etc/ssh_host_dsa_key
3021 [readconf.c servconf.c ]
3022 - ssh/sshd default to proto 1 and 2
3023 [uuencode.c]
3024 - remove debug
3025 [auth2.c ssh-keygen.c sshconnect2.c sshd.c]
3026 - xfree DSA blobs
3027 [auth2.c serverloop.c session.c]
3028 - cleanup logging for sshd/2, respect PasswordAuth no
3029 [sshconnect2.c]
3030 - less debug, respect .ssh/config
3031 [README.openssh2 channels.c channels.h]
bcbf86ec 3032 - clientloop.c session.c ssh.c
a306f2dd 3033 - support for x11-fwding, client+server
3034
0ac7199f 303520000421
3036 - Merge fix from OpenBSD CVS
3037 [ssh-agent.c]
3038 - Fix memory leak per connection. Report from Andy Spiegl <Andy@Spiegl.de>
3039 via Debian bug #59926
18ba2aab 3040 - Define __progname in session.c if libc doesn't
3041 - Remove indentation on autoconf #include statements to avoid bug in
bcbf86ec 3042 DEC Tru64 compiler. Report and fix from David Del Piero
18ba2aab 3043 <David.DelPiero@qed.qld.gov.au>
0ac7199f 3044
e1b37056 304520000420
bcbf86ec 3046 - Make fixpaths work with perl4, patch from Andre Lucas
e1b37056 3047 <andre.lucas@dial.pipex.com>
9da5c3c9 3048 - Sync with OpenBSD CVS:
3049 [clientloop.c login.c serverloop.c ssh-agent.c ssh.h sshconnect.c sshd.c]
3050 - pid_t
3051 [session.c]
3052 - remove bogus chan_read_failed. this could cause data
3053 corruption (missing data) at end of a SSH2 session.
4e577b89 3054 - Merge fixes from Debian patch from Phil Hands <phil@hands.com>
3055 - Allow setting of PAM service name through CFLAGS (SSHD_PAM_SERVICE)
3056 - Use vhangup to clean up Linux ttys
3057 - Force posix getopt processing on GNU libc systems
371ecff9 3058 - Debian bug #55910 - remove references to ssl(8) manpages
247f1a89 3059 - Debian bug #58031 - ssh_config lies about default cipher
e1b37056 3060
d6f24e45 306120000419
3062 - OpenBSD CVS updates
3063 [channels.c]
3064 - fix pr 1196, listen_port and port_to_connect interchanged
3065 [scp.c]
bcbf86ec 3066 - after completion, replace the progress bar ETA counter with a final
d6f24e45 3067 elapsed time; my idea, aaron wrote the patch
3068 [ssh_config sshd_config]
3069 - show 'Protocol' as an example, ok markus@
3070 [sshd.c]
3071 - missing xfree()
3072 - Add missing header to bsd-misc.c
3073
35484284 307420000416
3075 - Reduce diff against OpenBSD source
bcbf86ec 3076 - All OpenSSL includes are now unconditionally referenced as
35484284 3077 openssl/foo.h
3078 - Pick up formatting changes
3079 - Other minor changed (typecasts, etc) that I missed
3080
6ae2364d 308120000415
3082 - OpenBSD CVS updates.
3083 [ssh.1 ssh.c]
3084 - ssh -2
3085 [auth.c channels.c clientloop.c packet.c packet.h serverloop.c]
3086 [session.c sshconnect.c]
3087 - check payload for (illegal) extra data
3088 [ALL]
3089 whitespace cleanup
3090
c323ac76 309120000413
3092 - INSTALL doc updates
f54651ce 3093 - Merged OpenBSD updates to include paths.
bcbf86ec 3094
a8be9f80 309520000412
3096 - OpenBSD CVS updates:
3097 - [channels.c]
3098 repair x11-fwd
3099 - [sshconnect.c]
3100 fix passwd prompt for ssh2, less debugging output.
3101 - [clientloop.c compat.c dsa.c kex.c sshd.c]
3102 less debugging output
3103 - [kex.c kex.h sshconnect.c sshd.c]
3104 check for reasonable public DH values
3105 - [README.openssh2 cipher.c cipher.h compat.c compat.h readconf.c]
3106 [readconf.h servconf.c servconf.h ssh.c ssh.h sshconnect.c sshd.c]
3107 add Cipher and Protocol options to ssh/sshd, e.g.:
3108 ssh -o 'Protocol 1,2' if you prefer proto 1, ssh -o 'Ciphers
3109 arcfour,3des-cbc'
3110 - [sshd.c]
3111 print 1.99 only if server supports both
3112
18e92801 311320000408
3114 - Avoid some compiler warnings in fake-get*.c
3115 - Add IPTOS macros for systems which lack them
9d98aaf6 3116 - Only set define entropy collection macros if they are found
e78a59f5 3117 - More large OpenBSD CVS updates:
3118 - [auth.c auth.h servconf.c servconf.h serverloop.c session.c]
3119 [session.h ssh.h sshd.c README.openssh2]
3120 ssh2 server side, see README.openssh2; enable with 'sshd -2'
3121 - [channels.c]
3122 no adjust after close
3123 - [sshd.c compat.c ]
3124 interop w/ latest ssh.com windows client.
61e96248 3125
8ce64345 312620000406
3127 - OpenBSD CVS update:
3128 - [channels.c]
3129 close efd on eof
3130 - [clientloop.c compat.c ssh.c sshconnect.c myproposal.h]
3131 ssh2 client implementation, interops w/ ssh.com and lsh servers.
3132 - [sshconnect.c]
3133 missing free.
3134 - [authfile.c cipher.c cipher.h packet.c sshconnect.c sshd.c]
3135 remove unused argument, split cipher_mask()
3136 - [clientloop.c]
3137 re-order: group ssh1 vs. ssh2
3138 - Make Redhat spec require openssl >= 0.9.5a
3139
e7627112 314020000404
3141 - Add tests for RAND_add function when searching for OpenSSL
7e7327a1 3142 - OpenBSD CVS update:
3143 - [packet.h packet.c]
3144 ssh2 packet format
3145 - [packet.h packet.c nchan2.ms nchan.h compat.h compat.c]
3146 [channels.h channels.c]
3147 channel layer support for ssh2
3148 - [kex.h kex.c hmac.h hmac.c dsa.c dsa.h]
3149 DSA, keyexchange, algorithm agreement for ssh2
6c081128 3150 - Generate manpages before make install not at the end of make all
3151 - Don't seed the rng quite so often
3152 - Always reseed rng when requested
e7627112 3153
bfc9a610 315420000403
3155 - Wrote entropy collection routines for systems that lack /dev/random
3156 and EGD
837c30b8 3157 - Disable tests and typedefs for 64 bit types. They are currently unused.
bfc9a610 3158
7368a6c8 315920000401
3160 - Big OpenBSD CVS update (mainly beginnings of SSH2 infrastructure)
3161 - [auth.c session.c sshd.c auth.h]
3162 split sshd.c -> auth.c session.c sshd.c plus cleanup and goto-removal
3163 - [bufaux.c bufaux.h]
3164 support ssh2 bignums
3165 - [channels.c channels.h clientloop.c sshd.c nchan.c nchan.h packet.c]
3166 [readconf.c ssh.c ssh.h serverloop.c]
3167 replace big switch() with function tables (prepare for ssh2)
3168 - [ssh2.h]
3169 ssh2 message type codes
3170 - [sshd.8]
3171 reorder Xr to avoid cutting
3172 - [serverloop.c]
3173 close(fdin) if fdin != fdout, shutdown otherwise, ok theo@
3174 - [channels.c]
3175 missing close
3176 allow bigger packets
3177 - [cipher.c cipher.h]
3178 support ssh2 ciphers
3179 - [compress.c]
3180 cleanup, less code
3181 - [dispatch.c dispatch.h]
3182 function tables for different message types
3183 - [log-server.c]
3184 do not log() if debuggin to stderr
3185 rename a cpp symbol, to avoid param.h collision
3186 - [mpaux.c]
3187 KNF
3188 - [nchan.c]
3189 sync w/ channels.c
3190
f5238bee 319120000326
3192 - Better tests for OpenSSL w/ RSAref
bcbf86ec 3193 - Added replacement setenv() function from OpenBSD libc. Suggested by
f5238bee 3194 Ben Lindstrom <mouring@pconline.com>
4fe2af09 3195 - OpenBSD CVS update
3196 - [auth-krb4.c]
3197 -Wall
3198 - [auth-rh-rsa.c auth-rsa.c hostfile.c hostfile.h key.c key.h match.c]
3199 [match.h ssh.c ssh.h sshconnect.c sshd.c]
3200 initial support for DSA keys. ok deraadt@, niels@
3201 - [cipher.c cipher.h]
3202 remove unused cipher_attack_detected code
3203 - [scp.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
3204 Fix some formatting problems I missed before.
3205 - [ssh.1 sshd.8]
3206 fix spelling errors, From: FreeBSD
3207 - [ssh.c]
3208 switch to raw mode only if he _get_ a pty (not if we _want_ a pty).
f5238bee 3209
0024a081 321020000324
3211 - Released 1.2.3
3212
bd499f9e 321320000317
3214 - Clarified --with-default-path option.
3215 - Added -blibpath handling for AIX to work around stupid runtime linking.
3216 Problem elucidated by gshapiro@SENDMAIL.ORG by way of Jim Knoble
986a22ec 3217 <jmknoble@jmknoble.cx>
474b5fef 3218 - Checks for 64 bit int types. Problem report from Mats Fredholm
3219 <matsf@init.se>
610cd5c6 3220 - OpenBSD CVS updates:
bcbf86ec 3221 - [atomicio.c auth-krb4.c bufaux.c channels.c compress.c fingerprint.c]
610cd5c6 3222 [packet.h radix.c rsa.c scp.c ssh-agent.c ssh-keygen.c sshconnect.c]
3223 [sshd.c]
3224 pedantic: signed vs. unsigned, void*-arithm, etc
3225 - [ssh.1 sshd.8]
3226 Various cleanups and standardizations.
bcbf86ec 3227 - Runtime error fix for HPUX from Otmar Stahl
be48d23c 3228 <O.Stahl@lsw.uni-heidelberg.de>
bd499f9e 3229
4696775a 323020000316
bcbf86ec 3231 - Fixed configure not passing LDFLAGS to Solaris. Report from David G.
4696775a 3232 Hesprich <dghespri@sprintparanet.com>
d423d822 3233 - Propogate LD through to Makefile
b7a9ce47 3234 - Doc cleanups
2ba2a610 3235 - Added blurb about "scp: command not found" errors to UPGRADING
4696775a 3236
cb0b7ea4 323720000315
3238 - Fix broken CFLAGS handling during search for OpenSSL. Fixes va_list
3239 problems with gcc/Solaris.
bcbf86ec 3240 - Don't free argument to putenv() after use (in setenv() replacement).
db55a3ea 3241 Report from Seigo Tanimura <tanimura@r.dl.itc.u-tokyo.ac.jp>
bcbf86ec 3242 - Created contrib/ subdirectory. Included helpers from Phil Hands'
13652e52 3243 Debian package, README file and chroot patch from Ricardo Cerqueira
3244 <rmcc@clix.pt>
bcbf86ec 3245 - Moved gnome-ssh-askpass.c to contrib directory and removed config
13652e52 3246 option.
3247 - Slight cleanup to doc files
b14b2ae7 3248 - Configure fix from Bratislav ILICH <bilic@zepter.ru>
cb0b7ea4 3249
a8ed9fd9 325020000314
bcbf86ec 3251 - Include macro for IN6_IS_ADDR_V4MAPPED. Report from
a8ed9fd9 3252 peter@frontierflying.com
84afc958 3253 - Include /usr/local/include and /usr/local/lib for systems that don't
3254 do it themselves
3255 - -R/usr/local/lib for Solaris
3256 - Fix RSAref detection
3257 - Fix IN6_IS_ADDR_V4MAPPED macro
a8ed9fd9 3258
bcf36c78 325920000311
3260 - Detect RSAref
43e48848 3261 - OpenBSD CVS change
3262 [sshd.c]
3263 - disallow guessing of root password
867dbf40 3264 - More configure fixes
80faa19f 3265 - IPv6 workarounds from Hideaki YOSHIFUJI <yoshfuji@ecei.tohoku.ac.jp>
bcf36c78 3266
c8d54615 326720000309
3268 - OpenBSD CVS updates to v1.2.3
704b1659 3269 [ssh.h atomicio.c]
3270 - int atomicio -> ssize_t (for alpha). ok deraadt@
3271 [auth-rsa.c]
3272 - delay MD5 computation until client sends response, free() early, cleanup.
3273 [cipher.c]
3274 - void* -> unsigned char*, ok niels@
3275 [hostfile.c]
3276 - remove unused variable 'len'. fix comments.
3277 - remove unused variable
3278 [log-client.c log-server.c]
3279 - rename a cpp symbol, to avoid param.h collision
3280 [packet.c]
3281 - missing xfree()
3282 - getsockname() requires initialized tolen; andy@guildsoftware.com
3283 - use getpeername() in packet_connection_is_on_socket(), fixes sshd -i;
3284 from Holger.Trapp@Informatik.TU-Chemnitz.DE
3285 [pty.c pty.h]
bcbf86ec 3286 - register cleanup for pty earlier. move code for pty-owner handling to
c8d54615 3287 pty.c ok provos@, dugsong@
704b1659 3288 [readconf.c]
3289 - turn off x11-fwd for the client, too.
3290 [rsa.c]
3291 - PKCS#1 padding
3292 [scp.c]
3293 - allow '.' in usernames; from jedgar@fxp.org
3294 [servconf.c]
3295 - typo: ignore_user_known_hosts int->flag; naddy@mips.rhein-neckar.de
3296 - sync with sshd_config
3297 [ssh-keygen.c]
3298 - enable ssh-keygen -l -f ~/.ssh/known_hosts, ok deraadt@
3299 [ssh.1]
3300 - Change invalid 'CHAT' loglevel to 'VERBOSE'
3301 [ssh.c]
3302 - suppress AAAA query host when '-4' is used; from shin@nd.net.fujitsu.co.jp
3303 - turn off x11-fwd for the client, too.
3304 [sshconnect.c]
3305 - missing xfree()
3306 - retry rresvport_af(), too. from sumikawa@ebina.hitachi.co.jp.
3307 - read error vs. "Connection closed by remote host"
3308 [sshd.8]
3309 - ie. -> i.e.,
3310 - do not link to a commercial page..
3311 - sync with sshd_config
3312 [sshd.c]
3313 - no need for poll.h; from bright@wintelcom.net
3314 - log with level log() not fatal() if peer behaves badly.
3315 - don't panic if client behaves strange. ok deraadt@
3316 - make no-port-forwarding for RSA keys deny both -L and -R style fwding
3317 - delay close() of pty until the pty has been chowned back to root
3318 - oops, fix comment, too.
3319 - missing xfree()
3320 - move XAUTHORITY to subdir. ok dugsong@. fixes debian bug #57907, too.
3321 (http://cgi.debian.org/cgi-bin/bugreport.cgi?archive=no&bug=57907)
bcbf86ec 3322 - register cleanup for pty earlier. move code for pty-owner handling to
704b1659 3323 pty.c ok provos@, dugsong@
3324 - create x11 cookie file
3325 - fix pr 1113, fclose() -> pclose(), todo: remote popen()
3326 - version 1.2.3
c8d54615 3327 - Cleaned up
bcbf86ec 3328 - Removed warning workaround for Linux and devpts filesystems (no longer
d8223847 3329 required after OpenBSD updates)
c8d54615 3330
07055445 333120000308
3332 - Configure fix from Hiroshi Takekawa <takekawa@sr3.t.u-tokyo.ac.jp>
3333
333420000307
3335 - Released 1.2.2p1
3336
9c8c3fc6 333720000305
3338 - Fix DEC compile fix
54096dcc 3339 - Explicitly seed OpenSSL's PRNG before checking rsa_alive()
aa6bd60a 3340 - Check for getpagesize in libucb.a if not found in libc. Fix for old
3341 Solaris from Andre Lucas <andre.lucas@dial.pipex.com>
bcbf86ec 3342 - Check for libwrap if --with-tcp-wrappers option specified. Suggestion
9fc7867e 3343 Mate Wierdl <mw@moni.msci.memphis.edu>
9c8c3fc6 3344
6bf4d066 334520000303
3346 - Added "make host-key" target, Suggestion from Dominik Brettnacher
3347 <domi@saargate.de>
bcbf86ec 3348 - Don't permanently fail on bind() if getaddrinfo has more choices left for
16218745 3349 us. Needed to work around messy IPv6 on Linux. Patch from Arkadiusz
3350 Miskiewicz <misiek@pld.org.pl>
22fa590f 3351 - DEC Unix compile fix from David Del Piero <David.DelPiero@qed.qld.gov.au>
3352 - Manpage fix from David Del Piero <David.DelPiero@qed.qld.gov.au>
6bf4d066 3353
a0391976 335420000302
3355 - Big cleanup of autoconf code
3356 - Rearranged to be a little more logical
3357 - Added -R option for Solaris
3358 - Rewrote OpenSSL detection code. Now uses AC_TRY_RUN with a test program
3359 to detect library and header location _and_ ensure library has proper
3360 RSA support built in (this is a problem with OpenSSL 0.9.5).
817175bc 3361 - Applied pty cleanup patch from markus.friedl@informatik.uni-erlangen.de
0a1718dc 3362 - Avoid warning message with Unix98 ptys
bcbf86ec 3363 - Warning was valid - possible race condition on PTYs. Avoided using
3276571c 3364 platform-specific code.
3365 - Document some common problems
bcbf86ec 3366 - Allow root access to any key. Patch from
81eef326 3367 markus.friedl@informatik.uni-erlangen.de
a0391976 3368
f55afe71 336920000207
3370 - Removed SOCKS code. Will support through a ProxyCommand.
3371
d07d1c58 337220000203
3373 - Fixed SEGVs in authloop, fix from vbzoli@hbrt.hu
d581b7ae 3374 - Add --with-ssl-dir option
d07d1c58 3375
9d5f374b 337620000202
bcbf86ec 3377 - Fix lastlog code for directory based lastlogs. Fix from Josh Durham
9d5f374b 3378 <jmd@aoe.vt.edu>
6b1f3fdb 3379 - Documentation fixes from HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
bcbf86ec 3380 - Added URLs to Japanese translations of documents by HARUYAMA Seigo
6b1f3fdb 3381 <haruyama@nt.phys.s.u-tokyo.ac.jp>
9d5f374b 3382
bc8c2601 338320000201
3384 - Use socket pairs by default (instead of pipes). Prevents race condition
3385 on several (buggy) OSs. Report and fix from tridge@linuxcare.com
3386
69c76614 338720000127
3388 - Seed OpenSSL's random number generator before generating RSA keypairs
3389 - Split random collector into seperate file
aaf2abd7 3390 - Compile fix from Andre Lucas <andre.lucas@dial.pipex.com>
69c76614 3391
f9507c24 339220000126
3393 - Released 1.2.2 stable
3394
bcbf86ec 3395 - NeXT keeps it lastlog in /usr/adm. Report from
f9507c24 3396 mouring@newton.pconline.com
bcbf86ec 3397 - Added note in UPGRADING re interop with commercial SSH using idea.
986a22ec 3398 Report from Jim Knoble <jmknoble@jmknoble.cx>
587120ad 3399 - Fix linking order for Kerberos/AFS. Fix from Holget Trapp
3400 <Holger.Trapp@Informatik.TU-Chemnitz.DE>
f9507c24 3401
bfae20ad 340220000125
bcbf86ec 3403 - Fix NULL pointer dereference in login.c. Fix from Andre Lucas
bfae20ad 3404 <andre.lucas@dial.pipex.com>
07b0cb78 3405 - Reorder PAM initialisation so it does not mess up lastlog. Reported
3406 by Andre Lucas <andre.lucas@dial.pipex.com>
bcbf86ec 3407 - Use preformatted manpages on SCO, report from Gary E. Miller
9755cbdb 3408 <gem@rellim.com>
3409 - New URL for x11-ssh-askpass.
bcbf86ec 3410 - Fixpaths was missing /etc/ssh_known_hosts. Report from Jim Knoble
986a22ec 3411 <jmknoble@jmknoble.cx>
bcbf86ec 3412 - Added 'DESTDIR' option to Makefile to ease package building. Patch from
986a22ec 3413 Jim Knoble <jmknoble@jmknoble.cx>
ff8ecdb8 3414 - Updated RPM spec files to use DESTDIR
bfae20ad 3415
bb58aa4b 341620000124
3417 - Pick up version 1.2.2 from OpenBSD CVS (no changes, just version number
3418 increment)
3419
d45317d8 342020000123
3421 - OpenBSD CVS:
3422 - [packet.c]
3423 getsockname() requires initialized tolen; andy@guildsoftware.com
bcbf86ec 3424 - AIX patch from Matt Richards <v2matt@btv.ibm.com> and David Rankin
4c40f834 3425 <drankin@bohemians.lexington.ky.us>
12aa90af 3426 - Fix lastlog support, patch from Andre Lucas <andre.lucas@dial.pipex.com>
d45317d8 3427
e844f761 342820000122
3429 - Fix compilation of bsd-snprintf.c on Solaris, fix from Ben Taylor
3430 <bent@clark.net>
c54a6257 3431 - Merge preformatted manpage patch from Andre Lucas
3432 <andre.lucas@dial.pipex.com>
8eb34e02 3433 - Make IPv4 use the default in RPM packages
3434 - Irix uses preformatted manpages
1e64903d 3435 - Missing htons() in bsd-bindresvport.c, fix from Holger Trapp
3436 <Holger.Trapp@Informatik.TU-Chemnitz.DE>
9bc5ddfe 3437 - OpenBSD CVS updates:
3438 - [packet.c]
3439 use getpeername() in packet_connection_is_on_socket(), fixes sshd -i;
3440 from Holger.Trapp@Informatik.TU-Chemnitz.DE
3441 - [sshd.c]
3442 log with level log() not fatal() if peer behaves badly.
3443 - [readpass.c]
bcbf86ec 3444 instead of blocking SIGINT, catch it ourselves, so that we can clean
3445 the tty modes up and kill ourselves -- instead of our process group
61e96248 3446 leader (scp, cvs, ...) going away and leaving us in noecho mode.
9bc5ddfe 3447 people with cbreak shells never even noticed..
399d9d44 3448 - [ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
3449 ie. -> i.e.,
e844f761 3450
4c8ef3fb 345120000120
3452 - Don't use getaddrinfo on AIX
7b2ea3a1 3453 - Update to latest OpenBSD CVS:
3454 - [auth-rsa.c]
3455 - fix user/1056, sshd keeps restrictions; dbt@meat.net
3456 - [sshconnect.c]
3457 - disable agent fwding for proto 1.3, remove abuse of auth-rsa flags.
3458 - destroy keys earlier
bcbf86ec 3459 - split key exchange (kex) and user authentication (user-auth),
d468fc76 3460 ok: provos@
7b2ea3a1 3461 - [sshd.c]
3462 - no need for poll.h; from bright@wintelcom.net
3463 - disable agent fwding for proto 1.3, remove abuse of auth-rsa flags.
bcbf86ec 3464 - split key exchange (kex) and user authentication (user-auth),
d468fc76 3465 ok: provos@
f3bba493 3466 - Big manpage and config file cleanup from Andre Lucas
3467 <andre.lucas@dial.pipex.com>
5f4fdfae 3468 - Re-added latest (unmodified) OpenBSD manpages
47f9a56a 3469 - Doc updates
d468fc76 3470 - NetBSD patch from David Rankin <drankin@bohemians.lexington.ky.us> and
3471 Christos Zoulas <christos@netbsd.org>
4c8ef3fb 3472
082bbfb3 347320000119
20af321f 3474 - SCO compile fixes from Gary E. Miller <gem@rellim.com>
082bbfb3 3475 - Compile fix from Darren_Hall@progressive.com
59e76f33 3476 - Linux/glibc-2.1.2 takes a *long* time to look up names for AF_UNSPEC
3477 addresses using getaddrinfo(). Added a configure switch to make the
3478 default lookup mode AF_INET
082bbfb3 3479
a63a7f37 348020000118
3481 - Fixed --with-pid-dir option
51a6baf8 3482 - Makefile fix from Gary E. Miller <gem@rellim.com>
61e96248 3483 - Compile fix for HPUX and Solaris from Andre Lucas
976f7e19 3484 <andre.lucas@dial.pipex.com>
a63a7f37 3485
f914c7fb 348620000117
3487 - Clean up bsd-bindresvport.c. Use arc4random() for picking initial
3488 port, ignore EINVAL errors (Linux) when searching for free port.
bcbf86ec 3489 - Revert __snprintf -> snprintf aliasing. Apparently Solaris
de93b046 3490 __snprintf isn't. Report from Theo de Raadt <theo@cvs.openbsd.org>
9b363e1c 3491 - Document location of Redhat PAM file in INSTALL.
bcbf86ec 3492 - Fixed X11 forwarding bug on Linux. libc advertises AF_INET6
3493 INADDR_ANY_INIT addresses via getaddrinfo, but may not be able to
f4a7cf29 3494 deliver (no IPv6 kernel support)
80a44451 3495 - Released 1.2.1pre27
f914c7fb 3496
f4a7cf29 3497 - Fix rresvport_af failure errors (logic error in bsd-bindresvport.c)
bcbf86ec 3498 - Fix --with-ipaddr-display option test. Fix from Jarno Huuskonen
cf8ad170 3499 <jhuuskon@hytti.uku.fi>
bcbf86ec 3500 - Fix hang on logout if processes are still using the pty. Needs
691a8a9f 3501 further testing.
5957fd29 3502 - Patch from Christos Zoulas <christos@zoulas.com>
3503 - Try $prefix first when looking for OpenSSL.
3504 - Include sys/types.h when including sys/socket.h in test programs
bcbf86ec 3505 - Substitute PID directory in sshd.8. Suggestion from Andrew
19d9ac2a 3506 Stribblehill <a.d.stribblehill@durham.ac.uk>
f4a7cf29 3507
47e45e44 350820000116
3509 - Renamed --with-xauth-path to --with-xauth
3510 - Added --with-pid-dir option
3511 - Released 1.2.1pre26
3512
a82ef8ae 3513 - Compilation fix from Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
bcbf86ec 3514 - Fixed broken bugfix for /dev/ptmx on Linux systems which lack
66be05a1 3515 openpty(). Report from Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
a82ef8ae 3516
5cdfe03f 351720000115
3518 - Add --with-xauth-path configure directive and explicit test for
bcbf86ec 3519 /usr/openwin/bin/xauth for Solaris systems. Report from Anders
5cdfe03f 3520 Nordby <anders@fix.no>
bcbf86ec 3521 - Fix incorrect detection of /dev/ptmx on Linux systems that lack
5cdfe03f 3522 openpty. Report from John Seifarth <john@waw.be>
3523 - Look for intXX_t and u_intXX_t in sys/bitypes.h if they are not in
bcbf86ec 3524 sys/types.h. Fixes problems on SCO, report from Gary E. Miller
5cdfe03f 3525 <gem@rellim.com>
3526 - Use __snprintf and __vnsprintf if they are found where snprintf and
3527 vnsprintf are lacking. Suggested by Ben Taylor <bent@shell.clark.net>
3528 and others.
3529
48e671d5 353020000114
3531 - Merged OpenBSD IPv6 patch:
3532 - [sshd.c sshd.8 sshconnect.c ssh.h ssh.c servconf.h servconf.c scp.1]
3533 [scp.c packet.h packet.c login.c log.c canohost.c channels.c]
3534 [hostfile.c sshd_config]
3535 ipv6 support: mostly gethostbyname->getaddrinfo/getnameinfo, new
bcbf86ec 3536 features: sshd allows multiple ListenAddress and Port options. note
3537 that libwrap is not IPv6-ready. (based on patches from
48e671d5 3538 fujiwara@rcac.tdi.co.jp)
3539 - [ssh.c canohost.c]
bcbf86ec 3540 more hints (hints.ai_socktype=SOCK_STREAM) for getaddrinfo,
48e671d5 3541 from itojun@
3542 - [channels.c]
3543 listen on _all_ interfaces for X11-Fwd (hints.ai_flags = AI_PASSIVE)
3544 - [packet.h]
3545 allow auth-kerberos for IPv4 only
3546 - [scp.1 sshd.8 servconf.h scp.c]
3547 document -4, -6, and 'ssh -L 2022/::1/22'
3548 - [ssh.c]
bcbf86ec 3549 'ssh @host' is illegal (null user name), from
48e671d5 3550 karsten@gedankenpolizei.de
3551 - [sshconnect.c]
3552 better error message
3553 - [sshd.c]
3554 allow auth-kerberos for IPv4 only
3555 - Big IPv6 merge:
3556 - Cleanup overrun in sockaddr copying on RHL 6.1
3557 - Replacements for getaddrinfo, getnameinfo, etc based on versions
3558 from patch from KIKUCHI Takahiro <kick@kyoto.wide.ad.jp>
3559 - Replacement for missing structures on systems that lack IPv6
3560 - record_login needed to know about AF_INET6 addresses
3561 - Borrowed more code from OpenBSD: rresvport_af and requisites
3562
2598df62 356320000110
3564 - Fixes to auth-skey to enable it to use the standard OpenSSL libraries
3565
b8a0310d 356620000107
3567 - New config.sub and config.guess to fix problems on SCO. Supplied
3568 by Gary E. Miller <gem@rellim.com>
b6a98a85 3569 - SCO build fix from Gary E. Miller <gem@rellim.com>
2598df62 3570 - Released 1.2.1pre25
b8a0310d 3571
dfb95100 357220000106
3573 - Documentation update & cleanup
3574 - Better KrbIV / AFS detection, based on patch from:
3575 Holger Trapp <Holger.Trapp@Informatik.TU-Chemnitz.DE>
3576
b9795b89 357720000105
bcbf86ec 3578 - Fixed annoying DES corruption problem. libcrypt has been
b9795b89 3579 overriding symbols in libcrypto. Removed libcrypt and crypt.h
3580 altogether (libcrypto includes its own crypt(1) replacement)
3581 - Added platform-specific rules for Irix 6.x. Included warning that
3582 they are untested.
3583
a1ec4d79 358420000103
3585 - Add explicit make rules for files proccessed by fixpaths.
61e96248 3586 - Fix "make install" in RPM spec files. Report from Tenkou N. Hattori
a1ec4d79 3587 <tnh@kondara.org>
bcbf86ec 3588 - Removed "nullok" directive from default PAM configuration files.
3589 Added information on enabling EmptyPasswords on openssh+PAM in
607d73e6 3590 UPGRADING file.
e02735bb 3591 - OpenBSD CVS updates
3592 - [ssh-agent.c]
bcbf86ec 3593 cleanup_exit() for SIGTERM/SIGHUP, too. from fgsch@ and
e02735bb 3594 dgaudet@arctic.org
3595 - [sshconnect.c]
3596 compare correct version for 1.3 compat mode
a1ec4d79 3597
93c7f644 359820000102
3599 - Prevent multiple inclusion of config.h and defines.h. Suggested
3600 by Andre Lucas <andre.lucas@dial.pipex.com>
3601 - Properly clean up on exit of ssh-agent. Patch from Dean Gaudet
3602 <dgaudet@arctic.org>
3603
76b8607f 360419991231
bcbf86ec 3605 - Fix password support on systems with a mixture of shadowed and
3606 non-shadowed passwords (e.g. NIS). Report and fix from
76b8607f 3607 HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
bcbf86ec 3608 - Fix broken autoconf typedef detection. Report from Marc G.
723221b5 3609 Fournier <marc.fournier@acadiau.ca>
b92964b7 3610 - Fix occasional crash on LinuxPPC. Patch from Franz Sirl
3611 <Franz.Sirl-kernel@lauterbach.com>
bcbf86ec 3612 - Prevent typedefs from being compiled more than once. Report from
a6ddc88b 3613 Marc G. Fournier <marc.fournier@acadiau.ca>
4811cc0b 3614 - Fill in ut_utaddr utmp field. Report from Benjamin Charron
3615 <iretd@bigfoot.com>
bcbf86ec 3616 - Really fix broken default path. Fix from Jim Knoble
986a22ec 3617 <jmknoble@jmknoble.cx>
ae3a3d31 3618 - Remove test for quad_t. No longer needed.
76a8e733 3619 - Released 1.2.1pre24
3620
3621 - Added support for directory-based lastlogs
3622 - Really fix typedefs, patch from Ben Taylor <bent@clark.net>
76b8607f 3623
13f825f4 362419991230
3625 - OpenBSD CVS updates:
3626 - [auth-passwd.c]
3627 check for NULL 1st
bcbf86ec 3628 - Removed most of the pam code into its own file auth-pam.[ch]. This
a5c9cd31 3629 cleaned up sshd.c up significantly.
bcbf86ec 3630 - PAM authentication was incorrectly interpreting
76b8607f 3631 "PermitRootLogin without-password". Report from Matthias Andree
3632 <ma@dt.e-technik.uni-dortmund.de
a5c9cd31 3633 - Several other cleanups
0bc5b6fb 3634 - Merged Dante SOCKS support patch from David Rankin
3635 <drankin@bohemians.lexington.ky.us>
3636 - Updated documentation with ./configure options
76b8607f 3637 - Released 1.2.1pre23
13f825f4 3638
c73a0cb5 363919991229
bcbf86ec 3640 - Applied another NetBSD portability patch from David Rankin
c73a0cb5 3641 <drankin@bohemians.lexington.ky.us>
3642 - Fix --with-default-path option.
bcbf86ec 3643 - Autodetect perl, patch from David Rankin
a0f84251 3644 <drankin@bohemians.lexington.ky.us>
bcbf86ec 3645 - Print whether OpenSSH was compiled with RSARef, patch from
0a2ff95d 3646 Nalin Dahyabhai <nalin@thermo.stat.ncsu.edu>
bcbf86ec 3647 - Calls to pam_setcred, patch from Nalin Dahyabhai
f91bacbd 3648 <nalin@thermo.stat.ncsu.edu>
e3a93db0 3649 - Detect missing size_t and typedef it.
5ab44a92 3650 - Rename helper.[ch] to (more appropriate) bsd-misc.[ch]
3651 - Minor Makefile cleaning
c73a0cb5 3652
b6019d68 365319991228
3654 - Replacement for getpagesize() for systems which lack it
bcbf86ec 3655 - NetBSD login.c compile fix from David Rankin
70e0115b 3656 <drankin@bohemians.lexington.ky.us>
3657 - Fully set ut_tv if present in utmp or utmpx
d94aa2ae 3658 - Portability fixes for Irix 5.3 (now compiles OK!)
3659 - autoconf and other misc cleanups
ea1970a3 3660 - Merged AIX patch from Darren Hall <dhall@virage.org>
3661 - Cleaned up defines.h
fa9a2dd6 3662 - Released 1.2.1pre22
b6019d68 3663
d2dcff5f 366419991227
3665 - Automatically correct paths in manpages and configuration files. Patch
3666 and script from Andre Lucas <andre.lucas@dial.pipex.com>
3667 - Removed credits from README to CREDITS file, updated.
cb807f40 3668 - Added --with-default-path to specify custom path for server
3669 - Removed #ifdef trickery from acconfig.h into defines.h
36a5b38e 3670 - PAM bugfix. PermitEmptyPassword was being ignored.
3671 - Fixed PAM config files to allow empty passwords if server does.
3672 - Explained spurious PAM auth warning workaround in UPGRADING
21feb5fa 3673 - Use last few chars of tty line as ut_id
5a7794be 3674 - New SuSE RPM spec file from Chris Saia <csaia@wtower.com>
00e6dd70 3675 - OpenBSD CVS updates:
3676 - [packet.h auth-rhosts.c]
3677 check format string for packet_disconnect and packet_send_debug, too
3678 - [channels.c]
3679 use packet_get_maxsize for channels. consistence.
d2dcff5f 3680
f74efc8d 368119991226
3682 - Enabled utmpx support by default for Solaris
3683 - Cleanup sshd.c PAM a little more
986a22ec 3684 - Revised RPM package to include Jim Knoble's <jmknoble@jmknoble.cx>
bc7ea646 3685 X11 ssh-askpass program.
20c43d8c 3686 - Disable logging of PAM success and failures, PAM is verbose enough.
bcbf86ec 3687 Unfortunatly there is currently no way to disable auth failure
3688 messages. Mention this in UPGRADING file and sent message to PAM
20c43d8c 3689 developers
83b7f649 3690 - OpenBSD CVS update:
3691 - [ssh-keygen.1 ssh.1]
bcbf86ec 3692 remove ref to .ssh/random_seed, mention .ssh/environment in
83b7f649 3693 .Sh FILES, too
72251cb6 3694 - Released 1.2.1pre21
bcbf86ec 3695 - Fixed implicit '.' in default path, report from Jim Knoble
986a22ec 3696 <jmknoble@jmknoble.cx>
3697 - Redhat RPM spec fixes from Jim Knoble <jmknoble@jmknoble.cx>
f74efc8d 3698
f498ed15 369919991225
3700 - More fixes from Andre Lucas <andre.lucas@dial.pipex.com>
3701 - Cleanup of auth-passwd.c for shadow and MD5 passwords
3702 - Cleanup and bugfix of PAM authentication code
f74efc8d 3703 - Released 1.2.1pre20
3704
3705 - Merged fixes from Ben Taylor <bent@clark.net>
3706 - Fixed configure support for PAM. Reported by Naz <96na@eng.cam.ac.uk>
3707 - Disabled logging of PAM password authentication failures when password
3708 is empty. (e.g start of authentication loop). Reported by Naz
3709 <96na@eng.cam.ac.uk>)
f498ed15 3710
371119991223
bcbf86ec 3712 - Merged later HPUX patch from Andre Lucas
f498ed15 3713 <andre.lucas@dial.pipex.com>
3714 - Above patch included better utmpx support from Ben Taylor
f74efc8d 3715 <bent@clark.net>
f498ed15 3716
eef6f7e9 371719991222
bcbf86ec 3718 - Fix undefined fd_set type in ssh.h from Povl H. Pedersen
eef6f7e9 3719 <pope@netguide.dk>
ae28776a 3720 - Fix login.c breakage on systems which lack ut_host in struct
3721 utmp. Reported by Willard Dawson <willard.dawson@sbs.siemens.com>
eef6f7e9 3722
a7effaac 372319991221
bcbf86ec 3724 - Integration of large HPUX patch from Andre Lucas
3725 <andre.lucas@dial.pipex.com>. Integrating it had a few other
a7effaac 3726 benefits:
3727 - Ability to disable shadow passwords at configure time
3728 - Ability to disable lastlog support at configure time
3729 - Support for IP address in $DISPLAY
ae2f7af7 3730 - OpenBSD CVS update:
3731 - [sshconnect.c]
3732 say "REMOTE HOST IDENTIFICATION HAS CHANGED"
59dd7a31 3733 - Fix DISABLE_SHADOW support
3734 - Allow MD5 passwords even if shadow passwords are disabled
16034de9 3735 - Release 1.2.1pre19
a7effaac 3736
3f1d9bcd 373719991218
bcbf86ec 3738 - Redhat init script patch from Chun-Chung Chen
3f1d9bcd 3739 <cjj@u.washington.edu>
7e1c2490 3740 - Avoid breakage on systems without IPv6 headers
3f1d9bcd 3741
60d804c8 374219991216
bcbf86ec 3743 - Makefile changes for Solaris from Peter Kocks
60d804c8 3744 <peter.kocks@baygate.com>
89cafde6 3745 - Minor updates to docs
3746 - Merged OpenBSD CVS changes:
3747 - [authfd.c ssh-agent.c]
3748 keysize warnings talk about identity files
3749 - [packet.c]
3750 "Connection closed by x.x.x.x": fatal() -> log()
bcbf86ec 3751 - Correctly handle empty passwords in shadow file. Patch from:
c9d323f0 3752 "Chris, the Young One" <cky@pobox.com>
3753 - Released 1.2.1pre18
60d804c8 3754
7dc6fc6d 375519991215
3756 - Integrated patchs from Juergen Keil <jk@tools.de>
3757 - Avoid void* pointer arithmatic
3758 - Use LDFLAGS correctly
68227e6d 3759 - Fix SIGIO error in scp
3760 - Simplify status line printing in scp
61e96248 3761 - Added better test for inline functions compiler support from
906a2515 3762 Darren_Hall@progressive.com
7dc6fc6d 3763
95f1eccc 376419991214
3765 - OpenBSD CVS Changes
3766 - [canohost.c]
bcbf86ec 3767 fix get_remote_port() and friends for sshd -i;
95f1eccc 3768 Holger.Trapp@Informatik.TU-Chemnitz.DE
3769 - [mpaux.c]
3770 make code simpler. no need for memcpy. niels@ ok
3771 - [pty.c]
3772 namebuflen not sizeof namebuflen; bnd@ep-ag.com via djm@mindrot.org
3773 fix proto; markus
3774 - [ssh.1]
3775 typo; mark.baushke@solipsa.com
3776 - [channels.c ssh.c ssh.h sshd.c]
3777 type conflict for 'extern Type *options' in channels.c; dot@dotat.at
3778 - [sshconnect.c]
3779 move checking of hostkey into own function.
3780 - [version.h]
3781 OpenSSH-1.2.1
884bcb37 3782 - Clean up broken includes in pty.c
7303768f 3783 - Some older systems don't have poll.h, they use sys/poll.h instead
3784 - Doc updates
95f1eccc 3785
847e8865 378619991211
bcbf86ec 3787 - Fix compilation on systems with AFS. Reported by
847e8865 3788 aloomis@glue.umd.edu
bcbf86ec 3789 - Fix installation on Solaris. Reported by
847e8865 3790 Gordon Rowell <gordonr@gormand.com.au>
3791 - Fix gccisms (__attribute__ and inline). Report by edgy@us.ibm.com,
3792 patch from Markus Friedl <markus.friedl@informatik.uni-erlangen.de>
3793 - Auto-locate xauth. Patch from David Agraz <dagraz@jahoopa.com>
3794 - Compile fix from David Agraz <dagraz@jahoopa.com>
3795 - Avoid compiler warning in bsd-snprintf.c
bcbf86ec 3796 - Added pam_limits.so to default PAM config. Suggested by
986a22ec 3797 Jim Knoble <jmknoble@jmknoble.cx>
847e8865 3798
8946db53 379919991209
3800 - Import of patch from Ben Taylor <bent@clark.net>:
3801 - Improved PAM support
3802 - "uninstall" rule for Makefile
3803 - utmpx support
3804 - Should fix PAM problems on Solaris
2d86a6cc 3805 - OpenBSD CVS updates:
3806 - [readpass.c]
3807 avoid stdio; based on work by markus, millert, and I
3808 - [sshd.c]
3809 make sure the client selects a supported cipher
3810 - [sshd.c]
bcbf86ec 3811 fix sighup handling. accept would just restart and daemon handled
3812 sighup only after the next connection was accepted. use poll on
2d86a6cc 3813 listen sock now.
3814 - [sshd.c]
3815 make that a fatal
87e91331 3816 - Applied patch from David Rankin <drankin@bohemians.lexington.ky.us>
3817 to fix libwrap support on NetBSD
5001b9e4 3818 - Released 1.2pre17
8946db53 3819
6d8c4ea4 382019991208
bcbf86ec 3821 - Compile fix for Solaris with /dev/ptmx from
6d8c4ea4 3822 David Agraz <dagraz@jahoopa.com>
3823
4285816a 382419991207
986a22ec 3825 - sshd Redhat init script patch from Jim Knoble <jmknoble@jmknoble.cx>
4285816a 3826 fixes compatability with 4.x and 5.x
db28aeb5 3827 - Fixed default SSH_ASKPASS
bcbf86ec 3828 - Fix PAM account and session being called multiple times. Problem
d465f2ca 3829 reported by Adrian Baugh <adrian@merlin.keble.ox.ac.uk>
a408af76 3830 - Merged more OpenBSD changes:
3831 - [atomicio.c authfd.c scp.c serverloop.c ssh.h sshconnect.c sshd.c]
bcbf86ec 3832 move atomicio into it's own file. wrap all socket write()s which
a408af76 3833 were doing write(sock, buf, len) != len, with atomicio() calls.
3834 - [auth-skey.c]
3835 fd leak
3836 - [authfile.c]
3837 properly name fd variable
3838 - [channels.c]
3839 display great hatred towards strcpy
3840 - [pty.c pty.h sshd.c]
3841 use openpty() if it exists (it does on BSD4_4)
3842 - [tildexpand.c]
3843 check for ~ expansion past MAXPATHLEN
3844 - Modified helper.c to use new atomicio function.
3845 - Reformat Makefile a little
3846 - Moved RC4 routines from rc4.[ch] into helper.c
3847 - Added autoconf code to detect /dev/ptmx (Solaris) and /dev/ptc (AIX)
9983a8ca 3848 - Updated SuSE spec from Chris Saia <csaia@wtower.com>
3849 - Tweaked Redhat spec
9158d92f 3850 - Clean up bad imports of a few files (forgot -kb)
3851 - Released 1.2pre16
4285816a 3852
9c7b6dfd 385319991204
3854 - Small cleanup of PAM code in sshd.c
57112b5a 3855 - Merged OpenBSD CVS changes:
3856 - [auth-krb4.c auth-passwd.c auth-skey.c ssh.h]
3857 move skey-auth from auth-passwd.c to auth-skey.c, same for krb4
3858 - [auth-rsa.c]
3859 warn only about mismatch if key is _used_
3860 warn about keysize-mismatch with log() not error()
3861 channels.c readconf.c readconf.h ssh.c ssh.h sshconnect.c
3862 ports are u_short
3863 - [hostfile.c]
3864 indent, shorter warning
3865 - [nchan.c]
3866 use error() for internal errors
3867 - [packet.c]
3868 set loglevel for SSH_MSG_DISCONNECT to log(), not fatal()
3869 serverloop.c
3870 indent
3871 - [ssh-add.1 ssh-add.c ssh.h]
3872 document $SSH_ASKPASS, reasonable default
3873 - [ssh.1]
3874 CheckHostIP is not available for connects via proxy command
3875 - [sshconnect.c]
3876 typo
3877 easier to read client code for passwd and skey auth
3878 turn of checkhostip for proxy connects, since we don't know the remote ip
9c7b6dfd 3879
dad3b556 388019991126
3881 - Add definition for __P()
3882 - Added [v]snprintf() replacement for systems that lack it
3883
0ce43ae4 388419991125
3885 - More reformatting merged from OpenBSD CVS
3886 - Merged OpenBSD CVS changes:
3887 - [channels.c]
3888 fix packet_integrity_check() for !have_hostname_in_open.
3889 report from mrwizard@psu.edu via djm@ibs.com.au
3890 - [channels.c]
3891 set SO_REUSEADDR and SO_LINGER for forwarded ports.
3892 chip@valinux.com via damien@ibs.com.au
3893 - [nchan.c]
3894 it's not an error() if shutdown_write failes in nchan.
3895 - [readconf.c]
3896 remove dead #ifdef-0-code
3897 - [readconf.c servconf.c]
3898 strcasecmp instead of tolower
3899 - [scp.c]
3900 progress meter overflow fix from damien@ibs.com.au
3901 - [ssh-add.1 ssh-add.c]
3902 SSH_ASKPASS support
3903 - [ssh.1 ssh.c]
3904 postpone fork_after_authentication until command execution,
3905 request/patch from jahakala@cc.jyu.fi via damien@ibs.com.au
3906 plus: use daemon() for backgrounding
cf8dd513 3907 - Added BSD compatible install program and autoconf test, thanks to
3908 Niels Kristian Bech Jensen <nkbj@image.dk>
3909 - Solaris fixing, thanks to Ben Taylor <bent@clark.net>
09041313 3910 - Merged beginnings of AIX support from Tor-Ake Fransson <torake@hotmail.com>
3dbefdb8 3911 - Release 1.2pre15
0ce43ae4 3912
5260325f 391319991124
3914 - Merged very large OpenBSD source code reformat
3915 - OpenBSD CVS updates
3916 - [channels.c cipher.c compat.c log-client.c scp.c serverloop.c]
3917 [ssh.h sshd.8 sshd.c]
3918 syslog changes:
3919 * Unified Logmessage for all auth-types, for success and for failed
3920 * Standard connections get only ONE line in the LOG when level==LOG:
3921 Auth-attempts are logged only, if authentication is:
3922 a) successfull or
3923 b) with passwd or
3924 c) we had more than AUTH_FAIL_LOG failues
3925 * many log() became verbose()
3926 * old behaviour with level=VERBOSE
3927 - [readconf.c readconf.h ssh.1 ssh.h sshconnect.c sshd.c]
3928 tranfer s/key challenge/response data in SSH_SMSG_AUTH_TIS_CHALLENGE
3929 messages. allows use of s/key in windows (ttssh, securecrt) and
3930 ssh-1.2.27 clients without 'ssh -v', ok: niels@
3931 - [sshd.8]
3932 -V, for fallback to openssh in SSH2 compatibility mode
3933 - [sshd.c]
3934 fix sigchld race; cjc5@po.cwru.edu
3935
4655fe80 393619991123
3937 - Added SuSE package files from Chris Saia <csaia@wtower.com>
8b241e50 3938 - Restructured package-related files under packages/*
4655fe80 3939 - Added generic PAM config
8b241e50 3940 - Numerous little Solaris fixes
9c08d6ce 3941 - Add recommendation to use GNU make to INSTALL document
4655fe80 3942
60bed5fd 394319991122
3944 - Make <enter> close gnome-ssh-askpass (Debian bug #50299)
2f2cc3f9 3945 - OpenBSD CVS Changes
bcbf86ec 3946 - [ssh-keygen.c]
3947 don't create ~/.ssh only if the user wants to store the private
3948 key there. show fingerprint instead of public-key after
2f2cc3f9 3949 keygeneration. ok niels@
b09a984b 3950 - Added OpenBSD bsd-strlcat.c, created bsd-strlcat.h
96ad4350 3951 - Added timersub() macro
b09a984b 3952 - Tidy RCSIDs of bsd-*.c
bcbf86ec 3953 - Added autoconf test and macro to deal with old PAM libraries
96ad4350 3954 pam_strerror definition (one arg vs two).
530f1889 3955 - Fix EGD problems (Thanks to Ben Taylor <bent@clark.net>)
bcbf86ec 3956 - Retry /dev/urandom reads interrupted by signal (report from
530f1889 3957 Robert Hardy <rhardy@webcon.net>)
1647c2b5 3958 - Added a setenv replacement for systems which lack it
d84a9a44 3959 - Only display public key comment when presenting ssh-askpass dialog
3960 - Released 1.2pre14
60bed5fd 3961
bcbf86ec 3962 - Configure, Make and changelog corrections from Tudor Bosman
2ddcfdf3 3963 <tudorb@jm.nu> and Niels Kristian Bech Jensen <nkbj@image.dk>
3964
9d6b7add 396519991121
2f2cc3f9 3966 - OpenBSD CVS Changes:
60bed5fd 3967 - [channels.c]
3968 make this compile, bad markus
3969 - [log.c readconf.c servconf.c ssh.h]
3970 bugfix: loglevels are per host in clientconfig,
3971 factor out common log-level parsing code.
3972 - [servconf.c]
3973 remove unused index (-Wall)
3974 - [ssh-agent.c]
3975 only one 'extern char *__progname'
3976 - [sshd.8]
3977 document SIGHUP, -Q to synopsis
3978 - [sshconnect.c serverloop.c sshd.c packet.c packet.h]
3979 [channels.c clientloop.c]
3980 SSH_CMSG_MAX_PACKET_SIZE, some clients use this, some need this, niels@
3981 [hope this time my ISP stays alive during commit]
3982 - [OVERVIEW README] typos; green@freebsd
3983 - [ssh-keygen.c]
3984 replace xstrdup+strcat with strlcat+fixed buffer, fixes OF (bad me)
3985 exit if writing the key fails (no infinit loop)
3986 print usage() everytime we get bad options
3987 - [ssh-keygen.c] overflow, djm@mindrot.org
3988 - [sshd.c] fix sigchld race; cjc5@po.cwru.edu
61e96248 3989
2b942fe0 399019991120
bcbf86ec 3991 - Merged more Solaris support from Marc G. Fournier
2b942fe0 3992 <marc.fournier@acadiau.ca>
3993 - Wrote autoconf tests for integer bit-types
3994 - Fixed enabling kerberos support
bcbf86ec 3995 - Fix segfault in ssh-keygen caused by buffer overrun in filename
13c36c4c 3996 handling.
2b942fe0 3997
06479889 399819991119
3999 - Merged PAM buffer overrun patch from Chip Salzenberg <chip@valinux.com>
2ad77510 4000 - Merged OpenBSD CVS changes
4001 - [auth-rhosts.c auth-rsa.c ssh-agent.c sshconnect.c sshd.c]
4002 more %d vs. %s in fmt-strings
4003 - [authfd.c]
4004 Integers should not be printed with %s
7b1cc56c 4005 - EGD uses a socket, not a named pipe. Duh.
4006 - Fix includes in fingerprint.c
29dbde15 4007 - Fix scp progress bar bug again.
bcbf86ec 4008 - Move ssh-askpass from ${libdir}/ssh to ${libexecdir}/ssh at request of
736890c4 4009 David Rankin <drankin@bohemians.lexington.ky.us>
91b8065d 4010 - Added autoconf option to enable Kerberos 4 support (untested)
4011 - Added autoconf option to enable AFS support (untested)
4012 - Added autoconf option to enable S/Key support (untested)
4013 - Added autoconf option to enable TCP wrappers support (compiles OK)
beb43d31 4014 - Renamed BSD helper function files to bsd-*
bcbf86ec 4015 - Added tests for login and daemon and enable OpenBSD replacements for
caf3bc51 4016 when they are absent.
4017 - Added non-PAM MD5 password support patch from Tudor Bosman <tudorb@jm.nu>
06479889 4018
2bd61362 401919991118
4020 - Merged OpenBSD CVS changes
4021 - [scp.c] foregroundproc() in scp
4022 - [sshconnect.h] include fingerprint.h
bcbf86ec 4023 - [sshd.c] bugfix: the log() for passwd-auth escaped during logging
2bd61362 4024 changes.
0c16a097 4025 - [ssh.1] Spell my name right.
2bd61362 4026 - Added openssh.com info to README
4027
f095fcc7 402819991117
4029 - Merged OpenBSD CVS changes
4030 - [ChangeLog.Ylonen] noone needs this anymore
4031 - [authfd.c] close-on-exec for auth-socket, ok deraadt
bcbf86ec 4032 - [hostfile.c]
4033 in known_hosts key lookup the entry for the bits does not need
4034 to match, all the information is contained in n and e. This
4035 solves the problem with buggy servers announcing the wrong
f095fcc7 4036 modulus length. markus and me.
bcbf86ec 4037 - [serverloop.c]
4038 bugfix: check for space if child has terminated, from:
f095fcc7 4039 iedowse@maths.tcd.ie
4040 - [ssh-add.1 ssh-add.c ssh-keygen.1 ssh-keygen.c sshconnect.c]
4041 [fingerprint.c fingerprint.h]
4042 rsa key fingerprints, idea from Bjoern Groenvall <bg@sics.se>
4043 - [ssh-agent.1] typo
4044 - [ssh.1] add OpenSSH information to AUTHOR section. okay markus@
bcbf86ec 4045 - [sshd.c]
f095fcc7 4046 force logging to stderr while loading private key file
4047 (lost while converting to new log-levels)
4048
4d195447 404919991116
4050 - Fix some Linux libc5 problems reported by Miles Wilson <mw@mctitle.com>
4051 - Merged OpenBSD CVS changes:
4052 - [auth-rh-rsa.c auth-rsa.c authfd.c authfd.h hostfile.c mpaux.c]
4053 [mpaux.h ssh-add.c ssh-agent.c ssh.h ssh.c sshd.c]
4054 the keysize of rsa-parameter 'n' is passed implizit,
4055 a few more checks and warnings about 'pretended' keysizes.
4056 - [cipher.c cipher.h packet.c packet.h sshd.c]
4057 remove support for cipher RC4
4058 - [ssh.c]
4059 a note for legay systems about secuity issues with permanently_set_uid(),
4060 the private hostkey and ptrace()
4061 - [sshconnect.c]
4062 more detailed messages about adding and checking hostkeys
4063
dad9a31e 406419991115
4065 - Merged OpenBSD CVS changes:
bcbf86ec 4066 - [ssh-add.c] change passphrase loop logic and remove ref to
dad9a31e 4067 $DISPLAY, ok niels
4068 - Changed to ssh-add.c broke askpass support. Revised it to be a little more
bcbf86ec 4069 modular.
dad9a31e 4070 - Revised autoconf support for enabling/disabling askpass support.
e7c0f9d5 4071 - Merged more OpenBSD CVS changes:
704b1659 4072 [auth-krb4.c]
4073 - disconnect if getpeername() fails
4074 - missing xfree(*client)
4075 [canohost.c]
4076 - disconnect if getpeername() fails
4077 - fix comment: we _do_ disconnect if ip-options are set
4078 [sshd.c]
4079 - disconnect if getpeername() fails
4080 - move checking of remote port to central place
4081 [auth-rhosts.c] move checking of remote port to central place
4082 [log-server.c] avoid extra fd per sshd, from millert@
4083 [readconf.c] print _all_ bad config-options in ssh(1), too
4084 [readconf.h] print _all_ bad config-options in ssh(1), too
4085 [ssh.c] print _all_ bad config-options in ssh(1), too
4086 [sshconnect.c] disconnect if getpeername() fails
e7c0f9d5 4087 - OpenBSD's changes to sshd.c broke the PAM stuff, re-merged it.
c75a1a66 4088 - Various small cleanups to bring diff (against OpenBSD) size down.
f601d847 4089 - Merged more Solaris compability from Marc G. Fournier
4090 <marc.fournier@acadiau.ca>
4091 - Wrote autoconf tests for __progname symbol
986a22ec 4092 - RPM spec file fixes from Jim Knoble <jmknoble@jmknoble.cx>
0c372277 4093 - Released 1.2pre12
4094
4095 - Another OpenBSD CVS update:
4096 - [ssh-keygen.1] fix .Xr
dad9a31e 4097
92da7197 409819991114
4099 - Solaris compilation fixes (still imcomplete)
4100
94f7bb9e 410119991113
dd092f97 4102 - Build patch from Niels Kristian Bech Jensen <nkbj@image.dk>
4103 - Don't install config files if they already exist
4104 - Fix inclusion of additional preprocessor directives from acconfig.h
94f7bb9e 4105 - Removed redundant inclusions of config.h
e9c75a39 4106 - Added 'Obsoletes' lines to RPM spec file
94f7bb9e 4107 - Merged OpenBSD CVS changes:
4108 - [bufaux.c] save a view malloc/memcpy/memset/free's, ok niels
bcbf86ec 4109 - [scp.c] fix overflow reported by damien@ibs.com.au: off_t
94f7bb9e 4110 totalsize, ok niels,aaron
bcbf86ec 4111 - Delay fork (-f option) in ssh until after port forwarded connections
94f7bb9e 4112 have been initialised. Patch from Jani Hakala <jahakala@cc.jyu.fi>
b2344d54 4113 - Added shadow password patch from Thomas Neumann <tom@smart.ruhr.de>
4114 - Added ifdefs to auth-passwd.c to exclude it when PAM is enabled
dd092f97 4115 - Tidied default config file some more
4116 - Revised Redhat initscript to fix bug: sshd (re)start would fail
4117 if executed from inside a ssh login.
94f7bb9e 4118
e35c1dc2 411919991112
4120 - Merged changes from OpenBSD CVS
4121 - [sshd.c] session_key_int may be zero
b4748e2f 4122 - [auth-rh-rsa.c servconf.c servconf.h ssh.h sshd.8 sshd.c sshd_config]
bcbf86ec 4123 IgnoreUserKnownHosts(default=no), used for RhostRSAAuth, ok
b4748e2f 4124 deraadt,millert
4125 - Brought default sshd_config more in line with OpenBSD's
547c9f30 4126 - Grab server in gnome-ssh-askpass (Debian bug #49872)
4127 - Released 1.2pre10
e35c1dc2 4128
8bc7973f 4129 - Added INSTALL documentation
6fa724bc 4130 - Merged yet more changes from OpenBSD CVS
4131 - [auth-rh-rsa.c auth-rhosts.c auth-rsa.c channels.c clientloop.c]
4132 [ssh.c ssh.h sshconnect.c sshd.c]
4133 make all access to options via 'extern Options options'
4134 and 'extern ServerOptions options' respectively;
4135 options are no longer passed as arguments:
4136 * make options handling more consistent
4137 * remove #include "readconf.h" from ssh.h
4138 * readconf.h is only included if necessary
4139 - [mpaux.c] clear temp buffer
4140 - [servconf.c] print _all_ bad options found in configfile
045672f9 4141 - Make ssh-askpass support optional through autoconf
59b0f0d4 4142 - Fix nasty division-by-zero error in scp.c
4143 - Released 1.2pre11
8bc7973f 4144
4cca272e 414519991111
4146 - Added (untested) Entropy Gathering Daemon (EGD) support
67d68e3a 4147 - Fixed /dev/urandom fd leak (Debian bug #49722)
5bbb5681 4148 - Merged OpenBSD CVS changes:
4149 - [auth-rh-rsa.c] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
4150 - [ssh.1] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
4151 - [sshd.8] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
bcbf86ec 4152 - Fix integer overflow which was messing up scp's progress bar for large
3f1d9bcd 4153 file transfers. Fix submitted to OpenBSD developers. Report and fix
4154 from Kees Cook <cook@cpoint.net>
6a17f9c2 4155 - Merged more OpenBSD CVS changes:
bcbf86ec 4156 - [auth-krb4.c auth-passwd.c] remove x11- and krb-cleanup from fatal()
6a17f9c2 4157 + krb-cleanup cleanup
4158 - [clientloop.c log-client.c log-server.c ]
4159 [readconf.c readconf.h servconf.c servconf.h ]
4160 [ssh.1 ssh.c ssh.h sshd.8]
4161 add LogLevel {QUIET, FATAL, ERROR, INFO, CHAT, DEBUG} to ssh/sshd,
4162 obsoletes QuietMode and FascistLogging in sshd.
e35c1dc2 4163 - [sshd.c] fix fatal/assert() bug reported by damien@ibs.com.au:
4164 allow session_key_int != sizeof(session_key)
4165 [this should fix the pre-assert-removal-core-files]
4166 - Updated default config file to use new LogLevel option and to improve
4167 readability
4168
f370266e 416919991110
67d68e3a 4170 - Merged several minor fixes:
f370266e 4171 - ssh-agent commandline parsing
4172 - RPM spec file now installs ssh setuid root
4173 - Makefile creates libdir
4cca272e 4174 - Merged beginnings of Solaris compability from Marc G. Fournier
4175 <marc.fournier@acadiau.ca>
f370266e 4176
d4f11b59 417719991109
4178 - Autodetection of SSL/Crypto library location via autoconf
4179 - Fixed location of ssh-askpass to follow autoconf
4180 - Integrated Makefile patch from Niels Kristian Bech Jensen <nkbj@image.dk>
4181 - Autodetection of RSAref library for US users
4182 - Minor doc updates
560557bb 4183 - Merged OpenBSD CVS changes:
4184 - [rsa.c] bugfix: use correct size for memset()
4185 - [sshconnect.c] warn if announced size of modulus 'n' != real size
f025becb 4186 - Added GNOME passphrase requestor (use --with-gnome-askpass)
d397b172 4187 - RPM build now creates subpackages
aa51e7cc 4188 - Released 1.2pre9
d4f11b59 4189
e1a9c08d 419019991108
4191 - Removed debian/ directory. This is now being maintained separately.
4192 - Added symlinks for slogin in RPM spec file
4193 - Fixed permissions on manpages in RPM spec file
4194 - Added references to required libraries in README file
4195 - Removed config.h.in from CVS
4196 - Removed pwdb support (better pluggable auth is provided by glibc)
4197 - Made PAM and requisite libdl optional
4198 - Removed lots of unnecessary checks from autoconf
4199 - Added support and autoconf test for openpty() function (Unix98 pty support)
4200 - Fix for scp not finding ssh if not installed as /usr/bin/ssh
4201 - Added TODO file
4202 - Merged parts of Debian patch From Phil Hands <phil@hands.com>:
4203 - Added ssh-askpass program
4204 - Added ssh-askpass support to ssh-add.c
4205 - Create symlinks for slogin on install
4206 - Fix "distclean" target in makefile
4207 - Added example for ssh-agent to manpage
4208 - Added support for PAM_TEXT_INFO messages
4209 - Disable internal /etc/nologin support if PAM enabled
4210 - Merged latest OpenBSD CVS changes:
5bae4ab8 4211 - [all] replace assert() with error, fatal or packet_disconnect
e1a9c08d 4212 - [sshd.c] don't send fail-msg but disconnect if too many authentication
4213 failures
e1a9c08d 4214 - [sshd.c] remove unused argument. ok dugsong
4215 - [sshd.c] typo
4216 - [rsa.c] clear buffers used for encryption. ok: niels
4217 - [rsa.c] replace assert() with error, fatal or packet_disconnect
ade6fccd 4218 - [auth-krb4.c] remove unused argument. ok dugsong
e1a9c08d 4219 - Fixed coredump after merge of OpenBSD rsa.c patch
9010d60a 4220 - Released 1.2pre8
e1a9c08d 4221
3028328e 422219991102
4223 - Merged change from OpenBSD CVS
4224 - One-line cleanup in sshd.c
4225
474832c5 422619991030
4227 - Integrated debian package support from Dan Brosemer <odin@linuxfreak.com>
69256d9d 4228 - Merged latest updates for OpenBSD CVS:
4229 - channels.[ch] - remove broken x11 fix and document istate/ostate
4230 - ssh-agent.c - call setsid() regardless of argv[]
4231 - ssh.c - save a few lines when disabling rhosts-{rsa-}auth
4232 - Documentation cleanups
4233 - Renamed README -> README.Ylonen
4234 - Renamed README.openssh ->README
474832c5 4235
339660f6 423619991029
4237 - Renamed openssh* back to ssh* at request of Theo de Raadt
4238 - Incorporated latest changes from OpenBSD's CVS
4239 - Integrated Makefile patch from Niels Kristian Bech Jensen <nkbj@image.dk>
4240 - Integrated PAM env patch from Nalin Dahyabhai <nalin.dahyabhai@pobox.com>
549b3eed 4241 - Make distclean now removed configure script
4242 - Improved PAM logging
4243 - Added some debug() calls for PAM
4ecd19ea 4244 - Removed redundant subdirectories
bcbf86ec 4245 - Integrated part of a patch from Dan Brosemer <odin@linuxfreak.com> for
4ecd19ea 4246 building on Debian.
242588e6 4247 - Fixed off-by-one error in PAM env patch
4248 - Released 1.2pre6
339660f6 4249
5881cd60 425019991028
4251 - Further PAM enhancements.
4252 - Much cleaner
4253 - Now uses account and session modules for all logins.
4254 - Integrated patch from Dan Brosemer <odin@linuxfreak.com>
4255 - Build fixes
4256 - Autoconf
4257 - Change binary names to open*
4258 - Fixed autoconf script to detect PAM on RH6.1
4259 - Added tests for libpwdb, and OpenBSD functions to autoconf
221395b3 4260 - Released 1.2pre4
fca82d2e 4261
4262 - Imported latest OpenBSD CVS code
4263 - Updated README.openssh
93f04616 4264 - Released 1.2pre5
fca82d2e 4265
5881cd60 426619991027
4267 - Adapted PAM patch.
4268 - Released 1.0pre2
4269
4270 - Excised my buggy replacements for strlcpy and mkdtemp
4271 - Imported correct OpenBSD strlcpy and mkdtemp routines.
4272 - Reduced arc4random_stir entropy read to 32 bytes (256 bits)
4273 - Picked up correct version number from OpenBSD
4274 - Added sshd.pam PAM configuration file
4275 - Added sshd.init Redhat init script
4276 - Added openssh.spec RPM spec file
4277 - Released 1.2pre3
4278
427919991026
4280 - Fixed include paths of OpenSSL functions
4281 - Use OpenSSL MD5 routines
4282 - Imported RC4 code from nanocrypt
4283 - Wrote replacements for OpenBSD arc4random* functions
4284 - Wrote replacements for strlcpy and mkdtemp
4285 - Released 1.0pre1
0b202697 4286
4287$Id$
This page took 1.020409 seconds and 5 git commands to generate.