Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* get files ready for 0.6.3 release0.6.3Arthur de Jong2008-06-157-18/+255
* lintian override seems to be no longer necessaryArthur de Jong2008-06-153-9/+0
* upgrade to standards-version 3.8.0 (no changes needed)Arthur de Jong2008-06-151-1/+1
* create /var/run/nslcd directory with owner nslcd:nslcd by...Arthur de Jong2008-06-151-2/+4
* give pidfile and socket creation functions more logical n...Arthur de Jong2008-06-151-4/+4
* implement SASL authentication based on a patch by Dan Whi...Arthur de Jong2008-06-146-46/+135
* make formatting of manual page options consistentArthur de Jong2008-06-141-69/+92
* add some very basic tests for the isvalidname() functionArthur de Jong2008-06-132-2/+56
* combine isvalidusername() and isvalidgroupname() into isv...Arthur de Jong2008-06-134-90/+43
* restore the old writing code which masks SIGPIPE on platf...Arthur de Jong2008-06-121-0/+21
* don't perform SSL/TLS sanity checks if it isn't available...Arthur de Jong2008-06-121-0/+4
* ignore test_getpeercredArthur de Jong2008-06-120-0/+0
* ignore core filesArthur de Jong2008-06-110-0/+0
* remove test socket at end of testArthur de Jong2008-06-111-0/+2
* use the cr_ prefix when getting a xucred struct (needed f...Arthur de Jong2008-06-061-2/+2
* implement a very basic test for getpeercred()Arthur de Jong2008-06-062-2/+147
* remove warning on using ssl optionArthur de Jong2008-06-061-1/+0
* check that all URLs start with https:// if "ssl on" is sp...Arthur de Jong2008-06-061-0/+12
* also set TLS options if an ldaps:// URL is specifiedArthur de Jong2008-06-061-2/+4
* add dependency on adduser as required by the previous commitArthur de Jong2008-06-061-1/+1
* create a nslcd user in postinst and ensure that it is use...Arthur de Jong2008-06-061-0/+24
* add uid and gid options to manual pageArthur de Jong2008-06-061-0/+26
* add uid and gid configuration keywords that set the user ...Arthur de Jong2008-06-063-10/+84
* environ is defined in unistd.hArthur de Jong2008-06-061-3/+0
* 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