summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Code style etc in r sPhil Davis2015-03-038-1542/+2343
|
* Merge pull request #1529 from phil-davis/Code-Style-pkg-utilsRenato Botelho2015-03-021-296/+403
|\
| * Code style for pkg-utilsPhil Davis2015-02-281-296/+403
| |
* | Merge pull request #1528 from phil-davis/Code-Style-putilRenato Botelho2015-03-021-472/+627
|\ \
| * | Code style for pfsense-utilsPhil Davis2015-02-281-472/+627
| |/
* | Merge pull request #1526 from phil-davis/Code-Style-openvpnRenato Botelho2015-03-021-165/+286
|\ \
| * | Code style openvpn.incPhil Davis2015-02-281-165/+286
| |/
* | Merge pull request #1525 from phil-davis/Code-Style-etc-inc-i-to-pRenato Botelho2015-03-0216-491/+654
|\ \
| * | Code style for etc inc i to pPhil Davis2015-02-2816-491/+654
| |/
* | Merge pull request #1530 from phil-davis/patch-2Renato Botelho2015-03-021-1/+1
|\ \
| * | Ancient bug on upgrade_014_to_015Phil Davis2015-03-011-1/+1
|/ / | | | | | | | | | | | | | | | | | | This code looked silly the way it was, with the construct: $var = $var; unset($var); Seems it was accidentally changed to this way many years ago by https://github.com/pfsense/pfsense/commit/588a183b0e58f09932ffef35cc0003cca2313aba IMHO we want to do the conversion to $config['system']['gateway'] here so that later config conversion will then process it as expected. Note that in a current (2.2) config there is not $config['system']['gateway'] but that is switched over later in upgrade_021_to_022 - which switches back to $config['interfaces']['wan']['gateway'] and then later config conversions do their thing with that. I guess this will only effect people who upgrade from some really old config (or monowall?)
* | Merge pull request #1527 from phil-davis/patch-2Renato Botelho2015-02-281-1/+1
|\ \ | |/ |/|
| * Semi-colon went AWOL in dyndns.classPhil Davis2015-02-281-1/+1
|/ | | after putting it back the code runs much better :)
* Merge pull request #1524 from phil-davis/Code-Style-Guide-Interfaces-incRenato Botelho2015-02-271-1052/+1488
|\
| * Code style guide interfaces.incPhil Davis2015-02-271-1052/+1488
| | | | | | | | | | | | This is another big file that has many diffs so Github refuses to display them. I thought it best to keep doing individual commit-pull for ones like this.
* | Merge pull request #1523 from phil-davis/patch-2Renato Botelho2015-02-271-760/+1098
|\ \
| * | Code style guide changes for filter.inc 2nd versionPhil Davis2015-02-261-760/+1098
| |/ | | | | This is the changes to filter.inc as per the commits in https://github.com/pfsense/pfsense/pull/1521 but done in just 1 clean commit.
* | Merge pull request #1522 from phil-davis/Code-Style-Guide-etc-inc-f-to-gRenato Botelho2015-02-276-490/+644
|\ \ | |/ |/|
| * More style guide changesPhil Davis2015-02-262-7/+13
| | | | | | | | | | | | | | | | In gwlb.inc at line 676 and 779 I added an extra set of brackets. In the "if" clause as a whole there were a mix of && and || used that were relying on the PHP standard that && has precedence over || In actual fact the original code should have been working fine, the extra brackets make sure that the intention is clear.
| * Code Style Guide etc inc f to gPhil Davis2015-02-266-486/+634
| |
* | Fix track6 prefix id range in error message, reported on Pull Request #1517Renato Botelho2015-02-261-1/+2
| |
* | Fix type (trime->trim)jim-p2015-02-261-1/+1
| |
* | Fix indent and remove some unecessary ()Renato Botelho2015-02-265-24/+24
| |
* | Merge pull request #1520 from phil-davis/Code-Style-Guide-etc-inc-a-to-eRenato Botelho2015-02-2612-1256/+1807
|\ \
| * | Code style guide etc in a to ePhil Davis2015-02-2612-1256/+1807
| | |
* | | Merge pull request #1519 from phil-davis/Code-style-etc-miscRenato Botelho2015-02-269-112/+149
|\ \ \
| * | | Code style guide changes for miscellaneous filesPhil Davis2015-02-269-112/+149
| |/ / | | | | | | | | | under etc
* | | Merge pull request #1518 from k-paulius/fix-ntpd-unset-varsRenato Botelho2015-02-261-2/+2
|\ \ \
| * | | Check if variables are set before trying to pass them to function ↵k-paulius2015-02-251-2/+2
| |/ / | | | | | | | | | substr_count to avoid generating PHP alerts.
* | | Merge pull request #1516 from phil-davis/patch-2Renato Botelho2015-02-261-1/+2
|\ \ \
| * | | interface_netgraph_needed can miss setting found equals truePhil Davis2015-02-251-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | This routine seems to go looking to see if the passed-in interface is PPP-style. At the end, if it is not PPP-style then it calls pfsense_ngctl_detach. This foreach loop in its current state will always exit after the first iteration that is not mode "server". But it looks like it should look through all the 'pppoe' entries until it finds the interface or gets to the end. In theory the code will sometimes miss setting $found = true when it should have. And thus pfsense_ngctl_detach would get called later for a PPP-style interface. I noticed this while reviewing for code style guide - it is an example where the indenting shows the intention but there are no curlies to implement it.
* | | | Merge pull request #1515 from phil-davis/Style-updatesRenato Botelho2015-02-2660-1145/+1294
|\ \ \ \ | |_|_|/ |/| | |
| * | | Minor spacing edits to etc filesPhil Davis2015-02-252-4/+4
| | | |
| * | | Code style for etc filesPhil Davis2015-02-2560-1146/+1295
| | | |
* | | | remove unused legacy codeChris Buechler2015-02-261-6/+0
| | | |
* | | | Log ifconfig commands used to setup wireless interfacesChris Buechler2015-02-261-0/+7
| |_|/ |/| |
* | | Put the bits to use the new reset utilityErmal LUÇI2015-02-251-0/+4
| |/ |/|
* | Ticket #4418 Actually make each entry a clear token to strongswan parser for ↵Ermal LUÇI2015-02-251-2/+3
| | | | | | | | dns_split
* | Ticket #4418 make sure the dns_split is separated with spaces rather than ↵Ermal LUÇI2015-02-252-8/+1
| | | | | | | | space or comma to comply with strongswan requirements.
* | Ticket #4418 Make the DNS names attr 28675 space separated as identified by ↵Ermal LUÇI2015-02-251-1/+16
| | | | | | | | Jeffrey Dvornek
* | remove old, unused codeChris Buechler2015-02-251-2/+0
| |
* | When RADIUS auth is selected, radius protocol and server ip/host are ↵Renato Botelho2015-02-241-0/+7
| | | | | | | | mandatory. Fixes #4384
* | Initialize var and move unset outside the loopRenato Botelho2015-02-241-1/+3
| |
* | Merge pull request #1495 from k-paulius/fix-dhcp6c-4436Renato Botelho2015-02-241-14/+17
|\ \
| * | Do not request prefix delegation if no tracking interfaces are setup tok-paulius2015-02-161-14/+17
| | | | | | | | | use it. Ticket #4436
* | | isset is a better check hereRenato Botelho2015-02-241-1/+1
| | |
* | | Merge pull request #1494 from k-paulius/ntp-rrd-fixRenato Botelho2015-02-241-2/+4
|\ \ \ | |_|/ |/| |
| * | Fixing issues with NTP RRD graph state changesk-paulius2015-02-151-2/+4
| |/ | | | | | | | | - only call enable_rrd_graphing() after $config['ntpd']['statsgraph'] is set - fix if condition; empty and isset are each other's opposites
* | Merge pull request #1479 from surrural/masterRenato Botelho2015-02-243-13/+60
|\ \
| * | Add support for DNSimple (dnsimple.com)surrural2015-02-231-1/+1
| | |
OpenPOWER on IntegriCloud