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