summaryrefslogtreecommitdiff
path: root/src/user.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-19daemon: Add '--' to argument builders before the user's nameRodrigo Moya1-28/+38
2011-07-19Revert "Implement "disable account" password mode"Ray Strode1-29/+2
2011-07-19Implement "disable account" password modeBastien Nocera1-2/+29
2011-04-11Add a 'system-account' property to usersMatthias Clasen1-1/+22
2011-03-18daemon: correctly free the array of groupsFrédéric Péters1-1/+3
2011-03-17daemon: treat root user as adminRay Strode1-2/+7
2011-03-17daemon: drop desktop_<role>_r group checksDavid Zeuthen1-32/+11
2011-03-17daemon: drop supervised user conceptDavid Zeuthen1-1/+1
2011-03-17user: Make it possible to disable the user iconBastien Nocera1-0/+25
2011-03-09daemon: be less chattyRay Strode1-3/+3
2011-02-24Add a function to get the uid of a userMatthias Clasen1-0/+6
2011-02-01daemon: Add api for storing/retrieving sessionRay Strode1-0/+88
2011-01-27Change policy used for autologinMatthias Clasen1-1/+1
2010-04-05Always emit changed signal when setting user photoMatthias Clasen1-9/+5
2010-03-30Support ~/.face iconsMatthias Clasen1-1/+8
2010-03-30Be more careful when copying the icon fileMatthias Clasen1-9/+85
2010-03-30Make it buildMatthias Clasen1-1/+0
2010-03-25Remove some dead codeMatthias Clasen1-40/+12
2010-03-25Handle large numbers of groupsMatthias Clasen1-15/+12
2010-03-25Drop SetIconDataMatthias Clasen1-131/+1
2010-03-25Make SetIconFile more versatileMatthias Clasen1-4/+46
2010-03-25Redo password mode handlingMatthias Clasen1-34/+48
2010-03-25Always require admin privs for changing usernamesMatthias Clasen1-7/+1
2010-03-25Set loginuid properly when running commands on behalf of a userMatthias Clasen1-147/+9
2010-03-25Refactor logging into separate filesMatthias Clasen1-32/+32
2010-03-25Properly handle third-party changesMatthias Clasen1-0/+14
2010-03-25Change handling of account lockingMatthias Clasen1-13/+69
2010-03-24Add some validation of image dataMatthias Clasen1-0/+14
2010-03-24Remove special handling for setting your own passwordMatthias Clasen1-18/+8
2010-03-19Avoid extraneous commandline parsingMatthias Clasen1-48/+67
2010-01-23Use syslog instead of g_warningMatthias Clasen1-31/+28
2010-01-23CleanupsMatthias Clasen1-69/+54
2010-01-21Streamline privilegesMatthias Clasen1-34/+31
2010-01-20Add 'automatic-login' as a user propertyMatthias Clasen1-1/+53
2010-01-15Generate and include config.hMatthias Clasen1-0/+2
2010-01-15Fix compile warningsMatthias Clasen1-7/+8
2010-01-12initial commitMatthias Clasen1-0/+1886