aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/filter.c
Commit message (Expand)AuthorAgeFilesLines
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Use NULL instead of 0 for pointers.Marcelo Araujo2016-04-151-1/+1
* Make ppp WARNS=5 cleanBrian Somers2004-09-051-13/+11
* Include the correct file (stdarg.h) and use va_list rather than _BSD_VA_LIST_Brian Somers2002-08-271-0/+1
* o Clean up some #includesBrian Somers2002-05-141-3/+1
* o Add ipv6 support, abstracting most NCP addresses into opaqueBrian Somers2001-08-141-293/+163
* Convert IIJ copyrights to BSD copyrights.Brian Somers2001-06-131-18/+24
* Handle IP over IP (IPPROTO_IPV4) properly.Brian Somers2001-04-241-1/+7
* Various whitespace changes.Brian Somers2000-10-301-2/+4
* Allow a ``timeout secs'' filter option to let specific packet typesBrian Somers2000-07-111-0/+7
* Undo the damage done to this file in my last commitBrian Somers2000-03-311-1/+1
* Add the ``nat target'' command.Brian Somers2000-03-311-1/+1
* Correct address parsingBrian Somers2000-03-301-1/+1
* Allow the use of hostnames instead of (and as well as) IPBrian Somers2000-03-291-4/+5
* Add the ``resolv'' command for telling ppp how to deal with resolv.conf.Brian Somers2000-03-141-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-115/+140
* 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-197/+231
|\
| * 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-106/+96
| * 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