Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pptp: fix passing setup json variables to the ppp setup code | Felix Fietkau | 2012-06-03 | 1 | -1/+1 |
| | | | | SVN-Revision: 32035 | ||||
* | pptp: remove old network scripts | Felix Fietkau | 2012-05-29 | 2 | -73/+3 |
| | | | | SVN-Revision: 31985 | ||||
* | enable netifd by default and add its config variable to PKG_CONFIG_DEPENDS ↵ | Felix Fietkau | 2012-05-14 | 1 | -0/+2 |
| | | | | | | in a few relevant places SVN-Revision: 31730 | ||||
* | pptp: use the new json_get_vars function | Felix Fietkau | 2012-05-14 | 1 | -2/+1 |
| | | | | SVN-Revision: 31725 | ||||
* | pptp: use resolveip, schedule restart if dns lookups fail | Felix Fietkau | 2012-05-14 | 1 | -1/+12 |
| | | | | SVN-Revision: 31724 | ||||
* | pptp: drop the dependency on ip if netifd is selected | Felix Fietkau | 2012-05-14 | 1 | -1/+1 |
| | | | | SVN-Revision: 31722 | ||||
* | pptp: fix installation path for netifd proto handler | Felix Fietkau | 2012-05-06 | 1 | -2/+2 |
| | | | | SVN-Revision: 31636 | ||||
* | pptp: kill the call manager process on shutdown | Felix Fietkau | 2012-05-05 | 1 | -0/+74 |
| | | | | SVN-Revision: 31606 | ||||
* | pptp: add netifd support | Felix Fietkau | 2012-05-05 | 3 | -45/+101 |
| | | | | SVN-Revision: 31605 | ||||
* | pptp: remove the defaultroute option from options.pptp, this is managed by ↵ | Felix Fietkau | 2012-05-05 | 1 | -1/+0 |
| | | | | | | generic ppp code SVN-Revision: 31604 | ||||
* | pptp: compile with the openwrt cflags instead of -O0 | Felix Fietkau | 2012-05-05 | 1 | -0/+2 |
| | | | | SVN-Revision: 31600 | ||||
* | package/pptp: remove a stray bracket | Gabor Juhos | 2012-05-03 | 1 | -1/+0 |
| | | | | SVN-Revision: 31568 | ||||
* | Fix pptp handling of routes to server. | Gabor Juhos | 2012-05-03 | 2 | -14/+12 |
| | | | | | | | | | | | | | The existing code is fairly broken. It assumes you're using Legacy IP, and it assumes that the server is reachable via your default route. Via the first default route in the 'route -n' output, in fact, regardless of metric. Fix all those problems by using 'ip route get' to really find the *current* route to the server, and install a host-specific route to match. Signed-off-by: David Woodhouse <David.Woodhouse@intel.com> SVN-Revision: 31565 | ||||
* | pptp: remove support for underlying ipproto, it is adviced since a while ↵ | Jo-Philipp Wich | 2012-01-08 | 2 | -6/+2 |
| | | | | | | that pptp should be declared as separate interface alognside wan - in this configuration the ipproto will cause stray udhcpc errors due to not existent interfaces, so remove it SVN-Revision: 29694 | ||||
* | pptp: properly support symbolic VPN host names, tear down created host ↵ | Jo-Philipp Wich | 2011-07-17 | 2 | -5/+13 |
| | | | | | | routes (#4876) SVN-Revision: 27669 | ||||
* | require mppe 128bit-encryption by default | Mirko Vogt | 2011-06-06 | 1 | -0/+1 |
| | | | | SVN-Revision: 27117 | ||||
* | pptp: mark /etc/ppp/options.pptp as conffile | Jo-Philipp Wich | 2010-10-05 | 1 | -2/+6 |
| | | | | SVN-Revision: 23253 | ||||
* | add maintainer information | Jo-Philipp Wich | 2010-09-30 | 1 | -0/+1 |
| | | | | SVN-Revision: 23159 | ||||
* | pptp: support interface sections without ifname by implementing scan_pptp() | Jo-Philipp Wich | 2010-05-28 | 2 | -1/+5 |
| | | | | SVN-Revision: 21590 | ||||
* | pptp: add "buffering" uci option to enable --nobuffer if needed (#7080) | Jo-Philipp Wich | 2010-05-24 | 2 | -2/+11 |
| | | | | SVN-Revision: 21563 | ||||
* | pptp: don't remove server route if the gateway is 0.0.0.0, this fixes a ↵ | Jo-Philipp Wich | 2010-05-07 | 1 | -1/+1 |
| | | | | | | problem when a pppoe peer is pptp server at the same time SVN-Revision: 21393 | ||||
* | pptp: utilize coldplug_interface_pptp() to automatically launch pptp ↵ | Jo-Philipp Wich | 2010-05-06 | 2 | -34/+5 |
| | | | | | | instances on boot SVN-Revision: 21390 | ||||
* | pptp: update to v1.7.1 | Jo-Philipp Wich | 2010-05-06 | 1 | -3/+3 |
| | | | | SVN-Revision: 21388 | ||||
* | pptp: - bring pptp scripts in sync with updated ppp logic - bump package ↵ | Jo-Philipp Wich | 2010-05-01 | 2 | -10/+4 |
| | | | | | | revision SVN-Revision: 21284 | ||||
* | /lib/network/ppp.sh fixes a problem with PPtP (and other PPP-based things) ↵ | Travis Kemen | 2010-03-14 | 1 | -0/+33 |
| | | | | | | | | 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 | ||||
* | get rid of $Id$ - it has never helped us and it has broken too many patches ;) | Felix Fietkau | 2009-04-17 | 1 | -1/+0 |
| | | | | SVN-Revision: 15242 | ||||
* | fix double g typo | Florian Fainelli | 2009-03-15 | 1 | -1/+1 |
| | | | | SVN-Revision: 14887 | ||||
* | fix ppp and pptp typos where is used instead of (#4768, #4778) | Florian Fainelli | 2009-03-15 | 2 | -3/+3 |
| | | | | SVN-Revision: 14882 | ||||
* | ppp/pptp fixes: - prevent ppp from logging to /etc/ppp/connect-errors ↵ | Nicolas Thill | 2008-05-03 | 1 | -2/+3 |
| | | | | | | (closes: #2989) - add dependency on ppp and kmod-gre to pptp - bump release number SVN-Revision: 11018 | ||||
* | fix the route to the pptp server when using pptp as wan interface | Felix Fietkau | 2008-04-07 | 1 | -1/+11 |
| | | | | SVN-Revision: 10751 | ||||
* | Here comes the new UCI. Enjoy :) | Felix Fietkau | 2008-02-03 | 1 | -1/+1 |
| | | | | SVN-Revision: 10367 | ||||
* | bump package versions after updates | Felix Fietkau | 2007-09-07 | 1 | -1/+1 |
| | | | | SVN-Revision: 8680 | ||||
* | move package description to a separate definition, remove it when ↵ | Nicolas Thill | 2007-09-07 | 1 | -2/+4 |
| | | | | | | DESCRIPTION=TITLE SVN-Revision: 8659 | ||||
* | fix ifname in network state for pppoe and pptp, add a workaround for isps ↵ | Felix Fietkau | 2007-08-30 | 1 | -2/+13 |
| | | | | | | sending wrong netmasks for pptp (thx, moonwatcher) SVN-Revision: 8552 | ||||
* | allow the user to override the underlying connection method when using pptp ↵ | Felix Fietkau | 2007-08-27 | 1 | -1/+2 |
| | | | | | | (defaults to dhcp) SVN-Revision: 8508 | ||||
* | fix start_pppd for pptp (closes: #1612) | Nicolas Thill | 2007-04-21 | 1 | -2/+2 |
| | | | | SVN-Revision: 7027 | ||||
* | add file type autodetection for the unpack command and nuke PKG_CAT:= in ↵ | Felix Fietkau | 2007-03-16 | 1 | -1/+0 |
| | | | | | | lots of places SVN-Revision: 6582 | ||||
* | add a default for PKG_BUILD_DIR and PKG_INSTALL_DIR (will use ↵ | Felix Fietkau | 2007-03-16 | 1 | -2/+0 |
| | | | | | | KERNEL_BUILD_DIR if kernel.mk is included, BUILD_DIR otherwise) SVN-Revision: 6580 | ||||
* | replace lots of manual install commands with INSTALL_* variables | Felix Fietkau | 2006-11-23 | 1 | -6/+6 |
| | | | | SVN-Revision: 5624 | ||||
* | finally move buildroot-ng to trunk | Felix Fietkau | 2016-03-20 | 3 | -0/+72 |