summaryrefslogtreecommitdiff
path: root/src/util.c
Commit message (Expand)AuthorAgeFilesLines
* Remove some unneeded variable initialization after g_auto refactoringRobert Ancell2017-12-211-1/+0
* Use g_auto to reduce chances of memory leaksRobert Ancell2017-12-201-61/+38
* util: Clean up spawn_with_login_uid() error handlingColin Walters2013-05-111-24/+35
* Remove newlines from debug messagesStef Walter2013-05-111-1/+1
* util: Fix a typoColin Walters2012-09-101-1/+1
* util: Fix an uninitialized variableColin Walters2012-09-101-1/+1
* util: CVE-2012-2737: drop _polkit_subject_get_cmdlineRay Strode2012-06-281-59/+76
* util: CVE-2012-2737: validate SetIconFile caller over busRay Strode2012-06-281-11/+26
* Port daemon to GDBusMatthias Clasen2012-02-131-12/+9
* Use <sys/wait.h>.Ed Schouten2011-10-171-1/+1
* daemon: more polkit deprecation clean upsRay Strode2011-07-191-11/+2
* daemon: be less chattyRay Strode2011-03-091-1/+1
* Be more careful when copying the icon fileMatthias Clasen2010-03-301-0/+31
* Don't pass untrusted data in a printf format stringMatthias Clasen2010-03-301-7/+14
* Handle large numbers of groupsMatthias Clasen2010-03-251-4/+24
* Use the callers loginuid when setting the loginuid for calloutsMatthias Clasen2010-03-251-6/+16
* Set loginuid properly when running commands on behalf of a userMatthias Clasen2010-03-251-0/+72
* Refactor logging into separate filesMatthias Clasen2010-03-251-0/+144