index
:
packages/parabola-hackers
master
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nshd
/
hackers_git
/
hackers_watch.go
Age
Commit message (
Expand
)
Author
2016-06-14
drop inotify, we can just rely on SIGHUP.
Luke Shumaker
2015-11-08
gofmt
Luke Shumaker
2015-11-07
use the separate packages from lukeshu.com, clean up the Makefile
Luke Shumaker
2015-09-18
Massive documentation and copyright clean-up.
Luke Shumaker
2015-09-12
gofmt, use make(chan) without a number argument where possible
Luke Shumaker
2015-09-12
Clean up log messages
Luke Shumaker
2015-09-12
Add an inotify watcher utility using channels; use it.
Luke Shumaker
2015-09-12
hackers_watch: fix double-lock error
Luke Shumaker
2015-09-11
Have nslcd_systemd manage the backend lifecycle
Luke Shumaker
2015-09-07
clean up
Luke Shumaker
2015-09-07
clean up gofmt differences
Luke Shumaker
2015-09-07
manage each users list of groups as a set instead of a list
Luke Shumaker
2015-09-05
track group membership
Luke Shumaker
2015-09-05
minor tidy up
Luke Shumaker
2015-09-05
clean up load_yaml_file logging
Luke Shumaker
2015-09-05
tidy up hackers_git
Luke Shumaker
2015-09-05
inotify: Avoid most of the race conditions, get rid of Cint
Luke Shumaker
2015-09-05
clean up logging
Luke Shumaker
2015-09-04
fix password loading
Luke Shumaker
2015-09-03
The comment at the bottom of hackers_watch.go was wrong; fix the race.
Luke Shumaker
2015-09-03
fix bugs in code calling inotify
Luke Shumaker
2015-09-03
tidy
Luke Shumaker
2015-09-03
Fix issues in inotify bindings
Luke Shumaker
2015-09-03
Use systemd/lsb exit codes, consistently
Luke Shumaker
2015-09-02
Clean up
Luke Shumaker
2015-09-01
Finish the hackers.git parser
Luke Shumaker
2015-08-29
roll sleeves up, do actual yaml the hard way
Luke Shumaker
2015-08-28
implement hackers_watch
Luke Shumaker