summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Bug 43608 – Add unit testsNikki VonHollen2011-12-201-24/+86
* Default to AdminIdentities=unix-group:wheel for local authorityDavid Zeuthen2011-12-061-1/+1
* Bug 41025 – Add org.freedesktop.policykit.owner annotationDavid Zeuthen2011-10-181-9/+72
* Add --no-debug option and use this for D-Bus activationDavid Zeuthen2011-10-181-1/+26
* Add support for the org.freedesktop.policykit.imply annotationDavid Zeuthen2011-09-201-0/+67
* Fix multi-line pam prompt handlingMarc Deslauriers2011-08-012-18/+24
* Specify exported pkg-config files in GIRsEvan Nemerson2011-08-012-0/+2
* Bug 38769 — pkexec: Support running X11 appsMartin Pitt2011-08-011-10/+25
* Fix backend crash if a .policy file does not specify <message>Martin Pitt2011-06-291-3/+6
* pkexec: Avoid TOCTTOU problems with parent processDavid Zeuthen2011-04-011-27/+39
* Use polkit_unix_process_get_uid() to get the owner of a processDavid Zeuthen2011-04-011-5/+6
* Make PolkitUnixProcess also record the uid of the processDavid Zeuthen2011-04-013-116/+273
* PolkitUnixProcess: Clarify that the real uid is returned, not the effective oneDavid Zeuthen2011-03-311-16/+50
* Don't show diagnostic messages intended for the administrator to the end userDavid Zeuthen2011-03-141-4/+0
* introspection: Add --c-include to the gir filesBenjamin Otte2011-03-112-0/+2
* Build examples by default and fix compiler warningsDavid Zeuthen2011-03-031-1/+1
* Fix a couple of warnings triggered by gcc 4.6David Zeuthen2011-03-035-14/+1
* Deprecated PolkitBackendActionLookupDavid Zeuthen2011-03-0310-315/+147
* Allow overriding message shown in authentication dialogDavid Zeuthen2011-02-232-0/+23
* Bug 29712 – Use monotonic for temporary authorizationsDavid Zeuthen2011-02-232-6/+27
* Be a bit more careful parsing the command-lineDavid Zeuthen2011-02-232-19/+29
* pkcheck: Make it possible to list and revoke temporary authorizationsDavid Zeuthen2011-02-232-1/+270
* Make pkcheck(1) report if the authentication dialog was dismissedDavid Zeuthen2011-02-231-0/+5
* Bug 27253 – Use GOBJECT_INTROSPECTION_CHECK from gobject-introspectionAdrian Bunk2011-02-232-16/+16
* Be more specific about what info we want when enumerating filesDavid Zeuthen2011-02-234-4/+4
* Fix a memory leakDavid Zeuthen2011-02-231-0/+2
* Bug 32334 – Always set polkit.retains_authorization_after_challengeDavid Zeuthen2011-02-231-11/+7
* Bug 30438 – PolicyKit fails to build on AIXDavid Zeuthen2011-02-232-3/+24
* Bug 29871 – Fix build failures with binutils-goldMichael Biebl2011-02-231-0/+1
* Bug 27081 – pkexec fails to build on non glibc systemsDavid Zeuthen2011-02-231-5/+4
* Bug 30653 – No way to detect cancellation in pkexecDavid Zeuthen2011-02-225-12/+94
* Pass caller and subject pid to authentication agentDavid Zeuthen2011-02-211-0/+57
* Always pass non-zero value to g_once_init_leave()David Zeuthen2011-02-211-6/+7
* Fix up debug and timeouts in agent helperDavid Zeuthen2011-02-213-26/+34
* Add some debug info that can be shown with the env var POLKIT_DEBUGDavid Zeuthen2011-02-211-13/+49
* Improve error reporting for authentication sessionsDavid Zeuthen2011-02-212-4/+54
* Fix-up PolkitAgentSession to use GObject propertiesDavid Zeuthen2011-02-181-4/+95
* Build gir/typelib for PolkitAgent-1.0David Zeuthen2011-02-172-2/+36
* Add missing GObject Introspection annotationsDavid Zeuthen2011-02-1712-60/+53
* Fix another GCC uninitialized variable warningColin Walters2010-09-101-1/+1
* Fix (correct) GCC warning about possibly-uninitialized variableColin Walters2010-09-101-2/+2
* Remove duplicate definitions of enumeration typesColin Walters2010-09-103-12/+0
* Bug 29816 – Install polkitagentenumtypes.hVincent Untz2010-08-261-0/+1
* Fix dist-checkDavid Zeuthen2010-08-201-1/+1
* Various doc cleanupsDavid Zeuthen2010-08-2014-80/+163
* pkcheck: add --enable-internal-agent optionDavid Zeuthen2010-08-202-2/+54
* pkexec: add --disable-internal-agent optionDavid Zeuthen2010-08-201-2/+9
* Fix ConsoleKit interaction bugDavid Zeuthen2010-08-181-5/+47
* Add textual authentication agent and use it in pkexec(1)David Zeuthen2010-08-1216-198/+1292
* Fix scanning of unix-process subjectsDavid Zeuthen2010-08-121-10/+12