summaryrefslogtreecommitdiffstats
path: root/ldap/servers/slapd/ldaputil.c
Commit message (Expand)AuthorAgeFilesLines
* Have to explicitly set protocol version to 3Rich Megginson2010-09-031-0/+5
* fix compiler warnings - unused vars/funcs, invalid castsRich Megginson2010-09-011-1/+1
* implement slapi_ldap_explode_dn and slapi_ldap_explode_rdnRich Megginson2010-08-311-0/+230
* check src < *out only; only check for \nspace if src < *out - 2Rich Megginson2010-08-311-2/+2
* move the out pointer back if continuation lines were removedRich Megginson2010-08-311-0/+1
* convert mozldap host list to openldap uri listRich Megginson2010-08-311-4/+77
* slapi_ldap_url_parse must handle multiple host:port in urlRich Megginson2010-08-311-5/+94
* do not terminate unwrapped LDIF line with another newlineRich Megginson2010-08-311-1/+0
* have to use LDAP_OPT_X_TLS_NEVER to defeat cert hostname checkingRich Megginson2010-08-311-1/+1
* fix the url_parse logic when looking for a missing suffix DNRich Megginson2010-08-311-1/+4
* use the mozldap versions of the proxy auth control create functionRich Megginson2010-08-311-4/+9
* openldap - add support for missing controls, add ldif api, fix NSS usageRich Megginson2010-08-311-13/+109
* openldap - ldap_url_parse_ext is not part of the public apiRich Megginson2010-08-311-1/+1
* 610281 - fix coverity Defect Type: Control flow issuesNoriko Hosoi2010-07-231-2/+2
* problems linking with -z defsRich Megginson2010-02-251-0/+75
* empty principal name used when using server to server sasl for db chainingRich Megginson2009-09-231-3/+6
* OpenLDAP supportcleanupRich Megginson2009-07-071-0/+1529