summaryrefslogtreecommitdiff
path: root/package/pptp/files
Commit message (Collapse)AuthorAgeFilesLines
* drop userspace pptp - it is defunct, slow and badly integratedJo-Philipp Wich2012-06-112-62/+0
| | | | SVN-Revision: 32198
* /etc/functions.sh => /lib/functions.shJo-Philipp Wich2012-06-051-1/+1
| | | | SVN-Revision: 32062
* pptp: fix passing setup json variables to the ppp setup codeFelix Fietkau2012-06-031-1/+1
| | | | SVN-Revision: 32035
* pptp: use the new json_get_vars functionFelix Fietkau2012-05-141-2/+1
| | | | SVN-Revision: 31725
* pptp: use resolveip, schedule restart if dns lookups failFelix Fietkau2012-05-141-1/+12
| | | | SVN-Revision: 31724
* pptp: add netifd supportFelix Fietkau2012-05-051-43/+31
| | | | SVN-Revision: 31605
* pptp: remove the defaultroute option from options.pptp, this is managed by ↵Felix Fietkau2012-05-051-1/+0
| | | | | | generic ppp code SVN-Revision: 31604
* package/pptp: remove a stray bracketGabor Juhos2012-05-031-1/+0
| | | | SVN-Revision: 31568
* Fix pptp handling of routes to server.Gabor Juhos2012-05-031-13/+11
| | | | | | | | | | | | | 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 Wich2012-01-081-4/+0
| | | | | | 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 Wich2011-07-171-2/+10
| | | | | | routes (#4876) SVN-Revision: 27669
* require mppe 128bit-encryption by defaultMirko Vogt2011-06-061-0/+1
| | | | SVN-Revision: 27117
* pptp: support interface sections without ifname by implementing scan_pptp()Jo-Philipp Wich2010-05-281-0/+4
| | | | SVN-Revision: 21590
* pptp: add "buffering" uci option to enable --nobuffer if needed (#7080)Jo-Philipp Wich2010-05-241-1/+10
| | | | SVN-Revision: 21563
* pptp: don't remove server route if the gateway is 0.0.0.0, this fixes a ↵Jo-Philipp Wich2010-05-071-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 Wich2010-05-062-34/+5
| | | | | | instances on boot SVN-Revision: 21390
* pptp: - bring pptp scripts in sync with updated ppp logic - bump package ↵Jo-Philipp Wich2010-05-011-9/+3
| | | | | | revision SVN-Revision: 21284
* /lib/network/ppp.sh fixes a problem with PPtP (and other PPP-based things) ↵Travis Kemen2010-03-141-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
* fix double g typoFlorian Fainelli2009-03-151-1/+1
| | | | SVN-Revision: 14887
* fix ppp and pptp typos where is used instead of (#4768, #4778)Florian Fainelli2009-03-151-2/+2
| | | | SVN-Revision: 14882
* fix the route to the pptp server when using pptp as wan interfaceFelix Fietkau2008-04-071-1/+11
| | | | SVN-Revision: 10751
* Here comes the new UCI. Enjoy :)Felix Fietkau2008-02-031-1/+1
| | | | SVN-Revision: 10367
* fix ifname in network state for pppoe and pptp, add a workaround for isps ↵Felix Fietkau2007-08-301-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 Fietkau2007-08-271-1/+2
| | | | | | (defaults to dhcp) SVN-Revision: 8508
* fix start_pppd for pptp (closes: #1612)Nicolas Thill2007-04-211-2/+2
| | | | SVN-Revision: 7027
* finally move buildroot-ng to trunkFelix Fietkau2016-03-202-0/+30