summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
AgeCommit message (Expand)Author
2011-08-14put external libraries at the end when linkingArthur de Jong
2011-08-05check whether the NSS shadow map queries LDAP before returning x as a passwor...Arthur de Jong
2011-03-26ensure that all test source files are distibuted and can tests can be run whe...Arthur de Jong
2011-03-25re-organise tests somewhat making things more consistentArthur de Jong
2011-03-25implement a validnames option that can be used to fine-tune the test for vali...Arthur de Jong
2011-03-18implement test cases for some of the common PAM actions (test environment req...Arthur de Jong
2011-03-17put all assertion functions and compatibility code into one header fileArthur de Jong
2011-03-16remove legacy test code that is no longer usedArthur de Jong
2010-06-14implement a global symbol inside the NSS module to allow applications to disa...Arthur 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-05-29refactor protocol reading and writing macros to the common directory, use mor...Arthur de Jong
2009-05-29add missing objects to test programsArthur de Jong
2008-06-13add some very basic tests for the isvalidname() functionArthur de Jong
2008-06-06implement a very basic test for getpeercred()Arthur de Jong
2008-05-02add file for testing nslcd/group.cArthur de Jong
2008-05-02don't even compile the test programs on make checkArthur de Jong
2008-05-02don't compile test code on every build and fix LDADD lists to include correct...Arthur de Jong
2008-04-19implement a set that uses the dict module as back-endArthur de Jong
2008-04-19some new tests for the dictionary moduleArthur de Jong
2008-02-01pagectrl module has movedArthur de Jong
2008-01-31pass the correct pthread flags for all calls to compiler and linker and link ...Arthur de Jong
2007-12-20pass configfile to use as a command-line paramter to test_myldap, use the myl...Arthur de Jong
2007-12-09fix objects that are needed to get tests linkable (due to namechange from lda...Arthur de Jong
2007-10-19integrate basic myldap interface (partially merged from dev-myldap branch)Arthur de Jong
2007-10-19include debugging information in object filesArthur de Jong
2007-10-19move most C[PP]FLAGS options to AM_C[PP]FLAGS and clean up a littleArthur de Jong
2007-09-22add all objects that are now needed to test the configuration moduleArthur de Jong
2007-08-19add some checks for the configuration moduleArthur de Jong
2007-08-19move dict and tio tests into the tests directoryArthur de Jong
2007-06-17support building outside the source directoryArthur de Jong
2007-06-08implement our own stdio-like library that handles IO with a simple configurab...Arthur de Jong
2007-02-04add simple test for dict moduleArthur de Jong
2007-01-09change license from GNU Library General Public License v.2 to GNU Lesser Gene...Arthur de Jong
2006-12-20properly capitalize company nameArthur de Jong
2006-12-03split out common files into own variable and disable (comment out) protocol d...Arthur de Jong
2006-11-28get as many files from the root directory as possible, moving all server rela...Arthur de Jong