summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Log when the name org.fd.PolicyKit1 has been acquiredDavid Zeuthen2012-05-251-6/+6
* Run polkitd as an unprivileged userDavid Zeuthen2012-05-252-1/+76
* Remove unused DBUS_GLIB_* and GIO_* variablesDavid Zeuthen2012-05-251-1/+0
* Ensure polkitd is rebuilt if libpolkit-backend-1.la changesDavid Zeuthen2012-05-251-1/+1
* Move polkitd into src/polkitbackendDavid Zeuthen2012-05-254-42/+27
* Use g_unix_signal_add() from GLib 2.30David Zeuthen2012-05-254-198/+3
* Clarify pkexec(1) variablesDavid Zeuthen2012-05-242-9/+10
* Combine action and details parametersDavid Zeuthen2012-05-243-95/+39
* 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
* Pass expanded identity list to the AuthenticationSessionDavid Zeuthen2012-05-231-24/+24
* Add default rulesDavid Zeuthen2012-05-233-10/+16
* Store private binaries in /usr/lib/polkit-1 instead of /usr/libexecDavid Zeuthen2012-05-233-6/+9
* Nuke polkitbackend library, localauthority backend and extension systemDavid Zeuthen2012-05-2316-2207/+15
* Fix distcheckDavid Zeuthen2012-05-231-1/+2
* Rename --enable-systemd to --enable-libsystemd-loginDavid Zeuthen2012-05-232-6/+6
* Make polkit_details_insert() remove the key if passed value is NULLDavid Zeuthen2012-05-231-1/+6
* Update docsDavid Zeuthen2012-05-221-1/+2
* Create rules.d directoriesDavid Zeuthen2012-05-221-0/+4
* Add test-cases and 10 second timeout for polkit.spawn()David Zeuthen2012-05-211-11/+435
* Add netgroup supportDavid Zeuthen2012-05-212-0/+45
* Add test cases for evaluation orderDavid Zeuthen2012-05-211-2/+2
* Use addRule() and addAdminRule()David Zeuthen2012-05-212-19/+23
* 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-182-17/+40
* Add polkit.spawn() to spawn external programsDavid Zeuthen2012-05-182-0/+123
* Make it possible for JS code to change detailsDavid Zeuthen2012-05-186-54/+87
* Reformat init.js and also avoid quoting non-string properties in toString()David Zeuthen2012-05-181-43/+51
* 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-184-108/+154
* 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-176-6/+1147
* Make it possible to influence agent registration with an a{sv} parameterDavid Zeuthen2012-04-128-53/+394
* Add pkttyagent(1) helperDavid Zeuthen2012-04-113-1/+257
* PolkitAgentSession: Don't leak file descriptorsDavid Zeuthen2012-03-081-0/+14
* 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-102-46/+31
* Add optional systemd supportMatthias Clasen2012-01-034-2/+915
* Bug 43610 - Add netgroup supportNikki VonHollen2011-12-2210-10/+466
* 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