Class Protocols.X.Auth.auth_file

Description

XAuthority key database.


Variable auth

mapping(int:mapping(string:mapping)) Protocols.X.Auth.auth_file.auth

Description

Mapping from address family to mapping from destination key (cf make_key()) to authentication entry.

Known address families:

0

IPv4 address.

1

DECNet address.

2

Chaos net address.

6

IPv6 address.

33

Amoeba address.

252

Localhost.

253

Kerberos 5 Principal.

254

Netname.

256

Local connection (typically unix domain socket or loopback).

65535

Wildcard.


Method create

Protocols.X.Auth.auth_file Protocols.X.Auth.auth_file(string(8bit) s)

Parameter s

Raw Xauthority file data.