Go to file
christos 091c4109a8 merge OpenSSH 6.0
Features:

 * ssh-keygen(1): Add optional checkpoints for moduli screening
 * ssh-add(1): new -k option to load plain keys (skipping certificates)
 * sshd(8): Add wildcard support to PermitOpen, allowing things like
   "PermitOpen localhost:*".  bz #1857
 * ssh(1): support for cancelling local and remote port forwards via the
   multiplex socket. Use ssh -O cancel -L xx:xx:xx -R yy:yy:yy user@host"
   to request the cancellation of the specified forwardings
 * support cancellation of local/dynamic forwardings from ~C commandline

Bugfixes:

 * ssh(1): ensure that $DISPLAY contains only valid characters before
   using it to extract xauth data so that it can't be used to play local
   shell metacharacter games.
 * ssh(1): unbreak remote portforwarding with dynamic allocated listen ports
 * scp(1): uppress adding '--' to remote commandlines when the first
   argument does not start with '-'. saves breakage on some
   difficult-to-upgrade embedded/router platforms
 * ssh(1)/sshd(8): fix typo in IPQoS parsing: there is no "AF14" class,
   but there is an "AF21" class
 * ssh(1)/sshd(8): do not permit SSH2_MSG_SERVICE_REQUEST/ACCEPT during
   rekeying
 * ssh(1): skip attempting to create ~/.ssh when -F is passed
 * sshd(8): unbreak stdio forwarding when ControlPersist is in use; bz#1943
 * sshd(1): send tty break to pty master instead of (probably already
   closed) slave side; bz#1859
 * sftp(1): silence error spam for "ls */foo" in directory with files;
   bz#1683
 * Fixed a number of memory and file descriptor leaks
2012-05-02 02:41:08 +00:00
bin Increase width of table column so it formats more nicely. 2012-04-15 21:20:16 +00:00
common fix lint comment. 2012-04-07 16:28:59 +00:00
compat Fix typos; wording. 2012-03-29 18:35:11 +00:00
crypto merge OpenSSH 6.0 2012-05-02 02:41:08 +00:00
dist print sizeof() with %zu 2012-04-08 21:18:46 +00:00
distrib Check for del_rc_conf() == 0, not !del_rc_conf(), and fix a couple of 2012-05-01 18:28:47 +00:00
doc Update OpenSSH and Postfix entries 2012-04-25 12:22:48 +00:00
etc Update entries for proper PSX16550 com port device names. 2012-04-29 07:21:10 +00:00
external Update LLVM/Clang snapshot to r155677, bringing in a number of bugfixes. 2012-04-29 19:19:04 +00:00
extsrc
games use modern shell constructs 2012-04-26 03:16:13 +00:00
gnu Disable new -Wstring-plus-int warning where needed for now. 2012-04-04 10:59:44 +00:00
include PR/46360: YAMAMOTO Takashi: Restore NetBSD-5 compatibility with putenv() 2012-04-20 17:31:29 +00:00
lib document the correct argument to wstandout(3) and wstandend(3) 2012-05-01 17:32:58 +00:00
libexec Add capfile(5) to describe the termcap format. 2012-04-21 12:27:24 +00:00
regress Disable new -Wstring-plus-int warning where needed for now. 2012-04-04 10:59:44 +00:00
rescue Update location of "less" directory. 2011-07-03 22:05:01 +00:00
sbin fix cast in local macro 2012-04-20 13:20:39 +00:00
share Adjust xref for capability database file format. 2012-04-30 11:07:28 +00:00
sys remove some commented out / unused junk 2012-05-02 00:55:26 +00:00
tests Revert previous, si_addr is expected to be the faulting *data* address 2012-04-23 15:07:56 +00:00
tools Replace not only space but also '(' and ')' on generating BUILD_PLATFORM 2012-04-18 11:28:30 +00:00
usr.bin set close on exec for all opened files. 2012-04-29 23:50:22 +00:00
usr.sbin usage is dead. name_len should be read as unsigned byte. 2012-04-29 13:32:21 +00:00
x11 Move "libexpat" from X11 into base which fixes PR lib/40346. 2012-02-29 20:07:51 +00:00
build.sh Add sanity checks for live-image and install-image targets 2012-02-26 20:32:40 +00:00
BUILDING Add a missing period. 2012-02-23 13:34:15 +00:00
Makefile Add usr.bin to the exclude list for make includes. 2012-04-21 08:28:00 +00:00
Makefile.inc
UPDATING add note about SYMTAB_SPACE. 2012-03-19 06:08:51 +00:00