=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/52.html,v retrieving revision 1.31 retrieving revision 1.32 diff -c -r1.31 -r1.32 *** www/52.html 2012/09/07 02:04:13 1.31 --- www/52.html 2012/09/07 02:27:05 1.32 *************** *** 114,120 ****
  • Increased TCP initial window to 14600 bytes as proposed in draft-ietf-tcpm-initcwnd.
  • Cleanup handling of sockaddrs in degenerate use cases. !
  • Improved handling of error and limit cases in file-descriptor passing.
  • Improved socketbuffer handling for AF_UNIX sockets.
  • Improved error handling in socket splicing.
  • IPv6 privacy addresses now appear alongside SLAAC addresses. --- 114,120 ----
  • Increased TCP initial window to 14600 bytes as proposed in draft-ietf-tcpm-initcwnd.
  • Cleanup handling of sockaddrs in degenerate use cases. !
  • Improved handling of error and limit cases in file descriptor passing.
  • Improved socketbuffer handling for AF_UNIX sockets.
  • Improved error handling in socket splicing.
  • IPv6 privacy addresses now appear alongside SLAAC addresses. *************** *** 143,149 **** tcpbench(1) and tmux(1) now rate limit their accepting of new connections when experiencing file descriptor exhaustion. !
  • Allow route(8) destination/prefixlen syntax for ipv6 routes.
  • ASCII packet dumping support in tcpdump(8).
  • Better etherip and BGP protocol support in tcpdump(8).
  • tcpdump(8) --- 143,149 ---- tcpbench(1) and tmux(1) now rate limit their accepting of new connections when experiencing file descriptor exhaustion. !
  • Allow route(8) destination/prefixlen syntax for IPv6 routes.
  • ASCII packet dumping support in tcpdump(8).
  • Better etherip and BGP protocol support in tcpdump(8).
  • tcpdump(8) *************** *** 159,166 ****
  • Adjust the bgpd(8) route decision code to cover checks needed due to route reflection.
  • Various fixes to improve error reporting in bgpd(8) including support of RFC 6608.
  • For debugging purposes bgpctl(8) can load MRT dumps into bgpd(8). !
  • Fixed distribution of MPLS VPN routes in bgpd(8) !
  • Introduce selected to bgpctl(8) as show rib attribute to only show selected routes.
  • Correctly support the LSA_TYPE_AREA_OPAQ and LSA_TYPE_AS_OPAQ types in ospfd(8).
  • tftp(1) client now supports IPv6.
  • Make relayd(8) able to handle transactions larger than 2GB in size. --- 159,166 ----
  • Adjust the bgpd(8) route decision code to cover checks needed due to route reflection.
  • Various fixes to improve error reporting in bgpd(8) including support of RFC 6608.
  • For debugging purposes bgpctl(8) can load MRT dumps into bgpd(8). !
  • Fixed distribution of MPLS VPN routes in bgpd(8). !
  • Introduced a new option "selected" to the bgpctl(8) "show rib" command to show only selected routes.
  • Correctly support the LSA_TYPE_AREA_OPAQ and LSA_TYPE_AS_OPAQ types in ospfd(8).
  • tftp(1) client now supports IPv6.
  • Make relayd(8) able to handle transactions larger than 2GB in size. *************** *** 186,192 ****
  • The prio and tos options are now part of the "set { }" block. See pf.conf(5).
  • Allow to set the tos on IPv6 packets. !
  • Better demotion handling in pfsync(4) to prevent failovers w/o having a full state table.
  • Fixed printing of wildcard anchors in pfctl(8).
  • ... --- 186,192 ----
  • The prio and tos options are now part of the "set { }" block. See pf.conf(5).
  • Allow to set the tos on IPv6 packets. !
  • Better demotion handling in pfsync(4) to prevent failovers without having a full state table.
  • Fixed printing of wildcard anchors in pfctl(8).
  • ... *************** *** 260,272 ****
  • sshd-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)
  • sshd-keygen(1): Allow conversion of RSA1 keys to public PEM and PKCS8 --- 260,272 ----
  • sshd-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)
  • sshd-keygen(1): Allow conversion of RSA1 keys to public PEM and PKCS8 *************** *** 274,280 **** 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
  • sshd-keyscan(1): Look for ECDSA keys by default. (bz#1971)
  • sshd(8): --- 274,280 ---- 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.
  • sshd-keyscan(1): Look for ECDSA keys by default. (bz#1971)
  • sshd(8): *************** *** 303,309 ****

  • Over 7600 ports, major performance and stability improvements in ! the package build process