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