Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-09-18 | Imported Upstream version 1.37submit/tizen/20190920.082459 | Nishant Chaprana | 1 | -6/+0 | |
Change-Id: Idb47c1ddbedc9f97181b8e9a5eeac04ddd832a2c Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com> | |||||
2019-07-04 | Imported Upstream version 1.37upstream/1.37 | Nishant Chaprana | 1 | -2/+0 | |
Change-Id: Ib5957e7ee3a9315ee86a331189bc3e9e71751ee8 Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com> | |||||
2018-08-24 | [connman] Added Tizen Wi-Fi Meshsubmit/tizen/20180824.072908 | Nishant Chaprana | 1 | -0/+3 | |
Change-Id: Iec2ec99fb7d4fc6d9c0539e5a9e7c903e1969580 Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com> | |||||
2015-08-07 | Base Code merged to SPIN 2.4submit/tizen/20150810.034432 | hyunuktak | 1 | -0/+0 | |
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com> Change-Id: I84a42375b5c59739e4caca1f726699ea7647ef17 | |||||
2014-11-07 | multi-user: Add function to get dbus user id synchronously | Zhang zhengguang | 1 | -0/+4 | |
Change-Id: Ic41643e5f8b6e1a28ce00e0456d961fe2de7a7fb | |||||
2014-10-29 | Imported Upstream version 1.26upstream/1.26 | Zhang zhengguang | 1 | -0/+3 | |
2014-07-17 | Imported Upstream version 1.24upstream/1.24 | Zhang zhengguang | 1 | -0/+1 | |
2013-04-18 | dbus: Add connman_dbus_get_connnection_unix_user() | Daniel Wagner | 1 | -0/+8 | |
The UID is fetched via org.freedesktop.DBus.GetConnectionUnixUser D-Bus method call. | |||||
2012-11-23 | dbus: Add SELinux support | Daniel Wagner | 1 | -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-14 | dbus.h: Update include/dbus.h with more container support | Tudor Marcu | 1 | -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-29 | core: Update copyright information | Marcel Holtmann | 1 | -1/+1 | |
2011-04-18 | clock: Add D-Bus interface skeleton | Marcel Holtmann | 1 | -0/+1 | |
2011-04-11 | profile: Remove profile D-Bus API | Samuel Ortiz | 1 | -1/+0 | |
2011-03-31 | dbus: Add connman_dbus_setting_changed_*() | Daniel Wagner | 1 | -0/+12 | |
2011-03-31 | session: Refactor session API | Daniel Wagner | 1 | -0/+2 | |
Refactor the D-Bus API of the session according the documentation. All function and properties are only empty stubs. | |||||
2010-11-26 | Change service name from org.moblin.connman to net.connman | Marcel Holtmann | 1 | -2/+2 | |
2010-11-04 | Remove unneeded CONNMAN_DEVICE_INTERFACE | Marcel Holtmann | 1 | -1/+0 | |
2010-11-04 | Remove unneeded CONNMAN_NETWORK_INTERFACE | Marcel Holtmann | 1 | -1/+0 | |
2010-09-09 | Use D-Bus constants for PolicyKit plugin | Marcel Holtmann | 1 | -0/+3 | |
2010-01-25 | Add support for technology interface | Marcel Holtmann | 1 | -0/+2 | |
2010-01-04 | Add framework for counter callbacks | Marcel Holtmann | 1 | -0/+1 | |
2010-01-01 | Update copyright information | Marcel Holtmann | 1 | -1/+1 | |
2009-12-19 | Rename D-Bus helper function for variable arrays | Marcel Holtmann | 1 | -11/+11 | |
2009-12-19 | Add D-Bus helper for array property changed signals | Marcel Holtmann | 1 | -0/+3 | |
2009-12-19 | Add user data parameter to dictionary helpers | Marcel Holtmann | 1 | -4/+6 | |
2009-12-19 | Add user data argument to D-Bus array property helpers | Marcel Holtmann | 1 | -3/+4 | |
2009-12-19 | Rename D-Bus helper for basic dictionary types | Marcel Holtmann | 1 | -1/+1 | |
2009-12-19 | Rename D-Bus helper for basic property types | Marcel Holtmann | 1 | -2/+2 | |
2009-12-19 | Add user data to D-Bus helper function callbacks | Marcel Holtmann | 1 | -1/+2 | |
2009-12-19 | Add helpers for adding dictionaries as property | Marcel Holtmann | 1 | -1/+17 | |
2009-12-19 | Add helper for sending PropertyChanged signal | Marcel Holtmann | 1 | -0/+4 | |
2009-12-19 | Use inline functions for dictionary helpers | Marcel Holtmann | 1 | -6/+32 | |
2009-12-19 | Create another helper for fixed array properties | Marcel Holtmann | 1 | -0/+2 | |
2009-12-19 | Remove unused D-Bus interface name constant | Marcel Holtmann | 1 | -1/+0 | |
2009-12-19 | Add another D-Bus helper for properties with arrays | Marcel Holtmann | 1 | -0/+2 | |
2009-12-19 | Add helpers for appending flexible D-Bus arrays | Marcel Holtmann | 1 | -5/+10 | |
2009-12-18 | Create helpers for dictionary containers | Marcel Holtmann | 1 | -0/+15 | |
2009-12-14 | Add public function to validate D-Bus identifiers | Marcel Holtmann | 1 | -0/+1 | |
2009-12-09 | Add initial support for provider framework | Mohamed Abbas | 1 | -0/+1 | |
2009-08-07 | Move include directive to the right spot | Marcel Holtmann | 1 | -2/+2 | |
2009-08-07 | Add first steps of generic task framework | Marcel Holtmann | 1 | -0/+1 | |
2009-06-29 | Remove the useless extern declaration for public functions | Marcel Holtmann | 1 | -5/+5 | |
2009-03-31 | Add initial support for service properties | Marcel Holtmann | 1 | -0/+1 | |
2009-03-31 | Add helper function to encode D-Bus object paths | Marcel Holtmann | 1 | -0/+2 | |
2009-01-04 | Add support for element based debugging | Marcel Holtmann | 1 | -0/+1 | |
2009-01-01 | Update copyright information | Marcel Holtmann | 1 | -1/+1 | |
2008-12-20 | Add generic reference to the global D-Bus connection | Marcel Holtmann | 1 | -0/+2 | |
2008-12-20 | Add D-Bus helper for appending properties | Marcel Holtmann | 1 | -0/+3 | |
2008-12-13 | Remove disabled code fragments of old element interface | Marcel Holtmann | 1 | -5/+1 | |
2008-11-23 | Add constant for Connection interface | Marcel Holtmann | 1 | -9/+10 | |