Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* change urgency to medium0.6.4Arthur de Jong2008-07-201-1/+3
* release 0.6.4Arthur de Jong2008-07-200-0/+0
* get files ready for 0.6.4 releaseArthur de Jong2008-07-207-13/+88
* rename get_base_from_dse() to get_base_from_rootdse()Arthur de Jong2008-07-201-5/+5
* make the get_base_from_dse() function cleaner and add a c...Arthur de Jong2008-07-201-5/+11
* implement looking up search base in DSE of LDAP serverArthur de Jong2008-07-202-1/+60
* reflect change in test LDAP setupArthur de Jong2008-07-201-1/+1
* LDAP_OPT_X_TLS_REQUIRE_CERT is not a booleanArthur de Jong2008-07-101-4/+5
* small change to documentationArthur de Jong2008-06-211-2/+2
* further improvements to Active Directory filters and attr...Arthur de Jong2008-06-211-3/+3
* replace https:// by ldaps:// (stupid typo)Arthur de Jong2008-06-172-4/+4
* Active Directory sample configuration improvement by Jelm...Arthur de Jong2008-06-171-2/+2
* 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