Age | Commit message (Expand) | Author |
2014-10-04 | foo | Luke Shumaker |
2014-05-04 | Make buffer size error logging consistent | Arthur de Jong |
2013-12-18 | Centralise buffer sizes | Arthur de Jong |
2013-02-08 | implement a netgroup_all request | Arthur de Jong |
2012-12-30 | remove the ldc_ prefix from struct ldap_config fields | Arthur de Jong |
2012-12-23 | move the action argument to NSLCD_HANDLE to the front | Arthur de Jong |
2012-12-23 | update the netgroup by name request to have one result entry per netgroup wit... | Arthur de Jong |
2012-12-22 | update C coding style to a more commonly used style | Arthur de Jong |
2012-09-14 | grow all search filter buffers to 4096 bytes (thanks flavio) | Arthur de Jong |
2012-03-13 | make whether or not to do case-sensitive filtering configurable (patch by Mat... | Arthur de Jong |
2012-01-20 | formatting fixes | Arthur de Jong |
2012-01-09 | Check NULL return in write_netgroup() | Jakub Hrozek |
2011-09-09 | make validation log messages consistent | Arthur de Jong |
2010-11-07 | log the request with any logged messages | Arthur de Jong |
2010-05-07 | tune some buffer sizes and small cleanups | 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-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-05-07 | prefix NETGROUP_TYPE macros with NSLCD_ | Arthur de Jong |
2009-04-19 | clear up protocol description in nslcd.h, renaming NSLCD_RESULT_SUCCESS to NS... | 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 | replace calls to _nss_ldap_get_values() by myldap_get_values(), remove unused... | Arthur de Jong |
2007-10-28 | first step to use the new myldap interface | 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 | 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 | 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 |
2007-06-08 | implement our own stdio-like library that handles IO with a simple configurab... | Arthur de Jong |
2007-01-17 | replace __netgrent with mynetgrent removing the fields that are not used | Arthur de Jong |
2007-01-10 | write a final result code of NSLCD_RESULT_NOTFOUND for netgroup lookups | Arthur de Jong |
2007-01-09 | change license from GNU Library General Public License v.2 to GNU Lesser Gene... | Arthur de Jong |
2006-12-27 | do not allocate new memory with malloc() for each request with a string param... | Arthur de Jong |
2006-12-21 | rename server directory to nslcd | Arthur de Jong |