blob: fff7f9c076cd7645262b9f63d33d0d0d5f29caa1 [file] [log] [blame]
Damien Miller1c67c992000-03-14 10:16:34 +1100120000314
2 - Include macro for IN6_IS_ADDR_V4MAPPED. Report from
3 peter@frontierflying.com
4
Damien Millerb85dcad2000-03-11 11:37:00 +1100520000311
6 - Detect RSAref
Damien Miller02491e92000-03-11 11:58:28 +11007 - OpenBSD CVS change
8 [sshd.c]
9 - disallow guessing of root password
Damien Millerd58b3ab2000-03-11 20:05:11 +110010 - More configure fixes
Damien Miller7bcb0892000-03-11 20:45:40 +110011 - IPv6 workarounds from Hideaki YOSHIFUJI <yoshfuji@ecei.tohoku.ac.jp>
Damien Millerb85dcad2000-03-11 11:37:00 +110012
Damien Miller98c7ad62000-03-09 21:27:49 +11001320000309
14 - OpenBSD CVS updates to v1.2.3
15 [ssh.h atomicio.c]
16 - int atomicio -> ssize_t (for alpha). ok deraadt@
17 [auth-rsa.c]
18 - delay MD5 computation until client sends response, free() early, cleanup.
19 [cipher.c]
20 - void* -> unsigned char*, ok niels@
21 [hostfile.c]
22 - remove unused variable 'len'. fix comments.
23 - remove unused variable
24 [log-client.c log-server.c]
25 - rename a cpp symbol, to avoid param.h collision
26 [packet.c]
27 - missing xfree()
28 - getsockname() requires initialized tolen; andy@guildsoftware.com
29 - use getpeername() in packet_connection_is_on_socket(), fixes sshd -i;
30 from Holger.Trapp@Informatik.TU-Chemnitz.DE
31 [pty.c pty.h]
32 - register cleanup for pty earlier. move code for pty-owner handling to
33 pty.c ok provos@, dugsong@
34 [readconf.c]
35 - turn off x11-fwd for the client, too.
36 [rsa.c]
37 - PKCS#1 padding
38 [scp.c]
39 - allow '.' in usernames; from jedgar@fxp.org
40 [servconf.c]
41 - typo: ignore_user_known_hosts int->flag; naddy@mips.rhein-neckar.de
42 - sync with sshd_config
43 [ssh-keygen.c]
44 - enable ssh-keygen -l -f ~/.ssh/known_hosts, ok deraadt@
45 [ssh.1]
46 - Change invalid 'CHAT' loglevel to 'VERBOSE'
47 [ssh.c]
48 - suppress AAAA query host when '-4' is used; from shin@nd.net.fujitsu.co.jp
49 - turn off x11-fwd for the client, too.
50 [sshconnect.c]
51 - missing xfree()
52 - retry rresvport_af(), too. from sumikawa@ebina.hitachi.co.jp.
53 - read error vs. "Connection closed by remote host"
54 [sshd.8]
55 - ie. -> i.e.,
56 - do not link to a commercial page..
57 - sync with sshd_config
58 [sshd.c]
59 - no need for poll.h; from bright@wintelcom.net
60 - log with level log() not fatal() if peer behaves badly.
61 - don't panic if client behaves strange. ok deraadt@
62 - make no-port-forwarding for RSA keys deny both -L and -R style fwding
63 - delay close() of pty until the pty has been chowned back to root
64 - oops, fix comment, too.
65 - missing xfree()
66 - move XAUTHORITY to subdir. ok dugsong@. fixes debian bug #57907, too.
67 (http://cgi.debian.org/cgi-bin/bugreport.cgi?archive=no&bug=57907)
68 - register cleanup for pty earlier. move code for pty-owner handling to
69 pty.c ok provos@, dugsong@
70 - create x11 cookie file
71 - fix pr 1113, fclose() -> pclose(), todo: remote popen()
72 - version 1.2.3
73 - Cleaned up
Damien Miller8f975b62000-03-09 22:31:13 +110074 - Removed warning workaround for Linux and devpts filesystems (no longer
75 required after OpenBSD updates)
Damien Miller98c7ad62000-03-09 21:27:49 +110076
Damien Miller1a07ebd2000-03-08 09:03:44 +11007720000308
78 - Configure fix from Hiroshi Takekawa <takekawa@sr3.t.u-tokyo.ac.jp>
79
8020000307
81 - Released 1.2.2p1
82
Damien Miller01bedb82000-03-05 16:10:03 +11008320000305
84 - Fix DEC compile fix
Damien Millerfac99cd2000-03-05 16:10:45 +110085 - Explicitly seed OpenSSL's PRNG before checking rsa_alive()
Damien Miller9fb07e42000-03-05 16:22:59 +110086 - Check for getpagesize in libucb.a if not found in libc. Fix for old
87 Solaris from Andre Lucas <andre.lucas@dial.pipex.com>
Damien Miller65165f82000-03-05 17:02:45 +110088 - Check for libwrap if --with-tcp-wrappers option specified. Suggestion
89 Mate Wierdl <mw@moni.msci.memphis.edu>
Damien Miller01bedb82000-03-05 16:10:03 +110090
Damien Miller4095f892000-03-03 22:13:52 +11009120000303
92 - Added "make host-key" target, Suggestion from Dominik Brettnacher
93 <domi@saargate.de>
Damien Miller3c7eeb22000-03-03 22:35:33 +110094 - Don't permanently fail on bind() if getaddrinfo has more choices left for
95 us. Needed to work around messy IPv6 on Linux. Patch from Arkadiusz
96 Miskiewicz <misiek@pld.org.pl>
Damien Miller00d4bb12000-03-03 22:48:49 +110097 - DEC Unix compile fix from David Del Piero <David.DelPiero@qed.qld.gov.au>
98 - Manpage fix from David Del Piero <David.DelPiero@qed.qld.gov.au>
Damien Miller4095f892000-03-03 22:13:52 +110099
Damien Millera22ba012000-03-02 23:09:20 +110010020000302
101 - Big cleanup of autoconf code
102 - Rearranged to be a little more logical
103 - Added -R option for Solaris
104 - Rewrote OpenSSL detection code. Now uses AC_TRY_RUN with a test program
105 to detect library and header location _and_ ensure library has proper
106 RSA support built in (this is a problem with OpenSSL 0.9.5).
Damien Millerc7d8dbb2000-03-02 23:30:53 +1100107 - Applied pty cleanup patch from markus.friedl@informatik.uni-erlangen.de
Damien Millerc4cea3e2000-03-02 23:31:50 +1100108 - Avoid warning message with Unix98 ptys
Damien Miller204ad072000-03-02 23:56:12 +1100109 - Warning was valid - possible race condition on PTYs. Avoided using
110 platform-specific code.
111 - Document some common problems
Damien Miller2453d012000-03-02 23:57:18 +1100112 - Allow root access to any key. Patch from
113 markus.friedl@informatik.uni-erlangen.de
Damien Millera22ba012000-03-02 23:09:20 +1100114
Damien Miller36143d72000-02-07 13:20:26 +110011520000207
116 - Removed SOCKS code. Will support through a ProxyCommand.
117
Damien Miller18522462000-02-03 01:07:07 +110011820000203
119 - Fixed SEGVs in authloop, fix from vbzoli@hbrt.hu
Damien Miller0c0e4bf2000-02-03 13:58:51 +1100120 - Add --with-ssl-dir option
Damien Miller18522462000-02-03 01:07:07 +1100121
Damien Miller65527582000-02-02 19:17:40 +110012220000202
123 - Fix lastlog code for directory based lastlogs. Fix from Josh Durham
124 <jmd@aoe.vt.edu>
Damien Miller17872522000-02-02 20:56:20 +1100125 - Documentation fixes from HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
126 - Added URLs to Japanese translations of documents by HARUYAMA Seigo
127 <haruyama@nt.phys.s.u-tokyo.ac.jp>
Damien Miller65527582000-02-02 19:17:40 +1100128
Damien Miller9e53f352000-02-01 23:05:30 +110012920000201
130 - Use socket pairs by default (instead of pipes). Prevents race condition
131 on several (buggy) OSs. Report and fix from tridge@linuxcare.com
132
Damien Millerf07390e2000-01-29 20:40:22 +110013320000127
134 - Seed OpenSSL's random number generator before generating RSA keypairs
135 - Split random collector into seperate file
Damien Miller6034fdf2000-01-29 20:55:09 +1100136 - Compile fix from Andre Lucas <andre.lucas@dial.pipex.com>
Damien Millerf07390e2000-01-29 20:40:22 +1100137
Damien Miller27f4c782000-01-27 18:22:13 +110013820000126
139 - Released 1.2.2 stable
140
141 - NeXT keeps it lastlog in /usr/adm. Report from
142 mouring@newton.pconline.com
Damien Millerc85f9b42000-01-29 10:20:21 +1100143 - Added note in UPGRADING re interop with commercial SSH using idea.
144 Report from Jim Knoble <jmknoble@pobox.com>
145 - Fix linking order for Kerberos/AFS. Fix from Holget Trapp
146 <Holger.Trapp@Informatik.TU-Chemnitz.DE>
Damien Miller27f4c782000-01-27 18:22:13 +1100147
Damien Millerd89c24b2000-01-26 11:04:48 +110014820000125
149 - Fix NULL pointer dereference in login.c. Fix from Andre Lucas
150 <andre.lucas@dial.pipex.com>
Damien Millerfa51a832000-01-26 11:07:22 +1100151 - Reorder PAM initialisation so it does not mess up lastlog. Reported
152 by Andre Lucas <andre.lucas@dial.pipex.com>
Damien Miller0e1cf7c2000-01-26 12:15:30 +1100153 - Use preformatted manpages on SCO, report from Gary E. Miller
154 <gem@rellim.com>
155 - New URL for x11-ssh-askpass.
Damien Miller6d844932000-01-26 12:17:50 +1100156 - Fixpaths was missing /etc/ssh_known_hosts. Report from Jim Knoble
157 <jmknoble@pobox.com>
Damien Miller7d7c60d2000-01-26 14:37:48 +1100158 - Added 'DESTDIR' option to Makefile to ease package building. Patch from
159 Jim Knoble <jmknoble@pobox.com>
160 - Updated RPM spec files to use DESTDIR
Damien Millerd89c24b2000-01-26 11:04:48 +1100161
Damien Miller68cee102000-01-24 17:02:27 +110016220000124
163 - Pick up version 1.2.2 from OpenBSD CVS (no changes, just version number
164 increment)
165
Damien Miller6fe375d2000-01-23 09:38:00 +110016620000123
167 - OpenBSD CVS:
168 - [packet.c]
169 getsockname() requires initialized tolen; andy@guildsoftware.com
Damien Miller1fa154b2000-01-23 10:32:03 +1100170 - AIX patch from Matt Richards <v2matt@btv.ibm.com> and David Rankin
171 <drankin@bohemians.lexington.ky.us>
Damien Millerdef0dc92000-01-23 20:18:35 +1100172 - Fix lastlog support, patch from Andre Lucas <andre.lucas@dial.pipex.com>
Damien Miller6fe375d2000-01-23 09:38:00 +1100173
Damien Miller91427002000-01-22 13:25:13 +110017420000122
175 - Fix compilation of bsd-snprintf.c on Solaris, fix from Ben Taylor
176 <bent@clark.net>
Damien Miller670a4b82000-01-22 13:53:11 +1100177 - Merge preformatted manpage patch from Andre Lucas
178 <andre.lucas@dial.pipex.com>
Damien Miller07278932000-01-22 14:05:37 +1100179 - Make IPv4 use the default in RPM packages
180 - Irix uses preformatted manpages
Damien Miller8dbbe6e2000-01-22 18:17:42 +1100181 - Missing htons() in bsd-bindresvport.c, fix from Holger Trapp
182 <Holger.Trapp@Informatik.TU-Chemnitz.DE>
Damien Millerf052aaf2000-01-22 19:47:21 +1100183 - OpenBSD CVS updates:
184 - [packet.c]
185 use getpeername() in packet_connection_is_on_socket(), fixes sshd -i;
186 from Holger.Trapp@Informatik.TU-Chemnitz.DE
187 - [sshd.c]
188 log with level log() not fatal() if peer behaves badly.
189 - [readpass.c]
190 instead of blocking SIGINT, catch it ourselves, so that we can clean
191 the tty modes up and kill ourselves -- instead of our process group
192 leader (scp, cvs, ...) going away and leaving us in noecho mode.
193 people with cbreak shells never even noticed..
Damien Miller14537852000-01-22 19:57:40 +1100194 - [ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
195 ie. -> i.e.,
Damien Miller91427002000-01-22 13:25:13 +1100196
Damien Millereca71f82000-01-20 22:38:27 +110019720000120
198 - Don't use getaddrinfo on AIX
Damien Miller396691a2000-01-20 22:44:08 +1100199 - Update to latest OpenBSD CVS:
200 - [auth-rsa.c]
201 - fix user/1056, sshd keeps restrictions; dbt@meat.net
202 - [sshconnect.c]
203 - disable agent fwding for proto 1.3, remove abuse of auth-rsa flags.
204 - destroy keys earlier
Damien Milleree1c0b32000-01-21 00:18:15 +1100205 - split key exchange (kex) and user authentication (user-auth),
206 ok: provos@
Damien Miller396691a2000-01-20 22:44:08 +1100207 - [sshd.c]
208 - no need for poll.h; from bright@wintelcom.net
209 - disable agent fwding for proto 1.3, remove abuse of auth-rsa flags.
Damien Milleree1c0b32000-01-21 00:18:15 +1100210 - split key exchange (kex) and user authentication (user-auth),
211 ok: provos@
Damien Miller88b86e42000-01-20 23:13:35 +1100212 - Big manpage and config file cleanup from Andre Lucas
213 <andre.lucas@dial.pipex.com>
Damien Miller886c63a2000-01-20 23:13:36 +1100214 - Re-added latest (unmodified) OpenBSD manpages
Damien Millereab2ce02000-01-20 23:58:22 +1100215 - Doc updates
Damien Milleree1c0b32000-01-21 00:18:15 +1100216 - NetBSD patch from David Rankin <drankin@bohemians.lexington.ky.us> and
217 Christos Zoulas <christos@netbsd.org>
Damien Millereca71f82000-01-20 22:38:27 +1100218
Damien Miller9550a242000-01-19 10:41:23 +110021920000119
Damien Millereaf99942000-01-19 13:45:07 +1100220 - SCO compile fixes from Gary E. Miller <gem@rellim.com>
Damien Miller9550a242000-01-19 10:41:23 +1100221 - Compile fix from Darren_Hall@progressive.com
Damien Miller7d80e342000-01-19 14:36:49 +1100222 - Linux/glibc-2.1.2 takes a *long* time to look up names for AF_UNSPEC
223 addresses using getaddrinfo(). Added a configure switch to make the
224 default lookup mode AF_INET
Damien Miller9550a242000-01-19 10:41:23 +1100225
Damien Millerdbd250f2000-01-18 08:57:14 +110022620000118
227 - Fixed --with-pid-dir option
Damien Millerca673b32000-01-18 09:01:27 +1100228 - Makefile fix from Gary E. Miller <gem@rellim.com>
Damien Millere0f45742000-01-18 09:12:06 +1100229 - Compile fix for HPUX and Solaris from Andre Lucas
230 <andre.lucas@dial.pipex.com>
Damien Millerdbd250f2000-01-18 08:57:14 +1100231
Damien Millerb9b94a72000-01-17 09:52:46 +110023220000117
233 - Clean up bsd-bindresvport.c. Use arc4random() for picking initial
234 port, ignore EINVAL errors (Linux) when searching for free port.
Damien Miller834171e2000-01-17 09:59:41 +1100235 - Revert __snprintf -> snprintf aliasing. Apparently Solaris
236 __snprintf isn't. Report from Theo de Raadt <theo@cvs.openbsd.org>
Damien Millerf693d3b2000-01-17 11:56:27 +1100237 - Document location of Redhat PAM file in INSTALL.
Damien Millere2192732000-01-17 13:22:55 +1100238 - Fixed X11 forwarding bug on Linux. libc advertises AF_INET6
239 INADDR_ANY_INIT addresses via getaddrinfo, but may not be able to
Damien Miller19fe9c72000-01-17 15:23:01 +1100240 deliver (no IPv6 kernel support)
Damien Millere2192732000-01-17 13:22:55 +1100241 - Released 1.2.1pre27
Damien Millerb9b94a72000-01-17 09:52:46 +1100242
Damien Miller19fe9c72000-01-17 15:23:01 +1100243 - Fix rresvport_af failure errors (logic error in bsd-bindresvport.c)
Damien Millerd426ed62000-01-17 19:22:36 +1100244 - Fix --with-ipaddr-display option test. Fix from Jarno Huuskonen
245 <jhuuskon@hytti.uku.fi>
Damien Millerb284b542000-01-17 20:55:18 +1100246 - Fix hang on logout if processes are still using the pty. Needs
247 further testing.
Damien Miller66409952000-01-17 21:40:06 +1100248 - Patch from Christos Zoulas <christos@zoulas.com>
249 - Try $prefix first when looking for OpenSSL.
250 - Include sys/types.h when including sys/socket.h in test programs
Damien Millerb13c73e2000-01-17 22:02:17 +1100251 - Substitute PID directory in sshd.8. Suggestion from Andrew
252 Stribblehill <a.d.stribblehill@durham.ac.uk>
Damien Miller19fe9c72000-01-17 15:23:01 +1100253
Damien Miller5eed6a22000-01-16 12:05:18 +110025420000116
255 - Renamed --with-xauth-path to --with-xauth
256 - Added --with-pid-dir option
257 - Released 1.2.1pre26
258
Damien Miller8f926492000-01-16 18:19:25 +1100259 - Compilation fix from Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
Damien Miller62a52ef2000-01-16 23:03:56 +1100260 - Fixed broken bugfix for /dev/ptmx on Linux systems which lack
261 openpty(). Report from Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
Damien Miller8f926492000-01-16 18:19:25 +1100262
Damien Millerb29ea912000-01-15 14:12:03 +110026320000115
264 - Add --with-xauth-path configure directive and explicit test for
265 /usr/openwin/bin/xauth for Solaris systems. Report from Anders
266 Nordby <anders@fix.no>
267 - Fix incorrect detection of /dev/ptmx on Linux systems that lack
268 openpty. Report from John Seifarth <john@waw.be>
269 - Look for intXX_t and u_intXX_t in sys/bitypes.h if they are not in
270 sys/types.h. Fixes problems on SCO, report from Gary E. Miller
271 <gem@rellim.com>
272 - Use __snprintf and __vnsprintf if they are found where snprintf and
273 vnsprintf are lacking. Suggested by Ben Taylor <bent@shell.clark.net>
274 and others.
275
Damien Miller34132e52000-01-14 15:45:46 +110027620000114
277 - Merged OpenBSD IPv6 patch:
278 - [sshd.c sshd.8 sshconnect.c ssh.h ssh.c servconf.h servconf.c scp.1]
279 [scp.c packet.h packet.c login.c log.c canohost.c channels.c]
280 [hostfile.c sshd_config]
281 ipv6 support: mostly gethostbyname->getaddrinfo/getnameinfo, new
282 features: sshd allows multiple ListenAddress and Port options. note
283 that libwrap is not IPv6-ready. (based on patches from
284 fujiwara@rcac.tdi.co.jp)
285 - [ssh.c canohost.c]
286 more hints (hints.ai_socktype=SOCK_STREAM) for getaddrinfo,
287 from itojun@
288 - [channels.c]
289 listen on _all_ interfaces for X11-Fwd (hints.ai_flags = AI_PASSIVE)
290 - [packet.h]
291 allow auth-kerberos for IPv4 only
292 - [scp.1 sshd.8 servconf.h scp.c]
293 document -4, -6, and 'ssh -L 2022/::1/22'
294 - [ssh.c]
295 'ssh @host' is illegal (null user name), from
296 karsten@gedankenpolizei.de
297 - [sshconnect.c]
298 better error message
299 - [sshd.c]
300 allow auth-kerberos for IPv4 only
301 - Big IPv6 merge:
302 - Cleanup overrun in sockaddr copying on RHL 6.1
303 - Replacements for getaddrinfo, getnameinfo, etc based on versions
304 from patch from KIKUCHI Takahiro <kick@kyoto.wide.ad.jp>
305 - Replacement for missing structures on systems that lack IPv6
306 - record_login needed to know about AF_INET6 addresses
307 - Borrowed more code from OpenBSD: rresvport_af and requisites
308
Damien Miller25e42562000-01-11 10:59:47 +110030920000110
310 - Fixes to auth-skey to enable it to use the standard OpenSSL libraries
311
Damien Miller2edcda52000-01-07 08:56:05 +110031220000107
313 - New config.sub and config.guess to fix problems on SCO. Supplied
314 by Gary E. Miller <gem@rellim.com>
Damien Millerfa824cb2000-01-07 18:51:27 +1100315 - SCO build fix from Gary E. Miller <gem@rellim.com>
Damien Miller25e42562000-01-11 10:59:47 +1100316 - Released 1.2.1pre25
Damien Miller2edcda52000-01-07 08:56:05 +1100317
Damien Miller105b7f02000-01-07 08:45:55 +110031820000106
319 - Documentation update & cleanup
320 - Better KrbIV / AFS detection, based on patch from:
321 Holger Trapp <Holger.Trapp@Informatik.TU-Chemnitz.DE>
322
Damien Miller1808f382000-01-06 12:03:12 +110032320000105
324 - Fixed annoying DES corruption problem. libcrypt has been
325 overriding symbols in libcrypto. Removed libcrypt and crypt.h
326 altogether (libcrypto includes its own crypt(1) replacement)
327 - Added platform-specific rules for Irix 6.x. Included warning that
328 they are untested.
329
Damien Miller645c5982000-01-03 14:42:09 +110033020000103
331 - Add explicit make rules for files proccessed by fixpaths.
332 - Fix "make install" in RPM spec files. Report from Tenkou N. Hattori
333 <tnh@kondara.org>
Damien Millere9c8f4d2000-01-03 20:00:52 +1100334 - Removed "nullok" directive from default PAM configuration files.
335 Added information on enabling EmptyPasswords on openssh+PAM in
336 UPGRADING file.
Damien Miller62ab38a2000-01-03 23:41:05 +1100337 - OpenBSD CVS updates
338 - [ssh-agent.c]
339 cleanup_exit() for SIGTERM/SIGHUP, too. from fgsch@ and
340 dgaudet@arctic.org
341 - [sshconnect.c]
342 compare correct version for 1.3 compat mode
Damien Miller645c5982000-01-03 14:42:09 +1100343
Damien Miller5121e3a2000-01-02 11:49:28 +110034420000102
345 - Prevent multiple inclusion of config.h and defines.h. Suggested
346 by Andre Lucas <andre.lucas@dial.pipex.com>
347 - Properly clean up on exit of ssh-agent. Patch from Dean Gaudet
348 <dgaudet@arctic.org>
349
Damien Miller8eb0fd61999-12-31 08:49:13 +110035019991231
351 - Fix password support on systems with a mixture of shadowed and
352 non-shadowed passwords (e.g. NIS). Report and fix from
353 HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
Damien Millerf3e8be81999-12-31 08:59:04 +1100354 - Fix broken autoconf typedef detection. Report from Marc G.
355 Fournier <marc.fournier@acadiau.ca>
Damien Miller03783f01999-12-31 09:16:40 +1100356 - Fix occasional crash on LinuxPPC. Patch from Franz Sirl
357 <Franz.Sirl-kernel@lauterbach.com>
Damien Millerb2532b31999-12-31 09:18:12 +1100358 - Prevent typedefs from being compiled more than once. Report from
359 Marc G. Fournier <marc.fournier@acadiau.ca>
Damien Miller3131d8b1999-12-31 09:42:24 +1100360 - Fill in ut_utaddr utmp field. Report from Benjamin Charron
361 <iretd@bigfoot.com>
Damien Millere7f626c1999-12-31 09:49:44 +1100362 - Really fix broken default path. Fix from Jim Knoble
363 <jmknoble@pobox.com>
Damien Milleraa7b64d1999-12-31 09:55:34 +1100364 - Remove test for quad_t. No longer needed.
Damien Miller6b85a7f2000-01-02 11:45:33 +1100365 - Released 1.2.1pre24
366
367 - Added support for directory-based lastlogs
368 - Really fix typedefs, patch from Ben Taylor <bent@clark.net>
Damien Miller8eb0fd61999-12-31 08:49:13 +1100369
Damien Millerece22a81999-12-30 09:48:15 +110037019991230
371 - OpenBSD CVS updates:
372 - [auth-passwd.c]
373 check for NULL 1st
Damien Millere72b7af1999-12-30 15:08:44 +1100374 - Removed most of the pam code into its own file auth-pam.[ch]. This
375 cleaned up sshd.c up significantly.
Damien Miller8eb0fd61999-12-31 08:49:13 +1100376 - PAM authentication was incorrectly interpreting
377 "PermitRootLogin without-password". Report from Matthias Andree
378 <ma@dt.e-technik.uni-dortmund.de
Damien Millere72b7af1999-12-30 15:08:44 +1100379 - Several other cleanups
Damien Miller8bdeee21999-12-30 15:50:54 +1100380 - Merged Dante SOCKS support patch from David Rankin
381 <drankin@bohemians.lexington.ky.us>
382 - Updated documentation with ./configure options
Damien Miller8eb0fd61999-12-31 08:49:13 +1100383 - Released 1.2.1pre23
Damien Millerece22a81999-12-30 09:48:15 +1100384
Damien Miller9550a761999-12-29 02:32:22 +110038519991229
386 - Applied another NetBSD portability patch from David Rankin
387 <drankin@bohemians.lexington.ky.us>
388 - Fix --with-default-path option.
Damien Millere79334a1999-12-29 10:03:37 +1100389 - Autodetect perl, patch from David Rankin
390 <drankin@bohemians.lexington.ky.us>
Damien Millerd00d1611999-12-29 10:17:09 +1100391 - Print whether OpenSSH was compiled with RSARef, patch from
392 Nalin Dahyabhai <nalin@thermo.stat.ncsu.edu>
Damien Millerac3a4b41999-12-29 10:25:40 +1100393 - Calls to pam_setcred, patch from Nalin Dahyabhai
394 <nalin@thermo.stat.ncsu.edu>
Damien Miller95058511999-12-29 10:36:45 +1100395 - Detect missing size_t and typedef it.
Damien Miller58ca7d81999-12-29 19:56:30 +1100396 - Rename helper.[ch] to (more appropriate) bsd-misc.[ch]
397 - Minor Makefile cleaning
Damien Miller9550a761999-12-29 02:32:22 +1100398
Damien Miller13bc0be1999-12-28 10:19:16 +110039919991228
400 - Replacement for getpagesize() for systems which lack it
Damien Miller4ff2b9b1999-12-28 10:41:12 +1100401 - NetBSD login.c compile fix from David Rankin
402 <drankin@bohemians.lexington.ky.us>
403 - Fully set ut_tv if present in utmp or utmpx
Damien Millerbeb4ba51999-12-28 15:09:35 +1100404 - Portability fixes for Irix 5.3 (now compiles OK!)
405 - autoconf and other misc cleanups
Damien Miller74d0d4a1999-12-29 02:24:35 +1100406 - Merged AIX patch from Darren Hall <dhall@virage.org>
407 - Cleaned up defines.h
Damien Miller06b472b1999-12-29 19:47:06 +1100408 - Released 1.2.1pre22
Damien Miller13bc0be1999-12-28 10:19:16 +1100409
Damien Millerc0d73901999-12-27 09:23:58 +110041019991227
411 - Automatically correct paths in manpages and configuration files. Patch
412 and script from Andre Lucas <andre.lucas@dial.pipex.com>
413 - Removed credits from README to CREDITS file, updated.
Damien Miller5a3e6831999-12-27 09:48:56 +1100414 - Added --with-default-path to specify custom path for server
415 - Removed #ifdef trickery from acconfig.h into defines.h
Damien Miller373d2911999-12-27 10:45:54 +1100416 - PAM bugfix. PermitEmptyPassword was being ignored.
417 - Fixed PAM config files to allow empty passwords if server does.
418 - Explained spurious PAM auth warning workaround in UPGRADING
Damien Millere1276241999-12-27 11:33:56 +1100419 - Use last few chars of tty line as ut_id
Damien Miller6a5d4d61999-12-27 16:46:17 +1100420 - New SuSE RPM spec file from Chris Saia <csaia@wtower.com>
Damien Miller68e45de1999-12-27 23:54:55 +1100421 - OpenBSD CVS updates:
422 - [packet.h auth-rhosts.c]
423 check format string for packet_disconnect and packet_send_debug, too
424 - [channels.c]
425 use packet_get_maxsize for channels. consistence.
Damien Millerc0d73901999-12-27 09:23:58 +1100426
Damien Miller32b3cf21999-12-26 10:21:48 +110042719991226
428 - Enabled utmpx support by default for Solaris
429 - Cleanup sshd.c PAM a little more
Damien Miller36884401999-12-26 12:26:21 +1100430 - Revised RPM package to include Jim Knoble's <jmknoble@pobox.com>
431 X11 ssh-askpass program.
Damien Millerd49621e1999-12-26 14:04:33 +1100432 - Disable logging of PAM success and failures, PAM is verbose enough.
433 Unfortunatly there is currently no way to disable auth failure
434 messages. Mention this in UPGRADING file and sent message to PAM
435 developers
Damien Miller4f0fa561999-12-26 14:24:41 +1100436 - OpenBSD CVS update:
437 - [ssh-keygen.1 ssh.1]
438 remove ref to .ssh/random_seed, mention .ssh/environment in
439 .Sh FILES, too
Damien Miller9673b2b1999-12-26 19:10:30 +1100440 - Released 1.2.1pre21
441 - Fixed implicit '.' in default path, report from Jim Knoble
442 <jmknoble@pobox.com>
Damien Milleraae10931999-12-26 19:38:17 +1100443 - Redhat RPM spec fixes from Jim Knoble <jmknoble@pobox.com>
Damien Miller32b3cf21999-12-26 10:21:48 +1100444
Damien Miller2e1b0821999-12-25 10:11:29 +110044519991225
446 - More fixes from Andre Lucas <andre.lucas@dial.pipex.com>
447 - Cleanup of auth-passwd.c for shadow and MD5 passwords
448 - Cleanup and bugfix of PAM authentication code
Damien Miller32b3cf21999-12-26 10:21:48 +1100449 - Released 1.2.1pre20
450
451 - Merged fixes from Ben Taylor <bent@clark.net>
452 - Fixed configure support for PAM. Reported by Naz <96na@eng.cam.ac.uk>
453 - Disabled logging of PAM password authentication failures when password
454 is empty. (e.g start of authentication loop). Reported by Naz
455 <96na@eng.cam.ac.uk>)
Damien Miller2e1b0821999-12-25 10:11:29 +1100456
45719991223
458 - Merged later HPUX patch from Andre Lucas
459 <andre.lucas@dial.pipex.com>
460 - Above patch included better utmpx support from Ben Taylor
Damien Miller32b3cf21999-12-26 10:21:48 +1100461 <bent@clark.net>
Damien Miller2e1b0821999-12-25 10:11:29 +1100462
Damien Miller365199d1999-12-22 00:12:38 +110046319991222
464 - Fix undefined fd_set type in ssh.h from Povl H. Pedersen
465 <pope@netguide.dk>
Damien Miller1b0c2281999-12-22 16:09:48 +1100466 - Fix login.c breakage on systems which lack ut_host in struct
467 utmp. Reported by Willard Dawson <willard.dawson@sbs.siemens.com>
Damien Miller365199d1999-12-22 00:12:38 +1100468
Damien Miller76112de1999-12-21 11:18:08 +110046919991221
470 - Integration of large HPUX patch from Andre Lucas
471 <andre.lucas@dial.pipex.com>. Integrating it had a few other
472 benefits:
473 - Ability to disable shadow passwords at configure time
474 - Ability to disable lastlog support at configure time
475 - Support for IP address in $DISPLAY
Damien Millerf039bad1999-12-21 20:57:20 +1100476 - OpenBSD CVS update:
477 - [sshconnect.c]
478 say "REMOTE HOST IDENTIFICATION HAS CHANGED"
Damien Millercb7e5f91999-12-21 21:03:09 +1100479 - Fix DISABLE_SHADOW support
480 - Allow MD5 passwords even if shadow passwords are disabled
Damien Millere8852911999-12-21 22:50:50 +1100481 - Release 1.2.1pre19
Damien Miller76112de1999-12-21 11:18:08 +1100482
Damien Millerc4c647f1999-12-18 20:54:52 +110048319991218
484 - Redhat init script patch from Chun-Chung Chen
485 <cjj@u.washington.edu>
Damien Millerfdb7caf1999-12-18 20:57:40 +1100486 - Avoid breakage on systems without IPv6 headers
Damien Millerc4c647f1999-12-18 20:54:52 +1100487
Damien Millerab8a4da1999-12-16 13:05:30 +110048819991216
489 - Makefile changes for Solaris from Peter Kocks
490 <peter.kocks@baygate.com>
Damien Miller5e7c10e1999-12-16 13:18:04 +1100491 - Minor updates to docs
492 - Merged OpenBSD CVS changes:
493 - [authfd.c ssh-agent.c]
494 keysize warnings talk about identity files
495 - [packet.c]
496 "Connection closed by x.x.x.x": fatal() -> log()
Damien Miller8f9d5071999-12-16 15:10:45 +1100497 - Correctly handle empty passwords in shadow file. Patch from:
498 "Chris, the Young One" <cky@pobox.com>
499 - Released 1.2.1pre18
Damien Millerab8a4da1999-12-16 13:05:30 +1100500
Damien Miller84093e91999-12-15 09:06:28 +110050119991215
502 - Integrated patchs from Juergen Keil <jk@tools.de>
503 - Avoid void* pointer arithmatic
504 - Use LDFLAGS correctly
Damien Miller864ea591999-12-15 11:04:25 +1100505 - Fix SIGIO error in scp
506 - Simplify status line printing in scp
Damien Miller3b9d5e91999-12-15 09:34:31 +1100507 - Added better test for inline functions compiler support from
508 Darren_Hall@progressive.com
Damien Miller84093e91999-12-15 09:06:28 +1100509
Damien Millera34a28b1999-12-14 10:47:15 +110051019991214
511 - OpenBSD CVS Changes
512 - [canohost.c]
513 fix get_remote_port() and friends for sshd -i;
514 Holger.Trapp@Informatik.TU-Chemnitz.DE
515 - [mpaux.c]
516 make code simpler. no need for memcpy. niels@ ok
517 - [pty.c]
518 namebuflen not sizeof namebuflen; bnd@ep-ag.com via djm@mindrot.org
519 fix proto; markus
520 - [ssh.1]
521 typo; mark.baushke@solipsa.com
522 - [channels.c ssh.c ssh.h sshd.c]
523 type conflict for 'extern Type *options' in channels.c; dot@dotat.at
524 - [sshconnect.c]
525 move checking of hostkey into own function.
526 - [version.h]
527 OpenSSH-1.2.1
Damien Miller36b339a1999-12-14 10:54:47 +1100528 - Clean up broken includes in pty.c
Damien Miller6ae00d61999-12-14 15:43:03 +1100529 - Some older systems don't have poll.h, they use sys/poll.h instead
530 - Doc updates
Damien Millera34a28b1999-12-14 10:47:15 +1100531
Damien Millerc6b3bbe1999-12-13 08:27:33 +110053219991211
533 - Fix compilation on systems with AFS. Reported by
534 aloomis@glue.umd.edu
535 - Fix installation on Solaris. Reported by
536 Gordon Rowell <gordonr@gormand.com.au>
537 - Fix gccisms (__attribute__ and inline). Report by edgy@us.ibm.com,
538 patch from Markus Friedl <markus.friedl@informatik.uni-erlangen.de>
539 - Auto-locate xauth. Patch from David Agraz <dagraz@jahoopa.com>
540 - Compile fix from David Agraz <dagraz@jahoopa.com>
541 - Avoid compiler warning in bsd-snprintf.c
542 - Added pam_limits.so to default PAM config. Suggested by
543 Jim Knoble <jmknoble@pobox.com>
544
Damien Millerbf1c9b21999-12-09 10:16:54 +110054519991209
546 - Import of patch from Ben Taylor <bent@clark.net>:
547 - Improved PAM support
548 - "uninstall" rule for Makefile
549 - utmpx support
550 - Should fix PAM problems on Solaris
Damien Miller50945fa1999-12-09 10:31:37 +1100551 - OpenBSD CVS updates:
552 - [readpass.c]
553 avoid stdio; based on work by markus, millert, and I
554 - [sshd.c]
555 make sure the client selects a supported cipher
556 - [sshd.c]
557 fix sighup handling. accept would just restart and daemon handled
558 sighup only after the next connection was accepted. use poll on
559 listen sock now.
560 - [sshd.c]
561 make that a fatal
Damien Millerd7f66151999-12-09 10:48:58 +1100562 - Applied patch from David Rankin <drankin@bohemians.lexington.ky.us>
563 to fix libwrap support on NetBSD
Damien Miller6646bad1999-12-09 10:42:10 +1100564 - Released 1.2pre17
Damien Millerbf1c9b21999-12-09 10:16:54 +1100565
Damien Millerfce16481999-12-08 08:53:52 +110056619991208
567 - Compile fix for Solaris with /dev/ptmx from
568 David Agraz <dagraz@jahoopa.com>
569
Damien Miller0c078c61999-12-07 14:53:57 +110057019991207
571 - sshd Redhat init script patch from Jim Knoble <jmknoble@pobox.com>
572 fixes compatability with 4.x and 5.x
Damien Miller3bc14dd1999-12-07 14:54:53 +1100573 - Fixed default SSH_ASKPASS
Damien Millereabf3411999-12-07 14:56:27 +1100574 - Fix PAM account and session being called multiple times. Problem
575 reported by Adrian Baugh <adrian@merlin.keble.ox.ac.uk>
Damien Miller037a0dc1999-12-07 15:38:31 +1100576 - Merged more OpenBSD changes:
577 - [atomicio.c authfd.c scp.c serverloop.c ssh.h sshconnect.c sshd.c]
578 move atomicio into it's own file. wrap all socket write()s which
579 were doing write(sock, buf, len) != len, with atomicio() calls.
580 - [auth-skey.c]
581 fd leak
582 - [authfile.c]
583 properly name fd variable
584 - [channels.c]
585 display great hatred towards strcpy
586 - [pty.c pty.h sshd.c]
587 use openpty() if it exists (it does on BSD4_4)
588 - [tildexpand.c]
589 check for ~ expansion past MAXPATHLEN
590 - Modified helper.c to use new atomicio function.
591 - Reformat Makefile a little
592 - Moved RC4 routines from rc4.[ch] into helper.c
593 - Added autoconf code to detect /dev/ptmx (Solaris) and /dev/ptc (AIX)
Damien Milleraf2604a1999-12-07 16:21:40 +1100594 - Updated SuSE spec from Chris Saia <csaia@wtower.com>
595 - Tweaked Redhat spec
Damien Millerf5d69a51999-12-07 16:55:04 +1100596 - Clean up bad imports of a few files (forgot -kb)
597 - Released 1.2pre16
Damien Miller0c078c61999-12-07 14:53:57 +1100598
Damien Millerdc33fc31999-12-04 20:24:48 +110059919991204
600 - Small cleanup of PAM code in sshd.c
Damien Milleraae6c611999-12-06 11:47:28 +1100601 - Merged OpenBSD CVS changes:
602 - [auth-krb4.c auth-passwd.c auth-skey.c ssh.h]
603 move skey-auth from auth-passwd.c to auth-skey.c, same for krb4
604 - [auth-rsa.c]
605 warn only about mismatch if key is _used_
606 warn about keysize-mismatch with log() not error()
607 channels.c readconf.c readconf.h ssh.c ssh.h sshconnect.c
608 ports are u_short
609 - [hostfile.c]
610 indent, shorter warning
611 - [nchan.c]
612 use error() for internal errors
613 - [packet.c]
614 set loglevel for SSH_MSG_DISCONNECT to log(), not fatal()
615 serverloop.c
616 indent
617 - [ssh-add.1 ssh-add.c ssh.h]
618 document $SSH_ASKPASS, reasonable default
619 - [ssh.1]
620 CheckHostIP is not available for connects via proxy command
621 - [sshconnect.c]
622 typo
623 easier to read client code for passwd and skey auth
624 turn of checkhostip for proxy connects, since we don't know the remote ip
Damien Millerdc33fc31999-12-04 20:24:48 +1100625
Damien Miller42b81ff1999-11-26 12:21:24 +110062619991126
627 - Add definition for __P()
628 - Added [v]snprintf() replacement for systems that lack it
629
Damien Miller78224a01999-11-25 11:55:45 +110063019991125
631 - More reformatting merged from OpenBSD CVS
632 - Merged OpenBSD CVS changes:
633 - [channels.c]
634 fix packet_integrity_check() for !have_hostname_in_open.
635 report from mrwizard@psu.edu via djm@ibs.com.au
636 - [channels.c]
637 set SO_REUSEADDR and SO_LINGER for forwarded ports.
638 chip@valinux.com via damien@ibs.com.au
639 - [nchan.c]
640 it's not an error() if shutdown_write failes in nchan.
641 - [readconf.c]
642 remove dead #ifdef-0-code
643 - [readconf.c servconf.c]
644 strcasecmp instead of tolower
645 - [scp.c]
646 progress meter overflow fix from damien@ibs.com.au
647 - [ssh-add.1 ssh-add.c]
648 SSH_ASKPASS support
649 - [ssh.1 ssh.c]
650 postpone fork_after_authentication until command execution,
651 request/patch from jahakala@cc.jyu.fi via damien@ibs.com.au
652 plus: use daemon() for backgrounding
Damien Millerd8087f61999-11-25 12:31:26 +1100653 - Added BSD compatible install program and autoconf test, thanks to
654 Niels Kristian Bech Jensen <nkbj@image.dk>
655 - Solaris fixing, thanks to Ben Taylor <bent@clark.net>
Damien Miller063fdf81999-11-25 13:08:31 +1100656 - Merged beginnings of AIX support from Tor-Ake Fransson <torake@hotmail.com>
Damien Millerbf3f6ef1999-11-25 13:50:10 +1100657 - Release 1.2pre15
Damien Miller78224a01999-11-25 11:55:45 +1100658
Damien Miller95def091999-11-25 00:26:21 +110065919991124
660 - Merged very large OpenBSD source code reformat
661 - OpenBSD CVS updates
662 - [channels.c cipher.c compat.c log-client.c scp.c serverloop.c]
663 [ssh.h sshd.8 sshd.c]
664 syslog changes:
665 * Unified Logmessage for all auth-types, for success and for failed
666 * Standard connections get only ONE line in the LOG when level==LOG:
667 Auth-attempts are logged only, if authentication is:
668 a) successfull or
669 b) with passwd or
670 c) we had more than AUTH_FAIL_LOG failues
671 * many log() became verbose()
672 * old behaviour with level=VERBOSE
673 - [readconf.c readconf.h ssh.1 ssh.h sshconnect.c sshd.c]
674 tranfer s/key challenge/response data in SSH_SMSG_AUTH_TIS_CHALLENGE
675 messages. allows use of s/key in windows (ttssh, securecrt) and
676 ssh-1.2.27 clients without 'ssh -v', ok: niels@
677 - [sshd.8]
678 -V, for fallback to openssh in SSH2 compatibility mode
679 - [sshd.c]
680 fix sigchld race; cjc5@po.cwru.edu
681
Damien Miller294df781999-11-23 10:11:29 +110068219991123
683 - Added SuSE package files from Chris Saia <csaia@wtower.com>
Damien Miller3744b511999-11-23 11:24:32 +1100684 - Restructured package-related files under packages/*
Damien Miller294df781999-11-23 10:11:29 +1100685 - Added generic PAM config
Damien Miller3744b511999-11-23 11:24:32 +1100686 - Numerous little Solaris fixes
Damien Miller4d2f15f1999-11-23 12:36:29 +1100687 - Add recommendation to use GNU make to INSTALL document
Damien Miller294df781999-11-23 10:11:29 +1100688
Damien Miller22218721999-11-22 12:51:42 +110068919991122
690 - Make <enter> close gnome-ssh-askpass (Debian bug #50299)
Damien Miller83df0691999-11-22 13:22:29 +1100691 - OpenBSD CVS Changes
692 - [ssh-keygen.c]
693 don't create ~/.ssh only if the user wants to store the private
694 key there. show fingerprint instead of public-key after
695 keygeneration. ok niels@
Damien Millerb3ca3aa1999-11-22 13:57:07 +1100696 - Added OpenBSD bsd-strlcat.c, created bsd-strlcat.h
Damien Miller859cec01999-11-22 14:27:24 +1100697 - Added timersub() macro
Damien Millerb3ca3aa1999-11-22 13:57:07 +1100698 - Tidy RCSIDs of bsd-*.c
Damien Miller859cec01999-11-22 14:27:24 +1100699 - Added autoconf test and macro to deal with old PAM libraries
700 pam_strerror definition (one arg vs two).
Damien Millerd71b12e1999-11-22 15:24:34 +1100701 - Fix EGD problems (Thanks to Ben Taylor <bent@clark.net>)
702 - Retry /dev/urandom reads interrupted by signal (report from
703 Robert Hardy <rhardy@webcon.net>)
Damien Millerd7702521999-11-22 16:11:05 +1100704 - Added a setenv replacement for systems which lack it
Damien Millerd733c911999-11-22 18:11:23 +1100705 - Only display public key comment when presenting ssh-askpass dialog
706 - Released 1.2pre14
Damien Miller22218721999-11-22 12:51:42 +1100707
Damien Millerf7c0f821999-11-22 22:31:49 +1100708 - Configure, Make and changelog corrections from Tudor Bosman
709 <tudorb@jm.nu> and Niels Kristian Bech Jensen <nkbj@image.dk>
710
Damien Miller6162d121999-11-21 13:23:52 +110071119991121
Damien Miller83df0691999-11-22 13:22:29 +1100712 - OpenBSD CVS Changes:
Damien Miller22218721999-11-22 12:51:42 +1100713 - [channels.c]
714 make this compile, bad markus
715 - [log.c readconf.c servconf.c ssh.h]
716 bugfix: loglevels are per host in clientconfig,
717 factor out common log-level parsing code.
718 - [servconf.c]
719 remove unused index (-Wall)
720 - [ssh-agent.c]
721 only one 'extern char *__progname'
722 - [sshd.8]
723 document SIGHUP, -Q to synopsis
724 - [sshconnect.c serverloop.c sshd.c packet.c packet.h]
725 [channels.c clientloop.c]
726 SSH_CMSG_MAX_PACKET_SIZE, some clients use this, some need this, niels@
727 [hope this time my ISP stays alive during commit]
728 - [OVERVIEW README] typos; green@freebsd
729 - [ssh-keygen.c]
730 replace xstrdup+strcat with strlcat+fixed buffer, fixes OF (bad me)
731 exit if writing the key fails (no infinit loop)
732 print usage() everytime we get bad options
733 - [ssh-keygen.c] overflow, djm@mindrot.org
734 - [sshd.c] fix sigchld race; cjc5@po.cwru.edu
735
Damien Millerc6398ef1999-11-20 12:18:40 +110073619991120
737 - Merged more Solaris support from Marc G. Fournier
738 <marc.fournier@acadiau.ca>
739 - Wrote autoconf tests for integer bit-types
740 - Fixed enabling kerberos support
Damien Millerf58db381999-11-20 17:02:56 +1100741 - Fix segfault in ssh-keygen caused by buffer overrun in filename
742 handling.
Damien Millerc6398ef1999-11-20 12:18:40 +1100743
Damien Miller5bbbd361999-11-19 07:56:21 +110074419991119
745 - Merged PAM buffer overrun patch from Chip Salzenberg <chip@valinux.com>
Damien Miller23b78391999-11-19 08:25:48 +1100746 - Merged OpenBSD CVS changes
747 - [auth-rhosts.c auth-rsa.c ssh-agent.c sshconnect.c sshd.c]
748 more %d vs. %s in fmt-strings
749 - [authfd.c]
750 Integers should not be printed with %s
Damien Miller58fc4731999-11-19 12:05:01 +1100751 - EGD uses a socket, not a named pipe. Duh.
752 - Fix includes in fingerprint.c
Damien Millerdc9365b1999-11-19 12:34:14 +1100753 - Fix scp progress bar bug again.
Damien Millerf7c0f821999-11-22 22:31:49 +1100754 - Move ssh-askpass from ${libdir}/ssh to ${libexecdir}/ssh at request of
Damien Miller18ac1711999-11-19 12:43:19 +1100755 David Rankin <drankin@bohemians.lexington.ky.us>
Damien Miller80297751999-11-19 13:03:25 +1100756 - Added autoconf option to enable Kerberos 4 support (untested)
757 - Added autoconf option to enable AFS support (untested)
758 - Added autoconf option to enable S/Key support (untested)
759 - Added autoconf option to enable TCP wrappers support (compiles OK)
Damien Miller04f80141999-11-19 15:32:34 +1100760 - Renamed BSD helper function files to bsd-*
Damien Millerdd1c7ba1999-11-19 15:53:20 +1100761 - Added tests for login and daemon and enable OpenBSD replacements for
762 when they are absent.
763 - Added non-PAM MD5 password support patch from Tudor Bosman <tudorb@jm.nu>
Damien Miller5bbbd361999-11-19 07:56:21 +1100764
Damien Miller81428f91999-11-18 09:28:11 +110076519991118
766 - Merged OpenBSD CVS changes
767 - [scp.c] foregroundproc() in scp
768 - [sshconnect.h] include fingerprint.h
769 - [sshd.c] bugfix: the log() for passwd-auth escaped during logging
770 changes.
Damien Miller6ee95641999-11-18 11:35:13 +1100771 - [ssh.1] Spell my name right.
Damien Miller81428f91999-11-18 09:28:11 +1100772 - Added openssh.com info to README
773
Damien Miller10f6f6b1999-11-17 17:29:08 +110077419991117
775 - Merged OpenBSD CVS changes
776 - [ChangeLog.Ylonen] noone needs this anymore
777 - [authfd.c] close-on-exec for auth-socket, ok deraadt
778 - [hostfile.c]
779 in known_hosts key lookup the entry for the bits does not need
780 to match, all the information is contained in n and e. This
781 solves the problem with buggy servers announcing the wrong
782 modulus length. markus and me.
783 - [serverloop.c]
784 bugfix: check for space if child has terminated, from:
785 iedowse@maths.tcd.ie
786 - [ssh-add.1 ssh-add.c ssh-keygen.1 ssh-keygen.c sshconnect.c]
787 [fingerprint.c fingerprint.h]
788 rsa key fingerprints, idea from Bjoern Groenvall <bg@sics.se>
789 - [ssh-agent.1] typo
790 - [ssh.1] add OpenSSH information to AUTHOR section. okay markus@
791 - [sshd.c]
792 force logging to stderr while loading private key file
793 (lost while converting to new log-levels)
794
Damien Miller7e8e8201999-11-16 13:37:16 +110079519991116
796 - Fix some Linux libc5 problems reported by Miles Wilson <mw@mctitle.com>
797 - Merged OpenBSD CVS changes:
798 - [auth-rh-rsa.c auth-rsa.c authfd.c authfd.h hostfile.c mpaux.c]
799 [mpaux.h ssh-add.c ssh-agent.c ssh.h ssh.c sshd.c]
800 the keysize of rsa-parameter 'n' is passed implizit,
801 a few more checks and warnings about 'pretended' keysizes.
802 - [cipher.c cipher.h packet.c packet.h sshd.c]
803 remove support for cipher RC4
804 - [ssh.c]
805 a note for legay systems about secuity issues with permanently_set_uid(),
806 the private hostkey and ptrace()
807 - [sshconnect.c]
808 more detailed messages about adding and checking hostkeys
809
Damien Millerd05a2471999-11-15 14:25:30 +110081019991115
811 - Merged OpenBSD CVS changes:
812 - [ssh-add.c] change passphrase loop logic and remove ref to
813 $DISPLAY, ok niels
814 - Changed to ssh-add.c broke askpass support. Revised it to be a little more
815 modular.
816 - Revised autoconf support for enabling/disabling askpass support.
Damien Miller2ccf6611999-11-15 15:25:10 +1100817 - Merged more OpenBSD CVS changes:
818 [auth-krb4.c]
819 - disconnect if getpeername() fails
820 - missing xfree(*client)
821 [canohost.c]
822 - disconnect if getpeername() fails
823 - fix comment: we _do_ disconnect if ip-options are set
824 [sshd.c]
825 - disconnect if getpeername() fails
826 - move checking of remote port to central place
827 [auth-rhosts.c] move checking of remote port to central place
828 [log-server.c] avoid extra fd per sshd, from millert@
829 [readconf.c] print _all_ bad config-options in ssh(1), too
830 [readconf.h] print _all_ bad config-options in ssh(1), too
831 [ssh.c] print _all_ bad config-options in ssh(1), too
832 [sshconnect.c] disconnect if getpeername() fails
833 - OpenBSD's changes to sshd.c broke the PAM stuff, re-merged it.
Damien Miller3bd49ec1999-11-15 15:40:55 +1100834 - Various small cleanups to bring diff (against OpenBSD) size down.
Damien Miller3f905871999-11-15 17:10:57 +1100835 - Merged more Solaris compability from Marc G. Fournier
836 <marc.fournier@acadiau.ca>
837 - Wrote autoconf tests for __progname symbol
Damien Miller36682061999-11-15 17:19:24 +1100838 - RPM spec file fixes from Jim Knoble <jmknoble@pobox.com>
Damien Miller2e8b1c81999-11-15 23:33:56 +1100839 - Released 1.2pre12
840
841 - Another OpenBSD CVS update:
842 - [ssh-keygen.1] fix .Xr
Damien Millerd05a2471999-11-15 14:25:30 +1100843
Damien Miller0a6e6681999-11-15 09:56:06 +110084419991114
845 - Solaris compilation fixes (still imcomplete)
846
Damien Millerb0284381999-11-13 13:30:28 +110084719991113
Damien Miller192bd011999-11-13 23:56:35 +1100848 - Build patch from Niels Kristian Bech Jensen <nkbj@image.dk>
849 - Don't install config files if they already exist
850 - Fix inclusion of additional preprocessor directives from acconfig.h
Damien Millerb0284381999-11-13 13:30:28 +1100851 - Removed redundant inclusions of config.h
Damien Millerc6d5ce81999-11-15 16:01:07 +1100852 - Added 'Obsoletes' lines to RPM spec file
Damien Millerb0284381999-11-13 13:30:28 +1100853 - Merged OpenBSD CVS changes:
854 - [bufaux.c] save a view malloc/memcpy/memset/free's, ok niels
855 - [scp.c] fix overflow reported by damien@ibs.com.au: off_t
856 totalsize, ok niels,aaron
857 - Delay fork (-f option) in ssh until after port forwarded connections
858 have been initialised. Patch from Jani Hakala <jahakala@cc.jyu.fi>
Damien Miller2cb210f1999-11-13 15:40:10 +1100859 - Added shadow password patch from Thomas Neumann <tom@smart.ruhr.de>
860 - Added ifdefs to auth-passwd.c to exclude it when PAM is enabled
Damien Miller192bd011999-11-13 23:56:35 +1100861 - Tidied default config file some more
862 - Revised Redhat initscript to fix bug: sshd (re)start would fail
863 if executed from inside a ssh login.
Damien Millerb0284381999-11-13 13:30:28 +1100864
Damien Miller776af5d1999-11-12 08:49:09 +110086519991112
866 - Merged changes from OpenBSD CVS
867 - [sshd.c] session_key_int may be zero
Damien Miller32265091999-11-12 11:33:04 +1100868 - [auth-rh-rsa.c servconf.c servconf.h ssh.h sshd.8 sshd.c sshd_config]
869 IgnoreUserKnownHosts(default=no), used for RhostRSAAuth, ok
870 deraadt,millert
871 - Brought default sshd_config more in line with OpenBSD's
Damien Millerb9a692d1999-11-12 12:09:36 +1100872 - Grab server in gnome-ssh-askpass (Debian bug #49872)
873 - Released 1.2pre10
Damien Miller776af5d1999-11-12 08:49:09 +1100874
Damien Millerb5f89271999-11-12 14:35:58 +1100875 - Added INSTALL documentation
Damien Miller6d7b2cd1999-11-12 15:19:27 +1100876 - Merged yet more changes from OpenBSD CVS
877 - [auth-rh-rsa.c auth-rhosts.c auth-rsa.c channels.c clientloop.c]
878 [ssh.c ssh.h sshconnect.c sshd.c]
879 make all access to options via 'extern Options options'
880 and 'extern ServerOptions options' respectively;
881 options are no longer passed as arguments:
882 * make options handling more consistent
883 * remove #include "readconf.h" from ssh.h
884 * readconf.h is only included if necessary
885 - [mpaux.c] clear temp buffer
886 - [servconf.c] print _all_ bad options found in configfile
Damien Miller3d1b22c1999-11-12 15:46:08 +1100887 - Make ssh-askpass support optional through autoconf
Damien Miller9c8da3c1999-11-12 16:28:02 +1100888 - Fix nasty division-by-zero error in scp.c
889 - Released 1.2pre11
Damien Millerb5f89271999-11-12 14:35:58 +1100890
Damien Millerab18c411999-11-11 10:40:23 +110089119991111
892 - Added (untested) Entropy Gathering Daemon (EGD) support
Damien Miller4236f6e1999-11-12 12:22:31 +1100893 - Fixed /dev/urandom fd leak (Debian bug #49722)
Damien Miller33e511e1999-11-11 11:43:13 +1100894 - Merged OpenBSD CVS changes:
895 - [auth-rh-rsa.c] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
896 - [ssh.1] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
897 - [sshd.8] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
Damien Miller428f2471999-11-11 12:48:35 +1100898 - Fix integer overflow which was messing up scp's progress bar for large
Damien Millerc4c647f1999-12-18 20:54:52 +1100899 file transfers. Fix submitted to OpenBSD developers. Report and fix
900 from Kees Cook <cook@cpoint.net>
Damien Miller5ce662a1999-11-11 17:57:39 +1100901 - Merged more OpenBSD CVS changes:
902 - [auth-krb4.c auth-passwd.c] remove x11- and krb-cleanup from fatal()
903 + krb-cleanup cleanup
904 - [clientloop.c log-client.c log-server.c ]
905 [readconf.c readconf.h servconf.c servconf.h ]
906 [ssh.1 ssh.c ssh.h sshd.8]
907 add LogLevel {QUIET, FATAL, ERROR, INFO, CHAT, DEBUG} to ssh/sshd,
908 obsoletes QuietMode and FascistLogging in sshd.
Damien Miller776af5d1999-11-12 08:49:09 +1100909 - [sshd.c] fix fatal/assert() bug reported by damien@ibs.com.au:
910 allow session_key_int != sizeof(session_key)
911 [this should fix the pre-assert-removal-core-files]
912 - Updated default config file to use new LogLevel option and to improve
913 readability
914
Damien Millerb77870f1999-11-10 12:48:08 +110091519991110
Damien Miller4236f6e1999-11-12 12:22:31 +1100916 - Merged several minor fixes:
Damien Millerb77870f1999-11-10 12:48:08 +1100917 - ssh-agent commandline parsing
918 - RPM spec file now installs ssh setuid root
919 - Makefile creates libdir
Damien Millerab18c411999-11-11 10:40:23 +1100920 - Merged beginnings of Solaris compability from Marc G. Fournier
921 <marc.fournier@acadiau.ca>
Damien Millerb77870f1999-11-10 12:48:08 +1100922
Damien Millerc7b38ce1999-11-09 10:28:04 +110092319991109
924 - Autodetection of SSL/Crypto library location via autoconf
925 - Fixed location of ssh-askpass to follow autoconf
926 - Integrated Makefile patch from Niels Kristian Bech Jensen <nkbj@image.dk>
927 - Autodetection of RSAref library for US users
928 - Minor doc updates
Damien Millerda217a01999-11-09 10:35:52 +1100929 - Merged OpenBSD CVS changes:
930 - [rsa.c] bugfix: use correct size for memset()
931 - [sshconnect.c] warn if announced size of modulus 'n' != real size
Damien Miller742d2cb1999-11-09 14:28:26 +1100932 - Added GNOME passphrase requestor (use --with-gnome-askpass)
Damien Miller3f51bf51999-11-09 14:46:02 +1100933 - RPM build now creates subpackages
Damien Miller74389c91999-11-09 15:03:01 +1100934 - Released 1.2pre9
Damien Millerc7b38ce1999-11-09 10:28:04 +1100935
Damien Miller356a0b01999-11-08 15:30:59 +110093619991108
937 - Removed debian/ directory. This is now being maintained separately.
938 - Added symlinks for slogin in RPM spec file
939 - Fixed permissions on manpages in RPM spec file
940 - Added references to required libraries in README file
941 - Removed config.h.in from CVS
942 - Removed pwdb support (better pluggable auth is provided by glibc)
943 - Made PAM and requisite libdl optional
944 - Removed lots of unnecessary checks from autoconf
945 - Added support and autoconf test for openpty() function (Unix98 pty support)
946 - Fix for scp not finding ssh if not installed as /usr/bin/ssh
947 - Added TODO file
948 - Merged parts of Debian patch From Phil Hands <phil@hands.com>:
949 - Added ssh-askpass program
950 - Added ssh-askpass support to ssh-add.c
951 - Create symlinks for slogin on install
952 - Fix "distclean" target in makefile
953 - Added example for ssh-agent to manpage
954 - Added support for PAM_TEXT_INFO messages
955 - Disable internal /etc/nologin support if PAM enabled
956 - Merged latest OpenBSD CVS changes:
Damien Millerfd7c9111999-11-08 16:15:55 +1100957 - [all] replace assert() with error, fatal or packet_disconnect
Damien Miller356a0b01999-11-08 15:30:59 +1100958 - [sshd.c] don't send fail-msg but disconnect if too many authentication
959 failures
Damien Miller356a0b01999-11-08 15:30:59 +1100960 - [sshd.c] remove unused argument. ok dugsong
961 - [sshd.c] typo
962 - [rsa.c] clear buffers used for encryption. ok: niels
963 - [rsa.c] replace assert() with error, fatal or packet_disconnect
Damien Miller5ac5f1c1999-11-08 15:50:14 +1100964 - [auth-krb4.c] remove unused argument. ok dugsong
Damien Miller356a0b01999-11-08 15:30:59 +1100965 - Fixed coredump after merge of OpenBSD rsa.c patch
Damien Millere8d90681999-11-08 18:09:57 +1100966 - Released 1.2pre8
Damien Miller356a0b01999-11-08 15:30:59 +1100967
Damien Miller0aa8e531999-11-02 19:05:02 +110096819991102
969 - Merged change from OpenBSD CVS
970 - One-line cleanup in sshd.c
971
Damien Miller744da801999-10-30 09:12:25 +100097219991030
973 - Integrated debian package support from Dan Brosemer <odin@linuxfreak.com>
Damien Miller1e4772c1999-10-30 11:39:56 +1000974 - Merged latest updates for OpenBSD CVS:
975 - channels.[ch] - remove broken x11 fix and document istate/ostate
976 - ssh-agent.c - call setsid() regardless of argv[]
977 - ssh.c - save a few lines when disabling rhosts-{rsa-}auth
978 - Documentation cleanups
979 - Renamed README -> README.Ylonen
980 - Renamed README.openssh ->README
Damien Miller744da801999-10-30 09:12:25 +1000981
Damien Miller070f7a11999-10-29 10:29:29 +100098219991029
983 - Renamed openssh* back to ssh* at request of Theo de Raadt
984 - Incorporated latest changes from OpenBSD's CVS
985 - Integrated Makefile patch from Niels Kristian Bech Jensen <nkbj@image.dk>
986 - Integrated PAM env patch from Nalin Dahyabhai <nalin.dahyabhai@pobox.com>
Damien Miller07a826d1999-10-29 11:49:20 +1000987 - Make distclean now removed configure script
988 - Improved PAM logging
989 - Added some debug() calls for PAM
Damien Miller65b3c131999-10-29 12:37:01 +1000990 - Removed redundant subdirectories
991 - Integrated part of a patch from Dan Brosemer <odin@linuxfreak.com> for
992 building on Debian.
Damien Millerd0562b31999-10-29 13:09:40 +1000993 - Fixed off-by-one error in PAM env patch
994 - Released 1.2pre6
Damien Miller070f7a11999-10-29 10:29:29 +1000995
Damien Miller7f6ea021999-10-28 13:25:17 +100099619991028
997 - Further PAM enhancements.
998 - Much cleaner
999 - Now uses account and session modules for all logins.
1000 - Integrated patch from Dan Brosemer <odin@linuxfreak.com>
1001 - Build fixes
1002 - Autoconf
1003 - Change binary names to open*
1004 - Fixed autoconf script to detect PAM on RH6.1
1005 - Added tests for libpwdb, and OpenBSD functions to autoconf
Damien Millereff18d61999-10-28 14:14:38 +10001006 - Released 1.2pre4
Damien Miller29b5a591999-10-28 15:46:27 +10001007
1008 - Imported latest OpenBSD CVS code
1009 - Updated README.openssh
Damien Miller34d0b611999-10-28 17:51:40 +10001010 - Released 1.2pre5
Damien Miller29b5a591999-10-28 15:46:27 +10001011
Damien Miller7f6ea021999-10-28 13:25:17 +1000101219991027
1013 - Adapted PAM patch.
1014 - Released 1.0pre2
Damien Millerd4a8b7e1999-10-27 13:42:43 +10001015
Damien Miller7f6ea021999-10-28 13:25:17 +10001016 - Excised my buggy replacements for strlcpy and mkdtemp
1017 - Imported correct OpenBSD strlcpy and mkdtemp routines.
1018 - Reduced arc4random_stir entropy read to 32 bytes (256 bits)
1019 - Picked up correct version number from OpenBSD
1020 - Added sshd.pam PAM configuration file
1021 - Added sshd.init Redhat init script
1022 - Added openssh.spec RPM spec file
1023 - Released 1.2pre3
Damien Millerd4a8b7e1999-10-27 13:42:43 +10001024
Damien Miller7f6ea021999-10-28 13:25:17 +1000102519991026
1026 - Fixed include paths of OpenSSL functions
1027 - Use OpenSSL MD5 routines
1028 - Imported RC4 code from nanocrypt
1029 - Wrote replacements for OpenBSD arc4random* functions
1030 - Wrote replacements for strlcpy and mkdtemp
1031 - Released 1.0pre1