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
/
Libraries
/
LibCore
/
Account.cpp
Age
Commit message (
Expand
)
Author
2021-07-09
LibCore: Add ability to not read shadow data for Account
Jean-Baptiste Boric
2021-07-09
LibCore: Implement Account::self()
Jean-Baptiste Boric
2021-06-09
LibCore: Fix building LibCore on FreeBSD
Gunnar Beutner
2021-05-29
LibCore: Do not write disabled spwd values in generate_shadow_file
brapru
2021-05-05
LibCore: Call setgrent before looping on groups in get_extra_gids
setepenre
2021-05-04
LibCore: Avoid unnecessary Vector copy in Account ctor
Linus Groh
2021-05-04
LibCore: Don't include user GID in Account::extra_gids()
Linus Groh
2021-05-04
LibCore: Let Account::from_* succeed if /etc/shadow is unreadable
Gunnar Beutner
2021-05-01
LibCore: Fix building the library on macOS
Gunnar Beutner
2021-05-01
LibC: Implement support for getspnam() and friends
Gunnar Beutner
2021-05-01
LibC: Move crypt() and crypt_r() to the right header file
Gunnar Beutner
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
2021-02-26
Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes
Linus Groh
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-01-21
LibCore: Always fail Account authentication on missing shadow entry
Andreas Kling
2021-01-21
LibCore+su+passwd: Don't keep /etc/passwd and /etc/shadow open
Andreas Kling
2021-01-21
passwd+LibCore: Make passwd replace /etc files atomically
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling