summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* fix up gtk-doc API markup for a couple of functionsRichard Hughes2009-02-101-4/+2
* make it possible to define what administrator authentication means0.91David Zeuthen2009-02-099-132/+847
* add security checks for AddAuthorization() and RemoveAuthorization()David Zeuthen2009-02-091-5/+44
* rename grant->add and revoke->remove in the polkit-1 toolDavid Zeuthen2009-02-091-14/+14
* add security checks for EnumerateAuthorizationsDavid Zeuthen2009-02-091-1/+27
* remember to dist 50-nullback.confDavid Zeuthen2009-02-091-0/+2
* prune TODO list and fix up single-header-file / API guard checksDavid Zeuthen2009-02-0927-12/+105
* add the ObtainAuthorization() method and use in for the 'polkit-1 run' commandDavid Zeuthen2009-02-098-21/+853
* load and choose what backend to use; also write a simple null backendDavid Zeuthen2009-02-0812-15/+511
* implement cancellation of authorization checksDavid Zeuthen2009-02-089-84/+361
* don't hardcode the uid, look it up in /procDavid Zeuthen2009-02-081-2/+15
* make authentication agents pass a session_id parameterDavid Zeuthen2009-02-086-12/+67
* generate all polkit dbus code in one placeDavid Zeuthen2009-02-085-90/+62
* update for latest EggDBus changesDavid Zeuthen2009-02-072-4/+7
* use new eggdbus feature to include enums/structs docs in the interface docsDavid Zeuthen2009-02-041-1/+2
* 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