]> git.sur5r.net Git - openldap/history - servers/slapd/back-dnssrv
ITS5282 fix for 2.3
[openldap] / servers / slapd / back-dnssrv /
2007-01-02 Kurt Zeilengahappy new year
2006-01-03 Kurt ZeilengaHappy new year!
2005-04-29 Kurt ZeilengaInitial round of changes for 2.3 beta
2005-02-04 Kurt ZeilengaSync with HEAD
2005-02-02 Kurt ZeilengaSync with HEAD OPENLDAP_REL_ENG_2_3_1ALPHA
2005-01-20 Kurt ZeilengaSync with HEAD
2004-11-15 Pierangelo Masaratiremove back-*/external.h
2004-11-13 Pierangelo Masaratifirst step towards removing back-*/external.h
2004-11-11 Pierangelo Masaratirework static backend initialization
2004-10-06 Howard ChuRevert ITS#3353 patch, it needs to be reworked.
2004-10-01 Howard ChuITS#3353 consolidate slapd globals into a single struct
2004-09-26 Pierangelo Masaratipreformat "conn=%lu op=%lu"
2004-04-08 Howard ChuMore dynamic/static cleanup
2004-04-08 Howard ChuConsolidated static/dynamic backend switches
2004-04-07 Kurt Zeilengause BER_BVNULL
2004-03-27 Kurt Zeilengacleanup
2004-03-17 Pierangelo Masaratireset SlapReply flags
2004-01-01 Kurt ZeilengaHappy new year
2003-12-07 Howard ChuCleanup unknown config directive handling.
2003-11-26 Kurt Zeilenganotices and acknowledgements
2003-11-26 Kurt ZeilengaNotice/Acknowledge updates
2003-06-12 Howard ChuITS#2440 unmunge init_module names
2003-05-25 Kurt ZeilengaAnother round of minor copyright updates
2003-04-29 Kurt Zeilengaremove dnNormalize2
2003-04-11 Luke HowardFix compile breakage
2003-04-08 Pierangelo Masaratimix refresh and fix; may need further work
2003-03-30 Howard ChuMajor API change - (SLAP_OP_BLOCKS) All request paramet...
2003-03-26 Howard ChuDeleted BackendInfo->bi_acl_attribute, bi_acl_group.
2003-02-26 Pierangelo Masaratiblind fix (accrding to back-monitor hack)
2003-01-03 Kurt ZeilengaHappy new year
2002-09-26 Kurt ZeilengaReturn default referral if DN maps to empty domain.
2002-08-24 Kurt Zeilengause ldap_charray_*() instead of charray_*()
2002-06-21 Howard ChuFix dynamic module linking
2002-05-02 Kurt ZeilengaMatched Values implementation (ITS#1776) based upon...
2002-04-08 Pierangelo MasaratiMostly based on patches provided by Hallvard B. Furuseth
2002-01-14 Howard ChuRenamed BVarray to BerVarray. Moved slapd:bvarray_...
2002-01-12 Pierangelo Masaraticonsistently use dn_match macro throughout slapd
2002-01-04 Kurt ZeilengaUpdate copyright statements
2002-01-02 Howard ChuChanged struct berval ** to BVarray
2001-12-31 Howard ChuChanged search attrs from struct berval ** to Attribute...
2001-12-29 Howard ChuAdded dnPretty2/dnNormalize2 using preallocated destina...
2001-12-28 Kurt ZeilengaMore dn_normalize() -> dnNormalize() changes
2001-12-26 Kurt ZeilengaFix syntax errors caused by struct berval changes...
2001-12-26 Kurt Zeilengastruct berval DN changes
2001-12-26 Howard ChuFirst pass at converting bind to struct bervals
2001-12-26 Howard ChuChanged search attrs to struct berval **.
2001-12-26 Howard ChuChanged search attrs to struct berval **.
2001-12-07 Howard ChuNT updates from jon@symas.com.
2001-10-22 Howard ChuMoved AttributeDescription caching into main code:
2001-01-24 Kurt ZeilengaAdd DNS SRV to error text
2000-07-13 Kurt ZeilengaUpdate SASL code to reuse context through life of session.
2000-06-21 Mark ValenceNew backend routine: back_attribute
2000-06-17 Kurt ZeilengaAdd scope to debug message
2000-06-16 Kurt ZeilengaAdd referral generator
2000-06-16 Kurt ZeilengaRemove dead code
2000-06-16 Kurt ZeilengaCompare w/ ManageDSAit not implemented.
2000-06-16 Kurt ZeilengaAlso eliminated by dnssrv referral.c code
2000-06-16 Kurt ZeilengaRemove files no longer needed (due to referral entry...
2000-06-16 Kurt ZeilengaRework referral entry point with DNS SRV implementation...
2000-06-16 Kurt ZeilengaAdd backend_check_referrals() framework.
2000-06-10 Kurt ZeilengaMisc code cleanup.
2000-06-06 Kurt Zeilengaunifdef -DSLAPD_SCHEMA_NOT_COMPAT -USLAPD_SCHEMA_COMPAT
2000-06-05 Kurt ZeilengaDNSSRV use res_query, not res_search
2000-06-05 Kurt ZeilengaAdd ManageDSAit support to back-dnssrv
2000-05-27 Kurt ZeilengaAdditional clarification... and fix second typo
2000-05-27 Kurt ZeilengaFix typo in last commit
2000-05-27 Kurt ZeilengaClarify error text returned to client
2000-05-26 Kurt ZeilengaFix DNSSRV initialization bug
2000-05-22 Kurt ZeilengaConst'ification
2000-05-21 Kurt Zeilengas/2000-2000/2000/ in copyright notice
2000-05-15 Kurt ZeilengaPort to SLAPD_SCHEMA_NOT_COMPAT
2000-05-13 Kurt ZeilengaY2k copyright update
2000-05-11 Howard ChuRemoved XLDFLAGS, unnecessary
2000-05-11 Kurt ZeilengaFix another bug... seems to be working... ldap://root...
2000-05-11 Kurt ZeilengaFix debug level typo
2000-05-10 Kurt ZeilengaAdd bind handler which returns unwillingToPerform with
2000-05-10 Kurt ZeilengaWorking (but likely not robust) DNS SRV backend!
2000-05-10 Kurt ZeilengaFix minor bugs...
2000-05-10 Kurt ZeilengaDNS SRV meat (a work in progress)
2000-05-10 Kurt ZeilengaAdditional DNS SRV framework (a work in progress)
2000-05-10 Kurt ZeilengaAdd DNS SRV backend framework (a work in progress).