index
:
libnslcd
master
release
Package libnslcd implements the nslcd protocol of nss-pam-ldapd, and utlities for implementing daemons.
Luke T. Shumaker
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
nslcd_systemd
Age
Commit message (
Expand
)
Author
2017-12-19
nslcd_{systemd,server}: log more things
Luke Shumaker
2017-12-18
nslcd_systemd: make the connection a param in the handler closure
Luke Shumaker
2017-12-18
nslcd_systemd: give each connection a unique ID prefix for logging
Luke Shumaker
2017-12-18
use contexts for logging
Luke Shumaker
2017-12-18
nslcd_{server,systemd}: BREAKING CHANGE: use contexts
Luke Shumaker
2017-12-18
gofmt nslcd_systemd/misc_test.go
Luke Shumaker
2017-12-18
nslcd_systemd: return EXIT_NETWORK for network errors
Luke Shumaker
2017-12-18
nslcd_systemd: don't call err.Error() unnecessarily
Luke Shumaker
2017-09-08
nslcd_systemd: add `import "os"` to the example in the docs
Luke Shumaker
2017-09-08
nslcd_server: Add a request size limit
Luke Shumaker
2017-09-08
add a test for tricking the server into allocating huge buffers
Luke Shumaker
2017-09-08
test: clean up, create a parameterized testDriver()
Luke Shumaker
2017-09-08
nslcd_{server,systemd}: FIX, BREAKING CHANGE: add limits
Luke Shumaker
2017-09-08
nslcd_systemd: FIX: avoid a race condition
Luke Shumaker
2017-09-08
add tests
Luke Shumaker
2017-09-08
nslcd_systemd: say "temporary error" when logging a temporary net error
Luke Shumaker
2017-09-08
nslcd_systemd: backoff on temporary net errors
Luke Shumaker
2017-09-08
nslcd_systemd: Don't spew errors about "closed network socket" while stopping
Luke Shumaker
2017-09-08
nslcd_systemd: Allow permanent network errors to make us exit
Luke Shumaker
2017-09-08
nslcd_systemd: Use go 1.9 syscall.RawConn to implement getpeercred()
Luke Shumaker
2017-09-08
nslcd_systemd: log a notice when reloading
Luke Shumaker
2017-09-04
add canonical import paths
Luke Shumaker
2017-05-14
remove dead assignments
Luke Shumaker
2017-01-18
Update for change in sd_notify.
Luke Shumaker
2017-01-14
Rename packages: lukeshu.com/git/go/*.git -> git.lukeshu.com/go/*
Luke Shumaker
2017-01-01
Update for new libsystemd.
Luke Shumaker
2016-12-19
Use x/sys/unix instead of the deprecated syscall. BREAKING CHANGE.
Luke Shumaker
2016-12-18
Rename packages to make goimports happy. BREAKING CHANGE.
Luke Shumaker