aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/xkb/xkb.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "CVE-2020-14360: Check SetMap request length carefully."Mike Gabriel2021-01-151-91/+0
* CVE-2020-14360: Check SetMap request length carefully.Mike Gabriel2020-12-101-0/+91
* xkb: fix shadow warningsUlrich Sibiller2020-01-101-11/+10
* xkb: fix what looks to be a copy-paste error with first vs firstMMUlrich Sibiller2019-06-221-1/+1
* XKB: Remove a bunch of mad ifdefsUlrich Sibiller2019-06-221-2/+0
* xkb: Initialize pad bytes sent in replies of geometry requests.Ulrich Sibiller2018-12-181-3/+9
* Fix crash due to uninitialized VModMap fields.Ulrich Sibiller2018-12-171-2/+4
* ProcXkbGetKbdByName: fix use of uninitialised bytes valgrind error.Ulrich Sibiller2018-11-091-1/+1
* XkbSendNames: fix use of uninitialised bytes valgrind error.Ulrich Sibiller2018-11-091-1/+1
* Lift xkb to XORG-1.2.0 stateUlrich Sibiller2018-11-091-173/+121
* Removal of dead code in Xserver/xkb. Follow-up commit for 3739a9b.Mike Gabriel2018-07-031-54/+7
* xkb/xkb.c: init all reply structsUlrich Sibiller2018-07-031-26/+19
* Lift xkb to xorg-xserver-7.1/1.1.0 stateUlrich Sibiller2018-02-281-1/+1
* reduce usage of uninitialised bytesUlrich Sibiller2017-12-281-1/+1
* replace (DE)ALLOCATE_LOCAL by malloc/freeUlrich Sibiller2017-03-031-12/+12
* Replace _XkbDupString with XstrdupAlan Coopersmith2017-03-031-4/+4
* Xserver/dix/atom.c (et al.): Constify atom name strings.Mike Gabriel2017-03-021-1/+1
* xkb.c: fix 'assignment makes integer from pointer without a cast'Ulrich Sibiller2016-10-201-1/+1
* xserver: drop XKBSRV_NEED_FILE_FUNCSUlrich Sibiller2016-10-061-1/+0
* xserver: use own copy of XKBgeom.h headerUlrich Sibiller2016-10-061-1/+1
* xserver: use own copy of XKBsrv.h headerUlrich Sibiller2016-10-061-1/+1
* VCS info lines: Remove ancient X.org / XFree86 VCS info line from code files.Mike Gabriel2016-07-061-2/+0
* remove unreferenced NEED_EVENTS/NEED_REPLIESUlrich Sibiller2016-07-051-2/+0
* Remove unneccesary casts from WriteToClient callsAlan Coopersmith2016-07-051-20/+20
* Remove INITARGS braindamage, change to void; add XkbExtensionInit prototype t...Daniel Stone2016-07-051-2/+2
* Use internal temp variable for swap macros. Make swaps/swapl type safe (intro...Mike Gabriel2016-07-041-241/+182
* nx-X11/programs/Xserver: Drop {X,x}free() macros, use free() instead.Mike Gabriel2016-07-021-7/+7
* Xserver/include/protocol-versions.h: Switch to having an Xserver-specific hea...Mike Gabriel2016-07-021-5/+6
* Clear header file namespace separation (<X11/...> vs. <nx-X11/...>).Mike Gabriel2015-12-281-5/+5
* Replace 'pointer' type with 'void *'Keith Packard2015-12-281-4/+4
* Backport: xserver: Avoid sending uninitialized padding data over the networkPeter Åstrand2015-07-021-0/+9
* xkb: Check strings length against request sizeOlivier Fourdan2015-02-171-25/+41
* xkb: Don't swap XkbSetGeometry data in the input bufferOlivier Fourdan2015-02-171-16/+19
* Coverity #844, #845, #846: Fix memory leaks.Daniel Stone2015-02-171-3/+19
* Imported nx-X11-3.1.0-1.tar.gznx-X11/3.1.0-1Reinhard Tartler2011-10-101-0/+6233