summaryrefslogtreecommitdiffstats
path: root/src/usr/local
Commit message (Collapse)AuthorAgeFilesLines
* Regenerate potRenato Botelho2017-05-161-1146/+1305
|
* Small adjustment to dmesg parsing for CPU package/core count.jim-p2017-05-151-1/+1
|
* Merge pull request #3725 from sestary/masterRenato Botelho2017-05-151-0/+17
|\
| * Fix the extra "of" in the help text.Robbert Rijkse2017-05-101-1/+1
| |
| * Make the changes suggested by jim-p and changed the way the disable function ↵Robbert Rijkse2017-05-091-3/+2
| | | | | | | | work to ensure the manually added host entries or DHCP reservations still work.
| * Unbound: Added ability to disable automatically added host entriesRobbert Rijkse2017-05-061-0/+18
| |
* | Fix active AES-NI test. Ticket #7529jim-p2017-05-131-2/+1
| |
* | Show if a CPU has AES-NI/CPU crypto support even if the module isn't loaded. ↵jim-p2017-05-122-0/+36
| | | | | | | | Implements #7529
* | Updated d3.js and d3pie.js to latest versionsSteve Beaver2017-05-122-9/+12
| | | | | | | | Fixed #7546
* | Allow a wider range of characters to be used in certificate fields, as laid ↵jim-p2017-05-112-45/+33
| | | | | | | | out by RFC 4514. Fixes #7540
* | Add OpenVPN GUI Option for "sndbuf" and "rcvbuf", using the same value for ↵jim-p2017-05-102-0/+32
| | | | | | | | both. Fixes #7507
* | Merge pull request #3719 from phil-davis/no-packagesRenato Botelho2017-05-101-12/+3
|\ \
| * | get_pkg_info improve installed_pkgs_only casePhil Davis2017-05-021-12/+3
| | |
* | | Merge pull request #3579 from frankthetank/dyndns_dreamhostRenato Botelho2017-05-101-3/+20
|\ \ \
| * \ \ Merge branch 'master' of https://github.com/pfsense/pfsense into ↵Frank2017-05-0186-100806/+138953
| |\ \ \ | | |/ / | | | | | | | | dyndns_dreamhost
| * | | Reverted adding array() as second parameter to setHelp() calls.frank2017-04-221-5/+5
| | | | | | | | | | | | | | | | This was reimplemented in error as the new sprintf-based setHelp() was checked in after this initial merge request was made.
| * | | last two tab changes.frank2017-04-221-2/+2
| | | |
| * | | Added back the help text for DNS Made Easy.frank2017-04-221-0/+1
| | | | | | | | | | | | Not sure how I removed that earlier.
| * | | Maybe we are done with tab spacing now. I think it's manageable.frank2017-04-221-2/+3
| | | |
| * | | More tab space tweaks - maybe I'm done?frank2017-04-221-21/+21
| | | |
| * | | Finished resolving spacing / formatting issues.frank2017-04-221-104/+104
| | | | | | | | | | | | | | | | This was clouding the real work done. It appears to have been a tab reformatting issue that went berserk.
| * | | Resolved some unusual formatting errors that crept into the request.frank2017-04-221-184/+185
| | | |
| * | | Merge branch 'master' of https://github.com/pfsense/pfsense intofrank2017-04-21133-8549/+117366
| |\ \ \ | | | | | | | | | | | | | | | | | | | | dyndns_dreamhost
| * \ \ \ Merge branch 'master' of https://github.com/pfsense/pfsense intofrank2017-04-04176-109684/+521566
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | dyndns_dreamhost
| * | | | | Added help text and field visibility controls for Dreamhost DNS.frank2017-02-261-6/+23
| | | | | |
* | | | | | Merge pull request #3726 from phil-davis/multi-widget-optionalRenato Botelho2017-05-1014-1/+95
|\ \ \ \ \ \
| * | | | | | Make multi-widget optional by widgetPhil Davis2017-05-0714-1/+95
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #3710 from phil-davis/edit-widget-title1Renato Botelho2017-05-1015-118/+149
|\ \ \ \ \ \
| * | | | | | Allow customize of dashboard widget namesPhil Davis2017-04-2715-118/+149
| | | | | | |
* | | | | | | Add OpenVPN GUI option for "fast-io" to clients and servers. Ticket #7507jim-p2017-05-102-1/+77
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Only compatible with UDP modes, and also not compatible with "shaper".
* | | | | | | Add "netstat -nWx" to status.php outputjim-p2017-05-101-0/+1
| | | | | | |
* | | | | | | Update translation filesRenato Botelho2017-05-0878-26961/+30355
| | | | | | |
* | | | | | | Regenerate potRenato Botelho2017-05-081-551/+587
| | | | | | |
* | | | | | | Only cache CP RADIUS Auth credentials when reauthentication is enabled. ↵jim-p2017-05-081-1/+3
| |/ / / / / |/| | | | | | | | | | | | | | | | | Fixes #7528
* | | | | | Subst Unique/Device in System INfo WidgetSteve Beaver2017-05-031-1/+1
| | | | | |
* | | | | | Merge pull request #3718 from phil-davis/pacakge-typoRenato Botelho2017-05-033-7/+7
|\ \ \ \ \ \
| * | | | | | Typos in pkg management code commentsPhil Davis2017-05-023-7/+7
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #3714 from phil-davis/patch-10Renato Botelho2017-05-031-13/+18
|\ \ \ \ \ \
| * | | | | | Let he user know if all selected interfaces are downPhil Davis2017-04-291-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | in the interface statistics widget. At the moment, if all the selected interfaces are down, the widget will just display no columns. That will make users wonder what happened.
| * | | | | | Fix interface down in interface statistics widgetPhil Davis2017-04-291-11/+12
| |/ / / / / | | | | | | | | | | | | | | | | | | If an interface is down, the widget would write the interface description in a column heading but then omit the stats items. So later columns (to the right) would have the headings and stats items out of line. This also fixes the performance problem that get_interface_info($ifdescr) was being called for every row of stats data for every interface. i.e. it was called 7 times for each interface when 1 time is enough.
* | | | | | Merge pull request #3712 from phil-davis/patch-7Renato Botelho2017-05-031-1/+0
|\ \ \ \ \ \
| * | | | | | Remove bonus end td tag in interface statistics widgetPhil Davis2017-04-291-1/+0
| |/ / / / /
* | | | | | Switch the cert info to an infoblock now that #7505 is fixed. Issue #7505jim-p2017-05-021-9/+1
| | | | | |
* | | | | | Per sbeaver, disable an IE workaround, which fixes #7504jim-p2017-05-021-4/+4
| | | | | |
* | | | | | Show SAN, KU, and EKU info in the certificate list. Implements #7505jim-p2017-05-021-2/+36
| | | | | | | | | | | | | | | | | | | | | | | | While here, also fix "server" cert detection to key off of the EKU For "TLS Web Server Authentication" since nsCertType has been deprecated.
* | | | | | Read default language from globals.inc instead of hardcoding (it was already ↵jim-p2017-05-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | defined there)
* | | | | | Set default anguage in General Setup to en_USPhil Davis2017-04-291-0/+5
|/ / / / / | | | | | | | | | | | | | | | Since https://github.com/pfsense/pfsense/commit/fdcde31b4a910c4e058513c1e3f68a62e722da6b added German to the top of the get_locale_list() array, if you start with a default system and go to System->General Setup (make some changes to other fields if you like) and press Save, you end up in German because that is what gets selected in the dropdown when the config does not yet have a language in it. The code assumed that the language of the default system is the language at the top of the list, which is no longer true.
* | | | | SpellingSteve Beaver2017-04-281-1/+1
| | | | |
* | | | | space/tabSteve Beaver2017-04-281-1/+1
| | | | |
* | | | | Add Netgate ID display to system info widgetSteve Beaver2017-04-281-0/+7
| | | | |
OpenPOWER on IntegriCloud