summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-04-11Bug 29051 – Configuration reload on every querypolkit-0-96Petr Mrázek2-0/+3
2011-04-11Bug 26982 – pkexec information disclosure vulnerabilityDan Rosenberg1-3/+2
2011-04-11pkexec: Avoid TOCTTOU problems with parent processDavid Zeuthen1-27/+39
2011-04-11Use polkit_unix_process_get_uid() to get the owner of a processDavid Zeuthen1-7/+6
2011-04-11Make PolkitUnixProcess also record the uid of the processDavid Zeuthen4-122/+296
2011-04-11PolkitUnixProcess: Clarify that the real uid is returned, not the effective oneDavid Zeuthen1-11/+47
2010-01-15Update NEWS for release0.96David Zeuthen1-0/+39
2010-01-15Don't log authorization checksDavid Zeuthen1-3/+4
2010-01-15Post-release version bump to 0.96David Zeuthen1-2/+2
2009-12-15Complain on stderr, not stdoutDavid Zeuthen1-3/+3
2009-12-15Save original cwd in pkexec(1) since it will change during the life-timeDavid Zeuthen1-5/+17
2009-12-15Make pkexec(1) use the syslogging facilitiesDavid Zeuthen1-29/+90
2009-12-15Make pkexec(1) validate environment variablesDavid Zeuthen1-2/+111
2009-12-15Fix error message when no authentication agent is availableDavid Zeuthen1-1/+1
2009-12-15Properly handle return value from getpwnam_r()David Zeuthen1-3/+12
2009-12-15Remove trailing whitespace from log messagesDavid Zeuthen1-3/+3
2009-12-11Bug 25594 – System loggingDavid Zeuthen3-18/+314
2009-12-11Fix up last commentDavid Zeuthen1-1/+1
2009-12-11Run the open_session part of the PAM stack in pkexec(1)David Zeuthen2-1/+89
2009-12-11Fix logic error in pk-example-frobnicateDavid Zeuthen1-2/+2
2009-12-10Bug 25367 — Also read local authority configuration data from /etcDavid Zeuthen5-41/+334
2009-11-13Update NEWS for release0.95David Zeuthen1-0/+69
2009-11-13Fix make distcheckDavid Zeuthen1-0/+1
2009-11-13Add Python exampleDavid Zeuthen3-1/+45
2009-11-13Properly validate all arguments passed via D-BusDavid Zeuthen4-26/+92
2009-11-12Clarify pklocalauthority(8) man pageDavid Zeuthen1-31/+79
2009-11-11Remove TODO about symbol visibility as this has been fixed for a whileDavid Zeuthen1-2/+0
2009-11-11Drop ununsed policykit actionsDavid Zeuthen2-45/+0
2009-11-11Port lockdown from pklalockdown(1) to D-Bus methodsDavid Zeuthen11-410/+525
2009-11-11Add methods AddLockdownForAction() and RemoveLockdownForAction()David Zeuthen6-4/+581
2009-10-21Bug 24176 – Current git master fails to build, GLIB_LDADD -> GLIB_LIBSMichael Biebl2-5/+5
2009-10-21Bug 24235 – polkit-agent-helper may call pam_end with a stale pam handleAndreas Sandberg1-0/+1
2009-10-21Bug 24640 – Typos in pklocalauthority(8)Matthias Clasen1-2/+2
2009-10-16Bug 24566 – Properly _ref authority in singleton constructorAlexander Sack1-1/+3
2009-10-15Bug 24495 – Fails to build on platforms without PATH_MAX (like hurd)Samuel Thibault1-0/+13
2009-09-29Clarify when AllowUserInteraction should and shouldn't be usedDavid Zeuthen2-1/+11
2009-09-16Add properties with information about the currently used authorityDavid Zeuthen15-6/+436
2009-09-14Fix process start time when using polkit_unix_process_new_full()Bastien Nocera1-2/+5
2009-09-14Clarify comment on where to find process start-time on LinuxDavid Zeuthen1-2/+2
2009-09-13Pass --libtool to g-ir-scannerDavid Zeuthen1-0/+1
2009-09-13Add missing comma so we're save both LANG and LANGUAGE, not only LANGLANGUAGEDavid Zeuthen1-1/+1
2009-09-13Remove POLKIT_USER from configuration summaryDavid Zeuthen1-1/+0
2009-09-13Don't include Polkit-1.0.gir in the dist tarballMichael Biebl1-1/+1
2009-09-13Remove POLKIT_USER optionMichael Biebl3-24/+3
2009-09-13Enable silent rulesMichael Biebl1-0/+2
2009-09-13Make examples optionalMichael Biebl2-1/+10
2009-09-13Make private symbols accessible to libpolkitagent and libpolkitbackendMichael Biebl3-1/+18
2009-09-13Use _polkit_agent_marshal prefixMichael Biebl2-3/+3
2009-09-13Trim the list of exported symbolsMichael Biebl3-0/+6
2009-09-12Implement lockdown for the Local Authority implementationDavid Zeuthen16-19/+537