summaryrefslogtreecommitdiffstats
path: root/usr/local/sbin
Commit message (Collapse)AuthorAgeFilesLines
...
* Make sure file has content before call route deleteRenato Botelho2013-03-191-2/+4
|
* Respect 'States' option from Advanced/MiscRenato Botelho2013-03-191-10/+2
| | | | | | | - Respect this option and do not clean states when it's configured - Create /etc/rc.kill_states to be easier to check $config It helps ticket #2887
* Remove redundant callRenato Botelho2013-03-191-1/+0
|
* Improve ppp-linkdown:Renato Botelho2013-03-191-23/+24
| | | | | - Improve readability giving name to parameter variables - Add path for all command calls
* Fix default route deletionRenato Botelho2013-03-191-1/+1
|
* Fix indentRenato Botelho2013-03-191-2/+2
|
* Initialize array to silence warnings on foreachRenato Botelho2013-03-161-0/+1
|
* Declare $config as global before interactive PHP shell command evaluation. ↵jim-p2013-02-121-0/+1
| | | | Fixes #808
* Ticket #1629 Another round of fixes related to state clearingErmal2013-02-121-0/+1
|
* Make sure ntpd creates ntpd.pid file at bootupJean Cyr2013-02-111-1/+1
|
* Use the better -Fs modifies to pf to kill the states by interface. Also kill ↵Ermal2013-01-314-7/+5
| | | | both sides on an interface when -k needs to be used
* pfctl -b is gone just use std tools of pfctlErmal2013-01-303-10/+5
|
* Avoid duplicating /32 suffix on 3rd ppp-linkdown parameter (local-ip). It ↵Renato Botelho2013-01-141-4/+10
| | | | should fix #2700
* Sync PBI scriptsjim-p2012-12-181-347/+849
|
* Be a little more verbose when starting the NTP daemonjim-p2012-11-291-0/+5
|
* Try a little harder to clear the states for the old PPP gatewayjim-p2012-09-262-5/+13
|
* Sync pbi toolsjim-p2012-08-081-50/+95
|
* Sync with upstream pbi toolsjim-p2012-07-031-20/+29
|
* Update pbi_create to current code from pc-bsdjim-p2012-06-181-372/+988
|
* Use awk instead of grep, this works on a v4 PPPoE connection for me. Need to ↵smos2012-06-181-8/+8
| | | | | | verify that it works for 3G too. Redmine ticket #2458
* Fix exec bit for usr/local/sbin/openvpn.attributes.shjim-p2012-06-061-0/+0
|
* Import OpenVPN cisco style radius attributes applying policy to logged in ↵Ermal2012-06-051-0/+16
| | | | users. Feature #2100
* Move the SIM Pin and APN settings to the modem setup since we need these ↵smos2012-06-021-2/+2
| | | | only once.
* Fix the PinReady command not found error.smos2012-06-021-2/+5
| | | | Add a log command to show where you are dialing to.
* 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.
* Skip a few pieces of code earlier. Perform file test on dhcpd logs.smos2012-05-301-6/+11
|
* Add a few micro optimizations, bail out when the file does not exist.smos2012-05-301-3/+6
|
* Update the link script to parse the arguments 6 and 7 differently.smos2012-05-281-14/+16
| | | | | | | Previously mpd supplied the dns1 string as $6 and the IP as $7. It is now a single argument $6. Apparently this changed somewhere so parse the IP out of there into the correct nameserver file. Also fix the IPv6 string simultaneously Redmine ticket #2458 Might need MFC to RELENG_2_0
* This command works better with Huawei modems. Needs more testingsmos2012-05-201-2/+2
|
* Make sure we don't accidentaly clobber the v4 dns servers with empty fields ↵smos2012-05-201-13/+29
| | | | from v6
* 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.
* 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
|
* Add a dhcpleases monitor to the DHCPv6 server which will trigger automatic ↵smos2012-04-061-0/+85
| | | | | | creation of routes into the routing table so that prefix delegation will just work. Redmine ticket #2347
* Rather use -c to check for line count, we then dont have to deal with extra ↵Warren Baker2012-02-201-1/+1
| | | | whitespaces
* The function split() is replaced by the function explode(). Starting with ↵smos2012-01-191-4/+4
| | | | | | PHP 5.3 this is deprecated and with version 6 gone. Replacing it surpresses all the warnings
* Adding missing fileScott Ullrich2011-11-021-0/+1
|
* Adding pbi_ suite of toolsScott Ullrich2011-09-2717-0/+17
|
* Adding pbi_createScott Ullrich2011-09-271-0/+6308
|
* 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
* Use the new change to be less distuptiveErmal2011-07-251-4/+2
|
* 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.
OpenPOWER on IntegriCloud