]> git.sur5r.net Git - openldap/history - servers/slapd/entry.c
Relax entry_header, zero-length entries are valid.
[openldap] / servers / slapd / entry.c
2011-08-27 Howard ChuRelax entry_header, zero-length entries are valid.
2011-01-05 Kurt ZeilengaHappy New Year
2010-12-07 Pierangelo Masaratiallow to set LDIF max line width (ITS#6645)
2010-04-13 Kurt Zeilengahappy belated New Year
2009-08-14 Pierangelo Masaratiallow to look-ahead entry DN without decoding the whole...
2009-08-14 Pierangelo Masaratiharmonize API: source to dest right to left
2009-08-03 Pierangelo Masaratiadd entry_dup_to(); use it to address ITS#6172 (thanks...
2009-04-29 Pierangelo Masaratimake logs symmetric
2009-01-22 Kurt ZeilengaUpdate copyright notices
2008-10-13 Hallvard FurusethWarning cleanup: signed meets unsigned. ber_flatten2...
2008-01-11 Pierangelo Masaratifix str2entry2() when there is no attrs (ITS#5308)
2008-01-08 Kurt ZeilengaHappy New Year (belated)
2007-09-24 Howard ChuLog the attribute that failed normalization
2007-09-24 Howard ChuPreliminary sorted value support
2007-09-21 Howard ChuAttribute/Modification value counters
2007-08-13 Pierangelo Masaratidon't allow NULL values (because of parsing errors...
2007-08-03 Pierangelo Masaraticleanup
2007-08-03 Pierangelo Masaratirequire ';binary' when appropriate (ITS#5071)
2007-02-26 Pierangelo Masaratidetect braindead entries (e.g. from back-perl, ITS...
2007-01-26 Howard ChuMust use case-insensitive comparisons on attr types
2007-01-03 Howard Chu#if out unnecessary code in prev commit
2007-01-03 Howard ChuTweak entry alignment, play with STRIPE/STRIDE definiti...
2007-01-02 Kurt Zeilengahappy new year
2006-11-30 Howard ChuRewrite attrs_dup with attrs_alloc.
2006-10-15 Pierangelo Masaratimissing decl
2006-09-20 Howard ChuUse a single malloc for entry_decode instead of two...
2006-09-03 Pierangelo Masaratiuse preallocated entries? (otherwise bdb_add and others...
2006-08-29 Howard ChuEntry/Attribute struct caching, to minimize malloc...
2006-04-12 Kurt Zeilengaunifdef -DSLAP_ACL_HONOR_DISCLOSE
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...
next