summaryrefslogtreecommitdiff
path: root/src/dmrc.c
Commit message (Expand)AuthorAgeFilesLines
* Drop privileges when reading ~/.dmrcMarc Deslauriers2011-11-151-1/+8
* Move log messages inside drop privilegesRobert Ancell2011-09-281-0/+1
* Rename user functions to accounts functionsRobert Ancell2011-09-201-2/+2
* Rename user.c to accounts.cRobert Ancell2011-09-201-1/+1
* Fix privilege dropping logiclightdm-0.9.6Robert Ancell2011-09-151-2/+7
* Refactor privilege codeRobert Ancell2011-09-151-15/+6
* Do not write ~/.dmrc and ~/.Xauthority as root. [CVE-2011-3349]Martin Pitt2011-09-131-2/+15
* Set type field in config. Fix defaults not being correctly setRobert Ancell2011-07-201-2/+2
* Rearrange configurationRobert Ancell2011-07-151-2/+2
* Move directory config into it's own sectionRobert Ancell2011-07-151-2/+2
* Don't warn if failed to load .dmrc fileRobert Ancell2011-07-041-4/+1
* Only set DMRC ownership if running as rootRobert Ancell2011-06-161-1/+1
* Don't log a warning when getting a user that does not exist, this may be norm...Robert Ancell2011-06-101-0/+6
* Always return a valid .dmrc file, even if can't get user infoRobert Ancell2011-06-071-4/+4
* Move user code into own moduleRobert Ancell2011-06-071-33/+30
* Allow all directories to be overridden by config, split .dmrc code into separ...Robert Ancell2011-06-061-0/+103