summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Misc encoding/display issues in the Load Balancer codejim-p2015-09-087-3/+19
|
* Encode server name in OpenVPN widgetjim-p2015-09-081-1/+1
|
* Merge pull request #1834 from phil-davis/patch-1Renato Botelho2015-09-081-34/+69
|\
| * Protect unset() with isset() for RELENG_2_2Phil Davis2015-08-281-34/+69
| | | | | | Backport of https://github.com/pfsense/pfsense/pull/1821 to RELENG_2_2
* | Merge pull request #1840 from phil-davis/patch-6Renato Botelho2015-09-081-0/+3
|\ \
| * | Handle multiple notices in the same second RELENG_2_2Phil Davis2015-08-291-0/+3
| |/ | | | | Backport of https://github.com/pfsense/pfsense/pull/1823
* | Merge pull request #1844 from doktornotor/patch-5Renato Botelho2015-09-081-7/+0
|\ \
| * | remove routed service, is being handled by the package (RELENG_2_2)doktornotor2015-08-301-7/+0
| |/ | | | | Same as #1829 for RELENG_2_2. This does not do any good there now.
* | Merge pull request #1845 from doktornotor/patch-6Renato Botelho2015-09-081-1/+6
|\ \
| * | make sure that cron is running before reconfiguring it (RELENG_2_2)doktornotor2015-08-301-1/+6
| |/ | | | | Same as #1828.
* | Merge pull request #1835 from phil-davis/patch-2Renato Botelho2015-09-081-2/+2
|\ \
| * | Redmine #4925 Fix version comparison for RELENG_2_2Phil Davis2015-08-281-2/+2
| |/ | | | | Backport of https://github.com/pfsense/pfsense/pull/1826
* | Encode auth server name before display.jim-p2015-09-045-7/+7
| |
* | Encode alias description details before attempting to display them.jim-p2015-09-011-2/+2
| |
* | Encode the rule description before displaying back to the user in an error ↵jim-p2015-09-011-1/+1
| | | | | | | | when attempting to delete an in-use alias.
* | Strip HTML tags from a notice to avoid a potential XSSjim-p2015-09-011-1/+1
|/
* Encode OpenVPN descriptions before display on OpenVPN statusjim-p2015-08-271-2/+2
|
* Encode the OpenVPN server description before display on OpenVPN statusjim-p2015-08-271-2/+2
|
* Ensure the current RRD graph category is encoded before displayjim-p2015-08-271-1/+1
|
* Fix handling of the description in the shaper code.jim-p2015-08-241-4/+4
|
* Fix titles in status.php, filename can't have a slash.jim-p2015-08-201-2/+2
|
* A few misc updates to status.php:jim-p2015-08-201-3/+6
| | | | | | | * Include "ipsec statusall" output * Include the last 100 lines of the IPsec log * Increase system log to 500 lines * Fix captive portal rule display to include the zone name not ID number
* Fix source address selection on Test Port to handle VIPs properly.jim-p2015-08-181-1/+9
|
* Fix a potential XSS in voucher testing.jim-p2015-08-181-2/+2
|
* Properly declare an error when a too-short voucher is submitted.jim-p2015-08-181-1/+5
|
* The "enableallowallwan" script should also allow bogons, or it makes running ↵jim-p2015-08-131-0/+2
| | | | test firewalls with RFC5735/6890 test network style WANs a pain.
* Add support for LDAP RFC2307 style group membership. Implements #4923jim-p2015-08-132-9/+50
| | | | To activate, check the box for RFC2307 in the LDAP server settings and fill in the group object class (typically posixGroup).
* Provide an LDAP server timeout field. Default to 25 seconds. Part of ticket ↵jim-p2015-08-132-2/+28
| | | | | | #3383 Previous default was ~1m20sec.
* Don't lowercase the whole group namejim-p2015-08-121-2/+2
|
* Fix GUI auth from RADIUS to grab group names from the Class attribute. ↵jim-p2015-08-125-9/+34
| | | | | | Implements #935 The RADIUS server must populate the Class attribute with a string, semicolon-separated, of user groups. Similar to LDAP, local groups must exist with matching names, and privileges are determined by the local matching groups.
* only read file if it exists, and only foreach if an array.Chris Buechler2015-08-031-8/+13
|
* Allow to create empty bogons on nanoBSDPhil Davis2015-08-031-4/+8
| | | | | | | If for some reason the bogons file/s do not exist then this code creates empty ones before making any use of them in the rule set. On nanoBSD this can fail if the file system is mount RO. Protect against this possibility by use conf_mount_rw and conf_mount_ro
* This is handled above now.jim-p2015-07-301-1/+0
|
* More safety belts on CP DB openjim-p2015-07-301-0/+13
|
* Take more care when attempting to open the CP database. Don't assume it's ↵jim-p2015-07-301-0/+10
| | | | valid before attempting to use it.
* Reinitialize the captive portal database for a zone if it is ↵jim-p2015-07-301-4/+19
| | | | corrupt/unreadable. Fixes #4904
* remove the destination server's interface(s) from dhcrelay. Ticket #4908Chris Buechler2015-07-301-132/+6
|
* remove more old, unused platform stuffChris Buechler2015-07-302-6/+0
|
* Fix killing of individual states for IPv6. Ticket #4906Chris Buechler2015-07-301-11/+27
|
* fix whitespaceChris Buechler2015-07-301-4/+4
|
* Use the appropriate source and dest IPs for all state types. Ticket #4907Chris Buechler2015-07-301-2/+10
|
* remove old unused nopccard_platformsChris Buechler2015-07-291-1/+0
|
* sync rc.firmware_auto with masterChris Buechler2015-07-291-53/+40
|
* Check both greater and less than for the configuration version in XMLRPC ↵jim-p2015-07-291-4/+6
| | | | sync. Fixes #4902
* Use an alternate method to find VIP targets that should be allowed for ↵jim-p2015-07-292-18/+14
| | | | Captive Portal. Fixes #4903
* Add "sockstat" output to status.phpjim-p2015-07-291-0/+1
|
* Move cleargpt.sh and cleargmirror.sh scripts to main repoRenato Botelho2015-07-292-0/+39
|
* Strip any \r when parsing URL table ports filePhil Davis2015-07-271-1/+1
| | | | If the URL table ports file at the URL specified has lines separated by "\r\n" rather than just "\n", then the code here ends up with ports that look like "80\r" "443\r" ... and group_ports() does not match any of those and the final file ends up empty. That seems a shame just because the file was made in some editor that put "\r\n" line breaks. I messed about for a while trying to make my URL table ports alias work until I realized this. This change first strips out any "\r" from the string, thus making it work with files that have either pure "\n" line breaks or "\r\n" line breaks.
* Fix typo in variable name, spotted by Phil DavisRenato Botelho2015-07-271-1/+1
|
* Change version to 2.2.5-DEVELOPMENTRenato Botelho2015-07-271-1/+1
|
OpenPOWER on IntegriCloud