| Commit message (Expand) | Author | Age | Files | Lines |
* | get files ready for 0.6.5 release0.6.5 | Arthur de Jong | 2008-08-22 | 6 | -7/+39 |
* | updated Danish (da) translation of debconf templates by J... | Arthur de Jong | 2008-08-07 | 2 | -291/+38 |
* | updated Swedish (sv) translation of debconf templates by ... | Arthur de Jong | 2008-08-07 | 1 | -157/+31 |
* | get files ready for 0.6.4 release | Arthur de Jong | 2008-07-20 | 7 | -13/+88 |
* | rename get_base_from_dse() to get_base_from_rootdse() | Arthur de Jong | 2008-07-20 | 1 | -5/+5 |
* | make the get_base_from_dse() function cleaner and add a c... | Arthur de Jong | 2008-07-20 | 1 | -5/+11 |
* | implement looking up search base in DSE of LDAP server | Arthur de Jong | 2008-07-20 | 2 | -1/+60 |
* | reflect change in test LDAP setup | Arthur de Jong | 2008-07-20 | 1 | -1/+1 |
* | LDAP_OPT_X_TLS_REQUIRE_CERT is not a boolean | Arthur de Jong | 2008-07-10 | 1 | -4/+5 |
* | small change to documentation | Arthur de Jong | 2008-06-21 | 1 | -2/+2 |
* | further improvements to Active Directory filters and attr... | Arthur de Jong | 2008-06-21 | 1 | -3/+3 |
* | replace https:// by ldaps:// (stupid typo) | Arthur de Jong | 2008-06-17 | 2 | -4/+4 |
* | Active Directory sample configuration improvement by Jelm... | Arthur de Jong | 2008-06-17 | 1 | -2/+2 |
* | get files ready for 0.6.3 release0.6.3 | Arthur de Jong | 2008-06-15 | 7 | -18/+255 |
* | 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 |