| Commit message (Expand) | Author | Age | Files | Lines |
* | Extend the ``set redial'' command to allow incremental | brian | 1999-03-04 | 1 | -3/+3 |
* | Correct some ntohl/htonl bogons in the netmask handling. | brian | 1999-03-03 | 1 | -3/+3 |
* | Allow control over the number of ConfigREQ & TermREQ attempts | brian | 1999-02-26 | 1 | -47/+71 |
* | Parse IP addresses more securely - specifically, don't allow | brian | 1999-02-25 | 1 | -22/+7 |
* | Fully support both NT and LANMan CHAP type 0x80 as both | brian | 1999-02-18 | 1 | -17/+37 |
* | Wait by default for one second after the login script | brian | 1999-02-16 | 1 | -3/+19 |
* | When resending chap challenges, resend the same challenge | brian | 1999-02-11 | 1 | -7/+7 |
* | Version 2.0 > 2.1 to reflection RADIUS additions. | brian | 1999-01-28 | 1 | -3/+3 |
* | Initial RADIUS support (using libradius). See the man page for | brian | 1999-01-28 | 1 | -14/+39 |
* | Allow a variable as the first arg to ``set proctitle''. | brian | 1998-12-14 | 1 | -7/+13 |
* | Don't delete the primary interface address when | brian | 1998-11-05 | 1 | -3/+4 |
* | Allow multiple systems (config labels) on the command | brian | 1998-10-31 | 1 | -22/+25 |
* | Add ``set proctitle'' for changing argv[0]. All substitutions | brian | 1998-10-27 | 1 | -2/+46 |
* | Add ``PROCESSID'' as a constant expanded when running | brian | 1998-10-27 | 1 | -2/+5 |
* | Shuffle the iface-alias option so that's in alphabetical | brian | 1998-10-26 | 1 | -5/+5 |
* | Add ``enable proxyall'' support. This adds proxy ARP entries | brian | 1998-10-26 | 1 | -7/+25 |
* | Fix the interface alias code. Previously, I was expecting something | brian | 1998-10-26 | 1 | -13/+19 |
* | Loosen our restrictions on setting enddisc, mrru, | brian | 1998-10-24 | 1 | -24/+54 |
* | Solve the ``first connection'' problem that occurs on | brian | 1998-10-22 | 1 | -97/+199 |
* | Move help displays left one column to avoid problems with | brian | 1998-10-17 | 1 | -3/+5 |
* | Sync with OpenBSD ifdefs | brian | 1998-09-17 | 1 | -5/+9 |
* | Add the following word substitutions when running a shell | brian | 1998-08-29 | 1 | -3/+15 |
* | Allow the use of HISADDR, MYADDR and INTERFACE as words | brian | 1998-08-29 | 1 | -15/+78 |
* | Mention ``cbcp'' in ``set log ?'' | brian | 1998-08-29 | 1 | -4/+4 |
* | Fix some OpenBSD/alpha warnings | brian | 1998-08-26 | 1 | -3/+4 |
* | Put the IP buffer queues into struct ipcp. | brian | 1998-08-26 | 1 | -4/+4 |
* | If we've got a full output buffer queue and cannot send | brian | 1998-08-25 | 1 | -2/+12 |
* | o Support callback types NONE, E.164, AUTH and CBCP. | brian | 1998-08-07 | 1 | -2/+59 |
* | Always dial immediately on ``open'', ``dial'' and ``call''. | brian | 1998-07-31 | 1 | -15/+6 |
* | Allow an optional ``!'' in the open, dial & call commands. | brian | 1998-07-29 | 1 | -8/+17 |
* | Silence ``Network unreachable'' warnings when using | brian | 1998-07-28 | 1 | -4/+4 |
* | Correct enable/disable handling (broken when ironing out | brian | 1998-07-12 | 1 | -3/+3 |
* | Don't require context when there's only one link | brian | 1998-07-04 | 1 | -6/+8 |
* | Version 2.0-beta becomes 2.0 :-) | brian | 1998-07-04 | 1 | -3/+3 |
* | o Fix remaining sizeof problems for 64 bit machines. | brian | 1998-06-27 | 1 | -92/+104 |
* | Remove redundant includes | brian | 1998-06-27 | 1 | -4/+2 |
* | Don't dlopen()/dlsym() libalias, use it in the same way | brian | 1998-06-27 | 1 | -11/+9 |
* | Add ``ipcp'' as an optional argument to ``open'', and make | brian | 1998-06-25 | 1 | -24/+42 |
* | Create & use fsm2initial(), a function to bring a | brian | 1998-06-20 | 1 | -4/+3 |
* | o Allow ``set mrru'' or ``set mrru 0'' to disable | brian | 1998-06-16 | 1 | -3/+3 |
* | Change some log levels. ALERTs are only logged when | brian | 1998-06-16 | 1 | -3/+3 |
* | Don't bring the modem offline or hangup when ``down lcp'' | brian | 1998-06-16 | 1 | -14/+20 |
* | Fix a rather nasty use of `static'. This caused a SEGV | brian | 1998-06-15 | 1 | -12/+10 |
* | Give ``load'' optional context. It's now possible to | brian | 1998-06-15 | 1 | -7/+7 |
* | Make `close lcp' just close the LCP layer and not hangup. This is | brian | 1998-06-15 | 1 | -21/+24 |
* | Add the ``clear'' function. | brian | 1998-06-12 | 1 | -2/+47 |
* | o Maintain a link-type mask for open datalinks as well as | brian | 1998-06-12 | 1 | -5/+5 |
* | Fix a couple of warnings noted with -Wall on FreeBSD-2.1.5. | brian | 1998-06-10 | 1 | -3/+3 |
* | Correct ``set server'' usage and add mention that ``set ns'' changed | brian | 1998-06-08 | 1 | -3/+3 |
* | Make ``set ? log'' more verbose. | brian | 1998-06-06 | 1 | -4/+5 |