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