summaryrefslogtreecommitdiff
path: root/auth.go
AgeCommit message (Collapse)Author
2016-03-29fix structs with field name of 'Bytes'Andrew Gallant
(it conflict with a method of the same name that is generated for all such structs)
2016-03-21Handle wildcard values in Xauthority fileaarzilli
Some field values in the Xauthority file have special meanings: - a value of 65535 in the 'family' field means that the entry will match a connection of any family on any address - an empty string in the 'display number' field means that the entry will match a connection on any display number This behaviour is documented at: https://cgit.freedesktop.org/xorg/lib/libXau/tree/AuGetBest.c#n109
2012-05-28auth: use encoding.binaryPaul Sbarra
2012-05-12docsAndrew Gallant (Ocelot)
2012-05-07important stuff first pleaseAndrew Gallant (Ocelot)
2012-05-03reworking xgb. cleaned up connection stuff a little. making new xid ↵Andrew Gallant (Ocelot)
generation cleaner and use goroutines for it.
2012-04-28initial commit. not currently in a working state.Andrew Gallant (Ocelot)