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