| Commit message (Expand) | Author | Age | Files | Lines |
* | Tweak a data type from char * to u_char * | brian | 2002-05-04 | 1 | -2/+2 |
* | Make ``set mru'' require a context. In multi-link mode, there's no | brian | 2002-05-04 | 1 | -1/+1 |
* | Bump the version to mark the fixed FSM TLD ordering | brian | 2002-05-01 | 1 | -1/+1 |
* | If we receive a config request while Open, call TLD *before* decoding | brian | 2002-05-01 | 1 | -3/+7 |
* | Allow the peer to modify the LQR interval | brian | 2002-05-01 | 1 | -0/+1 |
* | Usage style sweep: spell "usage" with a small 'u'. | des | 2002-04-22 | 4 | -9/+9 |
* | Don't load the netgraph line discipline. When it's in use, TIOCMGET | brian | 2002-04-21 | 1 | -0/+7 |
* | Add variable substitutions for SOCKNAME, IPOCTETSIN, IPOCTETSOUT, IPPACKETSIN, | brian | 2002-04-17 | 2 | -32/+136 |
* | Don't display an extraneous ``: '' with some packets in/packets out diagnostics | brian | 2002-04-16 | 1 | -1/+1 |
* | Make the way FSM options are processed easier to read by using structures | brian | 2002-04-16 | 12 | -731/+746 |
* | When it's necessary to kldload tun(4), don't forget to re-try to open | brian | 2002-04-15 | 3 | -8/+15 |
* | Get tun P2P address from the local pool if RADIUS server returned | hosokawa | 2002-04-04 | 2 | -1/+5 |
* | Fix a typo | brian | 2002-03-31 | 1 | -1/+1 |
* | Add a missing ``#ifndef NONETGRAPH'' | brian | 2002-03-31 | 1 | -0/+2 |
* | Remove some extraneous whitespace | brian | 2002-03-31 | 1 | -1/+1 |
* | Include arpa/inet.h | brian | 2002-03-31 | 1 | -0/+2 |
* | Fix CLEANFILES. | ru | 2002-03-30 | 1 | -0/+1 |
* | Add a sprinkling of mp_Down() calls to ensure that we don't think that | brian | 2002-03-30 | 1 | -1/+7 |
* | Don't use the RTF_GATEWAY flag and pass the RTA_GATEWAY address when updating | brian | 2002-03-30 | 1 | -1/+8 |
* | Add a missing break | brian | 2002-03-30 | 1 | -0/+1 |
* | Merge the NETGRAPH branch into HEAD. tty devices now use netgraph's line | brian | 2002-03-30 | 30 | -147/+1226 |
* | Fix a typo | brian | 2002-03-25 | 1 | -1/+1 |
* | mdoc(7) police: .Va -> .Ev. | ru | 2002-03-15 | 1 | -1/+1 |
* | Use the return value from snprintf() to keep a track of the length of | brian | 2002-03-13 | 1 | -16/+17 |
* | Handle B460800 and B921600 being defined in <termios.h> | brian | 2002-03-12 | 1 | -0/+6 |
* | Don't drop the last character from ut_line in ID0logout(). | brian | 2002-03-05 | 1 | -7/+8 |
* | Don't blow away ``set escape'' settings when we've completed the | brian | 2002-03-04 | 3 | -2/+9 |
* | Document NGM_PPPOE_ACNAME handling. | brian | 2002-02-20 | 1 | -0/+6 |
* | Handle NGM_PPPOE_ACNAME messages. | brian | 2002-02-20 | 1 | -0/+5 |
* | o Move NTOHL() and associated macros into <sys/param.h>. These are | mike | 2002-02-18 | 1 | -0/+2 |
* | Detect if a udp socket on STDIN_FILENO is connected by calling | brian | 2002-01-23 | 1 | -7/+16 |
* | Cross reference the NETWORK ADDRESS TRANSLATION section when describing | brian | 2002-01-23 | 1 | -1/+5 |
* | socket()s first argument should be a protocol family rather than an | brian | 2002-01-16 | 11 | -15/+15 |
* | socket's first argument is an address family, not a protocol family. | brian | 2002-01-16 | 7 | -10/+10 |
* | When authenticating a name containing a ``\'', attempt to autenticate | brian | 2002-01-08 | 1 | -9/+50 |
* | Consider PROTO_IPV6 as compressible by CCP. | brian | 2001-12-09 | 1 | -1/+1 |
* | Pay attention to failures to SIOCAIFADDR and SIOCDIFFADDR. | brian | 2001-11-30 | 1 | -25/+39 |
* | Don't provide an RTA_GATEWAY sockaddr when we write RTM_CHANGE messages | brian | 2001-11-30 | 1 | -6/+0 |
* | Add some DEBUG logging to tell us when interface addresses are being | brian | 2001-11-30 | 1 | -0/+14 |
* | Remove the hack that ensures that rt_Update() works on FreeBSD. Now | brian | 2001-11-23 | 1 | -23/+5 |
* | When writing messages to the routing socket, round sockaddr sizes | brian | 2001-11-23 | 1 | -12/+19 |
* | Be paranoid about non-zero netmasks being associated with INET addresses | brian | 2001-11-23 | 2 | -5/+20 |
* | Remove an unused variable (oops) | brian | 2001-11-23 | 1 | -1/+1 |
* | Don't adjust_linklocal() when pulling a sockaddr out of an ncpaddr or | brian | 2001-11-23 | 3 | -10/+18 |
* | Remove a bogus log_Id() decl | brian | 2001-11-23 | 1 | -1/+0 |
* | Fix usage for the log command | brian | 2001-11-23 | 1 | -1/+1 |
* | Whitespace tweak | brian | 2001-11-23 | 1 | -1/+1 |
* | Expand the first argument of the ``log'' command if it's a variable. | brian | 2001-11-22 | 1 | -1/+1 |
* | Document that an UPTIME variable is now available | brian | 2001-11-22 | 1 | -0/+2 |
* | Remove unused variables | brian | 2001-11-04 | 1 | -5/+2 |