index
:
sssd.git
adlookup
aramco
bycert
dpstr
experimental-fo
f23
intg_test
krb5test
ldapdebug
master
mdbtest
memberof
misc
mpgfix
nonroot
nonroot-libcap
nsscrash19
oneway
override-pb
pk11child
pwrap
refactor
refactor-fo
review
review-negcache
review-sc
rhel-6.7
rhel-6.8
rhel-7.1
rhel-7.2
rhel5.10
rhel5.8
rhel5.9
rhel6.3
rhel6.4
rhel6.5
rhel6.6
rhel7.0
sbus-1-11
selinux
sid_index
simo_ccname
srvbackport
sssd-1-10
sssd-1-11
sssd-1-12
sssd-1-5
sssd-1-8
sssd-1-9
subdomfo
sysdb
tests
sssd with jhrozek's patches
Jakub Hrozek
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
sbus
Commit message (
Expand
)
Author
Age
Files
Lines
*
SBUS: Fix warnings -Wshadow
Lukas Slebodnik
2015-11-10
3
-47
/
+48
*
sbus: Add a special error code for messages sent by the bus itself
Jakub Hrozek
2015-09-01
2
-1
/
+8
*
sbus: Initialize errno if constructing message fails and add debug messages
Jakub Hrozek
2015-09-01
1
-0
/
+6
*
sbus: listen to NameOwnerChanged
Pavel Březina
2015-06-19
3
-0
/
+95
*
sbus: add support for incoming signals
Pavel Březina
2015-06-19
4
-0
/
+340
*
SBUS: Add support for <node /> in introspection
Pavel Březina
2015-06-18
5
-4
/
+180
*
SBUS: Use default GetAll invoker if none is set
Pavel Březina
2015-06-18
1
-1
/
+8
*
sbus: add a{sas} get invoker
Pavel Březina
2015-05-22
3
-8
/
+146
*
sbus: add sbus_opath_decompose[_exact]
Pavel Březina
2015-05-22
2
-0
/
+107
*
sbus: provide custom error names
Pavel Březina
2015-05-22
1
-0
/
+29
*
sbus: sbus_opath_hash_add_iface free tmp talloc ctx
Pavel Reichl
2015-05-11
1
-2
/
+1
*
Add missing new lines to debug messages
Lukas Slebodnik
2015-03-17
1
-2
/
+2
*
sbus_codegen: Port to python3
Lukas Slebodnik
2015-03-13
1
-8
/
+13
*
sbus: add constant to represent subtree
Pavel Březina
2015-02-17
1
-0
/
+7
*
sbus codegen: do not prefix getters with iface name
Pavel Březina
2015-02-17
1
-1
/
+1
*
sbus: remove unused 'reply as' functions
Pavel Březina
2015-02-17
3
-350
/
+0
*
sbus: use hard coded getters instead of generated
Pavel Březina
2015-02-17
5
-148
/
+636
*
Remove strict requirements of python2
Lukas Slebodnik
2015-02-13
1
-1
/
+1
*
sbus: add sbus_opath_get_object_name()
Pavel Březina
2015-01-23
2
-0
/
+25
*
sbus: move common opath functions from ifp to sbus code
Pavel Březina
2015-01-23
2
-0
/
+214
*
sbus: unify naming of handler data variable
Pavel Březina
2015-01-23
4
-15
/
+15
*
sbus: support org.freedesktop.DBus.Properties
Pavel Březina
2015-01-23
3
-220
/
+312
*
sbus: support org.freedesktop.DBus.Introspectable
Pavel Březina
2015-01-23
3
-248
/
+264
*
sbus: add sbus_opath_hash_lookup_supported()
Pavel Březina
2015-01-23
2
-5
/
+129
*
sbus: add object path to sbus request
Pavel Březina
2015-01-23
2
-0
/
+2
*
sbus: support multiple interfaces on single path
Pavel Březina
2015-01-23
4
-301
/
+451
*
sbus: use 'path/*' to represent a D-Bus fallback
Pavel Březina
2015-01-23
1
-36
/
+56
*
sbus: move iface and object path code to separate file
Pavel Březina
2015-01-23
3
-190
/
+219
*
sbus: add new iface via sbus_conn_register_iface()
Pavel Březina
2015-01-23
2
-24
/
+26
*
Fix: always check return value of unlink()
Pavel Reichl
2014-11-28
1
-2
/
+10
*
SBUS: Initialize DBusError before using it
Jakub Hrozek
2014-11-25
1
-0
/
+1
*
SBUS: Fix error handling after closing container
Lukas Slebodnik
2014-10-22
1
-0
/
+2
*
SBUS: Allow connections from other UIDs
Jakub Hrozek
2014-10-22
2
-0
/
+24
*
SBUS: Chown the sbus socket if needed
Jakub Hrozek
2014-10-22
3
-4
/
+30
*
sbus_request: fix potential NULL dereference
Pavel Březina
2014-07-01
2
-5
/
+10
*
Use DISCARD_ALIGN in VTABLE_FUNC macro
Michal Zidek
2014-07-01
1
-1
/
+1
*
Use python2 in shebang for python scripts.
Lukas Slebodnik
2014-06-18
1
-1
/
+1
*
SBUS: Add org.freedesktop.DBus.Properties.GetAll to Introspection
Jakub Hrozek
2014-05-27
1
-0
/
+4
*
SBUS: Implement org.freedesktop.DBus.Properties.GetAll for primitive types
Jakub Hrozek
2014-05-27
2
-10
/
+92
*
SBUS: Consolidate VTABLE_FUNC definitions in sssd_dbus_meta.h
Jakub Hrozek
2014-05-27
3
-8
/
+4
*
SBUS: Add utility function sbus_add_array_as_variant_to_dict
Pavel Březina
2014-05-27
2
-0
/
+83
*
SBUS: Add utility function sbus_add_variant_to_dict
Jakub Hrozek
2014-05-27
3
-0
/
+122
*
SBUS: Include config.h for enabling function in stdio.h
Lukas Slebodnik
2014-05-26
1
-0
/
+3
*
SBUS: Define DBUS_ERROR_INIT for old version of dbus
Lukas Slebodnik
2014-05-26
1
-0
/
+4
*
SBUS: Add org.freedesktop.DBus.Properties.Get to Introspection
Jakub Hrozek
2014-05-22
1
-0
/
+11
*
SBUS: Add several error constant definitions
Jakub Hrozek
2014-05-22
1
-0
/
+20
*
SBUS: Return / if an object path getter returns NULL
Jakub Hrozek
2014-05-22
1
-0
/
+2
*
SBUS: Return empty string if a string getter returns NULL
Pavel Březina
2014-05-22
1
-1
/
+4
*
SBUS: Implement org.freedesktop.DBus.Properties.Get for primitive types
Jakub Hrozek
2014-05-22
3
-40
/
+151
*
SBUS: Start implementing property access
Stef Walter
2014-05-22
6
-17
/
+208
[next]