]> git.sur5r.net Git - openldap/history - servers/slapd/back-ldbm/modify.c
Add giant lock code back in... (it's my flakey devbox that needed work)
[openldap] / servers / slapd / back-ldbm / modify.c
2002-01-29 Kurt ZeilengaAdd giant lock code back in... (it's my flakey devbox...
2002-01-29 Kurt ZeilengaBack out giant lock code, needs more work
2002-01-29 Kurt ZeilengaAdd GIANT rwlock! This should resolve nasty concurrenc...
2002-01-19 Kurt ZeilengaMove {add,replace,delete}_value() routines to frontend...
2002-01-19 Howard ChuReset Entry->e_ocflags to 0 if objectClass attr is...
2002-01-14 Howard ChuRenamed BVarray to BerVarray. Moved slapd:bvarray_...
2002-01-13 Howard ChuModify performance patch from Gertjan van Wingerde...
2002-01-10 Kurt ZeilengaAdd Backend argument to entry_schema_check() to support...
2002-01-04 Kurt ZeilengaUpdate copyright statements
2002-01-02 Howard ChuChange struct berval ** to BVarray
2002-01-01 Howard ChuMore struct berval conversions
2001-12-29 Howard ChuChange struct berval * to struct berval in various...
2001-12-26 Kurt ZeilengaUpdate referral handling to use struct berval DNs.
2001-12-26 Kurt ZeilengaMove search, modify, and modrdn APIs to struct berval...
2001-12-24 Howard ChuFix uninitialized struct berval* to avoid assert in...
2001-12-24 Howard ChuChanged sai_dn, sai_ndn to struct berval. (Affects...
2001-11-27 Kurt ZeilengaReplace existing SLAP_MR_ matching flags with:
2001-10-26 Kurt ZeilengaFirst stable an implementing latest namedref specification.
2001-10-22 Howard ChuMoved AttributeDescription caching into main code:
2001-10-04 Kurt ZeilengaMore changes to let BDB build without LDBM.
2001-06-06 Kurt ZeilengaAdd more detailed reporting of schema violations to...
2001-01-17 Gary Williamsfix format for new logging
2000-09-13 Ben Collinsdereference 'char **text' when passing it as an arg...
2000-08-15 Kurt ZeilengaMove delete of last value check out of inner loop.
2000-06-26 Kurt ZeilengaAdd attribute type/matching rule support for structural...
2000-06-15 Kurt ZeilengaMinor adjustments to last commit
2000-06-15 Kurt ZeilengaAdd logic to properly (per X.500 recommendations) handl...
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-29 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: working tests 1-4!
2000-05-28 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: working modify? need addition...
2000-05-28 Kurt ZeilengaFix error text handling
2000-05-28 Kurt Zeilengamodify ldbm_modify_internal to return error text
2000-05-28 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: working test005-modrdn!
2000-05-28 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: Mostly working modrdn
2000-05-28 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: Mostly work modify
2000-05-22 Kurt ZeilengaConst'ification
2000-05-21 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: framework for value_match...
2000-05-15 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT addl. filter changes (a work...
2000-05-13 Kurt ZeilengaY2k copyright update
2000-04-25 Kurt Zeilengaentry_schema_check() rename
2000-03-17 Kurt Zeilengafix up comment
2000-03-17 Kurt ZeilengaNeed SOFTADD fix for previous fix
2000-03-17 Kurt ZeilengaFix multivalued indices. Need to add indices of remaining
2000-03-03 Kurt ZeilengaRework error handling. Add error descriptions.
2000-02-15 Kurt ZeilengaMore -DSLAPD_SCHEMA_NOT_COMPAT changes
2000-02-14 Kurt ZeilengaAnother round of changes behind -DSLAPD_SCHEMA_NOT_COMPAT
2000-02-07 Kurt ZeilengaAdd Modification/Modifications structures for -DSLAPD_S...
2000-02-05 Kurt ZeilengaAnother round of SLAPD_SCHEMA_NOT_COMPAT changes including
2000-01-31 Kurt ZeilengaReplace -DSLAPD_SCHEMA_COMPAT with -USLAPD_SCHEMA_NOT_C...
2000-01-28 Kurt Zeilengaplace old schema codes behind -DSLAPD_SCHEMA_COMPAT
1999-12-08 Kurt ZeilengaReengineered ldappasswd(1). Uses extended operation...
1999-10-21 Kurt ZeilengaInitial commit of new ACL engine. Engine supports...
1999-09-18 Howard ChuAdded mixed-case as well as up-cased DN argument. The...
1999-09-08 Kurt ZeilengaAdd OpenLDAP RCSid to *.[ch] in clients, libraries...
1999-08-17 Kurt ZeilengaNew dn2id format with base/one/subtree indices (ldbm...
1999-08-11 Kurt ZeilengaModify replace_values not to merge in new values when...
1999-08-06 Kurt ZeilengaAdd copyright notices.
1999-07-31 Kurt ZeilengaExperimental fix to ITS#179 fix.
1999-07-29 Kurt ZeilengaFix modlist bug in last commit
1999-07-29 Kurt ZeilengaSave attributes until we've completed schema check and
1999-07-27 Kurt ZeilengaReturn LDAP_CONSTRAINT_VIOLATION if user attempts to...
1999-07-18 Kurt ZeilengaImport patches mistakenly applied to OPENLDAP_DEVEL_REF...
1999-07-16 Kurt ZeilengaImport experimental referral implementation from OPENLD...
1999-07-07 Kurt ZeilengaAdd support for unsolicited notifications.
1999-06-29 Kurt Zeilengaexpose oc_check_operational from schema.c
1999-06-15 Juan GomezReplaced add/delete_value() by change_value() and index...
1999-06-14 Juan GomezAdded index_delete_values() in preparation for changes...
1999-05-28 Kurt ZeilengaChanged lc_conn to be a pointer to a BerElement to...
1999-05-26 Juan GomezAdded support for LDAP_MOD_SOFTADD.
1999-05-22 Kurt ZeilengaRemoved too much LINT.
1999-05-21 Kurt ZeilengaRemove LINT.
1999-05-21 Kurt Zeilengas/WIN32/HAVE_WINSOCK/
1999-05-19 Juan GomezDo code reuse through ldbm_modify_internal().
1999-05-19 Juan GomezFixed a memory leak and getting ready to reuse some...
1999-03-03 Juan GomezMade add_values(), delete_values(), replace_values...
1999-03-01 Kurt ZeilengaUpdate NT port with support for -lldap_r and -lldbm.
1999-01-28 Kurt ZeilengaUse -lldap_r instead of -lldap -lthread.
1999-01-21 Kurt ZeilengaDuring cleanup always unlock root_mutex if rootlock...
1999-01-19 Kurt ZeilengaUpdate slap_conn to maintain client provided dn and...
1998-12-21 Kurt ZeilengaLDAP C-API changes
1998-11-23 Kurt ZeilengaChanged dn2entry to always returned a modified matched.
1998-11-15 Hallvard FurusethProtoized, moved extern definitions to .h files, fixed...
1998-11-05 Hallvard FurusethSome gcc -W... cleanup
1998-10-25 Kurt Zeilengamerged with autoconf branch
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-28 Kurt ZeilengaAdded modify race patch from sl@fireplug.net
1998-08-09 Kurt ZeilengaInitial revision