Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nslcd/common.h
Commit message (Expand)AuthorAgeFilesLines
* Increase password buffer lengthArthur de Jong2022-09-041-1/+1
* Various spelling fixesArthur de Jong2019-09-171-2/+2
* Increase size of hostname bufferArthur de Jong2018-02-171-11/+2
* Also fix signed integer bug in binsid2id()Arthur de Jong2015-06-131-1/+1
* Fix copy-pastoArthur de Jong2014-07-021-2/+2
* Fix code indentationArthur de Jong2014-06-061-1/+1
* Make buffer size error logging consistentArthur de Jong2014-05-041-2/+2
* Grow DN buffer sizeArthur de Jong2014-05-041-3/+3
* Use larger nslcd password bufferushi2014-05-021-1/+1
* Centralise buffer sizesArthur de Jong2013-12-181-0/+11
* In nslcd, log EPIPE only on debug levelArthur de Jong2013-08-301-1/+4
* Return partial shadow information to non-root usersArthur de Jong2013-08-211-2/+2
* Rename nscd_invalidate option to reconnect_invalidateArthur de Jong2013-07-261-4/+4
* Handle user modification requests in nslcdArthur de Jong2013-03-301-0/+1
* implement functionality to send a cache invalidation sign...Arthur de Jong2013-03-091-0/+8
* move signame() function to common.c to make it available ...Arthur de Jong2013-03-091-0/+3
* move update_lastchange() function from shadow to pam codeArthur de Jong2013-03-011-3/+0
* implement a netgroup_all requestArthur de Jong2013-02-081-1/+2
* remove the ldc_ prefix from struct ldap_config fieldsArthur de Jong2012-12-301-1/+1
* more comment fixesArthur de Jong2012-12-241-1/+1
* move the action argument to NSLCD_HANDLE to the frontArthur de Jong2012-12-231-5/+5
* update C coding style to a more commonly used styleArthur de Jong2012-12-221-113/+122
* move all nsswitch-parsing related functions to nsswitch.cArthur de Jong2012-11-251-1/+4
* only inlude stdint.h if we have itArthur de Jong2012-07-211-0/+2
* add missing includes to ensure all types are defined in h...Arthur de Jong2012-07-211-0/+2
* implement a pam_password_prohibit_message nslcd.conf opti...Arthur de Jong2012-07-081-0/+1
* make whether or not to do case-sensitive filtering config...Arthur de Jong2012-03-131-0/+6
* add missing include for _POSIX_HOST_NAME_MAX (thanks Mel ...Arthur de Jong2012-03-101-1/+2
* make validation log messages consistentArthur de Jong2011-09-091-3/+4
* implement and use a strtoui() function if uid_t or gid_t ...Arthur de Jong2011-08-291-0/+13
* provide strtouid() and strtogid() functions that use strt...Arthur de Jong2011-08-271-0/+18
* check whether the NSS shadow map queries LDAP before retu...Arthur de Jong2011-08-051-0/+4
* check shadow properties (similarly to what pam_unix does)...Arthur de Jong2011-04-301-0/+9
* support using the objectSid attribute to provide numeric ...Arthur de Jong2011-04-151-0/+8
* put all HOST_NAME_MAX fallbacks in common.h and fall back...Arthur de Jong2011-03-121-0/+4
* move HOST_NAME_MAX fallback definition to header fileArthur de Jong2011-03-111-0/+5
* update copyright headers to add missing yearsArthur de Jong2011-03-101-1/+1
* implement a fqdn variable that can be used inside pam_aut...Arthur de Jong2011-01-291-0/+5
* allow attribute mapping with an expression for the userPa...Arthur de Jong2010-12-281-1/+2
* try to update the shadowLastChange attribute of a user on...Arthur de Jong2010-12-261-0/+3
* return correct PAM status code for when LDAP server is un...Arthur de Jong2010-11-171-1/+1
* log the request with any logged messagesArthur de Jong2010-11-071-7/+5
* avoid unneeded strdup()s by using a passed buffer to look...Arthur de Jong2010-11-041-1/+1
* implement a rootpwmodpw option that allows root users to ...Arthur de Jong2010-09-051-2/+2
* make include guard names consistent throughout the source...Arthur de Jong2010-06-141-3/+3
* make logging of buffer checks consistentArthur de Jong2010-05-131-1/+1
* also have myldap_search() return an LDAP status codeArthur de Jong2010-04-131-2/+2
* make NSLCD_HANDLE_PARAMS() macro simpler and not have emp...Arthur de Jong2009-10-111-5/+5
* log reading and writing errors with errno messageArthur de Jong2009-09-271-2/+4
* rename software to nss-pam-ldapdArthur de Jong2009-08-311-1/+1