summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2013-10-09preserve payload record padding when \0-bytes records are usedKay Sievers1-1/+1
2013-09-05Some corrections to make test-kdbus work on i686.Przemyslaw Kedzierski2-4/+5
2013-07-24test/kdbus-util.c: kill stray ')'Daniel Mack1-1/+1
2013-07-22do not expose cgroup hierarchy in the API, assume *the* hierarchyKay Sievers4-46/+1
2013-06-28test-kdbus.c: get it to work on 32bit systems.Greg Kroah-Hartman1-1/+1
2013-06-07test: use 1024 for a kB :)Kay Sievers1-1/+1
2013-05-30pool: use shmem file as backing storeKay Sievers4-52/+50
2013-05-24make part iteration generic; *really* validate parts, fix now failing testKay Sievers4-73/+66
2013-05-22test: names - do not iterate two items at onceKay Sievers1-4/+1
2013-05-21names: add KDBUS_ITEM_NEXT, pad to alignmentKay Sievers2-7/+11
2013-05-21track connection state in 'type' not in 'active'Kay Sievers1-1/+1
2013-05-20kdbus: prefix NULL enums with an underscore since they aren't really supposed...Lennart Poettering1-2/+3
2013-05-17make sure we always pass __u64 in the API, never long or pointerKay Sievers2-4/+6
2013-05-17pool: do not hand out more than half of the pool size with a single requestKay Sievers1-2/+2
2013-05-14support vec.address == NULL; vec.size = 1..7; as a "padding vec"Kay Sievers1-3/+17
2013-05-13test: add KDBUS_MSG_PAYLOAD_MEMFDKay Sievers3-2/+52
2013-05-12prepare message queuing logic for KDBUS_MSG_PAYLOAD_MEMFDKay Sievers4-17/+16
2013-05-11rename buffer -> poolKay Sievers1-2/+2
2013-05-10rename KDBUS_HELLO_BUFFER to KDBUS_HELLO_POOLDaniel Mack1-1/+1
2013-05-10rename MSG_FREE to MSG_RELEASEKay Sievers1-1/+1
2013-05-08copy messages directly from sender into a receiver-supplied bufferKay Sievers2-41/+62
2013-05-02unify all needlessly differnt kdbus_item types; they can be the same typeKay Sievers4-15/+21
2013-05-02API: remove all redundant _CMD_ prefixes from non-ioctl typesKay Sievers5-24/+24
2013-04-30rework copying of message dataKay Sievers1-11/+17
2013-04-25tests: move some common functions into kdbus-utilGreg Kroah-Hartman4-136/+120
2013-04-24test-kdbus-daemon: fix bus_make logicGreg Kroah-Hartman1-2/+42
2013-04-24test-kdbus-fuzz: show ioctl names instead of numbersGreg Kroah-Hartman1-1/+38
2013-04-22remove KDBUS_CMD_BUS_POLICY_SETKay Sievers2-2/+0
2013-04-19read group hierachy number from procKay Sievers1-1/+29
2013-04-17test: correctly pluarlize the word 'string'Daniel Mack1-1/+1
2013-04-17test/kdbus-util.c: add support for multi-string payloadsDaniel Mack1-2/+18
2013-04-17kill KDBUS_MSG_ID_CHANGEDaniel Mack2-3/+0
2013-04-17test: pass KDBUS_CMD_HELLO_ACCEPT_FD and KDBUS_CMD_HELLO_ACCEPT_MMAPDaniel Mack1-1/+3
2013-04-16test-kdbus-fuzz: avoid division by zeroKay Sievers1-2/+4
2013-04-16bus: move cgroup_id from the header to an itemKay Sievers1-7/+12
2013-04-16create bus with item list for future extensionsKay Sievers1-2/+9
2013-04-16test: unify the iterators with the kernel versionKay Sievers2-23/+25
2013-04-16rename over-used "data" to "item", "data"->data sucks, "data" has no plural, ...Kay Sievers2-50/+50
2013-04-15test: fewer lines for CAPSKay Sievers1-4/+4
2013-04-15unify all chained records to KDBUS_ITEM_*Kay Sievers2-3/+3
2013-04-15pass-along the seclabelKay Sievers1-0/+1
2013-04-15pass-along audit informationKay Sievers1-3/+10
2013-04-15pass-along all capabilitiesKay Sievers2-3/+28
2013-04-15test: do not print caps bits to consoleKay Sievers1-1/+6
2013-04-15message: handle KDBUS_CMD_HELLO_ATTACH_CAPSDaniel Mack1-1/+2
2013-04-14test: fix message generating toolsDaniel Mack2-30/+25
2013-04-14match db: add function to test against src_names and bloom filtersDaniel Mack2-2/+20
2013-04-14match: cleanup on error, add union to need fewer casts, pass connectionKay Sievers1-0/+1
2013-04-14add temporary CGROUP hack to implement userspace sideKay Sievers1-2/+3
2013-04-14fix length of passed strings and data iteration in test programKay Sievers2-8/+12