summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-03-18xhost.man: Use .BR markup for all references to other man pagesHEADmasterAlan Coopersmith1-7/+16
2023-02-25Remove "All rights reserved" from Oracle copyright noticesAlan Coopersmith1-1/+1
2023-02-09gitlab CI: stop requiring Signed-off-by in commitsAlan Coopersmith1-2/+2
2022-12-12xhost 1.0.9xhost-1.0.9Alan Coopersmith1-2/+2
2022-12-03Simplify i18n of 'unable to get ... address for ...' error messageAlan Coopersmith1-5/+2
2022-11-07Use gettext() to localize messages if availableAlan Coopersmith4-33/+90
2022-11-07Recognize raw IPv6 numeric addressAlan Coopersmith1-5/+15
2021-12-06Build xz tarballs instead of bzip2Alan Coopersmith1-1/+1
2021-12-06gitlab CI: add a basic build testAlan Coopersmith1-0/+98
2019-02-19xhost 1.0.8xhost-1.0.8Alan Coopersmith1-1/+1
2018-11-21Update configure.ac bug URL for gitlab migrationAlan Coopersmith1-1/+1
2018-11-16Update README for gitlab migrationAlan Coopersmith3-27/+19
2018-11-12Drop ancient workarounds for Cray that are no longer neededAlan Coopersmith1-2/+2
2018-11-12Prefer inet_aton, if available, over inet_addrAlan Coopersmith2-2/+10
2018-07-16Prevent OOB access on illegal server response.Tobias Stoeckmann1-0/+4
2017-01-26autogen: add default patch prefixMihail Konev1-0/+3
2017-01-26autogen.sh: use quoted string variablesEmil Velikov1-4/+4
2015-05-07Move sethostent()/gethostent() stubs used in Windows builds to avoid implicit...Jon TURNEY1-9/+8
2015-04-16xhost 1.0.7xhost-1.0.7Alan Coopersmith1-1/+1
2014-06-02configure: Drop AM_MAINTAINER_MODEAlan Coopersmith2-2/+1
2013-12-30Add AC_USE_SYSTEM_EXTENSIONS to expose non-standard extensionsAlan Coopersmith1-0/+5
2013-11-08autogen.sh: Honor NOCONFIGURE=1Colin Walters1-1/+3
2013-07-16xhost 1.0.6xhost-1.0.6Alan Coopersmith1-1/+1
2013-06-14Fix const warning for FamilyLocalHost empty address stringAlan Coopersmith1-1/+2
2013-03-02Mark argument to nameserver_lost signal handler as unusedAlan Coopersmith2-2/+2
2013-03-02If SIGALRM isn't available, don't use alarm() to timeout gethostaddr(), just ...Jon TURNEY1-0/+10
2013-02-28Drop pre-POSIX signal handling support in favor of sigaction()Alan Coopersmith1-36/+4
2013-02-24Provide dummy sethostent(),endhostent() for Win32 alsoJon TURNEY1-1/+1
2013-02-24Link with winsock for MinGWJon TURNEY1-0/+9
2013-02-24Use Xwinsock.h on WIN32Jon TURNEY1-0/+6
2013-02-23Fix some integer sign/size conversion warnings flagged by clangAlan Coopersmith1-3/+4
2013-02-23Convert sprintf to snprintf in SECURE_RPC codeAlan Coopersmith1-2/+2
2013-02-23Move dpy declaration from static to main() functionAlan Coopersmith1-2/+1
2013-02-23Assume signal handlers return void, as C89 requiresAlan Coopersmith2-14/+2
2013-02-23unifdef -UBAD_ARPAINETAlan Coopersmith1-5/+0
2013-02-23unifdef -UattAlan Coopersmith1-10/+0
2013-02-23unifdef -ULynxAlan Coopersmith1-4/+0
2013-02-23unifdef -UCRAYAlan Coopersmith1-6/+0
2012-12-26Remove unused TLI ("STREAMSCONN") code from xhostAlan Coopersmith1-9/+6
2012-12-26Remove unused DECnet ("DNETCONN") code from xhostAlan Coopersmith1-70/+0
2012-03-22xhost 1.0.5xhost-1.0.5Alan Coopersmith1-1/+1
2012-03-08Rework si:type:value code to remove need for shadowed namelen variableAlan Coopersmith1-12/+5
2012-03-02configure.ac updates to match other X.Org modulesAlan Coopersmith1-5/+7
2011-09-25man: xhost can not take a user name as a parameter.Erik Saule1-2/+14
2011-09-25Declare some char * as const to fix gcc -Wwrite-strings warningsAlan Coopersmith1-5/+5
2011-09-25Only need CFLAGS, not LIBS from xau packageAlan Coopersmith2-2/+5
2011-07-28Move "-help" handling up to before XOpenDisplayJulien Cristau1-5/+5
2011-07-19xhost: check return value of X{Add,Remove}HostKees Cook1-4/+7
2011-01-19config: move man pages into their own directoryGaetan Nadon4-12/+17
2011-01-13man: replace hard coded man page section with substitution stringsGaetan Nadon1-3/+3