summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* State that authorization rules must not rely on SpiderMonkey featureswip/js-rule-filesDavid Zeuthen2012-06-041-5/+13
* Small updates to the "Writing polkit applications" chapterDavid Zeuthen2012-06-041-74/+161
* Update pkexec(1) man page with exampleDavid Zeuthen2012-06-041-0/+1
* Update links to udisks docsDavid Zeuthen2012-06-041-4/+2
* Rewrite the "Writing polkit applications" chapterDavid Zeuthen2012-05-251-38/+142
* Log when the name org.fd.PolicyKit1 has been acquiredDavid Zeuthen2012-05-251-6/+6
* Run polkitd as an unprivileged userDavid Zeuthen2012-05-257-14/+136
* Remove unused DBUS_GLIB_* and GIO_* variablesDavid Zeuthen2012-05-252-5/+0
* Ensure polkitd is rebuilt if libpolkit-backend-1.la changesDavid Zeuthen2012-05-251-1/+1
* Move polkitd into src/polkitbackendDavid Zeuthen2012-05-255-43/+27
* Use g_unix_signal_add() from GLib 2.30David Zeuthen2012-05-255-199/+4
* Clarify pkexec(1) variablesDavid Zeuthen2012-05-245-38/+42
* Combine action and details parametersDavid Zeuthen2012-05-249-352/+382
* Use a condition variable to signal that runaway killer thread is readyDavid Zeuthen2012-05-241-5/+16
* Terminate runaway scriptsDavid Zeuthen2012-05-244-25/+205
* 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-237-19/+16
* Mention systemd(1) in the polkitd(8) man pageDavid Zeuthen2012-05-231-3/+11
* Nuke polkitbackend library, localauthority backend and extension systemDavid Zeuthen2012-05-2327-2751/+16
* Add a systemd .service fileDavid Zeuthen2012-05-235-3/+42
* Fix distcheckDavid Zeuthen2012-05-231-1/+2
* Rename --enable-systemd to --enable-libsystemd-loginDavid Zeuthen2012-05-233-23/+23
* Add real-world example featuring udisks2 and the drive.* variables it passesDavid Zeuthen2012-05-231-1/+25
* Make polkit_details_insert() remove the key if passed value is NULLDavid Zeuthen2012-05-231-1/+6
* Use <variablelist> instead of <informaltable> for Subject attributesDavid Zeuthen2012-05-231-48/+64
* Mention details["polkit.message"] and add an example using detailsDavid Zeuthen2012-05-231-5/+48
* Fix a couple typos in the docsDavid Zeuthen2012-05-233-5/+5
* Fix spelingDavid Zeuthen2012-05-221-1/+1
* polkitd: add reference to polkit(8) from its man pageDavid Zeuthen2012-05-221-1/+4
* Clarify docs a bitDavid Zeuthen2012-05-221-8/+6
* docs: update SEE ALSO to make each man page point to all other man pagesDavid Zeuthen2012-05-225-8/+16
* docs: enclose local <citerefentry> in <link> to make links workDavid Zeuthen2012-05-226-78/+29
* Update docsDavid Zeuthen2012-05-2217-872/+569
* Create rules.d directoriesDavid Zeuthen2012-05-222-0/+11
* Add test-cases and 10 second timeout for polkit.spawn()David Zeuthen2012-05-213-11/+538
* Mention unix-netgroup:xyz as a valid return value in addAdminRule() functionsDavid Zeuthen2012-05-211-1/+2
* Minor doc fixesDavid Zeuthen2012-05-211-7/+4
* Add netgroup supportDavid Zeuthen2012-05-216-2/+103
* Test that subject.isInGroup() worksDavid Zeuthen2012-05-212-1/+37
* Add test cases for evaluation orderDavid Zeuthen2012-05-217-11/+201
* docs: emphasize that registered functions may actually never be calledDavid Zeuthen2012-05-211-2/+11
* Use addRule() and addAdminRule()David Zeuthen2012-05-213-27/+28
* Also load rules from /usr/share/polkit/rules.dDavid Zeuthen2012-05-214-68/+139
* docs: clarify how rules files workDavid Zeuthen2012-05-211-20/+51
* Also add an example of polkit.spawn() to polkit(8) man pageDavid Zeuthen2012-05-201-0/+20
* docs: add AUTHORIZATION RULES section to the polkit(8) man pageDavid Zeuthen2012-05-201-0/+238
* 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