summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* configure: raise minimum autoconf requirement to 2.70HEADmasterAlan Coopersmith2023-02-162-3/+3
* configure: Use AC_SYS_LARGEFILE to enable large file supportAlan Coopersmith2022-12-201-0/+5
* Unbold brackets for optional n at start of commandsнаб2022-11-241-3/+3
* Handle -Wempty-body warning for WRITES() macroAlan Coopersmith2022-09-111-1/+1
* Remove unnecessary casts from malloc() callsAlan Coopersmith2022-09-111-4/+4
* Variable scope reductions, as suggested by cppcheckAlan Coopersmith2022-09-113-71/+58
* config: Add missing AC_CONFIG_SRCDIRAlan Coopersmith2022-08-021-2/+5
* xauth 1.1.2xauth-1.1.2Matt Turner2022-04-191-1/+1
* Expand checks of socket file with S_ISSOCKLarry Doolittle2022-04-161-2/+2
* gitlab CI: stop requiring Signed-off-by in commitsAlan Coopersmith2022-04-161-1/+1
* Fix off-by-one in quote-stripping routinesAlan Coopersmith2022-04-101-2/+2
* Build xz tarballs instead of bzip2Alan Coopersmith2021-12-041-1/+1
* gitlab CI: add a basic build testAlan Coopersmith2021-12-011-0/+104
* configure.ac: fail build if xtrans is not foundAlan Coopersmith2021-12-011-0/+9
* tests: report failure if stderr has unexpected outputAlan Coopersmith2021-11-301-1/+6
* tests: Fix failure to make distcheckAlan Coopersmith2021-11-301-2/+2
* tests: make tests work in out-of-tree buildsAlan Coopersmith2021-11-306-15/+16
* Fix warning -Wstringop-truncation for strncpy by using memcpy insteadDr. Tilmann Bubeck2021-11-291-1/+1
* Removed build requirement "cmdtest".Dr. Tilmann Bubeck2021-11-299-22/+47
* Improve portabilityBaptiste Daroussin2021-11-296-8/+8
* xauth 1.1.1xauth-1.1.1Alan Coopersmith2021-11-281-1/+1
* Fix spelling/wording issuesAlan Coopersmith2021-11-285-8/+8
* Fix segfault when X startsAlex Gendin2021-08-023-4/+7
* Check malloc calls in process.cKarol Herbst2021-04-221-0/+13
* Additionally check socket file with S_ISSOCKDr. Tilmann Bubeck2020-08-201-2/+2
* Avoid memory leaks in error paths in do_generateAlan Coopersmith2020-05-101-13/+23
* Use reallocarray() when adding members to array in split_into_words()Alan Coopersmith2020-05-102-2/+15
* Avoid memory leak when realloc() fails in split_into_words()Alan Coopersmith2020-05-101-2/+8
* Prevent OOB write with long file names.Tobias Stoeckmann2020-05-101-1/+5
* Fix segmentation fault on invalid add argument.Tobias Stoeckmann2020-05-031-1/+1
* xauth 1.1xauth-1.1Adam Jackson2019-07-111-1/+1
* process: Close a window where no authority file would existAdam Jackson2019-06-201-11/+3
* Sort entries from most specific to most generic.Michal Srb2019-06-091-0/+41
* Merge only entries with equal dpy and protoname.Michal Srb2019-06-091-15/+10
* Update configure.ac bug URL for gitlab migrationAlan Coopersmith2018-11-211-1/+1
* Update README for gitlab migrationAlan Coopersmith2018-11-162-24/+20
* Change fall through comment in process.c to match gcc's requirementsAlan Coopersmith2018-05-051-1/+1
* xauth 1.0.10xauth-1.0.10Matt Turner2017-01-291-1/+1
* Build xauth before running tests.Matt Turner2017-01-291-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
* autogen.sh: Honor NOCONFIGURE=1Alan Coopersmith2017-01-261-2/+3
* autogen.sh: stop using maintainer modePeter Hutterer2017-01-262-2/+1
* usage(): Print summary for the -n optionSøren Sandmann Pedersen2015-05-151-0/+1
* include POSIX-standard limits.h for PATH_MAX instead of sys/syslimits.hAlan Coopersmith2015-01-052-2/+2
* Fix !HAVE_STRLCPY caseJon TURNEY2015-01-052-2/+2
* Update DISPLAY parsing to work with new launchd paths in YosemiteJeremy Huddleston Sequoia2014-12-312-20/+74
* Fix for xauth failing on ENOSPC (= disk full)Dr. Tilmann Bubeck2014-06-241-1/+4
* Clarified RELEASING in READMEDr. Tilmann Bubeck2014-04-021-10/+7