summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2013-09-29Revert "Look for FamilyLocal if inet or inet6 address is loopback"Jeremy Huddleston Sequoia1-35/+5
2013-09-25More fixes for compiler warnings regarding the use of "const".Dr. Tilmann Bubeck1-4/+4
2013-09-24Look for FamilyLocal if inet or inet6 address is loopbackEgbert Eich1-5/+35
2013-09-24Fix various compiler warnings raised by modern gcc (4.8.1).Dr. Tilmann Bubeck3-8/+14
2013-09-24Use copystring to create non-const string.]Thomas Klausner1-1/+1
2013-09-23Don't crash when running past the end of the chainEgbert Eich1-2/+5
2013-02-23Assume signal handlers return void, as C89 requiresAlan Coopersmith2-10/+2
2012-12-26Remove unused DECnet ("DNETCONN") code from xauthAlan Coopersmith1-50/+0
2012-12-26Remove unused TLI ("STREAMSCONN") code from xauthAlan Coopersmith1-8/+0
2012-11-05Include Xwinsock.h rather than sys/socket.h on WIN32Jon TURNEY1-0/+4
2012-03-22xauth 1.0.7xauth-1.0.7Alan Coopersmith1-1/+1
2011-10-06Remove alarm handler in get_hostnameAndreas Schwab1-39/+0
2011-09-28Add const attributes to fix gcc -Wwrite-strings warningsAlan Coopersmith5-102/+104
2011-09-28Strip trailing whitespaceAlan Coopersmith8-131/+131
2011-09-28convert strlen/malloc/strcpy combo to strdupAlan Coopersmith1-4/+2
2011-05-23configure.ac: Bump to 1.0.6xauth-1.0.6Jeremy Huddleston1-1/+1
2011-05-23auth_finalize: Attempt to rename() if link() failsJeremy Huddleston1-1/+2
2011-05-06Error out and avoid a call to malloc(0) if given a bad hex stringJeremy Huddleston1-2/+2
2011-01-19config: move man pages into their own directoryGaetan Nadon4-19/+18
2011-01-12config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERSGaetan Nadon1-1/+1
2010-10-06Purge cvs tags.Jesse Adkins5-17/+0
2010-09-23xauth 1.0.5xauth-1.0.5Alan Coopersmith1-1/+4
2010-09-23config: upgrade to util-macros 1.8 for additional man page supportAlan Coopersmith2-23/+5
2010-09-23config: Remove unnecessary calls from configure.acAlan Coopersmith1-5/+0
2010-09-23config: update AC_PREREQ statement to 2.60Gaetan Nadon1-1/+1
2010-08-26Fix build failure resulting from previous commit on systems without strlcpyJeremy Huddleston2-1/+8
2010-08-25launchd: Properly support launchd sockets in xauthJeremy Huddleston3-4/+19