index
:
xorg/app/xhost
CYGWIN
DAMAGE-XFIXES
IPv6-REVIEW
XACE-SELINUX
XEVIE
XINERAMA_2
XORG-6_8-branch
XORG-CURRENT
XORG-RELEASE-1
XORG-RELEASE-1-STSF
XORG-RELEASE-1-TM
XORG-STABLE
XPRINT
master
Server access control program for X (mirrored from https://gitlab.freedesktop.org/xorg/app/xhost)
krh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-12
Replace inet_addr()/inet_aton() with a call to inet_pton()
HEAD
master
Peter Hutterer
2
-9
/
+1
2024-05-02
user2netname expects a MAXNETNAMELEN + 1 buffer, so give it one
Alan Coopersmith
1
-1
/
+1
2023-03-18
xhost.man: Use .BR markup for all references to other man pages
Alan Coopersmith
1
-7
/
+16
2023-02-25
Remove "All rights reserved" from Oracle copyright notices
Alan Coopersmith
1
-1
/
+1
2023-02-09
gitlab CI: stop requiring Signed-off-by in commits
Alan Coopersmith
1
-2
/
+2
2022-12-12
xhost 1.0.9
xhost-1.0.9
Alan Coopersmith
1
-2
/
+2
2022-12-03
Simplify i18n of 'unable to get ... address for ...' error message
Alan Coopersmith
1
-5
/
+2
2022-11-07
Use gettext() to localize messages if available
Alan Coopersmith
4
-33
/
+90
2022-11-07
Recognize raw IPv6 numeric address
Alan Coopersmith
1
-5
/
+15
2021-12-06
Build xz tarballs instead of bzip2
Alan Coopersmith
1
-1
/
+1
2021-12-06
gitlab CI: add a basic build test
Alan Coopersmith
1
-0
/
+98
2019-02-19
xhost 1.0.8
xhost-1.0.8
Alan Coopersmith
1
-1
/
+1
2018-11-21
Update configure.ac bug URL for gitlab migration
Alan Coopersmith
1
-1
/
+1
2018-11-16
Update README for gitlab migration
Alan Coopersmith
3
-27
/
+19
2018-11-12
Drop ancient workarounds for Cray that are no longer needed
Alan Coopersmith
1
-2
/
+2
2018-11-12
Prefer inet_aton, if available, over inet_addr
Alan Coopersmith
2
-2
/
+10
2018-07-16
Prevent OOB access on illegal server response.
Tobias Stoeckmann
1
-0
/
+4
2017-01-26
autogen: add default patch prefix
Mihail Konev
1
-0
/
+3
2017-01-26
autogen.sh: use quoted string variables
Emil Velikov
1
-4
/
+4
2015-05-07
Move sethostent()/gethostent() stubs used in Windows builds to avoid implicit...
Jon TURNEY
1
-9
/
+8
2015-04-16
xhost 1.0.7
xhost-1.0.7
Alan Coopersmith
1
-1
/
+1
2014-06-02
configure: Drop AM_MAINTAINER_MODE
Alan Coopersmith
2
-2
/
+1
2013-12-30
Add AC_USE_SYSTEM_EXTENSIONS to expose non-standard extensions
Alan Coopersmith
1
-0
/
+5
2013-11-08
autogen.sh: Honor NOCONFIGURE=1
Colin Walters
1
-1
/
+3
2013-07-16
xhost 1.0.6
xhost-1.0.6
Alan Coopersmith
1
-1
/
+1
2013-06-14
Fix const warning for FamilyLocalHost empty address string
Alan Coopersmith
1
-1
/
+2
2013-03-02
Mark argument to nameserver_lost signal handler as unused
Alan Coopersmith
2
-2
/
+2
2013-03-02
If SIGALRM isn't available, don't use alarm() to timeout gethostaddr(), just ...
Jon TURNEY
1
-0
/
+10
2013-02-28
Drop pre-POSIX signal handling support in favor of sigaction()
Alan Coopersmith
1
-36
/
+4
2013-02-24
Provide dummy sethostent(),endhostent() for Win32 also
Jon TURNEY
1
-1
/
+1
2013-02-24
Link with winsock for MinGW
Jon TURNEY
1
-0
/
+9
2013-02-24
Use Xwinsock.h on WIN32
Jon TURNEY
1
-0
/
+6
2013-02-23
Fix some integer sign/size conversion warnings flagged by clang
Alan Coopersmith
1
-3
/
+4
2013-02-23
Convert sprintf to snprintf in SECURE_RPC code
Alan Coopersmith
1
-2
/
+2
2013-02-23
Move dpy declaration from static to main() function
Alan Coopersmith
1
-2
/
+1
2013-02-23
Assume signal handlers return void, as C89 requires
Alan Coopersmith
2
-14
/
+2
2013-02-23
unifdef -UBAD_ARPAINET
Alan Coopersmith
1
-5
/
+0
2013-02-23
unifdef -Uatt
Alan Coopersmith
1
-10
/
+0
2013-02-23
unifdef -ULynx
Alan Coopersmith
1
-4
/
+0
2013-02-23
unifdef -UCRAY
Alan Coopersmith
1
-6
/
+0
2012-12-26
Remove unused TLI ("STREAMSCONN") code from xhost
Alan Coopersmith
1
-9
/
+6
2012-12-26
Remove unused DECnet ("DNETCONN") code from xhost
Alan Coopersmith
1
-70
/
+0
2012-03-22
xhost 1.0.5
xhost-1.0.5
Alan Coopersmith
1
-1
/
+1
2012-03-08
Rework si:type:value code to remove need for shadowed namelen variable
Alan Coopersmith
1
-12
/
+5
2012-03-02
configure.ac updates to match other X.Org modules
Alan Coopersmith
1
-5
/
+7
2011-09-25
man: xhost can not take a user name as a parameter.
Erik Saule
1
-2
/
+14
2011-09-25
Declare some char * as const to fix gcc -Wwrite-strings warnings
Alan Coopersmith
1
-5
/
+5
2011-09-25
Only need CFLAGS, not LIBS from xau package
Alan Coopersmith
2
-2
/
+5
2011-07-28
Move "-help" handling up to before XOpenDisplay
Julien Cristau
1
-5
/
+5
2011-07-19
xhost: check return value of X{Add,Remove}Host
Kees Cook
1
-4
/
+7
[next]