summaryrefslogtreecommitdiff
path: root/src/util.c
AgeCommit message (Expand)AuthorFilesLines
2017-12-21Remove some unneeded variable initialization after g_auto refactoringRobert Ancell1-1/+0
2017-12-20Use g_auto to reduce chances of memory leaksRobert Ancell1-61/+38
2013-05-11util: Clean up spawn_with_login_uid() error handlingColin Walters1-24/+35
2013-05-11Remove newlines from debug messagesStef Walter1-1/+1
2012-09-10util: Fix a typoColin Walters1-1/+1
2012-09-10util: Fix an uninitialized variableColin Walters1-1/+1
2012-06-28util: CVE-2012-2737: drop _polkit_subject_get_cmdlineRay Strode1-59/+76
2012-06-28util: CVE-2012-2737: validate SetIconFile caller over busRay Strode1-11/+26
2012-02-13Port daemon to GDBusMatthias Clasen1-12/+9
2011-10-17Use <sys/wait.h>.Ed Schouten1-1/+1
2011-07-19daemon: more polkit deprecation clean upsRay Strode1-11/+2
2011-03-09daemon: be less chattyRay Strode1-1/+1
2010-03-30Be more careful when copying the icon fileMatthias Clasen1-0/+31
2010-03-30Don't pass untrusted data in a printf format stringMatthias Clasen1-7/+14
2010-03-25Handle large numbers of groupsMatthias Clasen1-4/+24
2010-03-25Use the callers loginuid when setting the loginuid for calloutsMatthias Clasen1-6/+16
2010-03-25Set loginuid properly when running commands on behalf of a userMatthias Clasen1-0/+72
2010-03-25Refactor logging into separate filesMatthias Clasen1-0/+144