| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create tagrelease/3.3.0_cvs | cvs2svn | 1999-09-16 | 1 | -1/+1 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-29 | 1 | -2/+2 |
| * | MFC: Allow ``set authkey'' irrespective of the current phase. | Brian Somers | 1999-08-23 | 1 | -14/+5 |
| * | MFC: Abstract the physical device layer (``show modem'' is now ``show | Brian Somers | 1999-08-23 | 1 | -118/+174 |
| * | MFC: NetBSD changes | Brian Somers | 1999-05-02 | 1 | -5/+5 |
| * | o Support ranges in ``alias port''. | Brian Somers | 1999-04-20 | 1 | -4/+4 |
| * | MFC: | Brian Somers | 1999-03-24 | 1 | -85/+174 |
| * | MFC: Parse IP addresses more securely - specifically, don't allow | Brian Somers | 1999-02-25 | 1 | -22/+7 |
| * | Allow a variable as the first arg to ``set proctitle''. | Brian Somers | 1998-12-14 | 1 | -7/+13 |
| * | Don't delete the primary interface address when | Brian Somers | 1998-11-05 | 1 | -3/+4 |
| * | Allow multiple systems (config labels) on the command | Brian Somers | 1998-10-31 | 1 | -22/+25 |
| * | Add ``set proctitle'' for changing argv[0]. All substitutions | Brian Somers | 1998-10-27 | 1 | -2/+46 |
| * | Add ``PROCESSID'' as a constant expanded when running | Brian Somers | 1998-10-27 | 1 | -2/+5 |
| * | Shuffle the iface-alias option so that's in alphabetical | Brian Somers | 1998-10-26 | 1 | -5/+5 |
| * | Add ``enable proxyall'' support. This adds proxy ARP entries | Brian Somers | 1998-10-26 | 1 | -7/+25 |
| * | Fix the interface alias code. Previously, I was expecting something | Brian Somers | 1998-10-26 | 1 | -13/+19 |
| * | Loosen our restrictions on setting enddisc, mrru, | Brian Somers | 1998-10-24 | 1 | -24/+54 |
| * | Solve the ``first connection'' problem that occurs on | Brian Somers | 1998-10-22 | 1 | -97/+199 |
| * | Move help displays left one column to avoid problems with | Brian Somers | 1998-10-17 | 1 | -3/+5 |
| * | Sync with OpenBSD ifdefs | Brian Somers | 1998-09-17 | 1 | -5/+9 |
| * | Add the following word substitutions when running a shell | Brian Somers | 1998-08-29 | 1 | -3/+15 |
| * | Allow the use of HISADDR, MYADDR and INTERFACE as words | Brian Somers | 1998-08-29 | 1 | -15/+78 |
| * | Mention ``cbcp'' in ``set log ?'' | Brian Somers | 1998-08-29 | 1 | -4/+4 |
| * | Fix some OpenBSD/alpha warnings | Brian Somers | 1998-08-26 | 1 | -3/+4 |
| * | Put the IP buffer queues into struct ipcp. | Brian Somers | 1998-08-26 | 1 | -4/+4 |
| * | If we've got a full output buffer queue and cannot send | Brian Somers | 1998-08-25 | 1 | -2/+12 |
| * | o Support callback types NONE, E.164, AUTH and CBCP. | Brian Somers | 1998-08-07 | 1 | -2/+59 |
| * | Always dial immediately on ``open'', ``dial'' and ``call''. | Brian Somers | 1998-07-31 | 1 | -15/+6 |
| * | Allow an optional ``!'' in the open, dial & call commands. | Brian Somers | 1998-07-29 | 1 | -8/+17 |
| * | Silence ``Network unreachable'' warnings when using | Brian Somers | 1998-07-28 | 1 | -4/+4 |
| * | Correct enable/disable handling (broken when ironing out | Brian Somers | 1998-07-12 | 1 | -3/+3 |
| * | Don't require context when there's only one link | Brian Somers | 1998-07-04 | 1 | -6/+8 |
| * | Version 2.0-beta becomes 2.0 :-) | Brian Somers | 1998-07-04 | 1 | -3/+3 |
| * | o Fix remaining sizeof problems for 64 bit machines. | Brian Somers | 1998-06-27 | 1 | -92/+104 |
| * | Remove redundant includes | Brian Somers | 1998-06-27 | 1 | -4/+2 |
| * | Don't dlopen()/dlsym() libalias, use it in the same way | Brian Somers | 1998-06-27 | 1 | -11/+9 |
| * | Add ``ipcp'' as an optional argument to ``open'', and make | Brian Somers | 1998-06-25 | 1 | -24/+42 |
| * | Create & use fsm2initial(), a function to bring a | Brian Somers | 1998-06-20 | 1 | -4/+3 |
| * | o Allow ``set mrru'' or ``set mrru 0'' to disable | Brian Somers | 1998-06-16 | 1 | -3/+3 |
| * | Change some log levels. ALERTs are only logged when | Brian Somers | 1998-06-16 | 1 | -3/+3 |
| * | Don't bring the modem offline or hangup when ``down lcp'' | Brian Somers | 1998-06-16 | 1 | -14/+20 |
| * | Fix a rather nasty use of `static'. This caused a SEGV | Brian Somers | 1998-06-15 | 1 | -12/+10 |
| * | Give ``load'' optional context. It's now possible to | Brian Somers | 1998-06-15 | 1 | -7/+7 |
| * | Make `close lcp' just close the LCP layer and not hangup. This is | Brian Somers | 1998-06-15 | 1 | -21/+24 |
| * | Add the ``clear'' function. | Brian Somers | 1998-06-12 | 1 | -2/+47 |
| * | o Maintain a link-type mask for open datalinks as well as | Brian Somers | 1998-06-12 | 1 | -5/+5 |
| * | Fix a couple of warnings noted with -Wall on FreeBSD-2.1.5. | Brian Somers | 1998-06-10 | 1 | -3/+3 |
| * | Correct ``set server'' usage and add mention that ``set ns'' changed | Brian Somers | 1998-06-08 | 1 | -3/+3 |
| * | Make ``set ? log'' more verbose. | Brian Somers | 1998-06-06 | 1 | -4/+5 |
| * | o Make modes consistent throughout ppp. The same strings are used | Brian Somers | 1998-05-29 | 1 | -5/+6 |