summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-02-17unifdef hpuxHEADmasterAlan Coopersmith1-35/+0
2024-02-01Autest.c includes Xauth.h that depends on other headers.Thierry LARONDE1-0/+1
2024-02-01Allow to use POSIX.2 compliant sed(1)Thierry LARONDE1-2/+3
2024-02-01Also test for explicit_memset(3) supportThierry LARONDE4-3/+9
2024-02-01Gcc < 11 doesn't allow opt. deallocator arg for __attribute((malloc))Thierry LARONDE1-2/+2
2023-09-16gitlab CI: run meson build with both gcc & clang compilersAlan Coopersmith1-5/+14
2023-09-12Allow building with clang after aec9d7266777e0b9243ef0f112fe0e07256bd446Alex Richardson1-1/+6
2023-07-30Xauth.h: add access & malloc attributes to function prototypesAlan Coopersmith1-4/+31
2023-07-13add Meson build systemDylan Baker6-6/+199
2023-03-25Set close-on-exec when opening filesAlan Coopersmith3-3/+20
2023-02-25Remove "All rights reserved" from Oracle copyright noticesAlan Coopersmith1-1/+1
2023-02-06Require LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOLAlan Coopersmith2-2/+4
2022-12-08libXau 1.0.11libXau-1.0.11Matt Turner1-1/+1
2022-11-29configure: Use AC_SYS_LARGEFILE to enable large file supportMatt Turner1-0/+3
2022-08-26libXau 1.0.10libXau-1.0.10Alan Coopersmith1-2/+2
2022-07-17XauReadAuth: move failure handling code to a common code blockAlan Coopersmith1-27/+28
2022-07-09Remove unnnecessary casts from malloc() and free() callsAlan Coopersmith2-2/+2
2022-07-09Autest.c: Fix -Wdiscarded-qualifiers warningsAlan Coopersmith1-4/+7
2022-07-09Fix spelling/wording issuesAlan Coopersmith4-4/+4
2022-07-09Build xz tarballs instead of bzip2Alan Coopersmith1-1/+1
2022-07-09Use explicit_bzero if availableTobias Stoeckmann3-1/+13
2022-07-09gitlab CI: add a basic build testAlan Coopersmith1-0/+98
2019-02-10libXau 1.0.9libXau-1.0.9Alan Coopersmith1-1/+1
2018-12-07Update configure.ac bug URL for gitlab migrationAlan Coopersmith1-1/+1
2017-10-30AuRead.c: remove redundant null check on calling free()walter harms1-9/+9
2017-10-30Au FileName.c: remove redundant null check on calling free()walter harms1-2/+1
2017-10-30AuDispose.c:remove redundant null check on calling free()walter harms1-3/+3
2017-10-20Avoid out of boundary read accessTobias Stoeckmann1-1/+1
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
2014-01-02Silence a benign static analysis warning with an assert of allocation sizeJeremy Huddleston Sequoia1-0/+2
2013-09-29XauFileName: always go through buf allocation if buf is NULLAlan Coopersmith1-1/+1
2013-09-29XauFileName: reset bsize when malloc failedFuminobu TAKEYAMA1-1/+3
2013-05-24libXau 1.0.8libXau-1.0.8Alan Coopersmith1-1/+1
2013-03-30Use remove() instead of unlink() to delete lock filesAlan Coopersmith2-4/+4
2013-03-30Call memcmp() instead of defining our own equivalentAlan Coopersmith2-22/+8
2013-03-30Replace strcpy+strcat pairs with snprintf callsAlan Coopersmith3-12/+7
2013-03-30Check for configure's HAVE_UNISTD_H instead of X_NOT_POSIXAlan Coopersmith1-8/+5
2013-03-30Use configure check for pathconf instead of X_NOT_POSIX #defineAlan Coopersmith2-4/+7
2013-01-15autogen.sh: Implement GNOME Build APIColin Walters1-1/+3
2013-01-15configure: Remove AM_MAINTAINER_MODEAdam Jackson1-1/+0
2013-01-12Convert INCLUDES to AM_CPPFLAGS in preparation for automake-1.14 obsoletionAlan Coopersmith1-2/+1
2013-01-04unifdef -U__UNIXOS2__Alan Coopersmith1-3/+0
2012-12-21Tell clang to shut up about the padding in struct xauthAlan Coopersmith1-0/+12
2012-12-21Clean up some clang warnings about sign conversionAlan Coopersmith3-7/+7
2012-08-23Remove a use of tab stops.Eric S. Raymond1-26/+24
2012-04-20Free XauFileName() static buffer at exitChase Douglas1-1/+16
2012-03-06libXau 1.0.7libXau-1.0.7Alan Coopersmith1-1/+1
2011-09-20Improve the handling of "normal" locking collisions.Matthew D. Fuller1-1/+1