summaryrefslogtreecommitdiff
path: root/nslcd/common.h
AgeCommit message (Expand)Author
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
2011-01-29implement a fqdn variable that can be used inside pam_authz_search filtersArthur de Jong
2010-12-28allow attribute mapping with an expression for the userPassword attribute for...Arthur de Jong
2010-12-26try to update the shadowLastChange attribute of a user on password change (th...Arthur de Jong
2010-11-17return correct PAM status code for when LDAP server is unavailable (based on ...Arthur de Jong
2010-11-07log the request with any logged messagesArthur de Jong
2010-11-04avoid unneeded strdup()s by using a passed buffer to lookup_dn2uid() and usin...Arthur de Jong
2010-09-05implement a rootpwmodpw option that allows root users to change user password...Arthur de Jong
2010-06-14make include guard names consistent throughout the source and avoid conflicts...Arthur de Jong
2010-05-13make logging of buffer checks consistentArthur de Jong
2010-04-13also have myldap_search() return an LDAP status codeArthur de Jong
2009-10-11make NSLCD_HANDLE_PARAMS() macro simpler and not have empty argumentArthur de Jong
2009-09-27log reading and writing errors with errno messageArthur de Jong
2009-08-31rename software to nss-pam-ldapdArthur de Jong
2009-08-12don't return password hashes at all for non-root users, based on a patch by A...Arthur de Jong
2009-06-03import preliminary version of PAM functionality into nslcdArthur de Jong
2009-06-03make lookup_dn2uid() available to other modules and split uid2dn() into uid2e...Arthur de Jong
2009-05-29refactor protocol reading and writing macros to the common directory, use mor...Arthur de Jong
2009-05-24initialise database modules only once after parsing configArthur de Jong
2009-05-24support multiple search bases, partially based on a patch by Leigh Wedding <l...Arthur de Jong
2008-06-13combine isvalidusername() and isvalidgroupname() into isvalidname() because t...Arthur de Jong
2008-04-20add checks for valid user and group names in incoming requests and for data r...Arthur de Jong
2008-04-06return values of dn2uid() and uid2dn() should always be usedArthur de Jong
2008-04-05fix member->group searches by also searching for DN in uniqueMember attributeArthur de Jong
2008-02-02implement a dn2uid() function to transform a DN into a username (looking insi...Arthur de Jong
2008-01-02immediatly bail out if write entity function failed (prevents numerous "error...Arthur de Jong
2007-12-31fix get_userpassword() function descriptionArthur de Jong
2007-12-25have myldap_get_entry() return an LDAP status code that can signal errors in ...Arthur de Jong
2007-12-25remove NSLCD_RESULT_UNAVAIL because it's not needed anymore (the connection i...Arthur de Jong
2007-12-25no need for us to flush the buffer since our caller closes the stream immedia...Arthur de Jong
2007-12-09get rid of some old code and rename ldap-nss to myldap since there is no more...Arthur de Jong
2007-12-09switch to new LDAP entry parsing code that is much simpler and more readableArthur de Jong
2007-10-28first step to use the new myldap interfaceArthur de Jong
2007-09-15remove support for nested groups and use of uniqueMember and member attribute...Arthur de Jong
2007-09-14add note about free()ing the returned value and add loggingArthur de Jong
2007-09-14move user2dn() from group.c to passwd_username2dn() in passwd.cArthur de Jong
2007-09-14get rid of global session and instead pass the session as a parameter with ev...Arthur de Jong
2007-09-08move nss2nslcd() to ldap-nss.cArthur de Jong
2007-09-07move some of the filter code to the database specific modules to be able to r...Arthur de Jong
2007-06-08implement our own stdio-like library that handles IO with a simple configurab...Arthur de Jong
2007-02-17add gcc attributes to some functions and parametersArthur de Jong
2007-01-09change license from GNU Library General Public License v.2 to GNU Lesser Gene...Arthur de Jong
2006-12-27do not allocate new memory with malloc() for each request with a string param...Arthur de Jong
2006-12-21rename server directory to nslcdArthur de Jong