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