Pete Batard
bed889718e
[core] attempt to continue if the only conflicting handles we found are for read-only
...
* Also clean-up the process code and update for rufus-next
2017-07-13 21:53:44 +01:00
Pete Batard
a528bb3d83
[ui] report process(es) that are preventing access on error
...
* Also revert loc file changes that were introduced in f53b22a077
2017-07-11 17:50:38 +01:00
Pete Batard
7ec8db5602
[process] check for volumes open with executable access rights
...
* This allows us to properly identify an open command prompt as a blocking process
* Also, since FSCTL_LOCK_VOLUME is slow, switch to using an actual timeout
2017-05-08 16:58:26 +01:00
Pete Batard
f53b22a077
[ui] tell users to check the log on access errors
...
* Also make sure to have big fat WARNING there if we detect conflicting processes
2017-05-05 23:32:01 +01:00
Pete Batard
e52947f300
[grub] update GRUB to 2.02 release
...
* Just update the headers really, since all the core.img
from 2.02~rc1 upwards have been binary identical.
* Also fix a potential small issue in process.c
2017-05-05 19:21:53 +01:00
dmex
302f108d79
[process] add a more efficient method to search for processes
...
* As suggested in #773
* Don't switch to using this method though, as it requires a handle to the disk or volume
to be obtained, and we use the process search in case there is an issue doing so.
2017-05-05 18:09:38 +01:00
Pete Batard
867177c5cd
[misc] expand lock cheat mode to also apply to write sharing
...
* Also improve log messages
2017-05-03 14:48:24 +01:00
Pete Batard
ea940114ee
[process] enable SE_DEBUG_PRIVILEGE so we can enumerate Windows Services
...
* Closes #948
* Also set COINIT_DISABLE_OLE1DDE on init as advised by Microsoft
2017-05-02 14:07:41 +01:00
Pete Batard
9950f5c088
[misc] enable DEP (Data Execution Prevention) on MinGW
...
* Also fix minor warnings
2017-05-01 23:55:58 +01:00
Pete Batard
7b37208820
[process] print access rights
...
* Also clean up the code
2017-05-01 19:50:47 +01:00
Pete Batard
0c76dbf075
[process] restrict search to handles that have R or W access
...
* Also fix loop overflow
2017-04-30 21:59:18 +01:00