summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-10-07db_pam: I had "0" in the array of possible characters twiceLuke Shumaker
2015-09-18Only clean `generate` targets on maintainer-cleanLuke Shumaker
2015-09-18dl: Keep track of if a handle has been closedLuke Shumaker
2015-09-18Massive documentation and copyright clean-up.Luke Shumaker
2015-09-12nslcd_systemd: clean upLuke Shumaker
2015-09-12nslcd_proto:handleRequest: fixLuke Shumaker
2015-09-12psncd_proto:handleRequest: clean up loggingLuke Shumaker
2015-09-12gofmt, use make(chan) without a number argument where possibleLuke Shumaker
2015-09-12Derp, channels and goroutines are enumeratorsLuke Shumaker
2015-09-12Clean up log messagesLuke Shumaker
2015-09-12Add an inotify watcher utility using channels; use it.Luke Shumaker
2015-09-12inotify: fix the type of the Init1 flagsLuke Shumaker
2015-09-12hackers_watch: fix double-lock errorLuke Shumaker
2015-09-12woops, remove cruft from inotify changeLuke Shumaker
2015-09-11fix several all*Enumerator initializersLuke Shumaker
2015-09-11nslcd_systemd: set up the signal handlers earlierLuke Shumaker
2015-09-11tidyLuke Shumaker
2015-09-11Have nslcd_systemd manage the backend lifecycleLuke Shumaker
2015-09-08I am dumb, fix inotify bindingsLuke Shumaker
2015-09-08oopsLuke Shumaker
2015-09-07implement db_groupLuke Shumaker
2015-09-07clean upLuke Shumaker
2015-09-07Pull the mucking with getgrnam into a getgr package.Luke Shumaker
2015-09-07Disable the nss ldap module for our process (include bindings for libdl)Luke Shumaker
2015-09-07clean up gofmt differencesLuke Shumaker
2015-09-07manage each users list of groups as a set instead of a listLuke Shumaker
2015-09-05track group membershipLuke Shumaker
2015-09-05minor tidy upLuke Shumaker
2015-09-05hackers_git:parse_user_yaml(): prune duplicate group namesLuke Shumaker
2015-09-05clean up load_yaml_file loggingLuke Shumaker
2015-09-05tidy up hackers_gitLuke Shumaker
2015-09-05inotify: Avoid most of the race conditions, get rid of CintLuke Shumaker
2015-09-05fix nslcd_proto IOLuke Shumaker
2015-09-05The way nslcd_proto's GenericGetNext was designed, nil checks didn't workLuke Shumaker
2015-09-05nslcd_proto.handleRequest had a check backwardsLuke Shumaker
2015-09-05error handling fixesLuke Shumaker
2015-09-05nslcd_h: each of the custom types should have kind==struct, to make io easyLuke Shumaker
2015-09-05clean up loggingLuke Shumaker
2015-09-04fix filename2uid()Luke Shumaker
2015-09-04fix password loadingLuke Shumaker
2015-09-03nslcd_proto/io.go: Derp, the end of the switch block absolutely is reachedLuke Shumaker
2015-09-03Use a defer/recover block to have the exit status on panic match LSB.Luke Shumaker
2015-09-03Fix a race condition: WaitGroup.Add() should be called before "go"Luke Shumaker
2015-09-03The comment at the bottom of hackers_watch.go was wrong; fix the race.Luke Shumaker
2015-09-03remove stray newlineLuke Shumaker
2015-09-03fix the nslcd_proto.Ucred definitionLuke Shumaker
2015-09-03fix bugs in code calling inotifyLuke Shumaker
2015-09-03tidyLuke Shumaker
2015-09-03Fix issues in inotify bindingsLuke Shumaker
2015-09-03fix sd_daemon/logger arg passingLuke Shumaker