summaryrefslogtreecommitdiffstats
path: root/src/usr/local/bin
Commit message (Collapse)AuthorAgeFilesLines
* If /boot/loader.conf is not presetn check /boot/loader.conf.local.Luiz Souza2017-09-141-5/+3
|
* Do not report misleading 3G service status (Bug #4287)doktornotor2017-03-101-4/+4
| | | If the ^SIMST or ^SRVST info was never received from the device, report missing/unknown states instead.
* Move copyright from ESF to NetgateRenato Botelho2016-09-069-9/+9
|
* Move to Apache License 2.0Renato Botelho2016-07-159-369/+81
|
* Review license / copyright on all files (final round)Renato Botelho2016-07-151-1/+1
|
* Review license / copyright on all files (1st round)Renato Botelho2016-07-149-112/+462
|
* Retire /usr/local/bin/slowdownpipe.shRenato Botelho2016-07-141-9/+0
|
* Always use require_oncePhil Davis2016-06-271-1/+1
| | | | | | | | | The usage of require() and require_once() throughout the system is inconsistent, and "bugs" come up now and then when the order of "requires" is a bit different and some require() happens after the include file is already included/required. It seems to me that there is no harm at all in always using require_once().
* Use high level functionsRenato Botelho2016-02-241-1/+3
|
* Correct this function call. Fixes #5799jim-p2016-01-221-1/+1
|
* Remove spaces at EOL as requestedstilez2016-01-131-4/+4
|
* redmine 5702 - switch to high level IPv4 functions instead of low level ↵stilez2016-01-121-7/+5
| | | | ip2long32() etc
* Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever ↵Renato Botelho2015-12-151-3/+0
| | | | was the reason they were added, it was never finished and it's not being used
* fix debugging typoheper2015-11-101-1/+1
|
* add dhcp-rangeheper2015-11-101-7/+11
|
* Merge pull request #2036 from heper/patch-1Stephen Beaver2015-11-101-0/+208
|\
| * improve validation $argv[1]heper2015-11-091-9/+1
| |
| * add static leasesheper2015-11-091-149/+169
| |
| * remove useless arp dataheper2015-11-081-35/+0
| |
| * add dhcpd rrd graphheper2015-11-061-0/+231
| |
* | More $Id and whitespacePhil Davis2015-11-102-2/+0
|/ | | | from more obscure folders around the code
* Introduce read_xml_tag.shRenato Botelho2015-10-011-2/+2
| | | | | | Create /usr/local/sbin/read_xml_tag.sh, that will read a xml tag from config file using xmllint. Replace all direct read using cat, grep, sed, ... by this script
* mail.php code styledoktornotor2015-08-281-1/+1
| | | Resubmit of #1813 since noone picked it up yet, LOL.
* Move main pfSense content to src/Renato Botelho2015-08-2510-0/+629
OpenPOWER on IntegriCloud