platform/core/system/kdbus-bus.git
2014-10-14 Daniel Macktests: strncpy() corrections
2014-10-13 Djalal Harounidoc: KDBUS_MSG_FLAGS_SYNC_REPLY can be interrupted...
2014-10-13 Djalal Harounitest-sync: ensure sync is interruptible and it ignors...
2014-10-12 Djalal Harounitest: test monitor connections for broadcast messages
2014-10-12 Djalal Harounitest-fd: ensure that broadcasting fds and memfds will...
2014-10-12 Daniel Mackkdbus.txt: fix things spotted by Alban Crequy
2014-10-12 Daniel Mackkdbus.txt: fixes
2014-10-10 Daniel Mackhandle: do not look at 'features' for now
2014-10-10 Greg Kroah... Merge branch 'master' of https://code.google.com/p...
2014-10-10 Greg Kroah... Merge pull request #26 from michelecurti/master
2014-10-09 Djalal Harouninames: on KDBUS_CMD_NAME_RELEASE check that connection...
2014-10-09 Djalal Harouniendpoint: add function kdbus_ep_policy_check_see_access...
2014-10-09 Djalal Harounibroadcast: add TALK access checks for broadcast messages
2014-10-09 Djalal Harouniconnection: make conn->name_count atomic
2014-10-09 Djalal Harounitest: test-policy-priv do broadcast tests after a polic...
2014-10-09 Djalal Harounitest: test-policy-priv do broadcast tests before a...
2014-10-09 Djalal Harounidoc: document the new broadcast behaviour
2014-10-09 Daniel Mackconnection: attach KDBUS_ATTACH_NAMES | KDBUS_ATTACH_CO...
2014-10-09 Michele Curtitest: fix typo
2014-10-08 Daniel Mackconnection: style nit
2014-10-08 Daniel Mackconnection: check for msg->dst_id == name_entry->conn->id
2014-10-08 Daniel Mackmessage: allow both names and unique IDs at the same...
2014-10-08 Daniel Mackkdbus.txt: more information about faked credentials...
2014-10-08 Daniel MackTODO: update
2014-10-08 Daniel Mackconnection: suppress message metadata attachment for...
2014-10-08 Daniel Mackmetadata: add kdbus_meta_dup()
2014-10-08 Daniel Macktree-wide: reject unknown flags
2014-10-08 Daniel Macktest: print filename in assertion
2014-10-08 Daniel Mackhandle: use sizeof(*type)
2014-10-08 Daniel Mackmetadata: clean up code, and remove invalid comment
2014-10-08 Daniel Macktree-wide: s/_EP_/_ENDPOINT_/g (API break)
2014-10-08 Daniel Mackkdbus.h: add features bitmask to cmd_make and cmd_hello...
2014-10-07 Daniel Macktest: fix some 'dead assignment' errors
2014-10-07 Daniel Macktest-endpoint: fix nul-termination of string
2014-10-06 Daniel Mackhandle.c: add kdbus_copy_from_user() helper
2014-10-06 Daniel Mackkdbus.h: implement KDBUS_CMD_{MSG_CANCEL,FREE} with...
2014-10-06 Djalal Harounipool: kdbus_pool_slice_alloc() release the pool lock...
2014-10-06 Djalal Harounidoc: KDBUS_CMD_NAME_LIST ioctl might fail with -ENOBUFS
2014-10-06 Daniel Macknames: simplify code in kdbus_cmd_name_acquire()
2014-10-06 Daniel Macknames: don't refuse unknown flags
2014-10-06 Daniel Mackconnection: make kdbus_conn_broadcast() void
2014-10-06 Djalal Harounidoc: policy: specify on which endpoint implicit rules...
2014-10-04 Djalal Harouniendpoint: check if the endpoint has a policy before...
2014-10-04 Djalal Harouniconnection: broadcast and signaling hide non-fatal...
2014-10-04 Djalal Harouniendpoint: fix kernel doc for kdbus_ep_policy_check_src_...
2014-10-04 Djalal Harounikdbus-doc: fix policy doc on default behaviour on buses...
2014-10-03 Daniel Mackconnection: allow unlimited bus connections for privile...
2014-10-02 Daniel Mackkdbus.txt: more details on matches and rules
2014-10-02 Daniel Mackmatch: add flags to kdbus_cmd_match (ABI break!)
2014-10-02 Daniel Mackhandle: clean up 'cmd' variable namespace
2014-10-02 Daniel Mackmatch: make KDBUS_CMD_MATCH_REMOVE return -ENOENT when...
2014-10-02 Daniel Mackkdbus.h: attach items[] to kdbus_cmd_conn_info, not...
2014-10-02 David Herrmanntest: fix benchmark stats accounting
2014-10-02 David Herrmanntest: add benchmark-mode to clear attach-flags
2014-10-02 David Herrmanntest: beef up benchmark
2014-10-02 Tom Gundersenendpoint: name the DEVTYPE 'endpoint' rather than 'ep'
2014-10-01 Daniel Mackkdbus.txt: document fixed implicit policy rules on...
2014-10-01 Daniel Macktest/test-endpoint: add checks on conn_info and update_...
2014-10-01 Daniel Mackconnection: limit kdbus_cmd_conn_info()
2014-10-01 Daniel Macktest/kdbus-util: add kdbus_conn_info()
2014-10-01 Daniel Mackpolicy: don't allow privileged bus users to own names
2014-10-01 Daniel Macktest-endpoint: enable test of changed policy behavior
2014-10-01 Daniel Mackpolicy: move credential checks from policy.c to endpooint.c
2014-10-01 Daniel Mackkdbus: document -ENOBUFS error code
2014-10-01 Daniel MackRevert "item: make kdbus_items_get_str() work with...
2014-10-01 Daniel Mackendpoint: use kmsg->notify_name in kdbus_ep_policy_chec...
2014-10-01 Kay Sieversadd temporary defines for memfd_create() syscall
2014-10-01 Tom Gundersenconnection: minor documentation fixes
2014-10-01 Daniel Mackendpoint: introduce kdbus_ep_policy_check_src_names()
2014-10-01 Daniel Mackendpoint: fix kernel-doc
2014-10-01 Daniel Mackconnection: switch to timespec64
2014-10-01 Daniel Mackep: add kdbus_ep_policy_check_notification()
2014-10-01 Daniel Mackitem: make kdbus_items_get_str() work with KDBUS_ITEM_N...
2014-10-01 Daniel Mackhandle.c: drop unused include
2014-10-01 Daniel Mackhandle: document kdbus_handle.ptr
2014-10-01 Daniel Macktest-util: fix kdbus_msg_recv_poll()
2014-09-30 Daniel Macktest: add custom endpoint test
2014-09-30 Daniel Mackitem: add kdbus_items_get_str()
2014-09-30 Daniel Mackendpoint: don't leak hints on whether a name exists...
2014-09-30 Daniel Mackendpoint: clean up kdbus_ep_policy_check_see_access_unl...
2014-09-30 Tom Gundersenhandle: don't leak endpoint when KDBUS_HANDLE_EP_OWNER...
2014-09-30 Tom Gundersenhandle: minor fix to documentation
2014-09-30 Tom Gundersenbus: fix typo in comment
2014-09-30 David Herrmannendpoint: embed 'struct device'
2014-09-30 David Herrmanndomain: embed 'struct device'
2014-09-30 David Herrmanndomain: simplify kdbus_domain_find()
2014-09-30 Djalal Harouniconnection: release the write lock on errors
2014-09-30 Djalal Harounitest: utils: restore previous logic of kdbus_msg_recv_p...
2014-09-30 Daniel Macktest: clean up kdbus_hello() a bit
2014-09-30 Daniel Macktest: use kdbus_msg_recv_poll() from utils
2014-09-30 Daniel Macktest-sync: fix errornously disabled sync test
2014-09-29 Tom Gundersenbus: kdbus_bus_make_user - drop unused variable
2014-09-29 Tom Gundersenbus: don't accept KDBUS_CMD_BUS_MAKE with more than...
2014-09-29 Tom Gundersenbus: fix typos and whitespace in comments
2014-09-29 Daniel Mackconnection: use nsecs_to_jiffies()
2014-09-29 Tom Gundersendomain: slightly simplify kdbus_domain_new()
2014-09-29 Tom Gundersendomain: fix typos and whitespace in comments
2014-09-29 Daniel MackMakefile: 'unsinstall' target: remove kdbus.ko from...
2014-09-29 Daniel Macktests: plug more fd leaks
2014-09-29 Daniel Macktests: free connections
next