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