aboutsummaryrefslogtreecommitdiffstats
path: root/package/ppp
Commit message (Collapse)AuthorAgeFilesLines
...
* ppp: utilize the new keepfiles facility to backup the whole radius directoryJo-Philipp Wich2010-10-051-4/+1
| | | | SVN-Revision: 23259
* ppp: mark /etc/ppp/ resources as conffilesJo-Philipp Wich2010-10-051-1/+19
| | | | SVN-Revision: 23248
* add maintainer informationJo-Philipp Wich2010-09-301-0/+1
| | | | SVN-Revision: 23159
* ppp: use service_kill()Jo-Philipp Wich2010-09-192-10/+2
| | | | SVN-Revision: 23088
* ppp: populate gateway of default route with peer address (#6259)Jo-Philipp Wich2010-08-252-1/+22
| | | | SVN-Revision: 22806
* ppp: whitespace cleanup in previous commitJo-Philipp Wich2010-08-041-1/+1
| | | | SVN-Revision: 22497
* pppd: only remove own default route on shutdown (#7694)Jo-Philipp Wich2010-08-043-4/+12
| | | | SVN-Revision: 22495
* ppp: interpret "demand" option as timeout in seconds (#7517)Jo-Philipp Wich2010-06-262-4/+4
| | | | SVN-Revision: 21903
* bump release number for packages ahead of backfire in trunkNicolas Thill2010-05-231-1/+1
| | | | SVN-Revision: 21556
* ppp: - don't let pppd control resolv.conf.auto because it will wipe foreign ↵Jo-Philipp Wich2010-05-073-15/+11
| | | | | | dns entries - handle dns setup in ip-up handler - use add_dns() and remove_dns() to only add/remove dns entries related to the corresponding pppd instance - make pppd shutdown work for interfaces without ifname option, e.g. pptp SVN-Revision: 21392
* ppp: - make pppd shutdown more robust as pptp hangs when the underlying ↵Jo-Philipp Wich2010-05-061-7/+11
| | | | | | connection is gone - don't rely on pid files generated by pppd, they're missing if the link is done, generate a per-instance pidfile with ssd instead SVN-Revision: 21387
* base-files, ppp: fix interface shutdownJo-Philipp Wich2010-05-061-5/+4
| | | | SVN-Revision: 21386
* base-files, ppp: remove protocol specific cleanup code from /sbin/ifdown and ↵Jo-Philipp Wich2010-05-051-1/+6
| | | | | | move it to protocol stop callbacks SVN-Revision: 21383
* ppp: pass "nodefaultroute" if defaultroute is 0, don't unconditionally ↵Jo-Philipp Wich2010-05-051-2/+4
| | | | | | truncate resolv.conf, thanks cshore SVN-Revision: 21361
* ppp: rename 20-usb-modem to 20-atm-modemJo-Philipp Wich2010-05-022-1/+1
| | | | SVN-Revision: 21303
* ppp: add hotplug helper for usb dsl modems to ppp-mod-pppoa packageJo-Philipp Wich2010-05-022-0/+27
| | | | SVN-Revision: 21302
* ppp: bring pppoa script in sync with updated ppp logicJo-Philipp Wich2010-05-011-7/+16
| | | | SVN-Revision: 21287
* ppp: - patch pppd to support named interfaces (e.g. "pppoe-wan") - use named ↵Jo-Philipp Wich2010-05-015-63/+158
| | | | | | interfaces when bringing up 3g, pptp, ppp or pppoe connections - get rid of unit count logic - shutdown pppd when ifdown is invoked - bump package revision SVN-Revision: 21283
* pppd: - localize variables in setup script - implement demand option as true ↵Jo-Philipp Wich2010-05-011-9/+52
| | | | | | boolean so that 0 actually disables it - don't overwrite user supplied dns servers if demand is enabled - toggle peerdns default value, use 1 if no user supplied dns server is set, 0 otherwise - reset resolv.conf.auto before setting up dns SVN-Revision: 21280
* propagate atm header changes into pppoatm and br2684ctl as wellFelix Fietkau2010-03-281-1/+6
| | | | SVN-Revision: 20558
* /lib/network/ppp.sh fixes a problem with PPtP (and other PPP-based things) ↵Travis Kemen2010-03-141-9/+38
| | | | | | | | where PPtP + PPPoE will fail to work. This is because PPtP defaults to ppp0 and so does PPPoE, because /etc/init.d/ppp reinitializes the unit counter for each PPP-type connection (so you could have multiple PPtP over cable, for instance, but PPPoE + PPtP is a problem). /etc/init.d/ppp automatically starts pptp session on boot., from #6720 SVN-Revision: 20221
* this patch simplifies the Makefile by using PKG_INSTALL:=1, and it also ↵Travis Kemen2010-03-051-29/+23
| | | | | | | | fixes parallel build. -Raphael SVN-Revision: 19993
* fix issues with pptpd server and firewall, closes #2342Travis Kemen2010-02-262-2/+2
| | | | SVN-Revision: 19873
* ppp: enable multilink support (#4837)Jo-Philipp Wich2010-02-221-5/+2
| | | | SVN-Revision: 19811
* ppp: process option dns if peerdns is off (#6474)Jo-Philipp Wich2010-01-101-3/+10
| | | | SVN-Revision: 19093
* ppp: add dns servers to uci state in the ip-up scriptJo-Philipp Wich2009-09-302-1/+4
| | | | SVN-Revision: 17801
* ppp: quote positional parameters when calling up/down scripts (closes: #5622)Nicolas Thill2009-09-273-3/+3
| | | | SVN-Revision: 17763
* bump some revisions and update copyrightsAndy Boyett2009-09-101-2/+2
| | | | SVN-Revision: 17554
* move ppp ifname fixup from pppoe.sh to ppp.sh, so that it applies to all ↵Felix Fietkau2009-09-062-5/+6
| | | | | | other ppp based protocols as well SVN-Revision: 17529
* refresh patchesHauke Mehrtens2009-05-2122-332/+277
| | | | SVN-Revision: 15958
* Make patches apply agagin. The deleted parts were two times in the patches.Hauke Mehrtens2009-05-2118-2375/+0
| | | | SVN-Revision: 15957
* update ppp to v2.4.4 (#5102)Jo-Philipp Wich2009-05-2042-3008/+5084
| | | | SVN-Revision: 15955
* get rid of $Id$ - it has never helped us and it has broken too many patches ;)Felix Fietkau2009-04-172-2/+0
| | | | SVN-Revision: 15242
* fix ppp and pptp typos where is used instead of (#4768, #4778)Florian Fainelli2009-03-154-4/+4
| | | | SVN-Revision: 14882
* fix a race condition where ppp interfaces were not added to the firewall ↵Felix Fietkau2008-11-281-0/+3
| | | | | | properly when brought up at boot time - save the ppp interface unit number in the network state SVN-Revision: 13402
* add missing /etc/functions.sh include required for saving network state ↵Nicolas Thill2008-09-232-0/+2
| | | | | | (closes: #3902) SVN-Revision: 12660
* ppp: derive interface unit numbers from previous enumerationFelix Fietkau2008-08-281-4/+10
| | | | SVN-Revision: 12417
* fix ppp interface enumeration - don't enumerate already processed interfacesFelix Fietkau2008-08-271-1/+1
| | | | SVN-Revision: 12416
* oops, fix typo in [12368]Nicolas Thill2008-08-221-1/+1
| | | | SVN-Revision: 12369
* install ppp development headersNicolas Thill2008-08-221-0/+5
| | | | SVN-Revision: 12368
* fixes ppp ipv6 scripts, signed-off-by: Alina FriedrichsenJohn Crispin2008-07-292-2/+2
| | | | SVN-Revision: 11998
* make ip-up scripts aware of network settingsJohn Crispin2008-06-111-2/+1
| | | | SVN-Revision: 11446
* ppp/pptp fixes: - prevent ppp from logging to /etc/ppp/connect-errors ↵Nicolas Thill2008-05-032-2/+3
| | | | | | (closes: #2989) - add dependency on ppp and kmod-gre to pptp - bump release number SVN-Revision: 11018
* fix interface enumeration issues related to /var/state/network (thx to fish ↵Felix Fietkau2008-04-021-1/+1
| | | | | | for debugging this) SVN-Revision: 10715
* made ppp usepeerdns configurable, fixes #3187John Crispin2008-03-071-1/+4
| | | | SVN-Revision: 10562
* Here comes the new UCI. Enjoy :)Felix Fietkau2008-02-032-5/+3
| | | | SVN-Revision: 10367
* fix pppoe on dynamically assigned interfacesFelix Fietkau2007-12-231-3/+1
| | | | SVN-Revision: 9852
* add workaround for ppp-on-boot issues, fixes #2524Felix Fietkau2007-12-131-0/+4
| | | | SVN-Revision: 9722
* bump ppp versionFelix Fietkau2007-11-071-1/+1
| | | | SVN-Revision: 9509
* add ppp ipv6 patch by farnz (from #2525)Felix Fietkau2007-11-074-2/+37
| | | | SVN-Revision: 9508