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