]> git.sur5r.net Git - openldap/history - servers/slapd/tools/slapadd.c
#ifdef -DSLAP_NVALUES
[openldap] / servers / slapd / tools / slapadd.c
2003-04-05 Kurt Zeilenga#ifdef -DSLAP_NVALUES
2003-02-26 Howard ChuComplain about holes in database at end of slapadd
2003-02-26 Kurt ZeilengaSLAP_BVALUES fixes
2003-02-25 Kurt ZeilengaRound one of SLAP_NVALUES code
2003-01-03 Kurt ZeilengaHappy new year
2002-11-28 Pierangelo Masaratiperhaps the assert can be removed; should work now
2002-09-09 Howard ChuPlug memleaks from -r1.45
2002-08-31 Pierangelo Masaratidefine macros for appropriate sizing of lutil buffers
2002-08-27 Kurt ZeilengaFix bug in last commit
2002-08-27 Kurt ZeilengaOnly add LASTMOD attributes if they don't exist in...
2002-08-24 Kurt Zeilengause ldap_charray_*() instead of charray_*()
2002-08-21 Jong Hyuk ChoiSlapadd is changed to include Operational Attributes...
2002-07-11 Julius EnarusaiCoverted LDAP_LOG macro to use subsystem ID int values...
2002-05-01 Howard ChuChanged be_[n]suffix, be_[n]suffixAlias to BerVarray...
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-28 Pierangelo MasaratiCheck the ldif file without actually creating the db...
2002-01-13 Kurt ZeilengaMisc cleanup, lint removal, and minor optimizations
2002-01-12 Pierangelo Masaratierror message from be_entry_put tool backend function
2002-01-10 Kurt ZeilengaAdd Backend argument to entry_schema_check() to support...
2002-01-04 Kurt ZeilengaUpdate copyright statements
2002-01-02 Howard ChuMinor cleanup
2002-01-02 Howard ChuChange struct berval ** to BVarray
2001-12-27 Kurt ZeilengaClean up a few globals
2001-12-25 Kurt ZeilengaMore struct berval DNs
2001-12-25 Kurt ZeilengaMore "char *" to struct berval DN changes
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-20 Kurt ZeilengaAdd better error reporting.
2001-12-19 Kurt ZeilengaPatch slapadd(8) to provide a structuralObjectClass...
2001-12-10 Howard ChuChanged backglue configuration. Added noSubordinates...
2001-12-09 Kurt ZeilengaRemove lint and misc MSVC updates
2001-07-09 Pierangelo MasaratiForbid empty ("") dn! (followup 5 to ITS#1173)
2001-06-06 Kurt ZeilengaAdd more detailed reporting of schema violations to...
2000-10-21 Kurt ZeilengaFirst-cut at manageDSAit-aware backend selection.
2000-10-10 Kurt ZeilengaAdd more detail to "configured to hold" message
2000-09-17 Kurt ZeilengaRemove -s (noschemacheck in favor of using global_schem...
2000-09-16 Kurt ZeilengaCleanup
2000-09-16 Kurt ZeilengaReorder DN check
2000-09-08 Kurt ZeilengaDisallow inappropriate operations upon the root dse.
2000-08-21 Kurt ZeilengaFix callback check logic
2000-05-27 Kurt ZeilengaCSRI malloc compat fix
2000-05-22 Kurt ZeilengaConst'ification
2000-05-13 Kurt ZeilengaY2k copyright update
2000-04-25 Kurt Zeilengaentry_schema_check() rename
2000-02-25 Kurt Zeilenganoschemacheck should not disable validation of DNs
2000-02-05 Kurt ZeilengaAnother round of SLAPD_SCHEMA_NOT_COMPAT changes including
1999-09-24 Kurt ZeilengaIn preparation for adding dn_rewrite()...
1999-09-08 Kurt ZeilengaAdd OpenLDAP RCSid to *.[ch] in clients, libraries...
1999-08-31 Hallvard FurusethTypo in debug message
1999-08-22 Hallvard FurusethInitialize lineno
1999-08-19 Kurt ZeilengaFree ldif buffer... test001 now shows no leaks!
1999-08-19 Kurt ZeilengaCentralize slap init/startup/shutdown/destroy into...
1999-08-19 Kurt ZeilengaClean up debug messages.
1999-08-18 Kurt ZeilengaAdd schema checking, continue mode, and fix a few leaks.
1999-08-17 Kurt ZeilengaNew dn2id format with base/one/subtree indices (ldbm...