summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ABI has been added, update configure.ac variablesupstream/5.5.3telepathy-mission-control-5.5.3Vivek Dasmohapatra2010-07-221-2/+2
* Prepare NEWS and configure.ac for a releaseVivek Dasmohapatra2010-07-222-2/+2
* freed GStrv may not be set, so should be initialised to NULLVivek Dasmohapatra2010-07-221-1/+1
* SSO plugin should claim all setting for accounts it knows aboutVivek Dasmohapatra2010-07-211-9/+19
* Make the debugging of account storage plugins in the AM clearerVivek Dasmohapatra2010-07-211-10/+12
* Update NEWSSimon McVittie2010-07-191-1/+29
* Merge branch 'rescue-mission'Simon McVittie2010-07-198-140/+205
|\
| * Fix over-zealous search/replace in ensure-and-redispatch.pySimon McVittie2010-07-191-1/+1
| * plugin-account: unique_name: move g_free into the loop to avoid leakingSimon McVittie2010-07-191-7/+9
| * dispatcher/ensure-and-redispatch.py: test fd.o #24645Simon McVittie2010-07-161-8/+28
| * fd.o #24645: _mcd_dispatcher_reinvoke_handler: try to use the same HandlerSimon McVittie2010-07-161-23/+34
| * McdHandlerMap: remember which Handler well-known name is responsible for each...Simon McVittie2010-07-164-14/+54
| * dispatcher/ensure-and-redispatch.py: give the better handler a valid filterSimon McVittie2010-07-161-1/+4
| * mcp-dbus-caller-permission: don't shadow link(2)Simon McVittie2010-07-161-6/+6
| * mcd-account-manager-default: don't shadow acct(3)Simon McVittie2010-07-161-50/+50
| * plugin-account: avoid sprintf, and remove limit of 1024 colliding accountsSimon McVittie2010-07-161-16/+8
| * plugin-account.c: unique_name(): don't crash if 'account' is not a stringSimon McVittie2010-07-161-6/+3
| * Don't shadow BSD acct(3) from unistd.hSimon McVittie2010-07-161-12/+12
|/
* Typo in comment.Vivek Dasmohapatra2010-07-151-1/+1
* Typo in header guard #define symbol nameVivek Dasmohapatra2010-07-151-1/+1
* Merge branch 'libcreds-demo'Vivek Dasmohapatra2010-07-1515-21/+1371
|\
| * Correct some comments.Vivek Dasmohapatra2010-05-242-4/+2
| * Aegis/libcreds based DBus caller ACL pluginVivek Dasmohapatra2010-05-244-0/+314
| * Wrap dispatcher ensure and create channel calls in DBus caller ACL checksVivek Dasmohapatra2010-05-241-14/+111
| * Implement demo DBus caller permission ACL plugin (not used yet)Vivek Dasmohapatra2010-05-242-2/+271
| * Provide ACL wrapped DBus property get/set/get_all helpersVivek Dasmohapatra2010-05-242-4/+146
| * 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
| * Improved debug for malformed (missing manager) accountsVivek Dasmohapatra2010-05-241-1/+1
* | Document mc-tool service in the manpage.Will Thompson2010-07-071-0/+12
* | Merge branch 'sso-updates+service-property'Vivek Dasmohapatra2010-07-0711-209/+768
|\ \
| * | Fix braino in commentVivek Dasmohapatra2010-07-071-1/+1
| * | Add 'service' support to mc-toolWill Thompson2010-07-072-2/+23
| * | Implement Service property for SSO accountsVivek Dasmohapatra2010-07-071-1/+26
| * | Implement new Service property on account interfaceVivek Dasmohapatra2010-07-071-0/+54
| * | Tests for new Service account propertyVivek Dasmohapatra2010-07-072-0/+113
| * | clear_setting_data() should always be called on a Setting * from setting_data()Vivek Dasmohapatra2010-07-071-9/+14
| * | Explain what's going on with the new internal-property-changed method+callbacksVivek Dasmohapatra2010-07-071-4/+19
| * | Can't remove the watch hash entry until the individual watches have been removedVivek Dasmohapatra2010-07-071-2/+2
| * | Haul all the parameter name mapping/global/service/etc logic into one place.Vivek Dasmohapatra2010-07-021-225/+204
| * | property_changed_cb now only passed as a callback once, fix signature & warningsVivek Dasmohapatra2010-07-011-5/+5
| * | Handle the single changed property signal from storage backendsVivek Dasmohapatra2010-07-011-0/+73
| * | Method to let the AM notify the account that an account property has changedVivek Dasmohapatra2010-07-012-0/+94
| * | Emit the single changed property signal instead of the whole-account oneVivek Dasmohapatra2010-07-011-1/+1
| * | New signal - flags a single changed property from a backend to the AMVivek Dasmohapatra2010-07-012-0/+23
| * | Signal emitted on wrong objectVivek Dasmohapatra2010-07-011-1/+2
| * | Filter some keys from the watch list (immutable or monitored elsewhere)Vivek Dasmohapatra2010-07-011-0/+17
| * | Watch SSO keys for updates originating from other processesVivek Dasmohapatra2010-07-012-8/+147
* | | Merge branch 'telepathy-mission-control-5.4'Will Thompson2010-07-021-1/+2
|\ \ \ | |/ / |/| |
| * | Treat calls ended locally with No_Answer as missedWill Thompson2010-07-021-1/+2