]> git.sur5r.net Git - openldap/history - servers/slapd/entry.c
First round of changes from HEAD
[openldap] / servers / slapd / entry.c
2004-08-30 Kurt ZeilengaFirst round of changes from HEAD
2004-01-01 Kurt ZeilengaHappy new year
2003-12-15 Kurt ZeilengaSync with HEAD
2003-12-01 Kurt ZeilengaSync with HEAD
2003-11-30 Kurt ZeilengaFirst rounded of changes in prep for 2.2.beta3
2003-11-02 Luke HowardSync with HEAD
2003-10-13 Kurt ZeilengaSync with HEAD
2003-05-02 Hallvard FurusethFix assignment of <char/int>* to unsigned <char/int...
2003-04-24 Luke HowardWhen a validate function fails from within a tool,...
2003-04-18 Pierangelo Masaratiuse SLAP_PTRCMP
2003-04-11 Howard ChuMore memory context tweaks
2003-04-10 Howard ChuMore memory context tweaks
2003-04-05 Kurt Zeilenga#ifdef -DSLAP_NVALUES
2003-04-05 Kurt Zeilenga#unifdef -DSLAP_NVALUES_ON_DISK
2003-03-24 Howard ChuSLAP_NVALUES tweaks - after input, a_nvals is always...
2003-03-23 Howard ChuCode for SLAP_NVALUES_ON_DISK in entry_encode/entry_decode
2003-02-27 Kurt ZeilengaSLAP_NVALUES:
2003-02-26 Howard ChuIn entry_decode, must null-terminate a_nvals array
2003-02-26 Kurt ZeilengaSLAP_NVALUES mostly populated now
2003-02-26 Kurt ZeilengaPopulate nvals via entry_decode
2003-02-26 Kurt ZeilengaSLAP_BVALUES fixes
2003-02-25 Kurt ZeilengaSLAP_NVALUES, round 2
2003-02-25 Kurt ZeilengaRound one of SLAP_NVALUES code
2003-01-03 Kurt ZeilengaHappy new year
2002-12-14 Hallvard FurusethRemove casts of AVL function pointers.
2002-12-02 Hallvard FurusethNever let ldif_parse_line() return a NULL value with...
2002-07-11 Julius EnarusaiCoverted LDAP_LOG macro to use subsystem ID int values...
2002-06-19 Kurt Zeilengaassert( e != NULL ) in entry2str()
2002-05-16 Kurt ZeilengaFrom: h.b.furuseth@usit.uio.no
2002-05-15 Kurt ZeilengaFrom: h.b.furuseth@usit.uio.no
2002-04-08 Pierangelo MasaratiMostly based on patches provided by Hallvard B. Furuseth
2002-02-23 Kurt ZeilengaC translator portability changes (ITS#1609)
2002-01-25 Howard ChuAdded Entry->e_bv for entry_decode
2002-01-19 Howard ChuUse calloc for new Entries, take care of new e_ocflags...
2002-01-14 Howard ChuRenamed BVarray to BerVarray. Moved slapd:bvarray_...
2002-01-13 Howard ChuModify performance patch from Gertjan van Wingerde...
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.
next