summaryrefslogtreecommitdiff
path: root/nslcd/nslcd.c
AgeCommit message (Expand)Author
2014-12-17Have log_log automatically append strerror(errno)Luke Shumaker
2014-12-17do away with configuring the log levelLuke Shumaker
2014-12-16simplify the loggerLuke Shumaker
2014-12-16it now works for a first query, then crashesLuke Shumaker
2014-12-16clean up error handlingLuke 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-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
2014-12-04get strict (-Wall -Werror -Wextra), clean upLuke Shumaker
2014-12-03use NSLCD_HANDLE{,_UID}() to generate more of the codeLuke Shumaker
2014-10-04fooLuke Shumaker
2014-09-28Turn into a new-style systemd daemonLuke Shumaker
2014-05-04Log daemonising failuresArthur de Jong
2014-01-02Properly daemonise nslcd and only exit when readyArthur de Jong
2013-10-29Fix a number of compiler warningsArthur de Jong
2013-10-29Start invalidator after locking pidfileArthur de Jong
2013-09-08Use larger nslcd send buffersArthur de Jong
2013-08-23Ignore SIGUSR2 for future compatibilityArthur de Jong
2013-08-21Handle SIGUSR1 by resetting the retry timerArthur de Jong
2013-08-21Return partial shadow information to non-root usersArthur de Jong
2013-08-18-n switch for nslcd (prevents process from forking)Caleb Callaway
2013-07-26Rename nscd_invalidate option to reconnect_invalidateArthur de Jong
2013-04-03Fix commentArthur de Jong
2013-03-30Handle user modification requests in nslcdArthur de Jong
2013-03-09start the nscd invalidator and invalidate the nscd cache after reconnecting t...Arthur de Jong
2013-03-09move signame() function to common.c to make it available to all modulesArthur de Jong
2013-02-23log version information from the NSS moduleArthur de Jong
2013-02-23extra sanity check to ensure not too many file descriptors are openArthur de Jong
2013-02-23handle the log configuration option in nslcdArthur de Jong
2013-02-08implement a netgroup_all requestArthur de Jong
2013-01-18make checking dlsym() result a little saferArthur de Jong
2012-12-30remove the ldc_ prefix from struct ldap_config fieldsArthur de Jong
2012-12-22update C coding style to a more commonly used styleArthur de Jong
2012-12-16make nslcd actions hexadecimal values with some structure to make debugging e...Arthur de Jong
2012-12-16switch protocol from host byte order to network byte order and switch use of ...Arthur de Jong
2012-10-14if nslcd creates the state directory, try to set the right ownershipArthur de Jong
2012-10-12use poll() instead of select() for checking file descriptor activity to also ...Arthur de Jong
2012-09-01include an explicit cast to int when printing gid_t (fixes r1723)Arthur de Jong
2012-07-20on startup have the gid option default to the primary group of the specified ...Arthur de Jong
2012-07-08implement a pam_password_prohibit_message nslcd.conf option to deny password ...Arthur de Jong
2012-05-18get rid of a few compiler warnings on FreeBSDArthur de Jong
2012-05-09provide a compatibility definition of SUN_LEN() for systems that lack itArthur de Jong
2012-05-09remove duplicate debug from log messageArthur de Jong
2012-05-04don't try to close _SC_OPEN_MAX file descriptorArthur de Jong
2012-02-29update copyright yearsArthur de Jong
2012-01-20clarify error messages and fix typo in commentArthur de Jong
2012-01-17pass the correct size of named socket address (fixes FreeBSD issue, fixes r1295)Arthur de Jong