summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use auth_admin* instead of auth_self* in examplesMiloslav Trmač2013-05-063-4/+4
* man: Fix pkaction man page wrt to --action-id optionMichael Biebl2013-05-061-1/+1
* jsauthority: Work with mozjs-17.0 tooColin Walters2013-04-232-7/+57
* Revert "Dynamically load libmozjs185.so and cope with it not being available"Colin Walters2013-04-232-304/+147
* jsauthority: Use JSVAL_NULL rather than {0} struct initializationColin Walters2013-04-231-6/+6
* jsauthority: We can really only handle a stringColin Walters2013-04-231-1/+1
* Add a FIXME to polkitprivate.hMiloslav Trmač2013-04-181-0/+10
* Add annotations for element types of returned listsMiloslav Trmač2013-04-152-16/+16
* Fix an obvious docstring typo.Miloslav Trmač2013-04-151-1/+1
* Fold enum documentation into relevant classesMiloslav Trmač2013-04-152-25/+3
* Document deprecated functions.Miloslav Trmač2013-04-153-0/+19
* Include documentation of polkit_action_description_get_annotation_keysMiloslav Trmač2013-04-151-0/+1
* Move polkit_temporary_authorization_new to private header file.Miloslav Trmač2013-04-152-5/+5
* Fix most "undocumented symbol" warningsMiloslav Trmač2013-04-152-4/+6
* Leave out backend from gtk-doc generationMiloslav Trmač2013-04-151-1/+1
* Add annotation glossaryMiloslav Trmač2013-04-151-0/+2
* Fix various memory leaks.Miloslav Trmač2013-04-154-3/+9
* configure: Specify GLib min/max versionColin Walters2013-04-123-0/+6
* Fix DOC_SOURCE_DIR for builddir != srcdirMiloslav Trmač2013-04-121-2/+5
* Fix build with srcdir!=builddirMiloslav Trmač2013-04-121-0/+4
* Clean (git status) after autogen.shMiloslav Trmač2013-04-122-0/+26
* Add missing #include <sys/wait.h>Samuli Suominen2013-04-111-0/+1
* update types for js188darkxst2013-04-111-20/+20
* mocklibc: Only require autoconf 2.63Colin Walters2013-04-111-1/+1
* pkexec: Set process environment from pam_getenvlist()Steve Langasek2013-04-111-0/+10
* polkitagent, pkexec: Respect SUID_CFLAGS and SUID_LDFLAGSVincent Untz2013-04-113-0/+17
* build: try harder to avoid systemd/consolekit misconfigurationGiovanni Campagna2013-04-111-0/+20
* Fix the build with automake 1.13Nuno Araujo2013-04-102-2/+2
* Post-release version bump to 0.111David Zeuthen2013-01-092-2/+29
* Update NEWS for release0.110David Zeuthen2013-01-091-3/+14
* Remove AM_PROG_CC_STDCDavid Zeuthen2013-01-091-1/+0
* 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
* Post-release version bump to 0.110David Zeuthen2012-12-192-2/+29
* Update NEWS for release0.109David Zeuthen2012-12-191-0/+31
* Don't require libmozjs185 devel packages for polkit rules to workDavid Zeuthen2012-11-151-1/+1
* Include gmodule-2.0 to avoid linker errorsDavid Zeuthen2012-11-141-1/+1
* Post-release version bump to 0.109David Zeuthen2012-11-141-2/+2
* Update NEWS for release0.108David Zeuthen2012-11-141-0/+38
* docs: mention the audience for authorization rulesDavid Zeuthen2012-11-142-0/+23
* 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
* Post-release version bump to 0.108David Zeuthen2012-07-111-2/+2
* Update NEWS for release0.107David Zeuthen2012-07-111-0/+37
* pkexec: add support for argv1 annotation and mention shebang-wrappersDavid Zeuthen2012-07-112-2/+55
* Introduce a polkit.Result enumeration for authorization rulesDavid Zeuthen2012-07-066-52/+74