Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/test_myldap.c
Commit message (Expand)AuthorAgeFilesLines
* Fix compiler warnings in the myldap testArthur de Jong2014-01-041-6/+5
* Do not rely on printf() being able to print NULL stringsArthur de Jong2013-03-281-9/+16
* reorganise and rename configuration options to be in line...Arthur de Jong2012-12-301-3/+3
* remove the ldc_ prefix from struct ldap_config fieldsArthur de Jong2012-12-301-24/+16
* update C coding style to a more commonly used styleArthur de Jong2012-12-221-186/+203
* replace last traces of groupOfUniqueNamesArthur de Jong2011-08-051-1/+1
* switch to using the member attribute by default instead o...Arthur de Jong2011-08-031-2/+2
* re-organise tests somewhat making things more consistentArthur de Jong2011-03-251-12/+0
* put all assertion functions and compatibility code into o...Arthur de Jong2011-03-171-21/+3
* include extra assertion checksArthur de Jong2010-12-111-0/+2
* implement test for buffer overflowArthur de Jong2010-05-071-0/+31
* also have myldap_search() return an LDAP status codeArthur de Jong2010-04-131-10/+10
* implement attribute mapping using shell-like expressionsArthur de Jong2009-12-281-1/+4
* rename configfile to /etc/nslcd.conf and make debian pack...Arthur de Jong2009-08-311-1/+1
* rename software to nss-pam-ldapdArthur de Jong2009-08-311-1/+1
* support multiple search bases, partially based on a patch...Arthur de Jong2009-05-241-8/+8
* fix a warningArthur de Jong2008-05-011-1/+1
* ensure that filter_get_var() and filter_get_var() return ...Arthur de Jong2008-05-011-6/+8
* implement new timing mechanism for retries to quickly fai...Arthur de Jong2008-04-251-8/+8
* include missing includeArthur de Jong2008-04-251-0/+1
* ignore SIGPIPE in myldap testsArthur de Jong2008-04-251-0/+8
* fix assert to be test instead of assignmentArthur de Jong2008-04-251-1/+1
* have the binary look up the file name and only use the sh...Arthur de Jong2008-04-251-2/+10
* check that the last myldap_get_entry() returned successArthur de Jong2008-04-051-0/+1
* add tests for myldap_get_rdn_value() and myldap_cpy_rdn_v...Arthur de Jong2008-02-151-0/+36
* add tests for new LDAP lookupsArthur de Jong2008-02-031-0/+47
* re-add test URIs that accidentally got commented out in t...Arthur de Jong2008-01-311-2/+2
* pass the correct pthread flags for all calls to compiler ...Arthur de Jong2008-01-311-4/+4
* somewhat improve the output from the testsArthur de Jong2008-01-261-33/+33
* in test_two_searches() test that we can read from the sec...Arthur de Jong2007-12-261-1/+10
* have myldap_get_entry() return an LDAP status code that c...Arthur de Jong2007-12-251-11/+12
* add limited test for reconnect logicArthur de Jong2007-12-221-0/+40
* limit printing of results in test to just 10Arthur de Jong2007-12-221-25/+29
* pass configfile to use as a command-line paramter to test...Arthur de Jong2007-12-201-40/+29
* have assertion on correct searchArthur de Jong2007-12-201-2/+1
* fix typo in commentArthur de Jong2007-12-141-1/+1
* integrate basic myldap interface (partially merged from d...Arthur de Jong2007-10-191-0/+280