| Commit message (Expand) | Author | Age | Files | Lines |
* | implement test cases for some of the common PAM actions (... | Arthur de Jong | 2011-03-18 | 5 | -37/+302 |
* | put all assertion functions and compatibility code into o... | Arthur de Jong | 2011-03-17 | 8 | -111/+89 |
* | remove legacy test code that is no longer used | Arthur de Jong | 2011-03-16 | 13 | -1369/+1 |
* | fix name of script in header | Arthur de Jong | 2011-03-13 | 1 | -1/+1 |
* | add some test groups and add the arthur user to them to t... | Arthur de Jong | 2011-03-06 | 2 | -3/+3 |
* | paging isn't supported by OpenLDAP when chasing referrals | Arthur de Jong | 2010-12-26 | 1 | -1/+1 |
* | sort group members by alphabet to not be dependant on the... | Arthur de Jong | 2010-12-18 | 1 | -11/+21 |
* | update tests with current test set-up (with chasing a ref... | Arthur de Jong | 2010-12-18 | 3 | -1/+4 |
* | include extra assertion checks | Arthur de Jong | 2010-12-11 | 1 | -0/+2 |
* | implement dict_getany() and set_pop() functions to be abl... | Arthur de Jong | 2010-10-15 | 1 | -3/+15 |
* | make DICTs and SETs case-sensitive | Arthur de Jong | 2010-10-15 | 2 | -15/+18 |
* | also switch to nss_status_t for test code | Arthur de Jong | 2010-09-28 | 11 | -22/+22 |
* | implement a global symbol inside the NSS module to allow ... | Arthur de Jong | 2010-06-14 | 1 | -2/+2 |
* | rename reconnect_maxsleeptime option to reconnect_retrytime | Arthur de Jong | 2010-05-09 | 2 | -2/+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 |
* | small improvements to the test setup | Arthur de Jong | 2010-04-01 | 3 | -19/+14 |
* | small updates to documentation | Arthur de Jong | 2010-02-27 | 1 | -6/+5 |
* | implement attribute mapping using shell-like expressions | Arthur de Jong | 2009-12-28 | 5 | -7/+163 |
* | preload our own NSS module for tests | Arthur de Jong | 2009-12-28 | 1 | -0/+5 |
* | change dict and set API to perform loops with a list of s... | Arthur de Jong | 2009-12-13 | 2 | -31/+37 |
* | add test case for comma in DN attribute value | Arthur de Jong | 2009-11-01 | 2 | -4/+8 |
* | rename configfile to /etc/nslcd.conf and make debian pack... | Arthur de Jong | 2009-08-31 | 7 | -13/+13 |
* | rename software to nss-pam-ldapd | Arthur de Jong | 2009-08-31 | 9 | -11/+11 |
* | implement case-sensitive filtering for group, netgroup, p... | Arthur de Jong | 2009-06-06 | 1 | -1/+59 |
* | fix wrapping | Arthur de Jong | 2009-06-06 | 1 | -11/+11 |
* | update and document test suite | Arthur de Jong | 2009-06-06 | 3 | -1/+90 |
* | refactor protocol reading and writing macros to the commo... | Arthur de Jong | 2009-05-29 | 1 | -1/+1 |
* | add missing objects to test programs | Arthur de Jong | 2009-05-29 | 1 | -0/+8 |
* | support multiple search bases, partially based on a patch... | Arthur de Jong | 2009-05-24 | 2 | -12/+12 |
* | allow backslashes in names execpt as first or last character | Arthur de Jong | 2008-12-03 | 1 | -0/+3 |
* | reflect change in test LDAP setup | Arthur de Jong | 2008-07-20 | 1 | -1/+1 |
* | add some very basic tests for the isvalidname() function | Arthur de Jong | 2008-06-13 | 2 | -2/+56 |
* | remove test socket at end of test | Arthur de Jong | 2008-06-11 | 1 | -0/+2 |
* | implement a very basic test for getpeercred() | Arthur de Jong | 2008-06-06 | 2 | -2/+147 |
* | miscellaneous portability improvements | Arthur de Jong | 2008-06-06 | 1 | -1/+5 |
* | add some tests for isvalidgroupname() | Arthur de Jong | 2008-05-04 | 1 | -0/+9 |
* | add file for testing nslcd/group.c | Arthur de Jong | 2008-05-02 | 2 | -1/+138 |
* | don't even compile the test programs on make check | Arthur de Jong | 2008-05-02 | 1 | -2/+5 |
* | don't compile test code on every build and fix LDADD list... | Arthur de Jong | 2008-05-02 | 1 | -9/+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 | 3 | -21/+20 |
* | 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 | 2 | -3/+11 |
* | fix order of members in group in tests because of new has... | Arthur de Jong | 2008-04-23 | 1 | -4/+4 |
* | add test for problem with duplicate entries being returne... | Arthur de Jong | 2008-04-23 | 1 | -0/+37 |
* | implement a set that uses the dict module as back-end | Arthur de Jong | 2008-04-19 | 2 | -3/+72 |