blob: 552bcfcafd8c4aea94b996bbf46f57dcc37cc171 [file] [log] [blame]
Damien Miller59939352000-10-15 12:21:32 +1100120001015
2 - (djm) Fix ssh2 hang on background processes at logout.
3
Damien Miller60819b42000-10-14 11:16:12 +1100420001014
Ben Lindstromb4df15d2000-10-15 00:17:36 +00005 - (bal) Add support for realpath and getcwd for platforms with broken
6 or missing realpath implementations for sftp-server.
7 - (bal) Corrected mistake in INSTALL in regards to GNU rx library
Ben Lindstromca1c2a02000-10-14 21:33:19 +00008 - (bal) Add support for GNU rx library for those lacking regexp support
Damien Miller60819b42000-10-14 11:16:12 +11009 - (djm) Don't accept PAM_PROMPT_ECHO_ON messages during initial auth
Damien Miller15b29522000-10-14 12:33:48 +110010 - (djm) Revert SSH2 serverloop hack, will find a better way.
Damien Miller89d97962000-10-14 12:37:19 +110011 - (djm) Add workaround for Linux 2.4's gratuitious errno change. Patch
12 from Martin Johansson <fatbob@acc.umu.se>
Damien Miller874d77b2000-10-14 16:23:11 +110013 - (djm) Big OpenBSD sync:
14 - markus@cvs.openbsd.org 2000/09/30 10:27:44
15 [log.c]
16 allow loglevel debug
17 - markus@cvs.openbsd.org 2000/10/03 11:59:57
18 [packet.c]
19 hmac->mac
20 - markus@cvs.openbsd.org 2000/10/03 12:03:03
21 [auth-krb4.c auth-passwd.c auth-rh-rsa.c auth-rhosts.c auth-rsa.c auth1.c]
22 move fake-auth from auth1.c to individual auth methods, disables s/key in
23 debug-msg
24 - markus@cvs.openbsd.org 2000/10/03 12:16:48
25 ssh.c
26 do not resolve canonname, i have no idea why this was added oin ossh
27 - markus@cvs.openbsd.org 2000/10/09 15:30:44
28 ssh-keygen.1 ssh-keygen.c
29 -X now reads private ssh.com DSA keys, too.
30 - markus@cvs.openbsd.org 2000/10/09 15:32:34
31 auth-options.c
32 clear options on every call.
33 - markus@cvs.openbsd.org 2000/10/09 15:51:00
34 authfd.c authfd.h
35 interop with ssh-agent2, from <res@shore.net>
36 - markus@cvs.openbsd.org 2000/10/10 14:20:45
37 compat.c
38 use rexexp for version string matching
39 - provos@cvs.openbsd.org 2000/10/10 22:02:18
40 [kex.c kex.h myproposal.h ssh.h ssh2.h sshconnect2.c sshd.c dh.c dh.h]
41 First rough implementation of the diffie-hellman group exchange. The
42 client can ask the server for bigger groups to perform the diffie-hellman
43 in, thus increasing the attack complexity when using ciphers with longer
44 keys. University of Windsor provided network, T the company.
45 - markus@cvs.openbsd.org 2000/10/11 13:59:52
46 [auth-rsa.c auth2.c]
47 clear auth options unless auth sucessfull
48 - markus@cvs.openbsd.org 2000/10/11 14:00:27
49 [auth-options.h]
50 clear auth options unless auth sucessfull
51 - markus@cvs.openbsd.org 2000/10/11 14:03:27
52 [scp.1 scp.c]
53 support 'scp -o' with help from mouring@pconline.com
54 - markus@cvs.openbsd.org 2000/10/11 14:11:35
55 [dh.c]
56 Wall
57 - markus@cvs.openbsd.org 2000/10/11 14:14:40
58 [auth.h auth2.c readconf.c readconf.h readpass.c servconf.c servconf.h]
59 [ssh.h sshconnect2.c sshd_config auth2-skey.c cli.c cli.h]
60 add support for s/key (kbd-interactive) to ssh2, based on work by
61 mkiernan@avantgo.com and me
62 - markus@cvs.openbsd.org 2000/10/11 14:27:24
63 [auth.c auth1.c auth2.c authfile.c cipher.c cipher.h kex.c kex.h]
64 [myproposal.h packet.c readconf.c session.c ssh.c ssh.h sshconnect1.c]
65 [sshconnect2.c sshd.c]
66 new cipher framework
67 - markus@cvs.openbsd.org 2000/10/11 14:45:21
68 [cipher.c]
69 remove DES
70 - markus@cvs.openbsd.org 2000/10/12 03:59:20
71 [cipher.c cipher.h sshconnect1.c sshconnect2.c sshd.c]
72 enable DES in SSH-1 clients only
73 - markus@cvs.openbsd.org 2000/10/12 08:21:13
74 [kex.h packet.c]
75 remove unused
76 - markus@cvs.openbsd.org 2000/10/13 12:34:46
77 [sshd.c]
78 Kludge for F-Secure Macintosh < 1.0.2; appro@fy.chalmers.se
79 - markus@cvs.openbsd.org 2000/10/13 12:59:15
80 [cipher.c cipher.h myproposal.h rijndael.c rijndael.h]
81 rijndael/aes support
82 - markus@cvs.openbsd.org 2000/10/13 13:10:54
83 [sshd.8]
84 more info about -V
85 - markus@cvs.openbsd.org 2000/10/13 13:12:02
86 [myproposal.h]
87 prefer no compression
Damien Millere4041c92000-10-14 17:45:58 +110088 - (djm) Fix scp user@host handling
89 - (djm) Don't clobber ssh_prng_cmds on install
Kevin Stevescee23de2000-10-14 10:51:18 +000090 - (stevesk) Include config.h in rijndael.c so we define intXX_t and
91 u_intXX_t types on all platforms.
Kevin Stevesf16b9d22000-10-14 10:57:04 +000092 - (stevesk) rijndael.c: cleanup missing declaration warnings.
Kevin Steves092f2ef2000-10-14 13:36:13 +000093 - (stevesk) ~/.hushlogin shouldn't cause required password change to
94 be bypassed.
Kevin Stevese0f49142000-10-14 17:51:48 +000095 - (stevesk) Display correct path to ssh-askpass in configure output.
96 Report from Lutz Jaenicke.
Damien Miller60819b42000-10-14 11:16:12 +110097
Kevin Stevescccca272000-10-07 11:16:55 +00009820001007
99 - (stevesk) Print PAM return value in PAM log messages to aid
100 with debugging.
Kevin Steves48b7cc02000-10-07 13:24:00 +0000101 - (stevesk) Fix detection of pw_class struct member in configure;
102 patch from KAMAHARA Junzo <kamahara@cc.kshosen.ac.jp>
103
Damien Millere68f92b2000-10-02 21:42:15 +110010420001002
105 - (djm) Fix USER_PATH, report from Kevin Steves <stevesk@sweden.hp.com>
106 - (djm) Add host system and CC to end-of-configure report. Suggested by
107 Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
108
Damien Miller05dd7952000-10-01 00:42:48 +110010920000931
110 - (djm) Cygwin fixes from Corinna Vinschen <vinschen@cygnus.com>
111
Damien Miller190d5a82000-09-30 09:43:19 +110011220000930
Damien Millerbea034a2000-09-30 09:43:32 +1100113 - (djm) Irix ssh_prng_cmds path fix from Pekka Savola <pekkas@netcore.fi>
Damien Millerb88532e2000-09-30 09:53:59 +1100114 - (djm) Support in bsd-snprintf.c for long long conversions from
115 Ben Lindstrom <mouring@pconline.com>
116 - (djm) Cleanup NeXT support from Ben Lindstrom <mouring@pconline.com>
Damien Millercf3888d2000-09-30 14:17:52 +1100117 - (djm) Ignore SIGPIPEs from serverloop to child. Fixes crashes with
118 very short lived X connections. Bug report from Tobias Oetiker
119 <oetiker@ee.ethz.ch>. Fix from Markus Friedl <markus@cvs.openbsd.org>
Damien Millerb27ef9e2000-09-30 14:29:44 +1100120 - (djm) Add recent InitScripts as a RPM dependancy for openssh-server
121 patch from Pekka Savola <pekkas@netcore.fi>
Damien Miller7294baa2000-09-30 14:40:39 +1100122 - (djm) Forgot to cvs add LICENSE file
Damien Miller51155a72000-09-30 14:41:38 +1100123 - (djm) Add LICENSE to RPM spec files
Damien Millerd3444942000-09-30 14:20:03 +1100124 - (djm) CVS OpenBSD sync:
125 - markus@cvs.openbsd.org 2000/09/26 13:59:59
126 [clientloop.c]
127 use debug2
128 - markus@cvs.openbsd.org 2000/09/27 15:41:34
129 [auth2.c sshconnect2.c]
130 use key_type()
131 - markus@cvs.openbsd.org 2000/09/28 12:03:18
132 [channels.c]
133 debug -> debug2 cleanup
Damien Miller87f43ff2000-09-30 21:36:54 +1100134 - (djm) Irix strips "/dev/tty" from [uw]tmp entries (other systems only
135 strip "/dev/"). Fix loginrec.c based on patch from Alain St-Denis
136 <Alain.St-Denis@ec.gc.ca>
137 - (djm) Fix 9 character passphrase failure with gnome-ssh-askpass.
138 Problem was caused by interrupted read in ssh-add. Report from Donald
139 J. Barry <don@astro.cornell.edu>
Damien Miller190d5a82000-09-30 09:43:19 +1100140
Damien Miller15e7d4b2000-09-29 10:57:35 +110014120000929
142 - (djm) Fix SSH2 not terminating until all background tasks done problem.
Damien Miller280e71b2000-09-29 10:59:28 +1100143 - (djm) Another off-by-one fix from Pavel Kankovsky
144 <peak@argo.troja.mff.cuni.cz>
Damien Millercb5e44a2000-09-29 12:12:36 +1100145 - (djm) Clean up. Strip some unnecessary differences with OpenBSD's code,
146 tidy necessary differences. Use Markus' new debugN() in entropy.c
Damien Miller78315eb2000-09-29 23:01:36 +1100147 - (djm) Merged big SCO portability patch from Tim Rice
148 <tim@multitalents.net>
Damien Miller15e7d4b2000-09-29 10:57:35 +1100149
Damien Miller96f0c722000-09-26 12:09:48 +110015020000926
151 - (djm) Update X11-askpass to 1.0.2 in RPM spec file
Damien Millere772b682000-09-26 13:10:37 +1100152 - (djm) Define _REENTRANT to pickup strtok_r() on HP/UX
153 - (djm) Security: fix off-by-one buffer overrun in fake-getnameinfo.c.
154 Report and fix from Pavel Kankovsky <peak@argo.troja.mff.cuni.cz>
Damien Miller96f0c722000-09-26 12:09:48 +1100155
Damien Miller72c9a7e2000-09-24 11:10:13 +110015620000924
157 - (djm) Merged cleanup patch from Mark Miller <markm@swoon.net>
158 - (djm) A bit more cleanup - created cygwin_util.h
Damien Miller80ecfe82000-09-24 11:21:31 +1100159 - (djm) Include strtok_r() from OpenBSD libc. Fixes report from Mark Miller
160 <markm@swoon.net>
Damien Miller72c9a7e2000-09-24 11:10:13 +1100161
Damien Millerd6f204d2000-09-23 13:57:27 +110016220000923
163 - (djm) Fix address logging in utmp from Kevin Steves
164 <stevesk@sweden.hp.com>
Damien Miller96002332000-09-23 14:00:09 +1100165 - (djm) Redhat spec and manpage fixes from Pekka Savola <pekkas@netcore.fi>
Damien Miller578783e2000-09-23 14:12:24 +1100166 - (djm) Seperate tests for int64_t and u_int64_t types
Damien Miller62dd94b2000-09-23 14:26:32 +1100167 - (djm) Tweak password expiry checking at suggestion of Kevin Steves
168 <stevesk@sweden.hp.com>
Damien Millerb9c2ce82000-09-23 14:52:50 +1100169 - (djm) NeXT patch from Ben Lindstrom <mouring@pconline.com>
Damien Millerf056e232000-09-23 14:58:32 +1100170 - (djm) Use printf %lld instead of %qd in sftp-server.c. Fix from
171 Michael Stone <mstone@cs.loyola.edu>
Damien Miller62cee002000-09-23 17:15:56 +1100172 - (djm) OpenBSD CVS sync:
173 - markus@cvs.openbsd.org 2000/09/17 09:38:59
174 [sshconnect2.c sshd.c]
175 fix DEBUG_KEXDH
176 - markus@cvs.openbsd.org 2000/09/17 09:52:51
177 [sshconnect.c]
178 yes no; ok niels@
179 - markus@cvs.openbsd.org 2000/09/21 04:55:11
180 [sshd.8]
181 typo
182 - markus@cvs.openbsd.org 2000/09/21 05:03:54
183 [serverloop.c]
184 typo
185 - markus@cvs.openbsd.org 2000/09/21 05:11:42
186 scp.c
187 utime() to utimes(); mouring@pconline.com
188 - markus@cvs.openbsd.org 2000/09/21 05:25:08
189 sshconnect2.c
190 change login logic in ssh2, allows plugin of other auth methods
191 - markus@cvs.openbsd.org 2000/09/21 05:25:35
192 [auth2.c channels.c channels.h clientloop.c dispatch.c dispatch.h]
193 [serverloop.c]
194 add context to dispatch_run
195 - markus@cvs.openbsd.org 2000/09/21 05:07:52
196 authfd.c authfd.h ssh-agent.c
197 bug compat for old ssh.com software
Damien Millerd6f204d2000-09-23 13:57:27 +1100198
Damien Millerf13f75d2000-09-21 21:51:07 +110019920000920
200 - (djm) Fix bad path substitution. Report from Andrew Miner
201 <asminer@cs.iastate.edu>
202
Damien Millere4340be2000-09-16 13:29:08 +110020320000916
Damien Millera1b61e12000-09-16 17:02:16 +1100204 - (djm) Fix SSL search order from Lutz Jaenicke
205 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
Damien Miller2efcd3c2000-09-16 16:30:55 +1100206 - (djm) New SuSE spec from Corinna Vinschen <corinna@vinschen.de>
Damien Millerb70b61f2000-09-16 16:25:12 +1100207 - (djm) Update CygWin support from Corinna Vinschen <vinschen@cygnus.com>
Damien Miller52cbcbf2000-09-16 16:21:28 +1100208 - (djm) Use a real struct sockaddr inside the fake struct sockaddr_storage.
209 Patch from Larry Jones <larry.jones@sdrc.com>
Damien Miller9d5705a2000-09-16 16:09:27 +1100210 - (djm) Add Steve VanDevender's <stevev@darkwing.uoregon.edu> PAM
211 password change patch.
212 - (djm) Bring licenses on my stuff in line with OpenBSD's
Damien Miller8a1e6a62000-09-16 15:55:52 +1100213 - (djm) Cleanup auth-passwd.c and unify HP/UX authentication. Patch from
214 Kevin Steves <stevesk@sweden.hp.com>
Damien Miller606f8802000-09-16 15:39:56 +1100215 - (djm) Shadow expiry check fix from Pavel Troller <patrol@omni.sinus.cz>
216 - (djm) Re-enable int64_t types - we need them for sftp
217 - (djm) Use libexecdir from configure , rather than libexecdir/ssh
218 - (djm) Update Redhat SPEC file accordingly
219 - (djm) Add Kevin Steves <stevesk@sweden.hp.com> HP/UX contrib files
220 - (djm) Add Charles Levert <charles@comm.polymtl.ca> getpgrp patch
221 - (djm) Fix password auth on HP/UX 10.20. Patch from Dirk De Wachter
222 <Dirk.DeWachter@rug.ac.be>
223 - (djm) Fixprogs and entropy list fixes from Larry Jones
224 <larry.jones@sdrc.com>
225 - (djm) Fix for SuSE spec file from Takashi YOSHIDA
226 <tyoshida@gemini.rc.kyushu-u.ac.jp>
Damien Millere4340be2000-09-16 13:29:08 +1100227 - (djm) Merge OpenBSD changes:
228 - markus@cvs.openbsd.org 2000/09/05 02:59:57
229 [session.c]
230 print hostname (not hushlogin)
231 - markus@cvs.openbsd.org 2000/09/05 13:18:48
232 [authfile.c ssh-add.c]
233 enable ssh-add -d for DSA keys
234 - markus@cvs.openbsd.org 2000/09/05 13:20:49
235 [sftp-server.c]
236 cleanup
237 - markus@cvs.openbsd.org 2000/09/06 03:46:41
238 [authfile.h]
239 prototype
240 - deraadt@cvs.openbsd.org 2000/09/07 14:27:56
241 [ALL]
242 cleanup copyright notices on all files. I have attempted to be
243 accurate with the details. everything is now under Tatu's licence
244 (which I copied from his readme), and/or the core-sdi bsd-ish thing
245 for deattack, or various openbsd developers under a 2-term bsd
246 licence. We're not changing any rules, just being accurate.
247 - markus@cvs.openbsd.org 2000/09/07 14:40:30
248 [channels.c channels.h clientloop.c serverloop.c ssh.c]
249 cleanup window and packet sizes for ssh2 flow control; ok niels
250 - markus@cvs.openbsd.org 2000/09/07 14:53:00
251 [scp.c]
252 typo
253 - markus@cvs.openbsd.org 2000/09/07 15:13:37
254 [auth-options.c auth-options.h auth-rh-rsa.c auth-rsa.c auth.c]
255 [authfile.h canohost.c channels.h compat.c hostfile.h log.c match.h]
256 [pty.c readconf.c]
257 some more Copyright fixes
258 - markus@cvs.openbsd.org 2000/09/08 03:02:51
259 [README.openssh2]
260 bye bye
261 - deraadt@cvs.openbsd.org 2000/09/11 18:38:33
262 [LICENCE cipher.c]
263 a few more comments about it being ARC4 not RC4
264 - markus@cvs.openbsd.org 2000/09/12 14:53:11
265 [log-client.c log-server.c log.c ssh.1 ssh.c ssh.h sshd.8 sshd.c]
266 multiple debug levels
267 - markus@cvs.openbsd.org 2000/09/14 14:25:15
268 [clientloop.c]
269 typo
270 - deraadt@cvs.openbsd.org 2000/09/15 01:13:51
271 [ssh-agent.c]
272 check return value for setenv(3) for failure, and deal appropriately
273
Damien Millerf384c362000-09-13 10:43:26 +110027420000913
275 - (djm) Fix server not exiting with jobs in background.
276
Damien Miller7b28dc52000-09-05 13:34:53 +110027720000905
278 - (djm) Import OpenBSD CVS changes
279 - markus@cvs.openbsd.org 2000/08/31 15:52:24
280 [Makefile sshd.8 sshd_config sftp-server.8 sftp-server.c]
281 implement a SFTP server. interops with sftp2, scp2 and the windows
282 client from ssh.com
283 - markus@cvs.openbsd.org 2000/08/31 15:56:03
284 [README.openssh2]
285 sync
286 - markus@cvs.openbsd.org 2000/08/31 16:05:42
287 [session.c]
288 Wall
289 - markus@cvs.openbsd.org 2000/08/31 16:09:34
290 [authfd.c ssh-agent.c]
291 add a flag to SSH2_AGENTC_SIGN_REQUEST for future extensions
292 - deraadt@cvs.openbsd.org 2000/09/01 09:25:13
293 [scp.1 scp.c]
294 cleanup and fix -S support; stevesk@sweden.hp.com
295 - markus@cvs.openbsd.org 2000/09/01 16:29:32
296 [sftp-server.c]
297 portability fixes
298 - markus@cvs.openbsd.org 2000/09/01 16:32:41
299 [sftp-server.c]
300 fix cast; mouring@pconline.com
301 - itojun@cvs.openbsd.org 2000/09/03 09:23:28
302 [ssh-add.1 ssh.1]
303 add missing .El against .Bl.
304 - markus@cvs.openbsd.org 2000/09/04 13:03:41
305 [session.c]
306 missing close; ok theo
307 - markus@cvs.openbsd.org 2000/09/04 13:07:21
308 [session.c]
309 fix get_last_login_time order; from andre@van-veen.de
310 - markus@cvs.openbsd.org 2000/09/04 13:10:09
311 [sftp-server.c]
312 more cast fixes; from mouring@pconline.com
313 - markus@cvs.openbsd.org 2000/09/04 13:06:04
314 [session.c]
315 set SSH_ORIGINAL_COMMAND; from Leakin@dfw.nostrum.com, bet@rahul.net
316 - (djm) Cleanup after import. Fix sftp-server compilation, Makefile
Damien Millerbac2d8a2000-09-05 16:13:06 +1100317 - (djm) Merge cygwin support from Corinna Vinschen <vinschen@cygnus.com>
318
Damien Miller123cbe82000-09-03 19:14:58 +110031920000903
320 - (djm) Fix Redhat init script
321
Damien Miller50f14f82000-09-01 14:14:37 +110032220000901
323 - (djm) Pick up Jim's new X11-askpass
324 - (djm) Release 2.2.0p1
325
Damien Miller238a9fa2000-08-31 09:20:05 +110032620000831
Damien Millere4340be2000-09-16 13:29:08 +1100327 - (djm) Workaround SIGPIPE problems on SCO. Fix from Aran Cox
Damien Miller238a9fa2000-08-31 09:20:05 +1100328 <acox@cv.telegroup.com>
Damien Millerb5c42d92000-08-31 11:13:10 +1100329 - (djm) Pick up new version (2.2.0) from OpenBSD CVS
Damien Miller238a9fa2000-08-31 09:20:05 +1100330
Damien Miller87d29ed2000-08-30 09:21:22 +110033120000830
332 - (djm) Compile warning fixes from Mark Miller <markm@swoon.net>
Damien Millerc30d35c2000-08-30 09:40:09 +1100333 - (djm) Periodically rekey arc4random
334 - (djm) Clean up diff against OpenBSD.
Damien Millere4340be2000-09-16 13:29:08 +1100335 - (djm) HPUX 11 needs USE_PIPES as well: Kevin Steves
Damien Miller5552d7a2000-08-30 09:53:24 +1100336 <stevesk@sweden.hp.com>
Damien Miller7cfaaf22000-08-30 09:57:49 +1100337 - (djm) Quieten the pam delete credentials error message
Damien Miller9a947342000-08-30 10:03:33 +1100338 - (djm) Fix printing of $DISPLAY hack if set by system type. Report from
339 Kevin Steves <stevesk@sweden.hp.com>
Damien Miller77aba9d2000-08-30 10:11:30 +1100340 - (djm) NeXT patch from Ben Lindstrom <mouring@pconline.com>
Damien Miller250ee8b2000-08-30 14:06:35 +1100341 - (djm) Fix doh in bsd-arc4random.c
Damien Miller87d29ed2000-08-30 09:21:22 +1100342
Damien Miller4e0f5e12000-08-29 11:05:50 +110034320000829
Damien Millere4340be2000-09-16 13:29:08 +1100344 - (djm) Fix ^C ignored issue on Solaris. Diagnosis from Gert
345 Doering <gert@greenie.muc.de>, John Horne <J.Horne@plymouth.ac.uk> and
Damien Miller4e0f5e12000-08-29 11:05:50 +1100346 Garrick James <garrick@james.net>
Damien Miller6d8c11f2000-08-29 11:52:38 +1100347 - (djm) Check for SCO pty naming style (ptyp%d/ttyp%d). Based on fix from
348 Bastian Trompetter <btrompetter@firemail.de>
Damien Millere5192fa2000-08-29 14:30:37 +1100349 - (djm) NeXT tweaks from Ben Lindstrom <mouring@pconline.com>
Damien Millercaf6dd62000-08-29 11:33:50 +1100350 - More OpenBSD updates:
351 - deraadt@cvs.openbsd.org 2000/08/24 15:46:59
352 [scp.c]
353 off_t in sink, to fix files > 2GB, i think, test is still running ;-)
354 - deraadt@cvs.openbsd.org 2000/08/25 10:10:06
355 [session.c]
356 Wall
357 - markus@cvs.openbsd.org 2000/08/26 04:33:43
358 [compat.c]
359 ssh.com-2.3.0
360 - markus@cvs.openbsd.org 2000/08/27 12:18:05
361 [compat.c]
362 compatibility with future ssh.com versions
363 - deraadt@cvs.openbsd.org 2000/08/27 21:50:55
364 [auth-krb4.c session.c ssh-add.c sshconnect.c uidswap.c]
365 print uid/gid as unsigned
366 - markus@cvs.openbsd.org 2000/08/28 13:51:00
367 [ssh.c]
368 enable -n and -f for ssh2
369 - markus@cvs.openbsd.org 2000/08/28 14:19:53
370 [ssh.c]
371 allow combination of -N and -f
372 - markus@cvs.openbsd.org 2000/08/28 14:20:56
373 [util.c]
374 util.c
375 - markus@cvs.openbsd.org 2000/08/28 14:22:02
376 [util.c]
377 undo
378 - markus@cvs.openbsd.org 2000/08/28 14:23:38
379 [util.c]
380 don't complain if setting NONBLOCK fails with ENODEV
Damien Miller4e0f5e12000-08-29 11:05:50 +1100381
Damien Millerb0785672000-08-23 09:10:39 +100038220000823
383 - (djm) Define USE_PIPES to avoid socketpair problems on HPUX 10 and SunOS 4
Damien Millere4340be2000-09-16 13:29:08 +1100384 Avoids "scp never exits" problem. Reports from Lutz Jaenicke
385 <Lutz.Jaenicke@aet.TU-Cottbus.DE> and Tamito KAJIYAMA
Damien Millerb0785672000-08-23 09:10:39 +1000386 <kajiyama@grad.sccs.chukyo-u.ac.jp>
Damien Millerad833b32000-08-23 10:46:23 +1000387 - (djm) Pick up LOGIN_PROGRAM from environment or PATH if not set by headers
Damien Miller37e7f182000-08-23 10:52:50 +1000388 - (djm) Add local version to version.h
Damien Millerf3df0522000-08-23 15:31:41 +1000389 - (djm) Don't reseed arc4random everytime it is used
Damien Millerad833b32000-08-23 10:46:23 +1000390 - (djm) OpenBSD CVS updates:
391 - deraadt@cvs.openbsd.org 2000/08/18 20:07:23
392 [ssh.c]
393 accept remsh as a valid name as well; roman@buildpoint.com
394 - deraadt@cvs.openbsd.org 2000/08/18 20:17:13
395 [deattack.c crc32.c packet.c]
396 rename crc32() to ssh_crc32() to avoid zlib name clash. do not move to
397 libz crc32 function yet, because it has ugly "long"'s in it;
398 oneill@cs.sfu.ca
399 - deraadt@cvs.openbsd.org 2000/08/18 20:26:08
400 [scp.1 scp.c]
401 -S prog support; tv@debian.org
402 - deraadt@cvs.openbsd.org 2000/08/18 20:50:07
403 [scp.c]
404 knf
405 - deraadt@cvs.openbsd.org 2000/08/18 20:57:33
406 [log-client.c]
407 shorten
408 - markus@cvs.openbsd.org 2000/08/19 12:48:11
409 [channels.c channels.h clientloop.c ssh.c ssh.h]
410 support for ~. in ssh2
411 - deraadt@cvs.openbsd.org 2000/08/19 15:29:40
412 [crc32.h]
413 proper prototype
414 - markus@cvs.openbsd.org 2000/08/19 15:34:44
Damien Millere4340be2000-09-16 13:29:08 +1100415 [authfd.c authfd.h key.c key.h ssh-add.1 ssh-add.c ssh-agent.1]
416 [ssh-agent.c ssh-keygen.c sshconnect1.c sshconnect2.c Makefile]
Damien Millerad833b32000-08-23 10:46:23 +1000417 [fingerprint.c fingerprint.h]
418 add SSH2/DSA support to the agent and some other DSA related cleanups.
419 (note that we cannot talk to ssh.com's ssh2 agents)
420 - markus@cvs.openbsd.org 2000/08/19 15:55:52
421 [channels.c channels.h clientloop.c]
422 more ~ support for ssh2
423 - markus@cvs.openbsd.org 2000/08/19 16:21:19
424 [clientloop.c]
425 oops
426 - millert@cvs.openbsd.org 2000/08/20 12:25:53
427 [session.c]
428 We have to stash the result of get_remote_name_or_ip() before we
429 close our socket or getpeername() will get EBADF and the process
430 will exit. Only a problem for "UseLogin yes".
431 - millert@cvs.openbsd.org 2000/08/20 12:30:59
432 [session.c]
433 Only check /etc/nologin if "UseLogin no" since login(1) may have its
434 own policy on determining who is allowed to login when /etc/nologin
435 is present. Also use the _PATH_NOLOGIN define.
436 - millert@cvs.openbsd.org 2000/08/20 12:42:43
437 [auth1.c auth2.c session.c ssh.c]
438 Add calls to setusercontext() and login_get*(). We basically call
439 setusercontext() in most places where previously we did a setlogin().
440 Add default login.conf file and put root in the "daemon" login class.
441 - millert@cvs.openbsd.org 2000/08/21 10:23:31
442 [session.c]
443 Fix incorrect PATH setting; noted by Markus.
Damien Millerb0785672000-08-23 09:10:39 +1000444
Damien Miller942da032000-08-18 13:59:06 +100044520000818
446 - (djm) OpenBSD CVS changes:
447 - markus@cvs.openbsd.org 2000/07/22 03:14:37
448 [servconf.c servconf.h sshd.8 sshd.c sshd_config]
449 random early drop; ok theo, niels
450 - deraadt@cvs.openbsd.org 2000/07/26 11:46:51
451 [ssh.1]
452 typo
453 - deraadt@cvs.openbsd.org 2000/08/01 11:46:11
454 [sshd.8]
455 many fixes from pepper@mail.reppep.com
456 - provos@cvs.openbsd.org 2000/08/01 13:01:42
457 [Makefile.in util.c aux.c]
458 rename aux.c to util.c to help with cygwin port
459 - deraadt@cvs.openbsd.org 2000/08/02 00:23:31
460 [authfd.c]
461 correct sun_len; Alexander@Leidinger.net
462 - provos@cvs.openbsd.org 2000/08/02 10:27:17
463 [readconf.c sshd.8]
464 disable kerberos authentication by default
465 - provos@cvs.openbsd.org 2000/08/02 11:27:05
466 [sshd.8 readconf.c auth-krb4.c]
467 disallow kerberos authentication if we can't verify the TGT; from
468 dugsong@
469 kerberos authentication is on by default only if you have a srvtab.
470 - markus@cvs.openbsd.org 2000/08/04 14:30:07
471 [auth.c]
472 unused
473 - markus@cvs.openbsd.org 2000/08/04 14:30:35
474 [sshd_config]
475 MaxStartups
476 - markus@cvs.openbsd.org 2000/08/15 13:20:46
477 [authfd.c]
478 cleanup; ok niels@
479 - markus@cvs.openbsd.org 2000/08/17 14:05:10
480 [session.c]
481 cleanup login(1)-like jobs, no duplicate utmp entries
482 - markus@cvs.openbsd.org 2000/08/17 14:06:34
483 [session.c sshd.8 sshd.c]
484 sshd -u len, similar to telnetd
Damien Millerc1132e72000-08-18 14:08:38 +1000485 - (djm) Lastlog was not getting closed after writing login entry
Damien Millera7f58292000-08-18 14:43:41 +1000486 - (djm) Add Solaris package support from Rip Loomis <loomisg@cist.saic.com>
Damien Miller942da032000-08-18 13:59:06 +1000487
Damien Miller11fa2cc2000-08-16 10:35:58 +100048820000816
489 - (djm) Replacement for inet_ntoa for Irix (which breaks on gcc)
Damien Millere4340be2000-09-16 13:29:08 +1100490 - (djm) Fix strerror replacement for old SunOS. Based on patch from
Damien Miller11fa2cc2000-08-16 10:35:58 +1000491 Charles Levert <charles@comm.polymtl.ca>
Damien Millere4340be2000-09-16 13:29:08 +1100492 - (djm) Seperate arc4random into seperate file and use OpenSSL's RC4
Damien Miller11fa2cc2000-08-16 10:35:58 +1000493 implementation.
Damien Miller3241fa12000-08-18 14:59:59 +1000494 - (djm) SUN_LEN macro for systems which lack it
Damien Miller11fa2cc2000-08-16 10:35:58 +1000495
Damien Miller348c9b72000-08-15 10:01:22 +100049620000815
497 - (djm) More SunOS 4.1.x fixes from Nate Itkin <nitkin@europa.com>
Damien Millerc83aa832000-08-15 10:08:00 +1000498 - (djm) Avoid failures on Irix when ssh is not setuid. Fix from
499 Michael Stone <mstone@cs.loyola.edu>
Damien Millere477ef62000-08-15 10:21:17 +1000500 - (djm) Don't seek in directory based lastlogs
Damien Millere4340be2000-09-16 13:29:08 +1100501 - (djm) Fix --with-ipaddr-display configure option test. Patch from
Damien Millere477ef62000-08-15 10:21:17 +1000502 Jarno Huuskonen <jhuuskon@messi.uku.fi>
Damien Miller0da2eaa2000-08-15 11:32:59 +1000503 - (djm) Fix AIX limits from Alexandre Oliva <oliva@lsd.ic.unicamp.br>
Damien Miller348c9b72000-08-15 10:01:22 +1000504
Damien Milleref7ed5e2000-08-13 10:31:12 +100050520000813
506 - (djm) Add $(srcdir) to includes when compiling (for VPATH). Report from
507 Fabrice bacchella <fabrice.bacchella@marchfirst.fr>
508
Damien Millerd17b8d52000-08-09 14:42:28 +100050920000809
Damien Millere4340be2000-09-16 13:29:08 +1100510 - (djm) Define AIX hard limits if headers don't. Report from
Damien Millerd17b8d52000-08-09 14:42:28 +1000511 Bill Painter <william.t.painter@lmco.com>
Damien Millere4340be2000-09-16 13:29:08 +1100512 - (djm) utmp direct write & SunOS 4 patch from Charles Levert
Damien Miller36ccb5c2000-08-09 16:34:27 +1000513 <charles@comm.polymtl.ca>
Damien Millerd17b8d52000-08-09 14:42:28 +1000514
Damien Millerab8d1922000-08-08 16:53:28 +100051520000808
516 - (djm) Cleanup Redhat RPMs. Generate keys at runtime rather than install
517 time, spec file cleanup.
518
Damien Miller729e1f12000-08-07 15:39:13 +100051920000807
Damien Miller52652f52000-08-07 15:54:39 +1000520 - (djm) Set 0755 on binaries during install. Report from Lutz Jaenicke
Damien Miller0f091bd2000-08-07 15:47:48 +1000521 - (djm) Suppress error messages on channel close shutdown() failurs
522 works around Linux bug. Patch from Zack Weinberg <zack@wolery.cumb.org>
Damien Miller52652f52000-08-07 15:54:39 +1000523 - (djm) Add some more entropy collection commands from Lutz Jaenicke
Damien Miller729e1f12000-08-07 15:39:13 +1000524
Damien Miller7b60a172000-07-25 09:04:37 +100052520000725
526 - (djm) Fix autoconf typo: HAVE_BINRESVPORT_AF -> HAVE_BINDRESVPORT_AF
527
Damien Miller994cf142000-07-21 10:19:44 +100052820000721
529 - (djm) OpenBSD CVS updates:
530 - markus@cvs.openbsd.org 2000/07/16 02:27:22
531 [authfd.c authfd.h channels.c clientloop.c ssh-add.c ssh-agent.c ssh.c]
532 [sshconnect1.c sshconnect2.c]
533 make ssh-add accept dsa keys (the agent does not)
534 - djm@cvs.openbsd.org 2000/07/17 19:25:02
535 [sshd.c]
536 Another closing of stdin; ok deraadt
537 - markus@cvs.openbsd.org 2000/07/19 18:33:12
538 [dsa.c]
539 missing free, reorder
540 - markus@cvs.openbsd.org 2000/07/20 16:23:14
541 [ssh-keygen.1]
542 document input and output files
543
Damien Miller9dec7762000-07-20 10:00:59 +100054420000720
Damien Miller994cf142000-07-21 10:19:44 +1000545 - (djm) Spec file fix from Petr Novotny <Petr.Novotny@antek.cz>
Damien Miller9dec7762000-07-20 10:00:59 +1000546
Damien Millera8dbd9d2000-07-16 13:25:00 +100054720000716
Damien Miller994cf142000-07-21 10:19:44 +1000548 - (djm) Release 2.1.1p4
Damien Millera8dbd9d2000-07-16 13:25:00 +1000549
Damien Millerecbb26d2000-07-15 14:59:14 +100055020000715
Damien Millerbe484b52000-07-15 14:14:16 +1000551 - (djm) OpenBSD CVS updates
552 - provos@cvs.openbsd.org 2000/07/13 16:53:22
553 [aux.c readconf.c servconf.c ssh.h]
554 allow multiple whitespace but only one '=' between tokens, bug report from
555 Ralf S. Engelschall <rse@engelschall.com> but different fix. okay deraadt@
556 - provos@cvs.openbsd.org 2000/07/13 17:14:09
557 [clientloop.c]
558 typo; todd@fries.net
559 - provos@cvs.openbsd.org 2000/07/13 17:19:31
560 [scp.c]
561 close can fail on AFS, report error; from Greg Hudson <ghudson@mit.edu>
562 - markus@cvs.openbsd.org 2000/07/14 16:59:46
563 [readconf.c servconf.c]
564 allow leading whitespace. ok niels
565 - djm@cvs.openbsd.org 2000/07/14 22:01:38
566 [ssh-keygen.c ssh.c]
567 Always create ~/.ssh with mode 700; ok Markus
Damien Millerecbb26d2000-07-15 14:59:14 +1000568 - Fixes for SunOS 4.1.4 from Gordon Atwood <gordon@cs.ualberta.ca>
569 - Include floatingpoint.h for entropy.c
570 - strerror replacement
Damien Millerbe484b52000-07-15 14:14:16 +1000571
Damien Miller182ee6e2000-07-12 09:45:27 +100057220000712
Damien Miller5de43db2000-07-12 11:12:55 +1000573 - (djm) Remove -lresolve for Reliant Unix
Damien Miller182ee6e2000-07-12 09:45:27 +1000574 - (djm) OpenBSD CVS Updates:
575 - deraadt@cvs.openbsd.org 2000/07/11 02:11:34
576 [session.c sshd.c ]
577 make MaxStartups code still work with -d; djm
578 - deraadt@cvs.openbsd.org 2000/07/11 13:17:45
579 [readconf.c ssh_config]
580 disable FallBackToRsh by default
Damien Miller5de43db2000-07-12 11:12:55 +1000581 - (djm) Replace in_addr_t with u_int32_t in bsd-inet_aton.c. Report from
582 Ben Lindstrom <mouring@pconline.com>
Damien Miller5a119bc2000-07-12 14:34:11 +1000583 - (djm) Make building of X11-Askpass and GNOME-Askpass optional in RPM
584 spec file.
Damien Miller2e7ba692000-07-12 21:10:23 +1000585 - (djm) Released 2.1.1p3
Damien Miller182ee6e2000-07-12 09:45:27 +1000586
Damien Miller65964d62000-07-11 09:16:22 +100058720000711
588 - (djm) Fixup for AIX getuserattr() support from Tom Bertelson
589 <tbert@abac.com>
Damien Miller2ae714f2000-07-11 09:29:50 +1000590 - (djm) ReliantUNIX support from Udo Schweigert <ust@cert.siemens.de>
Damien Millere4340be2000-09-16 13:29:08 +1100591 - (djm) NeXT: dirent structures to get scp working from Ben Lindstrom
Damien Miller99bca602000-07-11 12:02:36 +1000592 <mouring@pconline.com>
Damien Millere4340be2000-09-16 13:29:08 +1100593 - (djm) Fix broken inet_ntoa check and ut_user/ut_name confusion, report
Damien Miller7a0e5dc2000-07-11 12:15:54 +1000594 from Jim Watt <jimw@peisj.pebio.com>
Damien Miller168e6ac2000-07-11 12:23:01 +1000595 - (djm) Replaced bsd-snprintf.c with one from Mutt source tree, it is known
596 to compile on more platforms (incl NeXT).
Damien Miller3b9734c2000-07-11 14:54:22 +1000597 - (djm) Added bsd-inet_aton and configure support for NeXT
Damien Millerbc33bd42000-07-11 14:59:08 +1000598 - (djm) Misc NeXT fixes from Ben Lindstrom <mouring@pconline.com>
Damien Miller37023962000-07-11 17:31:38 +1000599 - (djm) OpenBSD CVS updates:
600 - markus@cvs.openbsd.org 2000/06/26 03:22:29
601 [authfd.c]
602 cleanup, less cut&paste
603 - markus@cvs.openbsd.org 2000/06/26 15:59:19
604 [servconf.c servconf.h session.c sshd.8 sshd.c]
Damien Millere4340be2000-09-16 13:29:08 +1100605 MaxStartups: limit number of unauthenticated connections, work by
Damien Miller37023962000-07-11 17:31:38 +1000606 theo and me
607 - deraadt@cvs.openbsd.org 2000/07/05 14:18:07
608 [session.c]
609 use no_x11_forwarding_flag correctly; provos ok
610 - provos@cvs.openbsd.org 2000/07/05 15:35:57
611 [sshd.c]
612 typo
613 - aaron@cvs.openbsd.org 2000/07/05 22:06:58
614 [scp.1 ssh-agent.1 ssh-keygen.1 sshd.8]
Damien Millere4340be2000-09-16 13:29:08 +1100615 Insert more missing .El directives. Our troff really should identify
Damien Miller37023962000-07-11 17:31:38 +1000616 these and spit out a warning.
617 - todd@cvs.openbsd.org 2000/07/06 21:55:04
618 [auth-rsa.c auth2.c ssh-keygen.c]
619 clean code is good code
620 - deraadt@cvs.openbsd.org 2000/07/07 02:14:29
621 [serverloop.c]
622 sense of port forwarding flag test was backwards
623 - provos@cvs.openbsd.org 2000/07/08 17:17:31
624 [compat.c readconf.c]
625 replace strtok with strsep; from David Young <dyoung@onthejob.net>
626 - deraadt@cvs.openbsd.org 2000/07/08 19:21:15
627 [auth.h]
628 KNF
629 - ho@cvs.openbsd.org 2000/07/08 19:27:33
630 [compat.c readconf.c]
631 Better conditions for strsep() ending.
632 - ho@cvs.openbsd.org 2000/07/10 10:27:05
633 [readconf.c]
634 Get the correct message on errors. (niels@ ok)
635 - ho@cvs.openbsd.org 2000/07/10 10:30:25
636 [cipher.c kex.c servconf.c]
637 strtok() --> strsep(). (niels@ ok)
Damien Miller4d97ba22000-07-11 18:15:50 +1000638 - (djm) Fix problem with debug mode and MaxStartups
Damien Miller54ba4692000-07-11 18:39:20 +1000639 - (djm) Don't generate host keys when $(DESTDIR) is set (e.g. during RPM
640 builds)
Damien Miller3077fb92000-07-11 21:34:34 +1000641 - (djm) Add strsep function from OpenBSD libc for systems that lack it
Damien Miller65964d62000-07-11 09:16:22 +1000642
Damien Miller4e997202000-07-09 21:21:52 +100064320000709
644 - (djm) Only enable PAM_TTY kludge for Linux. Problem report from
645 Kevin Steves <stevesk@sweden.hp.com>
Damien Miller8148fa32000-07-09 21:23:52 +1000646 - (djm) Match prototype and function declaration for rresvport_af.
647 Problem report from Niklas Edmundsson <nikke@ing.umu.se>
Damien Millere4340be2000-09-16 13:29:08 +1100648 - (djm) Missing $(DESTDIR) on host-key target causing problems with RPM
Damien Miller01006272000-07-09 21:29:37 +1000649 builds. Problem report from Gregory Leblanc <GLeblanc@cu-portland.edu>
Damien Millerb38ea862000-07-09 21:37:49 +1000650 - (djm) Replace ut_name with ut_user. Patch from Jim Watt
651 <jimw@peisj.pebio.com>
Damien Millerf9b625c2000-07-09 22:42:32 +1000652 - (djm) Fix pam sprintf fix
653 - (djm) Cleanup entropy collection code a little more. Split initialisation
654 from seeding, perform intialisation immediatly at start, be careful with
655 uids. Based on problem report from Jim Watt <jimw@peisj.pebio.com>
Damien Miller31abc9a2000-07-09 23:26:27 +1000656 - (djm) More NeXT compatibility from Ben Lindstrom <mouring@pconline.com>
657 Including sigaction() et al. replacements
Damien Millere4340be2000-09-16 13:29:08 +1100658 - (djm) AIX getuserattr() session initialisation from Tom Bertelson
Damien Miller39c0a1c2000-07-09 23:55:08 +1000659 <tbert@abac.com>
Damien Miller4e997202000-07-09 21:21:52 +1000660
Damien Millerce40c702000-07-08 10:14:08 +100066120000708
Damien Millere4340be2000-09-16 13:29:08 +1100662 - (djm) Fix bad fprintf format handling in auth-pam.c. Patch from
Damien Millerce40c702000-07-08 10:14:08 +1000663 Aaron Hopkins <aaron@die.net>
Damien Miller90dcc052000-07-08 10:17:40 +1000664 - (djm) Fix incorrect configure handling of --with-rsh-path option. Fix from
665 Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
Damien Millere4340be2000-09-16 13:29:08 +1100666 - (djm) Fixed undefined variables for OSF SIA. Report from
Damien Millerfe668e42000-07-08 10:44:13 +1000667 Baars, Henk <Hendrik.Baars@nl.origin-it.com>
Damien Millere4340be2000-09-16 13:29:08 +1100668 - (djm) Handle EWOULDBLOCK returns from read() and write() in atomicio.c
Damien Millerf2fdbe52000-07-08 10:57:08 +1000669 Fix from Marquess, Steve Mr JMLFDC <Steve.Marquess@DET.AMEDD.ARMY.MIL>
Damien Millere4340be2000-09-16 13:29:08 +1100670 - (djm) Don't use inet_addr.
Damien Millerce40c702000-07-08 10:14:08 +1000671
Damien Miller9b6d4ab2000-07-02 08:43:18 +100067220000702
673 - (djm) Fix brace mismatch from Corinna Vinschen <vinschen@cygnus.com>
Damien Millerc7088432000-07-02 18:44:54 +1000674 - (djm) Stop shadow expiry checking from preventing logins with NIS. Based
675 on fix from HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
Damien Miller484118e2000-07-02 19:13:56 +1000676 - (djm) Use standard OpenSSL functions in auth-skey.c. Patch from
677 Chris, the Young One <cky@pobox.com>
Damien Millere4340be2000-09-16 13:29:08 +1100678 - (djm) Fix scp progress meter on really wide terminals. Based on patch
Damien Miller0809a0a2000-07-02 19:33:54 +1000679 from James H. Cloos Jr. <cloos@jhcloos.com>
Damien Miller9b6d4ab2000-07-02 08:43:18 +1000680
Damien Millerd8cfda62000-07-01 12:56:09 +100068120000701
682 - (djm) Fix Tru64 SIA problems reported by John P Speno <speno@isc.upenn.edu>
Damien Miller8e81ed32000-07-01 13:17:42 +1000683 - (djm) Login fixes from Tom Bertelson <tbert@abac.com>
Damien Miller28adeef2000-07-01 13:29:26 +1000684 - (djm) Replace "/bin/sh" with _PATH_BSHELL. Report from Corinna Vinschen
685 <vinschen@cygnus.com>
Damien Miller7b413d22000-07-01 13:24:21 +1000686 - (djm) Replace "/usr/bin/login" with LOGIN_PROGRAM
Damien Millercb170cb2000-07-01 16:52:55 +1000687 - (djm) Added check for broken snprintf() functions which do not correctly
688 terminate output string and attempt to use replacement.
Damien Millerc9270992000-07-01 19:42:32 +1000689 - (djm) Released 2.1.1p2
Damien Millerd8cfda62000-07-01 12:56:09 +1000690
Damien Miller53c5d462000-06-28 00:50:50 +100069120000628
692 - (djm) Fixes to lastlog code for Irix
693 - (djm) Use atomicio in loginrec
Damien Miller91606b12000-06-28 08:22:29 +1000694 - (djm) Patch from Michael Stone <mstone@cs.loyola.edu> to add support for
695 Irix 6.x array sessions, project id's, and system audit trail id.
Damien Miller262ff172000-06-28 08:24:49 +1000696 - (djm) Added 'distprep' make target to simplify packaging
Damien Millere4340be2000-09-16 13:29:08 +1100697 - (djm) Added patch from Chris Adams <cmadams@hiwaay.net> to add OSF SIA
Damien Millerb8c656e2000-06-28 15:22:41 +1000698 support. Enable using "USE_SIA=1 ./configure [options]"
Damien Millere4340be2000-09-16 13:29:08 +1100699
Damien Millerf8af08d2000-06-27 09:40:06 +100070020000627
701 - (djm) Fixes to login code - not setting li->uid, cleanups
Damien Millerdd47aa22000-06-27 11:18:27 +1000702 - (djm) Formatting
Damien Millerf8af08d2000-06-27 09:40:06 +1000703
Damien Miller8dd33fd2000-06-26 10:20:19 +100070420000626
Damien Millerc0fd17f2000-06-26 10:22:53 +1000705 - (djm) Better fix to aclocal tests from Garrick James <garrick@james.net>
Damien Miller1f335fb2000-06-26 11:31:33 +1000706 - (djm) Account expiry support from Andreas Steinmetz <ast@domdv.de>
707 - (djm) Added password expiry checking (no password change support)
Damien Miller64681252000-06-26 13:01:33 +1000708 - (djm) Make EGD failures non-fatal if OpenSSL's entropy pool is still OK
709 based on patch from Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
Damien Miller08006472000-06-26 13:55:31 +1000710 - (djm) Fix fixed EGD code.
Damien Millerc0fd17f2000-06-26 10:22:53 +1000711 - OpenBSD CVS update
712 - provos@cvs.openbsd.org 2000/06/25 14:17:58
713 [channels.c]
714 correct check for bad channel ids; from Wei Dai <weidai@eskimo.com>
715
Damien Millerb54b40e2000-06-23 08:23:34 +100071620000623
Damien Millere4340be2000-09-16 13:29:08 +1100717 - (djm) Use sa_family_t in prototype for rresvport_af. Patch from
Damien Millerb54b40e2000-06-23 08:23:34 +1000718 Svante Signell <svante.signell@telia.com>
719 - (djm) Autoconf logic to define sa_family_t if it is missing
Damien Millerbf7f4662000-06-23 10:16:38 +1000720 - OpenBSD CVS Updates:
721 - markus@cvs.openbsd.org 2000/06/22 10:32:27
722 [sshd.c]
723 missing atomicio; report from Steve.Marquess@DET.AMEDD.ARMY.MIL
724 - djm@cvs.openbsd.org 2000/06/22 17:55:00
725 [auth-krb4.c key.c radix.c uuencode.c]
726 Missing CVS idents; ok markus
Damien Millerb54b40e2000-06-23 08:23:34 +1000727
Damien Miller099f5052000-06-22 20:57:11 +100072820000622
729 - (djm) Automatically generate host key during "make install". Suggested
730 by Gary E. Miller <gem@rellim.com>
731 - (djm) Paranoia before kill() system call
Damien Miller6536c7d2000-06-22 21:32:31 +1000732 - OpenBSD CVS Updates:
733 - markus@cvs.openbsd.org 2000/06/18 18:50:11
734 [auth2.c compat.c compat.h sshconnect2.c]
735 make userauth+pubkey interop with ssh.com-2.2.0
736 - markus@cvs.openbsd.org 2000/06/18 20:56:17
737 [dsa.c]
738 mem leak + be more paranoid in dsa_verify.
739 - markus@cvs.openbsd.org 2000/06/18 21:29:50
740 [key.c]
741 cleanup fingerprinting, less hardcoded sizes
742 - markus@cvs.openbsd.org 2000/06/19 19:39:45
743 [atomicio.c auth-options.c auth-passwd.c auth-rh-rsa.c auth-rhosts.c]
744 [auth-rsa.c auth-skey.c authfd.c authfd.h authfile.c bufaux.c bufaux.h]
Damien Millere4340be2000-09-16 13:29:08 +1100745 [buffer.c buffer.h canohost.c channels.c channels.h cipher.c cipher.h]
Damien Miller6536c7d2000-06-22 21:32:31 +1000746 [clientloop.c compat.c compat.h compress.c compress.h crc32.c crc32.h]
747 [deattack.c dispatch.c dsa.c fingerprint.c fingerprint.h getput.h hmac.c]
Damien Millere4340be2000-09-16 13:29:08 +1100748 [kex.c log-client.c log-server.c login.c match.c mpaux.c mpaux.h nchan.c]
749 [nchan.h packet.c packet.h pty.c pty.h readconf.c readconf.h readpass.c]
Damien Miller6536c7d2000-06-22 21:32:31 +1000750 [rsa.c rsa.h scp.c servconf.c servconf.h ssh-add.c ssh-keygen.c ssh.c]
751 [ssh.h tildexpand.c ttymodes.c ttymodes.h uidswap.c xmalloc.c xmalloc.h]
752 OpenBSD tag
753 - markus@cvs.openbsd.org 2000/06/21 10:46:10
754 sshconnect2.c missing free; nuke old comment
Damien Miller099f5052000-06-22 20:57:11 +1000755
Damien Milleredb82922000-06-20 13:25:52 +100075620000620
757 - (djm) Replace use of '-o' and '-a' logical operators in configure tests
Damien Millere4340be2000-09-16 13:29:08 +1100758 with '||' and '&&'. As suggested by Jim Knoble <jmknoble@pint-stowp.cx>
Damien Milleredb82922000-06-20 13:25:52 +1000759 to fix SCO Unixware problem reported by Gary E. Miller <gem@rellim.com>
Damien Miller2f022952000-06-20 13:50:01 +1000760 - (djm) Typo in loginrec.c
Damien Milleredb82922000-06-20 13:25:52 +1000761
Damien Miller7b22d652000-06-18 14:07:04 +100076220000618
763 - (djm) Add summary of configure options to end of ./configure run
Damien Millere4340be2000-09-16 13:29:08 +1100764 - (djm) Not all systems define RUSAGE_SELF & RUSAGE_CHILDREN. Report from
Damien Miller7b22d652000-06-18 14:07:04 +1000765 Michael Stone <mstone@cs.loyola.edu>
Damien Millere4340be2000-09-16 13:29:08 +1100766 - (djm) rusage is a privileged operation on some Unices (incl.
Damien Miller7b22d652000-06-18 14:07:04 +1000767 Solaris 2.5.1). Report from Paul D. Smith <pausmith@nortelnetworks.com>
Damien Millere4340be2000-09-16 13:29:08 +1100768 - (djm) Avoid PAM failures when running without a TTY. Report from
Damien Miller7b22d652000-06-18 14:07:04 +1000769 Martin Petrak <petrak@spsknm.schools.sk>
770 - (djm) Include sys/types.h when including netinet/in.h in configure tests.
771 Patch from Jun-ichiro itojun Hagino <itojun@iijlab.net>
Damien Miller0f91b4e2000-06-18 15:43:25 +1000772 - (djm) Started merge of Ben Lindstrom's <mouring@pconline.com> NeXT support
Damien Millerf6d9e222000-06-18 14:50:44 +1000773 - OpenBSD CVS updates:
774 - deraadt@cvs.openbsd.org 2000/06/17 09:58:46
775 [channels.c]
776 everyone says "nix it" (remove protocol 2 debugging message)
777 - markus@cvs.openbsd.org 2000/06/17 13:24:34
778 [sshconnect.c]
779 allow extended server banners
780 - markus@cvs.openbsd.org 2000/06/17 14:30:10
781 [sshconnect.c]
782 missing atomicio, typo
783 - jakob@cvs.openbsd.org 2000/06/17 16:52:34
784 [servconf.c servconf.h session.c sshd.8 sshd_config]
785 add support for ssh v2 subsystems. ok markus@.
786 - deraadt@cvs.openbsd.org 2000/06/17 18:57:48
787 [readconf.c servconf.c]
788 include = in WHITESPACE; markus ok
789 - markus@cvs.openbsd.org 2000/06/17 19:09:10
790 [auth2.c]
791 implement bug compatibility with ssh-2.0.13 pubkey, server side
792 - markus@cvs.openbsd.org 2000/06/17 21:00:28
793 [compat.c]
794 initial support for ssh.com's 2.2.0
795 - markus@cvs.openbsd.org 2000/06/17 21:16:09
796 [scp.c]
797 typo
798 - markus@cvs.openbsd.org 2000/06/17 22:05:02
799 [auth-rsa.c auth2.c serverloop.c session.c auth-options.c auth-options.h]
800 split auth-rsa option parsing into auth-options
801 add options support to authorized_keys2
802 - markus@cvs.openbsd.org 2000/06/17 22:42:54
803 [session.c]
804 typo
Damien Miller7b22d652000-06-18 14:07:04 +1000805
Damien Millera66626b2000-06-13 18:57:53 +100080620000613
807 - (djm) Fixes from Andrew McGill <andrewm@datrix.co.za>:
808 - Platform define for SCO 3.x which breaks on /dev/ptmx
809 - Detect and try to fix missing MAXPATHLEN
Damien Miller1a132252000-06-13 21:23:17 +1000810 - (djm) Fix short copy in loginrec.c (based on patch from Phill Camp
811 <P.S.S.Camp@ukc.ac.uk>
Damien Millera66626b2000-06-13 18:57:53 +1000812
Damien Millere69f18c2000-06-12 16:38:54 +100081320000612
814 - (djm) Glob manpages in RPM spec files to catch compressed files
815 - (djm) Full license in auth-pam.c
Damien Millerc29de952000-06-12 23:04:18 +1000816 - (djm) Configure fixes from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
andre35ad6be2000-06-12 22:41:27 +0000817 - (andre) AIX, lastlog, configure fixes from Tom Bertelson <tbert@abac.com>:
818 - Don't try to retrieve lastlog from wtmp/wtmpx if DISABLE_LASTLOG is
819 def'd
820 - Set AIX to use preformatted manpages
Damien Millere4340be2000-09-16 13:29:08 +1100821
Damien Millerc601a752000-06-10 08:33:38 +100082220000610
823 - (djm) Minor doc tweaks
Damien Millerd900e452000-06-10 16:51:33 +1000824 - (djm) Fix for configure on bash2 from Jim Knoble <jmknoble@jmknoble.cx>
Damien Millerc601a752000-06-10 08:33:38 +1000825
Damien Millera1cb6442000-06-09 11:58:35 +100082620000609
827 - (djm) Patch from Kenji Miyake <kenji@miyake.org> to disable utmp usage
828 (in favour of utmpx) on Solaris 8
829
Damien Millere37bfc12000-06-05 09:37:43 +100083020000606
Damien Miller14c12cb2000-06-07 22:20:23 +1000831 - (djm) Cleanup of entropy.c. Reorganised code, removed second pass through
832 list of commands (by default). Removed verbose debugging (by default).
Damien Millere4340be2000-09-16 13:29:08 +1100833 - (djm) Increased command entropy estimates and default entropy collection
Damien Miller14c12cb2000-06-07 22:20:23 +1000834 timeout
Damien Millerd5bf3072000-06-07 21:32:13 +1000835 - (djm) Remove duplicate headers from loginrec.c
Damien Miller9e110892000-06-07 21:05:46 +1000836 - (djm) Don't add /usr/local/lib to library search path on Irix
Damien Millere4340be2000-09-16 13:29:08 +1100837 - (djm) Fix rsh path in RPMs. Report from Jason L Tibbitts III
Damien Millerd3a18572000-06-07 19:55:44 +1000838 <tibbs@math.uh.edu>
Damien Miller5314ae72000-06-07 20:08:19 +1000839 - (djm) Warn user if grabs fail in GNOME askpass. Patch from Zack Weinberg
840 <zack@wolery.cumb.org>
Damien Millerd3a18572000-06-07 19:55:44 +1000841 - (djm) OpenBSD CVS updates:
842 - todd@cvs.openbsd.org
843 [sshconnect2.c]
844 teach protocol v2 to count login failures properly and also enable an
845 explanation of why the password prompt comes up again like v1; this is NOT
846 crypto
Damien Millere4340be2000-09-16 13:29:08 +1100847 - markus@cvs.openbsd.org
Damien Millerd3a18572000-06-07 19:55:44 +1000848 [readconf.c readconf.h servconf.c servconf.h session.c ssh.1 ssh.c sshd.8]
849 xauth_location support; pr 1234
850 [readconf.c sshconnect2.c]
851 typo, unused
852 [session.c]
853 allow use_login only for login sessions, otherwise remote commands are
854 execed with uid==0
855 [sshd.8]
856 document UseLogin better
857 [version.h]
858 OpenSSH 2.1.1
859 [auth-rsa.c]
Damien Millere4340be2000-09-16 13:29:08 +1100860 fix match_hostname() logic for auth-rsa: deny access if we have a
Damien Millerd3a18572000-06-07 19:55:44 +1000861 negative match or no match at all
862 [channels.c hostfile.c match.c]
Damien Millere4340be2000-09-16 13:29:08 +1100863 don't panic if mkdtemp fails for authfwd; jkb@yahoo-inc.com via
Damien Millerd3a18572000-06-07 19:55:44 +1000864 kris@FreeBSD.org
865
86620000606
Damien Millere4340be2000-09-16 13:29:08 +1100867 - (djm) Added --with-cflags, --with-ldflags and --with-libs options to
Damien Millere37bfc12000-06-05 09:37:43 +1000868 configure.
869
Damien Miller2994e082000-06-04 15:51:47 +100087020000604
871 - Configure tweaking for new login code on Irix 5.3
andrea86c7ec2000-06-04 17:00:15 +0000872 - (andre) login code changes based on djm feedback
Damien Miller2994e082000-06-04 15:51:47 +1000873
andrea86c7ec2000-06-04 17:00:15 +000087420000603
875 - (andre) New login code
876 - Remove bsd-login.[ch] and all the OpenBSD-derived code in login.c
877 - Add loginrec.[ch], logintest.c and autoconf code
Damien Millere4340be2000-09-16 13:29:08 +1100878
Damien Miller2f6a0ad2000-05-31 11:20:11 +100087920000531
880 - Cleanup of auth.c, login.c and fake-*
881 - Cleanup of auth-pam.c, save and print "account expired" error messages
Damien Miller1ea8ac72000-05-31 11:24:34 +1000882 - Fix EGD read bug by IWAMURO Motonori <iwa@mmp.fujitsu.co.jp>
Damien Miller1c773922000-05-31 13:57:18 +1000883 - Rewrote bsd-login to use proper utmp API if available. Major cleanup
884 of fallback DIY code.
Damien Miller2f6a0ad2000-05-31 11:20:11 +1000885
Damien Millerbe260a02000-05-30 12:57:46 +100088620000530
887 - Define atexit for old Solaris
Damien Millerc252e2e2000-05-30 13:12:46 +1000888 - Fix buffer overrun in login.c for systems which use syslen in utmpx.
889 patch from YOSHIFUJI Hideaki <yoshfuji@cerberus.nemoto.ecei.tohoku.ac.jp>
Damien Millerb1715dc2000-05-30 13:44:51 +1000890 - OpenBSD CVS updates:
891 - markus@cvs.openbsd.org
892 [session.c]
893 make x11-fwd work w/ localhost (xauth add host/unix:11)
894 [cipher.c compat.c readconf.c servconf.c]
895 check strtok() != NULL; ok niels@
896 [key.c]
897 fix key_read() for uuencoded keys w/o '='
898 [serverloop.c]
899 group ssh1 vs. ssh2 in serverloop
900 [kex.c kex.h myproposal.h sshconnect2.c sshd.c]
901 split kexinit/kexdh, factor out common code
902 [readconf.c ssh.1 ssh.c]
903 forwardagent defaults to no, add ssh -A
904 - theo@cvs.openbsd.org
905 [session.c]
906 just some line shortening
Damien Miller03934f22000-05-30 14:01:10 +1000907 - Released 2.1.0p3
Damien Millerbe260a02000-05-30 12:57:46 +1000908
Damien Millerd999ae22000-05-20 12:49:31 +100090920000520
910 - Xauth fix from Markus Friedl <markus.friedl@informatik.uni-erlangen.de>
Damien Millerad1bc5f2000-05-20 14:53:09 +1000911 - Don't touch utmp if USE_UTMPX defined
Damien Millerdfc83f42000-05-20 15:02:59 +1000912 - SunOS 4.x support from Todd C. Miller <Todd.Miller@courtesan.com>
Damien Millerfda78d92000-05-20 15:33:44 +1000913 - SIGCHLD fix for AIX and HPUX from Tom Bertelson <tbert@abac.com>
Damien Millere4340be2000-09-16 13:29:08 +1100914 - HPUX and Configure fixes from Lutz Jaenicke
Damien Millerfda78d92000-05-20 15:33:44 +1000915 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
Damien Millere4340be2000-09-16 13:29:08 +1100916 - Use mkinstalldirs script to make directories instead of non-portable
Damien Millerfda78d92000-05-20 15:33:44 +1000917 "install -d". Suggested by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
Damien Miller7b63b0f2000-05-20 15:41:26 +1000918 - Doc cleanup
Damien Millerd999ae22000-05-20 12:49:31 +1000919
Damien Milleref7df542000-05-19 00:03:23 +100092020000518
921 - Include Andre Lucas' fixprogs script. Forgot to "cvs add" it yesterday
922 - OpenBSD CVS updates:
923 - markus@cvs.openbsd.org
924 [sshconnect.c]
925 copy only ai_addrlen bytes; misiek@pld.org.pl
926 [auth.c]
Damien Millere4340be2000-09-16 13:29:08 +1100927 accept an empty shell in authentication; bug reported by
Damien Milleref7df542000-05-19 00:03:23 +1000928 chris@tinker.ucr.edu
929 [serverloop.c]
930 we don't have stderr for interactive terminal sessions (fcntl errors)
931
Damien Miller8d1fd572000-05-17 21:34:07 +100093220000517
933 - Fix from Andre Lucas <andre.lucas@dial.pipex.com>
934 - Fixes command line printing segfaults (spotter: Bladt Norbert)
935 - Fixes erroneous printing of debug messages to syslog
936 - Fixes utmp for MacOS X (spotter: Aristedes Maniatis)
937 - Gives useful error message if PRNG initialisation fails
938 - Reduced ssh startup delay
939 - Measures cumulative command time rather than the time between reads
Damien Millerbe484b52000-07-15 14:14:16 +1000940 after select()
Damien Miller8d1fd572000-05-17 21:34:07 +1000941 - 'fixprogs' perl script to eliminate non-working entropy commands, and
Damien Millerbe484b52000-07-15 14:14:16 +1000942 optionally run 'ent' to measure command entropy
Damien Millerd2c208a2000-05-17 22:00:02 +1000943 - Applied Tom Bertelson's <tbert@abac.com> AIX authentication fix
Damien Millerf3c6cf12000-05-17 22:08:29 +1000944 - Avoid WCOREDUMP complation errors for systems that lack it
Damien Millere4340be2000-09-16 13:29:08 +1100945 - Avoid SIGCHLD warnings from entropy commands
Damien Miller0e65eed2000-05-17 22:16:05 +1000946 - Fix HAVE_PAM_GETENVLIST setting from Simon Wilkinson <sxw@dcs.ed.ac.uk>
Damien Millerdcb6ecd2000-05-17 22:34:22 +1000947 - OpenBSD CVS update:
Damien Millere4340be2000-09-16 13:29:08 +1100948 - markus@cvs.openbsd.org
Damien Millerdcb6ecd2000-05-17 22:34:22 +1000949 [ssh.c]
950 fix usage()
951 [ssh2.h]
952 draft-ietf-secsh-architecture-05.txt
953 [ssh.1]
954 document ssh -T -N (ssh2 only)
955 [channels.c serverloop.c ssh.h sshconnect.c sshd.c aux.c]
956 enable nonblocking IO for sshd w/ proto 1, too; split out common code
957 [aux.c]
958 missing include
Damien Miller615f9392000-05-17 22:53:33 +1000959 - Several patches from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
960 - INSTALL typo and URL fix
961 - Makefile fix
962 - Solaris fixes
Damien Millere4340be2000-09-16 13:29:08 +1100963 - Checking for ssize_t and memmove. Based on patch from SAKAI Kiyotaka
Damien Miller615f9392000-05-17 22:53:33 +1000964 <ksakai@kso.netwk.ntt-at.co.jp>
Damien Millerc4be7ce2000-05-17 23:02:03 +1000965 - RSAless operation patch from kevin_oconnor@standardandpoors.com
Damien Miller3b512e12000-05-17 23:29:18 +1000966 - Detect OpenSSL seperatly from RSA
Damien Millere4340be2000-09-16 13:29:08 +1100967 - Better test for RSA (more compatible with RSAref). Based on work by
Damien Miller3b512e12000-05-17 23:29:18 +1000968 Ed Eden <ede370@stl.rural.usda.gov>
Damien Miller8d1fd572000-05-17 21:34:07 +1000969
Damien Miller95fe91b2000-05-13 12:31:22 +100097020000513
Damien Millere4340be2000-09-16 13:29:08 +1100971 - Fix for non-recognised DSA keys from Arkadiusz Miskiewicz
Damien Miller95fe91b2000-05-13 12:31:22 +1000972 <misiek@pld.org.pl>
973
Damien Milleraccfeb32000-05-11 19:10:58 +100097420000511
Damien Millere4340be2000-09-16 13:29:08 +1100975 - Fix for prng_seed permissions checking from Lutz Jaenicke
Damien Milleraccfeb32000-05-11 19:10:58 +1000976 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
Damien Miller95fe91b2000-05-13 12:31:22 +1000977 - "make host-key" fix for Irix
Damien Milleraccfeb32000-05-11 19:10:58 +1000978
Damien Miller30c3d422000-05-09 11:02:59 +100097920000509
980 - OpenBSD CVS update
981 - markus@cvs.openbsd.org
982 [cipher.h myproposal.h readconf.c readconf.h servconf.c ssh.1 ssh.c]
983 [ssh.h sshconnect1.c sshconnect2.c sshd.8]
984 - complain about invalid ciphers in SSH1 (e.g. arcfour is SSH2 only)
985 - hugh@cvs.openbsd.org
986 [ssh.1]
987 - zap typo
988 [ssh-keygen.1]
989 - One last nit fix. (markus approved)
990 [sshd.8]
991 - some markus certified spelling adjustments
992 - markus@cvs.openbsd.org
993 [auth2.c channels.c clientloop.c compat compat.h dsa.c kex.c]
994 [sshconnect2.c ]
995 - bug compat w/ ssh-2.0.13 x11, split out bugs
996 [nchan.c]
997 - no drain if ibuf_empty, fixes x11fwd problems; tests by fries@
998 [ssh-keygen.c]
999 - handle escapes in real and original key format, ok millert@
1000 [version.h]
1001 - OpenSSH-2.1
Damien Miller16e519c2000-05-09 14:28:55 +10001002 - Moved all the bsd-* and fake-* stuff into new libopenbsd-compat.a
Damien Miller54057c22000-05-09 15:03:37 +10001003 - Doc updates
Damien Millere4340be2000-09-16 13:29:08 +11001004 - Cleanup of bsd-base64 headers, bugfix definitions of __b64_*. Reported
Damien Miller95e89632000-05-09 15:28:50 +10001005 by Andre Lucas <andre.lucas@dial.pipex.com>
Damien Miller30c3d422000-05-09 11:02:59 +10001006
Damien Miller58e579b2000-05-08 00:05:31 +1000100720000508
1008 - Makefile and RPM spec fixes
1009 - Generate DSA host keys during "make key" or RPM installs
Damien Miller6d488712000-05-08 13:44:52 +10001010 - OpenBSD CVS update
1011 - markus@cvs.openbsd.org
1012 [clientloop.c sshconnect2.c]
1013 - make x11-fwd interop w/ ssh-2.0.13
1014 [README.openssh2]
1015 - interop w/ SecureFX
1016 - Release 2.0.0beta2
Damien Miller58e579b2000-05-08 00:05:31 +10001017
Damien Millere4340be2000-09-16 13:29:08 +11001018 - Configure caching and cleanup patch from Andre Lucas'
Damien Miller61e50f12000-05-08 20:49:37 +10001019 <andre.lucas@dial.pipex.com>
1020
Damien Millere247cc42000-05-07 12:03:14 +1000102120000507
1022 - Remove references to SSLeay.
1023 - Big OpenBSD CVS update
1024 - markus@cvs.openbsd.org
1025 [clientloop.c]
1026 - typo
1027 [session.c]
1028 - update proctitle on pty alloc/dealloc, e.g. w/ windows client
1029 [session.c]
1030 - update proctitle for proto 1, too
1031 [channels.h nchan.c serverloop.c session.c sshd.c]
1032 - use c-style comments
1033 - deraadt@cvs.openbsd.org
1034 [scp.c]
1035 - more atomicio
Damien Millere4340be2000-09-16 13:29:08 +11001036 - markus@cvs.openbsd.org
Damien Millere247cc42000-05-07 12:03:14 +10001037 [channels.c]
1038 - set O_NONBLOCK
1039 [ssh.1]
1040 - update AUTHOR
1041 [readconf.c ssh-keygen.c ssh.h]
1042 - default DSA key file ~/.ssh/id_dsa
1043 [clientloop.c]
1044 - typo, rm verbose debug
1045 - deraadt@cvs.openbsd.org
1046 [ssh-keygen.1]
1047 - document DSA use of ssh-keygen
1048 [sshd.8]
1049 - a start at describing what i understand of the DSA side
1050 [ssh-keygen.1]
1051 - document -X and -x
1052 [ssh-keygen.c]
1053 - simplify usage
Damien Millere4340be2000-09-16 13:29:08 +11001054 - markus@cvs.openbsd.org
Damien Millere247cc42000-05-07 12:03:14 +10001055 [sshd.8]
1056 - there is no rhosts_dsa
1057 [ssh-keygen.1]
1058 - document -y, update -X,-x
1059 [nchan.c]
1060 - fix close for non-open ssh1 channels
1061 [servconf.c servconf.h ssh.h sshd.8 sshd.c ]
1062 - s/DsaKey/HostDSAKey/, document option
1063 [sshconnect2.c]
1064 - respect number_of_password_prompts
1065 [channels.c channels.h servconf.c servconf.h session.c sshd.8]
1066 - GatewayPorts for sshd, ok deraadt@
1067 [ssh-add.1 ssh-agent.1 ssh.1]
1068 - more doc on: DSA, id_dsa, known_hosts2, authorized_keys2
1069 [ssh.1]
1070 - more info on proto 2
1071 [sshd.8]
1072 - sync AUTHOR w/ ssh.1
1073 [key.c key.h sshconnect.c]
1074 - print key type when talking about host keys
1075 [packet.c]
1076 - clear padding in ssh2
1077 [dsa.c key.c radix.c ssh.h sshconnect1.c uuencode.c uuencode.h]
1078 - replace broken uuencode w/ libc b64_ntop
1079 [auth2.c]
1080 - log failure before sending the reply
1081 [key.c radix.c uuencode.c]
1082 - remote trailing comments before calling __b64_pton
1083 [auth2.c readconf.c readconf.h servconf.c servconf.h ssh.1]
1084 [sshconnect2.c sshd.8]
1085 - add DSAAuthetication option to ssh/sshd, document SSH2 in sshd.8
1086 - Bring in b64_ntop and b64_pton from OpenBSD libc (bsd-base64.[ch])
1087
Damien Miller63560f92000-05-02 09:06:04 +1000108820000502
Damien Miller6f83b8e2000-05-02 09:23:45 +10001089 - OpenBSD CVS update
1090 [channels.c]
1091 - init all fds, close all fds.
1092 [sshconnect2.c]
1093 - check whether file exists before asking for passphrase
1094 [servconf.c servconf.h sshd.8 sshd.c]
1095 - PidFile, pr 1210
1096 [channels.c]
1097 - EINTR
1098 [channels.c]
1099 - unbreak, ok niels@
1100 [sshd.c]
1101 - unlink pid file, ok niels@
1102 [auth2.c]
1103 - Add missing #ifdefs; ok - markus
Damien Millere4340be2000-09-16 13:29:08 +11001104 - Add Andre Lucas' <andre.lucas@dial.pipex.com> patch to read entropy
Damien Miller0437b332000-05-02 09:56:41 +10001105 gathering commands from a text file
Damien Miller63560f92000-05-02 09:06:04 +10001106 - Release 2.0.0beta1
1107
Damien Miller7c8af4f2000-05-01 08:24:07 +1000110820000501
1109 - OpenBSD CVS update
1110 [packet.c]
1111 - send debug messages in SSH2 format
Damien Miller35dabd02000-05-01 21:10:33 +10001112 [scp.c]
1113 - fix very rare EAGAIN/EINTR issues; based on work by djm
1114 [packet.c]
1115 - less debug, rm unused
1116 [auth2.c]
1117 - disable kerb,s/key in ssh2
1118 [sshd.8]
1119 - Minor tweaks and typo fixes.
1120 [ssh-keygen.c]
1121 - Put -d into usage and reorder. markus ok.
Damien Millere4340be2000-09-16 13:29:08 +11001122 - Include missing headers for OpenSSL tests. Fix from Phil Karn
Damien Millere59ce622000-05-01 20:54:17 +10001123 <karn@ka9q.ampr.org>
Damien Millere4340be2000-09-16 13:29:08 +11001124 - Fixed __progname symbol collisions reported by Andre Lucas
Damien Miller70fb6712000-05-01 20:59:50 +10001125 <andre.lucas@dial.pipex.com>
Damien Miller0e489dc2000-05-01 22:53:53 +10001126 - Merged bsd-login ttyslot and AIX utmp patch from Gert Doering
1127 <gd@hilb1.medat.de>
Damien Miller1cead2c2000-05-01 22:55:23 +10001128 - Add some missing ifdefs to auth2.c
Damien Miller7c004262000-05-01 22:57:46 +10001129 - Deprecate perl-tk askpass.
Damien Millerfc0b11b2000-05-02 00:03:55 +10001130 - Irix portability fixes - don't include netinet headers more than once
1131 - Make sure we don't save PRNG seed more than once
Damien Miller7c8af4f2000-05-01 08:24:07 +10001132
Damien Miller1bead332000-04-30 00:47:29 +1000113320000430
1134 - Merge HP-UX fixes and TCB support from Ged Lodder <lodder@yacc.com.au>
Damien Miller4018c192000-04-30 09:30:44 +10001135 - Integrate Andre Lucas' <andre.lucas@dial.pipex.com> entropy collection
1136 patch.
1137 - Adds timeout to entropy collection
1138 - Disables slow entropy sources
1139 - Load and save seed file
Damien Millere4340be2000-09-16 13:29:08 +11001140 - Changed entropy seed code to user per-user seeds only (server seed is
Damien Miller4018c192000-04-30 09:30:44 +10001141 saved in root's .ssh directory)
1142 - Use atexit() and fatal cleanups to save seed on exit
Damien Millerbd483e72000-04-30 10:00:53 +10001143 - More OpenBSD updates:
1144 [session.c]
1145 - don't call chan_write_failed() if we are not writing
1146 [auth-rsa.c auth1.c authfd.c hostfile.c ssh-agent.c]
1147 - keysize warnings error() -> log()
Damien Miller1bead332000-04-30 00:47:29 +10001148
Damien Millereba71ba2000-04-29 23:57:08 +1000114920000429
1150 - Merge big update to OpenSSH-2.0 from OpenBSD CVS
1151 [README.openssh2]
1152 - interop w/ F-secure windows client
1153 - sync documentation
1154 - ssh_host_dsa_key not ssh_dsa_key
1155 [auth-rsa.c]
1156 - missing fclose
1157 [auth.c authfile.c compat.c dsa.c dsa.h hostfile.c key.c key.h radix.c]
1158 [readconf.c readconf.h ssh-add.c ssh-keygen.c ssh.c ssh.h sshconnect.c]
1159 [sshd.c uuencode.c uuencode.h authfile.h]
1160 - add DSA pubkey auth and other SSH2 fixes. use ssh-keygen -[xX]
1161 for trading keys with the real and the original SSH, directly from the
1162 people who invented the SSH protocol.
1163 [auth.c auth.h authfile.c sshconnect.c auth1.c auth2.c sshconnect.h]
1164 [sshconnect1.c sshconnect2.c]
1165 - split auth/sshconnect in one file per protocol version
1166 [sshconnect2.c]
1167 - remove debug
1168 [uuencode.c]
1169 - add trailing =
1170 [version.h]
1171 - OpenSSH-2.0
1172 [ssh-keygen.1 ssh-keygen.c]
1173 - add -R flag: exit code indicates if RSA is alive
1174 [sshd.c]
1175 - remove unused
1176 silent if -Q is specified
1177 [ssh.h]
1178 - host key becomes /etc/ssh_host_dsa_key
1179 [readconf.c servconf.c ]
1180 - ssh/sshd default to proto 1 and 2
1181 [uuencode.c]
1182 - remove debug
1183 [auth2.c ssh-keygen.c sshconnect2.c sshd.c]
1184 - xfree DSA blobs
1185 [auth2.c serverloop.c session.c]
1186 - cleanup logging for sshd/2, respect PasswordAuth no
1187 [sshconnect2.c]
1188 - less debug, respect .ssh/config
1189 [README.openssh2 channels.c channels.h]
Damien Millere4340be2000-09-16 13:29:08 +11001190 - clientloop.c session.c ssh.c
Damien Millereba71ba2000-04-29 23:57:08 +10001191 - support for x11-fwding, client+server
1192
Damien Millera552faf2000-04-21 15:55:20 +1000119320000421
1194 - Merge fix from OpenBSD CVS
1195 [ssh-agent.c]
1196 - Fix memory leak per connection. Report from Andy Spiegl <Andy@Spiegl.de>
1197 via Debian bug #59926
Damien Miller81171112000-04-23 11:14:01 +10001198 - Define __progname in session.c if libc doesn't
1199 - Remove indentation on autoconf #include statements to avoid bug in
Damien Millere4340be2000-09-16 13:29:08 +11001200 DEC Tru64 compiler. Report and fix from David Del Piero
Damien Miller81171112000-04-23 11:14:01 +10001201 <David.DelPiero@qed.qld.gov.au>
Damien Millera552faf2000-04-21 15:55:20 +10001202
Damien Miller3ef692a2000-04-20 07:33:24 +1000120320000420
Damien Millere4340be2000-09-16 13:29:08 +11001204 - Make fixpaths work with perl4, patch from Andre Lucas
Damien Miller3ef692a2000-04-20 07:33:24 +10001205 <andre.lucas@dial.pipex.com>
Damien Miller166fca82000-04-20 07:42:21 +10001206 - Sync with OpenBSD CVS:
1207 [clientloop.c login.c serverloop.c ssh-agent.c ssh.h sshconnect.c sshd.c]
1208 - pid_t
1209 [session.c]
1210 - remove bogus chan_read_failed. this could cause data
1211 corruption (missing data) at end of a SSH2 session.
Damien Millerd0cff3e2000-04-20 23:12:58 +10001212 - Merge fixes from Debian patch from Phil Hands <phil@hands.com>
1213 - Allow setting of PAM service name through CFLAGS (SSHD_PAM_SERVICE)
1214 - Use vhangup to clean up Linux ttys
1215 - Force posix getopt processing on GNU libc systems
Damien Millercfabe862000-04-20 23:27:27 +10001216 - Debian bug #55910 - remove references to ssl(8) manpages
Damien Millerf3a3fee2000-04-20 23:32:48 +10001217 - Debian bug #58031 - ssh_config lies about default cipher
Damien Miller3ef692a2000-04-20 07:33:24 +10001218
Damien Miller8bb73be2000-04-19 16:26:12 +1000121920000419
1220 - OpenBSD CVS updates
1221 [channels.c]
1222 - fix pr 1196, listen_port and port_to_connect interchanged
1223 [scp.c]
Damien Millere4340be2000-09-16 13:29:08 +11001224 - after completion, replace the progress bar ETA counter with a final
Damien Miller8bb73be2000-04-19 16:26:12 +10001225 elapsed time; my idea, aaron wrote the patch
1226 [ssh_config sshd_config]
1227 - show 'Protocol' as an example, ok markus@
1228 [sshd.c]
1229 - missing xfree()
1230 - Add missing header to bsd-misc.c
1231
Damien Miller5f056372000-04-16 12:31:48 +1000123220000416
1233 - Reduce diff against OpenBSD source
Damien Millere4340be2000-09-16 13:29:08 +11001234 - All OpenSSL includes are now unconditionally referenced as
Damien Miller5f056372000-04-16 12:31:48 +10001235 openssl/foo.h
1236 - Pick up formatting changes
1237 - Other minor changed (typecasts, etc) that I missed
1238
Damien Miller4af51302000-04-16 11:18:38 +1000123920000415
1240 - OpenBSD CVS updates.
1241 [ssh.1 ssh.c]
1242 - ssh -2
1243 [auth.c channels.c clientloop.c packet.c packet.h serverloop.c]
1244 [session.c sshconnect.c]
1245 - check payload for (illegal) extra data
1246 [ALL]
1247 whitespace cleanup
1248
Damien Millere71eb912000-04-13 12:19:32 +1000124920000413
1250 - INSTALL doc updates
Damien Miller22c77262000-04-13 12:26:34 +10001251 - Merged OpenBSD updates to include paths.
Damien Millere4340be2000-09-16 13:29:08 +11001252
Damien Miller78928792000-04-12 20:17:38 +1000125320000412
1254 - OpenBSD CVS updates:
1255 - [channels.c]
1256 repair x11-fwd
1257 - [sshconnect.c]
1258 fix passwd prompt for ssh2, less debugging output.
1259 - [clientloop.c compat.c dsa.c kex.c sshd.c]
1260 less debugging output
1261 - [kex.c kex.h sshconnect.c sshd.c]
1262 check for reasonable public DH values
1263 - [README.openssh2 cipher.c cipher.h compat.c compat.h readconf.c]
1264 [readconf.h servconf.c servconf.h ssh.c ssh.h sshconnect.c sshd.c]
1265 add Cipher and Protocol options to ssh/sshd, e.g.:
1266 ssh -o 'Protocol 1,2' if you prefer proto 1, ssh -o 'Ciphers
1267 arcfour,3des-cbc'
1268 - [sshd.c]
1269 print 1.99 only if server supports both
1270
Damien Millerbc7c7cc2000-04-08 17:48:56 +1000127120000408
1272 - Avoid some compiler warnings in fake-get*.c
1273 - Add IPTOS macros for systems which lack them
Damien Miller11e37f62000-04-08 18:23:30 +10001274 - Only set define entropy collection macros if they are found
Damien Millerefb4afe2000-04-12 18:45:05 +10001275 - More large OpenBSD CVS updates:
1276 - [auth.c auth.h servconf.c servconf.h serverloop.c session.c]
1277 [session.h ssh.h sshd.c README.openssh2]
1278 ssh2 server side, see README.openssh2; enable with 'sshd -2'
1279 - [channels.c]
1280 no adjust after close
1281 - [sshd.c compat.c ]
1282 interop w/ latest ssh.com windows client.
Damien Millere4340be2000-09-16 13:29:08 +11001283
Damien Miller1383bd82000-04-06 12:32:37 +1000128420000406
1285 - OpenBSD CVS update:
1286 - [channels.c]
1287 close efd on eof
1288 - [clientloop.c compat.c ssh.c sshconnect.c myproposal.h]
1289 ssh2 client implementation, interops w/ ssh.com and lsh servers.
1290 - [sshconnect.c]
1291 missing free.
1292 - [authfile.c cipher.c cipher.h packet.c sshconnect.c sshd.c]
1293 remove unused argument, split cipher_mask()
1294 - [clientloop.c]
1295 re-order: group ssh1 vs. ssh2
1296 - Make Redhat spec require openssl >= 0.9.5a
1297
Damien Miller193ba882000-04-04 10:21:09 +1000129820000404
1299 - Add tests for RAND_add function when searching for OpenSSL
Damien Miller33b13562000-04-04 14:38:59 +10001300 - OpenBSD CVS update:
1301 - [packet.h packet.c]
1302 ssh2 packet format
1303 - [packet.h packet.c nchan2.ms nchan.h compat.h compat.c]
1304 [channels.h channels.c]
1305 channel layer support for ssh2
1306 - [kex.h kex.c hmac.h hmac.c dsa.c dsa.h]
1307 DSA, keyexchange, algorithm agreement for ssh2
Damien Miller74a333b2000-04-04 15:04:09 +10001308 - Generate manpages before make install not at the end of make all
1309 - Don't seed the rng quite so often
1310 - Always reseed rng when requested
Damien Miller193ba882000-04-04 10:21:09 +10001311
Damien Miller040f3832000-04-03 14:50:43 +1000131220000403
1313 - Wrote entropy collection routines for systems that lack /dev/random
1314 and EGD
Damien Miller70494d12000-04-03 15:57:06 +10001315 - Disable tests and typedefs for 64 bit types. They are currently unused.
Damien Miller040f3832000-04-03 14:50:43 +10001316
Damien Millerb38eff82000-04-01 11:09:21 +1000131720000401
1318 - Big OpenBSD CVS update (mainly beginnings of SSH2 infrastructure)
1319 - [auth.c session.c sshd.c auth.h]
1320 split sshd.c -> auth.c session.c sshd.c plus cleanup and goto-removal
1321 - [bufaux.c bufaux.h]
1322 support ssh2 bignums
1323 - [channels.c channels.h clientloop.c sshd.c nchan.c nchan.h packet.c]
1324 [readconf.c ssh.c ssh.h serverloop.c]
1325 replace big switch() with function tables (prepare for ssh2)
1326 - [ssh2.h]
1327 ssh2 message type codes
1328 - [sshd.8]
1329 reorder Xr to avoid cutting
1330 - [serverloop.c]
1331 close(fdin) if fdin != fdout, shutdown otherwise, ok theo@
1332 - [channels.c]
1333 missing close
1334 allow bigger packets
1335 - [cipher.c cipher.h]
1336 support ssh2 ciphers
1337 - [compress.c]
1338 cleanup, less code
1339 - [dispatch.c dispatch.h]
1340 function tables for different message types
1341 - [log-server.c]
1342 do not log() if debuggin to stderr
1343 rename a cpp symbol, to avoid param.h collision
1344 - [mpaux.c]
1345 KNF
1346 - [nchan.c]
1347 sync w/ channels.c
1348
Damien Miller2c9279f2000-03-26 12:12:34 +1000134920000326
1350 - Better tests for OpenSSL w/ RSAref
Damien Millere4340be2000-09-16 13:29:08 +11001351 - Added replacement setenv() function from OpenBSD libc. Suggested by
Damien Miller2c9279f2000-03-26 12:12:34 +10001352 Ben Lindstrom <mouring@pconline.com>
Damien Miller450a7a12000-03-26 13:04:51 +10001353 - OpenBSD CVS update
1354 - [auth-krb4.c]
1355 -Wall
1356 - [auth-rh-rsa.c auth-rsa.c hostfile.c hostfile.h key.c key.h match.c]
1357 [match.h ssh.c ssh.h sshconnect.c sshd.c]
1358 initial support for DSA keys. ok deraadt@, niels@
1359 - [cipher.c cipher.h]
1360 remove unused cipher_attack_detected code
1361 - [scp.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
1362 Fix some formatting problems I missed before.
1363 - [ssh.1 sshd.8]
1364 fix spelling errors, From: FreeBSD
1365 - [ssh.c]
1366 switch to raw mode only if he _get_ a pty (not if we _want_ a pty).
Damien Miller2c9279f2000-03-26 12:12:34 +10001367
Damien Miller63a46cc2000-03-24 09:24:33 +1100136820000324
1369 - Released 1.2.3
1370
Damien Miller29ea30d2000-03-17 10:54:15 +1100137120000317
1372 - Clarified --with-default-path option.
1373 - Added -blibpath handling for AIX to work around stupid runtime linking.
1374 Problem elucidated by gshapiro@SENDMAIL.ORG by way of Jim Knoble
1375 <jmknoble@pobox.com>
Damien Millerd6121d22000-03-17 23:26:46 +11001376 - Checks for 64 bit int types. Problem report from Mats Fredholm
1377 <matsf@init.se>
Damien Miller7684ee12000-03-17 23:40:15 +11001378 - OpenBSD CVS updates:
Damien Millere4340be2000-09-16 13:29:08 +11001379 - [atomicio.c auth-krb4.c bufaux.c channels.c compress.c fingerprint.c]
Damien Miller7684ee12000-03-17 23:40:15 +11001380 [packet.h radix.c rsa.c scp.c ssh-agent.c ssh-keygen.c sshconnect.c]
1381 [sshd.c]
1382 pedantic: signed vs. unsigned, void*-arithm, etc
1383 - [ssh.1 sshd.8]
1384 Various cleanups and standardizations.
Damien Millere4340be2000-09-16 13:29:08 +11001385 - Runtime error fix for HPUX from Otmar Stahl
Damien Millere37ac5a2000-03-17 23:58:59 +11001386 <O.Stahl@lsw.uni-heidelberg.de>
Damien Miller29ea30d2000-03-17 10:54:15 +11001387
Damien Miller08c788a2000-03-16 07:52:29 +1100138820000316
Damien Millere4340be2000-09-16 13:29:08 +11001389 - Fixed configure not passing LDFLAGS to Solaris. Report from David G.
Damien Miller08c788a2000-03-16 07:52:29 +11001390 Hesprich <dghespri@sprintparanet.com>
Damien Miller166bd442000-03-16 10:48:25 +11001391 - Propogate LD through to Makefile
Damien Millerfd263682000-03-16 11:51:09 +11001392 - Doc cleanups
Damien Millerca9a49c2000-03-16 12:23:13 +11001393 - Added blurb about "scp: command not found" errors to UPGRADING
Damien Miller08c788a2000-03-16 07:52:29 +11001394
Damien Millera1ad4802000-03-15 10:04:54 +1100139520000315
1396 - Fix broken CFLAGS handling during search for OpenSSL. Fixes va_list
1397 problems with gcc/Solaris.
Damien Millere4340be2000-09-16 13:29:08 +11001398 - Don't free argument to putenv() after use (in setenv() replacement).
Damien Millerf09b07a2000-03-15 11:23:48 +11001399 Report from Seigo Tanimura <tanimura@r.dl.itc.u-tokyo.ac.jp>
Damien Millere4340be2000-09-16 13:29:08 +11001400 - Created contrib/ subdirectory. Included helpers from Phil Hands'
Damien Miller8b1c22b2000-03-15 12:13:01 +11001401 Debian package, README file and chroot patch from Ricardo Cerqueira
1402 <rmcc@clix.pt>
Damien Millere4340be2000-09-16 13:29:08 +11001403 - Moved gnome-ssh-askpass.c to contrib directory and removed config
Damien Miller8b1c22b2000-03-15 12:13:01 +11001404 option.
1405 - Slight cleanup to doc files
Damien Miller856799b2000-03-15 21:18:10 +11001406 - Configure fix from Bratislav ILICH <bilic@zepter.ru>
Damien Millera1ad4802000-03-15 10:04:54 +11001407
Damien Miller1c67c992000-03-14 10:16:34 +1100140820000314
Damien Millere4340be2000-09-16 13:29:08 +11001409 - Include macro for IN6_IS_ADDR_V4MAPPED. Report from
Damien Miller1c67c992000-03-14 10:16:34 +11001410 peter@frontierflying.com
Damien Millerdb819592000-03-14 13:44:01 +11001411 - Include /usr/local/include and /usr/local/lib for systems that don't
1412 do it themselves
1413 - -R/usr/local/lib for Solaris
1414 - Fix RSAref detection
1415 - Fix IN6_IS_ADDR_V4MAPPED macro
Damien Miller1c67c992000-03-14 10:16:34 +11001416
Damien Millerb85dcad2000-03-11 11:37:00 +1100141720000311
1418 - Detect RSAref
Damien Miller02491e92000-03-11 11:58:28 +11001419 - OpenBSD CVS change
1420 [sshd.c]
1421 - disallow guessing of root password
Damien Millerd58b3ab2000-03-11 20:05:11 +11001422 - More configure fixes
Damien Miller7bcb0892000-03-11 20:45:40 +11001423 - IPv6 workarounds from Hideaki YOSHIFUJI <yoshfuji@ecei.tohoku.ac.jp>
Damien Millerb85dcad2000-03-11 11:37:00 +11001424
Damien Miller98c7ad62000-03-09 21:27:49 +1100142520000309
1426 - OpenBSD CVS updates to v1.2.3
Damien Millerbe484b52000-07-15 14:14:16 +10001427 [ssh.h atomicio.c]
1428 - int atomicio -> ssize_t (for alpha). ok deraadt@
1429 [auth-rsa.c]
1430 - delay MD5 computation until client sends response, free() early, cleanup.
1431 [cipher.c]
1432 - void* -> unsigned char*, ok niels@
1433 [hostfile.c]
1434 - remove unused variable 'len'. fix comments.
1435 - remove unused variable
1436 [log-client.c log-server.c]
1437 - rename a cpp symbol, to avoid param.h collision
1438 [packet.c]
1439 - missing xfree()
1440 - getsockname() requires initialized tolen; andy@guildsoftware.com
1441 - use getpeername() in packet_connection_is_on_socket(), fixes sshd -i;
1442 from Holger.Trapp@Informatik.TU-Chemnitz.DE
1443 [pty.c pty.h]
Damien Millere4340be2000-09-16 13:29:08 +11001444 - register cleanup for pty earlier. move code for pty-owner handling to
Damien Miller98c7ad62000-03-09 21:27:49 +11001445 pty.c ok provos@, dugsong@
Damien Millerbe484b52000-07-15 14:14:16 +10001446 [readconf.c]
1447 - turn off x11-fwd for the client, too.
1448 [rsa.c]
1449 - PKCS#1 padding
1450 [scp.c]
1451 - allow '.' in usernames; from jedgar@fxp.org
1452 [servconf.c]
1453 - typo: ignore_user_known_hosts int->flag; naddy@mips.rhein-neckar.de
1454 - sync with sshd_config
1455 [ssh-keygen.c]
1456 - enable ssh-keygen -l -f ~/.ssh/known_hosts, ok deraadt@
1457 [ssh.1]
1458 - Change invalid 'CHAT' loglevel to 'VERBOSE'
1459 [ssh.c]
1460 - suppress AAAA query host when '-4' is used; from shin@nd.net.fujitsu.co.jp
1461 - turn off x11-fwd for the client, too.
1462 [sshconnect.c]
1463 - missing xfree()
1464 - retry rresvport_af(), too. from sumikawa@ebina.hitachi.co.jp.
1465 - read error vs. "Connection closed by remote host"
1466 [sshd.8]
1467 - ie. -> i.e.,
1468 - do not link to a commercial page..
1469 - sync with sshd_config
1470 [sshd.c]
1471 - no need for poll.h; from bright@wintelcom.net
1472 - log with level log() not fatal() if peer behaves badly.
1473 - don't panic if client behaves strange. ok deraadt@
1474 - make no-port-forwarding for RSA keys deny both -L and -R style fwding
1475 - delay close() of pty until the pty has been chowned back to root
1476 - oops, fix comment, too.
1477 - missing xfree()
1478 - move XAUTHORITY to subdir. ok dugsong@. fixes debian bug #57907, too.
1479 (http://cgi.debian.org/cgi-bin/bugreport.cgi?archive=no&bug=57907)
Damien Millere4340be2000-09-16 13:29:08 +11001480 - register cleanup for pty earlier. move code for pty-owner handling to
Damien Millerbe484b52000-07-15 14:14:16 +10001481 pty.c ok provos@, dugsong@
1482 - create x11 cookie file
1483 - fix pr 1113, fclose() -> pclose(), todo: remote popen()
1484 - version 1.2.3
Damien Miller98c7ad62000-03-09 21:27:49 +11001485 - Cleaned up
Damien Millere4340be2000-09-16 13:29:08 +11001486 - Removed warning workaround for Linux and devpts filesystems (no longer
Damien Miller8f975b62000-03-09 22:31:13 +11001487 required after OpenBSD updates)
Damien Miller98c7ad62000-03-09 21:27:49 +11001488
Damien Miller1a07ebd2000-03-08 09:03:44 +1100148920000308
1490 - Configure fix from Hiroshi Takekawa <takekawa@sr3.t.u-tokyo.ac.jp>
1491
149220000307
1493 - Released 1.2.2p1
1494
Damien Miller01bedb82000-03-05 16:10:03 +1100149520000305
1496 - Fix DEC compile fix
Damien Millerfac99cd2000-03-05 16:10:45 +11001497 - Explicitly seed OpenSSL's PRNG before checking rsa_alive()
Damien Miller9fb07e42000-03-05 16:22:59 +11001498 - Check for getpagesize in libucb.a if not found in libc. Fix for old
1499 Solaris from Andre Lucas <andre.lucas@dial.pipex.com>
Damien Millere4340be2000-09-16 13:29:08 +11001500 - Check for libwrap if --with-tcp-wrappers option specified. Suggestion
Damien Miller65165f82000-03-05 17:02:45 +11001501 Mate Wierdl <mw@moni.msci.memphis.edu>
Damien Miller01bedb82000-03-05 16:10:03 +11001502
Damien Miller4095f892000-03-03 22:13:52 +1100150320000303
1504 - Added "make host-key" target, Suggestion from Dominik Brettnacher
1505 <domi@saargate.de>
Damien Millere4340be2000-09-16 13:29:08 +11001506 - Don't permanently fail on bind() if getaddrinfo has more choices left for
Damien Miller3c7eeb22000-03-03 22:35:33 +11001507 us. Needed to work around messy IPv6 on Linux. Patch from Arkadiusz
1508 Miskiewicz <misiek@pld.org.pl>
Damien Miller00d4bb12000-03-03 22:48:49 +11001509 - DEC Unix compile fix from David Del Piero <David.DelPiero@qed.qld.gov.au>
1510 - Manpage fix from David Del Piero <David.DelPiero@qed.qld.gov.au>
Damien Miller4095f892000-03-03 22:13:52 +11001511
Damien Millera22ba012000-03-02 23:09:20 +1100151220000302
1513 - Big cleanup of autoconf code
1514 - Rearranged to be a little more logical
1515 - Added -R option for Solaris
1516 - Rewrote OpenSSL detection code. Now uses AC_TRY_RUN with a test program
1517 to detect library and header location _and_ ensure library has proper
1518 RSA support built in (this is a problem with OpenSSL 0.9.5).
Damien Millerc7d8dbb2000-03-02 23:30:53 +11001519 - Applied pty cleanup patch from markus.friedl@informatik.uni-erlangen.de
Damien Millerc4cea3e2000-03-02 23:31:50 +11001520 - Avoid warning message with Unix98 ptys
Damien Millere4340be2000-09-16 13:29:08 +11001521 - Warning was valid - possible race condition on PTYs. Avoided using
Damien Miller204ad072000-03-02 23:56:12 +11001522 platform-specific code.
1523 - Document some common problems
Damien Millere4340be2000-09-16 13:29:08 +11001524 - Allow root access to any key. Patch from
Damien Miller2453d012000-03-02 23:57:18 +11001525 markus.friedl@informatik.uni-erlangen.de
Damien Millera22ba012000-03-02 23:09:20 +11001526
Damien Miller36143d72000-02-07 13:20:26 +1100152720000207
1528 - Removed SOCKS code. Will support through a ProxyCommand.
1529
Damien Miller18522462000-02-03 01:07:07 +1100153020000203
1531 - Fixed SEGVs in authloop, fix from vbzoli@hbrt.hu
Damien Miller0c0e4bf2000-02-03 13:58:51 +11001532 - Add --with-ssl-dir option
Damien Miller18522462000-02-03 01:07:07 +11001533
Damien Miller65527582000-02-02 19:17:40 +1100153420000202
Damien Millere4340be2000-09-16 13:29:08 +11001535 - Fix lastlog code for directory based lastlogs. Fix from Josh Durham
Damien Miller65527582000-02-02 19:17:40 +11001536 <jmd@aoe.vt.edu>
Damien Miller17872522000-02-02 20:56:20 +11001537 - Documentation fixes from HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
Damien Millere4340be2000-09-16 13:29:08 +11001538 - Added URLs to Japanese translations of documents by HARUYAMA Seigo
Damien Miller17872522000-02-02 20:56:20 +11001539 <haruyama@nt.phys.s.u-tokyo.ac.jp>
Damien Miller65527582000-02-02 19:17:40 +11001540
Damien Miller9e53f352000-02-01 23:05:30 +1100154120000201
1542 - Use socket pairs by default (instead of pipes). Prevents race condition
1543 on several (buggy) OSs. Report and fix from tridge@linuxcare.com
1544
Damien Millerf07390e2000-01-29 20:40:22 +1100154520000127
1546 - Seed OpenSSL's random number generator before generating RSA keypairs
1547 - Split random collector into seperate file
Damien Miller6034fdf2000-01-29 20:55:09 +11001548 - Compile fix from Andre Lucas <andre.lucas@dial.pipex.com>
Damien Millerf07390e2000-01-29 20:40:22 +11001549
Damien Miller27f4c782000-01-27 18:22:13 +1100155020000126
1551 - Released 1.2.2 stable
1552
Damien Millere4340be2000-09-16 13:29:08 +11001553 - NeXT keeps it lastlog in /usr/adm. Report from
Damien Miller27f4c782000-01-27 18:22:13 +11001554 mouring@newton.pconline.com
Damien Millere4340be2000-09-16 13:29:08 +11001555 - Added note in UPGRADING re interop with commercial SSH using idea.
Damien Millerc85f9b42000-01-29 10:20:21 +11001556 Report from Jim Knoble <jmknoble@pobox.com>
1557 - Fix linking order for Kerberos/AFS. Fix from Holget Trapp
1558 <Holger.Trapp@Informatik.TU-Chemnitz.DE>
Damien Miller27f4c782000-01-27 18:22:13 +11001559
Damien Millerd89c24b2000-01-26 11:04:48 +1100156020000125
Damien Millere4340be2000-09-16 13:29:08 +11001561 - Fix NULL pointer dereference in login.c. Fix from Andre Lucas
Damien Millerd89c24b2000-01-26 11:04:48 +11001562 <andre.lucas@dial.pipex.com>
Damien Millerfa51a832000-01-26 11:07:22 +11001563 - Reorder PAM initialisation so it does not mess up lastlog. Reported
1564 by Andre Lucas <andre.lucas@dial.pipex.com>
Damien Millere4340be2000-09-16 13:29:08 +11001565 - Use preformatted manpages on SCO, report from Gary E. Miller
Damien Miller0e1cf7c2000-01-26 12:15:30 +11001566 <gem@rellim.com>
1567 - New URL for x11-ssh-askpass.
Damien Millere4340be2000-09-16 13:29:08 +11001568 - Fixpaths was missing /etc/ssh_known_hosts. Report from Jim Knoble
Damien Miller6d844932000-01-26 12:17:50 +11001569 <jmknoble@pobox.com>
Damien Millere4340be2000-09-16 13:29:08 +11001570 - Added 'DESTDIR' option to Makefile to ease package building. Patch from
Damien Miller7d7c60d2000-01-26 14:37:48 +11001571 Jim Knoble <jmknoble@pobox.com>
1572 - Updated RPM spec files to use DESTDIR
Damien Millerd89c24b2000-01-26 11:04:48 +11001573
Damien Miller68cee102000-01-24 17:02:27 +1100157420000124
1575 - Pick up version 1.2.2 from OpenBSD CVS (no changes, just version number
1576 increment)
1577
Damien Miller6fe375d2000-01-23 09:38:00 +1100157820000123
1579 - OpenBSD CVS:
1580 - [packet.c]
1581 getsockname() requires initialized tolen; andy@guildsoftware.com
Damien Millere4340be2000-09-16 13:29:08 +11001582 - AIX patch from Matt Richards <v2matt@btv.ibm.com> and David Rankin
Damien Miller1fa154b2000-01-23 10:32:03 +11001583 <drankin@bohemians.lexington.ky.us>
Damien Millerdef0dc92000-01-23 20:18:35 +11001584 - Fix lastlog support, patch from Andre Lucas <andre.lucas@dial.pipex.com>
Damien Miller6fe375d2000-01-23 09:38:00 +11001585
Damien Miller91427002000-01-22 13:25:13 +1100158620000122
1587 - Fix compilation of bsd-snprintf.c on Solaris, fix from Ben Taylor
1588 <bent@clark.net>
Damien Miller670a4b82000-01-22 13:53:11 +11001589 - Merge preformatted manpage patch from Andre Lucas
1590 <andre.lucas@dial.pipex.com>
Damien Miller07278932000-01-22 14:05:37 +11001591 - Make IPv4 use the default in RPM packages
1592 - Irix uses preformatted manpages
Damien Miller8dbbe6e2000-01-22 18:17:42 +11001593 - Missing htons() in bsd-bindresvport.c, fix from Holger Trapp
1594 <Holger.Trapp@Informatik.TU-Chemnitz.DE>
Damien Millerf052aaf2000-01-22 19:47:21 +11001595 - OpenBSD CVS updates:
1596 - [packet.c]
1597 use getpeername() in packet_connection_is_on_socket(), fixes sshd -i;
1598 from Holger.Trapp@Informatik.TU-Chemnitz.DE
1599 - [sshd.c]
1600 log with level log() not fatal() if peer behaves badly.
1601 - [readpass.c]
Damien Millere4340be2000-09-16 13:29:08 +11001602 instead of blocking SIGINT, catch it ourselves, so that we can clean
1603 the tty modes up and kill ourselves -- instead of our process group
1604 leader (scp, cvs, ...) going away and leaving us in noecho mode.
Damien Millerf052aaf2000-01-22 19:47:21 +11001605 people with cbreak shells never even noticed..
Damien Miller14537852000-01-22 19:57:40 +11001606 - [ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
1607 ie. -> i.e.,
Damien Miller91427002000-01-22 13:25:13 +11001608
Damien Millereca71f82000-01-20 22:38:27 +1100160920000120
1610 - Don't use getaddrinfo on AIX
Damien Miller396691a2000-01-20 22:44:08 +11001611 - Update to latest OpenBSD CVS:
1612 - [auth-rsa.c]
1613 - fix user/1056, sshd keeps restrictions; dbt@meat.net
1614 - [sshconnect.c]
1615 - disable agent fwding for proto 1.3, remove abuse of auth-rsa flags.
1616 - destroy keys earlier
Damien Millere4340be2000-09-16 13:29:08 +11001617 - split key exchange (kex) and user authentication (user-auth),
Damien Milleree1c0b32000-01-21 00:18:15 +11001618 ok: provos@
Damien Miller396691a2000-01-20 22:44:08 +11001619 - [sshd.c]
1620 - no need for poll.h; from bright@wintelcom.net
1621 - disable agent fwding for proto 1.3, remove abuse of auth-rsa flags.
Damien Millere4340be2000-09-16 13:29:08 +11001622 - split key exchange (kex) and user authentication (user-auth),
Damien Milleree1c0b32000-01-21 00:18:15 +11001623 ok: provos@
Damien Miller88b86e42000-01-20 23:13:35 +11001624 - Big manpage and config file cleanup from Andre Lucas
1625 <andre.lucas@dial.pipex.com>
Damien Miller886c63a2000-01-20 23:13:36 +11001626 - Re-added latest (unmodified) OpenBSD manpages
Damien Millereab2ce02000-01-20 23:58:22 +11001627 - Doc updates
Damien Milleree1c0b32000-01-21 00:18:15 +11001628 - NetBSD patch from David Rankin <drankin@bohemians.lexington.ky.us> and
1629 Christos Zoulas <christos@netbsd.org>
Damien Millereca71f82000-01-20 22:38:27 +11001630
Damien Miller9550a242000-01-19 10:41:23 +1100163120000119
Damien Millereaf99942000-01-19 13:45:07 +11001632 - SCO compile fixes from Gary E. Miller <gem@rellim.com>
Damien Miller9550a242000-01-19 10:41:23 +11001633 - Compile fix from Darren_Hall@progressive.com
Damien Miller7d80e342000-01-19 14:36:49 +11001634 - Linux/glibc-2.1.2 takes a *long* time to look up names for AF_UNSPEC
1635 addresses using getaddrinfo(). Added a configure switch to make the
1636 default lookup mode AF_INET
Damien Miller9550a242000-01-19 10:41:23 +11001637
Damien Millerdbd250f2000-01-18 08:57:14 +1100163820000118
1639 - Fixed --with-pid-dir option
Damien Millerca673b32000-01-18 09:01:27 +11001640 - Makefile fix from Gary E. Miller <gem@rellim.com>
Damien Millere4340be2000-09-16 13:29:08 +11001641 - Compile fix for HPUX and Solaris from Andre Lucas
Damien Millere0f45742000-01-18 09:12:06 +11001642 <andre.lucas@dial.pipex.com>
Damien Millerdbd250f2000-01-18 08:57:14 +11001643
Damien Millerb9b94a72000-01-17 09:52:46 +1100164420000117
1645 - Clean up bsd-bindresvport.c. Use arc4random() for picking initial
1646 port, ignore EINVAL errors (Linux) when searching for free port.
Damien Millere4340be2000-09-16 13:29:08 +11001647 - Revert __snprintf -> snprintf aliasing. Apparently Solaris
Damien Miller834171e2000-01-17 09:59:41 +11001648 __snprintf isn't. Report from Theo de Raadt <theo@cvs.openbsd.org>
Damien Millerf693d3b2000-01-17 11:56:27 +11001649 - Document location of Redhat PAM file in INSTALL.
Damien Millere4340be2000-09-16 13:29:08 +11001650 - Fixed X11 forwarding bug on Linux. libc advertises AF_INET6
1651 INADDR_ANY_INIT addresses via getaddrinfo, but may not be able to
Damien Miller19fe9c72000-01-17 15:23:01 +11001652 deliver (no IPv6 kernel support)
Damien Millere2192732000-01-17 13:22:55 +11001653 - Released 1.2.1pre27
Damien Millerb9b94a72000-01-17 09:52:46 +11001654
Damien Miller19fe9c72000-01-17 15:23:01 +11001655 - Fix rresvport_af failure errors (logic error in bsd-bindresvport.c)
Damien Millere4340be2000-09-16 13:29:08 +11001656 - Fix --with-ipaddr-display option test. Fix from Jarno Huuskonen
Damien Millerd426ed62000-01-17 19:22:36 +11001657 <jhuuskon@hytti.uku.fi>
Damien Millere4340be2000-09-16 13:29:08 +11001658 - Fix hang on logout if processes are still using the pty. Needs
Damien Millerb284b542000-01-17 20:55:18 +11001659 further testing.
Damien Miller66409952000-01-17 21:40:06 +11001660 - Patch from Christos Zoulas <christos@zoulas.com>
1661 - Try $prefix first when looking for OpenSSL.
1662 - Include sys/types.h when including sys/socket.h in test programs
Damien Millere4340be2000-09-16 13:29:08 +11001663 - Substitute PID directory in sshd.8. Suggestion from Andrew
Damien Millerb13c73e2000-01-17 22:02:17 +11001664 Stribblehill <a.d.stribblehill@durham.ac.uk>
Damien Miller19fe9c72000-01-17 15:23:01 +11001665
Damien Miller5eed6a22000-01-16 12:05:18 +1100166620000116
1667 - Renamed --with-xauth-path to --with-xauth
1668 - Added --with-pid-dir option
1669 - Released 1.2.1pre26
1670
Damien Miller8f926492000-01-16 18:19:25 +11001671 - Compilation fix from Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
Damien Millere4340be2000-09-16 13:29:08 +11001672 - Fixed broken bugfix for /dev/ptmx on Linux systems which lack
Damien Miller62a52ef2000-01-16 23:03:56 +11001673 openpty(). Report from Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
Damien Miller8f926492000-01-16 18:19:25 +11001674
Damien Millerb29ea912000-01-15 14:12:03 +1100167520000115
1676 - Add --with-xauth-path configure directive and explicit test for
Damien Millere4340be2000-09-16 13:29:08 +11001677 /usr/openwin/bin/xauth for Solaris systems. Report from Anders
Damien Millerb29ea912000-01-15 14:12:03 +11001678 Nordby <anders@fix.no>
Damien Millere4340be2000-09-16 13:29:08 +11001679 - Fix incorrect detection of /dev/ptmx on Linux systems that lack
Damien Millerb29ea912000-01-15 14:12:03 +11001680 openpty. Report from John Seifarth <john@waw.be>
1681 - Look for intXX_t and u_intXX_t in sys/bitypes.h if they are not in
Damien Millere4340be2000-09-16 13:29:08 +11001682 sys/types.h. Fixes problems on SCO, report from Gary E. Miller
Damien Millerb29ea912000-01-15 14:12:03 +11001683 <gem@rellim.com>
1684 - Use __snprintf and __vnsprintf if they are found where snprintf and
1685 vnsprintf are lacking. Suggested by Ben Taylor <bent@shell.clark.net>
1686 and others.
1687
Damien Miller34132e52000-01-14 15:45:46 +1100168820000114
1689 - Merged OpenBSD IPv6 patch:
1690 - [sshd.c sshd.8 sshconnect.c ssh.h ssh.c servconf.h servconf.c scp.1]
1691 [scp.c packet.h packet.c login.c log.c canohost.c channels.c]
1692 [hostfile.c sshd_config]
1693 ipv6 support: mostly gethostbyname->getaddrinfo/getnameinfo, new
Damien Millere4340be2000-09-16 13:29:08 +11001694 features: sshd allows multiple ListenAddress and Port options. note
1695 that libwrap is not IPv6-ready. (based on patches from
Damien Miller34132e52000-01-14 15:45:46 +11001696 fujiwara@rcac.tdi.co.jp)
1697 - [ssh.c canohost.c]
Damien Millere4340be2000-09-16 13:29:08 +11001698 more hints (hints.ai_socktype=SOCK_STREAM) for getaddrinfo,
Damien Miller34132e52000-01-14 15:45:46 +11001699 from itojun@
1700 - [channels.c]
1701 listen on _all_ interfaces for X11-Fwd (hints.ai_flags = AI_PASSIVE)
1702 - [packet.h]
1703 allow auth-kerberos for IPv4 only
1704 - [scp.1 sshd.8 servconf.h scp.c]
1705 document -4, -6, and 'ssh -L 2022/::1/22'
1706 - [ssh.c]
Damien Millere4340be2000-09-16 13:29:08 +11001707 'ssh @host' is illegal (null user name), from
Damien Miller34132e52000-01-14 15:45:46 +11001708 karsten@gedankenpolizei.de
1709 - [sshconnect.c]
1710 better error message
1711 - [sshd.c]
1712 allow auth-kerberos for IPv4 only
1713 - Big IPv6 merge:
1714 - Cleanup overrun in sockaddr copying on RHL 6.1
1715 - Replacements for getaddrinfo, getnameinfo, etc based on versions
1716 from patch from KIKUCHI Takahiro <kick@kyoto.wide.ad.jp>
1717 - Replacement for missing structures on systems that lack IPv6
1718 - record_login needed to know about AF_INET6 addresses
1719 - Borrowed more code from OpenBSD: rresvport_af and requisites
1720
Damien Miller25e42562000-01-11 10:59:47 +1100172120000110
1722 - Fixes to auth-skey to enable it to use the standard OpenSSL libraries
1723
Damien Miller2edcda52000-01-07 08:56:05 +1100172420000107
1725 - New config.sub and config.guess to fix problems on SCO. Supplied
1726 by Gary E. Miller <gem@rellim.com>
Damien Millerfa824cb2000-01-07 18:51:27 +11001727 - SCO build fix from Gary E. Miller <gem@rellim.com>
Damien Miller25e42562000-01-11 10:59:47 +11001728 - Released 1.2.1pre25
Damien Miller2edcda52000-01-07 08:56:05 +11001729
Damien Miller105b7f02000-01-07 08:45:55 +1100173020000106
1731 - Documentation update & cleanup
1732 - Better KrbIV / AFS detection, based on patch from:
1733 Holger Trapp <Holger.Trapp@Informatik.TU-Chemnitz.DE>
1734
Damien Miller1808f382000-01-06 12:03:12 +1100173520000105
Damien Millere4340be2000-09-16 13:29:08 +11001736 - Fixed annoying DES corruption problem. libcrypt has been
Damien Miller1808f382000-01-06 12:03:12 +11001737 overriding symbols in libcrypto. Removed libcrypt and crypt.h
1738 altogether (libcrypto includes its own crypt(1) replacement)
1739 - Added platform-specific rules for Irix 6.x. Included warning that
1740 they are untested.
1741
Damien Miller645c5982000-01-03 14:42:09 +1100174220000103
1743 - Add explicit make rules for files proccessed by fixpaths.
Damien Millere4340be2000-09-16 13:29:08 +11001744 - Fix "make install" in RPM spec files. Report from Tenkou N. Hattori
Damien Miller645c5982000-01-03 14:42:09 +11001745 <tnh@kondara.org>
Damien Millere4340be2000-09-16 13:29:08 +11001746 - Removed "nullok" directive from default PAM configuration files.
1747 Added information on enabling EmptyPasswords on openssh+PAM in
Damien Millere9c8f4d2000-01-03 20:00:52 +11001748 UPGRADING file.
Damien Miller62ab38a2000-01-03 23:41:05 +11001749 - OpenBSD CVS updates
1750 - [ssh-agent.c]
Damien Millere4340be2000-09-16 13:29:08 +11001751 cleanup_exit() for SIGTERM/SIGHUP, too. from fgsch@ and
Damien Miller62ab38a2000-01-03 23:41:05 +11001752 dgaudet@arctic.org
1753 - [sshconnect.c]
1754 compare correct version for 1.3 compat mode
Damien Miller645c5982000-01-03 14:42:09 +11001755
Damien Miller5121e3a2000-01-02 11:49:28 +1100175620000102
1757 - Prevent multiple inclusion of config.h and defines.h. Suggested
1758 by Andre Lucas <andre.lucas@dial.pipex.com>
1759 - Properly clean up on exit of ssh-agent. Patch from Dean Gaudet
1760 <dgaudet@arctic.org>
1761
Damien Miller8eb0fd61999-12-31 08:49:13 +1100176219991231
Damien Millere4340be2000-09-16 13:29:08 +11001763 - Fix password support on systems with a mixture of shadowed and
1764 non-shadowed passwords (e.g. NIS). Report and fix from
Damien Miller8eb0fd61999-12-31 08:49:13 +11001765 HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
Damien Millere4340be2000-09-16 13:29:08 +11001766 - Fix broken autoconf typedef detection. Report from Marc G.
Damien Millerf3e8be81999-12-31 08:59:04 +11001767 Fournier <marc.fournier@acadiau.ca>
Damien Miller03783f01999-12-31 09:16:40 +11001768 - Fix occasional crash on LinuxPPC. Patch from Franz Sirl
1769 <Franz.Sirl-kernel@lauterbach.com>
Damien Millere4340be2000-09-16 13:29:08 +11001770 - Prevent typedefs from being compiled more than once. Report from
Damien Millerb2532b31999-12-31 09:18:12 +11001771 Marc G. Fournier <marc.fournier@acadiau.ca>
Damien Miller3131d8b1999-12-31 09:42:24 +11001772 - Fill in ut_utaddr utmp field. Report from Benjamin Charron
1773 <iretd@bigfoot.com>
Damien Millere4340be2000-09-16 13:29:08 +11001774 - Really fix broken default path. Fix from Jim Knoble
Damien Millere7f626c1999-12-31 09:49:44 +11001775 <jmknoble@pobox.com>
Damien Milleraa7b64d1999-12-31 09:55:34 +11001776 - Remove test for quad_t. No longer needed.
Damien Miller6b85a7f2000-01-02 11:45:33 +11001777 - Released 1.2.1pre24
1778
1779 - Added support for directory-based lastlogs
1780 - Really fix typedefs, patch from Ben Taylor <bent@clark.net>
Damien Miller8eb0fd61999-12-31 08:49:13 +11001781
Damien Millerece22a81999-12-30 09:48:15 +1100178219991230
1783 - OpenBSD CVS updates:
1784 - [auth-passwd.c]
1785 check for NULL 1st
Damien Millere4340be2000-09-16 13:29:08 +11001786 - Removed most of the pam code into its own file auth-pam.[ch]. This
Damien Millere72b7af1999-12-30 15:08:44 +11001787 cleaned up sshd.c up significantly.
Damien Millere4340be2000-09-16 13:29:08 +11001788 - PAM authentication was incorrectly interpreting
Damien Miller8eb0fd61999-12-31 08:49:13 +11001789 "PermitRootLogin without-password". Report from Matthias Andree
1790 <ma@dt.e-technik.uni-dortmund.de
Damien Millere72b7af1999-12-30 15:08:44 +11001791 - Several other cleanups
Damien Miller8bdeee21999-12-30 15:50:54 +11001792 - Merged Dante SOCKS support patch from David Rankin
1793 <drankin@bohemians.lexington.ky.us>
1794 - Updated documentation with ./configure options
Damien Miller8eb0fd61999-12-31 08:49:13 +11001795 - Released 1.2.1pre23
Damien Millerece22a81999-12-30 09:48:15 +11001796
Damien Miller9550a761999-12-29 02:32:22 +1100179719991229
Damien Millere4340be2000-09-16 13:29:08 +11001798 - Applied another NetBSD portability patch from David Rankin
Damien Miller9550a761999-12-29 02:32:22 +11001799 <drankin@bohemians.lexington.ky.us>
1800 - Fix --with-default-path option.
Damien Millere4340be2000-09-16 13:29:08 +11001801 - Autodetect perl, patch from David Rankin
Damien Millere79334a1999-12-29 10:03:37 +11001802 <drankin@bohemians.lexington.ky.us>
Damien Millere4340be2000-09-16 13:29:08 +11001803 - Print whether OpenSSH was compiled with RSARef, patch from
Damien Millerd00d1611999-12-29 10:17:09 +11001804 Nalin Dahyabhai <nalin@thermo.stat.ncsu.edu>
Damien Millere4340be2000-09-16 13:29:08 +11001805 - Calls to pam_setcred, patch from Nalin Dahyabhai
Damien Millerac3a4b41999-12-29 10:25:40 +11001806 <nalin@thermo.stat.ncsu.edu>
Damien Miller95058511999-12-29 10:36:45 +11001807 - Detect missing size_t and typedef it.
Damien Miller58ca7d81999-12-29 19:56:30 +11001808 - Rename helper.[ch] to (more appropriate) bsd-misc.[ch]
1809 - Minor Makefile cleaning
Damien Miller9550a761999-12-29 02:32:22 +11001810
Damien Miller13bc0be1999-12-28 10:19:16 +1100181119991228
1812 - Replacement for getpagesize() for systems which lack it
Damien Millere4340be2000-09-16 13:29:08 +11001813 - NetBSD login.c compile fix from David Rankin
Damien Miller4ff2b9b1999-12-28 10:41:12 +11001814 <drankin@bohemians.lexington.ky.us>
1815 - Fully set ut_tv if present in utmp or utmpx
Damien Millerbeb4ba51999-12-28 15:09:35 +11001816 - Portability fixes for Irix 5.3 (now compiles OK!)
1817 - autoconf and other misc cleanups
Damien Miller74d0d4a1999-12-29 02:24:35 +11001818 - Merged AIX patch from Darren Hall <dhall@virage.org>
1819 - Cleaned up defines.h
Damien Miller06b472b1999-12-29 19:47:06 +11001820 - Released 1.2.1pre22
Damien Miller13bc0be1999-12-28 10:19:16 +11001821
Damien Millerc0d73901999-12-27 09:23:58 +1100182219991227
1823 - Automatically correct paths in manpages and configuration files. Patch
1824 and script from Andre Lucas <andre.lucas@dial.pipex.com>
1825 - Removed credits from README to CREDITS file, updated.
Damien Miller5a3e6831999-12-27 09:48:56 +11001826 - Added --with-default-path to specify custom path for server
1827 - Removed #ifdef trickery from acconfig.h into defines.h
Damien Miller373d2911999-12-27 10:45:54 +11001828 - PAM bugfix. PermitEmptyPassword was being ignored.
1829 - Fixed PAM config files to allow empty passwords if server does.
1830 - Explained spurious PAM auth warning workaround in UPGRADING
Damien Millere1276241999-12-27 11:33:56 +11001831 - Use last few chars of tty line as ut_id
Damien Miller6a5d4d61999-12-27 16:46:17 +11001832 - New SuSE RPM spec file from Chris Saia <csaia@wtower.com>
Damien Miller68e45de1999-12-27 23:54:55 +11001833 - OpenBSD CVS updates:
1834 - [packet.h auth-rhosts.c]
1835 check format string for packet_disconnect and packet_send_debug, too
1836 - [channels.c]
1837 use packet_get_maxsize for channels. consistence.
Damien Millerc0d73901999-12-27 09:23:58 +11001838
Damien Miller32b3cf21999-12-26 10:21:48 +1100183919991226
1840 - Enabled utmpx support by default for Solaris
1841 - Cleanup sshd.c PAM a little more
Damien Miller36884401999-12-26 12:26:21 +11001842 - Revised RPM package to include Jim Knoble's <jmknoble@pobox.com>
1843 X11 ssh-askpass program.
Damien Millerd49621e1999-12-26 14:04:33 +11001844 - Disable logging of PAM success and failures, PAM is verbose enough.
Damien Millere4340be2000-09-16 13:29:08 +11001845 Unfortunatly there is currently no way to disable auth failure
1846 messages. Mention this in UPGRADING file and sent message to PAM
Damien Millerd49621e1999-12-26 14:04:33 +11001847 developers
Damien Miller4f0fa561999-12-26 14:24:41 +11001848 - OpenBSD CVS update:
1849 - [ssh-keygen.1 ssh.1]
Damien Millere4340be2000-09-16 13:29:08 +11001850 remove ref to .ssh/random_seed, mention .ssh/environment in
Damien Miller4f0fa561999-12-26 14:24:41 +11001851 .Sh FILES, too
Damien Miller9673b2b1999-12-26 19:10:30 +11001852 - Released 1.2.1pre21
Damien Millere4340be2000-09-16 13:29:08 +11001853 - Fixed implicit '.' in default path, report from Jim Knoble
Damien Miller9673b2b1999-12-26 19:10:30 +11001854 <jmknoble@pobox.com>
Damien Milleraae10931999-12-26 19:38:17 +11001855 - Redhat RPM spec fixes from Jim Knoble <jmknoble@pobox.com>
Damien Miller32b3cf21999-12-26 10:21:48 +11001856
Damien Miller2e1b0821999-12-25 10:11:29 +1100185719991225
1858 - More fixes from Andre Lucas <andre.lucas@dial.pipex.com>
1859 - Cleanup of auth-passwd.c for shadow and MD5 passwords
1860 - Cleanup and bugfix of PAM authentication code
Damien Miller32b3cf21999-12-26 10:21:48 +11001861 - Released 1.2.1pre20
1862
1863 - Merged fixes from Ben Taylor <bent@clark.net>
1864 - Fixed configure support for PAM. Reported by Naz <96na@eng.cam.ac.uk>
1865 - Disabled logging of PAM password authentication failures when password
1866 is empty. (e.g start of authentication loop). Reported by Naz
1867 <96na@eng.cam.ac.uk>)
Damien Miller2e1b0821999-12-25 10:11:29 +11001868
186919991223
Damien Millere4340be2000-09-16 13:29:08 +11001870 - Merged later HPUX patch from Andre Lucas
Damien Miller2e1b0821999-12-25 10:11:29 +11001871 <andre.lucas@dial.pipex.com>
1872 - Above patch included better utmpx support from Ben Taylor
Damien Miller32b3cf21999-12-26 10:21:48 +11001873 <bent@clark.net>
Damien Miller2e1b0821999-12-25 10:11:29 +11001874
Damien Miller365199d1999-12-22 00:12:38 +1100187519991222
Damien Millere4340be2000-09-16 13:29:08 +11001876 - Fix undefined fd_set type in ssh.h from Povl H. Pedersen
Damien Miller365199d1999-12-22 00:12:38 +11001877 <pope@netguide.dk>
Damien Miller1b0c2281999-12-22 16:09:48 +11001878 - Fix login.c breakage on systems which lack ut_host in struct
1879 utmp. Reported by Willard Dawson <willard.dawson@sbs.siemens.com>
Damien Miller365199d1999-12-22 00:12:38 +11001880
Damien Miller76112de1999-12-21 11:18:08 +1100188119991221
Damien Millere4340be2000-09-16 13:29:08 +11001882 - Integration of large HPUX patch from Andre Lucas
1883 <andre.lucas@dial.pipex.com>. Integrating it had a few other
Damien Miller76112de1999-12-21 11:18:08 +11001884 benefits:
1885 - Ability to disable shadow passwords at configure time
1886 - Ability to disable lastlog support at configure time
1887 - Support for IP address in $DISPLAY
Damien Millerf039bad1999-12-21 20:57:20 +11001888 - OpenBSD CVS update:
1889 - [sshconnect.c]
1890 say "REMOTE HOST IDENTIFICATION HAS CHANGED"
Damien Millercb7e5f91999-12-21 21:03:09 +11001891 - Fix DISABLE_SHADOW support
1892 - Allow MD5 passwords even if shadow passwords are disabled
Damien Millere8852911999-12-21 22:50:50 +11001893 - Release 1.2.1pre19
Damien Miller76112de1999-12-21 11:18:08 +11001894
Damien Millerc4c647f1999-12-18 20:54:52 +1100189519991218
Damien Millere4340be2000-09-16 13:29:08 +11001896 - Redhat init script patch from Chun-Chung Chen
Damien Millerc4c647f1999-12-18 20:54:52 +11001897 <cjj@u.washington.edu>
Damien Millerfdb7caf1999-12-18 20:57:40 +11001898 - Avoid breakage on systems without IPv6 headers
Damien Millerc4c647f1999-12-18 20:54:52 +11001899
Damien Millerab8a4da1999-12-16 13:05:30 +1100190019991216
Damien Millere4340be2000-09-16 13:29:08 +11001901 - Makefile changes for Solaris from Peter Kocks
Damien Millerab8a4da1999-12-16 13:05:30 +11001902 <peter.kocks@baygate.com>
Damien Miller5e7c10e1999-12-16 13:18:04 +11001903 - Minor updates to docs
1904 - Merged OpenBSD CVS changes:
1905 - [authfd.c ssh-agent.c]
1906 keysize warnings talk about identity files
1907 - [packet.c]
1908 "Connection closed by x.x.x.x": fatal() -> log()
Damien Millere4340be2000-09-16 13:29:08 +11001909 - Correctly handle empty passwords in shadow file. Patch from:
Damien Miller8f9d5071999-12-16 15:10:45 +11001910 "Chris, the Young One" <cky@pobox.com>
1911 - Released 1.2.1pre18
Damien Millerab8a4da1999-12-16 13:05:30 +11001912
Damien Miller84093e91999-12-15 09:06:28 +1100191319991215
1914 - Integrated patchs from Juergen Keil <jk@tools.de>
1915 - Avoid void* pointer arithmatic
1916 - Use LDFLAGS correctly
Damien Miller864ea591999-12-15 11:04:25 +11001917 - Fix SIGIO error in scp
1918 - Simplify status line printing in scp
Damien Millere4340be2000-09-16 13:29:08 +11001919 - Added better test for inline functions compiler support from
Damien Miller3b9d5e91999-12-15 09:34:31 +11001920 Darren_Hall@progressive.com
Damien Miller84093e91999-12-15 09:06:28 +11001921
Damien Millera34a28b1999-12-14 10:47:15 +1100192219991214
1923 - OpenBSD CVS Changes
1924 - [canohost.c]
Damien Millere4340be2000-09-16 13:29:08 +11001925 fix get_remote_port() and friends for sshd -i;
Damien Millera34a28b1999-12-14 10:47:15 +11001926 Holger.Trapp@Informatik.TU-Chemnitz.DE
1927 - [mpaux.c]
1928 make code simpler. no need for memcpy. niels@ ok
1929 - [pty.c]
1930 namebuflen not sizeof namebuflen; bnd@ep-ag.com via djm@mindrot.org
1931 fix proto; markus
1932 - [ssh.1]
1933 typo; mark.baushke@solipsa.com
1934 - [channels.c ssh.c ssh.h sshd.c]
1935 type conflict for 'extern Type *options' in channels.c; dot@dotat.at
1936 - [sshconnect.c]
1937 move checking of hostkey into own function.
1938 - [version.h]
1939 OpenSSH-1.2.1
Damien Miller36b339a1999-12-14 10:54:47 +11001940 - Clean up broken includes in pty.c
Damien Miller6ae00d61999-12-14 15:43:03 +11001941 - Some older systems don't have poll.h, they use sys/poll.h instead
1942 - Doc updates
Damien Millera34a28b1999-12-14 10:47:15 +11001943
Damien Millerc6b3bbe1999-12-13 08:27:33 +1100194419991211
Damien Millere4340be2000-09-16 13:29:08 +11001945 - Fix compilation on systems with AFS. Reported by
Damien Millerc6b3bbe1999-12-13 08:27:33 +11001946 aloomis@glue.umd.edu
Damien Millere4340be2000-09-16 13:29:08 +11001947 - Fix installation on Solaris. Reported by
Damien Millerc6b3bbe1999-12-13 08:27:33 +11001948 Gordon Rowell <gordonr@gormand.com.au>
1949 - Fix gccisms (__attribute__ and inline). Report by edgy@us.ibm.com,
1950 patch from Markus Friedl <markus.friedl@informatik.uni-erlangen.de>
1951 - Auto-locate xauth. Patch from David Agraz <dagraz@jahoopa.com>
1952 - Compile fix from David Agraz <dagraz@jahoopa.com>
1953 - Avoid compiler warning in bsd-snprintf.c
Damien Millere4340be2000-09-16 13:29:08 +11001954 - Added pam_limits.so to default PAM config. Suggested by
Damien Millerc6b3bbe1999-12-13 08:27:33 +11001955 Jim Knoble <jmknoble@pobox.com>
1956
Damien Millerbf1c9b21999-12-09 10:16:54 +1100195719991209
1958 - Import of patch from Ben Taylor <bent@clark.net>:
1959 - Improved PAM support
1960 - "uninstall" rule for Makefile
1961 - utmpx support
1962 - Should fix PAM problems on Solaris
Damien Miller50945fa1999-12-09 10:31:37 +11001963 - OpenBSD CVS updates:
1964 - [readpass.c]
1965 avoid stdio; based on work by markus, millert, and I
1966 - [sshd.c]
1967 make sure the client selects a supported cipher
1968 - [sshd.c]
Damien Millere4340be2000-09-16 13:29:08 +11001969 fix sighup handling. accept would just restart and daemon handled
1970 sighup only after the next connection was accepted. use poll on
Damien Miller50945fa1999-12-09 10:31:37 +11001971 listen sock now.
1972 - [sshd.c]
1973 make that a fatal
Damien Millerd7f66151999-12-09 10:48:58 +11001974 - Applied patch from David Rankin <drankin@bohemians.lexington.ky.us>
1975 to fix libwrap support on NetBSD
Damien Miller6646bad1999-12-09 10:42:10 +11001976 - Released 1.2pre17
Damien Millerbf1c9b21999-12-09 10:16:54 +11001977
Damien Millerfce16481999-12-08 08:53:52 +1100197819991208
Damien Millere4340be2000-09-16 13:29:08 +11001979 - Compile fix for Solaris with /dev/ptmx from
Damien Millerfce16481999-12-08 08:53:52 +11001980 David Agraz <dagraz@jahoopa.com>
1981
Damien Miller0c078c61999-12-07 14:53:57 +1100198219991207
1983 - sshd Redhat init script patch from Jim Knoble <jmknoble@pobox.com>
1984 fixes compatability with 4.x and 5.x
Damien Miller3bc14dd1999-12-07 14:54:53 +11001985 - Fixed default SSH_ASKPASS
Damien Millere4340be2000-09-16 13:29:08 +11001986 - Fix PAM account and session being called multiple times. Problem
Damien Millereabf3411999-12-07 14:56:27 +11001987 reported by Adrian Baugh <adrian@merlin.keble.ox.ac.uk>
Damien Miller037a0dc1999-12-07 15:38:31 +11001988 - Merged more OpenBSD changes:
1989 - [atomicio.c authfd.c scp.c serverloop.c ssh.h sshconnect.c sshd.c]
Damien Millere4340be2000-09-16 13:29:08 +11001990 move atomicio into it's own file. wrap all socket write()s which
Damien Miller037a0dc1999-12-07 15:38:31 +11001991 were doing write(sock, buf, len) != len, with atomicio() calls.
1992 - [auth-skey.c]
1993 fd leak
1994 - [authfile.c]
1995 properly name fd variable
1996 - [channels.c]
1997 display great hatred towards strcpy
1998 - [pty.c pty.h sshd.c]
1999 use openpty() if it exists (it does on BSD4_4)
2000 - [tildexpand.c]
2001 check for ~ expansion past MAXPATHLEN
2002 - Modified helper.c to use new atomicio function.
2003 - Reformat Makefile a little
2004 - Moved RC4 routines from rc4.[ch] into helper.c
2005 - Added autoconf code to detect /dev/ptmx (Solaris) and /dev/ptc (AIX)
Damien Milleraf2604a1999-12-07 16:21:40 +11002006 - Updated SuSE spec from Chris Saia <csaia@wtower.com>
2007 - Tweaked Redhat spec
Damien Millerf5d69a51999-12-07 16:55:04 +11002008 - Clean up bad imports of a few files (forgot -kb)
2009 - Released 1.2pre16
Damien Miller0c078c61999-12-07 14:53:57 +11002010
Damien Millerdc33fc31999-12-04 20:24:48 +1100201119991204
2012 - Small cleanup of PAM code in sshd.c
Damien Milleraae6c611999-12-06 11:47:28 +11002013 - Merged OpenBSD CVS changes:
2014 - [auth-krb4.c auth-passwd.c auth-skey.c ssh.h]
2015 move skey-auth from auth-passwd.c to auth-skey.c, same for krb4
2016 - [auth-rsa.c]
2017 warn only about mismatch if key is _used_
2018 warn about keysize-mismatch with log() not error()
2019 channels.c readconf.c readconf.h ssh.c ssh.h sshconnect.c
2020 ports are u_short
2021 - [hostfile.c]
2022 indent, shorter warning
2023 - [nchan.c]
2024 use error() for internal errors
2025 - [packet.c]
2026 set loglevel for SSH_MSG_DISCONNECT to log(), not fatal()
2027 serverloop.c
2028 indent
2029 - [ssh-add.1 ssh-add.c ssh.h]
2030 document $SSH_ASKPASS, reasonable default
2031 - [ssh.1]
2032 CheckHostIP is not available for connects via proxy command
2033 - [sshconnect.c]
2034 typo
2035 easier to read client code for passwd and skey auth
2036 turn of checkhostip for proxy connects, since we don't know the remote ip
Damien Millerdc33fc31999-12-04 20:24:48 +11002037
Damien Miller42b81ff1999-11-26 12:21:24 +1100203819991126
2039 - Add definition for __P()
2040 - Added [v]snprintf() replacement for systems that lack it
2041
Damien Miller78224a01999-11-25 11:55:45 +1100204219991125
2043 - More reformatting merged from OpenBSD CVS
2044 - Merged OpenBSD CVS changes:
2045 - [channels.c]
2046 fix packet_integrity_check() for !have_hostname_in_open.
2047 report from mrwizard@psu.edu via djm@ibs.com.au
2048 - [channels.c]
2049 set SO_REUSEADDR and SO_LINGER for forwarded ports.
2050 chip@valinux.com via damien@ibs.com.au
2051 - [nchan.c]
2052 it's not an error() if shutdown_write failes in nchan.
2053 - [readconf.c]
2054 remove dead #ifdef-0-code
2055 - [readconf.c servconf.c]
2056 strcasecmp instead of tolower
2057 - [scp.c]
2058 progress meter overflow fix from damien@ibs.com.au
2059 - [ssh-add.1 ssh-add.c]
2060 SSH_ASKPASS support
2061 - [ssh.1 ssh.c]
2062 postpone fork_after_authentication until command execution,
2063 request/patch from jahakala@cc.jyu.fi via damien@ibs.com.au
2064 plus: use daemon() for backgrounding
Damien Millerd8087f61999-11-25 12:31:26 +11002065 - Added BSD compatible install program and autoconf test, thanks to
2066 Niels Kristian Bech Jensen <nkbj@image.dk>
2067 - Solaris fixing, thanks to Ben Taylor <bent@clark.net>
Damien Miller063fdf81999-11-25 13:08:31 +11002068 - Merged beginnings of AIX support from Tor-Ake Fransson <torake@hotmail.com>
Damien Millerbf3f6ef1999-11-25 13:50:10 +11002069 - Release 1.2pre15
Damien Miller78224a01999-11-25 11:55:45 +11002070
Damien Miller95def091999-11-25 00:26:21 +1100207119991124
2072 - Merged very large OpenBSD source code reformat
2073 - OpenBSD CVS updates
2074 - [channels.c cipher.c compat.c log-client.c scp.c serverloop.c]
2075 [ssh.h sshd.8 sshd.c]
2076 syslog changes:
2077 * Unified Logmessage for all auth-types, for success and for failed
2078 * Standard connections get only ONE line in the LOG when level==LOG:
2079 Auth-attempts are logged only, if authentication is:
2080 a) successfull or
2081 b) with passwd or
2082 c) we had more than AUTH_FAIL_LOG failues
2083 * many log() became verbose()
2084 * old behaviour with level=VERBOSE
2085 - [readconf.c readconf.h ssh.1 ssh.h sshconnect.c sshd.c]
2086 tranfer s/key challenge/response data in SSH_SMSG_AUTH_TIS_CHALLENGE
2087 messages. allows use of s/key in windows (ttssh, securecrt) and
2088 ssh-1.2.27 clients without 'ssh -v', ok: niels@
2089 - [sshd.8]
2090 -V, for fallback to openssh in SSH2 compatibility mode
2091 - [sshd.c]
2092 fix sigchld race; cjc5@po.cwru.edu
2093
Damien Miller294df781999-11-23 10:11:29 +1100209419991123
2095 - Added SuSE package files from Chris Saia <csaia@wtower.com>
Damien Miller3744b511999-11-23 11:24:32 +11002096 - Restructured package-related files under packages/*
Damien Miller294df781999-11-23 10:11:29 +11002097 - Added generic PAM config
Damien Miller3744b511999-11-23 11:24:32 +11002098 - Numerous little Solaris fixes
Damien Miller4d2f15f1999-11-23 12:36:29 +11002099 - Add recommendation to use GNU make to INSTALL document
Damien Miller294df781999-11-23 10:11:29 +11002100
Damien Miller22218721999-11-22 12:51:42 +1100210119991122
2102 - Make <enter> close gnome-ssh-askpass (Debian bug #50299)
Damien Miller83df0691999-11-22 13:22:29 +11002103 - OpenBSD CVS Changes
Damien Millere4340be2000-09-16 13:29:08 +11002104 - [ssh-keygen.c]
2105 don't create ~/.ssh only if the user wants to store the private
2106 key there. show fingerprint instead of public-key after
Damien Miller83df0691999-11-22 13:22:29 +11002107 keygeneration. ok niels@
Damien Millerb3ca3aa1999-11-22 13:57:07 +11002108 - Added OpenBSD bsd-strlcat.c, created bsd-strlcat.h
Damien Miller859cec01999-11-22 14:27:24 +11002109 - Added timersub() macro
Damien Millerb3ca3aa1999-11-22 13:57:07 +11002110 - Tidy RCSIDs of bsd-*.c
Damien Millere4340be2000-09-16 13:29:08 +11002111 - Added autoconf test and macro to deal with old PAM libraries
Damien Miller859cec01999-11-22 14:27:24 +11002112 pam_strerror definition (one arg vs two).
Damien Millerd71b12e1999-11-22 15:24:34 +11002113 - Fix EGD problems (Thanks to Ben Taylor <bent@clark.net>)
Damien Millere4340be2000-09-16 13:29:08 +11002114 - Retry /dev/urandom reads interrupted by signal (report from
Damien Millerd71b12e1999-11-22 15:24:34 +11002115 Robert Hardy <rhardy@webcon.net>)
Damien Millerd7702521999-11-22 16:11:05 +11002116 - Added a setenv replacement for systems which lack it
Damien Millerd733c911999-11-22 18:11:23 +11002117 - Only display public key comment when presenting ssh-askpass dialog
2118 - Released 1.2pre14
Damien Miller22218721999-11-22 12:51:42 +11002119
Damien Millere4340be2000-09-16 13:29:08 +11002120 - Configure, Make and changelog corrections from Tudor Bosman
Damien Millerf7c0f821999-11-22 22:31:49 +11002121 <tudorb@jm.nu> and Niels Kristian Bech Jensen <nkbj@image.dk>
2122
Damien Miller6162d121999-11-21 13:23:52 +1100212319991121
Damien Miller83df0691999-11-22 13:22:29 +11002124 - OpenBSD CVS Changes:
Damien Miller22218721999-11-22 12:51:42 +11002125 - [channels.c]
2126 make this compile, bad markus
2127 - [log.c readconf.c servconf.c ssh.h]
2128 bugfix: loglevels are per host in clientconfig,
2129 factor out common log-level parsing code.
2130 - [servconf.c]
2131 remove unused index (-Wall)
2132 - [ssh-agent.c]
2133 only one 'extern char *__progname'
2134 - [sshd.8]
2135 document SIGHUP, -Q to synopsis
2136 - [sshconnect.c serverloop.c sshd.c packet.c packet.h]
2137 [channels.c clientloop.c]
2138 SSH_CMSG_MAX_PACKET_SIZE, some clients use this, some need this, niels@
2139 [hope this time my ISP stays alive during commit]
2140 - [OVERVIEW README] typos; green@freebsd
2141 - [ssh-keygen.c]
2142 replace xstrdup+strcat with strlcat+fixed buffer, fixes OF (bad me)
2143 exit if writing the key fails (no infinit loop)
2144 print usage() everytime we get bad options
2145 - [ssh-keygen.c] overflow, djm@mindrot.org
2146 - [sshd.c] fix sigchld race; cjc5@po.cwru.edu
Damien Millere4340be2000-09-16 13:29:08 +11002147
Damien Millerc6398ef1999-11-20 12:18:40 +1100214819991120
Damien Millere4340be2000-09-16 13:29:08 +11002149 - Merged more Solaris support from Marc G. Fournier
Damien Millerc6398ef1999-11-20 12:18:40 +11002150 <marc.fournier@acadiau.ca>
2151 - Wrote autoconf tests for integer bit-types
2152 - Fixed enabling kerberos support
Damien Millere4340be2000-09-16 13:29:08 +11002153 - Fix segfault in ssh-keygen caused by buffer overrun in filename
Damien Millerf58db381999-11-20 17:02:56 +11002154 handling.
Damien Millerc6398ef1999-11-20 12:18:40 +11002155
Damien Miller5bbbd361999-11-19 07:56:21 +1100215619991119
2157 - Merged PAM buffer overrun patch from Chip Salzenberg <chip@valinux.com>
Damien Miller23b78391999-11-19 08:25:48 +11002158 - Merged OpenBSD CVS changes
2159 - [auth-rhosts.c auth-rsa.c ssh-agent.c sshconnect.c sshd.c]
2160 more %d vs. %s in fmt-strings
2161 - [authfd.c]
2162 Integers should not be printed with %s
Damien Miller58fc4731999-11-19 12:05:01 +11002163 - EGD uses a socket, not a named pipe. Duh.
2164 - Fix includes in fingerprint.c
Damien Millerdc9365b1999-11-19 12:34:14 +11002165 - Fix scp progress bar bug again.
Damien Millere4340be2000-09-16 13:29:08 +11002166 - Move ssh-askpass from ${libdir}/ssh to ${libexecdir}/ssh at request of
Damien Miller18ac1711999-11-19 12:43:19 +11002167 David Rankin <drankin@bohemians.lexington.ky.us>
Damien Miller80297751999-11-19 13:03:25 +11002168 - Added autoconf option to enable Kerberos 4 support (untested)
2169 - Added autoconf option to enable AFS support (untested)
2170 - Added autoconf option to enable S/Key support (untested)
2171 - Added autoconf option to enable TCP wrappers support (compiles OK)
Damien Miller04f80141999-11-19 15:32:34 +11002172 - Renamed BSD helper function files to bsd-*
Damien Millere4340be2000-09-16 13:29:08 +11002173 - Added tests for login and daemon and enable OpenBSD replacements for
Damien Millerdd1c7ba1999-11-19 15:53:20 +11002174 when they are absent.
2175 - Added non-PAM MD5 password support patch from Tudor Bosman <tudorb@jm.nu>
Damien Miller5bbbd361999-11-19 07:56:21 +11002176
Damien Miller81428f91999-11-18 09:28:11 +1100217719991118
2178 - Merged OpenBSD CVS changes
2179 - [scp.c] foregroundproc() in scp
2180 - [sshconnect.h] include fingerprint.h
Damien Millere4340be2000-09-16 13:29:08 +11002181 - [sshd.c] bugfix: the log() for passwd-auth escaped during logging
Damien Miller81428f91999-11-18 09:28:11 +11002182 changes.
Damien Miller6ee95641999-11-18 11:35:13 +11002183 - [ssh.1] Spell my name right.
Damien Miller81428f91999-11-18 09:28:11 +11002184 - Added openssh.com info to README
2185
Damien Miller10f6f6b1999-11-17 17:29:08 +1100218619991117
2187 - Merged OpenBSD CVS changes
2188 - [ChangeLog.Ylonen] noone needs this anymore
2189 - [authfd.c] close-on-exec for auth-socket, ok deraadt
Damien Millere4340be2000-09-16 13:29:08 +11002190 - [hostfile.c]
2191 in known_hosts key lookup the entry for the bits does not need
2192 to match, all the information is contained in n and e. This
2193 solves the problem with buggy servers announcing the wrong
Damien Miller10f6f6b1999-11-17 17:29:08 +11002194 modulus length. markus and me.
Damien Millere4340be2000-09-16 13:29:08 +11002195 - [serverloop.c]
2196 bugfix: check for space if child has terminated, from:
Damien Miller10f6f6b1999-11-17 17:29:08 +11002197 iedowse@maths.tcd.ie
2198 - [ssh-add.1 ssh-add.c ssh-keygen.1 ssh-keygen.c sshconnect.c]
2199 [fingerprint.c fingerprint.h]
2200 rsa key fingerprints, idea from Bjoern Groenvall <bg@sics.se>
2201 - [ssh-agent.1] typo
2202 - [ssh.1] add OpenSSH information to AUTHOR section. okay markus@
Damien Millere4340be2000-09-16 13:29:08 +11002203 - [sshd.c]
Damien Miller10f6f6b1999-11-17 17:29:08 +11002204 force logging to stderr while loading private key file
2205 (lost while converting to new log-levels)
2206
Damien Miller7e8e8201999-11-16 13:37:16 +1100220719991116
2208 - Fix some Linux libc5 problems reported by Miles Wilson <mw@mctitle.com>
2209 - Merged OpenBSD CVS changes:
2210 - [auth-rh-rsa.c auth-rsa.c authfd.c authfd.h hostfile.c mpaux.c]
2211 [mpaux.h ssh-add.c ssh-agent.c ssh.h ssh.c sshd.c]
2212 the keysize of rsa-parameter 'n' is passed implizit,
2213 a few more checks and warnings about 'pretended' keysizes.
2214 - [cipher.c cipher.h packet.c packet.h sshd.c]
2215 remove support for cipher RC4
2216 - [ssh.c]
2217 a note for legay systems about secuity issues with permanently_set_uid(),
2218 the private hostkey and ptrace()
2219 - [sshconnect.c]
2220 more detailed messages about adding and checking hostkeys
2221
Damien Millerd05a2471999-11-15 14:25:30 +1100222219991115
2223 - Merged OpenBSD CVS changes:
Damien Millere4340be2000-09-16 13:29:08 +11002224 - [ssh-add.c] change passphrase loop logic and remove ref to
Damien Millerd05a2471999-11-15 14:25:30 +11002225 $DISPLAY, ok niels
2226 - Changed to ssh-add.c broke askpass support. Revised it to be a little more
Damien Millere4340be2000-09-16 13:29:08 +11002227 modular.
Damien Millerd05a2471999-11-15 14:25:30 +11002228 - Revised autoconf support for enabling/disabling askpass support.
Damien Miller2ccf6611999-11-15 15:25:10 +11002229 - Merged more OpenBSD CVS changes:
Damien Millerbe484b52000-07-15 14:14:16 +10002230 [auth-krb4.c]
2231 - disconnect if getpeername() fails
2232 - missing xfree(*client)
2233 [canohost.c]
2234 - disconnect if getpeername() fails
2235 - fix comment: we _do_ disconnect if ip-options are set
2236 [sshd.c]
2237 - disconnect if getpeername() fails
2238 - move checking of remote port to central place
2239 [auth-rhosts.c] move checking of remote port to central place
2240 [log-server.c] avoid extra fd per sshd, from millert@
2241 [readconf.c] print _all_ bad config-options in ssh(1), too
2242 [readconf.h] print _all_ bad config-options in ssh(1), too
2243 [ssh.c] print _all_ bad config-options in ssh(1), too
2244 [sshconnect.c] disconnect if getpeername() fails
Damien Miller2ccf6611999-11-15 15:25:10 +11002245 - OpenBSD's changes to sshd.c broke the PAM stuff, re-merged it.
Damien Miller3bd49ec1999-11-15 15:40:55 +11002246 - Various small cleanups to bring diff (against OpenBSD) size down.
Damien Miller3f905871999-11-15 17:10:57 +11002247 - Merged more Solaris compability from Marc G. Fournier
2248 <marc.fournier@acadiau.ca>
2249 - Wrote autoconf tests for __progname symbol
Damien Miller36682061999-11-15 17:19:24 +11002250 - RPM spec file fixes from Jim Knoble <jmknoble@pobox.com>
Damien Miller2e8b1c81999-11-15 23:33:56 +11002251 - Released 1.2pre12
2252
2253 - Another OpenBSD CVS update:
2254 - [ssh-keygen.1] fix .Xr
Damien Millerd05a2471999-11-15 14:25:30 +11002255
Damien Miller0a6e6681999-11-15 09:56:06 +1100225619991114
2257 - Solaris compilation fixes (still imcomplete)
2258
Damien Millerb0284381999-11-13 13:30:28 +1100225919991113
Damien Miller192bd011999-11-13 23:56:35 +11002260 - Build patch from Niels Kristian Bech Jensen <nkbj@image.dk>
2261 - Don't install config files if they already exist
2262 - Fix inclusion of additional preprocessor directives from acconfig.h
Damien Millerb0284381999-11-13 13:30:28 +11002263 - Removed redundant inclusions of config.h
Damien Millerc6d5ce81999-11-15 16:01:07 +11002264 - Added 'Obsoletes' lines to RPM spec file
Damien Millerb0284381999-11-13 13:30:28 +11002265 - Merged OpenBSD CVS changes:
2266 - [bufaux.c] save a view malloc/memcpy/memset/free's, ok niels
Damien Millere4340be2000-09-16 13:29:08 +11002267 - [scp.c] fix overflow reported by damien@ibs.com.au: off_t
Damien Millerb0284381999-11-13 13:30:28 +11002268 totalsize, ok niels,aaron
Damien Millere4340be2000-09-16 13:29:08 +11002269 - Delay fork (-f option) in ssh until after port forwarded connections
Damien Millerb0284381999-11-13 13:30:28 +11002270 have been initialised. Patch from Jani Hakala <jahakala@cc.jyu.fi>
Damien Miller2cb210f1999-11-13 15:40:10 +11002271 - Added shadow password patch from Thomas Neumann <tom@smart.ruhr.de>
2272 - Added ifdefs to auth-passwd.c to exclude it when PAM is enabled
Damien Miller192bd011999-11-13 23:56:35 +11002273 - Tidied default config file some more
2274 - Revised Redhat initscript to fix bug: sshd (re)start would fail
2275 if executed from inside a ssh login.
Damien Millerb0284381999-11-13 13:30:28 +11002276
Damien Miller776af5d1999-11-12 08:49:09 +1100227719991112
2278 - Merged changes from OpenBSD CVS
2279 - [sshd.c] session_key_int may be zero
Damien Miller32265091999-11-12 11:33:04 +11002280 - [auth-rh-rsa.c servconf.c servconf.h ssh.h sshd.8 sshd.c sshd_config]
Damien Millere4340be2000-09-16 13:29:08 +11002281 IgnoreUserKnownHosts(default=no), used for RhostRSAAuth, ok
Damien Miller32265091999-11-12 11:33:04 +11002282 deraadt,millert
2283 - Brought default sshd_config more in line with OpenBSD's
Damien Millerb9a692d1999-11-12 12:09:36 +11002284 - Grab server in gnome-ssh-askpass (Debian bug #49872)
2285 - Released 1.2pre10
Damien Miller776af5d1999-11-12 08:49:09 +11002286
Damien Millerb5f89271999-11-12 14:35:58 +11002287 - Added INSTALL documentation
Damien Miller6d7b2cd1999-11-12 15:19:27 +11002288 - Merged yet more changes from OpenBSD CVS
2289 - [auth-rh-rsa.c auth-rhosts.c auth-rsa.c channels.c clientloop.c]
2290 [ssh.c ssh.h sshconnect.c sshd.c]
2291 make all access to options via 'extern Options options'
2292 and 'extern ServerOptions options' respectively;
2293 options are no longer passed as arguments:
2294 * make options handling more consistent
2295 * remove #include "readconf.h" from ssh.h
2296 * readconf.h is only included if necessary
2297 - [mpaux.c] clear temp buffer
2298 - [servconf.c] print _all_ bad options found in configfile
Damien Miller3d1b22c1999-11-12 15:46:08 +11002299 - Make ssh-askpass support optional through autoconf
Damien Miller9c8da3c1999-11-12 16:28:02 +11002300 - Fix nasty division-by-zero error in scp.c
2301 - Released 1.2pre11
Damien Millerb5f89271999-11-12 14:35:58 +11002302
Damien Millerab18c411999-11-11 10:40:23 +1100230319991111
2304 - Added (untested) Entropy Gathering Daemon (EGD) support
Damien Miller4236f6e1999-11-12 12:22:31 +11002305 - Fixed /dev/urandom fd leak (Debian bug #49722)
Damien Miller33e511e1999-11-11 11:43:13 +11002306 - Merged OpenBSD CVS changes:
2307 - [auth-rh-rsa.c] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
2308 - [ssh.1] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
2309 - [sshd.8] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
Damien Millere4340be2000-09-16 13:29:08 +11002310 - Fix integer overflow which was messing up scp's progress bar for large
Damien Millerc4c647f1999-12-18 20:54:52 +11002311 file transfers. Fix submitted to OpenBSD developers. Report and fix
2312 from Kees Cook <cook@cpoint.net>
Damien Miller5ce662a1999-11-11 17:57:39 +11002313 - Merged more OpenBSD CVS changes:
Damien Millere4340be2000-09-16 13:29:08 +11002314 - [auth-krb4.c auth-passwd.c] remove x11- and krb-cleanup from fatal()
Damien Miller5ce662a1999-11-11 17:57:39 +11002315 + krb-cleanup cleanup
2316 - [clientloop.c log-client.c log-server.c ]
2317 [readconf.c readconf.h servconf.c servconf.h ]
2318 [ssh.1 ssh.c ssh.h sshd.8]
2319 add LogLevel {QUIET, FATAL, ERROR, INFO, CHAT, DEBUG} to ssh/sshd,
2320 obsoletes QuietMode and FascistLogging in sshd.
Damien Miller776af5d1999-11-12 08:49:09 +11002321 - [sshd.c] fix fatal/assert() bug reported by damien@ibs.com.au:
2322 allow session_key_int != sizeof(session_key)
2323 [this should fix the pre-assert-removal-core-files]
2324 - Updated default config file to use new LogLevel option and to improve
2325 readability
2326
Damien Millerb77870f1999-11-10 12:48:08 +1100232719991110
Damien Miller4236f6e1999-11-12 12:22:31 +11002328 - Merged several minor fixes:
Damien Millerb77870f1999-11-10 12:48:08 +11002329 - ssh-agent commandline parsing
2330 - RPM spec file now installs ssh setuid root
2331 - Makefile creates libdir
Damien Millerab18c411999-11-11 10:40:23 +11002332 - Merged beginnings of Solaris compability from Marc G. Fournier
2333 <marc.fournier@acadiau.ca>
Damien Millerb77870f1999-11-10 12:48:08 +11002334
Damien Millerc7b38ce1999-11-09 10:28:04 +1100233519991109
2336 - Autodetection of SSL/Crypto library location via autoconf
2337 - Fixed location of ssh-askpass to follow autoconf
2338 - Integrated Makefile patch from Niels Kristian Bech Jensen <nkbj@image.dk>
2339 - Autodetection of RSAref library for US users
2340 - Minor doc updates
Damien Millerda217a01999-11-09 10:35:52 +11002341 - Merged OpenBSD CVS changes:
2342 - [rsa.c] bugfix: use correct size for memset()
2343 - [sshconnect.c] warn if announced size of modulus 'n' != real size
Damien Miller742d2cb1999-11-09 14:28:26 +11002344 - Added GNOME passphrase requestor (use --with-gnome-askpass)
Damien Miller3f51bf51999-11-09 14:46:02 +11002345 - RPM build now creates subpackages
Damien Miller74389c91999-11-09 15:03:01 +11002346 - Released 1.2pre9
Damien Millerc7b38ce1999-11-09 10:28:04 +11002347
Damien Miller356a0b01999-11-08 15:30:59 +1100234819991108
2349 - Removed debian/ directory. This is now being maintained separately.
2350 - Added symlinks for slogin in RPM spec file
2351 - Fixed permissions on manpages in RPM spec file
2352 - Added references to required libraries in README file
2353 - Removed config.h.in from CVS
2354 - Removed pwdb support (better pluggable auth is provided by glibc)
2355 - Made PAM and requisite libdl optional
2356 - Removed lots of unnecessary checks from autoconf
2357 - Added support and autoconf test for openpty() function (Unix98 pty support)
2358 - Fix for scp not finding ssh if not installed as /usr/bin/ssh
2359 - Added TODO file
2360 - Merged parts of Debian patch From Phil Hands <phil@hands.com>:
2361 - Added ssh-askpass program
2362 - Added ssh-askpass support to ssh-add.c
2363 - Create symlinks for slogin on install
2364 - Fix "distclean" target in makefile
2365 - Added example for ssh-agent to manpage
2366 - Added support for PAM_TEXT_INFO messages
2367 - Disable internal /etc/nologin support if PAM enabled
2368 - Merged latest OpenBSD CVS changes:
Damien Millerfd7c9111999-11-08 16:15:55 +11002369 - [all] replace assert() with error, fatal or packet_disconnect
Damien Miller356a0b01999-11-08 15:30:59 +11002370 - [sshd.c] don't send fail-msg but disconnect if too many authentication
2371 failures
Damien Miller356a0b01999-11-08 15:30:59 +11002372 - [sshd.c] remove unused argument. ok dugsong
2373 - [sshd.c] typo
2374 - [rsa.c] clear buffers used for encryption. ok: niels
2375 - [rsa.c] replace assert() with error, fatal or packet_disconnect
Damien Miller5ac5f1c1999-11-08 15:50:14 +11002376 - [auth-krb4.c] remove unused argument. ok dugsong
Damien Miller356a0b01999-11-08 15:30:59 +11002377 - Fixed coredump after merge of OpenBSD rsa.c patch
Damien Millere8d90681999-11-08 18:09:57 +11002378 - Released 1.2pre8
Damien Miller356a0b01999-11-08 15:30:59 +11002379
Damien Miller0aa8e531999-11-02 19:05:02 +1100238019991102
2381 - Merged change from OpenBSD CVS
2382 - One-line cleanup in sshd.c
2383
Damien Miller744da801999-10-30 09:12:25 +1000238419991030
2385 - Integrated debian package support from Dan Brosemer <odin@linuxfreak.com>
Damien Miller1e4772c1999-10-30 11:39:56 +10002386 - Merged latest updates for OpenBSD CVS:
2387 - channels.[ch] - remove broken x11 fix and document istate/ostate
2388 - ssh-agent.c - call setsid() regardless of argv[]
2389 - ssh.c - save a few lines when disabling rhosts-{rsa-}auth
2390 - Documentation cleanups
2391 - Renamed README -> README.Ylonen
2392 - Renamed README.openssh ->README
Damien Miller744da801999-10-30 09:12:25 +10002393
Damien Miller070f7a11999-10-29 10:29:29 +1000239419991029
2395 - Renamed openssh* back to ssh* at request of Theo de Raadt
2396 - Incorporated latest changes from OpenBSD's CVS
2397 - Integrated Makefile patch from Niels Kristian Bech Jensen <nkbj@image.dk>
2398 - Integrated PAM env patch from Nalin Dahyabhai <nalin.dahyabhai@pobox.com>
Damien Miller07a826d1999-10-29 11:49:20 +10002399 - Make distclean now removed configure script
2400 - Improved PAM logging
2401 - Added some debug() calls for PAM
Damien Miller65b3c131999-10-29 12:37:01 +10002402 - Removed redundant subdirectories
Damien Millere4340be2000-09-16 13:29:08 +11002403 - Integrated part of a patch from Dan Brosemer <odin@linuxfreak.com> for
Damien Miller65b3c131999-10-29 12:37:01 +10002404 building on Debian.
Damien Millerd0562b31999-10-29 13:09:40 +10002405 - Fixed off-by-one error in PAM env patch
2406 - Released 1.2pre6
Damien Miller070f7a11999-10-29 10:29:29 +10002407
Damien Miller7f6ea021999-10-28 13:25:17 +1000240819991028
2409 - Further PAM enhancements.
2410 - Much cleaner
2411 - Now uses account and session modules for all logins.
2412 - Integrated patch from Dan Brosemer <odin@linuxfreak.com>
2413 - Build fixes
2414 - Autoconf
2415 - Change binary names to open*
2416 - Fixed autoconf script to detect PAM on RH6.1
2417 - Added tests for libpwdb, and OpenBSD functions to autoconf
Damien Millereff18d61999-10-28 14:14:38 +10002418 - Released 1.2pre4
Damien Miller29b5a591999-10-28 15:46:27 +10002419
2420 - Imported latest OpenBSD CVS code
2421 - Updated README.openssh
Damien Miller34d0b611999-10-28 17:51:40 +10002422 - Released 1.2pre5
Damien Miller29b5a591999-10-28 15:46:27 +10002423
Damien Miller7f6ea021999-10-28 13:25:17 +1000242419991027
2425 - Adapted PAM patch.
2426 - Released 1.0pre2
Damien Millerd4a8b7e1999-10-27 13:42:43 +10002427
Damien Miller7f6ea021999-10-28 13:25:17 +10002428 - Excised my buggy replacements for strlcpy and mkdtemp
2429 - Imported correct OpenBSD strlcpy and mkdtemp routines.
2430 - Reduced arc4random_stir entropy read to 32 bytes (256 bits)
2431 - Picked up correct version number from OpenBSD
2432 - Added sshd.pam PAM configuration file
2433 - Added sshd.init Redhat init script
2434 - Added openssh.spec RPM spec file
2435 - Released 1.2pre3
Damien Millerd4a8b7e1999-10-27 13:42:43 +10002436
Damien Miller7f6ea021999-10-28 13:25:17 +1000243719991026
2438 - Fixed include paths of OpenSSL functions
2439 - Use OpenSSL MD5 routines
2440 - Imported RC4 code from nanocrypt
2441 - Wrote replacements for OpenBSD arc4random* functions
2442 - Wrote replacements for strlcpy and mkdtemp
2443 - Released 1.0pre1