]> andersk Git - openssh.git/blame - ChangeLog
- Fix EGD problems (Thanks to Ben Taylor <bent@clark.net>)
[openssh.git] / ChangeLog
CommitLineData
60bed5fd 119991122
2 - Make <enter> close gnome-ssh-askpass (Debian bug #50299)
2f2cc3f9 3 - OpenBSD CVS Changes
4 - [ssh-keygen.c]
5 don't create ~/.ssh only if the user wants to store the private
6 key there. show fingerprint instead of public-key after
7 keygeneration. ok niels@
b09a984b 8 - Added OpenBSD bsd-strlcat.c, created bsd-strlcat.h
96ad4350 9 - Added timersub() macro
b09a984b 10 - Tidy RCSIDs of bsd-*.c
96ad4350 11 - Added autoconf test and macro to deal with old PAM libraries
12 pam_strerror definition (one arg vs two).
530f1889 13 - Fix EGD problems (Thanks to Ben Taylor <bent@clark.net>)
14 - Retry /dev/urandom reads interrupted by signal (report from
15 Robert Hardy <rhardy@webcon.net>)
60bed5fd 16
9d6b7add 1719991121
2f2cc3f9 18 - OpenBSD CVS Changes:
60bed5fd 19 - [channels.c]
20 make this compile, bad markus
21 - [log.c readconf.c servconf.c ssh.h]
22 bugfix: loglevels are per host in clientconfig,
23 factor out common log-level parsing code.
24 - [servconf.c]
25 remove unused index (-Wall)
26 - [ssh-agent.c]
27 only one 'extern char *__progname'
28 - [sshd.8]
29 document SIGHUP, -Q to synopsis
30 - [sshconnect.c serverloop.c sshd.c packet.c packet.h]
31 [channels.c clientloop.c]
32 SSH_CMSG_MAX_PACKET_SIZE, some clients use this, some need this, niels@
33 [hope this time my ISP stays alive during commit]
34 - [OVERVIEW README] typos; green@freebsd
35 - [ssh-keygen.c]
36 replace xstrdup+strcat with strlcat+fixed buffer, fixes OF (bad me)
37 exit if writing the key fails (no infinit loop)
38 print usage() everytime we get bad options
39 - [ssh-keygen.c] overflow, djm@mindrot.org
40 - [sshd.c] fix sigchld race; cjc5@po.cwru.edu
41
2b942fe0 4219991120
43 - Merged more Solaris support from Marc G. Fournier
44 <marc.fournier@acadiau.ca>
45 - Wrote autoconf tests for integer bit-types
46 - Fixed enabling kerberos support
13c36c4c 47 - Fix segfault in ssh-keygen caused by buffer overrun in filename
48 handling.
2b942fe0 49
06479889 5019991119
51 - Merged PAM buffer overrun patch from Chip Salzenberg <chip@valinux.com>
2ad77510 52 - Merged OpenBSD CVS changes
53 - [auth-rhosts.c auth-rsa.c ssh-agent.c sshconnect.c sshd.c]
54 more %d vs. %s in fmt-strings
55 - [authfd.c]
56 Integers should not be printed with %s
7b1cc56c 57 - EGD uses a socket, not a named pipe. Duh.
58 - Fix includes in fingerprint.c
29dbde15 59 - Fix scp progress bar bug again.
736890c4 60 - Move scp from ${libdir}/ssh to ${libexecdir}/ssh at request of
61 David Rankin <drankin@bohemians.lexington.ky.us>
91b8065d 62 - Added autoconf option to enable Kerberos 4 support (untested)
63 - Added autoconf option to enable AFS support (untested)
64 - Added autoconf option to enable S/Key support (untested)
65 - Added autoconf option to enable TCP wrappers support (compiles OK)
beb43d31 66 - Renamed BSD helper function files to bsd-*
caf3bc51 67 - Added tests for login and daemon and enable OpenBSD replacements for
68 when they are absent.
69 - Added non-PAM MD5 password support patch from Tudor Bosman <tudorb@jm.nu>
06479889 70
2bd61362 7119991118
72 - Merged OpenBSD CVS changes
73 - [scp.c] foregroundproc() in scp
74 - [sshconnect.h] include fingerprint.h
75 - [sshd.c] bugfix: the log() for passwd-auth escaped during logging
76 changes.
0c16a097 77 - [ssh.1] Spell my name right.
2bd61362 78 - Added openssh.com info to README
79
f095fcc7 8019991117
81 - Merged OpenBSD CVS changes
82 - [ChangeLog.Ylonen] noone needs this anymore
83 - [authfd.c] close-on-exec for auth-socket, ok deraadt
84 - [hostfile.c]
85 in known_hosts key lookup the entry for the bits does not need
86 to match, all the information is contained in n and e. This
87 solves the problem with buggy servers announcing the wrong
88 modulus length. markus and me.
89 - [serverloop.c]
90 bugfix: check for space if child has terminated, from:
91 iedowse@maths.tcd.ie
92 - [ssh-add.1 ssh-add.c ssh-keygen.1 ssh-keygen.c sshconnect.c]
93 [fingerprint.c fingerprint.h]
94 rsa key fingerprints, idea from Bjoern Groenvall <bg@sics.se>
95 - [ssh-agent.1] typo
96 - [ssh.1] add OpenSSH information to AUTHOR section. okay markus@
97 - [sshd.c]
98 force logging to stderr while loading private key file
99 (lost while converting to new log-levels)
100
4d195447 10119991116
102 - Fix some Linux libc5 problems reported by Miles Wilson <mw@mctitle.com>
103 - Merged OpenBSD CVS changes:
104 - [auth-rh-rsa.c auth-rsa.c authfd.c authfd.h hostfile.c mpaux.c]
105 [mpaux.h ssh-add.c ssh-agent.c ssh.h ssh.c sshd.c]
106 the keysize of rsa-parameter 'n' is passed implizit,
107 a few more checks and warnings about 'pretended' keysizes.
108 - [cipher.c cipher.h packet.c packet.h sshd.c]
109 remove support for cipher RC4
110 - [ssh.c]
111 a note for legay systems about secuity issues with permanently_set_uid(),
112 the private hostkey and ptrace()
113 - [sshconnect.c]
114 more detailed messages about adding and checking hostkeys
115
dad9a31e 11619991115
117 - Merged OpenBSD CVS changes:
118 - [ssh-add.c] change passphrase loop logic and remove ref to
119 $DISPLAY, ok niels
120 - Changed to ssh-add.c broke askpass support. Revised it to be a little more
121 modular.
122 - Revised autoconf support for enabling/disabling askpass support.
e7c0f9d5 123 - Merged more OpenBSD CVS changes:
124 [auth-krb4.c]
125 - disconnect if getpeername() fails
126 - missing xfree(*client)
127 [canohost.c]
128 - disconnect if getpeername() fails
129 - fix comment: we _do_ disconnect if ip-options are set
130 [sshd.c]
131 - disconnect if getpeername() fails
132 - move checking of remote port to central place
133 [auth-rhosts.c] move checking of remote port to central place
134 [log-server.c] avoid extra fd per sshd, from millert@
135 [readconf.c] print _all_ bad config-options in ssh(1), too
136 [readconf.h] print _all_ bad config-options in ssh(1), too
137 [ssh.c] print _all_ bad config-options in ssh(1), too
138 [sshconnect.c] disconnect if getpeername() fails
139 - OpenBSD's changes to sshd.c broke the PAM stuff, re-merged it.
c75a1a66 140 - Various small cleanups to bring diff (against OpenBSD) size down.
f601d847 141 - Merged more Solaris compability from Marc G. Fournier
142 <marc.fournier@acadiau.ca>
143 - Wrote autoconf tests for __progname symbol
8c119fd0 144 - RPM spec file fixes from Jim Knoble <jmknoble@pobox.com>
0c372277 145 - Released 1.2pre12
146
147 - Another OpenBSD CVS update:
148 - [ssh-keygen.1] fix .Xr
dad9a31e 149
92da7197 15019991114
151 - Solaris compilation fixes (still imcomplete)
152
94f7bb9e 15319991113
dd092f97 154 - Build patch from Niels Kristian Bech Jensen <nkbj@image.dk>
155 - Don't install config files if they already exist
156 - Fix inclusion of additional preprocessor directives from acconfig.h
94f7bb9e 157 - Removed redundant inclusions of config.h
e9c75a39 158 - Added 'Obsoletes' lines to RPM spec file
94f7bb9e 159 - Merged OpenBSD CVS changes:
160 - [bufaux.c] save a view malloc/memcpy/memset/free's, ok niels
161 - [scp.c] fix overflow reported by damien@ibs.com.au: off_t
162 totalsize, ok niels,aaron
163 - Delay fork (-f option) in ssh until after port forwarded connections
164 have been initialised. Patch from Jani Hakala <jahakala@cc.jyu.fi>
b2344d54 165 - Added shadow password patch from Thomas Neumann <tom@smart.ruhr.de>
166 - Added ifdefs to auth-passwd.c to exclude it when PAM is enabled
dd092f97 167 - Tidied default config file some more
168 - Revised Redhat initscript to fix bug: sshd (re)start would fail
169 if executed from inside a ssh login.
94f7bb9e 170
e35c1dc2 17119991112
172 - Merged changes from OpenBSD CVS
173 - [sshd.c] session_key_int may be zero
b4748e2f 174 - [auth-rh-rsa.c servconf.c servconf.h ssh.h sshd.8 sshd.c sshd_config]
175 IgnoreUserKnownHosts(default=no), used for RhostRSAAuth, ok
176 deraadt,millert
177 - Brought default sshd_config more in line with OpenBSD's
547c9f30 178 - Grab server in gnome-ssh-askpass (Debian bug #49872)
179 - Released 1.2pre10
e35c1dc2 180
8bc7973f 181 - Added INSTALL documentation
6fa724bc 182 - Merged yet more changes from OpenBSD CVS
183 - [auth-rh-rsa.c auth-rhosts.c auth-rsa.c channels.c clientloop.c]
184 [ssh.c ssh.h sshconnect.c sshd.c]
185 make all access to options via 'extern Options options'
186 and 'extern ServerOptions options' respectively;
187 options are no longer passed as arguments:
188 * make options handling more consistent
189 * remove #include "readconf.h" from ssh.h
190 * readconf.h is only included if necessary
191 - [mpaux.c] clear temp buffer
192 - [servconf.c] print _all_ bad options found in configfile
045672f9 193 - Make ssh-askpass support optional through autoconf
59b0f0d4 194 - Fix nasty division-by-zero error in scp.c
195 - Released 1.2pre11
8bc7973f 196
4cca272e 19719991111
198 - Added (untested) Entropy Gathering Daemon (EGD) support
67d68e3a 199 - Fixed /dev/urandom fd leak (Debian bug #49722)
5bbb5681 200 - Merged OpenBSD CVS changes:
201 - [auth-rh-rsa.c] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
202 - [ssh.1] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
203 - [sshd.8] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
505fed0a 204 - Fix integer overflow which was messing up scp's progress bar for large
205 file transfers. Fix submitted to OpenBSD developers.
6a17f9c2 206 - Merged more OpenBSD CVS changes:
207 - [auth-krb4.c auth-passwd.c] remove x11- and krb-cleanup from fatal()
208 + krb-cleanup cleanup
209 - [clientloop.c log-client.c log-server.c ]
210 [readconf.c readconf.h servconf.c servconf.h ]
211 [ssh.1 ssh.c ssh.h sshd.8]
212 add LogLevel {QUIET, FATAL, ERROR, INFO, CHAT, DEBUG} to ssh/sshd,
213 obsoletes QuietMode and FascistLogging in sshd.
e35c1dc2 214 - [sshd.c] fix fatal/assert() bug reported by damien@ibs.com.au:
215 allow session_key_int != sizeof(session_key)
216 [this should fix the pre-assert-removal-core-files]
217 - Updated default config file to use new LogLevel option and to improve
218 readability
219
f370266e 22019991110
67d68e3a 221 - Merged several minor fixes:
f370266e 222 - ssh-agent commandline parsing
223 - RPM spec file now installs ssh setuid root
224 - Makefile creates libdir
4cca272e 225 - Merged beginnings of Solaris compability from Marc G. Fournier
226 <marc.fournier@acadiau.ca>
f370266e 227
d4f11b59 22819991109
229 - Autodetection of SSL/Crypto library location via autoconf
230 - Fixed location of ssh-askpass to follow autoconf
231 - Integrated Makefile patch from Niels Kristian Bech Jensen <nkbj@image.dk>
232 - Autodetection of RSAref library for US users
233 - Minor doc updates
560557bb 234 - Merged OpenBSD CVS changes:
235 - [rsa.c] bugfix: use correct size for memset()
236 - [sshconnect.c] warn if announced size of modulus 'n' != real size
f025becb 237 - Added GNOME passphrase requestor (use --with-gnome-askpass)
d397b172 238 - RPM build now creates subpackages
aa51e7cc 239 - Released 1.2pre9
d4f11b59 240
e1a9c08d 24119991108
242 - Removed debian/ directory. This is now being maintained separately.
243 - Added symlinks for slogin in RPM spec file
244 - Fixed permissions on manpages in RPM spec file
245 - Added references to required libraries in README file
246 - Removed config.h.in from CVS
247 - Removed pwdb support (better pluggable auth is provided by glibc)
248 - Made PAM and requisite libdl optional
249 - Removed lots of unnecessary checks from autoconf
250 - Added support and autoconf test for openpty() function (Unix98 pty support)
251 - Fix for scp not finding ssh if not installed as /usr/bin/ssh
252 - Added TODO file
253 - Merged parts of Debian patch From Phil Hands <phil@hands.com>:
254 - Added ssh-askpass program
255 - Added ssh-askpass support to ssh-add.c
256 - Create symlinks for slogin on install
257 - Fix "distclean" target in makefile
258 - Added example for ssh-agent to manpage
259 - Added support for PAM_TEXT_INFO messages
260 - Disable internal /etc/nologin support if PAM enabled
261 - Merged latest OpenBSD CVS changes:
5bae4ab8 262 - [all] replace assert() with error, fatal or packet_disconnect
e1a9c08d 263 - [sshd.c] don't send fail-msg but disconnect if too many authentication
264 failures
e1a9c08d 265 - [sshd.c] remove unused argument. ok dugsong
266 - [sshd.c] typo
267 - [rsa.c] clear buffers used for encryption. ok: niels
268 - [rsa.c] replace assert() with error, fatal or packet_disconnect
ade6fccd 269 - [auth-krb4.c] remove unused argument. ok dugsong
e1a9c08d 270 - Fixed coredump after merge of OpenBSD rsa.c patch
9010d60a 271 - Released 1.2pre8
e1a9c08d 272
3028328e 27319991102
274 - Merged change from OpenBSD CVS
275 - One-line cleanup in sshd.c
276
474832c5 27719991030
278 - Integrated debian package support from Dan Brosemer <odin@linuxfreak.com>
69256d9d 279 - Merged latest updates for OpenBSD CVS:
280 - channels.[ch] - remove broken x11 fix and document istate/ostate
281 - ssh-agent.c - call setsid() regardless of argv[]
282 - ssh.c - save a few lines when disabling rhosts-{rsa-}auth
283 - Documentation cleanups
284 - Renamed README -> README.Ylonen
285 - Renamed README.openssh ->README
474832c5 286
339660f6 28719991029
288 - Renamed openssh* back to ssh* at request of Theo de Raadt
289 - Incorporated latest changes from OpenBSD's CVS
290 - Integrated Makefile patch from Niels Kristian Bech Jensen <nkbj@image.dk>
291 - Integrated PAM env patch from Nalin Dahyabhai <nalin.dahyabhai@pobox.com>
549b3eed 292 - Make distclean now removed configure script
293 - Improved PAM logging
294 - Added some debug() calls for PAM
4ecd19ea 295 - Removed redundant subdirectories
296 - Integrated part of a patch from Dan Brosemer <odin@linuxfreak.com> for
297 building on Debian.
242588e6 298 - Fixed off-by-one error in PAM env patch
299 - Released 1.2pre6
339660f6 300
5881cd60 30119991028
302 - Further PAM enhancements.
303 - Much cleaner
304 - Now uses account and session modules for all logins.
305 - Integrated patch from Dan Brosemer <odin@linuxfreak.com>
306 - Build fixes
307 - Autoconf
308 - Change binary names to open*
309 - Fixed autoconf script to detect PAM on RH6.1
310 - Added tests for libpwdb, and OpenBSD functions to autoconf
221395b3 311 - Released 1.2pre4
fca82d2e 312
313 - Imported latest OpenBSD CVS code
314 - Updated README.openssh
93f04616 315 - Released 1.2pre5
fca82d2e 316
5881cd60 31719991027
318 - Adapted PAM patch.
319 - Released 1.0pre2
320
321 - Excised my buggy replacements for strlcpy and mkdtemp
322 - Imported correct OpenBSD strlcpy and mkdtemp routines.
323 - Reduced arc4random_stir entropy read to 32 bytes (256 bits)
324 - Picked up correct version number from OpenBSD
325 - Added sshd.pam PAM configuration file
326 - Added sshd.init Redhat init script
327 - Added openssh.spec RPM spec file
328 - Released 1.2pre3
329
33019991026
331 - Fixed include paths of OpenSSL functions
332 - Use OpenSSL MD5 routines
333 - Imported RC4 code from nanocrypt
334 - Wrote replacements for OpenBSD arc4random* functions
335 - Wrote replacements for strlcpy and mkdtemp
336 - Released 1.0pre1
This page took 0.323384 seconds and 5 git commands to generate.