| Commit message (Expand) | Author | Age | Files | Lines |
* | If write() gives -1/ENOBUFS, keep the packet and sleep for 1/10th | brian | 2000-10-09 | 1 | -2/+3 |
* | Create fd_sets big enough to handle getdtablesize() descriptors. | brian | 2000-10-09 | 4 | -38/+68 |
* | Fix some style nits | brian | 2000-09-14 | 1 | -11/+13 |
* | Support PPPoATM, disabled for now as /usr/include/netnatm doesn't exist | brian | 2000-09-14 | 5 | -1/+282 |
* | Understand IPPROTO_ESP and IPPROTO_AH packets | brian | 2000-09-14 | 2 | -0/+36 |
* | Spelling police | brian | 2000-09-06 | 1 | -2/+2 |
* | libutil.h is no longer required for setproctitle() | brian | 2000-09-02 | 1 | -5/+0 |
* | Fix resolv.conf line hint: "name-server" -> "nameserver" | rse | 2000-08-31 | 2 | -2/+2 |
* | Use arc4random() instead of random() | brian | 2000-08-31 | 2 | -1/+9 |
* | Don't treat two or more whitespace followed by a comment as | brian | 2000-08-30 | 1 | -6/+11 |
* | Complain about invalid arguments passed to ``set ifaddr'' | brian | 2000-08-30 | 1 | -2/+14 |
* | Correct LogMAX | brian | 2000-08-29 | 1 | -1/+1 |
* | Use srandom() under OpenBSD | brian | 2000-08-29 | 1 | -1/+1 |
* | Add LogFILTER logging to log packets allowed by the dial filter and | brian | 2000-08-28 | 5 | -28/+83 |
* | Support radius accounting, and add a packet count to throughput | brian | 2000-08-28 | 7 | -5/+206 |
* | Make -DNOSUID (or -DPPP_NOSUID) possible to build ppp without SUID | brian | 2000-08-18 | 8 | -4/+70 |
* | Warn that the ``alias'' command is depricated. | brian | 2000-08-18 | 1 | -0/+10 |
* | If we're in MP mode with a single open link, MP link level compression | brian | 2000-08-17 | 2 | -34/+83 |
* | ISDN B channels have a bandwidth of 64000, not 65536 | brian | 2000-08-16 | 1 | -1/+1 |
* | setproctitle() doesn't need to be called with root privs, so move | brian | 2000-08-16 | 6 | -28/+20 |
* | Default the bandwidth of an ISDN B channel to 65536bps | brian | 2000-08-16 | 1 | -3/+5 |
* | Maintain input and output throughput averages and choose the highest | brian | 2000-08-15 | 9 | -44/+77 |
* | Calculate the average link throughput using a counter based on the | brian | 2000-08-15 | 6 | -37/+57 |
* | Don't delete sticky routes when unconfiguring the interface. | brian | 2000-08-14 | 2 | -14/+0 |
* | Index: ppp.8 | brian | 2000-08-13 | 2 | -2/+2 |
* | Mention that pppoe requires netgraph(4) and without it, an external | brian | 2000-08-10 | 2 | -2/+26 |
* | Allow leading ``!'' characters in authkeys and chat scripts to | brian | 2000-08-09 | 5 | -9/+33 |
* | If the first character of the ``set title'' argument is `-', | brian | 2000-08-09 | 1 | -1/+4 |
* | Don't mis-interpret sockaddr_in6 structures as sockaddr_in structures | brian | 2000-07-20 | 1 | -1/+1 |
* | Describe the new VERSION and COMPILATIONDATE macros and mention that the | brian | 2000-07-19 | 2 | -8/+30 |
* | Support link identification from rfc1570 | brian | 2000-07-19 | 17 | -22/+176 |
* | Permit multiple ``allow user'' lines in any given section | brian | 2000-07-12 | 3 | -8/+19 |
* | Correct ``set filter'' usage | brian | 2000-07-12 | 2 | -4/+8 |
* | Fix a rather nasty latency problem that occurs with single tcp sessions | brian | 2000-07-12 | 1 | -11/+17 |
* | Allow a ``timeout secs'' filter option to let specific packet types | brian | 2000-07-11 | 10 | -212/+295 |
* | Fix -auto breakage introduced with the last commit. | brian | 2000-07-11 | 1 | -1/+1 |
* | o Log the (payload/size) of all packet types, not just TCP packets | brian | 2000-07-07 | 8 | -33/+157 |
* | kldload ng_ether if we need to. | brian | 2000-06-28 | 1 | -2/+8 |
* | Don't assign an MTU based on the peers first-link MRU in MP mode. | brian | 2000-06-24 | 1 | -5/+4 |
* | Fix a printf-style arg cast (again) | brian | 2000-06-23 | 1 | -1/+2 |
* | e.g. -> e.g., | brian | 2000-06-23 | 2 | -4/+4 |
* | Correct PPPoE in multi-link mode | brian | 2000-06-22 | 1 | -1/+1 |
* | Remove ``nat pptp'' as this is now done transparently by libalias. | brian | 2000-06-20 | 6 | -74/+1 |
* | Allow padding in LQR ECHO requests | brian | 2000-06-20 | 1 | -2/+3 |
* | Don't mis-match interface names in iface_Create() | brian | 2000-06-19 | 1 | -2/+3 |
* | Fix a printf-style format error | brian | 2000-06-18 | 1 | -1/+1 |
* | A few more hard-sentence breaks. | brian | 2000-06-13 | 2 | -22/+28 |
* | Hard sentence breaks and trailing space tidy-ups | brian | 2000-06-11 | 2 | -1054/+1708 |
* | Don't oan about padding characters | brian | 2000-06-11 | 1 | -2/+0 |
* | Add ``set ifqueue'' to control the size of the outgoing packet | brian | 2000-06-11 | 6 | -2/+57 |