Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ppp: remove old network scripts | Felix Fietkau | 2012-05-29 | 9 | -363/+6 |
| | | | | SVN-Revision: 31984 | ||||
* | ppp: fix local ip in status info (fixes #11551) | Felix Fietkau | 2012-05-29 | 1 | -1/+1 |
| | | | | SVN-Revision: 31979 | ||||
* | ppp: add back ip-{up,down}.d support for now | Felix Fietkau | 2012-05-26 | 2 | -0/+13 |
| | | | | SVN-Revision: 31860 | ||||
* | pppd: add noipdefault option to /etc/ppp/options (fixes #11499) | Felix Fietkau | 2012-05-20 | 1 | -0/+1 |
| | | | | SVN-Revision: 31831 | ||||
* | enable netifd by default and add its config variable to PKG_CONFIG_DEPENDS ↵ | Felix Fietkau | 2012-05-14 | 1 | -0/+1 |
| | | | | | | in a few relevant places SVN-Revision: 31730 | ||||
* | ppp: use the new json_get_vars function | Felix Fietkau | 2012-05-14 | 1 | -17/+2 |
| | | | | SVN-Revision: 31726 | ||||
* | ppp: remove stray bracked in ppp-up script, thanks swalker | Jo-Philipp Wich | 2012-05-07 | 1 | -1/+0 |
| | | | | SVN-Revision: 31647 | ||||
* | Add ppp-mod-pppol2tp subpackage to ppp | Gabor Juhos | 2012-05-03 | 4 | -3/+36 |
| | | | | | | Signed-off-by: David Woodhouse <David.Woodhouse@intel.com> SVN-Revision: 31564 | ||||
* | netifd: update to latest version, fixes address/route list handling issues ↵ | Felix Fietkau | 2012-04-29 | 1 | -0/+1 |
| | | | | | | and fixes dual-stack ppp route handling SVN-Revision: 31516 | ||||
* | pppd: fix parsing the ipv6-{up,down}-script option | Felix Fietkau | 2012-04-29 | 1 | -2/+2 |
| | | | | SVN-Revision: 31514 | ||||
* | ppp: move ppp-{up,down} from the netifd package to pppd | Felix Fietkau | 2012-04-17 | 3 | -0/+24 |
| | | | | SVN-Revision: 31340 | ||||
* | pppd: split files into netifd and non-netifd files, move the netifd ppp.sh ↵ | Felix Fietkau | 2012-03-20 | 10 | -130/+324 |
| | | | | | | file to the pppd package SVN-Revision: 31041 | ||||
* | package/ppp: fix typo in r28868 (closes: #10429) | Nicolas Thill | 2011-11-15 | 2 | -2/+2 |
| | | | | SVN-Revision: 29165 | ||||
* | package/ppp: use new service wrappers | Nicolas Thill | 2011-11-08 | 2 | -5/+9 |
| | | | | SVN-Revision: 28868 | ||||
* | pppd: fix the exit code in case of authentication failure or other errors | Felix Fietkau | 2011-10-21 | 1 | -0/+12 |
| | | | | SVN-Revision: 28498 | ||||
* | pppd: add a patch for overriding the path to /etc/ppp/ipv6-{up,down} | Felix Fietkau | 2011-10-20 | 6 | -18/+101 |
| | | | | SVN-Revision: 28497 | ||||
* | ppp: move the rp_pppoe_* options behind the plugin argument | Jo-Philipp Wich | 2011-10-04 | 1 | -1/+1 |
| | | | | SVN-Revision: 28368 | ||||
* | ppp: implement pppoe specific uci options "ac" and "service" which map to ↵ | Jo-Philipp Wich | 2011-10-04 | 1 | -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 Wich | 2011-10-04 | 3 | -4/+12 |
| | | | | | | appending the nic-xxx argument last SVN-Revision: 28364 | ||||
* | ppp: remove zero-length patches | Felix Fietkau | 2011-07-28 | 5 | -0/+0 |
| | | | | SVN-Revision: 27819 | ||||
* | ppp: version bump to 2.4.5 | Felix Fietkau | 2011-07-28 | 25 | -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 Fietkau | 2011-06-12 | 1 | -3/+0 |
| | | | | | | can cause functions needed by plugins to disappear (fixes #9462) SVN-Revision: 27159 | ||||
* | ppp: extend the r26742 change to ip-down too | Jo-Philipp Wich | 2011-04-20 | 1 | -4/+7 |
| | | | | SVN-Revision: 26743 | ||||
* | ppp: prevent duplicate hotplug for non uci managed ppp interfaces (#9275) | Jo-Philipp Wich | 2011-04-20 | 2 | -3/+10 |
| | | | | SVN-Revision: 26742 | ||||
* | pppd: support the nomp option if multilink support is disabled | Felix Fietkau | 2011-04-12 | 1 | -0/+19 |
| | | | | SVN-Revision: 26614 | ||||
* | ppp: fix fallout from the size reduction patch (thx, frogonwheels) | Felix Fietkau | 2011-04-02 | 1 | -0/+40 |
| | | | | SVN-Revision: 26398 | ||||
* | ppp: drop 402-use_uclibc_utils.patch, it breaks ip address conversion | Jo-Philipp Wich | 2011-03-07 | 1 | -365/+0 |
| | | | | SVN-Revision: 25921 | ||||
* | ppp: add a few patches to reduce the package size | Felix Fietkau | 2011-03-07 | 5 | -0/+651 |
| | | | | SVN-Revision: 25919 | ||||
* | pppd: use -ffunction-sections, -fdata-sections and --gc-sections, saves 5k ↵ | Felix Fietkau | 2011-03-02 | 1 | -0/+3 |
| | | | | | | uncompressed SVN-Revision: 25828 | ||||
* | ppp: add a more descriptive title for ppp-multilink | Felix Fietkau | 2011-02-13 | 1 | -1/+1 |
| | | | | SVN-Revision: 25524 | ||||
* | ppp: move multilink support into a separate build variant - saves around 30k ↵ | Felix Fietkau | 2011-02-13 | 1 | -7/+25 |
| | | | | | | for the default build SVN-Revision: 25523 | ||||
* | ppp: don't die on malformed PADS frames that might appear on instable DSL lines | Jo-Philipp Wich | 2011-01-19 | 2 | -1/+110 |
| | | | | SVN-Revision: 25044 | ||||
* | ppp: bump pkg revision after latest changes | Jo-Philipp Wich | 2011-01-17 | 1 | -1/+1 |
| | | | | SVN-Revision: 25028 | ||||
* | ppp: remove pppoa coldplug, the hotplug handler has been confirmed for ↵ | Jo-Philipp Wich | 2011-01-17 | 1 | -4/+0 |
| | | | | | | ueagle and solos SVN-Revision: 25027 | ||||
* | ppp: synthesize a .device option to make ifup work on pppoa interfaces again | Jo-Philipp Wich | 2011-01-17 | 2 | -1/+5 |
| | | | | SVN-Revision: 25025 | ||||
* | pppd: use "atmdev" option to select the DSL adapter, this aligns it with ↵ | Jo-Philipp Wich | 2010-10-20 | 2 | -4/+4 |
| | | | | | | br2684ctl and solves #8108 SVN-Revision: 23551 | ||||
* | ppp: honour option auto in atm hotplug | Jo-Philipp Wich | 2010-10-19 | 1 | -1/+4 |
| | | | | SVN-Revision: 23531 | ||||
* | ppp: - implement coldplugging for pppoa interfaces - honour device option to ↵ | Jo-Philipp Wich | 2010-10-19 | 2 | -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 directory | Jo-Philipp Wich | 2010-10-05 | 1 | -4/+1 |
| | | | | SVN-Revision: 23259 | ||||
* | ppp: mark /etc/ppp/ resources as conffiles | Jo-Philipp Wich | 2010-10-05 | 1 | -1/+19 |
| | | | | SVN-Revision: 23248 | ||||
* | add maintainer information | Jo-Philipp Wich | 2010-09-30 | 1 | -0/+1 |
| | | | | SVN-Revision: 23159 | ||||
* | ppp: use service_kill() | Jo-Philipp Wich | 2010-09-19 | 2 | -10/+2 |
| | | | | SVN-Revision: 23088 | ||||
* | ppp: populate gateway of default route with peer address (#6259) | Jo-Philipp Wich | 2010-08-25 | 2 | -1/+22 |
| | | | | SVN-Revision: 22806 | ||||
* | ppp: whitespace cleanup in previous commit | Jo-Philipp Wich | 2010-08-04 | 1 | -1/+1 |
| | | | | SVN-Revision: 22497 | ||||
* | pppd: only remove own default route on shutdown (#7694) | Jo-Philipp Wich | 2010-08-04 | 3 | -4/+12 |
| | | | | SVN-Revision: 22495 | ||||
* | ppp: interpret "demand" option as timeout in seconds (#7517) | Jo-Philipp Wich | 2010-06-26 | 2 | -4/+4 |
| | | | | SVN-Revision: 21903 | ||||
* | bump release number for packages ahead of backfire in trunk | Nicolas Thill | 2010-05-23 | 1 | -1/+1 |
| | | | | SVN-Revision: 21556 | ||||
* | ppp: - don't let pppd control resolv.conf.auto because it will wipe foreign ↵ | Jo-Philipp Wich | 2010-05-07 | 3 | -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 Wich | 2010-05-06 | 1 | -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 shutdown | Jo-Philipp Wich | 2010-05-06 | 1 | -5/+4 |
| | | | | SVN-Revision: 21386 |