summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2010-12-02 16:19:17 -0500
committerGaetan Nadon <memsize@videotron.ca>2010-12-02 16:19:17 -0500
commite795fa604dfca292029f36df6c03c02ed7b08440 (patch)
tree4d21d43cb1cba4ad7337feefcd7da530b7420fd8
parent0c5f693d6617a740faaceb657a1fda260316e414 (diff)
specs: move SIAddresses docs to x11proto
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-rw-r--r--Makefile.am4
-rw-r--r--specs/SIAddresses/.gitignore4
-rw-r--r--specs/SIAddresses/IPv6.txt11
-rw-r--r--specs/SIAddresses/README4
-rw-r--r--specs/SIAddresses/hostname.txt11
-rw-r--r--specs/SIAddresses/localuser.txt20
6 files changed, 0 insertions, 54 deletions
diff --git a/Makefile.am b/Makefile.am
index 1bee70b..5121a1c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -32,10 +32,6 @@ EXTRA_DIST = \
specs/BDF/bdf.ms \
specs/BDF/fig1.ps \
specs/BDF/fig2.ps \
- specs/SIAddresses/hostname.txt \
- specs/SIAddresses/IPv6.txt \
- specs/SIAddresses/localuser.txt \
- specs/SIAddresses/README \
specs/specindex.html
.PHONY: ChangeLog INSTALL
diff --git a/specs/SIAddresses/.gitignore b/specs/SIAddresses/.gitignore
deleted file mode 100644
index a50f54b..0000000
--- a/specs/SIAddresses/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-# Override *.txt from toplevel .gitignore
-!hostname.txt
-!IPv6.txt
-!localuser.txt
diff --git a/specs/SIAddresses/IPv6.txt b/specs/SIAddresses/IPv6.txt
deleted file mode 100644
index 2d76f22..0000000
--- a/specs/SIAddresses/IPv6.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-ServerInterpreted address definition for type "IPv6":
-
-The X.org Architecture Task Force reserves the ServerInterpreted
-address type of "IPv6" for use with IPv6 literal address formats.
-The syntax for the value will be defined as specified in RFC 3513
-and the IETF RFC to be published based on the current draft at
-http://www.ietf.org/internet-drafts/draft-ietf-ipv6-scoping-arch-00.txt
-This address type specification will be formally issued once the
-IETF IPv6 Working Group issues the corresponding RFC.
-
-Version 0.9, March 2004
diff --git a/specs/SIAddresses/README b/specs/SIAddresses/README
deleted file mode 100644
index 1dda92f..0000000
--- a/specs/SIAddresses/README
+++ /dev/null
@@ -1,4 +0,0 @@
-This directory contains the specifications of address types for the
-ServerInterpreted address family used in the ChangeHost and ListHosts
-requests in the X11 Protocol. See Chapter 9 of the X11 Protocol spec
-for more information.
diff --git a/specs/SIAddresses/hostname.txt b/specs/SIAddresses/hostname.txt
deleted file mode 100644
index 498fb01..0000000
--- a/specs/SIAddresses/hostname.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-ServerInterpreted address definition for type "hostname":
-
-A ServerInterpreted address with type "hostname" shall have a value
-representing a hostname as defined in IETF RFC 2396. Due to Mobile IP
-and dynamic DNS, the name service should be consulted at connection
-authentication time. Clients supporting Internationalized Domain
-Names must convert to ASCII Compatible Encoding as specified in the
-relevant IETF RFC's before use in the X11 protocol. Note that this
-definition of hostname does not allow use of literal IP addresses.
-
-Version 1.0, March 2004
diff --git a/specs/SIAddresses/localuser.txt b/specs/SIAddresses/localuser.txt
deleted file mode 100644
index 5747775..0000000
--- a/specs/SIAddresses/localuser.txt
+++ /dev/null
@@ -1,20 +0,0 @@
-Server-interpreted Authentication Types "localuser" and "localgroup":
-
-On systems which can determine in a secure fashion the credentials of a client
-process, the "localuser" and "localgroup" authentication methods provide access
-based on those credentials. The format of the values provided is platform
-specific. For POSIX & UNIX platforms, if the value starts with the character
-'#', the rest of the string shall be treated as a decimal uid or gid, otherwise
-the string is defined as a user name or group name.
-
-Systems offering this MUST not simply trust a user supplied value (such as an
-environment variable or IDENT protocol response). It is expected many systems
-will only support this for clients running on the same host using a local IPC
-transport.
-
-Examples:
- xhost +SI:localuser:alanc
- xhost +SI:localuser:#1234
- xhost +SI:localgroup:wheel
- xhost +SI:localgroup:#0
-