summaryrefslogtreecommitdiffstats
path: root/src/usr/local
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #3735 from phil-davis/dns-lookup-add-aliasRenato Botelho2017-05-231-2/+2
|\
| * Diag DNS do not show Add Alias if no priv to add alaisPhil Davis2017-05-211-2/+2
| |
* | Merge pull request #3736 from phil-davis/diag-dns-change-host-add-aliasRenato Botelho2017-05-231-10/+25
|\ \
| * | Diag DNS do not create an empty alias if name does not resolvePhil Davis2017-05-211-10/+25
| |/
* | Add NGID to status.phpjim-p2017-05-231-0/+8
| |
* | Update translation filesRenato Botelho2017-05-2380-33973/+72164
| |
* | Regenerate potRenato Botelho2017-05-231-703/+704
| |
* | Fix links to CP MAC management page so they include the zone name. Fixes #7591jim-p2017-05-221-2/+2
| |
* | Select "No Authentication" for a portal zone by default, since it is the ↵jim-p2017-05-221-2/+4
| | | | | | | | default behavior, but the GUI requires a value to be set. Fixes #7591
* | Fix options text/display for IPv4 DNS and Verify SSL on DynDNS clients. ↵jim-p2017-05-221-5/+5
| | | | | | | | Fixes #7588
* | Standardize privilege page and sorting between users and groups. Fixes #7587jim-p2017-05-222-6/+13
| |
* | Add username to display when adding user privileges. Fixes #7586jim-p2017-05-221-0/+10
| |
* | Provide a useful error message to the user when there is no private CA with ↵jim-p2017-05-221-15/+26
| | | | | | | | which to create a new user certificate. Fixes #7585
* | Do not offer the 'peak' and 'rate' views for pftop since they only work in ↵jim-p2017-05-221-1/+1
| | | | | | | | interactive mode with cached data, not batch mode like the GUI uses. Fixes #7580
* | Remove "size" option from pftop as it does nothing. The "bytes" option is ↵jim-p2017-05-221-1/+1
| | | | | | | | the correct one to use. Fixes #7579
* | In the OpenVPN wizard, if the user chooses a different auth server type, ↵jim-p2017-05-222-0/+8
| | | | | | | | clear out stored settings so the wizard does not pre-fill bad info. Fixes #7569
* | The logic for resolv-retry infinite was always setting it in client mode no ↵jim-p2017-05-221-10/+0
| | | | | | | | matter what the GUI option wanted. Remove the GUI option and clean up the logic so it isn't duplicated. Fixes #7572
* | Clarify address assignment behavior in the Tunnel Network fields for openvpn ↵jim-p2017-05-222-9/+10
| | | | | | | | clients and servers. Fixes #7573
* | Fix help text for route_no_exec. Issue #7575jim-p2017-05-221-1/+1
| |
* | Fix OpenVPN server port validation to disallow "0". 0 is still OK for client ↵jim-p2017-05-221-1/+1
| | | | | | | | port, which is the same meaning as blank/empty. Fixes #7565
* | Remove references to unused "Address Pool" setting. The address behavior is ↵jim-p2017-05-223-24/+4
| | | | | | | | now determined by the mode, and has been for years. Fixes #7567
* | Remove refs to defunct OpenVPN client manager port. Fixes #7568jim-p2017-05-221-43/+0
| |
* | Fix L2TP section log shortcut. Fixes #7564jim-p2017-05-221-1/+1
| |
* | Improve L2TP Server DNS input validation. Fixes #7560jim-p2017-05-221-0/+11
|/
* Revert "Updated d3.js and d3pie.js to latest versions"Steve Beaver2017-05-171-1/+4
| | | | This reverts commit 47d4784602466d723a84bb1af6d313c4ba5a0115.
* t revert 47d4784602466d723a84bb1af6d313c4ba5a0115qMerge branch 'master' of ↵Steve Beaver2017-05-1682-48729/+57116
|\ | | | | | | gitlab.netgate.com:pfsense/pfsense
| * Update translation filesRenato Botelho2017-05-1678-47582/+55758
| |
| * 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
* | | Revert "Updated d3.js and d3pie.js to latest versions"Steve Beaver2017-05-142-12/+9
|/ / | | | | | | This reverts commit 47d4784602466d723a84bb1af6d313c4ba5a0115.
* | 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
| | | |
OpenPOWER on IntegriCloud