]> git.sur5r.net Git - openldap/history - libraries/libldap/dnssrv.c
Sync with HEAD
[openldap] / libraries / libldap / dnssrv.c
2003-12-01 Kurt ZeilengaSync with HEAD
2003-11-30 Kurt ZeilengaFirst rounded of changes in prep for 2.2.beta3
2003-04-11 Howard ChuMore memory context tweaks
2003-01-19 Hallvard Furuseth'static' must come before 'const'.
2003-01-03 Kurt ZeilengaHappy new year
2002-10-10 Luke HowardFix crasher in ldap_domain2dn()
2002-10-08 Kurt ZeilengaFix realloc() bugs
2002-08-24 Kurt ZeilengaIncrease res_query buffers to 64k
2002-08-17 Kurt Zeilengamake dc const
2002-08-17 Kurt ZeilengaUpdate dn2domain() to use str2dn() instead of explode_dn()
2002-07-08 Kurt ZeilengaFix possible under allocation of buffer
2002-06-06 Kurt ZeilengaMore argument handling updates
2002-06-05 Kurt ZeilengaConsistently don't check for NULL session handle and...
2002-01-07 Kurt ZeilengaDon't unlock if we've never locked.
2002-01-04 Kurt ZeilengaUpdate copyright statements
2000-09-15 Ben Collinsremove unused var, 'dn'
2000-06-05 Kurt ZeilengaDNSSRV use res_query, not res_search
2000-05-29 Kurt ZeilengaPreset error just in case
2000-05-26 Kurt ZeilengaFix DNSSRV initialization bug
2000-05-16 Kurt ZeilengaFix typo in last commit
2000-05-16 Kurt ZeilengaModify dn2domain code such that domains produced are...
2000-05-13 Kurt ZeilengaY2k copyright update
2000-05-11 Kurt ZeilengaFix another bug... seems to be working... ldap://root...
2000-05-11 Kurt ZeilengaFix == typo
2000-05-10 Kurt ZeilengaFix minor bugs...
2000-05-10 Kurt ZeilengaDNS SRV meat (a work in progress)
2000-04-25 Kurt Zeilengareplace ldap_dnssrv_init() with lower level calls
2000-01-03 Luke HowardAdded support for connecting to LDAP servers located...