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