]> andersk Git - openssh.git/blame - ChangeLog
- Fixed --with-pid-dir option
[openssh.git] / ChangeLog
CommitLineData
a63a7f37 120000118
2 - Fixed --with-pid-dir option
3
f914c7fb 420000117
5 - Clean up bsd-bindresvport.c. Use arc4random() for picking initial
6 port, ignore EINVAL errors (Linux) when searching for free port.
de93b046 7 - Revert __snprintf -> snprintf aliasing. Apparently Solaris
8 __snprintf isn't. Report from Theo de Raadt <theo@cvs.openbsd.org>
9b363e1c 9 - Document location of Redhat PAM file in INSTALL.
80a44451 10 - Fixed X11 forwarding bug on Linux. libc advertises AF_INET6
11 INADDR_ANY_INIT addresses via getaddrinfo, but may not be able to
f4a7cf29 12 deliver (no IPv6 kernel support)
80a44451 13 - Released 1.2.1pre27
f914c7fb 14
f4a7cf29 15 - Fix rresvport_af failure errors (logic error in bsd-bindresvport.c)
cf8ad170 16 - Fix --with-ipaddr-display option test. Fix from Jarno Huuskonen
17 <jhuuskon@hytti.uku.fi>
691a8a9f 18 - Fix hang on logout if processes are still using the pty. Needs
19 further testing.
5957fd29 20 - Patch from Christos Zoulas <christos@zoulas.com>
21 - Try $prefix first when looking for OpenSSL.
22 - Include sys/types.h when including sys/socket.h in test programs
19d9ac2a 23 - Substitute PID directory in sshd.8. Suggestion from Andrew
24 Stribblehill <a.d.stribblehill@durham.ac.uk>
f4a7cf29 25
47e45e44 2620000116
27 - Renamed --with-xauth-path to --with-xauth
28 - Added --with-pid-dir option
29 - Released 1.2.1pre26
30
a82ef8ae 31 - Compilation fix from Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
66be05a1 32 - Fixed broken bugfix for /dev/ptmx on Linux systems which lack
33 openpty(). Report from Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
a82ef8ae 34
5cdfe03f 3520000115
36 - Add --with-xauth-path configure directive and explicit test for
37 /usr/openwin/bin/xauth for Solaris systems. Report from Anders
38 Nordby <anders@fix.no>
39 - Fix incorrect detection of /dev/ptmx on Linux systems that lack
40 openpty. Report from John Seifarth <john@waw.be>
41 - Look for intXX_t and u_intXX_t in sys/bitypes.h if they are not in
42 sys/types.h. Fixes problems on SCO, report from Gary E. Miller
43 <gem@rellim.com>
44 - Use __snprintf and __vnsprintf if they are found where snprintf and
45 vnsprintf are lacking. Suggested by Ben Taylor <bent@shell.clark.net>
46 and others.
47
48e671d5 4820000114
49 - Merged OpenBSD IPv6 patch:
50 - [sshd.c sshd.8 sshconnect.c ssh.h ssh.c servconf.h servconf.c scp.1]
51 [scp.c packet.h packet.c login.c log.c canohost.c channels.c]
52 [hostfile.c sshd_config]
53 ipv6 support: mostly gethostbyname->getaddrinfo/getnameinfo, new
54 features: sshd allows multiple ListenAddress and Port options. note
55 that libwrap is not IPv6-ready. (based on patches from
56 fujiwara@rcac.tdi.co.jp)
57 - [ssh.c canohost.c]
58 more hints (hints.ai_socktype=SOCK_STREAM) for getaddrinfo,
59 from itojun@
60 - [channels.c]
61 listen on _all_ interfaces for X11-Fwd (hints.ai_flags = AI_PASSIVE)
62 - [packet.h]
63 allow auth-kerberos for IPv4 only
64 - [scp.1 sshd.8 servconf.h scp.c]
65 document -4, -6, and 'ssh -L 2022/::1/22'
66 - [ssh.c]
67 'ssh @host' is illegal (null user name), from
68 karsten@gedankenpolizei.de
69 - [sshconnect.c]
70 better error message
71 - [sshd.c]
72 allow auth-kerberos for IPv4 only
73 - Big IPv6 merge:
74 - Cleanup overrun in sockaddr copying on RHL 6.1
75 - Replacements for getaddrinfo, getnameinfo, etc based on versions
76 from patch from KIKUCHI Takahiro <kick@kyoto.wide.ad.jp>
77 - Replacement for missing structures on systems that lack IPv6
78 - record_login needed to know about AF_INET6 addresses
79 - Borrowed more code from OpenBSD: rresvport_af and requisites
80
2598df62 8120000110
82 - Fixes to auth-skey to enable it to use the standard OpenSSL libraries
83
b8a0310d 8420000107
85 - New config.sub and config.guess to fix problems on SCO. Supplied
86 by Gary E. Miller <gem@rellim.com>
b6a98a85 87 - SCO build fix from Gary E. Miller <gem@rellim.com>
2598df62 88 - Released 1.2.1pre25
b8a0310d 89
dfb95100 9020000106
91 - Documentation update & cleanup
92 - Better KrbIV / AFS detection, based on patch from:
93 Holger Trapp <Holger.Trapp@Informatik.TU-Chemnitz.DE>
94
b9795b89 9520000105
96 - Fixed annoying DES corruption problem. libcrypt has been
97 overriding symbols in libcrypto. Removed libcrypt and crypt.h
98 altogether (libcrypto includes its own crypt(1) replacement)
99 - Added platform-specific rules for Irix 6.x. Included warning that
100 they are untested.
101
a1ec4d79 10220000103
103 - Add explicit make rules for files proccessed by fixpaths.
104 - Fix "make install" in RPM spec files. Report from Tenkou N. Hattori
105 <tnh@kondara.org>
607d73e6 106 - Removed "nullok" directive from default PAM configuration files.
107 Added information on enabling EmptyPasswords on openssh+PAM in
108 UPGRADING file.
e02735bb 109 - OpenBSD CVS updates
110 - [ssh-agent.c]
111 cleanup_exit() for SIGTERM/SIGHUP, too. from fgsch@ and
112 dgaudet@arctic.org
113 - [sshconnect.c]
114 compare correct version for 1.3 compat mode
a1ec4d79 115
93c7f644 11620000102
117 - Prevent multiple inclusion of config.h and defines.h. Suggested
118 by Andre Lucas <andre.lucas@dial.pipex.com>
119 - Properly clean up on exit of ssh-agent. Patch from Dean Gaudet
120 <dgaudet@arctic.org>
121
76b8607f 12219991231
123 - Fix password support on systems with a mixture of shadowed and
124 non-shadowed passwords (e.g. NIS). Report and fix from
125 HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
723221b5 126 - Fix broken autoconf typedef detection. Report from Marc G.
127 Fournier <marc.fournier@acadiau.ca>
b92964b7 128 - Fix occasional crash on LinuxPPC. Patch from Franz Sirl
129 <Franz.Sirl-kernel@lauterbach.com>
a6ddc88b 130 - Prevent typedefs from being compiled more than once. Report from
131 Marc G. Fournier <marc.fournier@acadiau.ca>
4811cc0b 132 - Fill in ut_utaddr utmp field. Report from Benjamin Charron
133 <iretd@bigfoot.com>
c43d69a9 134 - Really fix broken default path. Fix from Jim Knoble
135 <jmknoble@pobox.com>
ae3a3d31 136 - Remove test for quad_t. No longer needed.
76a8e733 137 - Released 1.2.1pre24
138
139 - Added support for directory-based lastlogs
140 - Really fix typedefs, patch from Ben Taylor <bent@clark.net>
76b8607f 141
13f825f4 14219991230
143 - OpenBSD CVS updates:
144 - [auth-passwd.c]
145 check for NULL 1st
a5c9cd31 146 - Removed most of the pam code into its own file auth-pam.[ch]. This
147 cleaned up sshd.c up significantly.
76b8607f 148 - PAM authentication was incorrectly interpreting
149 "PermitRootLogin without-password". Report from Matthias Andree
150 <ma@dt.e-technik.uni-dortmund.de
a5c9cd31 151 - Several other cleanups
0bc5b6fb 152 - Merged Dante SOCKS support patch from David Rankin
153 <drankin@bohemians.lexington.ky.us>
154 - Updated documentation with ./configure options
76b8607f 155 - Released 1.2.1pre23
13f825f4 156
c73a0cb5 15719991229
158 - Applied another NetBSD portability patch from David Rankin
159 <drankin@bohemians.lexington.ky.us>
160 - Fix --with-default-path option.
a0f84251 161 - Autodetect perl, patch from David Rankin
162 <drankin@bohemians.lexington.ky.us>
0a2ff95d 163 - Print whether OpenSSH was compiled with RSARef, patch from
164 Nalin Dahyabhai <nalin@thermo.stat.ncsu.edu>
f91bacbd 165 - Calls to pam_setcred, patch from Nalin Dahyabhai
166 <nalin@thermo.stat.ncsu.edu>
e3a93db0 167 - Detect missing size_t and typedef it.
5ab44a92 168 - Rename helper.[ch] to (more appropriate) bsd-misc.[ch]
169 - Minor Makefile cleaning
c73a0cb5 170
b6019d68 17119991228
172 - Replacement for getpagesize() for systems which lack it
70e0115b 173 - NetBSD login.c compile fix from David Rankin
174 <drankin@bohemians.lexington.ky.us>
175 - Fully set ut_tv if present in utmp or utmpx
d94aa2ae 176 - Portability fixes for Irix 5.3 (now compiles OK!)
177 - autoconf and other misc cleanups
ea1970a3 178 - Merged AIX patch from Darren Hall <dhall@virage.org>
179 - Cleaned up defines.h
fa9a2dd6 180 - Released 1.2.1pre22
b6019d68 181
d2dcff5f 18219991227
183 - Automatically correct paths in manpages and configuration files. Patch
184 and script from Andre Lucas <andre.lucas@dial.pipex.com>
185 - Removed credits from README to CREDITS file, updated.
cb807f40 186 - Added --with-default-path to specify custom path for server
187 - Removed #ifdef trickery from acconfig.h into defines.h
36a5b38e 188 - PAM bugfix. PermitEmptyPassword was being ignored.
189 - Fixed PAM config files to allow empty passwords if server does.
190 - Explained spurious PAM auth warning workaround in UPGRADING
21feb5fa 191 - Use last few chars of tty line as ut_id
5a7794be 192 - New SuSE RPM spec file from Chris Saia <csaia@wtower.com>
00e6dd70 193 - OpenBSD CVS updates:
194 - [packet.h auth-rhosts.c]
195 check format string for packet_disconnect and packet_send_debug, too
196 - [channels.c]
197 use packet_get_maxsize for channels. consistence.
d2dcff5f 198
f74efc8d 19919991226
200 - Enabled utmpx support by default for Solaris
201 - Cleanup sshd.c PAM a little more
bc7ea646 202 - Revised RPM package to include Jim Knoble's <jmknoble@pobox.com>
203 X11 ssh-askpass program.
20c43d8c 204 - Disable logging of PAM success and failures, PAM is verbose enough.
205 Unfortunatly there is currently no way to disable auth failure
206 messages. Mention this in UPGRADING file and sent message to PAM
207 developers
83b7f649 208 - OpenBSD CVS update:
209 - [ssh-keygen.1 ssh.1]
210 remove ref to .ssh/random_seed, mention .ssh/environment in
211 .Sh FILES, too
72251cb6 212 - Released 1.2.1pre21
213 - Fixed implicit '.' in default path, report from Jim Knoble
214 <jmknoble@pobox.com>
30a39691 215 - Redhat RPM spec fixes from Jim Knoble <jmknoble@pobox.com>
f74efc8d 216
f498ed15 21719991225
218 - More fixes from Andre Lucas <andre.lucas@dial.pipex.com>
219 - Cleanup of auth-passwd.c for shadow and MD5 passwords
220 - Cleanup and bugfix of PAM authentication code
f74efc8d 221 - Released 1.2.1pre20
222
223 - Merged fixes from Ben Taylor <bent@clark.net>
224 - Fixed configure support for PAM. Reported by Naz <96na@eng.cam.ac.uk>
225 - Disabled logging of PAM password authentication failures when password
226 is empty. (e.g start of authentication loop). Reported by Naz
227 <96na@eng.cam.ac.uk>)
f498ed15 228
22919991223
230 - Merged later HPUX patch from Andre Lucas
231 <andre.lucas@dial.pipex.com>
232 - Above patch included better utmpx support from Ben Taylor
f74efc8d 233 <bent@clark.net>
f498ed15 234
eef6f7e9 23519991222
236 - Fix undefined fd_set type in ssh.h from Povl H. Pedersen
237 <pope@netguide.dk>
ae28776a 238 - Fix login.c breakage on systems which lack ut_host in struct
239 utmp. Reported by Willard Dawson <willard.dawson@sbs.siemens.com>
eef6f7e9 240
a7effaac 24119991221
242 - Integration of large HPUX patch from Andre Lucas
243 <andre.lucas@dial.pipex.com>. Integrating it had a few other
244 benefits:
245 - Ability to disable shadow passwords at configure time
246 - Ability to disable lastlog support at configure time
247 - Support for IP address in $DISPLAY
ae2f7af7 248 - OpenBSD CVS update:
249 - [sshconnect.c]
250 say "REMOTE HOST IDENTIFICATION HAS CHANGED"
59dd7a31 251 - Fix DISABLE_SHADOW support
252 - Allow MD5 passwords even if shadow passwords are disabled
16034de9 253 - Release 1.2.1pre19
a7effaac 254
3f1d9bcd 25519991218
256 - Redhat init script patch from Chun-Chung Chen
257 <cjj@u.washington.edu>
7e1c2490 258 - Avoid breakage on systems without IPv6 headers
3f1d9bcd 259
60d804c8 26019991216
261 - Makefile changes for Solaris from Peter Kocks
262 <peter.kocks@baygate.com>
89cafde6 263 - Minor updates to docs
264 - Merged OpenBSD CVS changes:
265 - [authfd.c ssh-agent.c]
266 keysize warnings talk about identity files
267 - [packet.c]
268 "Connection closed by x.x.x.x": fatal() -> log()
c9d323f0 269 - Correctly handle empty passwords in shadow file. Patch from:
270 "Chris, the Young One" <cky@pobox.com>
271 - Released 1.2.1pre18
60d804c8 272
7dc6fc6d 27319991215
274 - Integrated patchs from Juergen Keil <jk@tools.de>
275 - Avoid void* pointer arithmatic
276 - Use LDFLAGS correctly
68227e6d 277 - Fix SIGIO error in scp
278 - Simplify status line printing in scp
906a2515 279 - Added better test for inline functions compiler support from
280 Darren_Hall@progressive.com
7dc6fc6d 281
95f1eccc 28219991214
283 - OpenBSD CVS Changes
284 - [canohost.c]
285 fix get_remote_port() and friends for sshd -i;
286 Holger.Trapp@Informatik.TU-Chemnitz.DE
287 - [mpaux.c]
288 make code simpler. no need for memcpy. niels@ ok
289 - [pty.c]
290 namebuflen not sizeof namebuflen; bnd@ep-ag.com via djm@mindrot.org
291 fix proto; markus
292 - [ssh.1]
293 typo; mark.baushke@solipsa.com
294 - [channels.c ssh.c ssh.h sshd.c]
295 type conflict for 'extern Type *options' in channels.c; dot@dotat.at
296 - [sshconnect.c]
297 move checking of hostkey into own function.
298 - [version.h]
299 OpenSSH-1.2.1
884bcb37 300 - Clean up broken includes in pty.c
7303768f 301 - Some older systems don't have poll.h, they use sys/poll.h instead
302 - Doc updates
95f1eccc 303
847e8865 30419991211
305 - Fix compilation on systems with AFS. Reported by
306 aloomis@glue.umd.edu
307 - Fix installation on Solaris. Reported by
308 Gordon Rowell <gordonr@gormand.com.au>
309 - Fix gccisms (__attribute__ and inline). Report by edgy@us.ibm.com,
310 patch from Markus Friedl <markus.friedl@informatik.uni-erlangen.de>
311 - Auto-locate xauth. Patch from David Agraz <dagraz@jahoopa.com>
312 - Compile fix from David Agraz <dagraz@jahoopa.com>
313 - Avoid compiler warning in bsd-snprintf.c
314 - Added pam_limits.so to default PAM config. Suggested by
315 Jim Knoble <jmknoble@pobox.com>
316
8946db53 31719991209
318 - Import of patch from Ben Taylor <bent@clark.net>:
319 - Improved PAM support
320 - "uninstall" rule for Makefile
321 - utmpx support
322 - Should fix PAM problems on Solaris
2d86a6cc 323 - OpenBSD CVS updates:
324 - [readpass.c]
325 avoid stdio; based on work by markus, millert, and I
326 - [sshd.c]
327 make sure the client selects a supported cipher
328 - [sshd.c]
329 fix sighup handling. accept would just restart and daemon handled
330 sighup only after the next connection was accepted. use poll on
331 listen sock now.
332 - [sshd.c]
333 make that a fatal
87e91331 334 - Applied patch from David Rankin <drankin@bohemians.lexington.ky.us>
335 to fix libwrap support on NetBSD
5001b9e4 336 - Released 1.2pre17
8946db53 337
6d8c4ea4 33819991208
339 - Compile fix for Solaris with /dev/ptmx from
340 David Agraz <dagraz@jahoopa.com>
341
4285816a 34219991207
343 - sshd Redhat init script patch from Jim Knoble <jmknoble@pobox.com>
344 fixes compatability with 4.x and 5.x
db28aeb5 345 - Fixed default SSH_ASKPASS
d465f2ca 346 - Fix PAM account and session being called multiple times. Problem
347 reported by Adrian Baugh <adrian@merlin.keble.ox.ac.uk>
a408af76 348 - Merged more OpenBSD changes:
349 - [atomicio.c authfd.c scp.c serverloop.c ssh.h sshconnect.c sshd.c]
350 move atomicio into it's own file. wrap all socket write()s which
351 were doing write(sock, buf, len) != len, with atomicio() calls.
352 - [auth-skey.c]
353 fd leak
354 - [authfile.c]
355 properly name fd variable
356 - [channels.c]
357 display great hatred towards strcpy
358 - [pty.c pty.h sshd.c]
359 use openpty() if it exists (it does on BSD4_4)
360 - [tildexpand.c]
361 check for ~ expansion past MAXPATHLEN
362 - Modified helper.c to use new atomicio function.
363 - Reformat Makefile a little
364 - Moved RC4 routines from rc4.[ch] into helper.c
365 - Added autoconf code to detect /dev/ptmx (Solaris) and /dev/ptc (AIX)
9983a8ca 366 - Updated SuSE spec from Chris Saia <csaia@wtower.com>
367 - Tweaked Redhat spec
9158d92f 368 - Clean up bad imports of a few files (forgot -kb)
369 - Released 1.2pre16
4285816a 370
9c7b6dfd 37119991204
372 - Small cleanup of PAM code in sshd.c
57112b5a 373 - Merged OpenBSD CVS changes:
374 - [auth-krb4.c auth-passwd.c auth-skey.c ssh.h]
375 move skey-auth from auth-passwd.c to auth-skey.c, same for krb4
376 - [auth-rsa.c]
377 warn only about mismatch if key is _used_
378 warn about keysize-mismatch with log() not error()
379 channels.c readconf.c readconf.h ssh.c ssh.h sshconnect.c
380 ports are u_short
381 - [hostfile.c]
382 indent, shorter warning
383 - [nchan.c]
384 use error() for internal errors
385 - [packet.c]
386 set loglevel for SSH_MSG_DISCONNECT to log(), not fatal()
387 serverloop.c
388 indent
389 - [ssh-add.1 ssh-add.c ssh.h]
390 document $SSH_ASKPASS, reasonable default
391 - [ssh.1]
392 CheckHostIP is not available for connects via proxy command
393 - [sshconnect.c]
394 typo
395 easier to read client code for passwd and skey auth
396 turn of checkhostip for proxy connects, since we don't know the remote ip
9c7b6dfd 397
dad3b556 39819991126
399 - Add definition for __P()
400 - Added [v]snprintf() replacement for systems that lack it
401
0ce43ae4 40219991125
403 - More reformatting merged from OpenBSD CVS
404 - Merged OpenBSD CVS changes:
405 - [channels.c]
406 fix packet_integrity_check() for !have_hostname_in_open.
407 report from mrwizard@psu.edu via djm@ibs.com.au
408 - [channels.c]
409 set SO_REUSEADDR and SO_LINGER for forwarded ports.
410 chip@valinux.com via damien@ibs.com.au
411 - [nchan.c]
412 it's not an error() if shutdown_write failes in nchan.
413 - [readconf.c]
414 remove dead #ifdef-0-code
415 - [readconf.c servconf.c]
416 strcasecmp instead of tolower
417 - [scp.c]
418 progress meter overflow fix from damien@ibs.com.au
419 - [ssh-add.1 ssh-add.c]
420 SSH_ASKPASS support
421 - [ssh.1 ssh.c]
422 postpone fork_after_authentication until command execution,
423 request/patch from jahakala@cc.jyu.fi via damien@ibs.com.au
424 plus: use daemon() for backgrounding
cf8dd513 425 - Added BSD compatible install program and autoconf test, thanks to
426 Niels Kristian Bech Jensen <nkbj@image.dk>
427 - Solaris fixing, thanks to Ben Taylor <bent@clark.net>
09041313 428 - Merged beginnings of AIX support from Tor-Ake Fransson <torake@hotmail.com>
3dbefdb8 429 - Release 1.2pre15
0ce43ae4 430
5260325f 43119991124
432 - Merged very large OpenBSD source code reformat
433 - OpenBSD CVS updates
434 - [channels.c cipher.c compat.c log-client.c scp.c serverloop.c]
435 [ssh.h sshd.8 sshd.c]
436 syslog changes:
437 * Unified Logmessage for all auth-types, for success and for failed
438 * Standard connections get only ONE line in the LOG when level==LOG:
439 Auth-attempts are logged only, if authentication is:
440 a) successfull or
441 b) with passwd or
442 c) we had more than AUTH_FAIL_LOG failues
443 * many log() became verbose()
444 * old behaviour with level=VERBOSE
445 - [readconf.c readconf.h ssh.1 ssh.h sshconnect.c sshd.c]
446 tranfer s/key challenge/response data in SSH_SMSG_AUTH_TIS_CHALLENGE
447 messages. allows use of s/key in windows (ttssh, securecrt) and
448 ssh-1.2.27 clients without 'ssh -v', ok: niels@
449 - [sshd.8]
450 -V, for fallback to openssh in SSH2 compatibility mode
451 - [sshd.c]
452 fix sigchld race; cjc5@po.cwru.edu
453
4655fe80 45419991123
455 - Added SuSE package files from Chris Saia <csaia@wtower.com>
8b241e50 456 - Restructured package-related files under packages/*
4655fe80 457 - Added generic PAM config
8b241e50 458 - Numerous little Solaris fixes
9c08d6ce 459 - Add recommendation to use GNU make to INSTALL document
4655fe80 460
60bed5fd 46119991122
462 - Make <enter> close gnome-ssh-askpass (Debian bug #50299)
2f2cc3f9 463 - OpenBSD CVS Changes
464 - [ssh-keygen.c]
465 don't create ~/.ssh only if the user wants to store the private
466 key there. show fingerprint instead of public-key after
467 keygeneration. ok niels@
b09a984b 468 - Added OpenBSD bsd-strlcat.c, created bsd-strlcat.h
96ad4350 469 - Added timersub() macro
b09a984b 470 - Tidy RCSIDs of bsd-*.c
96ad4350 471 - Added autoconf test and macro to deal with old PAM libraries
472 pam_strerror definition (one arg vs two).
530f1889 473 - Fix EGD problems (Thanks to Ben Taylor <bent@clark.net>)
474 - Retry /dev/urandom reads interrupted by signal (report from
475 Robert Hardy <rhardy@webcon.net>)
1647c2b5 476 - Added a setenv replacement for systems which lack it
d84a9a44 477 - Only display public key comment when presenting ssh-askpass dialog
478 - Released 1.2pre14
60bed5fd 479
2ddcfdf3 480 - Configure, Make and changelog corrections from Tudor Bosman
481 <tudorb@jm.nu> and Niels Kristian Bech Jensen <nkbj@image.dk>
482
9d6b7add 48319991121
2f2cc3f9 484 - OpenBSD CVS Changes:
60bed5fd 485 - [channels.c]
486 make this compile, bad markus
487 - [log.c readconf.c servconf.c ssh.h]
488 bugfix: loglevels are per host in clientconfig,
489 factor out common log-level parsing code.
490 - [servconf.c]
491 remove unused index (-Wall)
492 - [ssh-agent.c]
493 only one 'extern char *__progname'
494 - [sshd.8]
495 document SIGHUP, -Q to synopsis
496 - [sshconnect.c serverloop.c sshd.c packet.c packet.h]
497 [channels.c clientloop.c]
498 SSH_CMSG_MAX_PACKET_SIZE, some clients use this, some need this, niels@
499 [hope this time my ISP stays alive during commit]
500 - [OVERVIEW README] typos; green@freebsd
501 - [ssh-keygen.c]
502 replace xstrdup+strcat with strlcat+fixed buffer, fixes OF (bad me)
503 exit if writing the key fails (no infinit loop)
504 print usage() everytime we get bad options
505 - [ssh-keygen.c] overflow, djm@mindrot.org
506 - [sshd.c] fix sigchld race; cjc5@po.cwru.edu
507
2b942fe0 50819991120
509 - Merged more Solaris support from Marc G. Fournier
510 <marc.fournier@acadiau.ca>
511 - Wrote autoconf tests for integer bit-types
512 - Fixed enabling kerberos support
13c36c4c 513 - Fix segfault in ssh-keygen caused by buffer overrun in filename
514 handling.
2b942fe0 515
06479889 51619991119
517 - Merged PAM buffer overrun patch from Chip Salzenberg <chip@valinux.com>
2ad77510 518 - Merged OpenBSD CVS changes
519 - [auth-rhosts.c auth-rsa.c ssh-agent.c sshconnect.c sshd.c]
520 more %d vs. %s in fmt-strings
521 - [authfd.c]
522 Integers should not be printed with %s
7b1cc56c 523 - EGD uses a socket, not a named pipe. Duh.
524 - Fix includes in fingerprint.c
29dbde15 525 - Fix scp progress bar bug again.
2ddcfdf3 526 - Move ssh-askpass from ${libdir}/ssh to ${libexecdir}/ssh at request of
736890c4 527 David Rankin <drankin@bohemians.lexington.ky.us>
91b8065d 528 - Added autoconf option to enable Kerberos 4 support (untested)
529 - Added autoconf option to enable AFS support (untested)
530 - Added autoconf option to enable S/Key support (untested)
531 - Added autoconf option to enable TCP wrappers support (compiles OK)
beb43d31 532 - Renamed BSD helper function files to bsd-*
caf3bc51 533 - Added tests for login and daemon and enable OpenBSD replacements for
534 when they are absent.
535 - Added non-PAM MD5 password support patch from Tudor Bosman <tudorb@jm.nu>
06479889 536
2bd61362 53719991118
538 - Merged OpenBSD CVS changes
539 - [scp.c] foregroundproc() in scp
540 - [sshconnect.h] include fingerprint.h
541 - [sshd.c] bugfix: the log() for passwd-auth escaped during logging
542 changes.
0c16a097 543 - [ssh.1] Spell my name right.
2bd61362 544 - Added openssh.com info to README
545
f095fcc7 54619991117
547 - Merged OpenBSD CVS changes
548 - [ChangeLog.Ylonen] noone needs this anymore
549 - [authfd.c] close-on-exec for auth-socket, ok deraadt
550 - [hostfile.c]
551 in known_hosts key lookup the entry for the bits does not need
552 to match, all the information is contained in n and e. This
553 solves the problem with buggy servers announcing the wrong
554 modulus length. markus and me.
555 - [serverloop.c]
556 bugfix: check for space if child has terminated, from:
557 iedowse@maths.tcd.ie
558 - [ssh-add.1 ssh-add.c ssh-keygen.1 ssh-keygen.c sshconnect.c]
559 [fingerprint.c fingerprint.h]
560 rsa key fingerprints, idea from Bjoern Groenvall <bg@sics.se>
561 - [ssh-agent.1] typo
562 - [ssh.1] add OpenSSH information to AUTHOR section. okay markus@
563 - [sshd.c]
564 force logging to stderr while loading private key file
565 (lost while converting to new log-levels)
566
4d195447 56719991116
568 - Fix some Linux libc5 problems reported by Miles Wilson <mw@mctitle.com>
569 - Merged OpenBSD CVS changes:
570 - [auth-rh-rsa.c auth-rsa.c authfd.c authfd.h hostfile.c mpaux.c]
571 [mpaux.h ssh-add.c ssh-agent.c ssh.h ssh.c sshd.c]
572 the keysize of rsa-parameter 'n' is passed implizit,
573 a few more checks and warnings about 'pretended' keysizes.
574 - [cipher.c cipher.h packet.c packet.h sshd.c]
575 remove support for cipher RC4
576 - [ssh.c]
577 a note for legay systems about secuity issues with permanently_set_uid(),
578 the private hostkey and ptrace()
579 - [sshconnect.c]
580 more detailed messages about adding and checking hostkeys
581
dad9a31e 58219991115
583 - Merged OpenBSD CVS changes:
584 - [ssh-add.c] change passphrase loop logic and remove ref to
585 $DISPLAY, ok niels
586 - Changed to ssh-add.c broke askpass support. Revised it to be a little more
587 modular.
588 - Revised autoconf support for enabling/disabling askpass support.
e7c0f9d5 589 - Merged more OpenBSD CVS changes:
590 [auth-krb4.c]
591 - disconnect if getpeername() fails
592 - missing xfree(*client)
593 [canohost.c]
594 - disconnect if getpeername() fails
595 - fix comment: we _do_ disconnect if ip-options are set
596 [sshd.c]
597 - disconnect if getpeername() fails
598 - move checking of remote port to central place
599 [auth-rhosts.c] move checking of remote port to central place
600 [log-server.c] avoid extra fd per sshd, from millert@
601 [readconf.c] print _all_ bad config-options in ssh(1), too
602 [readconf.h] print _all_ bad config-options in ssh(1), too
603 [ssh.c] print _all_ bad config-options in ssh(1), too
604 [sshconnect.c] disconnect if getpeername() fails
605 - OpenBSD's changes to sshd.c broke the PAM stuff, re-merged it.
c75a1a66 606 - Various small cleanups to bring diff (against OpenBSD) size down.
f601d847 607 - Merged more Solaris compability from Marc G. Fournier
608 <marc.fournier@acadiau.ca>
609 - Wrote autoconf tests for __progname symbol
8c119fd0 610 - RPM spec file fixes from Jim Knoble <jmknoble@pobox.com>
0c372277 611 - Released 1.2pre12
612
613 - Another OpenBSD CVS update:
614 - [ssh-keygen.1] fix .Xr
dad9a31e 615
92da7197 61619991114
617 - Solaris compilation fixes (still imcomplete)
618
94f7bb9e 61919991113
dd092f97 620 - Build patch from Niels Kristian Bech Jensen <nkbj@image.dk>
621 - Don't install config files if they already exist
622 - Fix inclusion of additional preprocessor directives from acconfig.h
94f7bb9e 623 - Removed redundant inclusions of config.h
e9c75a39 624 - Added 'Obsoletes' lines to RPM spec file
94f7bb9e 625 - Merged OpenBSD CVS changes:
626 - [bufaux.c] save a view malloc/memcpy/memset/free's, ok niels
627 - [scp.c] fix overflow reported by damien@ibs.com.au: off_t
628 totalsize, ok niels,aaron
629 - Delay fork (-f option) in ssh until after port forwarded connections
630 have been initialised. Patch from Jani Hakala <jahakala@cc.jyu.fi>
b2344d54 631 - Added shadow password patch from Thomas Neumann <tom@smart.ruhr.de>
632 - Added ifdefs to auth-passwd.c to exclude it when PAM is enabled
dd092f97 633 - Tidied default config file some more
634 - Revised Redhat initscript to fix bug: sshd (re)start would fail
635 if executed from inside a ssh login.
94f7bb9e 636
e35c1dc2 63719991112
638 - Merged changes from OpenBSD CVS
639 - [sshd.c] session_key_int may be zero
b4748e2f 640 - [auth-rh-rsa.c servconf.c servconf.h ssh.h sshd.8 sshd.c sshd_config]
641 IgnoreUserKnownHosts(default=no), used for RhostRSAAuth, ok
642 deraadt,millert
643 - Brought default sshd_config more in line with OpenBSD's
547c9f30 644 - Grab server in gnome-ssh-askpass (Debian bug #49872)
645 - Released 1.2pre10
e35c1dc2 646
8bc7973f 647 - Added INSTALL documentation
6fa724bc 648 - Merged yet more changes from OpenBSD CVS
649 - [auth-rh-rsa.c auth-rhosts.c auth-rsa.c channels.c clientloop.c]
650 [ssh.c ssh.h sshconnect.c sshd.c]
651 make all access to options via 'extern Options options'
652 and 'extern ServerOptions options' respectively;
653 options are no longer passed as arguments:
654 * make options handling more consistent
655 * remove #include "readconf.h" from ssh.h
656 * readconf.h is only included if necessary
657 - [mpaux.c] clear temp buffer
658 - [servconf.c] print _all_ bad options found in configfile
045672f9 659 - Make ssh-askpass support optional through autoconf
59b0f0d4 660 - Fix nasty division-by-zero error in scp.c
661 - Released 1.2pre11
8bc7973f 662
4cca272e 66319991111
664 - Added (untested) Entropy Gathering Daemon (EGD) support
67d68e3a 665 - Fixed /dev/urandom fd leak (Debian bug #49722)
5bbb5681 666 - Merged OpenBSD CVS changes:
667 - [auth-rh-rsa.c] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
668 - [ssh.1] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
669 - [sshd.8] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
505fed0a 670 - Fix integer overflow which was messing up scp's progress bar for large
3f1d9bcd 671 file transfers. Fix submitted to OpenBSD developers. Report and fix
672 from Kees Cook <cook@cpoint.net>
6a17f9c2 673 - Merged more OpenBSD CVS changes:
674 - [auth-krb4.c auth-passwd.c] remove x11- and krb-cleanup from fatal()
675 + krb-cleanup cleanup
676 - [clientloop.c log-client.c log-server.c ]
677 [readconf.c readconf.h servconf.c servconf.h ]
678 [ssh.1 ssh.c ssh.h sshd.8]
679 add LogLevel {QUIET, FATAL, ERROR, INFO, CHAT, DEBUG} to ssh/sshd,
680 obsoletes QuietMode and FascistLogging in sshd.
e35c1dc2 681 - [sshd.c] fix fatal/assert() bug reported by damien@ibs.com.au:
682 allow session_key_int != sizeof(session_key)
683 [this should fix the pre-assert-removal-core-files]
684 - Updated default config file to use new LogLevel option and to improve
685 readability
686
f370266e 68719991110
67d68e3a 688 - Merged several minor fixes:
f370266e 689 - ssh-agent commandline parsing
690 - RPM spec file now installs ssh setuid root
691 - Makefile creates libdir
4cca272e 692 - Merged beginnings of Solaris compability from Marc G. Fournier
693 <marc.fournier@acadiau.ca>
f370266e 694
d4f11b59 69519991109
696 - Autodetection of SSL/Crypto library location via autoconf
697 - Fixed location of ssh-askpass to follow autoconf
698 - Integrated Makefile patch from Niels Kristian Bech Jensen <nkbj@image.dk>
699 - Autodetection of RSAref library for US users
700 - Minor doc updates
560557bb 701 - Merged OpenBSD CVS changes:
702 - [rsa.c] bugfix: use correct size for memset()
703 - [sshconnect.c] warn if announced size of modulus 'n' != real size
f025becb 704 - Added GNOME passphrase requestor (use --with-gnome-askpass)
d397b172 705 - RPM build now creates subpackages
aa51e7cc 706 - Released 1.2pre9
d4f11b59 707
e1a9c08d 70819991108
709 - Removed debian/ directory. This is now being maintained separately.
710 - Added symlinks for slogin in RPM spec file
711 - Fixed permissions on manpages in RPM spec file
712 - Added references to required libraries in README file
713 - Removed config.h.in from CVS
714 - Removed pwdb support (better pluggable auth is provided by glibc)
715 - Made PAM and requisite libdl optional
716 - Removed lots of unnecessary checks from autoconf
717 - Added support and autoconf test for openpty() function (Unix98 pty support)
718 - Fix for scp not finding ssh if not installed as /usr/bin/ssh
719 - Added TODO file
720 - Merged parts of Debian patch From Phil Hands <phil@hands.com>:
721 - Added ssh-askpass program
722 - Added ssh-askpass support to ssh-add.c
723 - Create symlinks for slogin on install
724 - Fix "distclean" target in makefile
725 - Added example for ssh-agent to manpage
726 - Added support for PAM_TEXT_INFO messages
727 - Disable internal /etc/nologin support if PAM enabled
728 - Merged latest OpenBSD CVS changes:
5bae4ab8 729 - [all] replace assert() with error, fatal or packet_disconnect
e1a9c08d 730 - [sshd.c] don't send fail-msg but disconnect if too many authentication
731 failures
e1a9c08d 732 - [sshd.c] remove unused argument. ok dugsong
733 - [sshd.c] typo
734 - [rsa.c] clear buffers used for encryption. ok: niels
735 - [rsa.c] replace assert() with error, fatal or packet_disconnect
ade6fccd 736 - [auth-krb4.c] remove unused argument. ok dugsong
e1a9c08d 737 - Fixed coredump after merge of OpenBSD rsa.c patch
9010d60a 738 - Released 1.2pre8
e1a9c08d 739
3028328e 74019991102
741 - Merged change from OpenBSD CVS
742 - One-line cleanup in sshd.c
743
474832c5 74419991030
745 - Integrated debian package support from Dan Brosemer <odin@linuxfreak.com>
69256d9d 746 - Merged latest updates for OpenBSD CVS:
747 - channels.[ch] - remove broken x11 fix and document istate/ostate
748 - ssh-agent.c - call setsid() regardless of argv[]
749 - ssh.c - save a few lines when disabling rhosts-{rsa-}auth
750 - Documentation cleanups
751 - Renamed README -> README.Ylonen
752 - Renamed README.openssh ->README
474832c5 753
339660f6 75419991029
755 - Renamed openssh* back to ssh* at request of Theo de Raadt
756 - Incorporated latest changes from OpenBSD's CVS
757 - Integrated Makefile patch from Niels Kristian Bech Jensen <nkbj@image.dk>
758 - Integrated PAM env patch from Nalin Dahyabhai <nalin.dahyabhai@pobox.com>
549b3eed 759 - Make distclean now removed configure script
760 - Improved PAM logging
761 - Added some debug() calls for PAM
4ecd19ea 762 - Removed redundant subdirectories
763 - Integrated part of a patch from Dan Brosemer <odin@linuxfreak.com> for
764 building on Debian.
242588e6 765 - Fixed off-by-one error in PAM env patch
766 - Released 1.2pre6
339660f6 767
5881cd60 76819991028
769 - Further PAM enhancements.
770 - Much cleaner
771 - Now uses account and session modules for all logins.
772 - Integrated patch from Dan Brosemer <odin@linuxfreak.com>
773 - Build fixes
774 - Autoconf
775 - Change binary names to open*
776 - Fixed autoconf script to detect PAM on RH6.1
777 - Added tests for libpwdb, and OpenBSD functions to autoconf
221395b3 778 - Released 1.2pre4
fca82d2e 779
780 - Imported latest OpenBSD CVS code
781 - Updated README.openssh
93f04616 782 - Released 1.2pre5
fca82d2e 783
5881cd60 78419991027
785 - Adapted PAM patch.
786 - Released 1.0pre2
787
788 - Excised my buggy replacements for strlcpy and mkdtemp
789 - Imported correct OpenBSD strlcpy and mkdtemp routines.
790 - Reduced arc4random_stir entropy read to 32 bytes (256 bits)
791 - Picked up correct version number from OpenBSD
792 - Added sshd.pam PAM configuration file
793 - Added sshd.init Redhat init script
794 - Added openssh.spec RPM spec file
795 - Released 1.2pre3
796
79719991026
798 - Fixed include paths of OpenSSL functions
799 - Use OpenSSL MD5 routines
800 - Imported RC4 code from nanocrypt
801 - Wrote replacements for OpenBSD arc4random* functions
802 - Wrote replacements for strlcpy and mkdtemp
803 - Released 1.0pre1
This page took 1.042424 seconds and 5 git commands to generate.