summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-03-03xauth 1.1.3HEADxauth-1.1.3masterAlan Coopersmith1-2/+2
2024-02-17unifdef LynxAlan Coopersmith1-4/+0
2024-02-17unifdef hpuxAlan Coopersmith1-3/+0
2023-02-16configure: raise minimum autoconf requirement to 2.70Alan Coopersmith2-3/+3
2022-12-20configure: Use AC_SYS_LARGEFILE to enable large file supportAlan Coopersmith1-0/+5
2022-11-24Unbold brackets for optional n at start of commandsнаб1-3/+3
2022-09-11Handle -Wempty-body warning for WRITES() macroAlan Coopersmith1-1/+1
2022-09-11Remove unnecessary casts from malloc() callsAlan Coopersmith1-4/+4
2022-09-11Variable scope reductions, as suggested by cppcheckAlan Coopersmith3-71/+58
2022-08-02config: Add missing AC_CONFIG_SRCDIRAlan Coopersmith1-2/+5
2022-04-19xauth 1.1.2xauth-1.1.2Matt Turner1-1/+1
2022-04-16Expand checks of socket file with S_ISSOCKLarry Doolittle1-2/+2
2022-04-16gitlab CI: stop requiring Signed-off-by in commitsAlan Coopersmith1-1/+1
2022-04-10Fix off-by-one in quote-stripping routinesAlan Coopersmith1-2/+2
2021-12-04Build xz tarballs instead of bzip2Alan Coopersmith1-1/+1
2021-12-01gitlab CI: add a basic build testAlan Coopersmith1-0/+104
2021-12-01configure.ac: fail build if xtrans is not foundAlan Coopersmith1-0/+9
2021-11-30tests: report failure if stderr has unexpected outputAlan Coopersmith1-1/+6
2021-11-30tests: Fix failure to make distcheckAlan Coopersmith1-2/+2
2021-11-30tests: make tests work in out-of-tree buildsAlan Coopersmith6-15/+16
2021-11-29Fix warning -Wstringop-truncation for strncpy by using memcpy insteadDr. Tilmann Bubeck1-1/+1
2021-11-29Removed build requirement "cmdtest".Dr. Tilmann Bubeck9-22/+47
2021-11-29Improve portabilityBaptiste Daroussin6-8/+8
2021-11-28xauth 1.1.1xauth-1.1.1Alan Coopersmith1-1/+1
2021-11-28Fix spelling/wording issuesAlan Coopersmith5-8/+8
2021-08-02Fix segfault when X startsAlex Gendin3-4/+7
2021-04-22Check malloc calls in process.cKarol Herbst1-0/+13
2020-08-20Additionally check socket file with S_ISSOCKDr. Tilmann Bubeck1-2/+2
2020-05-10Avoid memory leaks in error paths in do_generateAlan Coopersmith1-13/+23
2020-05-10Use reallocarray() when adding members to array in split_into_words()Alan Coopersmith2-2/+15
2020-05-10Avoid memory leak when realloc() fails in split_into_words()Alan Coopersmith1-2/+8
2020-05-10Prevent OOB write with long file names.Tobias Stoeckmann1-1/+5
2020-05-03Fix segmentation fault on invalid add argument.Tobias Stoeckmann1-1/+1
2019-07-11xauth 1.1xauth-1.1Adam Jackson1-1/+1
2019-06-20process: Close a window where no authority file would existAdam Jackson1-11/+3
2019-06-09Sort entries from most specific to most generic.Michal Srb1-0/+41
2019-06-09Merge only entries with equal dpy and protoname.Michal Srb1-15/+10
2018-11-21Update configure.ac bug URL for gitlab migrationAlan Coopersmith1-1/+1
2018-11-16Update README for gitlab migrationAlan Coopersmith2-24/+20
2018-05-05Change fall through comment in process.c to match gcc's requirementsAlan Coopersmith1-1/+1
2017-01-29xauth 1.0.10xauth-1.0.10Matt Turner1-1/+1
2017-01-29Build xauth before running tests.Matt Turner1-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
2017-01-26autogen.sh: Honor NOCONFIGURE=1Alan Coopersmith1-2/+3
2017-01-26autogen.sh: stop using maintainer modePeter Hutterer2-2/+1
2015-05-15usage(): Print summary for the -n optionSøren Sandmann Pedersen1-0/+1
2015-01-05include POSIX-standard limits.h for PATH_MAX instead of sys/syslimits.hAlan Coopersmith2-2/+2
2015-01-05Fix !HAVE_STRLCPY caseJon TURNEY2-2/+2