Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nslcd/common.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* don't return password hashes at all for non-root users, b...Arthur de Jong2009-08-121-5/+10
* import preliminary version of PAM functionality into nslcdArthur de Jong2009-06-031-0/+5
* make lookup_dn2uid() available to other modules and split...Arthur de Jong2009-06-031-0/+7
* refactor protocol reading and writing macros to the commo...Arthur de Jong2009-05-291-1/+1
* initialise database modules only once after parsing configArthur de Jong2009-05-241-2/+14
* support multiple search bases, partially based on a patch...Arthur de Jong2009-05-241-8/+13
* combine isvalidusername() and isvalidgroupname() into isv...Arthur de Jong2008-06-131-2/+2
* add checks for valid user and group names in incoming req...Arthur de Jong2008-04-201-0/+3
* return values of dn2uid() and uid2dn() should always be usedArthur de Jong2008-04-061-2/+2
* fix member->group searches by also searching for DN in un...Arthur de Jong2008-04-051-0/+3
* implement a dn2uid() function to transform a DN into a us...Arthur de Jong2008-02-021-1/+4