Fixes based on comments of various reviewers.
Mark Kettenis:
move /proc specific code into os
treat pid -1 as error instead of 0
Tiago Vignatti:
preserve copyrights
amend authorship
add description of the framework
use doxygen style
rename cmd -> cmdline in ClientIdsPrivateRec
compile only if XRES or XSELINUX is enabled
Rami Ylimäki (5):
dix: Add facilities for client ID tracking.
dix: Enable client ID tracking in server.
Xext: Enable client ID tracking in extensions (SELinux).
dix: Fix copyrights.
os: Fix copyrights.
Xext/xselinux_hooks.c | 37 +----
configure.ac | 12 ++-
dix/Makefile.am | 4 +
dix/client.c | 339 ++++++++++++++++++++++++++++++++++++++++++
dix/main.c | 7 +
hw/xfree86/loader/sdksyms.sh | 3 +
include/Makefile.am | 1 +
include/client.h | 54 +++++++
include/os.h | 2 +
os/access.c | 47 ++++++
10 files changed, 476 insertions(+), 30 deletions(-)
create mode 100644 dix/client.c
create mode 100644 include/client.h
_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel