summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* It's time for 2.3.3-RELEASE-p1v2.3.3_1Renato Botelho2017-03-081-1/+1
|
* Fix #7317 Widget Filter All buttonPhil Davis2017-03-088-8/+8
| | | | (cherry picked from commit 7067e174c27a1fe9b23d13806f1e52ce9bc2aaee)
* System Information widget filter gettext()Phil Davis2017-03-081-18/+18
| | | | (cherry picked from commit f5d762f90924510c097a9065dff135dab01f46f0)
* System Information Widget FilterPhil Davis2017-03-081-4/+165
| | | | (cherry picked from commit 718b3b0b1b75de09a87866cb37b5a0752643283a)
* Fix #7364 Console assigned VLAN disappears after rebootPhil Davis2017-03-083-1/+9
| | | | (cherry picked from commit 75a1149e0104561446e6f90f98d98c6c13c52996)
* Fix #7306 Correctly filter log widget entries by interface descriptionPhil Davis2017-03-081-2/+4
| | | | (cherry picked from commit 27bc5848cfea95f97f70a4fe0c30da6319794a9a)
* Use the same cache filename pattern for RFC2136 IPv6 items as used by dyndnsRenato Botelho2017-03-082-3/+4
|
* Use | to separate dyndns IPv4 fields on cache file as done by rfc2136 items ↵Renato Botelho2017-03-083-5/+5
| | | | and for all IPv6 items
* Setup XG-154x console to VGA onlyRenato Botelho2017-03-081-13/+16
|
* Remove whirlpool from the list of CA/Cert digest algorithms as it does not ↵jim-p2017-03-083-3/+3
| | | | | | work properly. OpenSSL claims it's not valid ("unknown signature algorithm"). Fixes #7370 While I'm here, stop needlessly repeating the algo list, it's a global in certs.inc, so use that single copy of the list.
* Fix display of openssl errors when working with CA or certificate entries. ↵jim-p2017-03-082-10/+17
| | | | Found this while looking into ticket #7370
* Set new blog URL (https://www.netgate.com/blog/) as default for RSS widgetSteve Beaver2017-03-071-2/+2
| | | | (cherry picked from commit 294f14f7897f973f1fa2a1506cfdd9117b5daf65)
* Allow CloudFlare DDNS entries to use "@" or "@." for the hostname portion of ↵jim-p2017-03-062-0/+3
| | | | | | the domain in the GUI to update the domain's @ record. Then in the backend code, remove that from the FQDN since CloudFlare doesn't like that to be sent explicitly. Fixes #7357 Fix is confirmed to work by two forum users: https://forum.pfsense.org/index.php?topic=122099.msg699763#msg699763
* Do not enforce a max limit on state timeout when editing a firewall rule. ↵jim-p2017-03-061-1/+1
| | | | Fixes #7356
* While I'm here, fix the case when the admin account has been removed.jim-p2017-03-061-0/+1
|
* When resetting admin account via /etc/rc.initial.password, Check if the ↵jim-p2017-03-061-0/+4
| | | | admin account is expired and reset if needed. Fixes #7354
* Fix the pkg_call() and set the timeout to a sane value (Bug #6594)doktornotor2017-03-021-2/+2
| | | | (cherry picked from commit 9c91c7bd747074b8cdaa90e8810f0c2df081f72d)
* Fix #7300 provide default value for ipprotocol for old rulesPhil Davis2017-02-261-0/+2
|
* Fix #7299 and other stuffPhil Davis2017-02-261-1/+1
| | | | | | | | | As far as I can see, filter_generate_user_rule() is always supposed to be called with 'ipprotocol' set to 'inet' or 'inet6'. The cases of rules for both ('inet46') are handled by calling filter_generate_user_rule() twice, passing 'inet' then 'inet6'. So at this point, if 'ipprotocol' is blank, then it is from an old rule, and it [can|should|must] default to 'inet'. This would provide a generic fix for old rules that do not have 'ipprotocol' specified. The other thing that could be done is make some upgrade code that fills in 'ipprotocol' on old rules at upgrade.
* Fixes #7296Steve Beaver2017-02-221-2/+2
| | | | | | | HTML tags not allowed in selector option values (cherry picked from commit 57f4327a60c0cabf43161a6cfde98479b42a7092) (cherry picked from commit 8dbde62f220234c8fcfe472b97cdba606779bc22)
* Merge pull request #3565 from plumbeo/fix-disconnect-allRenato Botelho2017-02-211-0/+1
|\
| * Captive portal: fix "Disconnect All" buttonplumbeo2017-02-211-0/+1
|/
* Check for correct directoryv2.3.3Renato Botelho2017-02-151-4/+5
|
* Add missing spaceRenato Botelho2017-02-151-1/+1
|
* Welcome 2.3.3-RELEASERenato Botelho2017-02-151-1/+1
|
* Revert "Use devel pkg server while in RC"Renato Botelho2017-02-151-2/+2
| | | | | | Time to RELEASE This reverts commit 2722f4c257ddd532ad31a4851c4580b3bd667482.
* Make sure OVA_TMP is umounted before start using itRenato Botelho2017-02-151-0/+11
|
* Unset EASYRSA on openvpn23Renato Botelho2017-02-151-0/+1
|
* Do not try to set old options that were already removed from upstreamRenato Botelho2017-02-151-1/+0
|
* fix colspan background on dark themeJared Dillard2017-02-141-0/+4
|
* Add "required field" highlightingSteve Beaver2017-02-141-0/+8
|
* Only save valid widget locations in configPhil Davis2017-02-141-1/+6
| | | | | | | | | | Some widgets create extra panels, e.g. the widgets that now have the filter functionality. Those panels are processed in the ".each" at line 424. They do not have an id in the form "widget-*" and when the old code tries to find the "*" part it gets "undefined". This results in the layout being saved like: ``` <sequence>interface_statistics:col1:open,undefined:col1:close,system_information:col2:open,undefined:col2:close,picture:col3:open,rss:col3:open,ntp_status:col2:open</sequence> ``` This PR puts extra checks in place so that the "undefined" stuff does not get written into the widget sequence string. (cherry picked from commit 621dd53615f14f5732a347346b4b8444e81ea97f)
* Allow 5 dashboard columns to workPhil Davis2017-02-141-1/+1
| | | | | | Selecting 1,2,3,4 or 6 dashboards columns results in an exact integer result here and all is good. But 5 columns results in "2.4" and "col-sm-2.4" is not a thing in bootstrap. We need just the best int we can choose here, which is one that is just the int part of the division. That ensures that the 5 columns extend over less than the standard bootstrap total of 12 "units" wide. (cherry picked from commit d86cff7f61af51ee2bd9df9df309576b11d7ecc6)
* Remove $MNT after useRenato Botelho2017-02-141-0/+3
|
* Make sure $MNT is umountedRenato Botelho2017-02-141-3/+6
|
* Fix typo in variable nameRenato Botelho2017-02-141-1/+1
|
* Remove schg flag from directories before try to rm themRenato Botelho2017-02-141-0/+1
|
* Fix #7257: Use pfSense-upgrade to look for new versionsRenato Botelho2017-02-141-7/+15
|
* Fix saving Hybrid RSA + Xauth. Fixes #7258jim-p2017-02-131-1/+2
|
* Revert "Add privs to control display of notices"Renato Botelho2017-02-132-28/+4
| | | | | | Fix #7051 This reverts commit 04665e78537906f7375668ca665cba17f95a4864.
* Revert "Use cached groups in get_user_privileges"Renato Botelho2017-02-131-33/+10
| | | | This reverts commit c7c79905d3e0fd01172d373a15a1d0d77a5728e8.
* Use cached groups in get_user_privilegesPhil Davis2017-02-131-10/+33
| | | | (cherry picked from commit 7abc3f992e5dd5bff53495844ce944163d6d1d9b)
* Fix ldap_get_groups return value when downPhil Davis2017-02-131-2/+2
| | | | | | | | | | | In some places ldap_get_groups has: ``` return memberof; ``` It should have the "$" in front, so it will return the $memberof array (that is empty when this happens). This causes issues for callers that expect to have a return value that is either false, an empty array, or an array of the groups. (cherry picked from commit 0241b34f1a33c3ae83fdf817c8c374b10775335a)
* IPv4 Tunnel Network is required for OpenVPN serverPhil Davis2017-02-131-1/+1
| | | | (cherry picked from commit e4488e51cf424907e06ef7cc73370aa0657e5e25)
* Update version string at end of boot RELENG_2_3Phil Davis2017-02-131-12/+18
| | | | | | | | | | | | | | When there is an upgrade, the echo here was outputting a stale value of the version. For example, on first upgrade from 2.3.3-DEVELOPMENT to 2.3.3-RC the console had: pfSense (pfSense) 2.3.3-DEVELOPMENT amd6 Sat Feb 11 14:24:27 CST 2017 Bootup complete FreeBSD/amd64 (myhost.localdomain) (ttyv0) *** Welcome to pfSense 2.3.3-RC (amd64 full-install) on myhost *** That is a bit confusing for users to be sure which version it is at this point. (cherry picked from commit c0044174800c3b509dd79906aeaf69e4c6ff1385)
* Use devel pkg server while in RCRenato Botelho2017-02-111-2/+2
|
* Set some specific rules for RC during buildRenato Botelho2017-02-112-3/+4
|
* Add foot.inc back to status.phpjim-p2017-02-101-0/+2
|
* Set _IS_RELEASE for RC in this branchRenato Botelho2017-02-101-0/+1
|
* Use RELEASE server and branch on 2.3.3Renato Botelho2017-02-101-2/+2
|
OpenPOWER on IntegriCloud