summaryrefslogtreecommitdiff
path: root/include/dbus.h
AgeCommit message (Collapse)AuthorFilesLines
2015-08-07Base Code merged to SPIN 2.4submit/tizen/20150810.034432hyunuktak1-0/+0
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com> Change-Id: I84a42375b5c59739e4caca1f726699ea7647ef17
2014-11-07multi-user: Add function to get dbus user id synchronouslyZhang zhengguang1-0/+4
Change-Id: Ic41643e5f8b6e1a28ce00e0456d961fe2de7a7fb
2014-10-29Imported Upstream version 1.26upstream/1.26Zhang zhengguang1-0/+3
2014-07-17Imported Upstream version 1.24upstream/1.24Zhang zhengguang1-0/+1
2013-04-18dbus: Add connman_dbus_get_connnection_unix_user()Daniel Wagner1-0/+8
The UID is fetched via org.freedesktop.DBus.GetConnectionUnixUser D-Bus method call.
2012-11-23dbus: Add SELinux supportDaniel Wagner1-0/+8
ConnMan needs to identify application in a secure way when they are using the Session API. The current D-Bus server implemention supports two types of LSM, POSIX and SELinux. In order to support SMACK or TOMOYO the D-Bus code base needs to be patch. This is the initial work to support at least POSIX and SELinux. Maybe in the future we are able to support also the other LSMs. The idea behind gsec is to keep the LSM related code together in one directory. The API introduces in this patch is not any way final. It will need some more time figuring out how are able to intregrate this in a nice way. The current API introduces g_sec_get_selinux_label() which will return the SELinux context. The function will issuing a GetConnectionSELinuxSecurityContext method call. Note, that this function is not documented in the D-Bus specification. See for more details the source code dbus/bus/drivers.c and dbus/bus/selinux.c in the D-Bus reference implementation.
2012-09-14dbus.h: Update include/dbus.h with more container supportTudor Marcu1-0/+19
Add a couple more functions for opening D-Bus message containers with different signatures currently used by the command line client.
2012-04-29core: Update copyright informationMarcel Holtmann1-1/+1
2011-04-18clock: Add D-Bus interface skeletonMarcel Holtmann1-0/+1
2011-04-11profile: Remove profile D-Bus APISamuel Ortiz1-1/+0
2011-03-31dbus: Add connman_dbus_setting_changed_*()Daniel Wagner1-0/+12
2011-03-31session: Refactor session APIDaniel Wagner1-0/+2
Refactor the D-Bus API of the session according the documentation. All function and properties are only empty stubs.
2010-11-26Change service name from org.moblin.connman to net.connmanMarcel Holtmann1-2/+2
2010-11-04Remove unneeded CONNMAN_DEVICE_INTERFACEMarcel Holtmann1-1/+0
2010-11-04Remove unneeded CONNMAN_NETWORK_INTERFACEMarcel Holtmann1-1/+0
2010-09-09Use D-Bus constants for PolicyKit pluginMarcel Holtmann1-0/+3
2010-01-25Add support for technology interfaceMarcel Holtmann1-0/+2
2010-01-04Add framework for counter callbacksMarcel Holtmann1-0/+1
2010-01-01Update copyright informationMarcel Holtmann1-1/+1
2009-12-19Rename D-Bus helper function for variable arraysMarcel Holtmann1-11/+11
2009-12-19Add D-Bus helper for array property changed signalsMarcel Holtmann1-0/+3
2009-12-19Add user data parameter to dictionary helpersMarcel Holtmann1-4/+6
2009-12-19Add user data argument to D-Bus array property helpersMarcel Holtmann1-3/+4
2009-12-19Rename D-Bus helper for basic dictionary typesMarcel Holtmann1-1/+1
2009-12-19Rename D-Bus helper for basic property typesMarcel Holtmann1-2/+2
2009-12-19Add user data to D-Bus helper function callbacksMarcel Holtmann1-1/+2
2009-12-19Add helpers for adding dictionaries as propertyMarcel Holtmann1-1/+17
2009-12-19Add helper for sending PropertyChanged signalMarcel Holtmann1-0/+4
2009-12-19Use inline functions for dictionary helpersMarcel Holtmann1-6/+32
2009-12-19Create another helper for fixed array propertiesMarcel Holtmann1-0/+2
2009-12-19Remove unused D-Bus interface name constantMarcel Holtmann1-1/+0
2009-12-19Add another D-Bus helper for properties with arraysMarcel Holtmann1-0/+2
2009-12-19Add helpers for appending flexible D-Bus arraysMarcel Holtmann1-5/+10
2009-12-18Create helpers for dictionary containersMarcel Holtmann1-0/+15
2009-12-14Add public function to validate D-Bus identifiersMarcel Holtmann1-0/+1
2009-12-09Add initial support for provider frameworkMohamed Abbas1-0/+1
2009-08-07Move include directive to the right spotMarcel Holtmann1-2/+2
2009-08-07Add first steps of generic task frameworkMarcel Holtmann1-0/+1
2009-06-29Remove the useless extern declaration for public functionsMarcel Holtmann1-5/+5
2009-03-31Add initial support for service propertiesMarcel Holtmann1-0/+1
2009-03-31Add helper function to encode D-Bus object pathsMarcel Holtmann1-0/+2
2009-01-04Add support for element based debuggingMarcel Holtmann1-0/+1
2009-01-01Update copyright informationMarcel Holtmann1-1/+1
2008-12-20Add generic reference to the global D-Bus connectionMarcel Holtmann1-0/+2
2008-12-20Add D-Bus helper for appending propertiesMarcel Holtmann1-0/+3
2008-12-13Remove disabled code fragments of old element interfaceMarcel Holtmann1-5/+1
2008-11-23Add constant for Connection interfaceMarcel Holtmann1-9/+10
2008-11-23Fix D-Bus interface constantsMarcel Holtmann1-3/+1
2008-10-17Add generic D-Bus helpersMarcel Holtmann1-0/+5
2008-08-07Add object path for the default profileMarcel Holtmann1-0/+2