]> git.sur5r.net Git - openldap/history - servers/slapd/add.c
ITS#3097 fix undefined objectclass assertion
[openldap] / servers / slapd / add.c
2004-04-19 Kurt ZeilengaITS#3097 fix undefined objectclass assertion
2004-04-12 Kurt ZeilengaFrom HEAD:
2004-04-06 Kurt ZeilengaSuck in changes from HEAD (CHANGES needs ITS #s)
2004-01-01 Kurt ZeilengaHappy new year
2003-12-29 Kurt Zeilenga(Partial) Sync with HEAD
2003-12-17 Kurt ZeilengaSync with HEAD
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-09-22 Kurt ZeilengaLast(?) set of changes before 2.2beta
2003-09-18 Kurt ZeilengaChanges from HEAD for beta
2003-05-01 Jong Hyuk Choi- LDAP_SYNCREPL defined in include/ldap.h
2003-04-30 Luke HowardA pre-operation plugin is not required to set SLAPI_RES...
2003-04-25 Kurt Zeilengafix up nvalues code so that pretty routines work properly
2003-04-25 Kurt Zeilengacleanup
2003-04-23 Luke HowardFix SLAPI debug message typo
2003-04-17 Pierangelo Masaratiimprove previous commit
2003-04-17 Pierangelo Masaratidon't return referral if cannot compute one (should...
2003-04-15 Pierangelo Masaratifix backsql new API; use berbuf instead of berval
2003-04-14 Howard ChudoPlugins return code fix
2003-04-12 Howard ChuMemory context tweaks for other ops
2003-04-11 Howard ChuMore memory context tweaks
2003-04-05 Kurt Zeilenga#ifdef -DSLAP_NVALUES
2003-04-04 Howard ChuSLAP_NVALUES fix dup check
2003-03-31 Howard ChuMinor cleanup
2003-03-31 Luke HowardSLAPI cleanup
2003-03-31 Luke HowardSLAPI fixes
2003-03-30 Howard ChuMajor API change - (SLAP_OP_BLOCKS) All request paramet...
2003-03-24 Howard ChuFix prev commit
2003-03-24 Howard ChuFix shadowed text/textbuf
2003-03-24 Howard ChuSLAP_NVALUES tweaks - after input, a_nvals is always...
2003-02-26 Kurt ZeilengaFix -USLAP_NVALUES
2003-02-26 Kurt ZeilengaSLAP_NVALUE more add tweaks
2003-02-25 Kurt ZeilengaSLAP_NVALUES, round 2
2003-02-10 Kurt ZeilengaMove include <slapi.h> behind #ifdef
2003-02-07 Kurt ZeilengaMove RDN checks to entry_schema_check() so that it...
2003-02-07 Pierangelo Masaratiadd 'add-rdn-values {on|off}' (default off) switch
2003-01-31 Howard ChuFix for LDAP_SLAPI not def'd
2003-01-31 Pierangelo Masaraticleanup
2003-01-30 Kurt ZeilengaRemove FIXME stuff (ITS#2243)
2003-01-30 Pierangelo Masaratido not treat extensibleObject as special; add comment...
2003-01-29 Luke HowardEnsure that, when an entry is actually being added...
2003-01-29 Pierangelo Masaraticleanup
2003-01-29 Pierangelo Masaratiallow special objectClasses to violate constraint ...
2003-01-29 Pierangelo Masaratibail out is now the default; use noSuchAttribute as...
2003-01-29 Pierangelo Masaraticheck for RDN attrs/vals when adding an entry (ITS...
2003-01-27 Pierangelo Masaratislapi header cleanup
2003-01-24 Luke HowardHonour PermitModify control when adding or deleting...
2003-01-23 Luke HowardAllow plugin to retrieve desired attribute list and...
2003-01-21 Luke HowardReturn LDAP_OTHER instead of LDAP_OPERATIONS_ERROR...
2003-01-21 Luke HowardMark Sun ONE 5.x SLAPI plugin types to avoid collisions
2003-01-20 Luke HowardConform SLAPI to Netscape, iPlanet and Sun ONE Director...
2003-01-19 Luke HowardUse new SLAPI API for setting associated parameters...
2003-01-03 Kurt ZeilengaHappy new year
2002-12-27 Pierangelo Masaratislapi used the old version of the LDAP_LOG macro (caugh...
2002-12-07 Pierangelo MasaratiSLAPI - Netscape plugin API for slapd - based on patch...
2002-09-29 Kurt Zeilenga#unifdef -DSCHEMA_DN
2002-09-02 Pierangelo Masarati/*
2002-08-10 Howard ChuITS#1893, use "schemadn" to configure subschemasubentry...
2002-07-11 Julius EnarusaiCoverted LDAP_LOG macro to use subsystem ID int values...
2002-06-25 Kurt ZeilengaFix for "no structuralObjectClass" when lastmod is...
2002-05-06 Howard ChuITS#1803, bogus free() of lber-private memory.
2002-04-08 Pierangelo MasaratiMostly based on patches provided by Hallvard B. Furuseth
2002-04-02 Kurt ZeilengaITS#1701. Fix ber_scanf() return tag handling.
2002-01-25 Howard ChuMinor cleanup, no need to zero fields in calloc'd memory
2002-01-19 Kurt ZeilengaFix up duplicate error reporting
2002-01-19 Kurt ZeilengaAdd checks for duplicate values
2002-01-18 Kurt ZeilengaLimit slurpd friendly code to replication user.
2002-01-14 Howard ChuRenamed BVarray to BerVarray. Moved slapd:bvarray_...
2002-01-10 Kurt ZeilengaRework backend (lastmod + glue + system schema) flags
2002-01-06 Howard ChuUse 'm' ber_scanf format where convenient
2002-01-04 Kurt ZeilengaUpdate copyright statements
2002-01-02 Howard ChuMinor cleanup. bvarray_add should return success/fail...
2002-01-02 Howard ChuFix memory leak of Mod.sml_type
2002-01-02 Howard ChuChange struct berval ** to BVarray
2001-12-28 Howard ChuAdded dnPrettyNormal, do both Pretty and Normalize...
2001-12-26 Kurt ZeilengaUpdate referral handling to use struct berval DNs.
2001-12-25 Kurt ZeilengaMore struct berval DNs
2001-12-25 Kurt ZeilengaHave replog() use struct berval DNs
2001-12-25 Kurt ZeilengaMore "char *" to struct berval DN changes
2001-12-25 Kurt ZeilengaUse struct berval DNs for root DN and update DN
2001-12-24 Kurt ZeilengaRequire the struct berval **out argument of dnPretty...
2001-12-24 Kurt ZeilengaBasic ename.bv_len work.
2001-12-24 Howard ChuChanged sai_dn, sai_ndn to struct berval. (Affects...
2001-12-23 Kurt Zeilengause dnPretty instead of dn_pretty
2001-12-22 Kurt ZeilengaUpdate BER decoding of PDU to use "o" (struct berval...
2001-12-20 Kurt ZeilengaFix error in last commit
2001-12-20 Kurt ZeilengaAdd better error reporting.
2001-12-19 Kurt ZeilengaAdd structuralObjectClass support and a bit of const...
2001-12-10 Howard ChuChanged backglue configuration. Added noSubordinates...
2001-12-09 Howard ChuAdded ndn to replog args, eliminate unnecessary dn_norm...
2001-12-08 Kurt ZeilengaPretty the entry DNs on add but not rename (yet).
2001-11-16 Pierangelo Masaraticheck for update dn
2001-10-26 Kurt ZeilengaFirst stable an implementing latest namedref specification.
2001-10-05 Kurt ZeilengaReturn unwillingToPerform instead of noSuchObject for...
2001-09-16 Kurt ZeilengaBack out ManageDsaIt change.
2001-05-10 Kurt ZeilengaAdd better modlist2mod error reporting (to client)
2001-01-17 Gary Williamsfix format
2001-01-16 Kurt ZeilengaITS#963: Multimaster patch
2001-01-11 Gary Williamsmore new logging (finally), behind NEW_LOGGING
next