summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-07-12Replace inet_addr()/inet_aton() with a call to inet_pton()HEADmasterPeter Hutterer
2024-05-02user2netname expects a MAXNETNAMELEN + 1 buffer, so give it oneAlan Coopersmith
2023-03-18xhost.man: Use .BR markup for all references to other man pagesAlan Coopersmith
2023-02-25Remove "All rights reserved" from Oracle copyright noticesAlan Coopersmith
2023-02-09gitlab CI: stop requiring Signed-off-by in commitsAlan Coopersmith
2022-12-12xhost 1.0.9xhost-1.0.9Alan Coopersmith
2022-12-03Simplify i18n of 'unable to get ... address for ...' error messageAlan Coopersmith
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