blob: 65d5ba7b764f1fb5f9f3fe040ff835e7dba434aa [file] [log] [blame]
Damien Miller190d5a82000-09-30 09:43:19 +1100120000930
Damien Millerbea034a2000-09-30 09:43:32 +11002 - (djm) Irix ssh_prng_cmds path fix from Pekka Savola <pekkas@netcore.fi>
Damien Millerb88532e2000-09-30 09:53:59 +11003 - (djm) Support in bsd-snprintf.c for long long conversions from
4 Ben Lindstrom <mouring@pconline.com>
5 - (djm) Cleanup NeXT support from Ben Lindstrom <mouring@pconline.com>
Damien Millercf3888d2000-09-30 14:17:52 +11006 - (djm) Ignore SIGPIPEs from serverloop to child. Fixes crashes with
7 very short lived X connections. Bug report from Tobias Oetiker
8 <oetiker@ee.ethz.ch>. Fix from Markus Friedl <markus@cvs.openbsd.org>
Damien Millerd3444942000-09-30 14:20:03 +11009 - (djm) CVS OpenBSD sync:
10 - markus@cvs.openbsd.org 2000/09/26 13:59:59
11 [clientloop.c]
12 use debug2
13 - markus@cvs.openbsd.org 2000/09/27 15:41:34
14 [auth2.c sshconnect2.c]
15 use key_type()
16 - markus@cvs.openbsd.org 2000/09/28 12:03:18
17 [channels.c]
18 debug -> debug2 cleanup
Damien Miller190d5a82000-09-30 09:43:19 +110019
Damien Miller15e7d4b2000-09-29 10:57:35 +11002020000929
21 - (djm) Fix SSH2 not terminating until all background tasks done problem.
Damien Miller280e71b2000-09-29 10:59:28 +110022 - (djm) Another off-by-one fix from Pavel Kankovsky
23 <peak@argo.troja.mff.cuni.cz>
Damien Millercb5e44a2000-09-29 12:12:36 +110024 - (djm) Clean up. Strip some unnecessary differences with OpenBSD's code,
25 tidy necessary differences. Use Markus' new debugN() in entropy.c
Damien Miller78315eb2000-09-29 23:01:36 +110026 - (djm) Merged big SCO portability patch from Tim Rice
27 <tim@multitalents.net>
Damien Miller15e7d4b2000-09-29 10:57:35 +110028
Damien Miller96f0c722000-09-26 12:09:48 +11002920000926
30 - (djm) Update X11-askpass to 1.0.2 in RPM spec file
Damien Millere772b682000-09-26 13:10:37 +110031 - (djm) Define _REENTRANT to pickup strtok_r() on HP/UX
32 - (djm) Security: fix off-by-one buffer overrun in fake-getnameinfo.c.
33 Report and fix from Pavel Kankovsky <peak@argo.troja.mff.cuni.cz>
Damien Miller96f0c722000-09-26 12:09:48 +110034
Damien Miller72c9a7e2000-09-24 11:10:13 +11003520000924
36 - (djm) Merged cleanup patch from Mark Miller <markm@swoon.net>
37 - (djm) A bit more cleanup - created cygwin_util.h
Damien Miller80ecfe82000-09-24 11:21:31 +110038 - (djm) Include strtok_r() from OpenBSD libc. Fixes report from Mark Miller
39 <markm@swoon.net>
Damien Miller72c9a7e2000-09-24 11:10:13 +110040
Damien Millerd6f204d2000-09-23 13:57:27 +11004120000923
42 - (djm) Fix address logging in utmp from Kevin Steves
43 <stevesk@sweden.hp.com>
Damien Miller96002332000-09-23 14:00:09 +110044 - (djm) Redhat spec and manpage fixes from Pekka Savola <pekkas@netcore.fi>
Damien Miller578783e2000-09-23 14:12:24 +110045 - (djm) Seperate tests for int64_t and u_int64_t types
Damien Miller62dd94b2000-09-23 14:26:32 +110046 - (djm) Tweak password expiry checking at suggestion of Kevin Steves
47 <stevesk@sweden.hp.com>
Damien Millerb9c2ce82000-09-23 14:52:50 +110048 - (djm) NeXT patch from Ben Lindstrom <mouring@pconline.com>
Damien Millerf056e232000-09-23 14:58:32 +110049 - (djm) Use printf %lld instead of %qd in sftp-server.c. Fix from
50 Michael Stone <mstone@cs.loyola.edu>
Damien Miller62cee002000-09-23 17:15:56 +110051 - (djm) OpenBSD CVS sync:
52 - markus@cvs.openbsd.org 2000/09/17 09:38:59
53 [sshconnect2.c sshd.c]
54 fix DEBUG_KEXDH
55 - markus@cvs.openbsd.org 2000/09/17 09:52:51
56 [sshconnect.c]
57 yes no; ok niels@
58 - markus@cvs.openbsd.org 2000/09/21 04:55:11
59 [sshd.8]
60 typo
61 - markus@cvs.openbsd.org 2000/09/21 05:03:54
62 [serverloop.c]
63 typo
64 - markus@cvs.openbsd.org 2000/09/21 05:11:42
65 scp.c
66 utime() to utimes(); mouring@pconline.com
67 - markus@cvs.openbsd.org 2000/09/21 05:25:08
68 sshconnect2.c
69 change login logic in ssh2, allows plugin of other auth methods
70 - markus@cvs.openbsd.org 2000/09/21 05:25:35
71 [auth2.c channels.c channels.h clientloop.c dispatch.c dispatch.h]
72 [serverloop.c]
73 add context to dispatch_run
74 - markus@cvs.openbsd.org 2000/09/21 05:07:52
75 authfd.c authfd.h ssh-agent.c
76 bug compat for old ssh.com software
Damien Millerd6f204d2000-09-23 13:57:27 +110077
Damien Millerf13f75d2000-09-21 21:51:07 +11007820000920
79 - (djm) Fix bad path substitution. Report from Andrew Miner
80 <asminer@cs.iastate.edu>
81
Damien Millere4340be2000-09-16 13:29:08 +11008220000916
Damien Millera1b61e12000-09-16 17:02:16 +110083 - (djm) Fix SSL search order from Lutz Jaenicke
84 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
Damien Miller2efcd3c2000-09-16 16:30:55 +110085 - (djm) New SuSE spec from Corinna Vinschen <corinna@vinschen.de>
Damien Millerb70b61f2000-09-16 16:25:12 +110086 - (djm) Update CygWin support from Corinna Vinschen <vinschen@cygnus.com>
Damien Miller52cbcbf2000-09-16 16:21:28 +110087 - (djm) Use a real struct sockaddr inside the fake struct sockaddr_storage.
88 Patch from Larry Jones <larry.jones@sdrc.com>
Damien Miller9d5705a2000-09-16 16:09:27 +110089 - (djm) Add Steve VanDevender's <stevev@darkwing.uoregon.edu> PAM
90 password change patch.
91 - (djm) Bring licenses on my stuff in line with OpenBSD's
Damien Miller8a1e6a62000-09-16 15:55:52 +110092 - (djm) Cleanup auth-passwd.c and unify HP/UX authentication. Patch from
93 Kevin Steves <stevesk@sweden.hp.com>
Damien Miller606f8802000-09-16 15:39:56 +110094 - (djm) Shadow expiry check fix from Pavel Troller <patrol@omni.sinus.cz>
95 - (djm) Re-enable int64_t types - we need them for sftp
96 - (djm) Use libexecdir from configure , rather than libexecdir/ssh
97 - (djm) Update Redhat SPEC file accordingly
98 - (djm) Add Kevin Steves <stevesk@sweden.hp.com> HP/UX contrib files
99 - (djm) Add Charles Levert <charles@comm.polymtl.ca> getpgrp patch
100 - (djm) Fix password auth on HP/UX 10.20. Patch from Dirk De Wachter
101 <Dirk.DeWachter@rug.ac.be>
102 - (djm) Fixprogs and entropy list fixes from Larry Jones
103 <larry.jones@sdrc.com>
104 - (djm) Fix for SuSE spec file from Takashi YOSHIDA
105 <tyoshida@gemini.rc.kyushu-u.ac.jp>
Damien Millere4340be2000-09-16 13:29:08 +1100106 - (djm) Merge OpenBSD changes:
107 - markus@cvs.openbsd.org 2000/09/05 02:59:57
108 [session.c]
109 print hostname (not hushlogin)
110 - markus@cvs.openbsd.org 2000/09/05 13:18:48
111 [authfile.c ssh-add.c]
112 enable ssh-add -d for DSA keys
113 - markus@cvs.openbsd.org 2000/09/05 13:20:49
114 [sftp-server.c]
115 cleanup
116 - markus@cvs.openbsd.org 2000/09/06 03:46:41
117 [authfile.h]
118 prototype
119 - deraadt@cvs.openbsd.org 2000/09/07 14:27:56
120 [ALL]
121 cleanup copyright notices on all files. I have attempted to be
122 accurate with the details. everything is now under Tatu's licence
123 (which I copied from his readme), and/or the core-sdi bsd-ish thing
124 for deattack, or various openbsd developers under a 2-term bsd
125 licence. We're not changing any rules, just being accurate.
126 - markus@cvs.openbsd.org 2000/09/07 14:40:30
127 [channels.c channels.h clientloop.c serverloop.c ssh.c]
128 cleanup window and packet sizes for ssh2 flow control; ok niels
129 - markus@cvs.openbsd.org 2000/09/07 14:53:00
130 [scp.c]
131 typo
132 - markus@cvs.openbsd.org 2000/09/07 15:13:37
133 [auth-options.c auth-options.h auth-rh-rsa.c auth-rsa.c auth.c]
134 [authfile.h canohost.c channels.h compat.c hostfile.h log.c match.h]
135 [pty.c readconf.c]
136 some more Copyright fixes
137 - markus@cvs.openbsd.org 2000/09/08 03:02:51
138 [README.openssh2]
139 bye bye
140 - deraadt@cvs.openbsd.org 2000/09/11 18:38:33
141 [LICENCE cipher.c]
142 a few more comments about it being ARC4 not RC4
143 - markus@cvs.openbsd.org 2000/09/12 14:53:11
144 [log-client.c log-server.c log.c ssh.1 ssh.c ssh.h sshd.8 sshd.c]
145 multiple debug levels
146 - markus@cvs.openbsd.org 2000/09/14 14:25:15
147 [clientloop.c]
148 typo
149 - deraadt@cvs.openbsd.org 2000/09/15 01:13:51
150 [ssh-agent.c]
151 check return value for setenv(3) for failure, and deal appropriately
152
Damien Millerf384c362000-09-13 10:43:26 +110015320000913
154 - (djm) Fix server not exiting with jobs in background.
155
Damien Miller7b28dc52000-09-05 13:34:53 +110015620000905
157 - (djm) Import OpenBSD CVS changes
158 - markus@cvs.openbsd.org 2000/08/31 15:52:24
159 [Makefile sshd.8 sshd_config sftp-server.8 sftp-server.c]
160 implement a SFTP server. interops with sftp2, scp2 and the windows
161 client from ssh.com
162 - markus@cvs.openbsd.org 2000/08/31 15:56:03
163 [README.openssh2]
164 sync
165 - markus@cvs.openbsd.org 2000/08/31 16:05:42
166 [session.c]
167 Wall
168 - markus@cvs.openbsd.org 2000/08/31 16:09:34
169 [authfd.c ssh-agent.c]
170 add a flag to SSH2_AGENTC_SIGN_REQUEST for future extensions
171 - deraadt@cvs.openbsd.org 2000/09/01 09:25:13
172 [scp.1 scp.c]
173 cleanup and fix -S support; stevesk@sweden.hp.com
174 - markus@cvs.openbsd.org 2000/09/01 16:29:32
175 [sftp-server.c]
176 portability fixes
177 - markus@cvs.openbsd.org 2000/09/01 16:32:41
178 [sftp-server.c]
179 fix cast; mouring@pconline.com
180 - itojun@cvs.openbsd.org 2000/09/03 09:23:28
181 [ssh-add.1 ssh.1]
182 add missing .El against .Bl.
183 - markus@cvs.openbsd.org 2000/09/04 13:03:41
184 [session.c]
185 missing close; ok theo
186 - markus@cvs.openbsd.org 2000/09/04 13:07:21
187 [session.c]
188 fix get_last_login_time order; from andre@van-veen.de
189 - markus@cvs.openbsd.org 2000/09/04 13:10:09
190 [sftp-server.c]
191 more cast fixes; from mouring@pconline.com
192 - markus@cvs.openbsd.org 2000/09/04 13:06:04
193 [session.c]
194 set SSH_ORIGINAL_COMMAND; from Leakin@dfw.nostrum.com, bet@rahul.net
195 - (djm) Cleanup after import. Fix sftp-server compilation, Makefile
Damien Millerbac2d8a2000-09-05 16:13:06 +1100196 - (djm) Merge cygwin support from Corinna Vinschen <vinschen@cygnus.com>
197
Damien Miller123cbe82000-09-03 19:14:58 +110019820000903
199 - (djm) Fix Redhat init script
200
Damien Miller50f14f82000-09-01 14:14:37 +110020120000901
202 - (djm) Pick up Jim's new X11-askpass
203 - (djm) Release 2.2.0p1
204
Damien Miller238a9fa2000-08-31 09:20:05 +110020520000831
Damien Millere4340be2000-09-16 13:29:08 +1100206 - (djm) Workaround SIGPIPE problems on SCO. Fix from Aran Cox
Damien Miller238a9fa2000-08-31 09:20:05 +1100207 <acox@cv.telegroup.com>
Damien Millerb5c42d92000-08-31 11:13:10 +1100208 - (djm) Pick up new version (2.2.0) from OpenBSD CVS
Damien Miller238a9fa2000-08-31 09:20:05 +1100209
Damien Miller87d29ed2000-08-30 09:21:22 +110021020000830
211 - (djm) Compile warning fixes from Mark Miller <markm@swoon.net>
Damien Millerc30d35c2000-08-30 09:40:09 +1100212 - (djm) Periodically rekey arc4random
213 - (djm) Clean up diff against OpenBSD.
Damien Millere4340be2000-09-16 13:29:08 +1100214 - (djm) HPUX 11 needs USE_PIPES as well: Kevin Steves
Damien Miller5552d7a2000-08-30 09:53:24 +1100215 <stevesk@sweden.hp.com>
Damien Miller7cfaaf22000-08-30 09:57:49 +1100216 - (djm) Quieten the pam delete credentials error message
Damien Miller9a947342000-08-30 10:03:33 +1100217 - (djm) Fix printing of $DISPLAY hack if set by system type. Report from
218 Kevin Steves <stevesk@sweden.hp.com>
Damien Miller77aba9d2000-08-30 10:11:30 +1100219 - (djm) NeXT patch from Ben Lindstrom <mouring@pconline.com>
Damien Miller250ee8b2000-08-30 14:06:35 +1100220 - (djm) Fix doh in bsd-arc4random.c
Damien Miller87d29ed2000-08-30 09:21:22 +1100221
Damien Miller4e0f5e12000-08-29 11:05:50 +110022220000829
Damien Millere4340be2000-09-16 13:29:08 +1100223 - (djm) Fix ^C ignored issue on Solaris. Diagnosis from Gert
224 Doering <gert@greenie.muc.de>, John Horne <J.Horne@plymouth.ac.uk> and
Damien Miller4e0f5e12000-08-29 11:05:50 +1100225 Garrick James <garrick@james.net>
Damien Miller6d8c11f2000-08-29 11:52:38 +1100226 - (djm) Check for SCO pty naming style (ptyp%d/ttyp%d). Based on fix from
227 Bastian Trompetter <btrompetter@firemail.de>
Damien Millere5192fa2000-08-29 14:30:37 +1100228 - (djm) NeXT tweaks from Ben Lindstrom <mouring@pconline.com>
Damien Millercaf6dd62000-08-29 11:33:50 +1100229 - More OpenBSD updates:
230 - deraadt@cvs.openbsd.org 2000/08/24 15:46:59
231 [scp.c]
232 off_t in sink, to fix files > 2GB, i think, test is still running ;-)
233 - deraadt@cvs.openbsd.org 2000/08/25 10:10:06
234 [session.c]
235 Wall
236 - markus@cvs.openbsd.org 2000/08/26 04:33:43
237 [compat.c]
238 ssh.com-2.3.0
239 - markus@cvs.openbsd.org 2000/08/27 12:18:05
240 [compat.c]
241 compatibility with future ssh.com versions
242 - deraadt@cvs.openbsd.org 2000/08/27 21:50:55
243 [auth-krb4.c session.c ssh-add.c sshconnect.c uidswap.c]
244 print uid/gid as unsigned
245 - markus@cvs.openbsd.org 2000/08/28 13:51:00
246 [ssh.c]
247 enable -n and -f for ssh2
248 - markus@cvs.openbsd.org 2000/08/28 14:19:53
249 [ssh.c]
250 allow combination of -N and -f
251 - markus@cvs.openbsd.org 2000/08/28 14:20:56
252 [util.c]
253 util.c
254 - markus@cvs.openbsd.org 2000/08/28 14:22:02
255 [util.c]
256 undo
257 - markus@cvs.openbsd.org 2000/08/28 14:23:38
258 [util.c]
259 don't complain if setting NONBLOCK fails with ENODEV
Damien Miller4e0f5e12000-08-29 11:05:50 +1100260
Damien Millerb0785672000-08-23 09:10:39 +100026120000823
262 - (djm) Define USE_PIPES to avoid socketpair problems on HPUX 10 and SunOS 4
Damien Millere4340be2000-09-16 13:29:08 +1100263 Avoids "scp never exits" problem. Reports from Lutz Jaenicke
264 <Lutz.Jaenicke@aet.TU-Cottbus.DE> and Tamito KAJIYAMA
Damien Millerb0785672000-08-23 09:10:39 +1000265 <kajiyama@grad.sccs.chukyo-u.ac.jp>
Damien Millerad833b32000-08-23 10:46:23 +1000266 - (djm) Pick up LOGIN_PROGRAM from environment or PATH if not set by headers
Damien Miller37e7f182000-08-23 10:52:50 +1000267 - (djm) Add local version to version.h
Damien Millerf3df0522000-08-23 15:31:41 +1000268 - (djm) Don't reseed arc4random everytime it is used
Damien Millerad833b32000-08-23 10:46:23 +1000269 - (djm) OpenBSD CVS updates:
270 - deraadt@cvs.openbsd.org 2000/08/18 20:07:23
271 [ssh.c]
272 accept remsh as a valid name as well; roman@buildpoint.com
273 - deraadt@cvs.openbsd.org 2000/08/18 20:17:13
274 [deattack.c crc32.c packet.c]
275 rename crc32() to ssh_crc32() to avoid zlib name clash. do not move to
276 libz crc32 function yet, because it has ugly "long"'s in it;
277 oneill@cs.sfu.ca
278 - deraadt@cvs.openbsd.org 2000/08/18 20:26:08
279 [scp.1 scp.c]
280 -S prog support; tv@debian.org
281 - deraadt@cvs.openbsd.org 2000/08/18 20:50:07
282 [scp.c]
283 knf
284 - deraadt@cvs.openbsd.org 2000/08/18 20:57:33
285 [log-client.c]
286 shorten
287 - markus@cvs.openbsd.org 2000/08/19 12:48:11
288 [channels.c channels.h clientloop.c ssh.c ssh.h]
289 support for ~. in ssh2
290 - deraadt@cvs.openbsd.org 2000/08/19 15:29:40
291 [crc32.h]
292 proper prototype
293 - markus@cvs.openbsd.org 2000/08/19 15:34:44
Damien Millere4340be2000-09-16 13:29:08 +1100294 [authfd.c authfd.h key.c key.h ssh-add.1 ssh-add.c ssh-agent.1]
295 [ssh-agent.c ssh-keygen.c sshconnect1.c sshconnect2.c Makefile]
Damien Millerad833b32000-08-23 10:46:23 +1000296 [fingerprint.c fingerprint.h]
297 add SSH2/DSA support to the agent and some other DSA related cleanups.
298 (note that we cannot talk to ssh.com's ssh2 agents)
299 - markus@cvs.openbsd.org 2000/08/19 15:55:52
300 [channels.c channels.h clientloop.c]
301 more ~ support for ssh2
302 - markus@cvs.openbsd.org 2000/08/19 16:21:19
303 [clientloop.c]
304 oops
305 - millert@cvs.openbsd.org 2000/08/20 12:25:53
306 [session.c]
307 We have to stash the result of get_remote_name_or_ip() before we
308 close our socket or getpeername() will get EBADF and the process
309 will exit. Only a problem for "UseLogin yes".
310 - millert@cvs.openbsd.org 2000/08/20 12:30:59
311 [session.c]
312 Only check /etc/nologin if "UseLogin no" since login(1) may have its
313 own policy on determining who is allowed to login when /etc/nologin
314 is present. Also use the _PATH_NOLOGIN define.
315 - millert@cvs.openbsd.org 2000/08/20 12:42:43
316 [auth1.c auth2.c session.c ssh.c]
317 Add calls to setusercontext() and login_get*(). We basically call
318 setusercontext() in most places where previously we did a setlogin().
319 Add default login.conf file and put root in the "daemon" login class.
320 - millert@cvs.openbsd.org 2000/08/21 10:23:31
321 [session.c]
322 Fix incorrect PATH setting; noted by Markus.
Damien Millerb0785672000-08-23 09:10:39 +1000323
Damien Miller942da032000-08-18 13:59:06 +100032420000818
325 - (djm) OpenBSD CVS changes:
326 - markus@cvs.openbsd.org 2000/07/22 03:14:37
327 [servconf.c servconf.h sshd.8 sshd.c sshd_config]
328 random early drop; ok theo, niels
329 - deraadt@cvs.openbsd.org 2000/07/26 11:46:51
330 [ssh.1]
331 typo
332 - deraadt@cvs.openbsd.org 2000/08/01 11:46:11
333 [sshd.8]
334 many fixes from pepper@mail.reppep.com
335 - provos@cvs.openbsd.org 2000/08/01 13:01:42
336 [Makefile.in util.c aux.c]
337 rename aux.c to util.c to help with cygwin port
338 - deraadt@cvs.openbsd.org 2000/08/02 00:23:31
339 [authfd.c]
340 correct sun_len; Alexander@Leidinger.net
341 - provos@cvs.openbsd.org 2000/08/02 10:27:17
342 [readconf.c sshd.8]
343 disable kerberos authentication by default
344 - provos@cvs.openbsd.org 2000/08/02 11:27:05
345 [sshd.8 readconf.c auth-krb4.c]
346 disallow kerberos authentication if we can't verify the TGT; from
347 dugsong@
348 kerberos authentication is on by default only if you have a srvtab.
349 - markus@cvs.openbsd.org 2000/08/04 14:30:07
350 [auth.c]
351 unused
352 - markus@cvs.openbsd.org 2000/08/04 14:30:35
353 [sshd_config]
354 MaxStartups
355 - markus@cvs.openbsd.org 2000/08/15 13:20:46
356 [authfd.c]
357 cleanup; ok niels@
358 - markus@cvs.openbsd.org 2000/08/17 14:05:10
359 [session.c]
360 cleanup login(1)-like jobs, no duplicate utmp entries
361 - markus@cvs.openbsd.org 2000/08/17 14:06:34
362 [session.c sshd.8 sshd.c]
363 sshd -u len, similar to telnetd
Damien Millerc1132e72000-08-18 14:08:38 +1000364 - (djm) Lastlog was not getting closed after writing login entry
Damien Millera7f58292000-08-18 14:43:41 +1000365 - (djm) Add Solaris package support from Rip Loomis <loomisg@cist.saic.com>
Damien Miller942da032000-08-18 13:59:06 +1000366
Damien Miller11fa2cc2000-08-16 10:35:58 +100036720000816
368 - (djm) Replacement for inet_ntoa for Irix (which breaks on gcc)
Damien Millere4340be2000-09-16 13:29:08 +1100369 - (djm) Fix strerror replacement for old SunOS. Based on patch from
Damien Miller11fa2cc2000-08-16 10:35:58 +1000370 Charles Levert <charles@comm.polymtl.ca>
Damien Millere4340be2000-09-16 13:29:08 +1100371 - (djm) Seperate arc4random into seperate file and use OpenSSL's RC4
Damien Miller11fa2cc2000-08-16 10:35:58 +1000372 implementation.
Damien Miller3241fa12000-08-18 14:59:59 +1000373 - (djm) SUN_LEN macro for systems which lack it
Damien Miller11fa2cc2000-08-16 10:35:58 +1000374
Damien Miller348c9b72000-08-15 10:01:22 +100037520000815
376 - (djm) More SunOS 4.1.x fixes from Nate Itkin <nitkin@europa.com>
Damien Millerc83aa832000-08-15 10:08:00 +1000377 - (djm) Avoid failures on Irix when ssh is not setuid. Fix from
378 Michael Stone <mstone@cs.loyola.edu>
Damien Millere477ef62000-08-15 10:21:17 +1000379 - (djm) Don't seek in directory based lastlogs
Damien Millere4340be2000-09-16 13:29:08 +1100380 - (djm) Fix --with-ipaddr-display configure option test. Patch from
Damien Millere477ef62000-08-15 10:21:17 +1000381 Jarno Huuskonen <jhuuskon@messi.uku.fi>
Damien Miller0da2eaa2000-08-15 11:32:59 +1000382 - (djm) Fix AIX limits from Alexandre Oliva <oliva@lsd.ic.unicamp.br>
Damien Miller348c9b72000-08-15 10:01:22 +1000383
Damien Milleref7ed5e2000-08-13 10:31:12 +100038420000813
385 - (djm) Add $(srcdir) to includes when compiling (for VPATH). Report from
386 Fabrice bacchella <fabrice.bacchella@marchfirst.fr>
387
Damien Millerd17b8d52000-08-09 14:42:28 +100038820000809
Damien Millere4340be2000-09-16 13:29:08 +1100389 - (djm) Define AIX hard limits if headers don't. Report from
Damien Millerd17b8d52000-08-09 14:42:28 +1000390 Bill Painter <william.t.painter@lmco.com>
Damien Millere4340be2000-09-16 13:29:08 +1100391 - (djm) utmp direct write & SunOS 4 patch from Charles Levert
Damien Miller36ccb5c2000-08-09 16:34:27 +1000392 <charles@comm.polymtl.ca>
Damien Millerd17b8d52000-08-09 14:42:28 +1000393
Damien Millerab8d1922000-08-08 16:53:28 +100039420000808
395 - (djm) Cleanup Redhat RPMs. Generate keys at runtime rather than install
396 time, spec file cleanup.
397
Damien Miller729e1f12000-08-07 15:39:13 +100039820000807
Damien Miller52652f52000-08-07 15:54:39 +1000399 - (djm) Set 0755 on binaries during install. Report from Lutz Jaenicke
Damien Miller0f091bd2000-08-07 15:47:48 +1000400 - (djm) Suppress error messages on channel close shutdown() failurs
401 works around Linux bug. Patch from Zack Weinberg <zack@wolery.cumb.org>
Damien Miller52652f52000-08-07 15:54:39 +1000402 - (djm) Add some more entropy collection commands from Lutz Jaenicke
Damien Miller729e1f12000-08-07 15:39:13 +1000403
Damien Miller7b60a172000-07-25 09:04:37 +100040420000725
405 - (djm) Fix autoconf typo: HAVE_BINRESVPORT_AF -> HAVE_BINDRESVPORT_AF
406
Damien Miller994cf142000-07-21 10:19:44 +100040720000721
408 - (djm) OpenBSD CVS updates:
409 - markus@cvs.openbsd.org 2000/07/16 02:27:22
410 [authfd.c authfd.h channels.c clientloop.c ssh-add.c ssh-agent.c ssh.c]
411 [sshconnect1.c sshconnect2.c]
412 make ssh-add accept dsa keys (the agent does not)
413 - djm@cvs.openbsd.org 2000/07/17 19:25:02
414 [sshd.c]
415 Another closing of stdin; ok deraadt
416 - markus@cvs.openbsd.org 2000/07/19 18:33:12
417 [dsa.c]
418 missing free, reorder
419 - markus@cvs.openbsd.org 2000/07/20 16:23:14
420 [ssh-keygen.1]
421 document input and output files
422
Damien Miller9dec7762000-07-20 10:00:59 +100042320000720
Damien Miller994cf142000-07-21 10:19:44 +1000424 - (djm) Spec file fix from Petr Novotny <Petr.Novotny@antek.cz>
Damien Miller9dec7762000-07-20 10:00:59 +1000425
Damien Millera8dbd9d2000-07-16 13:25:00 +100042620000716
Damien Miller994cf142000-07-21 10:19:44 +1000427 - (djm) Release 2.1.1p4
Damien Millera8dbd9d2000-07-16 13:25:00 +1000428
Damien Millerecbb26d2000-07-15 14:59:14 +100042920000715
Damien Millerbe484b52000-07-15 14:14:16 +1000430 - (djm) OpenBSD CVS updates
431 - provos@cvs.openbsd.org 2000/07/13 16:53:22
432 [aux.c readconf.c servconf.c ssh.h]
433 allow multiple whitespace but only one '=' between tokens, bug report from
434 Ralf S. Engelschall <rse@engelschall.com> but different fix. okay deraadt@
435 - provos@cvs.openbsd.org 2000/07/13 17:14:09
436 [clientloop.c]
437 typo; todd@fries.net
438 - provos@cvs.openbsd.org 2000/07/13 17:19:31
439 [scp.c]
440 close can fail on AFS, report error; from Greg Hudson <ghudson@mit.edu>
441 - markus@cvs.openbsd.org 2000/07/14 16:59:46
442 [readconf.c servconf.c]
443 allow leading whitespace. ok niels
444 - djm@cvs.openbsd.org 2000/07/14 22:01:38
445 [ssh-keygen.c ssh.c]
446 Always create ~/.ssh with mode 700; ok Markus
Damien Millerecbb26d2000-07-15 14:59:14 +1000447 - Fixes for SunOS 4.1.4 from Gordon Atwood <gordon@cs.ualberta.ca>
448 - Include floatingpoint.h for entropy.c
449 - strerror replacement
Damien Millerbe484b52000-07-15 14:14:16 +1000450
Damien Miller182ee6e2000-07-12 09:45:27 +100045120000712
Damien Miller5de43db2000-07-12 11:12:55 +1000452 - (djm) Remove -lresolve for Reliant Unix
Damien Miller182ee6e2000-07-12 09:45:27 +1000453 - (djm) OpenBSD CVS Updates:
454 - deraadt@cvs.openbsd.org 2000/07/11 02:11:34
455 [session.c sshd.c ]
456 make MaxStartups code still work with -d; djm
457 - deraadt@cvs.openbsd.org 2000/07/11 13:17:45
458 [readconf.c ssh_config]
459 disable FallBackToRsh by default
Damien Miller5de43db2000-07-12 11:12:55 +1000460 - (djm) Replace in_addr_t with u_int32_t in bsd-inet_aton.c. Report from
461 Ben Lindstrom <mouring@pconline.com>
Damien Miller5a119bc2000-07-12 14:34:11 +1000462 - (djm) Make building of X11-Askpass and GNOME-Askpass optional in RPM
463 spec file.
Damien Miller2e7ba692000-07-12 21:10:23 +1000464 - (djm) Released 2.1.1p3
Damien Miller182ee6e2000-07-12 09:45:27 +1000465
Damien Miller65964d62000-07-11 09:16:22 +100046620000711
467 - (djm) Fixup for AIX getuserattr() support from Tom Bertelson
468 <tbert@abac.com>
Damien Miller2ae714f2000-07-11 09:29:50 +1000469 - (djm) ReliantUNIX support from Udo Schweigert <ust@cert.siemens.de>
Damien Millere4340be2000-09-16 13:29:08 +1100470 - (djm) NeXT: dirent structures to get scp working from Ben Lindstrom
Damien Miller99bca602000-07-11 12:02:36 +1000471 <mouring@pconline.com>
Damien Millere4340be2000-09-16 13:29:08 +1100472 - (djm) Fix broken inet_ntoa check and ut_user/ut_name confusion, report
Damien Miller7a0e5dc2000-07-11 12:15:54 +1000473 from Jim Watt <jimw@peisj.pebio.com>
Damien Miller168e6ac2000-07-11 12:23:01 +1000474 - (djm) Replaced bsd-snprintf.c with one from Mutt source tree, it is known
475 to compile on more platforms (incl NeXT).
Damien Miller3b9734c2000-07-11 14:54:22 +1000476 - (djm) Added bsd-inet_aton and configure support for NeXT
Damien Millerbc33bd42000-07-11 14:59:08 +1000477 - (djm) Misc NeXT fixes from Ben Lindstrom <mouring@pconline.com>
Damien Miller37023962000-07-11 17:31:38 +1000478 - (djm) OpenBSD CVS updates:
479 - markus@cvs.openbsd.org 2000/06/26 03:22:29
480 [authfd.c]
481 cleanup, less cut&paste
482 - markus@cvs.openbsd.org 2000/06/26 15:59:19
483 [servconf.c servconf.h session.c sshd.8 sshd.c]
Damien Millere4340be2000-09-16 13:29:08 +1100484 MaxStartups: limit number of unauthenticated connections, work by
Damien Miller37023962000-07-11 17:31:38 +1000485 theo and me
486 - deraadt@cvs.openbsd.org 2000/07/05 14:18:07
487 [session.c]
488 use no_x11_forwarding_flag correctly; provos ok
489 - provos@cvs.openbsd.org 2000/07/05 15:35:57
490 [sshd.c]
491 typo
492 - aaron@cvs.openbsd.org 2000/07/05 22:06:58
493 [scp.1 ssh-agent.1 ssh-keygen.1 sshd.8]
Damien Millere4340be2000-09-16 13:29:08 +1100494 Insert more missing .El directives. Our troff really should identify
Damien Miller37023962000-07-11 17:31:38 +1000495 these and spit out a warning.
496 - todd@cvs.openbsd.org 2000/07/06 21:55:04
497 [auth-rsa.c auth2.c ssh-keygen.c]
498 clean code is good code
499 - deraadt@cvs.openbsd.org 2000/07/07 02:14:29
500 [serverloop.c]
501 sense of port forwarding flag test was backwards
502 - provos@cvs.openbsd.org 2000/07/08 17:17:31
503 [compat.c readconf.c]
504 replace strtok with strsep; from David Young <dyoung@onthejob.net>
505 - deraadt@cvs.openbsd.org 2000/07/08 19:21:15
506 [auth.h]
507 KNF
508 - ho@cvs.openbsd.org 2000/07/08 19:27:33
509 [compat.c readconf.c]
510 Better conditions for strsep() ending.
511 - ho@cvs.openbsd.org 2000/07/10 10:27:05
512 [readconf.c]
513 Get the correct message on errors. (niels@ ok)
514 - ho@cvs.openbsd.org 2000/07/10 10:30:25
515 [cipher.c kex.c servconf.c]
516 strtok() --> strsep(). (niels@ ok)
Damien Miller4d97ba22000-07-11 18:15:50 +1000517 - (djm) Fix problem with debug mode and MaxStartups
Damien Miller54ba4692000-07-11 18:39:20 +1000518 - (djm) Don't generate host keys when $(DESTDIR) is set (e.g. during RPM
519 builds)
Damien Miller3077fb92000-07-11 21:34:34 +1000520 - (djm) Add strsep function from OpenBSD libc for systems that lack it
Damien Miller65964d62000-07-11 09:16:22 +1000521
Damien Miller4e997202000-07-09 21:21:52 +100052220000709
523 - (djm) Only enable PAM_TTY kludge for Linux. Problem report from
524 Kevin Steves <stevesk@sweden.hp.com>
Damien Miller8148fa32000-07-09 21:23:52 +1000525 - (djm) Match prototype and function declaration for rresvport_af.
526 Problem report from Niklas Edmundsson <nikke@ing.umu.se>
Damien Millere4340be2000-09-16 13:29:08 +1100527 - (djm) Missing $(DESTDIR) on host-key target causing problems with RPM
Damien Miller01006272000-07-09 21:29:37 +1000528 builds. Problem report from Gregory Leblanc <GLeblanc@cu-portland.edu>
Damien Millerb38ea862000-07-09 21:37:49 +1000529 - (djm) Replace ut_name with ut_user. Patch from Jim Watt
530 <jimw@peisj.pebio.com>
Damien Millerf9b625c2000-07-09 22:42:32 +1000531 - (djm) Fix pam sprintf fix
532 - (djm) Cleanup entropy collection code a little more. Split initialisation
533 from seeding, perform intialisation immediatly at start, be careful with
534 uids. Based on problem report from Jim Watt <jimw@peisj.pebio.com>
Damien Miller31abc9a2000-07-09 23:26:27 +1000535 - (djm) More NeXT compatibility from Ben Lindstrom <mouring@pconline.com>
536 Including sigaction() et al. replacements
Damien Millere4340be2000-09-16 13:29:08 +1100537 - (djm) AIX getuserattr() session initialisation from Tom Bertelson
Damien Miller39c0a1c2000-07-09 23:55:08 +1000538 <tbert@abac.com>
Damien Miller4e997202000-07-09 21:21:52 +1000539
Damien Millerce40c702000-07-08 10:14:08 +100054020000708
Damien Millere4340be2000-09-16 13:29:08 +1100541 - (djm) Fix bad fprintf format handling in auth-pam.c. Patch from
Damien Millerce40c702000-07-08 10:14:08 +1000542 Aaron Hopkins <aaron@die.net>
Damien Miller90dcc052000-07-08 10:17:40 +1000543 - (djm) Fix incorrect configure handling of --with-rsh-path option. Fix from
544 Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
Damien Millere4340be2000-09-16 13:29:08 +1100545 - (djm) Fixed undefined variables for OSF SIA. Report from
Damien Millerfe668e42000-07-08 10:44:13 +1000546 Baars, Henk <Hendrik.Baars@nl.origin-it.com>
Damien Millere4340be2000-09-16 13:29:08 +1100547 - (djm) Handle EWOULDBLOCK returns from read() and write() in atomicio.c
Damien Millerf2fdbe52000-07-08 10:57:08 +1000548 Fix from Marquess, Steve Mr JMLFDC <Steve.Marquess@DET.AMEDD.ARMY.MIL>
Damien Millere4340be2000-09-16 13:29:08 +1100549 - (djm) Don't use inet_addr.
Damien Millerce40c702000-07-08 10:14:08 +1000550
Damien Miller9b6d4ab2000-07-02 08:43:18 +100055120000702
552 - (djm) Fix brace mismatch from Corinna Vinschen <vinschen@cygnus.com>
Damien Millerc7088432000-07-02 18:44:54 +1000553 - (djm) Stop shadow expiry checking from preventing logins with NIS. Based
554 on fix from HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
Damien Miller484118e2000-07-02 19:13:56 +1000555 - (djm) Use standard OpenSSL functions in auth-skey.c. Patch from
556 Chris, the Young One <cky@pobox.com>
Damien Millere4340be2000-09-16 13:29:08 +1100557 - (djm) Fix scp progress meter on really wide terminals. Based on patch
Damien Miller0809a0a2000-07-02 19:33:54 +1000558 from James H. Cloos Jr. <cloos@jhcloos.com>
Damien Miller9b6d4ab2000-07-02 08:43:18 +1000559
Damien Millerd8cfda62000-07-01 12:56:09 +100056020000701
561 - (djm) Fix Tru64 SIA problems reported by John P Speno <speno@isc.upenn.edu>
Damien Miller8e81ed32000-07-01 13:17:42 +1000562 - (djm) Login fixes from Tom Bertelson <tbert@abac.com>
Damien Miller28adeef2000-07-01 13:29:26 +1000563 - (djm) Replace "/bin/sh" with _PATH_BSHELL. Report from Corinna Vinschen
564 <vinschen@cygnus.com>
Damien Miller7b413d22000-07-01 13:24:21 +1000565 - (djm) Replace "/usr/bin/login" with LOGIN_PROGRAM
Damien Millercb170cb2000-07-01 16:52:55 +1000566 - (djm) Added check for broken snprintf() functions which do not correctly
567 terminate output string and attempt to use replacement.
Damien Millerc9270992000-07-01 19:42:32 +1000568 - (djm) Released 2.1.1p2
Damien Millerd8cfda62000-07-01 12:56:09 +1000569
Damien Miller53c5d462000-06-28 00:50:50 +100057020000628
571 - (djm) Fixes to lastlog code for Irix
572 - (djm) Use atomicio in loginrec
Damien Miller91606b12000-06-28 08:22:29 +1000573 - (djm) Patch from Michael Stone <mstone@cs.loyola.edu> to add support for
574 Irix 6.x array sessions, project id's, and system audit trail id.
Damien Miller262ff172000-06-28 08:24:49 +1000575 - (djm) Added 'distprep' make target to simplify packaging
Damien Millere4340be2000-09-16 13:29:08 +1100576 - (djm) Added patch from Chris Adams <cmadams@hiwaay.net> to add OSF SIA
Damien Millerb8c656e2000-06-28 15:22:41 +1000577 support. Enable using "USE_SIA=1 ./configure [options]"
Damien Millere4340be2000-09-16 13:29:08 +1100578
Damien Millerf8af08d2000-06-27 09:40:06 +100057920000627
580 - (djm) Fixes to login code - not setting li->uid, cleanups
Damien Millerdd47aa22000-06-27 11:18:27 +1000581 - (djm) Formatting
Damien Millerf8af08d2000-06-27 09:40:06 +1000582
Damien Miller8dd33fd2000-06-26 10:20:19 +100058320000626
Damien Millerc0fd17f2000-06-26 10:22:53 +1000584 - (djm) Better fix to aclocal tests from Garrick James <garrick@james.net>
Damien Miller1f335fb2000-06-26 11:31:33 +1000585 - (djm) Account expiry support from Andreas Steinmetz <ast@domdv.de>
586 - (djm) Added password expiry checking (no password change support)
Damien Miller64681252000-06-26 13:01:33 +1000587 - (djm) Make EGD failures non-fatal if OpenSSL's entropy pool is still OK
588 based on patch from Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
Damien Miller08006472000-06-26 13:55:31 +1000589 - (djm) Fix fixed EGD code.
Damien Millerc0fd17f2000-06-26 10:22:53 +1000590 - OpenBSD CVS update
591 - provos@cvs.openbsd.org 2000/06/25 14:17:58
592 [channels.c]
593 correct check for bad channel ids; from Wei Dai <weidai@eskimo.com>
594
Damien Millerb54b40e2000-06-23 08:23:34 +100059520000623
Damien Millere4340be2000-09-16 13:29:08 +1100596 - (djm) Use sa_family_t in prototype for rresvport_af. Patch from
Damien Millerb54b40e2000-06-23 08:23:34 +1000597 Svante Signell <svante.signell@telia.com>
598 - (djm) Autoconf logic to define sa_family_t if it is missing
Damien Millerbf7f4662000-06-23 10:16:38 +1000599 - OpenBSD CVS Updates:
600 - markus@cvs.openbsd.org 2000/06/22 10:32:27
601 [sshd.c]
602 missing atomicio; report from Steve.Marquess@DET.AMEDD.ARMY.MIL
603 - djm@cvs.openbsd.org 2000/06/22 17:55:00
604 [auth-krb4.c key.c radix.c uuencode.c]
605 Missing CVS idents; ok markus
Damien Millerb54b40e2000-06-23 08:23:34 +1000606
Damien Miller099f5052000-06-22 20:57:11 +100060720000622
608 - (djm) Automatically generate host key during "make install". Suggested
609 by Gary E. Miller <gem@rellim.com>
610 - (djm) Paranoia before kill() system call
Damien Miller6536c7d2000-06-22 21:32:31 +1000611 - OpenBSD CVS Updates:
612 - markus@cvs.openbsd.org 2000/06/18 18:50:11
613 [auth2.c compat.c compat.h sshconnect2.c]
614 make userauth+pubkey interop with ssh.com-2.2.0
615 - markus@cvs.openbsd.org 2000/06/18 20:56:17
616 [dsa.c]
617 mem leak + be more paranoid in dsa_verify.
618 - markus@cvs.openbsd.org 2000/06/18 21:29:50
619 [key.c]
620 cleanup fingerprinting, less hardcoded sizes
621 - markus@cvs.openbsd.org 2000/06/19 19:39:45
622 [atomicio.c auth-options.c auth-passwd.c auth-rh-rsa.c auth-rhosts.c]
623 [auth-rsa.c auth-skey.c authfd.c authfd.h authfile.c bufaux.c bufaux.h]
Damien Millere4340be2000-09-16 13:29:08 +1100624 [buffer.c buffer.h canohost.c channels.c channels.h cipher.c cipher.h]
Damien Miller6536c7d2000-06-22 21:32:31 +1000625 [clientloop.c compat.c compat.h compress.c compress.h crc32.c crc32.h]
626 [deattack.c dispatch.c dsa.c fingerprint.c fingerprint.h getput.h hmac.c]
Damien Millere4340be2000-09-16 13:29:08 +1100627 [kex.c log-client.c log-server.c login.c match.c mpaux.c mpaux.h nchan.c]
628 [nchan.h packet.c packet.h pty.c pty.h readconf.c readconf.h readpass.c]
Damien Miller6536c7d2000-06-22 21:32:31 +1000629 [rsa.c rsa.h scp.c servconf.c servconf.h ssh-add.c ssh-keygen.c ssh.c]
630 [ssh.h tildexpand.c ttymodes.c ttymodes.h uidswap.c xmalloc.c xmalloc.h]
631 OpenBSD tag
632 - markus@cvs.openbsd.org 2000/06/21 10:46:10
633 sshconnect2.c missing free; nuke old comment
Damien Miller099f5052000-06-22 20:57:11 +1000634
Damien Milleredb82922000-06-20 13:25:52 +100063520000620
636 - (djm) Replace use of '-o' and '-a' logical operators in configure tests
Damien Millere4340be2000-09-16 13:29:08 +1100637 with '||' and '&&'. As suggested by Jim Knoble <jmknoble@pint-stowp.cx>
Damien Milleredb82922000-06-20 13:25:52 +1000638 to fix SCO Unixware problem reported by Gary E. Miller <gem@rellim.com>
Damien Miller2f022952000-06-20 13:50:01 +1000639 - (djm) Typo in loginrec.c
Damien Milleredb82922000-06-20 13:25:52 +1000640
Damien Miller7b22d652000-06-18 14:07:04 +100064120000618
642 - (djm) Add summary of configure options to end of ./configure run
Damien Millere4340be2000-09-16 13:29:08 +1100643 - (djm) Not all systems define RUSAGE_SELF & RUSAGE_CHILDREN. Report from
Damien Miller7b22d652000-06-18 14:07:04 +1000644 Michael Stone <mstone@cs.loyola.edu>
Damien Millere4340be2000-09-16 13:29:08 +1100645 - (djm) rusage is a privileged operation on some Unices (incl.
Damien Miller7b22d652000-06-18 14:07:04 +1000646 Solaris 2.5.1). Report from Paul D. Smith <pausmith@nortelnetworks.com>
Damien Millere4340be2000-09-16 13:29:08 +1100647 - (djm) Avoid PAM failures when running without a TTY. Report from
Damien Miller7b22d652000-06-18 14:07:04 +1000648 Martin Petrak <petrak@spsknm.schools.sk>
649 - (djm) Include sys/types.h when including netinet/in.h in configure tests.
650 Patch from Jun-ichiro itojun Hagino <itojun@iijlab.net>
Damien Miller0f91b4e2000-06-18 15:43:25 +1000651 - (djm) Started merge of Ben Lindstrom's <mouring@pconline.com> NeXT support
Damien Millerf6d9e222000-06-18 14:50:44 +1000652 - OpenBSD CVS updates:
653 - deraadt@cvs.openbsd.org 2000/06/17 09:58:46
654 [channels.c]
655 everyone says "nix it" (remove protocol 2 debugging message)
656 - markus@cvs.openbsd.org 2000/06/17 13:24:34
657 [sshconnect.c]
658 allow extended server banners
659 - markus@cvs.openbsd.org 2000/06/17 14:30:10
660 [sshconnect.c]
661 missing atomicio, typo
662 - jakob@cvs.openbsd.org 2000/06/17 16:52:34
663 [servconf.c servconf.h session.c sshd.8 sshd_config]
664 add support for ssh v2 subsystems. ok markus@.
665 - deraadt@cvs.openbsd.org 2000/06/17 18:57:48
666 [readconf.c servconf.c]
667 include = in WHITESPACE; markus ok
668 - markus@cvs.openbsd.org 2000/06/17 19:09:10
669 [auth2.c]
670 implement bug compatibility with ssh-2.0.13 pubkey, server side
671 - markus@cvs.openbsd.org 2000/06/17 21:00:28
672 [compat.c]
673 initial support for ssh.com's 2.2.0
674 - markus@cvs.openbsd.org 2000/06/17 21:16:09
675 [scp.c]
676 typo
677 - markus@cvs.openbsd.org 2000/06/17 22:05:02
678 [auth-rsa.c auth2.c serverloop.c session.c auth-options.c auth-options.h]
679 split auth-rsa option parsing into auth-options
680 add options support to authorized_keys2
681 - markus@cvs.openbsd.org 2000/06/17 22:42:54
682 [session.c]
683 typo
Damien Miller7b22d652000-06-18 14:07:04 +1000684
Damien Millera66626b2000-06-13 18:57:53 +100068520000613
686 - (djm) Fixes from Andrew McGill <andrewm@datrix.co.za>:
687 - Platform define for SCO 3.x which breaks on /dev/ptmx
688 - Detect and try to fix missing MAXPATHLEN
Damien Miller1a132252000-06-13 21:23:17 +1000689 - (djm) Fix short copy in loginrec.c (based on patch from Phill Camp
690 <P.S.S.Camp@ukc.ac.uk>
Damien Millera66626b2000-06-13 18:57:53 +1000691
Damien Millere69f18c2000-06-12 16:38:54 +100069220000612
693 - (djm) Glob manpages in RPM spec files to catch compressed files
694 - (djm) Full license in auth-pam.c
Damien Millerc29de952000-06-12 23:04:18 +1000695 - (djm) Configure fixes from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
andre35ad6be2000-06-12 22:41:27 +0000696 - (andre) AIX, lastlog, configure fixes from Tom Bertelson <tbert@abac.com>:
697 - Don't try to retrieve lastlog from wtmp/wtmpx if DISABLE_LASTLOG is
698 def'd
699 - Set AIX to use preformatted manpages
Damien Millere4340be2000-09-16 13:29:08 +1100700
Damien Millerc601a752000-06-10 08:33:38 +100070120000610
702 - (djm) Minor doc tweaks
Damien Millerd900e452000-06-10 16:51:33 +1000703 - (djm) Fix for configure on bash2 from Jim Knoble <jmknoble@jmknoble.cx>
Damien Millerc601a752000-06-10 08:33:38 +1000704
Damien Millera1cb6442000-06-09 11:58:35 +100070520000609
706 - (djm) Patch from Kenji Miyake <kenji@miyake.org> to disable utmp usage
707 (in favour of utmpx) on Solaris 8
708
Damien Millere37bfc12000-06-05 09:37:43 +100070920000606
Damien Miller14c12cb2000-06-07 22:20:23 +1000710 - (djm) Cleanup of entropy.c. Reorganised code, removed second pass through
711 list of commands (by default). Removed verbose debugging (by default).
Damien Millere4340be2000-09-16 13:29:08 +1100712 - (djm) Increased command entropy estimates and default entropy collection
Damien Miller14c12cb2000-06-07 22:20:23 +1000713 timeout
Damien Millerd5bf3072000-06-07 21:32:13 +1000714 - (djm) Remove duplicate headers from loginrec.c
Damien Miller9e110892000-06-07 21:05:46 +1000715 - (djm) Don't add /usr/local/lib to library search path on Irix
Damien Millere4340be2000-09-16 13:29:08 +1100716 - (djm) Fix rsh path in RPMs. Report from Jason L Tibbitts III
Damien Millerd3a18572000-06-07 19:55:44 +1000717 <tibbs@math.uh.edu>
Damien Miller5314ae72000-06-07 20:08:19 +1000718 - (djm) Warn user if grabs fail in GNOME askpass. Patch from Zack Weinberg
719 <zack@wolery.cumb.org>
Damien Millerd3a18572000-06-07 19:55:44 +1000720 - (djm) OpenBSD CVS updates:
721 - todd@cvs.openbsd.org
722 [sshconnect2.c]
723 teach protocol v2 to count login failures properly and also enable an
724 explanation of why the password prompt comes up again like v1; this is NOT
725 crypto
Damien Millere4340be2000-09-16 13:29:08 +1100726 - markus@cvs.openbsd.org
Damien Millerd3a18572000-06-07 19:55:44 +1000727 [readconf.c readconf.h servconf.c servconf.h session.c ssh.1 ssh.c sshd.8]
728 xauth_location support; pr 1234
729 [readconf.c sshconnect2.c]
730 typo, unused
731 [session.c]
732 allow use_login only for login sessions, otherwise remote commands are
733 execed with uid==0
734 [sshd.8]
735 document UseLogin better
736 [version.h]
737 OpenSSH 2.1.1
738 [auth-rsa.c]
Damien Millere4340be2000-09-16 13:29:08 +1100739 fix match_hostname() logic for auth-rsa: deny access if we have a
Damien Millerd3a18572000-06-07 19:55:44 +1000740 negative match or no match at all
741 [channels.c hostfile.c match.c]
Damien Millere4340be2000-09-16 13:29:08 +1100742 don't panic if mkdtemp fails for authfwd; jkb@yahoo-inc.com via
Damien Millerd3a18572000-06-07 19:55:44 +1000743 kris@FreeBSD.org
744
74520000606
Damien Millere4340be2000-09-16 13:29:08 +1100746 - (djm) Added --with-cflags, --with-ldflags and --with-libs options to
Damien Millere37bfc12000-06-05 09:37:43 +1000747 configure.
748
Damien Miller2994e082000-06-04 15:51:47 +100074920000604
750 - Configure tweaking for new login code on Irix 5.3
andrea86c7ec2000-06-04 17:00:15 +0000751 - (andre) login code changes based on djm feedback
Damien Miller2994e082000-06-04 15:51:47 +1000752
andrea86c7ec2000-06-04 17:00:15 +000075320000603
754 - (andre) New login code
755 - Remove bsd-login.[ch] and all the OpenBSD-derived code in login.c
756 - Add loginrec.[ch], logintest.c and autoconf code
Damien Millere4340be2000-09-16 13:29:08 +1100757
Damien Miller2f6a0ad2000-05-31 11:20:11 +100075820000531
759 - Cleanup of auth.c, login.c and fake-*
760 - Cleanup of auth-pam.c, save and print "account expired" error messages
Damien Miller1ea8ac72000-05-31 11:24:34 +1000761 - Fix EGD read bug by IWAMURO Motonori <iwa@mmp.fujitsu.co.jp>
Damien Miller1c773922000-05-31 13:57:18 +1000762 - Rewrote bsd-login to use proper utmp API if available. Major cleanup
763 of fallback DIY code.
Damien Miller2f6a0ad2000-05-31 11:20:11 +1000764
Damien Millerbe260a02000-05-30 12:57:46 +100076520000530
766 - Define atexit for old Solaris
Damien Millerc252e2e2000-05-30 13:12:46 +1000767 - Fix buffer overrun in login.c for systems which use syslen in utmpx.
768 patch from YOSHIFUJI Hideaki <yoshfuji@cerberus.nemoto.ecei.tohoku.ac.jp>
Damien Millerb1715dc2000-05-30 13:44:51 +1000769 - OpenBSD CVS updates:
770 - markus@cvs.openbsd.org
771 [session.c]
772 make x11-fwd work w/ localhost (xauth add host/unix:11)
773 [cipher.c compat.c readconf.c servconf.c]
774 check strtok() != NULL; ok niels@
775 [key.c]
776 fix key_read() for uuencoded keys w/o '='
777 [serverloop.c]
778 group ssh1 vs. ssh2 in serverloop
779 [kex.c kex.h myproposal.h sshconnect2.c sshd.c]
780 split kexinit/kexdh, factor out common code
781 [readconf.c ssh.1 ssh.c]
782 forwardagent defaults to no, add ssh -A
783 - theo@cvs.openbsd.org
784 [session.c]
785 just some line shortening
Damien Miller03934f22000-05-30 14:01:10 +1000786 - Released 2.1.0p3
Damien Millerbe260a02000-05-30 12:57:46 +1000787
Damien Millerd999ae22000-05-20 12:49:31 +100078820000520
789 - Xauth fix from Markus Friedl <markus.friedl@informatik.uni-erlangen.de>
Damien Millerad1bc5f2000-05-20 14:53:09 +1000790 - Don't touch utmp if USE_UTMPX defined
Damien Millerdfc83f42000-05-20 15:02:59 +1000791 - SunOS 4.x support from Todd C. Miller <Todd.Miller@courtesan.com>
Damien Millerfda78d92000-05-20 15:33:44 +1000792 - SIGCHLD fix for AIX and HPUX from Tom Bertelson <tbert@abac.com>
Damien Millere4340be2000-09-16 13:29:08 +1100793 - HPUX and Configure fixes from Lutz Jaenicke
Damien Millerfda78d92000-05-20 15:33:44 +1000794 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
Damien Millere4340be2000-09-16 13:29:08 +1100795 - Use mkinstalldirs script to make directories instead of non-portable
Damien Millerfda78d92000-05-20 15:33:44 +1000796 "install -d". Suggested by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
Damien Miller7b63b0f2000-05-20 15:41:26 +1000797 - Doc cleanup
Damien Millerd999ae22000-05-20 12:49:31 +1000798
Damien Milleref7df542000-05-19 00:03:23 +100079920000518
800 - Include Andre Lucas' fixprogs script. Forgot to "cvs add" it yesterday
801 - OpenBSD CVS updates:
802 - markus@cvs.openbsd.org
803 [sshconnect.c]
804 copy only ai_addrlen bytes; misiek@pld.org.pl
805 [auth.c]
Damien Millere4340be2000-09-16 13:29:08 +1100806 accept an empty shell in authentication; bug reported by
Damien Milleref7df542000-05-19 00:03:23 +1000807 chris@tinker.ucr.edu
808 [serverloop.c]
809 we don't have stderr for interactive terminal sessions (fcntl errors)
810
Damien Miller8d1fd572000-05-17 21:34:07 +100081120000517
812 - Fix from Andre Lucas <andre.lucas@dial.pipex.com>
813 - Fixes command line printing segfaults (spotter: Bladt Norbert)
814 - Fixes erroneous printing of debug messages to syslog
815 - Fixes utmp for MacOS X (spotter: Aristedes Maniatis)
816 - Gives useful error message if PRNG initialisation fails
817 - Reduced ssh startup delay
818 - Measures cumulative command time rather than the time between reads
Damien Millerbe484b52000-07-15 14:14:16 +1000819 after select()
Damien Miller8d1fd572000-05-17 21:34:07 +1000820 - 'fixprogs' perl script to eliminate non-working entropy commands, and
Damien Millerbe484b52000-07-15 14:14:16 +1000821 optionally run 'ent' to measure command entropy
Damien Millerd2c208a2000-05-17 22:00:02 +1000822 - Applied Tom Bertelson's <tbert@abac.com> AIX authentication fix
Damien Millerf3c6cf12000-05-17 22:08:29 +1000823 - Avoid WCOREDUMP complation errors for systems that lack it
Damien Millere4340be2000-09-16 13:29:08 +1100824 - Avoid SIGCHLD warnings from entropy commands
Damien Miller0e65eed2000-05-17 22:16:05 +1000825 - Fix HAVE_PAM_GETENVLIST setting from Simon Wilkinson <sxw@dcs.ed.ac.uk>
Damien Millerdcb6ecd2000-05-17 22:34:22 +1000826 - OpenBSD CVS update:
Damien Millere4340be2000-09-16 13:29:08 +1100827 - markus@cvs.openbsd.org
Damien Millerdcb6ecd2000-05-17 22:34:22 +1000828 [ssh.c]
829 fix usage()
830 [ssh2.h]
831 draft-ietf-secsh-architecture-05.txt
832 [ssh.1]
833 document ssh -T -N (ssh2 only)
834 [channels.c serverloop.c ssh.h sshconnect.c sshd.c aux.c]
835 enable nonblocking IO for sshd w/ proto 1, too; split out common code
836 [aux.c]
837 missing include
Damien Miller615f9392000-05-17 22:53:33 +1000838 - Several patches from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
839 - INSTALL typo and URL fix
840 - Makefile fix
841 - Solaris fixes
Damien Millere4340be2000-09-16 13:29:08 +1100842 - Checking for ssize_t and memmove. Based on patch from SAKAI Kiyotaka
Damien Miller615f9392000-05-17 22:53:33 +1000843 <ksakai@kso.netwk.ntt-at.co.jp>
Damien Millerc4be7ce2000-05-17 23:02:03 +1000844 - RSAless operation patch from kevin_oconnor@standardandpoors.com
Damien Miller3b512e12000-05-17 23:29:18 +1000845 - Detect OpenSSL seperatly from RSA
Damien Millere4340be2000-09-16 13:29:08 +1100846 - Better test for RSA (more compatible with RSAref). Based on work by
Damien Miller3b512e12000-05-17 23:29:18 +1000847 Ed Eden <ede370@stl.rural.usda.gov>
Damien Miller8d1fd572000-05-17 21:34:07 +1000848
Damien Miller95fe91b2000-05-13 12:31:22 +100084920000513
Damien Millere4340be2000-09-16 13:29:08 +1100850 - Fix for non-recognised DSA keys from Arkadiusz Miskiewicz
Damien Miller95fe91b2000-05-13 12:31:22 +1000851 <misiek@pld.org.pl>
852
Damien Milleraccfeb32000-05-11 19:10:58 +100085320000511
Damien Millere4340be2000-09-16 13:29:08 +1100854 - Fix for prng_seed permissions checking from Lutz Jaenicke
Damien Milleraccfeb32000-05-11 19:10:58 +1000855 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
Damien Miller95fe91b2000-05-13 12:31:22 +1000856 - "make host-key" fix for Irix
Damien Milleraccfeb32000-05-11 19:10:58 +1000857
Damien Miller30c3d422000-05-09 11:02:59 +100085820000509
859 - OpenBSD CVS update
860 - markus@cvs.openbsd.org
861 [cipher.h myproposal.h readconf.c readconf.h servconf.c ssh.1 ssh.c]
862 [ssh.h sshconnect1.c sshconnect2.c sshd.8]
863 - complain about invalid ciphers in SSH1 (e.g. arcfour is SSH2 only)
864 - hugh@cvs.openbsd.org
865 [ssh.1]
866 - zap typo
867 [ssh-keygen.1]
868 - One last nit fix. (markus approved)
869 [sshd.8]
870 - some markus certified spelling adjustments
871 - markus@cvs.openbsd.org
872 [auth2.c channels.c clientloop.c compat compat.h dsa.c kex.c]
873 [sshconnect2.c ]
874 - bug compat w/ ssh-2.0.13 x11, split out bugs
875 [nchan.c]
876 - no drain if ibuf_empty, fixes x11fwd problems; tests by fries@
877 [ssh-keygen.c]
878 - handle escapes in real and original key format, ok millert@
879 [version.h]
880 - OpenSSH-2.1
Damien Miller16e519c2000-05-09 14:28:55 +1000881 - Moved all the bsd-* and fake-* stuff into new libopenbsd-compat.a
Damien Miller54057c22000-05-09 15:03:37 +1000882 - Doc updates
Damien Millere4340be2000-09-16 13:29:08 +1100883 - Cleanup of bsd-base64 headers, bugfix definitions of __b64_*. Reported
Damien Miller95e89632000-05-09 15:28:50 +1000884 by Andre Lucas <andre.lucas@dial.pipex.com>
Damien Miller30c3d422000-05-09 11:02:59 +1000885
Damien Miller58e579b2000-05-08 00:05:31 +100088620000508
887 - Makefile and RPM spec fixes
888 - Generate DSA host keys during "make key" or RPM installs
Damien Miller6d488712000-05-08 13:44:52 +1000889 - OpenBSD CVS update
890 - markus@cvs.openbsd.org
891 [clientloop.c sshconnect2.c]
892 - make x11-fwd interop w/ ssh-2.0.13
893 [README.openssh2]
894 - interop w/ SecureFX
895 - Release 2.0.0beta2
Damien Miller58e579b2000-05-08 00:05:31 +1000896
Damien Millere4340be2000-09-16 13:29:08 +1100897 - Configure caching and cleanup patch from Andre Lucas'
Damien Miller61e50f12000-05-08 20:49:37 +1000898 <andre.lucas@dial.pipex.com>
899
Damien Millere247cc42000-05-07 12:03:14 +100090020000507
901 - Remove references to SSLeay.
902 - Big OpenBSD CVS update
903 - markus@cvs.openbsd.org
904 [clientloop.c]
905 - typo
906 [session.c]
907 - update proctitle on pty alloc/dealloc, e.g. w/ windows client
908 [session.c]
909 - update proctitle for proto 1, too
910 [channels.h nchan.c serverloop.c session.c sshd.c]
911 - use c-style comments
912 - deraadt@cvs.openbsd.org
913 [scp.c]
914 - more atomicio
Damien Millere4340be2000-09-16 13:29:08 +1100915 - markus@cvs.openbsd.org
Damien Millere247cc42000-05-07 12:03:14 +1000916 [channels.c]
917 - set O_NONBLOCK
918 [ssh.1]
919 - update AUTHOR
920 [readconf.c ssh-keygen.c ssh.h]
921 - default DSA key file ~/.ssh/id_dsa
922 [clientloop.c]
923 - typo, rm verbose debug
924 - deraadt@cvs.openbsd.org
925 [ssh-keygen.1]
926 - document DSA use of ssh-keygen
927 [sshd.8]
928 - a start at describing what i understand of the DSA side
929 [ssh-keygen.1]
930 - document -X and -x
931 [ssh-keygen.c]
932 - simplify usage
Damien Millere4340be2000-09-16 13:29:08 +1100933 - markus@cvs.openbsd.org
Damien Millere247cc42000-05-07 12:03:14 +1000934 [sshd.8]
935 - there is no rhosts_dsa
936 [ssh-keygen.1]
937 - document -y, update -X,-x
938 [nchan.c]
939 - fix close for non-open ssh1 channels
940 [servconf.c servconf.h ssh.h sshd.8 sshd.c ]
941 - s/DsaKey/HostDSAKey/, document option
942 [sshconnect2.c]
943 - respect number_of_password_prompts
944 [channels.c channels.h servconf.c servconf.h session.c sshd.8]
945 - GatewayPorts for sshd, ok deraadt@
946 [ssh-add.1 ssh-agent.1 ssh.1]
947 - more doc on: DSA, id_dsa, known_hosts2, authorized_keys2
948 [ssh.1]
949 - more info on proto 2
950 [sshd.8]
951 - sync AUTHOR w/ ssh.1
952 [key.c key.h sshconnect.c]
953 - print key type when talking about host keys
954 [packet.c]
955 - clear padding in ssh2
956 [dsa.c key.c radix.c ssh.h sshconnect1.c uuencode.c uuencode.h]
957 - replace broken uuencode w/ libc b64_ntop
958 [auth2.c]
959 - log failure before sending the reply
960 [key.c radix.c uuencode.c]
961 - remote trailing comments before calling __b64_pton
962 [auth2.c readconf.c readconf.h servconf.c servconf.h ssh.1]
963 [sshconnect2.c sshd.8]
964 - add DSAAuthetication option to ssh/sshd, document SSH2 in sshd.8
965 - Bring in b64_ntop and b64_pton from OpenBSD libc (bsd-base64.[ch])
966
Damien Miller63560f92000-05-02 09:06:04 +100096720000502
Damien Miller6f83b8e2000-05-02 09:23:45 +1000968 - OpenBSD CVS update
969 [channels.c]
970 - init all fds, close all fds.
971 [sshconnect2.c]
972 - check whether file exists before asking for passphrase
973 [servconf.c servconf.h sshd.8 sshd.c]
974 - PidFile, pr 1210
975 [channels.c]
976 - EINTR
977 [channels.c]
978 - unbreak, ok niels@
979 [sshd.c]
980 - unlink pid file, ok niels@
981 [auth2.c]
982 - Add missing #ifdefs; ok - markus
Damien Millere4340be2000-09-16 13:29:08 +1100983 - Add Andre Lucas' <andre.lucas@dial.pipex.com> patch to read entropy
Damien Miller0437b332000-05-02 09:56:41 +1000984 gathering commands from a text file
Damien Miller63560f92000-05-02 09:06:04 +1000985 - Release 2.0.0beta1
986
Damien Miller7c8af4f2000-05-01 08:24:07 +100098720000501
988 - OpenBSD CVS update
989 [packet.c]
990 - send debug messages in SSH2 format
Damien Miller35dabd02000-05-01 21:10:33 +1000991 [scp.c]
992 - fix very rare EAGAIN/EINTR issues; based on work by djm
993 [packet.c]
994 - less debug, rm unused
995 [auth2.c]
996 - disable kerb,s/key in ssh2
997 [sshd.8]
998 - Minor tweaks and typo fixes.
999 [ssh-keygen.c]
1000 - Put -d into usage and reorder. markus ok.
Damien Millere4340be2000-09-16 13:29:08 +11001001 - Include missing headers for OpenSSL tests. Fix from Phil Karn
Damien Millere59ce622000-05-01 20:54:17 +10001002 <karn@ka9q.ampr.org>
Damien Millere4340be2000-09-16 13:29:08 +11001003 - Fixed __progname symbol collisions reported by Andre Lucas
Damien Miller70fb6712000-05-01 20:59:50 +10001004 <andre.lucas@dial.pipex.com>
Damien Miller0e489dc2000-05-01 22:53:53 +10001005 - Merged bsd-login ttyslot and AIX utmp patch from Gert Doering
1006 <gd@hilb1.medat.de>
Damien Miller1cead2c2000-05-01 22:55:23 +10001007 - Add some missing ifdefs to auth2.c
Damien Miller7c004262000-05-01 22:57:46 +10001008 - Deprecate perl-tk askpass.
Damien Millerfc0b11b2000-05-02 00:03:55 +10001009 - Irix portability fixes - don't include netinet headers more than once
1010 - Make sure we don't save PRNG seed more than once
Damien Miller7c8af4f2000-05-01 08:24:07 +10001011
Damien Miller1bead332000-04-30 00:47:29 +1000101220000430
1013 - Merge HP-UX fixes and TCB support from Ged Lodder <lodder@yacc.com.au>
Damien Miller4018c192000-04-30 09:30:44 +10001014 - Integrate Andre Lucas' <andre.lucas@dial.pipex.com> entropy collection
1015 patch.
1016 - Adds timeout to entropy collection
1017 - Disables slow entropy sources
1018 - Load and save seed file
Damien Millere4340be2000-09-16 13:29:08 +11001019 - Changed entropy seed code to user per-user seeds only (server seed is
Damien Miller4018c192000-04-30 09:30:44 +10001020 saved in root's .ssh directory)
1021 - Use atexit() and fatal cleanups to save seed on exit
Damien Millerbd483e72000-04-30 10:00:53 +10001022 - More OpenBSD updates:
1023 [session.c]
1024 - don't call chan_write_failed() if we are not writing
1025 [auth-rsa.c auth1.c authfd.c hostfile.c ssh-agent.c]
1026 - keysize warnings error() -> log()
Damien Miller1bead332000-04-30 00:47:29 +10001027
Damien Millereba71ba2000-04-29 23:57:08 +1000102820000429
1029 - Merge big update to OpenSSH-2.0 from OpenBSD CVS
1030 [README.openssh2]
1031 - interop w/ F-secure windows client
1032 - sync documentation
1033 - ssh_host_dsa_key not ssh_dsa_key
1034 [auth-rsa.c]
1035 - missing fclose
1036 [auth.c authfile.c compat.c dsa.c dsa.h hostfile.c key.c key.h radix.c]
1037 [readconf.c readconf.h ssh-add.c ssh-keygen.c ssh.c ssh.h sshconnect.c]
1038 [sshd.c uuencode.c uuencode.h authfile.h]
1039 - add DSA pubkey auth and other SSH2 fixes. use ssh-keygen -[xX]
1040 for trading keys with the real and the original SSH, directly from the
1041 people who invented the SSH protocol.
1042 [auth.c auth.h authfile.c sshconnect.c auth1.c auth2.c sshconnect.h]
1043 [sshconnect1.c sshconnect2.c]
1044 - split auth/sshconnect in one file per protocol version
1045 [sshconnect2.c]
1046 - remove debug
1047 [uuencode.c]
1048 - add trailing =
1049 [version.h]
1050 - OpenSSH-2.0
1051 [ssh-keygen.1 ssh-keygen.c]
1052 - add -R flag: exit code indicates if RSA is alive
1053 [sshd.c]
1054 - remove unused
1055 silent if -Q is specified
1056 [ssh.h]
1057 - host key becomes /etc/ssh_host_dsa_key
1058 [readconf.c servconf.c ]
1059 - ssh/sshd default to proto 1 and 2
1060 [uuencode.c]
1061 - remove debug
1062 [auth2.c ssh-keygen.c sshconnect2.c sshd.c]
1063 - xfree DSA blobs
1064 [auth2.c serverloop.c session.c]
1065 - cleanup logging for sshd/2, respect PasswordAuth no
1066 [sshconnect2.c]
1067 - less debug, respect .ssh/config
1068 [README.openssh2 channels.c channels.h]
Damien Millere4340be2000-09-16 13:29:08 +11001069 - clientloop.c session.c ssh.c
Damien Millereba71ba2000-04-29 23:57:08 +10001070 - support for x11-fwding, client+server
1071
Damien Millera552faf2000-04-21 15:55:20 +1000107220000421
1073 - Merge fix from OpenBSD CVS
1074 [ssh-agent.c]
1075 - Fix memory leak per connection. Report from Andy Spiegl <Andy@Spiegl.de>
1076 via Debian bug #59926
Damien Miller81171112000-04-23 11:14:01 +10001077 - Define __progname in session.c if libc doesn't
1078 - Remove indentation on autoconf #include statements to avoid bug in
Damien Millere4340be2000-09-16 13:29:08 +11001079 DEC Tru64 compiler. Report and fix from David Del Piero
Damien Miller81171112000-04-23 11:14:01 +10001080 <David.DelPiero@qed.qld.gov.au>
Damien Millera552faf2000-04-21 15:55:20 +10001081
Damien Miller3ef692a2000-04-20 07:33:24 +1000108220000420
Damien Millere4340be2000-09-16 13:29:08 +11001083 - Make fixpaths work with perl4, patch from Andre Lucas
Damien Miller3ef692a2000-04-20 07:33:24 +10001084 <andre.lucas@dial.pipex.com>
Damien Miller166fca82000-04-20 07:42:21 +10001085 - Sync with OpenBSD CVS:
1086 [clientloop.c login.c serverloop.c ssh-agent.c ssh.h sshconnect.c sshd.c]
1087 - pid_t
1088 [session.c]
1089 - remove bogus chan_read_failed. this could cause data
1090 corruption (missing data) at end of a SSH2 session.
Damien Millerd0cff3e2000-04-20 23:12:58 +10001091 - Merge fixes from Debian patch from Phil Hands <phil@hands.com>
1092 - Allow setting of PAM service name through CFLAGS (SSHD_PAM_SERVICE)
1093 - Use vhangup to clean up Linux ttys
1094 - Force posix getopt processing on GNU libc systems
Damien Millercfabe862000-04-20 23:27:27 +10001095 - Debian bug #55910 - remove references to ssl(8) manpages
Damien Millerf3a3fee2000-04-20 23:32:48 +10001096 - Debian bug #58031 - ssh_config lies about default cipher
Damien Miller3ef692a2000-04-20 07:33:24 +10001097
Damien Miller8bb73be2000-04-19 16:26:12 +1000109820000419
1099 - OpenBSD CVS updates
1100 [channels.c]
1101 - fix pr 1196, listen_port and port_to_connect interchanged
1102 [scp.c]
Damien Millere4340be2000-09-16 13:29:08 +11001103 - after completion, replace the progress bar ETA counter with a final
Damien Miller8bb73be2000-04-19 16:26:12 +10001104 elapsed time; my idea, aaron wrote the patch
1105 [ssh_config sshd_config]
1106 - show 'Protocol' as an example, ok markus@
1107 [sshd.c]
1108 - missing xfree()
1109 - Add missing header to bsd-misc.c
1110
Damien Miller5f056372000-04-16 12:31:48 +1000111120000416
1112 - Reduce diff against OpenBSD source
Damien Millere4340be2000-09-16 13:29:08 +11001113 - All OpenSSL includes are now unconditionally referenced as
Damien Miller5f056372000-04-16 12:31:48 +10001114 openssl/foo.h
1115 - Pick up formatting changes
1116 - Other minor changed (typecasts, etc) that I missed
1117
Damien Miller4af51302000-04-16 11:18:38 +1000111820000415
1119 - OpenBSD CVS updates.
1120 [ssh.1 ssh.c]
1121 - ssh -2
1122 [auth.c channels.c clientloop.c packet.c packet.h serverloop.c]
1123 [session.c sshconnect.c]
1124 - check payload for (illegal) extra data
1125 [ALL]
1126 whitespace cleanup
1127
Damien Millere71eb912000-04-13 12:19:32 +1000112820000413
1129 - INSTALL doc updates
Damien Miller22c77262000-04-13 12:26:34 +10001130 - Merged OpenBSD updates to include paths.
Damien Millere4340be2000-09-16 13:29:08 +11001131
Damien Miller78928792000-04-12 20:17:38 +1000113220000412
1133 - OpenBSD CVS updates:
1134 - [channels.c]
1135 repair x11-fwd
1136 - [sshconnect.c]
1137 fix passwd prompt for ssh2, less debugging output.
1138 - [clientloop.c compat.c dsa.c kex.c sshd.c]
1139 less debugging output
1140 - [kex.c kex.h sshconnect.c sshd.c]
1141 check for reasonable public DH values
1142 - [README.openssh2 cipher.c cipher.h compat.c compat.h readconf.c]
1143 [readconf.h servconf.c servconf.h ssh.c ssh.h sshconnect.c sshd.c]
1144 add Cipher and Protocol options to ssh/sshd, e.g.:
1145 ssh -o 'Protocol 1,2' if you prefer proto 1, ssh -o 'Ciphers
1146 arcfour,3des-cbc'
1147 - [sshd.c]
1148 print 1.99 only if server supports both
1149
Damien Millerbc7c7cc2000-04-08 17:48:56 +1000115020000408
1151 - Avoid some compiler warnings in fake-get*.c
1152 - Add IPTOS macros for systems which lack them
Damien Miller11e37f62000-04-08 18:23:30 +10001153 - Only set define entropy collection macros if they are found
Damien Millerefb4afe2000-04-12 18:45:05 +10001154 - More large OpenBSD CVS updates:
1155 - [auth.c auth.h servconf.c servconf.h serverloop.c session.c]
1156 [session.h ssh.h sshd.c README.openssh2]
1157 ssh2 server side, see README.openssh2; enable with 'sshd -2'
1158 - [channels.c]
1159 no adjust after close
1160 - [sshd.c compat.c ]
1161 interop w/ latest ssh.com windows client.
Damien Millere4340be2000-09-16 13:29:08 +11001162
Damien Miller1383bd82000-04-06 12:32:37 +1000116320000406
1164 - OpenBSD CVS update:
1165 - [channels.c]
1166 close efd on eof
1167 - [clientloop.c compat.c ssh.c sshconnect.c myproposal.h]
1168 ssh2 client implementation, interops w/ ssh.com and lsh servers.
1169 - [sshconnect.c]
1170 missing free.
1171 - [authfile.c cipher.c cipher.h packet.c sshconnect.c sshd.c]
1172 remove unused argument, split cipher_mask()
1173 - [clientloop.c]
1174 re-order: group ssh1 vs. ssh2
1175 - Make Redhat spec require openssl >= 0.9.5a
1176
Damien Miller193ba882000-04-04 10:21:09 +1000117720000404
1178 - Add tests for RAND_add function when searching for OpenSSL
Damien Miller33b13562000-04-04 14:38:59 +10001179 - OpenBSD CVS update:
1180 - [packet.h packet.c]
1181 ssh2 packet format
1182 - [packet.h packet.c nchan2.ms nchan.h compat.h compat.c]
1183 [channels.h channels.c]
1184 channel layer support for ssh2
1185 - [kex.h kex.c hmac.h hmac.c dsa.c dsa.h]
1186 DSA, keyexchange, algorithm agreement for ssh2
Damien Miller74a333b2000-04-04 15:04:09 +10001187 - Generate manpages before make install not at the end of make all
1188 - Don't seed the rng quite so often
1189 - Always reseed rng when requested
Damien Miller193ba882000-04-04 10:21:09 +10001190
Damien Miller040f3832000-04-03 14:50:43 +1000119120000403
1192 - Wrote entropy collection routines for systems that lack /dev/random
1193 and EGD
Damien Miller70494d12000-04-03 15:57:06 +10001194 - Disable tests and typedefs for 64 bit types. They are currently unused.
Damien Miller040f3832000-04-03 14:50:43 +10001195
Damien Millerb38eff82000-04-01 11:09:21 +1000119620000401
1197 - Big OpenBSD CVS update (mainly beginnings of SSH2 infrastructure)
1198 - [auth.c session.c sshd.c auth.h]
1199 split sshd.c -> auth.c session.c sshd.c plus cleanup and goto-removal
1200 - [bufaux.c bufaux.h]
1201 support ssh2 bignums
1202 - [channels.c channels.h clientloop.c sshd.c nchan.c nchan.h packet.c]
1203 [readconf.c ssh.c ssh.h serverloop.c]
1204 replace big switch() with function tables (prepare for ssh2)
1205 - [ssh2.h]
1206 ssh2 message type codes
1207 - [sshd.8]
1208 reorder Xr to avoid cutting
1209 - [serverloop.c]
1210 close(fdin) if fdin != fdout, shutdown otherwise, ok theo@
1211 - [channels.c]
1212 missing close
1213 allow bigger packets
1214 - [cipher.c cipher.h]
1215 support ssh2 ciphers
1216 - [compress.c]
1217 cleanup, less code
1218 - [dispatch.c dispatch.h]
1219 function tables for different message types
1220 - [log-server.c]
1221 do not log() if debuggin to stderr
1222 rename a cpp symbol, to avoid param.h collision
1223 - [mpaux.c]
1224 KNF
1225 - [nchan.c]
1226 sync w/ channels.c
1227
Damien Miller2c9279f2000-03-26 12:12:34 +1000122820000326
1229 - Better tests for OpenSSL w/ RSAref
Damien Millere4340be2000-09-16 13:29:08 +11001230 - Added replacement setenv() function from OpenBSD libc. Suggested by
Damien Miller2c9279f2000-03-26 12:12:34 +10001231 Ben Lindstrom <mouring@pconline.com>
Damien Miller450a7a12000-03-26 13:04:51 +10001232 - OpenBSD CVS update
1233 - [auth-krb4.c]
1234 -Wall
1235 - [auth-rh-rsa.c auth-rsa.c hostfile.c hostfile.h key.c key.h match.c]
1236 [match.h ssh.c ssh.h sshconnect.c sshd.c]
1237 initial support for DSA keys. ok deraadt@, niels@
1238 - [cipher.c cipher.h]
1239 remove unused cipher_attack_detected code
1240 - [scp.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
1241 Fix some formatting problems I missed before.
1242 - [ssh.1 sshd.8]
1243 fix spelling errors, From: FreeBSD
1244 - [ssh.c]
1245 switch to raw mode only if he _get_ a pty (not if we _want_ a pty).
Damien Miller2c9279f2000-03-26 12:12:34 +10001246
Damien Miller63a46cc2000-03-24 09:24:33 +1100124720000324
1248 - Released 1.2.3
1249
Damien Miller29ea30d2000-03-17 10:54:15 +1100125020000317
1251 - Clarified --with-default-path option.
1252 - Added -blibpath handling for AIX to work around stupid runtime linking.
1253 Problem elucidated by gshapiro@SENDMAIL.ORG by way of Jim Knoble
1254 <jmknoble@pobox.com>
Damien Millerd6121d22000-03-17 23:26:46 +11001255 - Checks for 64 bit int types. Problem report from Mats Fredholm
1256 <matsf@init.se>
Damien Miller7684ee12000-03-17 23:40:15 +11001257 - OpenBSD CVS updates:
Damien Millere4340be2000-09-16 13:29:08 +11001258 - [atomicio.c auth-krb4.c bufaux.c channels.c compress.c fingerprint.c]
Damien Miller7684ee12000-03-17 23:40:15 +11001259 [packet.h radix.c rsa.c scp.c ssh-agent.c ssh-keygen.c sshconnect.c]
1260 [sshd.c]
1261 pedantic: signed vs. unsigned, void*-arithm, etc
1262 - [ssh.1 sshd.8]
1263 Various cleanups and standardizations.
Damien Millere4340be2000-09-16 13:29:08 +11001264 - Runtime error fix for HPUX from Otmar Stahl
Damien Millere37ac5a2000-03-17 23:58:59 +11001265 <O.Stahl@lsw.uni-heidelberg.de>
Damien Miller29ea30d2000-03-17 10:54:15 +11001266
Damien Miller08c788a2000-03-16 07:52:29 +1100126720000316
Damien Millere4340be2000-09-16 13:29:08 +11001268 - Fixed configure not passing LDFLAGS to Solaris. Report from David G.
Damien Miller08c788a2000-03-16 07:52:29 +11001269 Hesprich <dghespri@sprintparanet.com>
Damien Miller166bd442000-03-16 10:48:25 +11001270 - Propogate LD through to Makefile
Damien Millerfd263682000-03-16 11:51:09 +11001271 - Doc cleanups
Damien Millerca9a49c2000-03-16 12:23:13 +11001272 - Added blurb about "scp: command not found" errors to UPGRADING
Damien Miller08c788a2000-03-16 07:52:29 +11001273
Damien Millera1ad4802000-03-15 10:04:54 +1100127420000315
1275 - Fix broken CFLAGS handling during search for OpenSSL. Fixes va_list
1276 problems with gcc/Solaris.
Damien Millere4340be2000-09-16 13:29:08 +11001277 - Don't free argument to putenv() after use (in setenv() replacement).
Damien Millerf09b07a2000-03-15 11:23:48 +11001278 Report from Seigo Tanimura <tanimura@r.dl.itc.u-tokyo.ac.jp>
Damien Millere4340be2000-09-16 13:29:08 +11001279 - Created contrib/ subdirectory. Included helpers from Phil Hands'
Damien Miller8b1c22b2000-03-15 12:13:01 +11001280 Debian package, README file and chroot patch from Ricardo Cerqueira
1281 <rmcc@clix.pt>
Damien Millere4340be2000-09-16 13:29:08 +11001282 - Moved gnome-ssh-askpass.c to contrib directory and removed config
Damien Miller8b1c22b2000-03-15 12:13:01 +11001283 option.
1284 - Slight cleanup to doc files
Damien Miller856799b2000-03-15 21:18:10 +11001285 - Configure fix from Bratislav ILICH <bilic@zepter.ru>
Damien Millera1ad4802000-03-15 10:04:54 +11001286
Damien Miller1c67c992000-03-14 10:16:34 +1100128720000314
Damien Millere4340be2000-09-16 13:29:08 +11001288 - Include macro for IN6_IS_ADDR_V4MAPPED. Report from
Damien Miller1c67c992000-03-14 10:16:34 +11001289 peter@frontierflying.com
Damien Millerdb819592000-03-14 13:44:01 +11001290 - Include /usr/local/include and /usr/local/lib for systems that don't
1291 do it themselves
1292 - -R/usr/local/lib for Solaris
1293 - Fix RSAref detection
1294 - Fix IN6_IS_ADDR_V4MAPPED macro
Damien Miller1c67c992000-03-14 10:16:34 +11001295
Damien Millerb85dcad2000-03-11 11:37:00 +1100129620000311
1297 - Detect RSAref
Damien Miller02491e92000-03-11 11:58:28 +11001298 - OpenBSD CVS change
1299 [sshd.c]
1300 - disallow guessing of root password
Damien Millerd58b3ab2000-03-11 20:05:11 +11001301 - More configure fixes
Damien Miller7bcb0892000-03-11 20:45:40 +11001302 - IPv6 workarounds from Hideaki YOSHIFUJI <yoshfuji@ecei.tohoku.ac.jp>
Damien Millerb85dcad2000-03-11 11:37:00 +11001303
Damien Miller98c7ad62000-03-09 21:27:49 +1100130420000309
1305 - OpenBSD CVS updates to v1.2.3
Damien Millerbe484b52000-07-15 14:14:16 +10001306 [ssh.h atomicio.c]
1307 - int atomicio -> ssize_t (for alpha). ok deraadt@
1308 [auth-rsa.c]
1309 - delay MD5 computation until client sends response, free() early, cleanup.
1310 [cipher.c]
1311 - void* -> unsigned char*, ok niels@
1312 [hostfile.c]
1313 - remove unused variable 'len'. fix comments.
1314 - remove unused variable
1315 [log-client.c log-server.c]
1316 - rename a cpp symbol, to avoid param.h collision
1317 [packet.c]
1318 - missing xfree()
1319 - getsockname() requires initialized tolen; andy@guildsoftware.com
1320 - use getpeername() in packet_connection_is_on_socket(), fixes sshd -i;
1321 from Holger.Trapp@Informatik.TU-Chemnitz.DE
1322 [pty.c pty.h]
Damien Millere4340be2000-09-16 13:29:08 +11001323 - register cleanup for pty earlier. move code for pty-owner handling to
Damien Miller98c7ad62000-03-09 21:27:49 +11001324 pty.c ok provos@, dugsong@
Damien Millerbe484b52000-07-15 14:14:16 +10001325 [readconf.c]
1326 - turn off x11-fwd for the client, too.
1327 [rsa.c]
1328 - PKCS#1 padding
1329 [scp.c]
1330 - allow '.' in usernames; from jedgar@fxp.org
1331 [servconf.c]
1332 - typo: ignore_user_known_hosts int->flag; naddy@mips.rhein-neckar.de
1333 - sync with sshd_config
1334 [ssh-keygen.c]
1335 - enable ssh-keygen -l -f ~/.ssh/known_hosts, ok deraadt@
1336 [ssh.1]
1337 - Change invalid 'CHAT' loglevel to 'VERBOSE'
1338 [ssh.c]
1339 - suppress AAAA query host when '-4' is used; from shin@nd.net.fujitsu.co.jp
1340 - turn off x11-fwd for the client, too.
1341 [sshconnect.c]
1342 - missing xfree()
1343 - retry rresvport_af(), too. from sumikawa@ebina.hitachi.co.jp.
1344 - read error vs. "Connection closed by remote host"
1345 [sshd.8]
1346 - ie. -> i.e.,
1347 - do not link to a commercial page..
1348 - sync with sshd_config
1349 [sshd.c]
1350 - no need for poll.h; from bright@wintelcom.net
1351 - log with level log() not fatal() if peer behaves badly.
1352 - don't panic if client behaves strange. ok deraadt@
1353 - make no-port-forwarding for RSA keys deny both -L and -R style fwding
1354 - delay close() of pty until the pty has been chowned back to root
1355 - oops, fix comment, too.
1356 - missing xfree()
1357 - move XAUTHORITY to subdir. ok dugsong@. fixes debian bug #57907, too.
1358 (http://cgi.debian.org/cgi-bin/bugreport.cgi?archive=no&bug=57907)
Damien Millere4340be2000-09-16 13:29:08 +11001359 - register cleanup for pty earlier. move code for pty-owner handling to
Damien Millerbe484b52000-07-15 14:14:16 +10001360 pty.c ok provos@, dugsong@
1361 - create x11 cookie file
1362 - fix pr 1113, fclose() -> pclose(), todo: remote popen()
1363 - version 1.2.3
Damien Miller98c7ad62000-03-09 21:27:49 +11001364 - Cleaned up
Damien Millere4340be2000-09-16 13:29:08 +11001365 - Removed warning workaround for Linux and devpts filesystems (no longer
Damien Miller8f975b62000-03-09 22:31:13 +11001366 required after OpenBSD updates)
Damien Miller98c7ad62000-03-09 21:27:49 +11001367
Damien Miller1a07ebd2000-03-08 09:03:44 +1100136820000308
1369 - Configure fix from Hiroshi Takekawa <takekawa@sr3.t.u-tokyo.ac.jp>
1370
137120000307
1372 - Released 1.2.2p1
1373
Damien Miller01bedb82000-03-05 16:10:03 +1100137420000305
1375 - Fix DEC compile fix
Damien Millerfac99cd2000-03-05 16:10:45 +11001376 - Explicitly seed OpenSSL's PRNG before checking rsa_alive()
Damien Miller9fb07e42000-03-05 16:22:59 +11001377 - Check for getpagesize in libucb.a if not found in libc. Fix for old
1378 Solaris from Andre Lucas <andre.lucas@dial.pipex.com>
Damien Millere4340be2000-09-16 13:29:08 +11001379 - Check for libwrap if --with-tcp-wrappers option specified. Suggestion
Damien Miller65165f82000-03-05 17:02:45 +11001380 Mate Wierdl <mw@moni.msci.memphis.edu>
Damien Miller01bedb82000-03-05 16:10:03 +11001381
Damien Miller4095f892000-03-03 22:13:52 +1100138220000303
1383 - Added "make host-key" target, Suggestion from Dominik Brettnacher
1384 <domi@saargate.de>
Damien Millere4340be2000-09-16 13:29:08 +11001385 - Don't permanently fail on bind() if getaddrinfo has more choices left for
Damien Miller3c7eeb22000-03-03 22:35:33 +11001386 us. Needed to work around messy IPv6 on Linux. Patch from Arkadiusz
1387 Miskiewicz <misiek@pld.org.pl>
Damien Miller00d4bb12000-03-03 22:48:49 +11001388 - DEC Unix compile fix from David Del Piero <David.DelPiero@qed.qld.gov.au>
1389 - Manpage fix from David Del Piero <David.DelPiero@qed.qld.gov.au>
Damien Miller4095f892000-03-03 22:13:52 +11001390
Damien Millera22ba012000-03-02 23:09:20 +1100139120000302
1392 - Big cleanup of autoconf code
1393 - Rearranged to be a little more logical
1394 - Added -R option for Solaris
1395 - Rewrote OpenSSL detection code. Now uses AC_TRY_RUN with a test program
1396 to detect library and header location _and_ ensure library has proper
1397 RSA support built in (this is a problem with OpenSSL 0.9.5).
Damien Millerc7d8dbb2000-03-02 23:30:53 +11001398 - Applied pty cleanup patch from markus.friedl@informatik.uni-erlangen.de
Damien Millerc4cea3e2000-03-02 23:31:50 +11001399 - Avoid warning message with Unix98 ptys
Damien Millere4340be2000-09-16 13:29:08 +11001400 - Warning was valid - possible race condition on PTYs. Avoided using
Damien Miller204ad072000-03-02 23:56:12 +11001401 platform-specific code.
1402 - Document some common problems
Damien Millere4340be2000-09-16 13:29:08 +11001403 - Allow root access to any key. Patch from
Damien Miller2453d012000-03-02 23:57:18 +11001404 markus.friedl@informatik.uni-erlangen.de
Damien Millera22ba012000-03-02 23:09:20 +11001405
Damien Miller36143d72000-02-07 13:20:26 +1100140620000207
1407 - Removed SOCKS code. Will support through a ProxyCommand.
1408
Damien Miller18522462000-02-03 01:07:07 +1100140920000203
1410 - Fixed SEGVs in authloop, fix from vbzoli@hbrt.hu
Damien Miller0c0e4bf2000-02-03 13:58:51 +11001411 - Add --with-ssl-dir option
Damien Miller18522462000-02-03 01:07:07 +11001412
Damien Miller65527582000-02-02 19:17:40 +1100141320000202
Damien Millere4340be2000-09-16 13:29:08 +11001414 - Fix lastlog code for directory based lastlogs. Fix from Josh Durham
Damien Miller65527582000-02-02 19:17:40 +11001415 <jmd@aoe.vt.edu>
Damien Miller17872522000-02-02 20:56:20 +11001416 - Documentation fixes from HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
Damien Millere4340be2000-09-16 13:29:08 +11001417 - Added URLs to Japanese translations of documents by HARUYAMA Seigo
Damien Miller17872522000-02-02 20:56:20 +11001418 <haruyama@nt.phys.s.u-tokyo.ac.jp>
Damien Miller65527582000-02-02 19:17:40 +11001419
Damien Miller9e53f352000-02-01 23:05:30 +1100142020000201
1421 - Use socket pairs by default (instead of pipes). Prevents race condition
1422 on several (buggy) OSs. Report and fix from tridge@linuxcare.com
1423
Damien Millerf07390e2000-01-29 20:40:22 +1100142420000127
1425 - Seed OpenSSL's random number generator before generating RSA keypairs
1426 - Split random collector into seperate file
Damien Miller6034fdf2000-01-29 20:55:09 +11001427 - Compile fix from Andre Lucas <andre.lucas@dial.pipex.com>
Damien Millerf07390e2000-01-29 20:40:22 +11001428
Damien Miller27f4c782000-01-27 18:22:13 +1100142920000126
1430 - Released 1.2.2 stable
1431
Damien Millere4340be2000-09-16 13:29:08 +11001432 - NeXT keeps it lastlog in /usr/adm. Report from
Damien Miller27f4c782000-01-27 18:22:13 +11001433 mouring@newton.pconline.com
Damien Millere4340be2000-09-16 13:29:08 +11001434 - Added note in UPGRADING re interop with commercial SSH using idea.
Damien Millerc85f9b42000-01-29 10:20:21 +11001435 Report from Jim Knoble <jmknoble@pobox.com>
1436 - Fix linking order for Kerberos/AFS. Fix from Holget Trapp
1437 <Holger.Trapp@Informatik.TU-Chemnitz.DE>
Damien Miller27f4c782000-01-27 18:22:13 +11001438
Damien Millerd89c24b2000-01-26 11:04:48 +1100143920000125
Damien Millere4340be2000-09-16 13:29:08 +11001440 - Fix NULL pointer dereference in login.c. Fix from Andre Lucas
Damien Millerd89c24b2000-01-26 11:04:48 +11001441 <andre.lucas@dial.pipex.com>
Damien Millerfa51a832000-01-26 11:07:22 +11001442 - Reorder PAM initialisation so it does not mess up lastlog. Reported
1443 by Andre Lucas <andre.lucas@dial.pipex.com>
Damien Millere4340be2000-09-16 13:29:08 +11001444 - Use preformatted manpages on SCO, report from Gary E. Miller
Damien Miller0e1cf7c2000-01-26 12:15:30 +11001445 <gem@rellim.com>
1446 - New URL for x11-ssh-askpass.
Damien Millere4340be2000-09-16 13:29:08 +11001447 - Fixpaths was missing /etc/ssh_known_hosts. Report from Jim Knoble
Damien Miller6d844932000-01-26 12:17:50 +11001448 <jmknoble@pobox.com>
Damien Millere4340be2000-09-16 13:29:08 +11001449 - Added 'DESTDIR' option to Makefile to ease package building. Patch from
Damien Miller7d7c60d2000-01-26 14:37:48 +11001450 Jim Knoble <jmknoble@pobox.com>
1451 - Updated RPM spec files to use DESTDIR
Damien Millerd89c24b2000-01-26 11:04:48 +11001452
Damien Miller68cee102000-01-24 17:02:27 +1100145320000124
1454 - Pick up version 1.2.2 from OpenBSD CVS (no changes, just version number
1455 increment)
1456
Damien Miller6fe375d2000-01-23 09:38:00 +1100145720000123
1458 - OpenBSD CVS:
1459 - [packet.c]
1460 getsockname() requires initialized tolen; andy@guildsoftware.com
Damien Millere4340be2000-09-16 13:29:08 +11001461 - AIX patch from Matt Richards <v2matt@btv.ibm.com> and David Rankin
Damien Miller1fa154b2000-01-23 10:32:03 +11001462 <drankin@bohemians.lexington.ky.us>
Damien Millerdef0dc92000-01-23 20:18:35 +11001463 - Fix lastlog support, patch from Andre Lucas <andre.lucas@dial.pipex.com>
Damien Miller6fe375d2000-01-23 09:38:00 +11001464
Damien Miller91427002000-01-22 13:25:13 +1100146520000122
1466 - Fix compilation of bsd-snprintf.c on Solaris, fix from Ben Taylor
1467 <bent@clark.net>
Damien Miller670a4b82000-01-22 13:53:11 +11001468 - Merge preformatted manpage patch from Andre Lucas
1469 <andre.lucas@dial.pipex.com>
Damien Miller07278932000-01-22 14:05:37 +11001470 - Make IPv4 use the default in RPM packages
1471 - Irix uses preformatted manpages
Damien Miller8dbbe6e2000-01-22 18:17:42 +11001472 - Missing htons() in bsd-bindresvport.c, fix from Holger Trapp
1473 <Holger.Trapp@Informatik.TU-Chemnitz.DE>
Damien Millerf052aaf2000-01-22 19:47:21 +11001474 - OpenBSD CVS updates:
1475 - [packet.c]
1476 use getpeername() in packet_connection_is_on_socket(), fixes sshd -i;
1477 from Holger.Trapp@Informatik.TU-Chemnitz.DE
1478 - [sshd.c]
1479 log with level log() not fatal() if peer behaves badly.
1480 - [readpass.c]
Damien Millere4340be2000-09-16 13:29:08 +11001481 instead of blocking SIGINT, catch it ourselves, so that we can clean
1482 the tty modes up and kill ourselves -- instead of our process group
1483 leader (scp, cvs, ...) going away and leaving us in noecho mode.
Damien Millerf052aaf2000-01-22 19:47:21 +11001484 people with cbreak shells never even noticed..
Damien Miller14537852000-01-22 19:57:40 +11001485 - [ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
1486 ie. -> i.e.,
Damien Miller91427002000-01-22 13:25:13 +11001487
Damien Millereca71f82000-01-20 22:38:27 +1100148820000120
1489 - Don't use getaddrinfo on AIX
Damien Miller396691a2000-01-20 22:44:08 +11001490 - Update to latest OpenBSD CVS:
1491 - [auth-rsa.c]
1492 - fix user/1056, sshd keeps restrictions; dbt@meat.net
1493 - [sshconnect.c]
1494 - disable agent fwding for proto 1.3, remove abuse of auth-rsa flags.
1495 - destroy keys earlier
Damien Millere4340be2000-09-16 13:29:08 +11001496 - split key exchange (kex) and user authentication (user-auth),
Damien Milleree1c0b32000-01-21 00:18:15 +11001497 ok: provos@
Damien Miller396691a2000-01-20 22:44:08 +11001498 - [sshd.c]
1499 - no need for poll.h; from bright@wintelcom.net
1500 - disable agent fwding for proto 1.3, remove abuse of auth-rsa flags.
Damien Millere4340be2000-09-16 13:29:08 +11001501 - split key exchange (kex) and user authentication (user-auth),
Damien Milleree1c0b32000-01-21 00:18:15 +11001502 ok: provos@
Damien Miller88b86e42000-01-20 23:13:35 +11001503 - Big manpage and config file cleanup from Andre Lucas
1504 <andre.lucas@dial.pipex.com>
Damien Miller886c63a2000-01-20 23:13:36 +11001505 - Re-added latest (unmodified) OpenBSD manpages
Damien Millereab2ce02000-01-20 23:58:22 +11001506 - Doc updates
Damien Milleree1c0b32000-01-21 00:18:15 +11001507 - NetBSD patch from David Rankin <drankin@bohemians.lexington.ky.us> and
1508 Christos Zoulas <christos@netbsd.org>
Damien Millereca71f82000-01-20 22:38:27 +11001509
Damien Miller9550a242000-01-19 10:41:23 +1100151020000119
Damien Millereaf99942000-01-19 13:45:07 +11001511 - SCO compile fixes from Gary E. Miller <gem@rellim.com>
Damien Miller9550a242000-01-19 10:41:23 +11001512 - Compile fix from Darren_Hall@progressive.com
Damien Miller7d80e342000-01-19 14:36:49 +11001513 - Linux/glibc-2.1.2 takes a *long* time to look up names for AF_UNSPEC
1514 addresses using getaddrinfo(). Added a configure switch to make the
1515 default lookup mode AF_INET
Damien Miller9550a242000-01-19 10:41:23 +11001516
Damien Millerdbd250f2000-01-18 08:57:14 +1100151720000118
1518 - Fixed --with-pid-dir option
Damien Millerca673b32000-01-18 09:01:27 +11001519 - Makefile fix from Gary E. Miller <gem@rellim.com>
Damien Millere4340be2000-09-16 13:29:08 +11001520 - Compile fix for HPUX and Solaris from Andre Lucas
Damien Millere0f45742000-01-18 09:12:06 +11001521 <andre.lucas@dial.pipex.com>
Damien Millerdbd250f2000-01-18 08:57:14 +11001522
Damien Millerb9b94a72000-01-17 09:52:46 +1100152320000117
1524 - Clean up bsd-bindresvport.c. Use arc4random() for picking initial
1525 port, ignore EINVAL errors (Linux) when searching for free port.
Damien Millere4340be2000-09-16 13:29:08 +11001526 - Revert __snprintf -> snprintf aliasing. Apparently Solaris
Damien Miller834171e2000-01-17 09:59:41 +11001527 __snprintf isn't. Report from Theo de Raadt <theo@cvs.openbsd.org>
Damien Millerf693d3b2000-01-17 11:56:27 +11001528 - Document location of Redhat PAM file in INSTALL.
Damien Millere4340be2000-09-16 13:29:08 +11001529 - Fixed X11 forwarding bug on Linux. libc advertises AF_INET6
1530 INADDR_ANY_INIT addresses via getaddrinfo, but may not be able to
Damien Miller19fe9c72000-01-17 15:23:01 +11001531 deliver (no IPv6 kernel support)
Damien Millere2192732000-01-17 13:22:55 +11001532 - Released 1.2.1pre27
Damien Millerb9b94a72000-01-17 09:52:46 +11001533
Damien Miller19fe9c72000-01-17 15:23:01 +11001534 - Fix rresvport_af failure errors (logic error in bsd-bindresvport.c)
Damien Millere4340be2000-09-16 13:29:08 +11001535 - Fix --with-ipaddr-display option test. Fix from Jarno Huuskonen
Damien Millerd426ed62000-01-17 19:22:36 +11001536 <jhuuskon@hytti.uku.fi>
Damien Millere4340be2000-09-16 13:29:08 +11001537 - Fix hang on logout if processes are still using the pty. Needs
Damien Millerb284b542000-01-17 20:55:18 +11001538 further testing.
Damien Miller66409952000-01-17 21:40:06 +11001539 - Patch from Christos Zoulas <christos@zoulas.com>
1540 - Try $prefix first when looking for OpenSSL.
1541 - Include sys/types.h when including sys/socket.h in test programs
Damien Millere4340be2000-09-16 13:29:08 +11001542 - Substitute PID directory in sshd.8. Suggestion from Andrew
Damien Millerb13c73e2000-01-17 22:02:17 +11001543 Stribblehill <a.d.stribblehill@durham.ac.uk>
Damien Miller19fe9c72000-01-17 15:23:01 +11001544
Damien Miller5eed6a22000-01-16 12:05:18 +1100154520000116
1546 - Renamed --with-xauth-path to --with-xauth
1547 - Added --with-pid-dir option
1548 - Released 1.2.1pre26
1549
Damien Miller8f926492000-01-16 18:19:25 +11001550 - Compilation fix from Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
Damien Millere4340be2000-09-16 13:29:08 +11001551 - Fixed broken bugfix for /dev/ptmx on Linux systems which lack
Damien Miller62a52ef2000-01-16 23:03:56 +11001552 openpty(). Report from Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
Damien Miller8f926492000-01-16 18:19:25 +11001553
Damien Millerb29ea912000-01-15 14:12:03 +1100155420000115
1555 - Add --with-xauth-path configure directive and explicit test for
Damien Millere4340be2000-09-16 13:29:08 +11001556 /usr/openwin/bin/xauth for Solaris systems. Report from Anders
Damien Millerb29ea912000-01-15 14:12:03 +11001557 Nordby <anders@fix.no>
Damien Millere4340be2000-09-16 13:29:08 +11001558 - Fix incorrect detection of /dev/ptmx on Linux systems that lack
Damien Millerb29ea912000-01-15 14:12:03 +11001559 openpty. Report from John Seifarth <john@waw.be>
1560 - Look for intXX_t and u_intXX_t in sys/bitypes.h if they are not in
Damien Millere4340be2000-09-16 13:29:08 +11001561 sys/types.h. Fixes problems on SCO, report from Gary E. Miller
Damien Millerb29ea912000-01-15 14:12:03 +11001562 <gem@rellim.com>
1563 - Use __snprintf and __vnsprintf if they are found where snprintf and
1564 vnsprintf are lacking. Suggested by Ben Taylor <bent@shell.clark.net>
1565 and others.
1566
Damien Miller34132e52000-01-14 15:45:46 +1100156720000114
1568 - Merged OpenBSD IPv6 patch:
1569 - [sshd.c sshd.8 sshconnect.c ssh.h ssh.c servconf.h servconf.c scp.1]
1570 [scp.c packet.h packet.c login.c log.c canohost.c channels.c]
1571 [hostfile.c sshd_config]
1572 ipv6 support: mostly gethostbyname->getaddrinfo/getnameinfo, new
Damien Millere4340be2000-09-16 13:29:08 +11001573 features: sshd allows multiple ListenAddress and Port options. note
1574 that libwrap is not IPv6-ready. (based on patches from
Damien Miller34132e52000-01-14 15:45:46 +11001575 fujiwara@rcac.tdi.co.jp)
1576 - [ssh.c canohost.c]
Damien Millere4340be2000-09-16 13:29:08 +11001577 more hints (hints.ai_socktype=SOCK_STREAM) for getaddrinfo,
Damien Miller34132e52000-01-14 15:45:46 +11001578 from itojun@
1579 - [channels.c]
1580 listen on _all_ interfaces for X11-Fwd (hints.ai_flags = AI_PASSIVE)
1581 - [packet.h]
1582 allow auth-kerberos for IPv4 only
1583 - [scp.1 sshd.8 servconf.h scp.c]
1584 document -4, -6, and 'ssh -L 2022/::1/22'
1585 - [ssh.c]
Damien Millere4340be2000-09-16 13:29:08 +11001586 'ssh @host' is illegal (null user name), from
Damien Miller34132e52000-01-14 15:45:46 +11001587 karsten@gedankenpolizei.de
1588 - [sshconnect.c]
1589 better error message
1590 - [sshd.c]
1591 allow auth-kerberos for IPv4 only
1592 - Big IPv6 merge:
1593 - Cleanup overrun in sockaddr copying on RHL 6.1
1594 - Replacements for getaddrinfo, getnameinfo, etc based on versions
1595 from patch from KIKUCHI Takahiro <kick@kyoto.wide.ad.jp>
1596 - Replacement for missing structures on systems that lack IPv6
1597 - record_login needed to know about AF_INET6 addresses
1598 - Borrowed more code from OpenBSD: rresvport_af and requisites
1599
Damien Miller25e42562000-01-11 10:59:47 +1100160020000110
1601 - Fixes to auth-skey to enable it to use the standard OpenSSL libraries
1602
Damien Miller2edcda52000-01-07 08:56:05 +1100160320000107
1604 - New config.sub and config.guess to fix problems on SCO. Supplied
1605 by Gary E. Miller <gem@rellim.com>
Damien Millerfa824cb2000-01-07 18:51:27 +11001606 - SCO build fix from Gary E. Miller <gem@rellim.com>
Damien Miller25e42562000-01-11 10:59:47 +11001607 - Released 1.2.1pre25
Damien Miller2edcda52000-01-07 08:56:05 +11001608
Damien Miller105b7f02000-01-07 08:45:55 +1100160920000106
1610 - Documentation update & cleanup
1611 - Better KrbIV / AFS detection, based on patch from:
1612 Holger Trapp <Holger.Trapp@Informatik.TU-Chemnitz.DE>
1613
Damien Miller1808f382000-01-06 12:03:12 +1100161420000105
Damien Millere4340be2000-09-16 13:29:08 +11001615 - Fixed annoying DES corruption problem. libcrypt has been
Damien Miller1808f382000-01-06 12:03:12 +11001616 overriding symbols in libcrypto. Removed libcrypt and crypt.h
1617 altogether (libcrypto includes its own crypt(1) replacement)
1618 - Added platform-specific rules for Irix 6.x. Included warning that
1619 they are untested.
1620
Damien Miller645c5982000-01-03 14:42:09 +1100162120000103
1622 - Add explicit make rules for files proccessed by fixpaths.
Damien Millere4340be2000-09-16 13:29:08 +11001623 - Fix "make install" in RPM spec files. Report from Tenkou N. Hattori
Damien Miller645c5982000-01-03 14:42:09 +11001624 <tnh@kondara.org>
Damien Millere4340be2000-09-16 13:29:08 +11001625 - Removed "nullok" directive from default PAM configuration files.
1626 Added information on enabling EmptyPasswords on openssh+PAM in
Damien Millere9c8f4d2000-01-03 20:00:52 +11001627 UPGRADING file.
Damien Miller62ab38a2000-01-03 23:41:05 +11001628 - OpenBSD CVS updates
1629 - [ssh-agent.c]
Damien Millere4340be2000-09-16 13:29:08 +11001630 cleanup_exit() for SIGTERM/SIGHUP, too. from fgsch@ and
Damien Miller62ab38a2000-01-03 23:41:05 +11001631 dgaudet@arctic.org
1632 - [sshconnect.c]
1633 compare correct version for 1.3 compat mode
Damien Miller645c5982000-01-03 14:42:09 +11001634
Damien Miller5121e3a2000-01-02 11:49:28 +1100163520000102
1636 - Prevent multiple inclusion of config.h and defines.h. Suggested
1637 by Andre Lucas <andre.lucas@dial.pipex.com>
1638 - Properly clean up on exit of ssh-agent. Patch from Dean Gaudet
1639 <dgaudet@arctic.org>
1640
Damien Miller8eb0fd61999-12-31 08:49:13 +1100164119991231
Damien Millere4340be2000-09-16 13:29:08 +11001642 - Fix password support on systems with a mixture of shadowed and
1643 non-shadowed passwords (e.g. NIS). Report and fix from
Damien Miller8eb0fd61999-12-31 08:49:13 +11001644 HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
Damien Millere4340be2000-09-16 13:29:08 +11001645 - Fix broken autoconf typedef detection. Report from Marc G.
Damien Millerf3e8be81999-12-31 08:59:04 +11001646 Fournier <marc.fournier@acadiau.ca>
Damien Miller03783f01999-12-31 09:16:40 +11001647 - Fix occasional crash on LinuxPPC. Patch from Franz Sirl
1648 <Franz.Sirl-kernel@lauterbach.com>
Damien Millere4340be2000-09-16 13:29:08 +11001649 - Prevent typedefs from being compiled more than once. Report from
Damien Millerb2532b31999-12-31 09:18:12 +11001650 Marc G. Fournier <marc.fournier@acadiau.ca>
Damien Miller3131d8b1999-12-31 09:42:24 +11001651 - Fill in ut_utaddr utmp field. Report from Benjamin Charron
1652 <iretd@bigfoot.com>
Damien Millere4340be2000-09-16 13:29:08 +11001653 - Really fix broken default path. Fix from Jim Knoble
Damien Millere7f626c1999-12-31 09:49:44 +11001654 <jmknoble@pobox.com>
Damien Milleraa7b64d1999-12-31 09:55:34 +11001655 - Remove test for quad_t. No longer needed.
Damien Miller6b85a7f2000-01-02 11:45:33 +11001656 - Released 1.2.1pre24
1657
1658 - Added support for directory-based lastlogs
1659 - Really fix typedefs, patch from Ben Taylor <bent@clark.net>
Damien Miller8eb0fd61999-12-31 08:49:13 +11001660
Damien Millerece22a81999-12-30 09:48:15 +1100166119991230
1662 - OpenBSD CVS updates:
1663 - [auth-passwd.c]
1664 check for NULL 1st
Damien Millere4340be2000-09-16 13:29:08 +11001665 - Removed most of the pam code into its own file auth-pam.[ch]. This
Damien Millere72b7af1999-12-30 15:08:44 +11001666 cleaned up sshd.c up significantly.
Damien Millere4340be2000-09-16 13:29:08 +11001667 - PAM authentication was incorrectly interpreting
Damien Miller8eb0fd61999-12-31 08:49:13 +11001668 "PermitRootLogin without-password". Report from Matthias Andree
1669 <ma@dt.e-technik.uni-dortmund.de
Damien Millere72b7af1999-12-30 15:08:44 +11001670 - Several other cleanups
Damien Miller8bdeee21999-12-30 15:50:54 +11001671 - Merged Dante SOCKS support patch from David Rankin
1672 <drankin@bohemians.lexington.ky.us>
1673 - Updated documentation with ./configure options
Damien Miller8eb0fd61999-12-31 08:49:13 +11001674 - Released 1.2.1pre23
Damien Millerece22a81999-12-30 09:48:15 +11001675
Damien Miller9550a761999-12-29 02:32:22 +1100167619991229
Damien Millere4340be2000-09-16 13:29:08 +11001677 - Applied another NetBSD portability patch from David Rankin
Damien Miller9550a761999-12-29 02:32:22 +11001678 <drankin@bohemians.lexington.ky.us>
1679 - Fix --with-default-path option.
Damien Millere4340be2000-09-16 13:29:08 +11001680 - Autodetect perl, patch from David Rankin
Damien Millere79334a1999-12-29 10:03:37 +11001681 <drankin@bohemians.lexington.ky.us>
Damien Millere4340be2000-09-16 13:29:08 +11001682 - Print whether OpenSSH was compiled with RSARef, patch from
Damien Millerd00d1611999-12-29 10:17:09 +11001683 Nalin Dahyabhai <nalin@thermo.stat.ncsu.edu>
Damien Millere4340be2000-09-16 13:29:08 +11001684 - Calls to pam_setcred, patch from Nalin Dahyabhai
Damien Millerac3a4b41999-12-29 10:25:40 +11001685 <nalin@thermo.stat.ncsu.edu>
Damien Miller95058511999-12-29 10:36:45 +11001686 - Detect missing size_t and typedef it.
Damien Miller58ca7d81999-12-29 19:56:30 +11001687 - Rename helper.[ch] to (more appropriate) bsd-misc.[ch]
1688 - Minor Makefile cleaning
Damien Miller9550a761999-12-29 02:32:22 +11001689
Damien Miller13bc0be1999-12-28 10:19:16 +1100169019991228
1691 - Replacement for getpagesize() for systems which lack it
Damien Millere4340be2000-09-16 13:29:08 +11001692 - NetBSD login.c compile fix from David Rankin
Damien Miller4ff2b9b1999-12-28 10:41:12 +11001693 <drankin@bohemians.lexington.ky.us>
1694 - Fully set ut_tv if present in utmp or utmpx
Damien Millerbeb4ba51999-12-28 15:09:35 +11001695 - Portability fixes for Irix 5.3 (now compiles OK!)
1696 - autoconf and other misc cleanups
Damien Miller74d0d4a1999-12-29 02:24:35 +11001697 - Merged AIX patch from Darren Hall <dhall@virage.org>
1698 - Cleaned up defines.h
Damien Miller06b472b1999-12-29 19:47:06 +11001699 - Released 1.2.1pre22
Damien Miller13bc0be1999-12-28 10:19:16 +11001700
Damien Millerc0d73901999-12-27 09:23:58 +1100170119991227
1702 - Automatically correct paths in manpages and configuration files. Patch
1703 and script from Andre Lucas <andre.lucas@dial.pipex.com>
1704 - Removed credits from README to CREDITS file, updated.
Damien Miller5a3e6831999-12-27 09:48:56 +11001705 - Added --with-default-path to specify custom path for server
1706 - Removed #ifdef trickery from acconfig.h into defines.h
Damien Miller373d2911999-12-27 10:45:54 +11001707 - PAM bugfix. PermitEmptyPassword was being ignored.
1708 - Fixed PAM config files to allow empty passwords if server does.
1709 - Explained spurious PAM auth warning workaround in UPGRADING
Damien Millere1276241999-12-27 11:33:56 +11001710 - Use last few chars of tty line as ut_id
Damien Miller6a5d4d61999-12-27 16:46:17 +11001711 - New SuSE RPM spec file from Chris Saia <csaia@wtower.com>
Damien Miller68e45de1999-12-27 23:54:55 +11001712 - OpenBSD CVS updates:
1713 - [packet.h auth-rhosts.c]
1714 check format string for packet_disconnect and packet_send_debug, too
1715 - [channels.c]
1716 use packet_get_maxsize for channels. consistence.
Damien Millerc0d73901999-12-27 09:23:58 +11001717
Damien Miller32b3cf21999-12-26 10:21:48 +1100171819991226
1719 - Enabled utmpx support by default for Solaris
1720 - Cleanup sshd.c PAM a little more
Damien Miller36884401999-12-26 12:26:21 +11001721 - Revised RPM package to include Jim Knoble's <jmknoble@pobox.com>
1722 X11 ssh-askpass program.
Damien Millerd49621e1999-12-26 14:04:33 +11001723 - Disable logging of PAM success and failures, PAM is verbose enough.
Damien Millere4340be2000-09-16 13:29:08 +11001724 Unfortunatly there is currently no way to disable auth failure
1725 messages. Mention this in UPGRADING file and sent message to PAM
Damien Millerd49621e1999-12-26 14:04:33 +11001726 developers
Damien Miller4f0fa561999-12-26 14:24:41 +11001727 - OpenBSD CVS update:
1728 - [ssh-keygen.1 ssh.1]
Damien Millere4340be2000-09-16 13:29:08 +11001729 remove ref to .ssh/random_seed, mention .ssh/environment in
Damien Miller4f0fa561999-12-26 14:24:41 +11001730 .Sh FILES, too
Damien Miller9673b2b1999-12-26 19:10:30 +11001731 - Released 1.2.1pre21
Damien Millere4340be2000-09-16 13:29:08 +11001732 - Fixed implicit '.' in default path, report from Jim Knoble
Damien Miller9673b2b1999-12-26 19:10:30 +11001733 <jmknoble@pobox.com>
Damien Milleraae10931999-12-26 19:38:17 +11001734 - Redhat RPM spec fixes from Jim Knoble <jmknoble@pobox.com>
Damien Miller32b3cf21999-12-26 10:21:48 +11001735
Damien Miller2e1b0821999-12-25 10:11:29 +1100173619991225
1737 - More fixes from Andre Lucas <andre.lucas@dial.pipex.com>
1738 - Cleanup of auth-passwd.c for shadow and MD5 passwords
1739 - Cleanup and bugfix of PAM authentication code
Damien Miller32b3cf21999-12-26 10:21:48 +11001740 - Released 1.2.1pre20
1741
1742 - Merged fixes from Ben Taylor <bent@clark.net>
1743 - Fixed configure support for PAM. Reported by Naz <96na@eng.cam.ac.uk>
1744 - Disabled logging of PAM password authentication failures when password
1745 is empty. (e.g start of authentication loop). Reported by Naz
1746 <96na@eng.cam.ac.uk>)
Damien Miller2e1b0821999-12-25 10:11:29 +11001747
174819991223
Damien Millere4340be2000-09-16 13:29:08 +11001749 - Merged later HPUX patch from Andre Lucas
Damien Miller2e1b0821999-12-25 10:11:29 +11001750 <andre.lucas@dial.pipex.com>
1751 - Above patch included better utmpx support from Ben Taylor
Damien Miller32b3cf21999-12-26 10:21:48 +11001752 <bent@clark.net>
Damien Miller2e1b0821999-12-25 10:11:29 +11001753
Damien Miller365199d1999-12-22 00:12:38 +1100175419991222
Damien Millere4340be2000-09-16 13:29:08 +11001755 - Fix undefined fd_set type in ssh.h from Povl H. Pedersen
Damien Miller365199d1999-12-22 00:12:38 +11001756 <pope@netguide.dk>
Damien Miller1b0c2281999-12-22 16:09:48 +11001757 - Fix login.c breakage on systems which lack ut_host in struct
1758 utmp. Reported by Willard Dawson <willard.dawson@sbs.siemens.com>
Damien Miller365199d1999-12-22 00:12:38 +11001759
Damien Miller76112de1999-12-21 11:18:08 +1100176019991221
Damien Millere4340be2000-09-16 13:29:08 +11001761 - Integration of large HPUX patch from Andre Lucas
1762 <andre.lucas@dial.pipex.com>. Integrating it had a few other
Damien Miller76112de1999-12-21 11:18:08 +11001763 benefits:
1764 - Ability to disable shadow passwords at configure time
1765 - Ability to disable lastlog support at configure time
1766 - Support for IP address in $DISPLAY
Damien Millerf039bad1999-12-21 20:57:20 +11001767 - OpenBSD CVS update:
1768 - [sshconnect.c]
1769 say "REMOTE HOST IDENTIFICATION HAS CHANGED"
Damien Millercb7e5f91999-12-21 21:03:09 +11001770 - Fix DISABLE_SHADOW support
1771 - Allow MD5 passwords even if shadow passwords are disabled
Damien Millere8852911999-12-21 22:50:50 +11001772 - Release 1.2.1pre19
Damien Miller76112de1999-12-21 11:18:08 +11001773
Damien Millerc4c647f1999-12-18 20:54:52 +1100177419991218
Damien Millere4340be2000-09-16 13:29:08 +11001775 - Redhat init script patch from Chun-Chung Chen
Damien Millerc4c647f1999-12-18 20:54:52 +11001776 <cjj@u.washington.edu>
Damien Millerfdb7caf1999-12-18 20:57:40 +11001777 - Avoid breakage on systems without IPv6 headers
Damien Millerc4c647f1999-12-18 20:54:52 +11001778
Damien Millerab8a4da1999-12-16 13:05:30 +1100177919991216
Damien Millere4340be2000-09-16 13:29:08 +11001780 - Makefile changes for Solaris from Peter Kocks
Damien Millerab8a4da1999-12-16 13:05:30 +11001781 <peter.kocks@baygate.com>
Damien Miller5e7c10e1999-12-16 13:18:04 +11001782 - Minor updates to docs
1783 - Merged OpenBSD CVS changes:
1784 - [authfd.c ssh-agent.c]
1785 keysize warnings talk about identity files
1786 - [packet.c]
1787 "Connection closed by x.x.x.x": fatal() -> log()
Damien Millere4340be2000-09-16 13:29:08 +11001788 - Correctly handle empty passwords in shadow file. Patch from:
Damien Miller8f9d5071999-12-16 15:10:45 +11001789 "Chris, the Young One" <cky@pobox.com>
1790 - Released 1.2.1pre18
Damien Millerab8a4da1999-12-16 13:05:30 +11001791
Damien Miller84093e91999-12-15 09:06:28 +1100179219991215
1793 - Integrated patchs from Juergen Keil <jk@tools.de>
1794 - Avoid void* pointer arithmatic
1795 - Use LDFLAGS correctly
Damien Miller864ea591999-12-15 11:04:25 +11001796 - Fix SIGIO error in scp
1797 - Simplify status line printing in scp
Damien Millere4340be2000-09-16 13:29:08 +11001798 - Added better test for inline functions compiler support from
Damien Miller3b9d5e91999-12-15 09:34:31 +11001799 Darren_Hall@progressive.com
Damien Miller84093e91999-12-15 09:06:28 +11001800
Damien Millera34a28b1999-12-14 10:47:15 +1100180119991214
1802 - OpenBSD CVS Changes
1803 - [canohost.c]
Damien Millere4340be2000-09-16 13:29:08 +11001804 fix get_remote_port() and friends for sshd -i;
Damien Millera34a28b1999-12-14 10:47:15 +11001805 Holger.Trapp@Informatik.TU-Chemnitz.DE
1806 - [mpaux.c]
1807 make code simpler. no need for memcpy. niels@ ok
1808 - [pty.c]
1809 namebuflen not sizeof namebuflen; bnd@ep-ag.com via djm@mindrot.org
1810 fix proto; markus
1811 - [ssh.1]
1812 typo; mark.baushke@solipsa.com
1813 - [channels.c ssh.c ssh.h sshd.c]
1814 type conflict for 'extern Type *options' in channels.c; dot@dotat.at
1815 - [sshconnect.c]
1816 move checking of hostkey into own function.
1817 - [version.h]
1818 OpenSSH-1.2.1
Damien Miller36b339a1999-12-14 10:54:47 +11001819 - Clean up broken includes in pty.c
Damien Miller6ae00d61999-12-14 15:43:03 +11001820 - Some older systems don't have poll.h, they use sys/poll.h instead
1821 - Doc updates
Damien Millera34a28b1999-12-14 10:47:15 +11001822
Damien Millerc6b3bbe1999-12-13 08:27:33 +1100182319991211
Damien Millere4340be2000-09-16 13:29:08 +11001824 - Fix compilation on systems with AFS. Reported by
Damien Millerc6b3bbe1999-12-13 08:27:33 +11001825 aloomis@glue.umd.edu
Damien Millere4340be2000-09-16 13:29:08 +11001826 - Fix installation on Solaris. Reported by
Damien Millerc6b3bbe1999-12-13 08:27:33 +11001827 Gordon Rowell <gordonr@gormand.com.au>
1828 - Fix gccisms (__attribute__ and inline). Report by edgy@us.ibm.com,
1829 patch from Markus Friedl <markus.friedl@informatik.uni-erlangen.de>
1830 - Auto-locate xauth. Patch from David Agraz <dagraz@jahoopa.com>
1831 - Compile fix from David Agraz <dagraz@jahoopa.com>
1832 - Avoid compiler warning in bsd-snprintf.c
Damien Millere4340be2000-09-16 13:29:08 +11001833 - Added pam_limits.so to default PAM config. Suggested by
Damien Millerc6b3bbe1999-12-13 08:27:33 +11001834 Jim Knoble <jmknoble@pobox.com>
1835
Damien Millerbf1c9b21999-12-09 10:16:54 +1100183619991209
1837 - Import of patch from Ben Taylor <bent@clark.net>:
1838 - Improved PAM support
1839 - "uninstall" rule for Makefile
1840 - utmpx support
1841 - Should fix PAM problems on Solaris
Damien Miller50945fa1999-12-09 10:31:37 +11001842 - OpenBSD CVS updates:
1843 - [readpass.c]
1844 avoid stdio; based on work by markus, millert, and I
1845 - [sshd.c]
1846 make sure the client selects a supported cipher
1847 - [sshd.c]
Damien Millere4340be2000-09-16 13:29:08 +11001848 fix sighup handling. accept would just restart and daemon handled
1849 sighup only after the next connection was accepted. use poll on
Damien Miller50945fa1999-12-09 10:31:37 +11001850 listen sock now.
1851 - [sshd.c]
1852 make that a fatal
Damien Millerd7f66151999-12-09 10:48:58 +11001853 - Applied patch from David Rankin <drankin@bohemians.lexington.ky.us>
1854 to fix libwrap support on NetBSD
Damien Miller6646bad1999-12-09 10:42:10 +11001855 - Released 1.2pre17
Damien Millerbf1c9b21999-12-09 10:16:54 +11001856
Damien Millerfce16481999-12-08 08:53:52 +1100185719991208
Damien Millere4340be2000-09-16 13:29:08 +11001858 - Compile fix for Solaris with /dev/ptmx from
Damien Millerfce16481999-12-08 08:53:52 +11001859 David Agraz <dagraz@jahoopa.com>
1860
Damien Miller0c078c61999-12-07 14:53:57 +1100186119991207
1862 - sshd Redhat init script patch from Jim Knoble <jmknoble@pobox.com>
1863 fixes compatability with 4.x and 5.x
Damien Miller3bc14dd1999-12-07 14:54:53 +11001864 - Fixed default SSH_ASKPASS
Damien Millere4340be2000-09-16 13:29:08 +11001865 - Fix PAM account and session being called multiple times. Problem
Damien Millereabf3411999-12-07 14:56:27 +11001866 reported by Adrian Baugh <adrian@merlin.keble.ox.ac.uk>
Damien Miller037a0dc1999-12-07 15:38:31 +11001867 - Merged more OpenBSD changes:
1868 - [atomicio.c authfd.c scp.c serverloop.c ssh.h sshconnect.c sshd.c]
Damien Millere4340be2000-09-16 13:29:08 +11001869 move atomicio into it's own file. wrap all socket write()s which
Damien Miller037a0dc1999-12-07 15:38:31 +11001870 were doing write(sock, buf, len) != len, with atomicio() calls.
1871 - [auth-skey.c]
1872 fd leak
1873 - [authfile.c]
1874 properly name fd variable
1875 - [channels.c]
1876 display great hatred towards strcpy
1877 - [pty.c pty.h sshd.c]
1878 use openpty() if it exists (it does on BSD4_4)
1879 - [tildexpand.c]
1880 check for ~ expansion past MAXPATHLEN
1881 - Modified helper.c to use new atomicio function.
1882 - Reformat Makefile a little
1883 - Moved RC4 routines from rc4.[ch] into helper.c
1884 - Added autoconf code to detect /dev/ptmx (Solaris) and /dev/ptc (AIX)
Damien Milleraf2604a1999-12-07 16:21:40 +11001885 - Updated SuSE spec from Chris Saia <csaia@wtower.com>
1886 - Tweaked Redhat spec
Damien Millerf5d69a51999-12-07 16:55:04 +11001887 - Clean up bad imports of a few files (forgot -kb)
1888 - Released 1.2pre16
Damien Miller0c078c61999-12-07 14:53:57 +11001889
Damien Millerdc33fc31999-12-04 20:24:48 +1100189019991204
1891 - Small cleanup of PAM code in sshd.c
Damien Milleraae6c611999-12-06 11:47:28 +11001892 - Merged OpenBSD CVS changes:
1893 - [auth-krb4.c auth-passwd.c auth-skey.c ssh.h]
1894 move skey-auth from auth-passwd.c to auth-skey.c, same for krb4
1895 - [auth-rsa.c]
1896 warn only about mismatch if key is _used_
1897 warn about keysize-mismatch with log() not error()
1898 channels.c readconf.c readconf.h ssh.c ssh.h sshconnect.c
1899 ports are u_short
1900 - [hostfile.c]
1901 indent, shorter warning
1902 - [nchan.c]
1903 use error() for internal errors
1904 - [packet.c]
1905 set loglevel for SSH_MSG_DISCONNECT to log(), not fatal()
1906 serverloop.c
1907 indent
1908 - [ssh-add.1 ssh-add.c ssh.h]
1909 document $SSH_ASKPASS, reasonable default
1910 - [ssh.1]
1911 CheckHostIP is not available for connects via proxy command
1912 - [sshconnect.c]
1913 typo
1914 easier to read client code for passwd and skey auth
1915 turn of checkhostip for proxy connects, since we don't know the remote ip
Damien Millerdc33fc31999-12-04 20:24:48 +11001916
Damien Miller42b81ff1999-11-26 12:21:24 +1100191719991126
1918 - Add definition for __P()
1919 - Added [v]snprintf() replacement for systems that lack it
1920
Damien Miller78224a01999-11-25 11:55:45 +1100192119991125
1922 - More reformatting merged from OpenBSD CVS
1923 - Merged OpenBSD CVS changes:
1924 - [channels.c]
1925 fix packet_integrity_check() for !have_hostname_in_open.
1926 report from mrwizard@psu.edu via djm@ibs.com.au
1927 - [channels.c]
1928 set SO_REUSEADDR and SO_LINGER for forwarded ports.
1929 chip@valinux.com via damien@ibs.com.au
1930 - [nchan.c]
1931 it's not an error() if shutdown_write failes in nchan.
1932 - [readconf.c]
1933 remove dead #ifdef-0-code
1934 - [readconf.c servconf.c]
1935 strcasecmp instead of tolower
1936 - [scp.c]
1937 progress meter overflow fix from damien@ibs.com.au
1938 - [ssh-add.1 ssh-add.c]
1939 SSH_ASKPASS support
1940 - [ssh.1 ssh.c]
1941 postpone fork_after_authentication until command execution,
1942 request/patch from jahakala@cc.jyu.fi via damien@ibs.com.au
1943 plus: use daemon() for backgrounding
Damien Millerd8087f61999-11-25 12:31:26 +11001944 - Added BSD compatible install program and autoconf test, thanks to
1945 Niels Kristian Bech Jensen <nkbj@image.dk>
1946 - Solaris fixing, thanks to Ben Taylor <bent@clark.net>
Damien Miller063fdf81999-11-25 13:08:31 +11001947 - Merged beginnings of AIX support from Tor-Ake Fransson <torake@hotmail.com>
Damien Millerbf3f6ef1999-11-25 13:50:10 +11001948 - Release 1.2pre15
Damien Miller78224a01999-11-25 11:55:45 +11001949
Damien Miller95def091999-11-25 00:26:21 +1100195019991124
1951 - Merged very large OpenBSD source code reformat
1952 - OpenBSD CVS updates
1953 - [channels.c cipher.c compat.c log-client.c scp.c serverloop.c]
1954 [ssh.h sshd.8 sshd.c]
1955 syslog changes:
1956 * Unified Logmessage for all auth-types, for success and for failed
1957 * Standard connections get only ONE line in the LOG when level==LOG:
1958 Auth-attempts are logged only, if authentication is:
1959 a) successfull or
1960 b) with passwd or
1961 c) we had more than AUTH_FAIL_LOG failues
1962 * many log() became verbose()
1963 * old behaviour with level=VERBOSE
1964 - [readconf.c readconf.h ssh.1 ssh.h sshconnect.c sshd.c]
1965 tranfer s/key challenge/response data in SSH_SMSG_AUTH_TIS_CHALLENGE
1966 messages. allows use of s/key in windows (ttssh, securecrt) and
1967 ssh-1.2.27 clients without 'ssh -v', ok: niels@
1968 - [sshd.8]
1969 -V, for fallback to openssh in SSH2 compatibility mode
1970 - [sshd.c]
1971 fix sigchld race; cjc5@po.cwru.edu
1972
Damien Miller294df781999-11-23 10:11:29 +1100197319991123
1974 - Added SuSE package files from Chris Saia <csaia@wtower.com>
Damien Miller3744b511999-11-23 11:24:32 +11001975 - Restructured package-related files under packages/*
Damien Miller294df781999-11-23 10:11:29 +11001976 - Added generic PAM config
Damien Miller3744b511999-11-23 11:24:32 +11001977 - Numerous little Solaris fixes
Damien Miller4d2f15f1999-11-23 12:36:29 +11001978 - Add recommendation to use GNU make to INSTALL document
Damien Miller294df781999-11-23 10:11:29 +11001979
Damien Miller22218721999-11-22 12:51:42 +1100198019991122
1981 - Make <enter> close gnome-ssh-askpass (Debian bug #50299)
Damien Miller83df0691999-11-22 13:22:29 +11001982 - OpenBSD CVS Changes
Damien Millere4340be2000-09-16 13:29:08 +11001983 - [ssh-keygen.c]
1984 don't create ~/.ssh only if the user wants to store the private
1985 key there. show fingerprint instead of public-key after
Damien Miller83df0691999-11-22 13:22:29 +11001986 keygeneration. ok niels@
Damien Millerb3ca3aa1999-11-22 13:57:07 +11001987 - Added OpenBSD bsd-strlcat.c, created bsd-strlcat.h
Damien Miller859cec01999-11-22 14:27:24 +11001988 - Added timersub() macro
Damien Millerb3ca3aa1999-11-22 13:57:07 +11001989 - Tidy RCSIDs of bsd-*.c
Damien Millere4340be2000-09-16 13:29:08 +11001990 - Added autoconf test and macro to deal with old PAM libraries
Damien Miller859cec01999-11-22 14:27:24 +11001991 pam_strerror definition (one arg vs two).
Damien Millerd71b12e1999-11-22 15:24:34 +11001992 - Fix EGD problems (Thanks to Ben Taylor <bent@clark.net>)
Damien Millere4340be2000-09-16 13:29:08 +11001993 - Retry /dev/urandom reads interrupted by signal (report from
Damien Millerd71b12e1999-11-22 15:24:34 +11001994 Robert Hardy <rhardy@webcon.net>)
Damien Millerd7702521999-11-22 16:11:05 +11001995 - Added a setenv replacement for systems which lack it
Damien Millerd733c911999-11-22 18:11:23 +11001996 - Only display public key comment when presenting ssh-askpass dialog
1997 - Released 1.2pre14
Damien Miller22218721999-11-22 12:51:42 +11001998
Damien Millere4340be2000-09-16 13:29:08 +11001999 - Configure, Make and changelog corrections from Tudor Bosman
Damien Millerf7c0f821999-11-22 22:31:49 +11002000 <tudorb@jm.nu> and Niels Kristian Bech Jensen <nkbj@image.dk>
2001
Damien Miller6162d121999-11-21 13:23:52 +1100200219991121
Damien Miller83df0691999-11-22 13:22:29 +11002003 - OpenBSD CVS Changes:
Damien Miller22218721999-11-22 12:51:42 +11002004 - [channels.c]
2005 make this compile, bad markus
2006 - [log.c readconf.c servconf.c ssh.h]
2007 bugfix: loglevels are per host in clientconfig,
2008 factor out common log-level parsing code.
2009 - [servconf.c]
2010 remove unused index (-Wall)
2011 - [ssh-agent.c]
2012 only one 'extern char *__progname'
2013 - [sshd.8]
2014 document SIGHUP, -Q to synopsis
2015 - [sshconnect.c serverloop.c sshd.c packet.c packet.h]
2016 [channels.c clientloop.c]
2017 SSH_CMSG_MAX_PACKET_SIZE, some clients use this, some need this, niels@
2018 [hope this time my ISP stays alive during commit]
2019 - [OVERVIEW README] typos; green@freebsd
2020 - [ssh-keygen.c]
2021 replace xstrdup+strcat with strlcat+fixed buffer, fixes OF (bad me)
2022 exit if writing the key fails (no infinit loop)
2023 print usage() everytime we get bad options
2024 - [ssh-keygen.c] overflow, djm@mindrot.org
2025 - [sshd.c] fix sigchld race; cjc5@po.cwru.edu
Damien Millere4340be2000-09-16 13:29:08 +11002026
Damien Millerc6398ef1999-11-20 12:18:40 +1100202719991120
Damien Millere4340be2000-09-16 13:29:08 +11002028 - Merged more Solaris support from Marc G. Fournier
Damien Millerc6398ef1999-11-20 12:18:40 +11002029 <marc.fournier@acadiau.ca>
2030 - Wrote autoconf tests for integer bit-types
2031 - Fixed enabling kerberos support
Damien Millere4340be2000-09-16 13:29:08 +11002032 - Fix segfault in ssh-keygen caused by buffer overrun in filename
Damien Millerf58db381999-11-20 17:02:56 +11002033 handling.
Damien Millerc6398ef1999-11-20 12:18:40 +11002034
Damien Miller5bbbd361999-11-19 07:56:21 +1100203519991119
2036 - Merged PAM buffer overrun patch from Chip Salzenberg <chip@valinux.com>
Damien Miller23b78391999-11-19 08:25:48 +11002037 - Merged OpenBSD CVS changes
2038 - [auth-rhosts.c auth-rsa.c ssh-agent.c sshconnect.c sshd.c]
2039 more %d vs. %s in fmt-strings
2040 - [authfd.c]
2041 Integers should not be printed with %s
Damien Miller58fc4731999-11-19 12:05:01 +11002042 - EGD uses a socket, not a named pipe. Duh.
2043 - Fix includes in fingerprint.c
Damien Millerdc9365b1999-11-19 12:34:14 +11002044 - Fix scp progress bar bug again.
Damien Millere4340be2000-09-16 13:29:08 +11002045 - Move ssh-askpass from ${libdir}/ssh to ${libexecdir}/ssh at request of
Damien Miller18ac1711999-11-19 12:43:19 +11002046 David Rankin <drankin@bohemians.lexington.ky.us>
Damien Miller80297751999-11-19 13:03:25 +11002047 - Added autoconf option to enable Kerberos 4 support (untested)
2048 - Added autoconf option to enable AFS support (untested)
2049 - Added autoconf option to enable S/Key support (untested)
2050 - Added autoconf option to enable TCP wrappers support (compiles OK)
Damien Miller04f80141999-11-19 15:32:34 +11002051 - Renamed BSD helper function files to bsd-*
Damien Millere4340be2000-09-16 13:29:08 +11002052 - Added tests for login and daemon and enable OpenBSD replacements for
Damien Millerdd1c7ba1999-11-19 15:53:20 +11002053 when they are absent.
2054 - Added non-PAM MD5 password support patch from Tudor Bosman <tudorb@jm.nu>
Damien Miller5bbbd361999-11-19 07:56:21 +11002055
Damien Miller81428f91999-11-18 09:28:11 +1100205619991118
2057 - Merged OpenBSD CVS changes
2058 - [scp.c] foregroundproc() in scp
2059 - [sshconnect.h] include fingerprint.h
Damien Millere4340be2000-09-16 13:29:08 +11002060 - [sshd.c] bugfix: the log() for passwd-auth escaped during logging
Damien Miller81428f91999-11-18 09:28:11 +11002061 changes.
Damien Miller6ee95641999-11-18 11:35:13 +11002062 - [ssh.1] Spell my name right.
Damien Miller81428f91999-11-18 09:28:11 +11002063 - Added openssh.com info to README
2064
Damien Miller10f6f6b1999-11-17 17:29:08 +1100206519991117
2066 - Merged OpenBSD CVS changes
2067 - [ChangeLog.Ylonen] noone needs this anymore
2068 - [authfd.c] close-on-exec for auth-socket, ok deraadt
Damien Millere4340be2000-09-16 13:29:08 +11002069 - [hostfile.c]
2070 in known_hosts key lookup the entry for the bits does not need
2071 to match, all the information is contained in n and e. This
2072 solves the problem with buggy servers announcing the wrong
Damien Miller10f6f6b1999-11-17 17:29:08 +11002073 modulus length. markus and me.
Damien Millere4340be2000-09-16 13:29:08 +11002074 - [serverloop.c]
2075 bugfix: check for space if child has terminated, from:
Damien Miller10f6f6b1999-11-17 17:29:08 +11002076 iedowse@maths.tcd.ie
2077 - [ssh-add.1 ssh-add.c ssh-keygen.1 ssh-keygen.c sshconnect.c]
2078 [fingerprint.c fingerprint.h]
2079 rsa key fingerprints, idea from Bjoern Groenvall <bg@sics.se>
2080 - [ssh-agent.1] typo
2081 - [ssh.1] add OpenSSH information to AUTHOR section. okay markus@
Damien Millere4340be2000-09-16 13:29:08 +11002082 - [sshd.c]
Damien Miller10f6f6b1999-11-17 17:29:08 +11002083 force logging to stderr while loading private key file
2084 (lost while converting to new log-levels)
2085
Damien Miller7e8e8201999-11-16 13:37:16 +1100208619991116
2087 - Fix some Linux libc5 problems reported by Miles Wilson <mw@mctitle.com>
2088 - Merged OpenBSD CVS changes:
2089 - [auth-rh-rsa.c auth-rsa.c authfd.c authfd.h hostfile.c mpaux.c]
2090 [mpaux.h ssh-add.c ssh-agent.c ssh.h ssh.c sshd.c]
2091 the keysize of rsa-parameter 'n' is passed implizit,
2092 a few more checks and warnings about 'pretended' keysizes.
2093 - [cipher.c cipher.h packet.c packet.h sshd.c]
2094 remove support for cipher RC4
2095 - [ssh.c]
2096 a note for legay systems about secuity issues with permanently_set_uid(),
2097 the private hostkey and ptrace()
2098 - [sshconnect.c]
2099 more detailed messages about adding and checking hostkeys
2100
Damien Millerd05a2471999-11-15 14:25:30 +1100210119991115
2102 - Merged OpenBSD CVS changes:
Damien Millere4340be2000-09-16 13:29:08 +11002103 - [ssh-add.c] change passphrase loop logic and remove ref to
Damien Millerd05a2471999-11-15 14:25:30 +11002104 $DISPLAY, ok niels
2105 - Changed to ssh-add.c broke askpass support. Revised it to be a little more
Damien Millere4340be2000-09-16 13:29:08 +11002106 modular.
Damien Millerd05a2471999-11-15 14:25:30 +11002107 - Revised autoconf support for enabling/disabling askpass support.
Damien Miller2ccf6611999-11-15 15:25:10 +11002108 - Merged more OpenBSD CVS changes:
Damien Millerbe484b52000-07-15 14:14:16 +10002109 [auth-krb4.c]
2110 - disconnect if getpeername() fails
2111 - missing xfree(*client)
2112 [canohost.c]
2113 - disconnect if getpeername() fails
2114 - fix comment: we _do_ disconnect if ip-options are set
2115 [sshd.c]
2116 - disconnect if getpeername() fails
2117 - move checking of remote port to central place
2118 [auth-rhosts.c] move checking of remote port to central place
2119 [log-server.c] avoid extra fd per sshd, from millert@
2120 [readconf.c] print _all_ bad config-options in ssh(1), too
2121 [readconf.h] print _all_ bad config-options in ssh(1), too
2122 [ssh.c] print _all_ bad config-options in ssh(1), too
2123 [sshconnect.c] disconnect if getpeername() fails
Damien Miller2ccf6611999-11-15 15:25:10 +11002124 - OpenBSD's changes to sshd.c broke the PAM stuff, re-merged it.
Damien Miller3bd49ec1999-11-15 15:40:55 +11002125 - Various small cleanups to bring diff (against OpenBSD) size down.
Damien Miller3f905871999-11-15 17:10:57 +11002126 - Merged more Solaris compability from Marc G. Fournier
2127 <marc.fournier@acadiau.ca>
2128 - Wrote autoconf tests for __progname symbol
Damien Miller36682061999-11-15 17:19:24 +11002129 - RPM spec file fixes from Jim Knoble <jmknoble@pobox.com>
Damien Miller2e8b1c81999-11-15 23:33:56 +11002130 - Released 1.2pre12
2131
2132 - Another OpenBSD CVS update:
2133 - [ssh-keygen.1] fix .Xr
Damien Millerd05a2471999-11-15 14:25:30 +11002134
Damien Miller0a6e6681999-11-15 09:56:06 +1100213519991114
2136 - Solaris compilation fixes (still imcomplete)
2137
Damien Millerb0284381999-11-13 13:30:28 +1100213819991113
Damien Miller192bd011999-11-13 23:56:35 +11002139 - Build patch from Niels Kristian Bech Jensen <nkbj@image.dk>
2140 - Don't install config files if they already exist
2141 - Fix inclusion of additional preprocessor directives from acconfig.h
Damien Millerb0284381999-11-13 13:30:28 +11002142 - Removed redundant inclusions of config.h
Damien Millerc6d5ce81999-11-15 16:01:07 +11002143 - Added 'Obsoletes' lines to RPM spec file
Damien Millerb0284381999-11-13 13:30:28 +11002144 - Merged OpenBSD CVS changes:
2145 - [bufaux.c] save a view malloc/memcpy/memset/free's, ok niels
Damien Millere4340be2000-09-16 13:29:08 +11002146 - [scp.c] fix overflow reported by damien@ibs.com.au: off_t
Damien Millerb0284381999-11-13 13:30:28 +11002147 totalsize, ok niels,aaron
Damien Millere4340be2000-09-16 13:29:08 +11002148 - Delay fork (-f option) in ssh until after port forwarded connections
Damien Millerb0284381999-11-13 13:30:28 +11002149 have been initialised. Patch from Jani Hakala <jahakala@cc.jyu.fi>
Damien Miller2cb210f1999-11-13 15:40:10 +11002150 - Added shadow password patch from Thomas Neumann <tom@smart.ruhr.de>
2151 - Added ifdefs to auth-passwd.c to exclude it when PAM is enabled
Damien Miller192bd011999-11-13 23:56:35 +11002152 - Tidied default config file some more
2153 - Revised Redhat initscript to fix bug: sshd (re)start would fail
2154 if executed from inside a ssh login.
Damien Millerb0284381999-11-13 13:30:28 +11002155
Damien Miller776af5d1999-11-12 08:49:09 +1100215619991112
2157 - Merged changes from OpenBSD CVS
2158 - [sshd.c] session_key_int may be zero
Damien Miller32265091999-11-12 11:33:04 +11002159 - [auth-rh-rsa.c servconf.c servconf.h ssh.h sshd.8 sshd.c sshd_config]
Damien Millere4340be2000-09-16 13:29:08 +11002160 IgnoreUserKnownHosts(default=no), used for RhostRSAAuth, ok
Damien Miller32265091999-11-12 11:33:04 +11002161 deraadt,millert
2162 - Brought default sshd_config more in line with OpenBSD's
Damien Millerb9a692d1999-11-12 12:09:36 +11002163 - Grab server in gnome-ssh-askpass (Debian bug #49872)
2164 - Released 1.2pre10
Damien Miller776af5d1999-11-12 08:49:09 +11002165
Damien Millerb5f89271999-11-12 14:35:58 +11002166 - Added INSTALL documentation
Damien Miller6d7b2cd1999-11-12 15:19:27 +11002167 - Merged yet more changes from OpenBSD CVS
2168 - [auth-rh-rsa.c auth-rhosts.c auth-rsa.c channels.c clientloop.c]
2169 [ssh.c ssh.h sshconnect.c sshd.c]
2170 make all access to options via 'extern Options options'
2171 and 'extern ServerOptions options' respectively;
2172 options are no longer passed as arguments:
2173 * make options handling more consistent
2174 * remove #include "readconf.h" from ssh.h
2175 * readconf.h is only included if necessary
2176 - [mpaux.c] clear temp buffer
2177 - [servconf.c] print _all_ bad options found in configfile
Damien Miller3d1b22c1999-11-12 15:46:08 +11002178 - Make ssh-askpass support optional through autoconf
Damien Miller9c8da3c1999-11-12 16:28:02 +11002179 - Fix nasty division-by-zero error in scp.c
2180 - Released 1.2pre11
Damien Millerb5f89271999-11-12 14:35:58 +11002181
Damien Millerab18c411999-11-11 10:40:23 +1100218219991111
2183 - Added (untested) Entropy Gathering Daemon (EGD) support
Damien Miller4236f6e1999-11-12 12:22:31 +11002184 - Fixed /dev/urandom fd leak (Debian bug #49722)
Damien Miller33e511e1999-11-11 11:43:13 +11002185 - Merged OpenBSD CVS changes:
2186 - [auth-rh-rsa.c] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
2187 - [ssh.1] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
2188 - [sshd.8] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
Damien Millere4340be2000-09-16 13:29:08 +11002189 - Fix integer overflow which was messing up scp's progress bar for large
Damien Millerc4c647f1999-12-18 20:54:52 +11002190 file transfers. Fix submitted to OpenBSD developers. Report and fix
2191 from Kees Cook <cook@cpoint.net>
Damien Miller5ce662a1999-11-11 17:57:39 +11002192 - Merged more OpenBSD CVS changes:
Damien Millere4340be2000-09-16 13:29:08 +11002193 - [auth-krb4.c auth-passwd.c] remove x11- and krb-cleanup from fatal()
Damien Miller5ce662a1999-11-11 17:57:39 +11002194 + krb-cleanup cleanup
2195 - [clientloop.c log-client.c log-server.c ]
2196 [readconf.c readconf.h servconf.c servconf.h ]
2197 [ssh.1 ssh.c ssh.h sshd.8]
2198 add LogLevel {QUIET, FATAL, ERROR, INFO, CHAT, DEBUG} to ssh/sshd,
2199 obsoletes QuietMode and FascistLogging in sshd.
Damien Miller776af5d1999-11-12 08:49:09 +11002200 - [sshd.c] fix fatal/assert() bug reported by damien@ibs.com.au:
2201 allow session_key_int != sizeof(session_key)
2202 [this should fix the pre-assert-removal-core-files]
2203 - Updated default config file to use new LogLevel option and to improve
2204 readability
2205
Damien Millerb77870f1999-11-10 12:48:08 +1100220619991110
Damien Miller4236f6e1999-11-12 12:22:31 +11002207 - Merged several minor fixes:
Damien Millerb77870f1999-11-10 12:48:08 +11002208 - ssh-agent commandline parsing
2209 - RPM spec file now installs ssh setuid root
2210 - Makefile creates libdir
Damien Millerab18c411999-11-11 10:40:23 +11002211 - Merged beginnings of Solaris compability from Marc G. Fournier
2212 <marc.fournier@acadiau.ca>
Damien Millerb77870f1999-11-10 12:48:08 +11002213
Damien Millerc7b38ce1999-11-09 10:28:04 +1100221419991109
2215 - Autodetection of SSL/Crypto library location via autoconf
2216 - Fixed location of ssh-askpass to follow autoconf
2217 - Integrated Makefile patch from Niels Kristian Bech Jensen <nkbj@image.dk>
2218 - Autodetection of RSAref library for US users
2219 - Minor doc updates
Damien Millerda217a01999-11-09 10:35:52 +11002220 - Merged OpenBSD CVS changes:
2221 - [rsa.c] bugfix: use correct size for memset()
2222 - [sshconnect.c] warn if announced size of modulus 'n' != real size
Damien Miller742d2cb1999-11-09 14:28:26 +11002223 - Added GNOME passphrase requestor (use --with-gnome-askpass)
Damien Miller3f51bf51999-11-09 14:46:02 +11002224 - RPM build now creates subpackages
Damien Miller74389c91999-11-09 15:03:01 +11002225 - Released 1.2pre9
Damien Millerc7b38ce1999-11-09 10:28:04 +11002226
Damien Miller356a0b01999-11-08 15:30:59 +1100222719991108
2228 - Removed debian/ directory. This is now being maintained separately.
2229 - Added symlinks for slogin in RPM spec file
2230 - Fixed permissions on manpages in RPM spec file
2231 - Added references to required libraries in README file
2232 - Removed config.h.in from CVS
2233 - Removed pwdb support (better pluggable auth is provided by glibc)
2234 - Made PAM and requisite libdl optional
2235 - Removed lots of unnecessary checks from autoconf
2236 - Added support and autoconf test for openpty() function (Unix98 pty support)
2237 - Fix for scp not finding ssh if not installed as /usr/bin/ssh
2238 - Added TODO file
2239 - Merged parts of Debian patch From Phil Hands <phil@hands.com>:
2240 - Added ssh-askpass program
2241 - Added ssh-askpass support to ssh-add.c
2242 - Create symlinks for slogin on install
2243 - Fix "distclean" target in makefile
2244 - Added example for ssh-agent to manpage
2245 - Added support for PAM_TEXT_INFO messages
2246 - Disable internal /etc/nologin support if PAM enabled
2247 - Merged latest OpenBSD CVS changes:
Damien Millerfd7c9111999-11-08 16:15:55 +11002248 - [all] replace assert() with error, fatal or packet_disconnect
Damien Miller356a0b01999-11-08 15:30:59 +11002249 - [sshd.c] don't send fail-msg but disconnect if too many authentication
2250 failures
Damien Miller356a0b01999-11-08 15:30:59 +11002251 - [sshd.c] remove unused argument. ok dugsong
2252 - [sshd.c] typo
2253 - [rsa.c] clear buffers used for encryption. ok: niels
2254 - [rsa.c] replace assert() with error, fatal or packet_disconnect
Damien Miller5ac5f1c1999-11-08 15:50:14 +11002255 - [auth-krb4.c] remove unused argument. ok dugsong
Damien Miller356a0b01999-11-08 15:30:59 +11002256 - Fixed coredump after merge of OpenBSD rsa.c patch
Damien Millere8d90681999-11-08 18:09:57 +11002257 - Released 1.2pre8
Damien Miller356a0b01999-11-08 15:30:59 +11002258
Damien Miller0aa8e531999-11-02 19:05:02 +1100225919991102
2260 - Merged change from OpenBSD CVS
2261 - One-line cleanup in sshd.c
2262
Damien Miller744da801999-10-30 09:12:25 +1000226319991030
2264 - Integrated debian package support from Dan Brosemer <odin@linuxfreak.com>
Damien Miller1e4772c1999-10-30 11:39:56 +10002265 - Merged latest updates for OpenBSD CVS:
2266 - channels.[ch] - remove broken x11 fix and document istate/ostate
2267 - ssh-agent.c - call setsid() regardless of argv[]
2268 - ssh.c - save a few lines when disabling rhosts-{rsa-}auth
2269 - Documentation cleanups
2270 - Renamed README -> README.Ylonen
2271 - Renamed README.openssh ->README
Damien Miller744da801999-10-30 09:12:25 +10002272
Damien Miller070f7a11999-10-29 10:29:29 +1000227319991029
2274 - Renamed openssh* back to ssh* at request of Theo de Raadt
2275 - Incorporated latest changes from OpenBSD's CVS
2276 - Integrated Makefile patch from Niels Kristian Bech Jensen <nkbj@image.dk>
2277 - Integrated PAM env patch from Nalin Dahyabhai <nalin.dahyabhai@pobox.com>
Damien Miller07a826d1999-10-29 11:49:20 +10002278 - Make distclean now removed configure script
2279 - Improved PAM logging
2280 - Added some debug() calls for PAM
Damien Miller65b3c131999-10-29 12:37:01 +10002281 - Removed redundant subdirectories
Damien Millere4340be2000-09-16 13:29:08 +11002282 - Integrated part of a patch from Dan Brosemer <odin@linuxfreak.com> for
Damien Miller65b3c131999-10-29 12:37:01 +10002283 building on Debian.
Damien Millerd0562b31999-10-29 13:09:40 +10002284 - Fixed off-by-one error in PAM env patch
2285 - Released 1.2pre6
Damien Miller070f7a11999-10-29 10:29:29 +10002286
Damien Miller7f6ea021999-10-28 13:25:17 +1000228719991028
2288 - Further PAM enhancements.
2289 - Much cleaner
2290 - Now uses account and session modules for all logins.
2291 - Integrated patch from Dan Brosemer <odin@linuxfreak.com>
2292 - Build fixes
2293 - Autoconf
2294 - Change binary names to open*
2295 - Fixed autoconf script to detect PAM on RH6.1
2296 - Added tests for libpwdb, and OpenBSD functions to autoconf
Damien Millereff18d61999-10-28 14:14:38 +10002297 - Released 1.2pre4
Damien Miller29b5a591999-10-28 15:46:27 +10002298
2299 - Imported latest OpenBSD CVS code
2300 - Updated README.openssh
Damien Miller34d0b611999-10-28 17:51:40 +10002301 - Released 1.2pre5
Damien Miller29b5a591999-10-28 15:46:27 +10002302
Damien Miller7f6ea021999-10-28 13:25:17 +1000230319991027
2304 - Adapted PAM patch.
2305 - Released 1.0pre2
Damien Millerd4a8b7e1999-10-27 13:42:43 +10002306
Damien Miller7f6ea021999-10-28 13:25:17 +10002307 - Excised my buggy replacements for strlcpy and mkdtemp
2308 - Imported correct OpenBSD strlcpy and mkdtemp routines.
2309 - Reduced arc4random_stir entropy read to 32 bytes (256 bits)
2310 - Picked up correct version number from OpenBSD
2311 - Added sshd.pam PAM configuration file
2312 - Added sshd.init Redhat init script
2313 - Added openssh.spec RPM spec file
2314 - Released 1.2pre3
Damien Millerd4a8b7e1999-10-27 13:42:43 +10002315
Damien Miller7f6ea021999-10-28 13:25:17 +1000231619991026
2317 - Fixed include paths of OpenSSL functions
2318 - Use OpenSSL MD5 routines
2319 - Imported RC4 code from nanocrypt
2320 - Wrote replacements for OpenBSD arc4random* functions
2321 - Wrote replacements for strlcpy and mkdtemp
2322 - Released 1.0pre1