The function adds the specified host to the access control list for that display. The server must be on the same host as the client issuing the command, or a error results.
can generate and errors.
The function adds each specified host to the access control list for that display. The server must be on the same host as the client issuing the command, or a error results.
can generate and errors.
The function returns the current access control list as well as whether the use of the list at connection setup was enabled or disabled. allows a program to find out what machines can make connections. It also returns a pointer to a list of host structures that were allocated by the function. When no longer needed, this memory should be freed by calling
The function removes the specified host from the access control list for that display. The server must be on the same host as the client process, or a error results. If you remove your machine from the access list, you can no longer connect to that server, and this operation cannot be reversed unless you reset the server.
can generate and errors.
The function removes each specified host from the access control list for that display. The X server must be on the same host as the client process, or a error results. If you remove your machine from the access list, you can no longer connect to that server, and this operation cannot be reversed unless you reset the server.
can generate and errors.
The function either enables or disables the use of the access control list at each connection setup.
can generate and errors.
The function enables the use of the access control list at each connection setup.
can generate a error.
The function disables the use of the access control list at each connection setup.
can generate a error.