Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* increase write buffer size in nslcd to free up threads ea...Arthur de Jong2008-06-062-4/+10
* miscellaneous portability improvementsArthur de Jong2008-06-066-5/+28
* from a review of glibc 2.3.6 code it shows that strerror(...Arthur de Jong2008-05-181-1/+0
* use send() with a flag to ignore SIGPIPE instead of write...Arthur de Jong2008-05-171-15/+3
* include a random string in every log message to be able t...Arthur de Jong2008-05-163-5/+48
* add sanity checks to sleep calls to never sleep too long ...Arthur de Jong2008-05-162-4/+16
* remove comment about limitation that has now been removedArthur de Jong2008-05-161-4/+0
* grow the read buffer maximum size to 2Mbyte to allow for ...Arthur de Jong2008-05-161-1/+1
* add some documentation on supported group to member mappingsArthur de Jong2008-05-151-1/+25
* improve documentation for myldap_get_rdn_value() functionArthur de Jong2008-05-151-5/+5
* close the connection and retry the search (once) if the s...Arthur de Jong2008-05-111-0/+24
* split retry mechanism of myldap_search() into a new do_re...Arthur de Jong2008-05-111-45/+58
* allocate the search memory region in myldap_search() inst...Arthur de Jong2008-05-111-31/+27
* also allow closing of searches that no longer have a vali...Arthur de Jong2008-05-111-19/+13
* get files ready for 0.6.2 release0.6.2Arthur de Jong2008-05-047-13/+380
* some documentation cleanups and updatesArthur de Jong2008-05-042-21/+30
* add some tests for isvalidgroupname()Arthur de Jong2008-05-041-0/+9
* make number of threads configurable with the threads keywordArthur de Jong2008-05-044-6/+39
* add reference to note about thread-safeness of OpenLDAPArthur de Jong2008-05-041-2/+2
* fix copyright yearArthur de Jong2008-05-041-1/+1
* implement a cache for dn2uid() lookups that saves some ti...Arthur de Jong2008-05-031-24/+81
* add soft dependency on slapd, simplify network and file s...Arthur de Jong2008-05-031-4/+4
* remove checking for first entry and always return NSS_STA...Arthur de Jong2008-05-022-14/+7
* add file for testing nslcd/group.cArthur de Jong2008-05-022-1/+138
* don't even compile the test programs on make checkArthur de Jong2008-05-021-2/+5
* don't compile test code on every build and fix LDADD list...Arthur de Jong2008-05-021-9/+8
* only support tls-related options if LDAP library supports...Arthur de Jong2008-05-023-2/+19
* support ranged attribute valuesArthur de Jong2008-05-011-1/+166
* fix comment of return value of NSS_STATUS_TRYAGAINArthur de Jong2008-05-011-4/+2
* 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
* make language about pagesize option a little clearerArthur de Jong2008-04-291-2/+2
* support the case where an attribute mapping variable is NULLArthur de Jong2008-04-271-1/+1
* also close the LDAP connection on LDAP_SERVER_DOWN (besid...Arthur de Jong2008-04-261-4/+4
* increase time out values because now nslcd will error out...Arthur de Jong2008-04-262-5/+5
* spelling fix in commentArthur de Jong2008-04-261-1/+1
* some spelling fixes and a clarification of the retry mech...Arthur de Jong2008-04-261-13/+13
* fix log message of incorrect map statementArthur de Jong2008-04-261-1/+2
* make log message a little more descriptiveArthur de Jong2008-04-261-2/+2
* fix quote in commentArthur de Jong2008-04-261-1/+1
* ensure that the connection to the LDAP server is closed w...Arthur de Jong2008-04-261-0/+15
* implement new timing mechanism for retries to quickly fai...Arthur de Jong2008-04-257-82/+111
* 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-252-3/+11
* fix typos in references to HAVE_ETHER_NTOA_R and HAVE_ETH...Arthur de Jong2008-04-251-4/+4
* fix order of members in group in tests because of new has...Arthur de Jong2008-04-231-4/+4
* fix problem where first item in the hashtable could be re...Arthur de Jong2008-04-231-1/+1
* add test for problem with duplicate entries being returne...Arthur de Jong2008-04-231-0/+37