summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* depend on EggDBus HEAD for stamp file and Docbook docs for D-Bus interfacesDavid Zeuthen2009-02-023-59/+62
* add docs for PolkitBackendAuthorityDavid Zeuthen2009-02-015-105/+388
* rework backend APIDavid Zeuthen2009-02-019-708/+677
* add API docs for PolkitAuthorityDavid Zeuthen2009-02-014-14/+216
* replace PolkitBackendServer with polkit_backend_register_authority()David Zeuthen2009-02-0112-670/+616
* move management functions to a separate D-Bus interface and GObject classDavid Zeuthen2009-02-0110-575/+858
* require POLKIT_AGENT_I_KNOW_API_IS_SUBJECT_TO_CHANGE to be definedDavid Zeuthen2009-02-017-3/+22
* fix up polkitagent docsDavid Zeuthen2009-01-313-18/+13
* add docs for PolkitAgentListenerDavid Zeuthen2009-01-313-23/+109
* collapse request into a single signal and add docs for PolkitAgentSessionDavid Zeuthen2009-01-313-47/+101
* 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
* trivial cleanupMatthias Clasen2009-01-291-3/+0
* 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-276-4/+175
* 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-272-13/+72
* implement 'run' command for polkit-1David Zeuthen2009-01-272-2/+84
* also dist org.freedesktop.ConsoleKit.xmlRichard Hughes2009-01-261-0/+4
* fix 'make distcheck'David Zeuthen2009-01-211-0/+1
* fix up docsDavid Zeuthen2009-01-2110-2/+61
* finish authentication agent integrationDavid Zeuthen2009-01-2112-64/+787
* 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-209-18/+253
* implement UnregisterAuthenticationAgent()David Zeuthen2009-01-201-10/+68
* add infrastructure for registering/unregistering authentication agentsDavid Zeuthen2009-01-2016-197/+1137
* 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
* 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-192-21/+138
* 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
* forgot to add new PolkitIdentity interfaceDavid Zeuthen2009-01-192-0/+265
* split Subject into Subject and Identity and revise APIDavid Zeuthen2009-01-1918-441/+256
* add remaining glue for {Add,Remove,Enumerate}AuthorizationDavid Zeuthen2009-01-1815-32/+1058
* rename CheckClaim() to CheckAuthorization()David Zeuthen2009-01-1812-146/+256
* add checks for whether someone is authorized to check authorizationsDavid Zeuthen2009-01-185-12/+267
* add PolkitUnixSession and associcated functionsDavid Zeuthen2009-01-1615-55/+599
* remove attributes from AuthorizationClaim and CheckClaim()David Zeuthen2009-01-162-14/+1
* implement 'polkit-1 list authorizations'David Zeuthen2009-01-168-63/+406
* add async versions of PolkitAuthority methodsDavid Zeuthen2009-01-152-48/+293
* rudimentary monitoring of seats and sessionsDavid Zeuthen2009-01-132-4/+234
* start writing a SessionMonitor classDavid Zeuthen2009-01-137-0/+455