]> andersk Git - openssh.git/blame - ChangeLog
- (djm) bsd-rresvport.c bzero -> memset
[openssh.git] / ChangeLog
CommitLineData
dcef6523 120001129
2 - (djm) Fix(?) the ssh hang-on-logout/data-from-child race
c193d002 3 - (djm) bsd-rresvport.c bzero -> memset
4 - (djm) Don't fail in defines.h on absence of 64 bit types (we will
5 still fail during compilation of sftp-server).
6 - (djm) Fail if ar is not found during configure
dcef6523 7
e879a080 820001125
9 - (djm) Give up privs when reading seed file
10
d343d900 1120001123
12 - (bal) Merge OpenBSD changes:
13 - markus@cvs.openbsd.org 2000/11/15 22:31:36
14 [auth-options.c]
15 case insensitive key options; from stevesk@sweeden.hp.com
16 - markus@cvs.openbsd.org 2000/11/16 17:55:43
17 [dh.c]
18 do not use perror() in sshd, after child is forked()
19 - markus@cvs.openbsd.org 2000/11/14 23:42:40
20 [auth-rsa.c]
21 parse option only if key matches; fix some confusing seen by the client
22 - markus@cvs.openbsd.org 2000/11/14 23:44:19
23 [session.c]
24 check no_agent_forward_flag for ssh-2, too
25 - markus@cvs.openbsd.org 2000/11/15
26 [ssh-agent.1]
27 reorder SYNOPSIS; typo, use .It
28 - markus@cvs.openbsd.org 2000/11/14 23:48:55
29 [ssh-agent.c]
30 do not reorder keys if a key is removed
31 - markus@cvs.openbsd.org 2000/11/15 19:58:08
32 [ssh.c]
33 just ignore non existing user keys
34 - millert@cvs.openbsd.org 200/11/15 20:24:43
35 [ssh-keygen.c]
36 Add missing \n at end of error message.
37
0b49a754 3820001122
39 - (bal) Minor patch to ensure platforms lacking IRIX job limit supports
40 are compilable.
41 - (bal) Updated TODO as of 11/18/2000 with known things to resolve.
42
fab2e5d3 4320001117
44 - (bal) Changed from 'primes' to 'primes.out' for consistancy sake. It
45 has no affect the output. Patch by Corinna Vinschen <vinschen@redhat.com>
260d427b 46 - (stevek) Reworked progname support.
47 - (bal) Misplaced #include "includes.h" in bsd-setproctitle.c. Patch by
48 Shinichi Maruyama <marya@st.jip.co.jp>
fab2e5d3 49
c2207f11 5020001116
51 - (bal) Added in MAXSYMLINK test in bsd-realpath.c. Required for some SCO
52 releases.
53 - (bal) Make builds work outside of source tree. Patch by Mark D. Roth
54 <roth@feep.net>
55
3d398e04 5620001113
57 - (djm) Add pointer to http://www.imasy.or.jp/~gotoh/connect.c to
58 contrib/README
fa08c86b 59 - (djm) Merge OpenBSD changes:
60 - markus@cvs.openbsd.org 2000/11/06 16:04:56
61 [channels.c channels.h clientloop.c nchan.c serverloop.c]
62 [session.c ssh.c]
63 agent forwarding and -R for ssh2, based on work from
64 jhuuskon@messi.uku.fi
65 - markus@cvs.openbsd.org 2000/11/06 16:13:27
66 [ssh.c sshconnect.c sshd.c]
67 do not disabled rhosts(rsa) if server port > 1024; from
68 pekkas@netcore.fi
69 - markus@cvs.openbsd.org 2000/11/06 16:16:35
70 [sshconnect.c]
71 downgrade client to 1.3 if server is 1.4; help from mdb@juniper.net
72 - markus@cvs.openbsd.org 2000/11/09 18:04:40
73 [auth1.c]
74 typo; from mouring@pconline.com
75 - markus@cvs.openbsd.org 2000/11/12 12:03:28
76 [ssh-agent.c]
77 off-by-one when removing a key from the agent
78 - markus@cvs.openbsd.org 2000/11/12 12:50:39
79 [auth-rh-rsa.c auth2.c authfd.c authfd.h]
80 [authfile.c hostfile.c kex.c kex.h key.c key.h myproposal.h]
81 [readconf.c readconf.h rsa.c rsa.h servconf.c servconf.h ssh-add.c]
82 [ssh-agent.c ssh-keygen.1 ssh-keygen.c ssh.1 ssh.c ssh_config]
83 [sshconnect1.c sshconnect2.c sshd.8 sshd.c sshd_config ssh-dss.c]
84 [ssh-dss.h ssh-rsa.c ssh-rsa.h dsa.c dsa.h]
85 add support for RSA to SSH2. please test.
86 there are now 3 types of keys: RSA1 is used by ssh-1 only,
87 RSA and DSA are used by SSH2.
88 you can use 'ssh-keygen -t rsa -f ssh2_rsa_file' to generate RSA
89 keys for SSH2 and use the RSA keys for hostkeys or for user keys.
90 SSH2 RSA or DSA keys are added to .ssh/authorised_keys2 as before.
91 - (djm) Fix up Makefile and Redhat init script to create RSA host keys
f001465f 92 - (djm) Change to interim version
5733a41a 93 - (djm) Fix RPM spec file stupidity
6fff1ac4 94 - (djm) fixpaths to DSA and RSA keys too
3d398e04 95
d287c664 9620001112
97 - (bal) SCO Patch to add needed libraries for configure.in. Patch by
98 Phillips Porch <root@theporch.com>
3d398e04 99 - (bal) IRIX patch to adding Job Limits. Patch by Denis Parker
100 <dcp@sgi.com>
a3bf38d0 101 - (stevesk) pty.c: HP-UX 10 and 11 don't define TIOCSCTTY. Add error() to
102 failed ioctl(TIOCSCTTY) call.
d287c664 103
3c4d4fef 10420001111
105 - (djm) Added /etc/primes for kex DH group neg, fixup Makefile.in and
106 packaging files
35325fd4 107 - (djm) Fix new Makefile.in warnings
027bf205 108 - (djm) Fix vsprintf("%h") in bsd-snprintf.c, short int va_args are
109 promoted to type int. Report and fix from Dan Astoorian
110 <djast@cs.toronto.edu>
d287c664 111 - (djm) Hardwire sysconfdir in RPM spec files as some RPM versions get
e3291159 112 it wrong. Report from Bennett Todd <bet@rahul.net>
3c4d4fef 113
3e366738 11420001110
115 - (bal) Fixed dropped answer from skey_keyinfo() in auth1.c
116 - (bal) Changed from --with-skey to --with-skey=PATH in configure.in
117 - (bal) Added in check to verify S/Key library is being detected in
118 configure.in
119 - (bal) next-posix.h - added another prototype wrapped in POSIX ifdef/endif.
120 Patch by Mark Miller <markm@swoon.net>
121 - (bal) Added 'util.h' header to loginrec.c only if HAVE_UTIL_H is defined
122 to remove warnings under MacOS X. Patch by Mark Miller <markm@swoon.net>
123 - (bal) Fixed LDFLAG mispelling in configure.in for --with-afs
124
373998a4 12520001107
e506ee73 126 - (bal) acconfig.in - removed the double "USE_PIPES" entry. Patch by
127 Mark Miller <markm@swoon.net>
373998a4 128 - (bal) sshd.init files corrected to assign $? to RETVAL. Patch by
129 Jarno Huuskonen <jhuuskon@messi.uku.fi>
e506ee73 130 - (bal) fixpaths fixed to stop it from quitely failing. Patch by
131 Mark D. Roth <roth@feep.net>
373998a4 132
ac89998a 13320001106
134 - (djm) Use Jim's new 1.0.3 askpass in Redhat RPMs
6c09e23c 135 - (djm) Manually fix up missed diff hunks (mainly RCS idents)
d6846e6a 136 - (djm) Remove UPGRADING document in favour of a link to the better
137 maintained FAQ on www.openssh.com
73bd30fe 138 - (djm) Fix multiple dependancy on gnome-libs from Pekka Savola
139 <pekkas@netcore.fi>
140 - (djm) Don't need X11-askpass in RPM spec file if building without it
141 from Pekka Savola <pekkas@netcore.fi>
c215ba3b 142 - (djm) Release 2.3.0p1
97b378bf 143 - (bal) typo in configure.in in regards to --with-ldflags from Marko
144 Asplund <aspa@kronodoc.fi>
145 - (bal) fixed next-posix.h. Forgot prototype of getppid().
68f189a9 146
b850ecd9 14720001105
148 - (bal) Sync with OpenBSD:
149 - markus@cvs.openbsd.org 2000/10/31 9:31:58
150 [compat.c]
151 handle all old openssh versions
152 - markus@cvs.openbsd.org 2000/10/31 13:1853
153 [deattack.c]
154 so that large packets do not wrap "n"; from netbsd
155 - (bal) rijndel.c - fix up RCSID to match OpenBSD tree
a30ce26d 156 - (bal) auth2-skey.c - Checked in. Missing from portable tree.
157 - (bal) Reworked NEWS-OS and NeXT ports to extract waitpid() and
158 setsid() into more common files
96054e6f 159 - (stevesk) pty.c: use __hpux to identify HP-UX.
d0127657 160 - (bal) Missed auth-skey.o in Makefile.in and minor correction to
161 bsd-waitpid.c
b850ecd9 162
75b90ced 16320001029
164 - (stevesk) Fix typo in auth.c: USE_PAM not PAM
95273555 165 - (stevesk) Create contrib/cygwin/ directory; patch from
166 Corinna Vinschen <vinschen@redhat.com>
e9e4a1c7 167 - (bal) Resolved more $xno and $xyes issues in configure.in
fd5f0295 168 - (bal) next-posix.h - spelling and forgot a prototype
75b90ced 169
344f2b94 17020001028
171 - (djm) fix select hack in serverloop.c from Philippe WILLEM
172 <Philippe.WILLEM@urssaf.fr>
240ae474 173 - (djm) Fix mangled AIXAUTHENTICATE code
606ea390 174 - (djm) authctxt->pw may be NULL. Fix from Markus Friedl
175 <markus.friedl@informatik.uni-erlangen.de>
a22aff1f 176 - (djm) Sync with OpenBSD:
177 - markus@cvs.openbsd.org 2000/10/16 15:46:32
178 [ssh.1]
179 fixes from pekkas@netcore.fi
180 - markus@cvs.openbsd.org 2000/10/17 14:28:11
181 [atomicio.c]
182 return number of characters processed; ok deraadt@
183 - markus@cvs.openbsd.org 2000/10/18 12:04:02
184 [atomicio.c]
185 undo
186 - markus@cvs.openbsd.org 2000/10/18 12:23:02
187 [scp.c]
188 replace atomicio(read,...) with read(); ok deraadt@
189 - markus@cvs.openbsd.org 2000/10/18 12:42:00
190 [session.c]
191 restore old record login behaviour
192 - deraadt@cvs.openbsd.org 2000/10/19 10:41:13
193 [auth-skey.c]
194 fmt string problem in unused code
195 - provos@cvs.openbsd.org 2000/10/19 10:45:16
196 [sshconnect2.c]
197 don't reference freed memory. okay deraadt@
198 - markus@cvs.openbsd.org 2000/10/21 11:04:23
199 [canohost.c]
200 typo, eramore@era-t.ericsson.se; ok niels@
201 - markus@cvs.openbsd.org 2000/10/23 13:31:55
202 [cipher.c]
203 non-alignment dependent swap_bytes(); from
204 simonb@wasabisystems.com/netbsd
205 - markus@cvs.openbsd.org 2000/10/26 12:38:28
206 [compat.c]
207 add older vandyke products
208 - markus@cvs.openbsd.org 2000/10/27 01:32:19
209 [channels.c channels.h clientloop.c serverloop.c session.c]
210 [ssh.c util.c]
211 enable non-blocking IO on channels, and tty's (except for the
212 client ttys).
344f2b94 213
ddc49b5c 21420001027
215 - (djm) Increase REKEY_BYTES to 2^24 for arc4random
216
48e7916f 21720001025
218 - (djm) Added WARNING.RNG file and modified configure to ask users of the
219 builtin entropy code to read it.
220 - (djm) Prefer builtin regex to PCRE.
00937921 221 - (bal) Added USE_PIPS defined to NeXT configure.in since scp hangs randomly.
222 - (bal) Apply fixes to configure.in pointed out by Pavel Roskin
223 <proski@gnu.org>
48e7916f 224
8dcda1e3 22520001020
226 - (djm) Don't define _REENTRANT for SNI/Reliant Unix
07bee9a7 227 - (bal) Imported NEWS-OS waitpid() macros into NeXT. Since implementation
228 is more correct then current version.
8dcda1e3 229
f5af5cd5 23020001018
231 - (stevesk) Add initial support for setproctitle(). Current
232 support is for the HP-UX pstat(PSTAT_SETCMD, ...) method.
134fd7f6 233 - (stevesk) Add egd startup scripts to contrib/hpux/
f5af5cd5 234
2f31bdd6 23520001017
236 - (djm) Add -lregex to cywin libs from Corinna Vinschen
237 <vinschen@cygnus.com>
ba7a3f40 238 - (djm) Don't rely on atomicio's retval to determine length of askpass
239 supplied passphrase. Problem report from Lutz Jaenicke
240 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
66d6c27e 241 - (bal) Changed from GNU rx to PCRE on suggestion from djm.
242 - (bal) Integrated Sony NEWS-OS patches from NAKAJI Hirouyuki
243 <nakaji@tutrp.tut.ac.jp>
2f31bdd6 244
33de75a3 24520001016
246 - (djm) Sync with OpenBSD:
247 - markus@cvs.openbsd.org 2000/10/14 04:01:15
248 [cipher.c]
249 debug3
250 - markus@cvs.openbsd.org 2000/10/14 04:07:23
251 [scp.c]
252 remove spaces from arguments; from djm@mindrot.org
253 - markus@cvs.openbsd.org 2000/10/14 06:09:46
254 [ssh.1]
255 Cipher is for SSH-1 only
256 - markus@cvs.openbsd.org 2000/10/14 06:12:09
257 [servconf.c servconf.h serverloop.c session.c sshd.8]
258 AllowTcpForwarding; from naddy@
259 - markus@cvs.openbsd.org 2000/10/14 06:16:56
260 [auth2.c compat.c compat.h sshconnect2.c version.h]
261 OpenSSH_2.3; note that is is not complete, but the version number
262 needs to be changed for interoperability reasons
263 - markus@cvs.openbsd.org 2000/10/14 06:19:45
264 [auth-rsa.c]
265 do not send RSA challenge if key is not allowed by key-options; from
266 eivind@ThinkSec.com
267 - markus@cvs.openbsd.org 2000/10/15 08:14:01
268 [rijndael.c session.c]
269 typos; from stevesk@sweden.hp.com
270 - markus@cvs.openbsd.org 2000/10/15 08:18:31
271 [rijndael.c]
272 typo
30d8b039 273 - (djm) Copy manpages back over from OpenBSD - too tedious to wade
274 through diffs
aa0289fe 275 - (djm) Added condrestart to Redhat init script. Patch from Pekka Savola
30d8b039 276 <pekkas@netcore.fi>
aa0289fe 277 - (djm) Update version in Redhat spec file
278 - (djm) Merge some of Nalin Dahyabhai <nalin@redhat.com> changes from the
279 Redhat 7.0 spec file
5b2d4b75 280 - (djm) Make inability to read/write PRNG seedfile non-fatal
281
33de75a3 282
4d670c24 28320001015
284 - (djm) Fix ssh2 hang on background processes at logout.
285
71dfaf1c 28620001014
443172c4 287 - (bal) Add support for realpath and getcwd for platforms with broken
288 or missing realpath implementations for sftp-server.
289 - (bal) Corrected mistake in INSTALL in regards to GNU rx library
d8f1edd5 290 - (bal) Add support for GNU rx library for those lacking regexp support
71dfaf1c 291 - (djm) Don't accept PAM_PROMPT_ECHO_ON messages during initial auth
02323c45 292 - (djm) Revert SSH2 serverloop hack, will find a better way.
4ee81249 293 - (djm) Add workaround for Linux 2.4's gratuitious errno change. Patch
294 from Martin Johansson <fatbob@acc.umu.se>
94ec8c6b 295 - (djm) Big OpenBSD sync:
296 - markus@cvs.openbsd.org 2000/09/30 10:27:44
297 [log.c]
298 allow loglevel debug
299 - markus@cvs.openbsd.org 2000/10/03 11:59:57
300 [packet.c]
301 hmac->mac
302 - markus@cvs.openbsd.org 2000/10/03 12:03:03
303 [auth-krb4.c auth-passwd.c auth-rh-rsa.c auth-rhosts.c auth-rsa.c auth1.c]
304 move fake-auth from auth1.c to individual auth methods, disables s/key in
305 debug-msg
306 - markus@cvs.openbsd.org 2000/10/03 12:16:48
307 ssh.c
308 do not resolve canonname, i have no idea why this was added oin ossh
309 - markus@cvs.openbsd.org 2000/10/09 15:30:44
310 ssh-keygen.1 ssh-keygen.c
311 -X now reads private ssh.com DSA keys, too.
312 - markus@cvs.openbsd.org 2000/10/09 15:32:34
313 auth-options.c
314 clear options on every call.
315 - markus@cvs.openbsd.org 2000/10/09 15:51:00
316 authfd.c authfd.h
317 interop with ssh-agent2, from <res@shore.net>
318 - markus@cvs.openbsd.org 2000/10/10 14:20:45
319 compat.c
320 use rexexp for version string matching
321 - provos@cvs.openbsd.org 2000/10/10 22:02:18
322 [kex.c kex.h myproposal.h ssh.h ssh2.h sshconnect2.c sshd.c dh.c dh.h]
323 First rough implementation of the diffie-hellman group exchange. The
324 client can ask the server for bigger groups to perform the diffie-hellman
325 in, thus increasing the attack complexity when using ciphers with longer
326 keys. University of Windsor provided network, T the company.
327 - markus@cvs.openbsd.org 2000/10/11 13:59:52
328 [auth-rsa.c auth2.c]
329 clear auth options unless auth sucessfull
330 - markus@cvs.openbsd.org 2000/10/11 14:00:27
331 [auth-options.h]
332 clear auth options unless auth sucessfull
333 - markus@cvs.openbsd.org 2000/10/11 14:03:27
334 [scp.1 scp.c]
335 support 'scp -o' with help from mouring@pconline.com
336 - markus@cvs.openbsd.org 2000/10/11 14:11:35
337 [dh.c]
338 Wall
339 - markus@cvs.openbsd.org 2000/10/11 14:14:40
340 [auth.h auth2.c readconf.c readconf.h readpass.c servconf.c servconf.h]
341 [ssh.h sshconnect2.c sshd_config auth2-skey.c cli.c cli.h]
342 add support for s/key (kbd-interactive) to ssh2, based on work by
343 mkiernan@avantgo.com and me
344 - markus@cvs.openbsd.org 2000/10/11 14:27:24
345 [auth.c auth1.c auth2.c authfile.c cipher.c cipher.h kex.c kex.h]
346 [myproposal.h packet.c readconf.c session.c ssh.c ssh.h sshconnect1.c]
347 [sshconnect2.c sshd.c]
348 new cipher framework
349 - markus@cvs.openbsd.org 2000/10/11 14:45:21
350 [cipher.c]
351 remove DES
352 - markus@cvs.openbsd.org 2000/10/12 03:59:20
353 [cipher.c cipher.h sshconnect1.c sshconnect2.c sshd.c]
354 enable DES in SSH-1 clients only
355 - markus@cvs.openbsd.org 2000/10/12 08:21:13
356 [kex.h packet.c]
357 remove unused
358 - markus@cvs.openbsd.org 2000/10/13 12:34:46
359 [sshd.c]
360 Kludge for F-Secure Macintosh < 1.0.2; appro@fy.chalmers.se
361 - markus@cvs.openbsd.org 2000/10/13 12:59:15
362 [cipher.c cipher.h myproposal.h rijndael.c rijndael.h]
363 rijndael/aes support
364 - markus@cvs.openbsd.org 2000/10/13 13:10:54
365 [sshd.8]
366 more info about -V
367 - markus@cvs.openbsd.org 2000/10/13 13:12:02
368 [myproposal.h]
369 prefer no compression
3ed32516 370 - (djm) Fix scp user@host handling
371 - (djm) Don't clobber ssh_prng_cmds on install
6bcf7caa 372 - (stevesk) Include config.h in rijndael.c so we define intXX_t and
373 u_intXX_t types on all platforms.
9ea53ba5 374 - (stevesk) rijndael.c: cleanup missing declaration warnings.
2919e060 375 - (stevesk) ~/.hushlogin shouldn't cause required password change to
376 be bypassed.
f5665f6f 377 - (stevesk) Display correct path to ssh-askpass in configure output.
378 Report from Lutz Jaenicke.
71dfaf1c 379
ebd782f7 38020001007
381 - (stevesk) Print PAM return value in PAM log messages to aid
382 with debugging.
97994d32 383 - (stevesk) Fix detection of pw_class struct member in configure;
384 patch from KAMAHARA Junzo <kamahara@cc.kshosen.ac.jp>
385
47a134c1 38620001002
387 - (djm) Fix USER_PATH, report from Kevin Steves <stevesk@sweden.hp.com>
388 - (djm) Add host system and CC to end-of-configure report. Suggested by
389 Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
390
7322ef0e 39120000931
392 - (djm) Cygwin fixes from Corinna Vinschen <vinschen@cygnus.com>
393
6ac7829a 39420000930
b6490dcb 395 - (djm) Irix ssh_prng_cmds path fix from Pekka Savola <pekkas@netcore.fi>
772bd898 396 - (djm) Support in bsd-snprintf.c for long long conversions from
397 Ben Lindstrom <mouring@pconline.com>
398 - (djm) Cleanup NeXT support from Ben Lindstrom <mouring@pconline.com>
857040fb 399 - (djm) Ignore SIGPIPEs from serverloop to child. Fixes crashes with
400 very short lived X connections. Bug report from Tobias Oetiker
401 <oetiker@ee.ethz.ch>. Fix from Markus Friedl <markus@cvs.openbsd.org>
bd2d7f6a 402 - (djm) Add recent InitScripts as a RPM dependancy for openssh-server
403 patch from Pekka Savola <pekkas@netcore.fi>
58665035 404 - (djm) Forgot to cvs add LICENSE file
dc2901a0 405 - (djm) Add LICENSE to RPM spec files
de273eef 406 - (djm) CVS OpenBSD sync:
407 - markus@cvs.openbsd.org 2000/09/26 13:59:59
408 [clientloop.c]
409 use debug2
410 - markus@cvs.openbsd.org 2000/09/27 15:41:34
411 [auth2.c sshconnect2.c]
412 use key_type()
413 - markus@cvs.openbsd.org 2000/09/28 12:03:18
414 [channels.c]
415 debug -> debug2 cleanup
2a7d529a 416 - (djm) Irix strips "/dev/tty" from [uw]tmp entries (other systems only
417 strip "/dev/"). Fix loginrec.c based on patch from Alain St-Denis
418 <Alain.St-Denis@ec.gc.ca>
419 - (djm) Fix 9 character passphrase failure with gnome-ssh-askpass.
420 Problem was caused by interrupted read in ssh-add. Report from Donald
421 J. Barry <don@astro.cornell.edu>
6ac7829a 422
c5d85828 42320000929
424 - (djm) Fix SSH2 not terminating until all background tasks done problem.
2ed85c06 425 - (djm) Another off-by-one fix from Pavel Kankovsky
426 <peak@argo.troja.mff.cuni.cz>
22d89d24 427 - (djm) Clean up. Strip some unnecessary differences with OpenBSD's code,
428 tidy necessary differences. Use Markus' new debugN() in entropy.c
77bb0bca 429 - (djm) Merged big SCO portability patch from Tim Rice
430 <tim@multitalents.net>
c5d85828 431
6fd7f731 43220000926
433 - (djm) Update X11-askpass to 1.0.2 in RPM spec file
c5ae7384 434 - (djm) Define _REENTRANT to pickup strtok_r() on HP/UX
435 - (djm) Security: fix off-by-one buffer overrun in fake-getnameinfo.c.
436 Report and fix from Pavel Kankovsky <peak@argo.troja.mff.cuni.cz>
6fd7f731 437
2f125ca1 43820000924
439 - (djm) Merged cleanup patch from Mark Miller <markm@swoon.net>
440 - (djm) A bit more cleanup - created cygwin_util.h
bcdaaeab 441 - (djm) Include strtok_r() from OpenBSD libc. Fixes report from Mark Miller
442 <markm@swoon.net>
2f125ca1 443
764d4113 44420000923
445 - (djm) Fix address logging in utmp from Kevin Steves
446 <stevesk@sweden.hp.com>
777319db 447 - (djm) Redhat spec and manpage fixes from Pekka Savola <pekkas@netcore.fi>
bd590612 448 - (djm) Seperate tests for int64_t and u_int64_t types
37c1c46d 449 - (djm) Tweak password expiry checking at suggestion of Kevin Steves
450 <stevesk@sweden.hp.com>
e79b44e1 451 - (djm) NeXT patch from Ben Lindstrom <mouring@pconline.com>
e2144f11 452 - (djm) Use printf %lld instead of %qd in sftp-server.c. Fix from
453 Michael Stone <mstone@cs.loyola.edu>
188adeb2 454 - (djm) OpenBSD CVS sync:
455 - markus@cvs.openbsd.org 2000/09/17 09:38:59
456 [sshconnect2.c sshd.c]
457 fix DEBUG_KEXDH
458 - markus@cvs.openbsd.org 2000/09/17 09:52:51
459 [sshconnect.c]
460 yes no; ok niels@
461 - markus@cvs.openbsd.org 2000/09/21 04:55:11
462 [sshd.8]
463 typo
464 - markus@cvs.openbsd.org 2000/09/21 05:03:54
465 [serverloop.c]
466 typo
467 - markus@cvs.openbsd.org 2000/09/21 05:11:42
468 scp.c
469 utime() to utimes(); mouring@pconline.com
470 - markus@cvs.openbsd.org 2000/09/21 05:25:08
471 sshconnect2.c
472 change login logic in ssh2, allows plugin of other auth methods
473 - markus@cvs.openbsd.org 2000/09/21 05:25:35
474 [auth2.c channels.c channels.h clientloop.c dispatch.c dispatch.h]
475 [serverloop.c]
476 add context to dispatch_run
477 - markus@cvs.openbsd.org 2000/09/21 05:07:52
478 authfd.c authfd.h ssh-agent.c
479 bug compat for old ssh.com software
764d4113 480
7f377177 48120000920
482 - (djm) Fix bad path substitution. Report from Andrew Miner
483 <asminer@cs.iastate.edu>
484
bcbf86ec 48520000916
7950bf97 486 - (djm) Fix SSL search order from Lutz Jaenicke
487 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
19ece6d2 488 - (djm) New SuSE spec from Corinna Vinschen <corinna@vinschen.de>
9cd45ea4 489 - (djm) Update CygWin support from Corinna Vinschen <vinschen@cygnus.com>
995edaac 490 - (djm) Use a real struct sockaddr inside the fake struct sockaddr_storage.
491 Patch from Larry Jones <larry.jones@sdrc.com>
ad55cd03 492 - (djm) Add Steve VanDevender's <stevev@darkwing.uoregon.edu> PAM
493 password change patch.
494 - (djm) Bring licenses on my stuff in line with OpenBSD's
0bbfbdeb 495 - (djm) Cleanup auth-passwd.c and unify HP/UX authentication. Patch from
496 Kevin Steves <stevesk@sweden.hp.com>
7f8f5e00 497 - (djm) Shadow expiry check fix from Pavel Troller <patrol@omni.sinus.cz>
498 - (djm) Re-enable int64_t types - we need them for sftp
499 - (djm) Use libexecdir from configure , rather than libexecdir/ssh
500 - (djm) Update Redhat SPEC file accordingly
501 - (djm) Add Kevin Steves <stevesk@sweden.hp.com> HP/UX contrib files
502 - (djm) Add Charles Levert <charles@comm.polymtl.ca> getpgrp patch
503 - (djm) Fix password auth on HP/UX 10.20. Patch from Dirk De Wachter
504 <Dirk.DeWachter@rug.ac.be>
505 - (djm) Fixprogs and entropy list fixes from Larry Jones
506 <larry.jones@sdrc.com>
507 - (djm) Fix for SuSE spec file from Takashi YOSHIDA
508 <tyoshida@gemini.rc.kyushu-u.ac.jp>
bcbf86ec 509 - (djm) Merge OpenBSD changes:
510 - markus@cvs.openbsd.org 2000/09/05 02:59:57
511 [session.c]
512 print hostname (not hushlogin)
513 - markus@cvs.openbsd.org 2000/09/05 13:18:48
514 [authfile.c ssh-add.c]
515 enable ssh-add -d for DSA keys
516 - markus@cvs.openbsd.org 2000/09/05 13:20:49
517 [sftp-server.c]
518 cleanup
519 - markus@cvs.openbsd.org 2000/09/06 03:46:41
520 [authfile.h]
521 prototype
522 - deraadt@cvs.openbsd.org 2000/09/07 14:27:56
523 [ALL]
524 cleanup copyright notices on all files. I have attempted to be
525 accurate with the details. everything is now under Tatu's licence
526 (which I copied from his readme), and/or the core-sdi bsd-ish thing
527 for deattack, or various openbsd developers under a 2-term bsd
528 licence. We're not changing any rules, just being accurate.
529 - markus@cvs.openbsd.org 2000/09/07 14:40:30
530 [channels.c channels.h clientloop.c serverloop.c ssh.c]
531 cleanup window and packet sizes for ssh2 flow control; ok niels
532 - markus@cvs.openbsd.org 2000/09/07 14:53:00
533 [scp.c]
534 typo
535 - markus@cvs.openbsd.org 2000/09/07 15:13:37
536 [auth-options.c auth-options.h auth-rh-rsa.c auth-rsa.c auth.c]
537 [authfile.h canohost.c channels.h compat.c hostfile.h log.c match.h]
538 [pty.c readconf.c]
539 some more Copyright fixes
540 - markus@cvs.openbsd.org 2000/09/08 03:02:51
541 [README.openssh2]
542 bye bye
543 - deraadt@cvs.openbsd.org 2000/09/11 18:38:33
544 [LICENCE cipher.c]
545 a few more comments about it being ARC4 not RC4
546 - markus@cvs.openbsd.org 2000/09/12 14:53:11
547 [log-client.c log-server.c log.c ssh.1 ssh.c ssh.h sshd.8 sshd.c]
548 multiple debug levels
549 - markus@cvs.openbsd.org 2000/09/14 14:25:15
550 [clientloop.c]
551 typo
552 - deraadt@cvs.openbsd.org 2000/09/15 01:13:51
553 [ssh-agent.c]
554 check return value for setenv(3) for failure, and deal appropriately
555
deb8d717 55620000913
557 - (djm) Fix server not exiting with jobs in background.
558
b5e300c2 55920000905
560 - (djm) Import OpenBSD CVS changes
561 - markus@cvs.openbsd.org 2000/08/31 15:52:24
562 [Makefile sshd.8 sshd_config sftp-server.8 sftp-server.c]
563 implement a SFTP server. interops with sftp2, scp2 and the windows
564 client from ssh.com
565 - markus@cvs.openbsd.org 2000/08/31 15:56:03
566 [README.openssh2]
567 sync
568 - markus@cvs.openbsd.org 2000/08/31 16:05:42
569 [session.c]
570 Wall
571 - markus@cvs.openbsd.org 2000/08/31 16:09:34
572 [authfd.c ssh-agent.c]
573 add a flag to SSH2_AGENTC_SIGN_REQUEST for future extensions
574 - deraadt@cvs.openbsd.org 2000/09/01 09:25:13
575 [scp.1 scp.c]
576 cleanup and fix -S support; stevesk@sweden.hp.com
577 - markus@cvs.openbsd.org 2000/09/01 16:29:32
578 [sftp-server.c]
579 portability fixes
580 - markus@cvs.openbsd.org 2000/09/01 16:32:41
581 [sftp-server.c]
582 fix cast; mouring@pconline.com
583 - itojun@cvs.openbsd.org 2000/09/03 09:23:28
584 [ssh-add.1 ssh.1]
585 add missing .El against .Bl.
586 - markus@cvs.openbsd.org 2000/09/04 13:03:41
587 [session.c]
588 missing close; ok theo
589 - markus@cvs.openbsd.org 2000/09/04 13:07:21
590 [session.c]
591 fix get_last_login_time order; from andre@van-veen.de
592 - markus@cvs.openbsd.org 2000/09/04 13:10:09
593 [sftp-server.c]
594 more cast fixes; from mouring@pconline.com
595 - markus@cvs.openbsd.org 2000/09/04 13:06:04
596 [session.c]
597 set SSH_ORIGINAL_COMMAND; from Leakin@dfw.nostrum.com, bet@rahul.net
598 - (djm) Cleanup after import. Fix sftp-server compilation, Makefile
3c62e7eb 599 - (djm) Merge cygwin support from Corinna Vinschen <vinschen@cygnus.com>
600
1e61f54a 60120000903
602 - (djm) Fix Redhat init script
603
c80876b4 60420000901
605 - (djm) Pick up Jim's new X11-askpass
606 - (djm) Release 2.2.0p1
607
8b4a0d08 60820000831
bcbf86ec 609 - (djm) Workaround SIGPIPE problems on SCO. Fix from Aran Cox
8b4a0d08 610 <acox@cv.telegroup.com>
b817711d 611 - (djm) Pick up new version (2.2.0) from OpenBSD CVS
8b4a0d08 612
0b65b628 61320000830
614 - (djm) Compile warning fixes from Mark Miller <markm@swoon.net>
10fa00c8 615 - (djm) Periodically rekey arc4random
616 - (djm) Clean up diff against OpenBSD.
bcbf86ec 617 - (djm) HPUX 11 needs USE_PIPES as well: Kevin Steves
2b10f47a 618 <stevesk@sweden.hp.com>
b33a2e6e 619 - (djm) Quieten the pam delete credentials error message
44839801 620 - (djm) Fix printing of $DISPLAY hack if set by system type. Report from
621 Kevin Steves <stevesk@sweden.hp.com>
84a770d1 622 - (djm) NeXT patch from Ben Lindstrom <mouring@pconline.com>
7efa2776 623 - (djm) Fix doh in bsd-arc4random.c
0b65b628 624
9aaf9be4 62520000829
bcbf86ec 626 - (djm) Fix ^C ignored issue on Solaris. Diagnosis from Gert
627 Doering <gert@greenie.muc.de>, John Horne <J.Horne@plymouth.ac.uk> and
9aaf9be4 628 Garrick James <garrick@james.net>
b5f90139 629 - (djm) Check for SCO pty naming style (ptyp%d/ttyp%d). Based on fix from
630 Bastian Trompetter <btrompetter@firemail.de>
698d107e 631 - (djm) NeXT tweaks from Ben Lindstrom <mouring@pconline.com>
14a9a859 632 - More OpenBSD updates:
633 - deraadt@cvs.openbsd.org 2000/08/24 15:46:59
634 [scp.c]
635 off_t in sink, to fix files > 2GB, i think, test is still running ;-)
636 - deraadt@cvs.openbsd.org 2000/08/25 10:10:06
637 [session.c]
638 Wall
639 - markus@cvs.openbsd.org 2000/08/26 04:33:43
640 [compat.c]
641 ssh.com-2.3.0
642 - markus@cvs.openbsd.org 2000/08/27 12:18:05
643 [compat.c]
644 compatibility with future ssh.com versions
645 - deraadt@cvs.openbsd.org 2000/08/27 21:50:55
646 [auth-krb4.c session.c ssh-add.c sshconnect.c uidswap.c]
647 print uid/gid as unsigned
648 - markus@cvs.openbsd.org 2000/08/28 13:51:00
649 [ssh.c]
650 enable -n and -f for ssh2
651 - markus@cvs.openbsd.org 2000/08/28 14:19:53
652 [ssh.c]
653 allow combination of -N and -f
654 - markus@cvs.openbsd.org 2000/08/28 14:20:56
655 [util.c]
656 util.c
657 - markus@cvs.openbsd.org 2000/08/28 14:22:02
658 [util.c]
659 undo
660 - markus@cvs.openbsd.org 2000/08/28 14:23:38
661 [util.c]
662 don't complain if setting NONBLOCK fails with ENODEV
9aaf9be4 663
137d7b6c 66420000823
665 - (djm) Define USE_PIPES to avoid socketpair problems on HPUX 10 and SunOS 4
bcbf86ec 666 Avoids "scp never exits" problem. Reports from Lutz Jaenicke
667 <Lutz.Jaenicke@aet.TU-Cottbus.DE> and Tamito KAJIYAMA
137d7b6c 668 <kajiyama@grad.sccs.chukyo-u.ac.jp>
2e73a022 669 - (djm) Pick up LOGIN_PROGRAM from environment or PATH if not set by headers
da40ab4d 670 - (djm) Add local version to version.h
ea788c22 671 - (djm) Don't reseed arc4random everytime it is used
2e73a022 672 - (djm) OpenBSD CVS updates:
673 - deraadt@cvs.openbsd.org 2000/08/18 20:07:23
674 [ssh.c]
675 accept remsh as a valid name as well; roman@buildpoint.com
676 - deraadt@cvs.openbsd.org 2000/08/18 20:17:13
677 [deattack.c crc32.c packet.c]
678 rename crc32() to ssh_crc32() to avoid zlib name clash. do not move to
679 libz crc32 function yet, because it has ugly "long"'s in it;
680 oneill@cs.sfu.ca
681 - deraadt@cvs.openbsd.org 2000/08/18 20:26:08
682 [scp.1 scp.c]
683 -S prog support; tv@debian.org
684 - deraadt@cvs.openbsd.org 2000/08/18 20:50:07
685 [scp.c]
686 knf
687 - deraadt@cvs.openbsd.org 2000/08/18 20:57:33
688 [log-client.c]
689 shorten
690 - markus@cvs.openbsd.org 2000/08/19 12:48:11
691 [channels.c channels.h clientloop.c ssh.c ssh.h]
692 support for ~. in ssh2
693 - deraadt@cvs.openbsd.org 2000/08/19 15:29:40
694 [crc32.h]
695 proper prototype
696 - markus@cvs.openbsd.org 2000/08/19 15:34:44
bcbf86ec 697 [authfd.c authfd.h key.c key.h ssh-add.1 ssh-add.c ssh-agent.1]
698 [ssh-agent.c ssh-keygen.c sshconnect1.c sshconnect2.c Makefile]
2e73a022 699 [fingerprint.c fingerprint.h]
700 add SSH2/DSA support to the agent and some other DSA related cleanups.
701 (note that we cannot talk to ssh.com's ssh2 agents)
702 - markus@cvs.openbsd.org 2000/08/19 15:55:52
703 [channels.c channels.h clientloop.c]
704 more ~ support for ssh2
705 - markus@cvs.openbsd.org 2000/08/19 16:21:19
706 [clientloop.c]
707 oops
708 - millert@cvs.openbsd.org 2000/08/20 12:25:53
709 [session.c]
710 We have to stash the result of get_remote_name_or_ip() before we
711 close our socket or getpeername() will get EBADF and the process
712 will exit. Only a problem for "UseLogin yes".
713 - millert@cvs.openbsd.org 2000/08/20 12:30:59
714 [session.c]
715 Only check /etc/nologin if "UseLogin no" since login(1) may have its
716 own policy on determining who is allowed to login when /etc/nologin
717 is present. Also use the _PATH_NOLOGIN define.
718 - millert@cvs.openbsd.org 2000/08/20 12:42:43
719 [auth1.c auth2.c session.c ssh.c]
720 Add calls to setusercontext() and login_get*(). We basically call
721 setusercontext() in most places where previously we did a setlogin().
722 Add default login.conf file and put root in the "daemon" login class.
723 - millert@cvs.openbsd.org 2000/08/21 10:23:31
724 [session.c]
725 Fix incorrect PATH setting; noted by Markus.
137d7b6c 726
c345cf9d 72720000818
728 - (djm) OpenBSD CVS changes:
729 - markus@cvs.openbsd.org 2000/07/22 03:14:37
730 [servconf.c servconf.h sshd.8 sshd.c sshd_config]
731 random early drop; ok theo, niels
732 - deraadt@cvs.openbsd.org 2000/07/26 11:46:51
733 [ssh.1]
734 typo
735 - deraadt@cvs.openbsd.org 2000/08/01 11:46:11
736 [sshd.8]
737 many fixes from pepper@mail.reppep.com
738 - provos@cvs.openbsd.org 2000/08/01 13:01:42
739 [Makefile.in util.c aux.c]
740 rename aux.c to util.c to help with cygwin port
741 - deraadt@cvs.openbsd.org 2000/08/02 00:23:31
742 [authfd.c]
743 correct sun_len; Alexander@Leidinger.net
744 - provos@cvs.openbsd.org 2000/08/02 10:27:17
745 [readconf.c sshd.8]
746 disable kerberos authentication by default
747 - provos@cvs.openbsd.org 2000/08/02 11:27:05
748 [sshd.8 readconf.c auth-krb4.c]
749 disallow kerberos authentication if we can't verify the TGT; from
750 dugsong@
751 kerberos authentication is on by default only if you have a srvtab.
752 - markus@cvs.openbsd.org 2000/08/04 14:30:07
753 [auth.c]
754 unused
755 - markus@cvs.openbsd.org 2000/08/04 14:30:35
756 [sshd_config]
757 MaxStartups
758 - markus@cvs.openbsd.org 2000/08/15 13:20:46
759 [authfd.c]
760 cleanup; ok niels@
761 - markus@cvs.openbsd.org 2000/08/17 14:05:10
762 [session.c]
763 cleanup login(1)-like jobs, no duplicate utmp entries
764 - markus@cvs.openbsd.org 2000/08/17 14:06:34
765 [session.c sshd.8 sshd.c]
766 sshd -u len, similar to telnetd
1a022229 767 - (djm) Lastlog was not getting closed after writing login entry
39987cc0 768 - (djm) Add Solaris package support from Rip Loomis <loomisg@cist.saic.com>
c345cf9d 769
416ed5a7 77020000816
771 - (djm) Replacement for inet_ntoa for Irix (which breaks on gcc)
bcbf86ec 772 - (djm) Fix strerror replacement for old SunOS. Based on patch from
416ed5a7 773 Charles Levert <charles@comm.polymtl.ca>
bcbf86ec 774 - (djm) Seperate arc4random into seperate file and use OpenSSL's RC4
416ed5a7 775 implementation.
ba606eb2 776 - (djm) SUN_LEN macro for systems which lack it
416ed5a7 777
dbaa2e87 77820000815
779 - (djm) More SunOS 4.1.x fixes from Nate Itkin <nitkin@europa.com>
cd352c82 780 - (djm) Avoid failures on Irix when ssh is not setuid. Fix from
781 Michael Stone <mstone@cs.loyola.edu>
d93a7e5a 782 - (djm) Don't seek in directory based lastlogs
bcbf86ec 783 - (djm) Fix --with-ipaddr-display configure option test. Patch from
d93a7e5a 784 Jarno Huuskonen <jhuuskon@messi.uku.fi>
2a2cb9e7 785 - (djm) Fix AIX limits from Alexandre Oliva <oliva@lsd.ic.unicamp.br>
dbaa2e87 786
6c33bf70 78720000813
788 - (djm) Add $(srcdir) to includes when compiling (for VPATH). Report from
789 Fabrice bacchella <fabrice.bacchella@marchfirst.fr>
790
3fcce26c 79120000809
bcbf86ec 792 - (djm) Define AIX hard limits if headers don't. Report from
3fcce26c 793 Bill Painter <william.t.painter@lmco.com>
bcbf86ec 794 - (djm) utmp direct write & SunOS 4 patch from Charles Levert
32eec038 795 <charles@comm.polymtl.ca>
3fcce26c 796
71d43804 79720000808
798 - (djm) Cleanup Redhat RPMs. Generate keys at runtime rather than install
799 time, spec file cleanup.
800
f9bcea07 80120000807
378f2232 802 - (djm) Set 0755 on binaries during install. Report from Lutz Jaenicke
47670e77 803 - (djm) Suppress error messages on channel close shutdown() failurs
804 works around Linux bug. Patch from Zack Weinberg <zack@wolery.cumb.org>
378f2232 805 - (djm) Add some more entropy collection commands from Lutz Jaenicke
f9bcea07 806
bcf89935 80720000725
808 - (djm) Fix autoconf typo: HAVE_BINRESVPORT_AF -> HAVE_BINDRESVPORT_AF
809
4c8722d9 81020000721
811 - (djm) OpenBSD CVS updates:
812 - markus@cvs.openbsd.org 2000/07/16 02:27:22
813 [authfd.c authfd.h channels.c clientloop.c ssh-add.c ssh-agent.c ssh.c]
814 [sshconnect1.c sshconnect2.c]
815 make ssh-add accept dsa keys (the agent does not)
816 - djm@cvs.openbsd.org 2000/07/17 19:25:02
817 [sshd.c]
818 Another closing of stdin; ok deraadt
819 - markus@cvs.openbsd.org 2000/07/19 18:33:12
820 [dsa.c]
821 missing free, reorder
822 - markus@cvs.openbsd.org 2000/07/20 16:23:14
823 [ssh-keygen.1]
824 document input and output files
825
240777b8 82620000720
4c8722d9 827 - (djm) Spec file fix from Petr Novotny <Petr.Novotny@antek.cz>
240777b8 828
3c7def32 82920000716
4c8722d9 830 - (djm) Release 2.1.1p4
3c7def32 831
819b676f 83220000715
704b1659 833 - (djm) OpenBSD CVS updates
834 - provos@cvs.openbsd.org 2000/07/13 16:53:22
835 [aux.c readconf.c servconf.c ssh.h]
836 allow multiple whitespace but only one '=' between tokens, bug report from
837 Ralf S. Engelschall <rse@engelschall.com> but different fix. okay deraadt@
838 - provos@cvs.openbsd.org 2000/07/13 17:14:09
839 [clientloop.c]
840 typo; todd@fries.net
841 - provos@cvs.openbsd.org 2000/07/13 17:19:31
842 [scp.c]
843 close can fail on AFS, report error; from Greg Hudson <ghudson@mit.edu>
844 - markus@cvs.openbsd.org 2000/07/14 16:59:46
845 [readconf.c servconf.c]
846 allow leading whitespace. ok niels
847 - djm@cvs.openbsd.org 2000/07/14 22:01:38
848 [ssh-keygen.c ssh.c]
849 Always create ~/.ssh with mode 700; ok Markus
819b676f 850 - Fixes for SunOS 4.1.4 from Gordon Atwood <gordon@cs.ualberta.ca>
851 - Include floatingpoint.h for entropy.c
852 - strerror replacement
704b1659 853
3f7a7e4a 85420000712
c37fb3c1 855 - (djm) Remove -lresolve for Reliant Unix
3f7a7e4a 856 - (djm) OpenBSD CVS Updates:
857 - deraadt@cvs.openbsd.org 2000/07/11 02:11:34
858 [session.c sshd.c ]
859 make MaxStartups code still work with -d; djm
860 - deraadt@cvs.openbsd.org 2000/07/11 13:17:45
861 [readconf.c ssh_config]
862 disable FallBackToRsh by default
c37fb3c1 863 - (djm) Replace in_addr_t with u_int32_t in bsd-inet_aton.c. Report from
864 Ben Lindstrom <mouring@pconline.com>
1e970014 865 - (djm) Make building of X11-Askpass and GNOME-Askpass optional in RPM
866 spec file.
dcb36e5d 867 - (djm) Released 2.1.1p3
3f7a7e4a 868
56118702 86920000711
870 - (djm) Fixup for AIX getuserattr() support from Tom Bertelson
871 <tbert@abac.com>
132dd316 872 - (djm) ReliantUNIX support from Udo Schweigert <ust@cert.siemens.de>
bcbf86ec 873 - (djm) NeXT: dirent structures to get scp working from Ben Lindstrom
c99e5056 874 <mouring@pconline.com>
bcbf86ec 875 - (djm) Fix broken inet_ntoa check and ut_user/ut_name confusion, report
dc2a6d09 876 from Jim Watt <jimw@peisj.pebio.com>
2d9a148e 877 - (djm) Replaced bsd-snprintf.c with one from Mutt source tree, it is known
878 to compile on more platforms (incl NeXT).
cc6f2c4c 879 - (djm) Added bsd-inet_aton and configure support for NeXT
aae19451 880 - (djm) Misc NeXT fixes from Ben Lindstrom <mouring@pconline.com>
089fbbd2 881 - (djm) OpenBSD CVS updates:
882 - markus@cvs.openbsd.org 2000/06/26 03:22:29
883 [authfd.c]
884 cleanup, less cut&paste
885 - markus@cvs.openbsd.org 2000/06/26 15:59:19
886 [servconf.c servconf.h session.c sshd.8 sshd.c]
bcbf86ec 887 MaxStartups: limit number of unauthenticated connections, work by
089fbbd2 888 theo and me
889 - deraadt@cvs.openbsd.org 2000/07/05 14:18:07
890 [session.c]
891 use no_x11_forwarding_flag correctly; provos ok
892 - provos@cvs.openbsd.org 2000/07/05 15:35:57
893 [sshd.c]
894 typo
895 - aaron@cvs.openbsd.org 2000/07/05 22:06:58
896 [scp.1 ssh-agent.1 ssh-keygen.1 sshd.8]
bcbf86ec 897 Insert more missing .El directives. Our troff really should identify
089fbbd2 898 these and spit out a warning.
899 - todd@cvs.openbsd.org 2000/07/06 21:55:04
900 [auth-rsa.c auth2.c ssh-keygen.c]
901 clean code is good code
902 - deraadt@cvs.openbsd.org 2000/07/07 02:14:29
903 [serverloop.c]
904 sense of port forwarding flag test was backwards
905 - provos@cvs.openbsd.org 2000/07/08 17:17:31
906 [compat.c readconf.c]
907 replace strtok with strsep; from David Young <dyoung@onthejob.net>
908 - deraadt@cvs.openbsd.org 2000/07/08 19:21:15
909 [auth.h]
910 KNF
911 - ho@cvs.openbsd.org 2000/07/08 19:27:33
912 [compat.c readconf.c]
913 Better conditions for strsep() ending.
914 - ho@cvs.openbsd.org 2000/07/10 10:27:05
915 [readconf.c]
916 Get the correct message on errors. (niels@ ok)
917 - ho@cvs.openbsd.org 2000/07/10 10:30:25
918 [cipher.c kex.c servconf.c]
919 strtok() --> strsep(). (niels@ ok)
5540ea9b 920 - (djm) Fix problem with debug mode and MaxStartups
eb37534b 921 - (djm) Don't generate host keys when $(DESTDIR) is set (e.g. during RPM
922 builds)
229f64ee 923 - (djm) Add strsep function from OpenBSD libc for systems that lack it
56118702 924
a8545c6c 92520000709
926 - (djm) Only enable PAM_TTY kludge for Linux. Problem report from
927 Kevin Steves <stevesk@sweden.hp.com>
ec90a7d6 928 - (djm) Match prototype and function declaration for rresvport_af.
929 Problem report from Niklas Edmundsson <nikke@ing.umu.se>
bcbf86ec 930 - (djm) Missing $(DESTDIR) on host-key target causing problems with RPM
732e8ac5 931 builds. Problem report from Gregory Leblanc <GLeblanc@cu-portland.edu>
37f1df94 932 - (djm) Replace ut_name with ut_user. Patch from Jim Watt
933 <jimw@peisj.pebio.com>
264dce47 934 - (djm) Fix pam sprintf fix
935 - (djm) Cleanup entropy collection code a little more. Split initialisation
936 from seeding, perform intialisation immediatly at start, be careful with
937 uids. Based on problem report from Jim Watt <jimw@peisj.pebio.com>
5bf9cfe9 938 - (djm) More NeXT compatibility from Ben Lindstrom <mouring@pconline.com>
939 Including sigaction() et al. replacements
bcbf86ec 940 - (djm) AIX getuserattr() session initialisation from Tom Bertelson
eeec075f 941 <tbert@abac.com>
a8545c6c 942
e2902a5b 94320000708
bcbf86ec 944 - (djm) Fix bad fprintf format handling in auth-pam.c. Patch from
e2902a5b 945 Aaron Hopkins <aaron@die.net>
7a33f831 946 - (djm) Fix incorrect configure handling of --with-rsh-path option. Fix from
947 Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
bcbf86ec 948 - (djm) Fixed undefined variables for OSF SIA. Report from
b3f162ba 949 Baars, Henk <Hendrik.Baars@nl.origin-it.com>
bcbf86ec 950 - (djm) Handle EWOULDBLOCK returns from read() and write() in atomicio.c
b28e4a3b 951 Fix from Marquess, Steve Mr JMLFDC <Steve.Marquess@DET.AMEDD.ARMY.MIL>
bcbf86ec 952 - (djm) Don't use inet_addr.
e2902a5b 953
5637650d 95420000702
955 - (djm) Fix brace mismatch from Corinna Vinschen <vinschen@cygnus.com>
27494968 956 - (djm) Stop shadow expiry checking from preventing logins with NIS. Based
957 on fix from HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
a4070484 958 - (djm) Use standard OpenSSL functions in auth-skey.c. Patch from
959 Chris, the Young One <cky@pobox.com>
bcbf86ec 960 - (djm) Fix scp progress meter on really wide terminals. Based on patch
88726b31 961 from James H. Cloos Jr. <cloos@jhcloos.com>
5637650d 962
388e9f9f 96320000701
964 - (djm) Fix Tru64 SIA problems reported by John P Speno <speno@isc.upenn.edu>
daaff4d5 965 - (djm) Login fixes from Tom Bertelson <tbert@abac.com>
82258d68 966 - (djm) Replace "/bin/sh" with _PATH_BSHELL. Report from Corinna Vinschen
967 <vinschen@cygnus.com>
30228d7c 968 - (djm) Replace "/usr/bin/login" with LOGIN_PROGRAM
2647ae26 969 - (djm) Added check for broken snprintf() functions which do not correctly
970 terminate output string and attempt to use replacement.
46158300 971 - (djm) Released 2.1.1p2
388e9f9f 972
9f32ceb4 97320000628
974 - (djm) Fixes to lastlog code for Irix
975 - (djm) Use atomicio in loginrec
3206bb3b 976 - (djm) Patch from Michael Stone <mstone@cs.loyola.edu> to add support for
977 Irix 6.x array sessions, project id's, and system audit trail id.
9e0c3e1f 978 - (djm) Added 'distprep' make target to simplify packaging
bcbf86ec 979 - (djm) Added patch from Chris Adams <cmadams@hiwaay.net> to add OSF SIA
4d33e531 980 support. Enable using "USE_SIA=1 ./configure [options]"
bcbf86ec 981
d8caae24 98220000627
983 - (djm) Fixes to login code - not setting li->uid, cleanups
a05a70ab 984 - (djm) Formatting
d8caae24 985
fe30cc2e 98620000626
3e98362e 987 - (djm) Better fix to aclocal tests from Garrick James <garrick@james.net>
4cb5ffa0 988 - (djm) Account expiry support from Andreas Steinmetz <ast@domdv.de>
989 - (djm) Added password expiry checking (no password change support)
be0b9bb7 990 - (djm) Make EGD failures non-fatal if OpenSSL's entropy pool is still OK
991 based on patch from Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
b5b3f75d 992 - (djm) Fix fixed EGD code.
3e98362e 993 - OpenBSD CVS update
994 - provos@cvs.openbsd.org 2000/06/25 14:17:58
995 [channels.c]
996 correct check for bad channel ids; from Wei Dai <weidai@eskimo.com>
997
1c04b088 99820000623
bcbf86ec 999 - (djm) Use sa_family_t in prototype for rresvport_af. Patch from
1c04b088 1000 Svante Signell <svante.signell@telia.com>
1001 - (djm) Autoconf logic to define sa_family_t if it is missing
e5a0294f 1002 - OpenBSD CVS Updates:
1003 - markus@cvs.openbsd.org 2000/06/22 10:32:27
1004 [sshd.c]
1005 missing atomicio; report from Steve.Marquess@DET.AMEDD.ARMY.MIL
1006 - djm@cvs.openbsd.org 2000/06/22 17:55:00
1007 [auth-krb4.c key.c radix.c uuencode.c]
1008 Missing CVS idents; ok markus
1c04b088 1009
f528fdf2 101020000622
1011 - (djm) Automatically generate host key during "make install". Suggested
1012 by Gary E. Miller <gem@rellim.com>
1013 - (djm) Paranoia before kill() system call
74fc9186 1014 - OpenBSD CVS Updates:
1015 - markus@cvs.openbsd.org 2000/06/18 18:50:11
1016 [auth2.c compat.c compat.h sshconnect2.c]
1017 make userauth+pubkey interop with ssh.com-2.2.0
1018 - markus@cvs.openbsd.org 2000/06/18 20:56:17
1019 [dsa.c]
1020 mem leak + be more paranoid in dsa_verify.
1021 - markus@cvs.openbsd.org 2000/06/18 21:29:50
1022 [key.c]
1023 cleanup fingerprinting, less hardcoded sizes
1024 - markus@cvs.openbsd.org 2000/06/19 19:39:45
1025 [atomicio.c auth-options.c auth-passwd.c auth-rh-rsa.c auth-rhosts.c]
1026 [auth-rsa.c auth-skey.c authfd.c authfd.h authfile.c bufaux.c bufaux.h]
bcbf86ec 1027 [buffer.c buffer.h canohost.c channels.c channels.h cipher.c cipher.h]
74fc9186 1028 [clientloop.c compat.c compat.h compress.c compress.h crc32.c crc32.h]
1029 [deattack.c dispatch.c dsa.c fingerprint.c fingerprint.h getput.h hmac.c]
bcbf86ec 1030 [kex.c log-client.c log-server.c login.c match.c mpaux.c mpaux.h nchan.c]
1031 [nchan.h packet.c packet.h pty.c pty.h readconf.c readconf.h readpass.c]
74fc9186 1032 [rsa.c rsa.h scp.c servconf.c servconf.h ssh-add.c ssh-keygen.c ssh.c]
1033 [ssh.h tildexpand.c ttymodes.c ttymodes.h uidswap.c xmalloc.c xmalloc.h]
1034 OpenBSD tag
1035 - markus@cvs.openbsd.org 2000/06/21 10:46:10
1036 sshconnect2.c missing free; nuke old comment
f528fdf2 1037
e5fe9a1f 103820000620
1039 - (djm) Replace use of '-o' and '-a' logical operators in configure tests
bcbf86ec 1040 with '||' and '&&'. As suggested by Jim Knoble <jmknoble@pint-stowp.cx>
e5fe9a1f 1041 to fix SCO Unixware problem reported by Gary E. Miller <gem@rellim.com>
c03aced4 1042 - (djm) Typo in loginrec.c
e5fe9a1f 1043
cbd7492e 104420000618
1045 - (djm) Add summary of configure options to end of ./configure run
bcbf86ec 1046 - (djm) Not all systems define RUSAGE_SELF & RUSAGE_CHILDREN. Report from
cbd7492e 1047 Michael Stone <mstone@cs.loyola.edu>
bcbf86ec 1048 - (djm) rusage is a privileged operation on some Unices (incl.
cbd7492e 1049 Solaris 2.5.1). Report from Paul D. Smith <pausmith@nortelnetworks.com>
bcbf86ec 1050 - (djm) Avoid PAM failures when running without a TTY. Report from
cbd7492e 1051 Martin Petrak <petrak@spsknm.schools.sk>
1052 - (djm) Include sys/types.h when including netinet/in.h in configure tests.
1053 Patch from Jun-ichiro itojun Hagino <itojun@iijlab.net>
729bfe59 1054 - (djm) Started merge of Ben Lindstrom's <mouring@pconline.com> NeXT support
38c295d6 1055 - OpenBSD CVS updates:
1056 - deraadt@cvs.openbsd.org 2000/06/17 09:58:46
1057 [channels.c]
1058 everyone says "nix it" (remove protocol 2 debugging message)
1059 - markus@cvs.openbsd.org 2000/06/17 13:24:34
1060 [sshconnect.c]
1061 allow extended server banners
1062 - markus@cvs.openbsd.org 2000/06/17 14:30:10
1063 [sshconnect.c]
1064 missing atomicio, typo
1065 - jakob@cvs.openbsd.org 2000/06/17 16:52:34
1066 [servconf.c servconf.h session.c sshd.8 sshd_config]
1067 add support for ssh v2 subsystems. ok markus@.
1068 - deraadt@cvs.openbsd.org 2000/06/17 18:57:48
1069 [readconf.c servconf.c]
1070 include = in WHITESPACE; markus ok
1071 - markus@cvs.openbsd.org 2000/06/17 19:09:10
1072 [auth2.c]
1073 implement bug compatibility with ssh-2.0.13 pubkey, server side
1074 - markus@cvs.openbsd.org 2000/06/17 21:00:28
1075 [compat.c]
1076 initial support for ssh.com's 2.2.0
1077 - markus@cvs.openbsd.org 2000/06/17 21:16:09
1078 [scp.c]
1079 typo
1080 - markus@cvs.openbsd.org 2000/06/17 22:05:02
1081 [auth-rsa.c auth2.c serverloop.c session.c auth-options.c auth-options.h]
1082 split auth-rsa option parsing into auth-options
1083 add options support to authorized_keys2
1084 - markus@cvs.openbsd.org 2000/06/17 22:42:54
1085 [session.c]
1086 typo
cbd7492e 1087
509b1f88 108820000613
1089 - (djm) Fixes from Andrew McGill <andrewm@datrix.co.za>:
1090 - Platform define for SCO 3.x which breaks on /dev/ptmx
1091 - Detect and try to fix missing MAXPATHLEN
a4d05724 1092 - (djm) Fix short copy in loginrec.c (based on patch from Phill Camp
1093 <P.S.S.Camp@ukc.ac.uk>
509b1f88 1094
09564242 109520000612
1096 - (djm) Glob manpages in RPM spec files to catch compressed files
1097 - (djm) Full license in auth-pam.c
08ae384f 1098 - (djm) Configure fixes from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
383207f7 1099 - (andre) AIX, lastlog, configure fixes from Tom Bertelson <tbert@abac.com>:
1100 - Don't try to retrieve lastlog from wtmp/wtmpx if DISABLE_LASTLOG is
1101 def'd
1102 - Set AIX to use preformatted manpages
bcbf86ec 1103
74b224a0 110420000610
1105 - (djm) Minor doc tweaks
217ab55e 1106 - (djm) Fix for configure on bash2 from Jim Knoble <jmknoble@jmknoble.cx>
74b224a0 1107
32c80420 110820000609
1109 - (djm) Patch from Kenji Miyake <kenji@miyake.org> to disable utmp usage
1110 (in favour of utmpx) on Solaris 8
1111
fa649821 111220000606
48c99b2c 1113 - (djm) Cleanup of entropy.c. Reorganised code, removed second pass through
1114 list of commands (by default). Removed verbose debugging (by default).
bcbf86ec 1115 - (djm) Increased command entropy estimates and default entropy collection
48c99b2c 1116 timeout
f988dce5 1117 - (djm) Remove duplicate headers from loginrec.c
c5fa2eb0 1118 - (djm) Don't add /usr/local/lib to library search path on Irix
bcbf86ec 1119 - (djm) Fix rsh path in RPMs. Report from Jason L Tibbitts III
fa649821 1120 <tibbs@math.uh.edu>
1e83f2a2 1121 - (djm) Warn user if grabs fail in GNOME askpass. Patch from Zack Weinberg
1122 <zack@wolery.cumb.org>
fa649821 1123 - (djm) OpenBSD CVS updates:
1124 - todd@cvs.openbsd.org
1125 [sshconnect2.c]
1126 teach protocol v2 to count login failures properly and also enable an
1127 explanation of why the password prompt comes up again like v1; this is NOT
1128 crypto
bcbf86ec 1129 - markus@cvs.openbsd.org
fa649821 1130 [readconf.c readconf.h servconf.c servconf.h session.c ssh.1 ssh.c sshd.8]
1131 xauth_location support; pr 1234
1132 [readconf.c sshconnect2.c]
1133 typo, unused
1134 [session.c]
1135 allow use_login only for login sessions, otherwise remote commands are
1136 execed with uid==0
1137 [sshd.8]
1138 document UseLogin better
1139 [version.h]
1140 OpenSSH 2.1.1
1141 [auth-rsa.c]
bcbf86ec 1142 fix match_hostname() logic for auth-rsa: deny access if we have a
fa649821 1143 negative match or no match at all
1144 [channels.c hostfile.c match.c]
bcbf86ec 1145 don't panic if mkdtemp fails for authfwd; jkb@yahoo-inc.com via
fa649821 1146 kris@FreeBSD.org
1147
8e7b16f8 114820000606
bcbf86ec 1149 - (djm) Added --with-cflags, --with-ldflags and --with-libs options to
8e7b16f8 1150 configure.
1151
d7c0f3d5 115220000604
1153 - Configure tweaking for new login code on Irix 5.3
2d6c411f 1154 - (andre) login code changes based on djm feedback
d7c0f3d5 1155
2d6c411f 115620000603
1157 - (andre) New login code
1158 - Remove bsd-login.[ch] and all the OpenBSD-derived code in login.c
1159 - Add loginrec.[ch], logintest.c and autoconf code
bcbf86ec 1160
5daf7064 116120000531
1162 - Cleanup of auth.c, login.c and fake-*
1163 - Cleanup of auth-pam.c, save and print "account expired" error messages
e5662474 1164 - Fix EGD read bug by IWAMURO Motonori <iwa@mmp.fujitsu.co.jp>
69134b9b 1165 - Rewrote bsd-login to use proper utmp API if available. Major cleanup
1166 of fallback DIY code.
5daf7064 1167
b9f446d1 116820000530
1169 - Define atexit for old Solaris
b02ebca1 1170 - Fix buffer overrun in login.c for systems which use syslen in utmpx.
1171 patch from YOSHIFUJI Hideaki <yoshfuji@cerberus.nemoto.ecei.tohoku.ac.jp>
71276795 1172 - OpenBSD CVS updates:
1173 - markus@cvs.openbsd.org
1174 [session.c]
1175 make x11-fwd work w/ localhost (xauth add host/unix:11)
1176 [cipher.c compat.c readconf.c servconf.c]
1177 check strtok() != NULL; ok niels@
1178 [key.c]
1179 fix key_read() for uuencoded keys w/o '='
1180 [serverloop.c]
1181 group ssh1 vs. ssh2 in serverloop
1182 [kex.c kex.h myproposal.h sshconnect2.c sshd.c]
1183 split kexinit/kexdh, factor out common code
1184 [readconf.c ssh.1 ssh.c]
1185 forwardagent defaults to no, add ssh -A
1186 - theo@cvs.openbsd.org
1187 [session.c]
1188 just some line shortening
60688ef9 1189 - Released 2.1.0p3
b9f446d1 1190
29611d9c 119120000520
1192 - Xauth fix from Markus Friedl <markus.friedl@informatik.uni-erlangen.de>
25422c70 1193 - Don't touch utmp if USE_UTMPX defined
a423beaf 1194 - SunOS 4.x support from Todd C. Miller <Todd.Miller@courtesan.com>
fc1e8bf4 1195 - SIGCHLD fix for AIX and HPUX from Tom Bertelson <tbert@abac.com>
bcbf86ec 1196 - HPUX and Configure fixes from Lutz Jaenicke
fc1e8bf4 1197 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
bcbf86ec 1198 - Use mkinstalldirs script to make directories instead of non-portable
fc1e8bf4 1199 "install -d". Suggested by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
a905808d 1200 - Doc cleanup
29611d9c 1201
301e9b01 120220000518
1203 - Include Andre Lucas' fixprogs script. Forgot to "cvs add" it yesterday
1204 - OpenBSD CVS updates:
1205 - markus@cvs.openbsd.org
1206 [sshconnect.c]
1207 copy only ai_addrlen bytes; misiek@pld.org.pl
1208 [auth.c]
bcbf86ec 1209 accept an empty shell in authentication; bug reported by
301e9b01 1210 chris@tinker.ucr.edu
1211 [serverloop.c]
1212 we don't have stderr for interactive terminal sessions (fcntl errors)
1213
ad85db64 121420000517
1215 - Fix from Andre Lucas <andre.lucas@dial.pipex.com>
1216 - Fixes command line printing segfaults (spotter: Bladt Norbert)
1217 - Fixes erroneous printing of debug messages to syslog
1218 - Fixes utmp for MacOS X (spotter: Aristedes Maniatis)
1219 - Gives useful error message if PRNG initialisation fails
1220 - Reduced ssh startup delay
1221 - Measures cumulative command time rather than the time between reads
704b1659 1222 after select()
ad85db64 1223 - 'fixprogs' perl script to eliminate non-working entropy commands, and
704b1659 1224 optionally run 'ent' to measure command entropy
c1ef8333 1225 - Applied Tom Bertelson's <tbert@abac.com> AIX authentication fix
a64009ad 1226 - Avoid WCOREDUMP complation errors for systems that lack it
bcbf86ec 1227 - Avoid SIGCHLD warnings from entropy commands
28c1d5ce 1228 - Fix HAVE_PAM_GETENVLIST setting from Simon Wilkinson <sxw@dcs.ed.ac.uk>
0e73cc53 1229 - OpenBSD CVS update:
bcbf86ec 1230 - markus@cvs.openbsd.org
0e73cc53 1231 [ssh.c]
1232 fix usage()
1233 [ssh2.h]
1234 draft-ietf-secsh-architecture-05.txt
1235 [ssh.1]
1236 document ssh -T -N (ssh2 only)
1237 [channels.c serverloop.c ssh.h sshconnect.c sshd.c aux.c]
1238 enable nonblocking IO for sshd w/ proto 1, too; split out common code
1239 [aux.c]
1240 missing include
c04f75f1 1241 - Several patches from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
1242 - INSTALL typo and URL fix
1243 - Makefile fix
1244 - Solaris fixes
bcbf86ec 1245 - Checking for ssize_t and memmove. Based on patch from SAKAI Kiyotaka
c04f75f1 1246 <ksakai@kso.netwk.ntt-at.co.jp>
afa5ee68 1247 - RSAless operation patch from kevin_oconnor@standardandpoors.com
d45e3d76 1248 - Detect OpenSSL seperatly from RSA
bcbf86ec 1249 - Better test for RSA (more compatible with RSAref). Based on work by
d45e3d76 1250 Ed Eden <ede370@stl.rural.usda.gov>
ad85db64 1251
3d1a1654 125220000513
bcbf86ec 1253 - Fix for non-recognised DSA keys from Arkadiusz Miskiewicz
3d1a1654 1254 <misiek@pld.org.pl>
1255
d02a3a00 125620000511
bcbf86ec 1257 - Fix for prng_seed permissions checking from Lutz Jaenicke
d02a3a00 1258 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
3d1a1654 1259 - "make host-key" fix for Irix
d02a3a00 1260
d0c832f3 126120000509
1262 - OpenBSD CVS update
1263 - markus@cvs.openbsd.org
1264 [cipher.h myproposal.h readconf.c readconf.h servconf.c ssh.1 ssh.c]
1265 [ssh.h sshconnect1.c sshconnect2.c sshd.8]
1266 - complain about invalid ciphers in SSH1 (e.g. arcfour is SSH2 only)
1267 - hugh@cvs.openbsd.org
1268 [ssh.1]
1269 - zap typo
1270 [ssh-keygen.1]
1271 - One last nit fix. (markus approved)
1272 [sshd.8]
1273 - some markus certified spelling adjustments
1274 - markus@cvs.openbsd.org
1275 [auth2.c channels.c clientloop.c compat compat.h dsa.c kex.c]
1276 [sshconnect2.c ]
1277 - bug compat w/ ssh-2.0.13 x11, split out bugs
1278 [nchan.c]
1279 - no drain if ibuf_empty, fixes x11fwd problems; tests by fries@
1280 [ssh-keygen.c]
1281 - handle escapes in real and original key format, ok millert@
1282 [version.h]
1283 - OpenSSH-2.1
3dc1102e 1284 - Moved all the bsd-* and fake-* stuff into new libopenbsd-compat.a
e93ee87a 1285 - Doc updates
bcbf86ec 1286 - Cleanup of bsd-base64 headers, bugfix definitions of __b64_*. Reported
21e5304a 1287 by Andre Lucas <andre.lucas@dial.pipex.com>
d0c832f3 1288
ebdeb9a8 128920000508
1290 - Makefile and RPM spec fixes
1291 - Generate DSA host keys during "make key" or RPM installs
f6cde515 1292 - OpenBSD CVS update
1293 - markus@cvs.openbsd.org
1294 [clientloop.c sshconnect2.c]
1295 - make x11-fwd interop w/ ssh-2.0.13
1296 [README.openssh2]
1297 - interop w/ SecureFX
1298 - Release 2.0.0beta2
ebdeb9a8 1299
bcbf86ec 1300 - Configure caching and cleanup patch from Andre Lucas'
58d100bf 1301 <andre.lucas@dial.pipex.com>
1302
1d1ffb87 130320000507
1304 - Remove references to SSLeay.
1305 - Big OpenBSD CVS update
1306 - markus@cvs.openbsd.org
1307 [clientloop.c]
1308 - typo
1309 [session.c]
1310 - update proctitle on pty alloc/dealloc, e.g. w/ windows client
1311 [session.c]
1312 - update proctitle for proto 1, too
1313 [channels.h nchan.c serverloop.c session.c sshd.c]
1314 - use c-style comments
1315 - deraadt@cvs.openbsd.org
1316 [scp.c]
1317 - more atomicio
bcbf86ec 1318 - markus@cvs.openbsd.org
1d1ffb87 1319 [channels.c]
1320 - set O_NONBLOCK
1321 [ssh.1]
1322 - update AUTHOR
1323 [readconf.c ssh-keygen.c ssh.h]
1324 - default DSA key file ~/.ssh/id_dsa
1325 [clientloop.c]
1326 - typo, rm verbose debug
1327 - deraadt@cvs.openbsd.org
1328 [ssh-keygen.1]
1329 - document DSA use of ssh-keygen
1330 [sshd.8]
1331 - a start at describing what i understand of the DSA side
1332 [ssh-keygen.1]
1333 - document -X and -x
1334 [ssh-keygen.c]
1335 - simplify usage
bcbf86ec 1336 - markus@cvs.openbsd.org
1d1ffb87 1337 [sshd.8]
1338 - there is no rhosts_dsa
1339 [ssh-keygen.1]
1340 - document -y, update -X,-x
1341 [nchan.c]
1342 - fix close for non-open ssh1 channels
1343 [servconf.c servconf.h ssh.h sshd.8 sshd.c ]
1344 - s/DsaKey/HostDSAKey/, document option
1345 [sshconnect2.c]
1346 - respect number_of_password_prompts
1347 [channels.c channels.h servconf.c servconf.h session.c sshd.8]
1348 - GatewayPorts for sshd, ok deraadt@
1349 [ssh-add.1 ssh-agent.1 ssh.1]
1350 - more doc on: DSA, id_dsa, known_hosts2, authorized_keys2
1351 [ssh.1]
1352 - more info on proto 2
1353 [sshd.8]
1354 - sync AUTHOR w/ ssh.1
1355 [key.c key.h sshconnect.c]
1356 - print key type when talking about host keys
1357 [packet.c]
1358 - clear padding in ssh2
1359 [dsa.c key.c radix.c ssh.h sshconnect1.c uuencode.c uuencode.h]
1360 - replace broken uuencode w/ libc b64_ntop
1361 [auth2.c]
1362 - log failure before sending the reply
1363 [key.c radix.c uuencode.c]
1364 - remote trailing comments before calling __b64_pton
1365 [auth2.c readconf.c readconf.h servconf.c servconf.h ssh.1]
1366 [sshconnect2.c sshd.8]
1367 - add DSAAuthetication option to ssh/sshd, document SSH2 in sshd.8
1368 - Bring in b64_ntop and b64_pton from OpenBSD libc (bsd-base64.[ch])
1369
1a11e1ae 137020000502
0fbe8c74 1371 - OpenBSD CVS update
1372 [channels.c]
1373 - init all fds, close all fds.
1374 [sshconnect2.c]
1375 - check whether file exists before asking for passphrase
1376 [servconf.c servconf.h sshd.8 sshd.c]
1377 - PidFile, pr 1210
1378 [channels.c]
1379 - EINTR
1380 [channels.c]
1381 - unbreak, ok niels@
1382 [sshd.c]
1383 - unlink pid file, ok niels@
1384 [auth2.c]
1385 - Add missing #ifdefs; ok - markus
bcbf86ec 1386 - Add Andre Lucas' <andre.lucas@dial.pipex.com> patch to read entropy
d3083fbd 1387 gathering commands from a text file
1a11e1ae 1388 - Release 2.0.0beta1
1389
c4bc58eb 139020000501
1391 - OpenBSD CVS update
1392 [packet.c]
1393 - send debug messages in SSH2 format
3189621b 1394 [scp.c]
1395 - fix very rare EAGAIN/EINTR issues; based on work by djm
1396 [packet.c]
1397 - less debug, rm unused
1398 [auth2.c]
1399 - disable kerb,s/key in ssh2
1400 [sshd.8]
1401 - Minor tweaks and typo fixes.
1402 [ssh-keygen.c]
1403 - Put -d into usage and reorder. markus ok.
bcbf86ec 1404 - Include missing headers for OpenSSL tests. Fix from Phil Karn
44fb55e9 1405 <karn@ka9q.ampr.org>
bcbf86ec 1406 - Fixed __progname symbol collisions reported by Andre Lucas
3fd95d9a 1407 <andre.lucas@dial.pipex.com>
0d5f7abc 1408 - Merged bsd-login ttyslot and AIX utmp patch from Gert Doering
1409 <gd@hilb1.medat.de>
8cb940db 1410 - Add some missing ifdefs to auth2.c
8af50c98 1411 - Deprecate perl-tk askpass.
52bcc044 1412 - Irix portability fixes - don't include netinet headers more than once
1413 - Make sure we don't save PRNG seed more than once
c4bc58eb 1414
2b763e31 141520000430
1416 - Merge HP-UX fixes and TCB support from Ged Lodder <lodder@yacc.com.au>
b7a87eea 1417 - Integrate Andre Lucas' <andre.lucas@dial.pipex.com> entropy collection
1418 patch.
1419 - Adds timeout to entropy collection
1420 - Disables slow entropy sources
1421 - Load and save seed file
bcbf86ec 1422 - Changed entropy seed code to user per-user seeds only (server seed is
b7a87eea 1423 saved in root's .ssh directory)
1424 - Use atexit() and fatal cleanups to save seed on exit
0b242b12 1425 - More OpenBSD updates:
1426 [session.c]
1427 - don't call chan_write_failed() if we are not writing
1428 [auth-rsa.c auth1.c authfd.c hostfile.c ssh-agent.c]
1429 - keysize warnings error() -> log()
2b763e31 1430
a306f2dd 143120000429
1432 - Merge big update to OpenSSH-2.0 from OpenBSD CVS
1433 [README.openssh2]
1434 - interop w/ F-secure windows client
1435 - sync documentation
1436 - ssh_host_dsa_key not ssh_dsa_key
1437 [auth-rsa.c]
1438 - missing fclose
1439 [auth.c authfile.c compat.c dsa.c dsa.h hostfile.c key.c key.h radix.c]
1440 [readconf.c readconf.h ssh-add.c ssh-keygen.c ssh.c ssh.h sshconnect.c]
1441 [sshd.c uuencode.c uuencode.h authfile.h]
1442 - add DSA pubkey auth and other SSH2 fixes. use ssh-keygen -[xX]
1443 for trading keys with the real and the original SSH, directly from the
1444 people who invented the SSH protocol.
1445 [auth.c auth.h authfile.c sshconnect.c auth1.c auth2.c sshconnect.h]
1446 [sshconnect1.c sshconnect2.c]
1447 - split auth/sshconnect in one file per protocol version
1448 [sshconnect2.c]
1449 - remove debug
1450 [uuencode.c]
1451 - add trailing =
1452 [version.h]
1453 - OpenSSH-2.0
1454 [ssh-keygen.1 ssh-keygen.c]
1455 - add -R flag: exit code indicates if RSA is alive
1456 [sshd.c]
1457 - remove unused
1458 silent if -Q is specified
1459 [ssh.h]
1460 - host key becomes /etc/ssh_host_dsa_key
1461 [readconf.c servconf.c ]
1462 - ssh/sshd default to proto 1 and 2
1463 [uuencode.c]
1464 - remove debug
1465 [auth2.c ssh-keygen.c sshconnect2.c sshd.c]
1466 - xfree DSA blobs
1467 [auth2.c serverloop.c session.c]
1468 - cleanup logging for sshd/2, respect PasswordAuth no
1469 [sshconnect2.c]
1470 - less debug, respect .ssh/config
1471 [README.openssh2 channels.c channels.h]
bcbf86ec 1472 - clientloop.c session.c ssh.c
a306f2dd 1473 - support for x11-fwding, client+server
1474
0ac7199f 147520000421
1476 - Merge fix from OpenBSD CVS
1477 [ssh-agent.c]
1478 - Fix memory leak per connection. Report from Andy Spiegl <Andy@Spiegl.de>
1479 via Debian bug #59926
18ba2aab 1480 - Define __progname in session.c if libc doesn't
1481 - Remove indentation on autoconf #include statements to avoid bug in
bcbf86ec 1482 DEC Tru64 compiler. Report and fix from David Del Piero
18ba2aab 1483 <David.DelPiero@qed.qld.gov.au>
0ac7199f 1484
e1b37056 148520000420
bcbf86ec 1486 - Make fixpaths work with perl4, patch from Andre Lucas
e1b37056 1487 <andre.lucas@dial.pipex.com>
9da5c3c9 1488 - Sync with OpenBSD CVS:
1489 [clientloop.c login.c serverloop.c ssh-agent.c ssh.h sshconnect.c sshd.c]
1490 - pid_t
1491 [session.c]
1492 - remove bogus chan_read_failed. this could cause data
1493 corruption (missing data) at end of a SSH2 session.
4e577b89 1494 - Merge fixes from Debian patch from Phil Hands <phil@hands.com>
1495 - Allow setting of PAM service name through CFLAGS (SSHD_PAM_SERVICE)
1496 - Use vhangup to clean up Linux ttys
1497 - Force posix getopt processing on GNU libc systems
371ecff9 1498 - Debian bug #55910 - remove references to ssl(8) manpages
247f1a89 1499 - Debian bug #58031 - ssh_config lies about default cipher
e1b37056 1500
d6f24e45 150120000419
1502 - OpenBSD CVS updates
1503 [channels.c]
1504 - fix pr 1196, listen_port and port_to_connect interchanged
1505 [scp.c]
bcbf86ec 1506 - after completion, replace the progress bar ETA counter with a final
d6f24e45 1507 elapsed time; my idea, aaron wrote the patch
1508 [ssh_config sshd_config]
1509 - show 'Protocol' as an example, ok markus@
1510 [sshd.c]
1511 - missing xfree()
1512 - Add missing header to bsd-misc.c
1513
35484284 151420000416
1515 - Reduce diff against OpenBSD source
bcbf86ec 1516 - All OpenSSL includes are now unconditionally referenced as
35484284 1517 openssl/foo.h
1518 - Pick up formatting changes
1519 - Other minor changed (typecasts, etc) that I missed
1520
6ae2364d 152120000415
1522 - OpenBSD CVS updates.
1523 [ssh.1 ssh.c]
1524 - ssh -2
1525 [auth.c channels.c clientloop.c packet.c packet.h serverloop.c]
1526 [session.c sshconnect.c]
1527 - check payload for (illegal) extra data
1528 [ALL]
1529 whitespace cleanup
1530
c323ac76 153120000413
1532 - INSTALL doc updates
f54651ce 1533 - Merged OpenBSD updates to include paths.
bcbf86ec 1534
a8be9f80 153520000412
1536 - OpenBSD CVS updates:
1537 - [channels.c]
1538 repair x11-fwd
1539 - [sshconnect.c]
1540 fix passwd prompt for ssh2, less debugging output.
1541 - [clientloop.c compat.c dsa.c kex.c sshd.c]
1542 less debugging output
1543 - [kex.c kex.h sshconnect.c sshd.c]
1544 check for reasonable public DH values
1545 - [README.openssh2 cipher.c cipher.h compat.c compat.h readconf.c]
1546 [readconf.h servconf.c servconf.h ssh.c ssh.h sshconnect.c sshd.c]
1547 add Cipher and Protocol options to ssh/sshd, e.g.:
1548 ssh -o 'Protocol 1,2' if you prefer proto 1, ssh -o 'Ciphers
1549 arcfour,3des-cbc'
1550 - [sshd.c]
1551 print 1.99 only if server supports both
1552
18e92801 155320000408
1554 - Avoid some compiler warnings in fake-get*.c
1555 - Add IPTOS macros for systems which lack them
9d98aaf6 1556 - Only set define entropy collection macros if they are found
e78a59f5 1557 - More large OpenBSD CVS updates:
1558 - [auth.c auth.h servconf.c servconf.h serverloop.c session.c]
1559 [session.h ssh.h sshd.c README.openssh2]
1560 ssh2 server side, see README.openssh2; enable with 'sshd -2'
1561 - [channels.c]
1562 no adjust after close
1563 - [sshd.c compat.c ]
1564 interop w/ latest ssh.com windows client.
bcbf86ec 1565
8ce64345 156620000406
1567 - OpenBSD CVS update:
1568 - [channels.c]
1569 close efd on eof
1570 - [clientloop.c compat.c ssh.c sshconnect.c myproposal.h]
1571 ssh2 client implementation, interops w/ ssh.com and lsh servers.
1572 - [sshconnect.c]
1573 missing free.
1574 - [authfile.c cipher.c cipher.h packet.c sshconnect.c sshd.c]
1575 remove unused argument, split cipher_mask()
1576 - [clientloop.c]
1577 re-order: group ssh1 vs. ssh2
1578 - Make Redhat spec require openssl >= 0.9.5a
1579
e7627112 158020000404
1581 - Add tests for RAND_add function when searching for OpenSSL
7e7327a1 1582 - OpenBSD CVS update:
1583 - [packet.h packet.c]
1584 ssh2 packet format
1585 - [packet.h packet.c nchan2.ms nchan.h compat.h compat.c]
1586 [channels.h channels.c]
1587 channel layer support for ssh2
1588 - [kex.h kex.c hmac.h hmac.c dsa.c dsa.h]
1589 DSA, keyexchange, algorithm agreement for ssh2
6c081128 1590 - Generate manpages before make install not at the end of make all
1591 - Don't seed the rng quite so often
1592 - Always reseed rng when requested
e7627112 1593
bfc9a610 159420000403
1595 - Wrote entropy collection routines for systems that lack /dev/random
1596 and EGD
837c30b8 1597 - Disable tests and typedefs for 64 bit types. They are currently unused.
bfc9a610 1598
7368a6c8 159920000401
1600 - Big OpenBSD CVS update (mainly beginnings of SSH2 infrastructure)
1601 - [auth.c session.c sshd.c auth.h]
1602 split sshd.c -> auth.c session.c sshd.c plus cleanup and goto-removal
1603 - [bufaux.c bufaux.h]
1604 support ssh2 bignums
1605 - [channels.c channels.h clientloop.c sshd.c nchan.c nchan.h packet.c]
1606 [readconf.c ssh.c ssh.h serverloop.c]
1607 replace big switch() with function tables (prepare for ssh2)
1608 - [ssh2.h]
1609 ssh2 message type codes
1610 - [sshd.8]
1611 reorder Xr to avoid cutting
1612 - [serverloop.c]
1613 close(fdin) if fdin != fdout, shutdown otherwise, ok theo@
1614 - [channels.c]
1615 missing close
1616 allow bigger packets
1617 - [cipher.c cipher.h]
1618 support ssh2 ciphers
1619 - [compress.c]
1620 cleanup, less code
1621 - [dispatch.c dispatch.h]
1622 function tables for different message types
1623 - [log-server.c]
1624 do not log() if debuggin to stderr
1625 rename a cpp symbol, to avoid param.h collision
1626 - [mpaux.c]
1627 KNF
1628 - [nchan.c]
1629 sync w/ channels.c
1630
f5238bee 163120000326
1632 - Better tests for OpenSSL w/ RSAref
bcbf86ec 1633 - Added replacement setenv() function from OpenBSD libc. Suggested by
f5238bee 1634 Ben Lindstrom <mouring@pconline.com>
4fe2af09 1635 - OpenBSD CVS update
1636 - [auth-krb4.c]
1637 -Wall
1638 - [auth-rh-rsa.c auth-rsa.c hostfile.c hostfile.h key.c key.h match.c]
1639 [match.h ssh.c ssh.h sshconnect.c sshd.c]
1640 initial support for DSA keys. ok deraadt@, niels@
1641 - [cipher.c cipher.h]
1642 remove unused cipher_attack_detected code
1643 - [scp.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
1644 Fix some formatting problems I missed before.
1645 - [ssh.1 sshd.8]
1646 fix spelling errors, From: FreeBSD
1647 - [ssh.c]
1648 switch to raw mode only if he _get_ a pty (not if we _want_ a pty).
f5238bee 1649
0024a081 165020000324
1651 - Released 1.2.3
1652
bd499f9e 165320000317
1654 - Clarified --with-default-path option.
1655 - Added -blibpath handling for AIX to work around stupid runtime linking.
1656 Problem elucidated by gshapiro@SENDMAIL.ORG by way of Jim Knoble
1657 <jmknoble@pobox.com>
474b5fef 1658 - Checks for 64 bit int types. Problem report from Mats Fredholm
1659 <matsf@init.se>
610cd5c6 1660 - OpenBSD CVS updates:
bcbf86ec 1661 - [atomicio.c auth-krb4.c bufaux.c channels.c compress.c fingerprint.c]
610cd5c6 1662 [packet.h radix.c rsa.c scp.c ssh-agent.c ssh-keygen.c sshconnect.c]
1663 [sshd.c]
1664 pedantic: signed vs. unsigned, void*-arithm, etc
1665 - [ssh.1 sshd.8]
1666 Various cleanups and standardizations.
bcbf86ec 1667 - Runtime error fix for HPUX from Otmar Stahl
be48d23c 1668 <O.Stahl@lsw.uni-heidelberg.de>
bd499f9e 1669
4696775a 167020000316
bcbf86ec 1671 - Fixed configure not passing LDFLAGS to Solaris. Report from David G.
4696775a 1672 Hesprich <dghespri@sprintparanet.com>
d423d822 1673 - Propogate LD through to Makefile
b7a9ce47 1674 - Doc cleanups
2ba2a610 1675 - Added blurb about "scp: command not found" errors to UPGRADING
4696775a 1676
cb0b7ea4 167720000315
1678 - Fix broken CFLAGS handling during search for OpenSSL. Fixes va_list
1679 problems with gcc/Solaris.
bcbf86ec 1680 - Don't free argument to putenv() after use (in setenv() replacement).
db55a3ea 1681 Report from Seigo Tanimura <tanimura@r.dl.itc.u-tokyo.ac.jp>
bcbf86ec 1682 - Created contrib/ subdirectory. Included helpers from Phil Hands'
13652e52 1683 Debian package, README file and chroot patch from Ricardo Cerqueira
1684 <rmcc@clix.pt>
bcbf86ec 1685 - Moved gnome-ssh-askpass.c to contrib directory and removed config
13652e52 1686 option.
1687 - Slight cleanup to doc files
b14b2ae7 1688 - Configure fix from Bratislav ILICH <bilic@zepter.ru>
cb0b7ea4 1689
a8ed9fd9 169020000314
bcbf86ec 1691 - Include macro for IN6_IS_ADDR_V4MAPPED. Report from
a8ed9fd9 1692 peter@frontierflying.com
84afc958 1693 - Include /usr/local/include and /usr/local/lib for systems that don't
1694 do it themselves
1695 - -R/usr/local/lib for Solaris
1696 - Fix RSAref detection
1697 - Fix IN6_IS_ADDR_V4MAPPED macro
a8ed9fd9 1698
bcf36c78 169920000311
1700 - Detect RSAref
43e48848 1701 - OpenBSD CVS change
1702 [sshd.c]
1703 - disallow guessing of root password
867dbf40 1704 - More configure fixes
80faa19f 1705 - IPv6 workarounds from Hideaki YOSHIFUJI <yoshfuji@ecei.tohoku.ac.jp>
bcf36c78 1706
c8d54615 170720000309
1708 - OpenBSD CVS updates to v1.2.3
704b1659 1709 [ssh.h atomicio.c]
1710 - int atomicio -> ssize_t (for alpha). ok deraadt@
1711 [auth-rsa.c]
1712 - delay MD5 computation until client sends response, free() early, cleanup.
1713 [cipher.c]
1714 - void* -> unsigned char*, ok niels@
1715 [hostfile.c]
1716 - remove unused variable 'len'. fix comments.
1717 - remove unused variable
1718 [log-client.c log-server.c]
1719 - rename a cpp symbol, to avoid param.h collision
1720 [packet.c]
1721 - missing xfree()
1722 - getsockname() requires initialized tolen; andy@guildsoftware.com
1723 - use getpeername() in packet_connection_is_on_socket(), fixes sshd -i;
1724 from Holger.Trapp@Informatik.TU-Chemnitz.DE
1725 [pty.c pty.h]
bcbf86ec 1726 - register cleanup for pty earlier. move code for pty-owner handling to
c8d54615 1727 pty.c ok provos@, dugsong@
704b1659 1728 [readconf.c]
1729 - turn off x11-fwd for the client, too.
1730 [rsa.c]
1731 - PKCS#1 padding
1732 [scp.c]
1733 - allow '.' in usernames; from jedgar@fxp.org
1734 [servconf.c]
1735 - typo: ignore_user_known_hosts int->flag; naddy@mips.rhein-neckar.de
1736 - sync with sshd_config
1737 [ssh-keygen.c]
1738 - enable ssh-keygen -l -f ~/.ssh/known_hosts, ok deraadt@
1739 [ssh.1]
1740 - Change invalid 'CHAT' loglevel to 'VERBOSE'
1741 [ssh.c]
1742 - suppress AAAA query host when '-4' is used; from shin@nd.net.fujitsu.co.jp
1743 - turn off x11-fwd for the client, too.
1744 [sshconnect.c]
1745 - missing xfree()
1746 - retry rresvport_af(), too. from sumikawa@ebina.hitachi.co.jp.
1747 - read error vs. "Connection closed by remote host"
1748 [sshd.8]
1749 - ie. -> i.e.,
1750 - do not link to a commercial page..
1751 - sync with sshd_config
1752 [sshd.c]
1753 - no need for poll.h; from bright@wintelcom.net
1754 - log with level log() not fatal() if peer behaves badly.
1755 - don't panic if client behaves strange. ok deraadt@
1756 - make no-port-forwarding for RSA keys deny both -L and -R style fwding
1757 - delay close() of pty until the pty has been chowned back to root
1758 - oops, fix comment, too.
1759 - missing xfree()
1760 - move XAUTHORITY to subdir. ok dugsong@. fixes debian bug #57907, too.
1761 (http://cgi.debian.org/cgi-bin/bugreport.cgi?archive=no&bug=57907)
bcbf86ec 1762 - register cleanup for pty earlier. move code for pty-owner handling to
704b1659 1763 pty.c ok provos@, dugsong@
1764 - create x11 cookie file
1765 - fix pr 1113, fclose() -> pclose(), todo: remote popen()
1766 - version 1.2.3
c8d54615 1767 - Cleaned up
bcbf86ec 1768 - Removed warning workaround for Linux and devpts filesystems (no longer
d8223847 1769 required after OpenBSD updates)
c8d54615 1770
07055445 177120000308
1772 - Configure fix from Hiroshi Takekawa <takekawa@sr3.t.u-tokyo.ac.jp>
1773
177420000307
1775 - Released 1.2.2p1
1776
9c8c3fc6 177720000305
1778 - Fix DEC compile fix
54096dcc 1779 - Explicitly seed OpenSSL's PRNG before checking rsa_alive()
aa6bd60a 1780 - Check for getpagesize in libucb.a if not found in libc. Fix for old
1781 Solaris from Andre Lucas <andre.lucas@dial.pipex.com>
bcbf86ec 1782 - Check for libwrap if --with-tcp-wrappers option specified. Suggestion
9fc7867e 1783 Mate Wierdl <mw@moni.msci.memphis.edu>
9c8c3fc6 1784
6bf4d066 178520000303
1786 - Added "make host-key" target, Suggestion from Dominik Brettnacher
1787 <domi@saargate.de>
bcbf86ec 1788 - Don't permanently fail on bind() if getaddrinfo has more choices left for
16218745 1789 us. Needed to work around messy IPv6 on Linux. Patch from Arkadiusz
1790 Miskiewicz <misiek@pld.org.pl>
22fa590f 1791 - DEC Unix compile fix from David Del Piero <David.DelPiero@qed.qld.gov.au>
1792 - Manpage fix from David Del Piero <David.DelPiero@qed.qld.gov.au>
6bf4d066 1793
a0391976 179420000302
1795 - Big cleanup of autoconf code
1796 - Rearranged to be a little more logical
1797 - Added -R option for Solaris
1798 - Rewrote OpenSSL detection code. Now uses AC_TRY_RUN with a test program
1799 to detect library and header location _and_ ensure library has proper
1800 RSA support built in (this is a problem with OpenSSL 0.9.5).
817175bc 1801 - Applied pty cleanup patch from markus.friedl@informatik.uni-erlangen.de
0a1718dc 1802 - Avoid warning message with Unix98 ptys
bcbf86ec 1803 - Warning was valid - possible race condition on PTYs. Avoided using
3276571c 1804 platform-specific code.
1805 - Document some common problems
bcbf86ec 1806 - Allow root access to any key. Patch from
81eef326 1807 markus.friedl@informatik.uni-erlangen.de
a0391976 1808
f55afe71 180920000207
1810 - Removed SOCKS code. Will support through a ProxyCommand.
1811
d07d1c58 181220000203
1813 - Fixed SEGVs in authloop, fix from vbzoli@hbrt.hu
d581b7ae 1814 - Add --with-ssl-dir option
d07d1c58 1815
9d5f374b 181620000202
bcbf86ec 1817 - Fix lastlog code for directory based lastlogs. Fix from Josh Durham
9d5f374b 1818 <jmd@aoe.vt.edu>
6b1f3fdb 1819 - Documentation fixes from HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
bcbf86ec 1820 - Added URLs to Japanese translations of documents by HARUYAMA Seigo
6b1f3fdb 1821 <haruyama@nt.phys.s.u-tokyo.ac.jp>
9d5f374b 1822
bc8c2601 182320000201
1824 - Use socket pairs by default (instead of pipes). Prevents race condition
1825 on several (buggy) OSs. Report and fix from tridge@linuxcare.com
1826
69c76614 182720000127
1828 - Seed OpenSSL's random number generator before generating RSA keypairs
1829 - Split random collector into seperate file
aaf2abd7 1830 - Compile fix from Andre Lucas <andre.lucas@dial.pipex.com>
69c76614 1831
f9507c24 183220000126
1833 - Released 1.2.2 stable
1834
bcbf86ec 1835 - NeXT keeps it lastlog in /usr/adm. Report from
f9507c24 1836 mouring@newton.pconline.com
bcbf86ec 1837 - Added note in UPGRADING re interop with commercial SSH using idea.
587120ad 1838 Report from Jim Knoble <jmknoble@pobox.com>
1839 - Fix linking order for Kerberos/AFS. Fix from Holget Trapp
1840 <Holger.Trapp@Informatik.TU-Chemnitz.DE>
f9507c24 1841
bfae20ad 184220000125
bcbf86ec 1843 - Fix NULL pointer dereference in login.c. Fix from Andre Lucas
bfae20ad 1844 <andre.lucas@dial.pipex.com>
07b0cb78 1845 - Reorder PAM initialisation so it does not mess up lastlog. Reported
1846 by Andre Lucas <andre.lucas@dial.pipex.com>
bcbf86ec 1847 - Use preformatted manpages on SCO, report from Gary E. Miller
9755cbdb 1848 <gem@rellim.com>
1849 - New URL for x11-ssh-askpass.
bcbf86ec 1850 - Fixpaths was missing /etc/ssh_known_hosts. Report from Jim Knoble
7e31dc81 1851 <jmknoble@pobox.com>
bcbf86ec 1852 - Added 'DESTDIR' option to Makefile to ease package building. Patch from
ff8ecdb8 1853 Jim Knoble <jmknoble@pobox.com>
1854 - Updated RPM spec files to use DESTDIR
bfae20ad 1855
bb58aa4b 185620000124
1857 - Pick up version 1.2.2 from OpenBSD CVS (no changes, just version number
1858 increment)
1859
d45317d8 186020000123
1861 - OpenBSD CVS:
1862 - [packet.c]
1863 getsockname() requires initialized tolen; andy@guildsoftware.com
bcbf86ec 1864 - AIX patch from Matt Richards <v2matt@btv.ibm.com> and David Rankin
4c40f834 1865 <drankin@bohemians.lexington.ky.us>
12aa90af 1866 - Fix lastlog support, patch from Andre Lucas <andre.lucas@dial.pipex.com>
d45317d8 1867
e844f761 186820000122
1869 - Fix compilation of bsd-snprintf.c on Solaris, fix from Ben Taylor
1870 <bent@clark.net>
c54a6257 1871 - Merge preformatted manpage patch from Andre Lucas
1872 <andre.lucas@dial.pipex.com>
8eb34e02 1873 - Make IPv4 use the default in RPM packages
1874 - Irix uses preformatted manpages
1e64903d 1875 - Missing htons() in bsd-bindresvport.c, fix from Holger Trapp
1876 <Holger.Trapp@Informatik.TU-Chemnitz.DE>
9bc5ddfe 1877 - OpenBSD CVS updates:
1878 - [packet.c]
1879 use getpeername() in packet_connection_is_on_socket(), fixes sshd -i;
1880 from Holger.Trapp@Informatik.TU-Chemnitz.DE
1881 - [sshd.c]
1882 log with level log() not fatal() if peer behaves badly.
1883 - [readpass.c]
bcbf86ec 1884 instead of blocking SIGINT, catch it ourselves, so that we can clean
1885 the tty modes up and kill ourselves -- instead of our process group
1886 leader (scp, cvs, ...) going away and leaving us in noecho mode.
9bc5ddfe 1887 people with cbreak shells never even noticed..
399d9d44 1888 - [ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
1889 ie. -> i.e.,
e844f761 1890
4c8ef3fb 189120000120
1892 - Don't use getaddrinfo on AIX
7b2ea3a1 1893 - Update to latest OpenBSD CVS:
1894 - [auth-rsa.c]
1895 - fix user/1056, sshd keeps restrictions; dbt@meat.net
1896 - [sshconnect.c]
1897 - disable agent fwding for proto 1.3, remove abuse of auth-rsa flags.
1898 - destroy keys earlier
bcbf86ec 1899 - split key exchange (kex) and user authentication (user-auth),
d468fc76 1900 ok: provos@
7b2ea3a1 1901 - [sshd.c]
1902 - no need for poll.h; from bright@wintelcom.net
1903 - disable agent fwding for proto 1.3, remove abuse of auth-rsa flags.
bcbf86ec 1904 - split key exchange (kex) and user authentication (user-auth),
d468fc76 1905 ok: provos@
f3bba493 1906 - Big manpage and config file cleanup from Andre Lucas
1907 <andre.lucas@dial.pipex.com>
5f4fdfae 1908 - Re-added latest (unmodified) OpenBSD manpages
47f9a56a 1909 - Doc updates
d468fc76 1910 - NetBSD patch from David Rankin <drankin@bohemians.lexington.ky.us> and
1911 Christos Zoulas <christos@netbsd.org>
4c8ef3fb 1912
082bbfb3 191320000119
20af321f 1914 - SCO compile fixes from Gary E. Miller <gem@rellim.com>
082bbfb3 1915 - Compile fix from Darren_Hall@progressive.com
59e76f33 1916 - Linux/glibc-2.1.2 takes a *long* time to look up names for AF_UNSPEC
1917 addresses using getaddrinfo(). Added a configure switch to make the
1918 default lookup mode AF_INET
082bbfb3 1919
a63a7f37 192020000118
1921 - Fixed --with-pid-dir option
51a6baf8 1922 - Makefile fix from Gary E. Miller <gem@rellim.com>
bcbf86ec 1923 - Compile fix for HPUX and Solaris from Andre Lucas
976f7e19 1924 <andre.lucas@dial.pipex.com>
a63a7f37 1925
f914c7fb 192620000117
1927 - Clean up bsd-bindresvport.c. Use arc4random() for picking initial
1928 port, ignore EINVAL errors (Linux) when searching for free port.
bcbf86ec 1929 - Revert __snprintf -> snprintf aliasing. Apparently Solaris
de93b046 1930 __snprintf isn't. Report from Theo de Raadt <theo@cvs.openbsd.org>
9b363e1c 1931 - Document location of Redhat PAM file in INSTALL.
bcbf86ec 1932 - Fixed X11 forwarding bug on Linux. libc advertises AF_INET6
1933 INADDR_ANY_INIT addresses via getaddrinfo, but may not be able to
f4a7cf29 1934 deliver (no IPv6 kernel support)
80a44451 1935 - Released 1.2.1pre27
f914c7fb 1936
f4a7cf29 1937 - Fix rresvport_af failure errors (logic error in bsd-bindresvport.c)
bcbf86ec 1938 - Fix --with-ipaddr-display option test. Fix from Jarno Huuskonen
cf8ad170 1939 <jhuuskon@hytti.uku.fi>
bcbf86ec 1940 - Fix hang on logout if processes are still using the pty. Needs
691a8a9f 1941 further testing.
5957fd29 1942 - Patch from Christos Zoulas <christos@zoulas.com>
1943 - Try $prefix first when looking for OpenSSL.
1944 - Include sys/types.h when including sys/socket.h in test programs
bcbf86ec 1945 - Substitute PID directory in sshd.8. Suggestion from Andrew
19d9ac2a 1946 Stribblehill <a.d.stribblehill@durham.ac.uk>
f4a7cf29 1947
47e45e44 194820000116
1949 - Renamed --with-xauth-path to --with-xauth
1950 - Added --with-pid-dir option
1951 - Released 1.2.1pre26
1952
a82ef8ae 1953 - Compilation fix from Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
bcbf86ec 1954 - Fixed broken bugfix for /dev/ptmx on Linux systems which lack
66be05a1 1955 openpty(). Report from Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
a82ef8ae 1956
5cdfe03f 195720000115
1958 - Add --with-xauth-path configure directive and explicit test for
bcbf86ec 1959 /usr/openwin/bin/xauth for Solaris systems. Report from Anders
5cdfe03f 1960 Nordby <anders@fix.no>
bcbf86ec 1961 - Fix incorrect detection of /dev/ptmx on Linux systems that lack
5cdfe03f 1962 openpty. Report from John Seifarth <john@waw.be>
1963 - Look for intXX_t and u_intXX_t in sys/bitypes.h if they are not in
bcbf86ec 1964 sys/types.h. Fixes problems on SCO, report from Gary E. Miller
5cdfe03f 1965 <gem@rellim.com>
1966 - Use __snprintf and __vnsprintf if they are found where snprintf and
1967 vnsprintf are lacking. Suggested by Ben Taylor <bent@shell.clark.net>
1968 and others.
1969
48e671d5 197020000114
1971 - Merged OpenBSD IPv6 patch:
1972 - [sshd.c sshd.8 sshconnect.c ssh.h ssh.c servconf.h servconf.c scp.1]
1973 [scp.c packet.h packet.c login.c log.c canohost.c channels.c]
1974 [hostfile.c sshd_config]
1975 ipv6 support: mostly gethostbyname->getaddrinfo/getnameinfo, new
bcbf86ec 1976 features: sshd allows multiple ListenAddress and Port options. note
1977 that libwrap is not IPv6-ready. (based on patches from
48e671d5 1978 fujiwara@rcac.tdi.co.jp)
1979 - [ssh.c canohost.c]
bcbf86ec 1980 more hints (hints.ai_socktype=SOCK_STREAM) for getaddrinfo,
48e671d5 1981 from itojun@
1982 - [channels.c]
1983 listen on _all_ interfaces for X11-Fwd (hints.ai_flags = AI_PASSIVE)
1984 - [packet.h]
1985 allow auth-kerberos for IPv4 only
1986 - [scp.1 sshd.8 servconf.h scp.c]
1987 document -4, -6, and 'ssh -L 2022/::1/22'
1988 - [ssh.c]
bcbf86ec 1989 'ssh @host' is illegal (null user name), from
48e671d5 1990 karsten@gedankenpolizei.de
1991 - [sshconnect.c]
1992 better error message
1993 - [sshd.c]
1994 allow auth-kerberos for IPv4 only
1995 - Big IPv6 merge:
1996 - Cleanup overrun in sockaddr copying on RHL 6.1
1997 - Replacements for getaddrinfo, getnameinfo, etc based on versions
1998 from patch from KIKUCHI Takahiro <kick@kyoto.wide.ad.jp>
1999 - Replacement for missing structures on systems that lack IPv6
2000 - record_login needed to know about AF_INET6 addresses
2001 - Borrowed more code from OpenBSD: rresvport_af and requisites
2002
2598df62 200320000110
2004 - Fixes to auth-skey to enable it to use the standard OpenSSL libraries
2005
b8a0310d 200620000107
2007 - New config.sub and config.guess to fix problems on SCO. Supplied
2008 by Gary E. Miller <gem@rellim.com>
b6a98a85 2009 - SCO build fix from Gary E. Miller <gem@rellim.com>
2598df62 2010 - Released 1.2.1pre25
b8a0310d 2011
dfb95100 201220000106
2013 - Documentation update & cleanup
2014 - Better KrbIV / AFS detection, based on patch from:
2015 Holger Trapp <Holger.Trapp@Informatik.TU-Chemnitz.DE>
2016
b9795b89 201720000105
bcbf86ec 2018 - Fixed annoying DES corruption problem. libcrypt has been
b9795b89 2019 overriding symbols in libcrypto. Removed libcrypt and crypt.h
2020 altogether (libcrypto includes its own crypt(1) replacement)
2021 - Added platform-specific rules for Irix 6.x. Included warning that
2022 they are untested.
2023
a1ec4d79 202420000103
2025 - Add explicit make rules for files proccessed by fixpaths.
bcbf86ec 2026 - Fix "make install" in RPM spec files. Report from Tenkou N. Hattori
a1ec4d79 2027 <tnh@kondara.org>
bcbf86ec 2028 - Removed "nullok" directive from default PAM configuration files.
2029 Added information on enabling EmptyPasswords on openssh+PAM in
607d73e6 2030 UPGRADING file.
e02735bb 2031 - OpenBSD CVS updates
2032 - [ssh-agent.c]
bcbf86ec 2033 cleanup_exit() for SIGTERM/SIGHUP, too. from fgsch@ and
e02735bb 2034 dgaudet@arctic.org
2035 - [sshconnect.c]
2036 compare correct version for 1.3 compat mode
a1ec4d79 2037
93c7f644 203820000102
2039 - Prevent multiple inclusion of config.h and defines.h. Suggested
2040 by Andre Lucas <andre.lucas@dial.pipex.com>
2041 - Properly clean up on exit of ssh-agent. Patch from Dean Gaudet
2042 <dgaudet@arctic.org>
2043
76b8607f 204419991231
bcbf86ec 2045 - Fix password support on systems with a mixture of shadowed and
2046 non-shadowed passwords (e.g. NIS). Report and fix from
76b8607f 2047 HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
bcbf86ec 2048 - Fix broken autoconf typedef detection. Report from Marc G.
723221b5 2049 Fournier <marc.fournier@acadiau.ca>
b92964b7 2050 - Fix occasional crash on LinuxPPC. Patch from Franz Sirl
2051 <Franz.Sirl-kernel@lauterbach.com>
bcbf86ec 2052 - Prevent typedefs from being compiled more than once. Report from
a6ddc88b 2053 Marc G. Fournier <marc.fournier@acadiau.ca>
4811cc0b 2054 - Fill in ut_utaddr utmp field. Report from Benjamin Charron
2055 <iretd@bigfoot.com>
bcbf86ec 2056 - Really fix broken default path. Fix from Jim Knoble
c43d69a9 2057 <jmknoble@pobox.com>
ae3a3d31 2058 - Remove test for quad_t. No longer needed.
76a8e733 2059 - Released 1.2.1pre24
2060
2061 - Added support for directory-based lastlogs
2062 - Really fix typedefs, patch from Ben Taylor <bent@clark.net>
76b8607f 2063
13f825f4 206419991230
2065 - OpenBSD CVS updates:
2066 - [auth-passwd.c]
2067 check for NULL 1st
bcbf86ec 2068 - Removed most of the pam code into its own file auth-pam.[ch]. This
a5c9cd31 2069 cleaned up sshd.c up significantly.
bcbf86ec 2070 - PAM authentication was incorrectly interpreting
76b8607f 2071 "PermitRootLogin without-password". Report from Matthias Andree
2072 <ma@dt.e-technik.uni-dortmund.de
a5c9cd31 2073 - Several other cleanups
0bc5b6fb 2074 - Merged Dante SOCKS support patch from David Rankin
2075 <drankin@bohemians.lexington.ky.us>
2076 - Updated documentation with ./configure options
76b8607f 2077 - Released 1.2.1pre23
13f825f4 2078
c73a0cb5 207919991229
bcbf86ec 2080 - Applied another NetBSD portability patch from David Rankin
c73a0cb5 2081 <drankin@bohemians.lexington.ky.us>
2082 - Fix --with-default-path option.
bcbf86ec 2083 - Autodetect perl, patch from David Rankin
a0f84251 2084 <drankin@bohemians.lexington.ky.us>
bcbf86ec 2085 - Print whether OpenSSH was compiled with RSARef, patch from
0a2ff95d 2086 Nalin Dahyabhai <nalin@thermo.stat.ncsu.edu>
bcbf86ec 2087 - Calls to pam_setcred, patch from Nalin Dahyabhai
f91bacbd 2088 <nalin@thermo.stat.ncsu.edu>
e3a93db0 2089 - Detect missing size_t and typedef it.
5ab44a92 2090 - Rename helper.[ch] to (more appropriate) bsd-misc.[ch]
2091 - Minor Makefile cleaning
c73a0cb5 2092
b6019d68 209319991228
2094 - Replacement for getpagesize() for systems which lack it
bcbf86ec 2095 - NetBSD login.c compile fix from David Rankin
70e0115b 2096 <drankin@bohemians.lexington.ky.us>
2097 - Fully set ut_tv if present in utmp or utmpx
d94aa2ae 2098 - Portability fixes for Irix 5.3 (now compiles OK!)
2099 - autoconf and other misc cleanups
ea1970a3 2100 - Merged AIX patch from Darren Hall <dhall@virage.org>
2101 - Cleaned up defines.h
fa9a2dd6 2102 - Released 1.2.1pre22
b6019d68 2103
d2dcff5f 210419991227
2105 - Automatically correct paths in manpages and configuration files. Patch
2106 and script from Andre Lucas <andre.lucas@dial.pipex.com>
2107 - Removed credits from README to CREDITS file, updated.
cb807f40 2108 - Added --with-default-path to specify custom path for server
2109 - Removed #ifdef trickery from acconfig.h into defines.h
36a5b38e 2110 - PAM bugfix. PermitEmptyPassword was being ignored.
2111 - Fixed PAM config files to allow empty passwords if server does.
2112 - Explained spurious PAM auth warning workaround in UPGRADING
21feb5fa 2113 - Use last few chars of tty line as ut_id
5a7794be 2114 - New SuSE RPM spec file from Chris Saia <csaia@wtower.com>
00e6dd70 2115 - OpenBSD CVS updates:
2116 - [packet.h auth-rhosts.c]
2117 check format string for packet_disconnect and packet_send_debug, too
2118 - [channels.c]
2119 use packet_get_maxsize for channels. consistence.
d2dcff5f 2120
f74efc8d 212119991226
2122 - Enabled utmpx support by default for Solaris
2123 - Cleanup sshd.c PAM a little more
bc7ea646 2124 - Revised RPM package to include Jim Knoble's <jmknoble@pobox.com>
2125 X11 ssh-askpass program.
20c43d8c 2126 - Disable logging of PAM success and failures, PAM is verbose enough.
bcbf86ec 2127 Unfortunatly there is currently no way to disable auth failure
2128 messages. Mention this in UPGRADING file and sent message to PAM
20c43d8c 2129 developers
83b7f649 2130 - OpenBSD CVS update:
2131 - [ssh-keygen.1 ssh.1]
bcbf86ec 2132 remove ref to .ssh/random_seed, mention .ssh/environment in
83b7f649 2133 .Sh FILES, too
72251cb6 2134 - Released 1.2.1pre21
bcbf86ec 2135 - Fixed implicit '.' in default path, report from Jim Knoble
72251cb6 2136 <jmknoble@pobox.com>
30a39691 2137 - Redhat RPM spec fixes from Jim Knoble <jmknoble@pobox.com>
f74efc8d 2138
f498ed15 213919991225
2140 - More fixes from Andre Lucas <andre.lucas@dial.pipex.com>
2141 - Cleanup of auth-passwd.c for shadow and MD5 passwords
2142 - Cleanup and bugfix of PAM authentication code
f74efc8d 2143 - Released 1.2.1pre20
2144
2145 - Merged fixes from Ben Taylor <bent@clark.net>
2146 - Fixed configure support for PAM. Reported by Naz <96na@eng.cam.ac.uk>
2147 - Disabled logging of PAM password authentication failures when password
2148 is empty. (e.g start of authentication loop). Reported by Naz
2149 <96na@eng.cam.ac.uk>)
f498ed15 2150
215119991223
bcbf86ec 2152 - Merged later HPUX patch from Andre Lucas
f498ed15 2153 <andre.lucas@dial.pipex.com>
2154 - Above patch included better utmpx support from Ben Taylor
f74efc8d 2155 <bent@clark.net>
f498ed15 2156
eef6f7e9 215719991222
bcbf86ec 2158 - Fix undefined fd_set type in ssh.h from Povl H. Pedersen
eef6f7e9 2159 <pope@netguide.dk>
ae28776a 2160 - Fix login.c breakage on systems which lack ut_host in struct
2161 utmp. Reported by Willard Dawson <willard.dawson@sbs.siemens.com>
eef6f7e9 2162
a7effaac 216319991221
bcbf86ec 2164 - Integration of large HPUX patch from Andre Lucas
2165 <andre.lucas@dial.pipex.com>. Integrating it had a few other
a7effaac 2166 benefits:
2167 - Ability to disable shadow passwords at configure time
2168 - Ability to disable lastlog support at configure time
2169 - Support for IP address in $DISPLAY
ae2f7af7 2170 - OpenBSD CVS update:
2171 - [sshconnect.c]
2172 say "REMOTE HOST IDENTIFICATION HAS CHANGED"
59dd7a31 2173 - Fix DISABLE_SHADOW support
2174 - Allow MD5 passwords even if shadow passwords are disabled
16034de9 2175 - Release 1.2.1pre19
a7effaac 2176
3f1d9bcd 217719991218
bcbf86ec 2178 - Redhat init script patch from Chun-Chung Chen
3f1d9bcd 2179 <cjj@u.washington.edu>
7e1c2490 2180 - Avoid breakage on systems without IPv6 headers
3f1d9bcd 2181
60d804c8 218219991216
bcbf86ec 2183 - Makefile changes for Solaris from Peter Kocks
60d804c8 2184 <peter.kocks@baygate.com>
89cafde6 2185 - Minor updates to docs
2186 - Merged OpenBSD CVS changes:
2187 - [authfd.c ssh-agent.c]
2188 keysize warnings talk about identity files
2189 - [packet.c]
2190 "Connection closed by x.x.x.x": fatal() -> log()
bcbf86ec 2191 - Correctly handle empty passwords in shadow file. Patch from:
c9d323f0 2192 "Chris, the Young One" <cky@pobox.com>
2193 - Released 1.2.1pre18
60d804c8 2194
7dc6fc6d 219519991215
2196 - Integrated patchs from Juergen Keil <jk@tools.de>
2197 - Avoid void* pointer arithmatic
2198 - Use LDFLAGS correctly
68227e6d 2199 - Fix SIGIO error in scp
2200 - Simplify status line printing in scp
bcbf86ec 2201 - Added better test for inline functions compiler support from
906a2515 2202 Darren_Hall@progressive.com
7dc6fc6d 2203
95f1eccc 220419991214
2205 - OpenBSD CVS Changes
2206 - [canohost.c]
bcbf86ec 2207 fix get_remote_port() and friends for sshd -i;
95f1eccc 2208 Holger.Trapp@Informatik.TU-Chemnitz.DE
2209 - [mpaux.c]
2210 make code simpler. no need for memcpy. niels@ ok
2211 - [pty.c]
2212 namebuflen not sizeof namebuflen; bnd@ep-ag.com via djm@mindrot.org
2213 fix proto; markus
2214 - [ssh.1]
2215 typo; mark.baushke@solipsa.com
2216 - [channels.c ssh.c ssh.h sshd.c]
2217 type conflict for 'extern Type *options' in channels.c; dot@dotat.at
2218 - [sshconnect.c]
2219 move checking of hostkey into own function.
2220 - [version.h]
2221 OpenSSH-1.2.1
884bcb37 2222 - Clean up broken includes in pty.c
7303768f 2223 - Some older systems don't have poll.h, they use sys/poll.h instead
2224 - Doc updates
95f1eccc 2225
847e8865 222619991211
bcbf86ec 2227 - Fix compilation on systems with AFS. Reported by
847e8865 2228 aloomis@glue.umd.edu
bcbf86ec 2229 - Fix installation on Solaris. Reported by
847e8865 2230 Gordon Rowell <gordonr@gormand.com.au>
2231 - Fix gccisms (__attribute__ and inline). Report by edgy@us.ibm.com,
2232 patch from Markus Friedl <markus.friedl@informatik.uni-erlangen.de>
2233 - Auto-locate xauth. Patch from David Agraz <dagraz@jahoopa.com>
2234 - Compile fix from David Agraz <dagraz@jahoopa.com>
2235 - Avoid compiler warning in bsd-snprintf.c
bcbf86ec 2236 - Added pam_limits.so to default PAM config. Suggested by
847e8865 2237 Jim Knoble <jmknoble@pobox.com>
2238
8946db53 223919991209
2240 - Import of patch from Ben Taylor <bent@clark.net>:
2241 - Improved PAM support
2242 - "uninstall" rule for Makefile
2243 - utmpx support
2244 - Should fix PAM problems on Solaris
2d86a6cc 2245 - OpenBSD CVS updates:
2246 - [readpass.c]
2247 avoid stdio; based on work by markus, millert, and I
2248 - [sshd.c]
2249 make sure the client selects a supported cipher
2250 - [sshd.c]
bcbf86ec 2251 fix sighup handling. accept would just restart and daemon handled
2252 sighup only after the next connection was accepted. use poll on
2d86a6cc 2253 listen sock now.
2254 - [sshd.c]
2255 make that a fatal
87e91331 2256 - Applied patch from David Rankin <drankin@bohemians.lexington.ky.us>
2257 to fix libwrap support on NetBSD
5001b9e4 2258 - Released 1.2pre17
8946db53 2259
6d8c4ea4 226019991208
bcbf86ec 2261 - Compile fix for Solaris with /dev/ptmx from
6d8c4ea4 2262 David Agraz <dagraz@jahoopa.com>
2263
4285816a 226419991207
2265 - sshd Redhat init script patch from Jim Knoble <jmknoble@pobox.com>
2266 fixes compatability with 4.x and 5.x
db28aeb5 2267 - Fixed default SSH_ASKPASS
bcbf86ec 2268 - Fix PAM account and session being called multiple times. Problem
d465f2ca 2269 reported by Adrian Baugh <adrian@merlin.keble.ox.ac.uk>
a408af76 2270 - Merged more OpenBSD changes:
2271 - [atomicio.c authfd.c scp.c serverloop.c ssh.h sshconnect.c sshd.c]
bcbf86ec 2272 move atomicio into it's own file. wrap all socket write()s which
a408af76 2273 were doing write(sock, buf, len) != len, with atomicio() calls.
2274 - [auth-skey.c]
2275 fd leak
2276 - [authfile.c]
2277 properly name fd variable
2278 - [channels.c]
2279 display great hatred towards strcpy
2280 - [pty.c pty.h sshd.c]
2281 use openpty() if it exists (it does on BSD4_4)
2282 - [tildexpand.c]
2283 check for ~ expansion past MAXPATHLEN
2284 - Modified helper.c to use new atomicio function.
2285 - Reformat Makefile a little
2286 - Moved RC4 routines from rc4.[ch] into helper.c
2287 - Added autoconf code to detect /dev/ptmx (Solaris) and /dev/ptc (AIX)
9983a8ca 2288 - Updated SuSE spec from Chris Saia <csaia@wtower.com>
2289 - Tweaked Redhat spec
9158d92f 2290 - Clean up bad imports of a few files (forgot -kb)
2291 - Released 1.2pre16
4285816a 2292
9c7b6dfd 229319991204
2294 - Small cleanup of PAM code in sshd.c
57112b5a 2295 - Merged OpenBSD CVS changes:
2296 - [auth-krb4.c auth-passwd.c auth-skey.c ssh.h]
2297 move skey-auth from auth-passwd.c to auth-skey.c, same for krb4
2298 - [auth-rsa.c]
2299 warn only about mismatch if key is _used_
2300 warn about keysize-mismatch with log() not error()
2301 channels.c readconf.c readconf.h ssh.c ssh.h sshconnect.c
2302 ports are u_short
2303 - [hostfile.c]
2304 indent, shorter warning
2305 - [nchan.c]
2306 use error() for internal errors
2307 - [packet.c]
2308 set loglevel for SSH_MSG_DISCONNECT to log(), not fatal()
2309 serverloop.c
2310 indent
2311 - [ssh-add.1 ssh-add.c ssh.h]
2312 document $SSH_ASKPASS, reasonable default
2313 - [ssh.1]
2314 CheckHostIP is not available for connects via proxy command
2315 - [sshconnect.c]
2316 typo
2317 easier to read client code for passwd and skey auth
2318 turn of checkhostip for proxy connects, since we don't know the remote ip
9c7b6dfd 2319
dad3b556 232019991126
2321 - Add definition for __P()
2322 - Added [v]snprintf() replacement for systems that lack it
2323
0ce43ae4 232419991125
2325 - More reformatting merged from OpenBSD CVS
2326 - Merged OpenBSD CVS changes:
2327 - [channels.c]
2328 fix packet_integrity_check() for !have_hostname_in_open.
2329 report from mrwizard@psu.edu via djm@ibs.com.au
2330 - [channels.c]
2331 set SO_REUSEADDR and SO_LINGER for forwarded ports.
2332 chip@valinux.com via damien@ibs.com.au
2333 - [nchan.c]
2334 it's not an error() if shutdown_write failes in nchan.
2335 - [readconf.c]
2336 remove dead #ifdef-0-code
2337 - [readconf.c servconf.c]
2338 strcasecmp instead of tolower
2339 - [scp.c]
2340 progress meter overflow fix from damien@ibs.com.au
2341 - [ssh-add.1 ssh-add.c]
2342 SSH_ASKPASS support
2343 - [ssh.1 ssh.c]
2344 postpone fork_after_authentication until command execution,
2345 request/patch from jahakala@cc.jyu.fi via damien@ibs.com.au
2346 plus: use daemon() for backgrounding
cf8dd513 2347 - Added BSD compatible install program and autoconf test, thanks to
2348 Niels Kristian Bech Jensen <nkbj@image.dk>
2349 - Solaris fixing, thanks to Ben Taylor <bent@clark.net>
09041313 2350 - Merged beginnings of AIX support from Tor-Ake Fransson <torake@hotmail.com>
3dbefdb8 2351 - Release 1.2pre15
0ce43ae4 2352
5260325f 235319991124
2354 - Merged very large OpenBSD source code reformat
2355 - OpenBSD CVS updates
2356 - [channels.c cipher.c compat.c log-client.c scp.c serverloop.c]
2357 [ssh.h sshd.8 sshd.c]
2358 syslog changes:
2359 * Unified Logmessage for all auth-types, for success and for failed
2360 * Standard connections get only ONE line in the LOG when level==LOG:
2361 Auth-attempts are logged only, if authentication is:
2362 a) successfull or
2363 b) with passwd or
2364 c) we had more than AUTH_FAIL_LOG failues
2365 * many log() became verbose()
2366 * old behaviour with level=VERBOSE
2367 - [readconf.c readconf.h ssh.1 ssh.h sshconnect.c sshd.c]
2368 tranfer s/key challenge/response data in SSH_SMSG_AUTH_TIS_CHALLENGE
2369 messages. allows use of s/key in windows (ttssh, securecrt) and
2370 ssh-1.2.27 clients without 'ssh -v', ok: niels@
2371 - [sshd.8]
2372 -V, for fallback to openssh in SSH2 compatibility mode
2373 - [sshd.c]
2374 fix sigchld race; cjc5@po.cwru.edu
2375
4655fe80 237619991123
2377 - Added SuSE package files from Chris Saia <csaia@wtower.com>
8b241e50 2378 - Restructured package-related files under packages/*
4655fe80 2379 - Added generic PAM config
8b241e50 2380 - Numerous little Solaris fixes
9c08d6ce 2381 - Add recommendation to use GNU make to INSTALL document
4655fe80 2382
60bed5fd 238319991122
2384 - Make <enter> close gnome-ssh-askpass (Debian bug #50299)
2f2cc3f9 2385 - OpenBSD CVS Changes
bcbf86ec 2386 - [ssh-keygen.c]
2387 don't create ~/.ssh only if the user wants to store the private
2388 key there. show fingerprint instead of public-key after
2f2cc3f9 2389 keygeneration. ok niels@
b09a984b 2390 - Added OpenBSD bsd-strlcat.c, created bsd-strlcat.h
96ad4350 2391 - Added timersub() macro
b09a984b 2392 - Tidy RCSIDs of bsd-*.c
bcbf86ec 2393 - Added autoconf test and macro to deal with old PAM libraries
96ad4350 2394 pam_strerror definition (one arg vs two).
530f1889 2395 - Fix EGD problems (Thanks to Ben Taylor <bent@clark.net>)
bcbf86ec 2396 - Retry /dev/urandom reads interrupted by signal (report from
530f1889 2397 Robert Hardy <rhardy@webcon.net>)
1647c2b5 2398 - Added a setenv replacement for systems which lack it
d84a9a44 2399 - Only display public key comment when presenting ssh-askpass dialog
2400 - Released 1.2pre14
60bed5fd 2401
bcbf86ec 2402 - Configure, Make and changelog corrections from Tudor Bosman
2ddcfdf3 2403 <tudorb@jm.nu> and Niels Kristian Bech Jensen <nkbj@image.dk>
2404
9d6b7add 240519991121
2f2cc3f9 2406 - OpenBSD CVS Changes:
60bed5fd 2407 - [channels.c]
2408 make this compile, bad markus
2409 - [log.c readconf.c servconf.c ssh.h]
2410 bugfix: loglevels are per host in clientconfig,
2411 factor out common log-level parsing code.
2412 - [servconf.c]
2413 remove unused index (-Wall)
2414 - [ssh-agent.c]
2415 only one 'extern char *__progname'
2416 - [sshd.8]
2417 document SIGHUP, -Q to synopsis
2418 - [sshconnect.c serverloop.c sshd.c packet.c packet.h]
2419 [channels.c clientloop.c]
2420 SSH_CMSG_MAX_PACKET_SIZE, some clients use this, some need this, niels@
2421 [hope this time my ISP stays alive during commit]
2422 - [OVERVIEW README] typos; green@freebsd
2423 - [ssh-keygen.c]
2424 replace xstrdup+strcat with strlcat+fixed buffer, fixes OF (bad me)
2425 exit if writing the key fails (no infinit loop)
2426 print usage() everytime we get bad options
2427 - [ssh-keygen.c] overflow, djm@mindrot.org
2428 - [sshd.c] fix sigchld race; cjc5@po.cwru.edu
bcbf86ec 2429
2b942fe0 243019991120
bcbf86ec 2431 - Merged more Solaris support from Marc G. Fournier
2b942fe0 2432 <marc.fournier@acadiau.ca>
2433 - Wrote autoconf tests for integer bit-types
2434 - Fixed enabling kerberos support
bcbf86ec 2435 - Fix segfault in ssh-keygen caused by buffer overrun in filename
13c36c4c 2436 handling.
2b942fe0 2437
06479889 243819991119
2439 - Merged PAM buffer overrun patch from Chip Salzenberg <chip@valinux.com>
2ad77510 2440 - Merged OpenBSD CVS changes
2441 - [auth-rhosts.c auth-rsa.c ssh-agent.c sshconnect.c sshd.c]
2442 more %d vs. %s in fmt-strings
2443 - [authfd.c]
2444 Integers should not be printed with %s
7b1cc56c 2445 - EGD uses a socket, not a named pipe. Duh.
2446 - Fix includes in fingerprint.c
29dbde15 2447 - Fix scp progress bar bug again.
bcbf86ec 2448 - Move ssh-askpass from ${libdir}/ssh to ${libexecdir}/ssh at request of
736890c4 2449 David Rankin <drankin@bohemians.lexington.ky.us>
91b8065d 2450 - Added autoconf option to enable Kerberos 4 support (untested)
2451 - Added autoconf option to enable AFS support (untested)
2452 - Added autoconf option to enable S/Key support (untested)
2453 - Added autoconf option to enable TCP wrappers support (compiles OK)
beb43d31 2454 - Renamed BSD helper function files to bsd-*
bcbf86ec 2455 - Added tests for login and daemon and enable OpenBSD replacements for
caf3bc51 2456 when they are absent.
2457 - Added non-PAM MD5 password support patch from Tudor Bosman <tudorb@jm.nu>
06479889 2458
2bd61362 245919991118
2460 - Merged OpenBSD CVS changes
2461 - [scp.c] foregroundproc() in scp
2462 - [sshconnect.h] include fingerprint.h
bcbf86ec 2463 - [sshd.c] bugfix: the log() for passwd-auth escaped during logging
2bd61362 2464 changes.
0c16a097 2465 - [ssh.1] Spell my name right.
2bd61362 2466 - Added openssh.com info to README
2467
f095fcc7 246819991117
2469 - Merged OpenBSD CVS changes
2470 - [ChangeLog.Ylonen] noone needs this anymore
2471 - [authfd.c] close-on-exec for auth-socket, ok deraadt
bcbf86ec 2472 - [hostfile.c]
2473 in known_hosts key lookup the entry for the bits does not need
2474 to match, all the information is contained in n and e. This
2475 solves the problem with buggy servers announcing the wrong
f095fcc7 2476 modulus length. markus and me.
bcbf86ec 2477 - [serverloop.c]
2478 bugfix: check for space if child has terminated, from:
f095fcc7 2479 iedowse@maths.tcd.ie
2480 - [ssh-add.1 ssh-add.c ssh-keygen.1 ssh-keygen.c sshconnect.c]
2481 [fingerprint.c fingerprint.h]
2482 rsa key fingerprints, idea from Bjoern Groenvall <bg@sics.se>
2483 - [ssh-agent.1] typo
2484 - [ssh.1] add OpenSSH information to AUTHOR section. okay markus@
bcbf86ec 2485 - [sshd.c]
f095fcc7 2486 force logging to stderr while loading private key file
2487 (lost while converting to new log-levels)
2488
4d195447 248919991116
2490 - Fix some Linux libc5 problems reported by Miles Wilson <mw@mctitle.com>
2491 - Merged OpenBSD CVS changes:
2492 - [auth-rh-rsa.c auth-rsa.c authfd.c authfd.h hostfile.c mpaux.c]
2493 [mpaux.h ssh-add.c ssh-agent.c ssh.h ssh.c sshd.c]
2494 the keysize of rsa-parameter 'n' is passed implizit,
2495 a few more checks and warnings about 'pretended' keysizes.
2496 - [cipher.c cipher.h packet.c packet.h sshd.c]
2497 remove support for cipher RC4
2498 - [ssh.c]
2499 a note for legay systems about secuity issues with permanently_set_uid(),
2500 the private hostkey and ptrace()
2501 - [sshconnect.c]
2502 more detailed messages about adding and checking hostkeys
2503
dad9a31e 250419991115
2505 - Merged OpenBSD CVS changes:
bcbf86ec 2506 - [ssh-add.c] change passphrase loop logic and remove ref to
dad9a31e 2507 $DISPLAY, ok niels
2508 - Changed to ssh-add.c broke askpass support. Revised it to be a little more
bcbf86ec 2509 modular.
dad9a31e 2510 - Revised autoconf support for enabling/disabling askpass support.
e7c0f9d5 2511 - Merged more OpenBSD CVS changes:
704b1659 2512 [auth-krb4.c]
2513 - disconnect if getpeername() fails
2514 - missing xfree(*client)
2515 [canohost.c]
2516 - disconnect if getpeername() fails
2517 - fix comment: we _do_ disconnect if ip-options are set
2518 [sshd.c]
2519 - disconnect if getpeername() fails
2520 - move checking of remote port to central place
2521 [auth-rhosts.c] move checking of remote port to central place
2522 [log-server.c] avoid extra fd per sshd, from millert@
2523 [readconf.c] print _all_ bad config-options in ssh(1), too
2524 [readconf.h] print _all_ bad config-options in ssh(1), too
2525 [ssh.c] print _all_ bad config-options in ssh(1), too
2526 [sshconnect.c] disconnect if getpeername() fails
e7c0f9d5 2527 - OpenBSD's changes to sshd.c broke the PAM stuff, re-merged it.
c75a1a66 2528 - Various small cleanups to bring diff (against OpenBSD) size down.
f601d847 2529 - Merged more Solaris compability from Marc G. Fournier
2530 <marc.fournier@acadiau.ca>
2531 - Wrote autoconf tests for __progname symbol
8c119fd0 2532 - RPM spec file fixes from Jim Knoble <jmknoble@pobox.com>
0c372277 2533 - Released 1.2pre12
2534
2535 - Another OpenBSD CVS update:
2536 - [ssh-keygen.1] fix .Xr
dad9a31e 2537
92da7197 253819991114
2539 - Solaris compilation fixes (still imcomplete)
2540
94f7bb9e 254119991113
dd092f97 2542 - Build patch from Niels Kristian Bech Jensen <nkbj@image.dk>
2543 - Don't install config files if they already exist
2544 - Fix inclusion of additional preprocessor directives from acconfig.h
94f7bb9e 2545 - Removed redundant inclusions of config.h
e9c75a39 2546 - Added 'Obsoletes' lines to RPM spec file
94f7bb9e 2547 - Merged OpenBSD CVS changes:
2548 - [bufaux.c] save a view malloc/memcpy/memset/free's, ok niels
bcbf86ec 2549 - [scp.c] fix overflow reported by damien@ibs.com.au: off_t
94f7bb9e 2550 totalsize, ok niels,aaron
bcbf86ec 2551 - Delay fork (-f option) in ssh until after port forwarded connections
94f7bb9e 2552 have been initialised. Patch from Jani Hakala <jahakala@cc.jyu.fi>
b2344d54 2553 - Added shadow password patch from Thomas Neumann <tom@smart.ruhr.de>
2554 - Added ifdefs to auth-passwd.c to exclude it when PAM is enabled
dd092f97 2555 - Tidied default config file some more
2556 - Revised Redhat initscript to fix bug: sshd (re)start would fail
2557 if executed from inside a ssh login.
94f7bb9e 2558
e35c1dc2 255919991112
2560 - Merged changes from OpenBSD CVS
2561 - [sshd.c] session_key_int may be zero
b4748e2f 2562 - [auth-rh-rsa.c servconf.c servconf.h ssh.h sshd.8 sshd.c sshd_config]
bcbf86ec 2563 IgnoreUserKnownHosts(default=no), used for RhostRSAAuth, ok
b4748e2f 2564 deraadt,millert
2565 - Brought default sshd_config more in line with OpenBSD's
547c9f30 2566 - Grab server in gnome-ssh-askpass (Debian bug #49872)
2567 - Released 1.2pre10
e35c1dc2 2568
8bc7973f 2569 - Added INSTALL documentation
6fa724bc 2570 - Merged yet more changes from OpenBSD CVS
2571 - [auth-rh-rsa.c auth-rhosts.c auth-rsa.c channels.c clientloop.c]
2572 [ssh.c ssh.h sshconnect.c sshd.c]
2573 make all access to options via 'extern Options options'
2574 and 'extern ServerOptions options' respectively;
2575 options are no longer passed as arguments:
2576 * make options handling more consistent
2577 * remove #include "readconf.h" from ssh.h
2578 * readconf.h is only included if necessary
2579 - [mpaux.c] clear temp buffer
2580 - [servconf.c] print _all_ bad options found in configfile
045672f9 2581 - Make ssh-askpass support optional through autoconf
59b0f0d4 2582 - Fix nasty division-by-zero error in scp.c
2583 - Released 1.2pre11
8bc7973f 2584
4cca272e 258519991111
2586 - Added (untested) Entropy Gathering Daemon (EGD) support
67d68e3a 2587 - Fixed /dev/urandom fd leak (Debian bug #49722)
5bbb5681 2588 - Merged OpenBSD CVS changes:
2589 - [auth-rh-rsa.c] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
2590 - [ssh.1] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
2591 - [sshd.8] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
bcbf86ec 2592 - Fix integer overflow which was messing up scp's progress bar for large
3f1d9bcd 2593 file transfers. Fix submitted to OpenBSD developers. Report and fix
2594 from Kees Cook <cook@cpoint.net>
6a17f9c2 2595 - Merged more OpenBSD CVS changes:
bcbf86ec 2596 - [auth-krb4.c auth-passwd.c] remove x11- and krb-cleanup from fatal()
6a17f9c2 2597 + krb-cleanup cleanup
2598 - [clientloop.c log-client.c log-server.c ]
2599 [readconf.c readconf.h servconf.c servconf.h ]
2600 [ssh.1 ssh.c ssh.h sshd.8]
2601 add LogLevel {QUIET, FATAL, ERROR, INFO, CHAT, DEBUG} to ssh/sshd,
2602 obsoletes QuietMode and FascistLogging in sshd.
e35c1dc2 2603 - [sshd.c] fix fatal/assert() bug reported by damien@ibs.com.au:
2604 allow session_key_int != sizeof(session_key)
2605 [this should fix the pre-assert-removal-core-files]
2606 - Updated default config file to use new LogLevel option and to improve
2607 readability
2608
f370266e 260919991110
67d68e3a 2610 - Merged several minor fixes:
f370266e 2611 - ssh-agent commandline parsing
2612 - RPM spec file now installs ssh setuid root
2613 - Makefile creates libdir
4cca272e 2614 - Merged beginnings of Solaris compability from Marc G. Fournier
2615 <marc.fournier@acadiau.ca>
f370266e 2616
d4f11b59 261719991109
2618 - Autodetection of SSL/Crypto library location via autoconf
2619 - Fixed location of ssh-askpass to follow autoconf
2620 - Integrated Makefile patch from Niels Kristian Bech Jensen <nkbj@image.dk>
2621 - Autodetection of RSAref library for US users
2622 - Minor doc updates
560557bb 2623 - Merged OpenBSD CVS changes:
2624 - [rsa.c] bugfix: use correct size for memset()
2625 - [sshconnect.c] warn if announced size of modulus 'n' != real size
f025becb 2626 - Added GNOME passphrase requestor (use --with-gnome-askpass)
d397b172 2627 - RPM build now creates subpackages
aa51e7cc 2628 - Released 1.2pre9
d4f11b59 2629
e1a9c08d 263019991108
2631 - Removed debian/ directory. This is now being maintained separately.
2632 - Added symlinks for slogin in RPM spec file
2633 - Fixed permissions on manpages in RPM spec file
2634 - Added references to required libraries in README file
2635 - Removed config.h.in from CVS
2636 - Removed pwdb support (better pluggable auth is provided by glibc)
2637 - Made PAM and requisite libdl optional
2638 - Removed lots of unnecessary checks from autoconf
2639 - Added support and autoconf test for openpty() function (Unix98 pty support)
2640 - Fix for scp not finding ssh if not installed as /usr/bin/ssh
2641 - Added TODO file
2642 - Merged parts of Debian patch From Phil Hands <phil@hands.com>:
2643 - Added ssh-askpass program
2644 - Added ssh-askpass support to ssh-add.c
2645 - Create symlinks for slogin on install
2646 - Fix "distclean" target in makefile
2647 - Added example for ssh-agent to manpage
2648 - Added support for PAM_TEXT_INFO messages
2649 - Disable internal /etc/nologin support if PAM enabled
2650 - Merged latest OpenBSD CVS changes:
5bae4ab8 2651 - [all] replace assert() with error, fatal or packet_disconnect
e1a9c08d 2652 - [sshd.c] don't send fail-msg but disconnect if too many authentication
2653 failures
e1a9c08d 2654 - [sshd.c] remove unused argument. ok dugsong
2655 - [sshd.c] typo
2656 - [rsa.c] clear buffers used for encryption. ok: niels
2657 - [rsa.c] replace assert() with error, fatal or packet_disconnect
ade6fccd 2658 - [auth-krb4.c] remove unused argument. ok dugsong
e1a9c08d 2659 - Fixed coredump after merge of OpenBSD rsa.c patch
9010d60a 2660 - Released 1.2pre8
e1a9c08d 2661
3028328e 266219991102
2663 - Merged change from OpenBSD CVS
2664 - One-line cleanup in sshd.c
2665
474832c5 266619991030
2667 - Integrated debian package support from Dan Brosemer <odin@linuxfreak.com>
69256d9d 2668 - Merged latest updates for OpenBSD CVS:
2669 - channels.[ch] - remove broken x11 fix and document istate/ostate
2670 - ssh-agent.c - call setsid() regardless of argv[]
2671 - ssh.c - save a few lines when disabling rhosts-{rsa-}auth
2672 - Documentation cleanups
2673 - Renamed README -> README.Ylonen
2674 - Renamed README.openssh ->README
474832c5 2675
339660f6 267619991029
2677 - Renamed openssh* back to ssh* at request of Theo de Raadt
2678 - Incorporated latest changes from OpenBSD's CVS
2679 - Integrated Makefile patch from Niels Kristian Bech Jensen <nkbj@image.dk>
2680 - Integrated PAM env patch from Nalin Dahyabhai <nalin.dahyabhai@pobox.com>
549b3eed 2681 - Make distclean now removed configure script
2682 - Improved PAM logging
2683 - Added some debug() calls for PAM
4ecd19ea 2684 - Removed redundant subdirectories
bcbf86ec 2685 - Integrated part of a patch from Dan Brosemer <odin@linuxfreak.com> for
4ecd19ea 2686 building on Debian.
242588e6 2687 - Fixed off-by-one error in PAM env patch
2688 - Released 1.2pre6
339660f6 2689
5881cd60 269019991028
2691 - Further PAM enhancements.
2692 - Much cleaner
2693 - Now uses account and session modules for all logins.
2694 - Integrated patch from Dan Brosemer <odin@linuxfreak.com>
2695 - Build fixes
2696 - Autoconf
2697 - Change binary names to open*
2698 - Fixed autoconf script to detect PAM on RH6.1
2699 - Added tests for libpwdb, and OpenBSD functions to autoconf
221395b3 2700 - Released 1.2pre4
fca82d2e 2701
2702 - Imported latest OpenBSD CVS code
2703 - Updated README.openssh
93f04616 2704 - Released 1.2pre5
fca82d2e 2705
5881cd60 270619991027
2707 - Adapted PAM patch.
2708 - Released 1.0pre2
2709
2710 - Excised my buggy replacements for strlcpy and mkdtemp
2711 - Imported correct OpenBSD strlcpy and mkdtemp routines.
2712 - Reduced arc4random_stir entropy read to 32 bytes (256 bits)
2713 - Picked up correct version number from OpenBSD
2714 - Added sshd.pam PAM configuration file
2715 - Added sshd.init Redhat init script
2716 - Added openssh.spec RPM spec file
2717 - Released 1.2pre3
2718
271919991026
2720 - Fixed include paths of OpenSSL functions
2721 - Use OpenSSL MD5 routines
2722 - Imported RC4 code from nanocrypt
2723 - Wrote replacements for OpenBSD arc4random* functions
2724 - Wrote replacements for strlcpy and mkdtemp
2725 - Released 1.0pre1
This page took 0.577417 seconds and 5 git commands to generate.