Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nslcd/common.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* immediatly bail out if write entity function failed (prev...Arthur de Jong2008-01-021-1/+2
* fix get_userpassword() function descriptionArthur de Jong2007-12-311-2/+2
* have myldap_get_entry() return an LDAP status code that c...Arthur de Jong2007-12-251-3/+7
* remove NSLCD_RESULT_UNAVAIL because it's not needed anymo...Arthur de Jong2007-12-251-1/+1
* no need for us to flush the buffer since our caller close...Arthur de Jong2007-12-251-2/+0
* get rid of some old code and rename ldap-nss to myldap si...Arthur de Jong2007-12-091-1/+1
* switch to new LDAP entry parsing code that is much simple...Arthur de Jong2007-12-091-0/+24
* first step to use the new myldap interfaceArthur de Jong2007-10-281-0/+38
* remove support for nested groups and use of uniqueMember ...Arthur de Jong2007-09-151-3/+0
* add note about free()ing the returned value and add loggingArthur de Jong2007-09-141-0/+1
* move user2dn() from group.c to passwd_username2dn() in pa...Arthur de Jong2007-09-141-2/+1
* get rid of global session and instead pass the session as...Arthur de Jong2007-09-141-30/+31
* move nss2nslcd() to ldap-nss.cArthur de Jong2007-09-081-8/+0
* move some of the filter code to the database specific mod...Arthur de Jong2007-09-071-0/+7
* implement our own stdio-like library that handles IO with...Arthur de Jong2007-06-091-32/+32
* add gcc attributes to some functions and parametersArthur de Jong2007-02-171-1/+3
* change license from GNU Library General Public License v....Arthur de Jong2007-01-091-7/+7