| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix compiler warnings in the myldap test | Arthur de Jong | 2014-01-04 | 1 | -6/+5 |
* | Do not rely on printf() being able to print NULL strings | Arthur de Jong | 2013-03-28 | 1 | -9/+16 |
* | reorganise and rename configuration options to be in line... | Arthur de Jong | 2012-12-30 | 1 | -3/+3 |
* | remove the ldc_ prefix from struct ldap_config fields | Arthur de Jong | 2012-12-30 | 1 | -24/+16 |
* | update C coding style to a more commonly used style | Arthur de Jong | 2012-12-22 | 1 | -186/+203 |
* | replace last traces of groupOfUniqueNames | Arthur de Jong | 2011-08-05 | 1 | -1/+1 |
* | switch to using the member attribute by default instead o... | Arthur de Jong | 2011-08-03 | 1 | -2/+2 |
* | re-organise tests somewhat making things more consistent | Arthur de Jong | 2011-03-25 | 1 | -12/+0 |
* | put all assertion functions and compatibility code into o... | Arthur de Jong | 2011-03-17 | 1 | -21/+3 |
* | include extra assertion checks | Arthur de Jong | 2010-12-11 | 1 | -0/+2 |
* | implement test for buffer overflow | Arthur de Jong | 2010-05-07 | 1 | -0/+31 |
* | also have myldap_search() return an LDAP status code | Arthur de Jong | 2010-04-13 | 1 | -10/+10 |
* | implement attribute mapping using shell-like expressions | Arthur de Jong | 2009-12-28 | 1 | -1/+4 |
* | rename configfile to /etc/nslcd.conf and make debian pack... | Arthur de Jong | 2009-08-31 | 1 | -1/+1 |
* | rename software to nss-pam-ldapd | Arthur de Jong | 2009-08-31 | 1 | -1/+1 |
* | support multiple search bases, partially based on a patch... | Arthur de Jong | 2009-05-24 | 1 | -8/+8 |
* | fix a warning | Arthur de Jong | 2008-05-01 | 1 | -1/+1 |
* | ensure that filter_get_var() and filter_get_var() return ... | Arthur de Jong | 2008-05-01 | 1 | -6/+8 |
* | implement new timing mechanism for retries to quickly fai... | Arthur de Jong | 2008-04-25 | 1 | -8/+8 |
* | include missing include | Arthur de Jong | 2008-04-25 | 1 | -0/+1 |
* | ignore SIGPIPE in myldap tests | Arthur de Jong | 2008-04-25 | 1 | -0/+8 |
* | fix assert to be test instead of assignment | Arthur de Jong | 2008-04-25 | 1 | -1/+1 |
* | have the binary look up the file name and only use the sh... | Arthur de Jong | 2008-04-25 | 1 | -2/+10 |
* | check that the last myldap_get_entry() returned success | Arthur de Jong | 2008-04-05 | 1 | -0/+1 |
* | add tests for myldap_get_rdn_value() and myldap_cpy_rdn_v... | Arthur de Jong | 2008-02-15 | 1 | -0/+36 |
* | add tests for new LDAP lookups | Arthur de Jong | 2008-02-03 | 1 | -0/+47 |
* | re-add test URIs that accidentally got commented out in t... | Arthur de Jong | 2008-01-31 | 1 | -2/+2 |
* | pass the correct pthread flags for all calls to compiler ... | Arthur de Jong | 2008-01-31 | 1 | -4/+4 |
* | somewhat improve the output from the tests | Arthur de Jong | 2008-01-26 | 1 | -33/+33 |
* | in test_two_searches() test that we can read from the sec... | Arthur de Jong | 2007-12-26 | 1 | -1/+10 |
* | have myldap_get_entry() return an LDAP status code that c... | Arthur de Jong | 2007-12-25 | 1 | -11/+12 |
* | add limited test for reconnect logic | Arthur de Jong | 2007-12-22 | 1 | -0/+40 |
* | limit printing of results in test to just 10 | Arthur de Jong | 2007-12-22 | 1 | -25/+29 |
* | pass configfile to use as a command-line paramter to test... | Arthur de Jong | 2007-12-20 | 1 | -40/+29 |
* | have assertion on correct search | Arthur de Jong | 2007-12-20 | 1 | -2/+1 |
* | fix typo in comment | Arthur de Jong | 2007-12-14 | 1 | -1/+1 |
* | integrate basic myldap interface (partially merged from d... | Arthur de Jong | 2007-10-19 | 1 | -0/+280 |