aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/filter.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: EverythingBrian Somers2002-09-011-294/+163
* MFC: Convert IIJ copyrights to BSD copyrights.Brian Somers2001-06-131-18/+24
* MFC: Support -DPPP_CONFDIRBrian Somers2001-05-171-1/+7
* MFC: Add MPPE, MSChapv2 and tcpmssfixupBrian Somers2000-12-181-2/+4
* MFC: -DPPP_NOSUID supportBrian Somers2000-08-191-0/+7
* MFC: Make redial & reconnect work againBrian Somers2000-04-131-4/+5
* MFC:Brian Somers2000-03-211-1/+23
* Add a bunch of `const's and fix a typo.Brian Somers1999-12-271-4/+4
* Support GRE packetsBrian Somers1999-09-301-1/+24
* Fix the ``lt'' comparison in ``set filter''Brian Somers1999-09-211-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* #ifdef IPPROTO_OSPFIGP before expecting it to be defined.Brian Somers1999-08-021-1/+5
* Filter ospf and igmp separately.Brian Somers1999-08-021-5/+29
* Fix a load of typosBrian Somers1999-07-281-2/+2
* o Overhaul filtering, adding facilities to jump over rules and toBrian Somers1999-07-271-114/+139
* Fix an off-by-one error and correct the man page WRT clearingBrian Somers1999-07-261-2/+2
* Support `igmp' filters.Brian Somers1999-06-231-2/+17
* Remember if MYADDR or HISADDR is used in a filter add tweak allBrian Somers1999-05-311-12/+64
* o Redesign the layering mechanism and make the aliasing code part ofBrian Somers1999-05-081-1/+2
* Initial RADIUS support (using libradius). See the man page forBrian Somers1999-01-281-21/+33
* Solve the ``first connection'' problem that occurs onBrian Somers1998-10-221-5/+9
* Don't assume ``sizeof(u_long) == 4''Brian Somers1998-06-271-2/+2
* Fix a rather nasty use of `static'. This caused a SEGVBrian Somers1998-06-151-2/+2
* MFMP: Make ppp multilink capable.Brian Somers1998-05-211-196/+230
|\
| * Cosmetic: Make our external function names consistent.Brian Somers1998-05-011-29/+29
| * o Add the link name to modem diagnostics.Brian Somers1998-04-281-1/+2
| * Make gcc-2.8.1 build ppp cleanly.Brian Somers1998-04-251-2/+3
| * o Understand ``syn'' and ``finrst'' in filter rules. ThisBrian Somers1998-04-161-27/+36
| * Pass all command arguments around with struct cmdargs ratherBrian Somers1998-04-141-13/+14
| * o Move alias function pointers into loadalias.cBrian Somers1998-04-071-2/+2
| * Remove unused includes.Brian Somers1998-04-061-3/+1
| * Deglobalise `struct prompt':Brian Somers1998-04-031-17/+17
| * o Drop packets that fail the dial filter when we're inBrian Somers1998-04-031-55/+76
| * o Move struct lcp and struct ccp into struct link.Brian Somers1998-04-031-2/+5
| * Move VJ compression state and stats into struct ipcp.Brian Somers1998-03-161-1/+4
| * Move filter sets into struct bundle.Brian Somers1998-03-161-102/+92
| * Move the IPCP into struct bundle.Brian Somers1998-03-131-15/+14
| * De-staticise LQR informationBrian Somers1998-03-131-1/+2
| * Shuffle around our FSMs a bit. This'll make itBrian Somers1998-02-211-3/+3
| * Move the terminal/diagnostic socket stuff out of main.cBrian Somers1998-02-101-15/+16
| * Move the global FSMs into their relevent structures.Brian Somers1998-01-311-1/+2
| * Create `struct link' - the logical link from whichBrian Somers1998-01-301-1/+3
| * o Move global/static IPCP data into IpcpInfo.Brian Somers1998-01-291-2/+5
| * This commit was manufactured by cvs2svn to create branch 'MP'.cvs2svn1998-01-291-0/+499
* Remove unused #includes.Brian Somers1998-01-211-3/+2
* Cosmetic (style):Brian Somers1997-12-241-2/+2
* Allow random IP number allocation to peer.Brian Somers1997-12-131-5/+10
* Fix prototypes.Brian Somers1997-11-221-42/+47
* Return correct value from "set loopback".Brian Somers1997-11-121-2/+8
* Increase chat script sizes to 512Brian Somers1997-11-091-1/+2