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