aboutsummaryrefslogtreecommitdiffstats
path: root/package/ppp
Commit message (Collapse)AuthorAgeFilesLines
* packages: sort network related packages into package/network/Felix Fietkau2012-10-1044-7594/+0
| | | | SVN-Revision: 33688
* add myself as a maintainer for various packagesFelix Fietkau2012-10-081-0/+1
| | | | SVN-Revision: 33660
* ppp: enable parallel buildsFelix Fietkau2012-09-151-0/+1
| | | | SVN-Revision: 33415
* ppp: introduce "authfail" option which specifies whether pppd should attempt ↵Jo-Philipp Wich2012-08-291-1/+5
| | | | | | to re-authenticate after a failed PAP/CHAP auth SVN-Revision: 33291
* ppp: the pptp buffering option is not supported anymore, remove itJo-Philipp Wich2012-06-211-5/+0
| | | | SVN-Revision: 32482
* ppp: annotate most patches with description and S-o-bJo-Philipp Wich2012-06-1928-39/+280
| | | | SVN-Revision: 32463
* ppp: make ppp-mod-pptp depend on resolveipJo-Philipp Wich2012-06-121-1/+1
| | | | SVN-Revision: 32269
* ppp: add missing options.pptpJo-Philipp Wich2012-06-111-0/+7
| | | | SVN-Revision: 32233
* ppp: add support for kernel mode pptp - add ppp-mod-pptp, based on patch by ↵Jo-Philipp Wich2012-06-113-2/+3135
| | | | | | Daniel Golle <dgolle@allnet.de> - add netifd integration for pptp to ppp.sh SVN-Revision: 32197
* ppp: block restart of interfaces if pppd refused the command line optionsFelix Fietkau2012-06-101-0/+4
| | | | SVN-Revision: 32160
* ppp: enable no_device in the netifd pppoa handler to bring it up at boot ↵Felix Fietkau2012-06-091-0/+2
| | | | | | time (#11631) SVN-Revision: 32146
* /etc/functions.sh => /lib/functions.shJo-Philipp Wich2012-06-051-1/+1
| | | | SVN-Revision: 32062
* ppp: remove old network scriptsFelix Fietkau2012-05-299-363/+6
| | | | SVN-Revision: 31984
* ppp: fix local ip in status info (fixes #11551)Felix Fietkau2012-05-291-1/+1
| | | | SVN-Revision: 31979
* ppp: add back ip-{up,down}.d support for nowFelix Fietkau2012-05-262-0/+13
| | | | SVN-Revision: 31860
* pppd: add noipdefault option to /etc/ppp/options (fixes #11499)Felix Fietkau2012-05-201-0/+1
| | | | SVN-Revision: 31831
* enable netifd by default and add its config variable to PKG_CONFIG_DEPENDS ↵Felix Fietkau2012-05-141-0/+1
| | | | | | in a few relevant places SVN-Revision: 31730
* ppp: use the new json_get_vars functionFelix Fietkau2012-05-141-17/+2
| | | | SVN-Revision: 31726
* ppp: remove stray bracked in ppp-up script, thanks swalkerJo-Philipp Wich2012-05-071-1/+0
| | | | SVN-Revision: 31647
* Add ppp-mod-pppol2tp subpackage to pppGabor Juhos2012-05-034-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 Fietkau2012-04-291-0/+1
| | | | | | and fixes dual-stack ppp route handling SVN-Revision: 31516
* pppd: fix parsing the ipv6-{up,down}-script optionFelix Fietkau2012-04-291-2/+2
| | | | SVN-Revision: 31514
* ppp: move ppp-{up,down} from the netifd package to pppdFelix Fietkau2012-04-173-0/+24
| | | | SVN-Revision: 31340
* pppd: split files into netifd and non-netifd files, move the netifd ppp.sh ↵Felix Fietkau2012-03-2010-130/+324
| | | | | | file to the pppd package SVN-Revision: 31041
* 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