summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-12-12fix GOCACHE pathwip-formalize-packagers-committersbill-auger
2019-12-12prepare releasebill-auger
2019-12-12update README.mdbill-auger
2019-12-12whitespacebill-auger
2019-12-12add users YAML testsbill-auger
2019-12-12add 'designers' and 'community' rolesbill-auger
2019-12-11formalize 'packagers' and 'commiters' rolesbill-auger
2019-12-11re-organize hackers YAML modelbill-auger
2019-12-11refactor bin/ssh-list-authorized-keysbill-auger
2019-12-10add group filter to meta-catbill-auger
2018-07-20meta-normalize-stdio: Get a little stricterLuke Shumaker
- require fullname to be non-empty - require the ssh key ident to look like an email
2018-04-26Prepare releasev20180426Luke Shumaker
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-28load_user_yaml: whoops, groups wasn't dumping as an arrayLuke Shumaker
2017-12-21prepare releaseLuke Shumaker
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-12-16meta-check: use #!/usr/bin/envLuke Shumaker
2017-12-16default config: begin switching to more granular groupsLuke Shumaker
2017-12-16default config: remove http and bzr groupsLuke Shumaker
2017-12-16Allow groupgroups to be nested arbitrarily deep.Luke Shumaker
2017-12-16LICENSE.txt: be consistent with trailing slashesLuke Shumaker
2017-09-17Makefile: "-race" doesn't work in i686, don't break the tests thereLuke Shumaker
2017-09-17Makefile: use the race detector when running testsLuke Shumaker
2017-09-08prepare releasev20170908Luke 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-03maint: correctly filter unused go packages from the distributionLuke Shumaker
2017-09-03Update dependenciesLuke Shumaker
Note that the upstream YAML library has re-licensed to Apache 2.0.
2017-09-03nshd-tester: clean up exit codeLuke Shumaker
2017-09-03nshd-tester: add a commentLuke Shumaker
2017-09-03nshd-tester: simplify the full_write routineLuke Shumaker
2017-09-03nshd-tester: use STDERR_FILENO instead of hard-coding '2'Luke Shumaker
2017-09-03nshd-tester: add a commentLuke Shumaker
2017-09-03nshd-tester: clean up the #include listLuke Shumaker
It was missing <string.h>, and had an unnecessary <sys/stat.h>.
2017-09-03nshd-tester: Allow passing argumentsLuke Shumaker
2017-09-03nshd-tester: don't assume that arg 3 to error(3) is localizableLuke Shumaker
Most of the time it's just a syscall name, which shouldn't be localized. It was inconsistent on this before.
2017-09-03nshd-tester: help GCC out a bit by defining assert_not_reached()Luke Shumaker
-Werror=implicit-fallthrough was tripping up on the case that ended with error(EXIT_FAILURE, ...).
2017-09-03nshd-tester: update default cmdnameLuke Shumaker
2017-05-12oops, fix the Makefilev20170421.1Luke Shumaker
2017-05-12prepare releaseLuke Shumaker
2017-04-21meta-normalize-stdio: for YOB, use Integer instead of deprecated Fixnumv20170421Luke Shumaker
2017-04-21meta-normalize-stdio: Use '! is_a?' instead of 'class !='Luke 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