Age | Commit message (Expand) | Author |
2000-12-29 | Log the ``MPPE: MasterKey is invalid...'' message as a CCP | brian |
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 |
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 |
2000-11-22 | Enable and accept MPPE by default (deflate & pred1 are preferred) | brian |
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 |
2000-11-07 | Pass the correct option data to the compression modules Init function | brian |
2000-11-02 | Some whitespace changes | brian |
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 |
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 |
2000-09-14 | Understand IPPROTO_ESP and IPPROTO_AH packets | brian |
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 |
2000-09-02 | Some misc tidyups | brian |
2000-08-31 | Use arc4random() instead of random() | brian |
2000-08-30 | Don't treat two or more whitespace followed by a comment as | brian |
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 |
2000-08-28 | Support radius accounting, and add a packet count to throughput | brian |
2000-08-18 | Make -DNOSUID (or -DPPP_NOSUID) possible to build ppp without SUID | brian |
2000-08-18 | Make -DNOSUID (or -DPPP_NOSUID) possible to build ppp without SUID | brian |
2000-08-18 | Warn that the ``alias'' command is depricated. | brian |
2000-08-17 | If we're in MP mode with a single open link, MP link level compression | brian |
2000-08-16 | ISDN B channels have a bandwidth of 64000, not 65536 | brian |
2000-08-16 | If the -p option is used, use setproctitle() to hide it's argument | brian |
2000-08-16 | setproctitle() doesn't need to be called with root privs, so move | brian |
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 |
2000-08-15 | Calculate the average link throughput using a counter based on the | brian |
2000-08-13 | Add forgotten file | brian |
2000-08-13 | Add support for streaming media; FreeBSD | brian |
2000-08-11 | If ``set title'' is given a `-' as the first character of the | brian |
2000-08-10 | Mention that pppoe requires netgraph(4) and without it, an external | brian |