Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-12-30 | vdagent: as_user: reorder initialization to make mingw-gcc happy | Uri Lublin | 1 | -2/+2 | |
Fixes compiler warning that starts with: In file included from vdagent/as_user.cpp:19:0: vdagent/as_user.h: In constructor 'AsUser::AsUser(DWORD)': vdagent/as_user.h:35:10: warning: 'AsUser::_started' will be initialized after [-Wreorder] bool _started; | |||||
2013-11-13 | vdagent: add as_user to run tasks with user privileges | Uri Lublin | 1 | -0/+73 | |
The class calls Impersonate upon begin(), and Revert upon end() or destruction. The user is the current user that is logged in. create mode 100644 vdagent/as_user.cpp create mode 100644 vdagent/as_user.h |