User Switcher, just like sudo but worse
Go to file
Alessandro Mauri 86a6af5073 less free()s
allocate user info in a structure on the stack, this way memory is managed for
us and we don't have to free most things that would be difficult to free.
2021-07-13 17:17:25 +02:00
.gitignore compiles on openbsd 2021-07-09 20:54:24 +02:00
LICENSE licensed code 2021-03-27 23:01:22 +01:00
makefile only openbsd doesn't use -lcrypt 2021-07-11 13:35:13 +02:00
README.md updated project description 2021-04-03 01:22:36 +02:00
us.1 authenticate using /etc/shadow 2021-07-09 18:01:09 +02:00
us.c less free()s 2021-07-13 17:17:25 +02:00

US - User {Switcher,Shell}

Opens a shell as a different user without needing to authenticate as that user. This is similar to the behavior of su but it allows to execute privileged and/or commands as any other user without needing their password.