3 Commits (4c25687ee744780127150e22640df47931d139a9)

Author SHA1 Message Date
Iain Patterson a8cb4778bd Disable console window's close menu item.
We can't trap Control-C in a service context but we can grey out the
close window button on the console window.  Doing so goes some way
toward preventing accidental closure.

Thanks Hadrien Kohl.
11 years ago
Iain Patterson 6d0e202157 Open services with minimal privileges.
Ask for the minimal access rights required to manage a service, so
users don't need to be administrators to perform operations permitted by
the service (manager) ACL.
11 years ago
Iain Patterson b0a6672810 Moved console functions to a new file.
Functions for allocating and setting up a console are moved to
console.cpp.
11 years ago