| Commit message (Expand) | Author | Age | Files | Lines |
* | from a review of glibc 2.3.6 code it shows that strerror(... | Arthur de Jong | 2008-05-18 | 1 | -1/+0 |
* | use send() with a flag to ignore SIGPIPE instead of write... | Arthur de Jong | 2008-05-17 | 1 | -15/+3 |
* | include a random string in every log message to be able t... | Arthur de Jong | 2008-05-16 | 3 | -5/+48 |
* | add sanity checks to sleep calls to never sleep too long ... | Arthur de Jong | 2008-05-16 | 2 | -4/+16 |
* | remove comment about limitation that has now been removed | Arthur de Jong | 2008-05-16 | 1 | -4/+0 |
* | grow the read buffer maximum size to 2Mbyte to allow for ... | Arthur de Jong | 2008-05-16 | 1 | -1/+1 |
* | add some documentation on supported group to member mappings | Arthur de Jong | 2008-05-15 | 1 | -1/+25 |
* | improve documentation for myldap_get_rdn_value() function | Arthur de Jong | 2008-05-15 | 1 | -5/+5 |
* | close the connection and retry the search (once) if the s... | Arthur de Jong | 2008-05-11 | 1 | -0/+24 |
* | split retry mechanism of myldap_search() into a new do_re... | Arthur de Jong | 2008-05-11 | 1 | -45/+58 |
* | allocate the search memory region in myldap_search() inst... | Arthur de Jong | 2008-05-11 | 1 | -31/+27 |
* | also allow closing of searches that no longer have a vali... | Arthur de Jong | 2008-05-11 | 1 | -19/+13 |
* | get files ready for 0.6.2 release0.6.2 | Arthur de Jong | 2008-05-04 | 7 | -13/+380 |
* | some documentation cleanups and updates | Arthur de Jong | 2008-05-04 | 2 | -21/+30 |
* | add some tests for isvalidgroupname() | Arthur de Jong | 2008-05-04 | 1 | -0/+9 |
* | make number of threads configurable with the threads keyword | Arthur de Jong | 2008-05-04 | 4 | -6/+39 |
* | add reference to note about thread-safeness of OpenLDAP | Arthur de Jong | 2008-05-04 | 1 | -2/+2 |
* | fix copyright year | Arthur de Jong | 2008-05-04 | 1 | -1/+1 |
* | implement a cache for dn2uid() lookups that saves some ti... | Arthur de Jong | 2008-05-03 | 1 | -24/+81 |
* | add soft dependency on slapd, simplify network and file s... | Arthur de Jong | 2008-05-03 | 1 | -4/+4 |
* | remove checking for first entry and always return NSS_STA... | Arthur de Jong | 2008-05-02 | 2 | -14/+7 |
* | 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 |
* | only support tls-related options if LDAP library supports... | Arthur de Jong | 2008-05-02 | 3 | -2/+19 |
* | support ranged attribute values | Arthur de Jong | 2008-05-01 | 1 | -1/+166 |
* | fix comment of return value of NSS_STATUS_TRYAGAIN | Arthur de Jong | 2008-05-01 | 1 | -4/+2 |
* | 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 |
* | make language about pagesize option a little clearer | Arthur de Jong | 2008-04-29 | 1 | -2/+2 |
* | support the case where an attribute mapping variable is NULL | Arthur de Jong | 2008-04-27 | 1 | -1/+1 |
* | also close the LDAP connection on LDAP_SERVER_DOWN (besid... | Arthur de Jong | 2008-04-26 | 1 | -4/+4 |
* | increase time out values because now nslcd will error out... | Arthur de Jong | 2008-04-26 | 2 | -5/+5 |
* | spelling fix in comment | Arthur de Jong | 2008-04-26 | 1 | -1/+1 |
* | some spelling fixes and a clarification of the retry mech... | Arthur de Jong | 2008-04-26 | 1 | -13/+13 |
* | fix log message of incorrect map statement | Arthur de Jong | 2008-04-26 | 1 | -1/+2 |
* | make log message a little more descriptive | Arthur de Jong | 2008-04-26 | 1 | -2/+2 |
* | fix quote in comment | Arthur de Jong | 2008-04-26 | 1 | -1/+1 |
* | ensure that the connection to the LDAP server is closed w... | Arthur de Jong | 2008-04-26 | 1 | -0/+15 |
* | implement new timing mechanism for retries to quickly fai... | Arthur de Jong | 2008-04-25 | 7 | -82/+111 |
* | 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 typos in references to HAVE_ETHER_NTOA_R and HAVE_ETH... | Arthur de Jong | 2008-04-25 | 1 | -4/+4 |
* | fix order of members in group in tests because of new has... | Arthur de Jong | 2008-04-23 | 1 | -4/+4 |
* | fix problem where first item in the hashtable could be re... | Arthur de Jong | 2008-04-23 | 1 | -1/+1 |
* | add test for problem with duplicate entries being returne... | Arthur de Jong | 2008-04-23 | 1 | -0/+37 |
* | don't issue warning when myldap_get_entry() returns NULL ... | Arthur de Jong | 2008-04-23 | 1 | -1/+2 |
* | allocate room for key string just after entry to save on ... | Arthur de Jong | 2008-04-21 | 1 | -72/+12 |