aboutsummaryrefslogtreecommitdiff
path: root/nexgb/auth.go
Commit message (Collapse)AuthorAgeFilesLines
* nexgb: post-merge fixups and cleanupsPřemysl Janouch2018-09-081-1/+1
| | | | | | | | | AUTHORS, CONTRIBUTORS: still useful, add people from git log, clean up. LICENSE: Google doesn't really grant you shit anymore. The EU doesn't have software patents either, so it doesn't affect me directly. README, doc.go: erase mentions of unmaintained xgbutil.
* fix structs with field name of 'Bytes'Andrew Gallant2018-09-081-1/+2
| | | | | (it conflict with a method of the same name that is generated for all such structs)
* Handle wildcard values in Xauthority fileaarzilli2018-09-081-1/+5
| | | | | | | | | | | 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
* auth: use encoding.binaryPaul Sbarra2012-05-281-23/+13
|
* docsAndrew Gallant (Ocelot)2012-05-121-4/+6
|
* important stuff first pleaseAndrew Gallant (Ocelot)2012-05-071-31/+31
|
* reworking xgb. cleaned up connection stuff a little. making new xid ↵Andrew Gallant (Ocelot)2012-05-031-2/+4
| | | | generation cleaner and use goroutines for it.
* initial commit. not currently in a working state.Andrew Gallant (Ocelot)2012-04-281-0/+111