Skip to content
Tags give the ability to mark specific points in history as being important
  • 0.6.23
    86c0acf9 · configure: bump to 0.6.23 ·
    Changes in 0.6.23
    
    * Fix up some debug output
    * add new CacheUser and UncacheUser apis
    * uncache user before deleting user
  • 0.6.22
    9b6feb18 · configure: bump to 0.6.22 ·
    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.21
    2e4b75cc · configure: bump to 0.6.21 ·
    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.20
    d2cad90f · configure: bump to 0.6.20 ·
    Changes in 0.6.20
    
    * Fix user listing which broke in previous release
  • 0.6.19
    4cce7da0 · configure: bump to 0.6.19 ·
    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.18
    35eb5e1c · 0.6.18 ·
    0.6.18
  • 0.6.17
    617200c7 · configure: bump to 0.6.17 ·
    Changes in 0.6.17
    
    * Fix user filtering which was broken in 0.6.16
    
    * Fix double free in user code
  • 0.6.16
    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.15
    f02be65a · Updates ·
    0.6.15
  • 0.6.14
    b6dfc65d · 0.6.14 ·
    0.6.14
  • 0.6.13
    8fa0ba0c · NEWS: update for release ·
    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.12
    * The usual pile of race fixes
  • 0.6.11
    1e966043 · 0.6.11 ·
    0.6.11
  • 0.6.10
    a8ebd380 · NEWS: Update for release ·
    Changes in 0.6.10
    ================
    
    * An assortment of race fixes
    
    * Translation Updates
  • 0.6.9
    0.6.9
  • 0.6.8
    5025a7b0 · Updates for 0.6.8 ·
    0.6.8
  • 0.6.7
    56fe7600 · NEWS: update for release ·
    Changes in 0.6.7
    ================
    
    * Fix call to useradd for normal users
    
    * Correct free array of groups
    
    * Translation Updates
  • 0.6.6
    08bca622 · NEWS: update for release ·
    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
  • 0.6.5
    ada32f60 · NEWS: update for release ·
    Changes in 0.6.5
    ================
    
    * No longer return excluded users from cached listings
    
    * Add a --debug command line option
    
    * Use proper dbus proxy for settings api in client lib
    
    * Expose XSession property over bus
  • 0.6.4
    d272f871 · NEWS: update for release ·
    * fix typo in HomeDirectory property
    
    * fix bug in asynchronous loading code
    
    * drop some random g_print's