From 742ff03dcad4d16ca8901ed47be91b303523a385 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Fri, 6 Feb 2009 11:35:40 -0800 Subject: Restore FamilyKrb5Principal definition Even if Kerberos5 support is currently unimplemented in the X server & libXau, the Family id for the X11 protocol is still defined and reserved for Kerberos5, and should be recorded here for interoperability with other implementations and to avoid reuse if someone adds a new authentication family in the future. Signed-off-by: Alan Coopersmith --- include/X11/Xauth.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/X11/Xauth.h b/include/X11/Xauth.h index 741da24..ace975d 100644 --- a/include/X11/Xauth.h +++ b/include/X11/Xauth.h @@ -53,6 +53,7 @@ typedef struct xauth { # define FamilyLocal (256) /* not part of X standard (i.e. X.h) */ # define FamilyWild (65535) # define FamilyNetname (254) /* not part of X standard */ +# define FamilyKrb5Principal (253) /* Kerberos 5 principal name */ # define FamilyLocalHost (252) /* for local non-net authentication */ -- cgit v1.2.3