summaryrefslogtreecommitdiffstats
path: root/usr/local
Commit message (Collapse)AuthorAgeFilesLines
* Fix Firewall - Aliases GUI inconsistencies for URL Table type aliasesdoktornotor2015-07-171-4/+4
| | | | | The GUI should show descriptions according to what's selected from the dropdown, but currently does not for URL Table (IPs) and URL Table (Ports) type of aliases. This is for RELENG_2_2 branch.
* Contrary to some reports this is actually usable in some cases, just notChris Buechler2015-07-161-14/+8
| | | | | | mandatory. Revert "myid_data and peerid_data fields are not relevant with asn1dn." This reverts commit b8754cc85db7e92322f605bbb4b2f90bde90bb7f.
* myid_data and peerid_data fields are not relevant with asn1dn.Chris Buechler2015-07-161-8/+14
|
* Restrict serial ports glob to cua followed by alphaPhil Davis2015-07-161-3/+3
| | | Improve this a little more to match only alpha after /dev/cua (/dev/cuau for example)
* Make serial ports glob cope with many more possibilitiesPhil Davis2015-07-161-3/+3
| | | | | | | | | | | | | It originally coped with things like cuau1 cuau1.1 Then I made it cope with things like cuau1 cuau11 but it stopped working for cuau1.1 This one copes with: cuau1 cuau1.1 cuau1.11 cuau11 cuau11.1 cuau11.11 That should allow for all sorts of reasonable device name files without matching other stuff in /dev (like cuau1.init cuau1.lock) that we need to ignore. Please think if I have covered the bases here.
* Remove old, unused NetUtils.jsChris Buechler2015-07-161-114/+0
|
* Display any advanced DHCP server settings RELENG_2_2Phil Davis2015-07-151-14/+14
| | | Cherry pick of https://github.com/pfsense/pfsense/commit/90ad3a76edae543bcc63252b14660ac4baee291e
* Merge pull request #1754 from phil-davis/cr_2_2Renato Botelho2015-07-1535-35/+210
|\
| * Cancel button after input error for RELENG_2_2Phil Davis2015-07-1535-35/+210
| |
* | Firewall Aliases Import display error message for invalid alias namePhil Davis2015-07-151-1/+1
| | | | | | | | | | If you open firewall_aliases_import and enter just an invalid Alias Name (e.g. a$b) and press save or press save with all fields empty, then the screen redraws but the input error(s) is not displayed. This fixes it.
* | Firewall Aliases Edit ensure input_addresses array existsPhil Davis2015-07-151-0/+1
| | | | | | | | | | | | If you click "+" to add an alias, then press Save without entering anything, you get: Warning: Invalid argument supplied for foreach() in /usr/local/www/firewall_aliases_edit.php on line 402 as well as the various messages related to $input_errors. This change ensures that $input_addresses array always exists (even if it has no real entries) so that the foreach() warning does not happen.
* | Interfaces GIF Edit fix do_input_validationPhil Davis2015-07-151-2/+2
| | | | | | Make the required fields be correct and match thier text names, which should each have their own gettext() cal so as to build a proper array at line 81. Basically it was all broken and the errors displayed when field/s were left empty were rubbish.
* | Interfaces GRE Edit fix required fields textPhil Davis2015-07-151-2/+2
| | | | | | | | | | The reqdfields had only 4 entries but reqdfieldsn has 5 entries and the field names to text descriptions did not match up. Fixed it.
* | Interfaces PPPs edit avoid foreach() warningPhil Davis2015-07-151-11/+13
|/ | | | | If you go to Interfaces, assign, PPPs, press "+" to add an entry, then press Save without entering anything then you get a warning about the foreach() here. The is_array() check fixes it.
* Fix glob for serial device namesPhil Davis2015-07-141-1/+6
| | | | | Removing the "." that was in {,.[0-9]} allows it to match /dev/cuau10 and onward. I added lots of comments on the glob expression, because the format of the glob expression is not the same as an ordinary regex.
* Fix adding of VoIP rules from traffic shaper wizard where IP/alias is notChris Buechler2015-07-141-1/+7
| | | | specified.
* manual merge of Phil Davis pull request, commit ↵Chris Buechler2015-07-131-3/+3
| | | | b45537f75b24bc323987094e459db7b2f75aa405
* Fix dashboard hardware crypto display where AES-NI is enabled. TicketChris Buechler2015-07-061-1/+1
|
* Don't check whether the QinQ interface exists when deleting. UnnecessarilyChris Buechler2015-07-061-2/+0
| | | | | makes QinQ un-deletable where the parent interface no longer exists (removed, config restored from diff hardware, etc.).
* Fix put static route destination in config change descriptionPhil Davis2015-07-031-2/+2
| | | | When enabling or disabling a route by using the enable/disable button on the Routes page, the destination network was not being put in the config change description, although the code intended it to be there. This fixes it.
* Encode ca descr in system_camanager.phpjim-p2015-07-011-5/+9
|
* Encode ca/cert descr in system_certmanager.phpjim-p2015-07-011-6/+14
|
* Encode ca/cert/crl descr in system_crlmanager.phpjim-p2015-07-011-16/+18
|
* Encode ca/cert descr in vpn_openvpn_server.phpjim-p2015-07-011-5/+5
|
* Encode ca/cert descr in vpn_openvpn_client.phpjim-p2015-07-011-3/+3
|
* Encode ca/cert descr in vpn_ipsec_phase1.phpjim-p2015-07-011-2/+2
|
* Encode ca/cert descr in system_authservers.phpjim-p2015-07-011-1/+1
|
* Encode ca/cert descr in system_usermanager.phpjim-p2015-07-011-1/+1
|
* Encode cert/ca descr in system_advanced_admin.phpjim-p2015-07-011-1/+1
|
* Encode cert/ca descr in services_captiveportal.phpjim-p2015-07-011-1/+1
|
* Encode ca/cert info in openvpn_wizard.incjim-p2015-07-011-0/+8
|
* Add semicolonN0YB2015-06-251-2/+3
| | | | Fix delete Java Script to match valid HTML ID
* XHTML ComplianceN0YB2015-06-251-1/+1
| | | | | | | | | html id's not permitted to begin with a number. html id's not permitted to contain '/' add prefix (entry_) and replace slash with hyphen. table entry id format becomes: entry_<ip address>-<cidr> replacing the format: <ip address>/<cidr> does not change the displayed format.
* Move pt_BR translation from ISO to UTF-8Renato Botelho2015-06-192-4430/+9177
|
* Move pt_BR directory, it's moving from ISO to UTF-8Renato Botelho2015-06-192-0/+0
|
* Ticket #4746 Correctly set global variables to be used by hostnames cod epathsErmal LUÇI2015-06-191-2/+4
|
* Add a GUI field to increase the pf frag entries limit. Fixes ticket #4775jim-p2015-06-181-0/+17
|
* Say what is happening when reinstalling package GUI XMLPhil Davis2015-06-161-2/+4
| | | | | At the confirmation dialog after pressing the "Reinstall XML" button, the text does not distinguish between having pressed "Reinstall the whole package" and "Reinstall the GUI/XML". It would be nice if the text of this confirmation allowed the user to be confident about which button they had just pushed, before confirming the action. Note: This stuff has no gettext() wrappers - but that can be fixed later, not get mixed up in this.
* Remove load_balancer_relay_* -- They are not used, not linked, not ↵jim-p2015-06-164-1169/+0
| | | | functional, not maintained, and have potential security issues.
* Why is break missing for reinstallxmlPhil Davis2015-06-161-0/+1
| | | | | I thought that "reinstallxml" should do less than "reinstallpkg" but actually it was getting stuff here, then falling through "reinstalpkg" which did delete_package_xml and then install_pkg, which got the files a 2nd time and... Maybe that was supposed to happen? Anyway, I thought I would point this out and someone can either commit this pull request if the "break" should be there, or explain to me why "reinstallxml" is supposed to fall through executing all this code.
* Encoding in services_unbound_advanced.phpjim-p2015-06-161-2/+2
|
* Encoding in system_advanced_sysctl.phpjim-p2015-06-161-7/+7
|
* Encoding in interfaces.phpjim-p2015-06-161-4/+4
|
* Encoding in services_unbound.phpjim-p2015-06-161-1/+1
|
* Encoding in pkg_mgr_settings.phpjim-p2015-06-161-1/+1
|
* Encoding in system_advanced_admin.phpjim-p2015-06-161-1/+1
|
* Encoding in interfaces_ppps_edit.phpjim-p2015-06-161-2/+2
|
* Encoding in diag_packet_capture.phpjim-p2015-06-161-3/+3
|
* Encoding in interfaces_qinq_edit.phpjim-p2015-06-161-1/+1
|
* Encoding in services_dnsmasq.phpjim-p2015-06-161-1/+1
|
OpenPOWER on IntegriCloud