summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Set close-on-exec when opening filesHEADmasterAlan Coopersmith2023-03-253-3/+20
* Remove "All rights reserved" from Oracle copyright noticesAlan Coopersmith2023-02-251-1/+1
* Require LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOLAlan Coopersmith2023-02-062-2/+4
* libXau 1.0.11libXau-1.0.11Matt Turner2022-12-081-1/+1
* configure: Use AC_SYS_LARGEFILE to enable large file supportMatt Turner2022-11-291-0/+3
* libXau 1.0.10libXau-1.0.10Alan Coopersmith2022-08-261-2/+2
* XauReadAuth: move failure handling code to a common code blockAlan Coopersmith2022-07-171-27/+28
* Remove unnnecessary casts from malloc() and free() callsAlan Coopersmith2022-07-092-2/+2
* Autest.c: Fix -Wdiscarded-qualifiers warningsAlan Coopersmith2022-07-091-4/+7
* Fix spelling/wording issuesAlan Coopersmith2022-07-094-4/+4
* Build xz tarballs instead of bzip2Alan Coopersmith2022-07-091-1/+1
* Use explicit_bzero if availableTobias Stoeckmann2022-07-093-1/+13
* gitlab CI: add a basic build testAlan Coopersmith2022-07-091-0/+98
* libXau 1.0.9libXau-1.0.9Alan Coopersmith2019-02-101-1/+1
* Update configure.ac bug URL for gitlab migrationAlan Coopersmith2018-12-071-1/+1
* AuRead.c: remove redundant null check on calling free()walter harms2017-10-301-9/+9
* Au FileName.c: remove redundant null check on calling free()walter harms2017-10-301-2/+1
* AuDispose.c:remove redundant null check on calling free()walter harms2017-10-301-3/+3
* Avoid out of boundary read accessTobias Stoeckmann2017-10-201-1/+1
* autogen: add default patch prefixMihail Konev2017-01-261-0/+3
* autogen.sh: use quoted string variablesEmil Velikov2017-01-261-4/+4
* autogen.sh: use exec instead of waiting for configure to finishPeter Hutterer2017-01-261-1/+1
* Silence a benign static analysis warning with an assert of allocation sizeJeremy Huddleston Sequoia2014-01-021-0/+2
* XauFileName: always go through buf allocation if buf is NULLAlan Coopersmith2013-09-291-1/+1
* XauFileName: reset bsize when malloc failedFuminobu TAKEYAMA2013-09-291-1/+3
* libXau 1.0.8libXau-1.0.8Alan Coopersmith2013-05-241-1/+1
* Use remove() instead of unlink() to delete lock filesAlan Coopersmith2013-03-302-4/+4
* Call memcmp() instead of defining our own equivalentAlan Coopersmith2013-03-302-22/+8
* Replace strcpy+strcat pairs with snprintf callsAlan Coopersmith2013-03-303-12/+7
* Check for configure's HAVE_UNISTD_H instead of X_NOT_POSIXAlan Coopersmith2013-03-301-8/+5
* Use configure check for pathconf instead of X_NOT_POSIX #defineAlan Coopersmith2013-03-302-4/+7
* autogen.sh: Implement GNOME Build APIbaserock/morphColin Walters2013-01-151-1/+3
* configure: Remove AM_MAINTAINER_MODEAdam Jackson2013-01-151-1/+0
* Convert INCLUDES to AM_CPPFLAGS in preparation for automake-1.14 obsoletionAlan Coopersmith2013-01-121-2/+1
* unifdef -U__UNIXOS2__Alan Coopersmith2013-01-041-3/+0
* Tell clang to shut up about the padding in struct xauthAlan Coopersmith2012-12-211-0/+12
* Clean up some clang warnings about sign conversionAlan Coopersmith2012-12-213-7/+7
* Remove a use of tab stops.Eric S. Raymond2012-08-231-26/+24
* Free XauFileName() static buffer at exitChase Douglas2012-04-201-1/+16
* libXau 1.0.7libXau-1.0.7Alan Coopersmith2012-03-061-1/+1
* Improve the handling of "normal" locking collisions.Matthew D. Fuller2011-09-201-1/+1
* Strip trailing whitespaceAlan Coopersmith2011-09-163-5/+5
* config: comment, minor upgrade, quote and layout configure.acGaetan Nadon2011-02-021-32/+39
* config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERSGaetan Nadon2011-01-281-1/+1
* config: replace deprecated AC_HELP_STRING with AS_HELP_STRINGGaetan Nadon2011-01-281-1/+1
* config: remove already included statementsGaetan Nadon2011-01-281-3/+0
* config: remove AC_PROG_CC as it overrides AC_PROG_C_C99Gaetan Nadon2011-01-271-1/+0
* Purge cvs tags.Jesse Adkins2010-10-0611-35/+0
* Xau.man: replace hard-coded 3 with __libmansuffix__Gaetan Nadon2010-08-111-1/+1
* Xau.man: remove whitespace as reported by git diff checkGaetan Nadon2010-08-111-23/+23