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