summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-03-16libXdmcp 1.1.3libXdmcp-1.1.3Alan Coopersmith1-1/+1
2018-11-19Update README for gitlab migrationAlan Coopersmith3-26/+19
2017-05-05Fix compilation error when arc4random_buf is not availableBenjamin Tissoires1-4/+4
2017-04-24Use getentropy() if arc4random_buf() is not availableBenjamin Tissoires2-6/+27
2017-01-26autogen: add default patch prefixMihail Konev1-0/+3
2017-01-26autogen.sh: use quoted string variablesEmil Velikov1-4/+4
2017-01-26autogen.sh: use exec instead of waiting for configure to finishPeter Hutterer1-1/+1
2016-01-01do not use &fullrelvers; in xdmcp.xml (Debian bug 761628)Helmut Grohne1-1/+1
2015-04-10Link with winsock library for socket functions on MinGWJon TURNEY1-0/+8
2015-03-21libXdmcp 1.1.2libXdmcp-1.1.2Alan Coopersmith1-1/+1
2015-01-19Add AC_USE_SYSTEM_EXTENSIONS to expose arc4random() interfaces in headersAlan Coopersmith1-0/+4
2014-06-04autogen.sh: Honor NOCONFIGURE=1Alan Coopersmith1-1/+3
2014-06-04configure: Drop AM_MAINTAINER_MODEAlan Coopersmith2-2/+1
2013-08-15Also reject requests to allocate negative sized amounts of memoryAlan Coopersmith2-8/+12
2013-08-15Ensure ARRAYofARRAY8 pointers are initialized to NULLAlan Coopersmith2-1/+44
2013-08-15Ensure ARRAY* structs are zero'ed out when oversize values are passedAlan Coopersmith1-28/+16
2013-08-15Add unit tests for Array allocation functionsAlan Coopersmith5-4/+84
2013-08-11Use arc4random when available to produce the XDM-AUTHENTICATION1 keyMatthieu Herrb2-1/+12
2013-04-19Make XdmcpCopyARRAY8 call XdmcpAllocARRAY8 instead of replicating itAlan Coopersmith1-5/+1
2013-04-15Ensure ARRAY* structs are zero'ed out when allocation failsAlan Coopersmith1-7/+21
2012-12-26Remove unused TLI ("STREAMSCONN") code from libXdmcpAlan Coopersmith3-40/+1
2012-03-07libXdmcp 1.1.1libXdmcp-1.1.1Alan Coopersmith1-1/+1
2012-01-11informaltable cleanupMatt Dew1-284/+286
2011-10-04Cleanup IDs and links in docMatt Dew1-2/+2
2011-09-16Strip trailing whitespaceAlan Coopersmith2-3/+3
2011-09-15xdmcp: use appropriate markup for author affiliationGaetan Nadon1-5/+5
2011-09-12docs: use the &fullrelvers; entity to set X11 release informationGaetan Nadon1-0/+2
2011-09-11docs: remove <productnumber> which is not used by defaultGaetan Nadon1-1/+0
2011-09-08docbook.am: embed css styles inside the HTML HEAD elementGaetan Nadon1-2/+0
2011-09-07docbook.am: global maintenance update - entities, images and olinkingGaetan Nadon1-52/+62
2011-06-12Install xml versions of specs even if HAVE_XMLTO is falseGaetan Nadon2-2/+2
2011-06-11Install target dbs alongside generated documentsGaetan Nadon2-3/+3
2011-03-30Documentation: add Docbook external references supportGaetan Nadon4-57/+108
2011-02-02config: comment, minor upgrade, quote and layout configure.acGaetan Nadon1-32/+40
2011-01-28config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERSGaetan Nadon1-1/+1
2010-12-20Revert "Export only public API symbols"Julien Cristau1-1/+1
2010-12-16spec: Fix up eqn to docbook conversionAlan Coopersmith1-24/+38
2010-12-16spec: Fix section titles/nestingAlan Coopersmith1-26/+23
2010-12-14Export only public API symbolsCristian Rodríguez1-1/+1
2010-11-09config: HTML file generation: use the installed copy of xorg.cssGaetan Nadon2-6/+2
2010-10-29libXdmcp 1.1.0libXdmcp-1.1.0Alan Coopersmith1-1/+2
2010-10-27Remove AC_PROG_CC & AC_PROG_INSTALL that XORG_DEFAULT_OPTIONS already callAlan Coopersmith1-2/+0
2010-08-03config: require xorg-macros minimum of 1.10 for XORG_CHECK_SGML_DOCTOOLSGaetan Nadon1-3/+3
2010-08-01specs: replace troff source with docbook-xml sourceMatt Dew5-0/+3971
2010-05-07Replace comments pointing to non-public X Consortium defect reportsAlan Coopersmith1-20/+34
2010-05-07Fix order of CPPFLAGS passed to lint/compile stepsAlan Coopersmith1-1/+1
2010-05-07Get rid of Xalloc/Xrealloc/Xfree from X server or XlibMikhail Gusarov7-111/+52
2010-05-07Nuke RCS tagsMikhail Gusarov9-39/+0
2010-05-07Reshuffle functions to decrease amount of boilerplateMikhail Gusarov38-1788/+588
2010-05-07Use stdint.h instead of limits.h for UINT*_MAX definitionsAlan Coopersmith8-8/+8