summaryrefslogtreecommitdiff
path: root/go/src
AgeCommit message (Collapse)Author
2018-04-26Update dependenciesLuke Shumaker
This now requires go 1.10 (because x/sys/unix) The cgo that go 1.10 ships is apparently super unhappy when `CC=gcc -std=c99`, it wants GNU dialects. So add a way to override that; set `go_CC=gcc -std=gnu99`. On the bright side, the cgo CFLAGS hacks are no longer nescessary.
2017-12-19update dependenciesLuke Shumaker
actually, roll "errors" back to the last tagged version, instead of master
2017-12-18gofmtLuke Shumaker
2017-12-18nslcd_pam: tidy; order defers like all of the other DBsLuke Shumaker
2017-09-08nshd: set a max request size of 1 KiBLuke Shumaker
2017-09-08maint: Add a `check` target to run tests, and add nescessary dependenciesLuke Shumaker
This also downgrades the sys/unix dep. The golang.org/x/sys/unix library can't be updated past commit ab9e364efd8b52800ff7ee48a9ffba4e0ed78dfb (where I have it right now) until go commit 93da0b6e66f24c4c307e0df37ceb102a33306174 (currently on master) makes it in to a release. It narrowly missed the cut-off to be in go 1.9; I expect it to be in go 1.10 around February 2018.
2017-09-08update libnslcdLuke Shumaker
2017-09-03Update dependenciesLuke Shumaker
Note that the upstream YAML library has re-licensed to Apache 2.0.
2017-05-12prepare releaseLuke Shumaker
2017-02-04gofmtv20170204Luke Shumaker
2017-02-04nshd: Centralize all config-var substitutions into a `paths.go`.Luke Shumaker
I'm tired of accidentally editing the wrong file.
2017-02-04update dependenciesLuke Shumaker
2017-02-04gofmtLuke Shumaker
2017-02-04nshd: db_pam: gut; only support pam_sm_chauthtok()Luke Shumaker
2017-02-03Merge remote-tracking branch 'origin/master'Luke Shumaker
2017-02-03Less magic in the build system; don't hide the go workspace.Luke Shumaker