index
:
xorg/lib/libXdmcp
CYGWIN
DAMAGE-XFIXES
IPv6-REVIEW
XACE-SELINUX
XEVIE
XINERAMA_2
XORG-6_8-branch
XORG-CURRENT
XORG-RELEASE-1
XORG-RELEASE-1-STSF
XORG-RELEASE-1-TM
XORG-STABLE
XPRINT
master
X Display Manager Control Protocol routines (mirrored from https://gitlab.freedesktop.org/xorg/lib/libxdmcp)
krh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-02
libXdmcp 1.1.5
HEAD
libXdmcp-1.1.5
master
Alan Coopersmith
1
-1
/
+1
2023-09-23
gitlab CI: add xz-utils to container for "make distcheck"
Alan Coopersmith
1
-3
/
+3
2023-09-23
XdmcpWriteHeader: use calloc instead of malloc to alloc buffer
Alan Coopersmith
1
-1
/
+1
2023-09-23
XdmcpWriteHeader: drop unnecessary cast of free() argument
Alan Coopersmith
1
-1
/
+1
2023-09-23
Clear -Wunused-macros warnings when arc4random_buf() is available
Alan Coopersmith
1
-5
/
+1
2023-07-30
Xdmcp.h: add access attributes to function prototypes
Alan Coopersmith
1
-0
/
+45
2023-03-04
configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
Alan Coopersmith
1
-3
/
+4
2023-02-25
Remove "All rights reserved" from Oracle copyright notices
Alan Coopersmith
1
-1
/
+1
2022-11-18
libXdmcp 1.1.4
libXdmcp-1.1.4
Alan Coopersmith
1
-2
/
+2
2022-11-04
Only link with libbsd if needed for arc4random_buf()
Alan Coopersmith
1
-5
/
+11
2022-10-06
Switch from libbsd to libbsd-overlay
Guillem Jover
2
-5
/
+5
2022-08-06
XdmcpDisposeARRAYofARRAY8: Reduce scope of i
Alan Coopersmith
1
-3
/
+1
2022-08-06
arc4random_buf: Only declare ret if HAVE_GETENTROPY is defined
Alan Coopersmith
1
-1
/
+1
2022-08-06
Use memcpy() instead of memmove() when buffers are known not to overlap
Alan Coopersmith
1
-1
/
+1
2022-07-17
gitlab CI: enable doc builds in basic build test
Alan Coopersmith
1
-9
/
+10
2022-07-17
Fix spelling/wording issues
Alan Coopersmith
5
-10
/
+10
2022-07-17
Build xz tarballs instead of bzip2
Alan Coopersmith
1
-1
/
+1
2022-02-23
Fix build on Solaris 11.3.0 - 11.3.8
Alan Coopersmith
2
-0
/
+8
2022-02-23
gitlab CI: add a basic build test
Alan Coopersmith
1
-0
/
+98
2019-03-16
Update configure.ac bug URL for gitlab migration
Alan Coopersmith
1
-1
/
+1
2019-03-16
libXdmcp 1.1.3
libXdmcp-1.1.3
Alan Coopersmith
1
-1
/
+1
2018-11-19
Update README for gitlab migration
Alan Coopersmith
3
-26
/
+19
2017-05-05
Fix compilation error when arc4random_buf is not available
Benjamin Tissoires
1
-4
/
+4
2017-04-24
Use getentropy() if arc4random_buf() is not available
Benjamin Tissoires
2
-6
/
+27
2017-01-26
autogen: add default patch prefix
Mihail Konev
1
-0
/
+3
2017-01-26
autogen.sh: use quoted string variables
Emil Velikov
1
-4
/
+4
2017-01-26
autogen.sh: use exec instead of waiting for configure to finish
Peter Hutterer
1
-1
/
+1
2016-01-01
do not use &fullrelvers; in xdmcp.xml (Debian bug 761628)
Helmut Grohne
1
-1
/
+1
2015-04-10
Link with winsock library for socket functions on MinGW
Jon TURNEY
1
-0
/
+8
2015-03-21
libXdmcp 1.1.2
libXdmcp-1.1.2
Alan Coopersmith
1
-1
/
+1
2015-01-19
Add AC_USE_SYSTEM_EXTENSIONS to expose arc4random() interfaces in headers
Alan Coopersmith
1
-0
/
+4
2014-06-04
autogen.sh: Honor NOCONFIGURE=1
Alan Coopersmith
1
-1
/
+3
2014-06-04
configure: Drop AM_MAINTAINER_MODE
Alan Coopersmith
2
-2
/
+1
2013-08-15
Also reject requests to allocate negative sized amounts of memory
Alan Coopersmith
2
-8
/
+12
2013-08-15
Ensure ARRAYofARRAY8 pointers are initialized to NULL
Alan Coopersmith
2
-1
/
+44
2013-08-15
Ensure ARRAY* structs are zero'ed out when oversize values are passed
Alan Coopersmith
1
-28
/
+16
2013-08-15
Add unit tests for Array allocation functions
Alan Coopersmith
5
-4
/
+84
2013-08-11
Use arc4random when available to produce the XDM-AUTHENTICATION1 key
Matthieu Herrb
2
-1
/
+12
2013-04-19
Make XdmcpCopyARRAY8 call XdmcpAllocARRAY8 instead of replicating it
Alan Coopersmith
1
-5
/
+1
2013-04-15
Ensure ARRAY* structs are zero'ed out when allocation fails
Alan Coopersmith
1
-7
/
+21
2012-12-26
Remove unused TLI ("STREAMSCONN") code from libXdmcp
Alan Coopersmith
3
-40
/
+1
2012-03-07
libXdmcp 1.1.1
libXdmcp-1.1.1
Alan Coopersmith
1
-1
/
+1
2012-01-11
informaltable cleanup
Matt Dew
1
-284
/
+286
2011-10-04
Cleanup IDs and links in doc
Matt Dew
1
-2
/
+2
2011-09-16
Strip trailing whitespace
Alan Coopersmith
2
-3
/
+3
2011-09-15
xdmcp: use appropriate markup for author affiliation
Gaetan Nadon
1
-5
/
+5
2011-09-12
docs: use the &fullrelvers; entity to set X11 release information
Gaetan Nadon
1
-0
/
+2
2011-09-11
docs: remove <productnumber> which is not used by default
Gaetan Nadon
1
-1
/
+0
2011-09-08
docbook.am: embed css styles inside the HTML HEAD element
Gaetan Nadon
1
-2
/
+0
2011-09-07
docbook.am: global maintenance update - entities, images and olinking
Gaetan Nadon
1
-52
/
+62
[next]