summaryrefslogtreecommitdiff
path: root/src/envsecurity.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Apply clang-format.Mikaƫl Capelle2023-07-091-118/+81
|
* added VT_UI1 for productStateisanae2020-07-101-0/+2
|
* typoisanae2020-04-171-1/+1
|
* silenced a few annoying logsisanae2020-04-171-2/+4
|
* don't log EPT_S_NOT_REGISTERED errors, treat it as firewall disabledisanae2019-11-261-1/+12
|
* simplified security products: don't log guids, remove duplicate entriesisanae2019-11-261-7/+0
|
* replaced uilock by a progress callback in spawnisanae2019-11-061-0/+1
| | | | waiting for process now gets the whole process tree to find an interesting process
* don't log "(no guid"), happens all the time for the windows firewallisanae2019-10-051-3/+4
|
* refactored getSecurityProductsFromWMI() to stop using a lambdaisanae2019-09-211-60/+80
| | | | security products now only need a guid, handles failures better
* moved helper stuff to spawn so it can reuse error handlingisanae2019-09-191-1/+1
| | | | | removed unused helper::init() removed logging when deleting a credential that doesn't exist, happens all the time
* added env::getFileSecurity()isanae2019-09-111-0/+332
| | | | Environment gets stuff on demand
* replaced formatSystemMessageQ() with formatSystemMessage()isanae2019-07-221-10/+10
| | | | replaced windowsErrorString() with formatSystemMessage()
* changed qCritical() to log::error()isanae2019-07-221-38/+20
| | | | removed now unused vlog()
* split envisanae2019-07-221-0/+418