ladybird/Userland
Andreas Kling 3b80358142 LibCore: Always fail Account authentication on missing shadow entry
If a user is missing from /etc/shadow, we used to just allow anyone to
authenticate as that user without a password.

With this patch, authentication will instead always fail.
2021-01-21 11:34:39 +01:00
..
Applications CrashReporter: Show pledge violation in backtrace 2021-01-20 21:01:15 +01:00
Demos LibGfxScaleDemo: Add coverage for blit_with_alpha 2021-01-20 19:15:03 +01:00
DevTools Kernel+Userland: Remove shared buffers (shbufs) 2021-01-17 09:07:32 +01:00
DynamicLoader Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Games Conway: Don't run misleading srand() 2021-01-20 19:19:34 +01:00
Libraries LibCore: Always fail Account authentication on missing shadow entry 2021-01-21 11:34:39 +01:00
MenuApplets Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd" 2021-01-16 19:30:32 +01:00
Services WindowServer: In HighDPI mode, load high-res window buttons and high-res cursors 2021-01-20 10:28:27 +01:00
Shell Shell: Don't spam perror() on kill_job() 2021-01-19 08:19:43 +01:00
Tests LibC: Test behavior around overlong paths 2021-01-16 22:40:53 +01:00
Utilities LibCore+su+passwd: Don't keep /etc/passwd and /etc/shadow open 2021-01-21 11:17:06 +01:00
CMakeLists.txt Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00