blob: 5d45e7bdf851b5868a619e251ef06313d30062f9 [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 Miller190d5a82000-09-30 09:43:19 +11003
Damien Miller15e7d4b2000-09-29 10:57:35 +1100420000929
5 - (djm) Fix SSH2 not terminating until all background tasks done problem.
Damien Miller280e71b2000-09-29 10:59:28 +11006 - (djm) Another off-by-one fix from Pavel Kankovsky
7 <peak@argo.troja.mff.cuni.cz>
Damien Millercb5e44a2000-09-29 12:12:36 +11008 - (djm) Clean up. Strip some unnecessary differences with OpenBSD's code,
9 tidy necessary differences. Use Markus' new debugN() in entropy.c
Damien Miller78315eb2000-09-29 23:01:36 +110010 - (djm) Merged big SCO portability patch from Tim Rice
11 <tim@multitalents.net>
Damien Miller15e7d4b2000-09-29 10:57:35 +110012
Damien Miller96f0c722000-09-26 12:09:48 +11001320000926
14 - (djm) Update X11-askpass to 1.0.2 in RPM spec file
Damien Millere772b682000-09-26 13:10:37 +110015 - (djm) Define _REENTRANT to pickup strtok_r() on HP/UX
16 - (djm) Security: fix off-by-one buffer overrun in fake-getnameinfo.c.
17 Report and fix from Pavel Kankovsky <peak@argo.troja.mff.cuni.cz>
Damien Miller96f0c722000-09-26 12:09:48 +110018
Damien Miller72c9a7e2000-09-24 11:10:13 +11001920000924
20 - (djm) Merged cleanup patch from Mark Miller <markm@swoon.net>
21 - (djm) A bit more cleanup - created cygwin_util.h
Damien Miller80ecfe82000-09-24 11:21:31 +110022 - (djm) Include strtok_r() from OpenBSD libc. Fixes report from Mark Miller
23 <markm@swoon.net>
Damien Miller72c9a7e2000-09-24 11:10:13 +110024
Damien Millerd6f204d2000-09-23 13:57:27 +11002520000923
26 - (djm) Fix address logging in utmp from Kevin Steves
27 <stevesk@sweden.hp.com>
Damien Miller96002332000-09-23 14:00:09 +110028 - (djm) Redhat spec and manpage fixes from Pekka Savola <pekkas@netcore.fi>
Damien Miller578783e2000-09-23 14:12:24 +110029 - (djm) Seperate tests for int64_t and u_int64_t types
Damien Miller62dd94b2000-09-23 14:26:32 +110030 - (djm) Tweak password expiry checking at suggestion of Kevin Steves
31 <stevesk@sweden.hp.com>
Damien Millerb9c2ce82000-09-23 14:52:50 +110032 - (djm) NeXT patch from Ben Lindstrom <mouring@pconline.com>
Damien Millerf056e232000-09-23 14:58:32 +110033 - (djm) Use printf %lld instead of %qd in sftp-server.c. Fix from
34 Michael Stone <mstone@cs.loyola.edu>
Damien Miller62cee002000-09-23 17:15:56 +110035 - (djm) OpenBSD CVS sync:
36 - markus@cvs.openbsd.org 2000/09/17 09:38:59
37 [sshconnect2.c sshd.c]
38 fix DEBUG_KEXDH
39 - markus@cvs.openbsd.org 2000/09/17 09:52:51
40 [sshconnect.c]
41 yes no; ok niels@
42 - markus@cvs.openbsd.org 2000/09/21 04:55:11
43 [sshd.8]
44 typo
45 - markus@cvs.openbsd.org 2000/09/21 05:03:54
46 [serverloop.c]
47 typo
48 - markus@cvs.openbsd.org 2000/09/21 05:11:42
49 scp.c
50 utime() to utimes(); mouring@pconline.com
51 - markus@cvs.openbsd.org 2000/09/21 05:25:08
52 sshconnect2.c
53 change login logic in ssh2, allows plugin of other auth methods
54 - markus@cvs.openbsd.org 2000/09/21 05:25:35
55 [auth2.c channels.c channels.h clientloop.c dispatch.c dispatch.h]
56 [serverloop.c]
57 add context to dispatch_run
58 - markus@cvs.openbsd.org 2000/09/21 05:07:52
59 authfd.c authfd.h ssh-agent.c
60 bug compat for old ssh.com software
Damien Millerd6f204d2000-09-23 13:57:27 +110061
Damien Millerf13f75d2000-09-21 21:51:07 +11006220000920
63 - (djm) Fix bad path substitution. Report from Andrew Miner
64 <asminer@cs.iastate.edu>
65
Damien Millere4340be2000-09-16 13:29:08 +11006620000916
Damien Millera1b61e12000-09-16 17:02:16 +110067 - (djm) Fix SSL search order from Lutz Jaenicke
68 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
Damien Miller2efcd3c2000-09-16 16:30:55 +110069 - (djm) New SuSE spec from Corinna Vinschen <corinna@vinschen.de>
Damien Millerb70b61f2000-09-16 16:25:12 +110070 - (djm) Update CygWin support from Corinna Vinschen <vinschen@cygnus.com>
Damien Miller52cbcbf2000-09-16 16:21:28 +110071 - (djm) Use a real struct sockaddr inside the fake struct sockaddr_storage.
72 Patch from Larry Jones <larry.jones@sdrc.com>
Damien Miller9d5705a2000-09-16 16:09:27 +110073 - (djm) Add Steve VanDevender's <stevev@darkwing.uoregon.edu> PAM
74 password change patch.
75 - (djm) Bring licenses on my stuff in line with OpenBSD's
Damien Miller8a1e6a62000-09-16 15:55:52 +110076 - (djm) Cleanup auth-passwd.c and unify HP/UX authentication. Patch from
77 Kevin Steves <stevesk@sweden.hp.com>
Damien Miller606f8802000-09-16 15:39:56 +110078 - (djm) Shadow expiry check fix from Pavel Troller <patrol@omni.sinus.cz>
79 - (djm) Re-enable int64_t types - we need them for sftp
80 - (djm) Use libexecdir from configure , rather than libexecdir/ssh
81 - (djm) Update Redhat SPEC file accordingly
82 - (djm) Add Kevin Steves <stevesk@sweden.hp.com> HP/UX contrib files
83 - (djm) Add Charles Levert <charles@comm.polymtl.ca> getpgrp patch
84 - (djm) Fix password auth on HP/UX 10.20. Patch from Dirk De Wachter
85 <Dirk.DeWachter@rug.ac.be>
86 - (djm) Fixprogs and entropy list fixes from Larry Jones
87 <larry.jones@sdrc.com>
88 - (djm) Fix for SuSE spec file from Takashi YOSHIDA
89 <tyoshida@gemini.rc.kyushu-u.ac.jp>
Damien Millere4340be2000-09-16 13:29:08 +110090 - (djm) Merge OpenBSD changes:
91 - markus@cvs.openbsd.org 2000/09/05 02:59:57
92 [session.c]
93 print hostname (not hushlogin)
94 - markus@cvs.openbsd.org 2000/09/05 13:18:48
95 [authfile.c ssh-add.c]
96 enable ssh-add -d for DSA keys
97 - markus@cvs.openbsd.org 2000/09/05 13:20:49
98 [sftp-server.c]
99 cleanup
100 - markus@cvs.openbsd.org 2000/09/06 03:46:41
101 [authfile.h]
102 prototype
103 - deraadt@cvs.openbsd.org 2000/09/07 14:27:56
104 [ALL]
105 cleanup copyright notices on all files. I have attempted to be
106 accurate with the details. everything is now under Tatu's licence
107 (which I copied from his readme), and/or the core-sdi bsd-ish thing
108 for deattack, or various openbsd developers under a 2-term bsd
109 licence. We're not changing any rules, just being accurate.
110 - markus@cvs.openbsd.org 2000/09/07 14:40:30
111 [channels.c channels.h clientloop.c serverloop.c ssh.c]
112 cleanup window and packet sizes for ssh2 flow control; ok niels
113 - markus@cvs.openbsd.org 2000/09/07 14:53:00
114 [scp.c]
115 typo
116 - markus@cvs.openbsd.org 2000/09/07 15:13:37
117 [auth-options.c auth-options.h auth-rh-rsa.c auth-rsa.c auth.c]
118 [authfile.h canohost.c channels.h compat.c hostfile.h log.c match.h]
119 [pty.c readconf.c]
120 some more Copyright fixes
121 - markus@cvs.openbsd.org 2000/09/08 03:02:51
122 [README.openssh2]
123 bye bye
124 - deraadt@cvs.openbsd.org 2000/09/11 18:38:33
125 [LICENCE cipher.c]
126 a few more comments about it being ARC4 not RC4
127 - markus@cvs.openbsd.org 2000/09/12 14:53:11
128 [log-client.c log-server.c log.c ssh.1 ssh.c ssh.h sshd.8 sshd.c]
129 multiple debug levels
130 - markus@cvs.openbsd.org 2000/09/14 14:25:15
131 [clientloop.c]
132 typo
133 - deraadt@cvs.openbsd.org 2000/09/15 01:13:51
134 [ssh-agent.c]
135 check return value for setenv(3) for failure, and deal appropriately
136
Damien Millerf384c362000-09-13 10:43:26 +110013720000913
138 - (djm) Fix server not exiting with jobs in background.
139
Damien Miller7b28dc52000-09-05 13:34:53 +110014020000905
141 - (djm) Import OpenBSD CVS changes
142 - markus@cvs.openbsd.org 2000/08/31 15:52:24
143 [Makefile sshd.8 sshd_config sftp-server.8 sftp-server.c]
144 implement a SFTP server. interops with sftp2, scp2 and the windows
145 client from ssh.com
146 - markus@cvs.openbsd.org 2000/08/31 15:56:03
147 [README.openssh2]
148 sync
149 - markus@cvs.openbsd.org 2000/08/31 16:05:42
150 [session.c]
151 Wall
152 - markus@cvs.openbsd.org 2000/08/31 16:09:34
153 [authfd.c ssh-agent.c]
154 add a flag to SSH2_AGENTC_SIGN_REQUEST for future extensions
155 - deraadt@cvs.openbsd.org 2000/09/01 09:25:13
156 [scp.1 scp.c]
157 cleanup and fix -S support; stevesk@sweden.hp.com
158 - markus@cvs.openbsd.org 2000/09/01 16:29:32
159 [sftp-server.c]
160 portability fixes
161 - markus@cvs.openbsd.org 2000/09/01 16:32:41
162 [sftp-server.c]
163 fix cast; mouring@pconline.com
164 - itojun@cvs.openbsd.org 2000/09/03 09:23:28
165 [ssh-add.1 ssh.1]
166 add missing .El against .Bl.
167 - markus@cvs.openbsd.org 2000/09/04 13:03:41
168 [session.c]
169 missing close; ok theo
170 - markus@cvs.openbsd.org 2000/09/04 13:07:21
171 [session.c]
172 fix get_last_login_time order; from andre@van-veen.de
173 - markus@cvs.openbsd.org 2000/09/04 13:10:09
174 [sftp-server.c]
175 more cast fixes; from mouring@pconline.com
176 - markus@cvs.openbsd.org 2000/09/04 13:06:04
177 [session.c]
178 set SSH_ORIGINAL_COMMAND; from Leakin@dfw.nostrum.com, bet@rahul.net
179 - (djm) Cleanup after import. Fix sftp-server compilation, Makefile
Damien Millerbac2d8a2000-09-05 16:13:06 +1100180 - (djm) Merge cygwin support from Corinna Vinschen <vinschen@cygnus.com>
181
Damien Miller123cbe82000-09-03 19:14:58 +110018220000903
183 - (djm) Fix Redhat init script
184
Damien Miller50f14f82000-09-01 14:14:37 +110018520000901
186 - (djm) Pick up Jim's new X11-askpass
187 - (djm) Release 2.2.0p1
188
Damien Miller238a9fa2000-08-31 09:20:05 +110018920000831
Damien Millere4340be2000-09-16 13:29:08 +1100190 - (djm) Workaround SIGPIPE problems on SCO. Fix from Aran Cox
Damien Miller238a9fa2000-08-31 09:20:05 +1100191 <acox@cv.telegroup.com>
Damien Millerb5c42d92000-08-31 11:13:10 +1100192 - (djm) Pick up new version (2.2.0) from OpenBSD CVS
Damien Miller238a9fa2000-08-31 09:20:05 +1100193
Damien Miller87d29ed2000-08-30 09:21:22 +110019420000830
195 - (djm) Compile warning fixes from Mark Miller <markm@swoon.net>
Damien Millerc30d35c2000-08-30 09:40:09 +1100196 - (djm) Periodically rekey arc4random
197 - (djm) Clean up diff against OpenBSD.
Damien Millere4340be2000-09-16 13:29:08 +1100198 - (djm) HPUX 11 needs USE_PIPES as well: Kevin Steves
Damien Miller5552d7a2000-08-30 09:53:24 +1100199 <stevesk@sweden.hp.com>
Damien Miller7cfaaf22000-08-30 09:57:49 +1100200 - (djm) Quieten the pam delete credentials error message
Damien Miller9a947342000-08-30 10:03:33 +1100201 - (djm) Fix printing of $DISPLAY hack if set by system type. Report from
202 Kevin Steves <stevesk@sweden.hp.com>
Damien Miller77aba9d2000-08-30 10:11:30 +1100203 - (djm) NeXT patch from Ben Lindstrom <mouring@pconline.com>
Damien Miller250ee8b2000-08-30 14:06:35 +1100204 - (djm) Fix doh in bsd-arc4random.c
Damien Miller87d29ed2000-08-30 09:21:22 +1100205
Damien Miller4e0f5e12000-08-29 11:05:50 +110020620000829
Damien Millere4340be2000-09-16 13:29:08 +1100207 - (djm) Fix ^C ignored issue on Solaris. Diagnosis from Gert
208 Doering <gert@greenie.muc.de>, John Horne <J.Horne@plymouth.ac.uk> and
Damien Miller4e0f5e12000-08-29 11:05:50 +1100209 Garrick James <garrick@james.net>
Damien Miller6d8c11f2000-08-29 11:52:38 +1100210 - (djm) Check for SCO pty naming style (ptyp%d/ttyp%d). Based on fix from
211 Bastian Trompetter <btrompetter@firemail.de>
Damien Millere5192fa2000-08-29 14:30:37 +1100212 - (djm) NeXT tweaks from Ben Lindstrom <mouring@pconline.com>
Damien Millercaf6dd62000-08-29 11:33:50 +1100213 - More OpenBSD updates:
214 - deraadt@cvs.openbsd.org 2000/08/24 15:46:59
215 [scp.c]
216 off_t in sink, to fix files > 2GB, i think, test is still running ;-)
217 - deraadt@cvs.openbsd.org 2000/08/25 10:10:06
218 [session.c]
219 Wall
220 - markus@cvs.openbsd.org 2000/08/26 04:33:43
221 [compat.c]
222 ssh.com-2.3.0
223 - markus@cvs.openbsd.org 2000/08/27 12:18:05
224 [compat.c]
225 compatibility with future ssh.com versions
226 - deraadt@cvs.openbsd.org 2000/08/27 21:50:55
227 [auth-krb4.c session.c ssh-add.c sshconnect.c uidswap.c]
228 print uid/gid as unsigned
229 - markus@cvs.openbsd.org 2000/08/28 13:51:00
230 [ssh.c]
231 enable -n and -f for ssh2
232 - markus@cvs.openbsd.org 2000/08/28 14:19:53
233 [ssh.c]
234 allow combination of -N and -f
235 - markus@cvs.openbsd.org 2000/08/28 14:20:56
236 [util.c]
237 util.c
238 - markus@cvs.openbsd.org 2000/08/28 14:22:02
239 [util.c]
240 undo
241 - markus@cvs.openbsd.org 2000/08/28 14:23:38
242 [util.c]
243 don't complain if setting NONBLOCK fails with ENODEV
Damien Miller4e0f5e12000-08-29 11:05:50 +1100244
Damien Millerb0785672000-08-23 09:10:39 +100024520000823
246 - (djm) Define USE_PIPES to avoid socketpair problems on HPUX 10 and SunOS 4
Damien Millere4340be2000-09-16 13:29:08 +1100247 Avoids "scp never exits" problem. Reports from Lutz Jaenicke
248 <Lutz.Jaenicke@aet.TU-Cottbus.DE> and Tamito KAJIYAMA
Damien Millerb0785672000-08-23 09:10:39 +1000249 <kajiyama@grad.sccs.chukyo-u.ac.jp>
Damien Millerad833b32000-08-23 10:46:23 +1000250 - (djm) Pick up LOGIN_PROGRAM from environment or PATH if not set by headers
Damien Miller37e7f182000-08-23 10:52:50 +1000251 - (djm) Add local version to version.h
Damien Millerf3df0522000-08-23 15:31:41 +1000252 - (djm) Don't reseed arc4random everytime it is used
Damien Millerad833b32000-08-23 10:46:23 +1000253 - (djm) OpenBSD CVS updates:
254 - deraadt@cvs.openbsd.org 2000/08/18 20:07:23
255 [ssh.c]
256 accept remsh as a valid name as well; roman@buildpoint.com
257 - deraadt@cvs.openbsd.org 2000/08/18 20:17:13
258 [deattack.c crc32.c packet.c]
259 rename crc32() to ssh_crc32() to avoid zlib name clash. do not move to
260 libz crc32 function yet, because it has ugly "long"'s in it;
261 oneill@cs.sfu.ca
262 - deraadt@cvs.openbsd.org 2000/08/18 20:26:08
263 [scp.1 scp.c]
264 -S prog support; tv@debian.org
265 - deraadt@cvs.openbsd.org 2000/08/18 20:50:07
266 [scp.c]
267 knf
268 - deraadt@cvs.openbsd.org 2000/08/18 20:57:33
269 [log-client.c]
270 shorten
271 - markus@cvs.openbsd.org 2000/08/19 12:48:11
272 [channels.c channels.h clientloop.c ssh.c ssh.h]
273 support for ~. in ssh2
274 - deraadt@cvs.openbsd.org 2000/08/19 15:29:40
275 [crc32.h]
276 proper prototype
277 - markus@cvs.openbsd.org 2000/08/19 15:34:44
Damien Millere4340be2000-09-16 13:29:08 +1100278 [authfd.c authfd.h key.c key.h ssh-add.1 ssh-add.c ssh-agent.1]
279 [ssh-agent.c ssh-keygen.c sshconnect1.c sshconnect2.c Makefile]
Damien Millerad833b32000-08-23 10:46:23 +1000280 [fingerprint.c fingerprint.h]
281 add SSH2/DSA support to the agent and some other DSA related cleanups.
282 (note that we cannot talk to ssh.com's ssh2 agents)
283 - markus@cvs.openbsd.org 2000/08/19 15:55:52
284 [channels.c channels.h clientloop.c]
285 more ~ support for ssh2
286 - markus@cvs.openbsd.org 2000/08/19 16:21:19
287 [clientloop.c]
288 oops
289 - millert@cvs.openbsd.org 2000/08/20 12:25:53
290 [session.c]
291 We have to stash the result of get_remote_name_or_ip() before we
292 close our socket or getpeername() will get EBADF and the process
293 will exit. Only a problem for "UseLogin yes".
294 - millert@cvs.openbsd.org 2000/08/20 12:30:59
295 [session.c]
296 Only check /etc/nologin if "UseLogin no" since login(1) may have its
297 own policy on determining who is allowed to login when /etc/nologin
298 is present. Also use the _PATH_NOLOGIN define.
299 - millert@cvs.openbsd.org 2000/08/20 12:42:43
300 [auth1.c auth2.c session.c ssh.c]
301 Add calls to setusercontext() and login_get*(). We basically call
302 setusercontext() in most places where previously we did a setlogin().
303 Add default login.conf file and put root in the "daemon" login class.
304 - millert@cvs.openbsd.org 2000/08/21 10:23:31
305 [session.c]
306 Fix incorrect PATH setting; noted by Markus.
Damien Millerb0785672000-08-23 09:10:39 +1000307
Damien Miller942da032000-08-18 13:59:06 +100030820000818
309 - (djm) OpenBSD CVS changes:
310 - markus@cvs.openbsd.org 2000/07/22 03:14:37
311 [servconf.c servconf.h sshd.8 sshd.c sshd_config]
312 random early drop; ok theo, niels
313 - deraadt@cvs.openbsd.org 2000/07/26 11:46:51
314 [ssh.1]
315 typo
316 - deraadt@cvs.openbsd.org 2000/08/01 11:46:11
317 [sshd.8]
318 many fixes from pepper@mail.reppep.com
319 - provos@cvs.openbsd.org 2000/08/01 13:01:42
320 [Makefile.in util.c aux.c]
321 rename aux.c to util.c to help with cygwin port
322 - deraadt@cvs.openbsd.org 2000/08/02 00:23:31
323 [authfd.c]
324 correct sun_len; Alexander@Leidinger.net
325 - provos@cvs.openbsd.org 2000/08/02 10:27:17
326 [readconf.c sshd.8]
327 disable kerberos authentication by default
328 - provos@cvs.openbsd.org 2000/08/02 11:27:05
329 [sshd.8 readconf.c auth-krb4.c]
330 disallow kerberos authentication if we can't verify the TGT; from
331 dugsong@
332 kerberos authentication is on by default only if you have a srvtab.
333 - markus@cvs.openbsd.org 2000/08/04 14:30:07
334 [auth.c]
335 unused
336 - markus@cvs.openbsd.org 2000/08/04 14:30:35
337 [sshd_config]
338 MaxStartups
339 - markus@cvs.openbsd.org 2000/08/15 13:20:46
340 [authfd.c]
341 cleanup; ok niels@
342 - markus@cvs.openbsd.org 2000/08/17 14:05:10
343 [session.c]
344 cleanup login(1)-like jobs, no duplicate utmp entries
345 - markus@cvs.openbsd.org 2000/08/17 14:06:34
346 [session.c sshd.8 sshd.c]
347 sshd -u len, similar to telnetd
Damien Millerc1132e72000-08-18 14:08:38 +1000348 - (djm) Lastlog was not getting closed after writing login entry
Damien Millera7f58292000-08-18 14:43:41 +1000349 - (djm) Add Solaris package support from Rip Loomis <loomisg@cist.saic.com>
Damien Miller942da032000-08-18 13:59:06 +1000350
Damien Miller11fa2cc2000-08-16 10:35:58 +100035120000816
352 - (djm) Replacement for inet_ntoa for Irix (which breaks on gcc)
Damien Millere4340be2000-09-16 13:29:08 +1100353 - (djm) Fix strerror replacement for old SunOS. Based on patch from
Damien Miller11fa2cc2000-08-16 10:35:58 +1000354 Charles Levert <charles@comm.polymtl.ca>
Damien Millere4340be2000-09-16 13:29:08 +1100355 - (djm) Seperate arc4random into seperate file and use OpenSSL's RC4
Damien Miller11fa2cc2000-08-16 10:35:58 +1000356 implementation.
Damien Miller3241fa12000-08-18 14:59:59 +1000357 - (djm) SUN_LEN macro for systems which lack it
Damien Miller11fa2cc2000-08-16 10:35:58 +1000358
Damien Miller348c9b72000-08-15 10:01:22 +100035920000815
360 - (djm) More SunOS 4.1.x fixes from Nate Itkin <nitkin@europa.com>
Damien Millerc83aa832000-08-15 10:08:00 +1000361 - (djm) Avoid failures on Irix when ssh is not setuid. Fix from
362 Michael Stone <mstone@cs.loyola.edu>
Damien Millere477ef62000-08-15 10:21:17 +1000363 - (djm) Don't seek in directory based lastlogs
Damien Millere4340be2000-09-16 13:29:08 +1100364 - (djm) Fix --with-ipaddr-display configure option test. Patch from
Damien Millere477ef62000-08-15 10:21:17 +1000365 Jarno Huuskonen <jhuuskon@messi.uku.fi>
Damien Miller0da2eaa2000-08-15 11:32:59 +1000366 - (djm) Fix AIX limits from Alexandre Oliva <oliva@lsd.ic.unicamp.br>
Damien Miller348c9b72000-08-15 10:01:22 +1000367
Damien Milleref7ed5e2000-08-13 10:31:12 +100036820000813
369 - (djm) Add $(srcdir) to includes when compiling (for VPATH). Report from
370 Fabrice bacchella <fabrice.bacchella@marchfirst.fr>
371
Damien Millerd17b8d52000-08-09 14:42:28 +100037220000809
Damien Millere4340be2000-09-16 13:29:08 +1100373 - (djm) Define AIX hard limits if headers don't. Report from
Damien Millerd17b8d52000-08-09 14:42:28 +1000374 Bill Painter <william.t.painter@lmco.com>
Damien Millere4340be2000-09-16 13:29:08 +1100375 - (djm) utmp direct write & SunOS 4 patch from Charles Levert
Damien Miller36ccb5c2000-08-09 16:34:27 +1000376 <charles@comm.polymtl.ca>
Damien Millerd17b8d52000-08-09 14:42:28 +1000377
Damien Millerab8d1922000-08-08 16:53:28 +100037820000808
379 - (djm) Cleanup Redhat RPMs. Generate keys at runtime rather than install
380 time, spec file cleanup.
381
Damien Miller729e1f12000-08-07 15:39:13 +100038220000807
Damien Miller52652f52000-08-07 15:54:39 +1000383 - (djm) Set 0755 on binaries during install. Report from Lutz Jaenicke
Damien Miller0f091bd2000-08-07 15:47:48 +1000384 - (djm) Suppress error messages on channel close shutdown() failurs
385 works around Linux bug. Patch from Zack Weinberg <zack@wolery.cumb.org>
Damien Miller52652f52000-08-07 15:54:39 +1000386 - (djm) Add some more entropy collection commands from Lutz Jaenicke
Damien Miller729e1f12000-08-07 15:39:13 +1000387
Damien Miller7b60a172000-07-25 09:04:37 +100038820000725
389 - (djm) Fix autoconf typo: HAVE_BINRESVPORT_AF -> HAVE_BINDRESVPORT_AF
390
Damien Miller994cf142000-07-21 10:19:44 +100039120000721
392 - (djm) OpenBSD CVS updates:
393 - markus@cvs.openbsd.org 2000/07/16 02:27:22
394 [authfd.c authfd.h channels.c clientloop.c ssh-add.c ssh-agent.c ssh.c]
395 [sshconnect1.c sshconnect2.c]
396 make ssh-add accept dsa keys (the agent does not)
397 - djm@cvs.openbsd.org 2000/07/17 19:25:02
398 [sshd.c]
399 Another closing of stdin; ok deraadt
400 - markus@cvs.openbsd.org 2000/07/19 18:33:12
401 [dsa.c]
402 missing free, reorder
403 - markus@cvs.openbsd.org 2000/07/20 16:23:14
404 [ssh-keygen.1]
405 document input and output files
406
Damien Miller9dec7762000-07-20 10:00:59 +100040720000720
Damien Miller994cf142000-07-21 10:19:44 +1000408 - (djm) Spec file fix from Petr Novotny <Petr.Novotny@antek.cz>
Damien Miller9dec7762000-07-20 10:00:59 +1000409
Damien Millera8dbd9d2000-07-16 13:25:00 +100041020000716
Damien Miller994cf142000-07-21 10:19:44 +1000411 - (djm) Release 2.1.1p4
Damien Millera8dbd9d2000-07-16 13:25:00 +1000412
Damien Millerecbb26d2000-07-15 14:59:14 +100041320000715
Damien Millerbe484b52000-07-15 14:14:16 +1000414 - (djm) OpenBSD CVS updates
415 - provos@cvs.openbsd.org 2000/07/13 16:53:22
416 [aux.c readconf.c servconf.c ssh.h]
417 allow multiple whitespace but only one '=' between tokens, bug report from
418 Ralf S. Engelschall <rse@engelschall.com> but different fix. okay deraadt@
419 - provos@cvs.openbsd.org 2000/07/13 17:14:09
420 [clientloop.c]
421 typo; todd@fries.net
422 - provos@cvs.openbsd.org 2000/07/13 17:19:31
423 [scp.c]
424 close can fail on AFS, report error; from Greg Hudson <ghudson@mit.edu>
425 - markus@cvs.openbsd.org 2000/07/14 16:59:46
426 [readconf.c servconf.c]
427 allow leading whitespace. ok niels
428 - djm@cvs.openbsd.org 2000/07/14 22:01:38
429 [ssh-keygen.c ssh.c]
430 Always create ~/.ssh with mode 700; ok Markus
Damien Millerecbb26d2000-07-15 14:59:14 +1000431 - Fixes for SunOS 4.1.4 from Gordon Atwood <gordon@cs.ualberta.ca>
432 - Include floatingpoint.h for entropy.c
433 - strerror replacement
Damien Millerbe484b52000-07-15 14:14:16 +1000434
Damien Miller182ee6e2000-07-12 09:45:27 +100043520000712
Damien Miller5de43db2000-07-12 11:12:55 +1000436 - (djm) Remove -lresolve for Reliant Unix
Damien Miller182ee6e2000-07-12 09:45:27 +1000437 - (djm) OpenBSD CVS Updates:
438 - deraadt@cvs.openbsd.org 2000/07/11 02:11:34
439 [session.c sshd.c ]
440 make MaxStartups code still work with -d; djm
441 - deraadt@cvs.openbsd.org 2000/07/11 13:17:45
442 [readconf.c ssh_config]
443 disable FallBackToRsh by default
Damien Miller5de43db2000-07-12 11:12:55 +1000444 - (djm) Replace in_addr_t with u_int32_t in bsd-inet_aton.c. Report from
445 Ben Lindstrom <mouring@pconline.com>
Damien Miller5a119bc2000-07-12 14:34:11 +1000446 - (djm) Make building of X11-Askpass and GNOME-Askpass optional in RPM
447 spec file.
Damien Miller2e7ba692000-07-12 21:10:23 +1000448 - (djm) Released 2.1.1p3
Damien Miller182ee6e2000-07-12 09:45:27 +1000449
Damien Miller65964d62000-07-11 09:16:22 +100045020000711
451 - (djm) Fixup for AIX getuserattr() support from Tom Bertelson
452 <tbert@abac.com>
Damien Miller2ae714f2000-07-11 09:29:50 +1000453 - (djm) ReliantUNIX support from Udo Schweigert <ust@cert.siemens.de>
Damien Millere4340be2000-09-16 13:29:08 +1100454 - (djm) NeXT: dirent structures to get scp working from Ben Lindstrom
Damien Miller99bca602000-07-11 12:02:36 +1000455 <mouring@pconline.com>
Damien Millere4340be2000-09-16 13:29:08 +1100456 - (djm) Fix broken inet_ntoa check and ut_user/ut_name confusion, report
Damien Miller7a0e5dc2000-07-11 12:15:54 +1000457 from Jim Watt <jimw@peisj.pebio.com>
Damien Miller168e6ac2000-07-11 12:23:01 +1000458 - (djm) Replaced bsd-snprintf.c with one from Mutt source tree, it is known
459 to compile on more platforms (incl NeXT).
Damien Miller3b9734c2000-07-11 14:54:22 +1000460 - (djm) Added bsd-inet_aton and configure support for NeXT
Damien Millerbc33bd42000-07-11 14:59:08 +1000461 - (djm) Misc NeXT fixes from Ben Lindstrom <mouring@pconline.com>
Damien Miller37023962000-07-11 17:31:38 +1000462 - (djm) OpenBSD CVS updates:
463 - markus@cvs.openbsd.org 2000/06/26 03:22:29
464 [authfd.c]
465 cleanup, less cut&paste
466 - markus@cvs.openbsd.org 2000/06/26 15:59:19
467 [servconf.c servconf.h session.c sshd.8 sshd.c]
Damien Millere4340be2000-09-16 13:29:08 +1100468 MaxStartups: limit number of unauthenticated connections, work by
Damien Miller37023962000-07-11 17:31:38 +1000469 theo and me
470 - deraadt@cvs.openbsd.org 2000/07/05 14:18:07
471 [session.c]
472 use no_x11_forwarding_flag correctly; provos ok
473 - provos@cvs.openbsd.org 2000/07/05 15:35:57
474 [sshd.c]
475 typo
476 - aaron@cvs.openbsd.org 2000/07/05 22:06:58
477 [scp.1 ssh-agent.1 ssh-keygen.1 sshd.8]
Damien Millere4340be2000-09-16 13:29:08 +1100478 Insert more missing .El directives. Our troff really should identify
Damien Miller37023962000-07-11 17:31:38 +1000479 these and spit out a warning.
480 - todd@cvs.openbsd.org 2000/07/06 21:55:04
481 [auth-rsa.c auth2.c ssh-keygen.c]
482 clean code is good code
483 - deraadt@cvs.openbsd.org 2000/07/07 02:14:29
484 [serverloop.c]
485 sense of port forwarding flag test was backwards
486 - provos@cvs.openbsd.org 2000/07/08 17:17:31
487 [compat.c readconf.c]
488 replace strtok with strsep; from David Young <dyoung@onthejob.net>
489 - deraadt@cvs.openbsd.org 2000/07/08 19:21:15
490 [auth.h]
491 KNF
492 - ho@cvs.openbsd.org 2000/07/08 19:27:33
493 [compat.c readconf.c]
494 Better conditions for strsep() ending.
495 - ho@cvs.openbsd.org 2000/07/10 10:27:05
496 [readconf.c]
497 Get the correct message on errors. (niels@ ok)
498 - ho@cvs.openbsd.org 2000/07/10 10:30:25
499 [cipher.c kex.c servconf.c]
500 strtok() --> strsep(). (niels@ ok)
Damien Miller4d97ba22000-07-11 18:15:50 +1000501 - (djm) Fix problem with debug mode and MaxStartups
Damien Miller54ba4692000-07-11 18:39:20 +1000502 - (djm) Don't generate host keys when $(DESTDIR) is set (e.g. during RPM
503 builds)
Damien Miller3077fb92000-07-11 21:34:34 +1000504 - (djm) Add strsep function from OpenBSD libc for systems that lack it
Damien Miller65964d62000-07-11 09:16:22 +1000505
Damien Miller4e997202000-07-09 21:21:52 +100050620000709
507 - (djm) Only enable PAM_TTY kludge for Linux. Problem report from
508 Kevin Steves <stevesk@sweden.hp.com>
Damien Miller8148fa32000-07-09 21:23:52 +1000509 - (djm) Match prototype and function declaration for rresvport_af.
510 Problem report from Niklas Edmundsson <nikke@ing.umu.se>
Damien Millere4340be2000-09-16 13:29:08 +1100511 - (djm) Missing $(DESTDIR) on host-key target causing problems with RPM
Damien Miller01006272000-07-09 21:29:37 +1000512 builds. Problem report from Gregory Leblanc <GLeblanc@cu-portland.edu>
Damien Millerb38ea862000-07-09 21:37:49 +1000513 - (djm) Replace ut_name with ut_user. Patch from Jim Watt
514 <jimw@peisj.pebio.com>
Damien Millerf9b625c2000-07-09 22:42:32 +1000515 - (djm) Fix pam sprintf fix
516 - (djm) Cleanup entropy collection code a little more. Split initialisation
517 from seeding, perform intialisation immediatly at start, be careful with
518 uids. Based on problem report from Jim Watt <jimw@peisj.pebio.com>
Damien Miller31abc9a2000-07-09 23:26:27 +1000519 - (djm) More NeXT compatibility from Ben Lindstrom <mouring@pconline.com>
520 Including sigaction() et al. replacements
Damien Millere4340be2000-09-16 13:29:08 +1100521 - (djm) AIX getuserattr() session initialisation from Tom Bertelson
Damien Miller39c0a1c2000-07-09 23:55:08 +1000522 <tbert@abac.com>
Damien Miller4e997202000-07-09 21:21:52 +1000523
Damien Millerce40c702000-07-08 10:14:08 +100052420000708
Damien Millere4340be2000-09-16 13:29:08 +1100525 - (djm) Fix bad fprintf format handling in auth-pam.c. Patch from
Damien Millerce40c702000-07-08 10:14:08 +1000526 Aaron Hopkins <aaron@die.net>
Damien Miller90dcc052000-07-08 10:17:40 +1000527 - (djm) Fix incorrect configure handling of --with-rsh-path option. Fix from
528 Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
Damien Millere4340be2000-09-16 13:29:08 +1100529 - (djm) Fixed undefined variables for OSF SIA. Report from
Damien Millerfe668e42000-07-08 10:44:13 +1000530 Baars, Henk <Hendrik.Baars@nl.origin-it.com>
Damien Millere4340be2000-09-16 13:29:08 +1100531 - (djm) Handle EWOULDBLOCK returns from read() and write() in atomicio.c
Damien Millerf2fdbe52000-07-08 10:57:08 +1000532 Fix from Marquess, Steve Mr JMLFDC <Steve.Marquess@DET.AMEDD.ARMY.MIL>
Damien Millere4340be2000-09-16 13:29:08 +1100533 - (djm) Don't use inet_addr.
Damien Millerce40c702000-07-08 10:14:08 +1000534
Damien Miller9b6d4ab2000-07-02 08:43:18 +100053520000702
536 - (djm) Fix brace mismatch from Corinna Vinschen <vinschen@cygnus.com>
Damien Millerc7088432000-07-02 18:44:54 +1000537 - (djm) Stop shadow expiry checking from preventing logins with NIS. Based
538 on fix from HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
Damien Miller484118e2000-07-02 19:13:56 +1000539 - (djm) Use standard OpenSSL functions in auth-skey.c. Patch from
540 Chris, the Young One <cky@pobox.com>
Damien Millere4340be2000-09-16 13:29:08 +1100541 - (djm) Fix scp progress meter on really wide terminals. Based on patch
Damien Miller0809a0a2000-07-02 19:33:54 +1000542 from James H. Cloos Jr. <cloos@jhcloos.com>
Damien Miller9b6d4ab2000-07-02 08:43:18 +1000543
Damien Millerd8cfda62000-07-01 12:56:09 +100054420000701
545 - (djm) Fix Tru64 SIA problems reported by John P Speno <speno@isc.upenn.edu>
Damien Miller8e81ed32000-07-01 13:17:42 +1000546 - (djm) Login fixes from Tom Bertelson <tbert@abac.com>
Damien Miller28adeef2000-07-01 13:29:26 +1000547 - (djm) Replace "/bin/sh" with _PATH_BSHELL. Report from Corinna Vinschen
548 <vinschen@cygnus.com>
Damien Miller7b413d22000-07-01 13:24:21 +1000549 - (djm) Replace "/usr/bin/login" with LOGIN_PROGRAM
Damien Millercb170cb2000-07-01 16:52:55 +1000550 - (djm) Added check for broken snprintf() functions which do not correctly
551 terminate output string and attempt to use replacement.
Damien Millerc9270992000-07-01 19:42:32 +1000552 - (djm) Released 2.1.1p2
Damien Millerd8cfda62000-07-01 12:56:09 +1000553
Damien Miller53c5d462000-06-28 00:50:50 +100055420000628
555 - (djm) Fixes to lastlog code for Irix
556 - (djm) Use atomicio in loginrec
Damien Miller91606b12000-06-28 08:22:29 +1000557 - (djm) Patch from Michael Stone <mstone@cs.loyola.edu> to add support for
558 Irix 6.x array sessions, project id's, and system audit trail id.
Damien Miller262ff172000-06-28 08:24:49 +1000559 - (djm) Added 'distprep' make target to simplify packaging
Damien Millere4340be2000-09-16 13:29:08 +1100560 - (djm) Added patch from Chris Adams <cmadams@hiwaay.net> to add OSF SIA
Damien Millerb8c656e2000-06-28 15:22:41 +1000561 support. Enable using "USE_SIA=1 ./configure [options]"
Damien Millere4340be2000-09-16 13:29:08 +1100562
Damien Millerf8af08d2000-06-27 09:40:06 +100056320000627
564 - (djm) Fixes to login code - not setting li->uid, cleanups
Damien Millerdd47aa22000-06-27 11:18:27 +1000565 - (djm) Formatting
Damien Millerf8af08d2000-06-27 09:40:06 +1000566
Damien Miller8dd33fd2000-06-26 10:20:19 +100056720000626
Damien Millerc0fd17f2000-06-26 10:22:53 +1000568 - (djm) Better fix to aclocal tests from Garrick James <garrick@james.net>
Damien Miller1f335fb2000-06-26 11:31:33 +1000569 - (djm) Account expiry support from Andreas Steinmetz <ast@domdv.de>
570 - (djm) Added password expiry checking (no password change support)
Damien Miller64681252000-06-26 13:01:33 +1000571 - (djm) Make EGD failures non-fatal if OpenSSL's entropy pool is still OK
572 based on patch from Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
Damien Miller08006472000-06-26 13:55:31 +1000573 - (djm) Fix fixed EGD code.
Damien Millerc0fd17f2000-06-26 10:22:53 +1000574 - OpenBSD CVS update
575 - provos@cvs.openbsd.org 2000/06/25 14:17:58
576 [channels.c]
577 correct check for bad channel ids; from Wei Dai <weidai@eskimo.com>
578
Damien Millerb54b40e2000-06-23 08:23:34 +100057920000623
Damien Millere4340be2000-09-16 13:29:08 +1100580 - (djm) Use sa_family_t in prototype for rresvport_af. Patch from
Damien Millerb54b40e2000-06-23 08:23:34 +1000581 Svante Signell <svante.signell@telia.com>
582 - (djm) Autoconf logic to define sa_family_t if it is missing
Damien Millerbf7f4662000-06-23 10:16:38 +1000583 - OpenBSD CVS Updates:
584 - markus@cvs.openbsd.org 2000/06/22 10:32:27
585 [sshd.c]
586 missing atomicio; report from Steve.Marquess@DET.AMEDD.ARMY.MIL
587 - djm@cvs.openbsd.org 2000/06/22 17:55:00
588 [auth-krb4.c key.c radix.c uuencode.c]
589 Missing CVS idents; ok markus
Damien Millerb54b40e2000-06-23 08:23:34 +1000590
Damien Miller099f5052000-06-22 20:57:11 +100059120000622
592 - (djm) Automatically generate host key during "make install". Suggested
593 by Gary E. Miller <gem@rellim.com>
594 - (djm) Paranoia before kill() system call
Damien Miller6536c7d2000-06-22 21:32:31 +1000595 - OpenBSD CVS Updates:
596 - markus@cvs.openbsd.org 2000/06/18 18:50:11
597 [auth2.c compat.c compat.h sshconnect2.c]
598 make userauth+pubkey interop with ssh.com-2.2.0
599 - markus@cvs.openbsd.org 2000/06/18 20:56:17
600 [dsa.c]
601 mem leak + be more paranoid in dsa_verify.
602 - markus@cvs.openbsd.org 2000/06/18 21:29:50
603 [key.c]
604 cleanup fingerprinting, less hardcoded sizes
605 - markus@cvs.openbsd.org 2000/06/19 19:39:45
606 [atomicio.c auth-options.c auth-passwd.c auth-rh-rsa.c auth-rhosts.c]
607 [auth-rsa.c auth-skey.c authfd.c authfd.h authfile.c bufaux.c bufaux.h]
Damien Millere4340be2000-09-16 13:29:08 +1100608 [buffer.c buffer.h canohost.c channels.c channels.h cipher.c cipher.h]
Damien Miller6536c7d2000-06-22 21:32:31 +1000609 [clientloop.c compat.c compat.h compress.c compress.h crc32.c crc32.h]
610 [deattack.c dispatch.c dsa.c fingerprint.c fingerprint.h getput.h hmac.c]
Damien Millere4340be2000-09-16 13:29:08 +1100611 [kex.c log-client.c log-server.c login.c match.c mpaux.c mpaux.h nchan.c]
612 [nchan.h packet.c packet.h pty.c pty.h readconf.c readconf.h readpass.c]
Damien Miller6536c7d2000-06-22 21:32:31 +1000613 [rsa.c rsa.h scp.c servconf.c servconf.h ssh-add.c ssh-keygen.c ssh.c]
614 [ssh.h tildexpand.c ttymodes.c ttymodes.h uidswap.c xmalloc.c xmalloc.h]
615 OpenBSD tag
616 - markus@cvs.openbsd.org 2000/06/21 10:46:10
617 sshconnect2.c missing free; nuke old comment
Damien Miller099f5052000-06-22 20:57:11 +1000618
Damien Milleredb82922000-06-20 13:25:52 +100061920000620
620 - (djm) Replace use of '-o' and '-a' logical operators in configure tests
Damien Millere4340be2000-09-16 13:29:08 +1100621 with '||' and '&&'. As suggested by Jim Knoble <jmknoble@pint-stowp.cx>
Damien Milleredb82922000-06-20 13:25:52 +1000622 to fix SCO Unixware problem reported by Gary E. Miller <gem@rellim.com>
Damien Miller2f022952000-06-20 13:50:01 +1000623 - (djm) Typo in loginrec.c
Damien Milleredb82922000-06-20 13:25:52 +1000624
Damien Miller7b22d652000-06-18 14:07:04 +100062520000618
626 - (djm) Add summary of configure options to end of ./configure run
Damien Millere4340be2000-09-16 13:29:08 +1100627 - (djm) Not all systems define RUSAGE_SELF & RUSAGE_CHILDREN. Report from
Damien Miller7b22d652000-06-18 14:07:04 +1000628 Michael Stone <mstone@cs.loyola.edu>
Damien Millere4340be2000-09-16 13:29:08 +1100629 - (djm) rusage is a privileged operation on some Unices (incl.
Damien Miller7b22d652000-06-18 14:07:04 +1000630 Solaris 2.5.1). Report from Paul D. Smith <pausmith@nortelnetworks.com>
Damien Millere4340be2000-09-16 13:29:08 +1100631 - (djm) Avoid PAM failures when running without a TTY. Report from
Damien Miller7b22d652000-06-18 14:07:04 +1000632 Martin Petrak <petrak@spsknm.schools.sk>
633 - (djm) Include sys/types.h when including netinet/in.h in configure tests.
634 Patch from Jun-ichiro itojun Hagino <itojun@iijlab.net>
Damien Miller0f91b4e2000-06-18 15:43:25 +1000635 - (djm) Started merge of Ben Lindstrom's <mouring@pconline.com> NeXT support
Damien Millerf6d9e222000-06-18 14:50:44 +1000636 - OpenBSD CVS updates:
637 - deraadt@cvs.openbsd.org 2000/06/17 09:58:46
638 [channels.c]
639 everyone says "nix it" (remove protocol 2 debugging message)
640 - markus@cvs.openbsd.org 2000/06/17 13:24:34
641 [sshconnect.c]
642 allow extended server banners
643 - markus@cvs.openbsd.org 2000/06/17 14:30:10
644 [sshconnect.c]
645 missing atomicio, typo
646 - jakob@cvs.openbsd.org 2000/06/17 16:52:34
647 [servconf.c servconf.h session.c sshd.8 sshd_config]
648 add support for ssh v2 subsystems. ok markus@.
649 - deraadt@cvs.openbsd.org 2000/06/17 18:57:48
650 [readconf.c servconf.c]
651 include = in WHITESPACE; markus ok
652 - markus@cvs.openbsd.org 2000/06/17 19:09:10
653 [auth2.c]
654 implement bug compatibility with ssh-2.0.13 pubkey, server side
655 - markus@cvs.openbsd.org 2000/06/17 21:00:28
656 [compat.c]
657 initial support for ssh.com's 2.2.0
658 - markus@cvs.openbsd.org 2000/06/17 21:16:09
659 [scp.c]
660 typo
661 - markus@cvs.openbsd.org 2000/06/17 22:05:02
662 [auth-rsa.c auth2.c serverloop.c session.c auth-options.c auth-options.h]
663 split auth-rsa option parsing into auth-options
664 add options support to authorized_keys2
665 - markus@cvs.openbsd.org 2000/06/17 22:42:54
666 [session.c]
667 typo
Damien Miller7b22d652000-06-18 14:07:04 +1000668
Damien Millera66626b2000-06-13 18:57:53 +100066920000613
670 - (djm) Fixes from Andrew McGill <andrewm@datrix.co.za>:
671 - Platform define for SCO 3.x which breaks on /dev/ptmx
672 - Detect and try to fix missing MAXPATHLEN
Damien Miller1a132252000-06-13 21:23:17 +1000673 - (djm) Fix short copy in loginrec.c (based on patch from Phill Camp
674 <P.S.S.Camp@ukc.ac.uk>
Damien Millera66626b2000-06-13 18:57:53 +1000675
Damien Millere69f18c2000-06-12 16:38:54 +100067620000612
677 - (djm) Glob manpages in RPM spec files to catch compressed files
678 - (djm) Full license in auth-pam.c
Damien Millerc29de952000-06-12 23:04:18 +1000679 - (djm) Configure fixes from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
andre35ad6be2000-06-12 22:41:27 +0000680 - (andre) AIX, lastlog, configure fixes from Tom Bertelson <tbert@abac.com>:
681 - Don't try to retrieve lastlog from wtmp/wtmpx if DISABLE_LASTLOG is
682 def'd
683 - Set AIX to use preformatted manpages
Damien Millere4340be2000-09-16 13:29:08 +1100684
Damien Millerc601a752000-06-10 08:33:38 +100068520000610
686 - (djm) Minor doc tweaks
Damien Millerd900e452000-06-10 16:51:33 +1000687 - (djm) Fix for configure on bash2 from Jim Knoble <jmknoble@jmknoble.cx>
Damien Millerc601a752000-06-10 08:33:38 +1000688
Damien Millera1cb6442000-06-09 11:58:35 +100068920000609
690 - (djm) Patch from Kenji Miyake <kenji@miyake.org> to disable utmp usage
691 (in favour of utmpx) on Solaris 8
692
Damien Millere37bfc12000-06-05 09:37:43 +100069320000606
Damien Miller14c12cb2000-06-07 22:20:23 +1000694 - (djm) Cleanup of entropy.c. Reorganised code, removed second pass through
695 list of commands (by default). Removed verbose debugging (by default).
Damien Millere4340be2000-09-16 13:29:08 +1100696 - (djm) Increased command entropy estimates and default entropy collection
Damien Miller14c12cb2000-06-07 22:20:23 +1000697 timeout
Damien Millerd5bf3072000-06-07 21:32:13 +1000698 - (djm) Remove duplicate headers from loginrec.c
Damien Miller9e110892000-06-07 21:05:46 +1000699 - (djm) Don't add /usr/local/lib to library search path on Irix
Damien Millere4340be2000-09-16 13:29:08 +1100700 - (djm) Fix rsh path in RPMs. Report from Jason L Tibbitts III
Damien Millerd3a18572000-06-07 19:55:44 +1000701 <tibbs@math.uh.edu>
Damien Miller5314ae72000-06-07 20:08:19 +1000702 - (djm) Warn user if grabs fail in GNOME askpass. Patch from Zack Weinberg
703 <zack@wolery.cumb.org>
Damien Millerd3a18572000-06-07 19:55:44 +1000704 - (djm) OpenBSD CVS updates:
705 - todd@cvs.openbsd.org
706 [sshconnect2.c]
707 teach protocol v2 to count login failures properly and also enable an
708 explanation of why the password prompt comes up again like v1; this is NOT
709 crypto
Damien Millere4340be2000-09-16 13:29:08 +1100710 - markus@cvs.openbsd.org
Damien Millerd3a18572000-06-07 19:55:44 +1000711 [readconf.c readconf.h servconf.c servconf.h session.c ssh.1 ssh.c sshd.8]
712 xauth_location support; pr 1234
713 [readconf.c sshconnect2.c]
714 typo, unused
715 [session.c]
716 allow use_login only for login sessions, otherwise remote commands are
717 execed with uid==0
718 [sshd.8]
719 document UseLogin better
720 [version.h]
721 OpenSSH 2.1.1
722 [auth-rsa.c]
Damien Millere4340be2000-09-16 13:29:08 +1100723 fix match_hostname() logic for auth-rsa: deny access if we have a
Damien Millerd3a18572000-06-07 19:55:44 +1000724 negative match or no match at all
725 [channels.c hostfile.c match.c]
Damien Millere4340be2000-09-16 13:29:08 +1100726 don't panic if mkdtemp fails for authfwd; jkb@yahoo-inc.com via
Damien Millerd3a18572000-06-07 19:55:44 +1000727 kris@FreeBSD.org
728
72920000606
Damien Millere4340be2000-09-16 13:29:08 +1100730 - (djm) Added --with-cflags, --with-ldflags and --with-libs options to
Damien Millere37bfc12000-06-05 09:37:43 +1000731 configure.
732
Damien Miller2994e082000-06-04 15:51:47 +100073320000604
734 - Configure tweaking for new login code on Irix 5.3
andrea86c7ec2000-06-04 17:00:15 +0000735 - (andre) login code changes based on djm feedback
Damien Miller2994e082000-06-04 15:51:47 +1000736
andrea86c7ec2000-06-04 17:00:15 +000073720000603
738 - (andre) New login code
739 - Remove bsd-login.[ch] and all the OpenBSD-derived code in login.c
740 - Add loginrec.[ch], logintest.c and autoconf code
Damien Millere4340be2000-09-16 13:29:08 +1100741
Damien Miller2f6a0ad2000-05-31 11:20:11 +100074220000531
743 - Cleanup of auth.c, login.c and fake-*
744 - Cleanup of auth-pam.c, save and print "account expired" error messages
Damien Miller1ea8ac72000-05-31 11:24:34 +1000745 - Fix EGD read bug by IWAMURO Motonori <iwa@mmp.fujitsu.co.jp>
Damien Miller1c773922000-05-31 13:57:18 +1000746 - Rewrote bsd-login to use proper utmp API if available. Major cleanup
747 of fallback DIY code.
Damien Miller2f6a0ad2000-05-31 11:20:11 +1000748
Damien Millerbe260a02000-05-30 12:57:46 +100074920000530
750 - Define atexit for old Solaris
Damien Millerc252e2e2000-05-30 13:12:46 +1000751 - Fix buffer overrun in login.c for systems which use syslen in utmpx.
752 patch from YOSHIFUJI Hideaki <yoshfuji@cerberus.nemoto.ecei.tohoku.ac.jp>
Damien Millerb1715dc2000-05-30 13:44:51 +1000753 - OpenBSD CVS updates:
754 - markus@cvs.openbsd.org
755 [session.c]
756 make x11-fwd work w/ localhost (xauth add host/unix:11)
757 [cipher.c compat.c readconf.c servconf.c]
758 check strtok() != NULL; ok niels@
759 [key.c]
760 fix key_read() for uuencoded keys w/o '='
761 [serverloop.c]
762 group ssh1 vs. ssh2 in serverloop
763 [kex.c kex.h myproposal.h sshconnect2.c sshd.c]
764 split kexinit/kexdh, factor out common code
765 [readconf.c ssh.1 ssh.c]
766 forwardagent defaults to no, add ssh -A
767 - theo@cvs.openbsd.org
768 [session.c]
769 just some line shortening
Damien Miller03934f22000-05-30 14:01:10 +1000770 - Released 2.1.0p3
Damien Millerbe260a02000-05-30 12:57:46 +1000771
Damien Millerd999ae22000-05-20 12:49:31 +100077220000520
773 - Xauth fix from Markus Friedl <markus.friedl@informatik.uni-erlangen.de>
Damien Millerad1bc5f2000-05-20 14:53:09 +1000774 - Don't touch utmp if USE_UTMPX defined
Damien Millerdfc83f42000-05-20 15:02:59 +1000775 - SunOS 4.x support from Todd C. Miller <Todd.Miller@courtesan.com>
Damien Millerfda78d92000-05-20 15:33:44 +1000776 - SIGCHLD fix for AIX and HPUX from Tom Bertelson <tbert@abac.com>
Damien Millere4340be2000-09-16 13:29:08 +1100777 - HPUX and Configure fixes from Lutz Jaenicke
Damien Millerfda78d92000-05-20 15:33:44 +1000778 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
Damien Millere4340be2000-09-16 13:29:08 +1100779 - Use mkinstalldirs script to make directories instead of non-portable
Damien Millerfda78d92000-05-20 15:33:44 +1000780 "install -d". Suggested by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
Damien Miller7b63b0f2000-05-20 15:41:26 +1000781 - Doc cleanup
Damien Millerd999ae22000-05-20 12:49:31 +1000782
Damien Milleref7df542000-05-19 00:03:23 +100078320000518
784 - Include Andre Lucas' fixprogs script. Forgot to "cvs add" it yesterday
785 - OpenBSD CVS updates:
786 - markus@cvs.openbsd.org
787 [sshconnect.c]
788 copy only ai_addrlen bytes; misiek@pld.org.pl
789 [auth.c]
Damien Millere4340be2000-09-16 13:29:08 +1100790 accept an empty shell in authentication; bug reported by
Damien Milleref7df542000-05-19 00:03:23 +1000791 chris@tinker.ucr.edu
792 [serverloop.c]
793 we don't have stderr for interactive terminal sessions (fcntl errors)
794
Damien Miller8d1fd572000-05-17 21:34:07 +100079520000517
796 - Fix from Andre Lucas <andre.lucas@dial.pipex.com>
797 - Fixes command line printing segfaults (spotter: Bladt Norbert)
798 - Fixes erroneous printing of debug messages to syslog
799 - Fixes utmp for MacOS X (spotter: Aristedes Maniatis)
800 - Gives useful error message if PRNG initialisation fails
801 - Reduced ssh startup delay
802 - Measures cumulative command time rather than the time between reads
Damien Millerbe484b52000-07-15 14:14:16 +1000803 after select()
Damien Miller8d1fd572000-05-17 21:34:07 +1000804 - 'fixprogs' perl script to eliminate non-working entropy commands, and
Damien Millerbe484b52000-07-15 14:14:16 +1000805 optionally run 'ent' to measure command entropy
Damien Millerd2c208a2000-05-17 22:00:02 +1000806 - Applied Tom Bertelson's <tbert@abac.com> AIX authentication fix
Damien Millerf3c6cf12000-05-17 22:08:29 +1000807 - Avoid WCOREDUMP complation errors for systems that lack it
Damien Millere4340be2000-09-16 13:29:08 +1100808 - Avoid SIGCHLD warnings from entropy commands
Damien Miller0e65eed2000-05-17 22:16:05 +1000809 - Fix HAVE_PAM_GETENVLIST setting from Simon Wilkinson <sxw@dcs.ed.ac.uk>
Damien Millerdcb6ecd2000-05-17 22:34:22 +1000810 - OpenBSD CVS update:
Damien Millere4340be2000-09-16 13:29:08 +1100811 - markus@cvs.openbsd.org
Damien Millerdcb6ecd2000-05-17 22:34:22 +1000812 [ssh.c]
813 fix usage()
814 [ssh2.h]
815 draft-ietf-secsh-architecture-05.txt
816 [ssh.1]
817 document ssh -T -N (ssh2 only)
818 [channels.c serverloop.c ssh.h sshconnect.c sshd.c aux.c]
819 enable nonblocking IO for sshd w/ proto 1, too; split out common code
820 [aux.c]
821 missing include
Damien Miller615f9392000-05-17 22:53:33 +1000822 - Several patches from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
823 - INSTALL typo and URL fix
824 - Makefile fix
825 - Solaris fixes
Damien Millere4340be2000-09-16 13:29:08 +1100826 - Checking for ssize_t and memmove. Based on patch from SAKAI Kiyotaka
Damien Miller615f9392000-05-17 22:53:33 +1000827 <ksakai@kso.netwk.ntt-at.co.jp>
Damien Millerc4be7ce2000-05-17 23:02:03 +1000828 - RSAless operation patch from kevin_oconnor@standardandpoors.com
Damien Miller3b512e12000-05-17 23:29:18 +1000829 - Detect OpenSSL seperatly from RSA
Damien Millere4340be2000-09-16 13:29:08 +1100830 - Better test for RSA (more compatible with RSAref). Based on work by
Damien Miller3b512e12000-05-17 23:29:18 +1000831 Ed Eden <ede370@stl.rural.usda.gov>
Damien Miller8d1fd572000-05-17 21:34:07 +1000832
Damien Miller95fe91b2000-05-13 12:31:22 +100083320000513
Damien Millere4340be2000-09-16 13:29:08 +1100834 - Fix for non-recognised DSA keys from Arkadiusz Miskiewicz
Damien Miller95fe91b2000-05-13 12:31:22 +1000835 <misiek@pld.org.pl>
836
Damien Milleraccfeb32000-05-11 19:10:58 +100083720000511
Damien Millere4340be2000-09-16 13:29:08 +1100838 - Fix for prng_seed permissions checking from Lutz Jaenicke
Damien Milleraccfeb32000-05-11 19:10:58 +1000839 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
Damien Miller95fe91b2000-05-13 12:31:22 +1000840 - "make host-key" fix for Irix
Damien Milleraccfeb32000-05-11 19:10:58 +1000841
Damien Miller30c3d422000-05-09 11:02:59 +100084220000509
843 - OpenBSD CVS update
844 - markus@cvs.openbsd.org
845 [cipher.h myproposal.h readconf.c readconf.h servconf.c ssh.1 ssh.c]
846 [ssh.h sshconnect1.c sshconnect2.c sshd.8]
847 - complain about invalid ciphers in SSH1 (e.g. arcfour is SSH2 only)
848 - hugh@cvs.openbsd.org
849 [ssh.1]
850 - zap typo
851 [ssh-keygen.1]
852 - One last nit fix. (markus approved)
853 [sshd.8]
854 - some markus certified spelling adjustments
855 - markus@cvs.openbsd.org
856 [auth2.c channels.c clientloop.c compat compat.h dsa.c kex.c]
857 [sshconnect2.c ]
858 - bug compat w/ ssh-2.0.13 x11, split out bugs
859 [nchan.c]
860 - no drain if ibuf_empty, fixes x11fwd problems; tests by fries@
861 [ssh-keygen.c]
862 - handle escapes in real and original key format, ok millert@
863 [version.h]
864 - OpenSSH-2.1
Damien Miller16e519c2000-05-09 14:28:55 +1000865 - Moved all the bsd-* and fake-* stuff into new libopenbsd-compat.a
Damien Miller54057c22000-05-09 15:03:37 +1000866 - Doc updates
Damien Millere4340be2000-09-16 13:29:08 +1100867 - Cleanup of bsd-base64 headers, bugfix definitions of __b64_*. Reported
Damien Miller95e89632000-05-09 15:28:50 +1000868 by Andre Lucas <andre.lucas@dial.pipex.com>
Damien Miller30c3d422000-05-09 11:02:59 +1000869
Damien Miller58e579b2000-05-08 00:05:31 +100087020000508
871 - Makefile and RPM spec fixes
872 - Generate DSA host keys during "make key" or RPM installs
Damien Miller6d488712000-05-08 13:44:52 +1000873 - OpenBSD CVS update
874 - markus@cvs.openbsd.org
875 [clientloop.c sshconnect2.c]
876 - make x11-fwd interop w/ ssh-2.0.13
877 [README.openssh2]
878 - interop w/ SecureFX
879 - Release 2.0.0beta2
Damien Miller58e579b2000-05-08 00:05:31 +1000880
Damien Millere4340be2000-09-16 13:29:08 +1100881 - Configure caching and cleanup patch from Andre Lucas'
Damien Miller61e50f12000-05-08 20:49:37 +1000882 <andre.lucas@dial.pipex.com>
883
Damien Millere247cc42000-05-07 12:03:14 +100088420000507
885 - Remove references to SSLeay.
886 - Big OpenBSD CVS update
887 - markus@cvs.openbsd.org
888 [clientloop.c]
889 - typo
890 [session.c]
891 - update proctitle on pty alloc/dealloc, e.g. w/ windows client
892 [session.c]
893 - update proctitle for proto 1, too
894 [channels.h nchan.c serverloop.c session.c sshd.c]
895 - use c-style comments
896 - deraadt@cvs.openbsd.org
897 [scp.c]
898 - more atomicio
Damien Millere4340be2000-09-16 13:29:08 +1100899 - markus@cvs.openbsd.org
Damien Millere247cc42000-05-07 12:03:14 +1000900 [channels.c]
901 - set O_NONBLOCK
902 [ssh.1]
903 - update AUTHOR
904 [readconf.c ssh-keygen.c ssh.h]
905 - default DSA key file ~/.ssh/id_dsa
906 [clientloop.c]
907 - typo, rm verbose debug
908 - deraadt@cvs.openbsd.org
909 [ssh-keygen.1]
910 - document DSA use of ssh-keygen
911 [sshd.8]
912 - a start at describing what i understand of the DSA side
913 [ssh-keygen.1]
914 - document -X and -x
915 [ssh-keygen.c]
916 - simplify usage
Damien Millere4340be2000-09-16 13:29:08 +1100917 - markus@cvs.openbsd.org
Damien Millere247cc42000-05-07 12:03:14 +1000918 [sshd.8]
919 - there is no rhosts_dsa
920 [ssh-keygen.1]
921 - document -y, update -X,-x
922 [nchan.c]
923 - fix close for non-open ssh1 channels
924 [servconf.c servconf.h ssh.h sshd.8 sshd.c ]
925 - s/DsaKey/HostDSAKey/, document option
926 [sshconnect2.c]
927 - respect number_of_password_prompts
928 [channels.c channels.h servconf.c servconf.h session.c sshd.8]
929 - GatewayPorts for sshd, ok deraadt@
930 [ssh-add.1 ssh-agent.1 ssh.1]
931 - more doc on: DSA, id_dsa, known_hosts2, authorized_keys2
932 [ssh.1]
933 - more info on proto 2
934 [sshd.8]
935 - sync AUTHOR w/ ssh.1
936 [key.c key.h sshconnect.c]
937 - print key type when talking about host keys
938 [packet.c]
939 - clear padding in ssh2
940 [dsa.c key.c radix.c ssh.h sshconnect1.c uuencode.c uuencode.h]
941 - replace broken uuencode w/ libc b64_ntop
942 [auth2.c]
943 - log failure before sending the reply
944 [key.c radix.c uuencode.c]
945 - remote trailing comments before calling __b64_pton
946 [auth2.c readconf.c readconf.h servconf.c servconf.h ssh.1]
947 [sshconnect2.c sshd.8]
948 - add DSAAuthetication option to ssh/sshd, document SSH2 in sshd.8
949 - Bring in b64_ntop and b64_pton from OpenBSD libc (bsd-base64.[ch])
950
Damien Miller63560f92000-05-02 09:06:04 +100095120000502
Damien Miller6f83b8e2000-05-02 09:23:45 +1000952 - OpenBSD CVS update
953 [channels.c]
954 - init all fds, close all fds.
955 [sshconnect2.c]
956 - check whether file exists before asking for passphrase
957 [servconf.c servconf.h sshd.8 sshd.c]
958 - PidFile, pr 1210
959 [channels.c]
960 - EINTR
961 [channels.c]
962 - unbreak, ok niels@
963 [sshd.c]
964 - unlink pid file, ok niels@
965 [auth2.c]
966 - Add missing #ifdefs; ok - markus
Damien Millere4340be2000-09-16 13:29:08 +1100967 - Add Andre Lucas' <andre.lucas@dial.pipex.com> patch to read entropy
Damien Miller0437b332000-05-02 09:56:41 +1000968 gathering commands from a text file
Damien Miller63560f92000-05-02 09:06:04 +1000969 - Release 2.0.0beta1
970
Damien Miller7c8af4f2000-05-01 08:24:07 +100097120000501
972 - OpenBSD CVS update
973 [packet.c]
974 - send debug messages in SSH2 format
Damien Miller35dabd02000-05-01 21:10:33 +1000975 [scp.c]
976 - fix very rare EAGAIN/EINTR issues; based on work by djm
977 [packet.c]
978 - less debug, rm unused
979 [auth2.c]
980 - disable kerb,s/key in ssh2
981 [sshd.8]
982 - Minor tweaks and typo fixes.
983 [ssh-keygen.c]
984 - Put -d into usage and reorder. markus ok.
Damien Millere4340be2000-09-16 13:29:08 +1100985 - Include missing headers for OpenSSL tests. Fix from Phil Karn
Damien Millere59ce622000-05-01 20:54:17 +1000986 <karn@ka9q.ampr.org>
Damien Millere4340be2000-09-16 13:29:08 +1100987 - Fixed __progname symbol collisions reported by Andre Lucas
Damien Miller70fb6712000-05-01 20:59:50 +1000988 <andre.lucas@dial.pipex.com>
Damien Miller0e489dc2000-05-01 22:53:53 +1000989 - Merged bsd-login ttyslot and AIX utmp patch from Gert Doering
990 <gd@hilb1.medat.de>
Damien Miller1cead2c2000-05-01 22:55:23 +1000991 - Add some missing ifdefs to auth2.c
Damien Miller7c004262000-05-01 22:57:46 +1000992 - Deprecate perl-tk askpass.
Damien Millerfc0b11b2000-05-02 00:03:55 +1000993 - Irix portability fixes - don't include netinet headers more than once
994 - Make sure we don't save PRNG seed more than once
Damien Miller7c8af4f2000-05-01 08:24:07 +1000995
Damien Miller1bead332000-04-30 00:47:29 +100099620000430
997 - Merge HP-UX fixes and TCB support from Ged Lodder <lodder@yacc.com.au>
Damien Miller4018c192000-04-30 09:30:44 +1000998 - Integrate Andre Lucas' <andre.lucas@dial.pipex.com> entropy collection
999 patch.
1000 - Adds timeout to entropy collection
1001 - Disables slow entropy sources
1002 - Load and save seed file
Damien Millere4340be2000-09-16 13:29:08 +11001003 - Changed entropy seed code to user per-user seeds only (server seed is
Damien Miller4018c192000-04-30 09:30:44 +10001004 saved in root's .ssh directory)
1005 - Use atexit() and fatal cleanups to save seed on exit
Damien Millerbd483e72000-04-30 10:00:53 +10001006 - More OpenBSD updates:
1007 [session.c]
1008 - don't call chan_write_failed() if we are not writing
1009 [auth-rsa.c auth1.c authfd.c hostfile.c ssh-agent.c]
1010 - keysize warnings error() -> log()
Damien Miller1bead332000-04-30 00:47:29 +10001011
Damien Millereba71ba2000-04-29 23:57:08 +1000101220000429
1013 - Merge big update to OpenSSH-2.0 from OpenBSD CVS
1014 [README.openssh2]
1015 - interop w/ F-secure windows client
1016 - sync documentation
1017 - ssh_host_dsa_key not ssh_dsa_key
1018 [auth-rsa.c]
1019 - missing fclose
1020 [auth.c authfile.c compat.c dsa.c dsa.h hostfile.c key.c key.h radix.c]
1021 [readconf.c readconf.h ssh-add.c ssh-keygen.c ssh.c ssh.h sshconnect.c]
1022 [sshd.c uuencode.c uuencode.h authfile.h]
1023 - add DSA pubkey auth and other SSH2 fixes. use ssh-keygen -[xX]
1024 for trading keys with the real and the original SSH, directly from the
1025 people who invented the SSH protocol.
1026 [auth.c auth.h authfile.c sshconnect.c auth1.c auth2.c sshconnect.h]
1027 [sshconnect1.c sshconnect2.c]
1028 - split auth/sshconnect in one file per protocol version
1029 [sshconnect2.c]
1030 - remove debug
1031 [uuencode.c]
1032 - add trailing =
1033 [version.h]
1034 - OpenSSH-2.0
1035 [ssh-keygen.1 ssh-keygen.c]
1036 - add -R flag: exit code indicates if RSA is alive
1037 [sshd.c]
1038 - remove unused
1039 silent if -Q is specified
1040 [ssh.h]
1041 - host key becomes /etc/ssh_host_dsa_key
1042 [readconf.c servconf.c ]
1043 - ssh/sshd default to proto 1 and 2
1044 [uuencode.c]
1045 - remove debug
1046 [auth2.c ssh-keygen.c sshconnect2.c sshd.c]
1047 - xfree DSA blobs
1048 [auth2.c serverloop.c session.c]
1049 - cleanup logging for sshd/2, respect PasswordAuth no
1050 [sshconnect2.c]
1051 - less debug, respect .ssh/config
1052 [README.openssh2 channels.c channels.h]
Damien Millere4340be2000-09-16 13:29:08 +11001053 - clientloop.c session.c ssh.c
Damien Millereba71ba2000-04-29 23:57:08 +10001054 - support for x11-fwding, client+server
1055
Damien Millera552faf2000-04-21 15:55:20 +1000105620000421
1057 - Merge fix from OpenBSD CVS
1058 [ssh-agent.c]
1059 - Fix memory leak per connection. Report from Andy Spiegl <Andy@Spiegl.de>
1060 via Debian bug #59926
Damien Miller81171112000-04-23 11:14:01 +10001061 - Define __progname in session.c if libc doesn't
1062 - Remove indentation on autoconf #include statements to avoid bug in
Damien Millere4340be2000-09-16 13:29:08 +11001063 DEC Tru64 compiler. Report and fix from David Del Piero
Damien Miller81171112000-04-23 11:14:01 +10001064 <David.DelPiero@qed.qld.gov.au>
Damien Millera552faf2000-04-21 15:55:20 +10001065
Damien Miller3ef692a2000-04-20 07:33:24 +1000106620000420
Damien Millere4340be2000-09-16 13:29:08 +11001067 - Make fixpaths work with perl4, patch from Andre Lucas
Damien Miller3ef692a2000-04-20 07:33:24 +10001068 <andre.lucas@dial.pipex.com>
Damien Miller166fca82000-04-20 07:42:21 +10001069 - Sync with OpenBSD CVS:
1070 [clientloop.c login.c serverloop.c ssh-agent.c ssh.h sshconnect.c sshd.c]
1071 - pid_t
1072 [session.c]
1073 - remove bogus chan_read_failed. this could cause data
1074 corruption (missing data) at end of a SSH2 session.
Damien Millerd0cff3e2000-04-20 23:12:58 +10001075 - Merge fixes from Debian patch from Phil Hands <phil@hands.com>
1076 - Allow setting of PAM service name through CFLAGS (SSHD_PAM_SERVICE)
1077 - Use vhangup to clean up Linux ttys
1078 - Force posix getopt processing on GNU libc systems
Damien Millercfabe862000-04-20 23:27:27 +10001079 - Debian bug #55910 - remove references to ssl(8) manpages
Damien Millerf3a3fee2000-04-20 23:32:48 +10001080 - Debian bug #58031 - ssh_config lies about default cipher
Damien Miller3ef692a2000-04-20 07:33:24 +10001081
Damien Miller8bb73be2000-04-19 16:26:12 +1000108220000419
1083 - OpenBSD CVS updates
1084 [channels.c]
1085 - fix pr 1196, listen_port and port_to_connect interchanged
1086 [scp.c]
Damien Millere4340be2000-09-16 13:29:08 +11001087 - after completion, replace the progress bar ETA counter with a final
Damien Miller8bb73be2000-04-19 16:26:12 +10001088 elapsed time; my idea, aaron wrote the patch
1089 [ssh_config sshd_config]
1090 - show 'Protocol' as an example, ok markus@
1091 [sshd.c]
1092 - missing xfree()
1093 - Add missing header to bsd-misc.c
1094
Damien Miller5f056372000-04-16 12:31:48 +1000109520000416
1096 - Reduce diff against OpenBSD source
Damien Millere4340be2000-09-16 13:29:08 +11001097 - All OpenSSL includes are now unconditionally referenced as
Damien Miller5f056372000-04-16 12:31:48 +10001098 openssl/foo.h
1099 - Pick up formatting changes
1100 - Other minor changed (typecasts, etc) that I missed
1101
Damien Miller4af51302000-04-16 11:18:38 +1000110220000415
1103 - OpenBSD CVS updates.
1104 [ssh.1 ssh.c]
1105 - ssh -2
1106 [auth.c channels.c clientloop.c packet.c packet.h serverloop.c]
1107 [session.c sshconnect.c]
1108 - check payload for (illegal) extra data
1109 [ALL]
1110 whitespace cleanup
1111
Damien Millere71eb912000-04-13 12:19:32 +1000111220000413
1113 - INSTALL doc updates
Damien Miller22c77262000-04-13 12:26:34 +10001114 - Merged OpenBSD updates to include paths.
Damien Millere4340be2000-09-16 13:29:08 +11001115
Damien Miller78928792000-04-12 20:17:38 +1000111620000412
1117 - OpenBSD CVS updates:
1118 - [channels.c]
1119 repair x11-fwd
1120 - [sshconnect.c]
1121 fix passwd prompt for ssh2, less debugging output.
1122 - [clientloop.c compat.c dsa.c kex.c sshd.c]
1123 less debugging output
1124 - [kex.c kex.h sshconnect.c sshd.c]
1125 check for reasonable public DH values
1126 - [README.openssh2 cipher.c cipher.h compat.c compat.h readconf.c]
1127 [readconf.h servconf.c servconf.h ssh.c ssh.h sshconnect.c sshd.c]
1128 add Cipher and Protocol options to ssh/sshd, e.g.:
1129 ssh -o 'Protocol 1,2' if you prefer proto 1, ssh -o 'Ciphers
1130 arcfour,3des-cbc'
1131 - [sshd.c]
1132 print 1.99 only if server supports both
1133
Damien Millerbc7c7cc2000-04-08 17:48:56 +1000113420000408
1135 - Avoid some compiler warnings in fake-get*.c
1136 - Add IPTOS macros for systems which lack them
Damien Miller11e37f62000-04-08 18:23:30 +10001137 - Only set define entropy collection macros if they are found
Damien Millerefb4afe2000-04-12 18:45:05 +10001138 - More large OpenBSD CVS updates:
1139 - [auth.c auth.h servconf.c servconf.h serverloop.c session.c]
1140 [session.h ssh.h sshd.c README.openssh2]
1141 ssh2 server side, see README.openssh2; enable with 'sshd -2'
1142 - [channels.c]
1143 no adjust after close
1144 - [sshd.c compat.c ]
1145 interop w/ latest ssh.com windows client.
Damien Millere4340be2000-09-16 13:29:08 +11001146
Damien Miller1383bd82000-04-06 12:32:37 +1000114720000406
1148 - OpenBSD CVS update:
1149 - [channels.c]
1150 close efd on eof
1151 - [clientloop.c compat.c ssh.c sshconnect.c myproposal.h]
1152 ssh2 client implementation, interops w/ ssh.com and lsh servers.
1153 - [sshconnect.c]
1154 missing free.
1155 - [authfile.c cipher.c cipher.h packet.c sshconnect.c sshd.c]
1156 remove unused argument, split cipher_mask()
1157 - [clientloop.c]
1158 re-order: group ssh1 vs. ssh2
1159 - Make Redhat spec require openssl >= 0.9.5a
1160
Damien Miller193ba882000-04-04 10:21:09 +1000116120000404
1162 - Add tests for RAND_add function when searching for OpenSSL
Damien Miller33b13562000-04-04 14:38:59 +10001163 - OpenBSD CVS update:
1164 - [packet.h packet.c]
1165 ssh2 packet format
1166 - [packet.h packet.c nchan2.ms nchan.h compat.h compat.c]
1167 [channels.h channels.c]
1168 channel layer support for ssh2
1169 - [kex.h kex.c hmac.h hmac.c dsa.c dsa.h]
1170 DSA, keyexchange, algorithm agreement for ssh2
Damien Miller74a333b2000-04-04 15:04:09 +10001171 - Generate manpages before make install not at the end of make all
1172 - Don't seed the rng quite so often
1173 - Always reseed rng when requested
Damien Miller193ba882000-04-04 10:21:09 +10001174
Damien Miller040f3832000-04-03 14:50:43 +1000117520000403
1176 - Wrote entropy collection routines for systems that lack /dev/random
1177 and EGD
Damien Miller70494d12000-04-03 15:57:06 +10001178 - Disable tests and typedefs for 64 bit types. They are currently unused.
Damien Miller040f3832000-04-03 14:50:43 +10001179
Damien Millerb38eff82000-04-01 11:09:21 +1000118020000401
1181 - Big OpenBSD CVS update (mainly beginnings of SSH2 infrastructure)
1182 - [auth.c session.c sshd.c auth.h]
1183 split sshd.c -> auth.c session.c sshd.c plus cleanup and goto-removal
1184 - [bufaux.c bufaux.h]
1185 support ssh2 bignums
1186 - [channels.c channels.h clientloop.c sshd.c nchan.c nchan.h packet.c]
1187 [readconf.c ssh.c ssh.h serverloop.c]
1188 replace big switch() with function tables (prepare for ssh2)
1189 - [ssh2.h]
1190 ssh2 message type codes
1191 - [sshd.8]
1192 reorder Xr to avoid cutting
1193 - [serverloop.c]
1194 close(fdin) if fdin != fdout, shutdown otherwise, ok theo@
1195 - [channels.c]
1196 missing close
1197 allow bigger packets
1198 - [cipher.c cipher.h]
1199 support ssh2 ciphers
1200 - [compress.c]
1201 cleanup, less code
1202 - [dispatch.c dispatch.h]
1203 function tables for different message types
1204 - [log-server.c]
1205 do not log() if debuggin to stderr
1206 rename a cpp symbol, to avoid param.h collision
1207 - [mpaux.c]
1208 KNF
1209 - [nchan.c]
1210 sync w/ channels.c
1211
Damien Miller2c9279f2000-03-26 12:12:34 +1000121220000326
1213 - Better tests for OpenSSL w/ RSAref
Damien Millere4340be2000-09-16 13:29:08 +11001214 - Added replacement setenv() function from OpenBSD libc. Suggested by
Damien Miller2c9279f2000-03-26 12:12:34 +10001215 Ben Lindstrom <mouring@pconline.com>
Damien Miller450a7a12000-03-26 13:04:51 +10001216 - OpenBSD CVS update
1217 - [auth-krb4.c]
1218 -Wall
1219 - [auth-rh-rsa.c auth-rsa.c hostfile.c hostfile.h key.c key.h match.c]
1220 [match.h ssh.c ssh.h sshconnect.c sshd.c]
1221 initial support for DSA keys. ok deraadt@, niels@
1222 - [cipher.c cipher.h]
1223 remove unused cipher_attack_detected code
1224 - [scp.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
1225 Fix some formatting problems I missed before.
1226 - [ssh.1 sshd.8]
1227 fix spelling errors, From: FreeBSD
1228 - [ssh.c]
1229 switch to raw mode only if he _get_ a pty (not if we _want_ a pty).
Damien Miller2c9279f2000-03-26 12:12:34 +10001230
Damien Miller63a46cc2000-03-24 09:24:33 +1100123120000324
1232 - Released 1.2.3
1233
Damien Miller29ea30d2000-03-17 10:54:15 +1100123420000317
1235 - Clarified --with-default-path option.
1236 - Added -blibpath handling for AIX to work around stupid runtime linking.
1237 Problem elucidated by gshapiro@SENDMAIL.ORG by way of Jim Knoble
1238 <jmknoble@pobox.com>
Damien Millerd6121d22000-03-17 23:26:46 +11001239 - Checks for 64 bit int types. Problem report from Mats Fredholm
1240 <matsf@init.se>
Damien Miller7684ee12000-03-17 23:40:15 +11001241 - OpenBSD CVS updates:
Damien Millere4340be2000-09-16 13:29:08 +11001242 - [atomicio.c auth-krb4.c bufaux.c channels.c compress.c fingerprint.c]
Damien Miller7684ee12000-03-17 23:40:15 +11001243 [packet.h radix.c rsa.c scp.c ssh-agent.c ssh-keygen.c sshconnect.c]
1244 [sshd.c]
1245 pedantic: signed vs. unsigned, void*-arithm, etc
1246 - [ssh.1 sshd.8]
1247 Various cleanups and standardizations.
Damien Millere4340be2000-09-16 13:29:08 +11001248 - Runtime error fix for HPUX from Otmar Stahl
Damien Millere37ac5a2000-03-17 23:58:59 +11001249 <O.Stahl@lsw.uni-heidelberg.de>
Damien Miller29ea30d2000-03-17 10:54:15 +11001250
Damien Miller08c788a2000-03-16 07:52:29 +1100125120000316
Damien Millere4340be2000-09-16 13:29:08 +11001252 - Fixed configure not passing LDFLAGS to Solaris. Report from David G.
Damien Miller08c788a2000-03-16 07:52:29 +11001253 Hesprich <dghespri@sprintparanet.com>
Damien Miller166bd442000-03-16 10:48:25 +11001254 - Propogate LD through to Makefile
Damien Millerfd263682000-03-16 11:51:09 +11001255 - Doc cleanups
Damien Millerca9a49c2000-03-16 12:23:13 +11001256 - Added blurb about "scp: command not found" errors to UPGRADING
Damien Miller08c788a2000-03-16 07:52:29 +11001257
Damien Millera1ad4802000-03-15 10:04:54 +1100125820000315
1259 - Fix broken CFLAGS handling during search for OpenSSL. Fixes va_list
1260 problems with gcc/Solaris.
Damien Millere4340be2000-09-16 13:29:08 +11001261 - Don't free argument to putenv() after use (in setenv() replacement).
Damien Millerf09b07a2000-03-15 11:23:48 +11001262 Report from Seigo Tanimura <tanimura@r.dl.itc.u-tokyo.ac.jp>
Damien Millere4340be2000-09-16 13:29:08 +11001263 - Created contrib/ subdirectory. Included helpers from Phil Hands'
Damien Miller8b1c22b2000-03-15 12:13:01 +11001264 Debian package, README file and chroot patch from Ricardo Cerqueira
1265 <rmcc@clix.pt>
Damien Millere4340be2000-09-16 13:29:08 +11001266 - Moved gnome-ssh-askpass.c to contrib directory and removed config
Damien Miller8b1c22b2000-03-15 12:13:01 +11001267 option.
1268 - Slight cleanup to doc files
Damien Miller856799b2000-03-15 21:18:10 +11001269 - Configure fix from Bratislav ILICH <bilic@zepter.ru>
Damien Millera1ad4802000-03-15 10:04:54 +11001270
Damien Miller1c67c992000-03-14 10:16:34 +1100127120000314
Damien Millere4340be2000-09-16 13:29:08 +11001272 - Include macro for IN6_IS_ADDR_V4MAPPED. Report from
Damien Miller1c67c992000-03-14 10:16:34 +11001273 peter@frontierflying.com
Damien Millerdb819592000-03-14 13:44:01 +11001274 - Include /usr/local/include and /usr/local/lib for systems that don't
1275 do it themselves
1276 - -R/usr/local/lib for Solaris
1277 - Fix RSAref detection
1278 - Fix IN6_IS_ADDR_V4MAPPED macro
Damien Miller1c67c992000-03-14 10:16:34 +11001279
Damien Millerb85dcad2000-03-11 11:37:00 +1100128020000311
1281 - Detect RSAref
Damien Miller02491e92000-03-11 11:58:28 +11001282 - OpenBSD CVS change
1283 [sshd.c]
1284 - disallow guessing of root password
Damien Millerd58b3ab2000-03-11 20:05:11 +11001285 - More configure fixes
Damien Miller7bcb0892000-03-11 20:45:40 +11001286 - IPv6 workarounds from Hideaki YOSHIFUJI <yoshfuji@ecei.tohoku.ac.jp>
Damien Millerb85dcad2000-03-11 11:37:00 +11001287
Damien Miller98c7ad62000-03-09 21:27:49 +1100128820000309
1289 - OpenBSD CVS updates to v1.2.3
Damien Millerbe484b52000-07-15 14:14:16 +10001290 [ssh.h atomicio.c]
1291 - int atomicio -> ssize_t (for alpha). ok deraadt@
1292 [auth-rsa.c]
1293 - delay MD5 computation until client sends response, free() early, cleanup.
1294 [cipher.c]
1295 - void* -> unsigned char*, ok niels@
1296 [hostfile.c]
1297 - remove unused variable 'len'. fix comments.
1298 - remove unused variable
1299 [log-client.c log-server.c]
1300 - rename a cpp symbol, to avoid param.h collision
1301 [packet.c]
1302 - missing xfree()
1303 - getsockname() requires initialized tolen; andy@guildsoftware.com
1304 - use getpeername() in packet_connection_is_on_socket(), fixes sshd -i;
1305 from Holger.Trapp@Informatik.TU-Chemnitz.DE
1306 [pty.c pty.h]
Damien Millere4340be2000-09-16 13:29:08 +11001307 - register cleanup for pty earlier. move code for pty-owner handling to
Damien Miller98c7ad62000-03-09 21:27:49 +11001308 pty.c ok provos@, dugsong@
Damien Millerbe484b52000-07-15 14:14:16 +10001309 [readconf.c]
1310 - turn off x11-fwd for the client, too.
1311 [rsa.c]
1312 - PKCS#1 padding
1313 [scp.c]
1314 - allow '.' in usernames; from jedgar@fxp.org
1315 [servconf.c]
1316 - typo: ignore_user_known_hosts int->flag; naddy@mips.rhein-neckar.de
1317 - sync with sshd_config
1318 [ssh-keygen.c]
1319 - enable ssh-keygen -l -f ~/.ssh/known_hosts, ok deraadt@
1320 [ssh.1]
1321 - Change invalid 'CHAT' loglevel to 'VERBOSE'
1322 [ssh.c]
1323 - suppress AAAA query host when '-4' is used; from shin@nd.net.fujitsu.co.jp
1324 - turn off x11-fwd for the client, too.
1325 [sshconnect.c]
1326 - missing xfree()
1327 - retry rresvport_af(), too. from sumikawa@ebina.hitachi.co.jp.
1328 - read error vs. "Connection closed by remote host"
1329 [sshd.8]
1330 - ie. -> i.e.,
1331 - do not link to a commercial page..
1332 - sync with sshd_config
1333 [sshd.c]
1334 - no need for poll.h; from bright@wintelcom.net
1335 - log with level log() not fatal() if peer behaves badly.
1336 - don't panic if client behaves strange. ok deraadt@
1337 - make no-port-forwarding for RSA keys deny both -L and -R style fwding
1338 - delay close() of pty until the pty has been chowned back to root
1339 - oops, fix comment, too.
1340 - missing xfree()
1341 - move XAUTHORITY to subdir. ok dugsong@. fixes debian bug #57907, too.
1342 (http://cgi.debian.org/cgi-bin/bugreport.cgi?archive=no&bug=57907)
Damien Millere4340be2000-09-16 13:29:08 +11001343 - register cleanup for pty earlier. move code for pty-owner handling to
Damien Millerbe484b52000-07-15 14:14:16 +10001344 pty.c ok provos@, dugsong@
1345 - create x11 cookie file
1346 - fix pr 1113, fclose() -> pclose(), todo: remote popen()
1347 - version 1.2.3
Damien Miller98c7ad62000-03-09 21:27:49 +11001348 - Cleaned up
Damien Millere4340be2000-09-16 13:29:08 +11001349 - Removed warning workaround for Linux and devpts filesystems (no longer
Damien Miller8f975b62000-03-09 22:31:13 +11001350 required after OpenBSD updates)
Damien Miller98c7ad62000-03-09 21:27:49 +11001351
Damien Miller1a07ebd2000-03-08 09:03:44 +1100135220000308
1353 - Configure fix from Hiroshi Takekawa <takekawa@sr3.t.u-tokyo.ac.jp>
1354
135520000307
1356 - Released 1.2.2p1
1357
Damien Miller01bedb82000-03-05 16:10:03 +1100135820000305
1359 - Fix DEC compile fix
Damien Millerfac99cd2000-03-05 16:10:45 +11001360 - Explicitly seed OpenSSL's PRNG before checking rsa_alive()
Damien Miller9fb07e42000-03-05 16:22:59 +11001361 - Check for getpagesize in libucb.a if not found in libc. Fix for old
1362 Solaris from Andre Lucas <andre.lucas@dial.pipex.com>
Damien Millere4340be2000-09-16 13:29:08 +11001363 - Check for libwrap if --with-tcp-wrappers option specified. Suggestion
Damien Miller65165f82000-03-05 17:02:45 +11001364 Mate Wierdl <mw@moni.msci.memphis.edu>
Damien Miller01bedb82000-03-05 16:10:03 +11001365
Damien Miller4095f892000-03-03 22:13:52 +1100136620000303
1367 - Added "make host-key" target, Suggestion from Dominik Brettnacher
1368 <domi@saargate.de>
Damien Millere4340be2000-09-16 13:29:08 +11001369 - Don't permanently fail on bind() if getaddrinfo has more choices left for
Damien Miller3c7eeb22000-03-03 22:35:33 +11001370 us. Needed to work around messy IPv6 on Linux. Patch from Arkadiusz
1371 Miskiewicz <misiek@pld.org.pl>
Damien Miller00d4bb12000-03-03 22:48:49 +11001372 - DEC Unix compile fix from David Del Piero <David.DelPiero@qed.qld.gov.au>
1373 - Manpage fix from David Del Piero <David.DelPiero@qed.qld.gov.au>
Damien Miller4095f892000-03-03 22:13:52 +11001374
Damien Millera22ba012000-03-02 23:09:20 +1100137520000302
1376 - Big cleanup of autoconf code
1377 - Rearranged to be a little more logical
1378 - Added -R option for Solaris
1379 - Rewrote OpenSSL detection code. Now uses AC_TRY_RUN with a test program
1380 to detect library and header location _and_ ensure library has proper
1381 RSA support built in (this is a problem with OpenSSL 0.9.5).
Damien Millerc7d8dbb2000-03-02 23:30:53 +11001382 - Applied pty cleanup patch from markus.friedl@informatik.uni-erlangen.de
Damien Millerc4cea3e2000-03-02 23:31:50 +11001383 - Avoid warning message with Unix98 ptys
Damien Millere4340be2000-09-16 13:29:08 +11001384 - Warning was valid - possible race condition on PTYs. Avoided using
Damien Miller204ad072000-03-02 23:56:12 +11001385 platform-specific code.
1386 - Document some common problems
Damien Millere4340be2000-09-16 13:29:08 +11001387 - Allow root access to any key. Patch from
Damien Miller2453d012000-03-02 23:57:18 +11001388 markus.friedl@informatik.uni-erlangen.de
Damien Millera22ba012000-03-02 23:09:20 +11001389
Damien Miller36143d72000-02-07 13:20:26 +1100139020000207
1391 - Removed SOCKS code. Will support through a ProxyCommand.
1392
Damien Miller18522462000-02-03 01:07:07 +1100139320000203
1394 - Fixed SEGVs in authloop, fix from vbzoli@hbrt.hu
Damien Miller0c0e4bf2000-02-03 13:58:51 +11001395 - Add --with-ssl-dir option
Damien Miller18522462000-02-03 01:07:07 +11001396
Damien Miller65527582000-02-02 19:17:40 +1100139720000202
Damien Millere4340be2000-09-16 13:29:08 +11001398 - Fix lastlog code for directory based lastlogs. Fix from Josh Durham
Damien Miller65527582000-02-02 19:17:40 +11001399 <jmd@aoe.vt.edu>
Damien Miller17872522000-02-02 20:56:20 +11001400 - Documentation fixes from HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
Damien Millere4340be2000-09-16 13:29:08 +11001401 - Added URLs to Japanese translations of documents by HARUYAMA Seigo
Damien Miller17872522000-02-02 20:56:20 +11001402 <haruyama@nt.phys.s.u-tokyo.ac.jp>
Damien Miller65527582000-02-02 19:17:40 +11001403
Damien Miller9e53f352000-02-01 23:05:30 +1100140420000201
1405 - Use socket pairs by default (instead of pipes). Prevents race condition
1406 on several (buggy) OSs. Report and fix from tridge@linuxcare.com
1407
Damien Millerf07390e2000-01-29 20:40:22 +1100140820000127
1409 - Seed OpenSSL's random number generator before generating RSA keypairs
1410 - Split random collector into seperate file
Damien Miller6034fdf2000-01-29 20:55:09 +11001411 - Compile fix from Andre Lucas <andre.lucas@dial.pipex.com>
Damien Millerf07390e2000-01-29 20:40:22 +11001412
Damien Miller27f4c782000-01-27 18:22:13 +1100141320000126
1414 - Released 1.2.2 stable
1415
Damien Millere4340be2000-09-16 13:29:08 +11001416 - NeXT keeps it lastlog in /usr/adm. Report from
Damien Miller27f4c782000-01-27 18:22:13 +11001417 mouring@newton.pconline.com
Damien Millere4340be2000-09-16 13:29:08 +11001418 - Added note in UPGRADING re interop with commercial SSH using idea.
Damien Millerc85f9b42000-01-29 10:20:21 +11001419 Report from Jim Knoble <jmknoble@pobox.com>
1420 - Fix linking order for Kerberos/AFS. Fix from Holget Trapp
1421 <Holger.Trapp@Informatik.TU-Chemnitz.DE>
Damien Miller27f4c782000-01-27 18:22:13 +11001422
Damien Millerd89c24b2000-01-26 11:04:48 +1100142320000125
Damien Millere4340be2000-09-16 13:29:08 +11001424 - Fix NULL pointer dereference in login.c. Fix from Andre Lucas
Damien Millerd89c24b2000-01-26 11:04:48 +11001425 <andre.lucas@dial.pipex.com>
Damien Millerfa51a832000-01-26 11:07:22 +11001426 - Reorder PAM initialisation so it does not mess up lastlog. Reported
1427 by Andre Lucas <andre.lucas@dial.pipex.com>
Damien Millere4340be2000-09-16 13:29:08 +11001428 - Use preformatted manpages on SCO, report from Gary E. Miller
Damien Miller0e1cf7c2000-01-26 12:15:30 +11001429 <gem@rellim.com>
1430 - New URL for x11-ssh-askpass.
Damien Millere4340be2000-09-16 13:29:08 +11001431 - Fixpaths was missing /etc/ssh_known_hosts. Report from Jim Knoble
Damien Miller6d844932000-01-26 12:17:50 +11001432 <jmknoble@pobox.com>
Damien Millere4340be2000-09-16 13:29:08 +11001433 - Added 'DESTDIR' option to Makefile to ease package building. Patch from
Damien Miller7d7c60d2000-01-26 14:37:48 +11001434 Jim Knoble <jmknoble@pobox.com>
1435 - Updated RPM spec files to use DESTDIR
Damien Millerd89c24b2000-01-26 11:04:48 +11001436
Damien Miller68cee102000-01-24 17:02:27 +1100143720000124
1438 - Pick up version 1.2.2 from OpenBSD CVS (no changes, just version number
1439 increment)
1440
Damien Miller6fe375d2000-01-23 09:38:00 +1100144120000123
1442 - OpenBSD CVS:
1443 - [packet.c]
1444 getsockname() requires initialized tolen; andy@guildsoftware.com
Damien Millere4340be2000-09-16 13:29:08 +11001445 - AIX patch from Matt Richards <v2matt@btv.ibm.com> and David Rankin
Damien Miller1fa154b2000-01-23 10:32:03 +11001446 <drankin@bohemians.lexington.ky.us>
Damien Millerdef0dc92000-01-23 20:18:35 +11001447 - Fix lastlog support, patch from Andre Lucas <andre.lucas@dial.pipex.com>
Damien Miller6fe375d2000-01-23 09:38:00 +11001448
Damien Miller91427002000-01-22 13:25:13 +1100144920000122
1450 - Fix compilation of bsd-snprintf.c on Solaris, fix from Ben Taylor
1451 <bent@clark.net>
Damien Miller670a4b82000-01-22 13:53:11 +11001452 - Merge preformatted manpage patch from Andre Lucas
1453 <andre.lucas@dial.pipex.com>
Damien Miller07278932000-01-22 14:05:37 +11001454 - Make IPv4 use the default in RPM packages
1455 - Irix uses preformatted manpages
Damien Miller8dbbe6e2000-01-22 18:17:42 +11001456 - Missing htons() in bsd-bindresvport.c, fix from Holger Trapp
1457 <Holger.Trapp@Informatik.TU-Chemnitz.DE>
Damien Millerf052aaf2000-01-22 19:47:21 +11001458 - OpenBSD CVS updates:
1459 - [packet.c]
1460 use getpeername() in packet_connection_is_on_socket(), fixes sshd -i;
1461 from Holger.Trapp@Informatik.TU-Chemnitz.DE
1462 - [sshd.c]
1463 log with level log() not fatal() if peer behaves badly.
1464 - [readpass.c]
Damien Millere4340be2000-09-16 13:29:08 +11001465 instead of blocking SIGINT, catch it ourselves, so that we can clean
1466 the tty modes up and kill ourselves -- instead of our process group
1467 leader (scp, cvs, ...) going away and leaving us in noecho mode.
Damien Millerf052aaf2000-01-22 19:47:21 +11001468 people with cbreak shells never even noticed..
Damien Miller14537852000-01-22 19:57:40 +11001469 - [ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
1470 ie. -> i.e.,
Damien Miller91427002000-01-22 13:25:13 +11001471
Damien Millereca71f82000-01-20 22:38:27 +1100147220000120
1473 - Don't use getaddrinfo on AIX
Damien Miller396691a2000-01-20 22:44:08 +11001474 - Update to latest OpenBSD CVS:
1475 - [auth-rsa.c]
1476 - fix user/1056, sshd keeps restrictions; dbt@meat.net
1477 - [sshconnect.c]
1478 - disable agent fwding for proto 1.3, remove abuse of auth-rsa flags.
1479 - destroy keys earlier
Damien Millere4340be2000-09-16 13:29:08 +11001480 - split key exchange (kex) and user authentication (user-auth),
Damien Milleree1c0b32000-01-21 00:18:15 +11001481 ok: provos@
Damien Miller396691a2000-01-20 22:44:08 +11001482 - [sshd.c]
1483 - no need for poll.h; from bright@wintelcom.net
1484 - disable agent fwding for proto 1.3, remove abuse of auth-rsa flags.
Damien Millere4340be2000-09-16 13:29:08 +11001485 - split key exchange (kex) and user authentication (user-auth),
Damien Milleree1c0b32000-01-21 00:18:15 +11001486 ok: provos@
Damien Miller88b86e42000-01-20 23:13:35 +11001487 - Big manpage and config file cleanup from Andre Lucas
1488 <andre.lucas@dial.pipex.com>
Damien Miller886c63a2000-01-20 23:13:36 +11001489 - Re-added latest (unmodified) OpenBSD manpages
Damien Millereab2ce02000-01-20 23:58:22 +11001490 - Doc updates
Damien Milleree1c0b32000-01-21 00:18:15 +11001491 - NetBSD patch from David Rankin <drankin@bohemians.lexington.ky.us> and
1492 Christos Zoulas <christos@netbsd.org>
Damien Millereca71f82000-01-20 22:38:27 +11001493
Damien Miller9550a242000-01-19 10:41:23 +1100149420000119
Damien Millereaf99942000-01-19 13:45:07 +11001495 - SCO compile fixes from Gary E. Miller <gem@rellim.com>
Damien Miller9550a242000-01-19 10:41:23 +11001496 - Compile fix from Darren_Hall@progressive.com
Damien Miller7d80e342000-01-19 14:36:49 +11001497 - Linux/glibc-2.1.2 takes a *long* time to look up names for AF_UNSPEC
1498 addresses using getaddrinfo(). Added a configure switch to make the
1499 default lookup mode AF_INET
Damien Miller9550a242000-01-19 10:41:23 +11001500
Damien Millerdbd250f2000-01-18 08:57:14 +1100150120000118
1502 - Fixed --with-pid-dir option
Damien Millerca673b32000-01-18 09:01:27 +11001503 - Makefile fix from Gary E. Miller <gem@rellim.com>
Damien Millere4340be2000-09-16 13:29:08 +11001504 - Compile fix for HPUX and Solaris from Andre Lucas
Damien Millere0f45742000-01-18 09:12:06 +11001505 <andre.lucas@dial.pipex.com>
Damien Millerdbd250f2000-01-18 08:57:14 +11001506
Damien Millerb9b94a72000-01-17 09:52:46 +1100150720000117
1508 - Clean up bsd-bindresvport.c. Use arc4random() for picking initial
1509 port, ignore EINVAL errors (Linux) when searching for free port.
Damien Millere4340be2000-09-16 13:29:08 +11001510 - Revert __snprintf -> snprintf aliasing. Apparently Solaris
Damien Miller834171e2000-01-17 09:59:41 +11001511 __snprintf isn't. Report from Theo de Raadt <theo@cvs.openbsd.org>
Damien Millerf693d3b2000-01-17 11:56:27 +11001512 - Document location of Redhat PAM file in INSTALL.
Damien Millere4340be2000-09-16 13:29:08 +11001513 - Fixed X11 forwarding bug on Linux. libc advertises AF_INET6
1514 INADDR_ANY_INIT addresses via getaddrinfo, but may not be able to
Damien Miller19fe9c72000-01-17 15:23:01 +11001515 deliver (no IPv6 kernel support)
Damien Millere2192732000-01-17 13:22:55 +11001516 - Released 1.2.1pre27
Damien Millerb9b94a72000-01-17 09:52:46 +11001517
Damien Miller19fe9c72000-01-17 15:23:01 +11001518 - Fix rresvport_af failure errors (logic error in bsd-bindresvport.c)
Damien Millere4340be2000-09-16 13:29:08 +11001519 - Fix --with-ipaddr-display option test. Fix from Jarno Huuskonen
Damien Millerd426ed62000-01-17 19:22:36 +11001520 <jhuuskon@hytti.uku.fi>
Damien Millere4340be2000-09-16 13:29:08 +11001521 - Fix hang on logout if processes are still using the pty. Needs
Damien Millerb284b542000-01-17 20:55:18 +11001522 further testing.
Damien Miller66409952000-01-17 21:40:06 +11001523 - Patch from Christos Zoulas <christos@zoulas.com>
1524 - Try $prefix first when looking for OpenSSL.
1525 - Include sys/types.h when including sys/socket.h in test programs
Damien Millere4340be2000-09-16 13:29:08 +11001526 - Substitute PID directory in sshd.8. Suggestion from Andrew
Damien Millerb13c73e2000-01-17 22:02:17 +11001527 Stribblehill <a.d.stribblehill@durham.ac.uk>
Damien Miller19fe9c72000-01-17 15:23:01 +11001528
Damien Miller5eed6a22000-01-16 12:05:18 +1100152920000116
1530 - Renamed --with-xauth-path to --with-xauth
1531 - Added --with-pid-dir option
1532 - Released 1.2.1pre26
1533
Damien Miller8f926492000-01-16 18:19:25 +11001534 - Compilation fix from Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
Damien Millere4340be2000-09-16 13:29:08 +11001535 - Fixed broken bugfix for /dev/ptmx on Linux systems which lack
Damien Miller62a52ef2000-01-16 23:03:56 +11001536 openpty(). Report from Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
Damien Miller8f926492000-01-16 18:19:25 +11001537
Damien Millerb29ea912000-01-15 14:12:03 +1100153820000115
1539 - Add --with-xauth-path configure directive and explicit test for
Damien Millere4340be2000-09-16 13:29:08 +11001540 /usr/openwin/bin/xauth for Solaris systems. Report from Anders
Damien Millerb29ea912000-01-15 14:12:03 +11001541 Nordby <anders@fix.no>
Damien Millere4340be2000-09-16 13:29:08 +11001542 - Fix incorrect detection of /dev/ptmx on Linux systems that lack
Damien Millerb29ea912000-01-15 14:12:03 +11001543 openpty. Report from John Seifarth <john@waw.be>
1544 - Look for intXX_t and u_intXX_t in sys/bitypes.h if they are not in
Damien Millere4340be2000-09-16 13:29:08 +11001545 sys/types.h. Fixes problems on SCO, report from Gary E. Miller
Damien Millerb29ea912000-01-15 14:12:03 +11001546 <gem@rellim.com>
1547 - Use __snprintf and __vnsprintf if they are found where snprintf and
1548 vnsprintf are lacking. Suggested by Ben Taylor <bent@shell.clark.net>
1549 and others.
1550
Damien Miller34132e52000-01-14 15:45:46 +1100155120000114
1552 - Merged OpenBSD IPv6 patch:
1553 - [sshd.c sshd.8 sshconnect.c ssh.h ssh.c servconf.h servconf.c scp.1]
1554 [scp.c packet.h packet.c login.c log.c canohost.c channels.c]
1555 [hostfile.c sshd_config]
1556 ipv6 support: mostly gethostbyname->getaddrinfo/getnameinfo, new
Damien Millere4340be2000-09-16 13:29:08 +11001557 features: sshd allows multiple ListenAddress and Port options. note
1558 that libwrap is not IPv6-ready. (based on patches from
Damien Miller34132e52000-01-14 15:45:46 +11001559 fujiwara@rcac.tdi.co.jp)
1560 - [ssh.c canohost.c]
Damien Millere4340be2000-09-16 13:29:08 +11001561 more hints (hints.ai_socktype=SOCK_STREAM) for getaddrinfo,
Damien Miller34132e52000-01-14 15:45:46 +11001562 from itojun@
1563 - [channels.c]
1564 listen on _all_ interfaces for X11-Fwd (hints.ai_flags = AI_PASSIVE)
1565 - [packet.h]
1566 allow auth-kerberos for IPv4 only
1567 - [scp.1 sshd.8 servconf.h scp.c]
1568 document -4, -6, and 'ssh -L 2022/::1/22'
1569 - [ssh.c]
Damien Millere4340be2000-09-16 13:29:08 +11001570 'ssh @host' is illegal (null user name), from
Damien Miller34132e52000-01-14 15:45:46 +11001571 karsten@gedankenpolizei.de
1572 - [sshconnect.c]
1573 better error message
1574 - [sshd.c]
1575 allow auth-kerberos for IPv4 only
1576 - Big IPv6 merge:
1577 - Cleanup overrun in sockaddr copying on RHL 6.1
1578 - Replacements for getaddrinfo, getnameinfo, etc based on versions
1579 from patch from KIKUCHI Takahiro <kick@kyoto.wide.ad.jp>
1580 - Replacement for missing structures on systems that lack IPv6
1581 - record_login needed to know about AF_INET6 addresses
1582 - Borrowed more code from OpenBSD: rresvport_af and requisites
1583
Damien Miller25e42562000-01-11 10:59:47 +1100158420000110
1585 - Fixes to auth-skey to enable it to use the standard OpenSSL libraries
1586
Damien Miller2edcda52000-01-07 08:56:05 +1100158720000107
1588 - New config.sub and config.guess to fix problems on SCO. Supplied
1589 by Gary E. Miller <gem@rellim.com>
Damien Millerfa824cb2000-01-07 18:51:27 +11001590 - SCO build fix from Gary E. Miller <gem@rellim.com>
Damien Miller25e42562000-01-11 10:59:47 +11001591 - Released 1.2.1pre25
Damien Miller2edcda52000-01-07 08:56:05 +11001592
Damien Miller105b7f02000-01-07 08:45:55 +1100159320000106
1594 - Documentation update & cleanup
1595 - Better KrbIV / AFS detection, based on patch from:
1596 Holger Trapp <Holger.Trapp@Informatik.TU-Chemnitz.DE>
1597
Damien Miller1808f382000-01-06 12:03:12 +1100159820000105
Damien Millere4340be2000-09-16 13:29:08 +11001599 - Fixed annoying DES corruption problem. libcrypt has been
Damien Miller1808f382000-01-06 12:03:12 +11001600 overriding symbols in libcrypto. Removed libcrypt and crypt.h
1601 altogether (libcrypto includes its own crypt(1) replacement)
1602 - Added platform-specific rules for Irix 6.x. Included warning that
1603 they are untested.
1604
Damien Miller645c5982000-01-03 14:42:09 +1100160520000103
1606 - Add explicit make rules for files proccessed by fixpaths.
Damien Millere4340be2000-09-16 13:29:08 +11001607 - Fix "make install" in RPM spec files. Report from Tenkou N. Hattori
Damien Miller645c5982000-01-03 14:42:09 +11001608 <tnh@kondara.org>
Damien Millere4340be2000-09-16 13:29:08 +11001609 - Removed "nullok" directive from default PAM configuration files.
1610 Added information on enabling EmptyPasswords on openssh+PAM in
Damien Millere9c8f4d2000-01-03 20:00:52 +11001611 UPGRADING file.
Damien Miller62ab38a2000-01-03 23:41:05 +11001612 - OpenBSD CVS updates
1613 - [ssh-agent.c]
Damien Millere4340be2000-09-16 13:29:08 +11001614 cleanup_exit() for SIGTERM/SIGHUP, too. from fgsch@ and
Damien Miller62ab38a2000-01-03 23:41:05 +11001615 dgaudet@arctic.org
1616 - [sshconnect.c]
1617 compare correct version for 1.3 compat mode
Damien Miller645c5982000-01-03 14:42:09 +11001618
Damien Miller5121e3a2000-01-02 11:49:28 +1100161920000102
1620 - Prevent multiple inclusion of config.h and defines.h. Suggested
1621 by Andre Lucas <andre.lucas@dial.pipex.com>
1622 - Properly clean up on exit of ssh-agent. Patch from Dean Gaudet
1623 <dgaudet@arctic.org>
1624
Damien Miller8eb0fd61999-12-31 08:49:13 +1100162519991231
Damien Millere4340be2000-09-16 13:29:08 +11001626 - Fix password support on systems with a mixture of shadowed and
1627 non-shadowed passwords (e.g. NIS). Report and fix from
Damien Miller8eb0fd61999-12-31 08:49:13 +11001628 HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
Damien Millere4340be2000-09-16 13:29:08 +11001629 - Fix broken autoconf typedef detection. Report from Marc G.
Damien Millerf3e8be81999-12-31 08:59:04 +11001630 Fournier <marc.fournier@acadiau.ca>
Damien Miller03783f01999-12-31 09:16:40 +11001631 - Fix occasional crash on LinuxPPC. Patch from Franz Sirl
1632 <Franz.Sirl-kernel@lauterbach.com>
Damien Millere4340be2000-09-16 13:29:08 +11001633 - Prevent typedefs from being compiled more than once. Report from
Damien Millerb2532b31999-12-31 09:18:12 +11001634 Marc G. Fournier <marc.fournier@acadiau.ca>
Damien Miller3131d8b1999-12-31 09:42:24 +11001635 - Fill in ut_utaddr utmp field. Report from Benjamin Charron
1636 <iretd@bigfoot.com>
Damien Millere4340be2000-09-16 13:29:08 +11001637 - Really fix broken default path. Fix from Jim Knoble
Damien Millere7f626c1999-12-31 09:49:44 +11001638 <jmknoble@pobox.com>
Damien Milleraa7b64d1999-12-31 09:55:34 +11001639 - Remove test for quad_t. No longer needed.
Damien Miller6b85a7f2000-01-02 11:45:33 +11001640 - Released 1.2.1pre24
1641
1642 - Added support for directory-based lastlogs
1643 - Really fix typedefs, patch from Ben Taylor <bent@clark.net>
Damien Miller8eb0fd61999-12-31 08:49:13 +11001644
Damien Millerece22a81999-12-30 09:48:15 +1100164519991230
1646 - OpenBSD CVS updates:
1647 - [auth-passwd.c]
1648 check for NULL 1st
Damien Millere4340be2000-09-16 13:29:08 +11001649 - Removed most of the pam code into its own file auth-pam.[ch]. This
Damien Millere72b7af1999-12-30 15:08:44 +11001650 cleaned up sshd.c up significantly.
Damien Millere4340be2000-09-16 13:29:08 +11001651 - PAM authentication was incorrectly interpreting
Damien Miller8eb0fd61999-12-31 08:49:13 +11001652 "PermitRootLogin without-password". Report from Matthias Andree
1653 <ma@dt.e-technik.uni-dortmund.de
Damien Millere72b7af1999-12-30 15:08:44 +11001654 - Several other cleanups
Damien Miller8bdeee21999-12-30 15:50:54 +11001655 - Merged Dante SOCKS support patch from David Rankin
1656 <drankin@bohemians.lexington.ky.us>
1657 - Updated documentation with ./configure options
Damien Miller8eb0fd61999-12-31 08:49:13 +11001658 - Released 1.2.1pre23
Damien Millerece22a81999-12-30 09:48:15 +11001659
Damien Miller9550a761999-12-29 02:32:22 +1100166019991229
Damien Millere4340be2000-09-16 13:29:08 +11001661 - Applied another NetBSD portability patch from David Rankin
Damien Miller9550a761999-12-29 02:32:22 +11001662 <drankin@bohemians.lexington.ky.us>
1663 - Fix --with-default-path option.
Damien Millere4340be2000-09-16 13:29:08 +11001664 - Autodetect perl, patch from David Rankin
Damien Millere79334a1999-12-29 10:03:37 +11001665 <drankin@bohemians.lexington.ky.us>
Damien Millere4340be2000-09-16 13:29:08 +11001666 - Print whether OpenSSH was compiled with RSARef, patch from
Damien Millerd00d1611999-12-29 10:17:09 +11001667 Nalin Dahyabhai <nalin@thermo.stat.ncsu.edu>
Damien Millere4340be2000-09-16 13:29:08 +11001668 - Calls to pam_setcred, patch from Nalin Dahyabhai
Damien Millerac3a4b41999-12-29 10:25:40 +11001669 <nalin@thermo.stat.ncsu.edu>
Damien Miller95058511999-12-29 10:36:45 +11001670 - Detect missing size_t and typedef it.
Damien Miller58ca7d81999-12-29 19:56:30 +11001671 - Rename helper.[ch] to (more appropriate) bsd-misc.[ch]
1672 - Minor Makefile cleaning
Damien Miller9550a761999-12-29 02:32:22 +11001673
Damien Miller13bc0be1999-12-28 10:19:16 +1100167419991228
1675 - Replacement for getpagesize() for systems which lack it
Damien Millere4340be2000-09-16 13:29:08 +11001676 - NetBSD login.c compile fix from David Rankin
Damien Miller4ff2b9b1999-12-28 10:41:12 +11001677 <drankin@bohemians.lexington.ky.us>
1678 - Fully set ut_tv if present in utmp or utmpx
Damien Millerbeb4ba51999-12-28 15:09:35 +11001679 - Portability fixes for Irix 5.3 (now compiles OK!)
1680 - autoconf and other misc cleanups
Damien Miller74d0d4a1999-12-29 02:24:35 +11001681 - Merged AIX patch from Darren Hall <dhall@virage.org>
1682 - Cleaned up defines.h
Damien Miller06b472b1999-12-29 19:47:06 +11001683 - Released 1.2.1pre22
Damien Miller13bc0be1999-12-28 10:19:16 +11001684
Damien Millerc0d73901999-12-27 09:23:58 +1100168519991227
1686 - Automatically correct paths in manpages and configuration files. Patch
1687 and script from Andre Lucas <andre.lucas@dial.pipex.com>
1688 - Removed credits from README to CREDITS file, updated.
Damien Miller5a3e6831999-12-27 09:48:56 +11001689 - Added --with-default-path to specify custom path for server
1690 - Removed #ifdef trickery from acconfig.h into defines.h
Damien Miller373d2911999-12-27 10:45:54 +11001691 - PAM bugfix. PermitEmptyPassword was being ignored.
1692 - Fixed PAM config files to allow empty passwords if server does.
1693 - Explained spurious PAM auth warning workaround in UPGRADING
Damien Millere1276241999-12-27 11:33:56 +11001694 - Use last few chars of tty line as ut_id
Damien Miller6a5d4d61999-12-27 16:46:17 +11001695 - New SuSE RPM spec file from Chris Saia <csaia@wtower.com>
Damien Miller68e45de1999-12-27 23:54:55 +11001696 - OpenBSD CVS updates:
1697 - [packet.h auth-rhosts.c]
1698 check format string for packet_disconnect and packet_send_debug, too
1699 - [channels.c]
1700 use packet_get_maxsize for channels. consistence.
Damien Millerc0d73901999-12-27 09:23:58 +11001701
Damien Miller32b3cf21999-12-26 10:21:48 +1100170219991226
1703 - Enabled utmpx support by default for Solaris
1704 - Cleanup sshd.c PAM a little more
Damien Miller36884401999-12-26 12:26:21 +11001705 - Revised RPM package to include Jim Knoble's <jmknoble@pobox.com>
1706 X11 ssh-askpass program.
Damien Millerd49621e1999-12-26 14:04:33 +11001707 - Disable logging of PAM success and failures, PAM is verbose enough.
Damien Millere4340be2000-09-16 13:29:08 +11001708 Unfortunatly there is currently no way to disable auth failure
1709 messages. Mention this in UPGRADING file and sent message to PAM
Damien Millerd49621e1999-12-26 14:04:33 +11001710 developers
Damien Miller4f0fa561999-12-26 14:24:41 +11001711 - OpenBSD CVS update:
1712 - [ssh-keygen.1 ssh.1]
Damien Millere4340be2000-09-16 13:29:08 +11001713 remove ref to .ssh/random_seed, mention .ssh/environment in
Damien Miller4f0fa561999-12-26 14:24:41 +11001714 .Sh FILES, too
Damien Miller9673b2b1999-12-26 19:10:30 +11001715 - Released 1.2.1pre21
Damien Millere4340be2000-09-16 13:29:08 +11001716 - Fixed implicit '.' in default path, report from Jim Knoble
Damien Miller9673b2b1999-12-26 19:10:30 +11001717 <jmknoble@pobox.com>
Damien Milleraae10931999-12-26 19:38:17 +11001718 - Redhat RPM spec fixes from Jim Knoble <jmknoble@pobox.com>
Damien Miller32b3cf21999-12-26 10:21:48 +11001719
Damien Miller2e1b0821999-12-25 10:11:29 +1100172019991225
1721 - More fixes from Andre Lucas <andre.lucas@dial.pipex.com>
1722 - Cleanup of auth-passwd.c for shadow and MD5 passwords
1723 - Cleanup and bugfix of PAM authentication code
Damien Miller32b3cf21999-12-26 10:21:48 +11001724 - Released 1.2.1pre20
1725
1726 - Merged fixes from Ben Taylor <bent@clark.net>
1727 - Fixed configure support for PAM. Reported by Naz <96na@eng.cam.ac.uk>
1728 - Disabled logging of PAM password authentication failures when password
1729 is empty. (e.g start of authentication loop). Reported by Naz
1730 <96na@eng.cam.ac.uk>)
Damien Miller2e1b0821999-12-25 10:11:29 +11001731
173219991223
Damien Millere4340be2000-09-16 13:29:08 +11001733 - Merged later HPUX patch from Andre Lucas
Damien Miller2e1b0821999-12-25 10:11:29 +11001734 <andre.lucas@dial.pipex.com>
1735 - Above patch included better utmpx support from Ben Taylor
Damien Miller32b3cf21999-12-26 10:21:48 +11001736 <bent@clark.net>
Damien Miller2e1b0821999-12-25 10:11:29 +11001737
Damien Miller365199d1999-12-22 00:12:38 +1100173819991222
Damien Millere4340be2000-09-16 13:29:08 +11001739 - Fix undefined fd_set type in ssh.h from Povl H. Pedersen
Damien Miller365199d1999-12-22 00:12:38 +11001740 <pope@netguide.dk>
Damien Miller1b0c2281999-12-22 16:09:48 +11001741 - Fix login.c breakage on systems which lack ut_host in struct
1742 utmp. Reported by Willard Dawson <willard.dawson@sbs.siemens.com>
Damien Miller365199d1999-12-22 00:12:38 +11001743
Damien Miller76112de1999-12-21 11:18:08 +1100174419991221
Damien Millere4340be2000-09-16 13:29:08 +11001745 - Integration of large HPUX patch from Andre Lucas
1746 <andre.lucas@dial.pipex.com>. Integrating it had a few other
Damien Miller76112de1999-12-21 11:18:08 +11001747 benefits:
1748 - Ability to disable shadow passwords at configure time
1749 - Ability to disable lastlog support at configure time
1750 - Support for IP address in $DISPLAY
Damien Millerf039bad1999-12-21 20:57:20 +11001751 - OpenBSD CVS update:
1752 - [sshconnect.c]
1753 say "REMOTE HOST IDENTIFICATION HAS CHANGED"
Damien Millercb7e5f91999-12-21 21:03:09 +11001754 - Fix DISABLE_SHADOW support
1755 - Allow MD5 passwords even if shadow passwords are disabled
Damien Millere8852911999-12-21 22:50:50 +11001756 - Release 1.2.1pre19
Damien Miller76112de1999-12-21 11:18:08 +11001757
Damien Millerc4c647f1999-12-18 20:54:52 +1100175819991218
Damien Millere4340be2000-09-16 13:29:08 +11001759 - Redhat init script patch from Chun-Chung Chen
Damien Millerc4c647f1999-12-18 20:54:52 +11001760 <cjj@u.washington.edu>
Damien Millerfdb7caf1999-12-18 20:57:40 +11001761 - Avoid breakage on systems without IPv6 headers
Damien Millerc4c647f1999-12-18 20:54:52 +11001762
Damien Millerab8a4da1999-12-16 13:05:30 +1100176319991216
Damien Millere4340be2000-09-16 13:29:08 +11001764 - Makefile changes for Solaris from Peter Kocks
Damien Millerab8a4da1999-12-16 13:05:30 +11001765 <peter.kocks@baygate.com>
Damien Miller5e7c10e1999-12-16 13:18:04 +11001766 - Minor updates to docs
1767 - Merged OpenBSD CVS changes:
1768 - [authfd.c ssh-agent.c]
1769 keysize warnings talk about identity files
1770 - [packet.c]
1771 "Connection closed by x.x.x.x": fatal() -> log()
Damien Millere4340be2000-09-16 13:29:08 +11001772 - Correctly handle empty passwords in shadow file. Patch from:
Damien Miller8f9d5071999-12-16 15:10:45 +11001773 "Chris, the Young One" <cky@pobox.com>
1774 - Released 1.2.1pre18
Damien Millerab8a4da1999-12-16 13:05:30 +11001775
Damien Miller84093e91999-12-15 09:06:28 +1100177619991215
1777 - Integrated patchs from Juergen Keil <jk@tools.de>
1778 - Avoid void* pointer arithmatic
1779 - Use LDFLAGS correctly
Damien Miller864ea591999-12-15 11:04:25 +11001780 - Fix SIGIO error in scp
1781 - Simplify status line printing in scp
Damien Millere4340be2000-09-16 13:29:08 +11001782 - Added better test for inline functions compiler support from
Damien Miller3b9d5e91999-12-15 09:34:31 +11001783 Darren_Hall@progressive.com
Damien Miller84093e91999-12-15 09:06:28 +11001784
Damien Millera34a28b1999-12-14 10:47:15 +1100178519991214
1786 - OpenBSD CVS Changes
1787 - [canohost.c]
Damien Millere4340be2000-09-16 13:29:08 +11001788 fix get_remote_port() and friends for sshd -i;
Damien Millera34a28b1999-12-14 10:47:15 +11001789 Holger.Trapp@Informatik.TU-Chemnitz.DE
1790 - [mpaux.c]
1791 make code simpler. no need for memcpy. niels@ ok
1792 - [pty.c]
1793 namebuflen not sizeof namebuflen; bnd@ep-ag.com via djm@mindrot.org
1794 fix proto; markus
1795 - [ssh.1]
1796 typo; mark.baushke@solipsa.com
1797 - [channels.c ssh.c ssh.h sshd.c]
1798 type conflict for 'extern Type *options' in channels.c; dot@dotat.at
1799 - [sshconnect.c]
1800 move checking of hostkey into own function.
1801 - [version.h]
1802 OpenSSH-1.2.1
Damien Miller36b339a1999-12-14 10:54:47 +11001803 - Clean up broken includes in pty.c
Damien Miller6ae00d61999-12-14 15:43:03 +11001804 - Some older systems don't have poll.h, they use sys/poll.h instead
1805 - Doc updates
Damien Millera34a28b1999-12-14 10:47:15 +11001806
Damien Millerc6b3bbe1999-12-13 08:27:33 +1100180719991211
Damien Millere4340be2000-09-16 13:29:08 +11001808 - Fix compilation on systems with AFS. Reported by
Damien Millerc6b3bbe1999-12-13 08:27:33 +11001809 aloomis@glue.umd.edu
Damien Millere4340be2000-09-16 13:29:08 +11001810 - Fix installation on Solaris. Reported by
Damien Millerc6b3bbe1999-12-13 08:27:33 +11001811 Gordon Rowell <gordonr@gormand.com.au>
1812 - Fix gccisms (__attribute__ and inline). Report by edgy@us.ibm.com,
1813 patch from Markus Friedl <markus.friedl@informatik.uni-erlangen.de>
1814 - Auto-locate xauth. Patch from David Agraz <dagraz@jahoopa.com>
1815 - Compile fix from David Agraz <dagraz@jahoopa.com>
1816 - Avoid compiler warning in bsd-snprintf.c
Damien Millere4340be2000-09-16 13:29:08 +11001817 - Added pam_limits.so to default PAM config. Suggested by
Damien Millerc6b3bbe1999-12-13 08:27:33 +11001818 Jim Knoble <jmknoble@pobox.com>
1819
Damien Millerbf1c9b21999-12-09 10:16:54 +1100182019991209
1821 - Import of patch from Ben Taylor <bent@clark.net>:
1822 - Improved PAM support
1823 - "uninstall" rule for Makefile
1824 - utmpx support
1825 - Should fix PAM problems on Solaris
Damien Miller50945fa1999-12-09 10:31:37 +11001826 - OpenBSD CVS updates:
1827 - [readpass.c]
1828 avoid stdio; based on work by markus, millert, and I
1829 - [sshd.c]
1830 make sure the client selects a supported cipher
1831 - [sshd.c]
Damien Millere4340be2000-09-16 13:29:08 +11001832 fix sighup handling. accept would just restart and daemon handled
1833 sighup only after the next connection was accepted. use poll on
Damien Miller50945fa1999-12-09 10:31:37 +11001834 listen sock now.
1835 - [sshd.c]
1836 make that a fatal
Damien Millerd7f66151999-12-09 10:48:58 +11001837 - Applied patch from David Rankin <drankin@bohemians.lexington.ky.us>
1838 to fix libwrap support on NetBSD
Damien Miller6646bad1999-12-09 10:42:10 +11001839 - Released 1.2pre17
Damien Millerbf1c9b21999-12-09 10:16:54 +11001840
Damien Millerfce16481999-12-08 08:53:52 +1100184119991208
Damien Millere4340be2000-09-16 13:29:08 +11001842 - Compile fix for Solaris with /dev/ptmx from
Damien Millerfce16481999-12-08 08:53:52 +11001843 David Agraz <dagraz@jahoopa.com>
1844
Damien Miller0c078c61999-12-07 14:53:57 +1100184519991207
1846 - sshd Redhat init script patch from Jim Knoble <jmknoble@pobox.com>
1847 fixes compatability with 4.x and 5.x
Damien Miller3bc14dd1999-12-07 14:54:53 +11001848 - Fixed default SSH_ASKPASS
Damien Millere4340be2000-09-16 13:29:08 +11001849 - Fix PAM account and session being called multiple times. Problem
Damien Millereabf3411999-12-07 14:56:27 +11001850 reported by Adrian Baugh <adrian@merlin.keble.ox.ac.uk>
Damien Miller037a0dc1999-12-07 15:38:31 +11001851 - Merged more OpenBSD changes:
1852 - [atomicio.c authfd.c scp.c serverloop.c ssh.h sshconnect.c sshd.c]
Damien Millere4340be2000-09-16 13:29:08 +11001853 move atomicio into it's own file. wrap all socket write()s which
Damien Miller037a0dc1999-12-07 15:38:31 +11001854 were doing write(sock, buf, len) != len, with atomicio() calls.
1855 - [auth-skey.c]
1856 fd leak
1857 - [authfile.c]
1858 properly name fd variable
1859 - [channels.c]
1860 display great hatred towards strcpy
1861 - [pty.c pty.h sshd.c]
1862 use openpty() if it exists (it does on BSD4_4)
1863 - [tildexpand.c]
1864 check for ~ expansion past MAXPATHLEN
1865 - Modified helper.c to use new atomicio function.
1866 - Reformat Makefile a little
1867 - Moved RC4 routines from rc4.[ch] into helper.c
1868 - Added autoconf code to detect /dev/ptmx (Solaris) and /dev/ptc (AIX)
Damien Milleraf2604a1999-12-07 16:21:40 +11001869 - Updated SuSE spec from Chris Saia <csaia@wtower.com>
1870 - Tweaked Redhat spec
Damien Millerf5d69a51999-12-07 16:55:04 +11001871 - Clean up bad imports of a few files (forgot -kb)
1872 - Released 1.2pre16
Damien Miller0c078c61999-12-07 14:53:57 +11001873
Damien Millerdc33fc31999-12-04 20:24:48 +1100187419991204
1875 - Small cleanup of PAM code in sshd.c
Damien Milleraae6c611999-12-06 11:47:28 +11001876 - Merged OpenBSD CVS changes:
1877 - [auth-krb4.c auth-passwd.c auth-skey.c ssh.h]
1878 move skey-auth from auth-passwd.c to auth-skey.c, same for krb4
1879 - [auth-rsa.c]
1880 warn only about mismatch if key is _used_
1881 warn about keysize-mismatch with log() not error()
1882 channels.c readconf.c readconf.h ssh.c ssh.h sshconnect.c
1883 ports are u_short
1884 - [hostfile.c]
1885 indent, shorter warning
1886 - [nchan.c]
1887 use error() for internal errors
1888 - [packet.c]
1889 set loglevel for SSH_MSG_DISCONNECT to log(), not fatal()
1890 serverloop.c
1891 indent
1892 - [ssh-add.1 ssh-add.c ssh.h]
1893 document $SSH_ASKPASS, reasonable default
1894 - [ssh.1]
1895 CheckHostIP is not available for connects via proxy command
1896 - [sshconnect.c]
1897 typo
1898 easier to read client code for passwd and skey auth
1899 turn of checkhostip for proxy connects, since we don't know the remote ip
Damien Millerdc33fc31999-12-04 20:24:48 +11001900
Damien Miller42b81ff1999-11-26 12:21:24 +1100190119991126
1902 - Add definition for __P()
1903 - Added [v]snprintf() replacement for systems that lack it
1904
Damien Miller78224a01999-11-25 11:55:45 +1100190519991125
1906 - More reformatting merged from OpenBSD CVS
1907 - Merged OpenBSD CVS changes:
1908 - [channels.c]
1909 fix packet_integrity_check() for !have_hostname_in_open.
1910 report from mrwizard@psu.edu via djm@ibs.com.au
1911 - [channels.c]
1912 set SO_REUSEADDR and SO_LINGER for forwarded ports.
1913 chip@valinux.com via damien@ibs.com.au
1914 - [nchan.c]
1915 it's not an error() if shutdown_write failes in nchan.
1916 - [readconf.c]
1917 remove dead #ifdef-0-code
1918 - [readconf.c servconf.c]
1919 strcasecmp instead of tolower
1920 - [scp.c]
1921 progress meter overflow fix from damien@ibs.com.au
1922 - [ssh-add.1 ssh-add.c]
1923 SSH_ASKPASS support
1924 - [ssh.1 ssh.c]
1925 postpone fork_after_authentication until command execution,
1926 request/patch from jahakala@cc.jyu.fi via damien@ibs.com.au
1927 plus: use daemon() for backgrounding
Damien Millerd8087f61999-11-25 12:31:26 +11001928 - Added BSD compatible install program and autoconf test, thanks to
1929 Niels Kristian Bech Jensen <nkbj@image.dk>
1930 - Solaris fixing, thanks to Ben Taylor <bent@clark.net>
Damien Miller063fdf81999-11-25 13:08:31 +11001931 - Merged beginnings of AIX support from Tor-Ake Fransson <torake@hotmail.com>
Damien Millerbf3f6ef1999-11-25 13:50:10 +11001932 - Release 1.2pre15
Damien Miller78224a01999-11-25 11:55:45 +11001933
Damien Miller95def091999-11-25 00:26:21 +1100193419991124
1935 - Merged very large OpenBSD source code reformat
1936 - OpenBSD CVS updates
1937 - [channels.c cipher.c compat.c log-client.c scp.c serverloop.c]
1938 [ssh.h sshd.8 sshd.c]
1939 syslog changes:
1940 * Unified Logmessage for all auth-types, for success and for failed
1941 * Standard connections get only ONE line in the LOG when level==LOG:
1942 Auth-attempts are logged only, if authentication is:
1943 a) successfull or
1944 b) with passwd or
1945 c) we had more than AUTH_FAIL_LOG failues
1946 * many log() became verbose()
1947 * old behaviour with level=VERBOSE
1948 - [readconf.c readconf.h ssh.1 ssh.h sshconnect.c sshd.c]
1949 tranfer s/key challenge/response data in SSH_SMSG_AUTH_TIS_CHALLENGE
1950 messages. allows use of s/key in windows (ttssh, securecrt) and
1951 ssh-1.2.27 clients without 'ssh -v', ok: niels@
1952 - [sshd.8]
1953 -V, for fallback to openssh in SSH2 compatibility mode
1954 - [sshd.c]
1955 fix sigchld race; cjc5@po.cwru.edu
1956
Damien Miller294df781999-11-23 10:11:29 +1100195719991123
1958 - Added SuSE package files from Chris Saia <csaia@wtower.com>
Damien Miller3744b511999-11-23 11:24:32 +11001959 - Restructured package-related files under packages/*
Damien Miller294df781999-11-23 10:11:29 +11001960 - Added generic PAM config
Damien Miller3744b511999-11-23 11:24:32 +11001961 - Numerous little Solaris fixes
Damien Miller4d2f15f1999-11-23 12:36:29 +11001962 - Add recommendation to use GNU make to INSTALL document
Damien Miller294df781999-11-23 10:11:29 +11001963
Damien Miller22218721999-11-22 12:51:42 +1100196419991122
1965 - Make <enter> close gnome-ssh-askpass (Debian bug #50299)
Damien Miller83df0691999-11-22 13:22:29 +11001966 - OpenBSD CVS Changes
Damien Millere4340be2000-09-16 13:29:08 +11001967 - [ssh-keygen.c]
1968 don't create ~/.ssh only if the user wants to store the private
1969 key there. show fingerprint instead of public-key after
Damien Miller83df0691999-11-22 13:22:29 +11001970 keygeneration. ok niels@
Damien Millerb3ca3aa1999-11-22 13:57:07 +11001971 - Added OpenBSD bsd-strlcat.c, created bsd-strlcat.h
Damien Miller859cec01999-11-22 14:27:24 +11001972 - Added timersub() macro
Damien Millerb3ca3aa1999-11-22 13:57:07 +11001973 - Tidy RCSIDs of bsd-*.c
Damien Millere4340be2000-09-16 13:29:08 +11001974 - Added autoconf test and macro to deal with old PAM libraries
Damien Miller859cec01999-11-22 14:27:24 +11001975 pam_strerror definition (one arg vs two).
Damien Millerd71b12e1999-11-22 15:24:34 +11001976 - Fix EGD problems (Thanks to Ben Taylor <bent@clark.net>)
Damien Millere4340be2000-09-16 13:29:08 +11001977 - Retry /dev/urandom reads interrupted by signal (report from
Damien Millerd71b12e1999-11-22 15:24:34 +11001978 Robert Hardy <rhardy@webcon.net>)
Damien Millerd7702521999-11-22 16:11:05 +11001979 - Added a setenv replacement for systems which lack it
Damien Millerd733c911999-11-22 18:11:23 +11001980 - Only display public key comment when presenting ssh-askpass dialog
1981 - Released 1.2pre14
Damien Miller22218721999-11-22 12:51:42 +11001982
Damien Millere4340be2000-09-16 13:29:08 +11001983 - Configure, Make and changelog corrections from Tudor Bosman
Damien Millerf7c0f821999-11-22 22:31:49 +11001984 <tudorb@jm.nu> and Niels Kristian Bech Jensen <nkbj@image.dk>
1985
Damien Miller6162d121999-11-21 13:23:52 +1100198619991121
Damien Miller83df0691999-11-22 13:22:29 +11001987 - OpenBSD CVS Changes:
Damien Miller22218721999-11-22 12:51:42 +11001988 - [channels.c]
1989 make this compile, bad markus
1990 - [log.c readconf.c servconf.c ssh.h]
1991 bugfix: loglevels are per host in clientconfig,
1992 factor out common log-level parsing code.
1993 - [servconf.c]
1994 remove unused index (-Wall)
1995 - [ssh-agent.c]
1996 only one 'extern char *__progname'
1997 - [sshd.8]
1998 document SIGHUP, -Q to synopsis
1999 - [sshconnect.c serverloop.c sshd.c packet.c packet.h]
2000 [channels.c clientloop.c]
2001 SSH_CMSG_MAX_PACKET_SIZE, some clients use this, some need this, niels@
2002 [hope this time my ISP stays alive during commit]
2003 - [OVERVIEW README] typos; green@freebsd
2004 - [ssh-keygen.c]
2005 replace xstrdup+strcat with strlcat+fixed buffer, fixes OF (bad me)
2006 exit if writing the key fails (no infinit loop)
2007 print usage() everytime we get bad options
2008 - [ssh-keygen.c] overflow, djm@mindrot.org
2009 - [sshd.c] fix sigchld race; cjc5@po.cwru.edu
Damien Millere4340be2000-09-16 13:29:08 +11002010
Damien Millerc6398ef1999-11-20 12:18:40 +1100201119991120
Damien Millere4340be2000-09-16 13:29:08 +11002012 - Merged more Solaris support from Marc G. Fournier
Damien Millerc6398ef1999-11-20 12:18:40 +11002013 <marc.fournier@acadiau.ca>
2014 - Wrote autoconf tests for integer bit-types
2015 - Fixed enabling kerberos support
Damien Millere4340be2000-09-16 13:29:08 +11002016 - Fix segfault in ssh-keygen caused by buffer overrun in filename
Damien Millerf58db381999-11-20 17:02:56 +11002017 handling.
Damien Millerc6398ef1999-11-20 12:18:40 +11002018
Damien Miller5bbbd361999-11-19 07:56:21 +1100201919991119
2020 - Merged PAM buffer overrun patch from Chip Salzenberg <chip@valinux.com>
Damien Miller23b78391999-11-19 08:25:48 +11002021 - Merged OpenBSD CVS changes
2022 - [auth-rhosts.c auth-rsa.c ssh-agent.c sshconnect.c sshd.c]
2023 more %d vs. %s in fmt-strings
2024 - [authfd.c]
2025 Integers should not be printed with %s
Damien Miller58fc4731999-11-19 12:05:01 +11002026 - EGD uses a socket, not a named pipe. Duh.
2027 - Fix includes in fingerprint.c
Damien Millerdc9365b1999-11-19 12:34:14 +11002028 - Fix scp progress bar bug again.
Damien Millere4340be2000-09-16 13:29:08 +11002029 - Move ssh-askpass from ${libdir}/ssh to ${libexecdir}/ssh at request of
Damien Miller18ac1711999-11-19 12:43:19 +11002030 David Rankin <drankin@bohemians.lexington.ky.us>
Damien Miller80297751999-11-19 13:03:25 +11002031 - Added autoconf option to enable Kerberos 4 support (untested)
2032 - Added autoconf option to enable AFS support (untested)
2033 - Added autoconf option to enable S/Key support (untested)
2034 - Added autoconf option to enable TCP wrappers support (compiles OK)
Damien Miller04f80141999-11-19 15:32:34 +11002035 - Renamed BSD helper function files to bsd-*
Damien Millere4340be2000-09-16 13:29:08 +11002036 - Added tests for login and daemon and enable OpenBSD replacements for
Damien Millerdd1c7ba1999-11-19 15:53:20 +11002037 when they are absent.
2038 - Added non-PAM MD5 password support patch from Tudor Bosman <tudorb@jm.nu>
Damien Miller5bbbd361999-11-19 07:56:21 +11002039
Damien Miller81428f91999-11-18 09:28:11 +1100204019991118
2041 - Merged OpenBSD CVS changes
2042 - [scp.c] foregroundproc() in scp
2043 - [sshconnect.h] include fingerprint.h
Damien Millere4340be2000-09-16 13:29:08 +11002044 - [sshd.c] bugfix: the log() for passwd-auth escaped during logging
Damien Miller81428f91999-11-18 09:28:11 +11002045 changes.
Damien Miller6ee95641999-11-18 11:35:13 +11002046 - [ssh.1] Spell my name right.
Damien Miller81428f91999-11-18 09:28:11 +11002047 - Added openssh.com info to README
2048
Damien Miller10f6f6b1999-11-17 17:29:08 +1100204919991117
2050 - Merged OpenBSD CVS changes
2051 - [ChangeLog.Ylonen] noone needs this anymore
2052 - [authfd.c] close-on-exec for auth-socket, ok deraadt
Damien Millere4340be2000-09-16 13:29:08 +11002053 - [hostfile.c]
2054 in known_hosts key lookup the entry for the bits does not need
2055 to match, all the information is contained in n and e. This
2056 solves the problem with buggy servers announcing the wrong
Damien Miller10f6f6b1999-11-17 17:29:08 +11002057 modulus length. markus and me.
Damien Millere4340be2000-09-16 13:29:08 +11002058 - [serverloop.c]
2059 bugfix: check for space if child has terminated, from:
Damien Miller10f6f6b1999-11-17 17:29:08 +11002060 iedowse@maths.tcd.ie
2061 - [ssh-add.1 ssh-add.c ssh-keygen.1 ssh-keygen.c sshconnect.c]
2062 [fingerprint.c fingerprint.h]
2063 rsa key fingerprints, idea from Bjoern Groenvall <bg@sics.se>
2064 - [ssh-agent.1] typo
2065 - [ssh.1] add OpenSSH information to AUTHOR section. okay markus@
Damien Millere4340be2000-09-16 13:29:08 +11002066 - [sshd.c]
Damien Miller10f6f6b1999-11-17 17:29:08 +11002067 force logging to stderr while loading private key file
2068 (lost while converting to new log-levels)
2069
Damien Miller7e8e8201999-11-16 13:37:16 +1100207019991116
2071 - Fix some Linux libc5 problems reported by Miles Wilson <mw@mctitle.com>
2072 - Merged OpenBSD CVS changes:
2073 - [auth-rh-rsa.c auth-rsa.c authfd.c authfd.h hostfile.c mpaux.c]
2074 [mpaux.h ssh-add.c ssh-agent.c ssh.h ssh.c sshd.c]
2075 the keysize of rsa-parameter 'n' is passed implizit,
2076 a few more checks and warnings about 'pretended' keysizes.
2077 - [cipher.c cipher.h packet.c packet.h sshd.c]
2078 remove support for cipher RC4
2079 - [ssh.c]
2080 a note for legay systems about secuity issues with permanently_set_uid(),
2081 the private hostkey and ptrace()
2082 - [sshconnect.c]
2083 more detailed messages about adding and checking hostkeys
2084
Damien Millerd05a2471999-11-15 14:25:30 +1100208519991115
2086 - Merged OpenBSD CVS changes:
Damien Millere4340be2000-09-16 13:29:08 +11002087 - [ssh-add.c] change passphrase loop logic and remove ref to
Damien Millerd05a2471999-11-15 14:25:30 +11002088 $DISPLAY, ok niels
2089 - Changed to ssh-add.c broke askpass support. Revised it to be a little more
Damien Millere4340be2000-09-16 13:29:08 +11002090 modular.
Damien Millerd05a2471999-11-15 14:25:30 +11002091 - Revised autoconf support for enabling/disabling askpass support.
Damien Miller2ccf6611999-11-15 15:25:10 +11002092 - Merged more OpenBSD CVS changes:
Damien Millerbe484b52000-07-15 14:14:16 +10002093 [auth-krb4.c]
2094 - disconnect if getpeername() fails
2095 - missing xfree(*client)
2096 [canohost.c]
2097 - disconnect if getpeername() fails
2098 - fix comment: we _do_ disconnect if ip-options are set
2099 [sshd.c]
2100 - disconnect if getpeername() fails
2101 - move checking of remote port to central place
2102 [auth-rhosts.c] move checking of remote port to central place
2103 [log-server.c] avoid extra fd per sshd, from millert@
2104 [readconf.c] print _all_ bad config-options in ssh(1), too
2105 [readconf.h] print _all_ bad config-options in ssh(1), too
2106 [ssh.c] print _all_ bad config-options in ssh(1), too
2107 [sshconnect.c] disconnect if getpeername() fails
Damien Miller2ccf6611999-11-15 15:25:10 +11002108 - OpenBSD's changes to sshd.c broke the PAM stuff, re-merged it.
Damien Miller3bd49ec1999-11-15 15:40:55 +11002109 - Various small cleanups to bring diff (against OpenBSD) size down.
Damien Miller3f905871999-11-15 17:10:57 +11002110 - Merged more Solaris compability from Marc G. Fournier
2111 <marc.fournier@acadiau.ca>
2112 - Wrote autoconf tests for __progname symbol
Damien Miller36682061999-11-15 17:19:24 +11002113 - RPM spec file fixes from Jim Knoble <jmknoble@pobox.com>
Damien Miller2e8b1c81999-11-15 23:33:56 +11002114 - Released 1.2pre12
2115
2116 - Another OpenBSD CVS update:
2117 - [ssh-keygen.1] fix .Xr
Damien Millerd05a2471999-11-15 14:25:30 +11002118
Damien Miller0a6e6681999-11-15 09:56:06 +1100211919991114
2120 - Solaris compilation fixes (still imcomplete)
2121
Damien Millerb0284381999-11-13 13:30:28 +1100212219991113
Damien Miller192bd011999-11-13 23:56:35 +11002123 - Build patch from Niels Kristian Bech Jensen <nkbj@image.dk>
2124 - Don't install config files if they already exist
2125 - Fix inclusion of additional preprocessor directives from acconfig.h
Damien Millerb0284381999-11-13 13:30:28 +11002126 - Removed redundant inclusions of config.h
Damien Millerc6d5ce81999-11-15 16:01:07 +11002127 - Added 'Obsoletes' lines to RPM spec file
Damien Millerb0284381999-11-13 13:30:28 +11002128 - Merged OpenBSD CVS changes:
2129 - [bufaux.c] save a view malloc/memcpy/memset/free's, ok niels
Damien Millere4340be2000-09-16 13:29:08 +11002130 - [scp.c] fix overflow reported by damien@ibs.com.au: off_t
Damien Millerb0284381999-11-13 13:30:28 +11002131 totalsize, ok niels,aaron
Damien Millere4340be2000-09-16 13:29:08 +11002132 - Delay fork (-f option) in ssh until after port forwarded connections
Damien Millerb0284381999-11-13 13:30:28 +11002133 have been initialised. Patch from Jani Hakala <jahakala@cc.jyu.fi>
Damien Miller2cb210f1999-11-13 15:40:10 +11002134 - Added shadow password patch from Thomas Neumann <tom@smart.ruhr.de>
2135 - Added ifdefs to auth-passwd.c to exclude it when PAM is enabled
Damien Miller192bd011999-11-13 23:56:35 +11002136 - Tidied default config file some more
2137 - Revised Redhat initscript to fix bug: sshd (re)start would fail
2138 if executed from inside a ssh login.
Damien Millerb0284381999-11-13 13:30:28 +11002139
Damien Miller776af5d1999-11-12 08:49:09 +1100214019991112
2141 - Merged changes from OpenBSD CVS
2142 - [sshd.c] session_key_int may be zero
Damien Miller32265091999-11-12 11:33:04 +11002143 - [auth-rh-rsa.c servconf.c servconf.h ssh.h sshd.8 sshd.c sshd_config]
Damien Millere4340be2000-09-16 13:29:08 +11002144 IgnoreUserKnownHosts(default=no), used for RhostRSAAuth, ok
Damien Miller32265091999-11-12 11:33:04 +11002145 deraadt,millert
2146 - Brought default sshd_config more in line with OpenBSD's
Damien Millerb9a692d1999-11-12 12:09:36 +11002147 - Grab server in gnome-ssh-askpass (Debian bug #49872)
2148 - Released 1.2pre10
Damien Miller776af5d1999-11-12 08:49:09 +11002149
Damien Millerb5f89271999-11-12 14:35:58 +11002150 - Added INSTALL documentation
Damien Miller6d7b2cd1999-11-12 15:19:27 +11002151 - Merged yet more changes from OpenBSD CVS
2152 - [auth-rh-rsa.c auth-rhosts.c auth-rsa.c channels.c clientloop.c]
2153 [ssh.c ssh.h sshconnect.c sshd.c]
2154 make all access to options via 'extern Options options'
2155 and 'extern ServerOptions options' respectively;
2156 options are no longer passed as arguments:
2157 * make options handling more consistent
2158 * remove #include "readconf.h" from ssh.h
2159 * readconf.h is only included if necessary
2160 - [mpaux.c] clear temp buffer
2161 - [servconf.c] print _all_ bad options found in configfile
Damien Miller3d1b22c1999-11-12 15:46:08 +11002162 - Make ssh-askpass support optional through autoconf
Damien Miller9c8da3c1999-11-12 16:28:02 +11002163 - Fix nasty division-by-zero error in scp.c
2164 - Released 1.2pre11
Damien Millerb5f89271999-11-12 14:35:58 +11002165
Damien Millerab18c411999-11-11 10:40:23 +1100216619991111
2167 - Added (untested) Entropy Gathering Daemon (EGD) support
Damien Miller4236f6e1999-11-12 12:22:31 +11002168 - Fixed /dev/urandom fd leak (Debian bug #49722)
Damien Miller33e511e1999-11-11 11:43:13 +11002169 - Merged OpenBSD CVS changes:
2170 - [auth-rh-rsa.c] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
2171 - [ssh.1] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
2172 - [sshd.8] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
Damien Millere4340be2000-09-16 13:29:08 +11002173 - Fix integer overflow which was messing up scp's progress bar for large
Damien Millerc4c647f1999-12-18 20:54:52 +11002174 file transfers. Fix submitted to OpenBSD developers. Report and fix
2175 from Kees Cook <cook@cpoint.net>
Damien Miller5ce662a1999-11-11 17:57:39 +11002176 - Merged more OpenBSD CVS changes:
Damien Millere4340be2000-09-16 13:29:08 +11002177 - [auth-krb4.c auth-passwd.c] remove x11- and krb-cleanup from fatal()
Damien Miller5ce662a1999-11-11 17:57:39 +11002178 + krb-cleanup cleanup
2179 - [clientloop.c log-client.c log-server.c ]
2180 [readconf.c readconf.h servconf.c servconf.h ]
2181 [ssh.1 ssh.c ssh.h sshd.8]
2182 add LogLevel {QUIET, FATAL, ERROR, INFO, CHAT, DEBUG} to ssh/sshd,
2183 obsoletes QuietMode and FascistLogging in sshd.
Damien Miller776af5d1999-11-12 08:49:09 +11002184 - [sshd.c] fix fatal/assert() bug reported by damien@ibs.com.au:
2185 allow session_key_int != sizeof(session_key)
2186 [this should fix the pre-assert-removal-core-files]
2187 - Updated default config file to use new LogLevel option and to improve
2188 readability
2189
Damien Millerb77870f1999-11-10 12:48:08 +1100219019991110
Damien Miller4236f6e1999-11-12 12:22:31 +11002191 - Merged several minor fixes:
Damien Millerb77870f1999-11-10 12:48:08 +11002192 - ssh-agent commandline parsing
2193 - RPM spec file now installs ssh setuid root
2194 - Makefile creates libdir
Damien Millerab18c411999-11-11 10:40:23 +11002195 - Merged beginnings of Solaris compability from Marc G. Fournier
2196 <marc.fournier@acadiau.ca>
Damien Millerb77870f1999-11-10 12:48:08 +11002197
Damien Millerc7b38ce1999-11-09 10:28:04 +1100219819991109
2199 - Autodetection of SSL/Crypto library location via autoconf
2200 - Fixed location of ssh-askpass to follow autoconf
2201 - Integrated Makefile patch from Niels Kristian Bech Jensen <nkbj@image.dk>
2202 - Autodetection of RSAref library for US users
2203 - Minor doc updates
Damien Millerda217a01999-11-09 10:35:52 +11002204 - Merged OpenBSD CVS changes:
2205 - [rsa.c] bugfix: use correct size for memset()
2206 - [sshconnect.c] warn if announced size of modulus 'n' != real size
Damien Miller742d2cb1999-11-09 14:28:26 +11002207 - Added GNOME passphrase requestor (use --with-gnome-askpass)
Damien Miller3f51bf51999-11-09 14:46:02 +11002208 - RPM build now creates subpackages
Damien Miller74389c91999-11-09 15:03:01 +11002209 - Released 1.2pre9
Damien Millerc7b38ce1999-11-09 10:28:04 +11002210
Damien Miller356a0b01999-11-08 15:30:59 +1100221119991108
2212 - Removed debian/ directory. This is now being maintained separately.
2213 - Added symlinks for slogin in RPM spec file
2214 - Fixed permissions on manpages in RPM spec file
2215 - Added references to required libraries in README file
2216 - Removed config.h.in from CVS
2217 - Removed pwdb support (better pluggable auth is provided by glibc)
2218 - Made PAM and requisite libdl optional
2219 - Removed lots of unnecessary checks from autoconf
2220 - Added support and autoconf test for openpty() function (Unix98 pty support)
2221 - Fix for scp not finding ssh if not installed as /usr/bin/ssh
2222 - Added TODO file
2223 - Merged parts of Debian patch From Phil Hands <phil@hands.com>:
2224 - Added ssh-askpass program
2225 - Added ssh-askpass support to ssh-add.c
2226 - Create symlinks for slogin on install
2227 - Fix "distclean" target in makefile
2228 - Added example for ssh-agent to manpage
2229 - Added support for PAM_TEXT_INFO messages
2230 - Disable internal /etc/nologin support if PAM enabled
2231 - Merged latest OpenBSD CVS changes:
Damien Millerfd7c9111999-11-08 16:15:55 +11002232 - [all] replace assert() with error, fatal or packet_disconnect
Damien Miller356a0b01999-11-08 15:30:59 +11002233 - [sshd.c] don't send fail-msg but disconnect if too many authentication
2234 failures
Damien Miller356a0b01999-11-08 15:30:59 +11002235 - [sshd.c] remove unused argument. ok dugsong
2236 - [sshd.c] typo
2237 - [rsa.c] clear buffers used for encryption. ok: niels
2238 - [rsa.c] replace assert() with error, fatal or packet_disconnect
Damien Miller5ac5f1c1999-11-08 15:50:14 +11002239 - [auth-krb4.c] remove unused argument. ok dugsong
Damien Miller356a0b01999-11-08 15:30:59 +11002240 - Fixed coredump after merge of OpenBSD rsa.c patch
Damien Millere8d90681999-11-08 18:09:57 +11002241 - Released 1.2pre8
Damien Miller356a0b01999-11-08 15:30:59 +11002242
Damien Miller0aa8e531999-11-02 19:05:02 +1100224319991102
2244 - Merged change from OpenBSD CVS
2245 - One-line cleanup in sshd.c
2246
Damien Miller744da801999-10-30 09:12:25 +1000224719991030
2248 - Integrated debian package support from Dan Brosemer <odin@linuxfreak.com>
Damien Miller1e4772c1999-10-30 11:39:56 +10002249 - Merged latest updates for OpenBSD CVS:
2250 - channels.[ch] - remove broken x11 fix and document istate/ostate
2251 - ssh-agent.c - call setsid() regardless of argv[]
2252 - ssh.c - save a few lines when disabling rhosts-{rsa-}auth
2253 - Documentation cleanups
2254 - Renamed README -> README.Ylonen
2255 - Renamed README.openssh ->README
Damien Miller744da801999-10-30 09:12:25 +10002256
Damien Miller070f7a11999-10-29 10:29:29 +1000225719991029
2258 - Renamed openssh* back to ssh* at request of Theo de Raadt
2259 - Incorporated latest changes from OpenBSD's CVS
2260 - Integrated Makefile patch from Niels Kristian Bech Jensen <nkbj@image.dk>
2261 - Integrated PAM env patch from Nalin Dahyabhai <nalin.dahyabhai@pobox.com>
Damien Miller07a826d1999-10-29 11:49:20 +10002262 - Make distclean now removed configure script
2263 - Improved PAM logging
2264 - Added some debug() calls for PAM
Damien Miller65b3c131999-10-29 12:37:01 +10002265 - Removed redundant subdirectories
Damien Millere4340be2000-09-16 13:29:08 +11002266 - Integrated part of a patch from Dan Brosemer <odin@linuxfreak.com> for
Damien Miller65b3c131999-10-29 12:37:01 +10002267 building on Debian.
Damien Millerd0562b31999-10-29 13:09:40 +10002268 - Fixed off-by-one error in PAM env patch
2269 - Released 1.2pre6
Damien Miller070f7a11999-10-29 10:29:29 +10002270
Damien Miller7f6ea021999-10-28 13:25:17 +1000227119991028
2272 - Further PAM enhancements.
2273 - Much cleaner
2274 - Now uses account and session modules for all logins.
2275 - Integrated patch from Dan Brosemer <odin@linuxfreak.com>
2276 - Build fixes
2277 - Autoconf
2278 - Change binary names to open*
2279 - Fixed autoconf script to detect PAM on RH6.1
2280 - Added tests for libpwdb, and OpenBSD functions to autoconf
Damien Millereff18d61999-10-28 14:14:38 +10002281 - Released 1.2pre4
Damien Miller29b5a591999-10-28 15:46:27 +10002282
2283 - Imported latest OpenBSD CVS code
2284 - Updated README.openssh
Damien Miller34d0b611999-10-28 17:51:40 +10002285 - Released 1.2pre5
Damien Miller29b5a591999-10-28 15:46:27 +10002286
Damien Miller7f6ea021999-10-28 13:25:17 +1000228719991027
2288 - Adapted PAM patch.
2289 - Released 1.0pre2
Damien Millerd4a8b7e1999-10-27 13:42:43 +10002290
Damien Miller7f6ea021999-10-28 13:25:17 +10002291 - Excised my buggy replacements for strlcpy and mkdtemp
2292 - Imported correct OpenBSD strlcpy and mkdtemp routines.
2293 - Reduced arc4random_stir entropy read to 32 bytes (256 bits)
2294 - Picked up correct version number from OpenBSD
2295 - Added sshd.pam PAM configuration file
2296 - Added sshd.init Redhat init script
2297 - Added openssh.spec RPM spec file
2298 - Released 1.2pre3
Damien Millerd4a8b7e1999-10-27 13:42:43 +10002299
Damien Miller7f6ea021999-10-28 13:25:17 +1000230019991026
2301 - Fixed include paths of OpenSSL functions
2302 - Use OpenSSL MD5 routines
2303 - Imported RC4 code from nanocrypt
2304 - Wrote replacements for OpenBSD arc4random* functions
2305 - Wrote replacements for strlcpy and mkdtemp
2306 - Released 1.0pre1