summaryrefslogtreecommitdiffstats
path: root/usr/local/sbin
Commit message (Collapse)AuthorAgeFilesLines
* Fix obtaining DNS servers from PPPjim-p2012-12-211-10/+11
|
* Wrong branchErmal2012-06-051-16/+0
| | | | | | Revert "Import OpenVPN cisco style radius attributes applying policy to logged in users. Feature #2100" This reverts commit 477cc2bc24b4b0a36b2bc765c1bb4d79a2eacaed.
* Import OpenVPN cisco style radius attributes applying policy to logged in ↵Ermal2012-06-051-0/+16
| | | | users. Feature #2100
* Revert "Make the ppp-linkup script understand both address families."jim-p2012-06-041-13/+4
| | | | This reverts commit 310c29c6a6089f1766ac052572b532e736a2251b.
* Switch to ntpd from ports, add Services > NTP to select interfaces for ↵jim-p2012-05-301-1/+1
| | | | | | | | | binding. Respect old ntp settings in the process. Conflicts: etc/inc/system.inc usr/local/www/fbegin.inc
* do a direct return, it will not find the PinReady commandsmos2012-05-261-1/+1
|
* Adjust the +CPIN? cmd so it works for huawei 3G sticks toosmos2012-05-261-1/+1
|
* On its own, ntpd does not sync fast enough at bootup, so bring back the ↵jim-p2012-05-161-8/+19
| | | | | | | | ntpdate sync but improve it so it can't get stuck forever. Conflicts: etc/rc.newwanipv6
* Fix syntax here too in case we need to revive it.jim-p2012-05-151-1/+1
|
* Make the ppp-linkup script understand both address families.smos2012-05-141-4/+13
|
* Bind the state killing to the interface they should kill the states so that ↵Ermal2011-09-201-5/+5
| | | | it does not impact other services like in #1421
* Make sure this does not operate on empty parameters, and also log when ↵jim-p2011-08-241-6/+14
| | | | removing states.
* Just break states based on the remote host ip and not with localip. The ↵Ermal2011-07-281-1/+5
| | | | later might be the same as address used by other services and might interrupt them
* Put a netmask of /32 to all parameters of -k/-K/-b of pfctl to avoid any issues.Ermal2011-07-112-5/+5
|
* Kill states from the previous ip the link had on all mpd consumers. Resolves ↵Ermal2011-07-061-1/+4
| | | | #1629
* Fix test for tun device, -f fails because it's a char device, not a regular ↵jim-p2011-07-061-1/+1
| | | | file. -e works.
* Do not add an automatic gateway on openvpn tap case since its only the netmask.Ermal2011-07-011-4/+10
|
* Disable state killing in VPN down scripts.jim-p2011-06-203-3/+3
|
* Fix ovpn-linkup so it writes out the proper gateway IP in all cases.jim-p2011-06-201-2/+2
| | | | (For some reason -n wasn't working properly, plus $5 is the right parameter for the remote IP here)
* Reorder instructions and do not reload dns if its not allowed from the dns ↵Ermal2011-05-061-6/+7
| | | | allow override setting.
* Remove static routes that are added for dns servers when allow override is ↵Ermal2011-04-291-1/+7
| | | | allowed when a ppp interface goes down. Code borrowed from dhclient-script.
* Ticket #1408. Honor the allow override settings even for ppp devices.Ermal2011-04-291-10/+13
|
* Rework ntpdate_sync_once.sh, so it makes sure ntp/ntpdate/itself are not ↵jim-p2011-04-081-1/+8
| | | | running before trying to sync time, and then launch ntpd at the end for time sync (last commit was premature)
* Don't unconditionally start ntpd after doing ntpdate, it might be disabled.jim-p2011-04-081-5/+0
|
* Send ntpdate output to syslogjim-p2011-04-081-1/+1
|
* Test the existence of route_vpn_gateway variable and if set use it as a ↵Ermal2011-03-281-1/+5
| | | | gateway. Recommended-by: http://forum.pfsense.org/index.php/topic,24436.msg158589.html#msg158589
* fix text (remove entirely, comment is related to an open feature request). ↵Chris Buechler2011-02-081-2/+0
| | | | ticket #1262
* Ticket #943. Sleep 1 second to give dns time to reload.Ermal2011-01-031-0/+1
|
* Ticket #1152. Call rc.newwanip even on openvpn linkup event to do the ↵Ermal2011-01-031-1/+1
| | | | correct reloading of gateways and services. Add a safe belt to avoid a recursion in openvpn itself from rc.newwanip.
* Remove these now-obsolete linkup/linkdown scripts.jim-p2010-11-026-36/+0
|
* Use a unified vpn-linkup script that detects the type based on interface name.jim-p2010-11-021-0/+11
|
* Add individual linkdown scripts so the service type can be set in the log.jim-p2010-11-013-0/+15
|
* Add service type to vpn logjim-p2010-11-013-3/+3
|
* Fix logging parameters.jim-p2010-10-281-1/+1
|
* Fix pfctl -b parameters to prevent the killing of unintended states.jim-p2010-10-281-2/+1
|
* Ticket #876. Actually the event to send is interface newip $ip rather ↵Ermal2010-09-153-2/+5
| | | | interface configure! also use the fact that now we have a /tmp/$if_defaultgw rather than relying in route get default which might block.
* Reload dns and interface properly on dynamic types.Ermal2010-09-153-2/+5
|
* Ticket #876. Add the ip to the respective files on ppp linkup event so the ↵Ermal2010-09-092-2/+2
| | | | code of dynamic gateways finds them. Also reorganize/simplify/optimize the apinger config generation code. Do not use that 127.0.0.x hack anymore and avoid loops as much as possible.
* Use the new events mechanisms to dispatch events.Ermal2010-09-074-5/+5
|
* Delete previous route if present.Ermal2010-09-061-6/+2
|
* Switch to the right values for openvpn 2.1 according to the documentation.Ermal2010-08-261-1/+1
|
* Pass the new argumesnts to pfctl -b and correct variable name as reported on ↵Ermal2010-08-231-2/+3
| | | | Ticket #8.
* On ppp type interfaces down event signal for resolv.conf to be generated to ↵Ermal2010-08-231-0/+1
| | | | have the latest dns servers. Ticket #838.
* Merge branch 'master' of http://gitweb.pfsense.org/pfsense/mainline into mlpppgnhb2010-06-084-484/+0
|\
| * Binaries should not be in the git repoScott Ullrich2010-06-071-484/+0
| |
| * Binaries should not be in the git repoScott Ullrich2010-06-071-0/+0
| |
| * Binaries should not be in the git repoScott Ullrich2010-06-071-0/+0
| |
| * Binaries should be in the git repoScott Ullrich2010-06-071-0/+0
| |
* | Merge branch 'master' of http://gitweb.pfsense.org/pfsense/mainline into mlpppgnhb2010-05-122-0/+18
|\ \ | |/ | | | | | | Conflicts: etc/inc/upgrade_config.inc
| * Add scpecific scripts for when ovpn goes up and down so we get neccessary ↵Ermal2010-05-072-0/+18
| | | | | | | | values for used in varius areas of pfSense. TODO is find out how to get DNS info form openvpn.
OpenPOWER on IntegriCloud