summaryrefslogtreecommitdiff
path: root/tests/test_myldap.c
AgeCommit message (Expand)Author
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