]> git.sur5r.net Git - openldap/history - servers/slapd/add.c
SLAPI - Netscape plugin API for slapd - based on patch contributed by Steve Omrani...
[openldap] / servers / slapd / add.c
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
2000-10-21 Kurt ZeilengaFirst-cut at manageDSAit-aware backend selection.
2000-09-29 Kurt ZeilengaAdd connection and operation arguments to backend callb...
2000-09-08 Kurt ZeilengaDisallow inappropriate operations upon the root dse.
2000-08-28 Kurt Zeilengarestrictops, requires, disallow knobs; ssf acls; and...
2000-07-28 Kurt Zeilengas/SAFEMEMCPY/AC_MEMCPY/
2000-06-25 Kurt ZeilengaModified slapd to be slurpd friendly.
2000-06-16 Kurt ZeilengaRemove unnecessary arg from front end backend_check_ref...
2000-06-16 Kurt ZeilengaRework referral entry point with DNS SRV implementation...
2000-06-16 Kurt ZeilengaAdd backend_check_referrals() framework.
2000-06-14 Kurt ZeilengaMinor cleanup
2000-06-06 Kurt Zeilengaunifdef -DSLAPD_SCHEMA_NOT_COMPAT -USLAPD_SCHEMA_COMPAT
2000-05-23 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: fix bugs in add/modify logic
2000-05-23 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: cleanup
2000-05-23 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: fix up add framework
2000-05-22 Kurt ZeilengaConst'ification
2000-05-21 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: framework for value_match...
2000-05-13 Kurt ZeilengaY2k copyright update
2000-05-10 Howard ChuUndo slapd/add.c rev 1.54; back-bdb2 and back-ldbm...
2000-04-25 Kurt ZeilengaLDAP_OPERATIONS_ERROR -> LDAP_OTHER
2000-03-30 Julio Sánchez Fern... The add routine in the backend already frees the entry...
2000-03-03 Kurt ZeilengaRework error handling. Add error descriptions.
2000-03-02 Kurt ZeilengaMove handling of operations errors due to submission of
2000-02-28 Kurt ZeilengaYet another round of SLAPD_SCHEMA_NOT_COMPAT changes...
2000-02-25 Kurt ZeilengaMore -DSLAPD_SCHEMA_NOT_COMPAT changes, including initial
2000-02-22 Kurt ZeilengaUse common entry cleanup code.
2000-02-22 Kurt ZeilengaAdditional -DSLAPD_SCHEMA_NOT_COMPAT changes
2000-02-05 Kurt ZeilengaAnother round of SLAPD_SCHEMA_NOT_COMPAT changes including
2000-02-01 Kurt ZeilengaDidn't return after returning unknown critical control.
2000-01-27 Kurt ZeilengaAdd code to handle operational attributes via new schem...
1999-12-08 Kurt ZeilengaReengineered ldappasswd(1). Uses extended operation...
1999-11-01 Kurt ZeilengaSet modifiersname/timestamp upon creation.
1999-10-28 Howard ChuAdded line to #include "ldap_pvt.h". Part of Mingw32...
1999-09-24 Kurt ZeilengaIn preparation for adding dn_rewrite()...
1999-09-19 Howard ChuUndo previous commit
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-09-02 Hallvard FurusethFix: obey be->be_readonly. Also add & obey global_read...
1999-08-19 Kurt ZeilengaAdd hacks to allow debugging with CSRI malloc.
1999-08-07 Hallvard FurusethMinor cleanup:
1999-08-06 Kurt ZeilengaAdd copyright notices.
1999-08-03 Kurt ZeilengaAdd multimaster replication support (ITS#170) based...
1999-08-03 Kurt Zeilengas/exit(1)/exit(EXIT_FAILURE)/
1999-07-29 Kurt ZeilengaVery crude LDIF changes:
1999-07-27 Kurt ZeilengaReturn LDAP_CONSTRAINT_VIOLATION if user attempts to...
1999-07-22 Kurt ZeilengaAdd limited LDAP_INVALID_DN_SYNTAX support. dn_normali...
1999-07-16 Kurt Zeilenga(re)introduce o_connid such that STATS doesn't need...
1999-07-16 Kurt ZeilengaImport experimental referral implementation from OPENLD...
1999-07-07 Kurt ZeilengaAdd support for unsolicited notifications.
1999-07-05 Kurt ZeilengaAdd get_ctrls()...
1999-07-02 Kurt ZeilengaSend LDAP_SASL_BIND_IN_PROGRESS if o_bind_in_progress...
1999-07-01 Kurt ZeilengaAdd macros to support testing of error categories to...
1999-06-30 Kurt ZeilengaRework BER decoding with lieu of LDAPv3 controls (comin...
1999-06-29 Kurt Zeilengaexpose oc_check_operational from schema.c
1999-06-18 Kurt Zeilengaber_int_t, ber_tag_t, ber_socket_t, ber_len_t
1999-04-13 Hallvard FurusethAdd struct backend_info->bi_entry_release_rw and relate...
next