summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2014-12-31Update DISPLAY parsing to work with new launchd paths in YosemiteJeremy Huddleston Sequoia2-20/+74
2014-06-24Fix for xauth failing on ENOSPC (= disk full)Dr. Tilmann Bubeck1-1/+4
2014-04-02Clarified RELEASING in READMEDr. Tilmann Bubeck1-10/+7
2014-04-02Third version bump to 1.0.9.xauth-1.0.9Dr. Tilmann Bubeck1-0/+7
2014-04-02Second version bump to 1.0.9.Dr. Tilmann Bubeck1-2/+2
2014-04-02Fixed missing EXTRA_DIST in tests. Extended README for releasing.Dr. Tilmann Bubeck2-0/+34
2014-03-31version bump to 1.0.9Dr. Tilmann Bubeck1-1/+1
2013-12-30Add AC_USE_SYSTEM_EXTENSIONS to expose non-standard extensionsAlan Coopersmith1-0/+5
2013-10-13Fix warning about warn_unused_result triggered by WRITES.Dr. Tilmann Bubeck1-2/+3
2013-10-13* Do not install test_xauth during "make install" as it isDr. Tilmann Bubeck2-1/+5
2013-10-09Second version bump to 1.0.8xauth-1.0.8Dr. Tilmann Bubeck1-1/+1
2013-10-09Rewrote test_xauth to C to make automake and "make distclean" happy.Dr. Tilmann Bubeck3-3/+8
2013-10-09Revert version bump back to 1.0.7 to prepare missing commit before 1.0.8Dr. Tilmann Bubeck1-1/+1
2013-10-08version bump to 1.0.8Dr. Tilmann Bubeck1-1/+1
2013-10-08Improved README to explain "make check".Dr. Tilmann Bubeck1-0/+12
2013-10-08Added command "version" and command line arg "-V" to show version of xauth.Dr. Tilmann Bubeck3-3/+26
2013-10-06Fix warning raised by "-Wshadow".Dr. Tilmann Bubeck1-4/+4
2013-10-06Rework match_auth_dpy() to be easier to read and maintain (hopefully).Dr. Tilmann Bubeck1-8/+24
2013-10-06Make matching algorithm mimic XauGet*AuthByAddrEgbert Eich1-5/+9
2013-10-06Added black box tests for basic functionality started with "make check".Dr. Tilmann Bubeck16-1/+243
2013-10-01Handle v4-mapped inet6 addresses correctlyEgbert Eich1-10/+16
2013-09-29Look for FamilyLocal if inet or inet6 address is loopbackEgbert Eich1-5/+35
2013-09-29Silenece lack of noreturn warningJeremy Huddleston Sequoia3-1/+4