summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix various memory leaks.Miloslav Trmač2013-04-152-2/+3
* configure: Specify GLib min/max versionColin Walters2013-04-121-0/+1
* Add missing #include <sys/wait.h>Samuli Suominen2013-04-111-0/+1
* update types for js188darkxst2013-04-111-20/+20
* pkexec: Set process environment from pam_getenvlist()Steve Langasek2013-04-111-0/+10
* polkitagent, pkexec: Respect SUID_CFLAGS and SUID_LDFLAGSVincent Untz2013-04-112-0/+12
* Use mutex and condition variables properlyDavid Zeuthen2013-01-091-4/+5
* Fix build on GNU HurdEmilio Pozuelo Monfort2013-01-091-2/+3
* build: Remove generated introspection files on "make clean"Michael Biebl2013-01-091-0/+1
* Set XAUTHORITY environment variable if is unsetDavid Zeuthen2012-12-191-0/+22
* Don't require libmozjs185 devel packages for polkit rules to workDavid Zeuthen2012-11-151-1/+1
* Dynamically load libmozjs185.so and cope with it not being availableDavid Zeuthen2012-11-142-147/+304
* build: Fix .gir generation for parallel makeRyan Lortie2012-11-132-0/+4
* PolkitAgent: Avoid crashing if initializing the server object failsAdam Jackson2012-10-091-2/+1
* Fall back to authenticating as uid 0 if the list of admin identities is emptyDavid Zeuthen2012-09-181-6/+6
* pkexec: add support for argv1 annotation and mention shebang-wrappersDavid Zeuthen2012-07-111-1/+15
* Introduce a polkit.Result enumeration for authorization rulesDavid Zeuthen2012-07-061-0/+10
* Try harder to look up the right localizationMatthias Clasen2012-07-061-9/+7
* Make it work when using ConsoleKit instead of libsystemd-loginDavid Zeuthen2012-06-063-9/+56
* agenthelper-pam: Fix newline-trimming codeColin Walters2012-06-061-3/+8
* 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