aboutsummaryrefslogtreecommitdiff
path: root/Utility/Su.hs
Commit message (Collapse)AuthorAge
* finally really add back custom-setup stanzaGravatar Joey Hess2017-12-31
| | | | | | | | | | | | Fourth or fifth try at this and finally found a way to make it work. Absurd amount of busy-work forced on me by change in cabal's behavior. Split up Utility modules that need posix stuff out of ones used by Setup. Various other hacks around inability for Setup to use anything that ifdefs a use of unix. Probably lost a full day of my life to this. This is how build systems make their users hate them. Just saying.
* clean up build warnings on WindowsGravatar Joey Hess2017-11-14
|
* more windows build fixGravatar Joey Hess2016-12-30
|
* fix windows buildGravatar Joey Hess2016-12-30
|
* make this build under windowsGravatar Joey Hess2016-12-30
|
* improve description of password promptingGravatar Joey Hess2016-12-28
| | | | | | | | | Since the user does not know whether it will run su or sudo, indicate whether the password prompt will be for root or the user's password, when possible. I assume that programs like gksu that can prompt for either depending on system setup will make clear in their prompt what they're asking for.
* really fix su commandGravatar Joey Hess2016-12-24
|
* fix su paramsGravatar Joey Hess2016-12-24
|
* cleanupGravatar Joey Hess2016-12-20
|
* enable-tor: No longer needs to be run as root.Gravatar Joey Hess2016-12-20
When run by not root, su's to root automatically. This commit was sponsored by Brock Spratlen on Patreon.