summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-07Use gettext() to localize messages if availableAlan Coopersmith
2022-11-07Recognize raw IPv6 numeric addressAlan Coopersmith
2021-12-06Build xz tarballs instead of bzip2Alan Coopersmith
2021-12-06gitlab CI: add a basic build testAlan Coopersmith
2019-02-19xhost 1.0.8xhost-1.0.8Alan Coopersmith
2018-11-21Update configure.ac bug URL for gitlab migrationAlan Coopersmith
2018-11-16Update README for gitlab migrationAlan Coopersmith
2018-11-12Drop ancient workarounds for Cray that are no longer neededAlan Coopersmith
2018-11-12Prefer inet_aton, if available, over inet_addrAlan Coopersmith
2018-07-16Prevent OOB access on illegal server response.Tobias Stoeckmann
2017-01-26autogen: add default patch prefixMihail Konev
2017-01-26autogen.sh: use quoted string variablesEmil Velikov
2015-05-07Move sethostent()/gethostent() stubs used in Windows builds to avoid implicit...Jon TURNEY
2015-04-16xhost 1.0.7xhost-1.0.7Alan Coopersmith
2014-06-02configure: Drop AM_MAINTAINER_MODEAlan Coopersmith
2013-12-30Add AC_USE_SYSTEM_EXTENSIONS to expose non-standard extensionsAlan Coopersmith
2013-11-08autogen.sh: Honor NOCONFIGURE=1Colin Walters
2013-07-16xhost 1.0.6xhost-1.0.6Alan Coopersmith
2013-06-14Fix const warning for FamilyLocalHost empty address stringAlan Coopersmith
2013-03-02Mark argument to nameserver_lost signal handler as unusedAlan Coopersmith
2013-03-02If SIGALRM isn't available, don't use alarm() to timeout gethostaddr(), just ...Jon TURNEY
2013-02-28Drop pre-POSIX signal handling support in favor of sigaction()Alan Coopersmith
2013-02-24Provide dummy sethostent(),endhostent() for Win32 alsoJon TURNEY
2013-02-24Link with winsock for MinGWJon TURNEY
2013-02-24Use Xwinsock.h on WIN32Jon TURNEY
2013-02-23Fix some integer sign/size conversion warnings flagged by clangAlan Coopersmith
2013-02-23Convert sprintf to snprintf in SECURE_RPC codeAlan Coopersmith
2013-02-23Move dpy declaration from static to main() functionAlan Coopersmith
2013-02-23Assume signal handlers return void, as C89 requiresAlan Coopersmith
2013-02-23unifdef -UBAD_ARPAINETAlan Coopersmith
2013-02-23unifdef -UattAlan Coopersmith
2013-02-23unifdef -ULynxAlan Coopersmith
2013-02-23unifdef -UCRAYAlan Coopersmith
2012-12-26Remove unused TLI ("STREAMSCONN") code from xhostAlan Coopersmith
2012-12-26Remove unused DECnet ("DNETCONN") code from xhostAlan Coopersmith
2012-03-22xhost 1.0.5xhost-1.0.5Alan Coopersmith
2012-03-08Rework si:type:value code to remove need for shadowed namelen variableAlan Coopersmith
2012-03-02configure.ac updates to match other X.Org modulesAlan Coopersmith
2011-09-25man: xhost can not take a user name as a parameter.Erik Saule
2011-09-25Declare some char * as const to fix gcc -Wwrite-strings warningsAlan Coopersmith
2011-09-25Only need CFLAGS, not LIBS from xau packageAlan Coopersmith
2011-07-28Move "-help" handling up to before XOpenDisplayJulien Cristau
2011-07-19xhost: check return value of X{Add,Remove}HostKees Cook
2011-01-19config: move man pages into their own directoryGaetan Nadon
2011-01-13man: replace hard coded man page section with substitution stringsGaetan Nadon
2011-01-13man: remove trailing spaces and tabsGaetan Nadon
2011-01-12config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERSGaetan Nadon
2010-10-30xhost 1.0.4xhost-1.0.4Alan Coopersmith
2010-10-30config: Remove unnecessary calls from configure.acAlan Coopersmith
2010-10-30config: update AC_PREREQ statement to 2.60Gaetan Nadon