index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Utilities
/
pls.cpp
Age
Commit message (
Expand
)
Author
2022-11-05
Userland/pls: Use Core::System::exec_command method to execute a command
Liav A
2022-09-28
pls: Use `LibCore::Account::login()` instead of manually setting the uid
Lucas CHOLLET
2022-07-12
Everywhere: Split Error::from_string_literal and Error::from_string_view
sin-ack
2022-07-12
Everywhere: Explicitly specify the size in StringView constructors
sin-ack
2022-06-28
pls: Implement support for `--preserve-env`
Tim Schumacher
2022-06-28
pls: Don't rely on `getenv` to find `TERM`
Tim Schumacher
2022-04-11
pls: Use Core::System::exec()
Sam Atkins
2021-12-28
pls: Stop on first non option when parsing arguments
Idan Horowitz
2021-12-16
pls: Port to LibMain :^)
Andreas Kling
2021-09-12
LibCore: Make Account::authenticate take a SecretString
Brian Gianforcaro
2021-09-12
LibCore: Make get_password return SecretString instead of String
Brian Gianforcaro
2021-08-16
Userland: Add as-user execution to the pls utility
pyunbiwi
2021-05-30
pls: Fix typo in TERM environment variable propagation
Andreas Kling
2021-05-30
pls: Drastically simplify this program
Andreas Kling
2021-05-30
pls: Unveil search paths with browse permissions
Brendan Coles
2021-05-29
Userland: Check sudoers file perms and owner in pls
Jesse Buhagiar
2021-05-29
Userland: Implement `pls`, a sudo clone
Jesse Buhagiar