summaryrefslogtreecommitdiff
path: root/src/polkitbackend
AgeCommit message (Expand)AuthorFilesLines
2013-05-29Use GOnce for interface type registrationTomas Bzatek1-4/+6
2013-05-07Remove an unused va_startMiloslav Trmač1-1/+0
2013-05-06Refuse non-string parameters to Polkit.spawn()Miloslav Trmač1-0/+6
2013-05-06Fix handling of null returned from _runRulesMiloslav Trmač1-6/+6
2013-05-06Fix a TypeError when no admin rules are registeredMiloslav Trmač1-1/+1
2013-04-23jsauthority: Work with mozjs-17.0 tooColin Walters1-6/+45
2013-04-23Revert "Dynamically load libmozjs185.so and cope with it not being available"Colin Walters2-304/+147
2013-04-23jsauthority: Use JSVAL_NULL rather than {0} struct initializationColin Walters1-6/+6
2013-04-23jsauthority: We can really only handle a stringColin Walters1-1/+1
2013-04-15Fix various memory leaks.Miloslav Trmač2-2/+3
2013-04-11Add missing #include <sys/wait.h>Samuli Suominen1-0/+1
2013-04-11update types for js188darkxst1-20/+20
2013-01-09Use mutex and condition variables properlyDavid Zeuthen1-4/+5
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-09-18Fall back to authenticating as uid 0 if the list of admin identities is emptyDavid Zeuthen1-6/+6
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-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 Zeuthen2-0/+209
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-23Nuke polkitbackend library, localauthority backend and extension systemDavid Zeuthen10-1852/+14
2012-05-23Fix distcheckDavid Zeuthen1-1/+2
2012-05-23Rename --enable-systemd to --enable-libsystemd-loginDavid Zeuthen1-3/+3
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
2012-05-18Make polkit.spawn() take an array of arguments instead of a command-lineDavid Zeuthen2-17/+40
2012-05-18Add polkit.spawn() to spawn external programsDavid Zeuthen2-0/+123
2012-05-18Make it possible for JS code to change detailsDavid Zeuthen6-54/+87
2012-05-18Reformat init.js and also avoid quoting non-string properties in toString()David Zeuthen1-43/+51
2012-05-18Emit ::Changed signal after reloading rulesDavid Zeuthen1-0/+2
2012-05-18Collect garbageDavid Zeuthen1-0/+11
2012-05-18Add a couple of more error checksDavid Zeuthen1-10/+19
2012-05-18Clean up code a bitDavid Zeuthen4-108/+154
2012-05-18Pass details to JS functions and simplify how Subject instances are constructedDavid Zeuthen1-75/+206
2012-05-18Include seat and session in Subject objectDavid Zeuthen1-24/+61