summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-04-15Fix an obvious docstring typo.Miloslav Trmač1-1/+1
2013-04-15Fold enum documentation into relevant classesMiloslav Trmač1-8/+0
2013-04-15Document deprecated functions.Miloslav Trmač2-0/+16
2013-04-15Move polkit_temporary_authorization_new to private header file.Miloslav Trmač2-5/+5
2013-04-15Fix various memory leaks.Miloslav Trmač2-2/+3
2013-04-12configure: Specify GLib min/max versionColin Walters1-0/+1
2013-04-11Add missing #include <sys/wait.h>Samuli Suominen1-0/+1
2013-04-11update types for js188darkxst1-20/+20
2013-04-11pkexec: Set process environment from pam_getenvlist()Steve Langasek1-0/+10
2013-04-11polkitagent, pkexec: Respect SUID_CFLAGS and SUID_LDFLAGSVincent Untz2-0/+12
2013-01-09Use mutex and condition variables properlyDavid Zeuthen1-4/+5
2013-01-09Fix build on GNU HurdEmilio Pozuelo Monfort1-2/+3
2013-01-09build: Remove generated introspection files on "make clean"Michael Biebl1-0/+1
2012-12-19Set XAUTHORITY environment variable if is unsetDavid Zeuthen1-0/+22
2012-11-15Don't require libmozjs185 devel packages for polkit rules to workDavid Zeuthen1-1/+1
2012-11-14Dynamically load libmozjs185.so and cope with it not being availableDavid Zeuthen2-147/+304
2012-11-13build: Fix .gir generation for parallel makeRyan Lortie2-0/+4
2012-10-09PolkitAgent: Avoid crashing if initializing the server object failsAdam Jackson1-2/+1
2012-09-18Fall back to authenticating as uid 0 if the list of admin identities is emptyDavid Zeuthen1-6/+6
2012-07-11pkexec: add support for argv1 annotation and mention shebang-wrappersDavid Zeuthen1-1/+15
2012-07-06Introduce a polkit.Result enumeration for authorization rulesDavid Zeuthen1-0/+10
2012-07-06Try harder to look up the right localizationMatthias Clasen1-9/+7
2012-06-06Make it work when using ConsoleKit instead of libsystemd-loginDavid Zeuthen3-9/+56
2012-06-06agenthelper-pam: Fix newline-trimming codeColin Walters1-3/+8
2012-05-25Log when the name org.fd.PolicyKit1 has been acquiredDavid Zeuthen1-6/+6
2012-05-25Run polkitd as an unprivileged userDavid Zeuthen2-1/+76
2012-05-25Remove unused DBUS_GLIB_* and GIO_* variablesDavid Zeuthen1-1/+0
2012-05-25Ensure polkitd is rebuilt if libpolkit-backend-1.la changesDavid Zeuthen1-1/+1
2012-05-25Move polkitd into src/polkitbackendDavid Zeuthen4-42/+27
2012-05-25Use g_unix_signal_add() from GLib 2.30David Zeuthen4-198/+3
2012-05-24Clarify pkexec(1) variablesDavid Zeuthen2-9/+10
2012-05-24Combine action and details parametersDavid Zeuthen3-95/+39
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