X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=README;h=28b94bfcba73b4c9f86f3344a9de1bc057b6d9b2;hp=9398929a2238247941a8ac7014a91732f103013c;hb=96a47326d0073d66e287fb05fa34d119f46744ed;hpb=4158c3889abc772afbb1b313943d3d2797901648 diff --git a/README b/README index 9398929..28b94bf 100644 --- a/README +++ b/README @@ -41,8 +41,7 @@ that system. The supported systems, and the corresponding README files, are: Linux README.linux - Solaris 2 README.sol2 - SunOS 4.x README.sunos4 + Solaris README.sol2 In each case you start by running the ./configure script. This works out which operating system you are using and creates symbolic links to @@ -57,9 +56,51 @@ use any IP address. (This only applies where the peer is authenticating itself to you, of course.) -What's new in ppp-2.4.1. +What's new in ppp-2.4.2. ************************ +* The CHAP code has been rewritten. Pppd now has support for MS-CHAP + V1 and V2 authentication, both as server and client. The new CHAP + code is cleaner than the old code and avoids some copyright problems + that existed in the old code. + +* MPPE (Microsoft Point-to-Point Encryption) support has been added, + although the current implementation shouldn't be considered + completely secure. (There is no assurance that the current code + won't ever transmit an unencrypted packet.) + +* James Carlson's implementation of the Extensible Authentication + Protocol (EAP) has been added. + +* Support for the Encryption Control Protocol (ECP) has been added. + +* Some new plug-ins have been included: + - A plug-in for kernel-mode PPPoE (PPP over Ethernet) + - A plug-in for supplying the PAP password over a pipe from another + process + - A plug-in for authenticating using a Radius server. + +* Updates and bug-fixes for the Solaris port. + +* The CBCP (Call Back Control Protocol) code has been updated. There + are new options `remotenumber' and `allow-number'. + +* Extra hooks for plugins to use have been added. + +* There is now a `maxoctets' option, which causes pppd to terminate + the link once the number of bytes passed on the link exceeds a given + value. + +* There are now options to control whether pppd can use the IPCP + IP-Address and IP-Addresses options: `ipcp-no-address' and + `ipcp-no-addresses'. + +* Fixed several bugs, including potential buffer overflows in chat. + + +What was new in ppp-2.4.1. +************************** + * Pppd can now print out the set of options that are in effect. The new `dump' option causes pppd to print out the option values after option parsing is complete. The `dryrun' option causes pppd to @@ -94,7 +135,7 @@ What was new in ppp-2.4.0. * Multilink: this package now allows you to combine multiple serial links into one logical link or `bundle', for increased bandwidth and reduced latency. This is currently only supported under the - Linux-2.3.99pre5 or later kernels. + 2.4.x and later Linux kernels. * All the pppd processes running on a system now write information into a common database. I used the `tdb' code from samba for this. @@ -145,8 +186,7 @@ If you find bugs in this package, please report them to the maintainer for the port for the operating system you are using: Linux Paul Mackerras -Solaris 2 James Carlson -SunOS 4.x Adi Masputra +Solaris James Carlson Copyrights: @@ -162,7 +202,7 @@ Distribution: The primary site for releases of this software is: - ftp://linuxcare.com.au/pub/ppp/ + ftp://ftp.samba.org/pub/ppp/ -($Id: README,v 1.24 2001/03/09 00:53:57 paulus Exp $) +($Id: README,v 1.29 2003/06/29 10:04:10 paulus Exp $)