Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do not report misleading 3G service status (Bug #4287) | doktornotor | 2017-03-10 | 1 | -4/+4 |
| | | | If the ^SIMST or ^SRVST info was never received from the device, report missing/unknown states instead. | ||||
* | Move copyright from ESF to Netgate | Renato Botelho | 2016-09-06 | 9 | -9/+9 |
| | |||||
* | Move to Apache License 2.0 | Renato Botelho | 2016-07-15 | 9 | -369/+81 |
| | |||||
* | Review license / copyright on all files (final round) | Renato Botelho | 2016-07-15 | 1 | -1/+1 |
| | |||||
* | Review license / copyright on all files (1st round) | Renato Botelho | 2016-07-14 | 9 | -112/+462 |
| | |||||
* | Retire /usr/local/bin/slowdownpipe.sh | Renato Botelho | 2016-07-14 | 1 | -9/+0 |
| | |||||
* | Always use require_once | Phil Davis | 2016-06-27 | 1 | -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 functions | Renato Botelho | 2016-02-24 | 1 | -1/+3 |
| | |||||
* | Correct this function call. Fixes #5799 | jim-p | 2016-01-22 | 1 | -1/+1 |
| | |||||
* | Remove spaces at EOL as requested | stilez | 2016-01-13 | 1 | -4/+4 |
| | |||||
* | redmine 5702 - switch to high level IPv4 functions instead of low level ↵ | stilez | 2016-01-12 | 1 | -7/+5 |
| | | | | ip2long32() etc | ||||
* | Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever ↵ | Renato Botelho | 2015-12-15 | 1 | -3/+0 |
| | | | | was the reason they were added, it was never finished and it's not being used | ||||
* | fix debugging typo | heper | 2015-11-10 | 1 | -1/+1 |
| | |||||
* | add dhcp-range | heper | 2015-11-10 | 1 | -7/+11 |
| | |||||
* | Merge pull request #2036 from heper/patch-1 | Stephen Beaver | 2015-11-10 | 1 | -0/+208 |
|\ | |||||
| * | improve validation $argv[1] | heper | 2015-11-09 | 1 | -9/+1 |
| | | |||||
| * | add static leases | heper | 2015-11-09 | 1 | -149/+169 |
| | | |||||
| * | remove useless arp data | heper | 2015-11-08 | 1 | -35/+0 |
| | | |||||
| * | add dhcpd rrd graph | heper | 2015-11-06 | 1 | -0/+231 |
| | | |||||
* | | More $Id and whitespace | Phil Davis | 2015-11-10 | 2 | -2/+0 |
|/ | | | | from more obscure folders around the code | ||||
* | Introduce read_xml_tag.sh | Renato Botelho | 2015-10-01 | 1 | -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 style | doktornotor | 2015-08-28 | 1 | -1/+1 |
| | | | Resubmit of #1813 since noone picked it up yet, LOL. | ||||
* | Move main pfSense content to src/ | Renato Botelho | 2015-08-25 | 10 | -0/+629 |