Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | os: unifdef GPROF and X_NOT_POSIX | Ulrich Sibiller | 2024-05-11 | 4 | -29/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | just like xorg-xserver in commit 446fe9eecddd1337f9d5164dd7c301e1ba3dfe32 Author: Daniel Stone <daniels@collabora.com> Date: Thu Jul 17 21:37:50 2008 +0300 Dead code removal Remove a whole bunch of code that was never built, be it entire files or just dead ifdefs. | |||||
| * | os: signal handlers return void. | Ulrich Sibiller | 2024-05-11 | 2 | -14/+5 | |
| | | | | | | | | | | | | | | | | commit 843166b033dc0544b9f3cf3c91fc3ae3650bda14 Author: Adam Jackson <ajax@redhat.com> Date: Mon Apr 6 11:05:17 2009 -0400 os: signal handlers return void. | |||||
| * | os/utils.c: unifdef USE_CHMOD | Ulrich Sibiller | 2024-05-11 | 1 | -4/+0 | |
| | | ||||||
| * | os/access.c: unifdef WINTCP | Ulrich Sibiller | 2024-05-11 | 1 | -145/+0 | |
| | | ||||||
| * | xserver doesn't stop all connections to localhost | Ulrich Sibiller | 2024-05-11 | 1 | -8/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Backport of the following commit + manual fix at some other locations. commit 75b9383d8a4c113ab3c6cfc1d5efcb5d9982a1bf Author: Jesse Adkins <jesserayadkins@gmail.com> Date: Tue Aug 18 21:13:40 2009 -0700 xserver doesn't stop all connections to localhost X.Org Bugzilla #23329: http://bugs.freedesktop.org/show_bug.cgi?id=23329 Patch #28648: http://bugs.freedesktop.org/attachment.cgi?id=28648 I noticed in xserver at os/access.c that xorg tries to stop connections to localhost by checking against the address 127.0.0.1. However, RFC 3330 defines the localhost network as 127.0.0.0/8. This means that any IPv4 address that starts with 127 is just another name for localhos | |||||
| * | Xext,os,xkb: repeat unifdefs | Ulrich Sibiller | 2024-05-11 | 8 | -181/+3 | |
| | | | | | | | | there where remnants of WIN32, CYGWIN and SCO | |||||
| * | Screen.c: use NULL instead of ugly void pointer stuff | Ulrich Sibiller | 2024-05-11 | 1 | -8/+8 | |
| | | ||||||
| * | Screen.c: merge two X2GO ifdefs to one | Ulrich Sibiller | 2024-05-11 | 1 | -7/+5 | |
| | | ||||||
| * | GCOps.c: add/improve DEBUG/TEST statements | Ulrich Sibiller | 2024-05-11 | 1 | -28/+99 | |
| | | ||||||
| * | Literals.h: add Drawable types | Ulrich Sibiller | 2024-05-11 | 1 | -0/+9 | |
| | | ||||||
| * | Literals.h: mark with _X_UNUSED to prevent "unused" warnings | Ulrich Sibiller | 2024-05-11 | 1 | -3/+3 | |
| | | ||||||
| * | Literals.h: allow for TEST and DEBUG code | Ulrich Sibiller | 2024-05-11 | 1 | -2/+2 | |
| | | ||||||
| * | Pixmap.c: fix TEST output | Ulrich Sibiller | 2024-05-11 | 1 | -1/+1 | |
| | | ||||||
| * | NXproperty.c: fix ifdef indentation | Ulrich Sibiller | 2024-05-11 | 1 | -2/+2 | |
| | | ||||||
| * | NXproperty.y/property.c: fix comments | Ulrich Sibiller | 2024-05-11 | 2 | -10/+10 | |
| | | ||||||
| * | Client.c: fix TEST output | Ulrich Sibiller | 2024-05-11 | 1 | -4/+4 | |
| | | ||||||
| * | GC.c: improve comment | Ulrich Sibiller | 2024-05-11 | 1 | -1/+1 | |
| | | ||||||
| * | NXrender.c: fix indentation | Ulrich Sibiller | 2024-05-11 | 1 | -12/+12 | |
| | | ||||||
| * | Events.c: make nxagentDebugInput a Boolean | Ulrich Sibiller | 2024-05-11 | 1 | -10/+10 | |
| | | | | | | | | because that's what it is... | |||||
| * | Events.c: use existing functions for CriticalOutputPending | Ulrich Sibiller | 2024-05-11 | 1 | -8/+5 | |
| | | ||||||
| * | NXglyph.c: reformat ResizeGlyphHash | Ulrich Sibiller | 2024-05-11 | 1 | -12/+4 | |
| | | ||||||
| * | Render.c: Fix: init variable once outside the loop | Ulrich Sibiller | 2024-05-11 | 1 | -1/+2 | |
| | | | | | | | | | | | | otherwise it would be reinitialized for every interation. This was errornously moved in commit 56aaea90b4ee442b57f1370e3cafe0418deadc1d | |||||
| * | Render.c: add some DEBUG output | Ulrich Sibiller | 2024-05-11 | 1 | -43/+56 | |
| | | ||||||
| * | Render.c: add some DEBUG output | Ulrich Sibiller | 2024-05-11 | 1 | -0/+24 | |
| | | ||||||
| * | Render.c: fix comments | Ulrich Sibiller | 2024-05-11 | 1 | -7/+7 | |
| | | ||||||
| * | NXshm.c: remove unused extern | Ulrich Sibiller | 2024-05-11 | 1 | -4/+0 | |
| | | ||||||
| * | Window.c: add debug output | Ulrich Sibiller | 2024-05-11 | 1 | -0/+28 | |
| | | ||||||
| * | Window.c: improve some TEST/DEBUG output | Ulrich Sibiller | 2024-05-11 | 1 | -9/+9 | |
| | | | | | | | | add [] around values where they were missing | |||||
| * | NXglyphcurs.c: mark NX changes | Ulrich Sibiller | 2024-05-11 | 1 | -0/+25 | |
| | | ||||||
| * | NXglyphcurs.c: remove register keywords | Ulrich Sibiller | 2024-05-11 | 1 | -3/+3 | |
| | | ||||||
| * | NXglyphcurs.c: add missing TEST/DEBUG defines | Ulrich Sibiller | 2024-05-11 | 1 | -0/+7 | |
| | | ||||||
| * | Imake: drop BuildModuleInSubdir | Ulrich Sibiller | 2024-05-11 | 2 | -15/+0 | |
| | | | | | | | | Set to No and Only checked by GL | |||||
| * | hw/nxagent/NXglxext.c: fix missing opcode variable in TEST mode | Ulrich Sibiller | 2024-05-11 | 1 | -1/+6 | |
| | | | | | | | | also add soem whitespace fix | |||||
| * | NXProperty.c: fix indentations, format comments | Ulrich Sibiller | 2024-05-11 | 1 | -18/+23 | |
| | | ||||||
| * | NXevents.c: add/improve comments | Ulrich Sibiller | 2024-04-01 | 1 | -5/+6 | |
| | | ||||||
| * | Pixmap.c: add missing [] to TEST output | Ulrich Sibiller | 2024-03-28 | 1 | -1/+1 | |
| | | ||||||
| * | Screen.c, Pixmap.c: silence some compiler warnings | Ulrich Sibiller | 2024-03-28 | 2 | -5/+6 | |
| | | ||||||
| * | os/Imakefile: only compile rpcauth if we have libtirpc | Ulrich Sibiller | 2024-03-28 | 1 | -6/+3 | |
| | | | | | | | | | | glibc no longer has rpc included, so we can only compile when tirpc is available | |||||
| * | Events.c: explain define | Ulrich Sibiller | 2024-03-28 | 1 | -0/+1 | |
| | | ||||||
| * | Drawable.c: fix build errors with TEST enabled | Ulrich Sibiller | 2024-03-28 | 1 | -4/+11 | |
| | | ||||||
| * | Pixmap.c: fix fprintf call | Ulrich Sibiller | 2024-03-28 | 1 | -1/+1 | |
| | | | | | | | | Due to the , the second line was taken as the first argument leading to weird output. | |||||
| * | Screen.c: fix missing ; | Ulrich Sibiller | 2024-03-28 | 1 | -1/+1 | |
|/ | ||||||
* | Merge branch 'vatral-fix-dlopen-vuln' into 3.6.x | Mike Gabriel | 2024-01-22 | 2 | -0/+14 | |
|\ | | | | | | | Attributes GH PR #1068: https://github.com/ArcticaProject/nx-libs/pull/1068 | |||||
| * | Fix dlopen() privilege escalation | Vadim Troshchinskiy | 2023-09-27 | 2 | -0/+14 | |
|/ | | | | Fixed by implementing the recommended GID check. | |||||
* | Merge branch 'fangyaling-3.6.x' into 3.6.x | Mike Gabriel | 2023-08-27 | 3 | -0/+32 | |
|\ | | | | | | | Attributes GH PR #1062: https://github.com/ArcticaProject/nx-libs/pull/1062 | |||||
| * | Add support for new arch Loongarch | YalingFang | 2023-08-25 | 3 | -0/+32 | |
|/ | ||||||
* | release 3.5.99.273.5.99.27release-builds/3.6.x | Mike Gabriel | 2023-06-28 | 10 | -14525/+9175 | |
| | ||||||
* | Merge branch 'Ionic-bugfix/nxdialog-rpm-hashbang' into 3.6.x | Mike Gabriel | 2023-06-28 | 1 | -4/+4 | |
|\ | | | | | | | Attributes GH PR #1061: https://github.com/ArcticaProject/nx-libs/pull/1061 | |||||
| * | nx-libs.spec: fix hashbang when manually replacing instead of using pathfix.py. | Mihai Moldovan | 2023-06-27 | 1 | -4/+4 | |
|/ | ||||||
* | Merge branch 'uli42-pr/bump_years' into 3.6.x | Mike Gabriel | 2023-04-28 | 394 | -1685/+1685 | |
|\ | | | | | | | Attributes GH PR #1046: https://github.com/ArcticaProject/nx-libs/pull/1046 |