Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | workspot: country names | Isaac (.ike) Levy | 2014-01-08 | 1 | -25/+25 |
| | | | | Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net> | ||||
* | jp syntax change | Isaac (.ike) Levy | 2014-01-08 | 1 | -2/+2 |
| | | | | Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net> | ||||
* | workspot, continuing to run through with rough human-augmented machine ↵ | Isaac (.ike) Levy | 2014-01-08 | 1 | -27/+27 |
| | | | | | | translation Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net> | ||||
* | workspot, continuing to run through with rough human-augmented machine ↵ | Isaac (.ike) Levy | 2014-01-08 | 1 | -9/+12 |
| | | | | | | translation Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net> | ||||
* | workspot- plowing through with rough human-augmented machine translation | Isaac (.ike) Levy | 2014-01-08 | 1 | -7528/+12603 |
| | | | | Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net> | ||||
* | start by copying pt_BR locale | Isaac (.ike) Levy | 2014-01-08 | 1 | -0/+43657 |
| | | | | Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net> | ||||
* | Check for vertical bar at start or end of description | Phil Davis | 2014-01-07 | 1 | -2/+2 |
| | |||||
* | Check for vertical bars in alias detail descriptions | Phil Davis | 2014-01-07 | 1 | -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/master | Renato Botelho | 2014-01-07 | 1 | -2/+8 |
|\ | | | | | Update reserved_keywords checks to match firewall_aliases_edit | ||||
| * | Update reserved_keywords checks to match firewall_aliases_edit | Phil Davis | 2014-01-06 | 1 | -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 #2847 | Renato Botelho | 2014-01-06 | 3 | -2/+19 |
|/ | |||||
* | Merge pull request #871 from phildd/master | Ermal Luçi | 2014-01-06 | 1 | -7/+23 |
|\ | | | | | Dynamic DNS: List GWGs in Interface to send update from | ||||
| * | DyndDNS edit: unset vars when no longer used | phildd | 2014-01-02 | 1 | -0/+4 |
| | | |||||
| * | List GWGs in Interface to send update from | phildd | 2013-12-30 | 1 | -7/+19 |
| | | |||||
* | | Bulk Import: fix copy-paste var name error | Phil Davis | 2014-01-05 | 1 | -1/+1 |
| | | |||||
* | | Allow individual line descriptions on alias bulk import | Phil Davis | 2014-01-05 | 1 | -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 branch | Isaac (.ike) Levy | 2014-01-03 | 3 | -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? | Ermal | 2013-12-31 | 1 | -0/+4 |
|/ | |||||
* | Merge pull request #866 from andrespetralli/master | Renato Botelho | 2013-12-30 | 3 | -3/+62 |
|\ | | | | | Enabling advanced RFC 2136 configuration for DHCPd service | ||||
| * | Enabling advanced RFC 2136 configuration for DHCPd service | Andres Petralli | 2013-12-23 | 3 | -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/master | Ermal Luçi | 2013-12-30 | 1 | -2/+2 |
|\ \ | | | | | | | Validate IP address ranges correctly on Alias Bulk Import | ||||
| * | | Validate IP address ranges correctly on Alias Bulk Import | phildd | 2013-12-29 | 1 | -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 Edit | Phil Davis | 2013-12-29 | 1 | -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 ↵ | Ermal | 2013-12-27 | 1 | -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 Botelho | 2013-12-27 | 1 | -9/+9 |
| | | | | | | | | when it's disabled | ||||
* | | fix typo | Chris Buechler | 2013-12-26 | 1 | -2/+2 |
| | | |||||
* | | Fix wording/spacing | jim-p | 2013-12-26 | 1 | -2/+6 |
| | | |||||
* | | Add support for local (push route) and remote (iroute) network definitions ↵ | jim-p | 2013-12-26 | 1 | -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-p | 2013-12-26 | 1 | -1/+1 |
| | | |||||
* | | Add a setting to allow the user to specify the clog file size so more (or ↵ | jim-p | 2013-12-26 | 2 | -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-p | 2013-12-26 | 1 | -1/+39 |
| | | | | | | | | revisions are kept in the local backup cache. | ||||
* | | Show backup file size in config history. | jim-p | 2013-12-26 | 1 | -9/+9 |
| | | |||||
* | | Fix syntax, unbreak dashboard | jim-p | 2013-12-26 | 1 | -1/+1 |
| | | |||||
* | | When WANTIME is empty, there is nothing to do here | Renato Botelho | 2013-12-24 | 1 | -1/+1 |
| | | |||||
* | | test only does integer comparison, use bc to compare float | Renato Botelho | 2013-12-24 | 1 | -2/+2 |
| | | |||||
* | | Save status even if no script is executed | Renato Botelho | 2013-12-24 | 1 | -2/+2 |
| | | |||||
* | | On first run REVIOUSSTATUS doesn't exist, so it cannot be UP or DOWN, invert ↵ | Renato Botelho | 2013-12-24 | 1 | -5/+7 |
| | | | | | | | | the logic to fix this. While I'm here, check if file exists before cat it | ||||
* | | Merge pull request #863 from dhiltonp/master | Chris Buechler | 2013-12-23 | 1 | -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 Hilton | 2013-12-12 | 1 | -0/+3 |
| | | | | | | | | processing | ||||
* | | Fix DHCP lease time display, strftime already convert it to local timezone, ↵ | Renato Botelho | 2013-12-23 | 1 | -11/+5 |
| | | | | | | | | so we no need to calc offset | ||||
* | | Remove 'deny unknown clients' option from DHCPv6 since it's not supported, ↵ | Renato Botelho | 2013-12-23 | 1 | -10/+0 |
| | | | | | | | | it fixes #3364 | ||||
* | | Correct displaying states status and avoid divison by zero due to wrong data ↵ | Ermal | 2013-12-23 | 1 | -1/+3 |
| | | | | | | | | collected | ||||
* | | Avoid dashboard divide by zero errors | phildd | 2013-12-22 | 1 | -3/+12 |
| | | |||||
* | | Do not register the _ENV superglobal since its not required and probably not ↵ | Ermal | 2013-12-20 | 1 | -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 ↵ | Ermal | 2013-12-20 | 4 | -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 DB | Ermal | 2013-12-19 | 1 | -0/+20 |
| | | |||||
* | | Move also tls-verify to fcgicli to avoid forking php process. Maybe even ↵ | Ermal | 2013-12-19 | 1 | -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 ↵ | Ermal | 2013-12-19 | 1 | -0/+9 |
| | | | | | | | | process. Maybe should could consider to write a short library todo this | ||||
* | | Fix saving of voucher sync settings. | jim-p | 2013-12-16 | 1 | -11/+12 |
| | | |||||
* | | Switch to php-fpm for lighty and check_reload_status will use it. Step by ↵ | Ermal | 2013-12-14 | 3 | -5/+3 |
| | | | | | | | | step will migrate the other calls |