]> andersk Git - openssh.git/blame - ChangeLog
- (djm) More SunOS 4.1.x fixes from Nate Itkin <nitkin@europa.com>
[openssh.git] / ChangeLog
CommitLineData
dbaa2e87 120000815
2 - (djm) More SunOS 4.1.x fixes from Nate Itkin <nitkin@europa.com>
3
6c33bf70 420000813
5 - (djm) Add $(srcdir) to includes when compiling (for VPATH). Report from
6 Fabrice bacchella <fabrice.bacchella@marchfirst.fr>
7
3fcce26c 820000809
9 - (djm) Define AIX hard limits if headers don't. Report from
10 Bill Painter <william.t.painter@lmco.com>
32eec038 11 - (djm) utmp direct write & SunOS 4 patch from Charles Levert
12 <charles@comm.polymtl.ca>
3fcce26c 13
71d43804 1420000808
15 - (djm) Cleanup Redhat RPMs. Generate keys at runtime rather than install
16 time, spec file cleanup.
17
f9bcea07 1820000807
378f2232 19 - (djm) Set 0755 on binaries during install. Report from Lutz Jaenicke
47670e77 20 - (djm) Suppress error messages on channel close shutdown() failurs
21 works around Linux bug. Patch from Zack Weinberg <zack@wolery.cumb.org>
378f2232 22 - (djm) Add some more entropy collection commands from Lutz Jaenicke
f9bcea07 23
bcf89935 2420000725
25 - (djm) Fix autoconf typo: HAVE_BINRESVPORT_AF -> HAVE_BINDRESVPORT_AF
26
4c8722d9 2720000721
28 - (djm) OpenBSD CVS updates:
29 - markus@cvs.openbsd.org 2000/07/16 02:27:22
30 [authfd.c authfd.h channels.c clientloop.c ssh-add.c ssh-agent.c ssh.c]
31 [sshconnect1.c sshconnect2.c]
32 make ssh-add accept dsa keys (the agent does not)
33 - djm@cvs.openbsd.org 2000/07/17 19:25:02
34 [sshd.c]
35 Another closing of stdin; ok deraadt
36 - markus@cvs.openbsd.org 2000/07/19 18:33:12
37 [dsa.c]
38 missing free, reorder
39 - markus@cvs.openbsd.org 2000/07/20 16:23:14
40 [ssh-keygen.1]
41 document input and output files
42
240777b8 4320000720
4c8722d9 44 - (djm) Spec file fix from Petr Novotny <Petr.Novotny@antek.cz>
240777b8 45
3c7def32 4620000716
4c8722d9 47 - (djm) Release 2.1.1p4
3c7def32 48
819b676f 4920000715
704b1659 50 - (djm) OpenBSD CVS updates
51 - provos@cvs.openbsd.org 2000/07/13 16:53:22
52 [aux.c readconf.c servconf.c ssh.h]
53 allow multiple whitespace but only one '=' between tokens, bug report from
54 Ralf S. Engelschall <rse@engelschall.com> but different fix. okay deraadt@
55 - provos@cvs.openbsd.org 2000/07/13 17:14:09
56 [clientloop.c]
57 typo; todd@fries.net
58 - provos@cvs.openbsd.org 2000/07/13 17:19:31
59 [scp.c]
60 close can fail on AFS, report error; from Greg Hudson <ghudson@mit.edu>
61 - markus@cvs.openbsd.org 2000/07/14 16:59:46
62 [readconf.c servconf.c]
63 allow leading whitespace. ok niels
64 - djm@cvs.openbsd.org 2000/07/14 22:01:38
65 [ssh-keygen.c ssh.c]
66 Always create ~/.ssh with mode 700; ok Markus
819b676f 67 - Fixes for SunOS 4.1.4 from Gordon Atwood <gordon@cs.ualberta.ca>
68 - Include floatingpoint.h for entropy.c
69 - strerror replacement
704b1659 70
3f7a7e4a 7120000712
c37fb3c1 72 - (djm) Remove -lresolve for Reliant Unix
3f7a7e4a 73 - (djm) OpenBSD CVS Updates:
74 - deraadt@cvs.openbsd.org 2000/07/11 02:11:34
75 [session.c sshd.c ]
76 make MaxStartups code still work with -d; djm
77 - deraadt@cvs.openbsd.org 2000/07/11 13:17:45
78 [readconf.c ssh_config]
79 disable FallBackToRsh by default
c37fb3c1 80 - (djm) Replace in_addr_t with u_int32_t in bsd-inet_aton.c. Report from
81 Ben Lindstrom <mouring@pconline.com>
1e970014 82 - (djm) Make building of X11-Askpass and GNOME-Askpass optional in RPM
83 spec file.
dcb36e5d 84 - (djm) Released 2.1.1p3
3f7a7e4a 85
56118702 8620000711
87 - (djm) Fixup for AIX getuserattr() support from Tom Bertelson
88 <tbert@abac.com>
132dd316 89 - (djm) ReliantUNIX support from Udo Schweigert <ust@cert.siemens.de>
c99e5056 90 - (djm) NeXT: dirent structures to get scp working from Ben Lindstrom
91 <mouring@pconline.com>
dc2a6d09 92 - (djm) Fix broken inet_ntoa check and ut_user/ut_name confusion, report
93 from Jim Watt <jimw@peisj.pebio.com>
2d9a148e 94 - (djm) Replaced bsd-snprintf.c with one from Mutt source tree, it is known
95 to compile on more platforms (incl NeXT).
cc6f2c4c 96 - (djm) Added bsd-inet_aton and configure support for NeXT
aae19451 97 - (djm) Misc NeXT fixes from Ben Lindstrom <mouring@pconline.com>
089fbbd2 98 - (djm) OpenBSD CVS updates:
99 - markus@cvs.openbsd.org 2000/06/26 03:22:29
100 [authfd.c]
101 cleanup, less cut&paste
102 - markus@cvs.openbsd.org 2000/06/26 15:59:19
103 [servconf.c servconf.h session.c sshd.8 sshd.c]
104 MaxStartups: limit number of unauthenticated connections, work by
105 theo and me
106 - deraadt@cvs.openbsd.org 2000/07/05 14:18:07
107 [session.c]
108 use no_x11_forwarding_flag correctly; provos ok
109 - provos@cvs.openbsd.org 2000/07/05 15:35:57
110 [sshd.c]
111 typo
112 - aaron@cvs.openbsd.org 2000/07/05 22:06:58
113 [scp.1 ssh-agent.1 ssh-keygen.1 sshd.8]
114 Insert more missing .El directives. Our troff really should identify
115 these and spit out a warning.
116 - todd@cvs.openbsd.org 2000/07/06 21:55:04
117 [auth-rsa.c auth2.c ssh-keygen.c]
118 clean code is good code
119 - deraadt@cvs.openbsd.org 2000/07/07 02:14:29
120 [serverloop.c]
121 sense of port forwarding flag test was backwards
122 - provos@cvs.openbsd.org 2000/07/08 17:17:31
123 [compat.c readconf.c]
124 replace strtok with strsep; from David Young <dyoung@onthejob.net>
125 - deraadt@cvs.openbsd.org 2000/07/08 19:21:15
126 [auth.h]
127 KNF
128 - ho@cvs.openbsd.org 2000/07/08 19:27:33
129 [compat.c readconf.c]
130 Better conditions for strsep() ending.
131 - ho@cvs.openbsd.org 2000/07/10 10:27:05
132 [readconf.c]
133 Get the correct message on errors. (niels@ ok)
134 - ho@cvs.openbsd.org 2000/07/10 10:30:25
135 [cipher.c kex.c servconf.c]
136 strtok() --> strsep(). (niels@ ok)
5540ea9b 137 - (djm) Fix problem with debug mode and MaxStartups
eb37534b 138 - (djm) Don't generate host keys when $(DESTDIR) is set (e.g. during RPM
139 builds)
229f64ee 140 - (djm) Add strsep function from OpenBSD libc for systems that lack it
56118702 141
a8545c6c 14220000709
143 - (djm) Only enable PAM_TTY kludge for Linux. Problem report from
144 Kevin Steves <stevesk@sweden.hp.com>
ec90a7d6 145 - (djm) Match prototype and function declaration for rresvport_af.
146 Problem report from Niklas Edmundsson <nikke@ing.umu.se>
732e8ac5 147 - (djm) Missing $(DESTDIR) on host-key target causing problems with RPM
148 builds. Problem report from Gregory Leblanc <GLeblanc@cu-portland.edu>
37f1df94 149 - (djm) Replace ut_name with ut_user. Patch from Jim Watt
150 <jimw@peisj.pebio.com>
264dce47 151 - (djm) Fix pam sprintf fix
152 - (djm) Cleanup entropy collection code a little more. Split initialisation
153 from seeding, perform intialisation immediatly at start, be careful with
154 uids. Based on problem report from Jim Watt <jimw@peisj.pebio.com>
5bf9cfe9 155 - (djm) More NeXT compatibility from Ben Lindstrom <mouring@pconline.com>
156 Including sigaction() et al. replacements
eeec075f 157 - (djm) AIX getuserattr() session initialisation from Tom Bertelson
158 <tbert@abac.com>
a8545c6c 159
e2902a5b 16020000708
161 - (djm) Fix bad fprintf format handling in auth-pam.c. Patch from
162 Aaron Hopkins <aaron@die.net>
7a33f831 163 - (djm) Fix incorrect configure handling of --with-rsh-path option. Fix from
164 Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
b3f162ba 165 - (djm) Fixed undefined variables for OSF SIA. Report from
166 Baars, Henk <Hendrik.Baars@nl.origin-it.com>
b28e4a3b 167 - (djm) Handle EWOULDBLOCK returns from read() and write() in atomicio.c
168 Fix from Marquess, Steve Mr JMLFDC <Steve.Marquess@DET.AMEDD.ARMY.MIL>
9c13d877 169 - (djm) Don't use inet_addr.
e2902a5b 170
5637650d 17120000702
172 - (djm) Fix brace mismatch from Corinna Vinschen <vinschen@cygnus.com>
27494968 173 - (djm) Stop shadow expiry checking from preventing logins with NIS. Based
174 on fix from HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
a4070484 175 - (djm) Use standard OpenSSL functions in auth-skey.c. Patch from
176 Chris, the Young One <cky@pobox.com>
88726b31 177 - (djm) Fix scp progress meter on really wide terminals. Based on patch
178 from James H. Cloos Jr. <cloos@jhcloos.com>
5637650d 179
388e9f9f 18020000701
181 - (djm) Fix Tru64 SIA problems reported by John P Speno <speno@isc.upenn.edu>
daaff4d5 182 - (djm) Login fixes from Tom Bertelson <tbert@abac.com>
82258d68 183 - (djm) Replace "/bin/sh" with _PATH_BSHELL. Report from Corinna Vinschen
184 <vinschen@cygnus.com>
30228d7c 185 - (djm) Replace "/usr/bin/login" with LOGIN_PROGRAM
2647ae26 186 - (djm) Added check for broken snprintf() functions which do not correctly
187 terminate output string and attempt to use replacement.
46158300 188 - (djm) Released 2.1.1p2
388e9f9f 189
9f32ceb4 19020000628
191 - (djm) Fixes to lastlog code for Irix
192 - (djm) Use atomicio in loginrec
3206bb3b 193 - (djm) Patch from Michael Stone <mstone@cs.loyola.edu> to add support for
194 Irix 6.x array sessions, project id's, and system audit trail id.
9e0c3e1f 195 - (djm) Added 'distprep' make target to simplify packaging
4d33e531 196 - (djm) Added patch from Chris Adams <cmadams@hiwaay.net> to add OSF SIA
197 support. Enable using "USE_SIA=1 ./configure [options]"
198
d8caae24 19920000627
200 - (djm) Fixes to login code - not setting li->uid, cleanups
a05a70ab 201 - (djm) Formatting
d8caae24 202
fe30cc2e 20320000626
3e98362e 204 - (djm) Better fix to aclocal tests from Garrick James <garrick@james.net>
4cb5ffa0 205 - (djm) Account expiry support from Andreas Steinmetz <ast@domdv.de>
206 - (djm) Added password expiry checking (no password change support)
be0b9bb7 207 - (djm) Make EGD failures non-fatal if OpenSSL's entropy pool is still OK
208 based on patch from Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
b5b3f75d 209 - (djm) Fix fixed EGD code.
3e98362e 210 - OpenBSD CVS update
211 - provos@cvs.openbsd.org 2000/06/25 14:17:58
212 [channels.c]
213 correct check for bad channel ids; from Wei Dai <weidai@eskimo.com>
214
1c04b088 21520000623
216 - (djm) Use sa_family_t in prototype for rresvport_af. Patch from
217 Svante Signell <svante.signell@telia.com>
218 - (djm) Autoconf logic to define sa_family_t if it is missing
e5a0294f 219 - OpenBSD CVS Updates:
220 - markus@cvs.openbsd.org 2000/06/22 10:32:27
221 [sshd.c]
222 missing atomicio; report from Steve.Marquess@DET.AMEDD.ARMY.MIL
223 - djm@cvs.openbsd.org 2000/06/22 17:55:00
224 [auth-krb4.c key.c radix.c uuencode.c]
225 Missing CVS idents; ok markus
1c04b088 226
f528fdf2 22720000622
228 - (djm) Automatically generate host key during "make install". Suggested
229 by Gary E. Miller <gem@rellim.com>
230 - (djm) Paranoia before kill() system call
74fc9186 231 - OpenBSD CVS Updates:
232 - markus@cvs.openbsd.org 2000/06/18 18:50:11
233 [auth2.c compat.c compat.h sshconnect2.c]
234 make userauth+pubkey interop with ssh.com-2.2.0
235 - markus@cvs.openbsd.org 2000/06/18 20:56:17
236 [dsa.c]
237 mem leak + be more paranoid in dsa_verify.
238 - markus@cvs.openbsd.org 2000/06/18 21:29:50
239 [key.c]
240 cleanup fingerprinting, less hardcoded sizes
241 - markus@cvs.openbsd.org 2000/06/19 19:39:45
242 [atomicio.c auth-options.c auth-passwd.c auth-rh-rsa.c auth-rhosts.c]
243 [auth-rsa.c auth-skey.c authfd.c authfd.h authfile.c bufaux.c bufaux.h]
244 [buffer.c buffer.h canohost.c channels.c channels.h cipher.c cipher.h]
245 [clientloop.c compat.c compat.h compress.c compress.h crc32.c crc32.h]
246 [deattack.c dispatch.c dsa.c fingerprint.c fingerprint.h getput.h hmac.c]
247 [kex.c log-client.c log-server.c login.c match.c mpaux.c mpaux.h nchan.c]
248 [nchan.h packet.c packet.h pty.c pty.h readconf.c readconf.h readpass.c]
249 [rsa.c rsa.h scp.c servconf.c servconf.h ssh-add.c ssh-keygen.c ssh.c]
250 [ssh.h tildexpand.c ttymodes.c ttymodes.h uidswap.c xmalloc.c xmalloc.h]
251 OpenBSD tag
252 - markus@cvs.openbsd.org 2000/06/21 10:46:10
253 sshconnect2.c missing free; nuke old comment
f528fdf2 254
e5fe9a1f 25520000620
256 - (djm) Replace use of '-o' and '-a' logical operators in configure tests
257 with '||' and '&&'. As suggested by Jim Knoble <jmknoble@pint-stowp.cx>
258 to fix SCO Unixware problem reported by Gary E. Miller <gem@rellim.com>
c03aced4 259 - (djm) Typo in loginrec.c
e5fe9a1f 260
cbd7492e 26120000618
262 - (djm) Add summary of configure options to end of ./configure run
263 - (djm) Not all systems define RUSAGE_SELF & RUSAGE_CHILDREN. Report from
264 Michael Stone <mstone@cs.loyola.edu>
265 - (djm) rusage is a privileged operation on some Unices (incl.
266 Solaris 2.5.1). Report from Paul D. Smith <pausmith@nortelnetworks.com>
267 - (djm) Avoid PAM failures when running without a TTY. Report from
268 Martin Petrak <petrak@spsknm.schools.sk>
269 - (djm) Include sys/types.h when including netinet/in.h in configure tests.
270 Patch from Jun-ichiro itojun Hagino <itojun@iijlab.net>
729bfe59 271 - (djm) Started merge of Ben Lindstrom's <mouring@pconline.com> NeXT support
38c295d6 272 - OpenBSD CVS updates:
273 - deraadt@cvs.openbsd.org 2000/06/17 09:58:46
274 [channels.c]
275 everyone says "nix it" (remove protocol 2 debugging message)
276 - markus@cvs.openbsd.org 2000/06/17 13:24:34
277 [sshconnect.c]
278 allow extended server banners
279 - markus@cvs.openbsd.org 2000/06/17 14:30:10
280 [sshconnect.c]
281 missing atomicio, typo
282 - jakob@cvs.openbsd.org 2000/06/17 16:52:34
283 [servconf.c servconf.h session.c sshd.8 sshd_config]
284 add support for ssh v2 subsystems. ok markus@.
285 - deraadt@cvs.openbsd.org 2000/06/17 18:57:48
286 [readconf.c servconf.c]
287 include = in WHITESPACE; markus ok
288 - markus@cvs.openbsd.org 2000/06/17 19:09:10
289 [auth2.c]
290 implement bug compatibility with ssh-2.0.13 pubkey, server side
291 - markus@cvs.openbsd.org 2000/06/17 21:00:28
292 [compat.c]
293 initial support for ssh.com's 2.2.0
294 - markus@cvs.openbsd.org 2000/06/17 21:16:09
295 [scp.c]
296 typo
297 - markus@cvs.openbsd.org 2000/06/17 22:05:02
298 [auth-rsa.c auth2.c serverloop.c session.c auth-options.c auth-options.h]
299 split auth-rsa option parsing into auth-options
300 add options support to authorized_keys2
301 - markus@cvs.openbsd.org 2000/06/17 22:42:54
302 [session.c]
303 typo
cbd7492e 304
509b1f88 30520000613
306 - (djm) Fixes from Andrew McGill <andrewm@datrix.co.za>:
307 - Platform define for SCO 3.x which breaks on /dev/ptmx
308 - Detect and try to fix missing MAXPATHLEN
a4d05724 309 - (djm) Fix short copy in loginrec.c (based on patch from Phill Camp
310 <P.S.S.Camp@ukc.ac.uk>
509b1f88 311
09564242 31220000612
313 - (djm) Glob manpages in RPM spec files to catch compressed files
314 - (djm) Full license in auth-pam.c
08ae384f 315 - (djm) Configure fixes from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
383207f7 316 - (andre) AIX, lastlog, configure fixes from Tom Bertelson <tbert@abac.com>:
317 - Don't try to retrieve lastlog from wtmp/wtmpx if DISABLE_LASTLOG is
318 def'd
319 - Set AIX to use preformatted manpages
704b1659 320
74b224a0 32120000610
322 - (djm) Minor doc tweaks
217ab55e 323 - (djm) Fix for configure on bash2 from Jim Knoble <jmknoble@jmknoble.cx>
74b224a0 324
32c80420 32520000609
326 - (djm) Patch from Kenji Miyake <kenji@miyake.org> to disable utmp usage
327 (in favour of utmpx) on Solaris 8
328
fa649821 32920000606
48c99b2c 330 - (djm) Cleanup of entropy.c. Reorganised code, removed second pass through
331 list of commands (by default). Removed verbose debugging (by default).
332 - (djm) Increased command entropy estimates and default entropy collection
333 timeout
f988dce5 334 - (djm) Remove duplicate headers from loginrec.c
c5fa2eb0 335 - (djm) Don't add /usr/local/lib to library search path on Irix
fa649821 336 - (djm) Fix rsh path in RPMs. Report from Jason L Tibbitts III
337 <tibbs@math.uh.edu>
1e83f2a2 338 - (djm) Warn user if grabs fail in GNOME askpass. Patch from Zack Weinberg
339 <zack@wolery.cumb.org>
fa649821 340 - (djm) OpenBSD CVS updates:
341 - todd@cvs.openbsd.org
342 [sshconnect2.c]
343 teach protocol v2 to count login failures properly and also enable an
344 explanation of why the password prompt comes up again like v1; this is NOT
345 crypto
346 - markus@cvs.openbsd.org
347 [readconf.c readconf.h servconf.c servconf.h session.c ssh.1 ssh.c sshd.8]
348 xauth_location support; pr 1234
349 [readconf.c sshconnect2.c]
350 typo, unused
351 [session.c]
352 allow use_login only for login sessions, otherwise remote commands are
353 execed with uid==0
354 [sshd.8]
355 document UseLogin better
356 [version.h]
357 OpenSSH 2.1.1
358 [auth-rsa.c]
359 fix match_hostname() logic for auth-rsa: deny access if we have a
360 negative match or no match at all
361 [channels.c hostfile.c match.c]
362 don't panic if mkdtemp fails for authfwd; jkb@yahoo-inc.com via
363 kris@FreeBSD.org
364
8e7b16f8 36520000606
366 - (djm) Added --with-cflags, --with-ldflags and --with-libs options to
367 configure.
368
d7c0f3d5 36920000604
370 - Configure tweaking for new login code on Irix 5.3
2d6c411f 371 - (andre) login code changes based on djm feedback
d7c0f3d5 372
2d6c411f 37320000603
374 - (andre) New login code
375 - Remove bsd-login.[ch] and all the OpenBSD-derived code in login.c
376 - Add loginrec.[ch], logintest.c and autoconf code
704b1659 377
5daf7064 37820000531
379 - Cleanup of auth.c, login.c and fake-*
380 - Cleanup of auth-pam.c, save and print "account expired" error messages
e5662474 381 - Fix EGD read bug by IWAMURO Motonori <iwa@mmp.fujitsu.co.jp>
69134b9b 382 - Rewrote bsd-login to use proper utmp API if available. Major cleanup
383 of fallback DIY code.
5daf7064 384
b9f446d1 38520000530
386 - Define atexit for old Solaris
b02ebca1 387 - Fix buffer overrun in login.c for systems which use syslen in utmpx.
388 patch from YOSHIFUJI Hideaki <yoshfuji@cerberus.nemoto.ecei.tohoku.ac.jp>
71276795 389 - OpenBSD CVS updates:
390 - markus@cvs.openbsd.org
391 [session.c]
392 make x11-fwd work w/ localhost (xauth add host/unix:11)
393 [cipher.c compat.c readconf.c servconf.c]
394 check strtok() != NULL; ok niels@
395 [key.c]
396 fix key_read() for uuencoded keys w/o '='
397 [serverloop.c]
398 group ssh1 vs. ssh2 in serverloop
399 [kex.c kex.h myproposal.h sshconnect2.c sshd.c]
400 split kexinit/kexdh, factor out common code
401 [readconf.c ssh.1 ssh.c]
402 forwardagent defaults to no, add ssh -A
403 - theo@cvs.openbsd.org
404 [session.c]
405 just some line shortening
60688ef9 406 - Released 2.1.0p3
b9f446d1 407
29611d9c 40820000520
409 - Xauth fix from Markus Friedl <markus.friedl@informatik.uni-erlangen.de>
25422c70 410 - Don't touch utmp if USE_UTMPX defined
a423beaf 411 - SunOS 4.x support from Todd C. Miller <Todd.Miller@courtesan.com>
fc1e8bf4 412 - SIGCHLD fix for AIX and HPUX from Tom Bertelson <tbert@abac.com>
413 - HPUX and Configure fixes from Lutz Jaenicke
414 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
415 - Use mkinstalldirs script to make directories instead of non-portable
416 "install -d". Suggested by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
a905808d 417 - Doc cleanup
29611d9c 418
301e9b01 41920000518
420 - Include Andre Lucas' fixprogs script. Forgot to "cvs add" it yesterday
421 - OpenBSD CVS updates:
422 - markus@cvs.openbsd.org
423 [sshconnect.c]
424 copy only ai_addrlen bytes; misiek@pld.org.pl
425 [auth.c]
426 accept an empty shell in authentication; bug reported by
427 chris@tinker.ucr.edu
428 [serverloop.c]
429 we don't have stderr for interactive terminal sessions (fcntl errors)
430
ad85db64 43120000517
432 - Fix from Andre Lucas <andre.lucas@dial.pipex.com>
433 - Fixes command line printing segfaults (spotter: Bladt Norbert)
434 - Fixes erroneous printing of debug messages to syslog
435 - Fixes utmp for MacOS X (spotter: Aristedes Maniatis)
436 - Gives useful error message if PRNG initialisation fails
437 - Reduced ssh startup delay
438 - Measures cumulative command time rather than the time between reads
704b1659 439 after select()
ad85db64 440 - 'fixprogs' perl script to eliminate non-working entropy commands, and
704b1659 441 optionally run 'ent' to measure command entropy
c1ef8333 442 - Applied Tom Bertelson's <tbert@abac.com> AIX authentication fix
a64009ad 443 - Avoid WCOREDUMP complation errors for systems that lack it
444 - Avoid SIGCHLD warnings from entropy commands
28c1d5ce 445 - Fix HAVE_PAM_GETENVLIST setting from Simon Wilkinson <sxw@dcs.ed.ac.uk>
0e73cc53 446 - OpenBSD CVS update:
447 - markus@cvs.openbsd.org
448 [ssh.c]
449 fix usage()
450 [ssh2.h]
451 draft-ietf-secsh-architecture-05.txt
452 [ssh.1]
453 document ssh -T -N (ssh2 only)
454 [channels.c serverloop.c ssh.h sshconnect.c sshd.c aux.c]
455 enable nonblocking IO for sshd w/ proto 1, too; split out common code
456 [aux.c]
457 missing include
c04f75f1 458 - Several patches from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
459 - INSTALL typo and URL fix
460 - Makefile fix
461 - Solaris fixes
462 - Checking for ssize_t and memmove. Based on patch from SAKAI Kiyotaka
463 <ksakai@kso.netwk.ntt-at.co.jp>
afa5ee68 464 - RSAless operation patch from kevin_oconnor@standardandpoors.com
d45e3d76 465 - Detect OpenSSL seperatly from RSA
466 - Better test for RSA (more compatible with RSAref). Based on work by
467 Ed Eden <ede370@stl.rural.usda.gov>
ad85db64 468
3d1a1654 46920000513
470 - Fix for non-recognised DSA keys from Arkadiusz Miskiewicz
471 <misiek@pld.org.pl>
472
d02a3a00 47320000511
474 - Fix for prng_seed permissions checking from Lutz Jaenicke
475 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
3d1a1654 476 - "make host-key" fix for Irix
d02a3a00 477
d0c832f3 47820000509
479 - OpenBSD CVS update
480 - markus@cvs.openbsd.org
481 [cipher.h myproposal.h readconf.c readconf.h servconf.c ssh.1 ssh.c]
482 [ssh.h sshconnect1.c sshconnect2.c sshd.8]
483 - complain about invalid ciphers in SSH1 (e.g. arcfour is SSH2 only)
484 - hugh@cvs.openbsd.org
485 [ssh.1]
486 - zap typo
487 [ssh-keygen.1]
488 - One last nit fix. (markus approved)
489 [sshd.8]
490 - some markus certified spelling adjustments
491 - markus@cvs.openbsd.org
492 [auth2.c channels.c clientloop.c compat compat.h dsa.c kex.c]
493 [sshconnect2.c ]
494 - bug compat w/ ssh-2.0.13 x11, split out bugs
495 [nchan.c]
496 - no drain if ibuf_empty, fixes x11fwd problems; tests by fries@
497 [ssh-keygen.c]
498 - handle escapes in real and original key format, ok millert@
499 [version.h]
500 - OpenSSH-2.1
3dc1102e 501 - Moved all the bsd-* and fake-* stuff into new libopenbsd-compat.a
e93ee87a 502 - Doc updates
21e5304a 503 - Cleanup of bsd-base64 headers, bugfix definitions of __b64_*. Reported
504 by Andre Lucas <andre.lucas@dial.pipex.com>
d0c832f3 505
ebdeb9a8 50620000508
507 - Makefile and RPM spec fixes
508 - Generate DSA host keys during "make key" or RPM installs
f6cde515 509 - OpenBSD CVS update
510 - markus@cvs.openbsd.org
511 [clientloop.c sshconnect2.c]
512 - make x11-fwd interop w/ ssh-2.0.13
513 [README.openssh2]
514 - interop w/ SecureFX
515 - Release 2.0.0beta2
ebdeb9a8 516
58d100bf 517 - Configure caching and cleanup patch from Andre Lucas'
518 <andre.lucas@dial.pipex.com>
519
1d1ffb87 52020000507
521 - Remove references to SSLeay.
522 - Big OpenBSD CVS update
523 - markus@cvs.openbsd.org
524 [clientloop.c]
525 - typo
526 [session.c]
527 - update proctitle on pty alloc/dealloc, e.g. w/ windows client
528 [session.c]
529 - update proctitle for proto 1, too
530 [channels.h nchan.c serverloop.c session.c sshd.c]
531 - use c-style comments
532 - deraadt@cvs.openbsd.org
533 [scp.c]
534 - more atomicio
535 - markus@cvs.openbsd.org
536 [channels.c]
537 - set O_NONBLOCK
538 [ssh.1]
539 - update AUTHOR
540 [readconf.c ssh-keygen.c ssh.h]
541 - default DSA key file ~/.ssh/id_dsa
542 [clientloop.c]
543 - typo, rm verbose debug
544 - deraadt@cvs.openbsd.org
545 [ssh-keygen.1]
546 - document DSA use of ssh-keygen
547 [sshd.8]
548 - a start at describing what i understand of the DSA side
549 [ssh-keygen.1]
550 - document -X and -x
551 [ssh-keygen.c]
552 - simplify usage
553 - markus@cvs.openbsd.org
554 [sshd.8]
555 - there is no rhosts_dsa
556 [ssh-keygen.1]
557 - document -y, update -X,-x
558 [nchan.c]
559 - fix close for non-open ssh1 channels
560 [servconf.c servconf.h ssh.h sshd.8 sshd.c ]
561 - s/DsaKey/HostDSAKey/, document option
562 [sshconnect2.c]
563 - respect number_of_password_prompts
564 [channels.c channels.h servconf.c servconf.h session.c sshd.8]
565 - GatewayPorts for sshd, ok deraadt@
566 [ssh-add.1 ssh-agent.1 ssh.1]
567 - more doc on: DSA, id_dsa, known_hosts2, authorized_keys2
568 [ssh.1]
569 - more info on proto 2
570 [sshd.8]
571 - sync AUTHOR w/ ssh.1
572 [key.c key.h sshconnect.c]
573 - print key type when talking about host keys
574 [packet.c]
575 - clear padding in ssh2
576 [dsa.c key.c radix.c ssh.h sshconnect1.c uuencode.c uuencode.h]
577 - replace broken uuencode w/ libc b64_ntop
578 [auth2.c]
579 - log failure before sending the reply
580 [key.c radix.c uuencode.c]
581 - remote trailing comments before calling __b64_pton
582 [auth2.c readconf.c readconf.h servconf.c servconf.h ssh.1]
583 [sshconnect2.c sshd.8]
584 - add DSAAuthetication option to ssh/sshd, document SSH2 in sshd.8
585 - Bring in b64_ntop and b64_pton from OpenBSD libc (bsd-base64.[ch])
586
1a11e1ae 58720000502
0fbe8c74 588 - OpenBSD CVS update
589 [channels.c]
590 - init all fds, close all fds.
591 [sshconnect2.c]
592 - check whether file exists before asking for passphrase
593 [servconf.c servconf.h sshd.8 sshd.c]
594 - PidFile, pr 1210
595 [channels.c]
596 - EINTR
597 [channels.c]
598 - unbreak, ok niels@
599 [sshd.c]
600 - unlink pid file, ok niels@
601 [auth2.c]
602 - Add missing #ifdefs; ok - markus
d3083fbd 603 - Add Andre Lucas' <andre.lucas@dial.pipex.com> patch to read entropy
604 gathering commands from a text file
1a11e1ae 605 - Release 2.0.0beta1
606
c4bc58eb 60720000501
608 - OpenBSD CVS update
609 [packet.c]
610 - send debug messages in SSH2 format
3189621b 611 [scp.c]
612 - fix very rare EAGAIN/EINTR issues; based on work by djm
613 [packet.c]
614 - less debug, rm unused
615 [auth2.c]
616 - disable kerb,s/key in ssh2
617 [sshd.8]
618 - Minor tweaks and typo fixes.
619 [ssh-keygen.c]
620 - Put -d into usage and reorder. markus ok.
44fb55e9 621 - Include missing headers for OpenSSL tests. Fix from Phil Karn
622 <karn@ka9q.ampr.org>
3fd95d9a 623 - Fixed __progname symbol collisions reported by Andre Lucas
624 <andre.lucas@dial.pipex.com>
0d5f7abc 625 - Merged bsd-login ttyslot and AIX utmp patch from Gert Doering
626 <gd@hilb1.medat.de>
8cb940db 627 - Add some missing ifdefs to auth2.c
8af50c98 628 - Deprecate perl-tk askpass.
52bcc044 629 - Irix portability fixes - don't include netinet headers more than once
630 - Make sure we don't save PRNG seed more than once
c4bc58eb 631
2b763e31 63220000430
633 - Merge HP-UX fixes and TCB support from Ged Lodder <lodder@yacc.com.au>
b7a87eea 634 - Integrate Andre Lucas' <andre.lucas@dial.pipex.com> entropy collection
635 patch.
636 - Adds timeout to entropy collection
637 - Disables slow entropy sources
638 - Load and save seed file
639 - Changed entropy seed code to user per-user seeds only (server seed is
640 saved in root's .ssh directory)
641 - Use atexit() and fatal cleanups to save seed on exit
0b242b12 642 - More OpenBSD updates:
643 [session.c]
644 - don't call chan_write_failed() if we are not writing
645 [auth-rsa.c auth1.c authfd.c hostfile.c ssh-agent.c]
646 - keysize warnings error() -> log()
2b763e31 647
a306f2dd 64820000429
649 - Merge big update to OpenSSH-2.0 from OpenBSD CVS
650 [README.openssh2]
651 - interop w/ F-secure windows client
652 - sync documentation
653 - ssh_host_dsa_key not ssh_dsa_key
654 [auth-rsa.c]
655 - missing fclose
656 [auth.c authfile.c compat.c dsa.c dsa.h hostfile.c key.c key.h radix.c]
657 [readconf.c readconf.h ssh-add.c ssh-keygen.c ssh.c ssh.h sshconnect.c]
658 [sshd.c uuencode.c uuencode.h authfile.h]
659 - add DSA pubkey auth and other SSH2 fixes. use ssh-keygen -[xX]
660 for trading keys with the real and the original SSH, directly from the
661 people who invented the SSH protocol.
662 [auth.c auth.h authfile.c sshconnect.c auth1.c auth2.c sshconnect.h]
663 [sshconnect1.c sshconnect2.c]
664 - split auth/sshconnect in one file per protocol version
665 [sshconnect2.c]
666 - remove debug
667 [uuencode.c]
668 - add trailing =
669 [version.h]
670 - OpenSSH-2.0
671 [ssh-keygen.1 ssh-keygen.c]
672 - add -R flag: exit code indicates if RSA is alive
673 [sshd.c]
674 - remove unused
675 silent if -Q is specified
676 [ssh.h]
677 - host key becomes /etc/ssh_host_dsa_key
678 [readconf.c servconf.c ]
679 - ssh/sshd default to proto 1 and 2
680 [uuencode.c]
681 - remove debug
682 [auth2.c ssh-keygen.c sshconnect2.c sshd.c]
683 - xfree DSA blobs
684 [auth2.c serverloop.c session.c]
685 - cleanup logging for sshd/2, respect PasswordAuth no
686 [sshconnect2.c]
687 - less debug, respect .ssh/config
688 [README.openssh2 channels.c channels.h]
689 - clientloop.c session.c ssh.c
690 - support for x11-fwding, client+server
691
0ac7199f 69220000421
693 - Merge fix from OpenBSD CVS
694 [ssh-agent.c]
695 - Fix memory leak per connection. Report from Andy Spiegl <Andy@Spiegl.de>
696 via Debian bug #59926
18ba2aab 697 - Define __progname in session.c if libc doesn't
698 - Remove indentation on autoconf #include statements to avoid bug in
699 DEC Tru64 compiler. Report and fix from David Del Piero
700 <David.DelPiero@qed.qld.gov.au>
0ac7199f 701
e1b37056 70220000420
703 - Make fixpaths work with perl4, patch from Andre Lucas
704 <andre.lucas@dial.pipex.com>
9da5c3c9 705 - Sync with OpenBSD CVS:
706 [clientloop.c login.c serverloop.c ssh-agent.c ssh.h sshconnect.c sshd.c]
707 - pid_t
708 [session.c]
709 - remove bogus chan_read_failed. this could cause data
710 corruption (missing data) at end of a SSH2 session.
4e577b89 711 - Merge fixes from Debian patch from Phil Hands <phil@hands.com>
712 - Allow setting of PAM service name through CFLAGS (SSHD_PAM_SERVICE)
713 - Use vhangup to clean up Linux ttys
714 - Force posix getopt processing on GNU libc systems
371ecff9 715 - Debian bug #55910 - remove references to ssl(8) manpages
247f1a89 716 - Debian bug #58031 - ssh_config lies about default cipher
e1b37056 717
d6f24e45 71820000419
719 - OpenBSD CVS updates
720 [channels.c]
721 - fix pr 1196, listen_port and port_to_connect interchanged
722 [scp.c]
723 - after completion, replace the progress bar ETA counter with a final
724 elapsed time; my idea, aaron wrote the patch
725 [ssh_config sshd_config]
726 - show 'Protocol' as an example, ok markus@
727 [sshd.c]
728 - missing xfree()
729 - Add missing header to bsd-misc.c
730
35484284 73120000416
732 - Reduce diff against OpenBSD source
733 - All OpenSSL includes are now unconditionally referenced as
734 openssl/foo.h
735 - Pick up formatting changes
736 - Other minor changed (typecasts, etc) that I missed
737
6ae2364d 73820000415
739 - OpenBSD CVS updates.
740 [ssh.1 ssh.c]
741 - ssh -2
742 [auth.c channels.c clientloop.c packet.c packet.h serverloop.c]
743 [session.c sshconnect.c]
744 - check payload for (illegal) extra data
745 [ALL]
746 whitespace cleanup
747
c323ac76 74820000413
749 - INSTALL doc updates
f54651ce 750 - Merged OpenBSD updates to include paths.
6ae2364d 751
a8be9f80 75220000412
753 - OpenBSD CVS updates:
754 - [channels.c]
755 repair x11-fwd
756 - [sshconnect.c]
757 fix passwd prompt for ssh2, less debugging output.
758 - [clientloop.c compat.c dsa.c kex.c sshd.c]
759 less debugging output
760 - [kex.c kex.h sshconnect.c sshd.c]
761 check for reasonable public DH values
762 - [README.openssh2 cipher.c cipher.h compat.c compat.h readconf.c]
763 [readconf.h servconf.c servconf.h ssh.c ssh.h sshconnect.c sshd.c]
764 add Cipher and Protocol options to ssh/sshd, e.g.:
765 ssh -o 'Protocol 1,2' if you prefer proto 1, ssh -o 'Ciphers
766 arcfour,3des-cbc'
767 - [sshd.c]
768 print 1.99 only if server supports both
769
18e92801 77020000408
771 - Avoid some compiler warnings in fake-get*.c
772 - Add IPTOS macros for systems which lack them
9d98aaf6 773 - Only set define entropy collection macros if they are found
e78a59f5 774 - More large OpenBSD CVS updates:
775 - [auth.c auth.h servconf.c servconf.h serverloop.c session.c]
776 [session.h ssh.h sshd.c README.openssh2]
777 ssh2 server side, see README.openssh2; enable with 'sshd -2'
778 - [channels.c]
779 no adjust after close
780 - [sshd.c compat.c ]
781 interop w/ latest ssh.com windows client.
782
8ce64345 78320000406
784 - OpenBSD CVS update:
785 - [channels.c]
786 close efd on eof
787 - [clientloop.c compat.c ssh.c sshconnect.c myproposal.h]
788 ssh2 client implementation, interops w/ ssh.com and lsh servers.
789 - [sshconnect.c]
790 missing free.
791 - [authfile.c cipher.c cipher.h packet.c sshconnect.c sshd.c]
792 remove unused argument, split cipher_mask()
793 - [clientloop.c]
794 re-order: group ssh1 vs. ssh2
795 - Make Redhat spec require openssl >= 0.9.5a
796
e7627112 79720000404
798 - Add tests for RAND_add function when searching for OpenSSL
7e7327a1 799 - OpenBSD CVS update:
800 - [packet.h packet.c]
801 ssh2 packet format
802 - [packet.h packet.c nchan2.ms nchan.h compat.h compat.c]
803 [channels.h channels.c]
804 channel layer support for ssh2
805 - [kex.h kex.c hmac.h hmac.c dsa.c dsa.h]
806 DSA, keyexchange, algorithm agreement for ssh2
6c081128 807 - Generate manpages before make install not at the end of make all
808 - Don't seed the rng quite so often
809 - Always reseed rng when requested
e7627112 810
bfc9a610 81120000403
812 - Wrote entropy collection routines for systems that lack /dev/random
813 and EGD
837c30b8 814 - Disable tests and typedefs for 64 bit types. They are currently unused.
bfc9a610 815
7368a6c8 81620000401
817 - Big OpenBSD CVS update (mainly beginnings of SSH2 infrastructure)
818 - [auth.c session.c sshd.c auth.h]
819 split sshd.c -> auth.c session.c sshd.c plus cleanup and goto-removal
820 - [bufaux.c bufaux.h]
821 support ssh2 bignums
822 - [channels.c channels.h clientloop.c sshd.c nchan.c nchan.h packet.c]
823 [readconf.c ssh.c ssh.h serverloop.c]
824 replace big switch() with function tables (prepare for ssh2)
825 - [ssh2.h]
826 ssh2 message type codes
827 - [sshd.8]
828 reorder Xr to avoid cutting
829 - [serverloop.c]
830 close(fdin) if fdin != fdout, shutdown otherwise, ok theo@
831 - [channels.c]
832 missing close
833 allow bigger packets
834 - [cipher.c cipher.h]
835 support ssh2 ciphers
836 - [compress.c]
837 cleanup, less code
838 - [dispatch.c dispatch.h]
839 function tables for different message types
840 - [log-server.c]
841 do not log() if debuggin to stderr
842 rename a cpp symbol, to avoid param.h collision
843 - [mpaux.c]
844 KNF
845 - [nchan.c]
846 sync w/ channels.c
847
f5238bee 84820000326
849 - Better tests for OpenSSL w/ RSAref
850 - Added replacement setenv() function from OpenBSD libc. Suggested by
851 Ben Lindstrom <mouring@pconline.com>
4fe2af09 852 - OpenBSD CVS update
853 - [auth-krb4.c]
854 -Wall
855 - [auth-rh-rsa.c auth-rsa.c hostfile.c hostfile.h key.c key.h match.c]
856 [match.h ssh.c ssh.h sshconnect.c sshd.c]
857 initial support for DSA keys. ok deraadt@, niels@
858 - [cipher.c cipher.h]
859 remove unused cipher_attack_detected code
860 - [scp.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
861 Fix some formatting problems I missed before.
862 - [ssh.1 sshd.8]
863 fix spelling errors, From: FreeBSD
864 - [ssh.c]
865 switch to raw mode only if he _get_ a pty (not if we _want_ a pty).
f5238bee 866
0024a081 86720000324
868 - Released 1.2.3
869
bd499f9e 87020000317
871 - Clarified --with-default-path option.
872 - Added -blibpath handling for AIX to work around stupid runtime linking.
873 Problem elucidated by gshapiro@SENDMAIL.ORG by way of Jim Knoble
874 <jmknoble@pobox.com>
474b5fef 875 - Checks for 64 bit int types. Problem report from Mats Fredholm
876 <matsf@init.se>
610cd5c6 877 - OpenBSD CVS updates:
878 - [atomicio.c auth-krb4.c bufaux.c channels.c compress.c fingerprint.c]
879 [packet.h radix.c rsa.c scp.c ssh-agent.c ssh-keygen.c sshconnect.c]
880 [sshd.c]
881 pedantic: signed vs. unsigned, void*-arithm, etc
882 - [ssh.1 sshd.8]
883 Various cleanups and standardizations.
be48d23c 884 - Runtime error fix for HPUX from Otmar Stahl
885 <O.Stahl@lsw.uni-heidelberg.de>
bd499f9e 886
4696775a 88720000316
888 - Fixed configure not passing LDFLAGS to Solaris. Report from David G.
889 Hesprich <dghespri@sprintparanet.com>
d423d822 890 - Propogate LD through to Makefile
b7a9ce47 891 - Doc cleanups
2ba2a610 892 - Added blurb about "scp: command not found" errors to UPGRADING
4696775a 893
cb0b7ea4 89420000315
895 - Fix broken CFLAGS handling during search for OpenSSL. Fixes va_list
896 problems with gcc/Solaris.
db55a3ea 897 - Don't free argument to putenv() after use (in setenv() replacement).
898 Report from Seigo Tanimura <tanimura@r.dl.itc.u-tokyo.ac.jp>
13652e52 899 - Created contrib/ subdirectory. Included helpers from Phil Hands'
900 Debian package, README file and chroot patch from Ricardo Cerqueira
901 <rmcc@clix.pt>
9c8aeb89 902 - Moved gnome-ssh-askpass.c to contrib directory and removed config
13652e52 903 option.
904 - Slight cleanup to doc files
b14b2ae7 905 - Configure fix from Bratislav ILICH <bilic@zepter.ru>
cb0b7ea4 906
a8ed9fd9 90720000314
908 - Include macro for IN6_IS_ADDR_V4MAPPED. Report from
909 peter@frontierflying.com
84afc958 910 - Include /usr/local/include and /usr/local/lib for systems that don't
911 do it themselves
912 - -R/usr/local/lib for Solaris
913 - Fix RSAref detection
914 - Fix IN6_IS_ADDR_V4MAPPED macro
a8ed9fd9 915
bcf36c78 91620000311
917 - Detect RSAref
43e48848 918 - OpenBSD CVS change
919 [sshd.c]
920 - disallow guessing of root password
867dbf40 921 - More configure fixes
80faa19f 922 - IPv6 workarounds from Hideaki YOSHIFUJI <yoshfuji@ecei.tohoku.ac.jp>
bcf36c78 923
c8d54615 92420000309
925 - OpenBSD CVS updates to v1.2.3
704b1659 926 [ssh.h atomicio.c]
927 - int atomicio -> ssize_t (for alpha). ok deraadt@
928 [auth-rsa.c]
929 - delay MD5 computation until client sends response, free() early, cleanup.
930 [cipher.c]
931 - void* -> unsigned char*, ok niels@
932 [hostfile.c]
933 - remove unused variable 'len'. fix comments.
934 - remove unused variable
935 [log-client.c log-server.c]
936 - rename a cpp symbol, to avoid param.h collision
937 [packet.c]
938 - missing xfree()
939 - getsockname() requires initialized tolen; andy@guildsoftware.com
940 - use getpeername() in packet_connection_is_on_socket(), fixes sshd -i;
941 from Holger.Trapp@Informatik.TU-Chemnitz.DE
942 [pty.c pty.h]
943 - register cleanup for pty earlier. move code for pty-owner handling to
c8d54615 944 pty.c ok provos@, dugsong@
704b1659 945 [readconf.c]
946 - turn off x11-fwd for the client, too.
947 [rsa.c]
948 - PKCS#1 padding
949 [scp.c]
950 - allow '.' in usernames; from jedgar@fxp.org
951 [servconf.c]
952 - typo: ignore_user_known_hosts int->flag; naddy@mips.rhein-neckar.de
953 - sync with sshd_config
954 [ssh-keygen.c]
955 - enable ssh-keygen -l -f ~/.ssh/known_hosts, ok deraadt@
956 [ssh.1]
957 - Change invalid 'CHAT' loglevel to 'VERBOSE'
958 [ssh.c]
959 - suppress AAAA query host when '-4' is used; from shin@nd.net.fujitsu.co.jp
960 - turn off x11-fwd for the client, too.
961 [sshconnect.c]
962 - missing xfree()
963 - retry rresvport_af(), too. from sumikawa@ebina.hitachi.co.jp.
964 - read error vs. "Connection closed by remote host"
965 [sshd.8]
966 - ie. -> i.e.,
967 - do not link to a commercial page..
968 - sync with sshd_config
969 [sshd.c]
970 - no need for poll.h; from bright@wintelcom.net
971 - log with level log() not fatal() if peer behaves badly.
972 - don't panic if client behaves strange. ok deraadt@
973 - make no-port-forwarding for RSA keys deny both -L and -R style fwding
974 - delay close() of pty until the pty has been chowned back to root
975 - oops, fix comment, too.
976 - missing xfree()
977 - move XAUTHORITY to subdir. ok dugsong@. fixes debian bug #57907, too.
978 (http://cgi.debian.org/cgi-bin/bugreport.cgi?archive=no&bug=57907)
979 - register cleanup for pty earlier. move code for pty-owner handling to
980 pty.c ok provos@, dugsong@
981 - create x11 cookie file
982 - fix pr 1113, fclose() -> pclose(), todo: remote popen()
983 - version 1.2.3
c8d54615 984 - Cleaned up
d8223847 985 - Removed warning workaround for Linux and devpts filesystems (no longer
986 required after OpenBSD updates)
c8d54615 987
07055445 98820000308
989 - Configure fix from Hiroshi Takekawa <takekawa@sr3.t.u-tokyo.ac.jp>
990
99120000307
992 - Released 1.2.2p1
993
9c8c3fc6 99420000305
995 - Fix DEC compile fix
54096dcc 996 - Explicitly seed OpenSSL's PRNG before checking rsa_alive()
aa6bd60a 997 - Check for getpagesize in libucb.a if not found in libc. Fix for old
998 Solaris from Andre Lucas <andre.lucas@dial.pipex.com>
9fc7867e 999 - Check for libwrap if --with-tcp-wrappers option specified. Suggestion
1000 Mate Wierdl <mw@moni.msci.memphis.edu>
9c8c3fc6 1001
6bf4d066 100220000303
1003 - Added "make host-key" target, Suggestion from Dominik Brettnacher
1004 <domi@saargate.de>
16218745 1005 - Don't permanently fail on bind() if getaddrinfo has more choices left for
1006 us. Needed to work around messy IPv6 on Linux. Patch from Arkadiusz
1007 Miskiewicz <misiek@pld.org.pl>
22fa590f 1008 - DEC Unix compile fix from David Del Piero <David.DelPiero@qed.qld.gov.au>
1009 - Manpage fix from David Del Piero <David.DelPiero@qed.qld.gov.au>
6bf4d066 1010
a0391976 101120000302
1012 - Big cleanup of autoconf code
1013 - Rearranged to be a little more logical
1014 - Added -R option for Solaris
1015 - Rewrote OpenSSL detection code. Now uses AC_TRY_RUN with a test program
1016 to detect library and header location _and_ ensure library has proper
1017 RSA support built in (this is a problem with OpenSSL 0.9.5).
817175bc 1018 - Applied pty cleanup patch from markus.friedl@informatik.uni-erlangen.de
0a1718dc 1019 - Avoid warning message with Unix98 ptys
3276571c 1020 - Warning was valid - possible race condition on PTYs. Avoided using
1021 platform-specific code.
1022 - Document some common problems
81eef326 1023 - Allow root access to any key. Patch from
1024 markus.friedl@informatik.uni-erlangen.de
a0391976 1025
f55afe71 102620000207
1027 - Removed SOCKS code. Will support through a ProxyCommand.
1028
d07d1c58 102920000203
1030 - Fixed SEGVs in authloop, fix from vbzoli@hbrt.hu
d581b7ae 1031 - Add --with-ssl-dir option
d07d1c58 1032
9d5f374b 103320000202
1034 - Fix lastlog code for directory based lastlogs. Fix from Josh Durham
1035 <jmd@aoe.vt.edu>
6b1f3fdb 1036 - Documentation fixes from HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
1037 - Added URLs to Japanese translations of documents by HARUYAMA Seigo
1038 <haruyama@nt.phys.s.u-tokyo.ac.jp>
9d5f374b 1039
bc8c2601 104020000201
1041 - Use socket pairs by default (instead of pipes). Prevents race condition
1042 on several (buggy) OSs. Report and fix from tridge@linuxcare.com
1043
69c76614 104420000127
1045 - Seed OpenSSL's random number generator before generating RSA keypairs
1046 - Split random collector into seperate file
aaf2abd7 1047 - Compile fix from Andre Lucas <andre.lucas@dial.pipex.com>
69c76614 1048
f9507c24 104920000126
1050 - Released 1.2.2 stable
1051
1052 - NeXT keeps it lastlog in /usr/adm. Report from
1053 mouring@newton.pconline.com
587120ad 1054 - Added note in UPGRADING re interop with commercial SSH using idea.
1055 Report from Jim Knoble <jmknoble@pobox.com>
1056 - Fix linking order for Kerberos/AFS. Fix from Holget Trapp
1057 <Holger.Trapp@Informatik.TU-Chemnitz.DE>
f9507c24 1058
bfae20ad 105920000125
1060 - Fix NULL pointer dereference in login.c. Fix from Andre Lucas
1061 <andre.lucas@dial.pipex.com>
07b0cb78 1062 - Reorder PAM initialisation so it does not mess up lastlog. Reported
1063 by Andre Lucas <andre.lucas@dial.pipex.com>
9755cbdb 1064 - Use preformatted manpages on SCO, report from Gary E. Miller
1065 <gem@rellim.com>
1066 - New URL for x11-ssh-askpass.
7e31dc81 1067 - Fixpaths was missing /etc/ssh_known_hosts. Report from Jim Knoble
1068 <jmknoble@pobox.com>
ff8ecdb8 1069 - Added 'DESTDIR' option to Makefile to ease package building. Patch from
1070 Jim Knoble <jmknoble@pobox.com>
1071 - Updated RPM spec files to use DESTDIR
bfae20ad 1072
bb58aa4b 107320000124
1074 - Pick up version 1.2.2 from OpenBSD CVS (no changes, just version number
1075 increment)
1076
d45317d8 107720000123
1078 - OpenBSD CVS:
1079 - [packet.c]
1080 getsockname() requires initialized tolen; andy@guildsoftware.com
4c40f834 1081 - AIX patch from Matt Richards <v2matt@btv.ibm.com> and David Rankin
1082 <drankin@bohemians.lexington.ky.us>
12aa90af 1083 - Fix lastlog support, patch from Andre Lucas <andre.lucas@dial.pipex.com>
d45317d8 1084
e844f761 108520000122
1086 - Fix compilation of bsd-snprintf.c on Solaris, fix from Ben Taylor
1087 <bent@clark.net>
c54a6257 1088 - Merge preformatted manpage patch from Andre Lucas
1089 <andre.lucas@dial.pipex.com>
8eb34e02 1090 - Make IPv4 use the default in RPM packages
1091 - Irix uses preformatted manpages
1e64903d 1092 - Missing htons() in bsd-bindresvport.c, fix from Holger Trapp
1093 <Holger.Trapp@Informatik.TU-Chemnitz.DE>
9bc5ddfe 1094 - OpenBSD CVS updates:
1095 - [packet.c]
1096 use getpeername() in packet_connection_is_on_socket(), fixes sshd -i;
1097 from Holger.Trapp@Informatik.TU-Chemnitz.DE
1098 - [sshd.c]
1099 log with level log() not fatal() if peer behaves badly.
1100 - [readpass.c]
1101 instead of blocking SIGINT, catch it ourselves, so that we can clean
1102 the tty modes up and kill ourselves -- instead of our process group
1103 leader (scp, cvs, ...) going away and leaving us in noecho mode.
1104 people with cbreak shells never even noticed..
399d9d44 1105 - [ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
1106 ie. -> i.e.,
e844f761 1107
4c8ef3fb 110820000120
1109 - Don't use getaddrinfo on AIX
7b2ea3a1 1110 - Update to latest OpenBSD CVS:
1111 - [auth-rsa.c]
1112 - fix user/1056, sshd keeps restrictions; dbt@meat.net
1113 - [sshconnect.c]
1114 - disable agent fwding for proto 1.3, remove abuse of auth-rsa flags.
1115 - destroy keys earlier
d468fc76 1116 - split key exchange (kex) and user authentication (user-auth),
1117 ok: provos@
7b2ea3a1 1118 - [sshd.c]
1119 - no need for poll.h; from bright@wintelcom.net
1120 - disable agent fwding for proto 1.3, remove abuse of auth-rsa flags.
d468fc76 1121 - split key exchange (kex) and user authentication (user-auth),
1122 ok: provos@
f3bba493 1123 - Big manpage and config file cleanup from Andre Lucas
1124 <andre.lucas@dial.pipex.com>
5f4fdfae 1125 - Re-added latest (unmodified) OpenBSD manpages
47f9a56a 1126 - Doc updates
d468fc76 1127 - NetBSD patch from David Rankin <drankin@bohemians.lexington.ky.us> and
1128 Christos Zoulas <christos@netbsd.org>
4c8ef3fb 1129
082bbfb3 113020000119
20af321f 1131 - SCO compile fixes from Gary E. Miller <gem@rellim.com>
082bbfb3 1132 - Compile fix from Darren_Hall@progressive.com
59e76f33 1133 - Linux/glibc-2.1.2 takes a *long* time to look up names for AF_UNSPEC
1134 addresses using getaddrinfo(). Added a configure switch to make the
1135 default lookup mode AF_INET
082bbfb3 1136
a63a7f37 113720000118
1138 - Fixed --with-pid-dir option
51a6baf8 1139 - Makefile fix from Gary E. Miller <gem@rellim.com>
976f7e19 1140 - Compile fix for HPUX and Solaris from Andre Lucas
1141 <andre.lucas@dial.pipex.com>
a63a7f37 1142
f914c7fb 114320000117
1144 - Clean up bsd-bindresvport.c. Use arc4random() for picking initial
1145 port, ignore EINVAL errors (Linux) when searching for free port.
de93b046 1146 - Revert __snprintf -> snprintf aliasing. Apparently Solaris
1147 __snprintf isn't. Report from Theo de Raadt <theo@cvs.openbsd.org>
9b363e1c 1148 - Document location of Redhat PAM file in INSTALL.
80a44451 1149 - Fixed X11 forwarding bug on Linux. libc advertises AF_INET6
1150 INADDR_ANY_INIT addresses via getaddrinfo, but may not be able to
f4a7cf29 1151 deliver (no IPv6 kernel support)
80a44451 1152 - Released 1.2.1pre27
f914c7fb 1153
f4a7cf29 1154 - Fix rresvport_af failure errors (logic error in bsd-bindresvport.c)
cf8ad170 1155 - Fix --with-ipaddr-display option test. Fix from Jarno Huuskonen
1156 <jhuuskon@hytti.uku.fi>
691a8a9f 1157 - Fix hang on logout if processes are still using the pty. Needs
1158 further testing.
5957fd29 1159 - Patch from Christos Zoulas <christos@zoulas.com>
1160 - Try $prefix first when looking for OpenSSL.
1161 - Include sys/types.h when including sys/socket.h in test programs
19d9ac2a 1162 - Substitute PID directory in sshd.8. Suggestion from Andrew
1163 Stribblehill <a.d.stribblehill@durham.ac.uk>
f4a7cf29 1164
47e45e44 116520000116
1166 - Renamed --with-xauth-path to --with-xauth
1167 - Added --with-pid-dir option
1168 - Released 1.2.1pre26
1169
a82ef8ae 1170 - Compilation fix from Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
66be05a1 1171 - Fixed broken bugfix for /dev/ptmx on Linux systems which lack
1172 openpty(). Report from Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
a82ef8ae 1173
5cdfe03f 117420000115
1175 - Add --with-xauth-path configure directive and explicit test for
1176 /usr/openwin/bin/xauth for Solaris systems. Report from Anders
1177 Nordby <anders@fix.no>
1178 - Fix incorrect detection of /dev/ptmx on Linux systems that lack
1179 openpty. Report from John Seifarth <john@waw.be>
1180 - Look for intXX_t and u_intXX_t in sys/bitypes.h if they are not in
1181 sys/types.h. Fixes problems on SCO, report from Gary E. Miller
1182 <gem@rellim.com>
1183 - Use __snprintf and __vnsprintf if they are found where snprintf and
1184 vnsprintf are lacking. Suggested by Ben Taylor <bent@shell.clark.net>
1185 and others.
1186
48e671d5 118720000114
1188 - Merged OpenBSD IPv6 patch:
1189 - [sshd.c sshd.8 sshconnect.c ssh.h ssh.c servconf.h servconf.c scp.1]
1190 [scp.c packet.h packet.c login.c log.c canohost.c channels.c]
1191 [hostfile.c sshd_config]
1192 ipv6 support: mostly gethostbyname->getaddrinfo/getnameinfo, new
1193 features: sshd allows multiple ListenAddress and Port options. note
1194 that libwrap is not IPv6-ready. (based on patches from
1195 fujiwara@rcac.tdi.co.jp)
1196 - [ssh.c canohost.c]
1197 more hints (hints.ai_socktype=SOCK_STREAM) for getaddrinfo,
1198 from itojun@
1199 - [channels.c]
1200 listen on _all_ interfaces for X11-Fwd (hints.ai_flags = AI_PASSIVE)
1201 - [packet.h]
1202 allow auth-kerberos for IPv4 only
1203 - [scp.1 sshd.8 servconf.h scp.c]
1204 document -4, -6, and 'ssh -L 2022/::1/22'
1205 - [ssh.c]
1206 'ssh @host' is illegal (null user name), from
1207 karsten@gedankenpolizei.de
1208 - [sshconnect.c]
1209 better error message
1210 - [sshd.c]
1211 allow auth-kerberos for IPv4 only
1212 - Big IPv6 merge:
1213 - Cleanup overrun in sockaddr copying on RHL 6.1
1214 - Replacements for getaddrinfo, getnameinfo, etc based on versions
1215 from patch from KIKUCHI Takahiro <kick@kyoto.wide.ad.jp>
1216 - Replacement for missing structures on systems that lack IPv6
1217 - record_login needed to know about AF_INET6 addresses
1218 - Borrowed more code from OpenBSD: rresvport_af and requisites
1219
2598df62 122020000110
1221 - Fixes to auth-skey to enable it to use the standard OpenSSL libraries
1222
b8a0310d 122320000107
1224 - New config.sub and config.guess to fix problems on SCO. Supplied
1225 by Gary E. Miller <gem@rellim.com>
b6a98a85 1226 - SCO build fix from Gary E. Miller <gem@rellim.com>
2598df62 1227 - Released 1.2.1pre25
b8a0310d 1228
dfb95100 122920000106
1230 - Documentation update & cleanup
1231 - Better KrbIV / AFS detection, based on patch from:
1232 Holger Trapp <Holger.Trapp@Informatik.TU-Chemnitz.DE>
1233
b9795b89 123420000105
1235 - Fixed annoying DES corruption problem. libcrypt has been
1236 overriding symbols in libcrypto. Removed libcrypt and crypt.h
1237 altogether (libcrypto includes its own crypt(1) replacement)
1238 - Added platform-specific rules for Irix 6.x. Included warning that
1239 they are untested.
1240
a1ec4d79 124120000103
1242 - Add explicit make rules for files proccessed by fixpaths.
1243 - Fix "make install" in RPM spec files. Report from Tenkou N. Hattori
1244 <tnh@kondara.org>
607d73e6 1245 - Removed "nullok" directive from default PAM configuration files.
1246 Added information on enabling EmptyPasswords on openssh+PAM in
1247 UPGRADING file.
e02735bb 1248 - OpenBSD CVS updates
1249 - [ssh-agent.c]
1250 cleanup_exit() for SIGTERM/SIGHUP, too. from fgsch@ and
1251 dgaudet@arctic.org
1252 - [sshconnect.c]
1253 compare correct version for 1.3 compat mode
a1ec4d79 1254
93c7f644 125520000102
1256 - Prevent multiple inclusion of config.h and defines.h. Suggested
1257 by Andre Lucas <andre.lucas@dial.pipex.com>
1258 - Properly clean up on exit of ssh-agent. Patch from Dean Gaudet
1259 <dgaudet@arctic.org>
1260
76b8607f 126119991231
1262 - Fix password support on systems with a mixture of shadowed and
1263 non-shadowed passwords (e.g. NIS). Report and fix from
1264 HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
723221b5 1265 - Fix broken autoconf typedef detection. Report from Marc G.
1266 Fournier <marc.fournier@acadiau.ca>
b92964b7 1267 - Fix occasional crash on LinuxPPC. Patch from Franz Sirl
1268 <Franz.Sirl-kernel@lauterbach.com>
a6ddc88b 1269 - Prevent typedefs from being compiled more than once. Report from
1270 Marc G. Fournier <marc.fournier@acadiau.ca>
4811cc0b 1271 - Fill in ut_utaddr utmp field. Report from Benjamin Charron
1272 <iretd@bigfoot.com>
c43d69a9 1273 - Really fix broken default path. Fix from Jim Knoble
1274 <jmknoble@pobox.com>
ae3a3d31 1275 - Remove test for quad_t. No longer needed.
76a8e733 1276 - Released 1.2.1pre24
1277
1278 - Added support for directory-based lastlogs
1279 - Really fix typedefs, patch from Ben Taylor <bent@clark.net>
76b8607f 1280
13f825f4 128119991230
1282 - OpenBSD CVS updates:
1283 - [auth-passwd.c]
1284 check for NULL 1st
a5c9cd31 1285 - Removed most of the pam code into its own file auth-pam.[ch]. This
1286 cleaned up sshd.c up significantly.
76b8607f 1287 - PAM authentication was incorrectly interpreting
1288 "PermitRootLogin without-password". Report from Matthias Andree
1289 <ma@dt.e-technik.uni-dortmund.de
a5c9cd31 1290 - Several other cleanups
0bc5b6fb 1291 - Merged Dante SOCKS support patch from David Rankin
1292 <drankin@bohemians.lexington.ky.us>
1293 - Updated documentation with ./configure options
76b8607f 1294 - Released 1.2.1pre23
13f825f4 1295
c73a0cb5 129619991229
1297 - Applied another NetBSD portability patch from David Rankin
1298 <drankin@bohemians.lexington.ky.us>
1299 - Fix --with-default-path option.
a0f84251 1300 - Autodetect perl, patch from David Rankin
1301 <drankin@bohemians.lexington.ky.us>
0a2ff95d 1302 - Print whether OpenSSH was compiled with RSARef, patch from
1303 Nalin Dahyabhai <nalin@thermo.stat.ncsu.edu>
f91bacbd 1304 - Calls to pam_setcred, patch from Nalin Dahyabhai
1305 <nalin@thermo.stat.ncsu.edu>
e3a93db0 1306 - Detect missing size_t and typedef it.
5ab44a92 1307 - Rename helper.[ch] to (more appropriate) bsd-misc.[ch]
1308 - Minor Makefile cleaning
c73a0cb5 1309
b6019d68 131019991228
1311 - Replacement for getpagesize() for systems which lack it
70e0115b 1312 - NetBSD login.c compile fix from David Rankin
1313 <drankin@bohemians.lexington.ky.us>
1314 - Fully set ut_tv if present in utmp or utmpx
d94aa2ae 1315 - Portability fixes for Irix 5.3 (now compiles OK!)
1316 - autoconf and other misc cleanups
ea1970a3 1317 - Merged AIX patch from Darren Hall <dhall@virage.org>
1318 - Cleaned up defines.h
fa9a2dd6 1319 - Released 1.2.1pre22
b6019d68 1320
d2dcff5f 132119991227
1322 - Automatically correct paths in manpages and configuration files. Patch
1323 and script from Andre Lucas <andre.lucas@dial.pipex.com>
1324 - Removed credits from README to CREDITS file, updated.
cb807f40 1325 - Added --with-default-path to specify custom path for server
1326 - Removed #ifdef trickery from acconfig.h into defines.h
36a5b38e 1327 - PAM bugfix. PermitEmptyPassword was being ignored.
1328 - Fixed PAM config files to allow empty passwords if server does.
1329 - Explained spurious PAM auth warning workaround in UPGRADING
21feb5fa 1330 - Use last few chars of tty line as ut_id
5a7794be 1331 - New SuSE RPM spec file from Chris Saia <csaia@wtower.com>
00e6dd70 1332 - OpenBSD CVS updates:
1333 - [packet.h auth-rhosts.c]
1334 check format string for packet_disconnect and packet_send_debug, too
1335 - [channels.c]
1336 use packet_get_maxsize for channels. consistence.
d2dcff5f 1337
f74efc8d 133819991226
1339 - Enabled utmpx support by default for Solaris
1340 - Cleanup sshd.c PAM a little more
bc7ea646 1341 - Revised RPM package to include Jim Knoble's <jmknoble@pobox.com>
1342 X11 ssh-askpass program.
20c43d8c 1343 - Disable logging of PAM success and failures, PAM is verbose enough.
1344 Unfortunatly there is currently no way to disable auth failure
1345 messages. Mention this in UPGRADING file and sent message to PAM
1346 developers
83b7f649 1347 - OpenBSD CVS update:
1348 - [ssh-keygen.1 ssh.1]
1349 remove ref to .ssh/random_seed, mention .ssh/environment in
1350 .Sh FILES, too
72251cb6 1351 - Released 1.2.1pre21
1352 - Fixed implicit '.' in default path, report from Jim Knoble
1353 <jmknoble@pobox.com>
30a39691 1354 - Redhat RPM spec fixes from Jim Knoble <jmknoble@pobox.com>
f74efc8d 1355
f498ed15 135619991225
1357 - More fixes from Andre Lucas <andre.lucas@dial.pipex.com>
1358 - Cleanup of auth-passwd.c for shadow and MD5 passwords
1359 - Cleanup and bugfix of PAM authentication code
f74efc8d 1360 - Released 1.2.1pre20
1361
1362 - Merged fixes from Ben Taylor <bent@clark.net>
1363 - Fixed configure support for PAM. Reported by Naz <96na@eng.cam.ac.uk>
1364 - Disabled logging of PAM password authentication failures when password
1365 is empty. (e.g start of authentication loop). Reported by Naz
1366 <96na@eng.cam.ac.uk>)
f498ed15 1367
136819991223
1369 - Merged later HPUX patch from Andre Lucas
1370 <andre.lucas@dial.pipex.com>
1371 - Above patch included better utmpx support from Ben Taylor
f74efc8d 1372 <bent@clark.net>
f498ed15 1373
eef6f7e9 137419991222
1375 - Fix undefined fd_set type in ssh.h from Povl H. Pedersen
1376 <pope@netguide.dk>
ae28776a 1377 - Fix login.c breakage on systems which lack ut_host in struct
1378 utmp. Reported by Willard Dawson <willard.dawson@sbs.siemens.com>
eef6f7e9 1379
a7effaac 138019991221
1381 - Integration of large HPUX patch from Andre Lucas
1382 <andre.lucas@dial.pipex.com>. Integrating it had a few other
1383 benefits:
1384 - Ability to disable shadow passwords at configure time
1385 - Ability to disable lastlog support at configure time
1386 - Support for IP address in $DISPLAY
ae2f7af7 1387 - OpenBSD CVS update:
1388 - [sshconnect.c]
1389 say "REMOTE HOST IDENTIFICATION HAS CHANGED"
59dd7a31 1390 - Fix DISABLE_SHADOW support
1391 - Allow MD5 passwords even if shadow passwords are disabled
16034de9 1392 - Release 1.2.1pre19
a7effaac 1393
3f1d9bcd 139419991218
1395 - Redhat init script patch from Chun-Chung Chen
1396 <cjj@u.washington.edu>
7e1c2490 1397 - Avoid breakage on systems without IPv6 headers
3f1d9bcd 1398
60d804c8 139919991216
1400 - Makefile changes for Solaris from Peter Kocks
1401 <peter.kocks@baygate.com>
89cafde6 1402 - Minor updates to docs
1403 - Merged OpenBSD CVS changes:
1404 - [authfd.c ssh-agent.c]
1405 keysize warnings talk about identity files
1406 - [packet.c]
1407 "Connection closed by x.x.x.x": fatal() -> log()
c9d323f0 1408 - Correctly handle empty passwords in shadow file. Patch from:
1409 "Chris, the Young One" <cky@pobox.com>
1410 - Released 1.2.1pre18
60d804c8 1411
7dc6fc6d 141219991215
1413 - Integrated patchs from Juergen Keil <jk@tools.de>
1414 - Avoid void* pointer arithmatic
1415 - Use LDFLAGS correctly
68227e6d 1416 - Fix SIGIO error in scp
1417 - Simplify status line printing in scp
906a2515 1418 - Added better test for inline functions compiler support from
1419 Darren_Hall@progressive.com
7dc6fc6d 1420
95f1eccc 142119991214
1422 - OpenBSD CVS Changes
1423 - [canohost.c]
1424 fix get_remote_port() and friends for sshd -i;
1425 Holger.Trapp@Informatik.TU-Chemnitz.DE
1426 - [mpaux.c]
1427 make code simpler. no need for memcpy. niels@ ok
1428 - [pty.c]
1429 namebuflen not sizeof namebuflen; bnd@ep-ag.com via djm@mindrot.org
1430 fix proto; markus
1431 - [ssh.1]
1432 typo; mark.baushke@solipsa.com
1433 - [channels.c ssh.c ssh.h sshd.c]
1434 type conflict for 'extern Type *options' in channels.c; dot@dotat.at
1435 - [sshconnect.c]
1436 move checking of hostkey into own function.
1437 - [version.h]
1438 OpenSSH-1.2.1
884bcb37 1439 - Clean up broken includes in pty.c
7303768f 1440 - Some older systems don't have poll.h, they use sys/poll.h instead
1441 - Doc updates
95f1eccc 1442
847e8865 144319991211
1444 - Fix compilation on systems with AFS. Reported by
1445 aloomis@glue.umd.edu
1446 - Fix installation on Solaris. Reported by
1447 Gordon Rowell <gordonr@gormand.com.au>
1448 - Fix gccisms (__attribute__ and inline). Report by edgy@us.ibm.com,
1449 patch from Markus Friedl <markus.friedl@informatik.uni-erlangen.de>
1450 - Auto-locate xauth. Patch from David Agraz <dagraz@jahoopa.com>
1451 - Compile fix from David Agraz <dagraz@jahoopa.com>
1452 - Avoid compiler warning in bsd-snprintf.c
1453 - Added pam_limits.so to default PAM config. Suggested by
1454 Jim Knoble <jmknoble@pobox.com>
1455
8946db53 145619991209
1457 - Import of patch from Ben Taylor <bent@clark.net>:
1458 - Improved PAM support
1459 - "uninstall" rule for Makefile
1460 - utmpx support
1461 - Should fix PAM problems on Solaris
2d86a6cc 1462 - OpenBSD CVS updates:
1463 - [readpass.c]
1464 avoid stdio; based on work by markus, millert, and I
1465 - [sshd.c]
1466 make sure the client selects a supported cipher
1467 - [sshd.c]
1468 fix sighup handling. accept would just restart and daemon handled
1469 sighup only after the next connection was accepted. use poll on
1470 listen sock now.
1471 - [sshd.c]
1472 make that a fatal
87e91331 1473 - Applied patch from David Rankin <drankin@bohemians.lexington.ky.us>
1474 to fix libwrap support on NetBSD
5001b9e4 1475 - Released 1.2pre17
8946db53 1476
6d8c4ea4 147719991208
1478 - Compile fix for Solaris with /dev/ptmx from
1479 David Agraz <dagraz@jahoopa.com>
1480
4285816a 148119991207
1482 - sshd Redhat init script patch from Jim Knoble <jmknoble@pobox.com>
1483 fixes compatability with 4.x and 5.x
db28aeb5 1484 - Fixed default SSH_ASKPASS
d465f2ca 1485 - Fix PAM account and session being called multiple times. Problem
1486 reported by Adrian Baugh <adrian@merlin.keble.ox.ac.uk>
a408af76 1487 - Merged more OpenBSD changes:
1488 - [atomicio.c authfd.c scp.c serverloop.c ssh.h sshconnect.c sshd.c]
1489 move atomicio into it's own file. wrap all socket write()s which
1490 were doing write(sock, buf, len) != len, with atomicio() calls.
1491 - [auth-skey.c]
1492 fd leak
1493 - [authfile.c]
1494 properly name fd variable
1495 - [channels.c]
1496 display great hatred towards strcpy
1497 - [pty.c pty.h sshd.c]
1498 use openpty() if it exists (it does on BSD4_4)
1499 - [tildexpand.c]
1500 check for ~ expansion past MAXPATHLEN
1501 - Modified helper.c to use new atomicio function.
1502 - Reformat Makefile a little
1503 - Moved RC4 routines from rc4.[ch] into helper.c
1504 - Added autoconf code to detect /dev/ptmx (Solaris) and /dev/ptc (AIX)
9983a8ca 1505 - Updated SuSE spec from Chris Saia <csaia@wtower.com>
1506 - Tweaked Redhat spec
9158d92f 1507 - Clean up bad imports of a few files (forgot -kb)
1508 - Released 1.2pre16
4285816a 1509
9c7b6dfd 151019991204
1511 - Small cleanup of PAM code in sshd.c
57112b5a 1512 - Merged OpenBSD CVS changes:
1513 - [auth-krb4.c auth-passwd.c auth-skey.c ssh.h]
1514 move skey-auth from auth-passwd.c to auth-skey.c, same for krb4
1515 - [auth-rsa.c]
1516 warn only about mismatch if key is _used_
1517 warn about keysize-mismatch with log() not error()
1518 channels.c readconf.c readconf.h ssh.c ssh.h sshconnect.c
1519 ports are u_short
1520 - [hostfile.c]
1521 indent, shorter warning
1522 - [nchan.c]
1523 use error() for internal errors
1524 - [packet.c]
1525 set loglevel for SSH_MSG_DISCONNECT to log(), not fatal()
1526 serverloop.c
1527 indent
1528 - [ssh-add.1 ssh-add.c ssh.h]
1529 document $SSH_ASKPASS, reasonable default
1530 - [ssh.1]
1531 CheckHostIP is not available for connects via proxy command
1532 - [sshconnect.c]
1533 typo
1534 easier to read client code for passwd and skey auth
1535 turn of checkhostip for proxy connects, since we don't know the remote ip
9c7b6dfd 1536
dad3b556 153719991126
1538 - Add definition for __P()
1539 - Added [v]snprintf() replacement for systems that lack it
1540
0ce43ae4 154119991125
1542 - More reformatting merged from OpenBSD CVS
1543 - Merged OpenBSD CVS changes:
1544 - [channels.c]
1545 fix packet_integrity_check() for !have_hostname_in_open.
1546 report from mrwizard@psu.edu via djm@ibs.com.au
1547 - [channels.c]
1548 set SO_REUSEADDR and SO_LINGER for forwarded ports.
1549 chip@valinux.com via damien@ibs.com.au
1550 - [nchan.c]
1551 it's not an error() if shutdown_write failes in nchan.
1552 - [readconf.c]
1553 remove dead #ifdef-0-code
1554 - [readconf.c servconf.c]
1555 strcasecmp instead of tolower
1556 - [scp.c]
1557 progress meter overflow fix from damien@ibs.com.au
1558 - [ssh-add.1 ssh-add.c]
1559 SSH_ASKPASS support
1560 - [ssh.1 ssh.c]
1561 postpone fork_after_authentication until command execution,
1562 request/patch from jahakala@cc.jyu.fi via damien@ibs.com.au
1563 plus: use daemon() for backgrounding
cf8dd513 1564 - Added BSD compatible install program and autoconf test, thanks to
1565 Niels Kristian Bech Jensen <nkbj@image.dk>
1566 - Solaris fixing, thanks to Ben Taylor <bent@clark.net>
09041313 1567 - Merged beginnings of AIX support from Tor-Ake Fransson <torake@hotmail.com>
3dbefdb8 1568 - Release 1.2pre15
0ce43ae4 1569
5260325f 157019991124
1571 - Merged very large OpenBSD source code reformat
1572 - OpenBSD CVS updates
1573 - [channels.c cipher.c compat.c log-client.c scp.c serverloop.c]
1574 [ssh.h sshd.8 sshd.c]
1575 syslog changes:
1576 * Unified Logmessage for all auth-types, for success and for failed
1577 * Standard connections get only ONE line in the LOG when level==LOG:
1578 Auth-attempts are logged only, if authentication is:
1579 a) successfull or
1580 b) with passwd or
1581 c) we had more than AUTH_FAIL_LOG failues
1582 * many log() became verbose()
1583 * old behaviour with level=VERBOSE
1584 - [readconf.c readconf.h ssh.1 ssh.h sshconnect.c sshd.c]
1585 tranfer s/key challenge/response data in SSH_SMSG_AUTH_TIS_CHALLENGE
1586 messages. allows use of s/key in windows (ttssh, securecrt) and
1587 ssh-1.2.27 clients without 'ssh -v', ok: niels@
1588 - [sshd.8]
1589 -V, for fallback to openssh in SSH2 compatibility mode
1590 - [sshd.c]
1591 fix sigchld race; cjc5@po.cwru.edu
1592
4655fe80 159319991123
1594 - Added SuSE package files from Chris Saia <csaia@wtower.com>
8b241e50 1595 - Restructured package-related files under packages/*
4655fe80 1596 - Added generic PAM config
8b241e50 1597 - Numerous little Solaris fixes
9c08d6ce 1598 - Add recommendation to use GNU make to INSTALL document
4655fe80 1599
60bed5fd 160019991122
1601 - Make <enter> close gnome-ssh-askpass (Debian bug #50299)
2f2cc3f9 1602 - OpenBSD CVS Changes
1603 - [ssh-keygen.c]
1604 don't create ~/.ssh only if the user wants to store the private
1605 key there. show fingerprint instead of public-key after
1606 keygeneration. ok niels@
b09a984b 1607 - Added OpenBSD bsd-strlcat.c, created bsd-strlcat.h
96ad4350 1608 - Added timersub() macro
b09a984b 1609 - Tidy RCSIDs of bsd-*.c
96ad4350 1610 - Added autoconf test and macro to deal with old PAM libraries
1611 pam_strerror definition (one arg vs two).
530f1889 1612 - Fix EGD problems (Thanks to Ben Taylor <bent@clark.net>)
1613 - Retry /dev/urandom reads interrupted by signal (report from
1614 Robert Hardy <rhardy@webcon.net>)
1647c2b5 1615 - Added a setenv replacement for systems which lack it
d84a9a44 1616 - Only display public key comment when presenting ssh-askpass dialog
1617 - Released 1.2pre14
60bed5fd 1618
2ddcfdf3 1619 - Configure, Make and changelog corrections from Tudor Bosman
1620 <tudorb@jm.nu> and Niels Kristian Bech Jensen <nkbj@image.dk>
1621
9d6b7add 162219991121
2f2cc3f9 1623 - OpenBSD CVS Changes:
60bed5fd 1624 - [channels.c]
1625 make this compile, bad markus
1626 - [log.c readconf.c servconf.c ssh.h]
1627 bugfix: loglevels are per host in clientconfig,
1628 factor out common log-level parsing code.
1629 - [servconf.c]
1630 remove unused index (-Wall)
1631 - [ssh-agent.c]
1632 only one 'extern char *__progname'
1633 - [sshd.8]
1634 document SIGHUP, -Q to synopsis
1635 - [sshconnect.c serverloop.c sshd.c packet.c packet.h]
1636 [channels.c clientloop.c]
1637 SSH_CMSG_MAX_PACKET_SIZE, some clients use this, some need this, niels@
1638 [hope this time my ISP stays alive during commit]
1639 - [OVERVIEW README] typos; green@freebsd
1640 - [ssh-keygen.c]
1641 replace xstrdup+strcat with strlcat+fixed buffer, fixes OF (bad me)
1642 exit if writing the key fails (no infinit loop)
1643 print usage() everytime we get bad options
1644 - [ssh-keygen.c] overflow, djm@mindrot.org
1645 - [sshd.c] fix sigchld race; cjc5@po.cwru.edu
1646
2b942fe0 164719991120
1648 - Merged more Solaris support from Marc G. Fournier
1649 <marc.fournier@acadiau.ca>
1650 - Wrote autoconf tests for integer bit-types
1651 - Fixed enabling kerberos support
13c36c4c 1652 - Fix segfault in ssh-keygen caused by buffer overrun in filename
1653 handling.
2b942fe0 1654
06479889 165519991119
1656 - Merged PAM buffer overrun patch from Chip Salzenberg <chip@valinux.com>
2ad77510 1657 - Merged OpenBSD CVS changes
1658 - [auth-rhosts.c auth-rsa.c ssh-agent.c sshconnect.c sshd.c]
1659 more %d vs. %s in fmt-strings
1660 - [authfd.c]
1661 Integers should not be printed with %s
7b1cc56c 1662 - EGD uses a socket, not a named pipe. Duh.
1663 - Fix includes in fingerprint.c
29dbde15 1664 - Fix scp progress bar bug again.
2ddcfdf3 1665 - Move ssh-askpass from ${libdir}/ssh to ${libexecdir}/ssh at request of
736890c4 1666 David Rankin <drankin@bohemians.lexington.ky.us>
91b8065d 1667 - Added autoconf option to enable Kerberos 4 support (untested)
1668 - Added autoconf option to enable AFS support (untested)
1669 - Added autoconf option to enable S/Key support (untested)
1670 - Added autoconf option to enable TCP wrappers support (compiles OK)
beb43d31 1671 - Renamed BSD helper function files to bsd-*
caf3bc51 1672 - Added tests for login and daemon and enable OpenBSD replacements for
1673 when they are absent.
1674 - Added non-PAM MD5 password support patch from Tudor Bosman <tudorb@jm.nu>
06479889 1675
2bd61362 167619991118
1677 - Merged OpenBSD CVS changes
1678 - [scp.c] foregroundproc() in scp
1679 - [sshconnect.h] include fingerprint.h
1680 - [sshd.c] bugfix: the log() for passwd-auth escaped during logging
1681 changes.
0c16a097 1682 - [ssh.1] Spell my name right.
2bd61362 1683 - Added openssh.com info to README
1684
f095fcc7 168519991117
1686 - Merged OpenBSD CVS changes
1687 - [ChangeLog.Ylonen] noone needs this anymore
1688 - [authfd.c] close-on-exec for auth-socket, ok deraadt
1689 - [hostfile.c]
1690 in known_hosts key lookup the entry for the bits does not need
1691 to match, all the information is contained in n and e. This
1692 solves the problem with buggy servers announcing the wrong
1693 modulus length. markus and me.
1694 - [serverloop.c]
1695 bugfix: check for space if child has terminated, from:
1696 iedowse@maths.tcd.ie
1697 - [ssh-add.1 ssh-add.c ssh-keygen.1 ssh-keygen.c sshconnect.c]
1698 [fingerprint.c fingerprint.h]
1699 rsa key fingerprints, idea from Bjoern Groenvall <bg@sics.se>
1700 - [ssh-agent.1] typo
1701 - [ssh.1] add OpenSSH information to AUTHOR section. okay markus@
1702 - [sshd.c]
1703 force logging to stderr while loading private key file
1704 (lost while converting to new log-levels)
1705
4d195447 170619991116
1707 - Fix some Linux libc5 problems reported by Miles Wilson <mw@mctitle.com>
1708 - Merged OpenBSD CVS changes:
1709 - [auth-rh-rsa.c auth-rsa.c authfd.c authfd.h hostfile.c mpaux.c]
1710 [mpaux.h ssh-add.c ssh-agent.c ssh.h ssh.c sshd.c]
1711 the keysize of rsa-parameter 'n' is passed implizit,
1712 a few more checks and warnings about 'pretended' keysizes.
1713 - [cipher.c cipher.h packet.c packet.h sshd.c]
1714 remove support for cipher RC4
1715 - [ssh.c]
1716 a note for legay systems about secuity issues with permanently_set_uid(),
1717 the private hostkey and ptrace()
1718 - [sshconnect.c]
1719 more detailed messages about adding and checking hostkeys
1720
dad9a31e 172119991115
1722 - Merged OpenBSD CVS changes:
1723 - [ssh-add.c] change passphrase loop logic and remove ref to
1724 $DISPLAY, ok niels
1725 - Changed to ssh-add.c broke askpass support. Revised it to be a little more
1726 modular.
1727 - Revised autoconf support for enabling/disabling askpass support.
e7c0f9d5 1728 - Merged more OpenBSD CVS changes:
704b1659 1729 [auth-krb4.c]
1730 - disconnect if getpeername() fails
1731 - missing xfree(*client)
1732 [canohost.c]
1733 - disconnect if getpeername() fails
1734 - fix comment: we _do_ disconnect if ip-options are set
1735 [sshd.c]
1736 - disconnect if getpeername() fails
1737 - move checking of remote port to central place
1738 [auth-rhosts.c] move checking of remote port to central place
1739 [log-server.c] avoid extra fd per sshd, from millert@
1740 [readconf.c] print _all_ bad config-options in ssh(1), too
1741 [readconf.h] print _all_ bad config-options in ssh(1), too
1742 [ssh.c] print _all_ bad config-options in ssh(1), too
1743 [sshconnect.c] disconnect if getpeername() fails
e7c0f9d5 1744 - OpenBSD's changes to sshd.c broke the PAM stuff, re-merged it.
c75a1a66 1745 - Various small cleanups to bring diff (against OpenBSD) size down.
f601d847 1746 - Merged more Solaris compability from Marc G. Fournier
1747 <marc.fournier@acadiau.ca>
1748 - Wrote autoconf tests for __progname symbol
8c119fd0 1749 - RPM spec file fixes from Jim Knoble <jmknoble@pobox.com>
0c372277 1750 - Released 1.2pre12
1751
1752 - Another OpenBSD CVS update:
1753 - [ssh-keygen.1] fix .Xr
dad9a31e 1754
92da7197 175519991114
1756 - Solaris compilation fixes (still imcomplete)
1757
94f7bb9e 175819991113
dd092f97 1759 - Build patch from Niels Kristian Bech Jensen <nkbj@image.dk>
1760 - Don't install config files if they already exist
1761 - Fix inclusion of additional preprocessor directives from acconfig.h
94f7bb9e 1762 - Removed redundant inclusions of config.h
e9c75a39 1763 - Added 'Obsoletes' lines to RPM spec file
94f7bb9e 1764 - Merged OpenBSD CVS changes:
1765 - [bufaux.c] save a view malloc/memcpy/memset/free's, ok niels
1766 - [scp.c] fix overflow reported by damien@ibs.com.au: off_t
1767 totalsize, ok niels,aaron
1768 - Delay fork (-f option) in ssh until after port forwarded connections
1769 have been initialised. Patch from Jani Hakala <jahakala@cc.jyu.fi>
b2344d54 1770 - Added shadow password patch from Thomas Neumann <tom@smart.ruhr.de>
1771 - Added ifdefs to auth-passwd.c to exclude it when PAM is enabled
dd092f97 1772 - Tidied default config file some more
1773 - Revised Redhat initscript to fix bug: sshd (re)start would fail
1774 if executed from inside a ssh login.
94f7bb9e 1775
e35c1dc2 177619991112
1777 - Merged changes from OpenBSD CVS
1778 - [sshd.c] session_key_int may be zero
b4748e2f 1779 - [auth-rh-rsa.c servconf.c servconf.h ssh.h sshd.8 sshd.c sshd_config]
1780 IgnoreUserKnownHosts(default=no), used for RhostRSAAuth, ok
1781 deraadt,millert
1782 - Brought default sshd_config more in line with OpenBSD's
547c9f30 1783 - Grab server in gnome-ssh-askpass (Debian bug #49872)
1784 - Released 1.2pre10
e35c1dc2 1785
8bc7973f 1786 - Added INSTALL documentation
6fa724bc 1787 - Merged yet more changes from OpenBSD CVS
1788 - [auth-rh-rsa.c auth-rhosts.c auth-rsa.c channels.c clientloop.c]
1789 [ssh.c ssh.h sshconnect.c sshd.c]
1790 make all access to options via 'extern Options options'
1791 and 'extern ServerOptions options' respectively;
1792 options are no longer passed as arguments:
1793 * make options handling more consistent
1794 * remove #include "readconf.h" from ssh.h
1795 * readconf.h is only included if necessary
1796 - [mpaux.c] clear temp buffer
1797 - [servconf.c] print _all_ bad options found in configfile
045672f9 1798 - Make ssh-askpass support optional through autoconf
59b0f0d4 1799 - Fix nasty division-by-zero error in scp.c
1800 - Released 1.2pre11
8bc7973f 1801
4cca272e 180219991111
1803 - Added (untested) Entropy Gathering Daemon (EGD) support
67d68e3a 1804 - Fixed /dev/urandom fd leak (Debian bug #49722)
5bbb5681 1805 - Merged OpenBSD CVS changes:
1806 - [auth-rh-rsa.c] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
1807 - [ssh.1] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
1808 - [sshd.8] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
505fed0a 1809 - Fix integer overflow which was messing up scp's progress bar for large
3f1d9bcd 1810 file transfers. Fix submitted to OpenBSD developers. Report and fix
1811 from Kees Cook <cook@cpoint.net>
6a17f9c2 1812 - Merged more OpenBSD CVS changes:
1813 - [auth-krb4.c auth-passwd.c] remove x11- and krb-cleanup from fatal()
1814 + krb-cleanup cleanup
1815 - [clientloop.c log-client.c log-server.c ]
1816 [readconf.c readconf.h servconf.c servconf.h ]
1817 [ssh.1 ssh.c ssh.h sshd.8]
1818 add LogLevel {QUIET, FATAL, ERROR, INFO, CHAT, DEBUG} to ssh/sshd,
1819 obsoletes QuietMode and FascistLogging in sshd.
e35c1dc2 1820 - [sshd.c] fix fatal/assert() bug reported by damien@ibs.com.au:
1821 allow session_key_int != sizeof(session_key)
1822 [this should fix the pre-assert-removal-core-files]
1823 - Updated default config file to use new LogLevel option and to improve
1824 readability
1825
f370266e 182619991110
67d68e3a 1827 - Merged several minor fixes:
f370266e 1828 - ssh-agent commandline parsing
1829 - RPM spec file now installs ssh setuid root
1830 - Makefile creates libdir
4cca272e 1831 - Merged beginnings of Solaris compability from Marc G. Fournier
1832 <marc.fournier@acadiau.ca>
f370266e 1833
d4f11b59 183419991109
1835 - Autodetection of SSL/Crypto library location via autoconf
1836 - Fixed location of ssh-askpass to follow autoconf
1837 - Integrated Makefile patch from Niels Kristian Bech Jensen <nkbj@image.dk>
1838 - Autodetection of RSAref library for US users
1839 - Minor doc updates
560557bb 1840 - Merged OpenBSD CVS changes:
1841 - [rsa.c] bugfix: use correct size for memset()
1842 - [sshconnect.c] warn if announced size of modulus 'n' != real size
f025becb 1843 - Added GNOME passphrase requestor (use --with-gnome-askpass)
d397b172 1844 - RPM build now creates subpackages
aa51e7cc 1845 - Released 1.2pre9
d4f11b59 1846
e1a9c08d 184719991108
1848 - Removed debian/ directory. This is now being maintained separately.
1849 - Added symlinks for slogin in RPM spec file
1850 - Fixed permissions on manpages in RPM spec file
1851 - Added references to required libraries in README file
1852 - Removed config.h.in from CVS
1853 - Removed pwdb support (better pluggable auth is provided by glibc)
1854 - Made PAM and requisite libdl optional
1855 - Removed lots of unnecessary checks from autoconf
1856 - Added support and autoconf test for openpty() function (Unix98 pty support)
1857 - Fix for scp not finding ssh if not installed as /usr/bin/ssh
1858 - Added TODO file
1859 - Merged parts of Debian patch From Phil Hands <phil@hands.com>:
1860 - Added ssh-askpass program
1861 - Added ssh-askpass support to ssh-add.c
1862 - Create symlinks for slogin on install
1863 - Fix "distclean" target in makefile
1864 - Added example for ssh-agent to manpage
1865 - Added support for PAM_TEXT_INFO messages
1866 - Disable internal /etc/nologin support if PAM enabled
1867 - Merged latest OpenBSD CVS changes:
5bae4ab8 1868 - [all] replace assert() with error, fatal or packet_disconnect
e1a9c08d 1869 - [sshd.c] don't send fail-msg but disconnect if too many authentication
1870 failures
e1a9c08d 1871 - [sshd.c] remove unused argument. ok dugsong
1872 - [sshd.c] typo
1873 - [rsa.c] clear buffers used for encryption. ok: niels
1874 - [rsa.c] replace assert() with error, fatal or packet_disconnect
ade6fccd 1875 - [auth-krb4.c] remove unused argument. ok dugsong
e1a9c08d 1876 - Fixed coredump after merge of OpenBSD rsa.c patch
9010d60a 1877 - Released 1.2pre8
e1a9c08d 1878
3028328e 187919991102
1880 - Merged change from OpenBSD CVS
1881 - One-line cleanup in sshd.c
1882
474832c5 188319991030
1884 - Integrated debian package support from Dan Brosemer <odin@linuxfreak.com>
69256d9d 1885 - Merged latest updates for OpenBSD CVS:
1886 - channels.[ch] - remove broken x11 fix and document istate/ostate
1887 - ssh-agent.c - call setsid() regardless of argv[]
1888 - ssh.c - save a few lines when disabling rhosts-{rsa-}auth
1889 - Documentation cleanups
1890 - Renamed README -> README.Ylonen
1891 - Renamed README.openssh ->README
474832c5 1892
339660f6 189319991029
1894 - Renamed openssh* back to ssh* at request of Theo de Raadt
1895 - Incorporated latest changes from OpenBSD's CVS
1896 - Integrated Makefile patch from Niels Kristian Bech Jensen <nkbj@image.dk>
1897 - Integrated PAM env patch from Nalin Dahyabhai <nalin.dahyabhai@pobox.com>
549b3eed 1898 - Make distclean now removed configure script
1899 - Improved PAM logging
1900 - Added some debug() calls for PAM
4ecd19ea 1901 - Removed redundant subdirectories
1902 - Integrated part of a patch from Dan Brosemer <odin@linuxfreak.com> for
1903 building on Debian.
242588e6 1904 - Fixed off-by-one error in PAM env patch
1905 - Released 1.2pre6
339660f6 1906
5881cd60 190719991028
1908 - Further PAM enhancements.
1909 - Much cleaner
1910 - Now uses account and session modules for all logins.
1911 - Integrated patch from Dan Brosemer <odin@linuxfreak.com>
1912 - Build fixes
1913 - Autoconf
1914 - Change binary names to open*
1915 - Fixed autoconf script to detect PAM on RH6.1
1916 - Added tests for libpwdb, and OpenBSD functions to autoconf
221395b3 1917 - Released 1.2pre4
fca82d2e 1918
1919 - Imported latest OpenBSD CVS code
1920 - Updated README.openssh
93f04616 1921 - Released 1.2pre5
fca82d2e 1922
5881cd60 192319991027
1924 - Adapted PAM patch.
1925 - Released 1.0pre2
1926
1927 - Excised my buggy replacements for strlcpy and mkdtemp
1928 - Imported correct OpenBSD strlcpy and mkdtemp routines.
1929 - Reduced arc4random_stir entropy read to 32 bytes (256 bits)
1930 - Picked up correct version number from OpenBSD
1931 - Added sshd.pam PAM configuration file
1932 - Added sshd.init Redhat init script
1933 - Added openssh.spec RPM spec file
1934 - Released 1.2pre3
1935
193619991026
1937 - Fixed include paths of OpenSSL functions
1938 - Use OpenSSL MD5 routines
1939 - Imported RC4 code from nanocrypt
1940 - Wrote replacements for OpenBSD arc4random* functions
1941 - Wrote replacements for strlcpy and mkdtemp
1942 - Released 1.0pre1
This page took 5.935781 seconds and 5 git commands to generate.