summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "Look for FamilyLocal if inet or inet6 address is loopback"Jeremy Huddleston Sequoia2013-09-291-35/+5
* More fixes for compiler warnings regarding the use of "const".Dr. Tilmann Bubeck2013-09-251-4/+4
* Look for FamilyLocal if inet or inet6 address is loopbackEgbert Eich2013-09-241-5/+35
* Fix various compiler warnings raised by modern gcc (4.8.1).Dr. Tilmann Bubeck2013-09-243-8/+14
* Use copystring to create non-const string.]Thomas Klausner2013-09-241-1/+1
* Don't crash when running past the end of the chainEgbert Eich2013-09-231-2/+5
* Assume signal handlers return void, as C89 requiresbaserock/morphAlan Coopersmith2013-02-232-10/+2
* Remove unused DECnet ("DNETCONN") code from xauthAlan Coopersmith2012-12-261-50/+0
* Remove unused TLI ("STREAMSCONN") code from xauthAlan Coopersmith2012-12-261-8/+0
* Include Xwinsock.h rather than sys/socket.h on WIN32Jon TURNEY2012-11-051-0/+4