summaryrefslogtreecommitdiff
path: root/src/polkit
AgeCommit message (Expand)AuthorFilesLines
2013-05-29Use GOnce for interface type registrationTomas Bzatek2-8/+12
2013-04-18Add a FIXME to polkitprivate.hMiloslav Trmač1-0/+10
2013-04-15Add annotations for element types of returned listsMiloslav Trmač1-15/+15
2013-04-15Fix an obvious docstring typo.Miloslav Trmač1-1/+1
2013-04-15Fold enum documentation into relevant classesMiloslav Trmač1-8/+0
2013-04-15Document deprecated functions.Miloslav Trmač1-0/+7
2013-04-15Move polkit_temporary_authorization_new to private header file.Miloslav Trmač2-5/+5
2012-11-13build: Fix .gir generation for parallel makeRyan Lortie1-0/+2
2012-05-23Rename --enable-systemd to --enable-libsystemd-loginDavid Zeuthen1-3/+3
2012-05-23Make polkit_details_insert() remove the key if passed value is NULLDavid Zeuthen1-1/+6
2012-04-12Make it possible to influence agent registration with an a{sv} parameterDavid Zeuthen2-0/+186
2012-02-06PolkitUnixSession: Actually return TRUE if a session existsDavid Zeuthen1-7/+5
2012-02-06PolkitUnixSession: Set error if we cannot find a session for the given pidDavid Zeuthen1-5/+16
2012-01-10Various builddir != srcdir fixesRyan Lortie1-21/+14
2012-01-03Add optional systemd supportMatthias Clasen2-1/+491
2011-12-22Bug 43610 - Add netgroup supportNikki VonHollen8-6/+373
2011-08-01Specify exported pkg-config files in GIRsEvan Nemerson1-0/+1
2011-04-01Make PolkitUnixProcess also record the uid of the processDavid Zeuthen3-116/+273
2011-03-31PolkitUnixProcess: Clarify that the real uid is returned, not the effective oneDavid Zeuthen1-16/+50
2011-03-11introspection: Add --c-include to the gir filesBenjamin Otte1-0/+1
2011-03-03Fix a couple of warnings triggered by gcc 4.6David Zeuthen1-3/+0
2011-03-03Deprecated PolkitBackendActionLookupDavid Zeuthen1-13/+9
2011-02-23Allow overriding message shown in authentication dialogDavid Zeuthen1-0/+14
2011-02-23Bug 29712 – Use monotonic for temporary authorizationsDavid Zeuthen1-0/+6
2011-02-23Bug 27253 – Use GOBJECT_INTROSPECTION_CHECK from gobject-introspectionAdrian Bunk1-8/+8
2011-02-23Fix a memory leakDavid Zeuthen1-0/+2
2011-02-22Bug 30653 – No way to detect cancellation in pkexecDavid Zeuthen3-5/+54
2011-02-17Add missing GObject Introspection annotationsDavid Zeuthen12-60/+53
2010-09-10Remove duplicate definitions of enumeration typesColin Walters3-12/+0
2010-08-20Various doc cleanupsDavid Zeuthen6-56/+121
2010-08-12Fix scanning of unix-process subjectsDavid Zeuthen1-10/+12
2010-08-09Update GI annotationsDavid Zeuthen15-99/+96
2010-08-09Add g_return_if_fail() to all public API entry pointsDavid Zeuthen11-0/+79
2010-08-09PolkitAuthority: Add g_return_if_fail() checksDavid Zeuthen1-6/+136
2010-08-09PolkitAuthority: Implement failable initializationDavid Zeuthen3-42/+289
2010-08-07Add a GPermission implementationDavid Zeuthen5-0/+906
2010-08-03Remove Lock Down functionalityDavid Zeuthen4-257/+0
2010-08-02Implement polkit_temporary_authorization_new_for_gvariant()David Zeuthen3-5/+36
2010-07-30Make polkitd accept --replace and gracefully handle SIGINTDavid Zeuthen1-1/+1
2010-07-30Nuke eggdbus usageDavid Zeuthen10-806/+294
2010-07-29Port PolkitAgent to gdbusDavid Zeuthen2-27/+157
2010-07-29Port PolkitBackendInteractiveAuthority to gdbusDavid Zeuthen2-3/+29
2010-07-28Port CK class to gdbusDavid Zeuthen1-0/+8
2010-07-28Port core bits to gdbusDavid Zeuthen9-727/+1009
2009-11-13Properly validate all arguments passed via D-BusDavid Zeuthen2-6/+11
2009-11-11Port lockdown from pklalockdown(1) to D-Bus methodsDavid Zeuthen3-10/+11
2009-11-11Add methods AddLockdownForAction() and RemoveLockdownForAction()David Zeuthen2-0/+268
2009-10-16Bug 24566 – Properly _ref authority in singleton constructorAlexander Sack1-1/+3
2009-09-29Clarify when AllowUserInteraction should and shouldn't be usedDavid Zeuthen1-0/+10
2009-09-16Add properties with information about the currently used authorityDavid Zeuthen7-5/+230