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