summaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/Makefile
AgeCommit message (Collapse)Author
1998-08-31Move libalias sources into the ppp directory.brian
Suggested (many times) by: Theo
1998-08-31Upgrade ppp to version 2.0brian
This adds a number of features including: o Multilink o Callback (including CBCP) o DNS negotiation (client & server) o Easy to configure masquerading/packet aliasing o Any number of diagnostic socket connections (limits DOS attacks) o Sticky routes (ppp updates the routing table when the IP number is changed) See the file README.changes for things that effect current configurations.
1998-06-07Fix previous commit. bit 1 is the execute bit, not the read bit *blush*brian
ie, BINMODE=4551 -> BINMODE=4554 Pointed out by: Bruce Evans <bde@zeta.org.au>
1998-06-07Make ppp world-readable so that root can get at it overbrian
NFS when nobody isn't in group network :-) Pointed out by: Bruce Evans <bde@zeta.org.au>
1998-04-26Remove libalias entirely.brian
1998-04-26Exclude use of the libalias stubs as there is no usefulbrian
way of determining if dlopen() and dlsym() exist.
1998-04-25Add libalias and tidy up a few warnings.brian
libalias does not build by default, you must build and install it manually (cd ppp/libalias && make && make install).
1997-12-15Include iplist.c (forgotten when updating for dynamicbrian
IP support).
1997-12-06Add DEFLATE capabilities (rfc1979).brian
1997-11-26Don't look for /usr/include/alias.h in the Makefile,brian
expect ``make -DHAVE_LIBALIAS'' instead. alias.h poo poo'd by: Theo
1997-11-23Import version 1.5 of ppp.brian
<sales> This is a user-level ppp implementation that uses the tun driver. It was originally created by a Japanese ISP. It's now piled with features. Check the man pages for details. </sales> The sources are identical to the ones in FreeBSD, except for the Makefile. IP aliasing (NAT) is disabled, and can be enabled by simply doing a ``make install'' of libalias, then rebuilding ppp. I'll create libalias as a port soon.