summaryrefslogtreecommitdiffstats
path: root/usr/local
Commit message (Collapse)AuthorAgeFilesLines
* Fix order of parameters to explode() herejim-p2014-03-101-1/+1
|
* Fix OpenVPN XML section namePhil Davis2014-03-101-1/+1
| | | Forum https://forum.pfsense.org/index.php?topic=73479.0
* Add all advanced options to rule table hover textPhil Davis2014-03-081-2/+16
| | | Bug #3512
* update translate pt_BR gettext fileLuiz Gustavo Costa2014-03-082-7127/+4788
|
* Properly use key here.Ermal2014-03-071-1/+2
|
* better make of gettext in expression (thanks rbgarga)Luiz Gustavo Costa2014-03-071-2/+2
|
* more fix some variables gettextLuiz Gustavo Costa2014-03-072-7/+7
|
* fix some variables gettextLuiz Gustavo Costa2014-03-071-15/+14
|
* Skip input validation when choosing an existing certificate, it should fix #3505Renato Botelho2014-03-071-1/+1
|
* Remove unecessary quotesRenato Botelho2014-03-071-3/+3
|
* Merge pull request #997 from phil-davis/masterRenato Botelho2014-03-071-2/+19
|\ | | | | Make Firewall Rules Advanced Options open if used
| * Refine check for existence of rule advanced optionsPhil Davis2014-03-061-9/+10
| |
| * Make Firewall Rules Advanced Options open if usedPhil Davis2014-03-041-2/+18
| | | | | | | | Currently, if there are some settings defined in Firewall Rules Edit, Advanced Features, Advanced Options, the Advanced Options section is left minimized when the Firewall Edit screen is displayed. This makes it easy for a user to not notice that there are some Advanced Options settings. This change makes the Advanced Options section be displayed if any of the settings are defined, in the same way it is done for all the other Advanced Features sections.
* | Merge pull request #995 from ayvis/master-syntax-errorsRenato Botelho2014-03-0614-29/+28
|\ \ | | | | | | syntax errors correction
| * | syntax errors correctedayvis2014-03-0414-29/+28
| | |
* | | Remove not needed anymore functionErmal2014-03-061-5/+0
|/ /
* | Merge pull request #984 from phil-davis/masterRenato Botelho2014-03-041-18/+12
|\ \ | |/ | | Return GWG IP protocol (version) when no gateway IP
| * Tidy up GWG dropdown selection testsPhil Davis2014-02-281-11/+7
| | | | | | Tested this making a new rule, and editing existing IPv4, IPv6 and IPv4+Ipv6 rules, and switching the IP version on an existing rule. Seems to work!
| * Tidy "gateway name - IP" in dropdown listPhil Davis2014-02-281-1/+2
| | | | | | While I notice this also, for a plain gateway, the current IP address is also listed in the dropdown list text, like "WAN_DHCP - 10.42.11.1". If there is no IP address currently, it might say "WAN_DHCP - dynamic". But for some DHCP gateways that have not had any non-default manual settings done, it can say "OPT1_DHCP -". This gets rid of the silly-looking "-"
| * Use return_gateway_groups_array() to build correct GWG listPhil Davis2014-02-271-10/+7
| | | | | | Now return_gateway_groups_array() always returns at least the IP version 'ipprotocol' of each GWG, even if all its members are down at present. It is better to use this to check what IP version the GWG is. The previous check was using the IP address of the first member of the GWG to deduce 'ipprotocol'. That would fail if the WAN was DHCP and was down.
* | Merge pull request #992 from Doncuppjr/masterRenato Botelho2014-03-041-3/+14
|\ \ | | | | | | Add UEFI support to Network Boot options.
| * | Added support for UEFI booting to Network Booting configuration.Charlie Root2014-03-021-3/+14
| | | | | | | | | | | | | | | | | | modified: conf.default/config.xml modified: etc/inc/services.inc modified: usr/local/www/services_dhcp.php
* | | Remove alert confirmation to delete a package, today user need to confirm twiceRenato Botelho2014-03-041-1/+1
| | |
* | | Validate if src OR dst have IP address set when protocol is IPv4+v6. Fixes #3499Renato Botelho2014-03-031-3/+3
|/ /
* | Fix #3492, make sure filesystem is read-writeRenato Botelho2014-02-271-0/+4
| |
* | Make the IPSec status page work with strongswanErmal2014-02-271-110/+150
| |
* | Fix #3486, delete /var/crash content when click 'No'Renato Botelho2014-02-271-1/+1
|/
* Add a function to read the status of connections/SAs/SPDs from smp plugin of ↵Ermal2014-02-261-3/+1
| | | | StrongSWAN. No need to go through the setkey dumps
* Port dropdowns: Put port no. after descripstilez2014-02-251-4/+4
| | | | | At the moment, even if a port number is entered, it's re-displayed only as a port name when editing. Users who don't have port names -> numbers lookup memorised can't easily confirm when editing a rule, that the port is as intended. Then, when they return to firewall_rules.php the same rules have ports displayed as numbers not names (inconsistent). This small UI edit changes the port dropdowns from just the name "NetBIOS-NS" to "NetBIOS-NS (137)" and shows the very well known port number, for ease of use.
* Push log changes for IPSec and fix generation of strongswan.conf and ↵Ermal2014-02-251-21/+32
| | | | ipsec.secrets to be properly considered
* Fix #2302, save custom uploaded l7 pattern files on config.xml and replicate ↵Renato Botelho2014-02-241-0/+5
| | | | it to slave
* Fix whitespaces and indentRenato Botelho2014-02-241-28/+28
|
* This one too.N0YB2014-02-221-1/+1
|
* Element id's are to be unique. 'provider' used is elsewhere.N0YB2014-02-221-5/+5
|
* Better done globally here in the function.N0YB2014-02-221-1/+1
|
* XHTML ComplianceN0YB2014-02-221-161/+185
| | | | Interfaces
* Update firewall_rules_edit.phpWild Stray2014-02-221-1/+1
| | | PIM protocol for firewall rules.
* These are remenants of old 1.2 remove them from the wizardErmal2014-02-211-2/+0
|
* Trigger rc.newwaipv6 as well from pppoe when it gets an inet6 configErmal2014-02-211-2/+2
|
* Update list of mobile service providersRenato Botelho2014-02-201-6/+140
|
* Use env var provided by openvpn to determine if it's tun or tap, it should ↵Renato Botelho2014-02-201-3/+1
| | | | fix #3475
* Make a good copy of PHP_errors.log for crash reporterPhil Davis2014-02-191-1/+1
| | | Forum report https://forum.pfsense.org/index.php/topic,72877.0.html
* Merge pull request #938 from nagyrobi/patch-12Ermal Luçi2014-02-191-0/+503
|\ | | | | Create ntp_status.widget.php
| * Update ntp_status.widget.phpnagyrobi2014-02-181-1/+1
| | | | | | fixed tail path
| * Update ntp_status.widget.phpnagyrobi2014-02-181-2/+2
| | | | | | Updated errorneous paths. Sorry.
| * Create ntp_status.widget.phpnagyrobi2014-02-181-0/+503
| | | | | | Dedicated widget which has a javascript clock showing the server time accurately, and based on NTP's running state displays information about sync source, GPS state etc. It refreshes contents every minute, without reloading the entire page.
* | Merge pull request #937 from nagyrobi/patch-11Ermal Luçi2014-02-191-0/+5
|\ \ | | | | | | Create ntp_status.inc
| * | Create ntp_status.incnagyrobi2014-02-181-0/+5
| |/ | | | | NTP widget helper
* | Merge pull request #936 from nagyrobi/patch-10Ermal Luçi2014-02-191-0/+9
|\ \ | | | | | | Update status_rrd_graph_settings.php
| * | Update status_rrd_graph_settings.phpnagyrobi2014-02-181-0/+9
| |/ | | | | Add NTP graph to settings
OpenPOWER on IntegriCloud