aboutsummaryrefslogtreecommitdiffstats
path: root/package/pptp/files
Commit message (Collapse)AuthorAgeFilesLines
* [package] drop userspace pptp - it is defunct, slow and badly integratedJo-Philipp Wich2012-06-112-62/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32198 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] /etc/functions.sh => /lib/functions.shJo-Philipp Wich2012-06-051-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32062 3c298f89-4303-0410-b956-a3cf2f4a3e73
* pptp: fix passing setup json variables to the ppp setup codeFelix Fietkau2012-06-031-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32035 3c298f89-4303-0410-b956-a3cf2f4a3e73
* pptp: use the new json_get_vars functionFelix Fietkau2012-05-141-2/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31725 3c298f89-4303-0410-b956-a3cf2f4a3e73
* pptp: use resolveip, schedule restart if dns lookups failFelix Fietkau2012-05-141-1/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31724 3c298f89-4303-0410-b956-a3cf2f4a3e73
* pptp: add netifd supportFelix Fietkau2012-05-051-43/+31
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31605 3c298f89-4303-0410-b956-a3cf2f4a3e73
* pptp: remove the defaultroute option from options.pptp, this is managed by ↵Felix Fietkau2012-05-051-1/+0
| | | | | | generic ppp code git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31604 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/pptp: remove a stray bracketGabor Juhos2012-05-031-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31568 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31565 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] pptp: remove support for underlying ipproto, it is adviced since a ↵Jo-Philipp Wich2012-01-081-4/+0
| | | | | | while 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29694 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] pptp: properly support symbolic VPN host names, tear down created ↵Jo-Philipp Wich2011-07-171-2/+10
| | | | | | host routes (#4876) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27669 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package/pptp] require mppe 128bit-encryption by defaultMirko Vogt2011-06-061-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27117 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] pptp: support interface sections without ifname by implementing ↵Jo-Philipp Wich2010-05-281-0/+4
| | | | | | scan_pptp() git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21590 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] pptp: add "buffering" uci option to enable --nobuffer if needed ↵Jo-Philipp Wich2010-05-241-1/+10
| | | | | | (#7080) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21563 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] pptp: don't remove server route if the gateway is 0.0.0.0, this ↵Jo-Philipp Wich2010-05-071-1/+1
| | | | | | fixes a problem when a pppoe peer is pptp server at the same time git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21393 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] pptp: utilize coldplug_interface_pptp() to automatically launch ↵Jo-Philipp Wich2010-05-062-34/+5
| | | | | | pptp instances on boot git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21390 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] pptp:Jo-Philipp Wich2010-05-011-9/+3
| | | | | | | | - bring pptp scripts in sync with updated ppp logic - bump package revision git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21284 3c298f89-4303-0410-b956-a3cf2f4a3e73
* /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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20221 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] fix double g typoFlorian Fainelli2009-03-151-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14887 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] fix ppp and pptp typos where is used instead of (#4768, #4778)Florian Fainelli2009-03-151-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14882 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix the route to the pptp server when using pptp as wan interfaceFelix Fietkau2008-04-071-1/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10751 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Here comes the new UCI. Enjoy :)Felix Fietkau2008-02-031-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10367 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8552 3c298f89-4303-0410-b956-a3cf2f4a3e73
* allow the user to override the underlying connection method when using pptp ↵Felix Fietkau2007-08-271-1/+2
| | | | | | (defaults to dhcp) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8508 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix start_pppd for pptp (closes: #1612)Nicolas Thill2007-04-211-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7027 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add fixes for the pptp network scriptsFelix Fietkau2006-09-231-5/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4835 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add maxfail option to avoid pptp giving up, closes #663Florian Fainelli2006-08-221-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4624 3c298f89-4303-0410-b956-a3cf2f4a3e73
* rewrite of the network scripts and configurationFelix Fietkau2006-07-302-45/+22
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4323 3c298f89-4303-0410-b956-a3cf2f4a3e73
* sync pptp with trunk, remove Config.in and ipkg not needed anymore.Nicolas Thill2006-05-241-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3828 3c298f89-4303-0410-b956-a3cf2f4a3e73
* large init script cleanup and merge of whiterussian changes, new dnsmasq ↵Felix Fietkau2006-04-051-25/+16
| | | | | | config handling git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3588 3c298f89-4303-0410-b956-a3cf2f4a3e73
* precompile ppp active filter (reduces libpcap overhead to only a few k), ↵Felix Fietkau2006-03-181-0/+1
| | | | | | enable by default to support proper demand dialling, fixes #307 git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3401 3c298f89-4303-0410-b956-a3cf2f4a3e73
* port wan_device changes from whiterussian to kamikazeFelix Fietkau2006-01-161-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2993 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove nodetach from ppp init scriptsFelix Fietkau2005-11-191-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2534 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hotplug-based network script rewriteFelix Fietkau2005-11-191-42/+40
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2531 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add new ppp timeout/redial stuff from [2433] to pptp init scriptFelix Fietkau2005-11-111-8/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2436 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add hotplug stuff to trunk/Felix Fietkau2005-11-071-3/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2364 3c298f89-4303-0410-b956-a3cf2f4a3e73
* sync pptp ifup script with whiterussianFelix Fietkau2005-10-221-9/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2265 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add config file /etc/config/network, add board-specific network.overrides ↵Felix Fietkau2005-07-211-0/+2
| | | | | | (instead of nvram.overrides) git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1519 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update pptp in head to whiterussian versionFelix Fietkau2005-07-163-24/+43
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1464 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Convert pptp to new packaging styleNicolas Thill2005-05-182-0/+30
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@941 3c298f89-4303-0410-b956-a3cf2f4a3e73