Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | su: allow additional arguments after su -csu_cmd | Ron Yorston | 2023-04-21 | 1 | -9/+17 |
* | su: escape quotes and backslashes in command | Ron Yorston | 2023-04-21 | 1 | -1/+1 |
* | win32: use lazy loading for certain DLLs | Ron Yorston | 2020-06-02 | 1 | -1/+6 |
* | win32: add function to convert slashes to backslashes | Ron Yorston | 2019-03-15 | 1 | -6/+3 |
* | su: canonicalise directory before elevating privileges | Ron Yorston | 2019-03-14 | 1 | -5/+11 |
* | win32: changes to user ids | Ron Yorston | 2019-03-10 | 1 | -3/+5 |
* | su: change title of console window | Ron Yorston | 2019-03-09 | 1 | -1/+3 |
* | su: work when binary has a UNC path | Ron Yorston | 2019-03-09 | 1 | -1/+11 |
* | su, wget: use magic '--busybox' flag | Ron Yorston | 2019-03-08 | 1 | -5/+2 |
* | ash, su: add -d flag to set directory in ash, use it in su | Ron Yorston | 2019-03-08 | 1 | -2/+5 |
* | su: add a basic implementation for WIN32 | Ron Yorston | 2019-03-07 | 1 | -0/+50 |