]> git.sur5r.net Git - openldap/history - servers/slapd/dn.c
happy new year
[openldap] / servers / slapd / dn.c
2007-01-02 Kurt Zeilengahappy new year
2006-08-26 Pierangelo Masaratireduce code duplication
2006-08-26 Pierangelo Masaratidisable X-ORDERED 'VALUES' naming attributes by now
2006-08-17 Pierangelo Masaratidon't core if out value is NULL (log error instead...
2006-04-29 Howard ChuKludge to allow reading undefined attrs in DNs at startup
2006-04-11 Kurt Zeilengaremove more LDBM cruft
2006-03-31 Howard Chuplug leaks
2006-01-03 Kurt ZeilengaHappy new year!
2005-12-20 Kurt Zeilenga(Quick)fix UUID naming attributes
2005-11-13 Pierangelo Masaratidon't trust strchr/strrchr with bervals
2005-09-10 Pierangelo Masaratisilence warnings
2005-09-06 Pierangelo Masaratiallow "proxied" attributeDescriptions in DN as well...
2005-08-25 Kurt ZeilengaUpdate build tools based upon OPENLDAP_AC work
2005-08-14 Howard ChuITS#3931 fix dnRelativeMatch return values
2005-07-18 Hallvard Furusethassert expects int. (int)<nonnull ptr/long> can be...
2005-04-01 Pierangelo Masaraticlarify the usage of dnParent( dn, dn )
2005-03-30 Pierangelo Masaratiallow dnParent to work in place
2005-03-23 Kurt Zeilengacleanup
2005-01-01 Kurt ZeilengaHappy New Year!
2004-11-29 Howard ChuIn build_new_dn, rdn may be part of a larger string...
2004-09-26 Pierangelo Masaratimultiple precision with BIGNUM/gmp/ulong
2004-09-20 Luke HowardRemove unused variable if not compiling with HAVE_TLS...
2004-09-20 Luke HowardAdd register_certificate_map_function() native plugin...
2004-09-11 Pierangelo Masaratifix negative counters; prepare for imrpved count of...
2004-09-09 Kurt ZeilengaAdd additional DN matching rules.
2004-09-09 Kurt ZeilengaAdd initial dnSubtreeMatch.
2004-09-04 Kurt Zeilengaunifdef -UNEW_LOGGING
2004-08-24 Pierangelo Masaratimove call to frontend API
2004-07-18 Pierangelo MasaratidnMatch must be called with valid args
2004-06-30 Pierangelo Masaraticleanup
2004-06-29 Sang Seok LimThis patch provides support for rdnMatch matching rule...
2004-06-23 Kurt ZeilengaSLAPD_DISCONNECT v -1 cleanup
2004-05-07 Pierangelo Masaratifix DN_SEPARATOR() and clarify its use
2004-05-07 Pierangelo Masaratimore on fixing escaped semicolon in normalized DN
2004-04-20 Kurt ZeilengaITS#3092: Rename sl_free() and friends to slap_sl_free()
2004-04-07 Kurt Zeilengause BER_BVNULL
2004-02-26 Howard ChuITS#2970 fix build_new_dn for zero-length parent DN
2004-01-01 Kurt ZeilengaHappy new year
2003-11-27 Kurt ZeilengaUpdated notices
2003-10-18 Kurt ZeilengaExplicitly mark attribute/assertion syntax of values...
2003-10-18 Howard ChuITS#2771 fix memory usage in LDAPDN_rewrite, fix normalizer
2003-10-17 Kurt ZeilengaAdd a trace message to dnX509normalize
2003-09-29 Hallvard FurusethMove #include ldap_pvt.h after slap.h, to get ldap_bv2d...
2003-09-24 Howard ChuAdd memctx param to build_new_dn(). cleanup DN leaks.
2003-09-16 Kurt ZeilengaInitial support for pre/post read controls.
2003-05-28 Howard ChuFix TL malloc/free
2003-04-29 Kurt Zeilengaremove dnPretty
2003-04-11 Howard ChuMore memory context tweaks
2003-04-05 Kurt Zeilenga#ifdef -DSLAP_NVALUES
2003-03-22 Kurt ZeilengaITS#2847: fix cn=#,...
2003-03-01 Kurt ZeilengaSLAP_NVALUES: test003 now passes (with help of a substr...
2003-02-27 Kurt ZeilengaSLAP_NVALUES:
2003-01-03 Kurt ZeilengaHappy new year
2002-08-29 Pierangelo Masarati- added the capability to filter based on hasSubordinat...
2002-08-19 Kurt Zeilengafix typo in last commit
2002-08-19 Kurt ZeilengaNormalized form should be pretty.
2002-08-06 Howard ChuAdd #include "lutil.h" for lutil_str* functions
2002-07-27 Howard ChuMoved slap_strcopy, slap_strncopy to lutil_strcopy...
2002-07-11 Julius EnarusaiCoverted LDAP_LOG macro to use subsystem ID int values...
2002-05-08 Howard ChuFix dnParent: must always return a pointer relative...
2002-04-30 Howard ChuChanged ldap_pvt_tls_get_my_dn and ldap_pvt_tls_get_pee...
2002-04-19 Howard ChuPut dnX509 normalizers behind #ifdef HAVE_TLS
2002-04-18 Howard Chudeleted sasl_external_x509dn_convert; X509 DNs are...
2002-04-16 Howard ChuITS#1712, rewritten dn_openssl2ldap(). Added dnDCEnorma...
2002-03-02 Kurt ZeilengaAdd validation.
2002-02-14 Pierangelo Masaratifirst round at replacing UTF8normalize with UTF8bvnormalize
2002-02-13 Pierangelo Masaratifix dnValidate (leak and return SUCCESS)
2002-02-13 Pierangelo MasaratiDNs may include NULs
2002-02-13 Kurt ZeilengaLimit the length of [R]DNs on input to 8192. A lower...
2002-02-13 Kurt ZeilengaCheck for NULs in DNs.
2002-02-13 Pierangelo Masaratiuse ldap_bv2[r]dn and turn ldap_str2[r]dn into wrappers
2002-02-13 Pierangelo Masaratiprepare for ldap_bv2dn()
2002-02-13 Kurt ZeilengaAdd embedded NUL checks, fix last commit
2002-02-13 Kurt ZeilengadnValidate needs to check for embedded NULs.
2002-02-13 Kurt ZeilengaMisc. DN fixes and cleanups, namely don't muck with...
2002-02-13 Kurt ZeilengaQuick (and expensive) fix to detect DNs with embedded...
2002-01-26 Howard ChuEliminated dn_normalize. No more migration.
2002-01-26 Howard ChuChanged dnParent to void instead of int. (It always...
2002-01-26 Kurt ZeilengaRemove deprecated routines and a little lint.
2002-01-26 Howard ChuFix previous commit
2002-01-26 Howard ChuChanged be_issuffix and dnParent to take struct bervals.
2002-01-22 Pierangelo Masaraticheck on escaped rdn separator not needed any more
2002-01-17 Pierangelo Masaratifix dnParent to return '' if the dn is a rdn
2002-01-17 Pierangelo Masaratifirst round at eliminating dn_parent ...
2002-01-16 Pierangelo Masaratiremark for future (questionable) optimization
2002-01-16 Pierangelo Masaraticompare attribute type, not value
2002-01-16 Kurt ZeilengaRemove last uses of dn_validate()
2002-01-16 Kurt ZeilengaRemove unused deprecated DN routines.
2002-01-15 Kurt ZeilengaMisc. cleanup, remove lint, remove unused deprecated...
2002-01-09 Kurt ZeilengaFix problems caused by lint removal
2002-01-09 Kurt ZeilengaRework control infrastructure a bit. Add subentries...
2002-01-04 Kurt ZeilengaUpdate copyright statements
2002-01-02 Kurt ZeilengaRework filter code
2002-01-01 Howard ChuFix dnParent to return "" for root
2002-01-01 Howard ChuFix dnValidate
2001-12-30 Howard ChuMore str2rdn tweaks
2001-12-30 Howard ChuReorganize LDAPAVA allocation layout
2001-12-30 Howard Chufix uninitialized vars
2001-12-29 Howard ChuChange struct berval * to struct berval in various...
2001-12-29 Howard ChuChanged LDAP_AVA struct berval * to struct berval.
next