]> andersk Git - openssh.git/blame - ChangeLog
- provos@cvs.openbsd.org 2000/12/15 10:30:15
[openssh.git] / ChangeLog
CommitLineData
227e8e86 120001215
2 - (stevesk) OpenBSD CVS updates:
3 - markus@cvs.openbsd.org 2000/12/13 16:26:53
4 [ssh-keyscan.c]
5 fatal already adds \n; from stevesk@pobox.com
6 - markus@cvs.openbsd.org 2000/12/13 16:25:44
7 [ssh-agent.c]
8 remove redundant spaces; from stevesk@pobox.com
9 - ho@cvs.openbsd.org 2000/12/12 15:50:21
10 [pty.c]
11 When failing to set tty owner and mode on a read-only filesystem, don't
12 abort if the tty already has correct owner and reasonably sane modes.
13 Example; permit 'root' to login to a firewall with read-only root fs.
14 (markus@ ok)
15 - deraadt@cvs.openbsd.org 2000/12/13 06:36:05
16 [pty.c]
17 KNF
6ffc9c88 18 - markus@cvs.openbsd.org 2000/12/12 14:45:21
19 [sshd.c]
20 source port < 1024 is no longer required for rhosts-rsa since it
21 adds no additional security.
22 - markus@cvs.openbsd.org 2000/12/12 16:11:49
23 [ssh.1 ssh.c]
24 rhosts-rsa is no longer automagically disabled if ssh is not privileged.
25 UsePrivilegedPort=no disables rhosts-rsa _only_ for old servers.
26 these changes should not change the visible default behaviour of the ssh client.
71c0d06a 27 - deraadt@cvs.openbsd.org 2000/12/11 10:27:33
28 [scp.c]
29 when copying 0-sized files, do not re-print ETA time at completion
3e1caa83 30 - provos@cvs.openbsd.org 2000/12/15 10:30:15
31 [kex.c kex.h sshconnect2.c sshd.c]
32 compute diffie-hellman in parallel between server and client. okay markus@
227e8e86 33
6c935fbd 3420001213
35 - (djm) Make sure we reset the SIGPIPE disposition after we fork. Report
36 from Andreas M. Kirchwitz <amk@krell.zikzak.de>
227e8e86 37 - (stevesk) OpenBSD CVS update:
1fe6a48f 38 - markus@cvs.openbsd.org 2000/12/12 15:30:02
39 [ssh-keyscan.c ssh.c sshd.c]
40 consistently use __progname; from stevesk@pobox.com
6c935fbd 41
367d1840 4220001211
43 - (bal) Applied patch to include ssh-keyscan into Redhat's package, and
44 patch to install ssh-keyscan manpage. Patch by Pekka Savola
45 <pekka@netcore.fi>
e3a70753 46 - (bal) OpenbSD CVS update
47 - markus@cvs.openbsd.org 2000/12/10 17:01:53
48 [sshconnect1.c]
49 always request new challenge for skey/tis-auth, fixes interop with
50 other implementations; report from roth@feep.net
367d1840 51
6b523bae 5220001210
53 - (bal) OpenBSD CVS updates
54 - markus@cvs.openbsd.org 2000/12/09 13:41:51
55 [cipher.c cipher.h rijndael.c rijndael.h rijndael_boxes.h]
56 undo rijndael changes
57 - markus@cvs.openbsd.org 2000/12/09 13:48:31
58 [rijndael.c]
59 fix byte order bug w/o introducing new implementation
60 - markus@cvs.openbsd.org 2000/12/09 14:08:27
61 [sftp-server.c]
62 "" -> "." for realpath; from vinschen@redhat.com
63 - markus@cvs.openbsd.org 2000/12/09 14:06:54
64 [ssh-agent.c]
65 extern int optind; from stevesk@sweden.hp.com
13af0aa2 66 - provos@cvs.openbsd.org 2000/12/09 23:51:11
67 [compat.c]
68 remove unnecessary '\n'
6b523bae 69
ce9c0b75 7020001209
6b523bae 71 - (bal) OpenBSD CVS updates:
ce9c0b75 72 - djm@cvs.openbsd.org 2000/12/07 4:24:59
73 [ssh.1]
74 Typo fix from Wilfredo Sanchez <wsanchez@apple.com>; ok theo
75
f72fc97f 7620001207
6b523bae 77 - (bal) OpenBSD CVS updates:
f72fc97f 78 - markus@cvs.openbsd.org 2000/12/06 22:58:14
79 [compat.c compat.h packet.c]
80 disable debug messages for ssh.com/f-secure 2.0.1x, 2.1.0
dfe89252 81 - markus@cvs.openbsd.org 2000/12/06 23:10:39
82 [rijndael.c]
83 unexpand(1)
84 - markus@cvs.openbsd.org 2000/12/06 23:05:43
85 [cipher.c cipher.h rijndael.c rijndael.h rijndael_boxes.h]
86 new rijndael implementation. fixes endian bugs
f72fc97f 87
97fb6912 8820001206
6b523bae 89 - (bal) OpenBSD CVS updates:
97fb6912 90 - markus@cvs.openbsd.org 2000/12/05 20:34:09
91 [channels.c channels.h clientloop.c serverloop.c]
92 async connects for -R/-L; ok deraadt@
93 - todd@cvs.openssh.org 2000/12/05 16:47:28
94 [sshd.c]
95 tweak comment to reflect real location of pid file; ok provos@
bf5f69f7 96 - (stevesk) Import <sys/queue.h> from OpenBSD for systems that don't
97 have it (used in ssh-keyscan).
227e8e86 98 - (stevesk) OpenBSD CVS update:
f20255cb 99 - markus@cvs.openbsd.org 2000/12/06 19:57:48
100 [ssh-keyscan.c]
101 err(3) -> internal error(), from stevesk@sweden.hp.com
97fb6912 102
f6fdbddf 10320001205
6b523bae 104 - (bal) OpenBSD CVS updates:
f6fdbddf 105 - markus@cvs.openbsd.org 2000/12/04 19:24:02
106 [ssh-keyscan.c ssh-keyscan.1]
107 David Maziere's ssh-keyscan, ok niels@
108 - (bal) Updated Makefile.in to include ssh-keyscan that was just added
109 to the recent OpenBSD source tree.
835d2104 110 - (stevesk) fix typos in contrib/hpux/README
f6fdbddf 111
cbc5abf9 11220001204
113 - (bal) More C functions defined in NeXT that are unaccessable without
f6fdbddf 114 defining -POSIX.
cbc5abf9 115 - (bal) OpenBSD CVS updates:
116 - markus@cvs.openbsd.org 2000/12/03 11:29:04
117 [compat.c]
118 remove fallback to SSH_BUG_HMAC now that the drafts are updated
119 - markus@cvs.openbsd.org 2000/12/03 11:27:55
120 [compat.c]
97fb6912 121 correctly match "2.1.0.pl2 SSH" etc; from
122 pekkas@netcore.fi/bugzilla.redhat
cbc5abf9 123 - markus@cvs.openbsd.org 2000/12/03 11:15:03
124 [auth2.c compat.c compat.h sshconnect2.c]
125 support f-secure/ssh.com 2.0.12; ok niels@
126
0b6fbf03 12720001203
cbc5abf9 128 - (bal) OpenBSD CVS updates:
0b6fbf03 129 - markus@cvs.openbsd.org 2000/11/30 22:54:31
130 [channels.c]
131 debug->warn if tried to do -R style fwd w/o client requesting this;
132 ok neils@
133 - markus@cvs.openbsd.org 2000/11/29 20:39:17
134 [cipher.c]
135 des_cbc_encrypt -> des_ncbc_encrypt since it already updates the IV
136 - markus@cvs.openbsd.org 2000/11/30 18:33:05
137 [ssh-agent.c]
138 agents must not dump core, ok niels@
139 - markus@cvs.openbsd.org 2000/11/30 07:04:02
140 [ssh.1]
141 T is for both protocols
142 - markus@cvs.openbsd.org 2000/12/01 00:00:51
143 [ssh.1]
144 typo; from green@FreeBSD.org
145 - markus@cvs.openbsd.org 2000/11/30 07:02:35
146 [ssh.c]
147 check -T before isatty()
148 - provos@cvs.openbsd.org 2000/11/29 13:51:27
149 [sshconnect.c]
150 show IP address and hostname when new key is encountered. okay markus@
151 - markus@cvs.openbsd.org 2000/11/30 22:53:35
152 [sshconnect.c]
153 disable agent/x11/port fwding if hostkey has changed; ok niels@
154 - marksu@cvs.openbsd.org 2000/11/29 21:11:59
155 [sshd.c]
156 sshd -D, startup w/o deamon(), for monitoring scripts or inittab;
157 from handler@sub-rosa.com and eric@urbanrange.com; ok niels@
8c9fe09e 158 - (djm) Added patch from Nalin Dahyabhai <nalin@redhat.com> to enable
159 PAM authentication using KbdInteractive.
160 - (djm) Added another TODO
0b6fbf03 161
90f4078a 16220001202
163 - (bal) Backed out of part of Alain St-Denis' loginrec.c patch.
164 - (bal) Irix need some sort of mansubdir, patch by Michael Stone
165 <mstone@cs.loyola.edu>
166
dcef6523 16720001129
7062c40f 168 - (djm) Back out all the serverloop.c hacks. sshd will now hang again
169 if there are background children with open fds.
c193d002 170 - (djm) bsd-rresvport.c bzero -> memset
171 - (djm) Don't fail in defines.h on absence of 64 bit types (we will
172 still fail during compilation of sftp-server).
173 - (djm) Fail if ar is not found during configure
c523303b 174 - (djm) OpenBSD CVS updates:
175 - provos@cvs.openbsd.org 2000/11/22 08:38:31
176 [sshd.8]
177 talk about /etc/primes, okay markus@
178 - markus@cvs.openbsd.org 2000/11/23 14:03:48
179 [ssh.c sshconnect1.c sshconnect2.c]
180 complain about invalid ciphers for ssh1/ssh2, fall back to reasonable
181 defaults
182 - markus@cvs.openbsd.org 2000/11/25 09:42:53
183 [sshconnect1.c]
184 reorder check for illegal ciphers, bugreport from espie@
185 - markus@cvs.openbsd.org 2000/11/25 10:19:34
186 [ssh-keygen.c ssh.h]
187 print keytype when generating a key.
188 reasonable defaults for RSA1/RSA/DSA keys.
b3ec54b4 189 - (djm) Patch from Pekka Savola <Pekka.Savola@netcore.fi> to include a few
190 more manpage paths in fixpaths calls
191 - (djm) Also add xauth path at Pekka's suggestion.
57ce3f00 192 - (djm) Add Redhat RPM patch for AUTHPRIV SyslogFacility
dcef6523 193
e879a080 19420001125
195 - (djm) Give up privs when reading seed file
196
d343d900 19720001123
198 - (bal) Merge OpenBSD changes:
199 - markus@cvs.openbsd.org 2000/11/15 22:31:36
200 [auth-options.c]
201 case insensitive key options; from stevesk@sweeden.hp.com
202 - markus@cvs.openbsd.org 2000/11/16 17:55:43
203 [dh.c]
204 do not use perror() in sshd, after child is forked()
205 - markus@cvs.openbsd.org 2000/11/14 23:42:40
206 [auth-rsa.c]
207 parse option only if key matches; fix some confusing seen by the client
208 - markus@cvs.openbsd.org 2000/11/14 23:44:19
209 [session.c]
210 check no_agent_forward_flag for ssh-2, too
211 - markus@cvs.openbsd.org 2000/11/15
212 [ssh-agent.1]
213 reorder SYNOPSIS; typo, use .It
214 - markus@cvs.openbsd.org 2000/11/14 23:48:55
215 [ssh-agent.c]
216 do not reorder keys if a key is removed
217 - markus@cvs.openbsd.org 2000/11/15 19:58:08
218 [ssh.c]
219 just ignore non existing user keys
220 - millert@cvs.openbsd.org 200/11/15 20:24:43
221 [ssh-keygen.c]
222 Add missing \n at end of error message.
223
0b49a754 22420001122
225 - (bal) Minor patch to ensure platforms lacking IRIX job limit supports
226 are compilable.
227 - (bal) Updated TODO as of 11/18/2000 with known things to resolve.
228
fab2e5d3 22920001117
230 - (bal) Changed from 'primes' to 'primes.out' for consistancy sake. It
231 has no affect the output. Patch by Corinna Vinschen <vinschen@redhat.com>
835d2104 232 - (stevesk) Reworked progname support.
260d427b 233 - (bal) Misplaced #include "includes.h" in bsd-setproctitle.c. Patch by
234 Shinichi Maruyama <marya@st.jip.co.jp>
fab2e5d3 235
c2207f11 23620001116
237 - (bal) Added in MAXSYMLINK test in bsd-realpath.c. Required for some SCO
238 releases.
239 - (bal) Make builds work outside of source tree. Patch by Mark D. Roth
240 <roth@feep.net>
241
3d398e04 24220001113
243 - (djm) Add pointer to http://www.imasy.or.jp/~gotoh/connect.c to
244 contrib/README
fa08c86b 245 - (djm) Merge OpenBSD changes:
246 - markus@cvs.openbsd.org 2000/11/06 16:04:56
247 [channels.c channels.h clientloop.c nchan.c serverloop.c]
248 [session.c ssh.c]
249 agent forwarding and -R for ssh2, based on work from
250 jhuuskon@messi.uku.fi
251 - markus@cvs.openbsd.org 2000/11/06 16:13:27
252 [ssh.c sshconnect.c sshd.c]
253 do not disabled rhosts(rsa) if server port > 1024; from
254 pekkas@netcore.fi
255 - markus@cvs.openbsd.org 2000/11/06 16:16:35
256 [sshconnect.c]
257 downgrade client to 1.3 if server is 1.4; help from mdb@juniper.net
258 - markus@cvs.openbsd.org 2000/11/09 18:04:40
259 [auth1.c]
260 typo; from mouring@pconline.com
261 - markus@cvs.openbsd.org 2000/11/12 12:03:28
262 [ssh-agent.c]
263 off-by-one when removing a key from the agent
264 - markus@cvs.openbsd.org 2000/11/12 12:50:39
265 [auth-rh-rsa.c auth2.c authfd.c authfd.h]
266 [authfile.c hostfile.c kex.c kex.h key.c key.h myproposal.h]
267 [readconf.c readconf.h rsa.c rsa.h servconf.c servconf.h ssh-add.c]
268 [ssh-agent.c ssh-keygen.1 ssh-keygen.c ssh.1 ssh.c ssh_config]
269 [sshconnect1.c sshconnect2.c sshd.8 sshd.c sshd_config ssh-dss.c]
270 [ssh-dss.h ssh-rsa.c ssh-rsa.h dsa.c dsa.h]
271 add support for RSA to SSH2. please test.
272 there are now 3 types of keys: RSA1 is used by ssh-1 only,
273 RSA and DSA are used by SSH2.
274 you can use 'ssh-keygen -t rsa -f ssh2_rsa_file' to generate RSA
275 keys for SSH2 and use the RSA keys for hostkeys or for user keys.
276 SSH2 RSA or DSA keys are added to .ssh/authorised_keys2 as before.
277 - (djm) Fix up Makefile and Redhat init script to create RSA host keys
f001465f 278 - (djm) Change to interim version
5733a41a 279 - (djm) Fix RPM spec file stupidity
6fff1ac4 280 - (djm) fixpaths to DSA and RSA keys too
3d398e04 281
d287c664 28220001112
283 - (bal) SCO Patch to add needed libraries for configure.in. Patch by
284 Phillips Porch <root@theporch.com>
3d398e04 285 - (bal) IRIX patch to adding Job Limits. Patch by Denis Parker
286 <dcp@sgi.com>
a3bf38d0 287 - (stevesk) pty.c: HP-UX 10 and 11 don't define TIOCSCTTY. Add error() to
288 failed ioctl(TIOCSCTTY) call.
d287c664 289
3c4d4fef 29020001111
291 - (djm) Added /etc/primes for kex DH group neg, fixup Makefile.in and
292 packaging files
35325fd4 293 - (djm) Fix new Makefile.in warnings
027bf205 294 - (djm) Fix vsprintf("%h") in bsd-snprintf.c, short int va_args are
295 promoted to type int. Report and fix from Dan Astoorian
296 <djast@cs.toronto.edu>
d287c664 297 - (djm) Hardwire sysconfdir in RPM spec files as some RPM versions get
e3291159 298 it wrong. Report from Bennett Todd <bet@rahul.net>
3c4d4fef 299
3e366738 30020001110
301 - (bal) Fixed dropped answer from skey_keyinfo() in auth1.c
302 - (bal) Changed from --with-skey to --with-skey=PATH in configure.in
303 - (bal) Added in check to verify S/Key library is being detected in
304 configure.in
305 - (bal) next-posix.h - added another prototype wrapped in POSIX ifdef/endif.
306 Patch by Mark Miller <markm@swoon.net>
307 - (bal) Added 'util.h' header to loginrec.c only if HAVE_UTIL_H is defined
308 to remove warnings under MacOS X. Patch by Mark Miller <markm@swoon.net>
309 - (bal) Fixed LDFLAG mispelling in configure.in for --with-afs
310
373998a4 31120001107
e506ee73 312 - (bal) acconfig.in - removed the double "USE_PIPES" entry. Patch by
313 Mark Miller <markm@swoon.net>
373998a4 314 - (bal) sshd.init files corrected to assign $? to RETVAL. Patch by
315 Jarno Huuskonen <jhuuskon@messi.uku.fi>
e506ee73 316 - (bal) fixpaths fixed to stop it from quitely failing. Patch by
317 Mark D. Roth <roth@feep.net>
373998a4 318
ac89998a 31920001106
320 - (djm) Use Jim's new 1.0.3 askpass in Redhat RPMs
6c09e23c 321 - (djm) Manually fix up missed diff hunks (mainly RCS idents)
d6846e6a 322 - (djm) Remove UPGRADING document in favour of a link to the better
323 maintained FAQ on www.openssh.com
73bd30fe 324 - (djm) Fix multiple dependancy on gnome-libs from Pekka Savola
325 <pekkas@netcore.fi>
326 - (djm) Don't need X11-askpass in RPM spec file if building without it
327 from Pekka Savola <pekkas@netcore.fi>
c215ba3b 328 - (djm) Release 2.3.0p1
97b378bf 329 - (bal) typo in configure.in in regards to --with-ldflags from Marko
330 Asplund <aspa@kronodoc.fi>
331 - (bal) fixed next-posix.h. Forgot prototype of getppid().
68f189a9 332
b850ecd9 33320001105
334 - (bal) Sync with OpenBSD:
335 - markus@cvs.openbsd.org 2000/10/31 9:31:58
336 [compat.c]
337 handle all old openssh versions
338 - markus@cvs.openbsd.org 2000/10/31 13:1853
339 [deattack.c]
340 so that large packets do not wrap "n"; from netbsd
341 - (bal) rijndel.c - fix up RCSID to match OpenBSD tree
a30ce26d 342 - (bal) auth2-skey.c - Checked in. Missing from portable tree.
343 - (bal) Reworked NEWS-OS and NeXT ports to extract waitpid() and
344 setsid() into more common files
96054e6f 345 - (stevesk) pty.c: use __hpux to identify HP-UX.
d0127657 346 - (bal) Missed auth-skey.o in Makefile.in and minor correction to
347 bsd-waitpid.c
b850ecd9 348
75b90ced 34920001029
350 - (stevesk) Fix typo in auth.c: USE_PAM not PAM
95273555 351 - (stevesk) Create contrib/cygwin/ directory; patch from
352 Corinna Vinschen <vinschen@redhat.com>
e9e4a1c7 353 - (bal) Resolved more $xno and $xyes issues in configure.in
fd5f0295 354 - (bal) next-posix.h - spelling and forgot a prototype
75b90ced 355
344f2b94 35620001028
357 - (djm) fix select hack in serverloop.c from Philippe WILLEM
358 <Philippe.WILLEM@urssaf.fr>
240ae474 359 - (djm) Fix mangled AIXAUTHENTICATE code
606ea390 360 - (djm) authctxt->pw may be NULL. Fix from Markus Friedl
361 <markus.friedl@informatik.uni-erlangen.de>
a22aff1f 362 - (djm) Sync with OpenBSD:
363 - markus@cvs.openbsd.org 2000/10/16 15:46:32
364 [ssh.1]
365 fixes from pekkas@netcore.fi
366 - markus@cvs.openbsd.org 2000/10/17 14:28:11
367 [atomicio.c]
368 return number of characters processed; ok deraadt@
369 - markus@cvs.openbsd.org 2000/10/18 12:04:02
370 [atomicio.c]
371 undo
372 - markus@cvs.openbsd.org 2000/10/18 12:23:02
373 [scp.c]
374 replace atomicio(read,...) with read(); ok deraadt@
375 - markus@cvs.openbsd.org 2000/10/18 12:42:00
376 [session.c]
377 restore old record login behaviour
378 - deraadt@cvs.openbsd.org 2000/10/19 10:41:13
379 [auth-skey.c]
380 fmt string problem in unused code
381 - provos@cvs.openbsd.org 2000/10/19 10:45:16
382 [sshconnect2.c]
383 don't reference freed memory. okay deraadt@
384 - markus@cvs.openbsd.org 2000/10/21 11:04:23
385 [canohost.c]
386 typo, eramore@era-t.ericsson.se; ok niels@
387 - markus@cvs.openbsd.org 2000/10/23 13:31:55
388 [cipher.c]
389 non-alignment dependent swap_bytes(); from
390 simonb@wasabisystems.com/netbsd
391 - markus@cvs.openbsd.org 2000/10/26 12:38:28
392 [compat.c]
393 add older vandyke products
394 - markus@cvs.openbsd.org 2000/10/27 01:32:19
395 [channels.c channels.h clientloop.c serverloop.c session.c]
396 [ssh.c util.c]
397 enable non-blocking IO on channels, and tty's (except for the
398 client ttys).
344f2b94 399
ddc49b5c 40020001027
401 - (djm) Increase REKEY_BYTES to 2^24 for arc4random
402
48e7916f 40320001025
404 - (djm) Added WARNING.RNG file and modified configure to ask users of the
405 builtin entropy code to read it.
406 - (djm) Prefer builtin regex to PCRE.
00937921 407 - (bal) Added USE_PIPS defined to NeXT configure.in since scp hangs randomly.
408 - (bal) Apply fixes to configure.in pointed out by Pavel Roskin
409 <proski@gnu.org>
48e7916f 410
8dcda1e3 41120001020
412 - (djm) Don't define _REENTRANT for SNI/Reliant Unix
07bee9a7 413 - (bal) Imported NEWS-OS waitpid() macros into NeXT. Since implementation
414 is more correct then current version.
8dcda1e3 415
f5af5cd5 41620001018
417 - (stevesk) Add initial support for setproctitle(). Current
418 support is for the HP-UX pstat(PSTAT_SETCMD, ...) method.
134fd7f6 419 - (stevesk) Add egd startup scripts to contrib/hpux/
f5af5cd5 420
2f31bdd6 42120001017
422 - (djm) Add -lregex to cywin libs from Corinna Vinschen
423 <vinschen@cygnus.com>
ba7a3f40 424 - (djm) Don't rely on atomicio's retval to determine length of askpass
425 supplied passphrase. Problem report from Lutz Jaenicke
426 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
66d6c27e 427 - (bal) Changed from GNU rx to PCRE on suggestion from djm.
428 - (bal) Integrated Sony NEWS-OS patches from NAKAJI Hirouyuki
429 <nakaji@tutrp.tut.ac.jp>
2f31bdd6 430
33de75a3 43120001016
432 - (djm) Sync with OpenBSD:
433 - markus@cvs.openbsd.org 2000/10/14 04:01:15
434 [cipher.c]
435 debug3
436 - markus@cvs.openbsd.org 2000/10/14 04:07:23
437 [scp.c]
438 remove spaces from arguments; from djm@mindrot.org
439 - markus@cvs.openbsd.org 2000/10/14 06:09:46
440 [ssh.1]
441 Cipher is for SSH-1 only
442 - markus@cvs.openbsd.org 2000/10/14 06:12:09
443 [servconf.c servconf.h serverloop.c session.c sshd.8]
444 AllowTcpForwarding; from naddy@
445 - markus@cvs.openbsd.org 2000/10/14 06:16:56
446 [auth2.c compat.c compat.h sshconnect2.c version.h]
447 OpenSSH_2.3; note that is is not complete, but the version number
448 needs to be changed for interoperability reasons
449 - markus@cvs.openbsd.org 2000/10/14 06:19:45
450 [auth-rsa.c]
451 do not send RSA challenge if key is not allowed by key-options; from
452 eivind@ThinkSec.com
453 - markus@cvs.openbsd.org 2000/10/15 08:14:01
454 [rijndael.c session.c]
455 typos; from stevesk@sweden.hp.com
456 - markus@cvs.openbsd.org 2000/10/15 08:18:31
457 [rijndael.c]
458 typo
30d8b039 459 - (djm) Copy manpages back over from OpenBSD - too tedious to wade
460 through diffs
aa0289fe 461 - (djm) Added condrestart to Redhat init script. Patch from Pekka Savola
30d8b039 462 <pekkas@netcore.fi>
aa0289fe 463 - (djm) Update version in Redhat spec file
464 - (djm) Merge some of Nalin Dahyabhai <nalin@redhat.com> changes from the
465 Redhat 7.0 spec file
5b2d4b75 466 - (djm) Make inability to read/write PRNG seedfile non-fatal
467
33de75a3 468
4d670c24 46920001015
470 - (djm) Fix ssh2 hang on background processes at logout.
471
71dfaf1c 47220001014
443172c4 473 - (bal) Add support for realpath and getcwd for platforms with broken
474 or missing realpath implementations for sftp-server.
475 - (bal) Corrected mistake in INSTALL in regards to GNU rx library
d8f1edd5 476 - (bal) Add support for GNU rx library for those lacking regexp support
71dfaf1c 477 - (djm) Don't accept PAM_PROMPT_ECHO_ON messages during initial auth
02323c45 478 - (djm) Revert SSH2 serverloop hack, will find a better way.
4ee81249 479 - (djm) Add workaround for Linux 2.4's gratuitious errno change. Patch
480 from Martin Johansson <fatbob@acc.umu.se>
94ec8c6b 481 - (djm) Big OpenBSD sync:
482 - markus@cvs.openbsd.org 2000/09/30 10:27:44
483 [log.c]
484 allow loglevel debug
485 - markus@cvs.openbsd.org 2000/10/03 11:59:57
486 [packet.c]
487 hmac->mac
488 - markus@cvs.openbsd.org 2000/10/03 12:03:03
489 [auth-krb4.c auth-passwd.c auth-rh-rsa.c auth-rhosts.c auth-rsa.c auth1.c]
490 move fake-auth from auth1.c to individual auth methods, disables s/key in
491 debug-msg
492 - markus@cvs.openbsd.org 2000/10/03 12:16:48
493 ssh.c
494 do not resolve canonname, i have no idea why this was added oin ossh
495 - markus@cvs.openbsd.org 2000/10/09 15:30:44
496 ssh-keygen.1 ssh-keygen.c
497 -X now reads private ssh.com DSA keys, too.
498 - markus@cvs.openbsd.org 2000/10/09 15:32:34
499 auth-options.c
500 clear options on every call.
501 - markus@cvs.openbsd.org 2000/10/09 15:51:00
502 authfd.c authfd.h
503 interop with ssh-agent2, from <res@shore.net>
504 - markus@cvs.openbsd.org 2000/10/10 14:20:45
505 compat.c
506 use rexexp for version string matching
507 - provos@cvs.openbsd.org 2000/10/10 22:02:18
508 [kex.c kex.h myproposal.h ssh.h ssh2.h sshconnect2.c sshd.c dh.c dh.h]
509 First rough implementation of the diffie-hellman group exchange. The
510 client can ask the server for bigger groups to perform the diffie-hellman
511 in, thus increasing the attack complexity when using ciphers with longer
512 keys. University of Windsor provided network, T the company.
513 - markus@cvs.openbsd.org 2000/10/11 13:59:52
514 [auth-rsa.c auth2.c]
515 clear auth options unless auth sucessfull
516 - markus@cvs.openbsd.org 2000/10/11 14:00:27
517 [auth-options.h]
518 clear auth options unless auth sucessfull
519 - markus@cvs.openbsd.org 2000/10/11 14:03:27
520 [scp.1 scp.c]
521 support 'scp -o' with help from mouring@pconline.com
522 - markus@cvs.openbsd.org 2000/10/11 14:11:35
523 [dh.c]
524 Wall
525 - markus@cvs.openbsd.org 2000/10/11 14:14:40
526 [auth.h auth2.c readconf.c readconf.h readpass.c servconf.c servconf.h]
527 [ssh.h sshconnect2.c sshd_config auth2-skey.c cli.c cli.h]
528 add support for s/key (kbd-interactive) to ssh2, based on work by
529 mkiernan@avantgo.com and me
530 - markus@cvs.openbsd.org 2000/10/11 14:27:24
531 [auth.c auth1.c auth2.c authfile.c cipher.c cipher.h kex.c kex.h]
532 [myproposal.h packet.c readconf.c session.c ssh.c ssh.h sshconnect1.c]
533 [sshconnect2.c sshd.c]
534 new cipher framework
535 - markus@cvs.openbsd.org 2000/10/11 14:45:21
536 [cipher.c]
537 remove DES
538 - markus@cvs.openbsd.org 2000/10/12 03:59:20
539 [cipher.c cipher.h sshconnect1.c sshconnect2.c sshd.c]
540 enable DES in SSH-1 clients only
541 - markus@cvs.openbsd.org 2000/10/12 08:21:13
542 [kex.h packet.c]
543 remove unused
544 - markus@cvs.openbsd.org 2000/10/13 12:34:46
545 [sshd.c]
546 Kludge for F-Secure Macintosh < 1.0.2; appro@fy.chalmers.se
547 - markus@cvs.openbsd.org 2000/10/13 12:59:15
548 [cipher.c cipher.h myproposal.h rijndael.c rijndael.h]
549 rijndael/aes support
550 - markus@cvs.openbsd.org 2000/10/13 13:10:54
551 [sshd.8]
552 more info about -V
553 - markus@cvs.openbsd.org 2000/10/13 13:12:02
554 [myproposal.h]
555 prefer no compression
3ed32516 556 - (djm) Fix scp user@host handling
557 - (djm) Don't clobber ssh_prng_cmds on install
6bcf7caa 558 - (stevesk) Include config.h in rijndael.c so we define intXX_t and
559 u_intXX_t types on all platforms.
9ea53ba5 560 - (stevesk) rijndael.c: cleanup missing declaration warnings.
2919e060 561 - (stevesk) ~/.hushlogin shouldn't cause required password change to
562 be bypassed.
f5665f6f 563 - (stevesk) Display correct path to ssh-askpass in configure output.
564 Report from Lutz Jaenicke.
71dfaf1c 565
ebd782f7 56620001007
567 - (stevesk) Print PAM return value in PAM log messages to aid
568 with debugging.
97994d32 569 - (stevesk) Fix detection of pw_class struct member in configure;
570 patch from KAMAHARA Junzo <kamahara@cc.kshosen.ac.jp>
571
47a134c1 57220001002
573 - (djm) Fix USER_PATH, report from Kevin Steves <stevesk@sweden.hp.com>
574 - (djm) Add host system and CC to end-of-configure report. Suggested by
575 Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
576
7322ef0e 57720000931
578 - (djm) Cygwin fixes from Corinna Vinschen <vinschen@cygnus.com>
579
6ac7829a 58020000930
b6490dcb 581 - (djm) Irix ssh_prng_cmds path fix from Pekka Savola <pekkas@netcore.fi>
772bd898 582 - (djm) Support in bsd-snprintf.c for long long conversions from
583 Ben Lindstrom <mouring@pconline.com>
584 - (djm) Cleanup NeXT support from Ben Lindstrom <mouring@pconline.com>
857040fb 585 - (djm) Ignore SIGPIPEs from serverloop to child. Fixes crashes with
586 very short lived X connections. Bug report from Tobias Oetiker
587 <oetiker@ee.ethz.ch>. Fix from Markus Friedl <markus@cvs.openbsd.org>
bd2d7f6a 588 - (djm) Add recent InitScripts as a RPM dependancy for openssh-server
589 patch from Pekka Savola <pekkas@netcore.fi>
58665035 590 - (djm) Forgot to cvs add LICENSE file
dc2901a0 591 - (djm) Add LICENSE to RPM spec files
de273eef 592 - (djm) CVS OpenBSD sync:
593 - markus@cvs.openbsd.org 2000/09/26 13:59:59
594 [clientloop.c]
595 use debug2
596 - markus@cvs.openbsd.org 2000/09/27 15:41:34
597 [auth2.c sshconnect2.c]
598 use key_type()
599 - markus@cvs.openbsd.org 2000/09/28 12:03:18
600 [channels.c]
601 debug -> debug2 cleanup
2a7d529a 602 - (djm) Irix strips "/dev/tty" from [uw]tmp entries (other systems only
603 strip "/dev/"). Fix loginrec.c based on patch from Alain St-Denis
604 <Alain.St-Denis@ec.gc.ca>
605 - (djm) Fix 9 character passphrase failure with gnome-ssh-askpass.
606 Problem was caused by interrupted read in ssh-add. Report from Donald
607 J. Barry <don@astro.cornell.edu>
6ac7829a 608
c5d85828 60920000929
610 - (djm) Fix SSH2 not terminating until all background tasks done problem.
2ed85c06 611 - (djm) Another off-by-one fix from Pavel Kankovsky
612 <peak@argo.troja.mff.cuni.cz>
22d89d24 613 - (djm) Clean up. Strip some unnecessary differences with OpenBSD's code,
614 tidy necessary differences. Use Markus' new debugN() in entropy.c
77bb0bca 615 - (djm) Merged big SCO portability patch from Tim Rice
616 <tim@multitalents.net>
c5d85828 617
6fd7f731 61820000926
619 - (djm) Update X11-askpass to 1.0.2 in RPM spec file
c5ae7384 620 - (djm) Define _REENTRANT to pickup strtok_r() on HP/UX
621 - (djm) Security: fix off-by-one buffer overrun in fake-getnameinfo.c.
622 Report and fix from Pavel Kankovsky <peak@argo.troja.mff.cuni.cz>
6fd7f731 623
2f125ca1 62420000924
625 - (djm) Merged cleanup patch from Mark Miller <markm@swoon.net>
626 - (djm) A bit more cleanup - created cygwin_util.h
bcdaaeab 627 - (djm) Include strtok_r() from OpenBSD libc. Fixes report from Mark Miller
628 <markm@swoon.net>
2f125ca1 629
764d4113 63020000923
631 - (djm) Fix address logging in utmp from Kevin Steves
632 <stevesk@sweden.hp.com>
777319db 633 - (djm) Redhat spec and manpage fixes from Pekka Savola <pekkas@netcore.fi>
bd590612 634 - (djm) Seperate tests for int64_t and u_int64_t types
37c1c46d 635 - (djm) Tweak password expiry checking at suggestion of Kevin Steves
636 <stevesk@sweden.hp.com>
e79b44e1 637 - (djm) NeXT patch from Ben Lindstrom <mouring@pconline.com>
e2144f11 638 - (djm) Use printf %lld instead of %qd in sftp-server.c. Fix from
639 Michael Stone <mstone@cs.loyola.edu>
188adeb2 640 - (djm) OpenBSD CVS sync:
641 - markus@cvs.openbsd.org 2000/09/17 09:38:59
642 [sshconnect2.c sshd.c]
643 fix DEBUG_KEXDH
644 - markus@cvs.openbsd.org 2000/09/17 09:52:51
645 [sshconnect.c]
646 yes no; ok niels@
647 - markus@cvs.openbsd.org 2000/09/21 04:55:11
648 [sshd.8]
649 typo
650 - markus@cvs.openbsd.org 2000/09/21 05:03:54
651 [serverloop.c]
652 typo
653 - markus@cvs.openbsd.org 2000/09/21 05:11:42
654 scp.c
655 utime() to utimes(); mouring@pconline.com
656 - markus@cvs.openbsd.org 2000/09/21 05:25:08
657 sshconnect2.c
658 change login logic in ssh2, allows plugin of other auth methods
659 - markus@cvs.openbsd.org 2000/09/21 05:25:35
660 [auth2.c channels.c channels.h clientloop.c dispatch.c dispatch.h]
661 [serverloop.c]
662 add context to dispatch_run
663 - markus@cvs.openbsd.org 2000/09/21 05:07:52
664 authfd.c authfd.h ssh-agent.c
665 bug compat for old ssh.com software
764d4113 666
7f377177 66720000920
668 - (djm) Fix bad path substitution. Report from Andrew Miner
669 <asminer@cs.iastate.edu>
670
bcbf86ec 67120000916
7950bf97 672 - (djm) Fix SSL search order from Lutz Jaenicke
673 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
19ece6d2 674 - (djm) New SuSE spec from Corinna Vinschen <corinna@vinschen.de>
9cd45ea4 675 - (djm) Update CygWin support from Corinna Vinschen <vinschen@cygnus.com>
995edaac 676 - (djm) Use a real struct sockaddr inside the fake struct sockaddr_storage.
677 Patch from Larry Jones <larry.jones@sdrc.com>
ad55cd03 678 - (djm) Add Steve VanDevender's <stevev@darkwing.uoregon.edu> PAM
679 password change patch.
680 - (djm) Bring licenses on my stuff in line with OpenBSD's
0bbfbdeb 681 - (djm) Cleanup auth-passwd.c and unify HP/UX authentication. Patch from
682 Kevin Steves <stevesk@sweden.hp.com>
7f8f5e00 683 - (djm) Shadow expiry check fix from Pavel Troller <patrol@omni.sinus.cz>
684 - (djm) Re-enable int64_t types - we need them for sftp
685 - (djm) Use libexecdir from configure , rather than libexecdir/ssh
686 - (djm) Update Redhat SPEC file accordingly
687 - (djm) Add Kevin Steves <stevesk@sweden.hp.com> HP/UX contrib files
688 - (djm) Add Charles Levert <charles@comm.polymtl.ca> getpgrp patch
689 - (djm) Fix password auth on HP/UX 10.20. Patch from Dirk De Wachter
690 <Dirk.DeWachter@rug.ac.be>
691 - (djm) Fixprogs and entropy list fixes from Larry Jones
692 <larry.jones@sdrc.com>
693 - (djm) Fix for SuSE spec file from Takashi YOSHIDA
694 <tyoshida@gemini.rc.kyushu-u.ac.jp>
bcbf86ec 695 - (djm) Merge OpenBSD changes:
696 - markus@cvs.openbsd.org 2000/09/05 02:59:57
697 [session.c]
698 print hostname (not hushlogin)
699 - markus@cvs.openbsd.org 2000/09/05 13:18:48
700 [authfile.c ssh-add.c]
701 enable ssh-add -d for DSA keys
702 - markus@cvs.openbsd.org 2000/09/05 13:20:49
703 [sftp-server.c]
704 cleanup
705 - markus@cvs.openbsd.org 2000/09/06 03:46:41
706 [authfile.h]
707 prototype
708 - deraadt@cvs.openbsd.org 2000/09/07 14:27:56
709 [ALL]
710 cleanup copyright notices on all files. I have attempted to be
711 accurate with the details. everything is now under Tatu's licence
712 (which I copied from his readme), and/or the core-sdi bsd-ish thing
713 for deattack, or various openbsd developers under a 2-term bsd
714 licence. We're not changing any rules, just being accurate.
715 - markus@cvs.openbsd.org 2000/09/07 14:40:30
716 [channels.c channels.h clientloop.c serverloop.c ssh.c]
717 cleanup window and packet sizes for ssh2 flow control; ok niels
718 - markus@cvs.openbsd.org 2000/09/07 14:53:00
719 [scp.c]
720 typo
721 - markus@cvs.openbsd.org 2000/09/07 15:13:37
722 [auth-options.c auth-options.h auth-rh-rsa.c auth-rsa.c auth.c]
723 [authfile.h canohost.c channels.h compat.c hostfile.h log.c match.h]
724 [pty.c readconf.c]
725 some more Copyright fixes
726 - markus@cvs.openbsd.org 2000/09/08 03:02:51
727 [README.openssh2]
728 bye bye
729 - deraadt@cvs.openbsd.org 2000/09/11 18:38:33
730 [LICENCE cipher.c]
731 a few more comments about it being ARC4 not RC4
732 - markus@cvs.openbsd.org 2000/09/12 14:53:11
733 [log-client.c log-server.c log.c ssh.1 ssh.c ssh.h sshd.8 sshd.c]
734 multiple debug levels
735 - markus@cvs.openbsd.org 2000/09/14 14:25:15
736 [clientloop.c]
737 typo
738 - deraadt@cvs.openbsd.org 2000/09/15 01:13:51
739 [ssh-agent.c]
740 check return value for setenv(3) for failure, and deal appropriately
741
deb8d717 74220000913
743 - (djm) Fix server not exiting with jobs in background.
744
b5e300c2 74520000905
746 - (djm) Import OpenBSD CVS changes
747 - markus@cvs.openbsd.org 2000/08/31 15:52:24
748 [Makefile sshd.8 sshd_config sftp-server.8 sftp-server.c]
749 implement a SFTP server. interops with sftp2, scp2 and the windows
750 client from ssh.com
751 - markus@cvs.openbsd.org 2000/08/31 15:56:03
752 [README.openssh2]
753 sync
754 - markus@cvs.openbsd.org 2000/08/31 16:05:42
755 [session.c]
756 Wall
757 - markus@cvs.openbsd.org 2000/08/31 16:09:34
758 [authfd.c ssh-agent.c]
759 add a flag to SSH2_AGENTC_SIGN_REQUEST for future extensions
760 - deraadt@cvs.openbsd.org 2000/09/01 09:25:13
761 [scp.1 scp.c]
762 cleanup and fix -S support; stevesk@sweden.hp.com
763 - markus@cvs.openbsd.org 2000/09/01 16:29:32
764 [sftp-server.c]
765 portability fixes
766 - markus@cvs.openbsd.org 2000/09/01 16:32:41
767 [sftp-server.c]
768 fix cast; mouring@pconline.com
769 - itojun@cvs.openbsd.org 2000/09/03 09:23:28
770 [ssh-add.1 ssh.1]
771 add missing .El against .Bl.
772 - markus@cvs.openbsd.org 2000/09/04 13:03:41
773 [session.c]
774 missing close; ok theo
775 - markus@cvs.openbsd.org 2000/09/04 13:07:21
776 [session.c]
777 fix get_last_login_time order; from andre@van-veen.de
778 - markus@cvs.openbsd.org 2000/09/04 13:10:09
779 [sftp-server.c]
780 more cast fixes; from mouring@pconline.com
781 - markus@cvs.openbsd.org 2000/09/04 13:06:04
782 [session.c]
783 set SSH_ORIGINAL_COMMAND; from Leakin@dfw.nostrum.com, bet@rahul.net
784 - (djm) Cleanup after import. Fix sftp-server compilation, Makefile
3c62e7eb 785 - (djm) Merge cygwin support from Corinna Vinschen <vinschen@cygnus.com>
786
1e61f54a 78720000903
788 - (djm) Fix Redhat init script
789
c80876b4 79020000901
791 - (djm) Pick up Jim's new X11-askpass
792 - (djm) Release 2.2.0p1
793
8b4a0d08 79420000831
bcbf86ec 795 - (djm) Workaround SIGPIPE problems on SCO. Fix from Aran Cox
8b4a0d08 796 <acox@cv.telegroup.com>
b817711d 797 - (djm) Pick up new version (2.2.0) from OpenBSD CVS
8b4a0d08 798
0b65b628 79920000830
800 - (djm) Compile warning fixes from Mark Miller <markm@swoon.net>
10fa00c8 801 - (djm) Periodically rekey arc4random
802 - (djm) Clean up diff against OpenBSD.
bcbf86ec 803 - (djm) HPUX 11 needs USE_PIPES as well: Kevin Steves
2b10f47a 804 <stevesk@sweden.hp.com>
b33a2e6e 805 - (djm) Quieten the pam delete credentials error message
44839801 806 - (djm) Fix printing of $DISPLAY hack if set by system type. Report from
807 Kevin Steves <stevesk@sweden.hp.com>
84a770d1 808 - (djm) NeXT patch from Ben Lindstrom <mouring@pconline.com>
7efa2776 809 - (djm) Fix doh in bsd-arc4random.c
0b65b628 810
9aaf9be4 81120000829
bcbf86ec 812 - (djm) Fix ^C ignored issue on Solaris. Diagnosis from Gert
813 Doering <gert@greenie.muc.de>, John Horne <J.Horne@plymouth.ac.uk> and
9aaf9be4 814 Garrick James <garrick@james.net>
b5f90139 815 - (djm) Check for SCO pty naming style (ptyp%d/ttyp%d). Based on fix from
816 Bastian Trompetter <btrompetter@firemail.de>
698d107e 817 - (djm) NeXT tweaks from Ben Lindstrom <mouring@pconline.com>
14a9a859 818 - More OpenBSD updates:
819 - deraadt@cvs.openbsd.org 2000/08/24 15:46:59
820 [scp.c]
821 off_t in sink, to fix files > 2GB, i think, test is still running ;-)
822 - deraadt@cvs.openbsd.org 2000/08/25 10:10:06
823 [session.c]
824 Wall
825 - markus@cvs.openbsd.org 2000/08/26 04:33:43
826 [compat.c]
827 ssh.com-2.3.0
828 - markus@cvs.openbsd.org 2000/08/27 12:18:05
829 [compat.c]
830 compatibility with future ssh.com versions
831 - deraadt@cvs.openbsd.org 2000/08/27 21:50:55
832 [auth-krb4.c session.c ssh-add.c sshconnect.c uidswap.c]
833 print uid/gid as unsigned
834 - markus@cvs.openbsd.org 2000/08/28 13:51:00
835 [ssh.c]
836 enable -n and -f for ssh2
837 - markus@cvs.openbsd.org 2000/08/28 14:19:53
838 [ssh.c]
839 allow combination of -N and -f
840 - markus@cvs.openbsd.org 2000/08/28 14:20:56
841 [util.c]
842 util.c
843 - markus@cvs.openbsd.org 2000/08/28 14:22:02
844 [util.c]
845 undo
846 - markus@cvs.openbsd.org 2000/08/28 14:23:38
847 [util.c]
848 don't complain if setting NONBLOCK fails with ENODEV
9aaf9be4 849
137d7b6c 85020000823
851 - (djm) Define USE_PIPES to avoid socketpair problems on HPUX 10 and SunOS 4
bcbf86ec 852 Avoids "scp never exits" problem. Reports from Lutz Jaenicke
853 <Lutz.Jaenicke@aet.TU-Cottbus.DE> and Tamito KAJIYAMA
137d7b6c 854 <kajiyama@grad.sccs.chukyo-u.ac.jp>
2e73a022 855 - (djm) Pick up LOGIN_PROGRAM from environment or PATH if not set by headers
da40ab4d 856 - (djm) Add local version to version.h
ea788c22 857 - (djm) Don't reseed arc4random everytime it is used
2e73a022 858 - (djm) OpenBSD CVS updates:
859 - deraadt@cvs.openbsd.org 2000/08/18 20:07:23
860 [ssh.c]
861 accept remsh as a valid name as well; roman@buildpoint.com
862 - deraadt@cvs.openbsd.org 2000/08/18 20:17:13
863 [deattack.c crc32.c packet.c]
864 rename crc32() to ssh_crc32() to avoid zlib name clash. do not move to
865 libz crc32 function yet, because it has ugly "long"'s in it;
866 oneill@cs.sfu.ca
867 - deraadt@cvs.openbsd.org 2000/08/18 20:26:08
868 [scp.1 scp.c]
869 -S prog support; tv@debian.org
870 - deraadt@cvs.openbsd.org 2000/08/18 20:50:07
871 [scp.c]
872 knf
873 - deraadt@cvs.openbsd.org 2000/08/18 20:57:33
874 [log-client.c]
875 shorten
876 - markus@cvs.openbsd.org 2000/08/19 12:48:11
877 [channels.c channels.h clientloop.c ssh.c ssh.h]
878 support for ~. in ssh2
879 - deraadt@cvs.openbsd.org 2000/08/19 15:29:40
880 [crc32.h]
881 proper prototype
882 - markus@cvs.openbsd.org 2000/08/19 15:34:44
bcbf86ec 883 [authfd.c authfd.h key.c key.h ssh-add.1 ssh-add.c ssh-agent.1]
884 [ssh-agent.c ssh-keygen.c sshconnect1.c sshconnect2.c Makefile]
2e73a022 885 [fingerprint.c fingerprint.h]
886 add SSH2/DSA support to the agent and some other DSA related cleanups.
887 (note that we cannot talk to ssh.com's ssh2 agents)
888 - markus@cvs.openbsd.org 2000/08/19 15:55:52
889 [channels.c channels.h clientloop.c]
890 more ~ support for ssh2
891 - markus@cvs.openbsd.org 2000/08/19 16:21:19
892 [clientloop.c]
893 oops
894 - millert@cvs.openbsd.org 2000/08/20 12:25:53
895 [session.c]
896 We have to stash the result of get_remote_name_or_ip() before we
897 close our socket or getpeername() will get EBADF and the process
898 will exit. Only a problem for "UseLogin yes".
899 - millert@cvs.openbsd.org 2000/08/20 12:30:59
900 [session.c]
901 Only check /etc/nologin if "UseLogin no" since login(1) may have its
902 own policy on determining who is allowed to login when /etc/nologin
903 is present. Also use the _PATH_NOLOGIN define.
904 - millert@cvs.openbsd.org 2000/08/20 12:42:43
905 [auth1.c auth2.c session.c ssh.c]
906 Add calls to setusercontext() and login_get*(). We basically call
907 setusercontext() in most places where previously we did a setlogin().
908 Add default login.conf file and put root in the "daemon" login class.
909 - millert@cvs.openbsd.org 2000/08/21 10:23:31
910 [session.c]
911 Fix incorrect PATH setting; noted by Markus.
137d7b6c 912
c345cf9d 91320000818
914 - (djm) OpenBSD CVS changes:
915 - markus@cvs.openbsd.org 2000/07/22 03:14:37
916 [servconf.c servconf.h sshd.8 sshd.c sshd_config]
917 random early drop; ok theo, niels
918 - deraadt@cvs.openbsd.org 2000/07/26 11:46:51
919 [ssh.1]
920 typo
921 - deraadt@cvs.openbsd.org 2000/08/01 11:46:11
922 [sshd.8]
923 many fixes from pepper@mail.reppep.com
924 - provos@cvs.openbsd.org 2000/08/01 13:01:42
925 [Makefile.in util.c aux.c]
926 rename aux.c to util.c to help with cygwin port
927 - deraadt@cvs.openbsd.org 2000/08/02 00:23:31
928 [authfd.c]
929 correct sun_len; Alexander@Leidinger.net
930 - provos@cvs.openbsd.org 2000/08/02 10:27:17
931 [readconf.c sshd.8]
932 disable kerberos authentication by default
933 - provos@cvs.openbsd.org 2000/08/02 11:27:05
934 [sshd.8 readconf.c auth-krb4.c]
935 disallow kerberos authentication if we can't verify the TGT; from
936 dugsong@
937 kerberos authentication is on by default only if you have a srvtab.
938 - markus@cvs.openbsd.org 2000/08/04 14:30:07
939 [auth.c]
940 unused
941 - markus@cvs.openbsd.org 2000/08/04 14:30:35
942 [sshd_config]
943 MaxStartups
944 - markus@cvs.openbsd.org 2000/08/15 13:20:46
945 [authfd.c]
946 cleanup; ok niels@
947 - markus@cvs.openbsd.org 2000/08/17 14:05:10
948 [session.c]
949 cleanup login(1)-like jobs, no duplicate utmp entries
950 - markus@cvs.openbsd.org 2000/08/17 14:06:34
951 [session.c sshd.8 sshd.c]
952 sshd -u len, similar to telnetd
1a022229 953 - (djm) Lastlog was not getting closed after writing login entry
39987cc0 954 - (djm) Add Solaris package support from Rip Loomis <loomisg@cist.saic.com>
c345cf9d 955
416ed5a7 95620000816
957 - (djm) Replacement for inet_ntoa for Irix (which breaks on gcc)
bcbf86ec 958 - (djm) Fix strerror replacement for old SunOS. Based on patch from
416ed5a7 959 Charles Levert <charles@comm.polymtl.ca>
bcbf86ec 960 - (djm) Seperate arc4random into seperate file and use OpenSSL's RC4
416ed5a7 961 implementation.
ba606eb2 962 - (djm) SUN_LEN macro for systems which lack it
416ed5a7 963
dbaa2e87 96420000815
965 - (djm) More SunOS 4.1.x fixes from Nate Itkin <nitkin@europa.com>
cd352c82 966 - (djm) Avoid failures on Irix when ssh is not setuid. Fix from
967 Michael Stone <mstone@cs.loyola.edu>
d93a7e5a 968 - (djm) Don't seek in directory based lastlogs
bcbf86ec 969 - (djm) Fix --with-ipaddr-display configure option test. Patch from
d93a7e5a 970 Jarno Huuskonen <jhuuskon@messi.uku.fi>
2a2cb9e7 971 - (djm) Fix AIX limits from Alexandre Oliva <oliva@lsd.ic.unicamp.br>
dbaa2e87 972
6c33bf70 97320000813
974 - (djm) Add $(srcdir) to includes when compiling (for VPATH). Report from
975 Fabrice bacchella <fabrice.bacchella@marchfirst.fr>
976
3fcce26c 97720000809
bcbf86ec 978 - (djm) Define AIX hard limits if headers don't. Report from
3fcce26c 979 Bill Painter <william.t.painter@lmco.com>
bcbf86ec 980 - (djm) utmp direct write & SunOS 4 patch from Charles Levert
32eec038 981 <charles@comm.polymtl.ca>
3fcce26c 982
71d43804 98320000808
984 - (djm) Cleanup Redhat RPMs. Generate keys at runtime rather than install
985 time, spec file cleanup.
986
f9bcea07 98720000807
378f2232 988 - (djm) Set 0755 on binaries during install. Report from Lutz Jaenicke
47670e77 989 - (djm) Suppress error messages on channel close shutdown() failurs
990 works around Linux bug. Patch from Zack Weinberg <zack@wolery.cumb.org>
378f2232 991 - (djm) Add some more entropy collection commands from Lutz Jaenicke
f9bcea07 992
bcf89935 99320000725
994 - (djm) Fix autoconf typo: HAVE_BINRESVPORT_AF -> HAVE_BINDRESVPORT_AF
995
4c8722d9 99620000721
997 - (djm) OpenBSD CVS updates:
998 - markus@cvs.openbsd.org 2000/07/16 02:27:22
999 [authfd.c authfd.h channels.c clientloop.c ssh-add.c ssh-agent.c ssh.c]
1000 [sshconnect1.c sshconnect2.c]
1001 make ssh-add accept dsa keys (the agent does not)
1002 - djm@cvs.openbsd.org 2000/07/17 19:25:02
1003 [sshd.c]
1004 Another closing of stdin; ok deraadt
1005 - markus@cvs.openbsd.org 2000/07/19 18:33:12
1006 [dsa.c]
1007 missing free, reorder
1008 - markus@cvs.openbsd.org 2000/07/20 16:23:14
1009 [ssh-keygen.1]
1010 document input and output files
1011
240777b8 101220000720
4c8722d9 1013 - (djm) Spec file fix from Petr Novotny <Petr.Novotny@antek.cz>
240777b8 1014
3c7def32 101520000716
4c8722d9 1016 - (djm) Release 2.1.1p4
3c7def32 1017
819b676f 101820000715
704b1659 1019 - (djm) OpenBSD CVS updates
1020 - provos@cvs.openbsd.org 2000/07/13 16:53:22
1021 [aux.c readconf.c servconf.c ssh.h]
1022 allow multiple whitespace but only one '=' between tokens, bug report from
1023 Ralf S. Engelschall <rse@engelschall.com> but different fix. okay deraadt@
1024 - provos@cvs.openbsd.org 2000/07/13 17:14:09
1025 [clientloop.c]
1026 typo; todd@fries.net
1027 - provos@cvs.openbsd.org 2000/07/13 17:19:31
1028 [scp.c]
1029 close can fail on AFS, report error; from Greg Hudson <ghudson@mit.edu>
1030 - markus@cvs.openbsd.org 2000/07/14 16:59:46
1031 [readconf.c servconf.c]
1032 allow leading whitespace. ok niels
1033 - djm@cvs.openbsd.org 2000/07/14 22:01:38
1034 [ssh-keygen.c ssh.c]
1035 Always create ~/.ssh with mode 700; ok Markus
819b676f 1036 - Fixes for SunOS 4.1.4 from Gordon Atwood <gordon@cs.ualberta.ca>
1037 - Include floatingpoint.h for entropy.c
1038 - strerror replacement
704b1659 1039
3f7a7e4a 104020000712
c37fb3c1 1041 - (djm) Remove -lresolve for Reliant Unix
3f7a7e4a 1042 - (djm) OpenBSD CVS Updates:
1043 - deraadt@cvs.openbsd.org 2000/07/11 02:11:34
1044 [session.c sshd.c ]
1045 make MaxStartups code still work with -d; djm
1046 - deraadt@cvs.openbsd.org 2000/07/11 13:17:45
1047 [readconf.c ssh_config]
1048 disable FallBackToRsh by default
c37fb3c1 1049 - (djm) Replace in_addr_t with u_int32_t in bsd-inet_aton.c. Report from
1050 Ben Lindstrom <mouring@pconline.com>
1e970014 1051 - (djm) Make building of X11-Askpass and GNOME-Askpass optional in RPM
1052 spec file.
dcb36e5d 1053 - (djm) Released 2.1.1p3
3f7a7e4a 1054
56118702 105520000711
1056 - (djm) Fixup for AIX getuserattr() support from Tom Bertelson
1057 <tbert@abac.com>
132dd316 1058 - (djm) ReliantUNIX support from Udo Schweigert <ust@cert.siemens.de>
bcbf86ec 1059 - (djm) NeXT: dirent structures to get scp working from Ben Lindstrom
c99e5056 1060 <mouring@pconline.com>
bcbf86ec 1061 - (djm) Fix broken inet_ntoa check and ut_user/ut_name confusion, report
dc2a6d09 1062 from Jim Watt <jimw@peisj.pebio.com>
2d9a148e 1063 - (djm) Replaced bsd-snprintf.c with one from Mutt source tree, it is known
1064 to compile on more platforms (incl NeXT).
cc6f2c4c 1065 - (djm) Added bsd-inet_aton and configure support for NeXT
aae19451 1066 - (djm) Misc NeXT fixes from Ben Lindstrom <mouring@pconline.com>
089fbbd2 1067 - (djm) OpenBSD CVS updates:
1068 - markus@cvs.openbsd.org 2000/06/26 03:22:29
1069 [authfd.c]
1070 cleanup, less cut&paste
1071 - markus@cvs.openbsd.org 2000/06/26 15:59:19
1072 [servconf.c servconf.h session.c sshd.8 sshd.c]
bcbf86ec 1073 MaxStartups: limit number of unauthenticated connections, work by
089fbbd2 1074 theo and me
1075 - deraadt@cvs.openbsd.org 2000/07/05 14:18:07
1076 [session.c]
1077 use no_x11_forwarding_flag correctly; provos ok
1078 - provos@cvs.openbsd.org 2000/07/05 15:35:57
1079 [sshd.c]
1080 typo
1081 - aaron@cvs.openbsd.org 2000/07/05 22:06:58
1082 [scp.1 ssh-agent.1 ssh-keygen.1 sshd.8]
bcbf86ec 1083 Insert more missing .El directives. Our troff really should identify
089fbbd2 1084 these and spit out a warning.
1085 - todd@cvs.openbsd.org 2000/07/06 21:55:04
1086 [auth-rsa.c auth2.c ssh-keygen.c]
1087 clean code is good code
1088 - deraadt@cvs.openbsd.org 2000/07/07 02:14:29
1089 [serverloop.c]
1090 sense of port forwarding flag test was backwards
1091 - provos@cvs.openbsd.org 2000/07/08 17:17:31
1092 [compat.c readconf.c]
1093 replace strtok with strsep; from David Young <dyoung@onthejob.net>
1094 - deraadt@cvs.openbsd.org 2000/07/08 19:21:15
1095 [auth.h]
1096 KNF
1097 - ho@cvs.openbsd.org 2000/07/08 19:27:33
1098 [compat.c readconf.c]
1099 Better conditions for strsep() ending.
1100 - ho@cvs.openbsd.org 2000/07/10 10:27:05
1101 [readconf.c]
1102 Get the correct message on errors. (niels@ ok)
1103 - ho@cvs.openbsd.org 2000/07/10 10:30:25
1104 [cipher.c kex.c servconf.c]
1105 strtok() --> strsep(). (niels@ ok)
5540ea9b 1106 - (djm) Fix problem with debug mode and MaxStartups
eb37534b 1107 - (djm) Don't generate host keys when $(DESTDIR) is set (e.g. during RPM
1108 builds)
229f64ee 1109 - (djm) Add strsep function from OpenBSD libc for systems that lack it
56118702 1110
a8545c6c 111120000709
1112 - (djm) Only enable PAM_TTY kludge for Linux. Problem report from
1113 Kevin Steves <stevesk@sweden.hp.com>
ec90a7d6 1114 - (djm) Match prototype and function declaration for rresvport_af.
1115 Problem report from Niklas Edmundsson <nikke@ing.umu.se>
bcbf86ec 1116 - (djm) Missing $(DESTDIR) on host-key target causing problems with RPM
732e8ac5 1117 builds. Problem report from Gregory Leblanc <GLeblanc@cu-portland.edu>
37f1df94 1118 - (djm) Replace ut_name with ut_user. Patch from Jim Watt
1119 <jimw@peisj.pebio.com>
264dce47 1120 - (djm) Fix pam sprintf fix
1121 - (djm) Cleanup entropy collection code a little more. Split initialisation
1122 from seeding, perform intialisation immediatly at start, be careful with
1123 uids. Based on problem report from Jim Watt <jimw@peisj.pebio.com>
5bf9cfe9 1124 - (djm) More NeXT compatibility from Ben Lindstrom <mouring@pconline.com>
1125 Including sigaction() et al. replacements
bcbf86ec 1126 - (djm) AIX getuserattr() session initialisation from Tom Bertelson
eeec075f 1127 <tbert@abac.com>
a8545c6c 1128
e2902a5b 112920000708
bcbf86ec 1130 - (djm) Fix bad fprintf format handling in auth-pam.c. Patch from
e2902a5b 1131 Aaron Hopkins <aaron@die.net>
7a33f831 1132 - (djm) Fix incorrect configure handling of --with-rsh-path option. Fix from
1133 Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
bcbf86ec 1134 - (djm) Fixed undefined variables for OSF SIA. Report from
b3f162ba 1135 Baars, Henk <Hendrik.Baars@nl.origin-it.com>
bcbf86ec 1136 - (djm) Handle EWOULDBLOCK returns from read() and write() in atomicio.c
b28e4a3b 1137 Fix from Marquess, Steve Mr JMLFDC <Steve.Marquess@DET.AMEDD.ARMY.MIL>
bcbf86ec 1138 - (djm) Don't use inet_addr.
e2902a5b 1139
5637650d 114020000702
1141 - (djm) Fix brace mismatch from Corinna Vinschen <vinschen@cygnus.com>
27494968 1142 - (djm) Stop shadow expiry checking from preventing logins with NIS. Based
1143 on fix from HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
a4070484 1144 - (djm) Use standard OpenSSL functions in auth-skey.c. Patch from
1145 Chris, the Young One <cky@pobox.com>
bcbf86ec 1146 - (djm) Fix scp progress meter on really wide terminals. Based on patch
88726b31 1147 from James H. Cloos Jr. <cloos@jhcloos.com>
5637650d 1148
388e9f9f 114920000701
1150 - (djm) Fix Tru64 SIA problems reported by John P Speno <speno@isc.upenn.edu>
daaff4d5 1151 - (djm) Login fixes from Tom Bertelson <tbert@abac.com>
82258d68 1152 - (djm) Replace "/bin/sh" with _PATH_BSHELL. Report from Corinna Vinschen
1153 <vinschen@cygnus.com>
30228d7c 1154 - (djm) Replace "/usr/bin/login" with LOGIN_PROGRAM
2647ae26 1155 - (djm) Added check for broken snprintf() functions which do not correctly
1156 terminate output string and attempt to use replacement.
46158300 1157 - (djm) Released 2.1.1p2
388e9f9f 1158
9f32ceb4 115920000628
1160 - (djm) Fixes to lastlog code for Irix
1161 - (djm) Use atomicio in loginrec
3206bb3b 1162 - (djm) Patch from Michael Stone <mstone@cs.loyola.edu> to add support for
1163 Irix 6.x array sessions, project id's, and system audit trail id.
9e0c3e1f 1164 - (djm) Added 'distprep' make target to simplify packaging
bcbf86ec 1165 - (djm) Added patch from Chris Adams <cmadams@hiwaay.net> to add OSF SIA
4d33e531 1166 support. Enable using "USE_SIA=1 ./configure [options]"
bcbf86ec 1167
d8caae24 116820000627
1169 - (djm) Fixes to login code - not setting li->uid, cleanups
a05a70ab 1170 - (djm) Formatting
d8caae24 1171
fe30cc2e 117220000626
3e98362e 1173 - (djm) Better fix to aclocal tests from Garrick James <garrick@james.net>
4cb5ffa0 1174 - (djm) Account expiry support from Andreas Steinmetz <ast@domdv.de>
1175 - (djm) Added password expiry checking (no password change support)
be0b9bb7 1176 - (djm) Make EGD failures non-fatal if OpenSSL's entropy pool is still OK
1177 based on patch from Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
b5b3f75d 1178 - (djm) Fix fixed EGD code.
3e98362e 1179 - OpenBSD CVS update
1180 - provos@cvs.openbsd.org 2000/06/25 14:17:58
1181 [channels.c]
1182 correct check for bad channel ids; from Wei Dai <weidai@eskimo.com>
1183
1c04b088 118420000623
bcbf86ec 1185 - (djm) Use sa_family_t in prototype for rresvport_af. Patch from
1c04b088 1186 Svante Signell <svante.signell@telia.com>
1187 - (djm) Autoconf logic to define sa_family_t if it is missing
e5a0294f 1188 - OpenBSD CVS Updates:
1189 - markus@cvs.openbsd.org 2000/06/22 10:32:27
1190 [sshd.c]
1191 missing atomicio; report from Steve.Marquess@DET.AMEDD.ARMY.MIL
1192 - djm@cvs.openbsd.org 2000/06/22 17:55:00
1193 [auth-krb4.c key.c radix.c uuencode.c]
1194 Missing CVS idents; ok markus
1c04b088 1195
f528fdf2 119620000622
1197 - (djm) Automatically generate host key during "make install". Suggested
1198 by Gary E. Miller <gem@rellim.com>
1199 - (djm) Paranoia before kill() system call
74fc9186 1200 - OpenBSD CVS Updates:
1201 - markus@cvs.openbsd.org 2000/06/18 18:50:11
1202 [auth2.c compat.c compat.h sshconnect2.c]
1203 make userauth+pubkey interop with ssh.com-2.2.0
1204 - markus@cvs.openbsd.org 2000/06/18 20:56:17
1205 [dsa.c]
1206 mem leak + be more paranoid in dsa_verify.
1207 - markus@cvs.openbsd.org 2000/06/18 21:29:50
1208 [key.c]
1209 cleanup fingerprinting, less hardcoded sizes
1210 - markus@cvs.openbsd.org 2000/06/19 19:39:45
1211 [atomicio.c auth-options.c auth-passwd.c auth-rh-rsa.c auth-rhosts.c]
1212 [auth-rsa.c auth-skey.c authfd.c authfd.h authfile.c bufaux.c bufaux.h]
bcbf86ec 1213 [buffer.c buffer.h canohost.c channels.c channels.h cipher.c cipher.h]
74fc9186 1214 [clientloop.c compat.c compat.h compress.c compress.h crc32.c crc32.h]
1215 [deattack.c dispatch.c dsa.c fingerprint.c fingerprint.h getput.h hmac.c]
bcbf86ec 1216 [kex.c log-client.c log-server.c login.c match.c mpaux.c mpaux.h nchan.c]
1217 [nchan.h packet.c packet.h pty.c pty.h readconf.c readconf.h readpass.c]
74fc9186 1218 [rsa.c rsa.h scp.c servconf.c servconf.h ssh-add.c ssh-keygen.c ssh.c]
1219 [ssh.h tildexpand.c ttymodes.c ttymodes.h uidswap.c xmalloc.c xmalloc.h]
1220 OpenBSD tag
1221 - markus@cvs.openbsd.org 2000/06/21 10:46:10
1222 sshconnect2.c missing free; nuke old comment
f528fdf2 1223
e5fe9a1f 122420000620
1225 - (djm) Replace use of '-o' and '-a' logical operators in configure tests
bcbf86ec 1226 with '||' and '&&'. As suggested by Jim Knoble <jmknoble@pint-stowp.cx>
e5fe9a1f 1227 to fix SCO Unixware problem reported by Gary E. Miller <gem@rellim.com>
c03aced4 1228 - (djm) Typo in loginrec.c
e5fe9a1f 1229
cbd7492e 123020000618
1231 - (djm) Add summary of configure options to end of ./configure run
bcbf86ec 1232 - (djm) Not all systems define RUSAGE_SELF & RUSAGE_CHILDREN. Report from
cbd7492e 1233 Michael Stone <mstone@cs.loyola.edu>
bcbf86ec 1234 - (djm) rusage is a privileged operation on some Unices (incl.
cbd7492e 1235 Solaris 2.5.1). Report from Paul D. Smith <pausmith@nortelnetworks.com>
bcbf86ec 1236 - (djm) Avoid PAM failures when running without a TTY. Report from
cbd7492e 1237 Martin Petrak <petrak@spsknm.schools.sk>
1238 - (djm) Include sys/types.h when including netinet/in.h in configure tests.
1239 Patch from Jun-ichiro itojun Hagino <itojun@iijlab.net>
729bfe59 1240 - (djm) Started merge of Ben Lindstrom's <mouring@pconline.com> NeXT support
38c295d6 1241 - OpenBSD CVS updates:
1242 - deraadt@cvs.openbsd.org 2000/06/17 09:58:46
1243 [channels.c]
1244 everyone says "nix it" (remove protocol 2 debugging message)
1245 - markus@cvs.openbsd.org 2000/06/17 13:24:34
1246 [sshconnect.c]
1247 allow extended server banners
1248 - markus@cvs.openbsd.org 2000/06/17 14:30:10
1249 [sshconnect.c]
1250 missing atomicio, typo
1251 - jakob@cvs.openbsd.org 2000/06/17 16:52:34
1252 [servconf.c servconf.h session.c sshd.8 sshd_config]
1253 add support for ssh v2 subsystems. ok markus@.
1254 - deraadt@cvs.openbsd.org 2000/06/17 18:57:48
1255 [readconf.c servconf.c]
1256 include = in WHITESPACE; markus ok
1257 - markus@cvs.openbsd.org 2000/06/17 19:09:10
1258 [auth2.c]
1259 implement bug compatibility with ssh-2.0.13 pubkey, server side
1260 - markus@cvs.openbsd.org 2000/06/17 21:00:28
1261 [compat.c]
1262 initial support for ssh.com's 2.2.0
1263 - markus@cvs.openbsd.org 2000/06/17 21:16:09
1264 [scp.c]
1265 typo
1266 - markus@cvs.openbsd.org 2000/06/17 22:05:02
1267 [auth-rsa.c auth2.c serverloop.c session.c auth-options.c auth-options.h]
1268 split auth-rsa option parsing into auth-options
1269 add options support to authorized_keys2
1270 - markus@cvs.openbsd.org 2000/06/17 22:42:54
1271 [session.c]
1272 typo
cbd7492e 1273
509b1f88 127420000613
1275 - (djm) Fixes from Andrew McGill <andrewm@datrix.co.za>:
1276 - Platform define for SCO 3.x which breaks on /dev/ptmx
1277 - Detect and try to fix missing MAXPATHLEN
a4d05724 1278 - (djm) Fix short copy in loginrec.c (based on patch from Phill Camp
1279 <P.S.S.Camp@ukc.ac.uk>
509b1f88 1280
09564242 128120000612
1282 - (djm) Glob manpages in RPM spec files to catch compressed files
1283 - (djm) Full license in auth-pam.c
08ae384f 1284 - (djm) Configure fixes from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
383207f7 1285 - (andre) AIX, lastlog, configure fixes from Tom Bertelson <tbert@abac.com>:
1286 - Don't try to retrieve lastlog from wtmp/wtmpx if DISABLE_LASTLOG is
1287 def'd
1288 - Set AIX to use preformatted manpages
bcbf86ec 1289
74b224a0 129020000610
1291 - (djm) Minor doc tweaks
217ab55e 1292 - (djm) Fix for configure on bash2 from Jim Knoble <jmknoble@jmknoble.cx>
74b224a0 1293
32c80420 129420000609
1295 - (djm) Patch from Kenji Miyake <kenji@miyake.org> to disable utmp usage
1296 (in favour of utmpx) on Solaris 8
1297
fa649821 129820000606
48c99b2c 1299 - (djm) Cleanup of entropy.c. Reorganised code, removed second pass through
1300 list of commands (by default). Removed verbose debugging (by default).
bcbf86ec 1301 - (djm) Increased command entropy estimates and default entropy collection
48c99b2c 1302 timeout
f988dce5 1303 - (djm) Remove duplicate headers from loginrec.c
c5fa2eb0 1304 - (djm) Don't add /usr/local/lib to library search path on Irix
bcbf86ec 1305 - (djm) Fix rsh path in RPMs. Report from Jason L Tibbitts III
fa649821 1306 <tibbs@math.uh.edu>
1e83f2a2 1307 - (djm) Warn user if grabs fail in GNOME askpass. Patch from Zack Weinberg
1308 <zack@wolery.cumb.org>
fa649821 1309 - (djm) OpenBSD CVS updates:
1310 - todd@cvs.openbsd.org
1311 [sshconnect2.c]
1312 teach protocol v2 to count login failures properly and also enable an
1313 explanation of why the password prompt comes up again like v1; this is NOT
1314 crypto
bcbf86ec 1315 - markus@cvs.openbsd.org
fa649821 1316 [readconf.c readconf.h servconf.c servconf.h session.c ssh.1 ssh.c sshd.8]
1317 xauth_location support; pr 1234
1318 [readconf.c sshconnect2.c]
1319 typo, unused
1320 [session.c]
1321 allow use_login only for login sessions, otherwise remote commands are
1322 execed with uid==0
1323 [sshd.8]
1324 document UseLogin better
1325 [version.h]
1326 OpenSSH 2.1.1
1327 [auth-rsa.c]
bcbf86ec 1328 fix match_hostname() logic for auth-rsa: deny access if we have a
fa649821 1329 negative match or no match at all
1330 [channels.c hostfile.c match.c]
bcbf86ec 1331 don't panic if mkdtemp fails for authfwd; jkb@yahoo-inc.com via
fa649821 1332 kris@FreeBSD.org
1333
8e7b16f8 133420000606
bcbf86ec 1335 - (djm) Added --with-cflags, --with-ldflags and --with-libs options to
8e7b16f8 1336 configure.
1337
d7c0f3d5 133820000604
1339 - Configure tweaking for new login code on Irix 5.3
2d6c411f 1340 - (andre) login code changes based on djm feedback
d7c0f3d5 1341
2d6c411f 134220000603
1343 - (andre) New login code
1344 - Remove bsd-login.[ch] and all the OpenBSD-derived code in login.c
1345 - Add loginrec.[ch], logintest.c and autoconf code
bcbf86ec 1346
5daf7064 134720000531
1348 - Cleanup of auth.c, login.c and fake-*
1349 - Cleanup of auth-pam.c, save and print "account expired" error messages
e5662474 1350 - Fix EGD read bug by IWAMURO Motonori <iwa@mmp.fujitsu.co.jp>
69134b9b 1351 - Rewrote bsd-login to use proper utmp API if available. Major cleanup
1352 of fallback DIY code.
5daf7064 1353
b9f446d1 135420000530
1355 - Define atexit for old Solaris
b02ebca1 1356 - Fix buffer overrun in login.c for systems which use syslen in utmpx.
1357 patch from YOSHIFUJI Hideaki <yoshfuji@cerberus.nemoto.ecei.tohoku.ac.jp>
71276795 1358 - OpenBSD CVS updates:
1359 - markus@cvs.openbsd.org
1360 [session.c]
1361 make x11-fwd work w/ localhost (xauth add host/unix:11)
1362 [cipher.c compat.c readconf.c servconf.c]
1363 check strtok() != NULL; ok niels@
1364 [key.c]
1365 fix key_read() for uuencoded keys w/o '='
1366 [serverloop.c]
1367 group ssh1 vs. ssh2 in serverloop
1368 [kex.c kex.h myproposal.h sshconnect2.c sshd.c]
1369 split kexinit/kexdh, factor out common code
1370 [readconf.c ssh.1 ssh.c]
1371 forwardagent defaults to no, add ssh -A
1372 - theo@cvs.openbsd.org
1373 [session.c]
1374 just some line shortening
60688ef9 1375 - Released 2.1.0p3
b9f446d1 1376
29611d9c 137720000520
1378 - Xauth fix from Markus Friedl <markus.friedl@informatik.uni-erlangen.de>
25422c70 1379 - Don't touch utmp if USE_UTMPX defined
a423beaf 1380 - SunOS 4.x support from Todd C. Miller <Todd.Miller@courtesan.com>
fc1e8bf4 1381 - SIGCHLD fix for AIX and HPUX from Tom Bertelson <tbert@abac.com>
bcbf86ec 1382 - HPUX and Configure fixes from Lutz Jaenicke
fc1e8bf4 1383 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
bcbf86ec 1384 - Use mkinstalldirs script to make directories instead of non-portable
fc1e8bf4 1385 "install -d". Suggested by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
a905808d 1386 - Doc cleanup
29611d9c 1387
301e9b01 138820000518
1389 - Include Andre Lucas' fixprogs script. Forgot to "cvs add" it yesterday
1390 - OpenBSD CVS updates:
1391 - markus@cvs.openbsd.org
1392 [sshconnect.c]
1393 copy only ai_addrlen bytes; misiek@pld.org.pl
1394 [auth.c]
bcbf86ec 1395 accept an empty shell in authentication; bug reported by
301e9b01 1396 chris@tinker.ucr.edu
1397 [serverloop.c]
1398 we don't have stderr for interactive terminal sessions (fcntl errors)
1399
ad85db64 140020000517
1401 - Fix from Andre Lucas <andre.lucas@dial.pipex.com>
1402 - Fixes command line printing segfaults (spotter: Bladt Norbert)
1403 - Fixes erroneous printing of debug messages to syslog
1404 - Fixes utmp for MacOS X (spotter: Aristedes Maniatis)
1405 - Gives useful error message if PRNG initialisation fails
1406 - Reduced ssh startup delay
1407 - Measures cumulative command time rather than the time between reads
704b1659 1408 after select()
ad85db64 1409 - 'fixprogs' perl script to eliminate non-working entropy commands, and
704b1659 1410 optionally run 'ent' to measure command entropy
c1ef8333 1411 - Applied Tom Bertelson's <tbert@abac.com> AIX authentication fix
a64009ad 1412 - Avoid WCOREDUMP complation errors for systems that lack it
bcbf86ec 1413 - Avoid SIGCHLD warnings from entropy commands
28c1d5ce 1414 - Fix HAVE_PAM_GETENVLIST setting from Simon Wilkinson <sxw@dcs.ed.ac.uk>
0e73cc53 1415 - OpenBSD CVS update:
bcbf86ec 1416 - markus@cvs.openbsd.org
0e73cc53 1417 [ssh.c]
1418 fix usage()
1419 [ssh2.h]
1420 draft-ietf-secsh-architecture-05.txt
1421 [ssh.1]
1422 document ssh -T -N (ssh2 only)
1423 [channels.c serverloop.c ssh.h sshconnect.c sshd.c aux.c]
1424 enable nonblocking IO for sshd w/ proto 1, too; split out common code
1425 [aux.c]
1426 missing include
c04f75f1 1427 - Several patches from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
1428 - INSTALL typo and URL fix
1429 - Makefile fix
1430 - Solaris fixes
bcbf86ec 1431 - Checking for ssize_t and memmove. Based on patch from SAKAI Kiyotaka
c04f75f1 1432 <ksakai@kso.netwk.ntt-at.co.jp>
afa5ee68 1433 - RSAless operation patch from kevin_oconnor@standardandpoors.com
d45e3d76 1434 - Detect OpenSSL seperatly from RSA
bcbf86ec 1435 - Better test for RSA (more compatible with RSAref). Based on work by
d45e3d76 1436 Ed Eden <ede370@stl.rural.usda.gov>
ad85db64 1437
3d1a1654 143820000513
bcbf86ec 1439 - Fix for non-recognised DSA keys from Arkadiusz Miskiewicz
3d1a1654 1440 <misiek@pld.org.pl>
1441
d02a3a00 144220000511
bcbf86ec 1443 - Fix for prng_seed permissions checking from Lutz Jaenicke
d02a3a00 1444 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
3d1a1654 1445 - "make host-key" fix for Irix
d02a3a00 1446
d0c832f3 144720000509
1448 - OpenBSD CVS update
1449 - markus@cvs.openbsd.org
1450 [cipher.h myproposal.h readconf.c readconf.h servconf.c ssh.1 ssh.c]
1451 [ssh.h sshconnect1.c sshconnect2.c sshd.8]
1452 - complain about invalid ciphers in SSH1 (e.g. arcfour is SSH2 only)
1453 - hugh@cvs.openbsd.org
1454 [ssh.1]
1455 - zap typo
1456 [ssh-keygen.1]
1457 - One last nit fix. (markus approved)
1458 [sshd.8]
1459 - some markus certified spelling adjustments
1460 - markus@cvs.openbsd.org
1461 [auth2.c channels.c clientloop.c compat compat.h dsa.c kex.c]
1462 [sshconnect2.c ]
1463 - bug compat w/ ssh-2.0.13 x11, split out bugs
1464 [nchan.c]
1465 - no drain if ibuf_empty, fixes x11fwd problems; tests by fries@
1466 [ssh-keygen.c]
1467 - handle escapes in real and original key format, ok millert@
1468 [version.h]
1469 - OpenSSH-2.1
3dc1102e 1470 - Moved all the bsd-* and fake-* stuff into new libopenbsd-compat.a
e93ee87a 1471 - Doc updates
bcbf86ec 1472 - Cleanup of bsd-base64 headers, bugfix definitions of __b64_*. Reported
21e5304a 1473 by Andre Lucas <andre.lucas@dial.pipex.com>
d0c832f3 1474
ebdeb9a8 147520000508
1476 - Makefile and RPM spec fixes
1477 - Generate DSA host keys during "make key" or RPM installs
f6cde515 1478 - OpenBSD CVS update
1479 - markus@cvs.openbsd.org
1480 [clientloop.c sshconnect2.c]
1481 - make x11-fwd interop w/ ssh-2.0.13
1482 [README.openssh2]
1483 - interop w/ SecureFX
1484 - Release 2.0.0beta2
ebdeb9a8 1485
bcbf86ec 1486 - Configure caching and cleanup patch from Andre Lucas'
58d100bf 1487 <andre.lucas@dial.pipex.com>
1488
1d1ffb87 148920000507
1490 - Remove references to SSLeay.
1491 - Big OpenBSD CVS update
1492 - markus@cvs.openbsd.org
1493 [clientloop.c]
1494 - typo
1495 [session.c]
1496 - update proctitle on pty alloc/dealloc, e.g. w/ windows client
1497 [session.c]
1498 - update proctitle for proto 1, too
1499 [channels.h nchan.c serverloop.c session.c sshd.c]
1500 - use c-style comments
1501 - deraadt@cvs.openbsd.org
1502 [scp.c]
1503 - more atomicio
bcbf86ec 1504 - markus@cvs.openbsd.org
1d1ffb87 1505 [channels.c]
1506 - set O_NONBLOCK
1507 [ssh.1]
1508 - update AUTHOR
1509 [readconf.c ssh-keygen.c ssh.h]
1510 - default DSA key file ~/.ssh/id_dsa
1511 [clientloop.c]
1512 - typo, rm verbose debug
1513 - deraadt@cvs.openbsd.org
1514 [ssh-keygen.1]
1515 - document DSA use of ssh-keygen
1516 [sshd.8]
1517 - a start at describing what i understand of the DSA side
1518 [ssh-keygen.1]
1519 - document -X and -x
1520 [ssh-keygen.c]
1521 - simplify usage
bcbf86ec 1522 - markus@cvs.openbsd.org
1d1ffb87 1523 [sshd.8]
1524 - there is no rhosts_dsa
1525 [ssh-keygen.1]
1526 - document -y, update -X,-x
1527 [nchan.c]
1528 - fix close for non-open ssh1 channels
1529 [servconf.c servconf.h ssh.h sshd.8 sshd.c ]
1530 - s/DsaKey/HostDSAKey/, document option
1531 [sshconnect2.c]
1532 - respect number_of_password_prompts
1533 [channels.c channels.h servconf.c servconf.h session.c sshd.8]
1534 - GatewayPorts for sshd, ok deraadt@
1535 [ssh-add.1 ssh-agent.1 ssh.1]
1536 - more doc on: DSA, id_dsa, known_hosts2, authorized_keys2
1537 [ssh.1]
1538 - more info on proto 2
1539 [sshd.8]
1540 - sync AUTHOR w/ ssh.1
1541 [key.c key.h sshconnect.c]
1542 - print key type when talking about host keys
1543 [packet.c]
1544 - clear padding in ssh2
1545 [dsa.c key.c radix.c ssh.h sshconnect1.c uuencode.c uuencode.h]
1546 - replace broken uuencode w/ libc b64_ntop
1547 [auth2.c]
1548 - log failure before sending the reply
1549 [key.c radix.c uuencode.c]
1550 - remote trailing comments before calling __b64_pton
1551 [auth2.c readconf.c readconf.h servconf.c servconf.h ssh.1]
1552 [sshconnect2.c sshd.8]
1553 - add DSAAuthetication option to ssh/sshd, document SSH2 in sshd.8
1554 - Bring in b64_ntop and b64_pton from OpenBSD libc (bsd-base64.[ch])
1555
1a11e1ae 155620000502
0fbe8c74 1557 - OpenBSD CVS update
1558 [channels.c]
1559 - init all fds, close all fds.
1560 [sshconnect2.c]
1561 - check whether file exists before asking for passphrase
1562 [servconf.c servconf.h sshd.8 sshd.c]
1563 - PidFile, pr 1210
1564 [channels.c]
1565 - EINTR
1566 [channels.c]
1567 - unbreak, ok niels@
1568 [sshd.c]
1569 - unlink pid file, ok niels@
1570 [auth2.c]
1571 - Add missing #ifdefs; ok - markus
bcbf86ec 1572 - Add Andre Lucas' <andre.lucas@dial.pipex.com> patch to read entropy
d3083fbd 1573 gathering commands from a text file
1a11e1ae 1574 - Release 2.0.0beta1
1575
c4bc58eb 157620000501
1577 - OpenBSD CVS update
1578 [packet.c]
1579 - send debug messages in SSH2 format
3189621b 1580 [scp.c]
1581 - fix very rare EAGAIN/EINTR issues; based on work by djm
1582 [packet.c]
1583 - less debug, rm unused
1584 [auth2.c]
1585 - disable kerb,s/key in ssh2
1586 [sshd.8]
1587 - Minor tweaks and typo fixes.
1588 [ssh-keygen.c]
1589 - Put -d into usage and reorder. markus ok.
bcbf86ec 1590 - Include missing headers for OpenSSL tests. Fix from Phil Karn
44fb55e9 1591 <karn@ka9q.ampr.org>
bcbf86ec 1592 - Fixed __progname symbol collisions reported by Andre Lucas
3fd95d9a 1593 <andre.lucas@dial.pipex.com>
0d5f7abc 1594 - Merged bsd-login ttyslot and AIX utmp patch from Gert Doering
1595 <gd@hilb1.medat.de>
8cb940db 1596 - Add some missing ifdefs to auth2.c
8af50c98 1597 - Deprecate perl-tk askpass.
52bcc044 1598 - Irix portability fixes - don't include netinet headers more than once
1599 - Make sure we don't save PRNG seed more than once
c4bc58eb 1600
2b763e31 160120000430
1602 - Merge HP-UX fixes and TCB support from Ged Lodder <lodder@yacc.com.au>
b7a87eea 1603 - Integrate Andre Lucas' <andre.lucas@dial.pipex.com> entropy collection
1604 patch.
1605 - Adds timeout to entropy collection
1606 - Disables slow entropy sources
1607 - Load and save seed file
bcbf86ec 1608 - Changed entropy seed code to user per-user seeds only (server seed is
b7a87eea 1609 saved in root's .ssh directory)
1610 - Use atexit() and fatal cleanups to save seed on exit
0b242b12 1611 - More OpenBSD updates:
1612 [session.c]
1613 - don't call chan_write_failed() if we are not writing
1614 [auth-rsa.c auth1.c authfd.c hostfile.c ssh-agent.c]
1615 - keysize warnings error() -> log()
2b763e31 1616
a306f2dd 161720000429
1618 - Merge big update to OpenSSH-2.0 from OpenBSD CVS
1619 [README.openssh2]
1620 - interop w/ F-secure windows client
1621 - sync documentation
1622 - ssh_host_dsa_key not ssh_dsa_key
1623 [auth-rsa.c]
1624 - missing fclose
1625 [auth.c authfile.c compat.c dsa.c dsa.h hostfile.c key.c key.h radix.c]
1626 [readconf.c readconf.h ssh-add.c ssh-keygen.c ssh.c ssh.h sshconnect.c]
1627 [sshd.c uuencode.c uuencode.h authfile.h]
1628 - add DSA pubkey auth and other SSH2 fixes. use ssh-keygen -[xX]
1629 for trading keys with the real and the original SSH, directly from the
1630 people who invented the SSH protocol.
1631 [auth.c auth.h authfile.c sshconnect.c auth1.c auth2.c sshconnect.h]
1632 [sshconnect1.c sshconnect2.c]
1633 - split auth/sshconnect in one file per protocol version
1634 [sshconnect2.c]
1635 - remove debug
1636 [uuencode.c]
1637 - add trailing =
1638 [version.h]
1639 - OpenSSH-2.0
1640 [ssh-keygen.1 ssh-keygen.c]
1641 - add -R flag: exit code indicates if RSA is alive
1642 [sshd.c]
1643 - remove unused
1644 silent if -Q is specified
1645 [ssh.h]
1646 - host key becomes /etc/ssh_host_dsa_key
1647 [readconf.c servconf.c ]
1648 - ssh/sshd default to proto 1 and 2
1649 [uuencode.c]
1650 - remove debug
1651 [auth2.c ssh-keygen.c sshconnect2.c sshd.c]
1652 - xfree DSA blobs
1653 [auth2.c serverloop.c session.c]
1654 - cleanup logging for sshd/2, respect PasswordAuth no
1655 [sshconnect2.c]
1656 - less debug, respect .ssh/config
1657 [README.openssh2 channels.c channels.h]
bcbf86ec 1658 - clientloop.c session.c ssh.c
a306f2dd 1659 - support for x11-fwding, client+server
1660
0ac7199f 166120000421
1662 - Merge fix from OpenBSD CVS
1663 [ssh-agent.c]
1664 - Fix memory leak per connection. Report from Andy Spiegl <Andy@Spiegl.de>
1665 via Debian bug #59926
18ba2aab 1666 - Define __progname in session.c if libc doesn't
1667 - Remove indentation on autoconf #include statements to avoid bug in
bcbf86ec 1668 DEC Tru64 compiler. Report and fix from David Del Piero
18ba2aab 1669 <David.DelPiero@qed.qld.gov.au>
0ac7199f 1670
e1b37056 167120000420
bcbf86ec 1672 - Make fixpaths work with perl4, patch from Andre Lucas
e1b37056 1673 <andre.lucas@dial.pipex.com>
9da5c3c9 1674 - Sync with OpenBSD CVS:
1675 [clientloop.c login.c serverloop.c ssh-agent.c ssh.h sshconnect.c sshd.c]
1676 - pid_t
1677 [session.c]
1678 - remove bogus chan_read_failed. this could cause data
1679 corruption (missing data) at end of a SSH2 session.
4e577b89 1680 - Merge fixes from Debian patch from Phil Hands <phil@hands.com>
1681 - Allow setting of PAM service name through CFLAGS (SSHD_PAM_SERVICE)
1682 - Use vhangup to clean up Linux ttys
1683 - Force posix getopt processing on GNU libc systems
371ecff9 1684 - Debian bug #55910 - remove references to ssl(8) manpages
247f1a89 1685 - Debian bug #58031 - ssh_config lies about default cipher
e1b37056 1686
d6f24e45 168720000419
1688 - OpenBSD CVS updates
1689 [channels.c]
1690 - fix pr 1196, listen_port and port_to_connect interchanged
1691 [scp.c]
bcbf86ec 1692 - after completion, replace the progress bar ETA counter with a final
d6f24e45 1693 elapsed time; my idea, aaron wrote the patch
1694 [ssh_config sshd_config]
1695 - show 'Protocol' as an example, ok markus@
1696 [sshd.c]
1697 - missing xfree()
1698 - Add missing header to bsd-misc.c
1699
35484284 170020000416
1701 - Reduce diff against OpenBSD source
bcbf86ec 1702 - All OpenSSL includes are now unconditionally referenced as
35484284 1703 openssl/foo.h
1704 - Pick up formatting changes
1705 - Other minor changed (typecasts, etc) that I missed
1706
6ae2364d 170720000415
1708 - OpenBSD CVS updates.
1709 [ssh.1 ssh.c]
1710 - ssh -2
1711 [auth.c channels.c clientloop.c packet.c packet.h serverloop.c]
1712 [session.c sshconnect.c]
1713 - check payload for (illegal) extra data
1714 [ALL]
1715 whitespace cleanup
1716
c323ac76 171720000413
1718 - INSTALL doc updates
f54651ce 1719 - Merged OpenBSD updates to include paths.
bcbf86ec 1720
a8be9f80 172120000412
1722 - OpenBSD CVS updates:
1723 - [channels.c]
1724 repair x11-fwd
1725 - [sshconnect.c]
1726 fix passwd prompt for ssh2, less debugging output.
1727 - [clientloop.c compat.c dsa.c kex.c sshd.c]
1728 less debugging output
1729 - [kex.c kex.h sshconnect.c sshd.c]
1730 check for reasonable public DH values
1731 - [README.openssh2 cipher.c cipher.h compat.c compat.h readconf.c]
1732 [readconf.h servconf.c servconf.h ssh.c ssh.h sshconnect.c sshd.c]
1733 add Cipher and Protocol options to ssh/sshd, e.g.:
1734 ssh -o 'Protocol 1,2' if you prefer proto 1, ssh -o 'Ciphers
1735 arcfour,3des-cbc'
1736 - [sshd.c]
1737 print 1.99 only if server supports both
1738
18e92801 173920000408
1740 - Avoid some compiler warnings in fake-get*.c
1741 - Add IPTOS macros for systems which lack them
9d98aaf6 1742 - Only set define entropy collection macros if they are found
e78a59f5 1743 - More large OpenBSD CVS updates:
1744 - [auth.c auth.h servconf.c servconf.h serverloop.c session.c]
1745 [session.h ssh.h sshd.c README.openssh2]
1746 ssh2 server side, see README.openssh2; enable with 'sshd -2'
1747 - [channels.c]
1748 no adjust after close
1749 - [sshd.c compat.c ]
1750 interop w/ latest ssh.com windows client.
bcbf86ec 1751
8ce64345 175220000406
1753 - OpenBSD CVS update:
1754 - [channels.c]
1755 close efd on eof
1756 - [clientloop.c compat.c ssh.c sshconnect.c myproposal.h]
1757 ssh2 client implementation, interops w/ ssh.com and lsh servers.
1758 - [sshconnect.c]
1759 missing free.
1760 - [authfile.c cipher.c cipher.h packet.c sshconnect.c sshd.c]
1761 remove unused argument, split cipher_mask()
1762 - [clientloop.c]
1763 re-order: group ssh1 vs. ssh2
1764 - Make Redhat spec require openssl >= 0.9.5a
1765
e7627112 176620000404
1767 - Add tests for RAND_add function when searching for OpenSSL
7e7327a1 1768 - OpenBSD CVS update:
1769 - [packet.h packet.c]
1770 ssh2 packet format
1771 - [packet.h packet.c nchan2.ms nchan.h compat.h compat.c]
1772 [channels.h channels.c]
1773 channel layer support for ssh2
1774 - [kex.h kex.c hmac.h hmac.c dsa.c dsa.h]
1775 DSA, keyexchange, algorithm agreement for ssh2
6c081128 1776 - Generate manpages before make install not at the end of make all
1777 - Don't seed the rng quite so often
1778 - Always reseed rng when requested
e7627112 1779
bfc9a610 178020000403
1781 - Wrote entropy collection routines for systems that lack /dev/random
1782 and EGD
837c30b8 1783 - Disable tests and typedefs for 64 bit types. They are currently unused.
bfc9a610 1784
7368a6c8 178520000401
1786 - Big OpenBSD CVS update (mainly beginnings of SSH2 infrastructure)
1787 - [auth.c session.c sshd.c auth.h]
1788 split sshd.c -> auth.c session.c sshd.c plus cleanup and goto-removal
1789 - [bufaux.c bufaux.h]
1790 support ssh2 bignums
1791 - [channels.c channels.h clientloop.c sshd.c nchan.c nchan.h packet.c]
1792 [readconf.c ssh.c ssh.h serverloop.c]
1793 replace big switch() with function tables (prepare for ssh2)
1794 - [ssh2.h]
1795 ssh2 message type codes
1796 - [sshd.8]
1797 reorder Xr to avoid cutting
1798 - [serverloop.c]
1799 close(fdin) if fdin != fdout, shutdown otherwise, ok theo@
1800 - [channels.c]
1801 missing close
1802 allow bigger packets
1803 - [cipher.c cipher.h]
1804 support ssh2 ciphers
1805 - [compress.c]
1806 cleanup, less code
1807 - [dispatch.c dispatch.h]
1808 function tables for different message types
1809 - [log-server.c]
1810 do not log() if debuggin to stderr
1811 rename a cpp symbol, to avoid param.h collision
1812 - [mpaux.c]
1813 KNF
1814 - [nchan.c]
1815 sync w/ channels.c
1816
f5238bee 181720000326
1818 - Better tests for OpenSSL w/ RSAref
bcbf86ec 1819 - Added replacement setenv() function from OpenBSD libc. Suggested by
f5238bee 1820 Ben Lindstrom <mouring@pconline.com>
4fe2af09 1821 - OpenBSD CVS update
1822 - [auth-krb4.c]
1823 -Wall
1824 - [auth-rh-rsa.c auth-rsa.c hostfile.c hostfile.h key.c key.h match.c]
1825 [match.h ssh.c ssh.h sshconnect.c sshd.c]
1826 initial support for DSA keys. ok deraadt@, niels@
1827 - [cipher.c cipher.h]
1828 remove unused cipher_attack_detected code
1829 - [scp.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
1830 Fix some formatting problems I missed before.
1831 - [ssh.1 sshd.8]
1832 fix spelling errors, From: FreeBSD
1833 - [ssh.c]
1834 switch to raw mode only if he _get_ a pty (not if we _want_ a pty).
f5238bee 1835
0024a081 183620000324
1837 - Released 1.2.3
1838
bd499f9e 183920000317
1840 - Clarified --with-default-path option.
1841 - Added -blibpath handling for AIX to work around stupid runtime linking.
1842 Problem elucidated by gshapiro@SENDMAIL.ORG by way of Jim Knoble
1843 <jmknoble@pobox.com>
474b5fef 1844 - Checks for 64 bit int types. Problem report from Mats Fredholm
1845 <matsf@init.se>
610cd5c6 1846 - OpenBSD CVS updates:
bcbf86ec 1847 - [atomicio.c auth-krb4.c bufaux.c channels.c compress.c fingerprint.c]
610cd5c6 1848 [packet.h radix.c rsa.c scp.c ssh-agent.c ssh-keygen.c sshconnect.c]
1849 [sshd.c]
1850 pedantic: signed vs. unsigned, void*-arithm, etc
1851 - [ssh.1 sshd.8]
1852 Various cleanups and standardizations.
bcbf86ec 1853 - Runtime error fix for HPUX from Otmar Stahl
be48d23c 1854 <O.Stahl@lsw.uni-heidelberg.de>
bd499f9e 1855
4696775a 185620000316
bcbf86ec 1857 - Fixed configure not passing LDFLAGS to Solaris. Report from David G.
4696775a 1858 Hesprich <dghespri@sprintparanet.com>
d423d822 1859 - Propogate LD through to Makefile
b7a9ce47 1860 - Doc cleanups
2ba2a610 1861 - Added blurb about "scp: command not found" errors to UPGRADING
4696775a 1862
cb0b7ea4 186320000315
1864 - Fix broken CFLAGS handling during search for OpenSSL. Fixes va_list
1865 problems with gcc/Solaris.
bcbf86ec 1866 - Don't free argument to putenv() after use (in setenv() replacement).
db55a3ea 1867 Report from Seigo Tanimura <tanimura@r.dl.itc.u-tokyo.ac.jp>
bcbf86ec 1868 - Created contrib/ subdirectory. Included helpers from Phil Hands'
13652e52 1869 Debian package, README file and chroot patch from Ricardo Cerqueira
1870 <rmcc@clix.pt>
bcbf86ec 1871 - Moved gnome-ssh-askpass.c to contrib directory and removed config
13652e52 1872 option.
1873 - Slight cleanup to doc files
b14b2ae7 1874 - Configure fix from Bratislav ILICH <bilic@zepter.ru>
cb0b7ea4 1875
a8ed9fd9 187620000314
bcbf86ec 1877 - Include macro for IN6_IS_ADDR_V4MAPPED. Report from
a8ed9fd9 1878 peter@frontierflying.com
84afc958 1879 - Include /usr/local/include and /usr/local/lib for systems that don't
1880 do it themselves
1881 - -R/usr/local/lib for Solaris
1882 - Fix RSAref detection
1883 - Fix IN6_IS_ADDR_V4MAPPED macro
a8ed9fd9 1884
bcf36c78 188520000311
1886 - Detect RSAref
43e48848 1887 - OpenBSD CVS change
1888 [sshd.c]
1889 - disallow guessing of root password
867dbf40 1890 - More configure fixes
80faa19f 1891 - IPv6 workarounds from Hideaki YOSHIFUJI <yoshfuji@ecei.tohoku.ac.jp>
bcf36c78 1892
c8d54615 189320000309
1894 - OpenBSD CVS updates to v1.2.3
704b1659 1895 [ssh.h atomicio.c]
1896 - int atomicio -> ssize_t (for alpha). ok deraadt@
1897 [auth-rsa.c]
1898 - delay MD5 computation until client sends response, free() early, cleanup.
1899 [cipher.c]
1900 - void* -> unsigned char*, ok niels@
1901 [hostfile.c]
1902 - remove unused variable 'len'. fix comments.
1903 - remove unused variable
1904 [log-client.c log-server.c]
1905 - rename a cpp symbol, to avoid param.h collision
1906 [packet.c]
1907 - missing xfree()
1908 - getsockname() requires initialized tolen; andy@guildsoftware.com
1909 - use getpeername() in packet_connection_is_on_socket(), fixes sshd -i;
1910 from Holger.Trapp@Informatik.TU-Chemnitz.DE
1911 [pty.c pty.h]
bcbf86ec 1912 - register cleanup for pty earlier. move code for pty-owner handling to
c8d54615 1913 pty.c ok provos@, dugsong@
704b1659 1914 [readconf.c]
1915 - turn off x11-fwd for the client, too.
1916 [rsa.c]
1917 - PKCS#1 padding
1918 [scp.c]
1919 - allow '.' in usernames; from jedgar@fxp.org
1920 [servconf.c]
1921 - typo: ignore_user_known_hosts int->flag; naddy@mips.rhein-neckar.de
1922 - sync with sshd_config
1923 [ssh-keygen.c]
1924 - enable ssh-keygen -l -f ~/.ssh/known_hosts, ok deraadt@
1925 [ssh.1]
1926 - Change invalid 'CHAT' loglevel to 'VERBOSE'
1927 [ssh.c]
1928 - suppress AAAA query host when '-4' is used; from shin@nd.net.fujitsu.co.jp
1929 - turn off x11-fwd for the client, too.
1930 [sshconnect.c]
1931 - missing xfree()
1932 - retry rresvport_af(), too. from sumikawa@ebina.hitachi.co.jp.
1933 - read error vs. "Connection closed by remote host"
1934 [sshd.8]
1935 - ie. -> i.e.,
1936 - do not link to a commercial page..
1937 - sync with sshd_config
1938 [sshd.c]
1939 - no need for poll.h; from bright@wintelcom.net
1940 - log with level log() not fatal() if peer behaves badly.
1941 - don't panic if client behaves strange. ok deraadt@
1942 - make no-port-forwarding for RSA keys deny both -L and -R style fwding
1943 - delay close() of pty until the pty has been chowned back to root
1944 - oops, fix comment, too.
1945 - missing xfree()
1946 - move XAUTHORITY to subdir. ok dugsong@. fixes debian bug #57907, too.
1947 (http://cgi.debian.org/cgi-bin/bugreport.cgi?archive=no&bug=57907)
bcbf86ec 1948 - register cleanup for pty earlier. move code for pty-owner handling to
704b1659 1949 pty.c ok provos@, dugsong@
1950 - create x11 cookie file
1951 - fix pr 1113, fclose() -> pclose(), todo: remote popen()
1952 - version 1.2.3
c8d54615 1953 - Cleaned up
bcbf86ec 1954 - Removed warning workaround for Linux and devpts filesystems (no longer
d8223847 1955 required after OpenBSD updates)
c8d54615 1956
07055445 195720000308
1958 - Configure fix from Hiroshi Takekawa <takekawa@sr3.t.u-tokyo.ac.jp>
1959
196020000307
1961 - Released 1.2.2p1
1962
9c8c3fc6 196320000305
1964 - Fix DEC compile fix
54096dcc 1965 - Explicitly seed OpenSSL's PRNG before checking rsa_alive()
aa6bd60a 1966 - Check for getpagesize in libucb.a if not found in libc. Fix for old
1967 Solaris from Andre Lucas <andre.lucas@dial.pipex.com>
bcbf86ec 1968 - Check for libwrap if --with-tcp-wrappers option specified. Suggestion
9fc7867e 1969 Mate Wierdl <mw@moni.msci.memphis.edu>
9c8c3fc6 1970
6bf4d066 197120000303
1972 - Added "make host-key" target, Suggestion from Dominik Brettnacher
1973 <domi@saargate.de>
bcbf86ec 1974 - Don't permanently fail on bind() if getaddrinfo has more choices left for
16218745 1975 us. Needed to work around messy IPv6 on Linux. Patch from Arkadiusz
1976 Miskiewicz <misiek@pld.org.pl>
22fa590f 1977 - DEC Unix compile fix from David Del Piero <David.DelPiero@qed.qld.gov.au>
1978 - Manpage fix from David Del Piero <David.DelPiero@qed.qld.gov.au>
6bf4d066 1979
a0391976 198020000302
1981 - Big cleanup of autoconf code
1982 - Rearranged to be a little more logical
1983 - Added -R option for Solaris
1984 - Rewrote OpenSSL detection code. Now uses AC_TRY_RUN with a test program
1985 to detect library and header location _and_ ensure library has proper
1986 RSA support built in (this is a problem with OpenSSL 0.9.5).
817175bc 1987 - Applied pty cleanup patch from markus.friedl@informatik.uni-erlangen.de
0a1718dc 1988 - Avoid warning message with Unix98 ptys
bcbf86ec 1989 - Warning was valid - possible race condition on PTYs. Avoided using
3276571c 1990 platform-specific code.
1991 - Document some common problems
bcbf86ec 1992 - Allow root access to any key. Patch from
81eef326 1993 markus.friedl@informatik.uni-erlangen.de
a0391976 1994
f55afe71 199520000207
1996 - Removed SOCKS code. Will support through a ProxyCommand.
1997
d07d1c58 199820000203
1999 - Fixed SEGVs in authloop, fix from vbzoli@hbrt.hu
d581b7ae 2000 - Add --with-ssl-dir option
d07d1c58 2001
9d5f374b 200220000202
bcbf86ec 2003 - Fix lastlog code for directory based lastlogs. Fix from Josh Durham
9d5f374b 2004 <jmd@aoe.vt.edu>
6b1f3fdb 2005 - Documentation fixes from HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
bcbf86ec 2006 - Added URLs to Japanese translations of documents by HARUYAMA Seigo
6b1f3fdb 2007 <haruyama@nt.phys.s.u-tokyo.ac.jp>
9d5f374b 2008
bc8c2601 200920000201
2010 - Use socket pairs by default (instead of pipes). Prevents race condition
2011 on several (buggy) OSs. Report and fix from tridge@linuxcare.com
2012
69c76614 201320000127
2014 - Seed OpenSSL's random number generator before generating RSA keypairs
2015 - Split random collector into seperate file
aaf2abd7 2016 - Compile fix from Andre Lucas <andre.lucas@dial.pipex.com>
69c76614 2017
f9507c24 201820000126
2019 - Released 1.2.2 stable
2020
bcbf86ec 2021 - NeXT keeps it lastlog in /usr/adm. Report from
f9507c24 2022 mouring@newton.pconline.com
bcbf86ec 2023 - Added note in UPGRADING re interop with commercial SSH using idea.
587120ad 2024 Report from Jim Knoble <jmknoble@pobox.com>
2025 - Fix linking order for Kerberos/AFS. Fix from Holget Trapp
2026 <Holger.Trapp@Informatik.TU-Chemnitz.DE>
f9507c24 2027
bfae20ad 202820000125
bcbf86ec 2029 - Fix NULL pointer dereference in login.c. Fix from Andre Lucas
bfae20ad 2030 <andre.lucas@dial.pipex.com>
07b0cb78 2031 - Reorder PAM initialisation so it does not mess up lastlog. Reported
2032 by Andre Lucas <andre.lucas@dial.pipex.com>
bcbf86ec 2033 - Use preformatted manpages on SCO, report from Gary E. Miller
9755cbdb 2034 <gem@rellim.com>
2035 - New URL for x11-ssh-askpass.
bcbf86ec 2036 - Fixpaths was missing /etc/ssh_known_hosts. Report from Jim Knoble
7e31dc81 2037 <jmknoble@pobox.com>
bcbf86ec 2038 - Added 'DESTDIR' option to Makefile to ease package building. Patch from
ff8ecdb8 2039 Jim Knoble <jmknoble@pobox.com>
2040 - Updated RPM spec files to use DESTDIR
bfae20ad 2041
bb58aa4b 204220000124
2043 - Pick up version 1.2.2 from OpenBSD CVS (no changes, just version number
2044 increment)
2045
d45317d8 204620000123
2047 - OpenBSD CVS:
2048 - [packet.c]
2049 getsockname() requires initialized tolen; andy@guildsoftware.com
bcbf86ec 2050 - AIX patch from Matt Richards <v2matt@btv.ibm.com> and David Rankin
4c40f834 2051 <drankin@bohemians.lexington.ky.us>
12aa90af 2052 - Fix lastlog support, patch from Andre Lucas <andre.lucas@dial.pipex.com>
d45317d8 2053
e844f761 205420000122
2055 - Fix compilation of bsd-snprintf.c on Solaris, fix from Ben Taylor
2056 <bent@clark.net>
c54a6257 2057 - Merge preformatted manpage patch from Andre Lucas
2058 <andre.lucas@dial.pipex.com>
8eb34e02 2059 - Make IPv4 use the default in RPM packages
2060 - Irix uses preformatted manpages
1e64903d 2061 - Missing htons() in bsd-bindresvport.c, fix from Holger Trapp
2062 <Holger.Trapp@Informatik.TU-Chemnitz.DE>
9bc5ddfe 2063 - OpenBSD CVS updates:
2064 - [packet.c]
2065 use getpeername() in packet_connection_is_on_socket(), fixes sshd -i;
2066 from Holger.Trapp@Informatik.TU-Chemnitz.DE
2067 - [sshd.c]
2068 log with level log() not fatal() if peer behaves badly.
2069 - [readpass.c]
bcbf86ec 2070 instead of blocking SIGINT, catch it ourselves, so that we can clean
2071 the tty modes up and kill ourselves -- instead of our process group
2072 leader (scp, cvs, ...) going away and leaving us in noecho mode.
9bc5ddfe 2073 people with cbreak shells never even noticed..
399d9d44 2074 - [ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
2075 ie. -> i.e.,
e844f761 2076
4c8ef3fb 207720000120
2078 - Don't use getaddrinfo on AIX
7b2ea3a1 2079 - Update to latest OpenBSD CVS:
2080 - [auth-rsa.c]
2081 - fix user/1056, sshd keeps restrictions; dbt@meat.net
2082 - [sshconnect.c]
2083 - disable agent fwding for proto 1.3, remove abuse of auth-rsa flags.
2084 - destroy keys earlier
bcbf86ec 2085 - split key exchange (kex) and user authentication (user-auth),
d468fc76 2086 ok: provos@
7b2ea3a1 2087 - [sshd.c]
2088 - no need for poll.h; from bright@wintelcom.net
2089 - disable agent fwding for proto 1.3, remove abuse of auth-rsa flags.
bcbf86ec 2090 - split key exchange (kex) and user authentication (user-auth),
d468fc76 2091 ok: provos@
f3bba493 2092 - Big manpage and config file cleanup from Andre Lucas
2093 <andre.lucas@dial.pipex.com>
5f4fdfae 2094 - Re-added latest (unmodified) OpenBSD manpages
47f9a56a 2095 - Doc updates
d468fc76 2096 - NetBSD patch from David Rankin <drankin@bohemians.lexington.ky.us> and
2097 Christos Zoulas <christos@netbsd.org>
4c8ef3fb 2098
082bbfb3 209920000119
20af321f 2100 - SCO compile fixes from Gary E. Miller <gem@rellim.com>
082bbfb3 2101 - Compile fix from Darren_Hall@progressive.com
59e76f33 2102 - Linux/glibc-2.1.2 takes a *long* time to look up names for AF_UNSPEC
2103 addresses using getaddrinfo(). Added a configure switch to make the
2104 default lookup mode AF_INET
082bbfb3 2105
a63a7f37 210620000118
2107 - Fixed --with-pid-dir option
51a6baf8 2108 - Makefile fix from Gary E. Miller <gem@rellim.com>
bcbf86ec 2109 - Compile fix for HPUX and Solaris from Andre Lucas
976f7e19 2110 <andre.lucas@dial.pipex.com>
a63a7f37 2111
f914c7fb 211220000117
2113 - Clean up bsd-bindresvport.c. Use arc4random() for picking initial
2114 port, ignore EINVAL errors (Linux) when searching for free port.
bcbf86ec 2115 - Revert __snprintf -> snprintf aliasing. Apparently Solaris
de93b046 2116 __snprintf isn't. Report from Theo de Raadt <theo@cvs.openbsd.org>
9b363e1c 2117 - Document location of Redhat PAM file in INSTALL.
bcbf86ec 2118 - Fixed X11 forwarding bug on Linux. libc advertises AF_INET6
2119 INADDR_ANY_INIT addresses via getaddrinfo, but may not be able to
f4a7cf29 2120 deliver (no IPv6 kernel support)
80a44451 2121 - Released 1.2.1pre27
f914c7fb 2122
f4a7cf29 2123 - Fix rresvport_af failure errors (logic error in bsd-bindresvport.c)
bcbf86ec 2124 - Fix --with-ipaddr-display option test. Fix from Jarno Huuskonen
cf8ad170 2125 <jhuuskon@hytti.uku.fi>
bcbf86ec 2126 - Fix hang on logout if processes are still using the pty. Needs
691a8a9f 2127 further testing.
5957fd29 2128 - Patch from Christos Zoulas <christos@zoulas.com>
2129 - Try $prefix first when looking for OpenSSL.
2130 - Include sys/types.h when including sys/socket.h in test programs
bcbf86ec 2131 - Substitute PID directory in sshd.8. Suggestion from Andrew
19d9ac2a 2132 Stribblehill <a.d.stribblehill@durham.ac.uk>
f4a7cf29 2133
47e45e44 213420000116
2135 - Renamed --with-xauth-path to --with-xauth
2136 - Added --with-pid-dir option
2137 - Released 1.2.1pre26
2138
a82ef8ae 2139 - Compilation fix from Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
bcbf86ec 2140 - Fixed broken bugfix for /dev/ptmx on Linux systems which lack
66be05a1 2141 openpty(). Report from Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
a82ef8ae 2142
5cdfe03f 214320000115
2144 - Add --with-xauth-path configure directive and explicit test for
bcbf86ec 2145 /usr/openwin/bin/xauth for Solaris systems. Report from Anders
5cdfe03f 2146 Nordby <anders@fix.no>
bcbf86ec 2147 - Fix incorrect detection of /dev/ptmx on Linux systems that lack
5cdfe03f 2148 openpty. Report from John Seifarth <john@waw.be>
2149 - Look for intXX_t and u_intXX_t in sys/bitypes.h if they are not in
bcbf86ec 2150 sys/types.h. Fixes problems on SCO, report from Gary E. Miller
5cdfe03f 2151 <gem@rellim.com>
2152 - Use __snprintf and __vnsprintf if they are found where snprintf and
2153 vnsprintf are lacking. Suggested by Ben Taylor <bent@shell.clark.net>
2154 and others.
2155
48e671d5 215620000114
2157 - Merged OpenBSD IPv6 patch:
2158 - [sshd.c sshd.8 sshconnect.c ssh.h ssh.c servconf.h servconf.c scp.1]
2159 [scp.c packet.h packet.c login.c log.c canohost.c channels.c]
2160 [hostfile.c sshd_config]
2161 ipv6 support: mostly gethostbyname->getaddrinfo/getnameinfo, new
bcbf86ec 2162 features: sshd allows multiple ListenAddress and Port options. note
2163 that libwrap is not IPv6-ready. (based on patches from
48e671d5 2164 fujiwara@rcac.tdi.co.jp)
2165 - [ssh.c canohost.c]
bcbf86ec 2166 more hints (hints.ai_socktype=SOCK_STREAM) for getaddrinfo,
48e671d5 2167 from itojun@
2168 - [channels.c]
2169 listen on _all_ interfaces for X11-Fwd (hints.ai_flags = AI_PASSIVE)
2170 - [packet.h]
2171 allow auth-kerberos for IPv4 only
2172 - [scp.1 sshd.8 servconf.h scp.c]
2173 document -4, -6, and 'ssh -L 2022/::1/22'
2174 - [ssh.c]
bcbf86ec 2175 'ssh @host' is illegal (null user name), from
48e671d5 2176 karsten@gedankenpolizei.de
2177 - [sshconnect.c]
2178 better error message
2179 - [sshd.c]
2180 allow auth-kerberos for IPv4 only
2181 - Big IPv6 merge:
2182 - Cleanup overrun in sockaddr copying on RHL 6.1
2183 - Replacements for getaddrinfo, getnameinfo, etc based on versions
2184 from patch from KIKUCHI Takahiro <kick@kyoto.wide.ad.jp>
2185 - Replacement for missing structures on systems that lack IPv6
2186 - record_login needed to know about AF_INET6 addresses
2187 - Borrowed more code from OpenBSD: rresvport_af and requisites
2188
2598df62 218920000110
2190 - Fixes to auth-skey to enable it to use the standard OpenSSL libraries
2191
b8a0310d 219220000107
2193 - New config.sub and config.guess to fix problems on SCO. Supplied
2194 by Gary E. Miller <gem@rellim.com>
b6a98a85 2195 - SCO build fix from Gary E. Miller <gem@rellim.com>
2598df62 2196 - Released 1.2.1pre25
b8a0310d 2197
dfb95100 219820000106
2199 - Documentation update & cleanup
2200 - Better KrbIV / AFS detection, based on patch from:
2201 Holger Trapp <Holger.Trapp@Informatik.TU-Chemnitz.DE>
2202
b9795b89 220320000105
bcbf86ec 2204 - Fixed annoying DES corruption problem. libcrypt has been
b9795b89 2205 overriding symbols in libcrypto. Removed libcrypt and crypt.h
2206 altogether (libcrypto includes its own crypt(1) replacement)
2207 - Added platform-specific rules for Irix 6.x. Included warning that
2208 they are untested.
2209
a1ec4d79 221020000103
2211 - Add explicit make rules for files proccessed by fixpaths.
bcbf86ec 2212 - Fix "make install" in RPM spec files. Report from Tenkou N. Hattori
a1ec4d79 2213 <tnh@kondara.org>
bcbf86ec 2214 - Removed "nullok" directive from default PAM configuration files.
2215 Added information on enabling EmptyPasswords on openssh+PAM in
607d73e6 2216 UPGRADING file.
e02735bb 2217 - OpenBSD CVS updates
2218 - [ssh-agent.c]
bcbf86ec 2219 cleanup_exit() for SIGTERM/SIGHUP, too. from fgsch@ and
e02735bb 2220 dgaudet@arctic.org
2221 - [sshconnect.c]
2222 compare correct version for 1.3 compat mode
a1ec4d79 2223
93c7f644 222420000102
2225 - Prevent multiple inclusion of config.h and defines.h. Suggested
2226 by Andre Lucas <andre.lucas@dial.pipex.com>
2227 - Properly clean up on exit of ssh-agent. Patch from Dean Gaudet
2228 <dgaudet@arctic.org>
2229
76b8607f 223019991231
bcbf86ec 2231 - Fix password support on systems with a mixture of shadowed and
2232 non-shadowed passwords (e.g. NIS). Report and fix from
76b8607f 2233 HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
bcbf86ec 2234 - Fix broken autoconf typedef detection. Report from Marc G.
723221b5 2235 Fournier <marc.fournier@acadiau.ca>
b92964b7 2236 - Fix occasional crash on LinuxPPC. Patch from Franz Sirl
2237 <Franz.Sirl-kernel@lauterbach.com>
bcbf86ec 2238 - Prevent typedefs from being compiled more than once. Report from
a6ddc88b 2239 Marc G. Fournier <marc.fournier@acadiau.ca>
4811cc0b 2240 - Fill in ut_utaddr utmp field. Report from Benjamin Charron
2241 <iretd@bigfoot.com>
bcbf86ec 2242 - Really fix broken default path. Fix from Jim Knoble
c43d69a9 2243 <jmknoble@pobox.com>
ae3a3d31 2244 - Remove test for quad_t. No longer needed.
76a8e733 2245 - Released 1.2.1pre24
2246
2247 - Added support for directory-based lastlogs
2248 - Really fix typedefs, patch from Ben Taylor <bent@clark.net>
76b8607f 2249
13f825f4 225019991230
2251 - OpenBSD CVS updates:
2252 - [auth-passwd.c]
2253 check for NULL 1st
bcbf86ec 2254 - Removed most of the pam code into its own file auth-pam.[ch]. This
a5c9cd31 2255 cleaned up sshd.c up significantly.
bcbf86ec 2256 - PAM authentication was incorrectly interpreting
76b8607f 2257 "PermitRootLogin without-password". Report from Matthias Andree
2258 <ma@dt.e-technik.uni-dortmund.de
a5c9cd31 2259 - Several other cleanups
0bc5b6fb 2260 - Merged Dante SOCKS support patch from David Rankin
2261 <drankin@bohemians.lexington.ky.us>
2262 - Updated documentation with ./configure options
76b8607f 2263 - Released 1.2.1pre23
13f825f4 2264
c73a0cb5 226519991229
bcbf86ec 2266 - Applied another NetBSD portability patch from David Rankin
c73a0cb5 2267 <drankin@bohemians.lexington.ky.us>
2268 - Fix --with-default-path option.
bcbf86ec 2269 - Autodetect perl, patch from David Rankin
a0f84251 2270 <drankin@bohemians.lexington.ky.us>
bcbf86ec 2271 - Print whether OpenSSH was compiled with RSARef, patch from
0a2ff95d 2272 Nalin Dahyabhai <nalin@thermo.stat.ncsu.edu>
bcbf86ec 2273 - Calls to pam_setcred, patch from Nalin Dahyabhai
f91bacbd 2274 <nalin@thermo.stat.ncsu.edu>
e3a93db0 2275 - Detect missing size_t and typedef it.
5ab44a92 2276 - Rename helper.[ch] to (more appropriate) bsd-misc.[ch]
2277 - Minor Makefile cleaning
c73a0cb5 2278
b6019d68 227919991228
2280 - Replacement for getpagesize() for systems which lack it
bcbf86ec 2281 - NetBSD login.c compile fix from David Rankin
70e0115b 2282 <drankin@bohemians.lexington.ky.us>
2283 - Fully set ut_tv if present in utmp or utmpx
d94aa2ae 2284 - Portability fixes for Irix 5.3 (now compiles OK!)
2285 - autoconf and other misc cleanups
ea1970a3 2286 - Merged AIX patch from Darren Hall <dhall@virage.org>
2287 - Cleaned up defines.h
fa9a2dd6 2288 - Released 1.2.1pre22
b6019d68 2289
d2dcff5f 229019991227
2291 - Automatically correct paths in manpages and configuration files. Patch
2292 and script from Andre Lucas <andre.lucas@dial.pipex.com>
2293 - Removed credits from README to CREDITS file, updated.
cb807f40 2294 - Added --with-default-path to specify custom path for server
2295 - Removed #ifdef trickery from acconfig.h into defines.h
36a5b38e 2296 - PAM bugfix. PermitEmptyPassword was being ignored.
2297 - Fixed PAM config files to allow empty passwords if server does.
2298 - Explained spurious PAM auth warning workaround in UPGRADING
21feb5fa 2299 - Use last few chars of tty line as ut_id
5a7794be 2300 - New SuSE RPM spec file from Chris Saia <csaia@wtower.com>
00e6dd70 2301 - OpenBSD CVS updates:
2302 - [packet.h auth-rhosts.c]
2303 check format string for packet_disconnect and packet_send_debug, too
2304 - [channels.c]
2305 use packet_get_maxsize for channels. consistence.
d2dcff5f 2306
f74efc8d 230719991226
2308 - Enabled utmpx support by default for Solaris
2309 - Cleanup sshd.c PAM a little more
bc7ea646 2310 - Revised RPM package to include Jim Knoble's <jmknoble@pobox.com>
2311 X11 ssh-askpass program.
20c43d8c 2312 - Disable logging of PAM success and failures, PAM is verbose enough.
bcbf86ec 2313 Unfortunatly there is currently no way to disable auth failure
2314 messages. Mention this in UPGRADING file and sent message to PAM
20c43d8c 2315 developers
83b7f649 2316 - OpenBSD CVS update:
2317 - [ssh-keygen.1 ssh.1]
bcbf86ec 2318 remove ref to .ssh/random_seed, mention .ssh/environment in
83b7f649 2319 .Sh FILES, too
72251cb6 2320 - Released 1.2.1pre21
bcbf86ec 2321 - Fixed implicit '.' in default path, report from Jim Knoble
72251cb6 2322 <jmknoble@pobox.com>
30a39691 2323 - Redhat RPM spec fixes from Jim Knoble <jmknoble@pobox.com>
f74efc8d 2324
f498ed15 232519991225
2326 - More fixes from Andre Lucas <andre.lucas@dial.pipex.com>
2327 - Cleanup of auth-passwd.c for shadow and MD5 passwords
2328 - Cleanup and bugfix of PAM authentication code
f74efc8d 2329 - Released 1.2.1pre20
2330
2331 - Merged fixes from Ben Taylor <bent@clark.net>
2332 - Fixed configure support for PAM. Reported by Naz <96na@eng.cam.ac.uk>
2333 - Disabled logging of PAM password authentication failures when password
2334 is empty. (e.g start of authentication loop). Reported by Naz
2335 <96na@eng.cam.ac.uk>)
f498ed15 2336
233719991223
bcbf86ec 2338 - Merged later HPUX patch from Andre Lucas
f498ed15 2339 <andre.lucas@dial.pipex.com>
2340 - Above patch included better utmpx support from Ben Taylor
f74efc8d 2341 <bent@clark.net>
f498ed15 2342
eef6f7e9 234319991222
bcbf86ec 2344 - Fix undefined fd_set type in ssh.h from Povl H. Pedersen
eef6f7e9 2345 <pope@netguide.dk>
ae28776a 2346 - Fix login.c breakage on systems which lack ut_host in struct
2347 utmp. Reported by Willard Dawson <willard.dawson@sbs.siemens.com>
eef6f7e9 2348
a7effaac 234919991221
bcbf86ec 2350 - Integration of large HPUX patch from Andre Lucas
2351 <andre.lucas@dial.pipex.com>. Integrating it had a few other
a7effaac 2352 benefits:
2353 - Ability to disable shadow passwords at configure time
2354 - Ability to disable lastlog support at configure time
2355 - Support for IP address in $DISPLAY
ae2f7af7 2356 - OpenBSD CVS update:
2357 - [sshconnect.c]
2358 say "REMOTE HOST IDENTIFICATION HAS CHANGED"
59dd7a31 2359 - Fix DISABLE_SHADOW support
2360 - Allow MD5 passwords even if shadow passwords are disabled
16034de9 2361 - Release 1.2.1pre19
a7effaac 2362
3f1d9bcd 236319991218
bcbf86ec 2364 - Redhat init script patch from Chun-Chung Chen
3f1d9bcd 2365 <cjj@u.washington.edu>
7e1c2490 2366 - Avoid breakage on systems without IPv6 headers
3f1d9bcd 2367
60d804c8 236819991216
bcbf86ec 2369 - Makefile changes for Solaris from Peter Kocks
60d804c8 2370 <peter.kocks@baygate.com>
89cafde6 2371 - Minor updates to docs
2372 - Merged OpenBSD CVS changes:
2373 - [authfd.c ssh-agent.c]
2374 keysize warnings talk about identity files
2375 - [packet.c]
2376 "Connection closed by x.x.x.x": fatal() -> log()
bcbf86ec 2377 - Correctly handle empty passwords in shadow file. Patch from:
c9d323f0 2378 "Chris, the Young One" <cky@pobox.com>
2379 - Released 1.2.1pre18
60d804c8 2380
7dc6fc6d 238119991215
2382 - Integrated patchs from Juergen Keil <jk@tools.de>
2383 - Avoid void* pointer arithmatic
2384 - Use LDFLAGS correctly
68227e6d 2385 - Fix SIGIO error in scp
2386 - Simplify status line printing in scp
bcbf86ec 2387 - Added better test for inline functions compiler support from
906a2515 2388 Darren_Hall@progressive.com
7dc6fc6d 2389
95f1eccc 239019991214
2391 - OpenBSD CVS Changes
2392 - [canohost.c]
bcbf86ec 2393 fix get_remote_port() and friends for sshd -i;
95f1eccc 2394 Holger.Trapp@Informatik.TU-Chemnitz.DE
2395 - [mpaux.c]
2396 make code simpler. no need for memcpy. niels@ ok
2397 - [pty.c]
2398 namebuflen not sizeof namebuflen; bnd@ep-ag.com via djm@mindrot.org
2399 fix proto; markus
2400 - [ssh.1]
2401 typo; mark.baushke@solipsa.com
2402 - [channels.c ssh.c ssh.h sshd.c]
2403 type conflict for 'extern Type *options' in channels.c; dot@dotat.at
2404 - [sshconnect.c]
2405 move checking of hostkey into own function.
2406 - [version.h]
2407 OpenSSH-1.2.1
884bcb37 2408 - Clean up broken includes in pty.c
7303768f 2409 - Some older systems don't have poll.h, they use sys/poll.h instead
2410 - Doc updates
95f1eccc 2411
847e8865 241219991211
bcbf86ec 2413 - Fix compilation on systems with AFS. Reported by
847e8865 2414 aloomis@glue.umd.edu
bcbf86ec 2415 - Fix installation on Solaris. Reported by
847e8865 2416 Gordon Rowell <gordonr@gormand.com.au>
2417 - Fix gccisms (__attribute__ and inline). Report by edgy@us.ibm.com,
2418 patch from Markus Friedl <markus.friedl@informatik.uni-erlangen.de>
2419 - Auto-locate xauth. Patch from David Agraz <dagraz@jahoopa.com>
2420 - Compile fix from David Agraz <dagraz@jahoopa.com>
2421 - Avoid compiler warning in bsd-snprintf.c
bcbf86ec 2422 - Added pam_limits.so to default PAM config. Suggested by
847e8865 2423 Jim Knoble <jmknoble@pobox.com>
2424
8946db53 242519991209
2426 - Import of patch from Ben Taylor <bent@clark.net>:
2427 - Improved PAM support
2428 - "uninstall" rule for Makefile
2429 - utmpx support
2430 - Should fix PAM problems on Solaris
2d86a6cc 2431 - OpenBSD CVS updates:
2432 - [readpass.c]
2433 avoid stdio; based on work by markus, millert, and I
2434 - [sshd.c]
2435 make sure the client selects a supported cipher
2436 - [sshd.c]
bcbf86ec 2437 fix sighup handling. accept would just restart and daemon handled
2438 sighup only after the next connection was accepted. use poll on
2d86a6cc 2439 listen sock now.
2440 - [sshd.c]
2441 make that a fatal
87e91331 2442 - Applied patch from David Rankin <drankin@bohemians.lexington.ky.us>
2443 to fix libwrap support on NetBSD
5001b9e4 2444 - Released 1.2pre17
8946db53 2445
6d8c4ea4 244619991208
bcbf86ec 2447 - Compile fix for Solaris with /dev/ptmx from
6d8c4ea4 2448 David Agraz <dagraz@jahoopa.com>
2449
4285816a 245019991207
2451 - sshd Redhat init script patch from Jim Knoble <jmknoble@pobox.com>
2452 fixes compatability with 4.x and 5.x
db28aeb5 2453 - Fixed default SSH_ASKPASS
bcbf86ec 2454 - Fix PAM account and session being called multiple times. Problem
d465f2ca 2455 reported by Adrian Baugh <adrian@merlin.keble.ox.ac.uk>
a408af76 2456 - Merged more OpenBSD changes:
2457 - [atomicio.c authfd.c scp.c serverloop.c ssh.h sshconnect.c sshd.c]
bcbf86ec 2458 move atomicio into it's own file. wrap all socket write()s which
a408af76 2459 were doing write(sock, buf, len) != len, with atomicio() calls.
2460 - [auth-skey.c]
2461 fd leak
2462 - [authfile.c]
2463 properly name fd variable
2464 - [channels.c]
2465 display great hatred towards strcpy
2466 - [pty.c pty.h sshd.c]
2467 use openpty() if it exists (it does on BSD4_4)
2468 - [tildexpand.c]
2469 check for ~ expansion past MAXPATHLEN
2470 - Modified helper.c to use new atomicio function.
2471 - Reformat Makefile a little
2472 - Moved RC4 routines from rc4.[ch] into helper.c
2473 - Added autoconf code to detect /dev/ptmx (Solaris) and /dev/ptc (AIX)
9983a8ca 2474 - Updated SuSE spec from Chris Saia <csaia@wtower.com>
2475 - Tweaked Redhat spec
9158d92f 2476 - Clean up bad imports of a few files (forgot -kb)
2477 - Released 1.2pre16
4285816a 2478
9c7b6dfd 247919991204
2480 - Small cleanup of PAM code in sshd.c
57112b5a 2481 - Merged OpenBSD CVS changes:
2482 - [auth-krb4.c auth-passwd.c auth-skey.c ssh.h]
2483 move skey-auth from auth-passwd.c to auth-skey.c, same for krb4
2484 - [auth-rsa.c]
2485 warn only about mismatch if key is _used_
2486 warn about keysize-mismatch with log() not error()
2487 channels.c readconf.c readconf.h ssh.c ssh.h sshconnect.c
2488 ports are u_short
2489 - [hostfile.c]
2490 indent, shorter warning
2491 - [nchan.c]
2492 use error() for internal errors
2493 - [packet.c]
2494 set loglevel for SSH_MSG_DISCONNECT to log(), not fatal()
2495 serverloop.c
2496 indent
2497 - [ssh-add.1 ssh-add.c ssh.h]
2498 document $SSH_ASKPASS, reasonable default
2499 - [ssh.1]
2500 CheckHostIP is not available for connects via proxy command
2501 - [sshconnect.c]
2502 typo
2503 easier to read client code for passwd and skey auth
2504 turn of checkhostip for proxy connects, since we don't know the remote ip
9c7b6dfd 2505
dad3b556 250619991126
2507 - Add definition for __P()
2508 - Added [v]snprintf() replacement for systems that lack it
2509
0ce43ae4 251019991125
2511 - More reformatting merged from OpenBSD CVS
2512 - Merged OpenBSD CVS changes:
2513 - [channels.c]
2514 fix packet_integrity_check() for !have_hostname_in_open.
2515 report from mrwizard@psu.edu via djm@ibs.com.au
2516 - [channels.c]
2517 set SO_REUSEADDR and SO_LINGER for forwarded ports.
2518 chip@valinux.com via damien@ibs.com.au
2519 - [nchan.c]
2520 it's not an error() if shutdown_write failes in nchan.
2521 - [readconf.c]
2522 remove dead #ifdef-0-code
2523 - [readconf.c servconf.c]
2524 strcasecmp instead of tolower
2525 - [scp.c]
2526 progress meter overflow fix from damien@ibs.com.au
2527 - [ssh-add.1 ssh-add.c]
2528 SSH_ASKPASS support
2529 - [ssh.1 ssh.c]
2530 postpone fork_after_authentication until command execution,
2531 request/patch from jahakala@cc.jyu.fi via damien@ibs.com.au
2532 plus: use daemon() for backgrounding
cf8dd513 2533 - Added BSD compatible install program and autoconf test, thanks to
2534 Niels Kristian Bech Jensen <nkbj@image.dk>
2535 - Solaris fixing, thanks to Ben Taylor <bent@clark.net>
09041313 2536 - Merged beginnings of AIX support from Tor-Ake Fransson <torake@hotmail.com>
3dbefdb8 2537 - Release 1.2pre15
0ce43ae4 2538
5260325f 253919991124
2540 - Merged very large OpenBSD source code reformat
2541 - OpenBSD CVS updates
2542 - [channels.c cipher.c compat.c log-client.c scp.c serverloop.c]
2543 [ssh.h sshd.8 sshd.c]
2544 syslog changes:
2545 * Unified Logmessage for all auth-types, for success and for failed
2546 * Standard connections get only ONE line in the LOG when level==LOG:
2547 Auth-attempts are logged only, if authentication is:
2548 a) successfull or
2549 b) with passwd or
2550 c) we had more than AUTH_FAIL_LOG failues
2551 * many log() became verbose()
2552 * old behaviour with level=VERBOSE
2553 - [readconf.c readconf.h ssh.1 ssh.h sshconnect.c sshd.c]
2554 tranfer s/key challenge/response data in SSH_SMSG_AUTH_TIS_CHALLENGE
2555 messages. allows use of s/key in windows (ttssh, securecrt) and
2556 ssh-1.2.27 clients without 'ssh -v', ok: niels@
2557 - [sshd.8]
2558 -V, for fallback to openssh in SSH2 compatibility mode
2559 - [sshd.c]
2560 fix sigchld race; cjc5@po.cwru.edu
2561
4655fe80 256219991123
2563 - Added SuSE package files from Chris Saia <csaia@wtower.com>
8b241e50 2564 - Restructured package-related files under packages/*
4655fe80 2565 - Added generic PAM config
8b241e50 2566 - Numerous little Solaris fixes
9c08d6ce 2567 - Add recommendation to use GNU make to INSTALL document
4655fe80 2568
60bed5fd 256919991122
2570 - Make <enter> close gnome-ssh-askpass (Debian bug #50299)
2f2cc3f9 2571 - OpenBSD CVS Changes
bcbf86ec 2572 - [ssh-keygen.c]
2573 don't create ~/.ssh only if the user wants to store the private
2574 key there. show fingerprint instead of public-key after
2f2cc3f9 2575 keygeneration. ok niels@
b09a984b 2576 - Added OpenBSD bsd-strlcat.c, created bsd-strlcat.h
96ad4350 2577 - Added timersub() macro
b09a984b 2578 - Tidy RCSIDs of bsd-*.c
bcbf86ec 2579 - Added autoconf test and macro to deal with old PAM libraries
96ad4350 2580 pam_strerror definition (one arg vs two).
530f1889 2581 - Fix EGD problems (Thanks to Ben Taylor <bent@clark.net>)
bcbf86ec 2582 - Retry /dev/urandom reads interrupted by signal (report from
530f1889 2583 Robert Hardy <rhardy@webcon.net>)
1647c2b5 2584 - Added a setenv replacement for systems which lack it
d84a9a44 2585 - Only display public key comment when presenting ssh-askpass dialog
2586 - Released 1.2pre14
60bed5fd 2587
bcbf86ec 2588 - Configure, Make and changelog corrections from Tudor Bosman
2ddcfdf3 2589 <tudorb@jm.nu> and Niels Kristian Bech Jensen <nkbj@image.dk>
2590
9d6b7add 259119991121
2f2cc3f9 2592 - OpenBSD CVS Changes:
60bed5fd 2593 - [channels.c]
2594 make this compile, bad markus
2595 - [log.c readconf.c servconf.c ssh.h]
2596 bugfix: loglevels are per host in clientconfig,
2597 factor out common log-level parsing code.
2598 - [servconf.c]
2599 remove unused index (-Wall)
2600 - [ssh-agent.c]
2601 only one 'extern char *__progname'
2602 - [sshd.8]
2603 document SIGHUP, -Q to synopsis
2604 - [sshconnect.c serverloop.c sshd.c packet.c packet.h]
2605 [channels.c clientloop.c]
2606 SSH_CMSG_MAX_PACKET_SIZE, some clients use this, some need this, niels@
2607 [hope this time my ISP stays alive during commit]
2608 - [OVERVIEW README] typos; green@freebsd
2609 - [ssh-keygen.c]
2610 replace xstrdup+strcat with strlcat+fixed buffer, fixes OF (bad me)
2611 exit if writing the key fails (no infinit loop)
2612 print usage() everytime we get bad options
2613 - [ssh-keygen.c] overflow, djm@mindrot.org
2614 - [sshd.c] fix sigchld race; cjc5@po.cwru.edu
bcbf86ec 2615
2b942fe0 261619991120
bcbf86ec 2617 - Merged more Solaris support from Marc G. Fournier
2b942fe0 2618 <marc.fournier@acadiau.ca>
2619 - Wrote autoconf tests for integer bit-types
2620 - Fixed enabling kerberos support
bcbf86ec 2621 - Fix segfault in ssh-keygen caused by buffer overrun in filename
13c36c4c 2622 handling.
2b942fe0 2623
06479889 262419991119
2625 - Merged PAM buffer overrun patch from Chip Salzenberg <chip@valinux.com>
2ad77510 2626 - Merged OpenBSD CVS changes
2627 - [auth-rhosts.c auth-rsa.c ssh-agent.c sshconnect.c sshd.c]
2628 more %d vs. %s in fmt-strings
2629 - [authfd.c]
2630 Integers should not be printed with %s
7b1cc56c 2631 - EGD uses a socket, not a named pipe. Duh.
2632 - Fix includes in fingerprint.c
29dbde15 2633 - Fix scp progress bar bug again.
bcbf86ec 2634 - Move ssh-askpass from ${libdir}/ssh to ${libexecdir}/ssh at request of
736890c4 2635 David Rankin <drankin@bohemians.lexington.ky.us>
91b8065d 2636 - Added autoconf option to enable Kerberos 4 support (untested)
2637 - Added autoconf option to enable AFS support (untested)
2638 - Added autoconf option to enable S/Key support (untested)
2639 - Added autoconf option to enable TCP wrappers support (compiles OK)
beb43d31 2640 - Renamed BSD helper function files to bsd-*
bcbf86ec 2641 - Added tests for login and daemon and enable OpenBSD replacements for
caf3bc51 2642 when they are absent.
2643 - Added non-PAM MD5 password support patch from Tudor Bosman <tudorb@jm.nu>
06479889 2644
2bd61362 264519991118
2646 - Merged OpenBSD CVS changes
2647 - [scp.c] foregroundproc() in scp
2648 - [sshconnect.h] include fingerprint.h
bcbf86ec 2649 - [sshd.c] bugfix: the log() for passwd-auth escaped during logging
2bd61362 2650 changes.
0c16a097 2651 - [ssh.1] Spell my name right.
2bd61362 2652 - Added openssh.com info to README
2653
f095fcc7 265419991117
2655 - Merged OpenBSD CVS changes
2656 - [ChangeLog.Ylonen] noone needs this anymore
2657 - [authfd.c] close-on-exec for auth-socket, ok deraadt
bcbf86ec 2658 - [hostfile.c]
2659 in known_hosts key lookup the entry for the bits does not need
2660 to match, all the information is contained in n and e. This
2661 solves the problem with buggy servers announcing the wrong
f095fcc7 2662 modulus length. markus and me.
bcbf86ec 2663 - [serverloop.c]
2664 bugfix: check for space if child has terminated, from:
f095fcc7 2665 iedowse@maths.tcd.ie
2666 - [ssh-add.1 ssh-add.c ssh-keygen.1 ssh-keygen.c sshconnect.c]
2667 [fingerprint.c fingerprint.h]
2668 rsa key fingerprints, idea from Bjoern Groenvall <bg@sics.se>
2669 - [ssh-agent.1] typo
2670 - [ssh.1] add OpenSSH information to AUTHOR section. okay markus@
bcbf86ec 2671 - [sshd.c]
f095fcc7 2672 force logging to stderr while loading private key file
2673 (lost while converting to new log-levels)
2674
4d195447 267519991116
2676 - Fix some Linux libc5 problems reported by Miles Wilson <mw@mctitle.com>
2677 - Merged OpenBSD CVS changes:
2678 - [auth-rh-rsa.c auth-rsa.c authfd.c authfd.h hostfile.c mpaux.c]
2679 [mpaux.h ssh-add.c ssh-agent.c ssh.h ssh.c sshd.c]
2680 the keysize of rsa-parameter 'n' is passed implizit,
2681 a few more checks and warnings about 'pretended' keysizes.
2682 - [cipher.c cipher.h packet.c packet.h sshd.c]
2683 remove support for cipher RC4
2684 - [ssh.c]
2685 a note for legay systems about secuity issues with permanently_set_uid(),
2686 the private hostkey and ptrace()
2687 - [sshconnect.c]
2688 more detailed messages about adding and checking hostkeys
2689
dad9a31e 269019991115
2691 - Merged OpenBSD CVS changes:
bcbf86ec 2692 - [ssh-add.c] change passphrase loop logic and remove ref to
dad9a31e 2693 $DISPLAY, ok niels
2694 - Changed to ssh-add.c broke askpass support. Revised it to be a little more
bcbf86ec 2695 modular.
dad9a31e 2696 - Revised autoconf support for enabling/disabling askpass support.
e7c0f9d5 2697 - Merged more OpenBSD CVS changes:
704b1659 2698 [auth-krb4.c]
2699 - disconnect if getpeername() fails
2700 - missing xfree(*client)
2701 [canohost.c]
2702 - disconnect if getpeername() fails
2703 - fix comment: we _do_ disconnect if ip-options are set
2704 [sshd.c]
2705 - disconnect if getpeername() fails
2706 - move checking of remote port to central place
2707 [auth-rhosts.c] move checking of remote port to central place
2708 [log-server.c] avoid extra fd per sshd, from millert@
2709 [readconf.c] print _all_ bad config-options in ssh(1), too
2710 [readconf.h] print _all_ bad config-options in ssh(1), too
2711 [ssh.c] print _all_ bad config-options in ssh(1), too
2712 [sshconnect.c] disconnect if getpeername() fails
e7c0f9d5 2713 - OpenBSD's changes to sshd.c broke the PAM stuff, re-merged it.
c75a1a66 2714 - Various small cleanups to bring diff (against OpenBSD) size down.
f601d847 2715 - Merged more Solaris compability from Marc G. Fournier
2716 <marc.fournier@acadiau.ca>
2717 - Wrote autoconf tests for __progname symbol
8c119fd0 2718 - RPM spec file fixes from Jim Knoble <jmknoble@pobox.com>
0c372277 2719 - Released 1.2pre12
2720
2721 - Another OpenBSD CVS update:
2722 - [ssh-keygen.1] fix .Xr
dad9a31e 2723
92da7197 272419991114
2725 - Solaris compilation fixes (still imcomplete)
2726
94f7bb9e 272719991113
dd092f97 2728 - Build patch from Niels Kristian Bech Jensen <nkbj@image.dk>
2729 - Don't install config files if they already exist
2730 - Fix inclusion of additional preprocessor directives from acconfig.h
94f7bb9e 2731 - Removed redundant inclusions of config.h
e9c75a39 2732 - Added 'Obsoletes' lines to RPM spec file
94f7bb9e 2733 - Merged OpenBSD CVS changes:
2734 - [bufaux.c] save a view malloc/memcpy/memset/free's, ok niels
bcbf86ec 2735 - [scp.c] fix overflow reported by damien@ibs.com.au: off_t
94f7bb9e 2736 totalsize, ok niels,aaron
bcbf86ec 2737 - Delay fork (-f option) in ssh until after port forwarded connections
94f7bb9e 2738 have been initialised. Patch from Jani Hakala <jahakala@cc.jyu.fi>
b2344d54 2739 - Added shadow password patch from Thomas Neumann <tom@smart.ruhr.de>
2740 - Added ifdefs to auth-passwd.c to exclude it when PAM is enabled
dd092f97 2741 - Tidied default config file some more
2742 - Revised Redhat initscript to fix bug: sshd (re)start would fail
2743 if executed from inside a ssh login.
94f7bb9e 2744
e35c1dc2 274519991112
2746 - Merged changes from OpenBSD CVS
2747 - [sshd.c] session_key_int may be zero
b4748e2f 2748 - [auth-rh-rsa.c servconf.c servconf.h ssh.h sshd.8 sshd.c sshd_config]
bcbf86ec 2749 IgnoreUserKnownHosts(default=no), used for RhostRSAAuth, ok
b4748e2f 2750 deraadt,millert
2751 - Brought default sshd_config more in line with OpenBSD's
547c9f30 2752 - Grab server in gnome-ssh-askpass (Debian bug #49872)
2753 - Released 1.2pre10
e35c1dc2 2754
8bc7973f 2755 - Added INSTALL documentation
6fa724bc 2756 - Merged yet more changes from OpenBSD CVS
2757 - [auth-rh-rsa.c auth-rhosts.c auth-rsa.c channels.c clientloop.c]
2758 [ssh.c ssh.h sshconnect.c sshd.c]
2759 make all access to options via 'extern Options options'
2760 and 'extern ServerOptions options' respectively;
2761 options are no longer passed as arguments:
2762 * make options handling more consistent
2763 * remove #include "readconf.h" from ssh.h
2764 * readconf.h is only included if necessary
2765 - [mpaux.c] clear temp buffer
2766 - [servconf.c] print _all_ bad options found in configfile
045672f9 2767 - Make ssh-askpass support optional through autoconf
59b0f0d4 2768 - Fix nasty division-by-zero error in scp.c
2769 - Released 1.2pre11
8bc7973f 2770
4cca272e 277119991111
2772 - Added (untested) Entropy Gathering Daemon (EGD) support
67d68e3a 2773 - Fixed /dev/urandom fd leak (Debian bug #49722)
5bbb5681 2774 - Merged OpenBSD CVS changes:
2775 - [auth-rh-rsa.c] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
2776 - [ssh.1] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
2777 - [sshd.8] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
bcbf86ec 2778 - Fix integer overflow which was messing up scp's progress bar for large
3f1d9bcd 2779 file transfers. Fix submitted to OpenBSD developers. Report and fix
2780 from Kees Cook <cook@cpoint.net>
6a17f9c2 2781 - Merged more OpenBSD CVS changes:
bcbf86ec 2782 - [auth-krb4.c auth-passwd.c] remove x11- and krb-cleanup from fatal()
6a17f9c2 2783 + krb-cleanup cleanup
2784 - [clientloop.c log-client.c log-server.c ]
2785 [readconf.c readconf.h servconf.c servconf.h ]
2786 [ssh.1 ssh.c ssh.h sshd.8]
2787 add LogLevel {QUIET, FATAL, ERROR, INFO, CHAT, DEBUG} to ssh/sshd,
2788 obsoletes QuietMode and FascistLogging in sshd.
e35c1dc2 2789 - [sshd.c] fix fatal/assert() bug reported by damien@ibs.com.au:
2790 allow session_key_int != sizeof(session_key)
2791 [this should fix the pre-assert-removal-core-files]
2792 - Updated default config file to use new LogLevel option and to improve
2793 readability
2794
f370266e 279519991110
67d68e3a 2796 - Merged several minor fixes:
f370266e 2797 - ssh-agent commandline parsing
2798 - RPM spec file now installs ssh setuid root
2799 - Makefile creates libdir
4cca272e 2800 - Merged beginnings of Solaris compability from Marc G. Fournier
2801 <marc.fournier@acadiau.ca>
f370266e 2802
d4f11b59 280319991109
2804 - Autodetection of SSL/Crypto library location via autoconf
2805 - Fixed location of ssh-askpass to follow autoconf
2806 - Integrated Makefile patch from Niels Kristian Bech Jensen <nkbj@image.dk>
2807 - Autodetection of RSAref library for US users
2808 - Minor doc updates
560557bb 2809 - Merged OpenBSD CVS changes:
2810 - [rsa.c] bugfix: use correct size for memset()
2811 - [sshconnect.c] warn if announced size of modulus 'n' != real size
f025becb 2812 - Added GNOME passphrase requestor (use --with-gnome-askpass)
d397b172 2813 - RPM build now creates subpackages
aa51e7cc 2814 - Released 1.2pre9
d4f11b59 2815
e1a9c08d 281619991108
2817 - Removed debian/ directory. This is now being maintained separately.
2818 - Added symlinks for slogin in RPM spec file
2819 - Fixed permissions on manpages in RPM spec file
2820 - Added references to required libraries in README file
2821 - Removed config.h.in from CVS
2822 - Removed pwdb support (better pluggable auth is provided by glibc)
2823 - Made PAM and requisite libdl optional
2824 - Removed lots of unnecessary checks from autoconf
2825 - Added support and autoconf test for openpty() function (Unix98 pty support)
2826 - Fix for scp not finding ssh if not installed as /usr/bin/ssh
2827 - Added TODO file
2828 - Merged parts of Debian patch From Phil Hands <phil@hands.com>:
2829 - Added ssh-askpass program
2830 - Added ssh-askpass support to ssh-add.c
2831 - Create symlinks for slogin on install
2832 - Fix "distclean" target in makefile
2833 - Added example for ssh-agent to manpage
2834 - Added support for PAM_TEXT_INFO messages
2835 - Disable internal /etc/nologin support if PAM enabled
2836 - Merged latest OpenBSD CVS changes:
5bae4ab8 2837 - [all] replace assert() with error, fatal or packet_disconnect
e1a9c08d 2838 - [sshd.c] don't send fail-msg but disconnect if too many authentication
2839 failures
e1a9c08d 2840 - [sshd.c] remove unused argument. ok dugsong
2841 - [sshd.c] typo
2842 - [rsa.c] clear buffers used for encryption. ok: niels
2843 - [rsa.c] replace assert() with error, fatal or packet_disconnect
ade6fccd 2844 - [auth-krb4.c] remove unused argument. ok dugsong
e1a9c08d 2845 - Fixed coredump after merge of OpenBSD rsa.c patch
9010d60a 2846 - Released 1.2pre8
e1a9c08d 2847
3028328e 284819991102
2849 - Merged change from OpenBSD CVS
2850 - One-line cleanup in sshd.c
2851
474832c5 285219991030
2853 - Integrated debian package support from Dan Brosemer <odin@linuxfreak.com>
69256d9d 2854 - Merged latest updates for OpenBSD CVS:
2855 - channels.[ch] - remove broken x11 fix and document istate/ostate
2856 - ssh-agent.c - call setsid() regardless of argv[]
2857 - ssh.c - save a few lines when disabling rhosts-{rsa-}auth
2858 - Documentation cleanups
2859 - Renamed README -> README.Ylonen
2860 - Renamed README.openssh ->README
474832c5 2861
339660f6 286219991029
2863 - Renamed openssh* back to ssh* at request of Theo de Raadt
2864 - Incorporated latest changes from OpenBSD's CVS
2865 - Integrated Makefile patch from Niels Kristian Bech Jensen <nkbj@image.dk>
2866 - Integrated PAM env patch from Nalin Dahyabhai <nalin.dahyabhai@pobox.com>
549b3eed 2867 - Make distclean now removed configure script
2868 - Improved PAM logging
2869 - Added some debug() calls for PAM
4ecd19ea 2870 - Removed redundant subdirectories
bcbf86ec 2871 - Integrated part of a patch from Dan Brosemer <odin@linuxfreak.com> for
4ecd19ea 2872 building on Debian.
242588e6 2873 - Fixed off-by-one error in PAM env patch
2874 - Released 1.2pre6
339660f6 2875
5881cd60 287619991028
2877 - Further PAM enhancements.
2878 - Much cleaner
2879 - Now uses account and session modules for all logins.
2880 - Integrated patch from Dan Brosemer <odin@linuxfreak.com>
2881 - Build fixes
2882 - Autoconf
2883 - Change binary names to open*
2884 - Fixed autoconf script to detect PAM on RH6.1
2885 - Added tests for libpwdb, and OpenBSD functions to autoconf
221395b3 2886 - Released 1.2pre4
fca82d2e 2887
2888 - Imported latest OpenBSD CVS code
2889 - Updated README.openssh
93f04616 2890 - Released 1.2pre5
fca82d2e 2891
5881cd60 289219991027
2893 - Adapted PAM patch.
2894 - Released 1.0pre2
2895
2896 - Excised my buggy replacements for strlcpy and mkdtemp
2897 - Imported correct OpenBSD strlcpy and mkdtemp routines.
2898 - Reduced arc4random_stir entropy read to 32 bytes (256 bits)
2899 - Picked up correct version number from OpenBSD
2900 - Added sshd.pam PAM configuration file
2901 - Added sshd.init Redhat init script
2902 - Added openssh.spec RPM spec file
2903 - Released 1.2pre3
2904
290519991026
2906 - Fixed include paths of OpenSSL functions
2907 - Use OpenSSL MD5 routines
2908 - Imported RC4 code from nanocrypt
2909 - Wrote replacements for OpenBSD arc4random* functions
2910 - Wrote replacements for strlcpy and mkdtemp
2911 - Released 1.0pre1
This page took 0.783809 seconds and 5 git commands to generate.