summaryrefslogtreecommitdiffstats
path: root/package/ppp
Commit message (Collapse)AuthorAgeFilesLines
* package/ppp: fix typo in r28868 (closes: #10429)Nicolas Thill2011-11-152-2/+2
| | | | SVN-Revision: 29165
* package/ppp: use new service wrappersNicolas Thill2011-11-082-5/+9
| | | | SVN-Revision: 28868
* pppd: fix the exit code in case of authentication failure or other errorsFelix Fietkau2011-10-211-0/+12
| | | | SVN-Revision: 28498
* pppd: add a patch for overriding the path to /etc/ppp/ipv6-{up,down}Felix Fietkau2011-10-206-18/+101
| | | | SVN-Revision: 28497
* ppp: move the rp_pppoe_* options behind the plugin argumentJo-Philipp Wich2011-10-041-1/+1
| | | | SVN-Revision: 28368
* ppp: implement pppoe specific uci options "ac" and "service" which map to ↵Jo-Philipp Wich2011-10-041-3/+14
| | | | | | "rp_pppoe_ac" and "rp_pppoe_service" SVN-Revision: 28366
* ppp: add workaround for ignored rp_pppoe_ac and rp_pppoe_service options by ↵Jo-Philipp Wich2011-10-043-4/+12
| | | | | | appending the nic-xxx argument last SVN-Revision: 28364
* ppp: remove zero-length patchesFelix Fietkau2011-07-285-0/+0
| | | | SVN-Revision: 27819
* ppp: version bump to 2.4.5Felix Fietkau2011-07-2825-1434/+113
| | | | | | | | | | | | | | Bump to the current version of PPP. A few of the patches are either in 2.4.5 or something functionally equivalent is, so those patches were removed. 1 patch was added to accommodate pppol2pv3_addr which is referenced in a linux kernel header file, but isn't defined in the kernel header files packaged with PPP. Redux: re-instate the commenting out of the exponential back-off as requested by Felix. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 27818
* ppp: remove -ffunction-sections, -fdata-sections and -Wl,--gc-sections, it ↵Felix Fietkau2011-06-121-3/+0
| | | | | | can cause functions needed by plugins to disappear (fixes #9462) SVN-Revision: 27159
* ppp: extend the r26742 change to ip-down tooJo-Philipp Wich2011-04-201-4/+7
| | | | SVN-Revision: 26743
* ppp: prevent duplicate hotplug for non uci managed ppp interfaces (#9275)Jo-Philipp Wich2011-04-202-3/+10
| | | | SVN-Revision: 26742
* pppd: support the nomp option if multilink support is disabledFelix Fietkau2011-04-121-0/+19
| | | | SVN-Revision: 26614
* ppp: fix fallout from the size reduction patch (thx, frogonwheels)Felix Fietkau2011-04-021-0/+40
| | | | SVN-Revision: 26398
* ppp: drop 402-use_uclibc_utils.patch, it breaks ip address conversionJo-Philipp Wich2011-03-071-365/+0
| | | | SVN-Revision: 25921
* ppp: add a few patches to reduce the package sizeFelix Fietkau2011-03-075-0/+651
| | | | SVN-Revision: 25919
* pppd: use -ffunction-sections, -fdata-sections and --gc-sections, saves 5k ↵Felix Fietkau2011-03-021-0/+3
| | | | | | uncompressed SVN-Revision: 25828
* ppp: add a more descriptive title for ppp-multilinkFelix Fietkau2011-02-131-1/+1
| | | | SVN-Revision: 25524
* ppp: move multilink support into a separate build variant - saves around 30k ↵Felix Fietkau2011-02-131-7/+25
| | | | | | for the default build SVN-Revision: 25523
* ppp: don't die on malformed PADS frames that might appear on instable DSL linesJo-Philipp Wich2011-01-192-1/+110
| | | | SVN-Revision: 25044
* ppp: bump pkg revision after latest changesJo-Philipp Wich2011-01-171-1/+1
| | | | SVN-Revision: 25028
* ppp: remove pppoa coldplug, the hotplug handler has been confirmed for ↵Jo-Philipp Wich2011-01-171-4/+0
| | | | | | ueagle and solos SVN-Revision: 25027
* ppp: synthesize a .device option to make ifup work on pppoa interfaces againJo-Philipp Wich2011-01-172-1/+5
| | | | SVN-Revision: 25025
* pppd: use "atmdev" option to select the DSL adapter, this aligns it with ↵Jo-Philipp Wich2010-10-202-4/+4
| | | | | | br2684ctl and solves #8108 SVN-Revision: 23551
* ppp: honour option auto in atm hotplugJo-Philipp Wich2010-10-191-1/+4
| | | | SVN-Revision: 23531
* ppp: - implement coldplugging for pppoa interfaces - honour device option to ↵Jo-Philipp Wich2010-10-192-5/+7
| | | | | | select the DSL adapter - don't set any default mtu, rely on pppd to negotiate it - bump pkg revision SVN-Revision: 23530
* 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