]> git.sur5r.net Git - openldap/history - libraries/libldap/dnssrv.c
Merge remote branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_4
[openldap] / libraries / libldap / dnssrv.c
2012-09-27 Quanah Gibson-MountMerge remote branch 'origin/mdb.master' into OPENLDAP_R...
2012-09-19 Quanah Gibson-MountMerge remote branch 'origin/mdb.master' into OPENLDAP_R...
2012-09-18 Quanah Gibson-MountMerge remote branch 'origin/mdb.master' into OPENLDAP_R...
2012-09-18 Quanah Gibson-MountMerge remote branch 'origin/mdb.master' into OPENLDAP_R...
2012-09-14 Quanah Gibson-MountMerge remote branch 'origin/mdb.master' into OPENLDAP_R...
2012-09-12 Quanah Gibson-MountMerge remote branch 'origin/mdb.master' into OPENLDAP_R...
2012-09-07 Quanah Gibson-MountMerge remote branch 'origin/mdb.master' into OPENLDAP_R...
2012-08-27 Quanah Gibson-MountMerge remote branch 'origin/mdb.master' into OPENLDAP_R...
2012-08-24 Quanah Gibson-MountMerge remote branch 'origin/mdb.master' into OPENLDAP_R...
2012-08-23 Quanah Gibson-MountMerge remote branch 'origin/mdb.master' into OPENLDAP_R...
2012-08-22 Quanah Gibson-MountMerge remote branch 'origin/mdb.master' into OPENLDAP_R...
2012-07-26 Quanah Gibson-MountMerge remote branch 'origin/mdb.master' into OPENLDAP_R...
2012-07-18 Quanah Gibson-MountMerge remote branch 'origin/mdb.master' into OPENLDAP_R...
2012-06-05 Quanah Gibson-MountMerge remote branch 'origin/mdb.master' into OPENLDAP_R...
2012-05-09 Quanah Gibson-MountMerge remote branch 'origin/mdb.master' into OPENLDAP_R...
2012-01-20 Kurt ZeilengaHappy New Year!
2011-11-04 Quanah Gibson-MountMerge remote branch 'origin/mdb.master' into OPENLDAP_R...
2011-01-05 Kurt ZeilengaHappy New Year!
2011-01-03 Quanah Gibson-MountITS#6672
2010-12-12 Quanah Gibson-MountITS#6644
2010-04-13 Kurt Zeilengahappy belated new year
2009-01-22 Kurt ZeilengaUpdate copyright for next release
2008-02-12 Kurt ZeilengaHappy new year! (belated)
2008-01-08 Kurt ZeilengaHappy New Year (belated)
2007-02-13 Kurt ZeilengaQuick merge: everything from HEAD
2007-01-02 Kurt Zeilengahappy new year
2006-08-18 Kurt ZeilengaSync with HEAD
2006-08-05 Pierangelo Masaratiskip host="" and port=0 (ITS#4610)
2006-01-03 Kurt ZeilengaHappy new year!
2005-01-01 Kurt ZeilengaHappy New Year!
2004-07-18 Pierangelo Masaraticleanup...
2004-04-07 Kurt ZeilengaUse BER_BVNULL
2004-03-17 Kurt ZeilengaNew T_SRV fix
2004-03-05 Howard ChuITS#2996 make sure T_SRV is defined for both places...
2004-01-17 Kurt ZeilengaMinor tweak to last commit
2004-01-17 Howard Chudefine HFIXEDSZ if it's missing. Not all platforms...
2004-01-01 Kurt ZeilengaHappy new year
2003-11-26 Kurt ZeilengaUpdated notices and acknowledgements
2003-11-21 Kurt Zeilenga(re)Add BIND4 support for NetBSD
2003-10-15 Kurt ZeilengaDon't use compat features unnecessarily.
2003-10-15 Kurt ZeilengaUse macro instead of sizeof
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...