summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-05-24Use a condition variable to signal that runaway killer thread is readyDavid Zeuthen1-5/+16
2012-05-24Terminate runaway scriptsDavid Zeuthen1-25/+175
2012-05-23Use "rules", not "scripts" to refer to files in rules.dDavid Zeuthen1-3/+3
2012-05-23Pass expanded identity list to the AuthenticationSessionDavid Zeuthen1-24/+24
2012-05-23Add default rulesDavid Zeuthen3-10/+16
2012-05-23Store private binaries in /usr/lib/polkit-1 instead of /usr/libexecDavid Zeuthen3-6/+9
2012-05-23Nuke polkitbackend library, localauthority backend and extension systemDavid Zeuthen16-2207/+15
2012-05-23Fix distcheckDavid Zeuthen1-1/+2
2012-05-23Rename --enable-systemd to --enable-libsystemd-loginDavid Zeuthen2-6/+6
2012-05-23Make polkit_details_insert() remove the key if passed value is NULLDavid Zeuthen1-1/+6
2012-05-22Update docsDavid Zeuthen1-1/+2
2012-05-22Create rules.d directoriesDavid Zeuthen1-0/+4
2012-05-21Add test-cases and 10 second timeout for polkit.spawn()David Zeuthen1-11/+435
2012-05-21Add netgroup supportDavid Zeuthen2-0/+45
2012-05-21Add test cases for evaluation orderDavid Zeuthen1-2/+2
2012-05-21Use addRule() and addAdminRule()David Zeuthen2-19/+23
2012-05-21Also load rules from /usr/share/polkit/rules.dDavid Zeuthen1-63/+123
2012-05-18Don't include command-line in spawning error messagesDavid Zeuthen1-8/+3
2012-05-18Make polkit.spawn() take an array of arguments instead of a command-lineDavid Zeuthen2-17/+40
2012-05-18Add polkit.spawn() to spawn external programsDavid Zeuthen2-0/+123
2012-05-18Make it possible for JS code to change detailsDavid Zeuthen6-54/+87
2012-05-18Reformat init.js and also avoid quoting non-string properties in toString()David Zeuthen1-43/+51
2012-05-18Emit ::Changed signal after reloading rulesDavid Zeuthen1-0/+2
2012-05-18Collect garbageDavid Zeuthen1-0/+11
2012-05-18Add a couple of more error checksDavid Zeuthen1-10/+19
2012-05-18Clean up code a bitDavid Zeuthen4-108/+154
2012-05-18Pass details to JS functions and simplify how Subject instances are constructedDavid Zeuthen1-75/+206
2012-05-18Include seat and session in Subject objectDavid Zeuthen1-24/+61
2012-05-17Add experimental authority backend using JavaScript rule filesDavid Zeuthen6-6/+1147
2012-04-12Make it possible to influence agent registration with an a{sv} parameterDavid Zeuthen8-53/+394
2012-04-11Add pkttyagent(1) helperDavid Zeuthen3-1/+257
2012-03-08PolkitAgentSession: Don't leak file descriptorsDavid Zeuthen1-0/+14
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 Lortie2-46/+31
2012-01-03Add optional systemd supportMatthias Clasen4-2/+915
2011-12-22Bug 43610 - Add netgroup supportNikki VonHollen10-10/+466
2011-12-20Bug 43608 – Add unit testsNikki VonHollen1-24/+86
2011-12-06Default to AdminIdentities=unix-group:wheel for local authorityDavid Zeuthen1-1/+1
2011-10-18Bug 41025 – Add org.freedesktop.policykit.owner annotationDavid Zeuthen1-9/+72
2011-10-18Add --no-debug option and use this for D-Bus activationDavid Zeuthen1-1/+26
2011-09-20Add support for the org.freedesktop.policykit.imply annotationDavid Zeuthen1-0/+67
2011-08-01Fix multi-line pam prompt handlingMarc Deslauriers2-18/+24
2011-08-01Specify exported pkg-config files in GIRsEvan Nemerson2-0/+2
2011-08-01Bug 38769 — pkexec: Support running X11 appsMartin Pitt1-10/+25
2011-06-29Fix backend crash if a .policy file does not specify <message>Martin Pitt1-3/+6
2011-04-01pkexec: Avoid TOCTTOU problems with parent processDavid Zeuthen1-27/+39
2011-04-01Use polkit_unix_process_get_uid() to get the owner of a processDavid Zeuthen1-5/+6
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