-
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
-
-
-
0.6.138fa0ba0c · ·
Changes in 0.6.13 * honor aclocal flags environment variable * set log domain so it can be hushed * use wtmp instead of consolekit for determining login frequency * leak and warning fixes * clean up polkit deprectation warnings * add '--' before username to account helper programs
-
-
-
0.6.10a8ebd380 · ·
Changes in 0.6.10 ================ * An assortment of race fixes * Translation Updates
-
-
-
0.6.756fe7600 · ·
Changes in 0.6.7 ================ * Fix call to useradd for normal users * Correct free array of groups * Translation Updates
-
0.6.608bca622 · ·
Changes in 0.6.6 ================ * Make it possible to disable user icon * Drop Supervised user role * Use "wheel" instead of "desktop_admin_r" as admin group since that's what everyone uses for this purpose anyway. * Crasher fixes * Translation Updates * Misc distro integration fixes