summaryrefslogtreecommitdiff
path: root/tests/test_myldap.c
AgeCommit message (Expand)Author
2014-01-04Fix compiler warnings in the myldap testArthur de Jong
2013-03-28Do not rely on printf() being able to print NULL stringsArthur de Jong
2012-12-30reorganise and rename configuration options to be in line with manual pageArthur de Jong
2012-12-30remove the ldc_ prefix from struct ldap_config fieldsArthur de Jong
2012-12-22update C coding style to a more commonly used styleArthur de Jong
2011-08-05replace last traces of groupOfUniqueNamesArthur de Jong
2011-08-03switch to using the member attribute by default instead of uniqueMemberArthur de Jong
2011-03-25re-organise tests somewhat making things more consistentArthur de Jong
2011-03-17put all assertion functions and compatibility code into one header fileArthur de Jong
2010-12-11include extra assertion checksArthur de Jong
2010-05-07implement test for buffer overflowArthur de Jong
2010-04-13also have myldap_search() return an LDAP status codeArthur de Jong
2009-12-28implement attribute mapping using shell-like expressionsArthur de Jong
2009-08-31rename configfile to /etc/nslcd.conf and make debian packaging copy the file ...Arthur de Jong
2009-08-31rename software to nss-pam-ldapdArthur de Jong
2009-05-24support multiple search bases, partially based on a patch by Leigh Wedding <l...Arthur de Jong
2008-05-01fix a warningArthur de Jong
2008-05-01ensure that filter_get_var() and filter_get_var() return non-NULL to enable p...Arthur de Jong
2008-04-25implement new timing mechanism for retries to quickly fail lookups to LDAP se...Arthur de Jong
2008-04-25include missing includeArthur de Jong
2008-04-25ignore SIGPIPE in myldap testsArthur de Jong
2008-04-25fix assert to be test instead of assignmentArthur de Jong
2008-04-25have the binary look up the file name and only use the shell script wrapper t...Arthur de Jong
2008-04-05check that the last myldap_get_entry() returned successArthur de Jong
2008-02-15add tests for myldap_get_rdn_value() and myldap_cpy_rdn_value()Arthur de Jong
2008-02-03add tests for new LDAP lookupsArthur de Jong
2008-01-31re-add test URIs that accidentally got commented out in the last commitArthur de Jong
2008-01-31pass the correct pthread flags for all calls to compiler and linker and link ...Arthur de Jong
2008-01-26somewhat improve the output from the testsArthur de Jong
2007-12-26in test_two_searches() test that we can read from the second search if the fi...Arthur de Jong
2007-12-25have myldap_get_entry() return an LDAP status code that can signal errors in ...Arthur de Jong
2007-12-22add limited test for reconnect logicArthur de Jong
2007-12-22limit printing of results in test to just 10Arthur de Jong
2007-12-20pass configfile to use as a command-line paramter to test_myldap, use the myl...Arthur de Jong
2007-12-20have assertion on correct searchArthur de Jong
2007-12-14fix typo in commentArthur de Jong
2007-10-19integrate basic myldap interface (partially merged from dev-myldap branch)Arthur de Jong