]> git.sur5r.net Git - openldap/history - servers/slapd/entry.c
Happy new year!
[openldap] / servers / slapd / entry.c
2006-01-03 Kurt ZeilengaHappy new year!
2005-12-05 Howard ChuFix mod delete by ordered index
2005-08-25 Pierangelo Masaratiallow undefined attrs to be "proxied" (ITS#3959)
2005-08-11 Pierangelo Masaratiwrap validate/pretty/normalize for ordered values ...
2005-07-30 Hallvard FurusethInitialize a_flags of new Attribute in str2entry2().
2005-07-14 Hallvard FurusethMake ebuf/ecur char* instead of unsigned char* (which...
2005-07-11 Howard ChuITS#3847 silence warnings
2005-05-12 Howard ChuFix attribute sorting
2005-05-08 Howard ChuNUL at end of entry not needed any more
2005-05-08 Howard ChuDelete unused entry_lenlen code
2005-05-08 Howard ChuMacro fix, again
2005-05-08 Howard ChuFix bad macro interaction in prev commit
2005-05-06 Howard ChuMake entry_encode/decode independent of slapd structure...
2005-01-24 Howard ChuRewritten str2entry, added str2entry2
2005-01-19 Howard ChuMore tweaks to ldif_parse_line2 for str2entry
2005-01-19 Howard ChuAdded ldif_parse_line2 to parse in-place
2005-01-01 Kurt ZeilengaHappy New Year!
2004-12-14 Jong Hyuk Choiadaptive caching code
2004-12-07 Kurt Zeilengacleanup
2004-11-29 Sang Seok Lim1) <all> type component reference support
2004-11-14 Sang Seok LimComponentFilterMatch support for userCertificate
2004-09-04 Kurt Zeilengaunifdef -UNEW_LOGGING
2004-08-21 Pierangelo Masaraticleanup previous commit
2004-08-20 Pierangelo Masaratisplit entry_free in entry_clean ...
2004-07-07 Pierangelo Masaratifurther improve error log clarity
2004-01-01 Kurt ZeilengaHappy new year
2003-12-09 Howard ChuITS#2865 don't try to calloc 0 bytes, log an error...
2003-11-27 Kurt ZeilengaUpdated notices
2003-10-30 Kurt ZeilengaITS#2801: fix str2entry trace
2003-10-18 Luke HowardReturn duplicated entry from entry_dup() - interesting...
2003-10-08 Luke HowardDon't duplicate e_bv in entry_dup()
2003-10-08 Luke HowardAdd entry_dup(); make slapi_entry_dup() use it
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
next