Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-12-29 | Log the ``MPPE: MasterKey is invalid...'' message as a CCP | brian | |
diagnostic rather than a warning. | |||
2000-12-29 | Forwarding is set in sysctl.conf, not rc.conf (madey@openbsd.pl) | Angelos D. Keromytis | |
2000-12-15 | Correct documented defaults for mppe, chap80 and chap81 | brian | |
2000-12-14 | Display MSCHAP as CHAP80 in ``show cpp'' | brian | |
Display the interface mtu in ``show iface'' | |||
2000-11-29 | Spelling and punctuation fixes; FreeBSD | brian | |
2000-11-28 | Add ``enable/disable'' tcpmssfixup - enabled by default. | brian | |
2000-11-28 | Use only the bit after the ``\'' when hashing the challenge in | brian | |
MSChapv2 Submitted by: Ustimenko Semen <semen@iclub.nsu.ru> | |||
2000-11-22 | Enable and accept MPPE by default (deflate & pred1 are preferred) | brian | |
Accept MSCHAPv2 by default. Hard sentence breaks Describe tunneling more clearly Some cosmetic netgraph fixes (Not used in OpenBSD) | |||
2000-11-16 | Fix password clearing bug; FreeBSD | brian | |
2000-11-16 | Be more consistent with .Bl tags | brian | |
2000-11-16 | Be a bit more precise about what ``nat deny_incoming yes'' does. | brian | |
2000-11-11 | Increase M_MAXBUF so that it's greater than HDLCSIZE | brian | |
2000-11-07 | Don't assume that a SOCK_DGRAM descriptor in -direct mode is an | brian | |
unconnected socket. | |||
2000-11-07 | Pass the correct option data to the compression modules Init function | brian | |
rather than the data associated with the first protocol REQuested. Initiate MPPE session keys correctly based on whether we're client or server | |||
2000-11-02 | Some whitespace changes | brian | |
Some slightly better diagnostics Add MPPE and chapv2 support; Ustimenko Semen <semen@iclub.nsu.ru> Bump the version number Add ``all'' logging; perhaps@yes.no Handle quoted hash characters properly Honour ``nat deny_incoming'' properly Fix radius accounting initialisation Moan about tcsetattr() failures | |||
2000-11-02 | Improvements for ICMP and GRE/PPTP; FreeBSD | brian | |
2000-10-09 | If write() gives -1/ENOBUFS, keep the packet and sleep for 1/10th | brian | |
of a second before attempting to write it again (unless there's something else to do instead). | |||
2000-10-09 | Create fd_sets big enough to handle getdtablesize() descriptors. | brian | |
2000-10-06 | Fix byte ordering for CuSeeMe and add some tidy-ups; FreeBSD | brian | |
2000-09-14 | Fix some style nits | brian | |
2000-09-14 | Support PPPoATM, disabled for now as /usr/include/netnatm doesn't exist | brian | |
Submitted by: Jakob Stoklund Olesen <stoklund@taxidriver.dk> | |||
2000-09-14 | Understand IPPROTO_ESP and IPPROTO_AH packets | brian | |
Submitted by: Angelos D. Keromytis <angelos@dsl.cis.upenn.edu> | |||
2000-09-07 | Remove redundant includes | brian | |
2000-09-06 | Correct a typo; Dag-Erling Smorgrav <des@ofug.org> | brian | |
2000-09-02 | strtok() -> strsep() | brian | |
2000-09-02 | name-server -> nameserver | brian | |
2000-09-02 | Don't delete sticky routes on exit as we may not have successfully | brian | |
added them yet. Instead just rely on our deleting all routes associated with our interface. | |||
2000-09-02 | Some misc tidyups | brian | |
strtok() -> strsep() Handle icmp replies for requests originating outside the ``public'' interface correctly Obtained from: FreeBSD | |||
2000-08-31 | Use arc4random() instead of random() | brian | |
Suggested by: Theo | |||
2000-08-30 | Don't treat two or more whitespace followed by a comment as | brian | |
an empty argument | |||
2000-08-30 | Complain about invalid arguments passed to ``set ifaddr'' | brian | |
2000-08-29 | Fix LogMAX; Mark Hannon <markhannon@one.net.au> | brian | |
2000-08-29 | Use srandom(); Matt Behrens <matt@megaweapon.zigg.com> | brian | |
2000-08-28 | Add LogFILTER logging to log packets allowed by the dial filter and | brian | |
dropped by any filter. Submitted by: Mark Hannon <markhannon@one.net.au> with some small tweaks by me. | |||
2000-08-28 | Support radius accounting, and add a packet count to throughput | brian | |
statistics as a side effect. Submitted by: Marcin Cieslak <saper@system.pl> with some tweaks to RAD_ACCT_SESSION_ID and RAD_ACCT_MULTI_SESSION_ID generation by me. | |||
2000-08-18 | Make -DNOSUID (or -DPPP_NOSUID) possible to build ppp without SUID | brian | |
capabilities. | |||
2000-08-18 | Make -DNOSUID (or -DPPP_NOSUID) possible to build ppp without SUID | brian | |
capabilities. | |||
2000-08-18 | Warn that the ``alias'' command is depricated. | brian | |
We still process it for now though. | |||
2000-08-17 | If we're in MP mode with a single open link, MP link level compression | brian | |
isn't open and the links MRU >= our MRRU, send outbound traffic as PROTO_IP rather than PROTO_MP. This shaves some bytes off the front of each packet 'till the second link is brought up. Idea obtained from: Cisco | |||
2000-08-16 | ISDN B channels have a bandwidth of 64000, not 65536 | brian | |
Pointed out by: Christian Weisgerber <naddy@mips.inka.de> | |||
2000-08-16 | If the -p option is used, use setproctitle() to hide it's argument | brian | |
(a password) asap. | |||
2000-08-16 | setproctitle() doesn't need to be called with root privs, so move | brian | |
it from id.c into defs.c | |||
2000-08-16 | Default the bandwidth of an ISDN B channel to 65536bps | brian | |
2000-08-15 | SIGSEGV fix for FW_PUNCH code (not used in OpenBSD); FreeBSD | brian | |
2000-08-15 | Maintain input and output throughput averages and choose the highest | brian | |
of the two when calculating the MP throughput average for the ``set autoload'' implementation. This makes more sense as all links I know of are full-duplex. This also means that people may need to adjust their autoload settings as 100% bandwidth is now the theoretical maximum rather than 200% (but of course, halfing the current settings is probably not the correct answer either!). This involves a ppp version bump as we need to pass an extra throughput array through the MP local domain socket. | |||
2000-08-15 | Calculate the average link throughput using a counter based on the | brian | |
cumulative total of all active links rather than basing it on the total of PROTO_MP traffic. This fixes a problem whereby Cisco routers send PROTO_IP packets only when there's only one link (hmm, what a good idea!). | |||
2000-08-13 | Add forgotten file | brian | |
2000-08-13 | Add support for streaming media; FreeBSD | brian | |
Add support for radius accounting in radlib.c (not yet working in ppp); FreeBSD | |||
2000-08-11 | If ``set title'' is given a `-' as the first character of the | brian | |
first arg, move it into the setproctitle() format string. This is only actually useful on FreeBSD. | |||
2000-08-10 | Mention that pppoe requires netgraph(4) and without it, an external | brian | |
pppoe program must be used (such as pppoe(8)). |