| Commit message (Expand) | Author | Age | Files | Lines |
* | make whether or not to do case-sensitive filtering config... | Arthur de Jong | 2012-03-13 | 1 | -1/+1 |
* | formatting fixes | Arthur de Jong | 2012-01-20 | 1 | -1/+0 |
* | Check NULL return in write_netgroup() | Jakub Hrozek | 2012-01-09 | 1 | -0/+7 |
* | make validation log messages consistent | Arthur de Jong | 2011-09-09 | 1 | -11/+16 |
* | log the request with any logged messages | Arthur de Jong | 2010-11-07 | 1 | -2/+2 |
* | tune some buffer sizes and small cleanups | Arthur de Jong | 2010-05-07 | 1 | -3/+3 |
* | give search filter escaping buffers more logical names | Arthur de Jong | 2009-11-01 | 1 | -3/+3 |
* | rename software to nss-pam-ldapd | Arthur de Jong | 2009-08-31 | 1 | -1/+1 |
* | implement case-sensitive filtering for group, netgroup, p... | Arthur de Jong | 2009-06-06 | 1 | -2/+9 |
* | refactor protocol reading and writing macros to the commo... | Arthur de Jong | 2009-05-29 | 1 | -1/+1 |
* | initialise database modules only once after parsing config | Arthur de Jong | 2009-05-24 | 1 | -1/+1 |
* | support multiple search bases, partially based on a patch... | Arthur de Jong | 2009-05-24 | 1 | -5/+7 |
* | prefix NETGROUP_TYPE macros with NSLCD_ | Arthur de Jong | 2009-05-08 | 1 | -2/+2 |
* | clear up protocol description in nslcd.h, renaming NSLCD_... | Arthur de Jong | 2009-04-19 | 1 | -2/+2 |
* | switch to new LDAP entry parsing code that is much simple... | Arthur de Jong | 2007-12-09 | 1 | -266/+120 |
* | replace calls to _nss_ldap_get_values() by myldap_get_val... | Arthur de Jong | 2007-10-28 | 1 | -10/+6 |
* | first step to use the new myldap interface | Arthur de Jong | 2007-10-28 | 1 | -27/+21 |
* | do not pass useless errnos around because they aren't use... | Arthur de Jong | 2007-09-15 | 1 | -2/+1 |
* | move the two remaining useful functions from util.c to ld... | Arthur de Jong | 2007-09-15 | 1 | -1/+0 |
* | get rid of global session and instead pass the session as... | Arthur de Jong | 2007-09-14 | 1 | -8/+7 |
* | move base and scope handling to database specific modules... | Arthur de Jong | 2007-09-08 | 1 | -4/+11 |
* | move filters definitions to the database modules themselv... | Arthur de Jong | 2007-09-08 | 1 | -2/+22 |
* | make handling of ent_context consistent and simpler | Arthur de Jong | 2007-09-07 | 1 | -7/+0 |
* | remove the ldap-schema.[ch] files since this is now fully... | Arthur de Jong | 2007-09-07 | 1 | -1/+0 |
* | also pass search filter for the *_all() functions from th... | Arthur de Jong | 2007-09-07 | 1 | -2/+1 |
* | rename attlst stuff to attrs since that is the name of th... | Arthur de Jong | 2007-09-07 | 1 | -8/+8 |
* | move some of the filter code to the database specific mod... | Arthur de Jong | 2007-09-07 | 1 | -6/+20 |
* | include service name in attlst storage and functions | Arthur de Jong | 2007-09-03 | 1 | -8/+8 |
* | define the list of attributes to look up in searches in t... | Arthur de Jong | 2007-07-28 | 1 | -1/+13 |
* | switch to the new attribute mapping code | Arthur de Jong | 2007-07-26 | 1 | -0/+1 |
* | switch to a new interface for doing attribute mapping, sp... | Arthur de Jong | 2007-07-24 | 1 | -2/+3 |
* | implement our own stdio-like library that handles IO with... | Arthur de Jong | 2007-06-09 | 1 | -2/+2 |
* | replace __netgrent with mynetgrent removing the fields th... | Arthur de Jong | 2007-01-17 | 1 | -8/+5 |
* | write a final result code of NSLCD_RESULT_NOTFOUND for ne... | Arthur de Jong | 2007-01-10 | 1 | -0/+2 |
* | change license from GNU Library General Public License v.... | Arthur de Jong | 2007-01-09 | 1 | -7/+7 |
* | do not allocate new memory with malloc() for each request... | Arthur de Jong | 2006-12-27 | 1 | -2/+2 |
* | rename server directory to nslcd | Arthur de Jong | 2006-12-21 | 1 | -0/+354 |