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_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
*
SBUS: several trivial style fixes
Jakub Hrozek
2014-05-13
3
-6
/
+9
*
IFP: Close memstream handle in introspect destructor
Jakub Hrozek
2014-05-06
1
-0
/
+4
*
util: Change file check fns to use a mode mask
Simo Sorce
2014-04-28
2
-4
/
+6
*
sbus request: fix error initialization
Pavel Březina
2014-04-19
1
-2
/
+4
*
sbus: Add type-safe DBus method handlers and finish functions
Stef Walter
2014-04-19
6
-33
/
+261
*
SBUS: Create an sbus_method_meta instance for Introspection
Jakub Hrozek
2014-04-19
3
-0
/
+12
*
SBUS: Generate introspection from the interface meta structure
Jakub Hrozek
2014-04-15
3
-3
/
+368
*
sbus: Add the sbus_request_parse_or_finish() method
Stef Walter
2014-03-14
2
-0
/
+155
*
sbus: Make sbus_new_server() work for non-priveleged processes
Stef Walter
2014-03-14
1
-1
/
+1
*
sbus: Refactor how we export DBus interfaces
Stef Walter
2014-03-14
6
-102
/
+54
*
sbus: Add struct sbus_request to represent a DBus invocation
Stef Walter
2014-03-14
4
-21
/
+221
*
sbus: Generate constants from interface definitions
Stef Walter
2014-02-24
1
-0
/
+21
*
sbus: Rework sbus to use interface metadata and vtables
Stef Walter
2014-02-24
2
-35
/
+43
*
sbus: Add sbus_vtable and update codegen to support it
Stef Walter
2014-02-24
3
-2
/
+56
*
sbus: Add meta data structures and code generator
Stef Walter
2014-02-24
3
-0
/
+652
*
Update DEBUG* invocations to use new levels
Nikolai Kondrashov
2014-02-12
4
-59
/
+79
*
Make DEBUG macro invocations variadic
Nikolai Kondrashov
2014-02-12
4
-82
/
+82
*
Include ext headers with #include <foo.h> - cont
Pavel Reichl
2013-11-04
1
-1
/
+1
*
Include external headers with #include <foo.h>
Jakub Hrozek
2013-10-22
5
-7
/
+10
*
Remove unused code
Jakub Hrozek
2013-09-12
2
-69
/
+0
*
Fix pointer formatting
Lukas Slebodnik
2013-09-11
1
-5
/
+5
*
Fixing critical format string issues.
Lukas Slebodnik
2013-05-20
1
-2
/
+3
*
Move some debug lines to new debug log levels
Stef Walter
2012-06-20
1
-1
/
+1
[next]