summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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-223-6/+17
|
* 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
* Fix path to old pftop file in obsolete list. Fixes #7581jim-p2017-05-221-1/+1
|
* 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-222-13/+1
| | | | 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-222-4/+7
| | | | 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
|
* Disable internal L2TP users when activating RADIUS, to follow the behavior ↵jim-p2017-05-221-0/+1
| | | | stated in the GUI. Fixes #7561
* Improve L2TP Server DNS input validation. Fixes #7560jim-p2017-05-221-0/+11
|
* Remove unused WINS code for L2TP. Fixes #7559jim-p2017-05-221-6/+0
|
* Use recently added hwaddr field to restore original MAC addressRenato Botelho2017-05-192-36/+3
|
* Improve indenting/readabilitySteve Beaver2017-05-181-57/+65
|
* 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-1688-48760/+57171
|\ | | | | | | gitlab.netgate.com:pfsense/pfsense
| * Update translation filesRenato Botelho2017-05-1678-47582/+55758
| |
| * Regenerate potRenato Botelho2017-05-161-1146/+1305
| |
| * Refine some syslogd restarts, add a way to send it a HUP to reload w/o a ↵jim-p2017-05-152-18/+36
| | | | | | | | full restart. Part of ticket #7256
| * 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-153-10/+33
| |\
| | * 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-093-26/+23
| | | | | | | | | | | | work to ensure the manually added host entries or DHCP reservations still work.
| | * Unbound: Added ability to disable automatically added host entriesRobbert Rijkse2017-05-062-21/+47
| | |
| * | Use is_numeric() to make sure $prefix is not 0Renato Botelho2017-05-151-1/+1
| | |
| * | Merge pull request #3604 from ↵Renato Botelho2017-05-151-1/+1
| |\ \ | | | | | | | | | | | | enukane/fix/openvpn-ipv6-remote-netmask-0-treated-as-128
| | * | Fix parsing "::/0" as "::/128" on OpenVPN IPv6 Tunnel Remote networkenukane2017-03-031-1/+1
| | | |
| * | | Merge pull request #3556 from doktornotor/patch-3Renato Botelho2017-05-151-1/+1
| |\ \ \
| | * | | Fix net.inet.ip.random_id tunable description (Bug #6087)doktornotor2017-02-191-1/+1
| | | | |
| * | | | Merge pull request #3559 from doktornotor/patch-4Renato Botelho2017-05-151-1/+1
| |\ \ \ \
| | * | | | Request PD even if no interfaces are set to track6 (Bug #4544)doktornotor2017-02-191-1/+1
| | | | | | | | | | | | | | | | | | See https://redmine.pfsense.org/issues/4544#note-4
| * | | | | 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-113-45/+49
| | | | | | | | | | | | | | | | | | | | out by RFC 4514. Fixes #7540
* | | | | Add OpenVPN GUI Option for "sndbuf" and "rcvbuf", using the same value for ↵jim-p2017-05-103-0/+53
| | | | | | | | | | | | | | | | | | | | both. Fixes #7507
* | | | | Merge pull request #3719 from phil-davis/no-packagesRenato Botelho2017-05-102-17/+27
|\ \ \ \ \
| * | | | | get_pkg_info improve installed_pkgs_only casePhil Davis2017-05-022-17/+27
| | | | | |
* | | | | | Merge pull request #3579 from frankthetank/dyndns_dreamhostRenato Botelho2017-05-103-5/+312
|\ \ \ \ \ \
OpenPOWER on IntegriCloud