summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Change the way to initialize PKG_REPO_SIGNING_COMMAND to make it possible to ↵Renato Botelho2016-11-161-1/+2
| | | | set it to empty string on build.conf
* There is no ./install to be excluded in 2.4. It fixes #6934Renato Botelho2016-11-161-1/+1
|
* Revert "Fix #6864 automatically convert IPv6 input to lowercase"Luiz Otavio O Souza2016-11-151-5/+2
| | | | This reverts commit d461ff40e364fc0ecc003b9f673cbad7c6a08f2f.
* Revert "Fix #6918 Allow aliases with capital letters in rules"Luiz Otavio O Souza2016-11-152-20/+2
| | | | This reverts commit 9444a281f051e11d5456cc37b2a3f56fc8a7bc33.
* Merge pull request #3225 from phil-davis/form_ipaddressjim-p2016-11-142-2/+20
|\
| * Fix #6918 Allow aliases with capital letters in rulesPhil Davis2016-11-142-2/+20
|/ | | | | | | | | | Expand the types of Form_IpAddress so that the caller can specify exactly what combination of IPv4, IPv6 address and alias is allowed for the field. Set the appropriate input pattern and hover help text. Only toLowercase() the entered value if it has a ":" in it - i.e. it looks like it is intended to be an IPv6 address (rather than an IPv4 or an alias name).
* Use the ntpd "pool" command for more robust timekeeping. Attempting to ↵jim-p2016-11-113-21/+69
| | | | automatically determine if we are using a pool, and allow it to be set optionally otherwise. Implements #5985
* Add options to console menu reboot selection to reboot into single user mode ↵jim-p2016-11-112-8/+34
| | | | and to reboot and force a filesystem check. Implements #6639
* Revert change to row delete buttonSteve Beaver2016-11-111-9/+0
|
* Revert "Suppress delete button if only one row"Steve Beaver2016-11-111-9/+0
| | | | This reverts commit 75ac7cab1dfb3e8148a27a13369bbb08219e8c3a.
* Suppress delete button if only one rowSteve Beaver2016-11-111-0/+9
|
* Fixed #6916Steve Beaver2016-11-111-4/+12
|
* Revert "Fixed #6811"Steve Beaver2016-11-111-4/+4
| | | | This reverts commit f92d44da5a4958372c7fb925043abc34588143e3.
* Fix a 'divide by zero' bug in traffic_shaper_wizard_multi_all.inc.Luiz Otavio O Souza2016-11-091-26/+28
|
* Merge pull request #3221 from phil-davis/patch-2Steve Beaver2016-11-091-2/+2
|\
| * Comment typos alphabetPhil Davis2016-11-101-2/+2
|/
* Merge pull request #3218 from kernelbug/masterRenato Botelho2016-11-091-0/+3
|\
| * Fix #6899Luka Pavlyuk2016-11-071-0/+3
| |
* | Merge pull request #3220 from PiBa-NL/ipsec-routesRenato Botelho2016-11-091-25/+15
|\ \
| * | ipsec, apply routes also for IP-aliases with carp parentsPiBa-NL2016-11-081-25/+15
| |/
* | Merge pull request #3211 from PiBa-NL/syslogd-logsocketRenato Botelho2016-11-091-6/+4
|\ \
| * | syslogd, create configured logsocket directoriesPiBa-NL2016-11-021-6/+4
| | |
* | | err() expects a single parameterRenato Botelho2016-11-091-2/+2
| | |
* | | Fixed #6903Steve Beaver2016-11-092-16/+34
| | | | | | | | | | | | hosts and domains sorted on display, not on save to config
* | | Merge pull request #3215 from PiBa-NL/xmlrpc-loopbackjim-p2016-11-091-1/+1
|\ \ \
| * | | xmlrpc, fix loopback detectionPiBa-NL2016-11-031-1/+1
| | | |
* | | | The IPv6 packets are always blocked.Luiz Otavio O Souza2016-11-091-2/+2
| | | | | | | | | | | | | | | | Ticket #6206
* | | | Fix a 'divide by zero' bug on shaper wizard when PRIQ is used and no ↵Luiz Otavio O Souza2016-11-091-95/+98
| | | | | | | | | | | | | | | | bandwitdth is entered (the correct setting for a PRIQ scheduler).
* | | | Fixed #6893Steve Beaver2016-11-082-8/+14
| | | | | | | | | | | | | | | | Null configuration settings are now written as <tag></tag> instead of <tag /> for consistency
* | | | Set root password for installation mediaRenato Botelho2016-11-081-0/+3
| | | |
* | | | 2.4.0 is now BETARenato Botelho2016-11-071-1/+1
| | | |
* | | | Fixed 6901Steve Beaver2016-11-072-0/+10
| | | |
* | | | Store Dynamic DNS passwords in Base64 to protect special characters. Fixes #6688jim-p2016-11-074-3/+20
| | | |
* | | | Fixed #6898Steve Beaver2016-11-071-1/+1
| | | |
* | | | So, PHP eats the last '\n' and we need an additional new line...Luiz Otavio O Souza2016-11-071-0/+7
| | | | | | | | | | | | | | | | Fix the generated pf rules.
* | | | Fixed #6779Steve Beaver2016-11-071-3/+3
| | | | | | | | | | | | | | | | Round calculated bandwidth down to nearest integer
* | | | Correct part of #6779Steve Beaver2016-11-071-1/+2
| | | | | | | | | | | | | | | | Setting input "step" value to "any" alows hte element to accept decimal (float) values, not just integers.
* | | | Do not generate IPv6 rules when IPv6 is disabled.Luiz Otavio O Souza2016-11-061-1/+24
| | | | | | | | | | | | | | | | Ticket #6206
* | | | Consider the IPv6 checksum options when dealing with "Disable hardware ↵Luiz Otavio O Souza2016-11-061-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | checksum offload". Ticket #5321
* | | | Merge pull request #3164 from fredronnv/masterLuiz Otavio O Souza2016-11-061-1/+4
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | * 'master' of https://github.com/fredronnv/pfsense: Fix bug where CARP vip status is incorrent in the interface when more than one CARP vip is configured for an interface.
| * | | | Fix bug where CARP vip status is incorrent in the interface when moreFredrik Rönnvall2016-09-231-1/+4
| | | | | | | | | | | | | | | | | | | | than one CARP vip is configured for an interface.
* | | | | Merge pull request #3176 from stilez/patch-49Luiz Otavio O Souza2016-11-061-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'patch-49' of https://github.com/stilez/pfsense: 80 character lines ftw :) standardise old code ("or" -> "||")
| * | | | | 80 character lines ftw :)stilez2016-10-261-1/+2
| | | | | | | | | | | | | | | | | | Just because it was asked nicely :)
| * | | | | standardise old code ("or" -> "||")stilez2016-10-031-2/+1
| | | | | |
* | | | | | Merge pull request #3199 from phil-davis/ipv6lowerLuiz Otavio O Souza2016-11-061-0/+5
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | * 'ipv6lower' of https://github.com/phil-davis/pfsense: Remove "use lowercase" hint Fix #6864 automatically convert IPv6 input to lowercase
| * | | | | Remove "use lowercase" hintPhil Davis2016-10-201-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As it is no longer relevant, because the code now automatically converts to lowercase.
| * | | | | Fix #6864 automatically convert IPv6 input to lowercasePhil Davis2016-10-201-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1) As the user leaves the field, or presses Save, onChange will fire and convert the input string to lowercase. This saves the user havng to even think about it. 2) Provide some extra text that describes the expected format, to avoid them getting just "Please match the requested format"
* | | | | | Fix the port assigment on SG-4860 or SG-8860.Luiz Otavio O Souza2016-11-041-2/+8
| | | | | |
* | | | | | Fixed #6895Steve Beaver2016-11-042-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | by setting overflow-x: visible; in CSS
* | | | | | Enable ALTQ for cxl. Fixes #6830Renato Botelho2016-11-041-1/+1
| | | | | |
OpenPOWER on IntegriCloud