]> andersk Git - openssh.git/blame - ChangeLog
- (stevesk) Include config.h in rijndael.c so we define intXX_t and
[openssh.git] / ChangeLog
CommitLineData
71dfaf1c 120001014
2 - (djm) Don't accept PAM_PROMPT_ECHO_ON messages during initial auth
02323c45 3 - (djm) Revert SSH2 serverloop hack, will find a better way.
4ee81249 4 - (djm) Add workaround for Linux 2.4's gratuitious errno change. Patch
5 from Martin Johansson <fatbob@acc.umu.se>
94ec8c6b 6 - (djm) Big OpenBSD sync:
7 - markus@cvs.openbsd.org 2000/09/30 10:27:44
8 [log.c]
9 allow loglevel debug
10 - markus@cvs.openbsd.org 2000/10/03 11:59:57
11 [packet.c]
12 hmac->mac
13 - markus@cvs.openbsd.org 2000/10/03 12:03:03
14 [auth-krb4.c auth-passwd.c auth-rh-rsa.c auth-rhosts.c auth-rsa.c auth1.c]
15 move fake-auth from auth1.c to individual auth methods, disables s/key in
16 debug-msg
17 - markus@cvs.openbsd.org 2000/10/03 12:16:48
18 ssh.c
19 do not resolve canonname, i have no idea why this was added oin ossh
20 - markus@cvs.openbsd.org 2000/10/09 15:30:44
21 ssh-keygen.1 ssh-keygen.c
22 -X now reads private ssh.com DSA keys, too.
23 - markus@cvs.openbsd.org 2000/10/09 15:32:34
24 auth-options.c
25 clear options on every call.
26 - markus@cvs.openbsd.org 2000/10/09 15:51:00
27 authfd.c authfd.h
28 interop with ssh-agent2, from <res@shore.net>
29 - markus@cvs.openbsd.org 2000/10/10 14:20:45
30 compat.c
31 use rexexp for version string matching
32 - provos@cvs.openbsd.org 2000/10/10 22:02:18
33 [kex.c kex.h myproposal.h ssh.h ssh2.h sshconnect2.c sshd.c dh.c dh.h]
34 First rough implementation of the diffie-hellman group exchange. The
35 client can ask the server for bigger groups to perform the diffie-hellman
36 in, thus increasing the attack complexity when using ciphers with longer
37 keys. University of Windsor provided network, T the company.
38 - markus@cvs.openbsd.org 2000/10/11 13:59:52
39 [auth-rsa.c auth2.c]
40 clear auth options unless auth sucessfull
41 - markus@cvs.openbsd.org 2000/10/11 14:00:27
42 [auth-options.h]
43 clear auth options unless auth sucessfull
44 - markus@cvs.openbsd.org 2000/10/11 14:03:27
45 [scp.1 scp.c]
46 support 'scp -o' with help from mouring@pconline.com
47 - markus@cvs.openbsd.org 2000/10/11 14:11:35
48 [dh.c]
49 Wall
50 - markus@cvs.openbsd.org 2000/10/11 14:14:40
51 [auth.h auth2.c readconf.c readconf.h readpass.c servconf.c servconf.h]
52 [ssh.h sshconnect2.c sshd_config auth2-skey.c cli.c cli.h]
53 add support for s/key (kbd-interactive) to ssh2, based on work by
54 mkiernan@avantgo.com and me
55 - markus@cvs.openbsd.org 2000/10/11 14:27:24
56 [auth.c auth1.c auth2.c authfile.c cipher.c cipher.h kex.c kex.h]
57 [myproposal.h packet.c readconf.c session.c ssh.c ssh.h sshconnect1.c]
58 [sshconnect2.c sshd.c]
59 new cipher framework
60 - markus@cvs.openbsd.org 2000/10/11 14:45:21
61 [cipher.c]
62 remove DES
63 - markus@cvs.openbsd.org 2000/10/12 03:59:20
64 [cipher.c cipher.h sshconnect1.c sshconnect2.c sshd.c]
65 enable DES in SSH-1 clients only
66 - markus@cvs.openbsd.org 2000/10/12 08:21:13
67 [kex.h packet.c]
68 remove unused
69 - markus@cvs.openbsd.org 2000/10/13 12:34:46
70 [sshd.c]
71 Kludge for F-Secure Macintosh < 1.0.2; appro@fy.chalmers.se
72 - markus@cvs.openbsd.org 2000/10/13 12:59:15
73 [cipher.c cipher.h myproposal.h rijndael.c rijndael.h]
74 rijndael/aes support
75 - markus@cvs.openbsd.org 2000/10/13 13:10:54
76 [sshd.8]
77 more info about -V
78 - markus@cvs.openbsd.org 2000/10/13 13:12:02
79 [myproposal.h]
80 prefer no compression
3ed32516 81 - (djm) Fix scp user@host handling
82 - (djm) Don't clobber ssh_prng_cmds on install
6bcf7caa 83 - (stevesk) Include config.h in rijndael.c so we define intXX_t and
84 u_intXX_t types on all platforms.
71dfaf1c 85
ebd782f7 8620001007
87 - (stevesk) Print PAM return value in PAM log messages to aid
88 with debugging.
97994d32 89 - (stevesk) Fix detection of pw_class struct member in configure;
90 patch from KAMAHARA Junzo <kamahara@cc.kshosen.ac.jp>
91
47a134c1 9220001002
93 - (djm) Fix USER_PATH, report from Kevin Steves <stevesk@sweden.hp.com>
94 - (djm) Add host system and CC to end-of-configure report. Suggested by
95 Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
96
7322ef0e 9720000931
98 - (djm) Cygwin fixes from Corinna Vinschen <vinschen@cygnus.com>
99
6ac7829a 10020000930
b6490dcb 101 - (djm) Irix ssh_prng_cmds path fix from Pekka Savola <pekkas@netcore.fi>
772bd898 102 - (djm) Support in bsd-snprintf.c for long long conversions from
103 Ben Lindstrom <mouring@pconline.com>
104 - (djm) Cleanup NeXT support from Ben Lindstrom <mouring@pconline.com>
857040fb 105 - (djm) Ignore SIGPIPEs from serverloop to child. Fixes crashes with
106 very short lived X connections. Bug report from Tobias Oetiker
107 <oetiker@ee.ethz.ch>. Fix from Markus Friedl <markus@cvs.openbsd.org>
bd2d7f6a 108 - (djm) Add recent InitScripts as a RPM dependancy for openssh-server
109 patch from Pekka Savola <pekkas@netcore.fi>
58665035 110 - (djm) Forgot to cvs add LICENSE file
dc2901a0 111 - (djm) Add LICENSE to RPM spec files
de273eef 112 - (djm) CVS OpenBSD sync:
113 - markus@cvs.openbsd.org 2000/09/26 13:59:59
114 [clientloop.c]
115 use debug2
116 - markus@cvs.openbsd.org 2000/09/27 15:41:34
117 [auth2.c sshconnect2.c]
118 use key_type()
119 - markus@cvs.openbsd.org 2000/09/28 12:03:18
120 [channels.c]
121 debug -> debug2 cleanup
2a7d529a 122 - (djm) Irix strips "/dev/tty" from [uw]tmp entries (other systems only
123 strip "/dev/"). Fix loginrec.c based on patch from Alain St-Denis
124 <Alain.St-Denis@ec.gc.ca>
125 - (djm) Fix 9 character passphrase failure with gnome-ssh-askpass.
126 Problem was caused by interrupted read in ssh-add. Report from Donald
127 J. Barry <don@astro.cornell.edu>
6ac7829a 128
c5d85828 12920000929
130 - (djm) Fix SSH2 not terminating until all background tasks done problem.
2ed85c06 131 - (djm) Another off-by-one fix from Pavel Kankovsky
132 <peak@argo.troja.mff.cuni.cz>
22d89d24 133 - (djm) Clean up. Strip some unnecessary differences with OpenBSD's code,
134 tidy necessary differences. Use Markus' new debugN() in entropy.c
77bb0bca 135 - (djm) Merged big SCO portability patch from Tim Rice
136 <tim@multitalents.net>
c5d85828 137
6fd7f731 13820000926
139 - (djm) Update X11-askpass to 1.0.2 in RPM spec file
c5ae7384 140 - (djm) Define _REENTRANT to pickup strtok_r() on HP/UX
141 - (djm) Security: fix off-by-one buffer overrun in fake-getnameinfo.c.
142 Report and fix from Pavel Kankovsky <peak@argo.troja.mff.cuni.cz>
6fd7f731 143
2f125ca1 14420000924
145 - (djm) Merged cleanup patch from Mark Miller <markm@swoon.net>
146 - (djm) A bit more cleanup - created cygwin_util.h
bcdaaeab 147 - (djm) Include strtok_r() from OpenBSD libc. Fixes report from Mark Miller
148 <markm@swoon.net>
2f125ca1 149
764d4113 15020000923
151 - (djm) Fix address logging in utmp from Kevin Steves
152 <stevesk@sweden.hp.com>
777319db 153 - (djm) Redhat spec and manpage fixes from Pekka Savola <pekkas@netcore.fi>
bd590612 154 - (djm) Seperate tests for int64_t and u_int64_t types
37c1c46d 155 - (djm) Tweak password expiry checking at suggestion of Kevin Steves
156 <stevesk@sweden.hp.com>
e79b44e1 157 - (djm) NeXT patch from Ben Lindstrom <mouring@pconline.com>
e2144f11 158 - (djm) Use printf %lld instead of %qd in sftp-server.c. Fix from
159 Michael Stone <mstone@cs.loyola.edu>
188adeb2 160 - (djm) OpenBSD CVS sync:
161 - markus@cvs.openbsd.org 2000/09/17 09:38:59
162 [sshconnect2.c sshd.c]
163 fix DEBUG_KEXDH
164 - markus@cvs.openbsd.org 2000/09/17 09:52:51
165 [sshconnect.c]
166 yes no; ok niels@
167 - markus@cvs.openbsd.org 2000/09/21 04:55:11
168 [sshd.8]
169 typo
170 - markus@cvs.openbsd.org 2000/09/21 05:03:54
171 [serverloop.c]
172 typo
173 - markus@cvs.openbsd.org 2000/09/21 05:11:42
174 scp.c
175 utime() to utimes(); mouring@pconline.com
176 - markus@cvs.openbsd.org 2000/09/21 05:25:08
177 sshconnect2.c
178 change login logic in ssh2, allows plugin of other auth methods
179 - markus@cvs.openbsd.org 2000/09/21 05:25:35
180 [auth2.c channels.c channels.h clientloop.c dispatch.c dispatch.h]
181 [serverloop.c]
182 add context to dispatch_run
183 - markus@cvs.openbsd.org 2000/09/21 05:07:52
184 authfd.c authfd.h ssh-agent.c
185 bug compat for old ssh.com software
764d4113 186
7f377177 18720000920
188 - (djm) Fix bad path substitution. Report from Andrew Miner
189 <asminer@cs.iastate.edu>
190
bcbf86ec 19120000916
7950bf97 192 - (djm) Fix SSL search order from Lutz Jaenicke
193 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
19ece6d2 194 - (djm) New SuSE spec from Corinna Vinschen <corinna@vinschen.de>
9cd45ea4 195 - (djm) Update CygWin support from Corinna Vinschen <vinschen@cygnus.com>
995edaac 196 - (djm) Use a real struct sockaddr inside the fake struct sockaddr_storage.
197 Patch from Larry Jones <larry.jones@sdrc.com>
ad55cd03 198 - (djm) Add Steve VanDevender's <stevev@darkwing.uoregon.edu> PAM
199 password change patch.
200 - (djm) Bring licenses on my stuff in line with OpenBSD's
0bbfbdeb 201 - (djm) Cleanup auth-passwd.c and unify HP/UX authentication. Patch from
202 Kevin Steves <stevesk@sweden.hp.com>
7f8f5e00 203 - (djm) Shadow expiry check fix from Pavel Troller <patrol@omni.sinus.cz>
204 - (djm) Re-enable int64_t types - we need them for sftp
205 - (djm) Use libexecdir from configure , rather than libexecdir/ssh
206 - (djm) Update Redhat SPEC file accordingly
207 - (djm) Add Kevin Steves <stevesk@sweden.hp.com> HP/UX contrib files
208 - (djm) Add Charles Levert <charles@comm.polymtl.ca> getpgrp patch
209 - (djm) Fix password auth on HP/UX 10.20. Patch from Dirk De Wachter
210 <Dirk.DeWachter@rug.ac.be>
211 - (djm) Fixprogs and entropy list fixes from Larry Jones
212 <larry.jones@sdrc.com>
213 - (djm) Fix for SuSE spec file from Takashi YOSHIDA
214 <tyoshida@gemini.rc.kyushu-u.ac.jp>
bcbf86ec 215 - (djm) Merge OpenBSD changes:
216 - markus@cvs.openbsd.org 2000/09/05 02:59:57
217 [session.c]
218 print hostname (not hushlogin)
219 - markus@cvs.openbsd.org 2000/09/05 13:18:48
220 [authfile.c ssh-add.c]
221 enable ssh-add -d for DSA keys
222 - markus@cvs.openbsd.org 2000/09/05 13:20:49
223 [sftp-server.c]
224 cleanup
225 - markus@cvs.openbsd.org 2000/09/06 03:46:41
226 [authfile.h]
227 prototype
228 - deraadt@cvs.openbsd.org 2000/09/07 14:27:56
229 [ALL]
230 cleanup copyright notices on all files. I have attempted to be
231 accurate with the details. everything is now under Tatu's licence
232 (which I copied from his readme), and/or the core-sdi bsd-ish thing
233 for deattack, or various openbsd developers under a 2-term bsd
234 licence. We're not changing any rules, just being accurate.
235 - markus@cvs.openbsd.org 2000/09/07 14:40:30
236 [channels.c channels.h clientloop.c serverloop.c ssh.c]
237 cleanup window and packet sizes for ssh2 flow control; ok niels
238 - markus@cvs.openbsd.org 2000/09/07 14:53:00
239 [scp.c]
240 typo
241 - markus@cvs.openbsd.org 2000/09/07 15:13:37
242 [auth-options.c auth-options.h auth-rh-rsa.c auth-rsa.c auth.c]
243 [authfile.h canohost.c channels.h compat.c hostfile.h log.c match.h]
244 [pty.c readconf.c]
245 some more Copyright fixes
246 - markus@cvs.openbsd.org 2000/09/08 03:02:51
247 [README.openssh2]
248 bye bye
249 - deraadt@cvs.openbsd.org 2000/09/11 18:38:33
250 [LICENCE cipher.c]
251 a few more comments about it being ARC4 not RC4
252 - markus@cvs.openbsd.org 2000/09/12 14:53:11
253 [log-client.c log-server.c log.c ssh.1 ssh.c ssh.h sshd.8 sshd.c]
254 multiple debug levels
255 - markus@cvs.openbsd.org 2000/09/14 14:25:15
256 [clientloop.c]
257 typo
258 - deraadt@cvs.openbsd.org 2000/09/15 01:13:51
259 [ssh-agent.c]
260 check return value for setenv(3) for failure, and deal appropriately
261
deb8d717 26220000913
263 - (djm) Fix server not exiting with jobs in background.
264
b5e300c2 26520000905
266 - (djm) Import OpenBSD CVS changes
267 - markus@cvs.openbsd.org 2000/08/31 15:52:24
268 [Makefile sshd.8 sshd_config sftp-server.8 sftp-server.c]
269 implement a SFTP server. interops with sftp2, scp2 and the windows
270 client from ssh.com
271 - markus@cvs.openbsd.org 2000/08/31 15:56:03
272 [README.openssh2]
273 sync
274 - markus@cvs.openbsd.org 2000/08/31 16:05:42
275 [session.c]
276 Wall
277 - markus@cvs.openbsd.org 2000/08/31 16:09:34
278 [authfd.c ssh-agent.c]
279 add a flag to SSH2_AGENTC_SIGN_REQUEST for future extensions
280 - deraadt@cvs.openbsd.org 2000/09/01 09:25:13
281 [scp.1 scp.c]
282 cleanup and fix -S support; stevesk@sweden.hp.com
283 - markus@cvs.openbsd.org 2000/09/01 16:29:32
284 [sftp-server.c]
285 portability fixes
286 - markus@cvs.openbsd.org 2000/09/01 16:32:41
287 [sftp-server.c]
288 fix cast; mouring@pconline.com
289 - itojun@cvs.openbsd.org 2000/09/03 09:23:28
290 [ssh-add.1 ssh.1]
291 add missing .El against .Bl.
292 - markus@cvs.openbsd.org 2000/09/04 13:03:41
293 [session.c]
294 missing close; ok theo
295 - markus@cvs.openbsd.org 2000/09/04 13:07:21
296 [session.c]
297 fix get_last_login_time order; from andre@van-veen.de
298 - markus@cvs.openbsd.org 2000/09/04 13:10:09
299 [sftp-server.c]
300 more cast fixes; from mouring@pconline.com
301 - markus@cvs.openbsd.org 2000/09/04 13:06:04
302 [session.c]
303 set SSH_ORIGINAL_COMMAND; from Leakin@dfw.nostrum.com, bet@rahul.net
304 - (djm) Cleanup after import. Fix sftp-server compilation, Makefile
3c62e7eb 305 - (djm) Merge cygwin support from Corinna Vinschen <vinschen@cygnus.com>
306
1e61f54a 30720000903
308 - (djm) Fix Redhat init script
309
c80876b4 31020000901
311 - (djm) Pick up Jim's new X11-askpass
312 - (djm) Release 2.2.0p1
313
8b4a0d08 31420000831
bcbf86ec 315 - (djm) Workaround SIGPIPE problems on SCO. Fix from Aran Cox
8b4a0d08 316 <acox@cv.telegroup.com>
b817711d 317 - (djm) Pick up new version (2.2.0) from OpenBSD CVS
8b4a0d08 318
0b65b628 31920000830
320 - (djm) Compile warning fixes from Mark Miller <markm@swoon.net>
10fa00c8 321 - (djm) Periodically rekey arc4random
322 - (djm) Clean up diff against OpenBSD.
bcbf86ec 323 - (djm) HPUX 11 needs USE_PIPES as well: Kevin Steves
2b10f47a 324 <stevesk@sweden.hp.com>
b33a2e6e 325 - (djm) Quieten the pam delete credentials error message
44839801 326 - (djm) Fix printing of $DISPLAY hack if set by system type. Report from
327 Kevin Steves <stevesk@sweden.hp.com>
84a770d1 328 - (djm) NeXT patch from Ben Lindstrom <mouring@pconline.com>
7efa2776 329 - (djm) Fix doh in bsd-arc4random.c
0b65b628 330
9aaf9be4 33120000829
bcbf86ec 332 - (djm) Fix ^C ignored issue on Solaris. Diagnosis from Gert
333 Doering <gert@greenie.muc.de>, John Horne <J.Horne@plymouth.ac.uk> and
9aaf9be4 334 Garrick James <garrick@james.net>
b5f90139 335 - (djm) Check for SCO pty naming style (ptyp%d/ttyp%d). Based on fix from
336 Bastian Trompetter <btrompetter@firemail.de>
698d107e 337 - (djm) NeXT tweaks from Ben Lindstrom <mouring@pconline.com>
14a9a859 338 - More OpenBSD updates:
339 - deraadt@cvs.openbsd.org 2000/08/24 15:46:59
340 [scp.c]
341 off_t in sink, to fix files > 2GB, i think, test is still running ;-)
342 - deraadt@cvs.openbsd.org 2000/08/25 10:10:06
343 [session.c]
344 Wall
345 - markus@cvs.openbsd.org 2000/08/26 04:33:43
346 [compat.c]
347 ssh.com-2.3.0
348 - markus@cvs.openbsd.org 2000/08/27 12:18:05
349 [compat.c]
350 compatibility with future ssh.com versions
351 - deraadt@cvs.openbsd.org 2000/08/27 21:50:55
352 [auth-krb4.c session.c ssh-add.c sshconnect.c uidswap.c]
353 print uid/gid as unsigned
354 - markus@cvs.openbsd.org 2000/08/28 13:51:00
355 [ssh.c]
356 enable -n and -f for ssh2
357 - markus@cvs.openbsd.org 2000/08/28 14:19:53
358 [ssh.c]
359 allow combination of -N and -f
360 - markus@cvs.openbsd.org 2000/08/28 14:20:56
361 [util.c]
362 util.c
363 - markus@cvs.openbsd.org 2000/08/28 14:22:02
364 [util.c]
365 undo
366 - markus@cvs.openbsd.org 2000/08/28 14:23:38
367 [util.c]
368 don't complain if setting NONBLOCK fails with ENODEV
9aaf9be4 369
137d7b6c 37020000823
371 - (djm) Define USE_PIPES to avoid socketpair problems on HPUX 10 and SunOS 4
bcbf86ec 372 Avoids "scp never exits" problem. Reports from Lutz Jaenicke
373 <Lutz.Jaenicke@aet.TU-Cottbus.DE> and Tamito KAJIYAMA
137d7b6c 374 <kajiyama@grad.sccs.chukyo-u.ac.jp>
2e73a022 375 - (djm) Pick up LOGIN_PROGRAM from environment or PATH if not set by headers
da40ab4d 376 - (djm) Add local version to version.h
ea788c22 377 - (djm) Don't reseed arc4random everytime it is used
2e73a022 378 - (djm) OpenBSD CVS updates:
379 - deraadt@cvs.openbsd.org 2000/08/18 20:07:23
380 [ssh.c]
381 accept remsh as a valid name as well; roman@buildpoint.com
382 - deraadt@cvs.openbsd.org 2000/08/18 20:17:13
383 [deattack.c crc32.c packet.c]
384 rename crc32() to ssh_crc32() to avoid zlib name clash. do not move to
385 libz crc32 function yet, because it has ugly "long"'s in it;
386 oneill@cs.sfu.ca
387 - deraadt@cvs.openbsd.org 2000/08/18 20:26:08
388 [scp.1 scp.c]
389 -S prog support; tv@debian.org
390 - deraadt@cvs.openbsd.org 2000/08/18 20:50:07
391 [scp.c]
392 knf
393 - deraadt@cvs.openbsd.org 2000/08/18 20:57:33
394 [log-client.c]
395 shorten
396 - markus@cvs.openbsd.org 2000/08/19 12:48:11
397 [channels.c channels.h clientloop.c ssh.c ssh.h]
398 support for ~. in ssh2
399 - deraadt@cvs.openbsd.org 2000/08/19 15:29:40
400 [crc32.h]
401 proper prototype
402 - markus@cvs.openbsd.org 2000/08/19 15:34:44
bcbf86ec 403 [authfd.c authfd.h key.c key.h ssh-add.1 ssh-add.c ssh-agent.1]
404 [ssh-agent.c ssh-keygen.c sshconnect1.c sshconnect2.c Makefile]
2e73a022 405 [fingerprint.c fingerprint.h]
406 add SSH2/DSA support to the agent and some other DSA related cleanups.
407 (note that we cannot talk to ssh.com's ssh2 agents)
408 - markus@cvs.openbsd.org 2000/08/19 15:55:52
409 [channels.c channels.h clientloop.c]
410 more ~ support for ssh2
411 - markus@cvs.openbsd.org 2000/08/19 16:21:19
412 [clientloop.c]
413 oops
414 - millert@cvs.openbsd.org 2000/08/20 12:25:53
415 [session.c]
416 We have to stash the result of get_remote_name_or_ip() before we
417 close our socket or getpeername() will get EBADF and the process
418 will exit. Only a problem for "UseLogin yes".
419 - millert@cvs.openbsd.org 2000/08/20 12:30:59
420 [session.c]
421 Only check /etc/nologin if "UseLogin no" since login(1) may have its
422 own policy on determining who is allowed to login when /etc/nologin
423 is present. Also use the _PATH_NOLOGIN define.
424 - millert@cvs.openbsd.org 2000/08/20 12:42:43
425 [auth1.c auth2.c session.c ssh.c]
426 Add calls to setusercontext() and login_get*(). We basically call
427 setusercontext() in most places where previously we did a setlogin().
428 Add default login.conf file and put root in the "daemon" login class.
429 - millert@cvs.openbsd.org 2000/08/21 10:23:31
430 [session.c]
431 Fix incorrect PATH setting; noted by Markus.
137d7b6c 432
c345cf9d 43320000818
434 - (djm) OpenBSD CVS changes:
435 - markus@cvs.openbsd.org 2000/07/22 03:14:37
436 [servconf.c servconf.h sshd.8 sshd.c sshd_config]
437 random early drop; ok theo, niels
438 - deraadt@cvs.openbsd.org 2000/07/26 11:46:51
439 [ssh.1]
440 typo
441 - deraadt@cvs.openbsd.org 2000/08/01 11:46:11
442 [sshd.8]
443 many fixes from pepper@mail.reppep.com
444 - provos@cvs.openbsd.org 2000/08/01 13:01:42
445 [Makefile.in util.c aux.c]
446 rename aux.c to util.c to help with cygwin port
447 - deraadt@cvs.openbsd.org 2000/08/02 00:23:31
448 [authfd.c]
449 correct sun_len; Alexander@Leidinger.net
450 - provos@cvs.openbsd.org 2000/08/02 10:27:17
451 [readconf.c sshd.8]
452 disable kerberos authentication by default
453 - provos@cvs.openbsd.org 2000/08/02 11:27:05
454 [sshd.8 readconf.c auth-krb4.c]
455 disallow kerberos authentication if we can't verify the TGT; from
456 dugsong@
457 kerberos authentication is on by default only if you have a srvtab.
458 - markus@cvs.openbsd.org 2000/08/04 14:30:07
459 [auth.c]
460 unused
461 - markus@cvs.openbsd.org 2000/08/04 14:30:35
462 [sshd_config]
463 MaxStartups
464 - markus@cvs.openbsd.org 2000/08/15 13:20:46
465 [authfd.c]
466 cleanup; ok niels@
467 - markus@cvs.openbsd.org 2000/08/17 14:05:10
468 [session.c]
469 cleanup login(1)-like jobs, no duplicate utmp entries
470 - markus@cvs.openbsd.org 2000/08/17 14:06:34
471 [session.c sshd.8 sshd.c]
472 sshd -u len, similar to telnetd
1a022229 473 - (djm) Lastlog was not getting closed after writing login entry
39987cc0 474 - (djm) Add Solaris package support from Rip Loomis <loomisg@cist.saic.com>
c345cf9d 475
416ed5a7 47620000816
477 - (djm) Replacement for inet_ntoa for Irix (which breaks on gcc)
bcbf86ec 478 - (djm) Fix strerror replacement for old SunOS. Based on patch from
416ed5a7 479 Charles Levert <charles@comm.polymtl.ca>
bcbf86ec 480 - (djm) Seperate arc4random into seperate file and use OpenSSL's RC4
416ed5a7 481 implementation.
ba606eb2 482 - (djm) SUN_LEN macro for systems which lack it
416ed5a7 483
dbaa2e87 48420000815
485 - (djm) More SunOS 4.1.x fixes from Nate Itkin <nitkin@europa.com>
cd352c82 486 - (djm) Avoid failures on Irix when ssh is not setuid. Fix from
487 Michael Stone <mstone@cs.loyola.edu>
d93a7e5a 488 - (djm) Don't seek in directory based lastlogs
bcbf86ec 489 - (djm) Fix --with-ipaddr-display configure option test. Patch from
d93a7e5a 490 Jarno Huuskonen <jhuuskon@messi.uku.fi>
2a2cb9e7 491 - (djm) Fix AIX limits from Alexandre Oliva <oliva@lsd.ic.unicamp.br>
dbaa2e87 492
6c33bf70 49320000813
494 - (djm) Add $(srcdir) to includes when compiling (for VPATH). Report from
495 Fabrice bacchella <fabrice.bacchella@marchfirst.fr>
496
3fcce26c 49720000809
bcbf86ec 498 - (djm) Define AIX hard limits if headers don't. Report from
3fcce26c 499 Bill Painter <william.t.painter@lmco.com>
bcbf86ec 500 - (djm) utmp direct write & SunOS 4 patch from Charles Levert
32eec038 501 <charles@comm.polymtl.ca>
3fcce26c 502
71d43804 50320000808
504 - (djm) Cleanup Redhat RPMs. Generate keys at runtime rather than install
505 time, spec file cleanup.
506
f9bcea07 50720000807
378f2232 508 - (djm) Set 0755 on binaries during install. Report from Lutz Jaenicke
47670e77 509 - (djm) Suppress error messages on channel close shutdown() failurs
510 works around Linux bug. Patch from Zack Weinberg <zack@wolery.cumb.org>
378f2232 511 - (djm) Add some more entropy collection commands from Lutz Jaenicke
f9bcea07 512
bcf89935 51320000725
514 - (djm) Fix autoconf typo: HAVE_BINRESVPORT_AF -> HAVE_BINDRESVPORT_AF
515
4c8722d9 51620000721
517 - (djm) OpenBSD CVS updates:
518 - markus@cvs.openbsd.org 2000/07/16 02:27:22
519 [authfd.c authfd.h channels.c clientloop.c ssh-add.c ssh-agent.c ssh.c]
520 [sshconnect1.c sshconnect2.c]
521 make ssh-add accept dsa keys (the agent does not)
522 - djm@cvs.openbsd.org 2000/07/17 19:25:02
523 [sshd.c]
524 Another closing of stdin; ok deraadt
525 - markus@cvs.openbsd.org 2000/07/19 18:33:12
526 [dsa.c]
527 missing free, reorder
528 - markus@cvs.openbsd.org 2000/07/20 16:23:14
529 [ssh-keygen.1]
530 document input and output files
531
240777b8 53220000720
4c8722d9 533 - (djm) Spec file fix from Petr Novotny <Petr.Novotny@antek.cz>
240777b8 534
3c7def32 53520000716
4c8722d9 536 - (djm) Release 2.1.1p4
3c7def32 537
819b676f 53820000715
704b1659 539 - (djm) OpenBSD CVS updates
540 - provos@cvs.openbsd.org 2000/07/13 16:53:22
541 [aux.c readconf.c servconf.c ssh.h]
542 allow multiple whitespace but only one '=' between tokens, bug report from
543 Ralf S. Engelschall <rse@engelschall.com> but different fix. okay deraadt@
544 - provos@cvs.openbsd.org 2000/07/13 17:14:09
545 [clientloop.c]
546 typo; todd@fries.net
547 - provos@cvs.openbsd.org 2000/07/13 17:19:31
548 [scp.c]
549 close can fail on AFS, report error; from Greg Hudson <ghudson@mit.edu>
550 - markus@cvs.openbsd.org 2000/07/14 16:59:46
551 [readconf.c servconf.c]
552 allow leading whitespace. ok niels
553 - djm@cvs.openbsd.org 2000/07/14 22:01:38
554 [ssh-keygen.c ssh.c]
555 Always create ~/.ssh with mode 700; ok Markus
819b676f 556 - Fixes for SunOS 4.1.4 from Gordon Atwood <gordon@cs.ualberta.ca>
557 - Include floatingpoint.h for entropy.c
558 - strerror replacement
704b1659 559
3f7a7e4a 56020000712
c37fb3c1 561 - (djm) Remove -lresolve for Reliant Unix
3f7a7e4a 562 - (djm) OpenBSD CVS Updates:
563 - deraadt@cvs.openbsd.org 2000/07/11 02:11:34
564 [session.c sshd.c ]
565 make MaxStartups code still work with -d; djm
566 - deraadt@cvs.openbsd.org 2000/07/11 13:17:45
567 [readconf.c ssh_config]
568 disable FallBackToRsh by default
c37fb3c1 569 - (djm) Replace in_addr_t with u_int32_t in bsd-inet_aton.c. Report from
570 Ben Lindstrom <mouring@pconline.com>
1e970014 571 - (djm) Make building of X11-Askpass and GNOME-Askpass optional in RPM
572 spec file.
dcb36e5d 573 - (djm) Released 2.1.1p3
3f7a7e4a 574
56118702 57520000711
576 - (djm) Fixup for AIX getuserattr() support from Tom Bertelson
577 <tbert@abac.com>
132dd316 578 - (djm) ReliantUNIX support from Udo Schweigert <ust@cert.siemens.de>
bcbf86ec 579 - (djm) NeXT: dirent structures to get scp working from Ben Lindstrom
c99e5056 580 <mouring@pconline.com>
bcbf86ec 581 - (djm) Fix broken inet_ntoa check and ut_user/ut_name confusion, report
dc2a6d09 582 from Jim Watt <jimw@peisj.pebio.com>
2d9a148e 583 - (djm) Replaced bsd-snprintf.c with one from Mutt source tree, it is known
584 to compile on more platforms (incl NeXT).
cc6f2c4c 585 - (djm) Added bsd-inet_aton and configure support for NeXT
aae19451 586 - (djm) Misc NeXT fixes from Ben Lindstrom <mouring@pconline.com>
089fbbd2 587 - (djm) OpenBSD CVS updates:
588 - markus@cvs.openbsd.org 2000/06/26 03:22:29
589 [authfd.c]
590 cleanup, less cut&paste
591 - markus@cvs.openbsd.org 2000/06/26 15:59:19
592 [servconf.c servconf.h session.c sshd.8 sshd.c]
bcbf86ec 593 MaxStartups: limit number of unauthenticated connections, work by
089fbbd2 594 theo and me
595 - deraadt@cvs.openbsd.org 2000/07/05 14:18:07
596 [session.c]
597 use no_x11_forwarding_flag correctly; provos ok
598 - provos@cvs.openbsd.org 2000/07/05 15:35:57
599 [sshd.c]
600 typo
601 - aaron@cvs.openbsd.org 2000/07/05 22:06:58
602 [scp.1 ssh-agent.1 ssh-keygen.1 sshd.8]
bcbf86ec 603 Insert more missing .El directives. Our troff really should identify
089fbbd2 604 these and spit out a warning.
605 - todd@cvs.openbsd.org 2000/07/06 21:55:04
606 [auth-rsa.c auth2.c ssh-keygen.c]
607 clean code is good code
608 - deraadt@cvs.openbsd.org 2000/07/07 02:14:29
609 [serverloop.c]
610 sense of port forwarding flag test was backwards
611 - provos@cvs.openbsd.org 2000/07/08 17:17:31
612 [compat.c readconf.c]
613 replace strtok with strsep; from David Young <dyoung@onthejob.net>
614 - deraadt@cvs.openbsd.org 2000/07/08 19:21:15
615 [auth.h]
616 KNF
617 - ho@cvs.openbsd.org 2000/07/08 19:27:33
618 [compat.c readconf.c]
619 Better conditions for strsep() ending.
620 - ho@cvs.openbsd.org 2000/07/10 10:27:05
621 [readconf.c]
622 Get the correct message on errors. (niels@ ok)
623 - ho@cvs.openbsd.org 2000/07/10 10:30:25
624 [cipher.c kex.c servconf.c]
625 strtok() --> strsep(). (niels@ ok)
5540ea9b 626 - (djm) Fix problem with debug mode and MaxStartups
eb37534b 627 - (djm) Don't generate host keys when $(DESTDIR) is set (e.g. during RPM
628 builds)
229f64ee 629 - (djm) Add strsep function from OpenBSD libc for systems that lack it
56118702 630
a8545c6c 63120000709
632 - (djm) Only enable PAM_TTY kludge for Linux. Problem report from
633 Kevin Steves <stevesk@sweden.hp.com>
ec90a7d6 634 - (djm) Match prototype and function declaration for rresvport_af.
635 Problem report from Niklas Edmundsson <nikke@ing.umu.se>
bcbf86ec 636 - (djm) Missing $(DESTDIR) on host-key target causing problems with RPM
732e8ac5 637 builds. Problem report from Gregory Leblanc <GLeblanc@cu-portland.edu>
37f1df94 638 - (djm) Replace ut_name with ut_user. Patch from Jim Watt
639 <jimw@peisj.pebio.com>
264dce47 640 - (djm) Fix pam sprintf fix
641 - (djm) Cleanup entropy collection code a little more. Split initialisation
642 from seeding, perform intialisation immediatly at start, be careful with
643 uids. Based on problem report from Jim Watt <jimw@peisj.pebio.com>
5bf9cfe9 644 - (djm) More NeXT compatibility from Ben Lindstrom <mouring@pconline.com>
645 Including sigaction() et al. replacements
bcbf86ec 646 - (djm) AIX getuserattr() session initialisation from Tom Bertelson
eeec075f 647 <tbert@abac.com>
a8545c6c 648
e2902a5b 64920000708
bcbf86ec 650 - (djm) Fix bad fprintf format handling in auth-pam.c. Patch from
e2902a5b 651 Aaron Hopkins <aaron@die.net>
7a33f831 652 - (djm) Fix incorrect configure handling of --with-rsh-path option. Fix from
653 Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
bcbf86ec 654 - (djm) Fixed undefined variables for OSF SIA. Report from
b3f162ba 655 Baars, Henk <Hendrik.Baars@nl.origin-it.com>
bcbf86ec 656 - (djm) Handle EWOULDBLOCK returns from read() and write() in atomicio.c
b28e4a3b 657 Fix from Marquess, Steve Mr JMLFDC <Steve.Marquess@DET.AMEDD.ARMY.MIL>
bcbf86ec 658 - (djm) Don't use inet_addr.
e2902a5b 659
5637650d 66020000702
661 - (djm) Fix brace mismatch from Corinna Vinschen <vinschen@cygnus.com>
27494968 662 - (djm) Stop shadow expiry checking from preventing logins with NIS. Based
663 on fix from HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
a4070484 664 - (djm) Use standard OpenSSL functions in auth-skey.c. Patch from
665 Chris, the Young One <cky@pobox.com>
bcbf86ec 666 - (djm) Fix scp progress meter on really wide terminals. Based on patch
88726b31 667 from James H. Cloos Jr. <cloos@jhcloos.com>
5637650d 668
388e9f9f 66920000701
670 - (djm) Fix Tru64 SIA problems reported by John P Speno <speno@isc.upenn.edu>
daaff4d5 671 - (djm) Login fixes from Tom Bertelson <tbert@abac.com>
82258d68 672 - (djm) Replace "/bin/sh" with _PATH_BSHELL. Report from Corinna Vinschen
673 <vinschen@cygnus.com>
30228d7c 674 - (djm) Replace "/usr/bin/login" with LOGIN_PROGRAM
2647ae26 675 - (djm) Added check for broken snprintf() functions which do not correctly
676 terminate output string and attempt to use replacement.
46158300 677 - (djm) Released 2.1.1p2
388e9f9f 678
9f32ceb4 67920000628
680 - (djm) Fixes to lastlog code for Irix
681 - (djm) Use atomicio in loginrec
3206bb3b 682 - (djm) Patch from Michael Stone <mstone@cs.loyola.edu> to add support for
683 Irix 6.x array sessions, project id's, and system audit trail id.
9e0c3e1f 684 - (djm) Added 'distprep' make target to simplify packaging
bcbf86ec 685 - (djm) Added patch from Chris Adams <cmadams@hiwaay.net> to add OSF SIA
4d33e531 686 support. Enable using "USE_SIA=1 ./configure [options]"
bcbf86ec 687
d8caae24 68820000627
689 - (djm) Fixes to login code - not setting li->uid, cleanups
a05a70ab 690 - (djm) Formatting
d8caae24 691
fe30cc2e 69220000626
3e98362e 693 - (djm) Better fix to aclocal tests from Garrick James <garrick@james.net>
4cb5ffa0 694 - (djm) Account expiry support from Andreas Steinmetz <ast@domdv.de>
695 - (djm) Added password expiry checking (no password change support)
be0b9bb7 696 - (djm) Make EGD failures non-fatal if OpenSSL's entropy pool is still OK
697 based on patch from Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
b5b3f75d 698 - (djm) Fix fixed EGD code.
3e98362e 699 - OpenBSD CVS update
700 - provos@cvs.openbsd.org 2000/06/25 14:17:58
701 [channels.c]
702 correct check for bad channel ids; from Wei Dai <weidai@eskimo.com>
703
1c04b088 70420000623
bcbf86ec 705 - (djm) Use sa_family_t in prototype for rresvport_af. Patch from
1c04b088 706 Svante Signell <svante.signell@telia.com>
707 - (djm) Autoconf logic to define sa_family_t if it is missing
e5a0294f 708 - OpenBSD CVS Updates:
709 - markus@cvs.openbsd.org 2000/06/22 10:32:27
710 [sshd.c]
711 missing atomicio; report from Steve.Marquess@DET.AMEDD.ARMY.MIL
712 - djm@cvs.openbsd.org 2000/06/22 17:55:00
713 [auth-krb4.c key.c radix.c uuencode.c]
714 Missing CVS idents; ok markus
1c04b088 715
f528fdf2 71620000622
717 - (djm) Automatically generate host key during "make install". Suggested
718 by Gary E. Miller <gem@rellim.com>
719 - (djm) Paranoia before kill() system call
74fc9186 720 - OpenBSD CVS Updates:
721 - markus@cvs.openbsd.org 2000/06/18 18:50:11
722 [auth2.c compat.c compat.h sshconnect2.c]
723 make userauth+pubkey interop with ssh.com-2.2.0
724 - markus@cvs.openbsd.org 2000/06/18 20:56:17
725 [dsa.c]
726 mem leak + be more paranoid in dsa_verify.
727 - markus@cvs.openbsd.org 2000/06/18 21:29:50
728 [key.c]
729 cleanup fingerprinting, less hardcoded sizes
730 - markus@cvs.openbsd.org 2000/06/19 19:39:45
731 [atomicio.c auth-options.c auth-passwd.c auth-rh-rsa.c auth-rhosts.c]
732 [auth-rsa.c auth-skey.c authfd.c authfd.h authfile.c bufaux.c bufaux.h]
bcbf86ec 733 [buffer.c buffer.h canohost.c channels.c channels.h cipher.c cipher.h]
74fc9186 734 [clientloop.c compat.c compat.h compress.c compress.h crc32.c crc32.h]
735 [deattack.c dispatch.c dsa.c fingerprint.c fingerprint.h getput.h hmac.c]
bcbf86ec 736 [kex.c log-client.c log-server.c login.c match.c mpaux.c mpaux.h nchan.c]
737 [nchan.h packet.c packet.h pty.c pty.h readconf.c readconf.h readpass.c]
74fc9186 738 [rsa.c rsa.h scp.c servconf.c servconf.h ssh-add.c ssh-keygen.c ssh.c]
739 [ssh.h tildexpand.c ttymodes.c ttymodes.h uidswap.c xmalloc.c xmalloc.h]
740 OpenBSD tag
741 - markus@cvs.openbsd.org 2000/06/21 10:46:10
742 sshconnect2.c missing free; nuke old comment
f528fdf2 743
e5fe9a1f 74420000620
745 - (djm) Replace use of '-o' and '-a' logical operators in configure tests
bcbf86ec 746 with '||' and '&&'. As suggested by Jim Knoble <jmknoble@pint-stowp.cx>
e5fe9a1f 747 to fix SCO Unixware problem reported by Gary E. Miller <gem@rellim.com>
c03aced4 748 - (djm) Typo in loginrec.c
e5fe9a1f 749
cbd7492e 75020000618
751 - (djm) Add summary of configure options to end of ./configure run
bcbf86ec 752 - (djm) Not all systems define RUSAGE_SELF & RUSAGE_CHILDREN. Report from
cbd7492e 753 Michael Stone <mstone@cs.loyola.edu>
bcbf86ec 754 - (djm) rusage is a privileged operation on some Unices (incl.
cbd7492e 755 Solaris 2.5.1). Report from Paul D. Smith <pausmith@nortelnetworks.com>
bcbf86ec 756 - (djm) Avoid PAM failures when running without a TTY. Report from
cbd7492e 757 Martin Petrak <petrak@spsknm.schools.sk>
758 - (djm) Include sys/types.h when including netinet/in.h in configure tests.
759 Patch from Jun-ichiro itojun Hagino <itojun@iijlab.net>
729bfe59 760 - (djm) Started merge of Ben Lindstrom's <mouring@pconline.com> NeXT support
38c295d6 761 - OpenBSD CVS updates:
762 - deraadt@cvs.openbsd.org 2000/06/17 09:58:46
763 [channels.c]
764 everyone says "nix it" (remove protocol 2 debugging message)
765 - markus@cvs.openbsd.org 2000/06/17 13:24:34
766 [sshconnect.c]
767 allow extended server banners
768 - markus@cvs.openbsd.org 2000/06/17 14:30:10
769 [sshconnect.c]
770 missing atomicio, typo
771 - jakob@cvs.openbsd.org 2000/06/17 16:52:34
772 [servconf.c servconf.h session.c sshd.8 sshd_config]
773 add support for ssh v2 subsystems. ok markus@.
774 - deraadt@cvs.openbsd.org 2000/06/17 18:57:48
775 [readconf.c servconf.c]
776 include = in WHITESPACE; markus ok
777 - markus@cvs.openbsd.org 2000/06/17 19:09:10
778 [auth2.c]
779 implement bug compatibility with ssh-2.0.13 pubkey, server side
780 - markus@cvs.openbsd.org 2000/06/17 21:00:28
781 [compat.c]
782 initial support for ssh.com's 2.2.0
783 - markus@cvs.openbsd.org 2000/06/17 21:16:09
784 [scp.c]
785 typo
786 - markus@cvs.openbsd.org 2000/06/17 22:05:02
787 [auth-rsa.c auth2.c serverloop.c session.c auth-options.c auth-options.h]
788 split auth-rsa option parsing into auth-options
789 add options support to authorized_keys2
790 - markus@cvs.openbsd.org 2000/06/17 22:42:54
791 [session.c]
792 typo
cbd7492e 793
509b1f88 79420000613
795 - (djm) Fixes from Andrew McGill <andrewm@datrix.co.za>:
796 - Platform define for SCO 3.x which breaks on /dev/ptmx
797 - Detect and try to fix missing MAXPATHLEN
a4d05724 798 - (djm) Fix short copy in loginrec.c (based on patch from Phill Camp
799 <P.S.S.Camp@ukc.ac.uk>
509b1f88 800
09564242 80120000612
802 - (djm) Glob manpages in RPM spec files to catch compressed files
803 - (djm) Full license in auth-pam.c
08ae384f 804 - (djm) Configure fixes from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
383207f7 805 - (andre) AIX, lastlog, configure fixes from Tom Bertelson <tbert@abac.com>:
806 - Don't try to retrieve lastlog from wtmp/wtmpx if DISABLE_LASTLOG is
807 def'd
808 - Set AIX to use preformatted manpages
bcbf86ec 809
74b224a0 81020000610
811 - (djm) Minor doc tweaks
217ab55e 812 - (djm) Fix for configure on bash2 from Jim Knoble <jmknoble@jmknoble.cx>
74b224a0 813
32c80420 81420000609
815 - (djm) Patch from Kenji Miyake <kenji@miyake.org> to disable utmp usage
816 (in favour of utmpx) on Solaris 8
817
fa649821 81820000606
48c99b2c 819 - (djm) Cleanup of entropy.c. Reorganised code, removed second pass through
820 list of commands (by default). Removed verbose debugging (by default).
bcbf86ec 821 - (djm) Increased command entropy estimates and default entropy collection
48c99b2c 822 timeout
f988dce5 823 - (djm) Remove duplicate headers from loginrec.c
c5fa2eb0 824 - (djm) Don't add /usr/local/lib to library search path on Irix
bcbf86ec 825 - (djm) Fix rsh path in RPMs. Report from Jason L Tibbitts III
fa649821 826 <tibbs@math.uh.edu>
1e83f2a2 827 - (djm) Warn user if grabs fail in GNOME askpass. Patch from Zack Weinberg
828 <zack@wolery.cumb.org>
fa649821 829 - (djm) OpenBSD CVS updates:
830 - todd@cvs.openbsd.org
831 [sshconnect2.c]
832 teach protocol v2 to count login failures properly and also enable an
833 explanation of why the password prompt comes up again like v1; this is NOT
834 crypto
bcbf86ec 835 - markus@cvs.openbsd.org
fa649821 836 [readconf.c readconf.h servconf.c servconf.h session.c ssh.1 ssh.c sshd.8]
837 xauth_location support; pr 1234
838 [readconf.c sshconnect2.c]
839 typo, unused
840 [session.c]
841 allow use_login only for login sessions, otherwise remote commands are
842 execed with uid==0
843 [sshd.8]
844 document UseLogin better
845 [version.h]
846 OpenSSH 2.1.1
847 [auth-rsa.c]
bcbf86ec 848 fix match_hostname() logic for auth-rsa: deny access if we have a
fa649821 849 negative match or no match at all
850 [channels.c hostfile.c match.c]
bcbf86ec 851 don't panic if mkdtemp fails for authfwd; jkb@yahoo-inc.com via
fa649821 852 kris@FreeBSD.org
853
8e7b16f8 85420000606
bcbf86ec 855 - (djm) Added --with-cflags, --with-ldflags and --with-libs options to
8e7b16f8 856 configure.
857
d7c0f3d5 85820000604
859 - Configure tweaking for new login code on Irix 5.3
2d6c411f 860 - (andre) login code changes based on djm feedback
d7c0f3d5 861
2d6c411f 86220000603
863 - (andre) New login code
864 - Remove bsd-login.[ch] and all the OpenBSD-derived code in login.c
865 - Add loginrec.[ch], logintest.c and autoconf code
bcbf86ec 866
5daf7064 86720000531
868 - Cleanup of auth.c, login.c and fake-*
869 - Cleanup of auth-pam.c, save and print "account expired" error messages
e5662474 870 - Fix EGD read bug by IWAMURO Motonori <iwa@mmp.fujitsu.co.jp>
69134b9b 871 - Rewrote bsd-login to use proper utmp API if available. Major cleanup
872 of fallback DIY code.
5daf7064 873
b9f446d1 87420000530
875 - Define atexit for old Solaris
b02ebca1 876 - Fix buffer overrun in login.c for systems which use syslen in utmpx.
877 patch from YOSHIFUJI Hideaki <yoshfuji@cerberus.nemoto.ecei.tohoku.ac.jp>
71276795 878 - OpenBSD CVS updates:
879 - markus@cvs.openbsd.org
880 [session.c]
881 make x11-fwd work w/ localhost (xauth add host/unix:11)
882 [cipher.c compat.c readconf.c servconf.c]
883 check strtok() != NULL; ok niels@
884 [key.c]
885 fix key_read() for uuencoded keys w/o '='
886 [serverloop.c]
887 group ssh1 vs. ssh2 in serverloop
888 [kex.c kex.h myproposal.h sshconnect2.c sshd.c]
889 split kexinit/kexdh, factor out common code
890 [readconf.c ssh.1 ssh.c]
891 forwardagent defaults to no, add ssh -A
892 - theo@cvs.openbsd.org
893 [session.c]
894 just some line shortening
60688ef9 895 - Released 2.1.0p3
b9f446d1 896
29611d9c 89720000520
898 - Xauth fix from Markus Friedl <markus.friedl@informatik.uni-erlangen.de>
25422c70 899 - Don't touch utmp if USE_UTMPX defined
a423beaf 900 - SunOS 4.x support from Todd C. Miller <Todd.Miller@courtesan.com>
fc1e8bf4 901 - SIGCHLD fix for AIX and HPUX from Tom Bertelson <tbert@abac.com>
bcbf86ec 902 - HPUX and Configure fixes from Lutz Jaenicke
fc1e8bf4 903 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
bcbf86ec 904 - Use mkinstalldirs script to make directories instead of non-portable
fc1e8bf4 905 "install -d". Suggested by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
a905808d 906 - Doc cleanup
29611d9c 907
301e9b01 90820000518
909 - Include Andre Lucas' fixprogs script. Forgot to "cvs add" it yesterday
910 - OpenBSD CVS updates:
911 - markus@cvs.openbsd.org
912 [sshconnect.c]
913 copy only ai_addrlen bytes; misiek@pld.org.pl
914 [auth.c]
bcbf86ec 915 accept an empty shell in authentication; bug reported by
301e9b01 916 chris@tinker.ucr.edu
917 [serverloop.c]
918 we don't have stderr for interactive terminal sessions (fcntl errors)
919
ad85db64 92020000517
921 - Fix from Andre Lucas <andre.lucas@dial.pipex.com>
922 - Fixes command line printing segfaults (spotter: Bladt Norbert)
923 - Fixes erroneous printing of debug messages to syslog
924 - Fixes utmp for MacOS X (spotter: Aristedes Maniatis)
925 - Gives useful error message if PRNG initialisation fails
926 - Reduced ssh startup delay
927 - Measures cumulative command time rather than the time between reads
704b1659 928 after select()
ad85db64 929 - 'fixprogs' perl script to eliminate non-working entropy commands, and
704b1659 930 optionally run 'ent' to measure command entropy
c1ef8333 931 - Applied Tom Bertelson's <tbert@abac.com> AIX authentication fix
a64009ad 932 - Avoid WCOREDUMP complation errors for systems that lack it
bcbf86ec 933 - Avoid SIGCHLD warnings from entropy commands
28c1d5ce 934 - Fix HAVE_PAM_GETENVLIST setting from Simon Wilkinson <sxw@dcs.ed.ac.uk>
0e73cc53 935 - OpenBSD CVS update:
bcbf86ec 936 - markus@cvs.openbsd.org
0e73cc53 937 [ssh.c]
938 fix usage()
939 [ssh2.h]
940 draft-ietf-secsh-architecture-05.txt
941 [ssh.1]
942 document ssh -T -N (ssh2 only)
943 [channels.c serverloop.c ssh.h sshconnect.c sshd.c aux.c]
944 enable nonblocking IO for sshd w/ proto 1, too; split out common code
945 [aux.c]
946 missing include
c04f75f1 947 - Several patches from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
948 - INSTALL typo and URL fix
949 - Makefile fix
950 - Solaris fixes
bcbf86ec 951 - Checking for ssize_t and memmove. Based on patch from SAKAI Kiyotaka
c04f75f1 952 <ksakai@kso.netwk.ntt-at.co.jp>
afa5ee68 953 - RSAless operation patch from kevin_oconnor@standardandpoors.com
d45e3d76 954 - Detect OpenSSL seperatly from RSA
bcbf86ec 955 - Better test for RSA (more compatible with RSAref). Based on work by
d45e3d76 956 Ed Eden <ede370@stl.rural.usda.gov>
ad85db64 957
3d1a1654 95820000513
bcbf86ec 959 - Fix for non-recognised DSA keys from Arkadiusz Miskiewicz
3d1a1654 960 <misiek@pld.org.pl>
961
d02a3a00 96220000511
bcbf86ec 963 - Fix for prng_seed permissions checking from Lutz Jaenicke
d02a3a00 964 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
3d1a1654 965 - "make host-key" fix for Irix
d02a3a00 966
d0c832f3 96720000509
968 - OpenBSD CVS update
969 - markus@cvs.openbsd.org
970 [cipher.h myproposal.h readconf.c readconf.h servconf.c ssh.1 ssh.c]
971 [ssh.h sshconnect1.c sshconnect2.c sshd.8]
972 - complain about invalid ciphers in SSH1 (e.g. arcfour is SSH2 only)
973 - hugh@cvs.openbsd.org
974 [ssh.1]
975 - zap typo
976 [ssh-keygen.1]
977 - One last nit fix. (markus approved)
978 [sshd.8]
979 - some markus certified spelling adjustments
980 - markus@cvs.openbsd.org
981 [auth2.c channels.c clientloop.c compat compat.h dsa.c kex.c]
982 [sshconnect2.c ]
983 - bug compat w/ ssh-2.0.13 x11, split out bugs
984 [nchan.c]
985 - no drain if ibuf_empty, fixes x11fwd problems; tests by fries@
986 [ssh-keygen.c]
987 - handle escapes in real and original key format, ok millert@
988 [version.h]
989 - OpenSSH-2.1
3dc1102e 990 - Moved all the bsd-* and fake-* stuff into new libopenbsd-compat.a
e93ee87a 991 - Doc updates
bcbf86ec 992 - Cleanup of bsd-base64 headers, bugfix definitions of __b64_*. Reported
21e5304a 993 by Andre Lucas <andre.lucas@dial.pipex.com>
d0c832f3 994
ebdeb9a8 99520000508
996 - Makefile and RPM spec fixes
997 - Generate DSA host keys during "make key" or RPM installs
f6cde515 998 - OpenBSD CVS update
999 - markus@cvs.openbsd.org
1000 [clientloop.c sshconnect2.c]
1001 - make x11-fwd interop w/ ssh-2.0.13
1002 [README.openssh2]
1003 - interop w/ SecureFX
1004 - Release 2.0.0beta2
ebdeb9a8 1005
bcbf86ec 1006 - Configure caching and cleanup patch from Andre Lucas'
58d100bf 1007 <andre.lucas@dial.pipex.com>
1008
1d1ffb87 100920000507
1010 - Remove references to SSLeay.
1011 - Big OpenBSD CVS update
1012 - markus@cvs.openbsd.org
1013 [clientloop.c]
1014 - typo
1015 [session.c]
1016 - update proctitle on pty alloc/dealloc, e.g. w/ windows client
1017 [session.c]
1018 - update proctitle for proto 1, too
1019 [channels.h nchan.c serverloop.c session.c sshd.c]
1020 - use c-style comments
1021 - deraadt@cvs.openbsd.org
1022 [scp.c]
1023 - more atomicio
bcbf86ec 1024 - markus@cvs.openbsd.org
1d1ffb87 1025 [channels.c]
1026 - set O_NONBLOCK
1027 [ssh.1]
1028 - update AUTHOR
1029 [readconf.c ssh-keygen.c ssh.h]
1030 - default DSA key file ~/.ssh/id_dsa
1031 [clientloop.c]
1032 - typo, rm verbose debug
1033 - deraadt@cvs.openbsd.org
1034 [ssh-keygen.1]
1035 - document DSA use of ssh-keygen
1036 [sshd.8]
1037 - a start at describing what i understand of the DSA side
1038 [ssh-keygen.1]
1039 - document -X and -x
1040 [ssh-keygen.c]
1041 - simplify usage
bcbf86ec 1042 - markus@cvs.openbsd.org
1d1ffb87 1043 [sshd.8]
1044 - there is no rhosts_dsa
1045 [ssh-keygen.1]
1046 - document -y, update -X,-x
1047 [nchan.c]
1048 - fix close for non-open ssh1 channels
1049 [servconf.c servconf.h ssh.h sshd.8 sshd.c ]
1050 - s/DsaKey/HostDSAKey/, document option
1051 [sshconnect2.c]
1052 - respect number_of_password_prompts
1053 [channels.c channels.h servconf.c servconf.h session.c sshd.8]
1054 - GatewayPorts for sshd, ok deraadt@
1055 [ssh-add.1 ssh-agent.1 ssh.1]
1056 - more doc on: DSA, id_dsa, known_hosts2, authorized_keys2
1057 [ssh.1]
1058 - more info on proto 2
1059 [sshd.8]
1060 - sync AUTHOR w/ ssh.1
1061 [key.c key.h sshconnect.c]
1062 - print key type when talking about host keys
1063 [packet.c]
1064 - clear padding in ssh2
1065 [dsa.c key.c radix.c ssh.h sshconnect1.c uuencode.c uuencode.h]
1066 - replace broken uuencode w/ libc b64_ntop
1067 [auth2.c]
1068 - log failure before sending the reply
1069 [key.c radix.c uuencode.c]
1070 - remote trailing comments before calling __b64_pton
1071 [auth2.c readconf.c readconf.h servconf.c servconf.h ssh.1]
1072 [sshconnect2.c sshd.8]
1073 - add DSAAuthetication option to ssh/sshd, document SSH2 in sshd.8
1074 - Bring in b64_ntop and b64_pton from OpenBSD libc (bsd-base64.[ch])
1075
1a11e1ae 107620000502
0fbe8c74 1077 - OpenBSD CVS update
1078 [channels.c]
1079 - init all fds, close all fds.
1080 [sshconnect2.c]
1081 - check whether file exists before asking for passphrase
1082 [servconf.c servconf.h sshd.8 sshd.c]
1083 - PidFile, pr 1210
1084 [channels.c]
1085 - EINTR
1086 [channels.c]
1087 - unbreak, ok niels@
1088 [sshd.c]
1089 - unlink pid file, ok niels@
1090 [auth2.c]
1091 - Add missing #ifdefs; ok - markus
bcbf86ec 1092 - Add Andre Lucas' <andre.lucas@dial.pipex.com> patch to read entropy
d3083fbd 1093 gathering commands from a text file
1a11e1ae 1094 - Release 2.0.0beta1
1095
c4bc58eb 109620000501
1097 - OpenBSD CVS update
1098 [packet.c]
1099 - send debug messages in SSH2 format
3189621b 1100 [scp.c]
1101 - fix very rare EAGAIN/EINTR issues; based on work by djm
1102 [packet.c]
1103 - less debug, rm unused
1104 [auth2.c]
1105 - disable kerb,s/key in ssh2
1106 [sshd.8]
1107 - Minor tweaks and typo fixes.
1108 [ssh-keygen.c]
1109 - Put -d into usage and reorder. markus ok.
bcbf86ec 1110 - Include missing headers for OpenSSL tests. Fix from Phil Karn
44fb55e9 1111 <karn@ka9q.ampr.org>
bcbf86ec 1112 - Fixed __progname symbol collisions reported by Andre Lucas
3fd95d9a 1113 <andre.lucas@dial.pipex.com>
0d5f7abc 1114 - Merged bsd-login ttyslot and AIX utmp patch from Gert Doering
1115 <gd@hilb1.medat.de>
8cb940db 1116 - Add some missing ifdefs to auth2.c
8af50c98 1117 - Deprecate perl-tk askpass.
52bcc044 1118 - Irix portability fixes - don't include netinet headers more than once
1119 - Make sure we don't save PRNG seed more than once
c4bc58eb 1120
2b763e31 112120000430
1122 - Merge HP-UX fixes and TCB support from Ged Lodder <lodder@yacc.com.au>
b7a87eea 1123 - Integrate Andre Lucas' <andre.lucas@dial.pipex.com> entropy collection
1124 patch.
1125 - Adds timeout to entropy collection
1126 - Disables slow entropy sources
1127 - Load and save seed file
bcbf86ec 1128 - Changed entropy seed code to user per-user seeds only (server seed is
b7a87eea 1129 saved in root's .ssh directory)
1130 - Use atexit() and fatal cleanups to save seed on exit
0b242b12 1131 - More OpenBSD updates:
1132 [session.c]
1133 - don't call chan_write_failed() if we are not writing
1134 [auth-rsa.c auth1.c authfd.c hostfile.c ssh-agent.c]
1135 - keysize warnings error() -> log()
2b763e31 1136
a306f2dd 113720000429
1138 - Merge big update to OpenSSH-2.0 from OpenBSD CVS
1139 [README.openssh2]
1140 - interop w/ F-secure windows client
1141 - sync documentation
1142 - ssh_host_dsa_key not ssh_dsa_key
1143 [auth-rsa.c]
1144 - missing fclose
1145 [auth.c authfile.c compat.c dsa.c dsa.h hostfile.c key.c key.h radix.c]
1146 [readconf.c readconf.h ssh-add.c ssh-keygen.c ssh.c ssh.h sshconnect.c]
1147 [sshd.c uuencode.c uuencode.h authfile.h]
1148 - add DSA pubkey auth and other SSH2 fixes. use ssh-keygen -[xX]
1149 for trading keys with the real and the original SSH, directly from the
1150 people who invented the SSH protocol.
1151 [auth.c auth.h authfile.c sshconnect.c auth1.c auth2.c sshconnect.h]
1152 [sshconnect1.c sshconnect2.c]
1153 - split auth/sshconnect in one file per protocol version
1154 [sshconnect2.c]
1155 - remove debug
1156 [uuencode.c]
1157 - add trailing =
1158 [version.h]
1159 - OpenSSH-2.0
1160 [ssh-keygen.1 ssh-keygen.c]
1161 - add -R flag: exit code indicates if RSA is alive
1162 [sshd.c]
1163 - remove unused
1164 silent if -Q is specified
1165 [ssh.h]
1166 - host key becomes /etc/ssh_host_dsa_key
1167 [readconf.c servconf.c ]
1168 - ssh/sshd default to proto 1 and 2
1169 [uuencode.c]
1170 - remove debug
1171 [auth2.c ssh-keygen.c sshconnect2.c sshd.c]
1172 - xfree DSA blobs
1173 [auth2.c serverloop.c session.c]
1174 - cleanup logging for sshd/2, respect PasswordAuth no
1175 [sshconnect2.c]
1176 - less debug, respect .ssh/config
1177 [README.openssh2 channels.c channels.h]
bcbf86ec 1178 - clientloop.c session.c ssh.c
a306f2dd 1179 - support for x11-fwding, client+server
1180
0ac7199f 118120000421
1182 - Merge fix from OpenBSD CVS
1183 [ssh-agent.c]
1184 - Fix memory leak per connection. Report from Andy Spiegl <Andy@Spiegl.de>
1185 via Debian bug #59926
18ba2aab 1186 - Define __progname in session.c if libc doesn't
1187 - Remove indentation on autoconf #include statements to avoid bug in
bcbf86ec 1188 DEC Tru64 compiler. Report and fix from David Del Piero
18ba2aab 1189 <David.DelPiero@qed.qld.gov.au>
0ac7199f 1190
e1b37056 119120000420
bcbf86ec 1192 - Make fixpaths work with perl4, patch from Andre Lucas
e1b37056 1193 <andre.lucas@dial.pipex.com>
9da5c3c9 1194 - Sync with OpenBSD CVS:
1195 [clientloop.c login.c serverloop.c ssh-agent.c ssh.h sshconnect.c sshd.c]
1196 - pid_t
1197 [session.c]
1198 - remove bogus chan_read_failed. this could cause data
1199 corruption (missing data) at end of a SSH2 session.
4e577b89 1200 - Merge fixes from Debian patch from Phil Hands <phil@hands.com>
1201 - Allow setting of PAM service name through CFLAGS (SSHD_PAM_SERVICE)
1202 - Use vhangup to clean up Linux ttys
1203 - Force posix getopt processing on GNU libc systems
371ecff9 1204 - Debian bug #55910 - remove references to ssl(8) manpages
247f1a89 1205 - Debian bug #58031 - ssh_config lies about default cipher
e1b37056 1206
d6f24e45 120720000419
1208 - OpenBSD CVS updates
1209 [channels.c]
1210 - fix pr 1196, listen_port and port_to_connect interchanged
1211 [scp.c]
bcbf86ec 1212 - after completion, replace the progress bar ETA counter with a final
d6f24e45 1213 elapsed time; my idea, aaron wrote the patch
1214 [ssh_config sshd_config]
1215 - show 'Protocol' as an example, ok markus@
1216 [sshd.c]
1217 - missing xfree()
1218 - Add missing header to bsd-misc.c
1219
35484284 122020000416
1221 - Reduce diff against OpenBSD source
bcbf86ec 1222 - All OpenSSL includes are now unconditionally referenced as
35484284 1223 openssl/foo.h
1224 - Pick up formatting changes
1225 - Other minor changed (typecasts, etc) that I missed
1226
6ae2364d 122720000415
1228 - OpenBSD CVS updates.
1229 [ssh.1 ssh.c]
1230 - ssh -2
1231 [auth.c channels.c clientloop.c packet.c packet.h serverloop.c]
1232 [session.c sshconnect.c]
1233 - check payload for (illegal) extra data
1234 [ALL]
1235 whitespace cleanup
1236
c323ac76 123720000413
1238 - INSTALL doc updates
f54651ce 1239 - Merged OpenBSD updates to include paths.
bcbf86ec 1240
a8be9f80 124120000412
1242 - OpenBSD CVS updates:
1243 - [channels.c]
1244 repair x11-fwd
1245 - [sshconnect.c]
1246 fix passwd prompt for ssh2, less debugging output.
1247 - [clientloop.c compat.c dsa.c kex.c sshd.c]
1248 less debugging output
1249 - [kex.c kex.h sshconnect.c sshd.c]
1250 check for reasonable public DH values
1251 - [README.openssh2 cipher.c cipher.h compat.c compat.h readconf.c]
1252 [readconf.h servconf.c servconf.h ssh.c ssh.h sshconnect.c sshd.c]
1253 add Cipher and Protocol options to ssh/sshd, e.g.:
1254 ssh -o 'Protocol 1,2' if you prefer proto 1, ssh -o 'Ciphers
1255 arcfour,3des-cbc'
1256 - [sshd.c]
1257 print 1.99 only if server supports both
1258
18e92801 125920000408
1260 - Avoid some compiler warnings in fake-get*.c
1261 - Add IPTOS macros for systems which lack them
9d98aaf6 1262 - Only set define entropy collection macros if they are found
e78a59f5 1263 - More large OpenBSD CVS updates:
1264 - [auth.c auth.h servconf.c servconf.h serverloop.c session.c]
1265 [session.h ssh.h sshd.c README.openssh2]
1266 ssh2 server side, see README.openssh2; enable with 'sshd -2'
1267 - [channels.c]
1268 no adjust after close
1269 - [sshd.c compat.c ]
1270 interop w/ latest ssh.com windows client.
bcbf86ec 1271
8ce64345 127220000406
1273 - OpenBSD CVS update:
1274 - [channels.c]
1275 close efd on eof
1276 - [clientloop.c compat.c ssh.c sshconnect.c myproposal.h]
1277 ssh2 client implementation, interops w/ ssh.com and lsh servers.
1278 - [sshconnect.c]
1279 missing free.
1280 - [authfile.c cipher.c cipher.h packet.c sshconnect.c sshd.c]
1281 remove unused argument, split cipher_mask()
1282 - [clientloop.c]
1283 re-order: group ssh1 vs. ssh2
1284 - Make Redhat spec require openssl >= 0.9.5a
1285
e7627112 128620000404
1287 - Add tests for RAND_add function when searching for OpenSSL
7e7327a1 1288 - OpenBSD CVS update:
1289 - [packet.h packet.c]
1290 ssh2 packet format
1291 - [packet.h packet.c nchan2.ms nchan.h compat.h compat.c]
1292 [channels.h channels.c]
1293 channel layer support for ssh2
1294 - [kex.h kex.c hmac.h hmac.c dsa.c dsa.h]
1295 DSA, keyexchange, algorithm agreement for ssh2
6c081128 1296 - Generate manpages before make install not at the end of make all
1297 - Don't seed the rng quite so often
1298 - Always reseed rng when requested
e7627112 1299
bfc9a610 130020000403
1301 - Wrote entropy collection routines for systems that lack /dev/random
1302 and EGD
837c30b8 1303 - Disable tests and typedefs for 64 bit types. They are currently unused.
bfc9a610 1304
7368a6c8 130520000401
1306 - Big OpenBSD CVS update (mainly beginnings of SSH2 infrastructure)
1307 - [auth.c session.c sshd.c auth.h]
1308 split sshd.c -> auth.c session.c sshd.c plus cleanup and goto-removal
1309 - [bufaux.c bufaux.h]
1310 support ssh2 bignums
1311 - [channels.c channels.h clientloop.c sshd.c nchan.c nchan.h packet.c]
1312 [readconf.c ssh.c ssh.h serverloop.c]
1313 replace big switch() with function tables (prepare for ssh2)
1314 - [ssh2.h]
1315 ssh2 message type codes
1316 - [sshd.8]
1317 reorder Xr to avoid cutting
1318 - [serverloop.c]
1319 close(fdin) if fdin != fdout, shutdown otherwise, ok theo@
1320 - [channels.c]
1321 missing close
1322 allow bigger packets
1323 - [cipher.c cipher.h]
1324 support ssh2 ciphers
1325 - [compress.c]
1326 cleanup, less code
1327 - [dispatch.c dispatch.h]
1328 function tables for different message types
1329 - [log-server.c]
1330 do not log() if debuggin to stderr
1331 rename a cpp symbol, to avoid param.h collision
1332 - [mpaux.c]
1333 KNF
1334 - [nchan.c]
1335 sync w/ channels.c
1336
f5238bee 133720000326
1338 - Better tests for OpenSSL w/ RSAref
bcbf86ec 1339 - Added replacement setenv() function from OpenBSD libc. Suggested by
f5238bee 1340 Ben Lindstrom <mouring@pconline.com>
4fe2af09 1341 - OpenBSD CVS update
1342 - [auth-krb4.c]
1343 -Wall
1344 - [auth-rh-rsa.c auth-rsa.c hostfile.c hostfile.h key.c key.h match.c]
1345 [match.h ssh.c ssh.h sshconnect.c sshd.c]
1346 initial support for DSA keys. ok deraadt@, niels@
1347 - [cipher.c cipher.h]
1348 remove unused cipher_attack_detected code
1349 - [scp.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
1350 Fix some formatting problems I missed before.
1351 - [ssh.1 sshd.8]
1352 fix spelling errors, From: FreeBSD
1353 - [ssh.c]
1354 switch to raw mode only if he _get_ a pty (not if we _want_ a pty).
f5238bee 1355
0024a081 135620000324
1357 - Released 1.2.3
1358
bd499f9e 135920000317
1360 - Clarified --with-default-path option.
1361 - Added -blibpath handling for AIX to work around stupid runtime linking.
1362 Problem elucidated by gshapiro@SENDMAIL.ORG by way of Jim Knoble
1363 <jmknoble@pobox.com>
474b5fef 1364 - Checks for 64 bit int types. Problem report from Mats Fredholm
1365 <matsf@init.se>
610cd5c6 1366 - OpenBSD CVS updates:
bcbf86ec 1367 - [atomicio.c auth-krb4.c bufaux.c channels.c compress.c fingerprint.c]
610cd5c6 1368 [packet.h radix.c rsa.c scp.c ssh-agent.c ssh-keygen.c sshconnect.c]
1369 [sshd.c]
1370 pedantic: signed vs. unsigned, void*-arithm, etc
1371 - [ssh.1 sshd.8]
1372 Various cleanups and standardizations.
bcbf86ec 1373 - Runtime error fix for HPUX from Otmar Stahl
be48d23c 1374 <O.Stahl@lsw.uni-heidelberg.de>
bd499f9e 1375
4696775a 137620000316
bcbf86ec 1377 - Fixed configure not passing LDFLAGS to Solaris. Report from David G.
4696775a 1378 Hesprich <dghespri@sprintparanet.com>
d423d822 1379 - Propogate LD through to Makefile
b7a9ce47 1380 - Doc cleanups
2ba2a610 1381 - Added blurb about "scp: command not found" errors to UPGRADING
4696775a 1382
cb0b7ea4 138320000315
1384 - Fix broken CFLAGS handling during search for OpenSSL. Fixes va_list
1385 problems with gcc/Solaris.
bcbf86ec 1386 - Don't free argument to putenv() after use (in setenv() replacement).
db55a3ea 1387 Report from Seigo Tanimura <tanimura@r.dl.itc.u-tokyo.ac.jp>
bcbf86ec 1388 - Created contrib/ subdirectory. Included helpers from Phil Hands'
13652e52 1389 Debian package, README file and chroot patch from Ricardo Cerqueira
1390 <rmcc@clix.pt>
bcbf86ec 1391 - Moved gnome-ssh-askpass.c to contrib directory and removed config
13652e52 1392 option.
1393 - Slight cleanup to doc files
b14b2ae7 1394 - Configure fix from Bratislav ILICH <bilic@zepter.ru>
cb0b7ea4 1395
a8ed9fd9 139620000314
bcbf86ec 1397 - Include macro for IN6_IS_ADDR_V4MAPPED. Report from
a8ed9fd9 1398 peter@frontierflying.com
84afc958 1399 - Include /usr/local/include and /usr/local/lib for systems that don't
1400 do it themselves
1401 - -R/usr/local/lib for Solaris
1402 - Fix RSAref detection
1403 - Fix IN6_IS_ADDR_V4MAPPED macro
a8ed9fd9 1404
bcf36c78 140520000311
1406 - Detect RSAref
43e48848 1407 - OpenBSD CVS change
1408 [sshd.c]
1409 - disallow guessing of root password
867dbf40 1410 - More configure fixes
80faa19f 1411 - IPv6 workarounds from Hideaki YOSHIFUJI <yoshfuji@ecei.tohoku.ac.jp>
bcf36c78 1412
c8d54615 141320000309
1414 - OpenBSD CVS updates to v1.2.3
704b1659 1415 [ssh.h atomicio.c]
1416 - int atomicio -> ssize_t (for alpha). ok deraadt@
1417 [auth-rsa.c]
1418 - delay MD5 computation until client sends response, free() early, cleanup.
1419 [cipher.c]
1420 - void* -> unsigned char*, ok niels@
1421 [hostfile.c]
1422 - remove unused variable 'len'. fix comments.
1423 - remove unused variable
1424 [log-client.c log-server.c]
1425 - rename a cpp symbol, to avoid param.h collision
1426 [packet.c]
1427 - missing xfree()
1428 - getsockname() requires initialized tolen; andy@guildsoftware.com
1429 - use getpeername() in packet_connection_is_on_socket(), fixes sshd -i;
1430 from Holger.Trapp@Informatik.TU-Chemnitz.DE
1431 [pty.c pty.h]
bcbf86ec 1432 - register cleanup for pty earlier. move code for pty-owner handling to
c8d54615 1433 pty.c ok provos@, dugsong@
704b1659 1434 [readconf.c]
1435 - turn off x11-fwd for the client, too.
1436 [rsa.c]
1437 - PKCS#1 padding
1438 [scp.c]
1439 - allow '.' in usernames; from jedgar@fxp.org
1440 [servconf.c]
1441 - typo: ignore_user_known_hosts int->flag; naddy@mips.rhein-neckar.de
1442 - sync with sshd_config
1443 [ssh-keygen.c]
1444 - enable ssh-keygen -l -f ~/.ssh/known_hosts, ok deraadt@
1445 [ssh.1]
1446 - Change invalid 'CHAT' loglevel to 'VERBOSE'
1447 [ssh.c]
1448 - suppress AAAA query host when '-4' is used; from shin@nd.net.fujitsu.co.jp
1449 - turn off x11-fwd for the client, too.
1450 [sshconnect.c]
1451 - missing xfree()
1452 - retry rresvport_af(), too. from sumikawa@ebina.hitachi.co.jp.
1453 - read error vs. "Connection closed by remote host"
1454 [sshd.8]
1455 - ie. -> i.e.,
1456 - do not link to a commercial page..
1457 - sync with sshd_config
1458 [sshd.c]
1459 - no need for poll.h; from bright@wintelcom.net
1460 - log with level log() not fatal() if peer behaves badly.
1461 - don't panic if client behaves strange. ok deraadt@
1462 - make no-port-forwarding for RSA keys deny both -L and -R style fwding
1463 - delay close() of pty until the pty has been chowned back to root
1464 - oops, fix comment, too.
1465 - missing xfree()
1466 - move XAUTHORITY to subdir. ok dugsong@. fixes debian bug #57907, too.
1467 (http://cgi.debian.org/cgi-bin/bugreport.cgi?archive=no&bug=57907)
bcbf86ec 1468 - register cleanup for pty earlier. move code for pty-owner handling to
704b1659 1469 pty.c ok provos@, dugsong@
1470 - create x11 cookie file
1471 - fix pr 1113, fclose() -> pclose(), todo: remote popen()
1472 - version 1.2.3
c8d54615 1473 - Cleaned up
bcbf86ec 1474 - Removed warning workaround for Linux and devpts filesystems (no longer
d8223847 1475 required after OpenBSD updates)
c8d54615 1476
07055445 147720000308
1478 - Configure fix from Hiroshi Takekawa <takekawa@sr3.t.u-tokyo.ac.jp>
1479
148020000307
1481 - Released 1.2.2p1
1482
9c8c3fc6 148320000305
1484 - Fix DEC compile fix
54096dcc 1485 - Explicitly seed OpenSSL's PRNG before checking rsa_alive()
aa6bd60a 1486 - Check for getpagesize in libucb.a if not found in libc. Fix for old
1487 Solaris from Andre Lucas <andre.lucas@dial.pipex.com>
bcbf86ec 1488 - Check for libwrap if --with-tcp-wrappers option specified. Suggestion
9fc7867e 1489 Mate Wierdl <mw@moni.msci.memphis.edu>
9c8c3fc6 1490
6bf4d066 149120000303
1492 - Added "make host-key" target, Suggestion from Dominik Brettnacher
1493 <domi@saargate.de>
bcbf86ec 1494 - Don't permanently fail on bind() if getaddrinfo has more choices left for
16218745 1495 us. Needed to work around messy IPv6 on Linux. Patch from Arkadiusz
1496 Miskiewicz <misiek@pld.org.pl>
22fa590f 1497 - DEC Unix compile fix from David Del Piero <David.DelPiero@qed.qld.gov.au>
1498 - Manpage fix from David Del Piero <David.DelPiero@qed.qld.gov.au>
6bf4d066 1499
a0391976 150020000302
1501 - Big cleanup of autoconf code
1502 - Rearranged to be a little more logical
1503 - Added -R option for Solaris
1504 - Rewrote OpenSSL detection code. Now uses AC_TRY_RUN with a test program
1505 to detect library and header location _and_ ensure library has proper
1506 RSA support built in (this is a problem with OpenSSL 0.9.5).
817175bc 1507 - Applied pty cleanup patch from markus.friedl@informatik.uni-erlangen.de
0a1718dc 1508 - Avoid warning message with Unix98 ptys
bcbf86ec 1509 - Warning was valid - possible race condition on PTYs. Avoided using
3276571c 1510 platform-specific code.
1511 - Document some common problems
bcbf86ec 1512 - Allow root access to any key. Patch from
81eef326 1513 markus.friedl@informatik.uni-erlangen.de
a0391976 1514
f55afe71 151520000207
1516 - Removed SOCKS code. Will support through a ProxyCommand.
1517
d07d1c58 151820000203
1519 - Fixed SEGVs in authloop, fix from vbzoli@hbrt.hu
d581b7ae 1520 - Add --with-ssl-dir option
d07d1c58 1521
9d5f374b 152220000202
bcbf86ec 1523 - Fix lastlog code for directory based lastlogs. Fix from Josh Durham
9d5f374b 1524 <jmd@aoe.vt.edu>
6b1f3fdb 1525 - Documentation fixes from HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
bcbf86ec 1526 - Added URLs to Japanese translations of documents by HARUYAMA Seigo
6b1f3fdb 1527 <haruyama@nt.phys.s.u-tokyo.ac.jp>
9d5f374b 1528
bc8c2601 152920000201
1530 - Use socket pairs by default (instead of pipes). Prevents race condition
1531 on several (buggy) OSs. Report and fix from tridge@linuxcare.com
1532
69c76614 153320000127
1534 - Seed OpenSSL's random number generator before generating RSA keypairs
1535 - Split random collector into seperate file
aaf2abd7 1536 - Compile fix from Andre Lucas <andre.lucas@dial.pipex.com>
69c76614 1537
f9507c24 153820000126
1539 - Released 1.2.2 stable
1540
bcbf86ec 1541 - NeXT keeps it lastlog in /usr/adm. Report from
f9507c24 1542 mouring@newton.pconline.com
bcbf86ec 1543 - Added note in UPGRADING re interop with commercial SSH using idea.
587120ad 1544 Report from Jim Knoble <jmknoble@pobox.com>
1545 - Fix linking order for Kerberos/AFS. Fix from Holget Trapp
1546 <Holger.Trapp@Informatik.TU-Chemnitz.DE>
f9507c24 1547
bfae20ad 154820000125
bcbf86ec 1549 - Fix NULL pointer dereference in login.c. Fix from Andre Lucas
bfae20ad 1550 <andre.lucas@dial.pipex.com>
07b0cb78 1551 - Reorder PAM initialisation so it does not mess up lastlog. Reported
1552 by Andre Lucas <andre.lucas@dial.pipex.com>
bcbf86ec 1553 - Use preformatted manpages on SCO, report from Gary E. Miller
9755cbdb 1554 <gem@rellim.com>
1555 - New URL for x11-ssh-askpass.
bcbf86ec 1556 - Fixpaths was missing /etc/ssh_known_hosts. Report from Jim Knoble
7e31dc81 1557 <jmknoble@pobox.com>
bcbf86ec 1558 - Added 'DESTDIR' option to Makefile to ease package building. Patch from
ff8ecdb8 1559 Jim Knoble <jmknoble@pobox.com>
1560 - Updated RPM spec files to use DESTDIR
bfae20ad 1561
bb58aa4b 156220000124
1563 - Pick up version 1.2.2 from OpenBSD CVS (no changes, just version number
1564 increment)
1565
d45317d8 156620000123
1567 - OpenBSD CVS:
1568 - [packet.c]
1569 getsockname() requires initialized tolen; andy@guildsoftware.com
bcbf86ec 1570 - AIX patch from Matt Richards <v2matt@btv.ibm.com> and David Rankin
4c40f834 1571 <drankin@bohemians.lexington.ky.us>
12aa90af 1572 - Fix lastlog support, patch from Andre Lucas <andre.lucas@dial.pipex.com>
d45317d8 1573
e844f761 157420000122
1575 - Fix compilation of bsd-snprintf.c on Solaris, fix from Ben Taylor
1576 <bent@clark.net>
c54a6257 1577 - Merge preformatted manpage patch from Andre Lucas
1578 <andre.lucas@dial.pipex.com>
8eb34e02 1579 - Make IPv4 use the default in RPM packages
1580 - Irix uses preformatted manpages
1e64903d 1581 - Missing htons() in bsd-bindresvport.c, fix from Holger Trapp
1582 <Holger.Trapp@Informatik.TU-Chemnitz.DE>
9bc5ddfe 1583 - OpenBSD CVS updates:
1584 - [packet.c]
1585 use getpeername() in packet_connection_is_on_socket(), fixes sshd -i;
1586 from Holger.Trapp@Informatik.TU-Chemnitz.DE
1587 - [sshd.c]
1588 log with level log() not fatal() if peer behaves badly.
1589 - [readpass.c]
bcbf86ec 1590 instead of blocking SIGINT, catch it ourselves, so that we can clean
1591 the tty modes up and kill ourselves -- instead of our process group
1592 leader (scp, cvs, ...) going away and leaving us in noecho mode.
9bc5ddfe 1593 people with cbreak shells never even noticed..
399d9d44 1594 - [ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
1595 ie. -> i.e.,
e844f761 1596
4c8ef3fb 159720000120
1598 - Don't use getaddrinfo on AIX
7b2ea3a1 1599 - Update to latest OpenBSD CVS:
1600 - [auth-rsa.c]
1601 - fix user/1056, sshd keeps restrictions; dbt@meat.net
1602 - [sshconnect.c]
1603 - disable agent fwding for proto 1.3, remove abuse of auth-rsa flags.
1604 - destroy keys earlier
bcbf86ec 1605 - split key exchange (kex) and user authentication (user-auth),
d468fc76 1606 ok: provos@
7b2ea3a1 1607 - [sshd.c]
1608 - no need for poll.h; from bright@wintelcom.net
1609 - disable agent fwding for proto 1.3, remove abuse of auth-rsa flags.
bcbf86ec 1610 - split key exchange (kex) and user authentication (user-auth),
d468fc76 1611 ok: provos@
f3bba493 1612 - Big manpage and config file cleanup from Andre Lucas
1613 <andre.lucas@dial.pipex.com>
5f4fdfae 1614 - Re-added latest (unmodified) OpenBSD manpages
47f9a56a 1615 - Doc updates
d468fc76 1616 - NetBSD patch from David Rankin <drankin@bohemians.lexington.ky.us> and
1617 Christos Zoulas <christos@netbsd.org>
4c8ef3fb 1618
082bbfb3 161920000119
20af321f 1620 - SCO compile fixes from Gary E. Miller <gem@rellim.com>
082bbfb3 1621 - Compile fix from Darren_Hall@progressive.com
59e76f33 1622 - Linux/glibc-2.1.2 takes a *long* time to look up names for AF_UNSPEC
1623 addresses using getaddrinfo(). Added a configure switch to make the
1624 default lookup mode AF_INET
082bbfb3 1625
a63a7f37 162620000118
1627 - Fixed --with-pid-dir option
51a6baf8 1628 - Makefile fix from Gary E. Miller <gem@rellim.com>
bcbf86ec 1629 - Compile fix for HPUX and Solaris from Andre Lucas
976f7e19 1630 <andre.lucas@dial.pipex.com>
a63a7f37 1631
f914c7fb 163220000117
1633 - Clean up bsd-bindresvport.c. Use arc4random() for picking initial
1634 port, ignore EINVAL errors (Linux) when searching for free port.
bcbf86ec 1635 - Revert __snprintf -> snprintf aliasing. Apparently Solaris
de93b046 1636 __snprintf isn't. Report from Theo de Raadt <theo@cvs.openbsd.org>
9b363e1c 1637 - Document location of Redhat PAM file in INSTALL.
bcbf86ec 1638 - Fixed X11 forwarding bug on Linux. libc advertises AF_INET6
1639 INADDR_ANY_INIT addresses via getaddrinfo, but may not be able to
f4a7cf29 1640 deliver (no IPv6 kernel support)
80a44451 1641 - Released 1.2.1pre27
f914c7fb 1642
f4a7cf29 1643 - Fix rresvport_af failure errors (logic error in bsd-bindresvport.c)
bcbf86ec 1644 - Fix --with-ipaddr-display option test. Fix from Jarno Huuskonen
cf8ad170 1645 <jhuuskon@hytti.uku.fi>
bcbf86ec 1646 - Fix hang on logout if processes are still using the pty. Needs
691a8a9f 1647 further testing.
5957fd29 1648 - Patch from Christos Zoulas <christos@zoulas.com>
1649 - Try $prefix first when looking for OpenSSL.
1650 - Include sys/types.h when including sys/socket.h in test programs
bcbf86ec 1651 - Substitute PID directory in sshd.8. Suggestion from Andrew
19d9ac2a 1652 Stribblehill <a.d.stribblehill@durham.ac.uk>
f4a7cf29 1653
47e45e44 165420000116
1655 - Renamed --with-xauth-path to --with-xauth
1656 - Added --with-pid-dir option
1657 - Released 1.2.1pre26
1658
a82ef8ae 1659 - Compilation fix from Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
bcbf86ec 1660 - Fixed broken bugfix for /dev/ptmx on Linux systems which lack
66be05a1 1661 openpty(). Report from Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
a82ef8ae 1662
5cdfe03f 166320000115
1664 - Add --with-xauth-path configure directive and explicit test for
bcbf86ec 1665 /usr/openwin/bin/xauth for Solaris systems. Report from Anders
5cdfe03f 1666 Nordby <anders@fix.no>
bcbf86ec 1667 - Fix incorrect detection of /dev/ptmx on Linux systems that lack
5cdfe03f 1668 openpty. Report from John Seifarth <john@waw.be>
1669 - Look for intXX_t and u_intXX_t in sys/bitypes.h if they are not in
bcbf86ec 1670 sys/types.h. Fixes problems on SCO, report from Gary E. Miller
5cdfe03f 1671 <gem@rellim.com>
1672 - Use __snprintf and __vnsprintf if they are found where snprintf and
1673 vnsprintf are lacking. Suggested by Ben Taylor <bent@shell.clark.net>
1674 and others.
1675
48e671d5 167620000114
1677 - Merged OpenBSD IPv6 patch:
1678 - [sshd.c sshd.8 sshconnect.c ssh.h ssh.c servconf.h servconf.c scp.1]
1679 [scp.c packet.h packet.c login.c log.c canohost.c channels.c]
1680 [hostfile.c sshd_config]
1681 ipv6 support: mostly gethostbyname->getaddrinfo/getnameinfo, new
bcbf86ec 1682 features: sshd allows multiple ListenAddress and Port options. note
1683 that libwrap is not IPv6-ready. (based on patches from
48e671d5 1684 fujiwara@rcac.tdi.co.jp)
1685 - [ssh.c canohost.c]
bcbf86ec 1686 more hints (hints.ai_socktype=SOCK_STREAM) for getaddrinfo,
48e671d5 1687 from itojun@
1688 - [channels.c]
1689 listen on _all_ interfaces for X11-Fwd (hints.ai_flags = AI_PASSIVE)
1690 - [packet.h]
1691 allow auth-kerberos for IPv4 only
1692 - [scp.1 sshd.8 servconf.h scp.c]
1693 document -4, -6, and 'ssh -L 2022/::1/22'
1694 - [ssh.c]
bcbf86ec 1695 'ssh @host' is illegal (null user name), from
48e671d5 1696 karsten@gedankenpolizei.de
1697 - [sshconnect.c]
1698 better error message
1699 - [sshd.c]
1700 allow auth-kerberos for IPv4 only
1701 - Big IPv6 merge:
1702 - Cleanup overrun in sockaddr copying on RHL 6.1
1703 - Replacements for getaddrinfo, getnameinfo, etc based on versions
1704 from patch from KIKUCHI Takahiro <kick@kyoto.wide.ad.jp>
1705 - Replacement for missing structures on systems that lack IPv6
1706 - record_login needed to know about AF_INET6 addresses
1707 - Borrowed more code from OpenBSD: rresvport_af and requisites
1708
2598df62 170920000110
1710 - Fixes to auth-skey to enable it to use the standard OpenSSL libraries
1711
b8a0310d 171220000107
1713 - New config.sub and config.guess to fix problems on SCO. Supplied
1714 by Gary E. Miller <gem@rellim.com>
b6a98a85 1715 - SCO build fix from Gary E. Miller <gem@rellim.com>
2598df62 1716 - Released 1.2.1pre25
b8a0310d 1717
dfb95100 171820000106
1719 - Documentation update & cleanup
1720 - Better KrbIV / AFS detection, based on patch from:
1721 Holger Trapp <Holger.Trapp@Informatik.TU-Chemnitz.DE>
1722
b9795b89 172320000105
bcbf86ec 1724 - Fixed annoying DES corruption problem. libcrypt has been
b9795b89 1725 overriding symbols in libcrypto. Removed libcrypt and crypt.h
1726 altogether (libcrypto includes its own crypt(1) replacement)
1727 - Added platform-specific rules for Irix 6.x. Included warning that
1728 they are untested.
1729
a1ec4d79 173020000103
1731 - Add explicit make rules for files proccessed by fixpaths.
bcbf86ec 1732 - Fix "make install" in RPM spec files. Report from Tenkou N. Hattori
a1ec4d79 1733 <tnh@kondara.org>
bcbf86ec 1734 - Removed "nullok" directive from default PAM configuration files.
1735 Added information on enabling EmptyPasswords on openssh+PAM in
607d73e6 1736 UPGRADING file.
e02735bb 1737 - OpenBSD CVS updates
1738 - [ssh-agent.c]
bcbf86ec 1739 cleanup_exit() for SIGTERM/SIGHUP, too. from fgsch@ and
e02735bb 1740 dgaudet@arctic.org
1741 - [sshconnect.c]
1742 compare correct version for 1.3 compat mode
a1ec4d79 1743
93c7f644 174420000102
1745 - Prevent multiple inclusion of config.h and defines.h. Suggested
1746 by Andre Lucas <andre.lucas@dial.pipex.com>
1747 - Properly clean up on exit of ssh-agent. Patch from Dean Gaudet
1748 <dgaudet@arctic.org>
1749
76b8607f 175019991231
bcbf86ec 1751 - Fix password support on systems with a mixture of shadowed and
1752 non-shadowed passwords (e.g. NIS). Report and fix from
76b8607f 1753 HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
bcbf86ec 1754 - Fix broken autoconf typedef detection. Report from Marc G.
723221b5 1755 Fournier <marc.fournier@acadiau.ca>
b92964b7 1756 - Fix occasional crash on LinuxPPC. Patch from Franz Sirl
1757 <Franz.Sirl-kernel@lauterbach.com>
bcbf86ec 1758 - Prevent typedefs from being compiled more than once. Report from
a6ddc88b 1759 Marc G. Fournier <marc.fournier@acadiau.ca>
4811cc0b 1760 - Fill in ut_utaddr utmp field. Report from Benjamin Charron
1761 <iretd@bigfoot.com>
bcbf86ec 1762 - Really fix broken default path. Fix from Jim Knoble
c43d69a9 1763 <jmknoble@pobox.com>
ae3a3d31 1764 - Remove test for quad_t. No longer needed.
76a8e733 1765 - Released 1.2.1pre24
1766
1767 - Added support for directory-based lastlogs
1768 - Really fix typedefs, patch from Ben Taylor <bent@clark.net>
76b8607f 1769
13f825f4 177019991230
1771 - OpenBSD CVS updates:
1772 - [auth-passwd.c]
1773 check for NULL 1st
bcbf86ec 1774 - Removed most of the pam code into its own file auth-pam.[ch]. This
a5c9cd31 1775 cleaned up sshd.c up significantly.
bcbf86ec 1776 - PAM authentication was incorrectly interpreting
76b8607f 1777 "PermitRootLogin without-password". Report from Matthias Andree
1778 <ma@dt.e-technik.uni-dortmund.de
a5c9cd31 1779 - Several other cleanups
0bc5b6fb 1780 - Merged Dante SOCKS support patch from David Rankin
1781 <drankin@bohemians.lexington.ky.us>
1782 - Updated documentation with ./configure options
76b8607f 1783 - Released 1.2.1pre23
13f825f4 1784
c73a0cb5 178519991229
bcbf86ec 1786 - Applied another NetBSD portability patch from David Rankin
c73a0cb5 1787 <drankin@bohemians.lexington.ky.us>
1788 - Fix --with-default-path option.
bcbf86ec 1789 - Autodetect perl, patch from David Rankin
a0f84251 1790 <drankin@bohemians.lexington.ky.us>
bcbf86ec 1791 - Print whether OpenSSH was compiled with RSARef, patch from
0a2ff95d 1792 Nalin Dahyabhai <nalin@thermo.stat.ncsu.edu>
bcbf86ec 1793 - Calls to pam_setcred, patch from Nalin Dahyabhai
f91bacbd 1794 <nalin@thermo.stat.ncsu.edu>
e3a93db0 1795 - Detect missing size_t and typedef it.
5ab44a92 1796 - Rename helper.[ch] to (more appropriate) bsd-misc.[ch]
1797 - Minor Makefile cleaning
c73a0cb5 1798
b6019d68 179919991228
1800 - Replacement for getpagesize() for systems which lack it
bcbf86ec 1801 - NetBSD login.c compile fix from David Rankin
70e0115b 1802 <drankin@bohemians.lexington.ky.us>
1803 - Fully set ut_tv if present in utmp or utmpx
d94aa2ae 1804 - Portability fixes for Irix 5.3 (now compiles OK!)
1805 - autoconf and other misc cleanups
ea1970a3 1806 - Merged AIX patch from Darren Hall <dhall@virage.org>
1807 - Cleaned up defines.h
fa9a2dd6 1808 - Released 1.2.1pre22
b6019d68 1809
d2dcff5f 181019991227
1811 - Automatically correct paths in manpages and configuration files. Patch
1812 and script from Andre Lucas <andre.lucas@dial.pipex.com>
1813 - Removed credits from README to CREDITS file, updated.
cb807f40 1814 - Added --with-default-path to specify custom path for server
1815 - Removed #ifdef trickery from acconfig.h into defines.h
36a5b38e 1816 - PAM bugfix. PermitEmptyPassword was being ignored.
1817 - Fixed PAM config files to allow empty passwords if server does.
1818 - Explained spurious PAM auth warning workaround in UPGRADING
21feb5fa 1819 - Use last few chars of tty line as ut_id
5a7794be 1820 - New SuSE RPM spec file from Chris Saia <csaia@wtower.com>
00e6dd70 1821 - OpenBSD CVS updates:
1822 - [packet.h auth-rhosts.c]
1823 check format string for packet_disconnect and packet_send_debug, too
1824 - [channels.c]
1825 use packet_get_maxsize for channels. consistence.
d2dcff5f 1826
f74efc8d 182719991226
1828 - Enabled utmpx support by default for Solaris
1829 - Cleanup sshd.c PAM a little more
bc7ea646 1830 - Revised RPM package to include Jim Knoble's <jmknoble@pobox.com>
1831 X11 ssh-askpass program.
20c43d8c 1832 - Disable logging of PAM success and failures, PAM is verbose enough.
bcbf86ec 1833 Unfortunatly there is currently no way to disable auth failure
1834 messages. Mention this in UPGRADING file and sent message to PAM
20c43d8c 1835 developers
83b7f649 1836 - OpenBSD CVS update:
1837 - [ssh-keygen.1 ssh.1]
bcbf86ec 1838 remove ref to .ssh/random_seed, mention .ssh/environment in
83b7f649 1839 .Sh FILES, too
72251cb6 1840 - Released 1.2.1pre21
bcbf86ec 1841 - Fixed implicit '.' in default path, report from Jim Knoble
72251cb6 1842 <jmknoble@pobox.com>
30a39691 1843 - Redhat RPM spec fixes from Jim Knoble <jmknoble@pobox.com>
f74efc8d 1844
f498ed15 184519991225
1846 - More fixes from Andre Lucas <andre.lucas@dial.pipex.com>
1847 - Cleanup of auth-passwd.c for shadow and MD5 passwords
1848 - Cleanup and bugfix of PAM authentication code
f74efc8d 1849 - Released 1.2.1pre20
1850
1851 - Merged fixes from Ben Taylor <bent@clark.net>
1852 - Fixed configure support for PAM. Reported by Naz <96na@eng.cam.ac.uk>
1853 - Disabled logging of PAM password authentication failures when password
1854 is empty. (e.g start of authentication loop). Reported by Naz
1855 <96na@eng.cam.ac.uk>)
f498ed15 1856
185719991223
bcbf86ec 1858 - Merged later HPUX patch from Andre Lucas
f498ed15 1859 <andre.lucas@dial.pipex.com>
1860 - Above patch included better utmpx support from Ben Taylor
f74efc8d 1861 <bent@clark.net>
f498ed15 1862
eef6f7e9 186319991222
bcbf86ec 1864 - Fix undefined fd_set type in ssh.h from Povl H. Pedersen
eef6f7e9 1865 <pope@netguide.dk>
ae28776a 1866 - Fix login.c breakage on systems which lack ut_host in struct
1867 utmp. Reported by Willard Dawson <willard.dawson@sbs.siemens.com>
eef6f7e9 1868
a7effaac 186919991221
bcbf86ec 1870 - Integration of large HPUX patch from Andre Lucas
1871 <andre.lucas@dial.pipex.com>. Integrating it had a few other
a7effaac 1872 benefits:
1873 - Ability to disable shadow passwords at configure time
1874 - Ability to disable lastlog support at configure time
1875 - Support for IP address in $DISPLAY
ae2f7af7 1876 - OpenBSD CVS update:
1877 - [sshconnect.c]
1878 say "REMOTE HOST IDENTIFICATION HAS CHANGED"
59dd7a31 1879 - Fix DISABLE_SHADOW support
1880 - Allow MD5 passwords even if shadow passwords are disabled
16034de9 1881 - Release 1.2.1pre19
a7effaac 1882
3f1d9bcd 188319991218
bcbf86ec 1884 - Redhat init script patch from Chun-Chung Chen
3f1d9bcd 1885 <cjj@u.washington.edu>
7e1c2490 1886 - Avoid breakage on systems without IPv6 headers
3f1d9bcd 1887
60d804c8 188819991216
bcbf86ec 1889 - Makefile changes for Solaris from Peter Kocks
60d804c8 1890 <peter.kocks@baygate.com>
89cafde6 1891 - Minor updates to docs
1892 - Merged OpenBSD CVS changes:
1893 - [authfd.c ssh-agent.c]
1894 keysize warnings talk about identity files
1895 - [packet.c]
1896 "Connection closed by x.x.x.x": fatal() -> log()
bcbf86ec 1897 - Correctly handle empty passwords in shadow file. Patch from:
c9d323f0 1898 "Chris, the Young One" <cky@pobox.com>
1899 - Released 1.2.1pre18
60d804c8 1900
7dc6fc6d 190119991215
1902 - Integrated patchs from Juergen Keil <jk@tools.de>
1903 - Avoid void* pointer arithmatic
1904 - Use LDFLAGS correctly
68227e6d 1905 - Fix SIGIO error in scp
1906 - Simplify status line printing in scp
bcbf86ec 1907 - Added better test for inline functions compiler support from
906a2515 1908 Darren_Hall@progressive.com
7dc6fc6d 1909
95f1eccc 191019991214
1911 - OpenBSD CVS Changes
1912 - [canohost.c]
bcbf86ec 1913 fix get_remote_port() and friends for sshd -i;
95f1eccc 1914 Holger.Trapp@Informatik.TU-Chemnitz.DE
1915 - [mpaux.c]
1916 make code simpler. no need for memcpy. niels@ ok
1917 - [pty.c]
1918 namebuflen not sizeof namebuflen; bnd@ep-ag.com via djm@mindrot.org
1919 fix proto; markus
1920 - [ssh.1]
1921 typo; mark.baushke@solipsa.com
1922 - [channels.c ssh.c ssh.h sshd.c]
1923 type conflict for 'extern Type *options' in channels.c; dot@dotat.at
1924 - [sshconnect.c]
1925 move checking of hostkey into own function.
1926 - [version.h]
1927 OpenSSH-1.2.1
884bcb37 1928 - Clean up broken includes in pty.c
7303768f 1929 - Some older systems don't have poll.h, they use sys/poll.h instead
1930 - Doc updates
95f1eccc 1931
847e8865 193219991211
bcbf86ec 1933 - Fix compilation on systems with AFS. Reported by
847e8865 1934 aloomis@glue.umd.edu
bcbf86ec 1935 - Fix installation on Solaris. Reported by
847e8865 1936 Gordon Rowell <gordonr@gormand.com.au>
1937 - Fix gccisms (__attribute__ and inline). Report by edgy@us.ibm.com,
1938 patch from Markus Friedl <markus.friedl@informatik.uni-erlangen.de>
1939 - Auto-locate xauth. Patch from David Agraz <dagraz@jahoopa.com>
1940 - Compile fix from David Agraz <dagraz@jahoopa.com>
1941 - Avoid compiler warning in bsd-snprintf.c
bcbf86ec 1942 - Added pam_limits.so to default PAM config. Suggested by
847e8865 1943 Jim Knoble <jmknoble@pobox.com>
1944
8946db53 194519991209
1946 - Import of patch from Ben Taylor <bent@clark.net>:
1947 - Improved PAM support
1948 - "uninstall" rule for Makefile
1949 - utmpx support
1950 - Should fix PAM problems on Solaris
2d86a6cc 1951 - OpenBSD CVS updates:
1952 - [readpass.c]
1953 avoid stdio; based on work by markus, millert, and I
1954 - [sshd.c]
1955 make sure the client selects a supported cipher
1956 - [sshd.c]
bcbf86ec 1957 fix sighup handling. accept would just restart and daemon handled
1958 sighup only after the next connection was accepted. use poll on
2d86a6cc 1959 listen sock now.
1960 - [sshd.c]
1961 make that a fatal
87e91331 1962 - Applied patch from David Rankin <drankin@bohemians.lexington.ky.us>
1963 to fix libwrap support on NetBSD
5001b9e4 1964 - Released 1.2pre17
8946db53 1965
6d8c4ea4 196619991208
bcbf86ec 1967 - Compile fix for Solaris with /dev/ptmx from
6d8c4ea4 1968 David Agraz <dagraz@jahoopa.com>
1969
4285816a 197019991207
1971 - sshd Redhat init script patch from Jim Knoble <jmknoble@pobox.com>
1972 fixes compatability with 4.x and 5.x
db28aeb5 1973 - Fixed default SSH_ASKPASS
bcbf86ec 1974 - Fix PAM account and session being called multiple times. Problem
d465f2ca 1975 reported by Adrian Baugh <adrian@merlin.keble.ox.ac.uk>
a408af76 1976 - Merged more OpenBSD changes:
1977 - [atomicio.c authfd.c scp.c serverloop.c ssh.h sshconnect.c sshd.c]
bcbf86ec 1978 move atomicio into it's own file. wrap all socket write()s which
a408af76 1979 were doing write(sock, buf, len) != len, with atomicio() calls.
1980 - [auth-skey.c]
1981 fd leak
1982 - [authfile.c]
1983 properly name fd variable
1984 - [channels.c]
1985 display great hatred towards strcpy
1986 - [pty.c pty.h sshd.c]
1987 use openpty() if it exists (it does on BSD4_4)
1988 - [tildexpand.c]
1989 check for ~ expansion past MAXPATHLEN
1990 - Modified helper.c to use new atomicio function.
1991 - Reformat Makefile a little
1992 - Moved RC4 routines from rc4.[ch] into helper.c
1993 - Added autoconf code to detect /dev/ptmx (Solaris) and /dev/ptc (AIX)
9983a8ca 1994 - Updated SuSE spec from Chris Saia <csaia@wtower.com>
1995 - Tweaked Redhat spec
9158d92f 1996 - Clean up bad imports of a few files (forgot -kb)
1997 - Released 1.2pre16
4285816a 1998
9c7b6dfd 199919991204
2000 - Small cleanup of PAM code in sshd.c
57112b5a 2001 - Merged OpenBSD CVS changes:
2002 - [auth-krb4.c auth-passwd.c auth-skey.c ssh.h]
2003 move skey-auth from auth-passwd.c to auth-skey.c, same for krb4
2004 - [auth-rsa.c]
2005 warn only about mismatch if key is _used_
2006 warn about keysize-mismatch with log() not error()
2007 channels.c readconf.c readconf.h ssh.c ssh.h sshconnect.c
2008 ports are u_short
2009 - [hostfile.c]
2010 indent, shorter warning
2011 - [nchan.c]
2012 use error() for internal errors
2013 - [packet.c]
2014 set loglevel for SSH_MSG_DISCONNECT to log(), not fatal()
2015 serverloop.c
2016 indent
2017 - [ssh-add.1 ssh-add.c ssh.h]
2018 document $SSH_ASKPASS, reasonable default
2019 - [ssh.1]
2020 CheckHostIP is not available for connects via proxy command
2021 - [sshconnect.c]
2022 typo
2023 easier to read client code for passwd and skey auth
2024 turn of checkhostip for proxy connects, since we don't know the remote ip
9c7b6dfd 2025
dad3b556 202619991126
2027 - Add definition for __P()
2028 - Added [v]snprintf() replacement for systems that lack it
2029
0ce43ae4 203019991125
2031 - More reformatting merged from OpenBSD CVS
2032 - Merged OpenBSD CVS changes:
2033 - [channels.c]
2034 fix packet_integrity_check() for !have_hostname_in_open.
2035 report from mrwizard@psu.edu via djm@ibs.com.au
2036 - [channels.c]
2037 set SO_REUSEADDR and SO_LINGER for forwarded ports.
2038 chip@valinux.com via damien@ibs.com.au
2039 - [nchan.c]
2040 it's not an error() if shutdown_write failes in nchan.
2041 - [readconf.c]
2042 remove dead #ifdef-0-code
2043 - [readconf.c servconf.c]
2044 strcasecmp instead of tolower
2045 - [scp.c]
2046 progress meter overflow fix from damien@ibs.com.au
2047 - [ssh-add.1 ssh-add.c]
2048 SSH_ASKPASS support
2049 - [ssh.1 ssh.c]
2050 postpone fork_after_authentication until command execution,
2051 request/patch from jahakala@cc.jyu.fi via damien@ibs.com.au
2052 plus: use daemon() for backgrounding
cf8dd513 2053 - Added BSD compatible install program and autoconf test, thanks to
2054 Niels Kristian Bech Jensen <nkbj@image.dk>
2055 - Solaris fixing, thanks to Ben Taylor <bent@clark.net>
09041313 2056 - Merged beginnings of AIX support from Tor-Ake Fransson <torake@hotmail.com>
3dbefdb8 2057 - Release 1.2pre15
0ce43ae4 2058
5260325f 205919991124
2060 - Merged very large OpenBSD source code reformat
2061 - OpenBSD CVS updates
2062 - [channels.c cipher.c compat.c log-client.c scp.c serverloop.c]
2063 [ssh.h sshd.8 sshd.c]
2064 syslog changes:
2065 * Unified Logmessage for all auth-types, for success and for failed
2066 * Standard connections get only ONE line in the LOG when level==LOG:
2067 Auth-attempts are logged only, if authentication is:
2068 a) successfull or
2069 b) with passwd or
2070 c) we had more than AUTH_FAIL_LOG failues
2071 * many log() became verbose()
2072 * old behaviour with level=VERBOSE
2073 - [readconf.c readconf.h ssh.1 ssh.h sshconnect.c sshd.c]
2074 tranfer s/key challenge/response data in SSH_SMSG_AUTH_TIS_CHALLENGE
2075 messages. allows use of s/key in windows (ttssh, securecrt) and
2076 ssh-1.2.27 clients without 'ssh -v', ok: niels@
2077 - [sshd.8]
2078 -V, for fallback to openssh in SSH2 compatibility mode
2079 - [sshd.c]
2080 fix sigchld race; cjc5@po.cwru.edu
2081
4655fe80 208219991123
2083 - Added SuSE package files from Chris Saia <csaia@wtower.com>
8b241e50 2084 - Restructured package-related files under packages/*
4655fe80 2085 - Added generic PAM config
8b241e50 2086 - Numerous little Solaris fixes
9c08d6ce 2087 - Add recommendation to use GNU make to INSTALL document
4655fe80 2088
60bed5fd 208919991122
2090 - Make <enter> close gnome-ssh-askpass (Debian bug #50299)
2f2cc3f9 2091 - OpenBSD CVS Changes
bcbf86ec 2092 - [ssh-keygen.c]
2093 don't create ~/.ssh only if the user wants to store the private
2094 key there. show fingerprint instead of public-key after
2f2cc3f9 2095 keygeneration. ok niels@
b09a984b 2096 - Added OpenBSD bsd-strlcat.c, created bsd-strlcat.h
96ad4350 2097 - Added timersub() macro
b09a984b 2098 - Tidy RCSIDs of bsd-*.c
bcbf86ec 2099 - Added autoconf test and macro to deal with old PAM libraries
96ad4350 2100 pam_strerror definition (one arg vs two).
530f1889 2101 - Fix EGD problems (Thanks to Ben Taylor <bent@clark.net>)
bcbf86ec 2102 - Retry /dev/urandom reads interrupted by signal (report from
530f1889 2103 Robert Hardy <rhardy@webcon.net>)
1647c2b5 2104 - Added a setenv replacement for systems which lack it
d84a9a44 2105 - Only display public key comment when presenting ssh-askpass dialog
2106 - Released 1.2pre14
60bed5fd 2107
bcbf86ec 2108 - Configure, Make and changelog corrections from Tudor Bosman
2ddcfdf3 2109 <tudorb@jm.nu> and Niels Kristian Bech Jensen <nkbj@image.dk>
2110
9d6b7add 211119991121
2f2cc3f9 2112 - OpenBSD CVS Changes:
60bed5fd 2113 - [channels.c]
2114 make this compile, bad markus
2115 - [log.c readconf.c servconf.c ssh.h]
2116 bugfix: loglevels are per host in clientconfig,
2117 factor out common log-level parsing code.
2118 - [servconf.c]
2119 remove unused index (-Wall)
2120 - [ssh-agent.c]
2121 only one 'extern char *__progname'
2122 - [sshd.8]
2123 document SIGHUP, -Q to synopsis
2124 - [sshconnect.c serverloop.c sshd.c packet.c packet.h]
2125 [channels.c clientloop.c]
2126 SSH_CMSG_MAX_PACKET_SIZE, some clients use this, some need this, niels@
2127 [hope this time my ISP stays alive during commit]
2128 - [OVERVIEW README] typos; green@freebsd
2129 - [ssh-keygen.c]
2130 replace xstrdup+strcat with strlcat+fixed buffer, fixes OF (bad me)
2131 exit if writing the key fails (no infinit loop)
2132 print usage() everytime we get bad options
2133 - [ssh-keygen.c] overflow, djm@mindrot.org
2134 - [sshd.c] fix sigchld race; cjc5@po.cwru.edu
bcbf86ec 2135
2b942fe0 213619991120
bcbf86ec 2137 - Merged more Solaris support from Marc G. Fournier
2b942fe0 2138 <marc.fournier@acadiau.ca>
2139 - Wrote autoconf tests for integer bit-types
2140 - Fixed enabling kerberos support
bcbf86ec 2141 - Fix segfault in ssh-keygen caused by buffer overrun in filename
13c36c4c 2142 handling.
2b942fe0 2143
06479889 214419991119
2145 - Merged PAM buffer overrun patch from Chip Salzenberg <chip@valinux.com>
2ad77510 2146 - Merged OpenBSD CVS changes
2147 - [auth-rhosts.c auth-rsa.c ssh-agent.c sshconnect.c sshd.c]
2148 more %d vs. %s in fmt-strings
2149 - [authfd.c]
2150 Integers should not be printed with %s
7b1cc56c 2151 - EGD uses a socket, not a named pipe. Duh.
2152 - Fix includes in fingerprint.c
29dbde15 2153 - Fix scp progress bar bug again.
bcbf86ec 2154 - Move ssh-askpass from ${libdir}/ssh to ${libexecdir}/ssh at request of
736890c4 2155 David Rankin <drankin@bohemians.lexington.ky.us>
91b8065d 2156 - Added autoconf option to enable Kerberos 4 support (untested)
2157 - Added autoconf option to enable AFS support (untested)
2158 - Added autoconf option to enable S/Key support (untested)
2159 - Added autoconf option to enable TCP wrappers support (compiles OK)
beb43d31 2160 - Renamed BSD helper function files to bsd-*
bcbf86ec 2161 - Added tests for login and daemon and enable OpenBSD replacements for
caf3bc51 2162 when they are absent.
2163 - Added non-PAM MD5 password support patch from Tudor Bosman <tudorb@jm.nu>
06479889 2164
2bd61362 216519991118
2166 - Merged OpenBSD CVS changes
2167 - [scp.c] foregroundproc() in scp
2168 - [sshconnect.h] include fingerprint.h
bcbf86ec 2169 - [sshd.c] bugfix: the log() for passwd-auth escaped during logging
2bd61362 2170 changes.
0c16a097 2171 - [ssh.1] Spell my name right.
2bd61362 2172 - Added openssh.com info to README
2173
f095fcc7 217419991117
2175 - Merged OpenBSD CVS changes
2176 - [ChangeLog.Ylonen] noone needs this anymore
2177 - [authfd.c] close-on-exec for auth-socket, ok deraadt
bcbf86ec 2178 - [hostfile.c]
2179 in known_hosts key lookup the entry for the bits does not need
2180 to match, all the information is contained in n and e. This
2181 solves the problem with buggy servers announcing the wrong
f095fcc7 2182 modulus length. markus and me.
bcbf86ec 2183 - [serverloop.c]
2184 bugfix: check for space if child has terminated, from:
f095fcc7 2185 iedowse@maths.tcd.ie
2186 - [ssh-add.1 ssh-add.c ssh-keygen.1 ssh-keygen.c sshconnect.c]
2187 [fingerprint.c fingerprint.h]
2188 rsa key fingerprints, idea from Bjoern Groenvall <bg@sics.se>
2189 - [ssh-agent.1] typo
2190 - [ssh.1] add OpenSSH information to AUTHOR section. okay markus@
bcbf86ec 2191 - [sshd.c]
f095fcc7 2192 force logging to stderr while loading private key file
2193 (lost while converting to new log-levels)
2194
4d195447 219519991116
2196 - Fix some Linux libc5 problems reported by Miles Wilson <mw@mctitle.com>
2197 - Merged OpenBSD CVS changes:
2198 - [auth-rh-rsa.c auth-rsa.c authfd.c authfd.h hostfile.c mpaux.c]
2199 [mpaux.h ssh-add.c ssh-agent.c ssh.h ssh.c sshd.c]
2200 the keysize of rsa-parameter 'n' is passed implizit,
2201 a few more checks and warnings about 'pretended' keysizes.
2202 - [cipher.c cipher.h packet.c packet.h sshd.c]
2203 remove support for cipher RC4
2204 - [ssh.c]
2205 a note for legay systems about secuity issues with permanently_set_uid(),
2206 the private hostkey and ptrace()
2207 - [sshconnect.c]
2208 more detailed messages about adding and checking hostkeys
2209
dad9a31e 221019991115
2211 - Merged OpenBSD CVS changes:
bcbf86ec 2212 - [ssh-add.c] change passphrase loop logic and remove ref to
dad9a31e 2213 $DISPLAY, ok niels
2214 - Changed to ssh-add.c broke askpass support. Revised it to be a little more
bcbf86ec 2215 modular.
dad9a31e 2216 - Revised autoconf support for enabling/disabling askpass support.
e7c0f9d5 2217 - Merged more OpenBSD CVS changes:
704b1659 2218 [auth-krb4.c]
2219 - disconnect if getpeername() fails
2220 - missing xfree(*client)
2221 [canohost.c]
2222 - disconnect if getpeername() fails
2223 - fix comment: we _do_ disconnect if ip-options are set
2224 [sshd.c]
2225 - disconnect if getpeername() fails
2226 - move checking of remote port to central place
2227 [auth-rhosts.c] move checking of remote port to central place
2228 [log-server.c] avoid extra fd per sshd, from millert@
2229 [readconf.c] print _all_ bad config-options in ssh(1), too
2230 [readconf.h] print _all_ bad config-options in ssh(1), too
2231 [ssh.c] print _all_ bad config-options in ssh(1), too
2232 [sshconnect.c] disconnect if getpeername() fails
e7c0f9d5 2233 - OpenBSD's changes to sshd.c broke the PAM stuff, re-merged it.
c75a1a66 2234 - Various small cleanups to bring diff (against OpenBSD) size down.
f601d847 2235 - Merged more Solaris compability from Marc G. Fournier
2236 <marc.fournier@acadiau.ca>
2237 - Wrote autoconf tests for __progname symbol
8c119fd0 2238 - RPM spec file fixes from Jim Knoble <jmknoble@pobox.com>
0c372277 2239 - Released 1.2pre12
2240
2241 - Another OpenBSD CVS update:
2242 - [ssh-keygen.1] fix .Xr
dad9a31e 2243
92da7197 224419991114
2245 - Solaris compilation fixes (still imcomplete)
2246
94f7bb9e 224719991113
dd092f97 2248 - Build patch from Niels Kristian Bech Jensen <nkbj@image.dk>
2249 - Don't install config files if they already exist
2250 - Fix inclusion of additional preprocessor directives from acconfig.h
94f7bb9e 2251 - Removed redundant inclusions of config.h
e9c75a39 2252 - Added 'Obsoletes' lines to RPM spec file
94f7bb9e 2253 - Merged OpenBSD CVS changes:
2254 - [bufaux.c] save a view malloc/memcpy/memset/free's, ok niels
bcbf86ec 2255 - [scp.c] fix overflow reported by damien@ibs.com.au: off_t
94f7bb9e 2256 totalsize, ok niels,aaron
bcbf86ec 2257 - Delay fork (-f option) in ssh until after port forwarded connections
94f7bb9e 2258 have been initialised. Patch from Jani Hakala <jahakala@cc.jyu.fi>
b2344d54 2259 - Added shadow password patch from Thomas Neumann <tom@smart.ruhr.de>
2260 - Added ifdefs to auth-passwd.c to exclude it when PAM is enabled
dd092f97 2261 - Tidied default config file some more
2262 - Revised Redhat initscript to fix bug: sshd (re)start would fail
2263 if executed from inside a ssh login.
94f7bb9e 2264
e35c1dc2 226519991112
2266 - Merged changes from OpenBSD CVS
2267 - [sshd.c] session_key_int may be zero
b4748e2f 2268 - [auth-rh-rsa.c servconf.c servconf.h ssh.h sshd.8 sshd.c sshd_config]
bcbf86ec 2269 IgnoreUserKnownHosts(default=no), used for RhostRSAAuth, ok
b4748e2f 2270 deraadt,millert
2271 - Brought default sshd_config more in line with OpenBSD's
547c9f30 2272 - Grab server in gnome-ssh-askpass (Debian bug #49872)
2273 - Released 1.2pre10
e35c1dc2 2274
8bc7973f 2275 - Added INSTALL documentation
6fa724bc 2276 - Merged yet more changes from OpenBSD CVS
2277 - [auth-rh-rsa.c auth-rhosts.c auth-rsa.c channels.c clientloop.c]
2278 [ssh.c ssh.h sshconnect.c sshd.c]
2279 make all access to options via 'extern Options options'
2280 and 'extern ServerOptions options' respectively;
2281 options are no longer passed as arguments:
2282 * make options handling more consistent
2283 * remove #include "readconf.h" from ssh.h
2284 * readconf.h is only included if necessary
2285 - [mpaux.c] clear temp buffer
2286 - [servconf.c] print _all_ bad options found in configfile
045672f9 2287 - Make ssh-askpass support optional through autoconf
59b0f0d4 2288 - Fix nasty division-by-zero error in scp.c
2289 - Released 1.2pre11
8bc7973f 2290
4cca272e 229119991111
2292 - Added (untested) Entropy Gathering Daemon (EGD) support
67d68e3a 2293 - Fixed /dev/urandom fd leak (Debian bug #49722)
5bbb5681 2294 - Merged OpenBSD CVS changes:
2295 - [auth-rh-rsa.c] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
2296 - [ssh.1] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
2297 - [sshd.8] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
bcbf86ec 2298 - Fix integer overflow which was messing up scp's progress bar for large
3f1d9bcd 2299 file transfers. Fix submitted to OpenBSD developers. Report and fix
2300 from Kees Cook <cook@cpoint.net>
6a17f9c2 2301 - Merged more OpenBSD CVS changes:
bcbf86ec 2302 - [auth-krb4.c auth-passwd.c] remove x11- and krb-cleanup from fatal()
6a17f9c2 2303 + krb-cleanup cleanup
2304 - [clientloop.c log-client.c log-server.c ]
2305 [readconf.c readconf.h servconf.c servconf.h ]
2306 [ssh.1 ssh.c ssh.h sshd.8]
2307 add LogLevel {QUIET, FATAL, ERROR, INFO, CHAT, DEBUG} to ssh/sshd,
2308 obsoletes QuietMode and FascistLogging in sshd.
e35c1dc2 2309 - [sshd.c] fix fatal/assert() bug reported by damien@ibs.com.au:
2310 allow session_key_int != sizeof(session_key)
2311 [this should fix the pre-assert-removal-core-files]
2312 - Updated default config file to use new LogLevel option and to improve
2313 readability
2314
f370266e 231519991110
67d68e3a 2316 - Merged several minor fixes:
f370266e 2317 - ssh-agent commandline parsing
2318 - RPM spec file now installs ssh setuid root
2319 - Makefile creates libdir
4cca272e 2320 - Merged beginnings of Solaris compability from Marc G. Fournier
2321 <marc.fournier@acadiau.ca>
f370266e 2322
d4f11b59 232319991109
2324 - Autodetection of SSL/Crypto library location via autoconf
2325 - Fixed location of ssh-askpass to follow autoconf
2326 - Integrated Makefile patch from Niels Kristian Bech Jensen <nkbj@image.dk>
2327 - Autodetection of RSAref library for US users
2328 - Minor doc updates
560557bb 2329 - Merged OpenBSD CVS changes:
2330 - [rsa.c] bugfix: use correct size for memset()
2331 - [sshconnect.c] warn if announced size of modulus 'n' != real size
f025becb 2332 - Added GNOME passphrase requestor (use --with-gnome-askpass)
d397b172 2333 - RPM build now creates subpackages
aa51e7cc 2334 - Released 1.2pre9
d4f11b59 2335
e1a9c08d 233619991108
2337 - Removed debian/ directory. This is now being maintained separately.
2338 - Added symlinks for slogin in RPM spec file
2339 - Fixed permissions on manpages in RPM spec file
2340 - Added references to required libraries in README file
2341 - Removed config.h.in from CVS
2342 - Removed pwdb support (better pluggable auth is provided by glibc)
2343 - Made PAM and requisite libdl optional
2344 - Removed lots of unnecessary checks from autoconf
2345 - Added support and autoconf test for openpty() function (Unix98 pty support)
2346 - Fix for scp not finding ssh if not installed as /usr/bin/ssh
2347 - Added TODO file
2348 - Merged parts of Debian patch From Phil Hands <phil@hands.com>:
2349 - Added ssh-askpass program
2350 - Added ssh-askpass support to ssh-add.c
2351 - Create symlinks for slogin on install
2352 - Fix "distclean" target in makefile
2353 - Added example for ssh-agent to manpage
2354 - Added support for PAM_TEXT_INFO messages
2355 - Disable internal /etc/nologin support if PAM enabled
2356 - Merged latest OpenBSD CVS changes:
5bae4ab8 2357 - [all] replace assert() with error, fatal or packet_disconnect
e1a9c08d 2358 - [sshd.c] don't send fail-msg but disconnect if too many authentication
2359 failures
e1a9c08d 2360 - [sshd.c] remove unused argument. ok dugsong
2361 - [sshd.c] typo
2362 - [rsa.c] clear buffers used for encryption. ok: niels
2363 - [rsa.c] replace assert() with error, fatal or packet_disconnect
ade6fccd 2364 - [auth-krb4.c] remove unused argument. ok dugsong
e1a9c08d 2365 - Fixed coredump after merge of OpenBSD rsa.c patch
9010d60a 2366 - Released 1.2pre8
e1a9c08d 2367
3028328e 236819991102
2369 - Merged change from OpenBSD CVS
2370 - One-line cleanup in sshd.c
2371
474832c5 237219991030
2373 - Integrated debian package support from Dan Brosemer <odin@linuxfreak.com>
69256d9d 2374 - Merged latest updates for OpenBSD CVS:
2375 - channels.[ch] - remove broken x11 fix and document istate/ostate
2376 - ssh-agent.c - call setsid() regardless of argv[]
2377 - ssh.c - save a few lines when disabling rhosts-{rsa-}auth
2378 - Documentation cleanups
2379 - Renamed README -> README.Ylonen
2380 - Renamed README.openssh ->README
474832c5 2381
339660f6 238219991029
2383 - Renamed openssh* back to ssh* at request of Theo de Raadt
2384 - Incorporated latest changes from OpenBSD's CVS
2385 - Integrated Makefile patch from Niels Kristian Bech Jensen <nkbj@image.dk>
2386 - Integrated PAM env patch from Nalin Dahyabhai <nalin.dahyabhai@pobox.com>
549b3eed 2387 - Make distclean now removed configure script
2388 - Improved PAM logging
2389 - Added some debug() calls for PAM
4ecd19ea 2390 - Removed redundant subdirectories
bcbf86ec 2391 - Integrated part of a patch from Dan Brosemer <odin@linuxfreak.com> for
4ecd19ea 2392 building on Debian.
242588e6 2393 - Fixed off-by-one error in PAM env patch
2394 - Released 1.2pre6
339660f6 2395
5881cd60 239619991028
2397 - Further PAM enhancements.
2398 - Much cleaner
2399 - Now uses account and session modules for all logins.
2400 - Integrated patch from Dan Brosemer <odin@linuxfreak.com>
2401 - Build fixes
2402 - Autoconf
2403 - Change binary names to open*
2404 - Fixed autoconf script to detect PAM on RH6.1
2405 - Added tests for libpwdb, and OpenBSD functions to autoconf
221395b3 2406 - Released 1.2pre4
fca82d2e 2407
2408 - Imported latest OpenBSD CVS code
2409 - Updated README.openssh
93f04616 2410 - Released 1.2pre5
fca82d2e 2411
5881cd60 241219991027
2413 - Adapted PAM patch.
2414 - Released 1.0pre2
2415
2416 - Excised my buggy replacements for strlcpy and mkdtemp
2417 - Imported correct OpenBSD strlcpy and mkdtemp routines.
2418 - Reduced arc4random_stir entropy read to 32 bytes (256 bits)
2419 - Picked up correct version number from OpenBSD
2420 - Added sshd.pam PAM configuration file
2421 - Added sshd.init Redhat init script
2422 - Added openssh.spec RPM spec file
2423 - Released 1.2pre3
2424
242519991026
2426 - Fixed include paths of OpenSSL functions
2427 - Use OpenSSL MD5 routines
2428 - Imported RC4 code from nanocrypt
2429 - Wrote replacements for OpenBSD arc4random* functions
2430 - Wrote replacements for strlcpy and mkdtemp
2431 - Released 1.0pre1
This page took 0.493352 seconds and 5 git commands to generate.