index
:
go/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
Age
Commit message (
Expand
)
Author
2017-09-08
nslcd_systemd: log a notice when reloading
Luke Shumaker
2017-09-08
nslcd_proto: Add some doc comments
Luke Shumaker
2017-09-04
add canonical import paths
Luke Shumaker
2017-09-03
nslcd_proto: fix typo in package description
Luke Shumaker
2017-09-03
nslcd_systemd: whoops, missed one of the dead assignments
Luke Shumaker
2017-05-14
remove dead assignments
Luke Shumaker
2017-05-12
Have the Makefile be AutoThing friendly.
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-02
Tidy: make a private var const instead of var
Luke Shumaker
2017-01-01
tidy Makefiles
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
2016-12-18
Adjust to the new libsystemd.git/sd_daemon interface.
Luke Shumaker
2016-12-18
Add BUG comments about unchecked lengths.
Luke Shumaker
2016-10-15
simplify Makefiles for go generate
Luke Shumaker
2016-06-18
go back to using plain strings
Luke Shumaker
2016-06-18
revert the last commit
Luke Shumaker
2016-06-18
Use a pool of byte arrays to reduce GC pressure.
Luke Shumaker
2016-06-18
Shoot, I needed to use ReadFull, not Read. Amature mistake.
Luke Shumaker
2016-06-18
fix a package name in an error message
Luke Shumaker
2016-06-18
goimports
Luke Shumaker
2016-06-18
Write a mutable String class to avoid memory usage issues. Safer logging.
Luke Shumaker
2016-06-17
Correctly handle 0-length byte arrays in IO.
Luke Shumaker
2016-06-17
disable_nss_module is too close to Arthur's version to not mention copyright
Luke Shumaker
2016-06-15
oops, fix the last commit
Luke Shumaker
2016-06-15
re-do the Makefile to be autothing-compatible.
Luke Shumaker
2015-11-08
gofmt
Luke Shumaker
2015-11-08
tidy Makefile
Luke Shumaker
2015-11-08
add readme.go
Luke Shumaker
2015-11-07
fix import paths
Luke Shumaker
2015-10-26
dlfcn: return raw unsafe.Pointer
Luke Shumaker
2015-10-26
go vet thinks that `panic("not reached")` isn't reachable, so remove it.
Luke Shumaker
2015-09-18
Only clean `generate` targets on maintainer-clean
Luke Shumaker
2015-09-18
Massive documentation and copyright clean-up.
Luke Shumaker