summaryrefslogtreecommitdiffstats
path: root/usr/local
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Whitespace fixesjim-p2014-06-041-80/+80
| | |
* | | Allow the user to select "None" for OpenVPN client certificate, so long as ↵jim-p2014-06-041-6/+10
| | | | | | | | | | | | they supply and auth user/pass. Ticket #3633
* | | Just use ID here instead.jim-p2014-06-041-2/+2
| | |
* | | Various fixes to diag_dump_states.php (Add interface column, some extra ↵jim-p2014-06-041-8/+20
| | | | | | | | | | | | validation safety, etc). Should fix #2121
* | | Update csrf-magic to 1.0.4Renato Botelho2014-06-032-8/+45
| | |
* | | Merge pull request #1226 from ExolonDX/branch_master_04Renato Botelho2014-06-031-0/+1
|\ \ \
| * | | Tidy up "status_queues.php" XHTMLColin Fleming2014-06-031-0/+1
| |/ / | | | | | | | | | | | | Add closing BODY and closing HTML tags if "traffic shaping is not configured."
* | | Merge pull request #1225 from ExolonDX/branch_master_03Renato Botelho2014-06-031-2/+1
|\ \ \
| * | | Tidy up "status_openvpn.php" XHTMLColin Fleming2014-06-031-2/+1
| |/ / | | | | | | | | | | | | Move the closing FORM tag after the PHP check if there are any OpenVPN instances.
* | | Merge pull request #1224 from ExolonDX/branch_master_02Renato Botelho2014-06-031-9/+9
|\ \ \
| * | | Tidy up "diag_dns.php" XHTMLColin Fleming2014-06-031-9/+9
| |/ / | | | | | | | | | | | | | | | Move the "=" sign into the first table cell, this allows the output to line up in the second cell, Tidy up the table from the "resolution time" output.
* | | Tidy up "crash_reporter.php" XHTMLColin Fleming2014-06-031-14/+10
|/ / | | | | | | | | Tidy up Paragraph tags Close INPUT tags
* | Merge pull request #1219 from nagyrobi/patch-13Renato Botelho2014-06-021-0/+2
|\ \
| * | Update services_ntpd.phpnagyrobi2014-05-291-0/+2
| | | | | | | | | Add validation for the case of no server specified, fall back to pool.ntp.org
* | | Fix filenamejim-p2014-05-311-1/+1
| | |
* | | remove openbgpd bits from system_gateways_edit and system.inc. The packageChris Buechler2014-05-301-6/+0
| | | | | | | | | | | | | | | | | | match is case-sensitive and hasn't matched the openbgpd package's name in at least 5 years, so it doesn't do anything. It's far from functional in any useful manner even fixing that issue.
* | | Drop a note on the page about how to repair a failed mirror.jim-p2014-05-301-1/+3
| | |
* | | Bring in proper gmirror support for the GUI and notifications.jim-p2014-05-305-86/+441
| | | | | | | | | | | | | | | | | | Made a general gmirror library to perform various gmirror tasks and get information, using some of the former widget logic to start. Updated widget to use this new code. Added a Diag > GEOM Mirrors page that displays information about existing mirrors and perform various management tasks. Current actions include rebuilding a drive, forgetting disconnected mirror drives, insert/remove, deactivate/activate, clearing medatada. It's now possible to use the GUI to rebuild a failed mirror by performing a forget, then insert action to replace a missing/dead drive. Also included is a notification setup. Mirror status is polled every 60 seconds, and if any aspect of the mirror changes, notifications are issues that alert in the GUI and by SMTP, etc.
* | | Merge pull request #1220 from ExolonDX/branch_master_01Renato Botelho2014-05-291-17/+22
|\ \ \
| * | | Tidy up "diag_tables.php" XHTMLColin Fleming2014-05-291-17/+22
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add BODY tag Add ACTION to FORM tag Add CDATA section to SCRIPTS Remove NAME from OPTION tag, not valid in XHTML Update HTML Boolean operators Add SUMMARY to TABLE Close IMG tag and add ALT Move closing Anchor tag into PHP staement Change Paragraph tag to TR tag and close Update non breaking space tag Add missing closing FORM, closing BODY and closing HTML tags
* | | Unset iflist and iflist_disabledRenato Botelho2014-05-292-1/+6
| |/ |/|
* | Show disabled interface when it was already part of interface group, it ↵Renato Botelho2014-05-292-6/+14
|/ | | | avoids to show a random interface instead and let user to add it by mistake. It should fix #3680
* Merge pull request #1217 from nagyrobi/patch-15Renato Botelho2014-05-281-5/+5
|\
| * Update services_ntpd_gps.phpnagyrobi2014-05-281-5/+5
| | | | | | Fixed MRC->RMC typos in sentence types, display and fine-tuning for SureGPS card.
* | Merge pull request #1212 from ExolonDX/branch_master_04Renato Botelho2014-05-282-3/+18
|\ \
| * | Tidy up "system_firware" XHTMLColin Fleming2014-05-272-3/+18
| | | | | | | | | | | | Remove WRAP from TEXTAREA and add Javascript to add wrap hard
* | | Merge pull request #1211 from ExolonDX/branch_master_03Renato Botelho2014-05-289-10/+10
|\ \ \
| * | | Tidy up Ampersand XHTMLColin Fleming2014-05-279-10/+10
| |/ / | | | | | | | | | Deprecate Ampersand in Anchor tags
* | | Merge pull request #1210 from ExolonDX/branch_master_02Renato Botelho2014-05-284-3/+5
|\ \ \
| * | | Tidy up misc. XHTMLColin Fleming2014-05-274-3/+5
| |/ / | | | | | | | | | | | | | | | Close FORM tag correctly Add missing TD and TR tags Move NOWRAP into CLASS statement
* | | Merge pull request #1209 from ExolonDX/branch_master_01Renato Botelho2014-05-281-7/+17
|\ \ \ | |_|/ |/| |
| * | Tidy up "system_usermanager.php" XHTMLColin Fleming2014-05-271-7/+17
| |/ | | | | | | | | | | | | | | Add CLOSEHEAD varialbe and manually close HEAD Add CDATA sections to SCRIPTS Deprecate Ampersand in Anchor tags Remove NAME from TR tag, not valid in XHTML Remove WRAP from TEXTAREA and Javascript to take wrap off
* | Use script-friendly gmirror status output to build this info, old method was ↵jim-p2014-05-281-9/+4
| | | | | | | | breaking output when the mirror was being rebuilt.
* | Make logging of pass rules opt-in rather than opt-outErmal2014-05-271-3/+3
| |
* | Split the setting of logging pass and block into 2 separate settings. Maybe ↵Ermal2014-05-271-1/+9
| | | | | | | | this can be extended to control even the user rules?
* | Trim whitespaces from options text and fix #3674Renato Botelho2014-05-271-3/+3
|/
* Add (self) for an outbound NAT source as welljim-p2014-05-232-3/+10
|
* Let (self) be used on port forward destinations alsojim-p2014-05-231-1/+2
|
* Add (self) keyword for specifying "any IP address on this firewall" as a ↵jim-p2014-05-232-2/+6
| | | | rule choice.
* Fix typoRenato Botelho2014-05-231-1/+1
|
* Clarify usage for not/and/or in host fieldjim-p2014-05-221-1/+1
|
* Add some rudimentary and/or logic to the host field of packet capture.jim-p2014-05-221-8/+59
|
* Allow for negation of protocol, host, or port number when capturing packets.jim-p2014-05-221-14/+24
|
* Merge pull request #1154 from ExolonDX/branch_master_01Renato Botelho2014-05-2222-4/+12
|\
| * Add "match" to floating rulesColin Fleming2014-05-1622-4/+12
| | | | | | | | | | | | Add "match" to floating rules as proposed in the forums https://forum.pfsense.org/index.php?topic=76611.0 Remove Windows Thumbnail cache files
* | Merge pull request #1149 from phil-davis/patch-7Renato Botelho2014-05-221-1/+2
|\ \
| * | Use function_exists testPhil Davis2014-05-111-1/+2
| | |
| * | Use require_once in more placesPhil Davis2014-05-091-1/+1
| | |
* | | Merge pull request #1205 from ExolonDX/branch_master_59Renato Botelho2014-05-228-7/+19
|\ \ \
| * | | Update SCRIPT tags.Colin Fleming2014-05-198-7/+19
| | |/ | |/| | | | | | | Add CDATA sections to SCRIPT tags in various files
OpenPOWER on IntegriCloud