summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* replace PolkitBackendServer with polkit_backend_register_authority()David Zeuthen2009-02-0113-671/+616
* move management functions to a separate D-Bus interface and GObject classDavid Zeuthen2009-02-0113-636/+928
* require POLKIT_AGENT_I_KNOW_API_IS_SUBJECT_TO_CHANGE to be definedDavid Zeuthen2009-02-017-3/+22
* fix up polkitagent docsDavid Zeuthen2009-01-316-24/+29
* add docs for PolkitAgentListenerDavid Zeuthen2009-01-315-24/+143
* collapse request into a single signal and add docs for PolkitAgentSessionDavid Zeuthen2009-01-314-49/+103
* add more debug and work around what looks like a bug in fflush(3)David Zeuthen2009-01-313-7/+27
* rework API of polkitagentDavid Zeuthen2009-01-3013-876/+1063
* fix up debug/error messages for the authentication agentDavid Zeuthen2009-01-291-12/+41
* clean up trailing whitespace in TODO fileDavid Zeuthen2009-01-291-4/+3
* update docs/TODO with TODOs from the source codeMatthias Clasen2009-01-291-2/+30
* trivial cleanupMatthias Clasen2009-01-291-3/+0
* write HACKING fileDavid Zeuthen2009-01-281-1/+93
* fill out sections about subject/identity in the man pageMatthias Clasen2009-01-281-2/+37
* limit Change() signal storm by looking at the file monitor eventDavid Zeuthen2009-01-271-5/+27
* add Changed() signal that is fired when actions/authorizations changeDavid Zeuthen2009-01-278-9/+181
* remove debug spew for 'run' command in polkit-1David Zeuthen2009-01-271-2/+0
* make authentication agents reconnect if polkitd-1 is restartedDavid Zeuthen2009-01-273-16/+72
* add TODO item about having the authentication agent reconnectDavid Zeuthen2009-01-271-0/+3
* add a TODO item about the need for file monitorsDavid Zeuthen2009-01-271-0/+3
* implement 'run' command for polkit-1David Zeuthen2009-01-272-2/+84
* add TODO item about being able to cancel a CheckAuthorization() callDavid Zeuthen2009-01-271-0/+2
* update TODO listDavid Zeuthen2009-01-271-4/+12
* remove TODO item about moving commits to main repo as this is doneDavid Zeuthen2009-01-271-2/+0
* Merge branch 'master' of /home/davidz/Hacking/polkitDavid Zeuthen2009-01-2797-0/+15279
|\
| * split core TODO items into separate groups for core and backendDavid Zeuthen2009-01-261-10/+18
| * update TODO listDavid Zeuthen2009-01-261-2/+59
| * start writing a TODO listDavid Zeuthen2009-01-261-0/+6
| * also dist org.freedesktop.ConsoleKit.xmlRichard Hughes2009-01-261-0/+4
| * fix 'make distcheck'David Zeuthen2009-01-213-4/+5
| * fix up docsDavid Zeuthen2009-01-2115-29/+181
| * finish authentication agent integrationDavid Zeuthen2009-01-2114-69/+799
| * add more infrastructure for authentication agent integrationDavid Zeuthen2009-01-201-0/+102
| * honor implicit authorizationsDavid Zeuthen2009-01-204-17/+178
| * add enumeration and handling of implicit authorizationsDavid Zeuthen2009-01-2011-25/+308
| * implement UnregisterAuthenticationAgent()David Zeuthen2009-01-201-10/+68
| * add infrastructure for registering/unregistering authentication agentsDavid Zeuthen2009-01-2019-204/+1190
| * add a hash() method to the Subject interfaceDavid Zeuthen2009-01-205-0/+35
| * remember to install polkittypes.hDavid Zeuthen2009-01-201-0/+1
| * first cut at authentication helper libraryDavid Zeuthen2009-01-207-1/+876
| * add pkgconfig filesDavid Zeuthen2009-01-205-1/+49
| * add buildsys stuff for authentication library supportDavid Zeuthen2009-01-193-3/+274
| * restrict add/remove of temporary authorizations to usersDavid Zeuthen2009-01-191-0/+23
| * rename check_temporary_authorization_for_subject() to something more logicalDavid Zeuthen2009-01-191-7/+7
| * make it possible to grant/revoke/use authorizations from groupsDavid Zeuthen2009-01-191-2/+56
| * implement adding/removing temporary authorizationsDavid Zeuthen2009-01-193-25/+150
| * implement grant and revoke for permanent authorizationsDavid Zeuthen2009-01-192-26/+293
| * make CheckAuthorization() use permanent authorizations on diskDavid Zeuthen2009-01-191-16/+62
| * begin writing the implementation of the local authorization backendDavid Zeuthen2009-01-191-10/+311
| * add a hash() method to PolkitIdentityDavid Zeuthen2009-01-194-0/+31