Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change log level to error for php-fpm | Ermal | 2014-04-28 | 1 | -1/+1 |
| | |||||
* | Another dir to be created | Ermal | 2014-04-28 | 1 | -0/+2 |
| | |||||
* | Correct the definitions of certificate path to correct place to allow the ↵ | Ermal | 2014-04-28 | 1 | -16/+18 |
| | | | | daemon to start | ||||
* | Update binaries used | Ermal | 2014-04-28 | 1 | -7/+1 |
| | |||||
* | Put this here for easier troubleshooting and code reading. Helps with Ticket ↵ | Ermal | 2014-04-28 | 1 | -7/+4 |
| | | | | #3619 | ||||
* | Use php module calls here to speedup things | Ermal | 2014-04-28 | 1 | -2/+2 |
| | |||||
* | Correct the ridirection URL to unbreak ones passed through Radius attributes ↵ | Ermal | 2014-04-28 | 1 | -1/+1 |
| | | | | and repsect user choices. Reported-by: Antoine Guillemot | ||||
* | Use the daemon name to send the filter logs | Ermal | 2014-04-28 | 1 | -3/+5 |
| | |||||
* | Merge pull request #1032 from fichtner/contributions manually since it does ↵ | Ermal | 2014-04-28 | 1 | -0/+4 |
| | | | | not apply cleanly | ||||
* | Merge pull request #1040 from fichtner/pw_userdel manually since it does not ↵ | Ermal | 2014-04-28 | 1 | -1/+0 |
| | | | | apply cleanly | ||||
* | Merge pull request #1082 from PiBa-NL/console_ssh_rules_reload | Ermal | 2014-04-28 | 0 | -0/+0 |
|\ | |||||
| * | console, reload firewall rules after enabling SSH | PiBa-NL | 2014-04-13 | 1 | -0/+5 |
| | | |||||
* | | Merge pull request #1098 from camlin/master | Ermal | 2014-04-28 | 1 | -8/+30 |
|\ \ | |||||
| * | | pfSense - Bug #3607: Fix issue whereby the ICMP6 messages sometimes have the ↵ | Camlin | 2014-04-18 | 1 | -5/+21 |
| | | | | | | | | | | | | wrong source IP when a monitor gateway has been set. | ||||
| * | | [pfSense - Bug #3607] Ensure gateway detection can cope with the gateway ↵ | Camlin | 2014-04-18 | 1 | -3/+9 |
| | | | | | | | | | | | | being a dynamically assigned PPoE interface. | ||||
* | | | Merge pull request #1117 from derelict-pf/nohttpsforwards | Ermal | 2014-04-28 | 2 | -2/+14 |
|\ \ \ | |||||
| * | | | Add nohttpsforwards option to captive portal | derelict-pf | 2014-04-19 | 2 | -2/+14 |
| | | | | |||||
* | | | | Merge pull request #1123 from razzfazz/miniupnp_listen_on_interface_master | Ermal | 2014-04-28 | 1 | -2/+1 |
|\ \ \ \ | |||||
| * | | | | make miniupnpd listen on interface instead of IP | Daniel Becker | 2014-04-27 | 1 | -2/+1 |
|/ / / / | | | | | | | | | | | | | | | | | | | | | The 'listening_ip' option in miniupnpd.conf can accept an interface name directly instead of having to translate it to an IPv4 address first. (This is actually required if IPv6 support is enabled.) | ||||
* | | | | Don't refuse to delete a bridge in the GUI just because its bridge interface ↵ | Chris Buechler | 2014-04-26 | 1 | -3/+6 |
| | | | | | | | | | | | | | | | | doesn't exist, just log that it doesn't exist and don't attempt to ifconfig destroy it, delete it from config | ||||
* | | | | Its long overdue the ez-ipupdate.cache file | Ermal | 2014-04-26 | 2 | -1/+0 |
| | | | | |||||
* | | | | Make sure to actually configure the outgoing query interfaces if selected. | Warren Baker | 2014-04-25 | 1 | -0/+13 |
| | | | | |||||
* | | | | Make sure the correct interface is selected once the config has been saved ↵ | Warren Baker | 2014-04-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | for the DNS forwarder | ||||
* | | | | Make sure the correct interface is selected once the config has been saved. ↵ | Warren Baker | 2014-04-25 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | Fixes #3620 | ||||
* | | | | Move the IPsec settings from System > Advanced, Misc tab to "Advanced ↵ | jim-p | 2014-04-25 | 7 | -122/+259 |
| | | | | | | | | | | | | | | | | Settings" tab under VPN > IPsec. | ||||
* | | | | Merge pull request #1095 from ExolonDX/unknown branch | Renato Botelho | 2014-04-24 | 1 | -2/+2 |
|\ \ \ \ | |||||
| * | | | | Tidy up "maintable.inc" XHTML | Colin Fleming | 2014-04-24 | 1 | -2/+2 |
|/ / / / | | | | | | | | | | | | | Change escaped single quotes to just a single quote | ||||
* | | | | Resolver has no option for remote syslog, remove wrong copy/paste that was ↵ | Renato Botelho | 2014-04-24 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | adding it when apinger was enabled | ||||
* | | | | Merge pull request #1118 from phil-davis/patch-3 | Renato Botelho | 2014-04-24 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | Cut paste bug fix in Remote Syslog DHCP events | Phil Davis | 2014-04-20 | 1 | -1/+1 |
| |/ / / | | | | | | | | | | | | | | | | | apinger is repeated here from the code above, but it should be dhcp. Forum https://forum.pfsense.org/index.php?topic=73734.0 Selecting to remote syslog "Gateway Monitor events" would also switch on "DHCP service events" unintentionally. | ||||
* | | | | Merge pull request #1104 from ExolonDX/branch_master_04 | Renato Botelho | 2014-04-24 | 2 | -33/+28 |
|\ \ \ \ | |||||
| * | | | | Tidy up "load_balancer_pool" XHTML | Colin Fleming | 2014-04-18 | 2 | -33/+28 |
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add SUMMARY to tables Update PHP shorthand Move "fbegin.inc" include between BODY and SCRIPT Add CDATA section to scripts Close INPUT tags Update HTML Boolean operators Move SELECT tag into the PHP IF statement | ||||
* | | | | Merge pull request #1103 from ExolonDX/branch_master_03 | Renato Botelho | 2014-04-24 | 2 | -23/+23 |
|\ \ \ \ | |||||
| * | | | | Tidy up "services_igmpproxy" XHTML | Colin Fleming | 2014-04-18 | 2 | -23/+23 |
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add SUMMARY to tables Close INPUT and IMG tags and add ALT to IMG tags Deprecate ampersand in anchor tags Add CDATA section to scripts Update HTML Boolean operators Remove empty TFOOT | ||||
* | | | | Merge pull request #1102 from ExolonDX/branch_master_02 | Renato Botelho | 2014-04-24 | 2 | -31/+31 |
|\ \ \ \ | |||||
| * | | | | Tidy up "services rfc2136" XHTML | Colin Fleming | 2014-04-18 | 2 | -31/+31 |
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add SUMMARY to tables Move NOWRAP to class statement Close INPUT and IMG tags and add ALT to IMG tags Update HTML Boolean operators Remove duplicate closing TD tag Add missing closing TD tag | ||||
* | | | | Merge pull request #1101 from ExolonDX/branch_master_01 | Renato Botelho | 2014-04-24 | 2 | -37/+37 |
|\ \ \ \ | |||||
| * | | | | Tidy up "services_dyndns" XHTML | Colin Fleming | 2014-04-18 | 2 | -37/+37 |
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add CDATA section to scripts Add SUMMARY to tables Move NOWRAP to class statement Deprecate ampersand Close INPUT and IMG tags and ALT to IMG tags Add missing closing P tag Update HTML Boolean operators Remove duplicate closing TD tags Remove duplicate opening TR tags | ||||
* | | | | Merge pull request #1114 from ExolonDX/branch_master_13 | Renato Botelho | 2014-04-24 | 2 | -22/+22 |
|\ \ \ \ | |||||
| * | | | | Tidy up "services_wol" XHTML | Colin Fleming | 2014-04-18 | 2 | -22/+22 |
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add SUMMARY to tables Update HTML Boolean operators Close INPUT and IMG tags and add ALT to IMG tags Deprecate ampersand in anchor tags Move NOWRAP into class statement Remove empty EM tag | ||||
* | | | | Merge pull request #1113 from ExolonDX/branch_master_12 | Renato Botelho | 2014-04-24 | 1 | -28/+32 |
|\ \ \ \ | |||||
| * | | | | Tidy up "services_snmp" XHTML | Colin Fleming | 2014-04-18 | 1 | -28/+32 |
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add "closehead" PHP variable and manually close HEAD Add CDATA section to scripts Add SUMMARY to tables Closing INPUT tags Change "onclick" to lower case Update HTML Boolean operators Add missing closing SELECT tag and missing closing TD tag | ||||
* | | | | Merge pull request #1112 from ExolonDX/branch_master_11 | Renato Botelho | 2014-04-24 | 2 | -16/+15 |
|\ \ \ \ | |||||
| * | | | | Tidy up "vpn_pppoe" XHTML | Colin Fleming | 2014-04-18 | 2 | -16/+15 |
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | Add SUMMARY to tables Close IMG tags and and ALT Move NOWRAP to class statement Close INPUT tags | ||||
* | | | | Merge pull request #1111 from ExolonDX/branch_master_10 | Renato Botelho | 2014-04-24 | 1 | -11/+14 |
|\ \ \ \ | |||||
| * | | | | Tidy up "services_ntpd_pps" XHTML | Colin Fleming | 2014-04-18 | 1 | -11/+14 |
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | Add SUMMARY to tables Update HTML Boolean operators Close INPUT tags Add missing closing DIV, closing TD and closing TR tags | ||||
* | | | | Merge pull request #1110 from ExolonDX/branch_master_09 | Renato Botelho | 2014-04-24 | 1 | -42/+46 |
|\ \ \ \ | |||||
| * | | | | Tidy up "serviecs_ntp_gps" XHTML | Colin Fleming | 2014-04-18 | 1 | -42/+46 |
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add "closehead" PHP variable and manually close HEAD Add CDATA section to SCRIPTS Add SUMMARY to tables Update HTML Boolean operators Close INPUT tags Remove closing anchor tag from INPUT tags Change "onclick" to lower case | ||||
* | | | | Merge pull request #1109 from ExolonDX/branch_master_08 | Renato Botelho | 2014-04-24 | 1 | -34/+34 |
|\ \ \ \ | |||||
| * | | | | Tidy up "services_ntpd" XHTML | Colin Fleming | 2014-04-18 | 1 | -34/+34 |
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add "closehead" PHP variable and manually close HEAD Add CDATA sections to SCRIPTS Closing IMG tag and add ALT Change "onclick" to lower case Add SUMMARY to tables Close INPUT tags Update HTML Boolean operators Remove closing anchor tag from INPUT tag |