summaryrefslogtreecommitdiffstats
path: root/usr
Commit message (Collapse)AuthorAgeFilesLines
* workspot: country namesIsaac (.ike) Levy2014-01-081-25/+25
| | | | Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
* jp syntax changeIsaac (.ike) Levy2014-01-081-2/+2
| | | | Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
* workspot, continuing to run through with rough human-augmented machine ↵Isaac (.ike) Levy2014-01-081-27/+27
| | | | | | translation Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
* workspot, continuing to run through with rough human-augmented machine ↵Isaac (.ike) Levy2014-01-081-9/+12
| | | | | | translation Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
* workspot- plowing through with rough human-augmented machine translationIsaac (.ike) Levy2014-01-081-7528/+12603
| | | | Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
* start by copying pt_BR localeIsaac (.ike) Levy2014-01-081-0/+43657
| | | | Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
* Check for vertical bar at start or end of descriptionPhil Davis2014-01-071-2/+2
|
* Check for vertical bars in alias detail descriptionsPhil Davis2014-01-071-11/+45
| | | | The descriptions of each entry in an alias are stored in config.xml as a list delimited by "||". So you cannot have "||" in the actual description (or the description effectively splits into the next entry). Also you cannot start or end the description with "|" or it will be very confusing having the config with "|||" in it. This code validates all that sort of invalid input.
* Merge pull request #879 from phil-davis/masterRenato Botelho2014-01-071-2/+8
|\ | | | | Update reserved_keywords checks to match firewall_aliases_edit
| * Update reserved_keywords checks to match firewall_aliases_editPhil Davis2014-01-061-2/+8
| | | | | | | | | | firewall_aliases_import should have the same checks for reserved names as firewall_aliases_edit This code should really be in a function in a common include file, but which one is the appropriate one? For now I made the checks the same.
* | Add an option to force a gateway to be down, it fixes #2847Renato Botelho2014-01-063-2/+19
|/
* Merge pull request #871 from phildd/masterErmal Luçi2014-01-061-7/+23
|\ | | | | Dynamic DNS: List GWGs in Interface to send update from
| * DyndDNS edit: unset vars when no longer usedphildd2014-01-021-0/+4
| |
| * List GWGs in Interface to send update fromphildd2013-12-301-7/+19
| |
* | Bulk Import: fix copy-paste var name errorPhil Davis2014-01-051-1/+1
| |
* | Allow individual line descriptions on alias bulk importPhil Davis2014-01-051-15/+50
| | | | | | | | | | This enhancement allows the user to make a text file of IP addresses, IP subnets and/or IP ranges, like they have always been able to do, but with this they can put a description after each IP number and that description text will be saved in the alias. All existing functionality without specifying a description is unchanged, so it is backward-compatible. This is handy when having aliases that are on all my pfSense boxes, I can make 1 text file, bulk import it on every system and now include descriptions of each chunk of IP address space. Note: The artificial limit of 200 character descriptions is to catch the case where a user pastes a long list or IP addresses, but they are all on 1 line. An error message is given, rather than importing the 1st IP and considered the remaining ones as the description.
* | minor spelling correction for pfSense master branchIsaac (.ike) Levy2014-01-033-3/+3
| | | | | | | | Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
* | Generate a tracker id for the filter rules for now. Maybe for nat rules as well?Ermal2013-12-311-0/+4
|/
* Merge pull request #866 from andrespetralli/masterRenato Botelho2013-12-303-3/+62
|\ | | | | Enabling advanced RFC 2136 configuration for DHCPd service
| * Enabling advanced RFC 2136 configuration for DHCPd serviceAndres Petralli2013-12-233-3/+62
| | | | | | | | | | This change adds the ability to configure RFC 2136 domain name updates using a hmac-md5 keyname/key.
* | Merge pull request #868 from phildd/masterErmal Luçi2013-12-301-2/+2
|\ \ | | | | | | Validate IP address ranges correctly on Alias Bulk Import
| * | Validate IP address ranges correctly on Alias Bulk Importphildd2013-12-291-2/+2
| | | | | | | | | | | | | | | | | | The code was there to attempt to validate and implement IP address range lines in Alias Bulk Import e.g. 10.20.0.0-10.21.22.0 should produce a bunch of smaller ranges with appropriate CIDRs. This fixes the code so IP address ranges actually make it through into the resulting Alias.
* | | Fix display of CIDR/Update Freq in Alias EditPhil Davis2013-12-291-2/+2
|/ / | | | | Fixes #3376. I have no idea what the "^" characters were meant to do, but removing them makes the CIDR/Update Freq value be displayed correctly when editing. Will there be some other side-effect from removing the "^"?
* | Make sense of interface mtu handling code. No need to do unneeded ↵Ermal2013-12-271-5/+3
| | | | | | | | operations. This fixes slow boot times and proper handling of mtu for vlans though some work or better model is needed for other interface types. Manual merge of 53555bf2f796cd53cf649410fe1827a9a45fc4a7
* | Delete static route when monitor IP is removed, also save monitor IP even ↵Renato Botelho2013-12-271-9/+9
| | | | | | | | when it's disabled
* | fix typoChris Buechler2013-12-261-2/+2
| |
* | Fix wording/spacingjim-p2013-12-261-2/+6
| |
* | Add support for local (push route) and remote (iroute) network definitions ↵jim-p2013-12-261-0/+68
| | | | | | | | in an OpenVPN client-specific override entry.
* | Make this box a little narrow so it doesn't force the descriptions to wrap.jim-p2013-12-261-1/+1
| |
* | Add a setting to allow the user to specify the clog file size so more (or ↵jim-p2013-12-262-5/+52
| | | | | | | | less) entries may be kept in the raw logs. Retain previous default size values if the user has not specified a preferred size. Files can only be resized when initialized, so provide a "Reset All Logs" button as well to force clear all logs and set them up at the new size.
* | Add an option for users to be able to adjust how many configuration ↵jim-p2013-12-261-1/+39
| | | | | | | | revisions are kept in the local backup cache.
* | Show backup file size in config history.jim-p2013-12-261-9/+9
| |
* | Fix syntax, unbreak dashboardjim-p2013-12-261-1/+1
| |
* | When WANTIME is empty, there is nothing to do hereRenato Botelho2013-12-241-1/+1
| |
* | test only does integer comparison, use bc to compare floatRenato Botelho2013-12-241-2/+2
| |
* | Save status even if no script is executedRenato Botelho2013-12-241-2/+2
| |
* | On first run REVIOUSSTATUS doesn't exist, so it cannot be UP or DOWN, invert ↵Renato Botelho2013-12-241-5/+7
| | | | | | | | the logic to fix this. While I'm here, check if file exists before cat it
* | Merge pull request #863 from dhiltonp/masterChris Buechler2013-12-231-0/+3
|\ \ | |/ |/| /usr/local/www/system.php: strip excess whitespace from ntp field
| * /usr/local/www/system.php: strip excess whitespace from ntp field before ↵David P Hilton2013-12-121-0/+3
| | | | | | | | processing
* | Fix DHCP lease time display, strftime already convert it to local timezone, ↵Renato Botelho2013-12-231-11/+5
| | | | | | | | so we no need to calc offset
* | Remove 'deny unknown clients' option from DHCPv6 since it's not supported, ↵Renato Botelho2013-12-231-10/+0
| | | | | | | | it fixes #3364
* | Correct displaying states status and avoid divison by zero due to wrong data ↵Ermal2013-12-231-1/+3
| | | | | | | | collected
* | Avoid dashboard divide by zero errorsphildd2013-12-221-3/+12
| |
* | Do not register the _ENV superglobal since its not required and probably not ↵Ermal2013-12-201-1/+1
| | | | | | | | very useful in a [F]CGI world and its limit is restricted nowdays in pfSense.
* | Rmoeve register_long_arrays from php.ini and from php code the use of ↵Ermal2013-12-204-6/+12
| | | | | | | | HTTP_*_VARS as its deprecated and luckily low use in pfSense to win memory and compativility
* | Provide a setting to disable the auto added LAN SPDs in the DBErmal2013-12-191-0/+20
| |
* | Move also tls-verify to fcgicli to avoid forking php process. Maybe even ↵Ermal2013-12-191-2/+7
| | | | | | | | this should be done as a plugin to avoid overhead of forking.
* | Migrate openvpn authentication to use fcgicli rather than forking a php ↵Ermal2013-12-191-0/+9
| | | | | | | | process. Maybe should could consider to write a short library todo this
* | Fix saving of voucher sync settings.jim-p2013-12-161-11/+12
| |
* | Switch to php-fpm for lighty and check_reload_status will use it. Step by ↵Ermal2013-12-143-5/+3
| | | | | | | | step will migrate the other calls
OpenPOWER on IntegriCloud