summaryrefslogtreecommitdiff
path: root/go
AgeCommit message (Collapse)Author
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
2017-02-03Rename the Go packages to have a bit more taste.Luke Shumaker
2017-01-18Update to fixed libsystemd.Luke Shumaker
2017-01-17Build against newer versions of libraries.Luke Shumaker
2017-01-16WIP: updateLuke Shumaker
2016-07-05nshd: remove "starting" debug messageLuke Shumaker
2016-06-18go back to using plain stringsv20160518.1Luke Shumaker
2016-06-18get improved libnslcdLuke Shumaker
2016-06-18PAM: more special casesLuke Shumaker
2016-06-18update to use the mutable strings in nslcd_protoLuke Shumaker
2016-06-17PAM: don't trust AsRootLuke Shumaker
2016-06-17fix PAMLuke Shumaker
2016-06-17write setuid, move things aroundLuke Shumaker