summaryrefslogtreecommitdiff
path: root/nslcd/common.h
AgeCommit message (Expand)Author
2014-12-17Have log_log automatically append strerror(errno)Luke Shumaker
2014-12-17Re-jigger to not use closuresLuke Shumaker
2014-12-16add a way say "this is the last result" from a handlerLuke Shumaker
2014-12-16use stdboolLuke Shumaker
2014-12-16Get -pedanticLuke 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
2014-12-04get strict (-Wall -Werror -Wextra), clean upLuke 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-28no more myldapLuke Shumaker
2014-11-28fooLuke Shumaker
2014-10-04fooLuke Shumaker
2014-07-02Fix copy-pastoArthur de Jong
2014-06-06Fix code indentationArthur de Jong
2014-05-04Make buffer size error logging consistentArthur de Jong
2014-05-04Grow DN buffer sizeArthur de Jong
2014-05-02Use larger nslcd password bufferushi
2013-12-18Centralise buffer sizesArthur de Jong
2013-08-30In nslcd, log EPIPE only on debug levelArthur de Jong
2013-08-21Return partial shadow information to non-root usersArthur de Jong
2013-07-26Rename nscd_invalidate option to reconnect_invalidateArthur de Jong
2013-03-30Handle user modification requests in nslcdArthur de Jong
2013-03-09implement functionality to send a cache invalidation signal to nscdArthur de Jong
2013-03-09move signame() function to common.c to make it available to all modulesArthur de Jong
2013-03-01move update_lastchange() function from shadow to pam codeArthur de Jong
2013-02-08implement a netgroup_all requestArthur de Jong
2012-12-30remove the ldc_ prefix from struct ldap_config fieldsArthur de Jong
2012-12-24more comment fixesArthur de Jong
2012-12-23move the action argument to NSLCD_HANDLE to the frontArthur de Jong
2012-12-22update C coding style to a more commonly used styleArthur de Jong
2012-11-25move all nsswitch-parsing related functions to nsswitch.cArthur de Jong
2012-07-21only inlude stdint.h if we have itArthur de Jong
2012-07-21add missing includes to ensure all types are defined in headerArthur de Jong
2012-07-08implement a pam_password_prohibit_message nslcd.conf option to deny password ...Arthur de Jong
2012-03-13make whether or not to do case-sensitive filtering configurable (patch by Mat...Arthur de Jong
2012-03-10add missing include for _POSIX_HOST_NAME_MAX (thanks Mel Flynn)Arthur de Jong
2011-09-09make validation log messages consistentArthur de Jong
2011-08-29implement and use a strtoui() function if uid_t or gid_t is of size unsigned ...Arthur de Jong
2011-08-27provide strtouid() and strtogid() functions that use strtoul() or strtoull() ...Arthur de Jong
2011-08-05check whether the NSS shadow map queries LDAP before returning x as a passwor...Arthur de Jong
2011-04-30check shadow properties (similarly to what pam_unix does) in the PAM handling...Arthur de Jong
2011-04-15support using the objectSid attribute to provide numeric user and group ids, ...Arthur de Jong
2011-03-12put all HOST_NAME_MAX fallbacks in common.h and fall back to _POSIX_HOST_NAME...Arthur de Jong
2011-03-11move HOST_NAME_MAX fallback definition to header fileArthur de Jong
2011-03-10update copyright headers to add missing yearsArthur de Jong