summaryrefslogtreecommitdiff
path: root/src/polkitbackend/polkitbackendjsauthority.c
Commit message (Expand)AuthorAgeFilesLines
* Make it work when using ConsoleKit instead of libsystemd-loginDavid Zeuthen2012-06-061-9/+29
* Combine action and details parametersDavid Zeuthen2012-05-241-82/+24
* Use a condition variable to signal that runaway killer thread is readyDavid Zeuthen2012-05-241-5/+16
* Terminate runaway scriptsDavid Zeuthen2012-05-241-25/+175
* Use "rules", not "scripts" to refer to files in rules.dDavid Zeuthen2012-05-231-3/+3
* Nuke polkitbackend library, localauthority backend and extension systemDavid Zeuthen2012-05-231-7/+1
* Add test-cases and 10 second timeout for polkit.spawn()David Zeuthen2012-05-211-11/+435
* Add netgroup supportDavid Zeuthen2012-05-211-0/+41
* Use addRule() and addAdminRule()David Zeuthen2012-05-211-3/+3
* Also load rules from /usr/share/polkit/rules.dDavid Zeuthen2012-05-211-63/+123
* Don't include command-line in spawning error messagesDavid Zeuthen2012-05-181-8/+3
* Make polkit.spawn() take an array of arguments instead of a command-lineDavid Zeuthen2012-05-181-13/+40
* Add polkit.spawn() to spawn external programsDavid Zeuthen2012-05-181-0/+120
* Make it possible for JS code to change detailsDavid Zeuthen2012-05-181-6/+54
* Emit ::Changed signal after reloading rulesDavid Zeuthen2012-05-181-0/+2
* Collect garbageDavid Zeuthen2012-05-181-0/+11
* Add a couple of more error checksDavid Zeuthen2012-05-181-10/+19
* Clean up code a bitDavid Zeuthen2012-05-181-108/+64
* Pass details to JS functions and simplify how Subject instances are constructedDavid Zeuthen2012-05-181-75/+206
* Include seat and session in Subject objectDavid Zeuthen2012-05-181-24/+61
* Add experimental authority backend using JavaScript rule filesDavid Zeuthen2012-05-171-0/+831