| Commit message (Expand) | Author | Age | Files | Lines |
* | lintian override seems to be no longer necessary | Arthur de Jong | 2008-06-15 | 3 | -9/+0 |
* | upgrade to standards-version 3.8.0 (no changes needed) | Arthur de Jong | 2008-06-15 | 1 | -1/+1 |
* | create /var/run/nslcd directory with owner nslcd:nslcd by... | Arthur de Jong | 2008-06-15 | 1 | -2/+4 |
* | give pidfile and socket creation functions more logical n... | Arthur de Jong | 2008-06-15 | 1 | -4/+4 |
* | implement SASL authentication based on a patch by Dan Whi... | Arthur de Jong | 2008-06-14 | 6 | -46/+135 |
* | make formatting of manual page options consistent | Arthur de Jong | 2008-06-14 | 1 | -69/+92 |
* | add some very basic tests for the isvalidname() function | Arthur de Jong | 2008-06-13 | 2 | -2/+56 |
* | combine isvalidusername() and isvalidgroupname() into isv... | Arthur de Jong | 2008-06-13 | 4 | -90/+43 |
* | restore the old writing code which masks SIGPIPE on platf... | Arthur de Jong | 2008-06-12 | 1 | -0/+21 |
* | don't perform SSL/TLS sanity checks if it isn't available... | Arthur de Jong | 2008-06-12 | 1 | -0/+4 |
* | ignore test_getpeercred | Arthur de Jong | 2008-06-12 | 0 | -0/+0 |
* | ignore core files | Arthur de Jong | 2008-06-11 | 0 | -0/+0 |
* | remove test socket at end of test | Arthur de Jong | 2008-06-11 | 1 | -0/+2 |
* | use the cr_ prefix when getting a xucred struct (needed f... | Arthur de Jong | 2008-06-06 | 1 | -2/+2 |
* | implement a very basic test for getpeercred() | Arthur de Jong | 2008-06-06 | 2 | -2/+147 |
* | remove warning on using ssl option | Arthur de Jong | 2008-06-06 | 1 | -1/+0 |
* | check that all URLs start with https:// if "ssl on" is sp... | Arthur de Jong | 2008-06-06 | 1 | -0/+12 |
* | also set TLS options if an ldaps:// URL is specified | Arthur de Jong | 2008-06-06 | 1 | -2/+4 |
* | add dependency on adduser as required by the previous commit | Arthur de Jong | 2008-06-06 | 1 | -1/+1 |
* | create a nslcd user in postinst and ensure that it is use... | Arthur de Jong | 2008-06-06 | 1 | -0/+24 |
* | add uid and gid options to manual page | Arthur de Jong | 2008-06-06 | 1 | -0/+26 |
* | add uid and gid configuration keywords that set the user ... | Arthur de Jong | 2008-06-06 | 3 | -10/+84 |
* | environ is defined in unistd.h | Arthur de Jong | 2008-06-06 | 1 | -3/+0 |
* | increase write buffer size in nslcd to free up threads ea... | Arthur de Jong | 2008-06-06 | 2 | -4/+10 |
* | miscellaneous portability improvements | Arthur de Jong | 2008-06-06 | 6 | -5/+28 |
* | 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 |