summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* wip: start adding systemd supportwip/systemdRay Strode2012-03-262-93/+537
* lib: set infinite timeout for accounts manager callsRay Strode2012-03-151-0/+1
* lib: return initialized result for delete userRay Strode2012-03-151-1/+2
* ActUserManager: ensure the manager is alive across async callsGiovanni Campagna2012-03-151-20/+44
* ActUser: use -1 to indicate default DBus timeoutGiovanni Campagna2012-03-151-1/+1
* ActUser: set loaded status even if an error occursGiovanni Campagna2012-03-151-0/+4
* UserManager: fix advancing seat loading state machineGiovanni Campagna2012-03-151-8/+22
* libaccountsservice: Fix srcdir != builddir for generated filesColin Walters2012-02-231-3/+3
* build: add optionnal vala bindings generationMarc-André Lureau2012-02-215-1/+109
* Generate ActUserManagerError type tooMarc-André Lureau2012-02-212-7/+7
* Add a global act.h library header for bindingsMarc-André Lureau2012-02-212-2/+37
* lib: change loop iteration idiomRay Strode2012-02-161-12/+13
* Port library to GDBusMatthias Clasen2012-02-136-768/+1458
* Port daemon to GDBusMatthias Clasen2012-02-139-951/+697
* fix compute_object_path on ppc32Ray Strode2012-02-071-1/+1
* autogen.sh: run configure from build directoryMatthias Clasen2012-01-091-2/+3
* Be more careful when resetting the users iconsMatthias Clasen2011-11-291-1/+2
* Be more careful when dealing with pw_passwdMatthias Clasen2011-10-191-3/+3
* post-release bumpMatthias Clasen2011-10-171-1/+1
* Updates0.6.15Matthias Clasen2011-10-171-0/+11
* Don't use the non-standard fgetpwent() if not available.Ed Schouten2011-10-172-1/+14
* Use <sys/wait.h>.Ed Schouten2011-10-171-1/+1
* Make use of <shadow.h> optional.Ed Schouten2011-10-172-1/+9
* Make use of utmpx optional and buildable on FreeBSD.Ed Schouten2011-10-172-1/+12
* daemon: Only accept regular files when setting iconVincent Untz2011-09-301-0/+10
* lib: Don't track non-graphical sessionsRay Strode2011-09-271-0/+6
* daemon: load wtmp after passwd fileRay Strode2011-09-211-1/+1
* Post-release version bumpMatthias Clasen2011-09-041-1/+1
* 0.6.140.6.14Matthias Clasen2011-09-042-1/+15
* Fix some mismatches in the stylesheetMatthias Clasen2011-09-041-15/+13
* Fix doc formattingMatthias Clasen2011-09-041-4/+4
* Fix fast user switchingMatthias Clasen2011-09-041-1/+1
* po: add new po filesRay Strode2011-08-172-0/+131
* po: pull latest translations from transifexRay Strode2011-08-1731-47/+72
* daemon: call reload_users after timeout on passwd/shadow changesRay Strode2011-07-211-1/+14
* daemon: Monitor /etc/gdm/custom.conf for changes in autologin configVincent Untz2011-07-211-4/+47
* daemon: use PATH_GDM_CUSTOM instead of string literalVincent Untz2011-07-211-9/+4
* daemon: ignore extraneous SetAutomaticLogin(false) calls for a userRay Strode2011-07-201-0/+4
* NEWS: update for release0.6.13Ray Strode2011-07-191-0/+15
* configure: switch to tar.xzRay Strode2011-07-191-1/+1
* lib: add doc string for create userRay Strode2011-07-191-0/+12
* daemon: more polkit deprecation clean upsRay Strode2011-07-191-11/+2
* lib: drop some unused variablesRay Strode2011-07-191-5/+0
* lib: cast uid to long before printingRay Strode2011-07-191-1/+1
* daemon: cast uid to long before printingRay Strode2011-07-191-1/+1
* daemon: s/polkit_authority_get/polkit_authority_get_sync/Ray Strode2011-07-191-2/+9
* daemon: use enum type instead of intRay Strode2011-07-191-1/+1
* daemon: fix signedness warningRay Strode2011-07-191-1/+1
* daemon: fix up some problems in last commitRay Strode2011-07-191-2/+1
* daemon: get login frequency from wtmp instead of ConsoleKitLennart Poettering2011-07-191-234/+53