summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* update NEWSPOLICY_KIT_0_6David Zeuthen2007-10-111-0/+29
* make polkit-list-actions print information about <allow_any>David Zeuthen2007-09-271-0/+4
* don't fail on unknown XML tags, just skip themDavid Zeuthen2007-09-273-46/+53
* implement <allow_any> to specify default answer for any userDavid Zeuthen2007-09-275-11/+62
* add TODO item detailing how to handle upgradesDavid Zeuthen2007-09-261-0/+4
* add specifics for the Pardus distroDavid Zeuthen2007-09-251-2/+6
* use chgrp instead of chown with group onlyDoug Goldstein2007-09-101-2/+2
* install hook for setuid/setgidDoug Goldstein2007-09-101-1/+1
* gentoo OS type supportDoug Goldstein2007-09-101-2/+6
* post-release version bumpDavid Zeuthen2007-08-311-2/+2
* update NEWS filePOLICY_KIT_0_5David Zeuthen2007-08-311-0/+66
* bump so nameDavid Zeuthen2007-08-311-1/+1
* fix 'make distcheck' by avoiding with man pages on distcheckDavid Zeuthen2007-08-311-0/+3
* make polkit-grant-helper-pam out of reach for normal usersDavid Zeuthen2007-08-311-2/+5
* add an example of how define_admin_auth is usedDavid Zeuthen2007-08-281-1/+20
* minor doc changesDavid Zeuthen2007-08-272-17/+23
* also forgot to add polkit-docs.xmlDavid Zeuthen2007-08-271-0/+163
* also add another missing fileDavid Zeuthen2007-08-271-0/+102
* forgot to add doc/version.xml.inDavid Zeuthen2007-08-271-0/+1
* make config file override grant databaseDavid Zeuthen2007-08-271-9/+32
* some more doc fixesDavid Zeuthen2007-08-2429-50/+59
* update inline API docsDavid Zeuthen2007-08-2415-24/+43
* fix up manual pages for some trivial errorsDavid Zeuthen2007-08-245-4/+7
* revert "fixed code documentation issues"David Zeuthen2007-08-243-16/+17
* clean up our documentationDavid Zeuthen2007-08-2433-1580/+937
* convert manual page sources to Docbook, add polkit-config-file-validate toolDavid Zeuthen2007-08-2414-835/+889
* delay loading the configuration until it's neededDavid Zeuthen2007-08-231-38/+40
* Merge branch 'master' of ssh://david@git.freedesktop.org/git/PolicyKitDavid Zeuthen2007-08-234-18/+17
|\
| * fixed compiler warning about uid_t handlingDanny Kukawka2007-08-231-1/+1
| * fixed code documentation issuesDanny Kukawka2007-08-233-17/+16
* | give a little love to polkit-list-actions(1) and polkit-grant(1)David Zeuthen2007-08-237-116/+481
|/
* add support for annotationsDavid Zeuthen2007-08-224-5/+193
* work when SELinux is disabledRichard Hughes2007-08-221-6/+10
* gracefully handle bad config/policy files, drop polkit-reload-config, syslogDavid Zeuthen2007-08-2010-112/+120
* avoid the now defunct group concept in polkit-list-actionsDavid Zeuthen2007-08-201-5/+0
* minor doc cleanupsDavid Zeuthen2007-08-202-15/+11
* rip out group concept from .policy files and rename <policy> element to <action>David Zeuthen2007-08-206-217/+129
* make libpolkit-grant less noisyDavid Zeuthen2007-08-202-1/+7
* make polkit-grant(1) work with <define_admin_user /> featureDavid Zeuthen2007-08-201-13/+40
* handle the case where we don't load descriptionsDavid Zeuthen2007-08-201-3/+9
* properly support i18n'ed messages from .policy filesDavid Zeuthen2007-08-201-40/+166
* export PolKitConfig and provide a <define_admin_auth/> config file directiveDavid Zeuthen2007-08-1311-121/+616
* when granting privileges, touch the /var/lib/PolicyKit/reload fileDavid Zeuthen2007-08-091-0/+7
* make the /var/lib/PolicyKit/reload writable for group polkituserDavid Zeuthen2007-08-091-2/+3
* use correct type for conversation_done() functionDavid Zeuthen2007-08-091-1/+1
* post-release version number bumpDavid Zeuthen2007-07-311-2/+2
* provide a high-level interaction diagram of how this worksDavid Zeuthen2007-07-301-2/+65
* use waitpid() to avoid Zombie processesDavid Zeuthen2007-07-301-1/+11
* put back isatty() checks when calling user is not uid 0David Zeuthen2007-07-301-7/+7
* remove the isatty() call so it's easier to audit the helperDavid Zeuthen2007-07-301-0/+2