summaryrefslogtreecommitdiff
path: root/pppd/demand.c
Commit message (Expand)AuthorAgeFilesLines
* Header file reorganization and cleaning up the public API for pppd version 2....Eivind Næss2023-01-211-2/+2
* For Linux, use the Linux / Glibc based defines instead of included headersEivind Næss2022-07-151-0/+1
* Changing PPP_FILTER to PPP_WITH_FILTER for consistency.Eivind Næss2022-07-151-3/+3
* Use autoconf/automake to configure and make pppEivind Næss2021-07-201-0/+4
* Convert to ANSI CPaul Mackerras2020-12-291-16/+9
* pppd: Remove unused rcsid variablesKurt Van Dijck2019-10-021-1/+0
* Set the outbound indicator on candidate dial-on-demand packets.Paul Mackerras2005-08-251-6/+9
* Remove the requirement that redistributions in binary form reproducePaul Mackerras2004-11-041-8/+3
* Make the filtering stuff work with recent versions of libpcap.Paul Mackerras2004-10-281-4/+2
* A bunch of fixes mostly aimed at fixing the problems we have beenPaul Mackerras2003-03-031-3/+4
* Update copyrights. The new CMU copyright notice is from CMU and nowPaul Mackerras2002-12-041-14/+30
* Separate out the setting of the interface MTU from the setting ofPaul Mackerras2001-03-081-1/+2
* only accept frame if it passes the pass filter as well as thePaul Mackerras2000-12-271-2/+5
* Some tiny fixes (minor castings) to remove annoying compiler warningsAdi Masputra2000-04-151-2/+2
* Fix the rcsid's for non-ansi compilersPaul Mackerras1999-08-131-3/+3
* kill warningPaul Mackerras1999-08-121-1/+1
* remove a couple of ansi-C-isms.Paul Mackerras1999-03-191-3/+2
* made loop_frame staticPaul Mackerras1999-03-191-2/+3
* syslog -> notice/error/etc.Paul Mackerras1999-03-161-3/+2
* mods to get it to compile better on linuxPaul Mackerras1997-11-271-2/+2
* optional packet filtering stuffPaul Mackerras1997-04-301-3/+16
* debuggingPaul Mackerras1996-08-281-1/+2
* call appropriate protocol's active_pkt procedure to filter pktsPaul Mackerras1996-07-011-8/+18
* took out bpf filtering stuffPaul Mackerras1996-05-281-4/+18
* Added packet filtering; use data proto number as arg to sifnpmodePaul Mackerras1996-04-041-6/+20
* Added functions for demand-dial supportPaul Mackerras1996-01-011-0/+296