summaryrefslogtreecommitdiffstats
path: root/src/sbus
Commit message (Expand)AuthorAgeFilesLines
* SBUS: Add string helper macrosPavel Březina2016-06-271-0/+6
* SBUS: Fix typo in commentPavel Březina2016-06-271-1/+3
* SBUS ERRORS: Add unknown domainPavel Březina2016-06-271-0/+1
* SBUS: Print debug message when handler failsPavel Březina2016-06-201-0/+2
* SBUS: Add data provider errorsPavel Březina2016-06-201-0/+4
* SBUS: Add sbus_conn_register_iface_mapPavel Březina2016-06-202-0/+27
* UTIL: Add ERR_SBUS_REQUEST_HANDLEDJakub Hrozek2016-05-101-0/+1
* DEBUG: Add missing new linesLukas Slebodnik2015-12-141-2/+2
* sbus: Check string arguments for valid UTF-8 stringsJakub Hrozek2015-11-141-1/+45
* SBUS: Fix warnings -WshadowLukas Slebodnik2015-11-103-47/+48
* sbus: Add a special error code for messages sent by the bus itselfJakub Hrozek2015-09-012-1/+8
* sbus: Initialize errno if constructing message fails and add debug messagesJakub Hrozek2015-09-011-0/+6
* sbus: listen to NameOwnerChangedPavel Březina2015-06-193-0/+95
* sbus: add support for incoming signalsPavel Březina2015-06-194-0/+340
* SBUS: Add support for <node /> in introspectionPavel Březina2015-06-185-4/+180
* SBUS: Use default GetAll invoker if none is setPavel Březina2015-06-181-1/+8
* sbus: add a{sas} get invokerPavel Březina2015-05-223-8/+146
* sbus: add sbus_opath_decompose[_exact]Pavel Březina2015-05-222-0/+107
* sbus: provide custom error namesPavel Březina2015-05-221-0/+29
* sbus: sbus_opath_hash_add_iface free tmp talloc ctxPavel Reichl2015-05-111-2/+1
* Add missing new lines to debug messagesLukas Slebodnik2015-03-171-2/+2
* sbus_codegen: Port to python3Lukas Slebodnik2015-03-131-8/+13
* sbus: add constant to represent subtreePavel Březina2015-02-171-0/+7
* sbus codegen: do not prefix getters with iface namePavel Březina2015-02-171-1/+1
* sbus: remove unused 'reply as' functionsPavel Březina2015-02-173-350/+0
* sbus: use hard coded getters instead of generatedPavel Březina2015-02-175-148/+636
* Remove strict requirements of python2Lukas Slebodnik2015-02-131-1/+1
* sbus: add sbus_opath_get_object_name()Pavel Březina2015-01-232-0/+25
* sbus: move common opath functions from ifp to sbus codePavel Březina2015-01-232-0/+214
* sbus: unify naming of handler data variablePavel Březina2015-01-234-15/+15
* sbus: support org.freedesktop.DBus.PropertiesPavel Březina2015-01-233-220/+312
* sbus: support org.freedesktop.DBus.IntrospectablePavel Březina2015-01-233-248/+264
* sbus: add sbus_opath_hash_lookup_supported()Pavel Březina2015-01-232-5/+129
* sbus: add object path to sbus requestPavel Březina2015-01-232-0/+2
* sbus: support multiple interfaces on single pathPavel Březina2015-01-234-301/+451
* sbus: use 'path/*' to represent a D-Bus fallbackPavel Březina2015-01-231-36/+56
* sbus: move iface and object path code to separate filePavel Březina2015-01-233-190/+219
* sbus: add new iface via sbus_conn_register_iface()Pavel Březina2015-01-232-24/+26
* Fix: always check return value of unlink()Pavel Reichl2014-11-281-2/+10
* SBUS: Initialize DBusError before using itJakub Hrozek2014-11-251-0/+1
* SBUS: Fix error handling after closing containerLukas Slebodnik2014-10-221-0/+2
* SBUS: Allow connections from other UIDsJakub Hrozek2014-10-222-0/+24
* SBUS: Chown the sbus socket if neededJakub Hrozek2014-10-223-4/+30
* sbus_request: fix potential NULL dereferencePavel Březina2014-07-012-5/+10
* Use DISCARD_ALIGN in VTABLE_FUNC macroMichal Zidek2014-07-011-1/+1
* Use python2 in shebang for python scripts.Lukas Slebodnik2014-06-181-1/+1
* SBUS: Add org.freedesktop.DBus.Properties.GetAll to IntrospectionJakub Hrozek2014-05-271-0/+4
* SBUS: Implement org.freedesktop.DBus.Properties.GetAll for primitive typesJakub Hrozek2014-05-272-10/+92
* SBUS: Consolidate VTABLE_FUNC definitions in sssd_dbus_meta.hJakub Hrozek2014-05-273-8/+4
* SBUS: Add utility function sbus_add_array_as_variant_to_dictPavel Březina2014-05-272-0/+83