summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-12-30fix build on linux-3.10kdbus-integrationMaciej Wereski1-0/+1
2014-11-19Bump version to 0.20140911.160207utcsubmit/kdbus-integration/20141211.130918sandbox/lstelmach/kdbus-integration-systemd-216Łukasz Stelmach1-1/+1
2014-11-19spec: fix unifdef exit status detectionŁukasz Stelmach1-1/+1
2014-11-19Add a script to update Version automaticallyŁukasz Stelmach1-0/+23
2014-11-19Revert "metadata: drop support for kernels < v3.15"Łukasz Stelmach1-0/+8
2014-11-19Revert "metadata: follow 3.17 changes for current->start_time"Łukasz Stelmach1-1/+1
2014-11-19Update to 0.20140325.112233cetMaciej Wereski1-1/+2
2014-11-19Update to 0.20140224.202407cetMaciej Wereski1-1/+1
2014-11-19Update to 0.20140221.145534cetMaciej Wereski1-1/+1
2014-11-19packaging: Use date-based version stringKarol Lewandowski1-2/+2
2014-11-19packaging: Bump releaseKarol Lewandowski1-1/+1
2014-11-19packaging: Rename .spec to match real package nameKarol Lewandowski1-0/+0
2014-11-19packaging: Fix various rpmlint errorsKarol Lewandowski1-2/+6
2014-11-19packaging: Bump versionKarol Lewandowski1-1/+1
2014-11-19Bring task_cgroup_path_from_hierarchy() back for pre-3.11 compatiblityKarol Lewandowski1-0/+44
2014-11-19Rebase to newest upstream and bump versionKarol Lewandowski1-2/+2
2014-11-19packaging: Provide -devel package with kdbus.hKarol Lewandowski1-4/+25
2014-11-19packaging: Fix spec to make kdbus work on iviKarol Lewandowski1-15/+9
2014-11-19Add packaging to kdbus-bus package to be build from obs/gbs.Karol Lewandowski1-0/+35
2014-09-11kdbus.txt: document wildcard policy entriesupstream/0.20140911.160207utcDaniel Mack1-4/+19
2014-09-11match: make kdbus_match_db_remove() voidDaniel Mack3-7/+5
2014-09-11connection: allow wildcard matches for policy holdersDaniel Mack1-1/+1
2014-09-11connection: reformatDaniel Mack1-9/+10
2014-09-11endpoint: cosmeticsDaniel Mack1-2/+1
2014-09-11connection: check return value of kdbus_meta_append()Daniel Mack1-4/+9
2014-09-11connection: return -EOPNOTSUPP if the connection has already diedDaniel Mack1-1/+1
2014-09-11kdbus.txt: add more documentationDaniel Mack1-51/+902
2014-09-10match: don't fail on invalid item typesDaniel Mack1-4/+4
2014-09-10notify: explictly set payload_type = KDBUS_PAYLOAD_KERNELDaniel Mack1-0/+2
2014-09-09kdbus.txt: kill reference to sd-memfd.hDaniel Mack1-1/+0
2014-09-09policy: make policy checks work across user namespacesDjalal Harouni1-18/+60
2014-09-08connection: factor out queue management code to queue.cDaniel Mack6-976/+1131
2014-09-08connection: rename 'entry' variable in kdbus_conn_kmsg_send()Daniel Mack1-10/+11
2014-09-08test: update policy tests to handle user namespacesDjalal Harouni1-128/+375
2014-09-05policy: indentDaniel Mack1-2/+1
2014-09-05connection: check policy for reply-awaiting messages as wellDaniel Mack1-8/+14
2014-08-24connection: drop unused argument of kdbus_conn_payload_add()Daniel Mack1-4/+2
2014-08-20metadata: kdbus_meta_append_auxgroups(): actually set the group idsDaniel Mack1-4/+17
2014-08-20test: use audit.loginuid and audit.sessionid when dumping the audit itemDjalal Harouni1-2/+2
2014-08-20kdbus: do the audit loginuid translation as late as possibleDjalal Harouni3-0/+44
2014-08-19metadata: add back code to fill creds dataDaniel Mack1-1/+8
2014-08-19Revert "test/Makefile: only look at $(KERNELDIR)/usr/include for files with q...Daniel Mack2-3/+2
2014-08-19test/Makefile: only look at $(KERNELDIR)/usr/include for files with quotesDaniel Mack2-2/+3
2014-08-19Makefile: deal with realtive paths in test/Daniel Mack1-1/+1
2014-08-19Makefile: export KERNELDIR for testsDaniel Mack1-1/+1
2014-08-19test: add the metadata tests inside new namespacesDjalal Harouni3-1/+295
2014-08-19test: add conn_recv() that use poll() and msg_recv()Djalal Harouni2-0/+35
2014-08-19test: move shared definitions to kdbus-util.h to use them in other testsDjalal Harouni2-12/+12
2014-08-19test: add helpers for user namespace mappingDjalal Harouni2-0/+57
2014-08-19connection: move the install creds into the slice to its own functionDjalal Harouni1-12/+20