]> andersk Git - openssh.git/blame - ChangeLog
- Reduce diff against OpenBSD source
[openssh.git] / ChangeLog
CommitLineData
35484284 120000416
2 - Reduce diff against OpenBSD source
3 - All OpenSSL includes are now unconditionally referenced as
4 openssl/foo.h
5 - Pick up formatting changes
6 - Other minor changed (typecasts, etc) that I missed
7
6ae2364d 820000415
9 - OpenBSD CVS updates.
10 [ssh.1 ssh.c]
11 - ssh -2
12 [auth.c channels.c clientloop.c packet.c packet.h serverloop.c]
13 [session.c sshconnect.c]
14 - check payload for (illegal) extra data
15 [ALL]
16 whitespace cleanup
17
c323ac76 1820000413
19 - INSTALL doc updates
f54651ce 20 - Merged OpenBSD updates to include paths.
6ae2364d 21
a8be9f80 2220000412
23 - OpenBSD CVS updates:
24 - [channels.c]
25 repair x11-fwd
26 - [sshconnect.c]
27 fix passwd prompt for ssh2, less debugging output.
28 - [clientloop.c compat.c dsa.c kex.c sshd.c]
29 less debugging output
30 - [kex.c kex.h sshconnect.c sshd.c]
31 check for reasonable public DH values
32 - [README.openssh2 cipher.c cipher.h compat.c compat.h readconf.c]
33 [readconf.h servconf.c servconf.h ssh.c ssh.h sshconnect.c sshd.c]
34 add Cipher and Protocol options to ssh/sshd, e.g.:
35 ssh -o 'Protocol 1,2' if you prefer proto 1, ssh -o 'Ciphers
36 arcfour,3des-cbc'
37 - [sshd.c]
38 print 1.99 only if server supports both
39
18e92801 4020000408
41 - Avoid some compiler warnings in fake-get*.c
42 - Add IPTOS macros for systems which lack them
9d98aaf6 43 - Only set define entropy collection macros if they are found
e78a59f5 44 - More large OpenBSD CVS updates:
45 - [auth.c auth.h servconf.c servconf.h serverloop.c session.c]
46 [session.h ssh.h sshd.c README.openssh2]
47 ssh2 server side, see README.openssh2; enable with 'sshd -2'
48 - [channels.c]
49 no adjust after close
50 - [sshd.c compat.c ]
51 interop w/ latest ssh.com windows client.
52
8ce64345 5320000406
54 - OpenBSD CVS update:
55 - [channels.c]
56 close efd on eof
57 - [clientloop.c compat.c ssh.c sshconnect.c myproposal.h]
58 ssh2 client implementation, interops w/ ssh.com and lsh servers.
59 - [sshconnect.c]
60 missing free.
61 - [authfile.c cipher.c cipher.h packet.c sshconnect.c sshd.c]
62 remove unused argument, split cipher_mask()
63 - [clientloop.c]
64 re-order: group ssh1 vs. ssh2
65 - Make Redhat spec require openssl >= 0.9.5a
66
e7627112 6720000404
68 - Add tests for RAND_add function when searching for OpenSSL
7e7327a1 69 - OpenBSD CVS update:
70 - [packet.h packet.c]
71 ssh2 packet format
72 - [packet.h packet.c nchan2.ms nchan.h compat.h compat.c]
73 [channels.h channels.c]
74 channel layer support for ssh2
75 - [kex.h kex.c hmac.h hmac.c dsa.c dsa.h]
76 DSA, keyexchange, algorithm agreement for ssh2
6c081128 77 - Generate manpages before make install not at the end of make all
78 - Don't seed the rng quite so often
79 - Always reseed rng when requested
e7627112 80
bfc9a610 8120000403
82 - Wrote entropy collection routines for systems that lack /dev/random
83 and EGD
837c30b8 84 - Disable tests and typedefs for 64 bit types. They are currently unused.
bfc9a610 85
7368a6c8 8620000401
87 - Big OpenBSD CVS update (mainly beginnings of SSH2 infrastructure)
88 - [auth.c session.c sshd.c auth.h]
89 split sshd.c -> auth.c session.c sshd.c plus cleanup and goto-removal
90 - [bufaux.c bufaux.h]
91 support ssh2 bignums
92 - [channels.c channels.h clientloop.c sshd.c nchan.c nchan.h packet.c]
93 [readconf.c ssh.c ssh.h serverloop.c]
94 replace big switch() with function tables (prepare for ssh2)
95 - [ssh2.h]
96 ssh2 message type codes
97 - [sshd.8]
98 reorder Xr to avoid cutting
99 - [serverloop.c]
100 close(fdin) if fdin != fdout, shutdown otherwise, ok theo@
101 - [channels.c]
102 missing close
103 allow bigger packets
104 - [cipher.c cipher.h]
105 support ssh2 ciphers
106 - [compress.c]
107 cleanup, less code
108 - [dispatch.c dispatch.h]
109 function tables for different message types
110 - [log-server.c]
111 do not log() if debuggin to stderr
112 rename a cpp symbol, to avoid param.h collision
113 - [mpaux.c]
114 KNF
115 - [nchan.c]
116 sync w/ channels.c
117
f5238bee 11820000326
119 - Better tests for OpenSSL w/ RSAref
120 - Added replacement setenv() function from OpenBSD libc. Suggested by
121 Ben Lindstrom <mouring@pconline.com>
4fe2af09 122 - OpenBSD CVS update
123 - [auth-krb4.c]
124 -Wall
125 - [auth-rh-rsa.c auth-rsa.c hostfile.c hostfile.h key.c key.h match.c]
126 [match.h ssh.c ssh.h sshconnect.c sshd.c]
127 initial support for DSA keys. ok deraadt@, niels@
128 - [cipher.c cipher.h]
129 remove unused cipher_attack_detected code
130 - [scp.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
131 Fix some formatting problems I missed before.
132 - [ssh.1 sshd.8]
133 fix spelling errors, From: FreeBSD
134 - [ssh.c]
135 switch to raw mode only if he _get_ a pty (not if we _want_ a pty).
f5238bee 136
0024a081 13720000324
138 - Released 1.2.3
139
bd499f9e 14020000317
141 - Clarified --with-default-path option.
142 - Added -blibpath handling for AIX to work around stupid runtime linking.
143 Problem elucidated by gshapiro@SENDMAIL.ORG by way of Jim Knoble
144 <jmknoble@pobox.com>
474b5fef 145 - Checks for 64 bit int types. Problem report from Mats Fredholm
146 <matsf@init.se>
610cd5c6 147 - OpenBSD CVS updates:
148 - [atomicio.c auth-krb4.c bufaux.c channels.c compress.c fingerprint.c]
149 [packet.h radix.c rsa.c scp.c ssh-agent.c ssh-keygen.c sshconnect.c]
150 [sshd.c]
151 pedantic: signed vs. unsigned, void*-arithm, etc
152 - [ssh.1 sshd.8]
153 Various cleanups and standardizations.
be48d23c 154 - Runtime error fix for HPUX from Otmar Stahl
155 <O.Stahl@lsw.uni-heidelberg.de>
bd499f9e 156
4696775a 15720000316
158 - Fixed configure not passing LDFLAGS to Solaris. Report from David G.
159 Hesprich <dghespri@sprintparanet.com>
d423d822 160 - Propogate LD through to Makefile
b7a9ce47 161 - Doc cleanups
2ba2a610 162 - Added blurb about "scp: command not found" errors to UPGRADING
4696775a 163
cb0b7ea4 16420000315
165 - Fix broken CFLAGS handling during search for OpenSSL. Fixes va_list
166 problems with gcc/Solaris.
db55a3ea 167 - Don't free argument to putenv() after use (in setenv() replacement).
168 Report from Seigo Tanimura <tanimura@r.dl.itc.u-tokyo.ac.jp>
13652e52 169 - Created contrib/ subdirectory. Included helpers from Phil Hands'
170 Debian package, README file and chroot patch from Ricardo Cerqueira
171 <rmcc@clix.pt>
9c8aeb89 172 - Moved gnome-ssh-askpass.c to contrib directory and removed config
13652e52 173 option.
174 - Slight cleanup to doc files
b14b2ae7 175 - Configure fix from Bratislav ILICH <bilic@zepter.ru>
cb0b7ea4 176
a8ed9fd9 17720000314
178 - Include macro for IN6_IS_ADDR_V4MAPPED. Report from
179 peter@frontierflying.com
84afc958 180 - Include /usr/local/include and /usr/local/lib for systems that don't
181 do it themselves
182 - -R/usr/local/lib for Solaris
183 - Fix RSAref detection
184 - Fix IN6_IS_ADDR_V4MAPPED macro
a8ed9fd9 185
bcf36c78 18620000311
187 - Detect RSAref
43e48848 188 - OpenBSD CVS change
189 [sshd.c]
190 - disallow guessing of root password
867dbf40 191 - More configure fixes
80faa19f 192 - IPv6 workarounds from Hideaki YOSHIFUJI <yoshfuji@ecei.tohoku.ac.jp>
bcf36c78 193
c8d54615 19420000309
195 - OpenBSD CVS updates to v1.2.3
196 [ssh.h atomicio.c]
197 - int atomicio -> ssize_t (for alpha). ok deraadt@
198 [auth-rsa.c]
199 - delay MD5 computation until client sends response, free() early, cleanup.
200 [cipher.c]
201 - void* -> unsigned char*, ok niels@
202 [hostfile.c]
203 - remove unused variable 'len'. fix comments.
204 - remove unused variable
205 [log-client.c log-server.c]
206 - rename a cpp symbol, to avoid param.h collision
207 [packet.c]
208 - missing xfree()
209 - getsockname() requires initialized tolen; andy@guildsoftware.com
210 - use getpeername() in packet_connection_is_on_socket(), fixes sshd -i;
211 from Holger.Trapp@Informatik.TU-Chemnitz.DE
212 [pty.c pty.h]
213 - register cleanup for pty earlier. move code for pty-owner handling to
214 pty.c ok provos@, dugsong@
215 [readconf.c]
216 - turn off x11-fwd for the client, too.
217 [rsa.c]
218 - PKCS#1 padding
219 [scp.c]
220 - allow '.' in usernames; from jedgar@fxp.org
221 [servconf.c]
222 - typo: ignore_user_known_hosts int->flag; naddy@mips.rhein-neckar.de
223 - sync with sshd_config
224 [ssh-keygen.c]
225 - enable ssh-keygen -l -f ~/.ssh/known_hosts, ok deraadt@
226 [ssh.1]
227 - Change invalid 'CHAT' loglevel to 'VERBOSE'
228 [ssh.c]
229 - suppress AAAA query host when '-4' is used; from shin@nd.net.fujitsu.co.jp
230 - turn off x11-fwd for the client, too.
231 [sshconnect.c]
232 - missing xfree()
233 - retry rresvport_af(), too. from sumikawa@ebina.hitachi.co.jp.
234 - read error vs. "Connection closed by remote host"
235 [sshd.8]
236 - ie. -> i.e.,
237 - do not link to a commercial page..
238 - sync with sshd_config
239 [sshd.c]
240 - no need for poll.h; from bright@wintelcom.net
241 - log with level log() not fatal() if peer behaves badly.
242 - don't panic if client behaves strange. ok deraadt@
243 - make no-port-forwarding for RSA keys deny both -L and -R style fwding
244 - delay close() of pty until the pty has been chowned back to root
245 - oops, fix comment, too.
246 - missing xfree()
247 - move XAUTHORITY to subdir. ok dugsong@. fixes debian bug #57907, too.
248 (http://cgi.debian.org/cgi-bin/bugreport.cgi?archive=no&bug=57907)
249 - register cleanup for pty earlier. move code for pty-owner handling to
250 pty.c ok provos@, dugsong@
251 - create x11 cookie file
252 - fix pr 1113, fclose() -> pclose(), todo: remote popen()
253 - version 1.2.3
254 - Cleaned up
d8223847 255 - Removed warning workaround for Linux and devpts filesystems (no longer
256 required after OpenBSD updates)
c8d54615 257
07055445 25820000308
259 - Configure fix from Hiroshi Takekawa <takekawa@sr3.t.u-tokyo.ac.jp>
260
26120000307
262 - Released 1.2.2p1
263
9c8c3fc6 26420000305
265 - Fix DEC compile fix
54096dcc 266 - Explicitly seed OpenSSL's PRNG before checking rsa_alive()
aa6bd60a 267 - Check for getpagesize in libucb.a if not found in libc. Fix for old
268 Solaris from Andre Lucas <andre.lucas@dial.pipex.com>
9fc7867e 269 - Check for libwrap if --with-tcp-wrappers option specified. Suggestion
270 Mate Wierdl <mw@moni.msci.memphis.edu>
9c8c3fc6 271
6bf4d066 27220000303
273 - Added "make host-key" target, Suggestion from Dominik Brettnacher
274 <domi@saargate.de>
16218745 275 - Don't permanently fail on bind() if getaddrinfo has more choices left for
276 us. Needed to work around messy IPv6 on Linux. Patch from Arkadiusz
277 Miskiewicz <misiek@pld.org.pl>
22fa590f 278 - DEC Unix compile fix from David Del Piero <David.DelPiero@qed.qld.gov.au>
279 - Manpage fix from David Del Piero <David.DelPiero@qed.qld.gov.au>
6bf4d066 280
a0391976 28120000302
282 - Big cleanup of autoconf code
283 - Rearranged to be a little more logical
284 - Added -R option for Solaris
285 - Rewrote OpenSSL detection code. Now uses AC_TRY_RUN with a test program
286 to detect library and header location _and_ ensure library has proper
287 RSA support built in (this is a problem with OpenSSL 0.9.5).
817175bc 288 - Applied pty cleanup patch from markus.friedl@informatik.uni-erlangen.de
0a1718dc 289 - Avoid warning message with Unix98 ptys
3276571c 290 - Warning was valid - possible race condition on PTYs. Avoided using
291 platform-specific code.
292 - Document some common problems
81eef326 293 - Allow root access to any key. Patch from
294 markus.friedl@informatik.uni-erlangen.de
a0391976 295
f55afe71 29620000207
297 - Removed SOCKS code. Will support through a ProxyCommand.
298
d07d1c58 29920000203
300 - Fixed SEGVs in authloop, fix from vbzoli@hbrt.hu
d581b7ae 301 - Add --with-ssl-dir option
d07d1c58 302
9d5f374b 30320000202
304 - Fix lastlog code for directory based lastlogs. Fix from Josh Durham
305 <jmd@aoe.vt.edu>
6b1f3fdb 306 - Documentation fixes from HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
307 - Added URLs to Japanese translations of documents by HARUYAMA Seigo
308 <haruyama@nt.phys.s.u-tokyo.ac.jp>
9d5f374b 309
bc8c2601 31020000201
311 - Use socket pairs by default (instead of pipes). Prevents race condition
312 on several (buggy) OSs. Report and fix from tridge@linuxcare.com
313
69c76614 31420000127
315 - Seed OpenSSL's random number generator before generating RSA keypairs
316 - Split random collector into seperate file
aaf2abd7 317 - Compile fix from Andre Lucas <andre.lucas@dial.pipex.com>
69c76614 318
f9507c24 31920000126
320 - Released 1.2.2 stable
321
322 - NeXT keeps it lastlog in /usr/adm. Report from
323 mouring@newton.pconline.com
587120ad 324 - Added note in UPGRADING re interop with commercial SSH using idea.
325 Report from Jim Knoble <jmknoble@pobox.com>
326 - Fix linking order for Kerberos/AFS. Fix from Holget Trapp
327 <Holger.Trapp@Informatik.TU-Chemnitz.DE>
f9507c24 328
bfae20ad 32920000125
330 - Fix NULL pointer dereference in login.c. Fix from Andre Lucas
331 <andre.lucas@dial.pipex.com>
07b0cb78 332 - Reorder PAM initialisation so it does not mess up lastlog. Reported
333 by Andre Lucas <andre.lucas@dial.pipex.com>
9755cbdb 334 - Use preformatted manpages on SCO, report from Gary E. Miller
335 <gem@rellim.com>
336 - New URL for x11-ssh-askpass.
7e31dc81 337 - Fixpaths was missing /etc/ssh_known_hosts. Report from Jim Knoble
338 <jmknoble@pobox.com>
ff8ecdb8 339 - Added 'DESTDIR' option to Makefile to ease package building. Patch from
340 Jim Knoble <jmknoble@pobox.com>
341 - Updated RPM spec files to use DESTDIR
bfae20ad 342
bb58aa4b 34320000124
344 - Pick up version 1.2.2 from OpenBSD CVS (no changes, just version number
345 increment)
346
d45317d8 34720000123
348 - OpenBSD CVS:
349 - [packet.c]
350 getsockname() requires initialized tolen; andy@guildsoftware.com
4c40f834 351 - AIX patch from Matt Richards <v2matt@btv.ibm.com> and David Rankin
352 <drankin@bohemians.lexington.ky.us>
12aa90af 353 - Fix lastlog support, patch from Andre Lucas <andre.lucas@dial.pipex.com>
d45317d8 354
e844f761 35520000122
356 - Fix compilation of bsd-snprintf.c on Solaris, fix from Ben Taylor
357 <bent@clark.net>
c54a6257 358 - Merge preformatted manpage patch from Andre Lucas
359 <andre.lucas@dial.pipex.com>
8eb34e02 360 - Make IPv4 use the default in RPM packages
361 - Irix uses preformatted manpages
1e64903d 362 - Missing htons() in bsd-bindresvport.c, fix from Holger Trapp
363 <Holger.Trapp@Informatik.TU-Chemnitz.DE>
9bc5ddfe 364 - OpenBSD CVS updates:
365 - [packet.c]
366 use getpeername() in packet_connection_is_on_socket(), fixes sshd -i;
367 from Holger.Trapp@Informatik.TU-Chemnitz.DE
368 - [sshd.c]
369 log with level log() not fatal() if peer behaves badly.
370 - [readpass.c]
371 instead of blocking SIGINT, catch it ourselves, so that we can clean
372 the tty modes up and kill ourselves -- instead of our process group
373 leader (scp, cvs, ...) going away and leaving us in noecho mode.
374 people with cbreak shells never even noticed..
399d9d44 375 - [ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
376 ie. -> i.e.,
e844f761 377
4c8ef3fb 37820000120
379 - Don't use getaddrinfo on AIX
7b2ea3a1 380 - Update to latest OpenBSD CVS:
381 - [auth-rsa.c]
382 - fix user/1056, sshd keeps restrictions; dbt@meat.net
383 - [sshconnect.c]
384 - disable agent fwding for proto 1.3, remove abuse of auth-rsa flags.
385 - destroy keys earlier
d468fc76 386 - split key exchange (kex) and user authentication (user-auth),
387 ok: provos@
7b2ea3a1 388 - [sshd.c]
389 - no need for poll.h; from bright@wintelcom.net
390 - disable agent fwding for proto 1.3, remove abuse of auth-rsa flags.
d468fc76 391 - split key exchange (kex) and user authentication (user-auth),
392 ok: provos@
f3bba493 393 - Big manpage and config file cleanup from Andre Lucas
394 <andre.lucas@dial.pipex.com>
5f4fdfae 395 - Re-added latest (unmodified) OpenBSD manpages
47f9a56a 396 - Doc updates
d468fc76 397 - NetBSD patch from David Rankin <drankin@bohemians.lexington.ky.us> and
398 Christos Zoulas <christos@netbsd.org>
4c8ef3fb 399
082bbfb3 40020000119
20af321f 401 - SCO compile fixes from Gary E. Miller <gem@rellim.com>
082bbfb3 402 - Compile fix from Darren_Hall@progressive.com
59e76f33 403 - Linux/glibc-2.1.2 takes a *long* time to look up names for AF_UNSPEC
404 addresses using getaddrinfo(). Added a configure switch to make the
405 default lookup mode AF_INET
082bbfb3 406
a63a7f37 40720000118
408 - Fixed --with-pid-dir option
51a6baf8 409 - Makefile fix from Gary E. Miller <gem@rellim.com>
976f7e19 410 - Compile fix for HPUX and Solaris from Andre Lucas
411 <andre.lucas@dial.pipex.com>
a63a7f37 412
f914c7fb 41320000117
414 - Clean up bsd-bindresvport.c. Use arc4random() for picking initial
415 port, ignore EINVAL errors (Linux) when searching for free port.
de93b046 416 - Revert __snprintf -> snprintf aliasing. Apparently Solaris
417 __snprintf isn't. Report from Theo de Raadt <theo@cvs.openbsd.org>
9b363e1c 418 - Document location of Redhat PAM file in INSTALL.
80a44451 419 - Fixed X11 forwarding bug on Linux. libc advertises AF_INET6
420 INADDR_ANY_INIT addresses via getaddrinfo, but may not be able to
f4a7cf29 421 deliver (no IPv6 kernel support)
80a44451 422 - Released 1.2.1pre27
f914c7fb 423
f4a7cf29 424 - Fix rresvport_af failure errors (logic error in bsd-bindresvport.c)
cf8ad170 425 - Fix --with-ipaddr-display option test. Fix from Jarno Huuskonen
426 <jhuuskon@hytti.uku.fi>
691a8a9f 427 - Fix hang on logout if processes are still using the pty. Needs
428 further testing.
5957fd29 429 - Patch from Christos Zoulas <christos@zoulas.com>
430 - Try $prefix first when looking for OpenSSL.
431 - Include sys/types.h when including sys/socket.h in test programs
19d9ac2a 432 - Substitute PID directory in sshd.8. Suggestion from Andrew
433 Stribblehill <a.d.stribblehill@durham.ac.uk>
f4a7cf29 434
47e45e44 43520000116
436 - Renamed --with-xauth-path to --with-xauth
437 - Added --with-pid-dir option
438 - Released 1.2.1pre26
439
a82ef8ae 440 - Compilation fix from Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
66be05a1 441 - Fixed broken bugfix for /dev/ptmx on Linux systems which lack
442 openpty(). Report from Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
a82ef8ae 443
5cdfe03f 44420000115
445 - Add --with-xauth-path configure directive and explicit test for
446 /usr/openwin/bin/xauth for Solaris systems. Report from Anders
447 Nordby <anders@fix.no>
448 - Fix incorrect detection of /dev/ptmx on Linux systems that lack
449 openpty. Report from John Seifarth <john@waw.be>
450 - Look for intXX_t and u_intXX_t in sys/bitypes.h if they are not in
451 sys/types.h. Fixes problems on SCO, report from Gary E. Miller
452 <gem@rellim.com>
453 - Use __snprintf and __vnsprintf if they are found where snprintf and
454 vnsprintf are lacking. Suggested by Ben Taylor <bent@shell.clark.net>
455 and others.
456
48e671d5 45720000114
458 - Merged OpenBSD IPv6 patch:
459 - [sshd.c sshd.8 sshconnect.c ssh.h ssh.c servconf.h servconf.c scp.1]
460 [scp.c packet.h packet.c login.c log.c canohost.c channels.c]
461 [hostfile.c sshd_config]
462 ipv6 support: mostly gethostbyname->getaddrinfo/getnameinfo, new
463 features: sshd allows multiple ListenAddress and Port options. note
464 that libwrap is not IPv6-ready. (based on patches from
465 fujiwara@rcac.tdi.co.jp)
466 - [ssh.c canohost.c]
467 more hints (hints.ai_socktype=SOCK_STREAM) for getaddrinfo,
468 from itojun@
469 - [channels.c]
470 listen on _all_ interfaces for X11-Fwd (hints.ai_flags = AI_PASSIVE)
471 - [packet.h]
472 allow auth-kerberos for IPv4 only
473 - [scp.1 sshd.8 servconf.h scp.c]
474 document -4, -6, and 'ssh -L 2022/::1/22'
475 - [ssh.c]
476 'ssh @host' is illegal (null user name), from
477 karsten@gedankenpolizei.de
478 - [sshconnect.c]
479 better error message
480 - [sshd.c]
481 allow auth-kerberos for IPv4 only
482 - Big IPv6 merge:
483 - Cleanup overrun in sockaddr copying on RHL 6.1
484 - Replacements for getaddrinfo, getnameinfo, etc based on versions
485 from patch from KIKUCHI Takahiro <kick@kyoto.wide.ad.jp>
486 - Replacement for missing structures on systems that lack IPv6
487 - record_login needed to know about AF_INET6 addresses
488 - Borrowed more code from OpenBSD: rresvport_af and requisites
489
2598df62 49020000110
491 - Fixes to auth-skey to enable it to use the standard OpenSSL libraries
492
b8a0310d 49320000107
494 - New config.sub and config.guess to fix problems on SCO. Supplied
495 by Gary E. Miller <gem@rellim.com>
b6a98a85 496 - SCO build fix from Gary E. Miller <gem@rellim.com>
2598df62 497 - Released 1.2.1pre25
b8a0310d 498
dfb95100 49920000106
500 - Documentation update & cleanup
501 - Better KrbIV / AFS detection, based on patch from:
502 Holger Trapp <Holger.Trapp@Informatik.TU-Chemnitz.DE>
503
b9795b89 50420000105
505 - Fixed annoying DES corruption problem. libcrypt has been
506 overriding symbols in libcrypto. Removed libcrypt and crypt.h
507 altogether (libcrypto includes its own crypt(1) replacement)
508 - Added platform-specific rules for Irix 6.x. Included warning that
509 they are untested.
510
a1ec4d79 51120000103
512 - Add explicit make rules for files proccessed by fixpaths.
513 - Fix "make install" in RPM spec files. Report from Tenkou N. Hattori
514 <tnh@kondara.org>
607d73e6 515 - Removed "nullok" directive from default PAM configuration files.
516 Added information on enabling EmptyPasswords on openssh+PAM in
517 UPGRADING file.
e02735bb 518 - OpenBSD CVS updates
519 - [ssh-agent.c]
520 cleanup_exit() for SIGTERM/SIGHUP, too. from fgsch@ and
521 dgaudet@arctic.org
522 - [sshconnect.c]
523 compare correct version for 1.3 compat mode
a1ec4d79 524
93c7f644 52520000102
526 - Prevent multiple inclusion of config.h and defines.h. Suggested
527 by Andre Lucas <andre.lucas@dial.pipex.com>
528 - Properly clean up on exit of ssh-agent. Patch from Dean Gaudet
529 <dgaudet@arctic.org>
530
76b8607f 53119991231
532 - Fix password support on systems with a mixture of shadowed and
533 non-shadowed passwords (e.g. NIS). Report and fix from
534 HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
723221b5 535 - Fix broken autoconf typedef detection. Report from Marc G.
536 Fournier <marc.fournier@acadiau.ca>
b92964b7 537 - Fix occasional crash on LinuxPPC. Patch from Franz Sirl
538 <Franz.Sirl-kernel@lauterbach.com>
a6ddc88b 539 - Prevent typedefs from being compiled more than once. Report from
540 Marc G. Fournier <marc.fournier@acadiau.ca>
4811cc0b 541 - Fill in ut_utaddr utmp field. Report from Benjamin Charron
542 <iretd@bigfoot.com>
c43d69a9 543 - Really fix broken default path. Fix from Jim Knoble
544 <jmknoble@pobox.com>
ae3a3d31 545 - Remove test for quad_t. No longer needed.
76a8e733 546 - Released 1.2.1pre24
547
548 - Added support for directory-based lastlogs
549 - Really fix typedefs, patch from Ben Taylor <bent@clark.net>
76b8607f 550
13f825f4 55119991230
552 - OpenBSD CVS updates:
553 - [auth-passwd.c]
554 check for NULL 1st
a5c9cd31 555 - Removed most of the pam code into its own file auth-pam.[ch]. This
556 cleaned up sshd.c up significantly.
76b8607f 557 - PAM authentication was incorrectly interpreting
558 "PermitRootLogin without-password". Report from Matthias Andree
559 <ma@dt.e-technik.uni-dortmund.de
a5c9cd31 560 - Several other cleanups
0bc5b6fb 561 - Merged Dante SOCKS support patch from David Rankin
562 <drankin@bohemians.lexington.ky.us>
563 - Updated documentation with ./configure options
76b8607f 564 - Released 1.2.1pre23
13f825f4 565
c73a0cb5 56619991229
567 - Applied another NetBSD portability patch from David Rankin
568 <drankin@bohemians.lexington.ky.us>
569 - Fix --with-default-path option.
a0f84251 570 - Autodetect perl, patch from David Rankin
571 <drankin@bohemians.lexington.ky.us>
0a2ff95d 572 - Print whether OpenSSH was compiled with RSARef, patch from
573 Nalin Dahyabhai <nalin@thermo.stat.ncsu.edu>
f91bacbd 574 - Calls to pam_setcred, patch from Nalin Dahyabhai
575 <nalin@thermo.stat.ncsu.edu>
e3a93db0 576 - Detect missing size_t and typedef it.
5ab44a92 577 - Rename helper.[ch] to (more appropriate) bsd-misc.[ch]
578 - Minor Makefile cleaning
c73a0cb5 579
b6019d68 58019991228
581 - Replacement for getpagesize() for systems which lack it
70e0115b 582 - NetBSD login.c compile fix from David Rankin
583 <drankin@bohemians.lexington.ky.us>
584 - Fully set ut_tv if present in utmp or utmpx
d94aa2ae 585 - Portability fixes for Irix 5.3 (now compiles OK!)
586 - autoconf and other misc cleanups
ea1970a3 587 - Merged AIX patch from Darren Hall <dhall@virage.org>
588 - Cleaned up defines.h
fa9a2dd6 589 - Released 1.2.1pre22
b6019d68 590
d2dcff5f 59119991227
592 - Automatically correct paths in manpages and configuration files. Patch
593 and script from Andre Lucas <andre.lucas@dial.pipex.com>
594 - Removed credits from README to CREDITS file, updated.
cb807f40 595 - Added --with-default-path to specify custom path for server
596 - Removed #ifdef trickery from acconfig.h into defines.h
36a5b38e 597 - PAM bugfix. PermitEmptyPassword was being ignored.
598 - Fixed PAM config files to allow empty passwords if server does.
599 - Explained spurious PAM auth warning workaround in UPGRADING
21feb5fa 600 - Use last few chars of tty line as ut_id
5a7794be 601 - New SuSE RPM spec file from Chris Saia <csaia@wtower.com>
00e6dd70 602 - OpenBSD CVS updates:
603 - [packet.h auth-rhosts.c]
604 check format string for packet_disconnect and packet_send_debug, too
605 - [channels.c]
606 use packet_get_maxsize for channels. consistence.
d2dcff5f 607
f74efc8d 60819991226
609 - Enabled utmpx support by default for Solaris
610 - Cleanup sshd.c PAM a little more
bc7ea646 611 - Revised RPM package to include Jim Knoble's <jmknoble@pobox.com>
612 X11 ssh-askpass program.
20c43d8c 613 - Disable logging of PAM success and failures, PAM is verbose enough.
614 Unfortunatly there is currently no way to disable auth failure
615 messages. Mention this in UPGRADING file and sent message to PAM
616 developers
83b7f649 617 - OpenBSD CVS update:
618 - [ssh-keygen.1 ssh.1]
619 remove ref to .ssh/random_seed, mention .ssh/environment in
620 .Sh FILES, too
72251cb6 621 - Released 1.2.1pre21
622 - Fixed implicit '.' in default path, report from Jim Knoble
623 <jmknoble@pobox.com>
30a39691 624 - Redhat RPM spec fixes from Jim Knoble <jmknoble@pobox.com>
f74efc8d 625
f498ed15 62619991225
627 - More fixes from Andre Lucas <andre.lucas@dial.pipex.com>
628 - Cleanup of auth-passwd.c for shadow and MD5 passwords
629 - Cleanup and bugfix of PAM authentication code
f74efc8d 630 - Released 1.2.1pre20
631
632 - Merged fixes from Ben Taylor <bent@clark.net>
633 - Fixed configure support for PAM. Reported by Naz <96na@eng.cam.ac.uk>
634 - Disabled logging of PAM password authentication failures when password
635 is empty. (e.g start of authentication loop). Reported by Naz
636 <96na@eng.cam.ac.uk>)
f498ed15 637
63819991223
639 - Merged later HPUX patch from Andre Lucas
640 <andre.lucas@dial.pipex.com>
641 - Above patch included better utmpx support from Ben Taylor
f74efc8d 642 <bent@clark.net>
f498ed15 643
eef6f7e9 64419991222
645 - Fix undefined fd_set type in ssh.h from Povl H. Pedersen
646 <pope@netguide.dk>
ae28776a 647 - Fix login.c breakage on systems which lack ut_host in struct
648 utmp. Reported by Willard Dawson <willard.dawson@sbs.siemens.com>
eef6f7e9 649
a7effaac 65019991221
651 - Integration of large HPUX patch from Andre Lucas
652 <andre.lucas@dial.pipex.com>. Integrating it had a few other
653 benefits:
654 - Ability to disable shadow passwords at configure time
655 - Ability to disable lastlog support at configure time
656 - Support for IP address in $DISPLAY
ae2f7af7 657 - OpenBSD CVS update:
658 - [sshconnect.c]
659 say "REMOTE HOST IDENTIFICATION HAS CHANGED"
59dd7a31 660 - Fix DISABLE_SHADOW support
661 - Allow MD5 passwords even if shadow passwords are disabled
16034de9 662 - Release 1.2.1pre19
a7effaac 663
3f1d9bcd 66419991218
665 - Redhat init script patch from Chun-Chung Chen
666 <cjj@u.washington.edu>
7e1c2490 667 - Avoid breakage on systems without IPv6 headers
3f1d9bcd 668
60d804c8 66919991216
670 - Makefile changes for Solaris from Peter Kocks
671 <peter.kocks@baygate.com>
89cafde6 672 - Minor updates to docs
673 - Merged OpenBSD CVS changes:
674 - [authfd.c ssh-agent.c]
675 keysize warnings talk about identity files
676 - [packet.c]
677 "Connection closed by x.x.x.x": fatal() -> log()
c9d323f0 678 - Correctly handle empty passwords in shadow file. Patch from:
679 "Chris, the Young One" <cky@pobox.com>
680 - Released 1.2.1pre18
60d804c8 681
7dc6fc6d 68219991215
683 - Integrated patchs from Juergen Keil <jk@tools.de>
684 - Avoid void* pointer arithmatic
685 - Use LDFLAGS correctly
68227e6d 686 - Fix SIGIO error in scp
687 - Simplify status line printing in scp
906a2515 688 - Added better test for inline functions compiler support from
689 Darren_Hall@progressive.com
7dc6fc6d 690
95f1eccc 69119991214
692 - OpenBSD CVS Changes
693 - [canohost.c]
694 fix get_remote_port() and friends for sshd -i;
695 Holger.Trapp@Informatik.TU-Chemnitz.DE
696 - [mpaux.c]
697 make code simpler. no need for memcpy. niels@ ok
698 - [pty.c]
699 namebuflen not sizeof namebuflen; bnd@ep-ag.com via djm@mindrot.org
700 fix proto; markus
701 - [ssh.1]
702 typo; mark.baushke@solipsa.com
703 - [channels.c ssh.c ssh.h sshd.c]
704 type conflict for 'extern Type *options' in channels.c; dot@dotat.at
705 - [sshconnect.c]
706 move checking of hostkey into own function.
707 - [version.h]
708 OpenSSH-1.2.1
884bcb37 709 - Clean up broken includes in pty.c
7303768f 710 - Some older systems don't have poll.h, they use sys/poll.h instead
711 - Doc updates
95f1eccc 712
847e8865 71319991211
714 - Fix compilation on systems with AFS. Reported by
715 aloomis@glue.umd.edu
716 - Fix installation on Solaris. Reported by
717 Gordon Rowell <gordonr@gormand.com.au>
718 - Fix gccisms (__attribute__ and inline). Report by edgy@us.ibm.com,
719 patch from Markus Friedl <markus.friedl@informatik.uni-erlangen.de>
720 - Auto-locate xauth. Patch from David Agraz <dagraz@jahoopa.com>
721 - Compile fix from David Agraz <dagraz@jahoopa.com>
722 - Avoid compiler warning in bsd-snprintf.c
723 - Added pam_limits.so to default PAM config. Suggested by
724 Jim Knoble <jmknoble@pobox.com>
725
8946db53 72619991209
727 - Import of patch from Ben Taylor <bent@clark.net>:
728 - Improved PAM support
729 - "uninstall" rule for Makefile
730 - utmpx support
731 - Should fix PAM problems on Solaris
2d86a6cc 732 - OpenBSD CVS updates:
733 - [readpass.c]
734 avoid stdio; based on work by markus, millert, and I
735 - [sshd.c]
736 make sure the client selects a supported cipher
737 - [sshd.c]
738 fix sighup handling. accept would just restart and daemon handled
739 sighup only after the next connection was accepted. use poll on
740 listen sock now.
741 - [sshd.c]
742 make that a fatal
87e91331 743 - Applied patch from David Rankin <drankin@bohemians.lexington.ky.us>
744 to fix libwrap support on NetBSD
5001b9e4 745 - Released 1.2pre17
8946db53 746
6d8c4ea4 74719991208
748 - Compile fix for Solaris with /dev/ptmx from
749 David Agraz <dagraz@jahoopa.com>
750
4285816a 75119991207
752 - sshd Redhat init script patch from Jim Knoble <jmknoble@pobox.com>
753 fixes compatability with 4.x and 5.x
db28aeb5 754 - Fixed default SSH_ASKPASS
d465f2ca 755 - Fix PAM account and session being called multiple times. Problem
756 reported by Adrian Baugh <adrian@merlin.keble.ox.ac.uk>
a408af76 757 - Merged more OpenBSD changes:
758 - [atomicio.c authfd.c scp.c serverloop.c ssh.h sshconnect.c sshd.c]
759 move atomicio into it's own file. wrap all socket write()s which
760 were doing write(sock, buf, len) != len, with atomicio() calls.
761 - [auth-skey.c]
762 fd leak
763 - [authfile.c]
764 properly name fd variable
765 - [channels.c]
766 display great hatred towards strcpy
767 - [pty.c pty.h sshd.c]
768 use openpty() if it exists (it does on BSD4_4)
769 - [tildexpand.c]
770 check for ~ expansion past MAXPATHLEN
771 - Modified helper.c to use new atomicio function.
772 - Reformat Makefile a little
773 - Moved RC4 routines from rc4.[ch] into helper.c
774 - Added autoconf code to detect /dev/ptmx (Solaris) and /dev/ptc (AIX)
9983a8ca 775 - Updated SuSE spec from Chris Saia <csaia@wtower.com>
776 - Tweaked Redhat spec
9158d92f 777 - Clean up bad imports of a few files (forgot -kb)
778 - Released 1.2pre16
4285816a 779
9c7b6dfd 78019991204
781 - Small cleanup of PAM code in sshd.c
57112b5a 782 - Merged OpenBSD CVS changes:
783 - [auth-krb4.c auth-passwd.c auth-skey.c ssh.h]
784 move skey-auth from auth-passwd.c to auth-skey.c, same for krb4
785 - [auth-rsa.c]
786 warn only about mismatch if key is _used_
787 warn about keysize-mismatch with log() not error()
788 channels.c readconf.c readconf.h ssh.c ssh.h sshconnect.c
789 ports are u_short
790 - [hostfile.c]
791 indent, shorter warning
792 - [nchan.c]
793 use error() for internal errors
794 - [packet.c]
795 set loglevel for SSH_MSG_DISCONNECT to log(), not fatal()
796 serverloop.c
797 indent
798 - [ssh-add.1 ssh-add.c ssh.h]
799 document $SSH_ASKPASS, reasonable default
800 - [ssh.1]
801 CheckHostIP is not available for connects via proxy command
802 - [sshconnect.c]
803 typo
804 easier to read client code for passwd and skey auth
805 turn of checkhostip for proxy connects, since we don't know the remote ip
9c7b6dfd 806
dad3b556 80719991126
808 - Add definition for __P()
809 - Added [v]snprintf() replacement for systems that lack it
810
0ce43ae4 81119991125
812 - More reformatting merged from OpenBSD CVS
813 - Merged OpenBSD CVS changes:
814 - [channels.c]
815 fix packet_integrity_check() for !have_hostname_in_open.
816 report from mrwizard@psu.edu via djm@ibs.com.au
817 - [channels.c]
818 set SO_REUSEADDR and SO_LINGER for forwarded ports.
819 chip@valinux.com via damien@ibs.com.au
820 - [nchan.c]
821 it's not an error() if shutdown_write failes in nchan.
822 - [readconf.c]
823 remove dead #ifdef-0-code
824 - [readconf.c servconf.c]
825 strcasecmp instead of tolower
826 - [scp.c]
827 progress meter overflow fix from damien@ibs.com.au
828 - [ssh-add.1 ssh-add.c]
829 SSH_ASKPASS support
830 - [ssh.1 ssh.c]
831 postpone fork_after_authentication until command execution,
832 request/patch from jahakala@cc.jyu.fi via damien@ibs.com.au
833 plus: use daemon() for backgrounding
cf8dd513 834 - Added BSD compatible install program and autoconf test, thanks to
835 Niels Kristian Bech Jensen <nkbj@image.dk>
836 - Solaris fixing, thanks to Ben Taylor <bent@clark.net>
09041313 837 - Merged beginnings of AIX support from Tor-Ake Fransson <torake@hotmail.com>
3dbefdb8 838 - Release 1.2pre15
0ce43ae4 839
5260325f 84019991124
841 - Merged very large OpenBSD source code reformat
842 - OpenBSD CVS updates
843 - [channels.c cipher.c compat.c log-client.c scp.c serverloop.c]
844 [ssh.h sshd.8 sshd.c]
845 syslog changes:
846 * Unified Logmessage for all auth-types, for success and for failed
847 * Standard connections get only ONE line in the LOG when level==LOG:
848 Auth-attempts are logged only, if authentication is:
849 a) successfull or
850 b) with passwd or
851 c) we had more than AUTH_FAIL_LOG failues
852 * many log() became verbose()
853 * old behaviour with level=VERBOSE
854 - [readconf.c readconf.h ssh.1 ssh.h sshconnect.c sshd.c]
855 tranfer s/key challenge/response data in SSH_SMSG_AUTH_TIS_CHALLENGE
856 messages. allows use of s/key in windows (ttssh, securecrt) and
857 ssh-1.2.27 clients without 'ssh -v', ok: niels@
858 - [sshd.8]
859 -V, for fallback to openssh in SSH2 compatibility mode
860 - [sshd.c]
861 fix sigchld race; cjc5@po.cwru.edu
862
4655fe80 86319991123
864 - Added SuSE package files from Chris Saia <csaia@wtower.com>
8b241e50 865 - Restructured package-related files under packages/*
4655fe80 866 - Added generic PAM config
8b241e50 867 - Numerous little Solaris fixes
9c08d6ce 868 - Add recommendation to use GNU make to INSTALL document
4655fe80 869
60bed5fd 87019991122
871 - Make <enter> close gnome-ssh-askpass (Debian bug #50299)
2f2cc3f9 872 - OpenBSD CVS Changes
873 - [ssh-keygen.c]
874 don't create ~/.ssh only if the user wants to store the private
875 key there. show fingerprint instead of public-key after
876 keygeneration. ok niels@
b09a984b 877 - Added OpenBSD bsd-strlcat.c, created bsd-strlcat.h
96ad4350 878 - Added timersub() macro
b09a984b 879 - Tidy RCSIDs of bsd-*.c
96ad4350 880 - Added autoconf test and macro to deal with old PAM libraries
881 pam_strerror definition (one arg vs two).
530f1889 882 - Fix EGD problems (Thanks to Ben Taylor <bent@clark.net>)
883 - Retry /dev/urandom reads interrupted by signal (report from
884 Robert Hardy <rhardy@webcon.net>)
1647c2b5 885 - Added a setenv replacement for systems which lack it
d84a9a44 886 - Only display public key comment when presenting ssh-askpass dialog
887 - Released 1.2pre14
60bed5fd 888
2ddcfdf3 889 - Configure, Make and changelog corrections from Tudor Bosman
890 <tudorb@jm.nu> and Niels Kristian Bech Jensen <nkbj@image.dk>
891
9d6b7add 89219991121
2f2cc3f9 893 - OpenBSD CVS Changes:
60bed5fd 894 - [channels.c]
895 make this compile, bad markus
896 - [log.c readconf.c servconf.c ssh.h]
897 bugfix: loglevels are per host in clientconfig,
898 factor out common log-level parsing code.
899 - [servconf.c]
900 remove unused index (-Wall)
901 - [ssh-agent.c]
902 only one 'extern char *__progname'
903 - [sshd.8]
904 document SIGHUP, -Q to synopsis
905 - [sshconnect.c serverloop.c sshd.c packet.c packet.h]
906 [channels.c clientloop.c]
907 SSH_CMSG_MAX_PACKET_SIZE, some clients use this, some need this, niels@
908 [hope this time my ISP stays alive during commit]
909 - [OVERVIEW README] typos; green@freebsd
910 - [ssh-keygen.c]
911 replace xstrdup+strcat with strlcat+fixed buffer, fixes OF (bad me)
912 exit if writing the key fails (no infinit loop)
913 print usage() everytime we get bad options
914 - [ssh-keygen.c] overflow, djm@mindrot.org
915 - [sshd.c] fix sigchld race; cjc5@po.cwru.edu
916
2b942fe0 91719991120
918 - Merged more Solaris support from Marc G. Fournier
919 <marc.fournier@acadiau.ca>
920 - Wrote autoconf tests for integer bit-types
921 - Fixed enabling kerberos support
13c36c4c 922 - Fix segfault in ssh-keygen caused by buffer overrun in filename
923 handling.
2b942fe0 924
06479889 92519991119
926 - Merged PAM buffer overrun patch from Chip Salzenberg <chip@valinux.com>
2ad77510 927 - Merged OpenBSD CVS changes
928 - [auth-rhosts.c auth-rsa.c ssh-agent.c sshconnect.c sshd.c]
929 more %d vs. %s in fmt-strings
930 - [authfd.c]
931 Integers should not be printed with %s
7b1cc56c 932 - EGD uses a socket, not a named pipe. Duh.
933 - Fix includes in fingerprint.c
29dbde15 934 - Fix scp progress bar bug again.
2ddcfdf3 935 - Move ssh-askpass from ${libdir}/ssh to ${libexecdir}/ssh at request of
736890c4 936 David Rankin <drankin@bohemians.lexington.ky.us>
91b8065d 937 - Added autoconf option to enable Kerberos 4 support (untested)
938 - Added autoconf option to enable AFS support (untested)
939 - Added autoconf option to enable S/Key support (untested)
940 - Added autoconf option to enable TCP wrappers support (compiles OK)
beb43d31 941 - Renamed BSD helper function files to bsd-*
caf3bc51 942 - Added tests for login and daemon and enable OpenBSD replacements for
943 when they are absent.
944 - Added non-PAM MD5 password support patch from Tudor Bosman <tudorb@jm.nu>
06479889 945
2bd61362 94619991118
947 - Merged OpenBSD CVS changes
948 - [scp.c] foregroundproc() in scp
949 - [sshconnect.h] include fingerprint.h
950 - [sshd.c] bugfix: the log() for passwd-auth escaped during logging
951 changes.
0c16a097 952 - [ssh.1] Spell my name right.
2bd61362 953 - Added openssh.com info to README
954
f095fcc7 95519991117
956 - Merged OpenBSD CVS changes
957 - [ChangeLog.Ylonen] noone needs this anymore
958 - [authfd.c] close-on-exec for auth-socket, ok deraadt
959 - [hostfile.c]
960 in known_hosts key lookup the entry for the bits does not need
961 to match, all the information is contained in n and e. This
962 solves the problem with buggy servers announcing the wrong
963 modulus length. markus and me.
964 - [serverloop.c]
965 bugfix: check for space if child has terminated, from:
966 iedowse@maths.tcd.ie
967 - [ssh-add.1 ssh-add.c ssh-keygen.1 ssh-keygen.c sshconnect.c]
968 [fingerprint.c fingerprint.h]
969 rsa key fingerprints, idea from Bjoern Groenvall <bg@sics.se>
970 - [ssh-agent.1] typo
971 - [ssh.1] add OpenSSH information to AUTHOR section. okay markus@
972 - [sshd.c]
973 force logging to stderr while loading private key file
974 (lost while converting to new log-levels)
975
4d195447 97619991116
977 - Fix some Linux libc5 problems reported by Miles Wilson <mw@mctitle.com>
978 - Merged OpenBSD CVS changes:
979 - [auth-rh-rsa.c auth-rsa.c authfd.c authfd.h hostfile.c mpaux.c]
980 [mpaux.h ssh-add.c ssh-agent.c ssh.h ssh.c sshd.c]
981 the keysize of rsa-parameter 'n' is passed implizit,
982 a few more checks and warnings about 'pretended' keysizes.
983 - [cipher.c cipher.h packet.c packet.h sshd.c]
984 remove support for cipher RC4
985 - [ssh.c]
986 a note for legay systems about secuity issues with permanently_set_uid(),
987 the private hostkey and ptrace()
988 - [sshconnect.c]
989 more detailed messages about adding and checking hostkeys
990
dad9a31e 99119991115
992 - Merged OpenBSD CVS changes:
993 - [ssh-add.c] change passphrase loop logic and remove ref to
994 $DISPLAY, ok niels
995 - Changed to ssh-add.c broke askpass support. Revised it to be a little more
996 modular.
997 - Revised autoconf support for enabling/disabling askpass support.
e7c0f9d5 998 - Merged more OpenBSD CVS changes:
999 [auth-krb4.c]
1000 - disconnect if getpeername() fails
1001 - missing xfree(*client)
1002 [canohost.c]
1003 - disconnect if getpeername() fails
1004 - fix comment: we _do_ disconnect if ip-options are set
1005 [sshd.c]
1006 - disconnect if getpeername() fails
1007 - move checking of remote port to central place
1008 [auth-rhosts.c] move checking of remote port to central place
1009 [log-server.c] avoid extra fd per sshd, from millert@
1010 [readconf.c] print _all_ bad config-options in ssh(1), too
1011 [readconf.h] print _all_ bad config-options in ssh(1), too
1012 [ssh.c] print _all_ bad config-options in ssh(1), too
1013 [sshconnect.c] disconnect if getpeername() fails
1014 - OpenBSD's changes to sshd.c broke the PAM stuff, re-merged it.
c75a1a66 1015 - Various small cleanups to bring diff (against OpenBSD) size down.
f601d847 1016 - Merged more Solaris compability from Marc G. Fournier
1017 <marc.fournier@acadiau.ca>
1018 - Wrote autoconf tests for __progname symbol
8c119fd0 1019 - RPM spec file fixes from Jim Knoble <jmknoble@pobox.com>
0c372277 1020 - Released 1.2pre12
1021
1022 - Another OpenBSD CVS update:
1023 - [ssh-keygen.1] fix .Xr
dad9a31e 1024
92da7197 102519991114
1026 - Solaris compilation fixes (still imcomplete)
1027
94f7bb9e 102819991113
dd092f97 1029 - Build patch from Niels Kristian Bech Jensen <nkbj@image.dk>
1030 - Don't install config files if they already exist
1031 - Fix inclusion of additional preprocessor directives from acconfig.h
94f7bb9e 1032 - Removed redundant inclusions of config.h
e9c75a39 1033 - Added 'Obsoletes' lines to RPM spec file
94f7bb9e 1034 - Merged OpenBSD CVS changes:
1035 - [bufaux.c] save a view malloc/memcpy/memset/free's, ok niels
1036 - [scp.c] fix overflow reported by damien@ibs.com.au: off_t
1037 totalsize, ok niels,aaron
1038 - Delay fork (-f option) in ssh until after port forwarded connections
1039 have been initialised. Patch from Jani Hakala <jahakala@cc.jyu.fi>
b2344d54 1040 - Added shadow password patch from Thomas Neumann <tom@smart.ruhr.de>
1041 - Added ifdefs to auth-passwd.c to exclude it when PAM is enabled
dd092f97 1042 - Tidied default config file some more
1043 - Revised Redhat initscript to fix bug: sshd (re)start would fail
1044 if executed from inside a ssh login.
94f7bb9e 1045
e35c1dc2 104619991112
1047 - Merged changes from OpenBSD CVS
1048 - [sshd.c] session_key_int may be zero
b4748e2f 1049 - [auth-rh-rsa.c servconf.c servconf.h ssh.h sshd.8 sshd.c sshd_config]
1050 IgnoreUserKnownHosts(default=no), used for RhostRSAAuth, ok
1051 deraadt,millert
1052 - Brought default sshd_config more in line with OpenBSD's
547c9f30 1053 - Grab server in gnome-ssh-askpass (Debian bug #49872)
1054 - Released 1.2pre10
e35c1dc2 1055
8bc7973f 1056 - Added INSTALL documentation
6fa724bc 1057 - Merged yet more changes from OpenBSD CVS
1058 - [auth-rh-rsa.c auth-rhosts.c auth-rsa.c channels.c clientloop.c]
1059 [ssh.c ssh.h sshconnect.c sshd.c]
1060 make all access to options via 'extern Options options'
1061 and 'extern ServerOptions options' respectively;
1062 options are no longer passed as arguments:
1063 * make options handling more consistent
1064 * remove #include "readconf.h" from ssh.h
1065 * readconf.h is only included if necessary
1066 - [mpaux.c] clear temp buffer
1067 - [servconf.c] print _all_ bad options found in configfile
045672f9 1068 - Make ssh-askpass support optional through autoconf
59b0f0d4 1069 - Fix nasty division-by-zero error in scp.c
1070 - Released 1.2pre11
8bc7973f 1071
4cca272e 107219991111
1073 - Added (untested) Entropy Gathering Daemon (EGD) support
67d68e3a 1074 - Fixed /dev/urandom fd leak (Debian bug #49722)
5bbb5681 1075 - Merged OpenBSD CVS changes:
1076 - [auth-rh-rsa.c] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
1077 - [ssh.1] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
1078 - [sshd.8] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
505fed0a 1079 - Fix integer overflow which was messing up scp's progress bar for large
3f1d9bcd 1080 file transfers. Fix submitted to OpenBSD developers. Report and fix
1081 from Kees Cook <cook@cpoint.net>
6a17f9c2 1082 - Merged more OpenBSD CVS changes:
1083 - [auth-krb4.c auth-passwd.c] remove x11- and krb-cleanup from fatal()
1084 + krb-cleanup cleanup
1085 - [clientloop.c log-client.c log-server.c ]
1086 [readconf.c readconf.h servconf.c servconf.h ]
1087 [ssh.1 ssh.c ssh.h sshd.8]
1088 add LogLevel {QUIET, FATAL, ERROR, INFO, CHAT, DEBUG} to ssh/sshd,
1089 obsoletes QuietMode and FascistLogging in sshd.
e35c1dc2 1090 - [sshd.c] fix fatal/assert() bug reported by damien@ibs.com.au:
1091 allow session_key_int != sizeof(session_key)
1092 [this should fix the pre-assert-removal-core-files]
1093 - Updated default config file to use new LogLevel option and to improve
1094 readability
1095
f370266e 109619991110
67d68e3a 1097 - Merged several minor fixes:
f370266e 1098 - ssh-agent commandline parsing
1099 - RPM spec file now installs ssh setuid root
1100 - Makefile creates libdir
4cca272e 1101 - Merged beginnings of Solaris compability from Marc G. Fournier
1102 <marc.fournier@acadiau.ca>
f370266e 1103
d4f11b59 110419991109
1105 - Autodetection of SSL/Crypto library location via autoconf
1106 - Fixed location of ssh-askpass to follow autoconf
1107 - Integrated Makefile patch from Niels Kristian Bech Jensen <nkbj@image.dk>
1108 - Autodetection of RSAref library for US users
1109 - Minor doc updates
560557bb 1110 - Merged OpenBSD CVS changes:
1111 - [rsa.c] bugfix: use correct size for memset()
1112 - [sshconnect.c] warn if announced size of modulus 'n' != real size
f025becb 1113 - Added GNOME passphrase requestor (use --with-gnome-askpass)
d397b172 1114 - RPM build now creates subpackages
aa51e7cc 1115 - Released 1.2pre9
d4f11b59 1116
e1a9c08d 111719991108
1118 - Removed debian/ directory. This is now being maintained separately.
1119 - Added symlinks for slogin in RPM spec file
1120 - Fixed permissions on manpages in RPM spec file
1121 - Added references to required libraries in README file
1122 - Removed config.h.in from CVS
1123 - Removed pwdb support (better pluggable auth is provided by glibc)
1124 - Made PAM and requisite libdl optional
1125 - Removed lots of unnecessary checks from autoconf
1126 - Added support and autoconf test for openpty() function (Unix98 pty support)
1127 - Fix for scp not finding ssh if not installed as /usr/bin/ssh
1128 - Added TODO file
1129 - Merged parts of Debian patch From Phil Hands <phil@hands.com>:
1130 - Added ssh-askpass program
1131 - Added ssh-askpass support to ssh-add.c
1132 - Create symlinks for slogin on install
1133 - Fix "distclean" target in makefile
1134 - Added example for ssh-agent to manpage
1135 - Added support for PAM_TEXT_INFO messages
1136 - Disable internal /etc/nologin support if PAM enabled
1137 - Merged latest OpenBSD CVS changes:
5bae4ab8 1138 - [all] replace assert() with error, fatal or packet_disconnect
e1a9c08d 1139 - [sshd.c] don't send fail-msg but disconnect if too many authentication
1140 failures
e1a9c08d 1141 - [sshd.c] remove unused argument. ok dugsong
1142 - [sshd.c] typo
1143 - [rsa.c] clear buffers used for encryption. ok: niels
1144 - [rsa.c] replace assert() with error, fatal or packet_disconnect
ade6fccd 1145 - [auth-krb4.c] remove unused argument. ok dugsong
e1a9c08d 1146 - Fixed coredump after merge of OpenBSD rsa.c patch
9010d60a 1147 - Released 1.2pre8
e1a9c08d 1148
3028328e 114919991102
1150 - Merged change from OpenBSD CVS
1151 - One-line cleanup in sshd.c
1152
474832c5 115319991030
1154 - Integrated debian package support from Dan Brosemer <odin@linuxfreak.com>
69256d9d 1155 - Merged latest updates for OpenBSD CVS:
1156 - channels.[ch] - remove broken x11 fix and document istate/ostate
1157 - ssh-agent.c - call setsid() regardless of argv[]
1158 - ssh.c - save a few lines when disabling rhosts-{rsa-}auth
1159 - Documentation cleanups
1160 - Renamed README -> README.Ylonen
1161 - Renamed README.openssh ->README
474832c5 1162
339660f6 116319991029
1164 - Renamed openssh* back to ssh* at request of Theo de Raadt
1165 - Incorporated latest changes from OpenBSD's CVS
1166 - Integrated Makefile patch from Niels Kristian Bech Jensen <nkbj@image.dk>
1167 - Integrated PAM env patch from Nalin Dahyabhai <nalin.dahyabhai@pobox.com>
549b3eed 1168 - Make distclean now removed configure script
1169 - Improved PAM logging
1170 - Added some debug() calls for PAM
4ecd19ea 1171 - Removed redundant subdirectories
1172 - Integrated part of a patch from Dan Brosemer <odin@linuxfreak.com> for
1173 building on Debian.
242588e6 1174 - Fixed off-by-one error in PAM env patch
1175 - Released 1.2pre6
339660f6 1176
5881cd60 117719991028
1178 - Further PAM enhancements.
1179 - Much cleaner
1180 - Now uses account and session modules for all logins.
1181 - Integrated patch from Dan Brosemer <odin@linuxfreak.com>
1182 - Build fixes
1183 - Autoconf
1184 - Change binary names to open*
1185 - Fixed autoconf script to detect PAM on RH6.1
1186 - Added tests for libpwdb, and OpenBSD functions to autoconf
221395b3 1187 - Released 1.2pre4
fca82d2e 1188
1189 - Imported latest OpenBSD CVS code
1190 - Updated README.openssh
93f04616 1191 - Released 1.2pre5
fca82d2e 1192
5881cd60 119319991027
1194 - Adapted PAM patch.
1195 - Released 1.0pre2
1196
1197 - Excised my buggy replacements for strlcpy and mkdtemp
1198 - Imported correct OpenBSD strlcpy and mkdtemp routines.
1199 - Reduced arc4random_stir entropy read to 32 bytes (256 bits)
1200 - Picked up correct version number from OpenBSD
1201 - Added sshd.pam PAM configuration file
1202 - Added sshd.init Redhat init script
1203 - Added openssh.spec RPM spec file
1204 - Released 1.2pre3
1205
120619991026
1207 - Fixed include paths of OpenSSL functions
1208 - Use OpenSSL MD5 routines
1209 - Imported RC4 code from nanocrypt
1210 - Wrote replacements for OpenBSD arc4random* functions
1211 - Wrote replacements for strlcpy and mkdtemp
1212 - Released 1.0pre1
This page took 0.261977 seconds and 5 git commands to generate.