| Commit message (Expand) | Author | Age | Files | Lines |
* | update copyright year | Arthur de Jong | 2009-03-22 | 1 | -2/+2 |
* | check user and group names against LOGIN_NAME_MAX if it i... | Arthur de Jong | 2009-02-27 | 1 | -1/+6 |
* | add some more documentation | Arthur de Jong | 2009-02-27 | 1 | -1/+12 |
* | rename the tls_checkpeer option to tls_reqcert, deprecati... | Arthur de Jong | 2008-12-06 | 3 | -7/+39 |
* | allow backslashes in names execpt as first or last character | Arthur de Jong | 2008-12-03 | 1 | -2/+3 |
* | clean the environment and set LDAPNOINIT to disable parsi... | Arthur de Jong | 2008-12-03 | 1 | -2/+30 |
* | use tls_* options also for StartTLS connections | Arthur de Jong | 2008-11-29 | 1 | -36/+36 |
* | remove sslpath option because it wasn't used for anything | Arthur de Jong | 2008-11-29 | 2 | -10/+0 |
* | also allow spaces in user and group names because it was ... | Arthur de Jong | 2008-10-01 | 1 | -1/+1 |
* | also retry if ldap_result() failed and getting error numb... | Arthur de Jong | 2008-09-24 | 1 | -1/+1 |
* | log option name instead of option value for ldap_set_opti... | Arthur de Jong | 2008-09-24 | 1 | -1/+1 |
* | 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 | 1 | -0/+53 |
* | LDAP_OPT_X_TLS_REQUIRE_CERT is not a boolean | Arthur de Jong | 2008-07-10 | 1 | -4/+5 |
* | replace https:// by ldaps:// (stupid typo) | Arthur de Jong | 2008-06-17 | 2 | -4/+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 | 3 | -30/+82 |
* | combine isvalidusername() and isvalidgroupname() into isv... | Arthur de Jong | 2008-06-13 | 4 | -90/+43 |
* | don't perform SSL/TLS sanity checks if it isn't available... | Arthur de Jong | 2008-06-12 | 1 | -0/+4 |
* | 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 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 | 1 | -2/+2 |
* | miscellaneous portability improvements | Arthur de Jong | 2008-06-06 | 3 | -3/+12 |
* | 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 | 1 | -0/+2 |
* | 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 |
* | make number of threads configurable with the threads keyword | Arthur de Jong | 2008-05-04 | 3 | -6/+21 |
* | 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 |
* | only support tls-related options if LDAP library supports... | Arthur de Jong | 2008-05-02 | 3 | -2/+19 |
* | support ranged attribute values | Arthur de Jong | 2008-05-01 | 1 | -1/+166 |
* | support the case where an attribute mapping variable is NULL | Arthur de Jong | 2008-04-27 | 1 | -1/+1 |
* | also close the LDAP connection on LDAP_SERVER_DOWN (besid... | Arthur de Jong | 2008-04-26 | 1 | -4/+4 |
* | spelling fix in comment | Arthur de Jong | 2008-04-26 | 1 | -1/+1 |
* | fix log message of incorrect map statement | Arthur de Jong | 2008-04-26 | 1 | -1/+2 |
* | make log message a little more descriptive | Arthur de Jong | 2008-04-26 | 1 | -2/+2 |
* | ensure that the connection to the LDAP server is closed w... | Arthur de Jong | 2008-04-26 | 1 | -0/+15 |
* | implement new timing mechanism for retries to quickly fai... | Arthur de Jong | 2008-04-25 | 3 | -42/+86 |
* | don't issue warning when myldap_get_entry() returns NULL ... | Arthur de Jong | 2008-04-23 | 1 | -1/+2 |
* | fix tests for valid user and group names | Arthur de Jong | 2008-04-20 | 2 | -10/+10 |
* | add checks for valid user and group names in incoming req... | Arthur de Jong | 2008-04-20 | 3 | -30/+155 |