]> git.sur5r.net Git - openldap/history - servers/slapd/entry.c
Update copyright statements
[openldap] / servers / slapd / entry.c
2002-01-04 Kurt ZeilengaUpdate copyright statements
2002-01-02 Kurt ZeilengaRework filter code
2002-01-02 Howard ChuFix entry_decode
2002-01-02 Howard ChuChange struct berval ** to BVarray
2001-12-31 Howard ChuMinor cleanup
2001-12-29 Howard ChuChange struct berval * to struct berval in various...
2001-12-28 Howard ChuMore dnPrettyNormal
2001-12-27 Howard ChuFix memory leak in str2entry
2001-12-26 Kurt ZeilengaMisc cleanup and dn_normalize() zapping
2001-12-24 Kurt ZeilengaThis really should work... but it's no more broken...
2001-12-24 Kurt ZeilengaAdd some cheats to dnNormalize and dnMatch to workaround
2001-12-24 Kurt ZeilengaMisc cleanup, but doesn't fix tests.
2001-12-24 Kurt ZeilengaMissed a dnPretty ber_val NULL...
2001-12-24 Kurt ZeilengaRequire the struct berval **out argument of dnPretty...
2001-12-24 Howard Chue_name.bv_len stuff in entry_decode
2001-12-24 Kurt ZeilengaBasic ename.bv_len work.
2001-12-24 Kurt ZeilengaImprove error message
2001-12-23 Kurt Zeilengause dnPretty instead of dn_pretty
2001-12-09 Kurt ZeilengaRemove lint and misc MSVC updates
2001-12-08 Kurt ZeilengaPretty the entry DNs on add but not rename (yet).
2001-12-05 Kurt ZeilengaAdd basic infrastructure for pretty routines
2001-12-03 Howard ChuRewrote entry_encode/entry_decode again, uses 50% less...
2001-11-27 Howard ChuFix segv in slapcat. Tool must use be_entry_return...
2001-11-17 Pierangelo Masaratiminor cleanup
2001-11-16 Pierangelo Masaratimoved the empty dn static entry into a global const...
2001-10-22 Howard ChuFix entry_encode; must save the given e->e_dn without...
2001-10-22 Howard ChuMoved binary entry_encode/entry_decode into main code...
2001-10-22 Howard ChuMoved AttributeDescription caching into main code:
2001-10-05 Kurt ZeilengaDon't assume e_id is a long.
2001-10-04 Kurt ZeilengaMore changes to let BDB build without LDBM.
2001-09-25 Kurt Zeilengaldif.h include cleanup
2001-05-04 Kurt ZeilengaClean up entry_free()
2001-02-02 Gary Williamssmall changes to logging
2001-01-17 Gary Williamsfix format
2001-01-15 Gary WilliamsMore new logging (Behind NEW_LOGGING)
2000-10-10 Kurt ZeilengaFix up logging
2000-09-27 Kurt ZeilengaFix entry encode/decode logging
2000-09-26 Kurt ZeilengaFix ber_scanf and init bugs
2000-09-26 Kurt ZeilengaFix logging
2000-09-16 Kurt ZeilengaValidate values in tool mode
2000-09-13 Kurt ZeilengaAdd EOL at EOF
2000-09-12 Kurt ZeilengaAdd entry_encode()
2000-09-12 Kurt ZeilengaAdd initial entry_encode() routine for back-sleepy...
2000-07-02 Kurt ZeilengaAdd experimental support for undefined attribute types.
2000-06-06 Kurt Zeilengaunifdef -DSLAPD_SCHEMA_NOT_COMPAT -USLAPD_SCHEMA_COMPAT
2000-06-04 Kurt ZeilengaNew indexer/filter codes (test suite works) with cheats
2000-05-22 Kurt ZeilengaConst'ification
2000-05-19 Kurt ZeilengaFix typo in -USLAPD_SCHEMA_NOT_COMPAT varient
2000-05-19 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: implement str2entry()
2000-05-18 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: numerous changes to syntax...
2000-05-13 Kurt ZeilengaY2k copyright update
2000-03-17 Kurt ZeilengaMissing entry causes slapd to segfault (ITS#482)
2000-02-28 Kurt ZeilengaYet another round of SLAPD_SCHEMA_NOT_COMPAT changes...
2000-02-22 Kurt ZeilengaCorrect comment concerning entry LDIF.
2000-02-06 Kurt ZeilengaYet another round of SLAPD_SCHEMA_NOT_COMPAT changes...
2000-02-05 Kurt ZeilengaAnother round of SLAPD_SCHEMA_NOT_COMPAT changes including
1999-09-24 Kurt ZeilengaIn preparation for adding dn_rewrite()...
1999-09-23 Kurt ZeilengaMove ndn generate to end of str2entry (for clarity).
1999-09-23 Kurt ZeilengaDon't initialize pointers to NULL using calloc().
1999-09-15 Kurt ZeilengaUse ptrdiff_t for pointer offset.
1999-09-08 Kurt ZeilengaAdd OpenLDAP RCSid to *.[ch] in clients, libraries...
1999-08-19 Kurt ZeilengaFix MAJOR memory leak.
1999-08-19 Kurt ZeilengaFix typo in last commit... odd that test001 didn't...
1999-08-19 Kurt ZeilengaAdd hacks to allow debugging with CSRI malloc.
1999-08-17 Kurt ZeilengaNew dn2id format with base/one/subtree indices (ldbm...
1999-08-14 Kurt ZeilengaAllow "" DNs
1999-08-06 Kurt ZeilengaAdd copyright notices.
1999-07-30 Kurt ZeilengaEnhance LDIF handling
1999-07-22 Kurt ZeilengaAdd limited LDAP_INVALID_DN_SYNTAX support. dn_normali...
1999-03-09 Hallvard FurusethSilence warnings: Remove unused variables. Enclose...
1999-02-22 Hallvard FurusethCast `char' arguments to ctype.h functions to `unsigned...
1999-02-11 Kurt ZeilengaConsistently use %ld for printing IDs. %lu was used...
1999-02-11 Kurt ZeilengaUpdate LDBM cache so that it manages it's own state.
1999-02-10 Kurt ZeilengaMove LDBM-backend specific fields of Entry struct into...
1999-02-04 Kurt ZeilengaFix dbcache/entry lock deadlock. If dbcache lock is...
1999-01-28 Kurt ZeilengaUse -lldap_r instead of -lldap -lthread.
1999-01-18 Kurt Zeilengae_ndn = dn_normalize_case( e_dn )
1999-01-13 Kurt ZeilengaAdd normalized dn to Entry structure as field e_ndn...
1998-12-27 Hallvard FurusethPlug some memory leaks
1998-12-20 Kurt Zeilengaldif'ize ldif library (ie: everything is now in the...
1998-11-27 Kurt ZeilengaReplace strdup() with ch_strdup() such that exit()...
1998-11-15 Hallvard FurusethProtoized, moved extern definitions to .h files, fixed...
1998-11-05 Hallvard FurusethEnclose debug variables in #ifdef LDAP_DEBUG
1998-10-25 Kurt Zeilengawasn't merged in first round.
1998-10-25 Kurt Zeilengamerged with autoconf branch
1998-10-22 Kurt ZeilengaMore changes... but tests still fail.
1998-10-21 Kurt ZeilengaSLAPD compiles. Needs LDBM work to link.
1998-10-21 Kurt Zeilengainclude portable.h
1998-10-19 Kurt ZeilengaMerge in latest from -current.
1998-09-20 Kurt ZeilengaMerged in per cache entry reader/writer locks from...
1998-08-09 Kurt ZeilengaInitial revision