]> Cypherpunks repositories - gostls13.git/commit
Add authentication.
authorFirmansyah Adiputra <frm.adiputra@gmail.com>
Fri, 22 Jan 2010 06:55:44 +0000 (17:55 +1100)
committerNigel Tao <nigeltao@golang.org>
Fri, 22 Jan 2010 06:55:44 +0000 (17:55 +1100)
commit9628d4c6eb5fffe4eaf17e3f34fa90ca044abf0d
tree30340c78f46005d69cbcdb793aa27346f1d05161
parentf43d95fbde8decaf9a6b82b0f1e0dce523447e9f
Add authentication.

Other code fixing:
- Fixed bugs in get32.
- Fix code for parsing display string (as a new function).
- Fix code for connecting to X server. The old code only work
  if the server is listening to TCP port, otherwise it doesn't
  work (at least in my PC).

R=nigeltao_golang, rsc, jhh
CC=golang-dev
https://golang.org/cl/183111
src/pkg/xgb/auth.go [new file with mode: 0644]
src/pkg/xgb/xgb.go