summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Third version bump to 1.0.9.xauth-1.0.9Dr. Tilmann Bubeck2014-04-021-0/+7
* Second version bump to 1.0.9.Dr. Tilmann Bubeck2014-04-021-2/+2
* Fixed missing EXTRA_DIST in tests. Extended README for releasing.Dr. Tilmann Bubeck2014-04-022-0/+34
* version bump to 1.0.9Dr. Tilmann Bubeck2014-03-311-1/+1
* Add AC_USE_SYSTEM_EXTENSIONS to expose non-standard extensionsAlan Coopersmith2013-12-301-0/+5
* Fix warning about warn_unused_result triggered by WRITES.Dr. Tilmann Bubeck2013-10-131-2/+3
* * Do not install test_xauth during "make install" as it isDr. Tilmann Bubeck2013-10-132-1/+5
* Second version bump to 1.0.8xauth-1.0.8Dr. Tilmann Bubeck2013-10-091-1/+1
* Rewrote test_xauth to C to make automake and "make distclean" happy.Dr. Tilmann Bubeck2013-10-093-3/+8
* Revert version bump back to 1.0.7 to prepare missing commit before 1.0.8Dr. Tilmann Bubeck2013-10-091-1/+1
* version bump to 1.0.8Dr. Tilmann Bubeck2013-10-081-1/+1
* Improved README to explain "make check".Dr. Tilmann Bubeck2013-10-081-0/+12
* Added command "version" and command line arg "-V" to show version of xauth.Dr. Tilmann Bubeck2013-10-083-3/+26
* Fix warning raised by "-Wshadow".Dr. Tilmann Bubeck2013-10-061-4/+4
* Rework match_auth_dpy() to be easier to read and maintain (hopefully).Dr. Tilmann Bubeck2013-10-061-8/+24
* Make matching algorithm mimic XauGet*AuthByAddrEgbert Eich2013-10-061-5/+9
* Added black box tests for basic functionality started with "make check".Dr. Tilmann Bubeck2013-10-0616-1/+243
* Handle v4-mapped inet6 addresses correctlyEgbert Eich2013-10-011-10/+16
* Look for FamilyLocal if inet or inet6 address is loopbackEgbert Eich2013-09-291-5/+35
* Silenece lack of noreturn warningJeremy Huddleston Sequoia2013-09-293-1/+4