summaryrefslogtreecommitdiff
path: root/src/polkit
Commit message (Expand)AuthorAgeFilesLines
* Rename --enable-systemd to --enable-libsystemd-loginDavid Zeuthen2012-05-231-3/+3
* Make polkit_details_insert() remove the key if passed value is NULLDavid Zeuthen2012-05-231-1/+6
* Make it possible to influence agent registration with an a{sv} parameterDavid Zeuthen2012-04-122-0/+186
* PolkitUnixSession: Actually return TRUE if a session existsDavid Zeuthen2012-02-061-7/+5
* PolkitUnixSession: Set error if we cannot find a session for the given pidDavid Zeuthen2012-02-061-5/+16
* Various builddir != srcdir fixesRyan Lortie2012-01-101-21/+14
* Add optional systemd supportMatthias Clasen2012-01-032-1/+491
* Bug 43610 - Add netgroup supportNikki VonHollen2011-12-228-6/+373
* Specify exported pkg-config files in GIRsEvan Nemerson2011-08-011-0/+1
* 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
* introspection: Add --c-include to the gir filesBenjamin Otte2011-03-111-0/+1
* Fix a couple of warnings triggered by gcc 4.6David Zeuthen2011-03-031-3/+0
* Deprecated PolkitBackendActionLookupDavid Zeuthen2011-03-031-13/+9
* Allow overriding message shown in authentication dialogDavid Zeuthen2011-02-231-0/+14
* Bug 29712 – Use monotonic for temporary authorizationsDavid Zeuthen2011-02-231-0/+6
* Bug 27253 – Use GOBJECT_INTROSPECTION_CHECK from gobject-introspectionAdrian Bunk2011-02-231-8/+8
* Fix a memory leakDavid Zeuthen2011-02-231-0/+2
* Bug 30653 – No way to detect cancellation in pkexecDavid Zeuthen2011-02-223-5/+54
* Add missing GObject Introspection annotationsDavid Zeuthen2011-02-1712-60/+53
* Remove duplicate definitions of enumeration typesColin Walters2010-09-103-12/+0
* Various doc cleanupsDavid Zeuthen2010-08-206-56/+121
* Fix scanning of unix-process subjectsDavid Zeuthen2010-08-121-10/+12
* Update GI annotationsDavid Zeuthen2010-08-0915-99/+96
* Add g_return_if_fail() to all public API entry pointsDavid Zeuthen2010-08-0911-0/+79
* PolkitAuthority: Add g_return_if_fail() checksDavid Zeuthen2010-08-091-6/+136
* PolkitAuthority: Implement failable initializationDavid Zeuthen2010-08-093-42/+289
* Add a GPermission implementationDavid Zeuthen2010-08-075-0/+906
* Remove Lock Down functionalityDavid Zeuthen2010-08-034-257/+0
* Implement polkit_temporary_authorization_new_for_gvariant()David Zeuthen2010-08-023-5/+36
* Make polkitd accept --replace and gracefully handle SIGINTDavid Zeuthen2010-07-301-1/+1
* Nuke eggdbus usageDavid Zeuthen2010-07-3010-806/+294
* Port PolkitAgent to gdbusDavid Zeuthen2010-07-292-27/+157
* Port PolkitBackendInteractiveAuthority to gdbusDavid Zeuthen2010-07-292-3/+29
* Port CK class to gdbusDavid Zeuthen2010-07-281-0/+8
* Port core bits to gdbusDavid Zeuthen2010-07-289-727/+1009
* Properly validate all arguments passed via D-BusDavid Zeuthen2009-11-132-6/+11
* Port lockdown from pklalockdown(1) to D-Bus methodsDavid Zeuthen2009-11-113-10/+11
* Add methods AddLockdownForAction() and RemoveLockdownForAction()David Zeuthen2009-11-112-0/+268
* Bug 24566 – Properly _ref authority in singleton constructorAlexander Sack2009-10-161-1/+3
* Clarify when AllowUserInteraction should and shouldn't be usedDavid Zeuthen2009-09-291-0/+10
* Add properties with information about the currently used authorityDavid Zeuthen2009-09-167-5/+230
* 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
* Don't include Polkit-1.0.gir in the dist tarballMichael Biebl2009-09-131-1/+1
* Make private symbols accessible to libpolkitagent and libpolkitbackendMichael Biebl2009-09-131-1/+16
* Trim the list of exported symbolsMichael Biebl2009-09-131-0/+2
* Implement lockdown for the Local Authority implementationDavid Zeuthen2009-09-122-0/+26
* Bug 23867 – UnixProcess vs. SystemBusName aliasingDavid Zeuthen2009-09-112-5/+53