summaryrefslogtreecommitdiff
path: root/nslcd_systemd/nslcd_systemd.go
AgeCommit message (Expand)Author
2017-12-19nslcd_{systemd,server}: log more thingsLuke Shumaker
2017-12-18nslcd_systemd: make the connection a param in the handler closureLuke Shumaker
2017-12-18nslcd_systemd: give each connection a unique ID prefix for loggingLuke Shumaker
2017-12-18use contexts for loggingLuke Shumaker
2017-12-18nslcd_{server,systemd}: BREAKING CHANGE: use contextsLuke Shumaker
2017-12-18nslcd_systemd: return EXIT_NETWORK for network errorsLuke Shumaker
2017-12-18nslcd_systemd: don't call err.Error() unnecessarilyLuke Shumaker
2017-09-08nslcd_systemd: add `import "os"` to the example in the docsLuke Shumaker
2017-09-08nslcd_{server,systemd}: FIX, BREAKING CHANGE: add limitsLuke Shumaker
2017-09-08nslcd_systemd: FIX: avoid a race conditionLuke Shumaker
2017-09-08nslcd_systemd: say "temporary error" when logging a temporary net errorLuke Shumaker
2017-09-08nslcd_systemd: backoff on temporary net errorsLuke Shumaker
2017-09-08nslcd_systemd: Don't spew errors about "closed network socket" while stoppingLuke Shumaker
2017-09-08nslcd_systemd: Allow permanent network errors to make us exitLuke Shumaker
2017-09-08nslcd_systemd: Use go 1.9 syscall.RawConn to implement getpeercred()Luke Shumaker
2017-09-08nslcd_systemd: log a notice when reloadingLuke Shumaker
2017-09-04add canonical import pathsLuke Shumaker
2017-05-14remove dead assignmentsLuke Shumaker
2017-01-18Update for change in sd_notify.Luke Shumaker
2017-01-14Rename packages: lukeshu.com/git/go/*.git -> git.lukeshu.com/go/*Luke Shumaker
2017-01-01Update for new libsystemd.Luke Shumaker
2016-12-19Use x/sys/unix instead of the deprecated syscall. BREAKING CHANGE.Luke Shumaker
2016-12-18Rename packages to make goimports happy. BREAKING CHANGE.Luke Shumaker