summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
| | |
| * | Update dyndns.classsurrural2015-02-231-1/+1
| | |
| * | Add support for DNSimple (dnsimple.com)surrural2015-02-231-1/+5
| | |
| * | Add support for DNSimple (dnsimple.com)surrural2015-02-231-2/+2
| | |
| * | Add support for DNSimple (dnsimple.com)surrural2015-02-231-10/+53
| | |
* | | Merge pull request #1492 from PiBa-NL/carp-statusiconRenato Botelho2015-02-241-1/+2
|\ \ \
| * | | carp, don't show status icon from previous carp ip in case the ip is not ↵PiBa-NL2015-02-151-1/+2
| | | | | | | | | | | | | | | | present on the interface (test with ifconfig em0 1.2.3.4 delete)
* | | | Merge pull request #1498 from phil-davis/patch-3Renato Botelho2015-02-241-6/+22
|\ \ \ \
| * | | | Handle reverse lookup domain overridesPhil Davis2015-02-181-6/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | that match exactly a whole block of private address space. e.g. if the user has checked "Do not forward private reverse lookups" and also adds adds a domain override that matches a whole block of private address space, such as: 10.in-addr.arpa -> 10.42.1.1 then we want all reverse lookups in the "10" network to be referred to their DNS server at 10.42.1.1 and reverse lookups of other private addresses to immediately return NXDOMAIN. Without this change, those referrals were not happening, because there was a "-server=10.in-addr.arpa" to nowhere put on the command line and that was effectively overriding the user-specified domain override!
* | | | | Merge pull request #1513 from znerol/bug/master/unbound-host-alias-ptr-followupRenato Botelho2015-02-241-2/+2
|\ \ \ \ \
| * | | | | Fix PTR records for aliases in host overridesLorenz Schori2015-02-241-2/+2
| | | | | |
* | | | | | Ticket #4445 do not write config and remove its cache when applying settings ↵Ermal LUÇI2015-02-232-5/+0
| |_|_|/ / |/| | | | | | | | | | | | | | its just behaviour from dinosaur era and should have been cleanded long time ago.
* | | | | Merge pull request #1511 from phil-davis/patch-4Renato Botelho2015-02-231-2/+3
|\ \ \ \ \
| * | | | | Preserve "add routers" value across loop for each interfacePhil Davis2015-02-241-2/+3
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Forum: https://forum.pfsense.org/index.php?topic=89302.0 If the user put "none" in the 'gateway' field for the DHCP settings of an interface, that would set $add_routers to false at line 742. Coming around the loop again for a subsequent interface, and going through the else line 744, nothing would set $add_routers back to true (actually back to the value originally calculated at line 461). Use a different var to remember the boolean value calculated at line 461 so it can be remembered and used as needed each time through the loop. I set Gateway "none" on my LAN and left it blank on OPT1 and came up with the same problem as the forum post - OPT1 got no " option routers" statement in dhcpd.conf After this code fix it looks good.
* | | | | Merge pull request #1497 from phil-davis/patch-2Renato Botelho2015-02-231-1/+1
|\ \ \ \ \
| * | | | | diag_arp allow underscore in resolved host namesPhil Davis2015-02-181-1/+1
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | is_hostname() and is_domain() allow underscore in the names. So it is possible to have underscore in host names, for example in DHCP server static mapped entries I have some things like: 10.42.3.4 client-pc-01_LAN 10.42.3.5 client-pc-01_WIFI These reverse-resolve fine - 10.42.3.4 becomes client-pc-01_LAN But the preg_match here misses such names that have an underscore in them. I noticed this when looking into forum post: https://forum.pfsense.org/index.php?topic=88956.0
* | | | | Merge pull request #1477 from razzfazz/fix_net_ipv6_compress_all_zeroes_masterRenato Botelho2015-02-231-0/+6
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | fix Net_IPv6::compress() to properly handle all-zeros addressDaniel Becker2015-02-091-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The existing implementation of Net_IPv6::compress produces an empty string when compressing the all-zeros ("::") address; fix this by checking for empty return values and replacing them with "::".
* | | | | Merge pull request #1496 from stilez/patch-2Renato Botelho2015-02-231-12/+22
|\ \ \ \ \
| * | | | | Three minor improvements to IP functionsstilez2015-02-171-12/+22
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | 1) Most is_ip***() functions can return 4 or 6 to indicate type of IP, for benefit of calling code (both evaluate to boolean TRUE for backwards compatibility). But is_ipddr() doesn't. Fix is_ipaddr() so it follows same result schema. This saves calling code having to retest same data to determine type. 2) clarify comment - is_linklocal() applies to IPv6 only 3) similarly improve is_ipaddrwithport(). Although a few lines longer, it should be faster as it avoids an unnecessary explode-pop-implode (both IPv4 and IPv6 just need one split, in the same place, on the final colon). Also improve like other is_***() functions, to now return 4 or 6 to indicate IP type detected, for benefit of calling code .
OpenPOWER on IntegriCloud