blob: 906e09f0456838cc3092dd9ca8300e5fc659c204 [file] [log] [blame]
Damien Miller193ba882000-04-04 10:21:09 +1000120000404
2 - Add tests for RAND_add function when searching for OpenSSL
Damien Miller33b13562000-04-04 14:38:59 +10003 - OpenBSD CVS update:
4 - [packet.h packet.c]
5 ssh2 packet format
6 - [packet.h packet.c nchan2.ms nchan.h compat.h compat.c]
7 [channels.h channels.c]
8 channel layer support for ssh2
9 - [kex.h kex.c hmac.h hmac.c dsa.c dsa.h]
10 DSA, keyexchange, algorithm agreement for ssh2
Damien Miller193ba882000-04-04 10:21:09 +100011
Damien Miller040f3832000-04-03 14:50:43 +10001220000403
13 - Wrote entropy collection routines for systems that lack /dev/random
14 and EGD
Damien Miller70494d12000-04-03 15:57:06 +100015 - Disable tests and typedefs for 64 bit types. They are currently unused.
Damien Miller040f3832000-04-03 14:50:43 +100016
Damien Millerb38eff82000-04-01 11:09:21 +10001720000401
18 - Big OpenBSD CVS update (mainly beginnings of SSH2 infrastructure)
19 - [auth.c session.c sshd.c auth.h]
20 split sshd.c -> auth.c session.c sshd.c plus cleanup and goto-removal
21 - [bufaux.c bufaux.h]
22 support ssh2 bignums
23 - [channels.c channels.h clientloop.c sshd.c nchan.c nchan.h packet.c]
24 [readconf.c ssh.c ssh.h serverloop.c]
25 replace big switch() with function tables (prepare for ssh2)
26 - [ssh2.h]
27 ssh2 message type codes
28 - [sshd.8]
29 reorder Xr to avoid cutting
30 - [serverloop.c]
31 close(fdin) if fdin != fdout, shutdown otherwise, ok theo@
32 - [channels.c]
33 missing close
34 allow bigger packets
35 - [cipher.c cipher.h]
36 support ssh2 ciphers
37 - [compress.c]
38 cleanup, less code
39 - [dispatch.c dispatch.h]
40 function tables for different message types
41 - [log-server.c]
42 do not log() if debuggin to stderr
43 rename a cpp symbol, to avoid param.h collision
44 - [mpaux.c]
45 KNF
46 - [nchan.c]
47 sync w/ channels.c
48
Damien Miller2c9279f2000-03-26 12:12:34 +10004920000326
50 - Better tests for OpenSSL w/ RSAref
51 - Added replacement setenv() function from OpenBSD libc. Suggested by
52 Ben Lindstrom <mouring@pconline.com>
Damien Miller450a7a12000-03-26 13:04:51 +100053 - OpenBSD CVS update
54 - [auth-krb4.c]
55 -Wall
56 - [auth-rh-rsa.c auth-rsa.c hostfile.c hostfile.h key.c key.h match.c]
57 [match.h ssh.c ssh.h sshconnect.c sshd.c]
58 initial support for DSA keys. ok deraadt@, niels@
59 - [cipher.c cipher.h]
60 remove unused cipher_attack_detected code
61 - [scp.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
62 Fix some formatting problems I missed before.
63 - [ssh.1 sshd.8]
64 fix spelling errors, From: FreeBSD
65 - [ssh.c]
66 switch to raw mode only if he _get_ a pty (not if we _want_ a pty).
Damien Miller2c9279f2000-03-26 12:12:34 +100067
Damien Miller63a46cc2000-03-24 09:24:33 +11006820000324
69 - Released 1.2.3
70
Damien Miller29ea30d2000-03-17 10:54:15 +11007120000317
72 - Clarified --with-default-path option.
73 - Added -blibpath handling for AIX to work around stupid runtime linking.
74 Problem elucidated by gshapiro@SENDMAIL.ORG by way of Jim Knoble
75 <jmknoble@pobox.com>
Damien Millerd6121d22000-03-17 23:26:46 +110076 - Checks for 64 bit int types. Problem report from Mats Fredholm
77 <matsf@init.se>
Damien Miller7684ee12000-03-17 23:40:15 +110078 - OpenBSD CVS updates:
79 - [atomicio.c auth-krb4.c bufaux.c channels.c compress.c fingerprint.c]
80 [packet.h radix.c rsa.c scp.c ssh-agent.c ssh-keygen.c sshconnect.c]
81 [sshd.c]
82 pedantic: signed vs. unsigned, void*-arithm, etc
83 - [ssh.1 sshd.8]
84 Various cleanups and standardizations.
Damien Millere37ac5a2000-03-17 23:58:59 +110085 - Runtime error fix for HPUX from Otmar Stahl
86 <O.Stahl@lsw.uni-heidelberg.de>
Damien Miller29ea30d2000-03-17 10:54:15 +110087
Damien Miller08c788a2000-03-16 07:52:29 +11008820000316
89 - Fixed configure not passing LDFLAGS to Solaris. Report from David G.
90 Hesprich <dghespri@sprintparanet.com>
Damien Miller166bd442000-03-16 10:48:25 +110091 - Propogate LD through to Makefile
Damien Millerfd263682000-03-16 11:51:09 +110092 - Doc cleanups
Damien Millerca9a49c2000-03-16 12:23:13 +110093 - Added blurb about "scp: command not found" errors to UPGRADING
Damien Miller08c788a2000-03-16 07:52:29 +110094
Damien Millera1ad4802000-03-15 10:04:54 +11009520000315
96 - Fix broken CFLAGS handling during search for OpenSSL. Fixes va_list
97 problems with gcc/Solaris.
Damien Millerf09b07a2000-03-15 11:23:48 +110098 - Don't free argument to putenv() after use (in setenv() replacement).
99 Report from Seigo Tanimura <tanimura@r.dl.itc.u-tokyo.ac.jp>
Damien Miller8b1c22b2000-03-15 12:13:01 +1100100 - Created contrib/ subdirectory. Included helpers from Phil Hands'
101 Debian package, README file and chroot patch from Ricardo Cerqueira
102 <rmcc@clix.pt>
Damien Miller96873222000-03-16 12:07:43 +1100103 - Moved gnome-ssh-askpass.c to contrib directory and removed config
Damien Miller8b1c22b2000-03-15 12:13:01 +1100104 option.
105 - Slight cleanup to doc files
Damien Miller856799b2000-03-15 21:18:10 +1100106 - Configure fix from Bratislav ILICH <bilic@zepter.ru>
Damien Millera1ad4802000-03-15 10:04:54 +1100107
Damien Miller1c67c992000-03-14 10:16:34 +110010820000314
109 - Include macro for IN6_IS_ADDR_V4MAPPED. Report from
110 peter@frontierflying.com
Damien Millerdb819592000-03-14 13:44:01 +1100111 - Include /usr/local/include and /usr/local/lib for systems that don't
112 do it themselves
113 - -R/usr/local/lib for Solaris
114 - Fix RSAref detection
115 - Fix IN6_IS_ADDR_V4MAPPED macro
Damien Miller1c67c992000-03-14 10:16:34 +1100116
Damien Millerb85dcad2000-03-11 11:37:00 +110011720000311
118 - Detect RSAref
Damien Miller02491e92000-03-11 11:58:28 +1100119 - OpenBSD CVS change
120 [sshd.c]
121 - disallow guessing of root password
Damien Millerd58b3ab2000-03-11 20:05:11 +1100122 - More configure fixes
Damien Miller7bcb0892000-03-11 20:45:40 +1100123 - IPv6 workarounds from Hideaki YOSHIFUJI <yoshfuji@ecei.tohoku.ac.jp>
Damien Millerb85dcad2000-03-11 11:37:00 +1100124
Damien Miller98c7ad62000-03-09 21:27:49 +110012520000309
126 - OpenBSD CVS updates to v1.2.3
127 [ssh.h atomicio.c]
128 - int atomicio -> ssize_t (for alpha). ok deraadt@
129 [auth-rsa.c]
130 - delay MD5 computation until client sends response, free() early, cleanup.
131 [cipher.c]
132 - void* -> unsigned char*, ok niels@
133 [hostfile.c]
134 - remove unused variable 'len'. fix comments.
135 - remove unused variable
136 [log-client.c log-server.c]
137 - rename a cpp symbol, to avoid param.h collision
138 [packet.c]
139 - missing xfree()
140 - getsockname() requires initialized tolen; andy@guildsoftware.com
141 - use getpeername() in packet_connection_is_on_socket(), fixes sshd -i;
142 from Holger.Trapp@Informatik.TU-Chemnitz.DE
143 [pty.c pty.h]
144 - register cleanup for pty earlier. move code for pty-owner handling to
145 pty.c ok provos@, dugsong@
146 [readconf.c]
147 - turn off x11-fwd for the client, too.
148 [rsa.c]
149 - PKCS#1 padding
150 [scp.c]
151 - allow '.' in usernames; from jedgar@fxp.org
152 [servconf.c]
153 - typo: ignore_user_known_hosts int->flag; naddy@mips.rhein-neckar.de
154 - sync with sshd_config
155 [ssh-keygen.c]
156 - enable ssh-keygen -l -f ~/.ssh/known_hosts, ok deraadt@
157 [ssh.1]
158 - Change invalid 'CHAT' loglevel to 'VERBOSE'
159 [ssh.c]
160 - suppress AAAA query host when '-4' is used; from shin@nd.net.fujitsu.co.jp
161 - turn off x11-fwd for the client, too.
162 [sshconnect.c]
163 - missing xfree()
164 - retry rresvport_af(), too. from sumikawa@ebina.hitachi.co.jp.
165 - read error vs. "Connection closed by remote host"
166 [sshd.8]
167 - ie. -> i.e.,
168 - do not link to a commercial page..
169 - sync with sshd_config
170 [sshd.c]
171 - no need for poll.h; from bright@wintelcom.net
172 - log with level log() not fatal() if peer behaves badly.
173 - don't panic if client behaves strange. ok deraadt@
174 - make no-port-forwarding for RSA keys deny both -L and -R style fwding
175 - delay close() of pty until the pty has been chowned back to root
176 - oops, fix comment, too.
177 - missing xfree()
178 - move XAUTHORITY to subdir. ok dugsong@. fixes debian bug #57907, too.
179 (http://cgi.debian.org/cgi-bin/bugreport.cgi?archive=no&bug=57907)
180 - register cleanup for pty earlier. move code for pty-owner handling to
181 pty.c ok provos@, dugsong@
182 - create x11 cookie file
183 - fix pr 1113, fclose() -> pclose(), todo: remote popen()
184 - version 1.2.3
185 - Cleaned up
Damien Miller8f975b62000-03-09 22:31:13 +1100186 - Removed warning workaround for Linux and devpts filesystems (no longer
187 required after OpenBSD updates)
Damien Miller98c7ad62000-03-09 21:27:49 +1100188
Damien Miller1a07ebd2000-03-08 09:03:44 +110018920000308
190 - Configure fix from Hiroshi Takekawa <takekawa@sr3.t.u-tokyo.ac.jp>
191
19220000307
193 - Released 1.2.2p1
194
Damien Miller01bedb82000-03-05 16:10:03 +110019520000305
196 - Fix DEC compile fix
Damien Millerfac99cd2000-03-05 16:10:45 +1100197 - Explicitly seed OpenSSL's PRNG before checking rsa_alive()
Damien Miller9fb07e42000-03-05 16:22:59 +1100198 - Check for getpagesize in libucb.a if not found in libc. Fix for old
199 Solaris from Andre Lucas <andre.lucas@dial.pipex.com>
Damien Miller65165f82000-03-05 17:02:45 +1100200 - Check for libwrap if --with-tcp-wrappers option specified. Suggestion
201 Mate Wierdl <mw@moni.msci.memphis.edu>
Damien Miller01bedb82000-03-05 16:10:03 +1100202
Damien Miller4095f892000-03-03 22:13:52 +110020320000303
204 - Added "make host-key" target, Suggestion from Dominik Brettnacher
205 <domi@saargate.de>
Damien Miller3c7eeb22000-03-03 22:35:33 +1100206 - Don't permanently fail on bind() if getaddrinfo has more choices left for
207 us. Needed to work around messy IPv6 on Linux. Patch from Arkadiusz
208 Miskiewicz <misiek@pld.org.pl>
Damien Miller00d4bb12000-03-03 22:48:49 +1100209 - DEC Unix compile fix from David Del Piero <David.DelPiero@qed.qld.gov.au>
210 - Manpage fix from David Del Piero <David.DelPiero@qed.qld.gov.au>
Damien Miller4095f892000-03-03 22:13:52 +1100211
Damien Millera22ba012000-03-02 23:09:20 +110021220000302
213 - Big cleanup of autoconf code
214 - Rearranged to be a little more logical
215 - Added -R option for Solaris
216 - Rewrote OpenSSL detection code. Now uses AC_TRY_RUN with a test program
217 to detect library and header location _and_ ensure library has proper
218 RSA support built in (this is a problem with OpenSSL 0.9.5).
Damien Millerc7d8dbb2000-03-02 23:30:53 +1100219 - Applied pty cleanup patch from markus.friedl@informatik.uni-erlangen.de
Damien Millerc4cea3e2000-03-02 23:31:50 +1100220 - Avoid warning message with Unix98 ptys
Damien Miller204ad072000-03-02 23:56:12 +1100221 - Warning was valid - possible race condition on PTYs. Avoided using
222 platform-specific code.
223 - Document some common problems
Damien Miller2453d012000-03-02 23:57:18 +1100224 - Allow root access to any key. Patch from
225 markus.friedl@informatik.uni-erlangen.de
Damien Millera22ba012000-03-02 23:09:20 +1100226
Damien Miller36143d72000-02-07 13:20:26 +110022720000207
228 - Removed SOCKS code. Will support through a ProxyCommand.
229
Damien Miller18522462000-02-03 01:07:07 +110023020000203
231 - Fixed SEGVs in authloop, fix from vbzoli@hbrt.hu
Damien Miller0c0e4bf2000-02-03 13:58:51 +1100232 - Add --with-ssl-dir option
Damien Miller18522462000-02-03 01:07:07 +1100233
Damien Miller65527582000-02-02 19:17:40 +110023420000202
235 - Fix lastlog code for directory based lastlogs. Fix from Josh Durham
236 <jmd@aoe.vt.edu>
Damien Miller17872522000-02-02 20:56:20 +1100237 - Documentation fixes from HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
238 - Added URLs to Japanese translations of documents by HARUYAMA Seigo
239 <haruyama@nt.phys.s.u-tokyo.ac.jp>
Damien Miller65527582000-02-02 19:17:40 +1100240
Damien Miller9e53f352000-02-01 23:05:30 +110024120000201
242 - Use socket pairs by default (instead of pipes). Prevents race condition
243 on several (buggy) OSs. Report and fix from tridge@linuxcare.com
244
Damien Millerf07390e2000-01-29 20:40:22 +110024520000127
246 - Seed OpenSSL's random number generator before generating RSA keypairs
247 - Split random collector into seperate file
Damien Miller6034fdf2000-01-29 20:55:09 +1100248 - Compile fix from Andre Lucas <andre.lucas@dial.pipex.com>
Damien Millerf07390e2000-01-29 20:40:22 +1100249
Damien Miller27f4c782000-01-27 18:22:13 +110025020000126
251 - Released 1.2.2 stable
252
253 - NeXT keeps it lastlog in /usr/adm. Report from
254 mouring@newton.pconline.com
Damien Millerc85f9b42000-01-29 10:20:21 +1100255 - Added note in UPGRADING re interop with commercial SSH using idea.
256 Report from Jim Knoble <jmknoble@pobox.com>
257 - Fix linking order for Kerberos/AFS. Fix from Holget Trapp
258 <Holger.Trapp@Informatik.TU-Chemnitz.DE>
Damien Miller27f4c782000-01-27 18:22:13 +1100259
Damien Millerd89c24b2000-01-26 11:04:48 +110026020000125
261 - Fix NULL pointer dereference in login.c. Fix from Andre Lucas
262 <andre.lucas@dial.pipex.com>
Damien Millerfa51a832000-01-26 11:07:22 +1100263 - Reorder PAM initialisation so it does not mess up lastlog. Reported
264 by Andre Lucas <andre.lucas@dial.pipex.com>
Damien Miller0e1cf7c2000-01-26 12:15:30 +1100265 - Use preformatted manpages on SCO, report from Gary E. Miller
266 <gem@rellim.com>
267 - New URL for x11-ssh-askpass.
Damien Miller6d844932000-01-26 12:17:50 +1100268 - Fixpaths was missing /etc/ssh_known_hosts. Report from Jim Knoble
269 <jmknoble@pobox.com>
Damien Miller7d7c60d2000-01-26 14:37:48 +1100270 - Added 'DESTDIR' option to Makefile to ease package building. Patch from
271 Jim Knoble <jmknoble@pobox.com>
272 - Updated RPM spec files to use DESTDIR
Damien Millerd89c24b2000-01-26 11:04:48 +1100273
Damien Miller68cee102000-01-24 17:02:27 +110027420000124
275 - Pick up version 1.2.2 from OpenBSD CVS (no changes, just version number
276 increment)
277
Damien Miller6fe375d2000-01-23 09:38:00 +110027820000123
279 - OpenBSD CVS:
280 - [packet.c]
281 getsockname() requires initialized tolen; andy@guildsoftware.com
Damien Miller1fa154b2000-01-23 10:32:03 +1100282 - AIX patch from Matt Richards <v2matt@btv.ibm.com> and David Rankin
283 <drankin@bohemians.lexington.ky.us>
Damien Millerdef0dc92000-01-23 20:18:35 +1100284 - Fix lastlog support, patch from Andre Lucas <andre.lucas@dial.pipex.com>
Damien Miller6fe375d2000-01-23 09:38:00 +1100285
Damien Miller91427002000-01-22 13:25:13 +110028620000122
287 - Fix compilation of bsd-snprintf.c on Solaris, fix from Ben Taylor
288 <bent@clark.net>
Damien Miller670a4b82000-01-22 13:53:11 +1100289 - Merge preformatted manpage patch from Andre Lucas
290 <andre.lucas@dial.pipex.com>
Damien Miller07278932000-01-22 14:05:37 +1100291 - Make IPv4 use the default in RPM packages
292 - Irix uses preformatted manpages
Damien Miller8dbbe6e2000-01-22 18:17:42 +1100293 - Missing htons() in bsd-bindresvport.c, fix from Holger Trapp
294 <Holger.Trapp@Informatik.TU-Chemnitz.DE>
Damien Millerf052aaf2000-01-22 19:47:21 +1100295 - OpenBSD CVS updates:
296 - [packet.c]
297 use getpeername() in packet_connection_is_on_socket(), fixes sshd -i;
298 from Holger.Trapp@Informatik.TU-Chemnitz.DE
299 - [sshd.c]
300 log with level log() not fatal() if peer behaves badly.
301 - [readpass.c]
302 instead of blocking SIGINT, catch it ourselves, so that we can clean
303 the tty modes up and kill ourselves -- instead of our process group
304 leader (scp, cvs, ...) going away and leaving us in noecho mode.
305 people with cbreak shells never even noticed..
Damien Miller14537852000-01-22 19:57:40 +1100306 - [ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
307 ie. -> i.e.,
Damien Miller91427002000-01-22 13:25:13 +1100308
Damien Millereca71f82000-01-20 22:38:27 +110030920000120
310 - Don't use getaddrinfo on AIX
Damien Miller396691a2000-01-20 22:44:08 +1100311 - Update to latest OpenBSD CVS:
312 - [auth-rsa.c]
313 - fix user/1056, sshd keeps restrictions; dbt@meat.net
314 - [sshconnect.c]
315 - disable agent fwding for proto 1.3, remove abuse of auth-rsa flags.
316 - destroy keys earlier
Damien Milleree1c0b32000-01-21 00:18:15 +1100317 - split key exchange (kex) and user authentication (user-auth),
318 ok: provos@
Damien Miller396691a2000-01-20 22:44:08 +1100319 - [sshd.c]
320 - no need for poll.h; from bright@wintelcom.net
321 - disable agent fwding for proto 1.3, remove abuse of auth-rsa flags.
Damien Milleree1c0b32000-01-21 00:18:15 +1100322 - split key exchange (kex) and user authentication (user-auth),
323 ok: provos@
Damien Miller88b86e42000-01-20 23:13:35 +1100324 - Big manpage and config file cleanup from Andre Lucas
325 <andre.lucas@dial.pipex.com>
Damien Miller886c63a2000-01-20 23:13:36 +1100326 - Re-added latest (unmodified) OpenBSD manpages
Damien Millereab2ce02000-01-20 23:58:22 +1100327 - Doc updates
Damien Milleree1c0b32000-01-21 00:18:15 +1100328 - NetBSD patch from David Rankin <drankin@bohemians.lexington.ky.us> and
329 Christos Zoulas <christos@netbsd.org>
Damien Millereca71f82000-01-20 22:38:27 +1100330
Damien Miller9550a242000-01-19 10:41:23 +110033120000119
Damien Millereaf99942000-01-19 13:45:07 +1100332 - SCO compile fixes from Gary E. Miller <gem@rellim.com>
Damien Miller9550a242000-01-19 10:41:23 +1100333 - Compile fix from Darren_Hall@progressive.com
Damien Miller7d80e342000-01-19 14:36:49 +1100334 - Linux/glibc-2.1.2 takes a *long* time to look up names for AF_UNSPEC
335 addresses using getaddrinfo(). Added a configure switch to make the
336 default lookup mode AF_INET
Damien Miller9550a242000-01-19 10:41:23 +1100337
Damien Millerdbd250f2000-01-18 08:57:14 +110033820000118
339 - Fixed --with-pid-dir option
Damien Millerca673b32000-01-18 09:01:27 +1100340 - Makefile fix from Gary E. Miller <gem@rellim.com>
Damien Millere0f45742000-01-18 09:12:06 +1100341 - Compile fix for HPUX and Solaris from Andre Lucas
342 <andre.lucas@dial.pipex.com>
Damien Millerdbd250f2000-01-18 08:57:14 +1100343
Damien Millerb9b94a72000-01-17 09:52:46 +110034420000117
345 - Clean up bsd-bindresvport.c. Use arc4random() for picking initial
346 port, ignore EINVAL errors (Linux) when searching for free port.
Damien Miller834171e2000-01-17 09:59:41 +1100347 - Revert __snprintf -> snprintf aliasing. Apparently Solaris
348 __snprintf isn't. Report from Theo de Raadt <theo@cvs.openbsd.org>
Damien Millerf693d3b2000-01-17 11:56:27 +1100349 - Document location of Redhat PAM file in INSTALL.
Damien Millere2192732000-01-17 13:22:55 +1100350 - Fixed X11 forwarding bug on Linux. libc advertises AF_INET6
351 INADDR_ANY_INIT addresses via getaddrinfo, but may not be able to
Damien Miller19fe9c72000-01-17 15:23:01 +1100352 deliver (no IPv6 kernel support)
Damien Millere2192732000-01-17 13:22:55 +1100353 - Released 1.2.1pre27
Damien Millerb9b94a72000-01-17 09:52:46 +1100354
Damien Miller19fe9c72000-01-17 15:23:01 +1100355 - Fix rresvport_af failure errors (logic error in bsd-bindresvport.c)
Damien Millerd426ed62000-01-17 19:22:36 +1100356 - Fix --with-ipaddr-display option test. Fix from Jarno Huuskonen
357 <jhuuskon@hytti.uku.fi>
Damien Millerb284b542000-01-17 20:55:18 +1100358 - Fix hang on logout if processes are still using the pty. Needs
359 further testing.
Damien Miller66409952000-01-17 21:40:06 +1100360 - Patch from Christos Zoulas <christos@zoulas.com>
361 - Try $prefix first when looking for OpenSSL.
362 - Include sys/types.h when including sys/socket.h in test programs
Damien Millerb13c73e2000-01-17 22:02:17 +1100363 - Substitute PID directory in sshd.8. Suggestion from Andrew
364 Stribblehill <a.d.stribblehill@durham.ac.uk>
Damien Miller19fe9c72000-01-17 15:23:01 +1100365
Damien Miller5eed6a22000-01-16 12:05:18 +110036620000116
367 - Renamed --with-xauth-path to --with-xauth
368 - Added --with-pid-dir option
369 - Released 1.2.1pre26
370
Damien Miller8f926492000-01-16 18:19:25 +1100371 - Compilation fix from Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
Damien Miller62a52ef2000-01-16 23:03:56 +1100372 - Fixed broken bugfix for /dev/ptmx on Linux systems which lack
373 openpty(). Report from Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
Damien Miller8f926492000-01-16 18:19:25 +1100374
Damien Millerb29ea912000-01-15 14:12:03 +110037520000115
376 - Add --with-xauth-path configure directive and explicit test for
377 /usr/openwin/bin/xauth for Solaris systems. Report from Anders
378 Nordby <anders@fix.no>
379 - Fix incorrect detection of /dev/ptmx on Linux systems that lack
380 openpty. Report from John Seifarth <john@waw.be>
381 - Look for intXX_t and u_intXX_t in sys/bitypes.h if they are not in
382 sys/types.h. Fixes problems on SCO, report from Gary E. Miller
383 <gem@rellim.com>
384 - Use __snprintf and __vnsprintf if they are found where snprintf and
385 vnsprintf are lacking. Suggested by Ben Taylor <bent@shell.clark.net>
386 and others.
387
Damien Miller34132e52000-01-14 15:45:46 +110038820000114
389 - Merged OpenBSD IPv6 patch:
390 - [sshd.c sshd.8 sshconnect.c ssh.h ssh.c servconf.h servconf.c scp.1]
391 [scp.c packet.h packet.c login.c log.c canohost.c channels.c]
392 [hostfile.c sshd_config]
393 ipv6 support: mostly gethostbyname->getaddrinfo/getnameinfo, new
394 features: sshd allows multiple ListenAddress and Port options. note
395 that libwrap is not IPv6-ready. (based on patches from
396 fujiwara@rcac.tdi.co.jp)
397 - [ssh.c canohost.c]
398 more hints (hints.ai_socktype=SOCK_STREAM) for getaddrinfo,
399 from itojun@
400 - [channels.c]
401 listen on _all_ interfaces for X11-Fwd (hints.ai_flags = AI_PASSIVE)
402 - [packet.h]
403 allow auth-kerberos for IPv4 only
404 - [scp.1 sshd.8 servconf.h scp.c]
405 document -4, -6, and 'ssh -L 2022/::1/22'
406 - [ssh.c]
407 'ssh @host' is illegal (null user name), from
408 karsten@gedankenpolizei.de
409 - [sshconnect.c]
410 better error message
411 - [sshd.c]
412 allow auth-kerberos for IPv4 only
413 - Big IPv6 merge:
414 - Cleanup overrun in sockaddr copying on RHL 6.1
415 - Replacements for getaddrinfo, getnameinfo, etc based on versions
416 from patch from KIKUCHI Takahiro <kick@kyoto.wide.ad.jp>
417 - Replacement for missing structures on systems that lack IPv6
418 - record_login needed to know about AF_INET6 addresses
419 - Borrowed more code from OpenBSD: rresvport_af and requisites
420
Damien Miller25e42562000-01-11 10:59:47 +110042120000110
422 - Fixes to auth-skey to enable it to use the standard OpenSSL libraries
423
Damien Miller2edcda52000-01-07 08:56:05 +110042420000107
425 - New config.sub and config.guess to fix problems on SCO. Supplied
426 by Gary E. Miller <gem@rellim.com>
Damien Millerfa824cb2000-01-07 18:51:27 +1100427 - SCO build fix from Gary E. Miller <gem@rellim.com>
Damien Miller25e42562000-01-11 10:59:47 +1100428 - Released 1.2.1pre25
Damien Miller2edcda52000-01-07 08:56:05 +1100429
Damien Miller105b7f02000-01-07 08:45:55 +110043020000106
431 - Documentation update & cleanup
432 - Better KrbIV / AFS detection, based on patch from:
433 Holger Trapp <Holger.Trapp@Informatik.TU-Chemnitz.DE>
434
Damien Miller1808f382000-01-06 12:03:12 +110043520000105
436 - Fixed annoying DES corruption problem. libcrypt has been
437 overriding symbols in libcrypto. Removed libcrypt and crypt.h
438 altogether (libcrypto includes its own crypt(1) replacement)
439 - Added platform-specific rules for Irix 6.x. Included warning that
440 they are untested.
441
Damien Miller645c5982000-01-03 14:42:09 +110044220000103
443 - Add explicit make rules for files proccessed by fixpaths.
444 - Fix "make install" in RPM spec files. Report from Tenkou N. Hattori
445 <tnh@kondara.org>
Damien Millere9c8f4d2000-01-03 20:00:52 +1100446 - Removed "nullok" directive from default PAM configuration files.
447 Added information on enabling EmptyPasswords on openssh+PAM in
448 UPGRADING file.
Damien Miller62ab38a2000-01-03 23:41:05 +1100449 - OpenBSD CVS updates
450 - [ssh-agent.c]
451 cleanup_exit() for SIGTERM/SIGHUP, too. from fgsch@ and
452 dgaudet@arctic.org
453 - [sshconnect.c]
454 compare correct version for 1.3 compat mode
Damien Miller645c5982000-01-03 14:42:09 +1100455
Damien Miller5121e3a2000-01-02 11:49:28 +110045620000102
457 - Prevent multiple inclusion of config.h and defines.h. Suggested
458 by Andre Lucas <andre.lucas@dial.pipex.com>
459 - Properly clean up on exit of ssh-agent. Patch from Dean Gaudet
460 <dgaudet@arctic.org>
461
Damien Miller8eb0fd61999-12-31 08:49:13 +110046219991231
463 - Fix password support on systems with a mixture of shadowed and
464 non-shadowed passwords (e.g. NIS). Report and fix from
465 HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
Damien Millerf3e8be81999-12-31 08:59:04 +1100466 - Fix broken autoconf typedef detection. Report from Marc G.
467 Fournier <marc.fournier@acadiau.ca>
Damien Miller03783f01999-12-31 09:16:40 +1100468 - Fix occasional crash on LinuxPPC. Patch from Franz Sirl
469 <Franz.Sirl-kernel@lauterbach.com>
Damien Millerb2532b31999-12-31 09:18:12 +1100470 - Prevent typedefs from being compiled more than once. Report from
471 Marc G. Fournier <marc.fournier@acadiau.ca>
Damien Miller3131d8b1999-12-31 09:42:24 +1100472 - Fill in ut_utaddr utmp field. Report from Benjamin Charron
473 <iretd@bigfoot.com>
Damien Millere7f626c1999-12-31 09:49:44 +1100474 - Really fix broken default path. Fix from Jim Knoble
475 <jmknoble@pobox.com>
Damien Milleraa7b64d1999-12-31 09:55:34 +1100476 - Remove test for quad_t. No longer needed.
Damien Miller6b85a7f2000-01-02 11:45:33 +1100477 - Released 1.2.1pre24
478
479 - Added support for directory-based lastlogs
480 - Really fix typedefs, patch from Ben Taylor <bent@clark.net>
Damien Miller8eb0fd61999-12-31 08:49:13 +1100481
Damien Millerece22a81999-12-30 09:48:15 +110048219991230
483 - OpenBSD CVS updates:
484 - [auth-passwd.c]
485 check for NULL 1st
Damien Millere72b7af1999-12-30 15:08:44 +1100486 - Removed most of the pam code into its own file auth-pam.[ch]. This
487 cleaned up sshd.c up significantly.
Damien Miller8eb0fd61999-12-31 08:49:13 +1100488 - PAM authentication was incorrectly interpreting
489 "PermitRootLogin without-password". Report from Matthias Andree
490 <ma@dt.e-technik.uni-dortmund.de
Damien Millere72b7af1999-12-30 15:08:44 +1100491 - Several other cleanups
Damien Miller8bdeee21999-12-30 15:50:54 +1100492 - Merged Dante SOCKS support patch from David Rankin
493 <drankin@bohemians.lexington.ky.us>
494 - Updated documentation with ./configure options
Damien Miller8eb0fd61999-12-31 08:49:13 +1100495 - Released 1.2.1pre23
Damien Millerece22a81999-12-30 09:48:15 +1100496
Damien Miller9550a761999-12-29 02:32:22 +110049719991229
498 - Applied another NetBSD portability patch from David Rankin
499 <drankin@bohemians.lexington.ky.us>
500 - Fix --with-default-path option.
Damien Millere79334a1999-12-29 10:03:37 +1100501 - Autodetect perl, patch from David Rankin
502 <drankin@bohemians.lexington.ky.us>
Damien Millerd00d1611999-12-29 10:17:09 +1100503 - Print whether OpenSSH was compiled with RSARef, patch from
504 Nalin Dahyabhai <nalin@thermo.stat.ncsu.edu>
Damien Millerac3a4b41999-12-29 10:25:40 +1100505 - Calls to pam_setcred, patch from Nalin Dahyabhai
506 <nalin@thermo.stat.ncsu.edu>
Damien Miller95058511999-12-29 10:36:45 +1100507 - Detect missing size_t and typedef it.
Damien Miller58ca7d81999-12-29 19:56:30 +1100508 - Rename helper.[ch] to (more appropriate) bsd-misc.[ch]
509 - Minor Makefile cleaning
Damien Miller9550a761999-12-29 02:32:22 +1100510
Damien Miller13bc0be1999-12-28 10:19:16 +110051119991228
512 - Replacement for getpagesize() for systems which lack it
Damien Miller4ff2b9b1999-12-28 10:41:12 +1100513 - NetBSD login.c compile fix from David Rankin
514 <drankin@bohemians.lexington.ky.us>
515 - Fully set ut_tv if present in utmp or utmpx
Damien Millerbeb4ba51999-12-28 15:09:35 +1100516 - Portability fixes for Irix 5.3 (now compiles OK!)
517 - autoconf and other misc cleanups
Damien Miller74d0d4a1999-12-29 02:24:35 +1100518 - Merged AIX patch from Darren Hall <dhall@virage.org>
519 - Cleaned up defines.h
Damien Miller06b472b1999-12-29 19:47:06 +1100520 - Released 1.2.1pre22
Damien Miller13bc0be1999-12-28 10:19:16 +1100521
Damien Millerc0d73901999-12-27 09:23:58 +110052219991227
523 - Automatically correct paths in manpages and configuration files. Patch
524 and script from Andre Lucas <andre.lucas@dial.pipex.com>
525 - Removed credits from README to CREDITS file, updated.
Damien Miller5a3e6831999-12-27 09:48:56 +1100526 - Added --with-default-path to specify custom path for server
527 - Removed #ifdef trickery from acconfig.h into defines.h
Damien Miller373d2911999-12-27 10:45:54 +1100528 - PAM bugfix. PermitEmptyPassword was being ignored.
529 - Fixed PAM config files to allow empty passwords if server does.
530 - Explained spurious PAM auth warning workaround in UPGRADING
Damien Millere1276241999-12-27 11:33:56 +1100531 - Use last few chars of tty line as ut_id
Damien Miller6a5d4d61999-12-27 16:46:17 +1100532 - New SuSE RPM spec file from Chris Saia <csaia@wtower.com>
Damien Miller68e45de1999-12-27 23:54:55 +1100533 - OpenBSD CVS updates:
534 - [packet.h auth-rhosts.c]
535 check format string for packet_disconnect and packet_send_debug, too
536 - [channels.c]
537 use packet_get_maxsize for channels. consistence.
Damien Millerc0d73901999-12-27 09:23:58 +1100538
Damien Miller32b3cf21999-12-26 10:21:48 +110053919991226
540 - Enabled utmpx support by default for Solaris
541 - Cleanup sshd.c PAM a little more
Damien Miller36884401999-12-26 12:26:21 +1100542 - Revised RPM package to include Jim Knoble's <jmknoble@pobox.com>
543 X11 ssh-askpass program.
Damien Millerd49621e1999-12-26 14:04:33 +1100544 - Disable logging of PAM success and failures, PAM is verbose enough.
545 Unfortunatly there is currently no way to disable auth failure
546 messages. Mention this in UPGRADING file and sent message to PAM
547 developers
Damien Miller4f0fa561999-12-26 14:24:41 +1100548 - OpenBSD CVS update:
549 - [ssh-keygen.1 ssh.1]
550 remove ref to .ssh/random_seed, mention .ssh/environment in
551 .Sh FILES, too
Damien Miller9673b2b1999-12-26 19:10:30 +1100552 - Released 1.2.1pre21
553 - Fixed implicit '.' in default path, report from Jim Knoble
554 <jmknoble@pobox.com>
Damien Milleraae10931999-12-26 19:38:17 +1100555 - Redhat RPM spec fixes from Jim Knoble <jmknoble@pobox.com>
Damien Miller32b3cf21999-12-26 10:21:48 +1100556
Damien Miller2e1b0821999-12-25 10:11:29 +110055719991225
558 - More fixes from Andre Lucas <andre.lucas@dial.pipex.com>
559 - Cleanup of auth-passwd.c for shadow and MD5 passwords
560 - Cleanup and bugfix of PAM authentication code
Damien Miller32b3cf21999-12-26 10:21:48 +1100561 - Released 1.2.1pre20
562
563 - Merged fixes from Ben Taylor <bent@clark.net>
564 - Fixed configure support for PAM. Reported by Naz <96na@eng.cam.ac.uk>
565 - Disabled logging of PAM password authentication failures when password
566 is empty. (e.g start of authentication loop). Reported by Naz
567 <96na@eng.cam.ac.uk>)
Damien Miller2e1b0821999-12-25 10:11:29 +1100568
56919991223
570 - Merged later HPUX patch from Andre Lucas
571 <andre.lucas@dial.pipex.com>
572 - Above patch included better utmpx support from Ben Taylor
Damien Miller32b3cf21999-12-26 10:21:48 +1100573 <bent@clark.net>
Damien Miller2e1b0821999-12-25 10:11:29 +1100574
Damien Miller365199d1999-12-22 00:12:38 +110057519991222
576 - Fix undefined fd_set type in ssh.h from Povl H. Pedersen
577 <pope@netguide.dk>
Damien Miller1b0c2281999-12-22 16:09:48 +1100578 - Fix login.c breakage on systems which lack ut_host in struct
579 utmp. Reported by Willard Dawson <willard.dawson@sbs.siemens.com>
Damien Miller365199d1999-12-22 00:12:38 +1100580
Damien Miller76112de1999-12-21 11:18:08 +110058119991221
582 - Integration of large HPUX patch from Andre Lucas
583 <andre.lucas@dial.pipex.com>. Integrating it had a few other
584 benefits:
585 - Ability to disable shadow passwords at configure time
586 - Ability to disable lastlog support at configure time
587 - Support for IP address in $DISPLAY
Damien Millerf039bad1999-12-21 20:57:20 +1100588 - OpenBSD CVS update:
589 - [sshconnect.c]
590 say "REMOTE HOST IDENTIFICATION HAS CHANGED"
Damien Millercb7e5f91999-12-21 21:03:09 +1100591 - Fix DISABLE_SHADOW support
592 - Allow MD5 passwords even if shadow passwords are disabled
Damien Millere8852911999-12-21 22:50:50 +1100593 - Release 1.2.1pre19
Damien Miller76112de1999-12-21 11:18:08 +1100594
Damien Millerc4c647f1999-12-18 20:54:52 +110059519991218
596 - Redhat init script patch from Chun-Chung Chen
597 <cjj@u.washington.edu>
Damien Millerfdb7caf1999-12-18 20:57:40 +1100598 - Avoid breakage on systems without IPv6 headers
Damien Millerc4c647f1999-12-18 20:54:52 +1100599
Damien Millerab8a4da1999-12-16 13:05:30 +110060019991216
601 - Makefile changes for Solaris from Peter Kocks
602 <peter.kocks@baygate.com>
Damien Miller5e7c10e1999-12-16 13:18:04 +1100603 - Minor updates to docs
604 - Merged OpenBSD CVS changes:
605 - [authfd.c ssh-agent.c]
606 keysize warnings talk about identity files
607 - [packet.c]
608 "Connection closed by x.x.x.x": fatal() -> log()
Damien Miller8f9d5071999-12-16 15:10:45 +1100609 - Correctly handle empty passwords in shadow file. Patch from:
610 "Chris, the Young One" <cky@pobox.com>
611 - Released 1.2.1pre18
Damien Millerab8a4da1999-12-16 13:05:30 +1100612
Damien Miller84093e91999-12-15 09:06:28 +110061319991215
614 - Integrated patchs from Juergen Keil <jk@tools.de>
615 - Avoid void* pointer arithmatic
616 - Use LDFLAGS correctly
Damien Miller864ea591999-12-15 11:04:25 +1100617 - Fix SIGIO error in scp
618 - Simplify status line printing in scp
Damien Miller3b9d5e91999-12-15 09:34:31 +1100619 - Added better test for inline functions compiler support from
620 Darren_Hall@progressive.com
Damien Miller84093e91999-12-15 09:06:28 +1100621
Damien Millera34a28b1999-12-14 10:47:15 +110062219991214
623 - OpenBSD CVS Changes
624 - [canohost.c]
625 fix get_remote_port() and friends for sshd -i;
626 Holger.Trapp@Informatik.TU-Chemnitz.DE
627 - [mpaux.c]
628 make code simpler. no need for memcpy. niels@ ok
629 - [pty.c]
630 namebuflen not sizeof namebuflen; bnd@ep-ag.com via djm@mindrot.org
631 fix proto; markus
632 - [ssh.1]
633 typo; mark.baushke@solipsa.com
634 - [channels.c ssh.c ssh.h sshd.c]
635 type conflict for 'extern Type *options' in channels.c; dot@dotat.at
636 - [sshconnect.c]
637 move checking of hostkey into own function.
638 - [version.h]
639 OpenSSH-1.2.1
Damien Miller36b339a1999-12-14 10:54:47 +1100640 - Clean up broken includes in pty.c
Damien Miller6ae00d61999-12-14 15:43:03 +1100641 - Some older systems don't have poll.h, they use sys/poll.h instead
642 - Doc updates
Damien Millera34a28b1999-12-14 10:47:15 +1100643
Damien Millerc6b3bbe1999-12-13 08:27:33 +110064419991211
645 - Fix compilation on systems with AFS. Reported by
646 aloomis@glue.umd.edu
647 - Fix installation on Solaris. Reported by
648 Gordon Rowell <gordonr@gormand.com.au>
649 - Fix gccisms (__attribute__ and inline). Report by edgy@us.ibm.com,
650 patch from Markus Friedl <markus.friedl@informatik.uni-erlangen.de>
651 - Auto-locate xauth. Patch from David Agraz <dagraz@jahoopa.com>
652 - Compile fix from David Agraz <dagraz@jahoopa.com>
653 - Avoid compiler warning in bsd-snprintf.c
654 - Added pam_limits.so to default PAM config. Suggested by
655 Jim Knoble <jmknoble@pobox.com>
656
Damien Millerbf1c9b21999-12-09 10:16:54 +110065719991209
658 - Import of patch from Ben Taylor <bent@clark.net>:
659 - Improved PAM support
660 - "uninstall" rule for Makefile
661 - utmpx support
662 - Should fix PAM problems on Solaris
Damien Miller50945fa1999-12-09 10:31:37 +1100663 - OpenBSD CVS updates:
664 - [readpass.c]
665 avoid stdio; based on work by markus, millert, and I
666 - [sshd.c]
667 make sure the client selects a supported cipher
668 - [sshd.c]
669 fix sighup handling. accept would just restart and daemon handled
670 sighup only after the next connection was accepted. use poll on
671 listen sock now.
672 - [sshd.c]
673 make that a fatal
Damien Millerd7f66151999-12-09 10:48:58 +1100674 - Applied patch from David Rankin <drankin@bohemians.lexington.ky.us>
675 to fix libwrap support on NetBSD
Damien Miller6646bad1999-12-09 10:42:10 +1100676 - Released 1.2pre17
Damien Millerbf1c9b21999-12-09 10:16:54 +1100677
Damien Millerfce16481999-12-08 08:53:52 +110067819991208
679 - Compile fix for Solaris with /dev/ptmx from
680 David Agraz <dagraz@jahoopa.com>
681
Damien Miller0c078c61999-12-07 14:53:57 +110068219991207
683 - sshd Redhat init script patch from Jim Knoble <jmknoble@pobox.com>
684 fixes compatability with 4.x and 5.x
Damien Miller3bc14dd1999-12-07 14:54:53 +1100685 - Fixed default SSH_ASKPASS
Damien Millereabf3411999-12-07 14:56:27 +1100686 - Fix PAM account and session being called multiple times. Problem
687 reported by Adrian Baugh <adrian@merlin.keble.ox.ac.uk>
Damien Miller037a0dc1999-12-07 15:38:31 +1100688 - Merged more OpenBSD changes:
689 - [atomicio.c authfd.c scp.c serverloop.c ssh.h sshconnect.c sshd.c]
690 move atomicio into it's own file. wrap all socket write()s which
691 were doing write(sock, buf, len) != len, with atomicio() calls.
692 - [auth-skey.c]
693 fd leak
694 - [authfile.c]
695 properly name fd variable
696 - [channels.c]
697 display great hatred towards strcpy
698 - [pty.c pty.h sshd.c]
699 use openpty() if it exists (it does on BSD4_4)
700 - [tildexpand.c]
701 check for ~ expansion past MAXPATHLEN
702 - Modified helper.c to use new atomicio function.
703 - Reformat Makefile a little
704 - Moved RC4 routines from rc4.[ch] into helper.c
705 - Added autoconf code to detect /dev/ptmx (Solaris) and /dev/ptc (AIX)
Damien Milleraf2604a1999-12-07 16:21:40 +1100706 - Updated SuSE spec from Chris Saia <csaia@wtower.com>
707 - Tweaked Redhat spec
Damien Millerf5d69a51999-12-07 16:55:04 +1100708 - Clean up bad imports of a few files (forgot -kb)
709 - Released 1.2pre16
Damien Miller0c078c61999-12-07 14:53:57 +1100710
Damien Millerdc33fc31999-12-04 20:24:48 +110071119991204
712 - Small cleanup of PAM code in sshd.c
Damien Milleraae6c611999-12-06 11:47:28 +1100713 - Merged OpenBSD CVS changes:
714 - [auth-krb4.c auth-passwd.c auth-skey.c ssh.h]
715 move skey-auth from auth-passwd.c to auth-skey.c, same for krb4
716 - [auth-rsa.c]
717 warn only about mismatch if key is _used_
718 warn about keysize-mismatch with log() not error()
719 channels.c readconf.c readconf.h ssh.c ssh.h sshconnect.c
720 ports are u_short
721 - [hostfile.c]
722 indent, shorter warning
723 - [nchan.c]
724 use error() for internal errors
725 - [packet.c]
726 set loglevel for SSH_MSG_DISCONNECT to log(), not fatal()
727 serverloop.c
728 indent
729 - [ssh-add.1 ssh-add.c ssh.h]
730 document $SSH_ASKPASS, reasonable default
731 - [ssh.1]
732 CheckHostIP is not available for connects via proxy command
733 - [sshconnect.c]
734 typo
735 easier to read client code for passwd and skey auth
736 turn of checkhostip for proxy connects, since we don't know the remote ip
Damien Millerdc33fc31999-12-04 20:24:48 +1100737
Damien Miller42b81ff1999-11-26 12:21:24 +110073819991126
739 - Add definition for __P()
740 - Added [v]snprintf() replacement for systems that lack it
741
Damien Miller78224a01999-11-25 11:55:45 +110074219991125
743 - More reformatting merged from OpenBSD CVS
744 - Merged OpenBSD CVS changes:
745 - [channels.c]
746 fix packet_integrity_check() for !have_hostname_in_open.
747 report from mrwizard@psu.edu via djm@ibs.com.au
748 - [channels.c]
749 set SO_REUSEADDR and SO_LINGER for forwarded ports.
750 chip@valinux.com via damien@ibs.com.au
751 - [nchan.c]
752 it's not an error() if shutdown_write failes in nchan.
753 - [readconf.c]
754 remove dead #ifdef-0-code
755 - [readconf.c servconf.c]
756 strcasecmp instead of tolower
757 - [scp.c]
758 progress meter overflow fix from damien@ibs.com.au
759 - [ssh-add.1 ssh-add.c]
760 SSH_ASKPASS support
761 - [ssh.1 ssh.c]
762 postpone fork_after_authentication until command execution,
763 request/patch from jahakala@cc.jyu.fi via damien@ibs.com.au
764 plus: use daemon() for backgrounding
Damien Millerd8087f61999-11-25 12:31:26 +1100765 - Added BSD compatible install program and autoconf test, thanks to
766 Niels Kristian Bech Jensen <nkbj@image.dk>
767 - Solaris fixing, thanks to Ben Taylor <bent@clark.net>
Damien Miller063fdf81999-11-25 13:08:31 +1100768 - Merged beginnings of AIX support from Tor-Ake Fransson <torake@hotmail.com>
Damien Millerbf3f6ef1999-11-25 13:50:10 +1100769 - Release 1.2pre15
Damien Miller78224a01999-11-25 11:55:45 +1100770
Damien Miller95def091999-11-25 00:26:21 +110077119991124
772 - Merged very large OpenBSD source code reformat
773 - OpenBSD CVS updates
774 - [channels.c cipher.c compat.c log-client.c scp.c serverloop.c]
775 [ssh.h sshd.8 sshd.c]
776 syslog changes:
777 * Unified Logmessage for all auth-types, for success and for failed
778 * Standard connections get only ONE line in the LOG when level==LOG:
779 Auth-attempts are logged only, if authentication is:
780 a) successfull or
781 b) with passwd or
782 c) we had more than AUTH_FAIL_LOG failues
783 * many log() became verbose()
784 * old behaviour with level=VERBOSE
785 - [readconf.c readconf.h ssh.1 ssh.h sshconnect.c sshd.c]
786 tranfer s/key challenge/response data in SSH_SMSG_AUTH_TIS_CHALLENGE
787 messages. allows use of s/key in windows (ttssh, securecrt) and
788 ssh-1.2.27 clients without 'ssh -v', ok: niels@
789 - [sshd.8]
790 -V, for fallback to openssh in SSH2 compatibility mode
791 - [sshd.c]
792 fix sigchld race; cjc5@po.cwru.edu
793
Damien Miller294df781999-11-23 10:11:29 +110079419991123
795 - Added SuSE package files from Chris Saia <csaia@wtower.com>
Damien Miller3744b511999-11-23 11:24:32 +1100796 - Restructured package-related files under packages/*
Damien Miller294df781999-11-23 10:11:29 +1100797 - Added generic PAM config
Damien Miller3744b511999-11-23 11:24:32 +1100798 - Numerous little Solaris fixes
Damien Miller4d2f15f1999-11-23 12:36:29 +1100799 - Add recommendation to use GNU make to INSTALL document
Damien Miller294df781999-11-23 10:11:29 +1100800
Damien Miller22218721999-11-22 12:51:42 +110080119991122
802 - Make <enter> close gnome-ssh-askpass (Debian bug #50299)
Damien Miller83df0691999-11-22 13:22:29 +1100803 - OpenBSD CVS Changes
804 - [ssh-keygen.c]
805 don't create ~/.ssh only if the user wants to store the private
806 key there. show fingerprint instead of public-key after
807 keygeneration. ok niels@
Damien Millerb3ca3aa1999-11-22 13:57:07 +1100808 - Added OpenBSD bsd-strlcat.c, created bsd-strlcat.h
Damien Miller859cec01999-11-22 14:27:24 +1100809 - Added timersub() macro
Damien Millerb3ca3aa1999-11-22 13:57:07 +1100810 - Tidy RCSIDs of bsd-*.c
Damien Miller859cec01999-11-22 14:27:24 +1100811 - Added autoconf test and macro to deal with old PAM libraries
812 pam_strerror definition (one arg vs two).
Damien Millerd71b12e1999-11-22 15:24:34 +1100813 - Fix EGD problems (Thanks to Ben Taylor <bent@clark.net>)
814 - Retry /dev/urandom reads interrupted by signal (report from
815 Robert Hardy <rhardy@webcon.net>)
Damien Millerd7702521999-11-22 16:11:05 +1100816 - Added a setenv replacement for systems which lack it
Damien Millerd733c911999-11-22 18:11:23 +1100817 - Only display public key comment when presenting ssh-askpass dialog
818 - Released 1.2pre14
Damien Miller22218721999-11-22 12:51:42 +1100819
Damien Millerf7c0f821999-11-22 22:31:49 +1100820 - Configure, Make and changelog corrections from Tudor Bosman
821 <tudorb@jm.nu> and Niels Kristian Bech Jensen <nkbj@image.dk>
822
Damien Miller6162d121999-11-21 13:23:52 +110082319991121
Damien Miller83df0691999-11-22 13:22:29 +1100824 - OpenBSD CVS Changes:
Damien Miller22218721999-11-22 12:51:42 +1100825 - [channels.c]
826 make this compile, bad markus
827 - [log.c readconf.c servconf.c ssh.h]
828 bugfix: loglevels are per host in clientconfig,
829 factor out common log-level parsing code.
830 - [servconf.c]
831 remove unused index (-Wall)
832 - [ssh-agent.c]
833 only one 'extern char *__progname'
834 - [sshd.8]
835 document SIGHUP, -Q to synopsis
836 - [sshconnect.c serverloop.c sshd.c packet.c packet.h]
837 [channels.c clientloop.c]
838 SSH_CMSG_MAX_PACKET_SIZE, some clients use this, some need this, niels@
839 [hope this time my ISP stays alive during commit]
840 - [OVERVIEW README] typos; green@freebsd
841 - [ssh-keygen.c]
842 replace xstrdup+strcat with strlcat+fixed buffer, fixes OF (bad me)
843 exit if writing the key fails (no infinit loop)
844 print usage() everytime we get bad options
845 - [ssh-keygen.c] overflow, djm@mindrot.org
846 - [sshd.c] fix sigchld race; cjc5@po.cwru.edu
847
Damien Millerc6398ef1999-11-20 12:18:40 +110084819991120
849 - Merged more Solaris support from Marc G. Fournier
850 <marc.fournier@acadiau.ca>
851 - Wrote autoconf tests for integer bit-types
852 - Fixed enabling kerberos support
Damien Millerf58db381999-11-20 17:02:56 +1100853 - Fix segfault in ssh-keygen caused by buffer overrun in filename
854 handling.
Damien Millerc6398ef1999-11-20 12:18:40 +1100855
Damien Miller5bbbd361999-11-19 07:56:21 +110085619991119
857 - Merged PAM buffer overrun patch from Chip Salzenberg <chip@valinux.com>
Damien Miller23b78391999-11-19 08:25:48 +1100858 - Merged OpenBSD CVS changes
859 - [auth-rhosts.c auth-rsa.c ssh-agent.c sshconnect.c sshd.c]
860 more %d vs. %s in fmt-strings
861 - [authfd.c]
862 Integers should not be printed with %s
Damien Miller58fc4731999-11-19 12:05:01 +1100863 - EGD uses a socket, not a named pipe. Duh.
864 - Fix includes in fingerprint.c
Damien Millerdc9365b1999-11-19 12:34:14 +1100865 - Fix scp progress bar bug again.
Damien Millerf7c0f821999-11-22 22:31:49 +1100866 - Move ssh-askpass from ${libdir}/ssh to ${libexecdir}/ssh at request of
Damien Miller18ac1711999-11-19 12:43:19 +1100867 David Rankin <drankin@bohemians.lexington.ky.us>
Damien Miller80297751999-11-19 13:03:25 +1100868 - Added autoconf option to enable Kerberos 4 support (untested)
869 - Added autoconf option to enable AFS support (untested)
870 - Added autoconf option to enable S/Key support (untested)
871 - Added autoconf option to enable TCP wrappers support (compiles OK)
Damien Miller04f80141999-11-19 15:32:34 +1100872 - Renamed BSD helper function files to bsd-*
Damien Millerdd1c7ba1999-11-19 15:53:20 +1100873 - Added tests for login and daemon and enable OpenBSD replacements for
874 when they are absent.
875 - Added non-PAM MD5 password support patch from Tudor Bosman <tudorb@jm.nu>
Damien Miller5bbbd361999-11-19 07:56:21 +1100876
Damien Miller81428f91999-11-18 09:28:11 +110087719991118
878 - Merged OpenBSD CVS changes
879 - [scp.c] foregroundproc() in scp
880 - [sshconnect.h] include fingerprint.h
881 - [sshd.c] bugfix: the log() for passwd-auth escaped during logging
882 changes.
Damien Miller6ee95641999-11-18 11:35:13 +1100883 - [ssh.1] Spell my name right.
Damien Miller81428f91999-11-18 09:28:11 +1100884 - Added openssh.com info to README
885
Damien Miller10f6f6b1999-11-17 17:29:08 +110088619991117
887 - Merged OpenBSD CVS changes
888 - [ChangeLog.Ylonen] noone needs this anymore
889 - [authfd.c] close-on-exec for auth-socket, ok deraadt
890 - [hostfile.c]
891 in known_hosts key lookup the entry for the bits does not need
892 to match, all the information is contained in n and e. This
893 solves the problem with buggy servers announcing the wrong
894 modulus length. markus and me.
895 - [serverloop.c]
896 bugfix: check for space if child has terminated, from:
897 iedowse@maths.tcd.ie
898 - [ssh-add.1 ssh-add.c ssh-keygen.1 ssh-keygen.c sshconnect.c]
899 [fingerprint.c fingerprint.h]
900 rsa key fingerprints, idea from Bjoern Groenvall <bg@sics.se>
901 - [ssh-agent.1] typo
902 - [ssh.1] add OpenSSH information to AUTHOR section. okay markus@
903 - [sshd.c]
904 force logging to stderr while loading private key file
905 (lost while converting to new log-levels)
906
Damien Miller7e8e8201999-11-16 13:37:16 +110090719991116
908 - Fix some Linux libc5 problems reported by Miles Wilson <mw@mctitle.com>
909 - Merged OpenBSD CVS changes:
910 - [auth-rh-rsa.c auth-rsa.c authfd.c authfd.h hostfile.c mpaux.c]
911 [mpaux.h ssh-add.c ssh-agent.c ssh.h ssh.c sshd.c]
912 the keysize of rsa-parameter 'n' is passed implizit,
913 a few more checks and warnings about 'pretended' keysizes.
914 - [cipher.c cipher.h packet.c packet.h sshd.c]
915 remove support for cipher RC4
916 - [ssh.c]
917 a note for legay systems about secuity issues with permanently_set_uid(),
918 the private hostkey and ptrace()
919 - [sshconnect.c]
920 more detailed messages about adding and checking hostkeys
921
Damien Millerd05a2471999-11-15 14:25:30 +110092219991115
923 - Merged OpenBSD CVS changes:
924 - [ssh-add.c] change passphrase loop logic and remove ref to
925 $DISPLAY, ok niels
926 - Changed to ssh-add.c broke askpass support. Revised it to be a little more
927 modular.
928 - Revised autoconf support for enabling/disabling askpass support.
Damien Miller2ccf6611999-11-15 15:25:10 +1100929 - Merged more OpenBSD CVS changes:
930 [auth-krb4.c]
931 - disconnect if getpeername() fails
932 - missing xfree(*client)
933 [canohost.c]
934 - disconnect if getpeername() fails
935 - fix comment: we _do_ disconnect if ip-options are set
936 [sshd.c]
937 - disconnect if getpeername() fails
938 - move checking of remote port to central place
939 [auth-rhosts.c] move checking of remote port to central place
940 [log-server.c] avoid extra fd per sshd, from millert@
941 [readconf.c] print _all_ bad config-options in ssh(1), too
942 [readconf.h] print _all_ bad config-options in ssh(1), too
943 [ssh.c] print _all_ bad config-options in ssh(1), too
944 [sshconnect.c] disconnect if getpeername() fails
945 - OpenBSD's changes to sshd.c broke the PAM stuff, re-merged it.
Damien Miller3bd49ec1999-11-15 15:40:55 +1100946 - Various small cleanups to bring diff (against OpenBSD) size down.
Damien Miller3f905871999-11-15 17:10:57 +1100947 - Merged more Solaris compability from Marc G. Fournier
948 <marc.fournier@acadiau.ca>
949 - Wrote autoconf tests for __progname symbol
Damien Miller36682061999-11-15 17:19:24 +1100950 - RPM spec file fixes from Jim Knoble <jmknoble@pobox.com>
Damien Miller2e8b1c81999-11-15 23:33:56 +1100951 - Released 1.2pre12
952
953 - Another OpenBSD CVS update:
954 - [ssh-keygen.1] fix .Xr
Damien Millerd05a2471999-11-15 14:25:30 +1100955
Damien Miller0a6e6681999-11-15 09:56:06 +110095619991114
957 - Solaris compilation fixes (still imcomplete)
958
Damien Millerb0284381999-11-13 13:30:28 +110095919991113
Damien Miller192bd011999-11-13 23:56:35 +1100960 - Build patch from Niels Kristian Bech Jensen <nkbj@image.dk>
961 - Don't install config files if they already exist
962 - Fix inclusion of additional preprocessor directives from acconfig.h
Damien Millerb0284381999-11-13 13:30:28 +1100963 - Removed redundant inclusions of config.h
Damien Millerc6d5ce81999-11-15 16:01:07 +1100964 - Added 'Obsoletes' lines to RPM spec file
Damien Millerb0284381999-11-13 13:30:28 +1100965 - Merged OpenBSD CVS changes:
966 - [bufaux.c] save a view malloc/memcpy/memset/free's, ok niels
967 - [scp.c] fix overflow reported by damien@ibs.com.au: off_t
968 totalsize, ok niels,aaron
969 - Delay fork (-f option) in ssh until after port forwarded connections
970 have been initialised. Patch from Jani Hakala <jahakala@cc.jyu.fi>
Damien Miller2cb210f1999-11-13 15:40:10 +1100971 - Added shadow password patch from Thomas Neumann <tom@smart.ruhr.de>
972 - Added ifdefs to auth-passwd.c to exclude it when PAM is enabled
Damien Miller192bd011999-11-13 23:56:35 +1100973 - Tidied default config file some more
974 - Revised Redhat initscript to fix bug: sshd (re)start would fail
975 if executed from inside a ssh login.
Damien Millerb0284381999-11-13 13:30:28 +1100976
Damien Miller776af5d1999-11-12 08:49:09 +110097719991112
978 - Merged changes from OpenBSD CVS
979 - [sshd.c] session_key_int may be zero
Damien Miller32265091999-11-12 11:33:04 +1100980 - [auth-rh-rsa.c servconf.c servconf.h ssh.h sshd.8 sshd.c sshd_config]
981 IgnoreUserKnownHosts(default=no), used for RhostRSAAuth, ok
982 deraadt,millert
983 - Brought default sshd_config more in line with OpenBSD's
Damien Millerb9a692d1999-11-12 12:09:36 +1100984 - Grab server in gnome-ssh-askpass (Debian bug #49872)
985 - Released 1.2pre10
Damien Miller776af5d1999-11-12 08:49:09 +1100986
Damien Millerb5f89271999-11-12 14:35:58 +1100987 - Added INSTALL documentation
Damien Miller6d7b2cd1999-11-12 15:19:27 +1100988 - Merged yet more changes from OpenBSD CVS
989 - [auth-rh-rsa.c auth-rhosts.c auth-rsa.c channels.c clientloop.c]
990 [ssh.c ssh.h sshconnect.c sshd.c]
991 make all access to options via 'extern Options options'
992 and 'extern ServerOptions options' respectively;
993 options are no longer passed as arguments:
994 * make options handling more consistent
995 * remove #include "readconf.h" from ssh.h
996 * readconf.h is only included if necessary
997 - [mpaux.c] clear temp buffer
998 - [servconf.c] print _all_ bad options found in configfile
Damien Miller3d1b22c1999-11-12 15:46:08 +1100999 - Make ssh-askpass support optional through autoconf
Damien Miller9c8da3c1999-11-12 16:28:02 +11001000 - Fix nasty division-by-zero error in scp.c
1001 - Released 1.2pre11
Damien Millerb5f89271999-11-12 14:35:58 +11001002
Damien Millerab18c411999-11-11 10:40:23 +1100100319991111
1004 - Added (untested) Entropy Gathering Daemon (EGD) support
Damien Miller4236f6e1999-11-12 12:22:31 +11001005 - Fixed /dev/urandom fd leak (Debian bug #49722)
Damien Miller33e511e1999-11-11 11:43:13 +11001006 - Merged OpenBSD CVS changes:
1007 - [auth-rh-rsa.c] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
1008 - [ssh.1] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
1009 - [sshd.8] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
Damien Miller428f2471999-11-11 12:48:35 +11001010 - Fix integer overflow which was messing up scp's progress bar for large
Damien Millerc4c647f1999-12-18 20:54:52 +11001011 file transfers. Fix submitted to OpenBSD developers. Report and fix
1012 from Kees Cook <cook@cpoint.net>
Damien Miller5ce662a1999-11-11 17:57:39 +11001013 - Merged more OpenBSD CVS changes:
1014 - [auth-krb4.c auth-passwd.c] remove x11- and krb-cleanup from fatal()
1015 + krb-cleanup cleanup
1016 - [clientloop.c log-client.c log-server.c ]
1017 [readconf.c readconf.h servconf.c servconf.h ]
1018 [ssh.1 ssh.c ssh.h sshd.8]
1019 add LogLevel {QUIET, FATAL, ERROR, INFO, CHAT, DEBUG} to ssh/sshd,
1020 obsoletes QuietMode and FascistLogging in sshd.
Damien Miller776af5d1999-11-12 08:49:09 +11001021 - [sshd.c] fix fatal/assert() bug reported by damien@ibs.com.au:
1022 allow session_key_int != sizeof(session_key)
1023 [this should fix the pre-assert-removal-core-files]
1024 - Updated default config file to use new LogLevel option and to improve
1025 readability
1026
Damien Millerb77870f1999-11-10 12:48:08 +1100102719991110
Damien Miller4236f6e1999-11-12 12:22:31 +11001028 - Merged several minor fixes:
Damien Millerb77870f1999-11-10 12:48:08 +11001029 - ssh-agent commandline parsing
1030 - RPM spec file now installs ssh setuid root
1031 - Makefile creates libdir
Damien Millerab18c411999-11-11 10:40:23 +11001032 - Merged beginnings of Solaris compability from Marc G. Fournier
1033 <marc.fournier@acadiau.ca>
Damien Millerb77870f1999-11-10 12:48:08 +11001034
Damien Millerc7b38ce1999-11-09 10:28:04 +1100103519991109
1036 - Autodetection of SSL/Crypto library location via autoconf
1037 - Fixed location of ssh-askpass to follow autoconf
1038 - Integrated Makefile patch from Niels Kristian Bech Jensen <nkbj@image.dk>
1039 - Autodetection of RSAref library for US users
1040 - Minor doc updates
Damien Millerda217a01999-11-09 10:35:52 +11001041 - Merged OpenBSD CVS changes:
1042 - [rsa.c] bugfix: use correct size for memset()
1043 - [sshconnect.c] warn if announced size of modulus 'n' != real size
Damien Miller742d2cb1999-11-09 14:28:26 +11001044 - Added GNOME passphrase requestor (use --with-gnome-askpass)
Damien Miller3f51bf51999-11-09 14:46:02 +11001045 - RPM build now creates subpackages
Damien Miller74389c91999-11-09 15:03:01 +11001046 - Released 1.2pre9
Damien Millerc7b38ce1999-11-09 10:28:04 +11001047
Damien Miller356a0b01999-11-08 15:30:59 +1100104819991108
1049 - Removed debian/ directory. This is now being maintained separately.
1050 - Added symlinks for slogin in RPM spec file
1051 - Fixed permissions on manpages in RPM spec file
1052 - Added references to required libraries in README file
1053 - Removed config.h.in from CVS
1054 - Removed pwdb support (better pluggable auth is provided by glibc)
1055 - Made PAM and requisite libdl optional
1056 - Removed lots of unnecessary checks from autoconf
1057 - Added support and autoconf test for openpty() function (Unix98 pty support)
1058 - Fix for scp not finding ssh if not installed as /usr/bin/ssh
1059 - Added TODO file
1060 - Merged parts of Debian patch From Phil Hands <phil@hands.com>:
1061 - Added ssh-askpass program
1062 - Added ssh-askpass support to ssh-add.c
1063 - Create symlinks for slogin on install
1064 - Fix "distclean" target in makefile
1065 - Added example for ssh-agent to manpage
1066 - Added support for PAM_TEXT_INFO messages
1067 - Disable internal /etc/nologin support if PAM enabled
1068 - Merged latest OpenBSD CVS changes:
Damien Millerfd7c9111999-11-08 16:15:55 +11001069 - [all] replace assert() with error, fatal or packet_disconnect
Damien Miller356a0b01999-11-08 15:30:59 +11001070 - [sshd.c] don't send fail-msg but disconnect if too many authentication
1071 failures
Damien Miller356a0b01999-11-08 15:30:59 +11001072 - [sshd.c] remove unused argument. ok dugsong
1073 - [sshd.c] typo
1074 - [rsa.c] clear buffers used for encryption. ok: niels
1075 - [rsa.c] replace assert() with error, fatal or packet_disconnect
Damien Miller5ac5f1c1999-11-08 15:50:14 +11001076 - [auth-krb4.c] remove unused argument. ok dugsong
Damien Miller356a0b01999-11-08 15:30:59 +11001077 - Fixed coredump after merge of OpenBSD rsa.c patch
Damien Millere8d90681999-11-08 18:09:57 +11001078 - Released 1.2pre8
Damien Miller356a0b01999-11-08 15:30:59 +11001079
Damien Miller0aa8e531999-11-02 19:05:02 +1100108019991102
1081 - Merged change from OpenBSD CVS
1082 - One-line cleanup in sshd.c
1083
Damien Miller744da801999-10-30 09:12:25 +1000108419991030
1085 - Integrated debian package support from Dan Brosemer <odin@linuxfreak.com>
Damien Miller1e4772c1999-10-30 11:39:56 +10001086 - Merged latest updates for OpenBSD CVS:
1087 - channels.[ch] - remove broken x11 fix and document istate/ostate
1088 - ssh-agent.c - call setsid() regardless of argv[]
1089 - ssh.c - save a few lines when disabling rhosts-{rsa-}auth
1090 - Documentation cleanups
1091 - Renamed README -> README.Ylonen
1092 - Renamed README.openssh ->README
Damien Miller744da801999-10-30 09:12:25 +10001093
Damien Miller070f7a11999-10-29 10:29:29 +1000109419991029
1095 - Renamed openssh* back to ssh* at request of Theo de Raadt
1096 - Incorporated latest changes from OpenBSD's CVS
1097 - Integrated Makefile patch from Niels Kristian Bech Jensen <nkbj@image.dk>
1098 - Integrated PAM env patch from Nalin Dahyabhai <nalin.dahyabhai@pobox.com>
Damien Miller07a826d1999-10-29 11:49:20 +10001099 - Make distclean now removed configure script
1100 - Improved PAM logging
1101 - Added some debug() calls for PAM
Damien Miller65b3c131999-10-29 12:37:01 +10001102 - Removed redundant subdirectories
1103 - Integrated part of a patch from Dan Brosemer <odin@linuxfreak.com> for
1104 building on Debian.
Damien Millerd0562b31999-10-29 13:09:40 +10001105 - Fixed off-by-one error in PAM env patch
1106 - Released 1.2pre6
Damien Miller070f7a11999-10-29 10:29:29 +10001107
Damien Miller7f6ea021999-10-28 13:25:17 +1000110819991028
1109 - Further PAM enhancements.
1110 - Much cleaner
1111 - Now uses account and session modules for all logins.
1112 - Integrated patch from Dan Brosemer <odin@linuxfreak.com>
1113 - Build fixes
1114 - Autoconf
1115 - Change binary names to open*
1116 - Fixed autoconf script to detect PAM on RH6.1
1117 - Added tests for libpwdb, and OpenBSD functions to autoconf
Damien Millereff18d61999-10-28 14:14:38 +10001118 - Released 1.2pre4
Damien Miller29b5a591999-10-28 15:46:27 +10001119
1120 - Imported latest OpenBSD CVS code
1121 - Updated README.openssh
Damien Miller34d0b611999-10-28 17:51:40 +10001122 - Released 1.2pre5
Damien Miller29b5a591999-10-28 15:46:27 +10001123
Damien Miller7f6ea021999-10-28 13:25:17 +1000112419991027
1125 - Adapted PAM patch.
1126 - Released 1.0pre2
Damien Millerd4a8b7e1999-10-27 13:42:43 +10001127
Damien Miller7f6ea021999-10-28 13:25:17 +10001128 - Excised my buggy replacements for strlcpy and mkdtemp
1129 - Imported correct OpenBSD strlcpy and mkdtemp routines.
1130 - Reduced arc4random_stir entropy read to 32 bytes (256 bits)
1131 - Picked up correct version number from OpenBSD
1132 - Added sshd.pam PAM configuration file
1133 - Added sshd.init Redhat init script
1134 - Added openssh.spec RPM spec file
1135 - Released 1.2pre3
Damien Millerd4a8b7e1999-10-27 13:42:43 +10001136
Damien Miller7f6ea021999-10-28 13:25:17 +1000113719991026
1138 - Fixed include paths of OpenSSL functions
1139 - Use OpenSSL MD5 routines
1140 - Imported RC4 code from nanocrypt
1141 - Wrote replacements for OpenBSD arc4random* functions
1142 - Wrote replacements for strlcpy and mkdtemp
1143 - Released 1.0pre1