blob: d1bfec9bba4fcd8b809e581aa4892357876906a2 [file] [log] [blame]
Damien Miller87d29ed2000-08-30 09:21:22 +1100120000830
2 - (djm) Compile warning fixes from Mark Miller <markm@swoon.net>
Damien Millerc30d35c2000-08-30 09:40:09 +11003 - (djm) Periodically rekey arc4random
4 - (djm) Clean up diff against OpenBSD.
Damien Miller5552d7a2000-08-30 09:53:24 +11005 - (djm) HPUX 11 needs USE_PIPES as well: Kevin Steves
6 <stevesk@sweden.hp.com>
Damien Miller7cfaaf22000-08-30 09:57:49 +11007 - (djm) Quieten the pam delete credentials error message
Damien Miller9a947342000-08-30 10:03:33 +11008 - (djm) Fix printing of $DISPLAY hack if set by system type. Report from
9 Kevin Steves <stevesk@sweden.hp.com>
Damien Miller87d29ed2000-08-30 09:21:22 +110010
Damien Miller4e0f5e12000-08-29 11:05:50 +11001120000829
12 - (djm) Fix ^C ignored issue on Solaris. Diagnosis from Gert
13 Doering <gert@greenie.muc.de>, John Horne <J.Horne@plymouth.ac.uk> and
14 Garrick James <garrick@james.net>
Damien Miller6d8c11f2000-08-29 11:52:38 +110015 - (djm) Check for SCO pty naming style (ptyp%d/ttyp%d). Based on fix from
16 Bastian Trompetter <btrompetter@firemail.de>
Damien Millere5192fa2000-08-29 14:30:37 +110017 - (djm) NeXT tweaks from Ben Lindstrom <mouring@pconline.com>
Damien Millercaf6dd62000-08-29 11:33:50 +110018 - More OpenBSD updates:
19 - deraadt@cvs.openbsd.org 2000/08/24 15:46:59
20 [scp.c]
21 off_t in sink, to fix files > 2GB, i think, test is still running ;-)
22 - deraadt@cvs.openbsd.org 2000/08/25 10:10:06
23 [session.c]
24 Wall
25 - markus@cvs.openbsd.org 2000/08/26 04:33:43
26 [compat.c]
27 ssh.com-2.3.0
28 - markus@cvs.openbsd.org 2000/08/27 12:18:05
29 [compat.c]
30 compatibility with future ssh.com versions
31 - deraadt@cvs.openbsd.org 2000/08/27 21:50:55
32 [auth-krb4.c session.c ssh-add.c sshconnect.c uidswap.c]
33 print uid/gid as unsigned
34 - markus@cvs.openbsd.org 2000/08/28 13:51:00
35 [ssh.c]
36 enable -n and -f for ssh2
37 - markus@cvs.openbsd.org 2000/08/28 14:19:53
38 [ssh.c]
39 allow combination of -N and -f
40 - markus@cvs.openbsd.org 2000/08/28 14:20:56
41 [util.c]
42 util.c
43 - markus@cvs.openbsd.org 2000/08/28 14:22:02
44 [util.c]
45 undo
46 - markus@cvs.openbsd.org 2000/08/28 14:23:38
47 [util.c]
48 don't complain if setting NONBLOCK fails with ENODEV
Damien Miller4e0f5e12000-08-29 11:05:50 +110049
Damien Millerb0785672000-08-23 09:10:39 +10005020000823
51 - (djm) Define USE_PIPES to avoid socketpair problems on HPUX 10 and SunOS 4
52 Avoids "scp never exits" problem. Reports from Lutz Jaenicke
53 <Lutz.Jaenicke@aet.TU-Cottbus.DE> and Tamito KAJIYAMA
54 <kajiyama@grad.sccs.chukyo-u.ac.jp>
Damien Millerad833b32000-08-23 10:46:23 +100055 - (djm) Pick up LOGIN_PROGRAM from environment or PATH if not set by headers
Damien Miller37e7f182000-08-23 10:52:50 +100056 - (djm) Add local version to version.h
Damien Millerf3df0522000-08-23 15:31:41 +100057 - (djm) Don't reseed arc4random everytime it is used
Damien Millerad833b32000-08-23 10:46:23 +100058 - (djm) OpenBSD CVS updates:
59 - deraadt@cvs.openbsd.org 2000/08/18 20:07:23
60 [ssh.c]
61 accept remsh as a valid name as well; roman@buildpoint.com
62 - deraadt@cvs.openbsd.org 2000/08/18 20:17:13
63 [deattack.c crc32.c packet.c]
64 rename crc32() to ssh_crc32() to avoid zlib name clash. do not move to
65 libz crc32 function yet, because it has ugly "long"'s in it;
66 oneill@cs.sfu.ca
67 - deraadt@cvs.openbsd.org 2000/08/18 20:26:08
68 [scp.1 scp.c]
69 -S prog support; tv@debian.org
70 - deraadt@cvs.openbsd.org 2000/08/18 20:50:07
71 [scp.c]
72 knf
73 - deraadt@cvs.openbsd.org 2000/08/18 20:57:33
74 [log-client.c]
75 shorten
76 - markus@cvs.openbsd.org 2000/08/19 12:48:11
77 [channels.c channels.h clientloop.c ssh.c ssh.h]
78 support for ~. in ssh2
79 - deraadt@cvs.openbsd.org 2000/08/19 15:29:40
80 [crc32.h]
81 proper prototype
82 - markus@cvs.openbsd.org 2000/08/19 15:34:44
83 [authfd.c authfd.h key.c key.h ssh-add.1 ssh-add.c ssh-agent.1]
84 [ssh-agent.c ssh-keygen.c sshconnect1.c sshconnect2.c Makefile]
85 [fingerprint.c fingerprint.h]
86 add SSH2/DSA support to the agent and some other DSA related cleanups.
87 (note that we cannot talk to ssh.com's ssh2 agents)
88 - markus@cvs.openbsd.org 2000/08/19 15:55:52
89 [channels.c channels.h clientloop.c]
90 more ~ support for ssh2
91 - markus@cvs.openbsd.org 2000/08/19 16:21:19
92 [clientloop.c]
93 oops
94 - millert@cvs.openbsd.org 2000/08/20 12:25:53
95 [session.c]
96 We have to stash the result of get_remote_name_or_ip() before we
97 close our socket or getpeername() will get EBADF and the process
98 will exit. Only a problem for "UseLogin yes".
99 - millert@cvs.openbsd.org 2000/08/20 12:30:59
100 [session.c]
101 Only check /etc/nologin if "UseLogin no" since login(1) may have its
102 own policy on determining who is allowed to login when /etc/nologin
103 is present. Also use the _PATH_NOLOGIN define.
104 - millert@cvs.openbsd.org 2000/08/20 12:42:43
105 [auth1.c auth2.c session.c ssh.c]
106 Add calls to setusercontext() and login_get*(). We basically call
107 setusercontext() in most places where previously we did a setlogin().
108 Add default login.conf file and put root in the "daemon" login class.
109 - millert@cvs.openbsd.org 2000/08/21 10:23:31
110 [session.c]
111 Fix incorrect PATH setting; noted by Markus.
Damien Millerb0785672000-08-23 09:10:39 +1000112
Damien Miller942da032000-08-18 13:59:06 +100011320000818
114 - (djm) OpenBSD CVS changes:
115 - markus@cvs.openbsd.org 2000/07/22 03:14:37
116 [servconf.c servconf.h sshd.8 sshd.c sshd_config]
117 random early drop; ok theo, niels
118 - deraadt@cvs.openbsd.org 2000/07/26 11:46:51
119 [ssh.1]
120 typo
121 - deraadt@cvs.openbsd.org 2000/08/01 11:46:11
122 [sshd.8]
123 many fixes from pepper@mail.reppep.com
124 - provos@cvs.openbsd.org 2000/08/01 13:01:42
125 [Makefile.in util.c aux.c]
126 rename aux.c to util.c to help with cygwin port
127 - deraadt@cvs.openbsd.org 2000/08/02 00:23:31
128 [authfd.c]
129 correct sun_len; Alexander@Leidinger.net
130 - provos@cvs.openbsd.org 2000/08/02 10:27:17
131 [readconf.c sshd.8]
132 disable kerberos authentication by default
133 - provos@cvs.openbsd.org 2000/08/02 11:27:05
134 [sshd.8 readconf.c auth-krb4.c]
135 disallow kerberos authentication if we can't verify the TGT; from
136 dugsong@
137 kerberos authentication is on by default only if you have a srvtab.
138 - markus@cvs.openbsd.org 2000/08/04 14:30:07
139 [auth.c]
140 unused
141 - markus@cvs.openbsd.org 2000/08/04 14:30:35
142 [sshd_config]
143 MaxStartups
144 - markus@cvs.openbsd.org 2000/08/15 13:20:46
145 [authfd.c]
146 cleanup; ok niels@
147 - markus@cvs.openbsd.org 2000/08/17 14:05:10
148 [session.c]
149 cleanup login(1)-like jobs, no duplicate utmp entries
150 - markus@cvs.openbsd.org 2000/08/17 14:06:34
151 [session.c sshd.8 sshd.c]
152 sshd -u len, similar to telnetd
Damien Millerc1132e72000-08-18 14:08:38 +1000153 - (djm) Lastlog was not getting closed after writing login entry
Damien Millera7f58292000-08-18 14:43:41 +1000154 - (djm) Add Solaris package support from Rip Loomis <loomisg@cist.saic.com>
Damien Miller942da032000-08-18 13:59:06 +1000155
Damien Miller11fa2cc2000-08-16 10:35:58 +100015620000816
157 - (djm) Replacement for inet_ntoa for Irix (which breaks on gcc)
158 - (djm) Fix strerror replacement for old SunOS. Based on patch from
159 Charles Levert <charles@comm.polymtl.ca>
160 - (djm) Seperate arc4random into seperate file and use OpenSSL's RC4
161 implementation.
Damien Miller3241fa12000-08-18 14:59:59 +1000162 - (djm) SUN_LEN macro for systems which lack it
Damien Miller11fa2cc2000-08-16 10:35:58 +1000163
Damien Miller348c9b72000-08-15 10:01:22 +100016420000815
165 - (djm) More SunOS 4.1.x fixes from Nate Itkin <nitkin@europa.com>
Damien Millerc83aa832000-08-15 10:08:00 +1000166 - (djm) Avoid failures on Irix when ssh is not setuid. Fix from
167 Michael Stone <mstone@cs.loyola.edu>
Damien Millere477ef62000-08-15 10:21:17 +1000168 - (djm) Don't seek in directory based lastlogs
169 - (djm) Fix --with-ipaddr-display configure option test. Patch from
170 Jarno Huuskonen <jhuuskon@messi.uku.fi>
Damien Miller0da2eaa2000-08-15 11:32:59 +1000171 - (djm) Fix AIX limits from Alexandre Oliva <oliva@lsd.ic.unicamp.br>
Damien Miller348c9b72000-08-15 10:01:22 +1000172
Damien Milleref7ed5e2000-08-13 10:31:12 +100017320000813
174 - (djm) Add $(srcdir) to includes when compiling (for VPATH). Report from
175 Fabrice bacchella <fabrice.bacchella@marchfirst.fr>
176
Damien Millerd17b8d52000-08-09 14:42:28 +100017720000809
178 - (djm) Define AIX hard limits if headers don't. Report from
179 Bill Painter <william.t.painter@lmco.com>
Damien Miller36ccb5c2000-08-09 16:34:27 +1000180 - (djm) utmp direct write & SunOS 4 patch from Charles Levert
181 <charles@comm.polymtl.ca>
Damien Millerd17b8d52000-08-09 14:42:28 +1000182
Damien Millerab8d1922000-08-08 16:53:28 +100018320000808
184 - (djm) Cleanup Redhat RPMs. Generate keys at runtime rather than install
185 time, spec file cleanup.
186
Damien Miller729e1f12000-08-07 15:39:13 +100018720000807
Damien Miller52652f52000-08-07 15:54:39 +1000188 - (djm) Set 0755 on binaries during install. Report from Lutz Jaenicke
Damien Miller0f091bd2000-08-07 15:47:48 +1000189 - (djm) Suppress error messages on channel close shutdown() failurs
190 works around Linux bug. Patch from Zack Weinberg <zack@wolery.cumb.org>
Damien Miller52652f52000-08-07 15:54:39 +1000191 - (djm) Add some more entropy collection commands from Lutz Jaenicke
Damien Miller729e1f12000-08-07 15:39:13 +1000192
Damien Miller7b60a172000-07-25 09:04:37 +100019320000725
194 - (djm) Fix autoconf typo: HAVE_BINRESVPORT_AF -> HAVE_BINDRESVPORT_AF
195
Damien Miller994cf142000-07-21 10:19:44 +100019620000721
197 - (djm) OpenBSD CVS updates:
198 - markus@cvs.openbsd.org 2000/07/16 02:27:22
199 [authfd.c authfd.h channels.c clientloop.c ssh-add.c ssh-agent.c ssh.c]
200 [sshconnect1.c sshconnect2.c]
201 make ssh-add accept dsa keys (the agent does not)
202 - djm@cvs.openbsd.org 2000/07/17 19:25:02
203 [sshd.c]
204 Another closing of stdin; ok deraadt
205 - markus@cvs.openbsd.org 2000/07/19 18:33:12
206 [dsa.c]
207 missing free, reorder
208 - markus@cvs.openbsd.org 2000/07/20 16:23:14
209 [ssh-keygen.1]
210 document input and output files
211
Damien Miller9dec7762000-07-20 10:00:59 +100021220000720
Damien Miller994cf142000-07-21 10:19:44 +1000213 - (djm) Spec file fix from Petr Novotny <Petr.Novotny@antek.cz>
Damien Miller9dec7762000-07-20 10:00:59 +1000214
Damien Millera8dbd9d2000-07-16 13:25:00 +100021520000716
Damien Miller994cf142000-07-21 10:19:44 +1000216 - (djm) Release 2.1.1p4
Damien Millera8dbd9d2000-07-16 13:25:00 +1000217
Damien Millerecbb26d2000-07-15 14:59:14 +100021820000715
Damien Millerbe484b52000-07-15 14:14:16 +1000219 - (djm) OpenBSD CVS updates
220 - provos@cvs.openbsd.org 2000/07/13 16:53:22
221 [aux.c readconf.c servconf.c ssh.h]
222 allow multiple whitespace but only one '=' between tokens, bug report from
223 Ralf S. Engelschall <rse@engelschall.com> but different fix. okay deraadt@
224 - provos@cvs.openbsd.org 2000/07/13 17:14:09
225 [clientloop.c]
226 typo; todd@fries.net
227 - provos@cvs.openbsd.org 2000/07/13 17:19:31
228 [scp.c]
229 close can fail on AFS, report error; from Greg Hudson <ghudson@mit.edu>
230 - markus@cvs.openbsd.org 2000/07/14 16:59:46
231 [readconf.c servconf.c]
232 allow leading whitespace. ok niels
233 - djm@cvs.openbsd.org 2000/07/14 22:01:38
234 [ssh-keygen.c ssh.c]
235 Always create ~/.ssh with mode 700; ok Markus
Damien Millerecbb26d2000-07-15 14:59:14 +1000236 - Fixes for SunOS 4.1.4 from Gordon Atwood <gordon@cs.ualberta.ca>
237 - Include floatingpoint.h for entropy.c
238 - strerror replacement
Damien Millerbe484b52000-07-15 14:14:16 +1000239
Damien Miller182ee6e2000-07-12 09:45:27 +100024020000712
Damien Miller5de43db2000-07-12 11:12:55 +1000241 - (djm) Remove -lresolve for Reliant Unix
Damien Miller182ee6e2000-07-12 09:45:27 +1000242 - (djm) OpenBSD CVS Updates:
243 - deraadt@cvs.openbsd.org 2000/07/11 02:11:34
244 [session.c sshd.c ]
245 make MaxStartups code still work with -d; djm
246 - deraadt@cvs.openbsd.org 2000/07/11 13:17:45
247 [readconf.c ssh_config]
248 disable FallBackToRsh by default
Damien Miller5de43db2000-07-12 11:12:55 +1000249 - (djm) Replace in_addr_t with u_int32_t in bsd-inet_aton.c. Report from
250 Ben Lindstrom <mouring@pconline.com>
Damien Miller5a119bc2000-07-12 14:34:11 +1000251 - (djm) Make building of X11-Askpass and GNOME-Askpass optional in RPM
252 spec file.
Damien Miller2e7ba692000-07-12 21:10:23 +1000253 - (djm) Released 2.1.1p3
Damien Miller182ee6e2000-07-12 09:45:27 +1000254
Damien Miller65964d62000-07-11 09:16:22 +100025520000711
256 - (djm) Fixup for AIX getuserattr() support from Tom Bertelson
257 <tbert@abac.com>
Damien Miller2ae714f2000-07-11 09:29:50 +1000258 - (djm) ReliantUNIX support from Udo Schweigert <ust@cert.siemens.de>
Damien Miller99bca602000-07-11 12:02:36 +1000259 - (djm) NeXT: dirent structures to get scp working from Ben Lindstrom
260 <mouring@pconline.com>
Damien Miller7a0e5dc2000-07-11 12:15:54 +1000261 - (djm) Fix broken inet_ntoa check and ut_user/ut_name confusion, report
262 from Jim Watt <jimw@peisj.pebio.com>
Damien Miller168e6ac2000-07-11 12:23:01 +1000263 - (djm) Replaced bsd-snprintf.c with one from Mutt source tree, it is known
264 to compile on more platforms (incl NeXT).
Damien Miller3b9734c2000-07-11 14:54:22 +1000265 - (djm) Added bsd-inet_aton and configure support for NeXT
Damien Millerbc33bd42000-07-11 14:59:08 +1000266 - (djm) Misc NeXT fixes from Ben Lindstrom <mouring@pconline.com>
Damien Miller37023962000-07-11 17:31:38 +1000267 - (djm) OpenBSD CVS updates:
268 - markus@cvs.openbsd.org 2000/06/26 03:22:29
269 [authfd.c]
270 cleanup, less cut&paste
271 - markus@cvs.openbsd.org 2000/06/26 15:59:19
272 [servconf.c servconf.h session.c sshd.8 sshd.c]
273 MaxStartups: limit number of unauthenticated connections, work by
274 theo and me
275 - deraadt@cvs.openbsd.org 2000/07/05 14:18:07
276 [session.c]
277 use no_x11_forwarding_flag correctly; provos ok
278 - provos@cvs.openbsd.org 2000/07/05 15:35:57
279 [sshd.c]
280 typo
281 - aaron@cvs.openbsd.org 2000/07/05 22:06:58
282 [scp.1 ssh-agent.1 ssh-keygen.1 sshd.8]
283 Insert more missing .El directives. Our troff really should identify
284 these and spit out a warning.
285 - todd@cvs.openbsd.org 2000/07/06 21:55:04
286 [auth-rsa.c auth2.c ssh-keygen.c]
287 clean code is good code
288 - deraadt@cvs.openbsd.org 2000/07/07 02:14:29
289 [serverloop.c]
290 sense of port forwarding flag test was backwards
291 - provos@cvs.openbsd.org 2000/07/08 17:17:31
292 [compat.c readconf.c]
293 replace strtok with strsep; from David Young <dyoung@onthejob.net>
294 - deraadt@cvs.openbsd.org 2000/07/08 19:21:15
295 [auth.h]
296 KNF
297 - ho@cvs.openbsd.org 2000/07/08 19:27:33
298 [compat.c readconf.c]
299 Better conditions for strsep() ending.
300 - ho@cvs.openbsd.org 2000/07/10 10:27:05
301 [readconf.c]
302 Get the correct message on errors. (niels@ ok)
303 - ho@cvs.openbsd.org 2000/07/10 10:30:25
304 [cipher.c kex.c servconf.c]
305 strtok() --> strsep(). (niels@ ok)
Damien Miller4d97ba22000-07-11 18:15:50 +1000306 - (djm) Fix problem with debug mode and MaxStartups
Damien Miller54ba4692000-07-11 18:39:20 +1000307 - (djm) Don't generate host keys when $(DESTDIR) is set (e.g. during RPM
308 builds)
Damien Miller3077fb92000-07-11 21:34:34 +1000309 - (djm) Add strsep function from OpenBSD libc for systems that lack it
Damien Miller65964d62000-07-11 09:16:22 +1000310
Damien Miller4e997202000-07-09 21:21:52 +100031120000709
312 - (djm) Only enable PAM_TTY kludge for Linux. Problem report from
313 Kevin Steves <stevesk@sweden.hp.com>
Damien Miller8148fa32000-07-09 21:23:52 +1000314 - (djm) Match prototype and function declaration for rresvport_af.
315 Problem report from Niklas Edmundsson <nikke@ing.umu.se>
Damien Miller01006272000-07-09 21:29:37 +1000316 - (djm) Missing $(DESTDIR) on host-key target causing problems with RPM
317 builds. Problem report from Gregory Leblanc <GLeblanc@cu-portland.edu>
Damien Millerb38ea862000-07-09 21:37:49 +1000318 - (djm) Replace ut_name with ut_user. Patch from Jim Watt
319 <jimw@peisj.pebio.com>
Damien Millerf9b625c2000-07-09 22:42:32 +1000320 - (djm) Fix pam sprintf fix
321 - (djm) Cleanup entropy collection code a little more. Split initialisation
322 from seeding, perform intialisation immediatly at start, be careful with
323 uids. Based on problem report from Jim Watt <jimw@peisj.pebio.com>
Damien Miller31abc9a2000-07-09 23:26:27 +1000324 - (djm) More NeXT compatibility from Ben Lindstrom <mouring@pconline.com>
325 Including sigaction() et al. replacements
Damien Miller39c0a1c2000-07-09 23:55:08 +1000326 - (djm) AIX getuserattr() session initialisation from Tom Bertelson
327 <tbert@abac.com>
Damien Miller4e997202000-07-09 21:21:52 +1000328
Damien Millerce40c702000-07-08 10:14:08 +100032920000708
330 - (djm) Fix bad fprintf format handling in auth-pam.c. Patch from
331 Aaron Hopkins <aaron@die.net>
Damien Miller90dcc052000-07-08 10:17:40 +1000332 - (djm) Fix incorrect configure handling of --with-rsh-path option. Fix from
333 Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
Damien Millerfe668e42000-07-08 10:44:13 +1000334 - (djm) Fixed undefined variables for OSF SIA. Report from
335 Baars, Henk <Hendrik.Baars@nl.origin-it.com>
Damien Millerf2fdbe52000-07-08 10:57:08 +1000336 - (djm) Handle EWOULDBLOCK returns from read() and write() in atomicio.c
337 Fix from Marquess, Steve Mr JMLFDC <Steve.Marquess@DET.AMEDD.ARMY.MIL>
Damien Miller8e394e72000-07-08 11:50:37 +1000338 - (djm) Don't use inet_addr.
Damien Millerce40c702000-07-08 10:14:08 +1000339
Damien Miller9b6d4ab2000-07-02 08:43:18 +100034020000702
341 - (djm) Fix brace mismatch from Corinna Vinschen <vinschen@cygnus.com>
Damien Millerc7088432000-07-02 18:44:54 +1000342 - (djm) Stop shadow expiry checking from preventing logins with NIS. Based
343 on fix from HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
Damien Miller484118e2000-07-02 19:13:56 +1000344 - (djm) Use standard OpenSSL functions in auth-skey.c. Patch from
345 Chris, the Young One <cky@pobox.com>
Damien Miller0809a0a2000-07-02 19:33:54 +1000346 - (djm) Fix scp progress meter on really wide terminals. Based on patch
347 from James H. Cloos Jr. <cloos@jhcloos.com>
Damien Miller9b6d4ab2000-07-02 08:43:18 +1000348
Damien Millerd8cfda62000-07-01 12:56:09 +100034920000701
350 - (djm) Fix Tru64 SIA problems reported by John P Speno <speno@isc.upenn.edu>
Damien Miller8e81ed32000-07-01 13:17:42 +1000351 - (djm) Login fixes from Tom Bertelson <tbert@abac.com>
Damien Miller28adeef2000-07-01 13:29:26 +1000352 - (djm) Replace "/bin/sh" with _PATH_BSHELL. Report from Corinna Vinschen
353 <vinschen@cygnus.com>
Damien Miller7b413d22000-07-01 13:24:21 +1000354 - (djm) Replace "/usr/bin/login" with LOGIN_PROGRAM
Damien Millercb170cb2000-07-01 16:52:55 +1000355 - (djm) Added check for broken snprintf() functions which do not correctly
356 terminate output string and attempt to use replacement.
Damien Millerc9270992000-07-01 19:42:32 +1000357 - (djm) Released 2.1.1p2
Damien Millerd8cfda62000-07-01 12:56:09 +1000358
Damien Miller53c5d462000-06-28 00:50:50 +100035920000628
360 - (djm) Fixes to lastlog code for Irix
361 - (djm) Use atomicio in loginrec
Damien Miller91606b12000-06-28 08:22:29 +1000362 - (djm) Patch from Michael Stone <mstone@cs.loyola.edu> to add support for
363 Irix 6.x array sessions, project id's, and system audit trail id.
Damien Miller262ff172000-06-28 08:24:49 +1000364 - (djm) Added 'distprep' make target to simplify packaging
Damien Millerb8c656e2000-06-28 15:22:41 +1000365 - (djm) Added patch from Chris Adams <cmadams@hiwaay.net> to add OSF SIA
366 support. Enable using "USE_SIA=1 ./configure [options]"
367
Damien Millerf8af08d2000-06-27 09:40:06 +100036820000627
369 - (djm) Fixes to login code - not setting li->uid, cleanups
Damien Millerdd47aa22000-06-27 11:18:27 +1000370 - (djm) Formatting
Damien Millerf8af08d2000-06-27 09:40:06 +1000371
Damien Miller8dd33fd2000-06-26 10:20:19 +100037220000626
Damien Millerc0fd17f2000-06-26 10:22:53 +1000373 - (djm) Better fix to aclocal tests from Garrick James <garrick@james.net>
Damien Miller1f335fb2000-06-26 11:31:33 +1000374 - (djm) Account expiry support from Andreas Steinmetz <ast@domdv.de>
375 - (djm) Added password expiry checking (no password change support)
Damien Miller64681252000-06-26 13:01:33 +1000376 - (djm) Make EGD failures non-fatal if OpenSSL's entropy pool is still OK
377 based on patch from Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
Damien Miller08006472000-06-26 13:55:31 +1000378 - (djm) Fix fixed EGD code.
Damien Millerc0fd17f2000-06-26 10:22:53 +1000379 - OpenBSD CVS update
380 - provos@cvs.openbsd.org 2000/06/25 14:17:58
381 [channels.c]
382 correct check for bad channel ids; from Wei Dai <weidai@eskimo.com>
383
Damien Millerb54b40e2000-06-23 08:23:34 +100038420000623
385 - (djm) Use sa_family_t in prototype for rresvport_af. Patch from
386 Svante Signell <svante.signell@telia.com>
387 - (djm) Autoconf logic to define sa_family_t if it is missing
Damien Millerbf7f4662000-06-23 10:16:38 +1000388 - OpenBSD CVS Updates:
389 - markus@cvs.openbsd.org 2000/06/22 10:32:27
390 [sshd.c]
391 missing atomicio; report from Steve.Marquess@DET.AMEDD.ARMY.MIL
392 - djm@cvs.openbsd.org 2000/06/22 17:55:00
393 [auth-krb4.c key.c radix.c uuencode.c]
394 Missing CVS idents; ok markus
Damien Millerb54b40e2000-06-23 08:23:34 +1000395
Damien Miller099f5052000-06-22 20:57:11 +100039620000622
397 - (djm) Automatically generate host key during "make install". Suggested
398 by Gary E. Miller <gem@rellim.com>
399 - (djm) Paranoia before kill() system call
Damien Miller6536c7d2000-06-22 21:32:31 +1000400 - OpenBSD CVS Updates:
401 - markus@cvs.openbsd.org 2000/06/18 18:50:11
402 [auth2.c compat.c compat.h sshconnect2.c]
403 make userauth+pubkey interop with ssh.com-2.2.0
404 - markus@cvs.openbsd.org 2000/06/18 20:56:17
405 [dsa.c]
406 mem leak + be more paranoid in dsa_verify.
407 - markus@cvs.openbsd.org 2000/06/18 21:29:50
408 [key.c]
409 cleanup fingerprinting, less hardcoded sizes
410 - markus@cvs.openbsd.org 2000/06/19 19:39:45
411 [atomicio.c auth-options.c auth-passwd.c auth-rh-rsa.c auth-rhosts.c]
412 [auth-rsa.c auth-skey.c authfd.c authfd.h authfile.c bufaux.c bufaux.h]
413 [buffer.c buffer.h canohost.c channels.c channels.h cipher.c cipher.h]
414 [clientloop.c compat.c compat.h compress.c compress.h crc32.c crc32.h]
415 [deattack.c dispatch.c dsa.c fingerprint.c fingerprint.h getput.h hmac.c]
416 [kex.c log-client.c log-server.c login.c match.c mpaux.c mpaux.h nchan.c]
417 [nchan.h packet.c packet.h pty.c pty.h readconf.c readconf.h readpass.c]
418 [rsa.c rsa.h scp.c servconf.c servconf.h ssh-add.c ssh-keygen.c ssh.c]
419 [ssh.h tildexpand.c ttymodes.c ttymodes.h uidswap.c xmalloc.c xmalloc.h]
420 OpenBSD tag
421 - markus@cvs.openbsd.org 2000/06/21 10:46:10
422 sshconnect2.c missing free; nuke old comment
Damien Miller099f5052000-06-22 20:57:11 +1000423
Damien Milleredb82922000-06-20 13:25:52 +100042420000620
425 - (djm) Replace use of '-o' and '-a' logical operators in configure tests
426 with '||' and '&&'. As suggested by Jim Knoble <jmknoble@pint-stowp.cx>
427 to fix SCO Unixware problem reported by Gary E. Miller <gem@rellim.com>
Damien Miller2f022952000-06-20 13:50:01 +1000428 - (djm) Typo in loginrec.c
Damien Milleredb82922000-06-20 13:25:52 +1000429
Damien Miller7b22d652000-06-18 14:07:04 +100043020000618
431 - (djm) Add summary of configure options to end of ./configure run
432 - (djm) Not all systems define RUSAGE_SELF & RUSAGE_CHILDREN. Report from
433 Michael Stone <mstone@cs.loyola.edu>
434 - (djm) rusage is a privileged operation on some Unices (incl.
435 Solaris 2.5.1). Report from Paul D. Smith <pausmith@nortelnetworks.com>
436 - (djm) Avoid PAM failures when running without a TTY. Report from
437 Martin Petrak <petrak@spsknm.schools.sk>
438 - (djm) Include sys/types.h when including netinet/in.h in configure tests.
439 Patch from Jun-ichiro itojun Hagino <itojun@iijlab.net>
Damien Miller0f91b4e2000-06-18 15:43:25 +1000440 - (djm) Started merge of Ben Lindstrom's <mouring@pconline.com> NeXT support
Damien Millerf6d9e222000-06-18 14:50:44 +1000441 - OpenBSD CVS updates:
442 - deraadt@cvs.openbsd.org 2000/06/17 09:58:46
443 [channels.c]
444 everyone says "nix it" (remove protocol 2 debugging message)
445 - markus@cvs.openbsd.org 2000/06/17 13:24:34
446 [sshconnect.c]
447 allow extended server banners
448 - markus@cvs.openbsd.org 2000/06/17 14:30:10
449 [sshconnect.c]
450 missing atomicio, typo
451 - jakob@cvs.openbsd.org 2000/06/17 16:52:34
452 [servconf.c servconf.h session.c sshd.8 sshd_config]
453 add support for ssh v2 subsystems. ok markus@.
454 - deraadt@cvs.openbsd.org 2000/06/17 18:57:48
455 [readconf.c servconf.c]
456 include = in WHITESPACE; markus ok
457 - markus@cvs.openbsd.org 2000/06/17 19:09:10
458 [auth2.c]
459 implement bug compatibility with ssh-2.0.13 pubkey, server side
460 - markus@cvs.openbsd.org 2000/06/17 21:00:28
461 [compat.c]
462 initial support for ssh.com's 2.2.0
463 - markus@cvs.openbsd.org 2000/06/17 21:16:09
464 [scp.c]
465 typo
466 - markus@cvs.openbsd.org 2000/06/17 22:05:02
467 [auth-rsa.c auth2.c serverloop.c session.c auth-options.c auth-options.h]
468 split auth-rsa option parsing into auth-options
469 add options support to authorized_keys2
470 - markus@cvs.openbsd.org 2000/06/17 22:42:54
471 [session.c]
472 typo
Damien Miller7b22d652000-06-18 14:07:04 +1000473
Damien Millera66626b2000-06-13 18:57:53 +100047420000613
475 - (djm) Fixes from Andrew McGill <andrewm@datrix.co.za>:
476 - Platform define for SCO 3.x which breaks on /dev/ptmx
477 - Detect and try to fix missing MAXPATHLEN
Damien Miller1a132252000-06-13 21:23:17 +1000478 - (djm) Fix short copy in loginrec.c (based on patch from Phill Camp
479 <P.S.S.Camp@ukc.ac.uk>
Damien Millera66626b2000-06-13 18:57:53 +1000480
Damien Millere69f18c2000-06-12 16:38:54 +100048120000612
482 - (djm) Glob manpages in RPM spec files to catch compressed files
483 - (djm) Full license in auth-pam.c
Damien Millerc29de952000-06-12 23:04:18 +1000484 - (djm) Configure fixes from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
andre35ad6be2000-06-12 22:41:27 +0000485 - (andre) AIX, lastlog, configure fixes from Tom Bertelson <tbert@abac.com>:
486 - Don't try to retrieve lastlog from wtmp/wtmpx if DISABLE_LASTLOG is
487 def'd
488 - Set AIX to use preformatted manpages
Damien Millerbe484b52000-07-15 14:14:16 +1000489
Damien Millerc601a752000-06-10 08:33:38 +100049020000610
491 - (djm) Minor doc tweaks
Damien Millerd900e452000-06-10 16:51:33 +1000492 - (djm) Fix for configure on bash2 from Jim Knoble <jmknoble@jmknoble.cx>
Damien Millerc601a752000-06-10 08:33:38 +1000493
Damien Millera1cb6442000-06-09 11:58:35 +100049420000609
495 - (djm) Patch from Kenji Miyake <kenji@miyake.org> to disable utmp usage
496 (in favour of utmpx) on Solaris 8
497
Damien Millere37bfc12000-06-05 09:37:43 +100049820000606
Damien Miller14c12cb2000-06-07 22:20:23 +1000499 - (djm) Cleanup of entropy.c. Reorganised code, removed second pass through
500 list of commands (by default). Removed verbose debugging (by default).
501 - (djm) Increased command entropy estimates and default entropy collection
502 timeout
Damien Millerd5bf3072000-06-07 21:32:13 +1000503 - (djm) Remove duplicate headers from loginrec.c
Damien Miller9e110892000-06-07 21:05:46 +1000504 - (djm) Don't add /usr/local/lib to library search path on Irix
Damien Millerd3a18572000-06-07 19:55:44 +1000505 - (djm) Fix rsh path in RPMs. Report from Jason L Tibbitts III
506 <tibbs@math.uh.edu>
Damien Miller5314ae72000-06-07 20:08:19 +1000507 - (djm) Warn user if grabs fail in GNOME askpass. Patch from Zack Weinberg
508 <zack@wolery.cumb.org>
Damien Millerd3a18572000-06-07 19:55:44 +1000509 - (djm) OpenBSD CVS updates:
510 - todd@cvs.openbsd.org
511 [sshconnect2.c]
512 teach protocol v2 to count login failures properly and also enable an
513 explanation of why the password prompt comes up again like v1; this is NOT
514 crypto
515 - markus@cvs.openbsd.org
516 [readconf.c readconf.h servconf.c servconf.h session.c ssh.1 ssh.c sshd.8]
517 xauth_location support; pr 1234
518 [readconf.c sshconnect2.c]
519 typo, unused
520 [session.c]
521 allow use_login only for login sessions, otherwise remote commands are
522 execed with uid==0
523 [sshd.8]
524 document UseLogin better
525 [version.h]
526 OpenSSH 2.1.1
527 [auth-rsa.c]
528 fix match_hostname() logic for auth-rsa: deny access if we have a
529 negative match or no match at all
530 [channels.c hostfile.c match.c]
531 don't panic if mkdtemp fails for authfwd; jkb@yahoo-inc.com via
532 kris@FreeBSD.org
533
53420000606
Damien Millere37bfc12000-06-05 09:37:43 +1000535 - (djm) Added --with-cflags, --with-ldflags and --with-libs options to
536 configure.
537
Damien Miller2994e082000-06-04 15:51:47 +100053820000604
539 - Configure tweaking for new login code on Irix 5.3
andrea86c7ec2000-06-04 17:00:15 +0000540 - (andre) login code changes based on djm feedback
Damien Miller2994e082000-06-04 15:51:47 +1000541
andrea86c7ec2000-06-04 17:00:15 +000054220000603
543 - (andre) New login code
544 - Remove bsd-login.[ch] and all the OpenBSD-derived code in login.c
545 - Add loginrec.[ch], logintest.c and autoconf code
Damien Millerbe484b52000-07-15 14:14:16 +1000546
Damien Miller2f6a0ad2000-05-31 11:20:11 +100054720000531
548 - Cleanup of auth.c, login.c and fake-*
549 - Cleanup of auth-pam.c, save and print "account expired" error messages
Damien Miller1ea8ac72000-05-31 11:24:34 +1000550 - Fix EGD read bug by IWAMURO Motonori <iwa@mmp.fujitsu.co.jp>
Damien Miller1c773922000-05-31 13:57:18 +1000551 - Rewrote bsd-login to use proper utmp API if available. Major cleanup
552 of fallback DIY code.
Damien Miller2f6a0ad2000-05-31 11:20:11 +1000553
Damien Millerbe260a02000-05-30 12:57:46 +100055420000530
555 - Define atexit for old Solaris
Damien Millerc252e2e2000-05-30 13:12:46 +1000556 - Fix buffer overrun in login.c for systems which use syslen in utmpx.
557 patch from YOSHIFUJI Hideaki <yoshfuji@cerberus.nemoto.ecei.tohoku.ac.jp>
Damien Millerb1715dc2000-05-30 13:44:51 +1000558 - OpenBSD CVS updates:
559 - markus@cvs.openbsd.org
560 [session.c]
561 make x11-fwd work w/ localhost (xauth add host/unix:11)
562 [cipher.c compat.c readconf.c servconf.c]
563 check strtok() != NULL; ok niels@
564 [key.c]
565 fix key_read() for uuencoded keys w/o '='
566 [serverloop.c]
567 group ssh1 vs. ssh2 in serverloop
568 [kex.c kex.h myproposal.h sshconnect2.c sshd.c]
569 split kexinit/kexdh, factor out common code
570 [readconf.c ssh.1 ssh.c]
571 forwardagent defaults to no, add ssh -A
572 - theo@cvs.openbsd.org
573 [session.c]
574 just some line shortening
Damien Miller03934f22000-05-30 14:01:10 +1000575 - Released 2.1.0p3
Damien Millerbe260a02000-05-30 12:57:46 +1000576
Damien Millerd999ae22000-05-20 12:49:31 +100057720000520
578 - Xauth fix from Markus Friedl <markus.friedl@informatik.uni-erlangen.de>
Damien Millerad1bc5f2000-05-20 14:53:09 +1000579 - Don't touch utmp if USE_UTMPX defined
Damien Millerdfc83f42000-05-20 15:02:59 +1000580 - SunOS 4.x support from Todd C. Miller <Todd.Miller@courtesan.com>
Damien Millerfda78d92000-05-20 15:33:44 +1000581 - SIGCHLD fix for AIX and HPUX from Tom Bertelson <tbert@abac.com>
582 - HPUX and Configure fixes from Lutz Jaenicke
583 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
584 - Use mkinstalldirs script to make directories instead of non-portable
585 "install -d". Suggested by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
Damien Miller7b63b0f2000-05-20 15:41:26 +1000586 - Doc cleanup
Damien Millerd999ae22000-05-20 12:49:31 +1000587
Damien Milleref7df542000-05-19 00:03:23 +100058820000518
589 - Include Andre Lucas' fixprogs script. Forgot to "cvs add" it yesterday
590 - OpenBSD CVS updates:
591 - markus@cvs.openbsd.org
592 [sshconnect.c]
593 copy only ai_addrlen bytes; misiek@pld.org.pl
594 [auth.c]
595 accept an empty shell in authentication; bug reported by
596 chris@tinker.ucr.edu
597 [serverloop.c]
598 we don't have stderr for interactive terminal sessions (fcntl errors)
599
Damien Miller8d1fd572000-05-17 21:34:07 +100060020000517
601 - Fix from Andre Lucas <andre.lucas@dial.pipex.com>
602 - Fixes command line printing segfaults (spotter: Bladt Norbert)
603 - Fixes erroneous printing of debug messages to syslog
604 - Fixes utmp for MacOS X (spotter: Aristedes Maniatis)
605 - Gives useful error message if PRNG initialisation fails
606 - Reduced ssh startup delay
607 - Measures cumulative command time rather than the time between reads
Damien Millerbe484b52000-07-15 14:14:16 +1000608 after select()
Damien Miller8d1fd572000-05-17 21:34:07 +1000609 - 'fixprogs' perl script to eliminate non-working entropy commands, and
Damien Millerbe484b52000-07-15 14:14:16 +1000610 optionally run 'ent' to measure command entropy
Damien Millerd2c208a2000-05-17 22:00:02 +1000611 - Applied Tom Bertelson's <tbert@abac.com> AIX authentication fix
Damien Millerf3c6cf12000-05-17 22:08:29 +1000612 - Avoid WCOREDUMP complation errors for systems that lack it
613 - Avoid SIGCHLD warnings from entropy commands
Damien Miller0e65eed2000-05-17 22:16:05 +1000614 - Fix HAVE_PAM_GETENVLIST setting from Simon Wilkinson <sxw@dcs.ed.ac.uk>
Damien Millerdcb6ecd2000-05-17 22:34:22 +1000615 - OpenBSD CVS update:
616 - markus@cvs.openbsd.org
617 [ssh.c]
618 fix usage()
619 [ssh2.h]
620 draft-ietf-secsh-architecture-05.txt
621 [ssh.1]
622 document ssh -T -N (ssh2 only)
623 [channels.c serverloop.c ssh.h sshconnect.c sshd.c aux.c]
624 enable nonblocking IO for sshd w/ proto 1, too; split out common code
625 [aux.c]
626 missing include
Damien Miller615f9392000-05-17 22:53:33 +1000627 - Several patches from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
628 - INSTALL typo and URL fix
629 - Makefile fix
630 - Solaris fixes
631 - Checking for ssize_t and memmove. Based on patch from SAKAI Kiyotaka
632 <ksakai@kso.netwk.ntt-at.co.jp>
Damien Millerc4be7ce2000-05-17 23:02:03 +1000633 - RSAless operation patch from kevin_oconnor@standardandpoors.com
Damien Miller3b512e12000-05-17 23:29:18 +1000634 - Detect OpenSSL seperatly from RSA
635 - Better test for RSA (more compatible with RSAref). Based on work by
636 Ed Eden <ede370@stl.rural.usda.gov>
Damien Miller8d1fd572000-05-17 21:34:07 +1000637
Damien Miller95fe91b2000-05-13 12:31:22 +100063820000513
639 - Fix for non-recognised DSA keys from Arkadiusz Miskiewicz
640 <misiek@pld.org.pl>
641
Damien Milleraccfeb32000-05-11 19:10:58 +100064220000511
643 - Fix for prng_seed permissions checking from Lutz Jaenicke
644 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
Damien Miller95fe91b2000-05-13 12:31:22 +1000645 - "make host-key" fix for Irix
Damien Milleraccfeb32000-05-11 19:10:58 +1000646
Damien Miller30c3d422000-05-09 11:02:59 +100064720000509
648 - OpenBSD CVS update
649 - markus@cvs.openbsd.org
650 [cipher.h myproposal.h readconf.c readconf.h servconf.c ssh.1 ssh.c]
651 [ssh.h sshconnect1.c sshconnect2.c sshd.8]
652 - complain about invalid ciphers in SSH1 (e.g. arcfour is SSH2 only)
653 - hugh@cvs.openbsd.org
654 [ssh.1]
655 - zap typo
656 [ssh-keygen.1]
657 - One last nit fix. (markus approved)
658 [sshd.8]
659 - some markus certified spelling adjustments
660 - markus@cvs.openbsd.org
661 [auth2.c channels.c clientloop.c compat compat.h dsa.c kex.c]
662 [sshconnect2.c ]
663 - bug compat w/ ssh-2.0.13 x11, split out bugs
664 [nchan.c]
665 - no drain if ibuf_empty, fixes x11fwd problems; tests by fries@
666 [ssh-keygen.c]
667 - handle escapes in real and original key format, ok millert@
668 [version.h]
669 - OpenSSH-2.1
Damien Miller16e519c2000-05-09 14:28:55 +1000670 - Moved all the bsd-* and fake-* stuff into new libopenbsd-compat.a
Damien Miller54057c22000-05-09 15:03:37 +1000671 - Doc updates
Damien Miller95e89632000-05-09 15:28:50 +1000672 - Cleanup of bsd-base64 headers, bugfix definitions of __b64_*. Reported
673 by Andre Lucas <andre.lucas@dial.pipex.com>
Damien Miller30c3d422000-05-09 11:02:59 +1000674
Damien Miller58e579b2000-05-08 00:05:31 +100067520000508
676 - Makefile and RPM spec fixes
677 - Generate DSA host keys during "make key" or RPM installs
Damien Miller6d488712000-05-08 13:44:52 +1000678 - OpenBSD CVS update
679 - markus@cvs.openbsd.org
680 [clientloop.c sshconnect2.c]
681 - make x11-fwd interop w/ ssh-2.0.13
682 [README.openssh2]
683 - interop w/ SecureFX
684 - Release 2.0.0beta2
Damien Miller58e579b2000-05-08 00:05:31 +1000685
Damien Miller61e50f12000-05-08 20:49:37 +1000686 - Configure caching and cleanup patch from Andre Lucas'
687 <andre.lucas@dial.pipex.com>
688
Damien Millere247cc42000-05-07 12:03:14 +100068920000507
690 - Remove references to SSLeay.
691 - Big OpenBSD CVS update
692 - markus@cvs.openbsd.org
693 [clientloop.c]
694 - typo
695 [session.c]
696 - update proctitle on pty alloc/dealloc, e.g. w/ windows client
697 [session.c]
698 - update proctitle for proto 1, too
699 [channels.h nchan.c serverloop.c session.c sshd.c]
700 - use c-style comments
701 - deraadt@cvs.openbsd.org
702 [scp.c]
703 - more atomicio
704 - markus@cvs.openbsd.org
705 [channels.c]
706 - set O_NONBLOCK
707 [ssh.1]
708 - update AUTHOR
709 [readconf.c ssh-keygen.c ssh.h]
710 - default DSA key file ~/.ssh/id_dsa
711 [clientloop.c]
712 - typo, rm verbose debug
713 - deraadt@cvs.openbsd.org
714 [ssh-keygen.1]
715 - document DSA use of ssh-keygen
716 [sshd.8]
717 - a start at describing what i understand of the DSA side
718 [ssh-keygen.1]
719 - document -X and -x
720 [ssh-keygen.c]
721 - simplify usage
722 - markus@cvs.openbsd.org
723 [sshd.8]
724 - there is no rhosts_dsa
725 [ssh-keygen.1]
726 - document -y, update -X,-x
727 [nchan.c]
728 - fix close for non-open ssh1 channels
729 [servconf.c servconf.h ssh.h sshd.8 sshd.c ]
730 - s/DsaKey/HostDSAKey/, document option
731 [sshconnect2.c]
732 - respect number_of_password_prompts
733 [channels.c channels.h servconf.c servconf.h session.c sshd.8]
734 - GatewayPorts for sshd, ok deraadt@
735 [ssh-add.1 ssh-agent.1 ssh.1]
736 - more doc on: DSA, id_dsa, known_hosts2, authorized_keys2
737 [ssh.1]
738 - more info on proto 2
739 [sshd.8]
740 - sync AUTHOR w/ ssh.1
741 [key.c key.h sshconnect.c]
742 - print key type when talking about host keys
743 [packet.c]
744 - clear padding in ssh2
745 [dsa.c key.c radix.c ssh.h sshconnect1.c uuencode.c uuencode.h]
746 - replace broken uuencode w/ libc b64_ntop
747 [auth2.c]
748 - log failure before sending the reply
749 [key.c radix.c uuencode.c]
750 - remote trailing comments before calling __b64_pton
751 [auth2.c readconf.c readconf.h servconf.c servconf.h ssh.1]
752 [sshconnect2.c sshd.8]
753 - add DSAAuthetication option to ssh/sshd, document SSH2 in sshd.8
754 - Bring in b64_ntop and b64_pton from OpenBSD libc (bsd-base64.[ch])
755
Damien Miller63560f92000-05-02 09:06:04 +100075620000502
Damien Miller6f83b8e2000-05-02 09:23:45 +1000757 - OpenBSD CVS update
758 [channels.c]
759 - init all fds, close all fds.
760 [sshconnect2.c]
761 - check whether file exists before asking for passphrase
762 [servconf.c servconf.h sshd.8 sshd.c]
763 - PidFile, pr 1210
764 [channels.c]
765 - EINTR
766 [channels.c]
767 - unbreak, ok niels@
768 [sshd.c]
769 - unlink pid file, ok niels@
770 [auth2.c]
771 - Add missing #ifdefs; ok - markus
Damien Miller0437b332000-05-02 09:56:41 +1000772 - Add Andre Lucas' <andre.lucas@dial.pipex.com> patch to read entropy
773 gathering commands from a text file
Damien Miller63560f92000-05-02 09:06:04 +1000774 - Release 2.0.0beta1
775
Damien Miller7c8af4f2000-05-01 08:24:07 +100077620000501
777 - OpenBSD CVS update
778 [packet.c]
779 - send debug messages in SSH2 format
Damien Miller35dabd02000-05-01 21:10:33 +1000780 [scp.c]
781 - fix very rare EAGAIN/EINTR issues; based on work by djm
782 [packet.c]
783 - less debug, rm unused
784 [auth2.c]
785 - disable kerb,s/key in ssh2
786 [sshd.8]
787 - Minor tweaks and typo fixes.
788 [ssh-keygen.c]
789 - Put -d into usage and reorder. markus ok.
Damien Millere59ce622000-05-01 20:54:17 +1000790 - Include missing headers for OpenSSL tests. Fix from Phil Karn
791 <karn@ka9q.ampr.org>
Damien Miller70fb6712000-05-01 20:59:50 +1000792 - Fixed __progname symbol collisions reported by Andre Lucas
793 <andre.lucas@dial.pipex.com>
Damien Miller0e489dc2000-05-01 22:53:53 +1000794 - Merged bsd-login ttyslot and AIX utmp patch from Gert Doering
795 <gd@hilb1.medat.de>
Damien Miller1cead2c2000-05-01 22:55:23 +1000796 - Add some missing ifdefs to auth2.c
Damien Miller7c004262000-05-01 22:57:46 +1000797 - Deprecate perl-tk askpass.
Damien Millerfc0b11b2000-05-02 00:03:55 +1000798 - Irix portability fixes - don't include netinet headers more than once
799 - Make sure we don't save PRNG seed more than once
Damien Miller7c8af4f2000-05-01 08:24:07 +1000800
Damien Miller1bead332000-04-30 00:47:29 +100080120000430
802 - Merge HP-UX fixes and TCB support from Ged Lodder <lodder@yacc.com.au>
Damien Miller4018c192000-04-30 09:30:44 +1000803 - Integrate Andre Lucas' <andre.lucas@dial.pipex.com> entropy collection
804 patch.
805 - Adds timeout to entropy collection
806 - Disables slow entropy sources
807 - Load and save seed file
808 - Changed entropy seed code to user per-user seeds only (server seed is
809 saved in root's .ssh directory)
810 - Use atexit() and fatal cleanups to save seed on exit
Damien Millerbd483e72000-04-30 10:00:53 +1000811 - More OpenBSD updates:
812 [session.c]
813 - don't call chan_write_failed() if we are not writing
814 [auth-rsa.c auth1.c authfd.c hostfile.c ssh-agent.c]
815 - keysize warnings error() -> log()
Damien Miller1bead332000-04-30 00:47:29 +1000816
Damien Millereba71ba2000-04-29 23:57:08 +100081720000429
818 - Merge big update to OpenSSH-2.0 from OpenBSD CVS
819 [README.openssh2]
820 - interop w/ F-secure windows client
821 - sync documentation
822 - ssh_host_dsa_key not ssh_dsa_key
823 [auth-rsa.c]
824 - missing fclose
825 [auth.c authfile.c compat.c dsa.c dsa.h hostfile.c key.c key.h radix.c]
826 [readconf.c readconf.h ssh-add.c ssh-keygen.c ssh.c ssh.h sshconnect.c]
827 [sshd.c uuencode.c uuencode.h authfile.h]
828 - add DSA pubkey auth and other SSH2 fixes. use ssh-keygen -[xX]
829 for trading keys with the real and the original SSH, directly from the
830 people who invented the SSH protocol.
831 [auth.c auth.h authfile.c sshconnect.c auth1.c auth2.c sshconnect.h]
832 [sshconnect1.c sshconnect2.c]
833 - split auth/sshconnect in one file per protocol version
834 [sshconnect2.c]
835 - remove debug
836 [uuencode.c]
837 - add trailing =
838 [version.h]
839 - OpenSSH-2.0
840 [ssh-keygen.1 ssh-keygen.c]
841 - add -R flag: exit code indicates if RSA is alive
842 [sshd.c]
843 - remove unused
844 silent if -Q is specified
845 [ssh.h]
846 - host key becomes /etc/ssh_host_dsa_key
847 [readconf.c servconf.c ]
848 - ssh/sshd default to proto 1 and 2
849 [uuencode.c]
850 - remove debug
851 [auth2.c ssh-keygen.c sshconnect2.c sshd.c]
852 - xfree DSA blobs
853 [auth2.c serverloop.c session.c]
854 - cleanup logging for sshd/2, respect PasswordAuth no
855 [sshconnect2.c]
856 - less debug, respect .ssh/config
857 [README.openssh2 channels.c channels.h]
858 - clientloop.c session.c ssh.c
859 - support for x11-fwding, client+server
860
Damien Millera552faf2000-04-21 15:55:20 +100086120000421
862 - Merge fix from OpenBSD CVS
863 [ssh-agent.c]
864 - Fix memory leak per connection. Report from Andy Spiegl <Andy@Spiegl.de>
865 via Debian bug #59926
Damien Miller81171112000-04-23 11:14:01 +1000866 - Define __progname in session.c if libc doesn't
867 - Remove indentation on autoconf #include statements to avoid bug in
868 DEC Tru64 compiler. Report and fix from David Del Piero
869 <David.DelPiero@qed.qld.gov.au>
Damien Millera552faf2000-04-21 15:55:20 +1000870
Damien Miller3ef692a2000-04-20 07:33:24 +100087120000420
872 - Make fixpaths work with perl4, patch from Andre Lucas
873 <andre.lucas@dial.pipex.com>
Damien Miller166fca82000-04-20 07:42:21 +1000874 - Sync with OpenBSD CVS:
875 [clientloop.c login.c serverloop.c ssh-agent.c ssh.h sshconnect.c sshd.c]
876 - pid_t
877 [session.c]
878 - remove bogus chan_read_failed. this could cause data
879 corruption (missing data) at end of a SSH2 session.
Damien Millerd0cff3e2000-04-20 23:12:58 +1000880 - Merge fixes from Debian patch from Phil Hands <phil@hands.com>
881 - Allow setting of PAM service name through CFLAGS (SSHD_PAM_SERVICE)
882 - Use vhangup to clean up Linux ttys
883 - Force posix getopt processing on GNU libc systems
Damien Millercfabe862000-04-20 23:27:27 +1000884 - Debian bug #55910 - remove references to ssl(8) manpages
Damien Millerf3a3fee2000-04-20 23:32:48 +1000885 - Debian bug #58031 - ssh_config lies about default cipher
Damien Miller3ef692a2000-04-20 07:33:24 +1000886
Damien Miller8bb73be2000-04-19 16:26:12 +100088720000419
888 - OpenBSD CVS updates
889 [channels.c]
890 - fix pr 1196, listen_port and port_to_connect interchanged
891 [scp.c]
892 - after completion, replace the progress bar ETA counter with a final
893 elapsed time; my idea, aaron wrote the patch
894 [ssh_config sshd_config]
895 - show 'Protocol' as an example, ok markus@
896 [sshd.c]
897 - missing xfree()
898 - Add missing header to bsd-misc.c
899
Damien Miller5f056372000-04-16 12:31:48 +100090020000416
901 - Reduce diff against OpenBSD source
902 - All OpenSSL includes are now unconditionally referenced as
903 openssl/foo.h
904 - Pick up formatting changes
905 - Other minor changed (typecasts, etc) that I missed
906
Damien Miller4af51302000-04-16 11:18:38 +100090720000415
908 - OpenBSD CVS updates.
909 [ssh.1 ssh.c]
910 - ssh -2
911 [auth.c channels.c clientloop.c packet.c packet.h serverloop.c]
912 [session.c sshconnect.c]
913 - check payload for (illegal) extra data
914 [ALL]
915 whitespace cleanup
916
Damien Millere71eb912000-04-13 12:19:32 +100091720000413
918 - INSTALL doc updates
Damien Miller22c77262000-04-13 12:26:34 +1000919 - Merged OpenBSD updates to include paths.
Damien Miller4af51302000-04-16 11:18:38 +1000920
Damien Miller78928792000-04-12 20:17:38 +100092120000412
922 - OpenBSD CVS updates:
923 - [channels.c]
924 repair x11-fwd
925 - [sshconnect.c]
926 fix passwd prompt for ssh2, less debugging output.
927 - [clientloop.c compat.c dsa.c kex.c sshd.c]
928 less debugging output
929 - [kex.c kex.h sshconnect.c sshd.c]
930 check for reasonable public DH values
931 - [README.openssh2 cipher.c cipher.h compat.c compat.h readconf.c]
932 [readconf.h servconf.c servconf.h ssh.c ssh.h sshconnect.c sshd.c]
933 add Cipher and Protocol options to ssh/sshd, e.g.:
934 ssh -o 'Protocol 1,2' if you prefer proto 1, ssh -o 'Ciphers
935 arcfour,3des-cbc'
936 - [sshd.c]
937 print 1.99 only if server supports both
938
Damien Millerbc7c7cc2000-04-08 17:48:56 +100093920000408
940 - Avoid some compiler warnings in fake-get*.c
941 - Add IPTOS macros for systems which lack them
Damien Miller11e37f62000-04-08 18:23:30 +1000942 - Only set define entropy collection macros if they are found
Damien Millerefb4afe2000-04-12 18:45:05 +1000943 - More large OpenBSD CVS updates:
944 - [auth.c auth.h servconf.c servconf.h serverloop.c session.c]
945 [session.h ssh.h sshd.c README.openssh2]
946 ssh2 server side, see README.openssh2; enable with 'sshd -2'
947 - [channels.c]
948 no adjust after close
949 - [sshd.c compat.c ]
950 interop w/ latest ssh.com windows client.
951
Damien Miller1383bd82000-04-06 12:32:37 +100095220000406
953 - OpenBSD CVS update:
954 - [channels.c]
955 close efd on eof
956 - [clientloop.c compat.c ssh.c sshconnect.c myproposal.h]
957 ssh2 client implementation, interops w/ ssh.com and lsh servers.
958 - [sshconnect.c]
959 missing free.
960 - [authfile.c cipher.c cipher.h packet.c sshconnect.c sshd.c]
961 remove unused argument, split cipher_mask()
962 - [clientloop.c]
963 re-order: group ssh1 vs. ssh2
964 - Make Redhat spec require openssl >= 0.9.5a
965
Damien Miller193ba882000-04-04 10:21:09 +100096620000404
967 - Add tests for RAND_add function when searching for OpenSSL
Damien Miller33b13562000-04-04 14:38:59 +1000968 - OpenBSD CVS update:
969 - [packet.h packet.c]
970 ssh2 packet format
971 - [packet.h packet.c nchan2.ms nchan.h compat.h compat.c]
972 [channels.h channels.c]
973 channel layer support for ssh2
974 - [kex.h kex.c hmac.h hmac.c dsa.c dsa.h]
975 DSA, keyexchange, algorithm agreement for ssh2
Damien Miller74a333b2000-04-04 15:04:09 +1000976 - Generate manpages before make install not at the end of make all
977 - Don't seed the rng quite so often
978 - Always reseed rng when requested
Damien Miller193ba882000-04-04 10:21:09 +1000979
Damien Miller040f3832000-04-03 14:50:43 +100098020000403
981 - Wrote entropy collection routines for systems that lack /dev/random
982 and EGD
Damien Miller70494d12000-04-03 15:57:06 +1000983 - Disable tests and typedefs for 64 bit types. They are currently unused.
Damien Miller040f3832000-04-03 14:50:43 +1000984
Damien Millerb38eff82000-04-01 11:09:21 +100098520000401
986 - Big OpenBSD CVS update (mainly beginnings of SSH2 infrastructure)
987 - [auth.c session.c sshd.c auth.h]
988 split sshd.c -> auth.c session.c sshd.c plus cleanup and goto-removal
989 - [bufaux.c bufaux.h]
990 support ssh2 bignums
991 - [channels.c channels.h clientloop.c sshd.c nchan.c nchan.h packet.c]
992 [readconf.c ssh.c ssh.h serverloop.c]
993 replace big switch() with function tables (prepare for ssh2)
994 - [ssh2.h]
995 ssh2 message type codes
996 - [sshd.8]
997 reorder Xr to avoid cutting
998 - [serverloop.c]
999 close(fdin) if fdin != fdout, shutdown otherwise, ok theo@
1000 - [channels.c]
1001 missing close
1002 allow bigger packets
1003 - [cipher.c cipher.h]
1004 support ssh2 ciphers
1005 - [compress.c]
1006 cleanup, less code
1007 - [dispatch.c dispatch.h]
1008 function tables for different message types
1009 - [log-server.c]
1010 do not log() if debuggin to stderr
1011 rename a cpp symbol, to avoid param.h collision
1012 - [mpaux.c]
1013 KNF
1014 - [nchan.c]
1015 sync w/ channels.c
1016
Damien Miller2c9279f2000-03-26 12:12:34 +1000101720000326
1018 - Better tests for OpenSSL w/ RSAref
1019 - Added replacement setenv() function from OpenBSD libc. Suggested by
1020 Ben Lindstrom <mouring@pconline.com>
Damien Miller450a7a12000-03-26 13:04:51 +10001021 - OpenBSD CVS update
1022 - [auth-krb4.c]
1023 -Wall
1024 - [auth-rh-rsa.c auth-rsa.c hostfile.c hostfile.h key.c key.h match.c]
1025 [match.h ssh.c ssh.h sshconnect.c sshd.c]
1026 initial support for DSA keys. ok deraadt@, niels@
1027 - [cipher.c cipher.h]
1028 remove unused cipher_attack_detected code
1029 - [scp.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
1030 Fix some formatting problems I missed before.
1031 - [ssh.1 sshd.8]
1032 fix spelling errors, From: FreeBSD
1033 - [ssh.c]
1034 switch to raw mode only if he _get_ a pty (not if we _want_ a pty).
Damien Miller2c9279f2000-03-26 12:12:34 +10001035
Damien Miller63a46cc2000-03-24 09:24:33 +1100103620000324
1037 - Released 1.2.3
1038
Damien Miller29ea30d2000-03-17 10:54:15 +1100103920000317
1040 - Clarified --with-default-path option.
1041 - Added -blibpath handling for AIX to work around stupid runtime linking.
1042 Problem elucidated by gshapiro@SENDMAIL.ORG by way of Jim Knoble
1043 <jmknoble@pobox.com>
Damien Millerd6121d22000-03-17 23:26:46 +11001044 - Checks for 64 bit int types. Problem report from Mats Fredholm
1045 <matsf@init.se>
Damien Miller7684ee12000-03-17 23:40:15 +11001046 - OpenBSD CVS updates:
1047 - [atomicio.c auth-krb4.c bufaux.c channels.c compress.c fingerprint.c]
1048 [packet.h radix.c rsa.c scp.c ssh-agent.c ssh-keygen.c sshconnect.c]
1049 [sshd.c]
1050 pedantic: signed vs. unsigned, void*-arithm, etc
1051 - [ssh.1 sshd.8]
1052 Various cleanups and standardizations.
Damien Millere37ac5a2000-03-17 23:58:59 +11001053 - Runtime error fix for HPUX from Otmar Stahl
1054 <O.Stahl@lsw.uni-heidelberg.de>
Damien Miller29ea30d2000-03-17 10:54:15 +11001055
Damien Miller08c788a2000-03-16 07:52:29 +1100105620000316
1057 - Fixed configure not passing LDFLAGS to Solaris. Report from David G.
1058 Hesprich <dghespri@sprintparanet.com>
Damien Miller166bd442000-03-16 10:48:25 +11001059 - Propogate LD through to Makefile
Damien Millerfd263682000-03-16 11:51:09 +11001060 - Doc cleanups
Damien Millerca9a49c2000-03-16 12:23:13 +11001061 - Added blurb about "scp: command not found" errors to UPGRADING
Damien Miller08c788a2000-03-16 07:52:29 +11001062
Damien Millera1ad4802000-03-15 10:04:54 +1100106320000315
1064 - Fix broken CFLAGS handling during search for OpenSSL. Fixes va_list
1065 problems with gcc/Solaris.
Damien Millerf09b07a2000-03-15 11:23:48 +11001066 - Don't free argument to putenv() after use (in setenv() replacement).
1067 Report from Seigo Tanimura <tanimura@r.dl.itc.u-tokyo.ac.jp>
Damien Miller8b1c22b2000-03-15 12:13:01 +11001068 - Created contrib/ subdirectory. Included helpers from Phil Hands'
1069 Debian package, README file and chroot patch from Ricardo Cerqueira
1070 <rmcc@clix.pt>
Damien Miller96873222000-03-16 12:07:43 +11001071 - Moved gnome-ssh-askpass.c to contrib directory and removed config
Damien Miller8b1c22b2000-03-15 12:13:01 +11001072 option.
1073 - Slight cleanup to doc files
Damien Miller856799b2000-03-15 21:18:10 +11001074 - Configure fix from Bratislav ILICH <bilic@zepter.ru>
Damien Millera1ad4802000-03-15 10:04:54 +11001075
Damien Miller1c67c992000-03-14 10:16:34 +1100107620000314
1077 - Include macro for IN6_IS_ADDR_V4MAPPED. Report from
1078 peter@frontierflying.com
Damien Millerdb819592000-03-14 13:44:01 +11001079 - Include /usr/local/include and /usr/local/lib for systems that don't
1080 do it themselves
1081 - -R/usr/local/lib for Solaris
1082 - Fix RSAref detection
1083 - Fix IN6_IS_ADDR_V4MAPPED macro
Damien Miller1c67c992000-03-14 10:16:34 +11001084
Damien Millerb85dcad2000-03-11 11:37:00 +1100108520000311
1086 - Detect RSAref
Damien Miller02491e92000-03-11 11:58:28 +11001087 - OpenBSD CVS change
1088 [sshd.c]
1089 - disallow guessing of root password
Damien Millerd58b3ab2000-03-11 20:05:11 +11001090 - More configure fixes
Damien Miller7bcb0892000-03-11 20:45:40 +11001091 - IPv6 workarounds from Hideaki YOSHIFUJI <yoshfuji@ecei.tohoku.ac.jp>
Damien Millerb85dcad2000-03-11 11:37:00 +11001092
Damien Miller98c7ad62000-03-09 21:27:49 +1100109320000309
1094 - OpenBSD CVS updates to v1.2.3
Damien Millerbe484b52000-07-15 14:14:16 +10001095 [ssh.h atomicio.c]
1096 - int atomicio -> ssize_t (for alpha). ok deraadt@
1097 [auth-rsa.c]
1098 - delay MD5 computation until client sends response, free() early, cleanup.
1099 [cipher.c]
1100 - void* -> unsigned char*, ok niels@
1101 [hostfile.c]
1102 - remove unused variable 'len'. fix comments.
1103 - remove unused variable
1104 [log-client.c log-server.c]
1105 - rename a cpp symbol, to avoid param.h collision
1106 [packet.c]
1107 - missing xfree()
1108 - getsockname() requires initialized tolen; andy@guildsoftware.com
1109 - use getpeername() in packet_connection_is_on_socket(), fixes sshd -i;
1110 from Holger.Trapp@Informatik.TU-Chemnitz.DE
1111 [pty.c pty.h]
1112 - register cleanup for pty earlier. move code for pty-owner handling to
Damien Miller98c7ad62000-03-09 21:27:49 +11001113 pty.c ok provos@, dugsong@
Damien Millerbe484b52000-07-15 14:14:16 +10001114 [readconf.c]
1115 - turn off x11-fwd for the client, too.
1116 [rsa.c]
1117 - PKCS#1 padding
1118 [scp.c]
1119 - allow '.' in usernames; from jedgar@fxp.org
1120 [servconf.c]
1121 - typo: ignore_user_known_hosts int->flag; naddy@mips.rhein-neckar.de
1122 - sync with sshd_config
1123 [ssh-keygen.c]
1124 - enable ssh-keygen -l -f ~/.ssh/known_hosts, ok deraadt@
1125 [ssh.1]
1126 - Change invalid 'CHAT' loglevel to 'VERBOSE'
1127 [ssh.c]
1128 - suppress AAAA query host when '-4' is used; from shin@nd.net.fujitsu.co.jp
1129 - turn off x11-fwd for the client, too.
1130 [sshconnect.c]
1131 - missing xfree()
1132 - retry rresvport_af(), too. from sumikawa@ebina.hitachi.co.jp.
1133 - read error vs. "Connection closed by remote host"
1134 [sshd.8]
1135 - ie. -> i.e.,
1136 - do not link to a commercial page..
1137 - sync with sshd_config
1138 [sshd.c]
1139 - no need for poll.h; from bright@wintelcom.net
1140 - log with level log() not fatal() if peer behaves badly.
1141 - don't panic if client behaves strange. ok deraadt@
1142 - make no-port-forwarding for RSA keys deny both -L and -R style fwding
1143 - delay close() of pty until the pty has been chowned back to root
1144 - oops, fix comment, too.
1145 - missing xfree()
1146 - move XAUTHORITY to subdir. ok dugsong@. fixes debian bug #57907, too.
1147 (http://cgi.debian.org/cgi-bin/bugreport.cgi?archive=no&bug=57907)
1148 - register cleanup for pty earlier. move code for pty-owner handling to
1149 pty.c ok provos@, dugsong@
1150 - create x11 cookie file
1151 - fix pr 1113, fclose() -> pclose(), todo: remote popen()
1152 - version 1.2.3
Damien Miller98c7ad62000-03-09 21:27:49 +11001153 - Cleaned up
Damien Miller8f975b62000-03-09 22:31:13 +11001154 - Removed warning workaround for Linux and devpts filesystems (no longer
1155 required after OpenBSD updates)
Damien Miller98c7ad62000-03-09 21:27:49 +11001156
Damien Miller1a07ebd2000-03-08 09:03:44 +1100115720000308
1158 - Configure fix from Hiroshi Takekawa <takekawa@sr3.t.u-tokyo.ac.jp>
1159
116020000307
1161 - Released 1.2.2p1
1162
Damien Miller01bedb82000-03-05 16:10:03 +1100116320000305
1164 - Fix DEC compile fix
Damien Millerfac99cd2000-03-05 16:10:45 +11001165 - Explicitly seed OpenSSL's PRNG before checking rsa_alive()
Damien Miller9fb07e42000-03-05 16:22:59 +11001166 - Check for getpagesize in libucb.a if not found in libc. Fix for old
1167 Solaris from Andre Lucas <andre.lucas@dial.pipex.com>
Damien Miller65165f82000-03-05 17:02:45 +11001168 - Check for libwrap if --with-tcp-wrappers option specified. Suggestion
1169 Mate Wierdl <mw@moni.msci.memphis.edu>
Damien Miller01bedb82000-03-05 16:10:03 +11001170
Damien Miller4095f892000-03-03 22:13:52 +1100117120000303
1172 - Added "make host-key" target, Suggestion from Dominik Brettnacher
1173 <domi@saargate.de>
Damien Miller3c7eeb22000-03-03 22:35:33 +11001174 - Don't permanently fail on bind() if getaddrinfo has more choices left for
1175 us. Needed to work around messy IPv6 on Linux. Patch from Arkadiusz
1176 Miskiewicz <misiek@pld.org.pl>
Damien Miller00d4bb12000-03-03 22:48:49 +11001177 - DEC Unix compile fix from David Del Piero <David.DelPiero@qed.qld.gov.au>
1178 - Manpage fix from David Del Piero <David.DelPiero@qed.qld.gov.au>
Damien Miller4095f892000-03-03 22:13:52 +11001179
Damien Millera22ba012000-03-02 23:09:20 +1100118020000302
1181 - Big cleanup of autoconf code
1182 - Rearranged to be a little more logical
1183 - Added -R option for Solaris
1184 - Rewrote OpenSSL detection code. Now uses AC_TRY_RUN with a test program
1185 to detect library and header location _and_ ensure library has proper
1186 RSA support built in (this is a problem with OpenSSL 0.9.5).
Damien Millerc7d8dbb2000-03-02 23:30:53 +11001187 - Applied pty cleanup patch from markus.friedl@informatik.uni-erlangen.de
Damien Millerc4cea3e2000-03-02 23:31:50 +11001188 - Avoid warning message with Unix98 ptys
Damien Miller204ad072000-03-02 23:56:12 +11001189 - Warning was valid - possible race condition on PTYs. Avoided using
1190 platform-specific code.
1191 - Document some common problems
Damien Miller2453d012000-03-02 23:57:18 +11001192 - Allow root access to any key. Patch from
1193 markus.friedl@informatik.uni-erlangen.de
Damien Millera22ba012000-03-02 23:09:20 +11001194
Damien Miller36143d72000-02-07 13:20:26 +1100119520000207
1196 - Removed SOCKS code. Will support through a ProxyCommand.
1197
Damien Miller18522462000-02-03 01:07:07 +1100119820000203
1199 - Fixed SEGVs in authloop, fix from vbzoli@hbrt.hu
Damien Miller0c0e4bf2000-02-03 13:58:51 +11001200 - Add --with-ssl-dir option
Damien Miller18522462000-02-03 01:07:07 +11001201
Damien Miller65527582000-02-02 19:17:40 +1100120220000202
1203 - Fix lastlog code for directory based lastlogs. Fix from Josh Durham
1204 <jmd@aoe.vt.edu>
Damien Miller17872522000-02-02 20:56:20 +11001205 - Documentation fixes from HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
1206 - Added URLs to Japanese translations of documents by HARUYAMA Seigo
1207 <haruyama@nt.phys.s.u-tokyo.ac.jp>
Damien Miller65527582000-02-02 19:17:40 +11001208
Damien Miller9e53f352000-02-01 23:05:30 +1100120920000201
1210 - Use socket pairs by default (instead of pipes). Prevents race condition
1211 on several (buggy) OSs. Report and fix from tridge@linuxcare.com
1212
Damien Millerf07390e2000-01-29 20:40:22 +1100121320000127
1214 - Seed OpenSSL's random number generator before generating RSA keypairs
1215 - Split random collector into seperate file
Damien Miller6034fdf2000-01-29 20:55:09 +11001216 - Compile fix from Andre Lucas <andre.lucas@dial.pipex.com>
Damien Millerf07390e2000-01-29 20:40:22 +11001217
Damien Miller27f4c782000-01-27 18:22:13 +1100121820000126
1219 - Released 1.2.2 stable
1220
1221 - NeXT keeps it lastlog in /usr/adm. Report from
1222 mouring@newton.pconline.com
Damien Millerc85f9b42000-01-29 10:20:21 +11001223 - Added note in UPGRADING re interop with commercial SSH using idea.
1224 Report from Jim Knoble <jmknoble@pobox.com>
1225 - Fix linking order for Kerberos/AFS. Fix from Holget Trapp
1226 <Holger.Trapp@Informatik.TU-Chemnitz.DE>
Damien Miller27f4c782000-01-27 18:22:13 +11001227
Damien Millerd89c24b2000-01-26 11:04:48 +1100122820000125
1229 - Fix NULL pointer dereference in login.c. Fix from Andre Lucas
1230 <andre.lucas@dial.pipex.com>
Damien Millerfa51a832000-01-26 11:07:22 +11001231 - Reorder PAM initialisation so it does not mess up lastlog. Reported
1232 by Andre Lucas <andre.lucas@dial.pipex.com>
Damien Miller0e1cf7c2000-01-26 12:15:30 +11001233 - Use preformatted manpages on SCO, report from Gary E. Miller
1234 <gem@rellim.com>
1235 - New URL for x11-ssh-askpass.
Damien Miller6d844932000-01-26 12:17:50 +11001236 - Fixpaths was missing /etc/ssh_known_hosts. Report from Jim Knoble
1237 <jmknoble@pobox.com>
Damien Miller7d7c60d2000-01-26 14:37:48 +11001238 - Added 'DESTDIR' option to Makefile to ease package building. Patch from
1239 Jim Knoble <jmknoble@pobox.com>
1240 - Updated RPM spec files to use DESTDIR
Damien Millerd89c24b2000-01-26 11:04:48 +11001241
Damien Miller68cee102000-01-24 17:02:27 +1100124220000124
1243 - Pick up version 1.2.2 from OpenBSD CVS (no changes, just version number
1244 increment)
1245
Damien Miller6fe375d2000-01-23 09:38:00 +1100124620000123
1247 - OpenBSD CVS:
1248 - [packet.c]
1249 getsockname() requires initialized tolen; andy@guildsoftware.com
Damien Miller1fa154b2000-01-23 10:32:03 +11001250 - AIX patch from Matt Richards <v2matt@btv.ibm.com> and David Rankin
1251 <drankin@bohemians.lexington.ky.us>
Damien Millerdef0dc92000-01-23 20:18:35 +11001252 - Fix lastlog support, patch from Andre Lucas <andre.lucas@dial.pipex.com>
Damien Miller6fe375d2000-01-23 09:38:00 +11001253
Damien Miller91427002000-01-22 13:25:13 +1100125420000122
1255 - Fix compilation of bsd-snprintf.c on Solaris, fix from Ben Taylor
1256 <bent@clark.net>
Damien Miller670a4b82000-01-22 13:53:11 +11001257 - Merge preformatted manpage patch from Andre Lucas
1258 <andre.lucas@dial.pipex.com>
Damien Miller07278932000-01-22 14:05:37 +11001259 - Make IPv4 use the default in RPM packages
1260 - Irix uses preformatted manpages
Damien Miller8dbbe6e2000-01-22 18:17:42 +11001261 - Missing htons() in bsd-bindresvport.c, fix from Holger Trapp
1262 <Holger.Trapp@Informatik.TU-Chemnitz.DE>
Damien Millerf052aaf2000-01-22 19:47:21 +11001263 - OpenBSD CVS updates:
1264 - [packet.c]
1265 use getpeername() in packet_connection_is_on_socket(), fixes sshd -i;
1266 from Holger.Trapp@Informatik.TU-Chemnitz.DE
1267 - [sshd.c]
1268 log with level log() not fatal() if peer behaves badly.
1269 - [readpass.c]
1270 instead of blocking SIGINT, catch it ourselves, so that we can clean
1271 the tty modes up and kill ourselves -- instead of our process group
1272 leader (scp, cvs, ...) going away and leaving us in noecho mode.
1273 people with cbreak shells never even noticed..
Damien Miller14537852000-01-22 19:57:40 +11001274 - [ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
1275 ie. -> i.e.,
Damien Miller91427002000-01-22 13:25:13 +11001276
Damien Millereca71f82000-01-20 22:38:27 +1100127720000120
1278 - Don't use getaddrinfo on AIX
Damien Miller396691a2000-01-20 22:44:08 +11001279 - Update to latest OpenBSD CVS:
1280 - [auth-rsa.c]
1281 - fix user/1056, sshd keeps restrictions; dbt@meat.net
1282 - [sshconnect.c]
1283 - disable agent fwding for proto 1.3, remove abuse of auth-rsa flags.
1284 - destroy keys earlier
Damien Milleree1c0b32000-01-21 00:18:15 +11001285 - split key exchange (kex) and user authentication (user-auth),
1286 ok: provos@
Damien Miller396691a2000-01-20 22:44:08 +11001287 - [sshd.c]
1288 - no need for poll.h; from bright@wintelcom.net
1289 - disable agent fwding for proto 1.3, remove abuse of auth-rsa flags.
Damien Milleree1c0b32000-01-21 00:18:15 +11001290 - split key exchange (kex) and user authentication (user-auth),
1291 ok: provos@
Damien Miller88b86e42000-01-20 23:13:35 +11001292 - Big manpage and config file cleanup from Andre Lucas
1293 <andre.lucas@dial.pipex.com>
Damien Miller886c63a2000-01-20 23:13:36 +11001294 - Re-added latest (unmodified) OpenBSD manpages
Damien Millereab2ce02000-01-20 23:58:22 +11001295 - Doc updates
Damien Milleree1c0b32000-01-21 00:18:15 +11001296 - NetBSD patch from David Rankin <drankin@bohemians.lexington.ky.us> and
1297 Christos Zoulas <christos@netbsd.org>
Damien Millereca71f82000-01-20 22:38:27 +11001298
Damien Miller9550a242000-01-19 10:41:23 +1100129920000119
Damien Millereaf99942000-01-19 13:45:07 +11001300 - SCO compile fixes from Gary E. Miller <gem@rellim.com>
Damien Miller9550a242000-01-19 10:41:23 +11001301 - Compile fix from Darren_Hall@progressive.com
Damien Miller7d80e342000-01-19 14:36:49 +11001302 - Linux/glibc-2.1.2 takes a *long* time to look up names for AF_UNSPEC
1303 addresses using getaddrinfo(). Added a configure switch to make the
1304 default lookup mode AF_INET
Damien Miller9550a242000-01-19 10:41:23 +11001305
Damien Millerdbd250f2000-01-18 08:57:14 +1100130620000118
1307 - Fixed --with-pid-dir option
Damien Millerca673b32000-01-18 09:01:27 +11001308 - Makefile fix from Gary E. Miller <gem@rellim.com>
Damien Millere0f45742000-01-18 09:12:06 +11001309 - Compile fix for HPUX and Solaris from Andre Lucas
1310 <andre.lucas@dial.pipex.com>
Damien Millerdbd250f2000-01-18 08:57:14 +11001311
Damien Millerb9b94a72000-01-17 09:52:46 +1100131220000117
1313 - Clean up bsd-bindresvport.c. Use arc4random() for picking initial
1314 port, ignore EINVAL errors (Linux) when searching for free port.
Damien Miller834171e2000-01-17 09:59:41 +11001315 - Revert __snprintf -> snprintf aliasing. Apparently Solaris
1316 __snprintf isn't. Report from Theo de Raadt <theo@cvs.openbsd.org>
Damien Millerf693d3b2000-01-17 11:56:27 +11001317 - Document location of Redhat PAM file in INSTALL.
Damien Millere2192732000-01-17 13:22:55 +11001318 - Fixed X11 forwarding bug on Linux. libc advertises AF_INET6
1319 INADDR_ANY_INIT addresses via getaddrinfo, but may not be able to
Damien Miller19fe9c72000-01-17 15:23:01 +11001320 deliver (no IPv6 kernel support)
Damien Millere2192732000-01-17 13:22:55 +11001321 - Released 1.2.1pre27
Damien Millerb9b94a72000-01-17 09:52:46 +11001322
Damien Miller19fe9c72000-01-17 15:23:01 +11001323 - Fix rresvport_af failure errors (logic error in bsd-bindresvport.c)
Damien Millerd426ed62000-01-17 19:22:36 +11001324 - Fix --with-ipaddr-display option test. Fix from Jarno Huuskonen
1325 <jhuuskon@hytti.uku.fi>
Damien Millerb284b542000-01-17 20:55:18 +11001326 - Fix hang on logout if processes are still using the pty. Needs
1327 further testing.
Damien Miller66409952000-01-17 21:40:06 +11001328 - Patch from Christos Zoulas <christos@zoulas.com>
1329 - Try $prefix first when looking for OpenSSL.
1330 - Include sys/types.h when including sys/socket.h in test programs
Damien Millerb13c73e2000-01-17 22:02:17 +11001331 - Substitute PID directory in sshd.8. Suggestion from Andrew
1332 Stribblehill <a.d.stribblehill@durham.ac.uk>
Damien Miller19fe9c72000-01-17 15:23:01 +11001333
Damien Miller5eed6a22000-01-16 12:05:18 +1100133420000116
1335 - Renamed --with-xauth-path to --with-xauth
1336 - Added --with-pid-dir option
1337 - Released 1.2.1pre26
1338
Damien Miller8f926492000-01-16 18:19:25 +11001339 - Compilation fix from Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
Damien Miller62a52ef2000-01-16 23:03:56 +11001340 - Fixed broken bugfix for /dev/ptmx on Linux systems which lack
1341 openpty(). Report from Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
Damien Miller8f926492000-01-16 18:19:25 +11001342
Damien Millerb29ea912000-01-15 14:12:03 +1100134320000115
1344 - Add --with-xauth-path configure directive and explicit test for
1345 /usr/openwin/bin/xauth for Solaris systems. Report from Anders
1346 Nordby <anders@fix.no>
1347 - Fix incorrect detection of /dev/ptmx on Linux systems that lack
1348 openpty. Report from John Seifarth <john@waw.be>
1349 - Look for intXX_t and u_intXX_t in sys/bitypes.h if they are not in
1350 sys/types.h. Fixes problems on SCO, report from Gary E. Miller
1351 <gem@rellim.com>
1352 - Use __snprintf and __vnsprintf if they are found where snprintf and
1353 vnsprintf are lacking. Suggested by Ben Taylor <bent@shell.clark.net>
1354 and others.
1355
Damien Miller34132e52000-01-14 15:45:46 +1100135620000114
1357 - Merged OpenBSD IPv6 patch:
1358 - [sshd.c sshd.8 sshconnect.c ssh.h ssh.c servconf.h servconf.c scp.1]
1359 [scp.c packet.h packet.c login.c log.c canohost.c channels.c]
1360 [hostfile.c sshd_config]
1361 ipv6 support: mostly gethostbyname->getaddrinfo/getnameinfo, new
1362 features: sshd allows multiple ListenAddress and Port options. note
1363 that libwrap is not IPv6-ready. (based on patches from
1364 fujiwara@rcac.tdi.co.jp)
1365 - [ssh.c canohost.c]
1366 more hints (hints.ai_socktype=SOCK_STREAM) for getaddrinfo,
1367 from itojun@
1368 - [channels.c]
1369 listen on _all_ interfaces for X11-Fwd (hints.ai_flags = AI_PASSIVE)
1370 - [packet.h]
1371 allow auth-kerberos for IPv4 only
1372 - [scp.1 sshd.8 servconf.h scp.c]
1373 document -4, -6, and 'ssh -L 2022/::1/22'
1374 - [ssh.c]
1375 'ssh @host' is illegal (null user name), from
1376 karsten@gedankenpolizei.de
1377 - [sshconnect.c]
1378 better error message
1379 - [sshd.c]
1380 allow auth-kerberos for IPv4 only
1381 - Big IPv6 merge:
1382 - Cleanup overrun in sockaddr copying on RHL 6.1
1383 - Replacements for getaddrinfo, getnameinfo, etc based on versions
1384 from patch from KIKUCHI Takahiro <kick@kyoto.wide.ad.jp>
1385 - Replacement for missing structures on systems that lack IPv6
1386 - record_login needed to know about AF_INET6 addresses
1387 - Borrowed more code from OpenBSD: rresvport_af and requisites
1388
Damien Miller25e42562000-01-11 10:59:47 +1100138920000110
1390 - Fixes to auth-skey to enable it to use the standard OpenSSL libraries
1391
Damien Miller2edcda52000-01-07 08:56:05 +1100139220000107
1393 - New config.sub and config.guess to fix problems on SCO. Supplied
1394 by Gary E. Miller <gem@rellim.com>
Damien Millerfa824cb2000-01-07 18:51:27 +11001395 - SCO build fix from Gary E. Miller <gem@rellim.com>
Damien Miller25e42562000-01-11 10:59:47 +11001396 - Released 1.2.1pre25
Damien Miller2edcda52000-01-07 08:56:05 +11001397
Damien Miller105b7f02000-01-07 08:45:55 +1100139820000106
1399 - Documentation update & cleanup
1400 - Better KrbIV / AFS detection, based on patch from:
1401 Holger Trapp <Holger.Trapp@Informatik.TU-Chemnitz.DE>
1402
Damien Miller1808f382000-01-06 12:03:12 +1100140320000105
1404 - Fixed annoying DES corruption problem. libcrypt has been
1405 overriding symbols in libcrypto. Removed libcrypt and crypt.h
1406 altogether (libcrypto includes its own crypt(1) replacement)
1407 - Added platform-specific rules for Irix 6.x. Included warning that
1408 they are untested.
1409
Damien Miller645c5982000-01-03 14:42:09 +1100141020000103
1411 - Add explicit make rules for files proccessed by fixpaths.
1412 - Fix "make install" in RPM spec files. Report from Tenkou N. Hattori
1413 <tnh@kondara.org>
Damien Millere9c8f4d2000-01-03 20:00:52 +11001414 - Removed "nullok" directive from default PAM configuration files.
1415 Added information on enabling EmptyPasswords on openssh+PAM in
1416 UPGRADING file.
Damien Miller62ab38a2000-01-03 23:41:05 +11001417 - OpenBSD CVS updates
1418 - [ssh-agent.c]
1419 cleanup_exit() for SIGTERM/SIGHUP, too. from fgsch@ and
1420 dgaudet@arctic.org
1421 - [sshconnect.c]
1422 compare correct version for 1.3 compat mode
Damien Miller645c5982000-01-03 14:42:09 +11001423
Damien Miller5121e3a2000-01-02 11:49:28 +1100142420000102
1425 - Prevent multiple inclusion of config.h and defines.h. Suggested
1426 by Andre Lucas <andre.lucas@dial.pipex.com>
1427 - Properly clean up on exit of ssh-agent. Patch from Dean Gaudet
1428 <dgaudet@arctic.org>
1429
Damien Miller8eb0fd61999-12-31 08:49:13 +1100143019991231
1431 - Fix password support on systems with a mixture of shadowed and
1432 non-shadowed passwords (e.g. NIS). Report and fix from
1433 HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
Damien Millerf3e8be81999-12-31 08:59:04 +11001434 - Fix broken autoconf typedef detection. Report from Marc G.
1435 Fournier <marc.fournier@acadiau.ca>
Damien Miller03783f01999-12-31 09:16:40 +11001436 - Fix occasional crash on LinuxPPC. Patch from Franz Sirl
1437 <Franz.Sirl-kernel@lauterbach.com>
Damien Millerb2532b31999-12-31 09:18:12 +11001438 - Prevent typedefs from being compiled more than once. Report from
1439 Marc G. Fournier <marc.fournier@acadiau.ca>
Damien Miller3131d8b1999-12-31 09:42:24 +11001440 - Fill in ut_utaddr utmp field. Report from Benjamin Charron
1441 <iretd@bigfoot.com>
Damien Millere7f626c1999-12-31 09:49:44 +11001442 - Really fix broken default path. Fix from Jim Knoble
1443 <jmknoble@pobox.com>
Damien Milleraa7b64d1999-12-31 09:55:34 +11001444 - Remove test for quad_t. No longer needed.
Damien Miller6b85a7f2000-01-02 11:45:33 +11001445 - Released 1.2.1pre24
1446
1447 - Added support for directory-based lastlogs
1448 - Really fix typedefs, patch from Ben Taylor <bent@clark.net>
Damien Miller8eb0fd61999-12-31 08:49:13 +11001449
Damien Millerece22a81999-12-30 09:48:15 +1100145019991230
1451 - OpenBSD CVS updates:
1452 - [auth-passwd.c]
1453 check for NULL 1st
Damien Millere72b7af1999-12-30 15:08:44 +11001454 - Removed most of the pam code into its own file auth-pam.[ch]. This
1455 cleaned up sshd.c up significantly.
Damien Miller8eb0fd61999-12-31 08:49:13 +11001456 - PAM authentication was incorrectly interpreting
1457 "PermitRootLogin without-password". Report from Matthias Andree
1458 <ma@dt.e-technik.uni-dortmund.de
Damien Millere72b7af1999-12-30 15:08:44 +11001459 - Several other cleanups
Damien Miller8bdeee21999-12-30 15:50:54 +11001460 - Merged Dante SOCKS support patch from David Rankin
1461 <drankin@bohemians.lexington.ky.us>
1462 - Updated documentation with ./configure options
Damien Miller8eb0fd61999-12-31 08:49:13 +11001463 - Released 1.2.1pre23
Damien Millerece22a81999-12-30 09:48:15 +11001464
Damien Miller9550a761999-12-29 02:32:22 +1100146519991229
1466 - Applied another NetBSD portability patch from David Rankin
1467 <drankin@bohemians.lexington.ky.us>
1468 - Fix --with-default-path option.
Damien Millere79334a1999-12-29 10:03:37 +11001469 - Autodetect perl, patch from David Rankin
1470 <drankin@bohemians.lexington.ky.us>
Damien Millerd00d1611999-12-29 10:17:09 +11001471 - Print whether OpenSSH was compiled with RSARef, patch from
1472 Nalin Dahyabhai <nalin@thermo.stat.ncsu.edu>
Damien Millerac3a4b41999-12-29 10:25:40 +11001473 - Calls to pam_setcred, patch from Nalin Dahyabhai
1474 <nalin@thermo.stat.ncsu.edu>
Damien Miller95058511999-12-29 10:36:45 +11001475 - Detect missing size_t and typedef it.
Damien Miller58ca7d81999-12-29 19:56:30 +11001476 - Rename helper.[ch] to (more appropriate) bsd-misc.[ch]
1477 - Minor Makefile cleaning
Damien Miller9550a761999-12-29 02:32:22 +11001478
Damien Miller13bc0be1999-12-28 10:19:16 +1100147919991228
1480 - Replacement for getpagesize() for systems which lack it
Damien Miller4ff2b9b1999-12-28 10:41:12 +11001481 - NetBSD login.c compile fix from David Rankin
1482 <drankin@bohemians.lexington.ky.us>
1483 - Fully set ut_tv if present in utmp or utmpx
Damien Millerbeb4ba51999-12-28 15:09:35 +11001484 - Portability fixes for Irix 5.3 (now compiles OK!)
1485 - autoconf and other misc cleanups
Damien Miller74d0d4a1999-12-29 02:24:35 +11001486 - Merged AIX patch from Darren Hall <dhall@virage.org>
1487 - Cleaned up defines.h
Damien Miller06b472b1999-12-29 19:47:06 +11001488 - Released 1.2.1pre22
Damien Miller13bc0be1999-12-28 10:19:16 +11001489
Damien Millerc0d73901999-12-27 09:23:58 +1100149019991227
1491 - Automatically correct paths in manpages and configuration files. Patch
1492 and script from Andre Lucas <andre.lucas@dial.pipex.com>
1493 - Removed credits from README to CREDITS file, updated.
Damien Miller5a3e6831999-12-27 09:48:56 +11001494 - Added --with-default-path to specify custom path for server
1495 - Removed #ifdef trickery from acconfig.h into defines.h
Damien Miller373d2911999-12-27 10:45:54 +11001496 - PAM bugfix. PermitEmptyPassword was being ignored.
1497 - Fixed PAM config files to allow empty passwords if server does.
1498 - Explained spurious PAM auth warning workaround in UPGRADING
Damien Millere1276241999-12-27 11:33:56 +11001499 - Use last few chars of tty line as ut_id
Damien Miller6a5d4d61999-12-27 16:46:17 +11001500 - New SuSE RPM spec file from Chris Saia <csaia@wtower.com>
Damien Miller68e45de1999-12-27 23:54:55 +11001501 - OpenBSD CVS updates:
1502 - [packet.h auth-rhosts.c]
1503 check format string for packet_disconnect and packet_send_debug, too
1504 - [channels.c]
1505 use packet_get_maxsize for channels. consistence.
Damien Millerc0d73901999-12-27 09:23:58 +11001506
Damien Miller32b3cf21999-12-26 10:21:48 +1100150719991226
1508 - Enabled utmpx support by default for Solaris
1509 - Cleanup sshd.c PAM a little more
Damien Miller36884401999-12-26 12:26:21 +11001510 - Revised RPM package to include Jim Knoble's <jmknoble@pobox.com>
1511 X11 ssh-askpass program.
Damien Millerd49621e1999-12-26 14:04:33 +11001512 - Disable logging of PAM success and failures, PAM is verbose enough.
1513 Unfortunatly there is currently no way to disable auth failure
1514 messages. Mention this in UPGRADING file and sent message to PAM
1515 developers
Damien Miller4f0fa561999-12-26 14:24:41 +11001516 - OpenBSD CVS update:
1517 - [ssh-keygen.1 ssh.1]
1518 remove ref to .ssh/random_seed, mention .ssh/environment in
1519 .Sh FILES, too
Damien Miller9673b2b1999-12-26 19:10:30 +11001520 - Released 1.2.1pre21
1521 - Fixed implicit '.' in default path, report from Jim Knoble
1522 <jmknoble@pobox.com>
Damien Milleraae10931999-12-26 19:38:17 +11001523 - Redhat RPM spec fixes from Jim Knoble <jmknoble@pobox.com>
Damien Miller32b3cf21999-12-26 10:21:48 +11001524
Damien Miller2e1b0821999-12-25 10:11:29 +1100152519991225
1526 - More fixes from Andre Lucas <andre.lucas@dial.pipex.com>
1527 - Cleanup of auth-passwd.c for shadow and MD5 passwords
1528 - Cleanup and bugfix of PAM authentication code
Damien Miller32b3cf21999-12-26 10:21:48 +11001529 - Released 1.2.1pre20
1530
1531 - Merged fixes from Ben Taylor <bent@clark.net>
1532 - Fixed configure support for PAM. Reported by Naz <96na@eng.cam.ac.uk>
1533 - Disabled logging of PAM password authentication failures when password
1534 is empty. (e.g start of authentication loop). Reported by Naz
1535 <96na@eng.cam.ac.uk>)
Damien Miller2e1b0821999-12-25 10:11:29 +11001536
153719991223
1538 - Merged later HPUX patch from Andre Lucas
1539 <andre.lucas@dial.pipex.com>
1540 - Above patch included better utmpx support from Ben Taylor
Damien Miller32b3cf21999-12-26 10:21:48 +11001541 <bent@clark.net>
Damien Miller2e1b0821999-12-25 10:11:29 +11001542
Damien Miller365199d1999-12-22 00:12:38 +1100154319991222
1544 - Fix undefined fd_set type in ssh.h from Povl H. Pedersen
1545 <pope@netguide.dk>
Damien Miller1b0c2281999-12-22 16:09:48 +11001546 - Fix login.c breakage on systems which lack ut_host in struct
1547 utmp. Reported by Willard Dawson <willard.dawson@sbs.siemens.com>
Damien Miller365199d1999-12-22 00:12:38 +11001548
Damien Miller76112de1999-12-21 11:18:08 +1100154919991221
1550 - Integration of large HPUX patch from Andre Lucas
1551 <andre.lucas@dial.pipex.com>. Integrating it had a few other
1552 benefits:
1553 - Ability to disable shadow passwords at configure time
1554 - Ability to disable lastlog support at configure time
1555 - Support for IP address in $DISPLAY
Damien Millerf039bad1999-12-21 20:57:20 +11001556 - OpenBSD CVS update:
1557 - [sshconnect.c]
1558 say "REMOTE HOST IDENTIFICATION HAS CHANGED"
Damien Millercb7e5f91999-12-21 21:03:09 +11001559 - Fix DISABLE_SHADOW support
1560 - Allow MD5 passwords even if shadow passwords are disabled
Damien Millere8852911999-12-21 22:50:50 +11001561 - Release 1.2.1pre19
Damien Miller76112de1999-12-21 11:18:08 +11001562
Damien Millerc4c647f1999-12-18 20:54:52 +1100156319991218
1564 - Redhat init script patch from Chun-Chung Chen
1565 <cjj@u.washington.edu>
Damien Millerfdb7caf1999-12-18 20:57:40 +11001566 - Avoid breakage on systems without IPv6 headers
Damien Millerc4c647f1999-12-18 20:54:52 +11001567
Damien Millerab8a4da1999-12-16 13:05:30 +1100156819991216
1569 - Makefile changes for Solaris from Peter Kocks
1570 <peter.kocks@baygate.com>
Damien Miller5e7c10e1999-12-16 13:18:04 +11001571 - Minor updates to docs
1572 - Merged OpenBSD CVS changes:
1573 - [authfd.c ssh-agent.c]
1574 keysize warnings talk about identity files
1575 - [packet.c]
1576 "Connection closed by x.x.x.x": fatal() -> log()
Damien Miller8f9d5071999-12-16 15:10:45 +11001577 - Correctly handle empty passwords in shadow file. Patch from:
1578 "Chris, the Young One" <cky@pobox.com>
1579 - Released 1.2.1pre18
Damien Millerab8a4da1999-12-16 13:05:30 +11001580
Damien Miller84093e91999-12-15 09:06:28 +1100158119991215
1582 - Integrated patchs from Juergen Keil <jk@tools.de>
1583 - Avoid void* pointer arithmatic
1584 - Use LDFLAGS correctly
Damien Miller864ea591999-12-15 11:04:25 +11001585 - Fix SIGIO error in scp
1586 - Simplify status line printing in scp
Damien Miller3b9d5e91999-12-15 09:34:31 +11001587 - Added better test for inline functions compiler support from
1588 Darren_Hall@progressive.com
Damien Miller84093e91999-12-15 09:06:28 +11001589
Damien Millera34a28b1999-12-14 10:47:15 +1100159019991214
1591 - OpenBSD CVS Changes
1592 - [canohost.c]
1593 fix get_remote_port() and friends for sshd -i;
1594 Holger.Trapp@Informatik.TU-Chemnitz.DE
1595 - [mpaux.c]
1596 make code simpler. no need for memcpy. niels@ ok
1597 - [pty.c]
1598 namebuflen not sizeof namebuflen; bnd@ep-ag.com via djm@mindrot.org
1599 fix proto; markus
1600 - [ssh.1]
1601 typo; mark.baushke@solipsa.com
1602 - [channels.c ssh.c ssh.h sshd.c]
1603 type conflict for 'extern Type *options' in channels.c; dot@dotat.at
1604 - [sshconnect.c]
1605 move checking of hostkey into own function.
1606 - [version.h]
1607 OpenSSH-1.2.1
Damien Miller36b339a1999-12-14 10:54:47 +11001608 - Clean up broken includes in pty.c
Damien Miller6ae00d61999-12-14 15:43:03 +11001609 - Some older systems don't have poll.h, they use sys/poll.h instead
1610 - Doc updates
Damien Millera34a28b1999-12-14 10:47:15 +11001611
Damien Millerc6b3bbe1999-12-13 08:27:33 +1100161219991211
1613 - Fix compilation on systems with AFS. Reported by
1614 aloomis@glue.umd.edu
1615 - Fix installation on Solaris. Reported by
1616 Gordon Rowell <gordonr@gormand.com.au>
1617 - Fix gccisms (__attribute__ and inline). Report by edgy@us.ibm.com,
1618 patch from Markus Friedl <markus.friedl@informatik.uni-erlangen.de>
1619 - Auto-locate xauth. Patch from David Agraz <dagraz@jahoopa.com>
1620 - Compile fix from David Agraz <dagraz@jahoopa.com>
1621 - Avoid compiler warning in bsd-snprintf.c
1622 - Added pam_limits.so to default PAM config. Suggested by
1623 Jim Knoble <jmknoble@pobox.com>
1624
Damien Millerbf1c9b21999-12-09 10:16:54 +1100162519991209
1626 - Import of patch from Ben Taylor <bent@clark.net>:
1627 - Improved PAM support
1628 - "uninstall" rule for Makefile
1629 - utmpx support
1630 - Should fix PAM problems on Solaris
Damien Miller50945fa1999-12-09 10:31:37 +11001631 - OpenBSD CVS updates:
1632 - [readpass.c]
1633 avoid stdio; based on work by markus, millert, and I
1634 - [sshd.c]
1635 make sure the client selects a supported cipher
1636 - [sshd.c]
1637 fix sighup handling. accept would just restart and daemon handled
1638 sighup only after the next connection was accepted. use poll on
1639 listen sock now.
1640 - [sshd.c]
1641 make that a fatal
Damien Millerd7f66151999-12-09 10:48:58 +11001642 - Applied patch from David Rankin <drankin@bohemians.lexington.ky.us>
1643 to fix libwrap support on NetBSD
Damien Miller6646bad1999-12-09 10:42:10 +11001644 - Released 1.2pre17
Damien Millerbf1c9b21999-12-09 10:16:54 +11001645
Damien Millerfce16481999-12-08 08:53:52 +1100164619991208
1647 - Compile fix for Solaris with /dev/ptmx from
1648 David Agraz <dagraz@jahoopa.com>
1649
Damien Miller0c078c61999-12-07 14:53:57 +1100165019991207
1651 - sshd Redhat init script patch from Jim Knoble <jmknoble@pobox.com>
1652 fixes compatability with 4.x and 5.x
Damien Miller3bc14dd1999-12-07 14:54:53 +11001653 - Fixed default SSH_ASKPASS
Damien Millereabf3411999-12-07 14:56:27 +11001654 - Fix PAM account and session being called multiple times. Problem
1655 reported by Adrian Baugh <adrian@merlin.keble.ox.ac.uk>
Damien Miller037a0dc1999-12-07 15:38:31 +11001656 - Merged more OpenBSD changes:
1657 - [atomicio.c authfd.c scp.c serverloop.c ssh.h sshconnect.c sshd.c]
1658 move atomicio into it's own file. wrap all socket write()s which
1659 were doing write(sock, buf, len) != len, with atomicio() calls.
1660 - [auth-skey.c]
1661 fd leak
1662 - [authfile.c]
1663 properly name fd variable
1664 - [channels.c]
1665 display great hatred towards strcpy
1666 - [pty.c pty.h sshd.c]
1667 use openpty() if it exists (it does on BSD4_4)
1668 - [tildexpand.c]
1669 check for ~ expansion past MAXPATHLEN
1670 - Modified helper.c to use new atomicio function.
1671 - Reformat Makefile a little
1672 - Moved RC4 routines from rc4.[ch] into helper.c
1673 - Added autoconf code to detect /dev/ptmx (Solaris) and /dev/ptc (AIX)
Damien Milleraf2604a1999-12-07 16:21:40 +11001674 - Updated SuSE spec from Chris Saia <csaia@wtower.com>
1675 - Tweaked Redhat spec
Damien Millerf5d69a51999-12-07 16:55:04 +11001676 - Clean up bad imports of a few files (forgot -kb)
1677 - Released 1.2pre16
Damien Miller0c078c61999-12-07 14:53:57 +11001678
Damien Millerdc33fc31999-12-04 20:24:48 +1100167919991204
1680 - Small cleanup of PAM code in sshd.c
Damien Milleraae6c611999-12-06 11:47:28 +11001681 - Merged OpenBSD CVS changes:
1682 - [auth-krb4.c auth-passwd.c auth-skey.c ssh.h]
1683 move skey-auth from auth-passwd.c to auth-skey.c, same for krb4
1684 - [auth-rsa.c]
1685 warn only about mismatch if key is _used_
1686 warn about keysize-mismatch with log() not error()
1687 channels.c readconf.c readconf.h ssh.c ssh.h sshconnect.c
1688 ports are u_short
1689 - [hostfile.c]
1690 indent, shorter warning
1691 - [nchan.c]
1692 use error() for internal errors
1693 - [packet.c]
1694 set loglevel for SSH_MSG_DISCONNECT to log(), not fatal()
1695 serverloop.c
1696 indent
1697 - [ssh-add.1 ssh-add.c ssh.h]
1698 document $SSH_ASKPASS, reasonable default
1699 - [ssh.1]
1700 CheckHostIP is not available for connects via proxy command
1701 - [sshconnect.c]
1702 typo
1703 easier to read client code for passwd and skey auth
1704 turn of checkhostip for proxy connects, since we don't know the remote ip
Damien Millerdc33fc31999-12-04 20:24:48 +11001705
Damien Miller42b81ff1999-11-26 12:21:24 +1100170619991126
1707 - Add definition for __P()
1708 - Added [v]snprintf() replacement for systems that lack it
1709
Damien Miller78224a01999-11-25 11:55:45 +1100171019991125
1711 - More reformatting merged from OpenBSD CVS
1712 - Merged OpenBSD CVS changes:
1713 - [channels.c]
1714 fix packet_integrity_check() for !have_hostname_in_open.
1715 report from mrwizard@psu.edu via djm@ibs.com.au
1716 - [channels.c]
1717 set SO_REUSEADDR and SO_LINGER for forwarded ports.
1718 chip@valinux.com via damien@ibs.com.au
1719 - [nchan.c]
1720 it's not an error() if shutdown_write failes in nchan.
1721 - [readconf.c]
1722 remove dead #ifdef-0-code
1723 - [readconf.c servconf.c]
1724 strcasecmp instead of tolower
1725 - [scp.c]
1726 progress meter overflow fix from damien@ibs.com.au
1727 - [ssh-add.1 ssh-add.c]
1728 SSH_ASKPASS support
1729 - [ssh.1 ssh.c]
1730 postpone fork_after_authentication until command execution,
1731 request/patch from jahakala@cc.jyu.fi via damien@ibs.com.au
1732 plus: use daemon() for backgrounding
Damien Millerd8087f61999-11-25 12:31:26 +11001733 - Added BSD compatible install program and autoconf test, thanks to
1734 Niels Kristian Bech Jensen <nkbj@image.dk>
1735 - Solaris fixing, thanks to Ben Taylor <bent@clark.net>
Damien Miller063fdf81999-11-25 13:08:31 +11001736 - Merged beginnings of AIX support from Tor-Ake Fransson <torake@hotmail.com>
Damien Millerbf3f6ef1999-11-25 13:50:10 +11001737 - Release 1.2pre15
Damien Miller78224a01999-11-25 11:55:45 +11001738
Damien Miller95def091999-11-25 00:26:21 +1100173919991124
1740 - Merged very large OpenBSD source code reformat
1741 - OpenBSD CVS updates
1742 - [channels.c cipher.c compat.c log-client.c scp.c serverloop.c]
1743 [ssh.h sshd.8 sshd.c]
1744 syslog changes:
1745 * Unified Logmessage for all auth-types, for success and for failed
1746 * Standard connections get only ONE line in the LOG when level==LOG:
1747 Auth-attempts are logged only, if authentication is:
1748 a) successfull or
1749 b) with passwd or
1750 c) we had more than AUTH_FAIL_LOG failues
1751 * many log() became verbose()
1752 * old behaviour with level=VERBOSE
1753 - [readconf.c readconf.h ssh.1 ssh.h sshconnect.c sshd.c]
1754 tranfer s/key challenge/response data in SSH_SMSG_AUTH_TIS_CHALLENGE
1755 messages. allows use of s/key in windows (ttssh, securecrt) and
1756 ssh-1.2.27 clients without 'ssh -v', ok: niels@
1757 - [sshd.8]
1758 -V, for fallback to openssh in SSH2 compatibility mode
1759 - [sshd.c]
1760 fix sigchld race; cjc5@po.cwru.edu
1761
Damien Miller294df781999-11-23 10:11:29 +1100176219991123
1763 - Added SuSE package files from Chris Saia <csaia@wtower.com>
Damien Miller3744b511999-11-23 11:24:32 +11001764 - Restructured package-related files under packages/*
Damien Miller294df781999-11-23 10:11:29 +11001765 - Added generic PAM config
Damien Miller3744b511999-11-23 11:24:32 +11001766 - Numerous little Solaris fixes
Damien Miller4d2f15f1999-11-23 12:36:29 +11001767 - Add recommendation to use GNU make to INSTALL document
Damien Miller294df781999-11-23 10:11:29 +11001768
Damien Miller22218721999-11-22 12:51:42 +1100176919991122
1770 - Make <enter> close gnome-ssh-askpass (Debian bug #50299)
Damien Miller83df0691999-11-22 13:22:29 +11001771 - OpenBSD CVS Changes
1772 - [ssh-keygen.c]
1773 don't create ~/.ssh only if the user wants to store the private
1774 key there. show fingerprint instead of public-key after
1775 keygeneration. ok niels@
Damien Millerb3ca3aa1999-11-22 13:57:07 +11001776 - Added OpenBSD bsd-strlcat.c, created bsd-strlcat.h
Damien Miller859cec01999-11-22 14:27:24 +11001777 - Added timersub() macro
Damien Millerb3ca3aa1999-11-22 13:57:07 +11001778 - Tidy RCSIDs of bsd-*.c
Damien Miller859cec01999-11-22 14:27:24 +11001779 - Added autoconf test and macro to deal with old PAM libraries
1780 pam_strerror definition (one arg vs two).
Damien Millerd71b12e1999-11-22 15:24:34 +11001781 - Fix EGD problems (Thanks to Ben Taylor <bent@clark.net>)
1782 - Retry /dev/urandom reads interrupted by signal (report from
1783 Robert Hardy <rhardy@webcon.net>)
Damien Millerd7702521999-11-22 16:11:05 +11001784 - Added a setenv replacement for systems which lack it
Damien Millerd733c911999-11-22 18:11:23 +11001785 - Only display public key comment when presenting ssh-askpass dialog
1786 - Released 1.2pre14
Damien Miller22218721999-11-22 12:51:42 +11001787
Damien Millerf7c0f821999-11-22 22:31:49 +11001788 - Configure, Make and changelog corrections from Tudor Bosman
1789 <tudorb@jm.nu> and Niels Kristian Bech Jensen <nkbj@image.dk>
1790
Damien Miller6162d121999-11-21 13:23:52 +1100179119991121
Damien Miller83df0691999-11-22 13:22:29 +11001792 - OpenBSD CVS Changes:
Damien Miller22218721999-11-22 12:51:42 +11001793 - [channels.c]
1794 make this compile, bad markus
1795 - [log.c readconf.c servconf.c ssh.h]
1796 bugfix: loglevels are per host in clientconfig,
1797 factor out common log-level parsing code.
1798 - [servconf.c]
1799 remove unused index (-Wall)
1800 - [ssh-agent.c]
1801 only one 'extern char *__progname'
1802 - [sshd.8]
1803 document SIGHUP, -Q to synopsis
1804 - [sshconnect.c serverloop.c sshd.c packet.c packet.h]
1805 [channels.c clientloop.c]
1806 SSH_CMSG_MAX_PACKET_SIZE, some clients use this, some need this, niels@
1807 [hope this time my ISP stays alive during commit]
1808 - [OVERVIEW README] typos; green@freebsd
1809 - [ssh-keygen.c]
1810 replace xstrdup+strcat with strlcat+fixed buffer, fixes OF (bad me)
1811 exit if writing the key fails (no infinit loop)
1812 print usage() everytime we get bad options
1813 - [ssh-keygen.c] overflow, djm@mindrot.org
1814 - [sshd.c] fix sigchld race; cjc5@po.cwru.edu
1815
Damien Millerc6398ef1999-11-20 12:18:40 +1100181619991120
1817 - Merged more Solaris support from Marc G. Fournier
1818 <marc.fournier@acadiau.ca>
1819 - Wrote autoconf tests for integer bit-types
1820 - Fixed enabling kerberos support
Damien Millerf58db381999-11-20 17:02:56 +11001821 - Fix segfault in ssh-keygen caused by buffer overrun in filename
1822 handling.
Damien Millerc6398ef1999-11-20 12:18:40 +11001823
Damien Miller5bbbd361999-11-19 07:56:21 +1100182419991119
1825 - Merged PAM buffer overrun patch from Chip Salzenberg <chip@valinux.com>
Damien Miller23b78391999-11-19 08:25:48 +11001826 - Merged OpenBSD CVS changes
1827 - [auth-rhosts.c auth-rsa.c ssh-agent.c sshconnect.c sshd.c]
1828 more %d vs. %s in fmt-strings
1829 - [authfd.c]
1830 Integers should not be printed with %s
Damien Miller58fc4731999-11-19 12:05:01 +11001831 - EGD uses a socket, not a named pipe. Duh.
1832 - Fix includes in fingerprint.c
Damien Millerdc9365b1999-11-19 12:34:14 +11001833 - Fix scp progress bar bug again.
Damien Millerf7c0f821999-11-22 22:31:49 +11001834 - Move ssh-askpass from ${libdir}/ssh to ${libexecdir}/ssh at request of
Damien Miller18ac1711999-11-19 12:43:19 +11001835 David Rankin <drankin@bohemians.lexington.ky.us>
Damien Miller80297751999-11-19 13:03:25 +11001836 - Added autoconf option to enable Kerberos 4 support (untested)
1837 - Added autoconf option to enable AFS support (untested)
1838 - Added autoconf option to enable S/Key support (untested)
1839 - Added autoconf option to enable TCP wrappers support (compiles OK)
Damien Miller04f80141999-11-19 15:32:34 +11001840 - Renamed BSD helper function files to bsd-*
Damien Millerdd1c7ba1999-11-19 15:53:20 +11001841 - Added tests for login and daemon and enable OpenBSD replacements for
1842 when they are absent.
1843 - Added non-PAM MD5 password support patch from Tudor Bosman <tudorb@jm.nu>
Damien Miller5bbbd361999-11-19 07:56:21 +11001844
Damien Miller81428f91999-11-18 09:28:11 +1100184519991118
1846 - Merged OpenBSD CVS changes
1847 - [scp.c] foregroundproc() in scp
1848 - [sshconnect.h] include fingerprint.h
1849 - [sshd.c] bugfix: the log() for passwd-auth escaped during logging
1850 changes.
Damien Miller6ee95641999-11-18 11:35:13 +11001851 - [ssh.1] Spell my name right.
Damien Miller81428f91999-11-18 09:28:11 +11001852 - Added openssh.com info to README
1853
Damien Miller10f6f6b1999-11-17 17:29:08 +1100185419991117
1855 - Merged OpenBSD CVS changes
1856 - [ChangeLog.Ylonen] noone needs this anymore
1857 - [authfd.c] close-on-exec for auth-socket, ok deraadt
1858 - [hostfile.c]
1859 in known_hosts key lookup the entry for the bits does not need
1860 to match, all the information is contained in n and e. This
1861 solves the problem with buggy servers announcing the wrong
1862 modulus length. markus and me.
1863 - [serverloop.c]
1864 bugfix: check for space if child has terminated, from:
1865 iedowse@maths.tcd.ie
1866 - [ssh-add.1 ssh-add.c ssh-keygen.1 ssh-keygen.c sshconnect.c]
1867 [fingerprint.c fingerprint.h]
1868 rsa key fingerprints, idea from Bjoern Groenvall <bg@sics.se>
1869 - [ssh-agent.1] typo
1870 - [ssh.1] add OpenSSH information to AUTHOR section. okay markus@
1871 - [sshd.c]
1872 force logging to stderr while loading private key file
1873 (lost while converting to new log-levels)
1874
Damien Miller7e8e8201999-11-16 13:37:16 +1100187519991116
1876 - Fix some Linux libc5 problems reported by Miles Wilson <mw@mctitle.com>
1877 - Merged OpenBSD CVS changes:
1878 - [auth-rh-rsa.c auth-rsa.c authfd.c authfd.h hostfile.c mpaux.c]
1879 [mpaux.h ssh-add.c ssh-agent.c ssh.h ssh.c sshd.c]
1880 the keysize of rsa-parameter 'n' is passed implizit,
1881 a few more checks and warnings about 'pretended' keysizes.
1882 - [cipher.c cipher.h packet.c packet.h sshd.c]
1883 remove support for cipher RC4
1884 - [ssh.c]
1885 a note for legay systems about secuity issues with permanently_set_uid(),
1886 the private hostkey and ptrace()
1887 - [sshconnect.c]
1888 more detailed messages about adding and checking hostkeys
1889
Damien Millerd05a2471999-11-15 14:25:30 +1100189019991115
1891 - Merged OpenBSD CVS changes:
1892 - [ssh-add.c] change passphrase loop logic and remove ref to
1893 $DISPLAY, ok niels
1894 - Changed to ssh-add.c broke askpass support. Revised it to be a little more
1895 modular.
1896 - Revised autoconf support for enabling/disabling askpass support.
Damien Miller2ccf6611999-11-15 15:25:10 +11001897 - Merged more OpenBSD CVS changes:
Damien Millerbe484b52000-07-15 14:14:16 +10001898 [auth-krb4.c]
1899 - disconnect if getpeername() fails
1900 - missing xfree(*client)
1901 [canohost.c]
1902 - disconnect if getpeername() fails
1903 - fix comment: we _do_ disconnect if ip-options are set
1904 [sshd.c]
1905 - disconnect if getpeername() fails
1906 - move checking of remote port to central place
1907 [auth-rhosts.c] move checking of remote port to central place
1908 [log-server.c] avoid extra fd per sshd, from millert@
1909 [readconf.c] print _all_ bad config-options in ssh(1), too
1910 [readconf.h] print _all_ bad config-options in ssh(1), too
1911 [ssh.c] print _all_ bad config-options in ssh(1), too
1912 [sshconnect.c] disconnect if getpeername() fails
Damien Miller2ccf6611999-11-15 15:25:10 +11001913 - OpenBSD's changes to sshd.c broke the PAM stuff, re-merged it.
Damien Miller3bd49ec1999-11-15 15:40:55 +11001914 - Various small cleanups to bring diff (against OpenBSD) size down.
Damien Miller3f905871999-11-15 17:10:57 +11001915 - Merged more Solaris compability from Marc G. Fournier
1916 <marc.fournier@acadiau.ca>
1917 - Wrote autoconf tests for __progname symbol
Damien Miller36682061999-11-15 17:19:24 +11001918 - RPM spec file fixes from Jim Knoble <jmknoble@pobox.com>
Damien Miller2e8b1c81999-11-15 23:33:56 +11001919 - Released 1.2pre12
1920
1921 - Another OpenBSD CVS update:
1922 - [ssh-keygen.1] fix .Xr
Damien Millerd05a2471999-11-15 14:25:30 +11001923
Damien Miller0a6e6681999-11-15 09:56:06 +1100192419991114
1925 - Solaris compilation fixes (still imcomplete)
1926
Damien Millerb0284381999-11-13 13:30:28 +1100192719991113
Damien Miller192bd011999-11-13 23:56:35 +11001928 - Build patch from Niels Kristian Bech Jensen <nkbj@image.dk>
1929 - Don't install config files if they already exist
1930 - Fix inclusion of additional preprocessor directives from acconfig.h
Damien Millerb0284381999-11-13 13:30:28 +11001931 - Removed redundant inclusions of config.h
Damien Millerc6d5ce81999-11-15 16:01:07 +11001932 - Added 'Obsoletes' lines to RPM spec file
Damien Millerb0284381999-11-13 13:30:28 +11001933 - Merged OpenBSD CVS changes:
1934 - [bufaux.c] save a view malloc/memcpy/memset/free's, ok niels
1935 - [scp.c] fix overflow reported by damien@ibs.com.au: off_t
1936 totalsize, ok niels,aaron
1937 - Delay fork (-f option) in ssh until after port forwarded connections
1938 have been initialised. Patch from Jani Hakala <jahakala@cc.jyu.fi>
Damien Miller2cb210f1999-11-13 15:40:10 +11001939 - Added shadow password patch from Thomas Neumann <tom@smart.ruhr.de>
1940 - Added ifdefs to auth-passwd.c to exclude it when PAM is enabled
Damien Miller192bd011999-11-13 23:56:35 +11001941 - Tidied default config file some more
1942 - Revised Redhat initscript to fix bug: sshd (re)start would fail
1943 if executed from inside a ssh login.
Damien Millerb0284381999-11-13 13:30:28 +11001944
Damien Miller776af5d1999-11-12 08:49:09 +1100194519991112
1946 - Merged changes from OpenBSD CVS
1947 - [sshd.c] session_key_int may be zero
Damien Miller32265091999-11-12 11:33:04 +11001948 - [auth-rh-rsa.c servconf.c servconf.h ssh.h sshd.8 sshd.c sshd_config]
1949 IgnoreUserKnownHosts(default=no), used for RhostRSAAuth, ok
1950 deraadt,millert
1951 - Brought default sshd_config more in line with OpenBSD's
Damien Millerb9a692d1999-11-12 12:09:36 +11001952 - Grab server in gnome-ssh-askpass (Debian bug #49872)
1953 - Released 1.2pre10
Damien Miller776af5d1999-11-12 08:49:09 +11001954
Damien Millerb5f89271999-11-12 14:35:58 +11001955 - Added INSTALL documentation
Damien Miller6d7b2cd1999-11-12 15:19:27 +11001956 - Merged yet more changes from OpenBSD CVS
1957 - [auth-rh-rsa.c auth-rhosts.c auth-rsa.c channels.c clientloop.c]
1958 [ssh.c ssh.h sshconnect.c sshd.c]
1959 make all access to options via 'extern Options options'
1960 and 'extern ServerOptions options' respectively;
1961 options are no longer passed as arguments:
1962 * make options handling more consistent
1963 * remove #include "readconf.h" from ssh.h
1964 * readconf.h is only included if necessary
1965 - [mpaux.c] clear temp buffer
1966 - [servconf.c] print _all_ bad options found in configfile
Damien Miller3d1b22c1999-11-12 15:46:08 +11001967 - Make ssh-askpass support optional through autoconf
Damien Miller9c8da3c1999-11-12 16:28:02 +11001968 - Fix nasty division-by-zero error in scp.c
1969 - Released 1.2pre11
Damien Millerb5f89271999-11-12 14:35:58 +11001970
Damien Millerab18c411999-11-11 10:40:23 +1100197119991111
1972 - Added (untested) Entropy Gathering Daemon (EGD) support
Damien Miller4236f6e1999-11-12 12:22:31 +11001973 - Fixed /dev/urandom fd leak (Debian bug #49722)
Damien Miller33e511e1999-11-11 11:43:13 +11001974 - Merged OpenBSD CVS changes:
1975 - [auth-rh-rsa.c] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
1976 - [ssh.1] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
1977 - [sshd.8] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
Damien Miller428f2471999-11-11 12:48:35 +11001978 - Fix integer overflow which was messing up scp's progress bar for large
Damien Millerc4c647f1999-12-18 20:54:52 +11001979 file transfers. Fix submitted to OpenBSD developers. Report and fix
1980 from Kees Cook <cook@cpoint.net>
Damien Miller5ce662a1999-11-11 17:57:39 +11001981 - Merged more OpenBSD CVS changes:
1982 - [auth-krb4.c auth-passwd.c] remove x11- and krb-cleanup from fatal()
1983 + krb-cleanup cleanup
1984 - [clientloop.c log-client.c log-server.c ]
1985 [readconf.c readconf.h servconf.c servconf.h ]
1986 [ssh.1 ssh.c ssh.h sshd.8]
1987 add LogLevel {QUIET, FATAL, ERROR, INFO, CHAT, DEBUG} to ssh/sshd,
1988 obsoletes QuietMode and FascistLogging in sshd.
Damien Miller776af5d1999-11-12 08:49:09 +11001989 - [sshd.c] fix fatal/assert() bug reported by damien@ibs.com.au:
1990 allow session_key_int != sizeof(session_key)
1991 [this should fix the pre-assert-removal-core-files]
1992 - Updated default config file to use new LogLevel option and to improve
1993 readability
1994
Damien Millerb77870f1999-11-10 12:48:08 +1100199519991110
Damien Miller4236f6e1999-11-12 12:22:31 +11001996 - Merged several minor fixes:
Damien Millerb77870f1999-11-10 12:48:08 +11001997 - ssh-agent commandline parsing
1998 - RPM spec file now installs ssh setuid root
1999 - Makefile creates libdir
Damien Millerab18c411999-11-11 10:40:23 +11002000 - Merged beginnings of Solaris compability from Marc G. Fournier
2001 <marc.fournier@acadiau.ca>
Damien Millerb77870f1999-11-10 12:48:08 +11002002
Damien Millerc7b38ce1999-11-09 10:28:04 +1100200319991109
2004 - Autodetection of SSL/Crypto library location via autoconf
2005 - Fixed location of ssh-askpass to follow autoconf
2006 - Integrated Makefile patch from Niels Kristian Bech Jensen <nkbj@image.dk>
2007 - Autodetection of RSAref library for US users
2008 - Minor doc updates
Damien Millerda217a01999-11-09 10:35:52 +11002009 - Merged OpenBSD CVS changes:
2010 - [rsa.c] bugfix: use correct size for memset()
2011 - [sshconnect.c] warn if announced size of modulus 'n' != real size
Damien Miller742d2cb1999-11-09 14:28:26 +11002012 - Added GNOME passphrase requestor (use --with-gnome-askpass)
Damien Miller3f51bf51999-11-09 14:46:02 +11002013 - RPM build now creates subpackages
Damien Miller74389c91999-11-09 15:03:01 +11002014 - Released 1.2pre9
Damien Millerc7b38ce1999-11-09 10:28:04 +11002015
Damien Miller356a0b01999-11-08 15:30:59 +1100201619991108
2017 - Removed debian/ directory. This is now being maintained separately.
2018 - Added symlinks for slogin in RPM spec file
2019 - Fixed permissions on manpages in RPM spec file
2020 - Added references to required libraries in README file
2021 - Removed config.h.in from CVS
2022 - Removed pwdb support (better pluggable auth is provided by glibc)
2023 - Made PAM and requisite libdl optional
2024 - Removed lots of unnecessary checks from autoconf
2025 - Added support and autoconf test for openpty() function (Unix98 pty support)
2026 - Fix for scp not finding ssh if not installed as /usr/bin/ssh
2027 - Added TODO file
2028 - Merged parts of Debian patch From Phil Hands <phil@hands.com>:
2029 - Added ssh-askpass program
2030 - Added ssh-askpass support to ssh-add.c
2031 - Create symlinks for slogin on install
2032 - Fix "distclean" target in makefile
2033 - Added example for ssh-agent to manpage
2034 - Added support for PAM_TEXT_INFO messages
2035 - Disable internal /etc/nologin support if PAM enabled
2036 - Merged latest OpenBSD CVS changes:
Damien Millerfd7c9111999-11-08 16:15:55 +11002037 - [all] replace assert() with error, fatal or packet_disconnect
Damien Miller356a0b01999-11-08 15:30:59 +11002038 - [sshd.c] don't send fail-msg but disconnect if too many authentication
2039 failures
Damien Miller356a0b01999-11-08 15:30:59 +11002040 - [sshd.c] remove unused argument. ok dugsong
2041 - [sshd.c] typo
2042 - [rsa.c] clear buffers used for encryption. ok: niels
2043 - [rsa.c] replace assert() with error, fatal or packet_disconnect
Damien Miller5ac5f1c1999-11-08 15:50:14 +11002044 - [auth-krb4.c] remove unused argument. ok dugsong
Damien Miller356a0b01999-11-08 15:30:59 +11002045 - Fixed coredump after merge of OpenBSD rsa.c patch
Damien Millere8d90681999-11-08 18:09:57 +11002046 - Released 1.2pre8
Damien Miller356a0b01999-11-08 15:30:59 +11002047
Damien Miller0aa8e531999-11-02 19:05:02 +1100204819991102
2049 - Merged change from OpenBSD CVS
2050 - One-line cleanup in sshd.c
2051
Damien Miller744da801999-10-30 09:12:25 +1000205219991030
2053 - Integrated debian package support from Dan Brosemer <odin@linuxfreak.com>
Damien Miller1e4772c1999-10-30 11:39:56 +10002054 - Merged latest updates for OpenBSD CVS:
2055 - channels.[ch] - remove broken x11 fix and document istate/ostate
2056 - ssh-agent.c - call setsid() regardless of argv[]
2057 - ssh.c - save a few lines when disabling rhosts-{rsa-}auth
2058 - Documentation cleanups
2059 - Renamed README -> README.Ylonen
2060 - Renamed README.openssh ->README
Damien Miller744da801999-10-30 09:12:25 +10002061
Damien Miller070f7a11999-10-29 10:29:29 +1000206219991029
2063 - Renamed openssh* back to ssh* at request of Theo de Raadt
2064 - Incorporated latest changes from OpenBSD's CVS
2065 - Integrated Makefile patch from Niels Kristian Bech Jensen <nkbj@image.dk>
2066 - Integrated PAM env patch from Nalin Dahyabhai <nalin.dahyabhai@pobox.com>
Damien Miller07a826d1999-10-29 11:49:20 +10002067 - Make distclean now removed configure script
2068 - Improved PAM logging
2069 - Added some debug() calls for PAM
Damien Miller65b3c131999-10-29 12:37:01 +10002070 - Removed redundant subdirectories
2071 - Integrated part of a patch from Dan Brosemer <odin@linuxfreak.com> for
2072 building on Debian.
Damien Millerd0562b31999-10-29 13:09:40 +10002073 - Fixed off-by-one error in PAM env patch
2074 - Released 1.2pre6
Damien Miller070f7a11999-10-29 10:29:29 +10002075
Damien Miller7f6ea021999-10-28 13:25:17 +1000207619991028
2077 - Further PAM enhancements.
2078 - Much cleaner
2079 - Now uses account and session modules for all logins.
2080 - Integrated patch from Dan Brosemer <odin@linuxfreak.com>
2081 - Build fixes
2082 - Autoconf
2083 - Change binary names to open*
2084 - Fixed autoconf script to detect PAM on RH6.1
2085 - Added tests for libpwdb, and OpenBSD functions to autoconf
Damien Millereff18d61999-10-28 14:14:38 +10002086 - Released 1.2pre4
Damien Miller29b5a591999-10-28 15:46:27 +10002087
2088 - Imported latest OpenBSD CVS code
2089 - Updated README.openssh
Damien Miller34d0b611999-10-28 17:51:40 +10002090 - Released 1.2pre5
Damien Miller29b5a591999-10-28 15:46:27 +10002091
Damien Miller7f6ea021999-10-28 13:25:17 +1000209219991027
2093 - Adapted PAM patch.
2094 - Released 1.0pre2
Damien Millerd4a8b7e1999-10-27 13:42:43 +10002095
Damien Miller7f6ea021999-10-28 13:25:17 +10002096 - Excised my buggy replacements for strlcpy and mkdtemp
2097 - Imported correct OpenBSD strlcpy and mkdtemp routines.
2098 - Reduced arc4random_stir entropy read to 32 bytes (256 bits)
2099 - Picked up correct version number from OpenBSD
2100 - Added sshd.pam PAM configuration file
2101 - Added sshd.init Redhat init script
2102 - Added openssh.spec RPM spec file
2103 - Released 1.2pre3
Damien Millerd4a8b7e1999-10-27 13:42:43 +10002104
Damien Miller7f6ea021999-10-28 13:25:17 +1000210519991026
2106 - Fixed include paths of OpenSSL functions
2107 - Use OpenSSL MD5 routines
2108 - Imported RC4 code from nanocrypt
2109 - Wrote replacements for OpenBSD arc4random* functions
2110 - Wrote replacements for strlcpy and mkdtemp
2111 - Released 1.0pre1