summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-07-21these changes were sitting here, I don't know how longHEADmasterLuke Shumaker
2014-12-17Use log_log->SD universallyLuke Shumaker
2014-12-17Have log_log automatically append strerror(errno)Luke Shumaker
Instead of having strerror used everywhere. I did this because strerror is NOT thread safe. This still isn't thread safe, but at least now it's all in one place, easy to fix.
2014-12-17do away with configuring the log levelLuke Shumaker
2014-12-17remove unused cfg stuffLuke Shumaker
2014-12-17Re-jigger to not use closuresLuke Shumaker
2014-12-17misc minor text (non-code) changesLuke Shumaker
2014-12-16db_pam: check the validity of a userLuke Shumaker
2014-12-16simplify the loggerLuke Shumaker
2014-12-16add a way say "this is the last result" from a handlerLuke Shumaker
2014-12-16use stdboolLuke Shumaker
2014-12-16it now works for a first query, then crashesLuke Shumaker
2014-12-16clean up error handlingLuke Shumaker
2014-12-16Get -pedanticLuke Shumaker
2014-12-15man/Makefile: update which files are tar'ed/rm'edLuke Shumaker
2014-12-15rename to parabola-hackers-nslcdLuke Shumaker
2014-12-15dispatch.h: don't include obvious parameter identifiersLuke Shumaker
2014-12-15touch up man pagesLuke Shumaker
2014-12-15fix nslcd.conf parsing (I hope)Luke Shumaker
2014-12-15update the manualLuke Shumaker
2014-12-15be stricter everywhere (-D_FORTIFY_SOURCE=2)Luke Shumaker
2014-12-15prepare "release"Luke Shumaker
2014-12-15add configuring yamldirLuke Shumaker
2014-12-15use sd_notify to signal when setup is done, and when shutting downLuke Shumaker
2014-12-15remove old entries from default config fileLuke Shumaker
2014-12-15update configureLuke Shumaker
2014-12-15it builds!Luke Shumaker
2014-12-15clean up NSS module codeLuke Shumaker
2014-12-14replace more instances of "ldap" with "nslcd"Luke Shumaker
2014-12-14cleanup:Luke Shumaker
- Remove a bunch of unused stuff from common. - Rename some ldap-named stuff - Don't bother messing with UIDs/GIDs, let systemd do it
2014-12-14Makefile: correctly add dependencies on dispatch.hLuke Shumaker
2014-12-13remove autogen.sh, just use `autoreconf -if`Luke Shumaker
2014-12-04hackers_parse.c: make ASSERT more verboseLuke Shumaker
2014-12-04get strict (-Wall -Werror -Wextra), clean upLuke Shumaker
2014-12-03strip down cfgLuke Shumaker
2014-12-03nslcd/Makefile.am: avoid some needless rebuildsLuke Shumaker
2014-12-03mostly implement db_pam.cLuke Shumaker
2014-12-03use NSLCD_HANDLE{,_UID}() to generate more of the codeLuke Shumaker
2014-11-29fix errors: the only erroring files left are db_pam.c and nslcd.cLuke Shumaker
2014-11-29wipLuke Shumaker
2014-11-29db_passwd: add missing tmpint32Luke Shumaker
2014-11-29wip db_shadowLuke Shumaker
2014-11-29common/inotify_helpers:inotify_print_event: output C-literal syntaxLuke Shumaker
2014-11-28configure.ac: woops, nlscd requires NSS_LDAP_SONAMELuke Shumaker
2014-11-28no more myldapLuke Shumaker
2014-11-28closer to buildingLuke Shumaker
2014-11-28buildsystemLuke Shumaker
2014-11-28cleanup inotify helpersLuke Shumaker
2014-11-28fooLuke Shumaker
2014-10-04fooLuke Shumaker