Age | Commit message (Expand) | Author |
2010-11-07 | log the request with any logged messages | Arthur de Jong |
2010-09-26 | update description of group schema supported | Arthur de Jong |
2010-06-12 | remove commented out memberOf and ipNetmaskNumber attributes and small cleanups | Arthur de Jong |
2010-05-07 | tune some buffer sizes and small cleanups | Arthur de Jong |
2010-03-20 | add an nss_initgroups_ignoreusers option to ignore username to group lookups ... | Arthur de Jong |
2009-12-27 | fix comment | Arthur de Jong |
2009-12-13 | change dict and set API to perform loops with a list of strings instead of lo... | Arthur de Jong |
2009-11-01 | give search filter escaping buffers more logical names | Arthur de Jong |
2009-11-01 | also do proper escaping in mkfilter_group_bymember() | Arthur de Jong |
2009-08-31 | rename software to nss-pam-ldapd | Arthur de Jong |
2009-06-29 | fix off by one error in the maximum number of gidNumber attributes in an LDAP... | Arthur de Jong |
2009-06-06 | implement case-sensitive filtering for group, netgroup, passwd, protocols, rp... | 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 |
2008-06-13 | combine isvalidusername() and isvalidgroupname() into isvalidname() because t... | Arthur de Jong |
2008-06-06 | miscellaneous portability improvements | 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-20 | only support uniqueMember containing DN values | Arthur de Jong |
2008-04-20 | fix warning message to not refer to alias | Arthur de Jong |
2008-04-19 | correctly call set_free() instead of free() | Arthur de Jong |
2008-04-19 | use the new set data structure to gather the group members | Arthur de Jong |
2008-04-06 | properly handle the case where dn2uid() couldn't do a DN->uid lookup | Arthur de Jong |
2008-04-05 | fix member->group searches by also searching for DN in uniqueMember attribute | Arthur de Jong |
2008-03-27 | fix a problem where the newly allocated storage by realloc() wasn't used (tha... | Arthur de Jong |
2008-02-03 | support the uniqueMember LDAP attribute that holds DN values (they are transl... | Arthur de Jong |
2007-12-31 | remove TODO (was done) | Arthur de Jong |
2007-12-09 | get rid of some old code and rename ldap-nss to myldap since there is no more... | 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-09-15 | remove support for nested groups and use of uniqueMember and member attribute... | Arthur de Jong |
2007-09-15 | some more code cleanup, changing return type of _nss_ldap_init(), integrating... | Arthur de Jong |
2007-09-15 | do not pass useless errnos around because they aren't used anymore | Arthur de Jong |
2007-09-14 | minor code improvements | 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 | move _nss_ldap_dn2uid() from util.c to group.c | 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 some more references to the old locked functions | 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-09 | change naming of search functions to clearly indicate whether the synchronous... | Arthur de Jong |
2007-09-08 | rename a function and a little bit of cleanup | 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 | remove last usage of struct ldap_args and add FIXME | Arthur de Jong |