Mpd 3.8 User Manual
: Introduction
: Change history
Previous: Organization of this manual
Next: Installation
1.4. Change history
Changes since version 3.7:
- Now setting
max-redial
to -1 means mpd will never redial.
This is useful for dial-in servers.
- Increased the default
FD_SETSIZE
to 2048 so we can
handle lots of bundles, and made it compile-time adjustable.
- Allow multiple PPTP connections from the same IP address
when this is OK to do (no explicit peer IP addresses configured).
This allows multiple incoming connections through a remote NAT device.
- Added support for 56-bit MPPE encryption.
- Allow the inner and outer PPTP IP addresses to be the same,
relying on the kernel to return an error if it needs to.
This reverts the change put into version 3.3.
- Fixed bug in MTU calculation when doing MPPC/MPPE.
- Added the
set pptp phonenum number
command.
- Added documentation for the
delayed-ack
and always-ack
PPTP device configuration options.
- Minor tweaks to the sample config files.
Changes since version 3.6:
- Fix a bug where the MPPE keys were being incorrectly generated
when MS-CHAP was used to authenticate in both directions.
Changes since version 3.5:
- Fix MS-CHAPv2 acknowledge reply to workaround Win9x bug when
trying to negotiate MPPE encryption.
Changes since version 3.4:
- Fix an install problem on FreeBSD-current.
- Display the peer's authname and EID in ``show bundle'' command.
Changes since version 3.3:
- Support for MS-CHAPv2 when we are the server.
Always request MS-CHAPv2 first, then accept MS-CHAPv1
if the peer requests that instead.
- Fix for possible core dump in ECP code.
- Fix for bug in event library when an invalid file
descriptor is passed.
- Disallow allow PPTP peer inside and outside IP addresses
from being the same; we know this won't work.
- Fixed bug in PAP code where the PAP response packet would
be improperly formatted.
- Accept EINPROGRESS error from ng_ksocket connect message.
This happens on FreeBSD-current for some reason.
- Accept PPTP messages with non-zero values in reserved
fields. They violate the specification but some peers
send them anyway.
- Remove bogus extra field in definition of PPTP StopCtrlConnReply.
Changes since version 3.2:
- There is no longer a fixed limit to the number of
bundles and/or links that may be created.
- Better random number generation using
srandomdev(4)
.
- Miscellaneous minor bug fixes.
- Support for authenticating to the peer using Microsoft CHAP Version 2
has been added.
Note:
When authenticating the peer, only Version 1 is requested.
- Hostnames are allowed in the configuration files.
The latter two are thanks to Franco Venturi
<fventuri@mediaone.net>
Mpd 3.8 User Manual
: Introduction
: Change history
Previous: Organization of this manual
Next: Installation