summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare version 5.7.11telepathy-mission-control-5.7.11Vivek Dasmohapatra2011-05-112-2/+10
* McpAccountManager: add brief documentationSimon McVittie2011-05-111-0/+17
* McpDBusAclIface: note some API-breaking changes for laterSimon McVittie2011-05-112-0/+8
* McpDBusAclIface: make the vtable public and improve documentationSimon McVittie2011-05-112-20/+49
* McpRequestPolicyIface: make the vtable publicSimon McVittie2011-05-112-12/+29
* mcp: change all @include lines to the mission-control-plugins.h meta-headerSimon McVittie2011-05-112-2/+2
* Publicise McpAccountStorageIfaceWill Thompson2011-05-112-22/+22
* Storage: improve grouping in the headerWill Thompson2011-05-111-3/+3
* Storage: Add typedefs for method signaturesWill Thompson2011-05-112-141/+75
* tests/account-store-default: if secret is not found, return NULL, not uniniti...Simon McVittie2011-05-111-1/+1
* NEWS for builtin-aegis-aclsSimon McVittie2011-05-111-0/+19
* Merge branch 'builtin-aegis-acls'Simon McVittie2011-05-1114-156/+916
|\
| * Fix caller_creds_are_enough() debug output so it will actually terminateSimon McVittie2011-05-111-1/+1
| * put Claim attempts through the handler suitability check, tooSimon McVittie2011-05-062-8/+92
| * include Handler's unique name in suitability checks if availableSimon McVittie2011-05-065-14/+47
| * Add a test for handler-suitability checkingSimon McVittie2011-05-064-9/+190
| * Add a no-op plugin to check that NULL pointers are OKSimon McVittie2011-05-061-1/+38
| * McpDBusAcl: make it OK to not set a name or descriptionSimon McVittie2011-05-061-0/+6
| * mcp_dbus_acl_authorised_async_step: skip plugins not implementing authorised_...Simon McVittie2011-05-061-11/+13
| * mcp_dbus_acl_authorised: if a plugin doesn't implement authorised(), assume TRUESimon McVittie2011-05-061-1/+2
| * make Handler suitability-checking asynchronousSimon McVittie2011-05-064-105/+222
| * mcd_dispatch_operation_handle_channels: move the handler check hereSimon McVittie2011-05-061-26/+18
| * pid_is_permitted(): removeSimon McVittie2011-05-051-20/+0
| * Use GetConnectionCredentials() when checking credentials asynchronouslySimon McVittie2011-05-051-11/+17
| * Use GetConnectionCredentials() when checking credentials synchronouslySimon McVittie2011-05-051-33/+80
| * Remove McpDBusChannelAclSimon McVittie2011-05-055-294/+3
| * AegisAcl: implement McpDispatchOperationPolicy, not McpDBusChannelAclSimon McVittie2011-05-051-9/+7
| * McpDispatchOperationPolicyIface: add handler_is_suitable()Simon McVittie2011-05-053-39/+101
| * McpDispatchOperationPolicyIface: make the GInterface into public APISimon McVittie2011-05-053-19/+35
| * Revert "Util to prepare a GPtrArray of TpChannel for the new DBus handler ACL...Simon McVittie2011-05-052-28/+0
| * mcp_dbus_channel_acl_authorised: redo API in terms of McpDispatchOperationSimon McVittie2011-05-054-75/+32
| * Move channel ACL traversal to McdDispatchOperationSimon McVittie2011-05-053-84/+98
| * Flatten AegisChannelAcl into AegisAcl, which now implements both interfacesSimon McVittie2011-05-055-260/+102
| * aegis_acl_class_init: only initialize onceSimon McVittie2011-05-051-2/+1
| * AegisAcl: remove unused struct membersSimon McVittie2011-05-051-2/+0
| * AegisAcl: hide the concrete type completelySimon McVittie2011-05-052-5/+5
| * AegisAcl: move struct contents and Aegis internals into the .c fileSimon McVittie2011-05-052-14/+15
| * Move mcp-dbus-aegis-acl plugin back to plugins and load it via plugin-loaderSimon McVittie2011-05-057-16/+34
| * _mcd_manager_constructor: remove unused variable spotted by gcc-4.6Simon McVittie2011-05-051-2/+0
| * plugin-account: sort_and_cache_plugins: only initialize onceSimon McVittie2011-05-051-0/+3
| * _mcd_dispatch_operation_try_next_handler: don't leak error if Aegis rejects a...Simon McVittie2011-05-051-0/+1
| * dbus-acl: if config.h is #include'd, it should be the very first thingSimon McVittie2011-05-051-1/+2
| * Revert "Filter reinvocation of handlers through the DBus Aegis ACL as well"Simon McVittie2011-05-051-28/+0
| * Make DEBUG macros in builtin-plugins dependent on ENABLE_DEBUG from config.hVivek Dasmohapatra2011-05-042-0/+14
| * Misleadingly named argument in header fileVivek Dasmohapatra2011-05-041-2/+2
| * Clean up the debugging in the DBus access ACL framework a bitVivek Dasmohapatra2011-05-041-4/+7
| * Filter reinvocation of handlers through the DBus Aegis ACL as wellVivek Dasmohapatra2011-05-041-0/+28
| * Filter dispatch operations through the DBus Channel/Handler Aegis ACLVivek Dasmohapatra2011-05-041-10/+49
| * Implement the Aegis DBus Channel/Handler policy as an ACL pluginVivek Dasmohapatra2011-05-044-0/+235
| * Util to prepare a GPtrArray of TpChannel for the new DBus handler ACL frameworkVivek Dasmohapatra2011-05-042-0/+28