]> andersk Git - openssh.git/blame - ChangeLog
- (djm) Fix broken inet_ntoa check and ut_user/ut_name confusion, report
[openssh.git] / ChangeLog
CommitLineData
56118702 120000711
2 - (djm) Fixup for AIX getuserattr() support from Tom Bertelson
3 <tbert@abac.com>
132dd316 4 - (djm) ReliantUNIX support from Udo Schweigert <ust@cert.siemens.de>
c99e5056 5 - (djm) NeXT: dirent structures to get scp working from Ben Lindstrom
6 <mouring@pconline.com>
dc2a6d09 7 - (djm) Fix broken inet_ntoa check and ut_user/ut_name confusion, report
8 from Jim Watt <jimw@peisj.pebio.com>
56118702 9
a8545c6c 1020000709
11 - (djm) Only enable PAM_TTY kludge for Linux. Problem report from
12 Kevin Steves <stevesk@sweden.hp.com>
ec90a7d6 13 - (djm) Match prototype and function declaration for rresvport_af.
14 Problem report from Niklas Edmundsson <nikke@ing.umu.se>
732e8ac5 15 - (djm) Missing $(DESTDIR) on host-key target causing problems with RPM
16 builds. Problem report from Gregory Leblanc <GLeblanc@cu-portland.edu>
37f1df94 17 - (djm) Replace ut_name with ut_user. Patch from Jim Watt
18 <jimw@peisj.pebio.com>
264dce47 19 - (djm) Fix pam sprintf fix
20 - (djm) Cleanup entropy collection code a little more. Split initialisation
21 from seeding, perform intialisation immediatly at start, be careful with
22 uids. Based on problem report from Jim Watt <jimw@peisj.pebio.com>
5bf9cfe9 23 - (djm) More NeXT compatibility from Ben Lindstrom <mouring@pconline.com>
24 Including sigaction() et al. replacements
eeec075f 25 - (djm) AIX getuserattr() session initialisation from Tom Bertelson
26 <tbert@abac.com>
a8545c6c 27
e2902a5b 2820000708
29 - (djm) Fix bad fprintf format handling in auth-pam.c. Patch from
30 Aaron Hopkins <aaron@die.net>
7a33f831 31 - (djm) Fix incorrect configure handling of --with-rsh-path option. Fix from
32 Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
b3f162ba 33 - (djm) Fixed undefined variables for OSF SIA. Report from
34 Baars, Henk <Hendrik.Baars@nl.origin-it.com>
b28e4a3b 35 - (djm) Handle EWOULDBLOCK returns from read() and write() in atomicio.c
36 Fix from Marquess, Steve Mr JMLFDC <Steve.Marquess@DET.AMEDD.ARMY.MIL>
9c13d877 37 - (djm) Don't use inet_addr.
e2902a5b 38
5637650d 3920000702
40 - (djm) Fix brace mismatch from Corinna Vinschen <vinschen@cygnus.com>
27494968 41 - (djm) Stop shadow expiry checking from preventing logins with NIS. Based
42 on fix from HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
a4070484 43 - (djm) Use standard OpenSSL functions in auth-skey.c. Patch from
44 Chris, the Young One <cky@pobox.com>
88726b31 45 - (djm) Fix scp progress meter on really wide terminals. Based on patch
46 from James H. Cloos Jr. <cloos@jhcloos.com>
5637650d 47
388e9f9f 4820000701
49 - (djm) Fix Tru64 SIA problems reported by John P Speno <speno@isc.upenn.edu>
daaff4d5 50 - (djm) Login fixes from Tom Bertelson <tbert@abac.com>
82258d68 51 - (djm) Replace "/bin/sh" with _PATH_BSHELL. Report from Corinna Vinschen
52 <vinschen@cygnus.com>
30228d7c 53 - (djm) Replace "/usr/bin/login" with LOGIN_PROGRAM
2647ae26 54 - (djm) Added check for broken snprintf() functions which do not correctly
55 terminate output string and attempt to use replacement.
46158300 56 - (djm) Released 2.1.1p2
388e9f9f 57
9f32ceb4 5820000628
59 - (djm) Fixes to lastlog code for Irix
60 - (djm) Use atomicio in loginrec
3206bb3b 61 - (djm) Patch from Michael Stone <mstone@cs.loyola.edu> to add support for
62 Irix 6.x array sessions, project id's, and system audit trail id.
9e0c3e1f 63 - (djm) Added 'distprep' make target to simplify packaging
4d33e531 64 - (djm) Added patch from Chris Adams <cmadams@hiwaay.net> to add OSF SIA
65 support. Enable using "USE_SIA=1 ./configure [options]"
66
d8caae24 6720000627
68 - (djm) Fixes to login code - not setting li->uid, cleanups
a05a70ab 69 - (djm) Formatting
d8caae24 70
fe30cc2e 7120000626
3e98362e 72 - (djm) Better fix to aclocal tests from Garrick James <garrick@james.net>
4cb5ffa0 73 - (djm) Account expiry support from Andreas Steinmetz <ast@domdv.de>
74 - (djm) Added password expiry checking (no password change support)
be0b9bb7 75 - (djm) Make EGD failures non-fatal if OpenSSL's entropy pool is still OK
76 based on patch from Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
b5b3f75d 77 - (djm) Fix fixed EGD code.
3e98362e 78 - OpenBSD CVS update
79 - provos@cvs.openbsd.org 2000/06/25 14:17:58
80 [channels.c]
81 correct check for bad channel ids; from Wei Dai <weidai@eskimo.com>
82
1c04b088 8320000623
84 - (djm) Use sa_family_t in prototype for rresvport_af. Patch from
85 Svante Signell <svante.signell@telia.com>
86 - (djm) Autoconf logic to define sa_family_t if it is missing
e5a0294f 87 - OpenBSD CVS Updates:
88 - markus@cvs.openbsd.org 2000/06/22 10:32:27
89 [sshd.c]
90 missing atomicio; report from Steve.Marquess@DET.AMEDD.ARMY.MIL
91 - djm@cvs.openbsd.org 2000/06/22 17:55:00
92 [auth-krb4.c key.c radix.c uuencode.c]
93 Missing CVS idents; ok markus
1c04b088 94
f528fdf2 9520000622
96 - (djm) Automatically generate host key during "make install". Suggested
97 by Gary E. Miller <gem@rellim.com>
98 - (djm) Paranoia before kill() system call
74fc9186 99 - OpenBSD CVS Updates:
100 - markus@cvs.openbsd.org 2000/06/18 18:50:11
101 [auth2.c compat.c compat.h sshconnect2.c]
102 make userauth+pubkey interop with ssh.com-2.2.0
103 - markus@cvs.openbsd.org 2000/06/18 20:56:17
104 [dsa.c]
105 mem leak + be more paranoid in dsa_verify.
106 - markus@cvs.openbsd.org 2000/06/18 21:29:50
107 [key.c]
108 cleanup fingerprinting, less hardcoded sizes
109 - markus@cvs.openbsd.org 2000/06/19 19:39:45
110 [atomicio.c auth-options.c auth-passwd.c auth-rh-rsa.c auth-rhosts.c]
111 [auth-rsa.c auth-skey.c authfd.c authfd.h authfile.c bufaux.c bufaux.h]
112 [buffer.c buffer.h canohost.c channels.c channels.h cipher.c cipher.h]
113 [clientloop.c compat.c compat.h compress.c compress.h crc32.c crc32.h]
114 [deattack.c dispatch.c dsa.c fingerprint.c fingerprint.h getput.h hmac.c]
115 [kex.c log-client.c log-server.c login.c match.c mpaux.c mpaux.h nchan.c]
116 [nchan.h packet.c packet.h pty.c pty.h readconf.c readconf.h readpass.c]
117 [rsa.c rsa.h scp.c servconf.c servconf.h ssh-add.c ssh-keygen.c ssh.c]
118 [ssh.h tildexpand.c ttymodes.c ttymodes.h uidswap.c xmalloc.c xmalloc.h]
119 OpenBSD tag
120 - markus@cvs.openbsd.org 2000/06/21 10:46:10
121 sshconnect2.c missing free; nuke old comment
f528fdf2 122
e5fe9a1f 12320000620
124 - (djm) Replace use of '-o' and '-a' logical operators in configure tests
125 with '||' and '&&'. As suggested by Jim Knoble <jmknoble@pint-stowp.cx>
126 to fix SCO Unixware problem reported by Gary E. Miller <gem@rellim.com>
c03aced4 127 - (djm) Typo in loginrec.c
e5fe9a1f 128
cbd7492e 12920000618
130 - (djm) Add summary of configure options to end of ./configure run
131 - (djm) Not all systems define RUSAGE_SELF & RUSAGE_CHILDREN. Report from
132 Michael Stone <mstone@cs.loyola.edu>
133 - (djm) rusage is a privileged operation on some Unices (incl.
134 Solaris 2.5.1). Report from Paul D. Smith <pausmith@nortelnetworks.com>
135 - (djm) Avoid PAM failures when running without a TTY. Report from
136 Martin Petrak <petrak@spsknm.schools.sk>
137 - (djm) Include sys/types.h when including netinet/in.h in configure tests.
138 Patch from Jun-ichiro itojun Hagino <itojun@iijlab.net>
729bfe59 139 - (djm) Started merge of Ben Lindstrom's <mouring@pconline.com> NeXT support
38c295d6 140 - OpenBSD CVS updates:
141 - deraadt@cvs.openbsd.org 2000/06/17 09:58:46
142 [channels.c]
143 everyone says "nix it" (remove protocol 2 debugging message)
144 - markus@cvs.openbsd.org 2000/06/17 13:24:34
145 [sshconnect.c]
146 allow extended server banners
147 - markus@cvs.openbsd.org 2000/06/17 14:30:10
148 [sshconnect.c]
149 missing atomicio, typo
150 - jakob@cvs.openbsd.org 2000/06/17 16:52:34
151 [servconf.c servconf.h session.c sshd.8 sshd_config]
152 add support for ssh v2 subsystems. ok markus@.
153 - deraadt@cvs.openbsd.org 2000/06/17 18:57:48
154 [readconf.c servconf.c]
155 include = in WHITESPACE; markus ok
156 - markus@cvs.openbsd.org 2000/06/17 19:09:10
157 [auth2.c]
158 implement bug compatibility with ssh-2.0.13 pubkey, server side
159 - markus@cvs.openbsd.org 2000/06/17 21:00:28
160 [compat.c]
161 initial support for ssh.com's 2.2.0
162 - markus@cvs.openbsd.org 2000/06/17 21:16:09
163 [scp.c]
164 typo
165 - markus@cvs.openbsd.org 2000/06/17 22:05:02
166 [auth-rsa.c auth2.c serverloop.c session.c auth-options.c auth-options.h]
167 split auth-rsa option parsing into auth-options
168 add options support to authorized_keys2
169 - markus@cvs.openbsd.org 2000/06/17 22:42:54
170 [session.c]
171 typo
cbd7492e 172
509b1f88 17320000613
174 - (djm) Fixes from Andrew McGill <andrewm@datrix.co.za>:
175 - Platform define for SCO 3.x which breaks on /dev/ptmx
176 - Detect and try to fix missing MAXPATHLEN
a4d05724 177 - (djm) Fix short copy in loginrec.c (based on patch from Phill Camp
178 <P.S.S.Camp@ukc.ac.uk>
509b1f88 179
09564242 18020000612
181 - (djm) Glob manpages in RPM spec files to catch compressed files
182 - (djm) Full license in auth-pam.c
08ae384f 183 - (djm) Configure fixes from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
383207f7 184 - (andre) AIX, lastlog, configure fixes from Tom Bertelson <tbert@abac.com>:
185 - Don't try to retrieve lastlog from wtmp/wtmpx if DISABLE_LASTLOG is
186 def'd
187 - Set AIX to use preformatted manpages
188
74b224a0 18920000610
190 - (djm) Minor doc tweaks
217ab55e 191 - (djm) Fix for configure on bash2 from Jim Knoble <jmknoble@jmknoble.cx>
74b224a0 192
32c80420 19320000609
194 - (djm) Patch from Kenji Miyake <kenji@miyake.org> to disable utmp usage
195 (in favour of utmpx) on Solaris 8
196
fa649821 19720000606
48c99b2c 198 - (djm) Cleanup of entropy.c. Reorganised code, removed second pass through
199 list of commands (by default). Removed verbose debugging (by default).
200 - (djm) Increased command entropy estimates and default entropy collection
201 timeout
f988dce5 202 - (djm) Remove duplicate headers from loginrec.c
c5fa2eb0 203 - (djm) Don't add /usr/local/lib to library search path on Irix
fa649821 204 - (djm) Fix rsh path in RPMs. Report from Jason L Tibbitts III
205 <tibbs@math.uh.edu>
1e83f2a2 206 - (djm) Warn user if grabs fail in GNOME askpass. Patch from Zack Weinberg
207 <zack@wolery.cumb.org>
fa649821 208 - (djm) OpenBSD CVS updates:
209 - todd@cvs.openbsd.org
210 [sshconnect2.c]
211 teach protocol v2 to count login failures properly and also enable an
212 explanation of why the password prompt comes up again like v1; this is NOT
213 crypto
214 - markus@cvs.openbsd.org
215 [readconf.c readconf.h servconf.c servconf.h session.c ssh.1 ssh.c sshd.8]
216 xauth_location support; pr 1234
217 [readconf.c sshconnect2.c]
218 typo, unused
219 [session.c]
220 allow use_login only for login sessions, otherwise remote commands are
221 execed with uid==0
222 [sshd.8]
223 document UseLogin better
224 [version.h]
225 OpenSSH 2.1.1
226 [auth-rsa.c]
227 fix match_hostname() logic for auth-rsa: deny access if we have a
228 negative match or no match at all
229 [channels.c hostfile.c match.c]
230 don't panic if mkdtemp fails for authfwd; jkb@yahoo-inc.com via
231 kris@FreeBSD.org
232
8e7b16f8 23320000606
234 - (djm) Added --with-cflags, --with-ldflags and --with-libs options to
235 configure.
236
d7c0f3d5 23720000604
238 - Configure tweaking for new login code on Irix 5.3
2d6c411f 239 - (andre) login code changes based on djm feedback
d7c0f3d5 240
2d6c411f 24120000603
242 - (andre) New login code
243 - Remove bsd-login.[ch] and all the OpenBSD-derived code in login.c
244 - Add loginrec.[ch], logintest.c and autoconf code
245
5daf7064 24620000531
247 - Cleanup of auth.c, login.c and fake-*
248 - Cleanup of auth-pam.c, save and print "account expired" error messages
e5662474 249 - Fix EGD read bug by IWAMURO Motonori <iwa@mmp.fujitsu.co.jp>
69134b9b 250 - Rewrote bsd-login to use proper utmp API if available. Major cleanup
251 of fallback DIY code.
5daf7064 252
b9f446d1 25320000530
254 - Define atexit for old Solaris
b02ebca1 255 - Fix buffer overrun in login.c for systems which use syslen in utmpx.
256 patch from YOSHIFUJI Hideaki <yoshfuji@cerberus.nemoto.ecei.tohoku.ac.jp>
71276795 257 - OpenBSD CVS updates:
258 - markus@cvs.openbsd.org
259 [session.c]
260 make x11-fwd work w/ localhost (xauth add host/unix:11)
261 [cipher.c compat.c readconf.c servconf.c]
262 check strtok() != NULL; ok niels@
263 [key.c]
264 fix key_read() for uuencoded keys w/o '='
265 [serverloop.c]
266 group ssh1 vs. ssh2 in serverloop
267 [kex.c kex.h myproposal.h sshconnect2.c sshd.c]
268 split kexinit/kexdh, factor out common code
269 [readconf.c ssh.1 ssh.c]
270 forwardagent defaults to no, add ssh -A
271 - theo@cvs.openbsd.org
272 [session.c]
273 just some line shortening
60688ef9 274 - Released 2.1.0p3
b9f446d1 275
29611d9c 27620000520
277 - Xauth fix from Markus Friedl <markus.friedl@informatik.uni-erlangen.de>
25422c70 278 - Don't touch utmp if USE_UTMPX defined
a423beaf 279 - SunOS 4.x support from Todd C. Miller <Todd.Miller@courtesan.com>
fc1e8bf4 280 - SIGCHLD fix for AIX and HPUX from Tom Bertelson <tbert@abac.com>
281 - HPUX and Configure fixes from Lutz Jaenicke
282 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
283 - Use mkinstalldirs script to make directories instead of non-portable
284 "install -d". Suggested by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
a905808d 285 - Doc cleanup
29611d9c 286
301e9b01 28720000518
288 - Include Andre Lucas' fixprogs script. Forgot to "cvs add" it yesterday
289 - OpenBSD CVS updates:
290 - markus@cvs.openbsd.org
291 [sshconnect.c]
292 copy only ai_addrlen bytes; misiek@pld.org.pl
293 [auth.c]
294 accept an empty shell in authentication; bug reported by
295 chris@tinker.ucr.edu
296 [serverloop.c]
297 we don't have stderr for interactive terminal sessions (fcntl errors)
298
ad85db64 29920000517
300 - Fix from Andre Lucas <andre.lucas@dial.pipex.com>
301 - Fixes command line printing segfaults (spotter: Bladt Norbert)
302 - Fixes erroneous printing of debug messages to syslog
303 - Fixes utmp for MacOS X (spotter: Aristedes Maniatis)
304 - Gives useful error message if PRNG initialisation fails
305 - Reduced ssh startup delay
306 - Measures cumulative command time rather than the time between reads
307 after select()
308 - 'fixprogs' perl script to eliminate non-working entropy commands, and
309 optionally run 'ent' to measure command entropy
c1ef8333 310 - Applied Tom Bertelson's <tbert@abac.com> AIX authentication fix
a64009ad 311 - Avoid WCOREDUMP complation errors for systems that lack it
312 - Avoid SIGCHLD warnings from entropy commands
28c1d5ce 313 - Fix HAVE_PAM_GETENVLIST setting from Simon Wilkinson <sxw@dcs.ed.ac.uk>
0e73cc53 314 - OpenBSD CVS update:
315 - markus@cvs.openbsd.org
316 [ssh.c]
317 fix usage()
318 [ssh2.h]
319 draft-ietf-secsh-architecture-05.txt
320 [ssh.1]
321 document ssh -T -N (ssh2 only)
322 [channels.c serverloop.c ssh.h sshconnect.c sshd.c aux.c]
323 enable nonblocking IO for sshd w/ proto 1, too; split out common code
324 [aux.c]
325 missing include
c04f75f1 326 - Several patches from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
327 - INSTALL typo and URL fix
328 - Makefile fix
329 - Solaris fixes
330 - Checking for ssize_t and memmove. Based on patch from SAKAI Kiyotaka
331 <ksakai@kso.netwk.ntt-at.co.jp>
afa5ee68 332 - RSAless operation patch from kevin_oconnor@standardandpoors.com
d45e3d76 333 - Detect OpenSSL seperatly from RSA
334 - Better test for RSA (more compatible with RSAref). Based on work by
335 Ed Eden <ede370@stl.rural.usda.gov>
ad85db64 336
3d1a1654 33720000513
338 - Fix for non-recognised DSA keys from Arkadiusz Miskiewicz
339 <misiek@pld.org.pl>
340
d02a3a00 34120000511
342 - Fix for prng_seed permissions checking from Lutz Jaenicke
343 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
3d1a1654 344 - "make host-key" fix for Irix
d02a3a00 345
d0c832f3 34620000509
347 - OpenBSD CVS update
348 - markus@cvs.openbsd.org
349 [cipher.h myproposal.h readconf.c readconf.h servconf.c ssh.1 ssh.c]
350 [ssh.h sshconnect1.c sshconnect2.c sshd.8]
351 - complain about invalid ciphers in SSH1 (e.g. arcfour is SSH2 only)
352 - hugh@cvs.openbsd.org
353 [ssh.1]
354 - zap typo
355 [ssh-keygen.1]
356 - One last nit fix. (markus approved)
357 [sshd.8]
358 - some markus certified spelling adjustments
359 - markus@cvs.openbsd.org
360 [auth2.c channels.c clientloop.c compat compat.h dsa.c kex.c]
361 [sshconnect2.c ]
362 - bug compat w/ ssh-2.0.13 x11, split out bugs
363 [nchan.c]
364 - no drain if ibuf_empty, fixes x11fwd problems; tests by fries@
365 [ssh-keygen.c]
366 - handle escapes in real and original key format, ok millert@
367 [version.h]
368 - OpenSSH-2.1
3dc1102e 369 - Moved all the bsd-* and fake-* stuff into new libopenbsd-compat.a
e93ee87a 370 - Doc updates
21e5304a 371 - Cleanup of bsd-base64 headers, bugfix definitions of __b64_*. Reported
372 by Andre Lucas <andre.lucas@dial.pipex.com>
d0c832f3 373
ebdeb9a8 37420000508
375 - Makefile and RPM spec fixes
376 - Generate DSA host keys during "make key" or RPM installs
f6cde515 377 - OpenBSD CVS update
378 - markus@cvs.openbsd.org
379 [clientloop.c sshconnect2.c]
380 - make x11-fwd interop w/ ssh-2.0.13
381 [README.openssh2]
382 - interop w/ SecureFX
383 - Release 2.0.0beta2
ebdeb9a8 384
58d100bf 385 - Configure caching and cleanup patch from Andre Lucas'
386 <andre.lucas@dial.pipex.com>
387
1d1ffb87 38820000507
389 - Remove references to SSLeay.
390 - Big OpenBSD CVS update
391 - markus@cvs.openbsd.org
392 [clientloop.c]
393 - typo
394 [session.c]
395 - update proctitle on pty alloc/dealloc, e.g. w/ windows client
396 [session.c]
397 - update proctitle for proto 1, too
398 [channels.h nchan.c serverloop.c session.c sshd.c]
399 - use c-style comments
400 - deraadt@cvs.openbsd.org
401 [scp.c]
402 - more atomicio
403 - markus@cvs.openbsd.org
404 [channels.c]
405 - set O_NONBLOCK
406 [ssh.1]
407 - update AUTHOR
408 [readconf.c ssh-keygen.c ssh.h]
409 - default DSA key file ~/.ssh/id_dsa
410 [clientloop.c]
411 - typo, rm verbose debug
412 - deraadt@cvs.openbsd.org
413 [ssh-keygen.1]
414 - document DSA use of ssh-keygen
415 [sshd.8]
416 - a start at describing what i understand of the DSA side
417 [ssh-keygen.1]
418 - document -X and -x
419 [ssh-keygen.c]
420 - simplify usage
421 - markus@cvs.openbsd.org
422 [sshd.8]
423 - there is no rhosts_dsa
424 [ssh-keygen.1]
425 - document -y, update -X,-x
426 [nchan.c]
427 - fix close for non-open ssh1 channels
428 [servconf.c servconf.h ssh.h sshd.8 sshd.c ]
429 - s/DsaKey/HostDSAKey/, document option
430 [sshconnect2.c]
431 - respect number_of_password_prompts
432 [channels.c channels.h servconf.c servconf.h session.c sshd.8]
433 - GatewayPorts for sshd, ok deraadt@
434 [ssh-add.1 ssh-agent.1 ssh.1]
435 - more doc on: DSA, id_dsa, known_hosts2, authorized_keys2
436 [ssh.1]
437 - more info on proto 2
438 [sshd.8]
439 - sync AUTHOR w/ ssh.1
440 [key.c key.h sshconnect.c]
441 - print key type when talking about host keys
442 [packet.c]
443 - clear padding in ssh2
444 [dsa.c key.c radix.c ssh.h sshconnect1.c uuencode.c uuencode.h]
445 - replace broken uuencode w/ libc b64_ntop
446 [auth2.c]
447 - log failure before sending the reply
448 [key.c radix.c uuencode.c]
449 - remote trailing comments before calling __b64_pton
450 [auth2.c readconf.c readconf.h servconf.c servconf.h ssh.1]
451 [sshconnect2.c sshd.8]
452 - add DSAAuthetication option to ssh/sshd, document SSH2 in sshd.8
453 - Bring in b64_ntop and b64_pton from OpenBSD libc (bsd-base64.[ch])
454
1a11e1ae 45520000502
0fbe8c74 456 - OpenBSD CVS update
457 [channels.c]
458 - init all fds, close all fds.
459 [sshconnect2.c]
460 - check whether file exists before asking for passphrase
461 [servconf.c servconf.h sshd.8 sshd.c]
462 - PidFile, pr 1210
463 [channels.c]
464 - EINTR
465 [channels.c]
466 - unbreak, ok niels@
467 [sshd.c]
468 - unlink pid file, ok niels@
469 [auth2.c]
470 - Add missing #ifdefs; ok - markus
d3083fbd 471 - Add Andre Lucas' <andre.lucas@dial.pipex.com> patch to read entropy
472 gathering commands from a text file
1a11e1ae 473 - Release 2.0.0beta1
474
c4bc58eb 47520000501
476 - OpenBSD CVS update
477 [packet.c]
478 - send debug messages in SSH2 format
3189621b 479 [scp.c]
480 - fix very rare EAGAIN/EINTR issues; based on work by djm
481 [packet.c]
482 - less debug, rm unused
483 [auth2.c]
484 - disable kerb,s/key in ssh2
485 [sshd.8]
486 - Minor tweaks and typo fixes.
487 [ssh-keygen.c]
488 - Put -d into usage and reorder. markus ok.
44fb55e9 489 - Include missing headers for OpenSSL tests. Fix from Phil Karn
490 <karn@ka9q.ampr.org>
3fd95d9a 491 - Fixed __progname symbol collisions reported by Andre Lucas
492 <andre.lucas@dial.pipex.com>
0d5f7abc 493 - Merged bsd-login ttyslot and AIX utmp patch from Gert Doering
494 <gd@hilb1.medat.de>
8cb940db 495 - Add some missing ifdefs to auth2.c
8af50c98 496 - Deprecate perl-tk askpass.
52bcc044 497 - Irix portability fixes - don't include netinet headers more than once
498 - Make sure we don't save PRNG seed more than once
c4bc58eb 499
2b763e31 50020000430
501 - Merge HP-UX fixes and TCB support from Ged Lodder <lodder@yacc.com.au>
b7a87eea 502 - Integrate Andre Lucas' <andre.lucas@dial.pipex.com> entropy collection
503 patch.
504 - Adds timeout to entropy collection
505 - Disables slow entropy sources
506 - Load and save seed file
507 - Changed entropy seed code to user per-user seeds only (server seed is
508 saved in root's .ssh directory)
509 - Use atexit() and fatal cleanups to save seed on exit
0b242b12 510 - More OpenBSD updates:
511 [session.c]
512 - don't call chan_write_failed() if we are not writing
513 [auth-rsa.c auth1.c authfd.c hostfile.c ssh-agent.c]
514 - keysize warnings error() -> log()
2b763e31 515
a306f2dd 51620000429
517 - Merge big update to OpenSSH-2.0 from OpenBSD CVS
518 [README.openssh2]
519 - interop w/ F-secure windows client
520 - sync documentation
521 - ssh_host_dsa_key not ssh_dsa_key
522 [auth-rsa.c]
523 - missing fclose
524 [auth.c authfile.c compat.c dsa.c dsa.h hostfile.c key.c key.h radix.c]
525 [readconf.c readconf.h ssh-add.c ssh-keygen.c ssh.c ssh.h sshconnect.c]
526 [sshd.c uuencode.c uuencode.h authfile.h]
527 - add DSA pubkey auth and other SSH2 fixes. use ssh-keygen -[xX]
528 for trading keys with the real and the original SSH, directly from the
529 people who invented the SSH protocol.
530 [auth.c auth.h authfile.c sshconnect.c auth1.c auth2.c sshconnect.h]
531 [sshconnect1.c sshconnect2.c]
532 - split auth/sshconnect in one file per protocol version
533 [sshconnect2.c]
534 - remove debug
535 [uuencode.c]
536 - add trailing =
537 [version.h]
538 - OpenSSH-2.0
539 [ssh-keygen.1 ssh-keygen.c]
540 - add -R flag: exit code indicates if RSA is alive
541 [sshd.c]
542 - remove unused
543 silent if -Q is specified
544 [ssh.h]
545 - host key becomes /etc/ssh_host_dsa_key
546 [readconf.c servconf.c ]
547 - ssh/sshd default to proto 1 and 2
548 [uuencode.c]
549 - remove debug
550 [auth2.c ssh-keygen.c sshconnect2.c sshd.c]
551 - xfree DSA blobs
552 [auth2.c serverloop.c session.c]
553 - cleanup logging for sshd/2, respect PasswordAuth no
554 [sshconnect2.c]
555 - less debug, respect .ssh/config
556 [README.openssh2 channels.c channels.h]
557 - clientloop.c session.c ssh.c
558 - support for x11-fwding, client+server
559
0ac7199f 56020000421
561 - Merge fix from OpenBSD CVS
562 [ssh-agent.c]
563 - Fix memory leak per connection. Report from Andy Spiegl <Andy@Spiegl.de>
564 via Debian bug #59926
18ba2aab 565 - Define __progname in session.c if libc doesn't
566 - Remove indentation on autoconf #include statements to avoid bug in
567 DEC Tru64 compiler. Report and fix from David Del Piero
568 <David.DelPiero@qed.qld.gov.au>
0ac7199f 569
e1b37056 57020000420
571 - Make fixpaths work with perl4, patch from Andre Lucas
572 <andre.lucas@dial.pipex.com>
9da5c3c9 573 - Sync with OpenBSD CVS:
574 [clientloop.c login.c serverloop.c ssh-agent.c ssh.h sshconnect.c sshd.c]
575 - pid_t
576 [session.c]
577 - remove bogus chan_read_failed. this could cause data
578 corruption (missing data) at end of a SSH2 session.
4e577b89 579 - Merge fixes from Debian patch from Phil Hands <phil@hands.com>
580 - Allow setting of PAM service name through CFLAGS (SSHD_PAM_SERVICE)
581 - Use vhangup to clean up Linux ttys
582 - Force posix getopt processing on GNU libc systems
371ecff9 583 - Debian bug #55910 - remove references to ssl(8) manpages
247f1a89 584 - Debian bug #58031 - ssh_config lies about default cipher
e1b37056 585
d6f24e45 58620000419
587 - OpenBSD CVS updates
588 [channels.c]
589 - fix pr 1196, listen_port and port_to_connect interchanged
590 [scp.c]
591 - after completion, replace the progress bar ETA counter with a final
592 elapsed time; my idea, aaron wrote the patch
593 [ssh_config sshd_config]
594 - show 'Protocol' as an example, ok markus@
595 [sshd.c]
596 - missing xfree()
597 - Add missing header to bsd-misc.c
598
35484284 59920000416
600 - Reduce diff against OpenBSD source
601 - All OpenSSL includes are now unconditionally referenced as
602 openssl/foo.h
603 - Pick up formatting changes
604 - Other minor changed (typecasts, etc) that I missed
605
6ae2364d 60620000415
607 - OpenBSD CVS updates.
608 [ssh.1 ssh.c]
609 - ssh -2
610 [auth.c channels.c clientloop.c packet.c packet.h serverloop.c]
611 [session.c sshconnect.c]
612 - check payload for (illegal) extra data
613 [ALL]
614 whitespace cleanup
615
c323ac76 61620000413
617 - INSTALL doc updates
f54651ce 618 - Merged OpenBSD updates to include paths.
6ae2364d 619
a8be9f80 62020000412
621 - OpenBSD CVS updates:
622 - [channels.c]
623 repair x11-fwd
624 - [sshconnect.c]
625 fix passwd prompt for ssh2, less debugging output.
626 - [clientloop.c compat.c dsa.c kex.c sshd.c]
627 less debugging output
628 - [kex.c kex.h sshconnect.c sshd.c]
629 check for reasonable public DH values
630 - [README.openssh2 cipher.c cipher.h compat.c compat.h readconf.c]
631 [readconf.h servconf.c servconf.h ssh.c ssh.h sshconnect.c sshd.c]
632 add Cipher and Protocol options to ssh/sshd, e.g.:
633 ssh -o 'Protocol 1,2' if you prefer proto 1, ssh -o 'Ciphers
634 arcfour,3des-cbc'
635 - [sshd.c]
636 print 1.99 only if server supports both
637
18e92801 63820000408
639 - Avoid some compiler warnings in fake-get*.c
640 - Add IPTOS macros for systems which lack them
9d98aaf6 641 - Only set define entropy collection macros if they are found
e78a59f5 642 - More large OpenBSD CVS updates:
643 - [auth.c auth.h servconf.c servconf.h serverloop.c session.c]
644 [session.h ssh.h sshd.c README.openssh2]
645 ssh2 server side, see README.openssh2; enable with 'sshd -2'
646 - [channels.c]
647 no adjust after close
648 - [sshd.c compat.c ]
649 interop w/ latest ssh.com windows client.
650
8ce64345 65120000406
652 - OpenBSD CVS update:
653 - [channels.c]
654 close efd on eof
655 - [clientloop.c compat.c ssh.c sshconnect.c myproposal.h]
656 ssh2 client implementation, interops w/ ssh.com and lsh servers.
657 - [sshconnect.c]
658 missing free.
659 - [authfile.c cipher.c cipher.h packet.c sshconnect.c sshd.c]
660 remove unused argument, split cipher_mask()
661 - [clientloop.c]
662 re-order: group ssh1 vs. ssh2
663 - Make Redhat spec require openssl >= 0.9.5a
664
e7627112 66520000404
666 - Add tests for RAND_add function when searching for OpenSSL
7e7327a1 667 - OpenBSD CVS update:
668 - [packet.h packet.c]
669 ssh2 packet format
670 - [packet.h packet.c nchan2.ms nchan.h compat.h compat.c]
671 [channels.h channels.c]
672 channel layer support for ssh2
673 - [kex.h kex.c hmac.h hmac.c dsa.c dsa.h]
674 DSA, keyexchange, algorithm agreement for ssh2
6c081128 675 - Generate manpages before make install not at the end of make all
676 - Don't seed the rng quite so often
677 - Always reseed rng when requested
e7627112 678
bfc9a610 67920000403
680 - Wrote entropy collection routines for systems that lack /dev/random
681 and EGD
837c30b8 682 - Disable tests and typedefs for 64 bit types. They are currently unused.
bfc9a610 683
7368a6c8 68420000401
685 - Big OpenBSD CVS update (mainly beginnings of SSH2 infrastructure)
686 - [auth.c session.c sshd.c auth.h]
687 split sshd.c -> auth.c session.c sshd.c plus cleanup and goto-removal
688 - [bufaux.c bufaux.h]
689 support ssh2 bignums
690 - [channels.c channels.h clientloop.c sshd.c nchan.c nchan.h packet.c]
691 [readconf.c ssh.c ssh.h serverloop.c]
692 replace big switch() with function tables (prepare for ssh2)
693 - [ssh2.h]
694 ssh2 message type codes
695 - [sshd.8]
696 reorder Xr to avoid cutting
697 - [serverloop.c]
698 close(fdin) if fdin != fdout, shutdown otherwise, ok theo@
699 - [channels.c]
700 missing close
701 allow bigger packets
702 - [cipher.c cipher.h]
703 support ssh2 ciphers
704 - [compress.c]
705 cleanup, less code
706 - [dispatch.c dispatch.h]
707 function tables for different message types
708 - [log-server.c]
709 do not log() if debuggin to stderr
710 rename a cpp symbol, to avoid param.h collision
711 - [mpaux.c]
712 KNF
713 - [nchan.c]
714 sync w/ channels.c
715
f5238bee 71620000326
717 - Better tests for OpenSSL w/ RSAref
718 - Added replacement setenv() function from OpenBSD libc. Suggested by
719 Ben Lindstrom <mouring@pconline.com>
4fe2af09 720 - OpenBSD CVS update
721 - [auth-krb4.c]
722 -Wall
723 - [auth-rh-rsa.c auth-rsa.c hostfile.c hostfile.h key.c key.h match.c]
724 [match.h ssh.c ssh.h sshconnect.c sshd.c]
725 initial support for DSA keys. ok deraadt@, niels@
726 - [cipher.c cipher.h]
727 remove unused cipher_attack_detected code
728 - [scp.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
729 Fix some formatting problems I missed before.
730 - [ssh.1 sshd.8]
731 fix spelling errors, From: FreeBSD
732 - [ssh.c]
733 switch to raw mode only if he _get_ a pty (not if we _want_ a pty).
f5238bee 734
0024a081 73520000324
736 - Released 1.2.3
737
bd499f9e 73820000317
739 - Clarified --with-default-path option.
740 - Added -blibpath handling for AIX to work around stupid runtime linking.
741 Problem elucidated by gshapiro@SENDMAIL.ORG by way of Jim Knoble
742 <jmknoble@pobox.com>
474b5fef 743 - Checks for 64 bit int types. Problem report from Mats Fredholm
744 <matsf@init.se>
610cd5c6 745 - OpenBSD CVS updates:
746 - [atomicio.c auth-krb4.c bufaux.c channels.c compress.c fingerprint.c]
747 [packet.h radix.c rsa.c scp.c ssh-agent.c ssh-keygen.c sshconnect.c]
748 [sshd.c]
749 pedantic: signed vs. unsigned, void*-arithm, etc
750 - [ssh.1 sshd.8]
751 Various cleanups and standardizations.
be48d23c 752 - Runtime error fix for HPUX from Otmar Stahl
753 <O.Stahl@lsw.uni-heidelberg.de>
bd499f9e 754
4696775a 75520000316
756 - Fixed configure not passing LDFLAGS to Solaris. Report from David G.
757 Hesprich <dghespri@sprintparanet.com>
d423d822 758 - Propogate LD through to Makefile
b7a9ce47 759 - Doc cleanups
2ba2a610 760 - Added blurb about "scp: command not found" errors to UPGRADING
4696775a 761
cb0b7ea4 76220000315
763 - Fix broken CFLAGS handling during search for OpenSSL. Fixes va_list
764 problems with gcc/Solaris.
db55a3ea 765 - Don't free argument to putenv() after use (in setenv() replacement).
766 Report from Seigo Tanimura <tanimura@r.dl.itc.u-tokyo.ac.jp>
13652e52 767 - Created contrib/ subdirectory. Included helpers from Phil Hands'
768 Debian package, README file and chroot patch from Ricardo Cerqueira
769 <rmcc@clix.pt>
9c8aeb89 770 - Moved gnome-ssh-askpass.c to contrib directory and removed config
13652e52 771 option.
772 - Slight cleanup to doc files
b14b2ae7 773 - Configure fix from Bratislav ILICH <bilic@zepter.ru>
cb0b7ea4 774
a8ed9fd9 77520000314
776 - Include macro for IN6_IS_ADDR_V4MAPPED. Report from
777 peter@frontierflying.com
84afc958 778 - Include /usr/local/include and /usr/local/lib for systems that don't
779 do it themselves
780 - -R/usr/local/lib for Solaris
781 - Fix RSAref detection
782 - Fix IN6_IS_ADDR_V4MAPPED macro
a8ed9fd9 783
bcf36c78 78420000311
785 - Detect RSAref
43e48848 786 - OpenBSD CVS change
787 [sshd.c]
788 - disallow guessing of root password
867dbf40 789 - More configure fixes
80faa19f 790 - IPv6 workarounds from Hideaki YOSHIFUJI <yoshfuji@ecei.tohoku.ac.jp>
bcf36c78 791
c8d54615 79220000309
793 - OpenBSD CVS updates to v1.2.3
794 [ssh.h atomicio.c]
795 - int atomicio -> ssize_t (for alpha). ok deraadt@
796 [auth-rsa.c]
797 - delay MD5 computation until client sends response, free() early, cleanup.
798 [cipher.c]
799 - void* -> unsigned char*, ok niels@
800 [hostfile.c]
801 - remove unused variable 'len'. fix comments.
802 - remove unused variable
803 [log-client.c log-server.c]
804 - rename a cpp symbol, to avoid param.h collision
805 [packet.c]
806 - missing xfree()
807 - getsockname() requires initialized tolen; andy@guildsoftware.com
808 - use getpeername() in packet_connection_is_on_socket(), fixes sshd -i;
809 from Holger.Trapp@Informatik.TU-Chemnitz.DE
810 [pty.c pty.h]
811 - register cleanup for pty earlier. move code for pty-owner handling to
812 pty.c ok provos@, dugsong@
813 [readconf.c]
814 - turn off x11-fwd for the client, too.
815 [rsa.c]
816 - PKCS#1 padding
817 [scp.c]
818 - allow '.' in usernames; from jedgar@fxp.org
819 [servconf.c]
820 - typo: ignore_user_known_hosts int->flag; naddy@mips.rhein-neckar.de
821 - sync with sshd_config
822 [ssh-keygen.c]
823 - enable ssh-keygen -l -f ~/.ssh/known_hosts, ok deraadt@
824 [ssh.1]
825 - Change invalid 'CHAT' loglevel to 'VERBOSE'
826 [ssh.c]
827 - suppress AAAA query host when '-4' is used; from shin@nd.net.fujitsu.co.jp
828 - turn off x11-fwd for the client, too.
829 [sshconnect.c]
830 - missing xfree()
831 - retry rresvport_af(), too. from sumikawa@ebina.hitachi.co.jp.
832 - read error vs. "Connection closed by remote host"
833 [sshd.8]
834 - ie. -> i.e.,
835 - do not link to a commercial page..
836 - sync with sshd_config
837 [sshd.c]
838 - no need for poll.h; from bright@wintelcom.net
839 - log with level log() not fatal() if peer behaves badly.
840 - don't panic if client behaves strange. ok deraadt@
841 - make no-port-forwarding for RSA keys deny both -L and -R style fwding
842 - delay close() of pty until the pty has been chowned back to root
843 - oops, fix comment, too.
844 - missing xfree()
845 - move XAUTHORITY to subdir. ok dugsong@. fixes debian bug #57907, too.
846 (http://cgi.debian.org/cgi-bin/bugreport.cgi?archive=no&bug=57907)
847 - register cleanup for pty earlier. move code for pty-owner handling to
848 pty.c ok provos@, dugsong@
849 - create x11 cookie file
850 - fix pr 1113, fclose() -> pclose(), todo: remote popen()
851 - version 1.2.3
852 - Cleaned up
d8223847 853 - Removed warning workaround for Linux and devpts filesystems (no longer
854 required after OpenBSD updates)
c8d54615 855
07055445 85620000308
857 - Configure fix from Hiroshi Takekawa <takekawa@sr3.t.u-tokyo.ac.jp>
858
85920000307
860 - Released 1.2.2p1
861
9c8c3fc6 86220000305
863 - Fix DEC compile fix
54096dcc 864 - Explicitly seed OpenSSL's PRNG before checking rsa_alive()
aa6bd60a 865 - Check for getpagesize in libucb.a if not found in libc. Fix for old
866 Solaris from Andre Lucas <andre.lucas@dial.pipex.com>
9fc7867e 867 - Check for libwrap if --with-tcp-wrappers option specified. Suggestion
868 Mate Wierdl <mw@moni.msci.memphis.edu>
9c8c3fc6 869
6bf4d066 87020000303
871 - Added "make host-key" target, Suggestion from Dominik Brettnacher
872 <domi@saargate.de>
16218745 873 - Don't permanently fail on bind() if getaddrinfo has more choices left for
874 us. Needed to work around messy IPv6 on Linux. Patch from Arkadiusz
875 Miskiewicz <misiek@pld.org.pl>
22fa590f 876 - DEC Unix compile fix from David Del Piero <David.DelPiero@qed.qld.gov.au>
877 - Manpage fix from David Del Piero <David.DelPiero@qed.qld.gov.au>
6bf4d066 878
a0391976 87920000302
880 - Big cleanup of autoconf code
881 - Rearranged to be a little more logical
882 - Added -R option for Solaris
883 - Rewrote OpenSSL detection code. Now uses AC_TRY_RUN with a test program
884 to detect library and header location _and_ ensure library has proper
885 RSA support built in (this is a problem with OpenSSL 0.9.5).
817175bc 886 - Applied pty cleanup patch from markus.friedl@informatik.uni-erlangen.de
0a1718dc 887 - Avoid warning message with Unix98 ptys
3276571c 888 - Warning was valid - possible race condition on PTYs. Avoided using
889 platform-specific code.
890 - Document some common problems
81eef326 891 - Allow root access to any key. Patch from
892 markus.friedl@informatik.uni-erlangen.de
a0391976 893
f55afe71 89420000207
895 - Removed SOCKS code. Will support through a ProxyCommand.
896
d07d1c58 89720000203
898 - Fixed SEGVs in authloop, fix from vbzoli@hbrt.hu
d581b7ae 899 - Add --with-ssl-dir option
d07d1c58 900
9d5f374b 90120000202
902 - Fix lastlog code for directory based lastlogs. Fix from Josh Durham
903 <jmd@aoe.vt.edu>
6b1f3fdb 904 - Documentation fixes from HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
905 - Added URLs to Japanese translations of documents by HARUYAMA Seigo
906 <haruyama@nt.phys.s.u-tokyo.ac.jp>
9d5f374b 907
bc8c2601 90820000201
909 - Use socket pairs by default (instead of pipes). Prevents race condition
910 on several (buggy) OSs. Report and fix from tridge@linuxcare.com
911
69c76614 91220000127
913 - Seed OpenSSL's random number generator before generating RSA keypairs
914 - Split random collector into seperate file
aaf2abd7 915 - Compile fix from Andre Lucas <andre.lucas@dial.pipex.com>
69c76614 916
f9507c24 91720000126
918 - Released 1.2.2 stable
919
920 - NeXT keeps it lastlog in /usr/adm. Report from
921 mouring@newton.pconline.com
587120ad 922 - Added note in UPGRADING re interop with commercial SSH using idea.
923 Report from Jim Knoble <jmknoble@pobox.com>
924 - Fix linking order for Kerberos/AFS. Fix from Holget Trapp
925 <Holger.Trapp@Informatik.TU-Chemnitz.DE>
f9507c24 926
bfae20ad 92720000125
928 - Fix NULL pointer dereference in login.c. Fix from Andre Lucas
929 <andre.lucas@dial.pipex.com>
07b0cb78 930 - Reorder PAM initialisation so it does not mess up lastlog. Reported
931 by Andre Lucas <andre.lucas@dial.pipex.com>
9755cbdb 932 - Use preformatted manpages on SCO, report from Gary E. Miller
933 <gem@rellim.com>
934 - New URL for x11-ssh-askpass.
7e31dc81 935 - Fixpaths was missing /etc/ssh_known_hosts. Report from Jim Knoble
936 <jmknoble@pobox.com>
ff8ecdb8 937 - Added 'DESTDIR' option to Makefile to ease package building. Patch from
938 Jim Knoble <jmknoble@pobox.com>
939 - Updated RPM spec files to use DESTDIR
bfae20ad 940
bb58aa4b 94120000124
942 - Pick up version 1.2.2 from OpenBSD CVS (no changes, just version number
943 increment)
944
d45317d8 94520000123
946 - OpenBSD CVS:
947 - [packet.c]
948 getsockname() requires initialized tolen; andy@guildsoftware.com
4c40f834 949 - AIX patch from Matt Richards <v2matt@btv.ibm.com> and David Rankin
950 <drankin@bohemians.lexington.ky.us>
12aa90af 951 - Fix lastlog support, patch from Andre Lucas <andre.lucas@dial.pipex.com>
d45317d8 952
e844f761 95320000122
954 - Fix compilation of bsd-snprintf.c on Solaris, fix from Ben Taylor
955 <bent@clark.net>
c54a6257 956 - Merge preformatted manpage patch from Andre Lucas
957 <andre.lucas@dial.pipex.com>
8eb34e02 958 - Make IPv4 use the default in RPM packages
959 - Irix uses preformatted manpages
1e64903d 960 - Missing htons() in bsd-bindresvport.c, fix from Holger Trapp
961 <Holger.Trapp@Informatik.TU-Chemnitz.DE>
9bc5ddfe 962 - OpenBSD CVS updates:
963 - [packet.c]
964 use getpeername() in packet_connection_is_on_socket(), fixes sshd -i;
965 from Holger.Trapp@Informatik.TU-Chemnitz.DE
966 - [sshd.c]
967 log with level log() not fatal() if peer behaves badly.
968 - [readpass.c]
969 instead of blocking SIGINT, catch it ourselves, so that we can clean
970 the tty modes up and kill ourselves -- instead of our process group
971 leader (scp, cvs, ...) going away and leaving us in noecho mode.
972 people with cbreak shells never even noticed..
399d9d44 973 - [ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
974 ie. -> i.e.,
e844f761 975
4c8ef3fb 97620000120
977 - Don't use getaddrinfo on AIX
7b2ea3a1 978 - Update to latest OpenBSD CVS:
979 - [auth-rsa.c]
980 - fix user/1056, sshd keeps restrictions; dbt@meat.net
981 - [sshconnect.c]
982 - disable agent fwding for proto 1.3, remove abuse of auth-rsa flags.
983 - destroy keys earlier
d468fc76 984 - split key exchange (kex) and user authentication (user-auth),
985 ok: provos@
7b2ea3a1 986 - [sshd.c]
987 - no need for poll.h; from bright@wintelcom.net
988 - disable agent fwding for proto 1.3, remove abuse of auth-rsa flags.
d468fc76 989 - split key exchange (kex) and user authentication (user-auth),
990 ok: provos@
f3bba493 991 - Big manpage and config file cleanup from Andre Lucas
992 <andre.lucas@dial.pipex.com>
5f4fdfae 993 - Re-added latest (unmodified) OpenBSD manpages
47f9a56a 994 - Doc updates
d468fc76 995 - NetBSD patch from David Rankin <drankin@bohemians.lexington.ky.us> and
996 Christos Zoulas <christos@netbsd.org>
4c8ef3fb 997
082bbfb3 99820000119
20af321f 999 - SCO compile fixes from Gary E. Miller <gem@rellim.com>
082bbfb3 1000 - Compile fix from Darren_Hall@progressive.com
59e76f33 1001 - Linux/glibc-2.1.2 takes a *long* time to look up names for AF_UNSPEC
1002 addresses using getaddrinfo(). Added a configure switch to make the
1003 default lookup mode AF_INET
082bbfb3 1004
a63a7f37 100520000118
1006 - Fixed --with-pid-dir option
51a6baf8 1007 - Makefile fix from Gary E. Miller <gem@rellim.com>
976f7e19 1008 - Compile fix for HPUX and Solaris from Andre Lucas
1009 <andre.lucas@dial.pipex.com>
a63a7f37 1010
f914c7fb 101120000117
1012 - Clean up bsd-bindresvport.c. Use arc4random() for picking initial
1013 port, ignore EINVAL errors (Linux) when searching for free port.
de93b046 1014 - Revert __snprintf -> snprintf aliasing. Apparently Solaris
1015 __snprintf isn't. Report from Theo de Raadt <theo@cvs.openbsd.org>
9b363e1c 1016 - Document location of Redhat PAM file in INSTALL.
80a44451 1017 - Fixed X11 forwarding bug on Linux. libc advertises AF_INET6
1018 INADDR_ANY_INIT addresses via getaddrinfo, but may not be able to
f4a7cf29 1019 deliver (no IPv6 kernel support)
80a44451 1020 - Released 1.2.1pre27
f914c7fb 1021
f4a7cf29 1022 - Fix rresvport_af failure errors (logic error in bsd-bindresvport.c)
cf8ad170 1023 - Fix --with-ipaddr-display option test. Fix from Jarno Huuskonen
1024 <jhuuskon@hytti.uku.fi>
691a8a9f 1025 - Fix hang on logout if processes are still using the pty. Needs
1026 further testing.
5957fd29 1027 - Patch from Christos Zoulas <christos@zoulas.com>
1028 - Try $prefix first when looking for OpenSSL.
1029 - Include sys/types.h when including sys/socket.h in test programs
19d9ac2a 1030 - Substitute PID directory in sshd.8. Suggestion from Andrew
1031 Stribblehill <a.d.stribblehill@durham.ac.uk>
f4a7cf29 1032
47e45e44 103320000116
1034 - Renamed --with-xauth-path to --with-xauth
1035 - Added --with-pid-dir option
1036 - Released 1.2.1pre26
1037
a82ef8ae 1038 - Compilation fix from Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
66be05a1 1039 - Fixed broken bugfix for /dev/ptmx on Linux systems which lack
1040 openpty(). Report from Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
a82ef8ae 1041
5cdfe03f 104220000115
1043 - Add --with-xauth-path configure directive and explicit test for
1044 /usr/openwin/bin/xauth for Solaris systems. Report from Anders
1045 Nordby <anders@fix.no>
1046 - Fix incorrect detection of /dev/ptmx on Linux systems that lack
1047 openpty. Report from John Seifarth <john@waw.be>
1048 - Look for intXX_t and u_intXX_t in sys/bitypes.h if they are not in
1049 sys/types.h. Fixes problems on SCO, report from Gary E. Miller
1050 <gem@rellim.com>
1051 - Use __snprintf and __vnsprintf if they are found where snprintf and
1052 vnsprintf are lacking. Suggested by Ben Taylor <bent@shell.clark.net>
1053 and others.
1054
48e671d5 105520000114
1056 - Merged OpenBSD IPv6 patch:
1057 - [sshd.c sshd.8 sshconnect.c ssh.h ssh.c servconf.h servconf.c scp.1]
1058 [scp.c packet.h packet.c login.c log.c canohost.c channels.c]
1059 [hostfile.c sshd_config]
1060 ipv6 support: mostly gethostbyname->getaddrinfo/getnameinfo, new
1061 features: sshd allows multiple ListenAddress and Port options. note
1062 that libwrap is not IPv6-ready. (based on patches from
1063 fujiwara@rcac.tdi.co.jp)
1064 - [ssh.c canohost.c]
1065 more hints (hints.ai_socktype=SOCK_STREAM) for getaddrinfo,
1066 from itojun@
1067 - [channels.c]
1068 listen on _all_ interfaces for X11-Fwd (hints.ai_flags = AI_PASSIVE)
1069 - [packet.h]
1070 allow auth-kerberos for IPv4 only
1071 - [scp.1 sshd.8 servconf.h scp.c]
1072 document -4, -6, and 'ssh -L 2022/::1/22'
1073 - [ssh.c]
1074 'ssh @host' is illegal (null user name), from
1075 karsten@gedankenpolizei.de
1076 - [sshconnect.c]
1077 better error message
1078 - [sshd.c]
1079 allow auth-kerberos for IPv4 only
1080 - Big IPv6 merge:
1081 - Cleanup overrun in sockaddr copying on RHL 6.1
1082 - Replacements for getaddrinfo, getnameinfo, etc based on versions
1083 from patch from KIKUCHI Takahiro <kick@kyoto.wide.ad.jp>
1084 - Replacement for missing structures on systems that lack IPv6
1085 - record_login needed to know about AF_INET6 addresses
1086 - Borrowed more code from OpenBSD: rresvport_af and requisites
1087
2598df62 108820000110
1089 - Fixes to auth-skey to enable it to use the standard OpenSSL libraries
1090
b8a0310d 109120000107
1092 - New config.sub and config.guess to fix problems on SCO. Supplied
1093 by Gary E. Miller <gem@rellim.com>
b6a98a85 1094 - SCO build fix from Gary E. Miller <gem@rellim.com>
2598df62 1095 - Released 1.2.1pre25
b8a0310d 1096
dfb95100 109720000106
1098 - Documentation update & cleanup
1099 - Better KrbIV / AFS detection, based on patch from:
1100 Holger Trapp <Holger.Trapp@Informatik.TU-Chemnitz.DE>
1101
b9795b89 110220000105
1103 - Fixed annoying DES corruption problem. libcrypt has been
1104 overriding symbols in libcrypto. Removed libcrypt and crypt.h
1105 altogether (libcrypto includes its own crypt(1) replacement)
1106 - Added platform-specific rules for Irix 6.x. Included warning that
1107 they are untested.
1108
a1ec4d79 110920000103
1110 - Add explicit make rules for files proccessed by fixpaths.
1111 - Fix "make install" in RPM spec files. Report from Tenkou N. Hattori
1112 <tnh@kondara.org>
607d73e6 1113 - Removed "nullok" directive from default PAM configuration files.
1114 Added information on enabling EmptyPasswords on openssh+PAM in
1115 UPGRADING file.
e02735bb 1116 - OpenBSD CVS updates
1117 - [ssh-agent.c]
1118 cleanup_exit() for SIGTERM/SIGHUP, too. from fgsch@ and
1119 dgaudet@arctic.org
1120 - [sshconnect.c]
1121 compare correct version for 1.3 compat mode
a1ec4d79 1122
93c7f644 112320000102
1124 - Prevent multiple inclusion of config.h and defines.h. Suggested
1125 by Andre Lucas <andre.lucas@dial.pipex.com>
1126 - Properly clean up on exit of ssh-agent. Patch from Dean Gaudet
1127 <dgaudet@arctic.org>
1128
76b8607f 112919991231
1130 - Fix password support on systems with a mixture of shadowed and
1131 non-shadowed passwords (e.g. NIS). Report and fix from
1132 HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
723221b5 1133 - Fix broken autoconf typedef detection. Report from Marc G.
1134 Fournier <marc.fournier@acadiau.ca>
b92964b7 1135 - Fix occasional crash on LinuxPPC. Patch from Franz Sirl
1136 <Franz.Sirl-kernel@lauterbach.com>
a6ddc88b 1137 - Prevent typedefs from being compiled more than once. Report from
1138 Marc G. Fournier <marc.fournier@acadiau.ca>
4811cc0b 1139 - Fill in ut_utaddr utmp field. Report from Benjamin Charron
1140 <iretd@bigfoot.com>
c43d69a9 1141 - Really fix broken default path. Fix from Jim Knoble
1142 <jmknoble@pobox.com>
ae3a3d31 1143 - Remove test for quad_t. No longer needed.
76a8e733 1144 - Released 1.2.1pre24
1145
1146 - Added support for directory-based lastlogs
1147 - Really fix typedefs, patch from Ben Taylor <bent@clark.net>
76b8607f 1148
13f825f4 114919991230
1150 - OpenBSD CVS updates:
1151 - [auth-passwd.c]
1152 check for NULL 1st
a5c9cd31 1153 - Removed most of the pam code into its own file auth-pam.[ch]. This
1154 cleaned up sshd.c up significantly.
76b8607f 1155 - PAM authentication was incorrectly interpreting
1156 "PermitRootLogin without-password". Report from Matthias Andree
1157 <ma@dt.e-technik.uni-dortmund.de
a5c9cd31 1158 - Several other cleanups
0bc5b6fb 1159 - Merged Dante SOCKS support patch from David Rankin
1160 <drankin@bohemians.lexington.ky.us>
1161 - Updated documentation with ./configure options
76b8607f 1162 - Released 1.2.1pre23
13f825f4 1163
c73a0cb5 116419991229
1165 - Applied another NetBSD portability patch from David Rankin
1166 <drankin@bohemians.lexington.ky.us>
1167 - Fix --with-default-path option.
a0f84251 1168 - Autodetect perl, patch from David Rankin
1169 <drankin@bohemians.lexington.ky.us>
0a2ff95d 1170 - Print whether OpenSSH was compiled with RSARef, patch from
1171 Nalin Dahyabhai <nalin@thermo.stat.ncsu.edu>
f91bacbd 1172 - Calls to pam_setcred, patch from Nalin Dahyabhai
1173 <nalin@thermo.stat.ncsu.edu>
e3a93db0 1174 - Detect missing size_t and typedef it.
5ab44a92 1175 - Rename helper.[ch] to (more appropriate) bsd-misc.[ch]
1176 - Minor Makefile cleaning
c73a0cb5 1177
b6019d68 117819991228
1179 - Replacement for getpagesize() for systems which lack it
70e0115b 1180 - NetBSD login.c compile fix from David Rankin
1181 <drankin@bohemians.lexington.ky.us>
1182 - Fully set ut_tv if present in utmp or utmpx
d94aa2ae 1183 - Portability fixes for Irix 5.3 (now compiles OK!)
1184 - autoconf and other misc cleanups
ea1970a3 1185 - Merged AIX patch from Darren Hall <dhall@virage.org>
1186 - Cleaned up defines.h
fa9a2dd6 1187 - Released 1.2.1pre22
b6019d68 1188
d2dcff5f 118919991227
1190 - Automatically correct paths in manpages and configuration files. Patch
1191 and script from Andre Lucas <andre.lucas@dial.pipex.com>
1192 - Removed credits from README to CREDITS file, updated.
cb807f40 1193 - Added --with-default-path to specify custom path for server
1194 - Removed #ifdef trickery from acconfig.h into defines.h
36a5b38e 1195 - PAM bugfix. PermitEmptyPassword was being ignored.
1196 - Fixed PAM config files to allow empty passwords if server does.
1197 - Explained spurious PAM auth warning workaround in UPGRADING
21feb5fa 1198 - Use last few chars of tty line as ut_id
5a7794be 1199 - New SuSE RPM spec file from Chris Saia <csaia@wtower.com>
00e6dd70 1200 - OpenBSD CVS updates:
1201 - [packet.h auth-rhosts.c]
1202 check format string for packet_disconnect and packet_send_debug, too
1203 - [channels.c]
1204 use packet_get_maxsize for channels. consistence.
d2dcff5f 1205
f74efc8d 120619991226
1207 - Enabled utmpx support by default for Solaris
1208 - Cleanup sshd.c PAM a little more
bc7ea646 1209 - Revised RPM package to include Jim Knoble's <jmknoble@pobox.com>
1210 X11 ssh-askpass program.
20c43d8c 1211 - Disable logging of PAM success and failures, PAM is verbose enough.
1212 Unfortunatly there is currently no way to disable auth failure
1213 messages. Mention this in UPGRADING file and sent message to PAM
1214 developers
83b7f649 1215 - OpenBSD CVS update:
1216 - [ssh-keygen.1 ssh.1]
1217 remove ref to .ssh/random_seed, mention .ssh/environment in
1218 .Sh FILES, too
72251cb6 1219 - Released 1.2.1pre21
1220 - Fixed implicit '.' in default path, report from Jim Knoble
1221 <jmknoble@pobox.com>
30a39691 1222 - Redhat RPM spec fixes from Jim Knoble <jmknoble@pobox.com>
f74efc8d 1223
f498ed15 122419991225
1225 - More fixes from Andre Lucas <andre.lucas@dial.pipex.com>
1226 - Cleanup of auth-passwd.c for shadow and MD5 passwords
1227 - Cleanup and bugfix of PAM authentication code
f74efc8d 1228 - Released 1.2.1pre20
1229
1230 - Merged fixes from Ben Taylor <bent@clark.net>
1231 - Fixed configure support for PAM. Reported by Naz <96na@eng.cam.ac.uk>
1232 - Disabled logging of PAM password authentication failures when password
1233 is empty. (e.g start of authentication loop). Reported by Naz
1234 <96na@eng.cam.ac.uk>)
f498ed15 1235
123619991223
1237 - Merged later HPUX patch from Andre Lucas
1238 <andre.lucas@dial.pipex.com>
1239 - Above patch included better utmpx support from Ben Taylor
f74efc8d 1240 <bent@clark.net>
f498ed15 1241
eef6f7e9 124219991222
1243 - Fix undefined fd_set type in ssh.h from Povl H. Pedersen
1244 <pope@netguide.dk>
ae28776a 1245 - Fix login.c breakage on systems which lack ut_host in struct
1246 utmp. Reported by Willard Dawson <willard.dawson@sbs.siemens.com>
eef6f7e9 1247
a7effaac 124819991221
1249 - Integration of large HPUX patch from Andre Lucas
1250 <andre.lucas@dial.pipex.com>. Integrating it had a few other
1251 benefits:
1252 - Ability to disable shadow passwords at configure time
1253 - Ability to disable lastlog support at configure time
1254 - Support for IP address in $DISPLAY
ae2f7af7 1255 - OpenBSD CVS update:
1256 - [sshconnect.c]
1257 say "REMOTE HOST IDENTIFICATION HAS CHANGED"
59dd7a31 1258 - Fix DISABLE_SHADOW support
1259 - Allow MD5 passwords even if shadow passwords are disabled
16034de9 1260 - Release 1.2.1pre19
a7effaac 1261
3f1d9bcd 126219991218
1263 - Redhat init script patch from Chun-Chung Chen
1264 <cjj@u.washington.edu>
7e1c2490 1265 - Avoid breakage on systems without IPv6 headers
3f1d9bcd 1266
60d804c8 126719991216
1268 - Makefile changes for Solaris from Peter Kocks
1269 <peter.kocks@baygate.com>
89cafde6 1270 - Minor updates to docs
1271 - Merged OpenBSD CVS changes:
1272 - [authfd.c ssh-agent.c]
1273 keysize warnings talk about identity files
1274 - [packet.c]
1275 "Connection closed by x.x.x.x": fatal() -> log()
c9d323f0 1276 - Correctly handle empty passwords in shadow file. Patch from:
1277 "Chris, the Young One" <cky@pobox.com>
1278 - Released 1.2.1pre18
60d804c8 1279
7dc6fc6d 128019991215
1281 - Integrated patchs from Juergen Keil <jk@tools.de>
1282 - Avoid void* pointer arithmatic
1283 - Use LDFLAGS correctly
68227e6d 1284 - Fix SIGIO error in scp
1285 - Simplify status line printing in scp
906a2515 1286 - Added better test for inline functions compiler support from
1287 Darren_Hall@progressive.com
7dc6fc6d 1288
95f1eccc 128919991214
1290 - OpenBSD CVS Changes
1291 - [canohost.c]
1292 fix get_remote_port() and friends for sshd -i;
1293 Holger.Trapp@Informatik.TU-Chemnitz.DE
1294 - [mpaux.c]
1295 make code simpler. no need for memcpy. niels@ ok
1296 - [pty.c]
1297 namebuflen not sizeof namebuflen; bnd@ep-ag.com via djm@mindrot.org
1298 fix proto; markus
1299 - [ssh.1]
1300 typo; mark.baushke@solipsa.com
1301 - [channels.c ssh.c ssh.h sshd.c]
1302 type conflict for 'extern Type *options' in channels.c; dot@dotat.at
1303 - [sshconnect.c]
1304 move checking of hostkey into own function.
1305 - [version.h]
1306 OpenSSH-1.2.1
884bcb37 1307 - Clean up broken includes in pty.c
7303768f 1308 - Some older systems don't have poll.h, they use sys/poll.h instead
1309 - Doc updates
95f1eccc 1310
847e8865 131119991211
1312 - Fix compilation on systems with AFS. Reported by
1313 aloomis@glue.umd.edu
1314 - Fix installation on Solaris. Reported by
1315 Gordon Rowell <gordonr@gormand.com.au>
1316 - Fix gccisms (__attribute__ and inline). Report by edgy@us.ibm.com,
1317 patch from Markus Friedl <markus.friedl@informatik.uni-erlangen.de>
1318 - Auto-locate xauth. Patch from David Agraz <dagraz@jahoopa.com>
1319 - Compile fix from David Agraz <dagraz@jahoopa.com>
1320 - Avoid compiler warning in bsd-snprintf.c
1321 - Added pam_limits.so to default PAM config. Suggested by
1322 Jim Knoble <jmknoble@pobox.com>
1323
8946db53 132419991209
1325 - Import of patch from Ben Taylor <bent@clark.net>:
1326 - Improved PAM support
1327 - "uninstall" rule for Makefile
1328 - utmpx support
1329 - Should fix PAM problems on Solaris
2d86a6cc 1330 - OpenBSD CVS updates:
1331 - [readpass.c]
1332 avoid stdio; based on work by markus, millert, and I
1333 - [sshd.c]
1334 make sure the client selects a supported cipher
1335 - [sshd.c]
1336 fix sighup handling. accept would just restart and daemon handled
1337 sighup only after the next connection was accepted. use poll on
1338 listen sock now.
1339 - [sshd.c]
1340 make that a fatal
87e91331 1341 - Applied patch from David Rankin <drankin@bohemians.lexington.ky.us>
1342 to fix libwrap support on NetBSD
5001b9e4 1343 - Released 1.2pre17
8946db53 1344
6d8c4ea4 134519991208
1346 - Compile fix for Solaris with /dev/ptmx from
1347 David Agraz <dagraz@jahoopa.com>
1348
4285816a 134919991207
1350 - sshd Redhat init script patch from Jim Knoble <jmknoble@pobox.com>
1351 fixes compatability with 4.x and 5.x
db28aeb5 1352 - Fixed default SSH_ASKPASS
d465f2ca 1353 - Fix PAM account and session being called multiple times. Problem
1354 reported by Adrian Baugh <adrian@merlin.keble.ox.ac.uk>
a408af76 1355 - Merged more OpenBSD changes:
1356 - [atomicio.c authfd.c scp.c serverloop.c ssh.h sshconnect.c sshd.c]
1357 move atomicio into it's own file. wrap all socket write()s which
1358 were doing write(sock, buf, len) != len, with atomicio() calls.
1359 - [auth-skey.c]
1360 fd leak
1361 - [authfile.c]
1362 properly name fd variable
1363 - [channels.c]
1364 display great hatred towards strcpy
1365 - [pty.c pty.h sshd.c]
1366 use openpty() if it exists (it does on BSD4_4)
1367 - [tildexpand.c]
1368 check for ~ expansion past MAXPATHLEN
1369 - Modified helper.c to use new atomicio function.
1370 - Reformat Makefile a little
1371 - Moved RC4 routines from rc4.[ch] into helper.c
1372 - Added autoconf code to detect /dev/ptmx (Solaris) and /dev/ptc (AIX)
9983a8ca 1373 - Updated SuSE spec from Chris Saia <csaia@wtower.com>
1374 - Tweaked Redhat spec
9158d92f 1375 - Clean up bad imports of a few files (forgot -kb)
1376 - Released 1.2pre16
4285816a 1377
9c7b6dfd 137819991204
1379 - Small cleanup of PAM code in sshd.c
57112b5a 1380 - Merged OpenBSD CVS changes:
1381 - [auth-krb4.c auth-passwd.c auth-skey.c ssh.h]
1382 move skey-auth from auth-passwd.c to auth-skey.c, same for krb4
1383 - [auth-rsa.c]
1384 warn only about mismatch if key is _used_
1385 warn about keysize-mismatch with log() not error()
1386 channels.c readconf.c readconf.h ssh.c ssh.h sshconnect.c
1387 ports are u_short
1388 - [hostfile.c]
1389 indent, shorter warning
1390 - [nchan.c]
1391 use error() for internal errors
1392 - [packet.c]
1393 set loglevel for SSH_MSG_DISCONNECT to log(), not fatal()
1394 serverloop.c
1395 indent
1396 - [ssh-add.1 ssh-add.c ssh.h]
1397 document $SSH_ASKPASS, reasonable default
1398 - [ssh.1]
1399 CheckHostIP is not available for connects via proxy command
1400 - [sshconnect.c]
1401 typo
1402 easier to read client code for passwd and skey auth
1403 turn of checkhostip for proxy connects, since we don't know the remote ip
9c7b6dfd 1404
dad3b556 140519991126
1406 - Add definition for __P()
1407 - Added [v]snprintf() replacement for systems that lack it
1408
0ce43ae4 140919991125
1410 - More reformatting merged from OpenBSD CVS
1411 - Merged OpenBSD CVS changes:
1412 - [channels.c]
1413 fix packet_integrity_check() for !have_hostname_in_open.
1414 report from mrwizard@psu.edu via djm@ibs.com.au
1415 - [channels.c]
1416 set SO_REUSEADDR and SO_LINGER for forwarded ports.
1417 chip@valinux.com via damien@ibs.com.au
1418 - [nchan.c]
1419 it's not an error() if shutdown_write failes in nchan.
1420 - [readconf.c]
1421 remove dead #ifdef-0-code
1422 - [readconf.c servconf.c]
1423 strcasecmp instead of tolower
1424 - [scp.c]
1425 progress meter overflow fix from damien@ibs.com.au
1426 - [ssh-add.1 ssh-add.c]
1427 SSH_ASKPASS support
1428 - [ssh.1 ssh.c]
1429 postpone fork_after_authentication until command execution,
1430 request/patch from jahakala@cc.jyu.fi via damien@ibs.com.au
1431 plus: use daemon() for backgrounding
cf8dd513 1432 - Added BSD compatible install program and autoconf test, thanks to
1433 Niels Kristian Bech Jensen <nkbj@image.dk>
1434 - Solaris fixing, thanks to Ben Taylor <bent@clark.net>
09041313 1435 - Merged beginnings of AIX support from Tor-Ake Fransson <torake@hotmail.com>
3dbefdb8 1436 - Release 1.2pre15
0ce43ae4 1437
5260325f 143819991124
1439 - Merged very large OpenBSD source code reformat
1440 - OpenBSD CVS updates
1441 - [channels.c cipher.c compat.c log-client.c scp.c serverloop.c]
1442 [ssh.h sshd.8 sshd.c]
1443 syslog changes:
1444 * Unified Logmessage for all auth-types, for success and for failed
1445 * Standard connections get only ONE line in the LOG when level==LOG:
1446 Auth-attempts are logged only, if authentication is:
1447 a) successfull or
1448 b) with passwd or
1449 c) we had more than AUTH_FAIL_LOG failues
1450 * many log() became verbose()
1451 * old behaviour with level=VERBOSE
1452 - [readconf.c readconf.h ssh.1 ssh.h sshconnect.c sshd.c]
1453 tranfer s/key challenge/response data in SSH_SMSG_AUTH_TIS_CHALLENGE
1454 messages. allows use of s/key in windows (ttssh, securecrt) and
1455 ssh-1.2.27 clients without 'ssh -v', ok: niels@
1456 - [sshd.8]
1457 -V, for fallback to openssh in SSH2 compatibility mode
1458 - [sshd.c]
1459 fix sigchld race; cjc5@po.cwru.edu
1460
4655fe80 146119991123
1462 - Added SuSE package files from Chris Saia <csaia@wtower.com>
8b241e50 1463 - Restructured package-related files under packages/*
4655fe80 1464 - Added generic PAM config
8b241e50 1465 - Numerous little Solaris fixes
9c08d6ce 1466 - Add recommendation to use GNU make to INSTALL document
4655fe80 1467
60bed5fd 146819991122
1469 - Make <enter> close gnome-ssh-askpass (Debian bug #50299)
2f2cc3f9 1470 - OpenBSD CVS Changes
1471 - [ssh-keygen.c]
1472 don't create ~/.ssh only if the user wants to store the private
1473 key there. show fingerprint instead of public-key after
1474 keygeneration. ok niels@
b09a984b 1475 - Added OpenBSD bsd-strlcat.c, created bsd-strlcat.h
96ad4350 1476 - Added timersub() macro
b09a984b 1477 - Tidy RCSIDs of bsd-*.c
96ad4350 1478 - Added autoconf test and macro to deal with old PAM libraries
1479 pam_strerror definition (one arg vs two).
530f1889 1480 - Fix EGD problems (Thanks to Ben Taylor <bent@clark.net>)
1481 - Retry /dev/urandom reads interrupted by signal (report from
1482 Robert Hardy <rhardy@webcon.net>)
1647c2b5 1483 - Added a setenv replacement for systems which lack it
d84a9a44 1484 - Only display public key comment when presenting ssh-askpass dialog
1485 - Released 1.2pre14
60bed5fd 1486
2ddcfdf3 1487 - Configure, Make and changelog corrections from Tudor Bosman
1488 <tudorb@jm.nu> and Niels Kristian Bech Jensen <nkbj@image.dk>
1489
9d6b7add 149019991121
2f2cc3f9 1491 - OpenBSD CVS Changes:
60bed5fd 1492 - [channels.c]
1493 make this compile, bad markus
1494 - [log.c readconf.c servconf.c ssh.h]
1495 bugfix: loglevels are per host in clientconfig,
1496 factor out common log-level parsing code.
1497 - [servconf.c]
1498 remove unused index (-Wall)
1499 - [ssh-agent.c]
1500 only one 'extern char *__progname'
1501 - [sshd.8]
1502 document SIGHUP, -Q to synopsis
1503 - [sshconnect.c serverloop.c sshd.c packet.c packet.h]
1504 [channels.c clientloop.c]
1505 SSH_CMSG_MAX_PACKET_SIZE, some clients use this, some need this, niels@
1506 [hope this time my ISP stays alive during commit]
1507 - [OVERVIEW README] typos; green@freebsd
1508 - [ssh-keygen.c]
1509 replace xstrdup+strcat with strlcat+fixed buffer, fixes OF (bad me)
1510 exit if writing the key fails (no infinit loop)
1511 print usage() everytime we get bad options
1512 - [ssh-keygen.c] overflow, djm@mindrot.org
1513 - [sshd.c] fix sigchld race; cjc5@po.cwru.edu
1514
2b942fe0 151519991120
1516 - Merged more Solaris support from Marc G. Fournier
1517 <marc.fournier@acadiau.ca>
1518 - Wrote autoconf tests for integer bit-types
1519 - Fixed enabling kerberos support
13c36c4c 1520 - Fix segfault in ssh-keygen caused by buffer overrun in filename
1521 handling.
2b942fe0 1522
06479889 152319991119
1524 - Merged PAM buffer overrun patch from Chip Salzenberg <chip@valinux.com>
2ad77510 1525 - Merged OpenBSD CVS changes
1526 - [auth-rhosts.c auth-rsa.c ssh-agent.c sshconnect.c sshd.c]
1527 more %d vs. %s in fmt-strings
1528 - [authfd.c]
1529 Integers should not be printed with %s
7b1cc56c 1530 - EGD uses a socket, not a named pipe. Duh.
1531 - Fix includes in fingerprint.c
29dbde15 1532 - Fix scp progress bar bug again.
2ddcfdf3 1533 - Move ssh-askpass from ${libdir}/ssh to ${libexecdir}/ssh at request of
736890c4 1534 David Rankin <drankin@bohemians.lexington.ky.us>
91b8065d 1535 - Added autoconf option to enable Kerberos 4 support (untested)
1536 - Added autoconf option to enable AFS support (untested)
1537 - Added autoconf option to enable S/Key support (untested)
1538 - Added autoconf option to enable TCP wrappers support (compiles OK)
beb43d31 1539 - Renamed BSD helper function files to bsd-*
caf3bc51 1540 - Added tests for login and daemon and enable OpenBSD replacements for
1541 when they are absent.
1542 - Added non-PAM MD5 password support patch from Tudor Bosman <tudorb@jm.nu>
06479889 1543
2bd61362 154419991118
1545 - Merged OpenBSD CVS changes
1546 - [scp.c] foregroundproc() in scp
1547 - [sshconnect.h] include fingerprint.h
1548 - [sshd.c] bugfix: the log() for passwd-auth escaped during logging
1549 changes.
0c16a097 1550 - [ssh.1] Spell my name right.
2bd61362 1551 - Added openssh.com info to README
1552
f095fcc7 155319991117
1554 - Merged OpenBSD CVS changes
1555 - [ChangeLog.Ylonen] noone needs this anymore
1556 - [authfd.c] close-on-exec for auth-socket, ok deraadt
1557 - [hostfile.c]
1558 in known_hosts key lookup the entry for the bits does not need
1559 to match, all the information is contained in n and e. This
1560 solves the problem with buggy servers announcing the wrong
1561 modulus length. markus and me.
1562 - [serverloop.c]
1563 bugfix: check for space if child has terminated, from:
1564 iedowse@maths.tcd.ie
1565 - [ssh-add.1 ssh-add.c ssh-keygen.1 ssh-keygen.c sshconnect.c]
1566 [fingerprint.c fingerprint.h]
1567 rsa key fingerprints, idea from Bjoern Groenvall <bg@sics.se>
1568 - [ssh-agent.1] typo
1569 - [ssh.1] add OpenSSH information to AUTHOR section. okay markus@
1570 - [sshd.c]
1571 force logging to stderr while loading private key file
1572 (lost while converting to new log-levels)
1573
4d195447 157419991116
1575 - Fix some Linux libc5 problems reported by Miles Wilson <mw@mctitle.com>
1576 - Merged OpenBSD CVS changes:
1577 - [auth-rh-rsa.c auth-rsa.c authfd.c authfd.h hostfile.c mpaux.c]
1578 [mpaux.h ssh-add.c ssh-agent.c ssh.h ssh.c sshd.c]
1579 the keysize of rsa-parameter 'n' is passed implizit,
1580 a few more checks and warnings about 'pretended' keysizes.
1581 - [cipher.c cipher.h packet.c packet.h sshd.c]
1582 remove support for cipher RC4
1583 - [ssh.c]
1584 a note for legay systems about secuity issues with permanently_set_uid(),
1585 the private hostkey and ptrace()
1586 - [sshconnect.c]
1587 more detailed messages about adding and checking hostkeys
1588
dad9a31e 158919991115
1590 - Merged OpenBSD CVS changes:
1591 - [ssh-add.c] change passphrase loop logic and remove ref to
1592 $DISPLAY, ok niels
1593 - Changed to ssh-add.c broke askpass support. Revised it to be a little more
1594 modular.
1595 - Revised autoconf support for enabling/disabling askpass support.
e7c0f9d5 1596 - Merged more OpenBSD CVS changes:
1597 [auth-krb4.c]
1598 - disconnect if getpeername() fails
1599 - missing xfree(*client)
1600 [canohost.c]
1601 - disconnect if getpeername() fails
1602 - fix comment: we _do_ disconnect if ip-options are set
1603 [sshd.c]
1604 - disconnect if getpeername() fails
1605 - move checking of remote port to central place
1606 [auth-rhosts.c] move checking of remote port to central place
1607 [log-server.c] avoid extra fd per sshd, from millert@
1608 [readconf.c] print _all_ bad config-options in ssh(1), too
1609 [readconf.h] print _all_ bad config-options in ssh(1), too
1610 [ssh.c] print _all_ bad config-options in ssh(1), too
1611 [sshconnect.c] disconnect if getpeername() fails
1612 - OpenBSD's changes to sshd.c broke the PAM stuff, re-merged it.
c75a1a66 1613 - Various small cleanups to bring diff (against OpenBSD) size down.
f601d847 1614 - Merged more Solaris compability from Marc G. Fournier
1615 <marc.fournier@acadiau.ca>
1616 - Wrote autoconf tests for __progname symbol
8c119fd0 1617 - RPM spec file fixes from Jim Knoble <jmknoble@pobox.com>
0c372277 1618 - Released 1.2pre12
1619
1620 - Another OpenBSD CVS update:
1621 - [ssh-keygen.1] fix .Xr
dad9a31e 1622
92da7197 162319991114
1624 - Solaris compilation fixes (still imcomplete)
1625
94f7bb9e 162619991113
dd092f97 1627 - Build patch from Niels Kristian Bech Jensen <nkbj@image.dk>
1628 - Don't install config files if they already exist
1629 - Fix inclusion of additional preprocessor directives from acconfig.h
94f7bb9e 1630 - Removed redundant inclusions of config.h
e9c75a39 1631 - Added 'Obsoletes' lines to RPM spec file
94f7bb9e 1632 - Merged OpenBSD CVS changes:
1633 - [bufaux.c] save a view malloc/memcpy/memset/free's, ok niels
1634 - [scp.c] fix overflow reported by damien@ibs.com.au: off_t
1635 totalsize, ok niels,aaron
1636 - Delay fork (-f option) in ssh until after port forwarded connections
1637 have been initialised. Patch from Jani Hakala <jahakala@cc.jyu.fi>
b2344d54 1638 - Added shadow password patch from Thomas Neumann <tom@smart.ruhr.de>
1639 - Added ifdefs to auth-passwd.c to exclude it when PAM is enabled
dd092f97 1640 - Tidied default config file some more
1641 - Revised Redhat initscript to fix bug: sshd (re)start would fail
1642 if executed from inside a ssh login.
94f7bb9e 1643
e35c1dc2 164419991112
1645 - Merged changes from OpenBSD CVS
1646 - [sshd.c] session_key_int may be zero
b4748e2f 1647 - [auth-rh-rsa.c servconf.c servconf.h ssh.h sshd.8 sshd.c sshd_config]
1648 IgnoreUserKnownHosts(default=no), used for RhostRSAAuth, ok
1649 deraadt,millert
1650 - Brought default sshd_config more in line with OpenBSD's
547c9f30 1651 - Grab server in gnome-ssh-askpass (Debian bug #49872)
1652 - Released 1.2pre10
e35c1dc2 1653
8bc7973f 1654 - Added INSTALL documentation
6fa724bc 1655 - Merged yet more changes from OpenBSD CVS
1656 - [auth-rh-rsa.c auth-rhosts.c auth-rsa.c channels.c clientloop.c]
1657 [ssh.c ssh.h sshconnect.c sshd.c]
1658 make all access to options via 'extern Options options'
1659 and 'extern ServerOptions options' respectively;
1660 options are no longer passed as arguments:
1661 * make options handling more consistent
1662 * remove #include "readconf.h" from ssh.h
1663 * readconf.h is only included if necessary
1664 - [mpaux.c] clear temp buffer
1665 - [servconf.c] print _all_ bad options found in configfile
045672f9 1666 - Make ssh-askpass support optional through autoconf
59b0f0d4 1667 - Fix nasty division-by-zero error in scp.c
1668 - Released 1.2pre11
8bc7973f 1669
4cca272e 167019991111
1671 - Added (untested) Entropy Gathering Daemon (EGD) support
67d68e3a 1672 - Fixed /dev/urandom fd leak (Debian bug #49722)
5bbb5681 1673 - Merged OpenBSD CVS changes:
1674 - [auth-rh-rsa.c] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
1675 - [ssh.1] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
1676 - [sshd.8] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
505fed0a 1677 - Fix integer overflow which was messing up scp's progress bar for large
3f1d9bcd 1678 file transfers. Fix submitted to OpenBSD developers. Report and fix
1679 from Kees Cook <cook@cpoint.net>
6a17f9c2 1680 - Merged more OpenBSD CVS changes:
1681 - [auth-krb4.c auth-passwd.c] remove x11- and krb-cleanup from fatal()
1682 + krb-cleanup cleanup
1683 - [clientloop.c log-client.c log-server.c ]
1684 [readconf.c readconf.h servconf.c servconf.h ]
1685 [ssh.1 ssh.c ssh.h sshd.8]
1686 add LogLevel {QUIET, FATAL, ERROR, INFO, CHAT, DEBUG} to ssh/sshd,
1687 obsoletes QuietMode and FascistLogging in sshd.
e35c1dc2 1688 - [sshd.c] fix fatal/assert() bug reported by damien@ibs.com.au:
1689 allow session_key_int != sizeof(session_key)
1690 [this should fix the pre-assert-removal-core-files]
1691 - Updated default config file to use new LogLevel option and to improve
1692 readability
1693
f370266e 169419991110
67d68e3a 1695 - Merged several minor fixes:
f370266e 1696 - ssh-agent commandline parsing
1697 - RPM spec file now installs ssh setuid root
1698 - Makefile creates libdir
4cca272e 1699 - Merged beginnings of Solaris compability from Marc G. Fournier
1700 <marc.fournier@acadiau.ca>
f370266e 1701
d4f11b59 170219991109
1703 - Autodetection of SSL/Crypto library location via autoconf
1704 - Fixed location of ssh-askpass to follow autoconf
1705 - Integrated Makefile patch from Niels Kristian Bech Jensen <nkbj@image.dk>
1706 - Autodetection of RSAref library for US users
1707 - Minor doc updates
560557bb 1708 - Merged OpenBSD CVS changes:
1709 - [rsa.c] bugfix: use correct size for memset()
1710 - [sshconnect.c] warn if announced size of modulus 'n' != real size
f025becb 1711 - Added GNOME passphrase requestor (use --with-gnome-askpass)
d397b172 1712 - RPM build now creates subpackages
aa51e7cc 1713 - Released 1.2pre9
d4f11b59 1714
e1a9c08d 171519991108
1716 - Removed debian/ directory. This is now being maintained separately.
1717 - Added symlinks for slogin in RPM spec file
1718 - Fixed permissions on manpages in RPM spec file
1719 - Added references to required libraries in README file
1720 - Removed config.h.in from CVS
1721 - Removed pwdb support (better pluggable auth is provided by glibc)
1722 - Made PAM and requisite libdl optional
1723 - Removed lots of unnecessary checks from autoconf
1724 - Added support and autoconf test for openpty() function (Unix98 pty support)
1725 - Fix for scp not finding ssh if not installed as /usr/bin/ssh
1726 - Added TODO file
1727 - Merged parts of Debian patch From Phil Hands <phil@hands.com>:
1728 - Added ssh-askpass program
1729 - Added ssh-askpass support to ssh-add.c
1730 - Create symlinks for slogin on install
1731 - Fix "distclean" target in makefile
1732 - Added example for ssh-agent to manpage
1733 - Added support for PAM_TEXT_INFO messages
1734 - Disable internal /etc/nologin support if PAM enabled
1735 - Merged latest OpenBSD CVS changes:
5bae4ab8 1736 - [all] replace assert() with error, fatal or packet_disconnect
e1a9c08d 1737 - [sshd.c] don't send fail-msg but disconnect if too many authentication
1738 failures
e1a9c08d 1739 - [sshd.c] remove unused argument. ok dugsong
1740 - [sshd.c] typo
1741 - [rsa.c] clear buffers used for encryption. ok: niels
1742 - [rsa.c] replace assert() with error, fatal or packet_disconnect
ade6fccd 1743 - [auth-krb4.c] remove unused argument. ok dugsong
e1a9c08d 1744 - Fixed coredump after merge of OpenBSD rsa.c patch
9010d60a 1745 - Released 1.2pre8
e1a9c08d 1746
3028328e 174719991102
1748 - Merged change from OpenBSD CVS
1749 - One-line cleanup in sshd.c
1750
474832c5 175119991030
1752 - Integrated debian package support from Dan Brosemer <odin@linuxfreak.com>
69256d9d 1753 - Merged latest updates for OpenBSD CVS:
1754 - channels.[ch] - remove broken x11 fix and document istate/ostate
1755 - ssh-agent.c - call setsid() regardless of argv[]
1756 - ssh.c - save a few lines when disabling rhosts-{rsa-}auth
1757 - Documentation cleanups
1758 - Renamed README -> README.Ylonen
1759 - Renamed README.openssh ->README
474832c5 1760
339660f6 176119991029
1762 - Renamed openssh* back to ssh* at request of Theo de Raadt
1763 - Incorporated latest changes from OpenBSD's CVS
1764 - Integrated Makefile patch from Niels Kristian Bech Jensen <nkbj@image.dk>
1765 - Integrated PAM env patch from Nalin Dahyabhai <nalin.dahyabhai@pobox.com>
549b3eed 1766 - Make distclean now removed configure script
1767 - Improved PAM logging
1768 - Added some debug() calls for PAM
4ecd19ea 1769 - Removed redundant subdirectories
1770 - Integrated part of a patch from Dan Brosemer <odin@linuxfreak.com> for
1771 building on Debian.
242588e6 1772 - Fixed off-by-one error in PAM env patch
1773 - Released 1.2pre6
339660f6 1774
5881cd60 177519991028
1776 - Further PAM enhancements.
1777 - Much cleaner
1778 - Now uses account and session modules for all logins.
1779 - Integrated patch from Dan Brosemer <odin@linuxfreak.com>
1780 - Build fixes
1781 - Autoconf
1782 - Change binary names to open*
1783 - Fixed autoconf script to detect PAM on RH6.1
1784 - Added tests for libpwdb, and OpenBSD functions to autoconf
221395b3 1785 - Released 1.2pre4
fca82d2e 1786
1787 - Imported latest OpenBSD CVS code
1788 - Updated README.openssh
93f04616 1789 - Released 1.2pre5
fca82d2e 1790
5881cd60 179119991027
1792 - Adapted PAM patch.
1793 - Released 1.0pre2
1794
1795 - Excised my buggy replacements for strlcpy and mkdtemp
1796 - Imported correct OpenBSD strlcpy and mkdtemp routines.
1797 - Reduced arc4random_stir entropy read to 32 bytes (256 bits)
1798 - Picked up correct version number from OpenBSD
1799 - Added sshd.pam PAM configuration file
1800 - Added sshd.init Redhat init script
1801 - Added openssh.spec RPM spec file
1802 - Released 1.2pre3
1803
180419991026
1805 - Fixed include paths of OpenSSL functions
1806 - Use OpenSSL MD5 routines
1807 - Imported RC4 code from nanocrypt
1808 - Wrote replacements for OpenBSD arc4random* functions
1809 - Wrote replacements for strlcpy and mkdtemp
1810 - Released 1.0pre1
This page took 0.378833 seconds and 5 git commands to generate.