Age | Commit message (Expand) | Author |
2010-05-07 | tune some buffer sizes and small cleanups | Arthur de Jong |
2010-04-13 | also have myldap_search() return an LDAP status code | Arthur de Jong |
2009-12-28 | implement attribute mapping using shell-like expressions | Arthur de Jong |
2009-11-01 | give search filter escaping buffers more logical names | Arthur de Jong |
2009-08-31 | rename software to nss-pam-ldapd | Arthur de Jong |
2009-08-12 | don't return password hashes at all for non-root users, based on a patch by A... | Arthur de Jong |
2009-06-29 | fix off by one error in the maximum number of uidNumber attributes in an LDAP... | Arthur de Jong |
2009-06-06 | implement case-sensitive filtering for group, netgroup, passwd, protocols, rp... | Arthur de Jong |
2009-06-03 | make lookup_dn2uid() available to other modules and split uid2dn() into uid2e... | Arthur de Jong |
2009-05-29 | refactor protocol reading and writing macros to the common directory, use mor... | Arthur de Jong |
2009-05-24 | initialise database modules only once after parsing config | Arthur de Jong |
2009-05-24 | support multiple search bases, partially based on a patch by Leigh Wedding <l... | Arthur de Jong |
2009-04-19 | clear up protocol description in nslcd.h, renaming NSLCD_RESULT_SUCCESS to NS... | Arthur de Jong |
2009-02-27 | add some more documentation | Arthur de Jong |
2008-06-13 | combine isvalidusername() and isvalidgroupname() into isvalidname() because t... | Arthur de Jong |
2008-06-06 | miscellaneous portability improvements | Arthur de Jong |
2008-05-03 | implement a cache for dn2uid() lookups that saves some time doing LDAP search... | Arthur de Jong |
2008-04-26 | make log message a little more descriptive | Arthur de Jong |
2008-04-23 | don't issue warning when myldap_get_entry() returns NULL and LDAP_SUCCESS | Arthur de Jong |
2008-04-20 | fix tests for valid user and group names | Arthur de Jong |
2008-04-20 | add checks for valid user and group names in incoming requests and for data r... | Arthur de Jong |
2008-04-19 | add test for emtpy DN | Arthur de Jong |
2008-04-05 | fix member->group searches by also searching for DN in uniqueMember attribute | Arthur de Jong |
2008-02-02 | implement a dn2uid() function to transform a DN into a username (looking insi... | Arthur de Jong |
2008-01-03 | update copyright year | Arthur de Jong |
2008-01-03 | do not warn about missing loginShell attribute because it is not mandatory | Arthur de Jong |
2007-12-09 | switch to new LDAP entry parsing code that is much simpler and more readable | Arthur de Jong |
2007-10-28 | first step to use the new myldap interface | Arthur de Jong |
2007-10-20 | call mysnprintf() instead of snprintf() where needed (bugfix) | Arthur de Jong |
2007-09-15 | remove support for nested groups and use of uniqueMember and member attribute... | Arthur de Jong |
2007-09-15 | do not pass useless errnos around because they aren't used anymore | Arthur de Jong |
2007-09-14 | move the two remaining useful functions from util.c to ldap-nss.c | Arthur de Jong |
2007-09-14 | add note about free()ing the returned value and add logging | Arthur de Jong |
2007-09-14 | move user2dn() from group.c to passwd_username2dn() in passwd.c | Arthur de Jong |
2007-09-14 | do not flush streams: our caller closes the streams flusing them | Arthur de Jong |
2007-09-14 | make use of write_*ent() functions consistent | Arthur de Jong |
2007-09-14 | remove mutex from all LDAP operations because we now have a session and a con... | Arthur de Jong |
2007-09-14 | get rid of global session and instead pass the session as a parameter with ev... | Arthur de Jong |
2007-09-08 | move base and scope handling to database specific modules, gettting rid of ld... | Arthur de Jong |
2007-09-08 | move filters definitions to the database modules themselves (and already defi... | Arthur de Jong |
2007-09-07 | make handling of ent_context consistent and simpler | Arthur de Jong |
2007-09-07 | properly initialize all contexts | Arthur de Jong |
2007-09-07 | remove the ldap-schema.[ch] files since this is now fully implemented in the ... | Arthur de Jong |
2007-09-07 | also pass search filter for the *_all() functions from the database module in... | Arthur de Jong |
2007-09-07 | rename attlst stuff to attrs since that is the name of the parameter that is ... | Arthur de Jong |
2007-09-07 | move some of the filter code to the database specific modules to be able to r... | Arthur de Jong |
2007-09-03 | include service name in attlst storage and functions | Arthur de Jong |
2007-07-28 | define the list of attributes to look up in searches in the service modules i... | Arthur de Jong |
2007-07-26 | switch to the new attribute mapping code | Arthur de Jong |
2007-07-24 | switch to a new interface for doing attribute mapping, splitting the attribut... | Arthur de Jong |