Go to file
christos 2649c70094 update to 6.1
This is primarily a bugfix release.

Features:

 * sshd(8): This release turns on pre-auth sandboxing sshd by default for
   new installs, by setting UsePrivilegeSeparation=sandbox in sshd_config.
 * ssh-keygen(1): Add options to specify starting line number and number of
   lines to process when screening moduli candidates, allowing processing
   of different parts of a candidate moduli file in parallel
 * sshd(8): The Match directive now supports matching on the local (listen)
   address and port upon which the incoming connection was received via
   LocalAddress and LocalPort clauses.
 * sshd(8): Extend sshd_config Match directive to allow setting AcceptEnv
   and {Allow,Deny}{Users,Groups}
 * Add support for RFC6594 SSHFP DNS records for ECDSA key types. bz#1978
 * ssh-keygen(1): Allow conversion of RSA1 keys to public PEM and PKCS8
 * sshd(8): Allow the sshd_config PermitOpen directive to accept "none" as
   an argument to refuse all port-forwarding requests.
 * sshd(8): Support "none" as an argument for AuthorizedPrincipalsFile
 * ssh-keyscan(1): Look for ECDSA keys by default. bz#1971
 * sshd(8): Add "VersionAddendum" to sshd_config to allow server operators
   to append some arbitrary text to the server SSH protocol banner.

Bugfixes:

 * ssh(1)/sshd(8): Don't spin in accept() in situations of file
   descriptor exhaustion. Instead back off for a while.
 * ssh(1)/sshd(8): Remove hmac-sha2-256-96 and hmac-sha2-512-96 MACs as
   they were removed from the specification. bz#2023,
 * sshd(8): Handle long comments in config files better. bz#2025
 * ssh(1): Delay setting tty_flag so RequestTTY options are correctly
   picked up. bz#1995
 * sshd(8): Fix handling of /etc/nologin incorrectly being applied to root
   on platforms that use login_cap.
2012-12-12 17:42:39 +00:00
bin Adjust everything under src (but outside src/tools) to use 2012-12-02 12:55:27 +00:00
common Change __XSCALE__ to _ARM_ARCH_DWORD_OK so that any cpu with dword load/store 2012-12-12 15:51:09 +00:00
compat Revert last, it breaks the tricks xsrc uses. 2012-08-23 21:21:14 +00:00
crypto update to 6.1 2012-12-12 17:42:39 +00:00
dist Protect a few more quotes in chat script examples. 2012-11-19 22:31:34 +00:00
distrib Add NPF "rndblock" extension to randomly drop packets (using a random function 2012-12-10 00:32:23 +00:00
doc Note recent arm improvements 2012-12-12 00:42:35 +00:00
etc Make the compat libs of npf extension shared libraries go to the 2012-12-09 22:06:21 +00:00
external PR/47306: Aleksey Cheusov: Don't free strings of symbols where we maintain 2012-12-10 19:49:05 +00:00
extsrc
games Add some quotes by Henry Ford, found at: 2012-12-08 22:38:09 +00:00
gnu Adjust everything under src (but outside src/tools) to use 2012-12-02 12:55:27 +00:00
include Check for _NETBSD_SOURCE being defined wherever we check for 2012-12-01 13:28:18 +00:00
lib Support binaries which use DT_GNU_HASH instead of DT_HASH. 2012-12-11 21:16:22 +00:00
libexec Minor typo 2012-12-04 22:42:14 +00:00
regress The sleeping test has been converted to ATF 2012-11-08 03:16:04 +00:00
rescue PR/46393 - Nat Sloss -- add gpt(8) to /rescue 2012-05-25 21:46:13 +00:00
sbin use __BITMAP_TYPE 2012-12-07 02:27:29 +00:00
share Add more external dependencies for crtstuff 2012-12-10 23:49:39 +00:00
sys Sprinkle redundant comments about PAD_P1_SWITCH to avoid stupid confusion. 2012-12-12 16:24:49 +00:00
tests add a test case for PR/47306 2012-12-10 20:30:06 +00:00
tools first define HOSTLIB and then include bsd.own.mk! 2012-12-10 00:34:56 +00:00
usr.bin - Sort option list; 2012-12-12 13:30:06 +00:00
usr.sbin - No mention of -t in the usage message or the manpage SYNOPSIS (Brooks Davis) 2012-12-12 15:52:10 +00:00
x11 Revert previous: tsutsui noted that this file is for X11R6. 2012-07-12 12:43:06 +00:00
build.sh Move some tests from validatemakeparams() to sanitycheck(), so the 2012-12-02 19:19:36 +00:00
BUILDING regen 2012-11-08 15:25:01 +00:00
Makefile Add src/etc/Makefile.params, containing the definition of the 2012-12-03 13:53:28 +00:00
Makefile.inc
UPDATING - Capitalization fixes (`OpenSSL'', not `openssl''); 2012-10-03 19:17:00 +00:00