summaryrefslogtreecommitdiff
path: root/mission-control-plugins
Commit message (Expand)AuthorAgeFilesLines
* Minor header include cleanupVivek Dasmohapatra2011-06-011-2/+1
* plugin debug header should be included via the main plugin headerVivek Dasmohapatra2011-06-011-0/+1
* Expose new header file to out-of-tree pluginsVivek Dasmohapatra2011-06-011-0/+1
* define MCP_DEBUG for plugins to useVivek Dasmohapatra2011-06-012-2/+9
* Use the new environment-driven debug control mechanism in MCPVivek Dasmohapatra2011-06-015-64/+40
* New debug control for mission-control-pluginsVivek Dasmohapatra2011-06-013-0/+111
* Storage has stabilised after the Big Rewrite: turn off debug by defaultVivek Dasmohapatra2011-05-201-2/+3
* 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
* include Handler's unique name in suitability checks if availableSimon McVittie2011-05-062-7/+18
* Add a test for handler-suitability checkingSimon McVittie2011-05-062-5/+4
* 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-062-25/+105
* Remove McpDBusChannelAclSimon McVittie2011-05-054-271/+0
* McpDispatchOperationPolicyIface: add handler_is_suitable()Simon McVittie2011-05-052-0/+64
* McpDispatchOperationPolicyIface: make the GInterface into public APISimon McVittie2011-05-052-15/+33
* mcp_dbus_channel_acl_authorised: redo API in terms of McpDispatchOperationSimon McVittie2011-05-052-9/+8
* Move channel ACL traversal to McdDispatchOperationSimon McVittie2011-05-052-82/+20
* Flatten AegisChannelAcl into AegisAcl, which now implements both interfacesSimon McVittie2011-05-054-246/+0
* Move mcp-dbus-aegis-acl plugin back to plugins and load it via plugin-loaderSimon McVittie2011-05-054-336/+0
* dbus-acl: if config.h is #include'd, it should be the very first thingSimon McVittie2011-05-051-1/+2
* 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
* Implement the Aegis DBus Channel/Handler policy as an ACL pluginVivek Dasmohapatra2011-05-044-0/+235
* Implement the DBus Channel/Handler ACL frameworkVivek Dasmohapatra2011-05-044-0/+334
* Resurrect the DBus access ACL plugin as a builtin pseudo-pluginVivek Dasmohapatra2011-05-044-0/+334
* Storage: allow backends to implement only one of commit/commit_oneWill Thompson2011-01-051-12/+17
* fd.o #30448: make type of mcp_account_storage_get_restrictions consistent wit...Simon McVittie2010-10-061-4/+6
* fd.o #30447: don't use "return x()", where x returns void, in void functionsSimon McVittie2010-09-291-1/+1
* mcp: use tp_clear_object, tp_clear_pointerSimon McVittie2010-09-092-9/+5
* Update copyright dates for files touched by the requests branchSimon McVittie2010-08-242-4/+4
* Merge branch 'master' into requestsSimon McVittie2010-08-2412-39/+882
|\
| * Irrational co-dependency of commit and commit_one eliminated.Vivek Dasmohapatra2010-08-191-4/+10
| * Remove references to McSvcAccountInterfaceStorageEitan Isaacson2010-08-021-2/+2
| * Implented default Account.Storage API.Eitan Isaacson2010-08-022-0/+195
| * Typo in header guard #define symbol nameVivek Dasmohapatra2010-07-151-1/+1
| * Merge branch 'libcreds-demo'Vivek Dasmohapatra2010-07-155-0/+528
| |\
| | * Correct some comments.Vivek Dasmohapatra2010-05-241-3/+1
| | * DBus caller ACL plugin interface + docs addedVivek Dasmohapatra2010-05-244-0/+526
| | * Improved debugging when g_module_open fails to load a pluginVivek Dasmohapatra2010-05-241-0/+4
| * | New signal - flags a single changed property from a backend to the AMVivek Dasmohapatra2010-07-012-0/+23