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