-
-
0.6.34c3ca1e3c · ·
Changes in 0.6.34 * Try to sanitize automatic login setting when user account is deleted or disabled. (#54506) * Fix build
-
-
-
-
0.6.30eb6beea6 · ·
Changes in 0.6.30 * Minor source clean ups * Crasher fix on 32bit systems * Add get_user_by_id * Don't lose sessions list for users at startup * Add API for detecting when accountsservice is unavailable
-
-
-
-
0.6.261480d2c0 · ·
Changes in 0.6.26 * Require libsystemd-login 186 * Protect against deleting root user * Add LoginTime and LoginHistory properties * fix crash consolekit code * fix has_multiple_user property after removing user
-
0.6.253b7c7dc5 · ·
0.6.25 * Uninitialized variable fix * Typo fix * Create data dirs just-in-time * Ignore closing sessions for is_logged_in test * Disable NULL user for delete_user call * Translation updates
-
-
0.6.2386c0acf9 · ·
Changes in 0.6.23 * Fix up some debug output * add new CacheUser and UncacheUser apis * uncache user before deleting user
-
0.6.229b6feb18 · ·
0.6.22 * Correct CVE-2012-2737, local file disclosure * small memory leak fix * exclude system accounts from ListCachedUsers * make has-multiple-users properly only check non-system users * remove icon when deleting user * Revert usage of getpwent() as fallback for fgetpwent * support consolekit call cancellation to prevent crashes caused by shortlived sessions * ignore built files in .gitignore * quiet down build goo nagging
-
0.6.212e4b75cc · ·
Changes in 0.6.21 * Detect old versions of systemd and fall back to ConsoleKit * Exclude users without a valid shell * Fix log spew
-
-
0.6.194cce7da0 · ·
0.6.19 * Fix spurious warnings in logs * Make userdel succeed even if user is already logged in * Exclude users with no shell * Exclude "at" user
-
-
0.6.17617200c7 · ·
Changes in 0.6.17 * Fix user filtering which was broken in 0.6.16 * Fix double free in user code
-
0.6.16835a248a · ·
0.6.16 * Don't filter out users below UID_MIN in login.defs * Filter out users with invalid shells * build fixes for srcdir != builddir * Port to GDBus * Add systemd support * vala support and introspection fixes * ppc32 fixes * use infinite timeout for ListCachedUsers calls * translation updates