Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Merge pull request #1108 from ExolonDX/branch_master_07 | Renato Botelho | 2014-04-24 | 1 | -6/+7 | |
|\ \ \ \ | ||||||
| * | | | | Tidy up "load_balancer_setting" XHTML | Colin Fleming | 2014-04-18 | 1 | -6/+7 | |
| |/ / / | | | | | | | | | | | | | | | | | | | | | Add SUMMARY to tables Closing INPUT tags Add missing closing TD tag | |||||
* | | | | Merge pull request #1107 from ExolonDX/branch_master_06 | Renato Botelho | 2014-04-24 | 2 | -24/+25 | |
|\ \ \ \ | ||||||
| * | | | | Tidy up "load_balancer_monitor" XHTML | Colin Fleming | 2014-04-18 | 2 | -24/+25 | |
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add SUMMARY to tables Update PHP shorthamd Move "fbegin.inc" between BODY and SCRIPT Add CDATA section to scripts Close INPUT tags Update HTML Boolean operators Add missing opening and closing TD tags Remove duplicate closing TD tag and add missing closing TR tag | |||||
* | | | | Merge pull request #1106 from ExolonDX/branch_master_05 | Renato Botelho | 2014-04-24 | 2 | -20/+21 | |
|\ \ \ \ | ||||||
| * | | | | Tidy up "load_balancer_virtual_server" XHTML | Colin Fleming | 2014-04-18 | 2 | -20/+21 | |
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add SUMMARY to tables Update PHP shorthand Move "fbegin.inc" inbetween BODY and SCRIPT Close INPUT tags Update HTML Boolean operators Move closing SELECT into the PHP IF statement Move the "save" and "cancel" buttons into right-hand column | |||||
* | | | | Merge pull request #1120 from phil-davis/patch-5 | Renato Botelho | 2014-04-24 | 1 | -0/+1 | |
|\ \ \ \ | ||||||
| * | | | | Make sure /usr/local/etc/rc.d exists | Phil Davis | 2014-04-22 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | On 2.2-ALPHA (i386)built on Mon Apr 21 13:01:11 CDT 2014 (for example) there was /usr/local/etc but not /usr/local/etc/rc.d - when I tried to install bandwidthd, that called write_rcfile() which failed because /usr/local/etc/rc.d did not already exist. Best to check for it and make it if it does not exist. (I am guessing that the 2.1.n image builds already had /usr/local/etc/rc.d bnefore any packages were installed, otherwise this problem should have already been an issue prior to 2.2) | |||||
* | | | | | Merge pull request #1121 from fegu/patch-1 | Renato Botelho | 2014-04-24 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | Update services_dnsmasq.php | Finn Espen Gundersen | 2014-04-24 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | Clarified that domain overrides also encompasses subdomains (see https://forum.pfsense.org/index.php?topic=72978.15 for discussion) | |||||
* | | | | | | Fix PBI installation when target lies on different directorie | Renato Botelho | 2014-04-24 | 1 | -11/+11 | |
|/ / / / / | ||||||
* | | | | | fix typo | Chris Buechler | 2014-04-23 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Single quoting $password breaks getting the value from the variable. | jim-p | 2014-04-23 | 1 | -1/+2 | |
| | | | | | ||||||
* | | | | | No spaces between variable assignments in sh | jim-p | 2014-04-23 | 1 | -3/+3 | |
| | | | | | ||||||
* | | | | | This doesn't need via-env | jim-p | 2014-04-23 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Make sure that the DNS Forwarder/Resolver is actually capable of accepting ↵ | jim-p | 2014-04-23 | 4 | -2/+8 | |
| | | | | | | | | | | | | | | | | | | | | queries on localhost before using it as a DNS server. | |||||
* | | | | | Missed pbi_prefix here | Renato Botelho | 2014-04-22 | 1 | -1/+3 | |
| | | | | | ||||||
* | | | | | Fix PBI symlink creation and deletion under /usr/local following .pbiopt ↵ | Renato Botelho | 2014-04-22 | 3 | -48/+40 | |
|/ / / / | | | | | | | | | | | | | files, also drop setup_library_paths() since it's not necessary anymore | |||||
* | | | | Merge pull request #1116 from PiBa-NL/interface_has_gateway-ipv4_gif_gre | Ermal | 2014-04-22 | 1 | -0/+3 | |
|\ \ \ \ | ||||||
| * | | | | add gre and gif checks for for IPv4 function ↵ | PiBa-NL | 2014-04-19 | 1 | -0/+3 | |
| |/ / / | | | | | | | | | | | | | interface_has_gateway($friendly), like they are already for IPv6 | |||||
* | | | | Merge pull request #1115 from PiBa-NL/reply-to_IPv6gateway | Ermal | 2014-04-22 | 1 | -1/+1 | |
|\ \ \ \ | ||||||
| * | | | | check gateway for IPv6 also for reply-to rules. | PiBa-NL | 2014-04-19 | 1 | -1/+1 | |
| |/ / / | ||||||
* | | | | Load if_stf module when needed | Ermal | 2014-04-22 | 1 | -0/+3 | |
|/ / / | ||||||
* | | | Be smarter at using kenv | Ermal | 2014-04-18 | 1 | -1/+1 | |
| | | | ||||||
* | | | Remove problematic code without proper checks but even not needed here | Ermal | 2014-04-18 | 5 | -19/+0 | |
|/ / | ||||||
* | | Unload the ZFS module if its not in use to not consume uselss memory | Ermal | 2014-04-17 | 2 | -6/+22 | |
| | | ||||||
* | | Merge pull request #1096 from fraenki/fix_pbi_services | Ermal | 2014-04-17 | 1 | -3/+3 | |
|\ \ | ||||||
| * | | support symlinked RC scripts from PBI packages | Frank Wall | 2014-04-17 | 1 | -3/+3 | |
| | | | ||||||
* | | | Merge pull request #1094 from ingenieurmt/master | Ermal | 2014-04-17 | 1 | -1/+1 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Add missing closing quotes | ingmthompson | 2014-04-16 | 1 | -1/+1 | |
| | | | ||||||
* | | | GC unused code and do not set this to 0 for now since it is not anymore relevant | Ermal | 2014-04-17 | 1 | -10/+1 | |
|/ / | ||||||
* | | Correct missing parenthesis. Reported-by: ↵ | Ermal | 2014-04-15 | 1 | -1/+1 | |
| | | | | | | | | https://forum.pfsense.org/index.php?topic=75120.0 | |||||
* | | Key off net.inet.carp.demotion and display a warning to the user if the ↵ | jim-p | 2014-04-15 | 1 | -2/+6 | |
| | | | | | | | | system has self-demoted its CARP status. | |||||
* | | Fix text, capitalization, and change wording to put more focus on how the ↵ | jim-p | 2014-04-15 | 1 | -4/+4 | |
| | | | | | | | | action behaves. | |||||
* | | Ensure e-mail address carries over from the CA screen to the Cert screen in ↵ | jim-p | 2014-04-15 | 1 | -0/+4 | |
| | | | | | | | | the OpenVPN wizard. | |||||
* | | Merge pull request #1093 from phil-davis/patch-2 | Ermal | 2014-04-15 | 1 | -1/+1 | |
|\ \ | ||||||
| * | | Fix susbstr-substr typo | Phil Davis | 2014-04-15 | 1 | -1/+1 | |
|/ / | | | | | I just got this error again on 14 Apr 2014 2.2 snapshot. I can see the fix in 2.1 branch. I could have sworn it got fixed in Master also, but I can't see it. So here is the fix for Master. | |||||
* | | Merge pull request #1092 from phil-davis/patch-1 | Ermal | 2014-04-15 | 2 | -1/+52 | |
|\ \ | ||||||
| * | | Fix bracket type in Log File Size text | Phil Davis | 2014-04-14 | 1 | -1/+1 | |
| | | | | | | | | | Now I am the one with fat fingers (or brain). Somehow I typed a curly bracket opening bracket in this text, but finished it with an ordinary closing bracket. | |||||
| * | | License Agreement | Jeremy Porter | 2014-04-14 | 1 | -0/+51 | |
|/ / | ||||||
* | | Insert tracker ids for the default LAN rules | Ermal | 2014-04-14 | 1 | -0/+2 | |
| | | ||||||
* | | Correct the sense of the check to allow openvpn to work | Ermal | 2014-04-14 | 1 | -1/+1 | |
| | | ||||||
* | | Correct auth-user-pass-verify to include parameters properly so openvpn can ↵ | Ermal | 2014-04-14 | 1 | -1/+1 | |
| | | | | | | | | start | |||||
* | | Merge pull request #1091 from dv-user1/usort_fix2 | Renato Botelho | 2014-04-14 | 1 | -1/+1 | |
|\ \ | ||||||
| * | | fixed a type in usort callback | Francois Blanchette | 2014-04-14 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge pull request #1085 from ExolonDX/branch_master_01 | Renato Botelho | 2014-04-14 | 3 | -5/+5 | |
|\ \ \ | ||||||
| * | | | Tidy up XHTML | Colin Fleming | 2014-04-14 | 3 | -5/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Update HTML Boolean operator (multiple) Change ONCLICK to lower case Add missing semi-colon | |||||
* | | | | Fixup update URL | Ermal | 2014-04-14 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Use the FreeBSD script for ldconfig to catch all libs | Ermal | 2014-04-14 | 1 | -0/+1 | |
| | | | | ||||||
* | | | | Merge pull request #1088 from phil-davis/patch-11 | Ermal | 2014-04-14 | 1 | -4/+11 | |
|\ \ \ \ |