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