| Commit message (Expand) | Author | Age | Files | Lines |
* | Use uint8_t instead of u_int8_t | Arthur de Jong | 2017-06-18 | 1 | -4/+4 |
* | Query ethernet addresses in compact and long format | Arthur de Jong | 2017-06-13 | 1 | -10/+22 |
* | Make buffer size error logging consistent | Arthur de Jong | 2014-05-04 | 1 | -1/+4 |
* | Centralise buffer sizes | Arthur de Jong | 2013-12-18 | 1 | -4/+4 |
* | change ethernet address formatting from FIXME to note | Arthur de Jong | 2013-01-05 | 1 | -4/+4 |
* | remove the ldc_ prefix from struct ldap_config fields | Arthur de Jong | 2012-12-30 | 1 | -2/+2 |
* | move the action argument to NSLCD_HANDLE to the front | Arthur de Jong | 2012-12-23 | 1 | -6/+3 |
* | update C coding style to a more commonly used style | Arthur de Jong | 2012-12-22 | 1 | -62/+58 |
* | switch protocol from host byte order to network byte orde... | Arthur de Jong | 2012-12-16 | 1 | -2/+2 |
* | grow all search filter buffers to 4096 bytes (thanks flavio) | Arthur de Jong | 2012-09-14 | 1 | -2/+2 |
* | make validation log messages consistent | Arthur de Jong | 2011-09-09 | 1 | -2/+2 |
* | give string representations of addresses more logical names | Arthur de Jong | 2011-09-08 | 1 | -12/+8 |
* | log the request with any logged messages | Arthur de Jong | 2010-11-07 | 1 | -6/+5 |
* | tune some buffer sizes and small cleanups | Arthur de Jong | 2010-05-07 | 1 | -2/+2 |
* | give search filter escaping buffers more logical names | Arthur de Jong | 2009-11-01 | 1 | -6/+6 |
* | 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 | -20/+12 |
* | 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 |
* | clear up protocol description in nslcd.h, renaming NSLCD_... | Arthur de Jong | 2009-04-19 | 1 | -1/+1 |
* | don't define struct ether_addr here, it was moved to comp... | Arthur de Jong | 2008-02-08 | 1 | -6/+0 |
* | provide replacements for ether_aton_r() and ether_ntoa_r... | Arthur de Jong | 2008-02-04 | 1 | -3/+1 |
* | include stdint.h | Arthur de Jong | 2008-01-30 | 1 | -0/+3 |
* | use uint8_t instead of u_int8_t because the former seems ... | Arthur de Jong | 2008-01-30 | 1 | -3/+3 |
* | use ether_ntoa_r() instead of ether_ntoa() | Arthur de Jong | 2007-12-20 | 1 | -3/+6 |
* | switch to new LDAP entry parsing code that is much simple... | Arthur de Jong | 2007-12-09 | 1 | -65/+58 |
* | first step to use the new myldap interface | Arthur de Jong | 2007-10-28 | 1 | -104/+47 |
* | do not pass useless errnos around because they aren't use... | Arthur de Jong | 2007-09-15 | 1 | -6/+3 |
* | move the two remaining useful functions from util.c to ld... | Arthur de Jong | 2007-09-15 | 1 | -1/+0 |
* | do not flush streams: our caller closes the streams flusi... | Arthur de Jong | 2007-09-14 | 1 | -3/+0 |
* | make use of write_*ent() functions consistent | Arthur de Jong | 2007-09-14 | 1 | -13/+19 |
* | remove mutex from all LDAP operations because we now have... | Arthur de Jong | 2007-09-14 | 1 | -2/+0 |
* | get rid of global session and instead pass the session as... | Arthur de Jong | 2007-09-14 | 1 | -23/+16 |
* | move base and scope handling to database specific modules... | Arthur de Jong | 2007-09-08 | 1 | -9/+19 |
* | move filters definitions to the database modules themselv... | Arthur de Jong | 2007-09-08 | 1 | -15/+24 |
* | make handling of ent_context consistent and simpler | Arthur de Jong | 2007-09-07 | 1 | -5/+4 |
* | properly initialize all contexts | Arthur de Jong | 2007-09-07 | 1 | -1/+1 |
* | 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/+5 |
* | rename attlst stuff to attrs since that is the name of th... | Arthur de Jong | 2007-09-07 | 1 | -11/+11 |
* | move some of the filter code to the database specific mod... | Arthur de Jong | 2007-09-07 | 1 | -13/+49 |
* | include service name in attlst storage and functions | Arthur de Jong | 2007-09-03 | 1 | -11/+11 |
* | define the list of attributes to look up in searches in t... | Arthur de Jong | 2007-07-28 | 1 | -25/+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 | -5/+6 |
* | implement our own stdio-like library that handles IO with... | Arthur de Jong | 2007-06-09 | 1 | -5/+5 |
* | code improvements by making type casts explicit, flagging... | Arthur de Jong | 2007-03-04 | 1 | -1/+5 |
* | 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 | -4/+2 |