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
*
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
*
SBUS: Utility function sbus_request_return_array_as_variant
Pavel Březina
2014-05-22
2
-0
/
+124
*
SBUS: Utility function sbus_request_return_as_variant
Jakub Hrozek
2014-05-22
2
-0
/
+68
*
SBUS: Fix warning declaration shadows a global declaration
Lukas Slebodnik
2014-05-16
1
-4
/
+4
*
SBUS: Allow registering paths with fallback
Jakub Hrozek
2014-05-13
1
-4
/
+76
*
SBUS: remove unused variables
Pavel Březina
2014-05-13
1
-4
/
+0
*
SBUS: Refactor sbus_message_handler to retrieve caller ID
Jakub Hrozek
2014-05-13
1
-55
/
+111
*
SBUS: Add an async request to retrieve the caller ID
Jakub Hrozek
2014-05-13
4
-0
/
+221
*
SBUS: Add SBUS_CONN_TYPE_SYSBUS
Jakub Hrozek
2014-05-13
2
-3
/
+6
*
SBUS: Split out dbus_conn_send
Jakub Hrozek
2014-05-13
2
-22
/
+45
*
SBUS: Add a convenience function sbus_error_new
Jakub Hrozek
2014-05-13
2
-0
/
+43
*
SBUS: Fix error handling condition
Jakub Hrozek
2014-05-13
1
-1
/
+2
[next]