]> git.sur5r.net Git - openldap/history - servers/slapd/back-ldbm
Patch: ACL #access-id#<invalid-DN> granted access to everyone (ITS#2006)
[openldap] / servers / slapd / back-ldbm /
2001-01-09 Stig VenaasAllow changing rdn only, locked parent twice when old...
2000-10-18 Kurt Zeilengaquick hack to support holding of the root naming context
2000-10-11 Kurt ZeilengaAdd missing 'static'... (ITS#823,825,828)
2000-10-11 Kurt ZeilengaUpdate ldappasswd binddn bug, man page and error reporting
2000-10-03 Kurt ZeilengaDon't excite folks with index_param fails
2000-09-30 Kurt Zeilengafix typo in comment
2000-09-30 Kurt ZeilengaUpdate entry release to new prototype
2000-09-29 Kurt ZeilengaAdd connection and operation arguments to backend callb...
2000-09-29 Kurt Zeilengamisc cleanup
2000-09-25 Kurt ZeilengaClean up logging and fix ITS#771 typo
2000-09-20 Kurt ZeilengaFix typo in comment
2000-09-20 Kurt ZeilengaFix SPASSWD merge for real
2000-09-20 Kurt Zeilengamerge changes from authPassword work which should fix...
2000-09-18 Kurt ZeilengaFramework for back-bdb
2000-09-13 Ben Collinsdereference 'char **text' when passing it as an arg...
2000-09-13 Ben Collinsdeclare return value of index_mask() to be slap_mask_t...
2000-09-12 Kurt ZeilengaCatch nextid failures.
2000-09-11 Kurt Zeilenga-lldbm now sets DB_USE_ENVIRON and support input of...
2000-09-07 Kurt ZeilengaITS#717 slapd kbind patch
2000-09-05 Kurt ZeilengaConsistently don't require "entry" access (except on...
2000-08-27 Kurt ZeilengaFix alias deref success v. NoSuchObject bug
2000-08-22 Kurt ZeilengaFirst cut of LDBM substrings indexing. Needs testing.
2000-08-15 Kurt ZeilengaPlug leaks.
2000-08-15 Kurt ZeilengaMove delete of last value check out of inner loop.
2000-08-07 Kurt Zeilengaremove assert(0)
2000-07-28 Kurt Zeilengas/SAFEMEMCPY/AC_MEMCPY/
2000-07-26 Kurt ZeilengaWorking slapindex!
2000-07-25 Kurt ZeilengaITS#636, keys == NULL bug
2000-07-21 Kurt ZeilengaAdd experimental reindexer.
2000-07-19 Kurt ZeilengaNew slapindex framework (no meat)
2000-07-13 Kurt ZeilengaUpdate SASL code to reuse context through life of session.
2000-06-28 Mark ValenceUpdated attribute routine to pass back bervals.
2000-06-26 Kurt ZeilengaAdd attribute type/matching rule support for structural...
2000-06-26 Kurt ZeilengaModify backend_attribute to return bervals and adjust...
2000-06-25 Kurt ZeilengaUpdate slurpd to use LDAPv3 w/ ManageDSAit
2000-06-25 Kurt ZeilengaReturn unwillingToPerform for step 2 kerberos bind.
2000-06-25 Kurt ZeilengaModified slapd to be slurpd friendly.
2000-06-23 Mark ValenceAdd attribute.c to project.
2000-06-21 Mark ValenceAdded attribute.c
2000-06-21 Mark ValenceNew backend routine: back_attribute
2000-06-21 Mark ValenceNew backend routine: back_attribute
2000-06-18 Kurt ZeilengaRound one of LDAP_F() macro changes. In this round...
2000-06-17 Kurt ZeilengaAdd referral.c
2000-06-17 Kurt ZeilengaAdd LDBM referral handler...
2000-06-17 Kurt ZeilengaReimplement search_candidate support for scope, referra...
2000-06-17 Kurt ZeilengaFix aliasing.
2000-06-17 Kurt ZeilengaRemove broken num subordinates code.
2000-06-16 Kurt ZeilengaAdd backend_check_referrals() framework.
2000-06-15 Kurt ZeilengaMinor adjustments to last commit
2000-06-15 Kurt ZeilengaAdd logic to properly (per X.500 recommendations) handl...
2000-06-15 Mark ValenceUse the first empty slot in the open cache table, so...
2000-06-15 Kurt ZeilengaFix alias dn_in v. dn bug
2000-06-14 Kurt Zeilengacond_*() routines: Pass pointer to Datum, not Datum...
2000-06-14 Kurt ZeilengaForgot continuation key prefix
2000-06-14 Mark ValenceBug fix.
2000-06-14 Mark ValenceFix OC check.
2000-06-14 Mark ValenceBug hunting -- various problems with opening caches.
2000-06-10 Kurt ZeilengaMisc code cleanup.
2000-06-07 Kurt ZeilengaRework URI parser to provide true scheme not proto...
2000-06-06 Kurt Zeilengaunifdef -DSLAPD_SCHEMA_NOT_COMPAT -USLAPD_SCHEMA_COMPAT
2000-06-06 Kurt ZeilengaAdd presense indexing
2000-06-06 Kurt Zeilengaremove init arg from attrs_index_config proto
2000-06-06 Kurt ZeilengaDon't automatically index objectlclass eq, ineffective...
2000-06-06 Kurt ZeilengaRemove not to be implemented control.
2000-06-06 Kurt ZeilengaComplete group ACL impl. under new schema code
2000-06-06 Kurt ZeilengaRemove lint
2000-06-06 Kurt ZeilengaMove experimental Back-BDB2 to Attic
2000-06-05 Mark ValenceFix broken non-schema build (var not defined).
2000-06-05 Mark ValenceKeep from ldbm_sync'ing a DBCache unless it has been...
2000-06-04 Kurt ZeilengaNew indexer/filter codes (test suite works) with cheats
2000-06-03 Kurt ZeilengaRaise MAXDBCACHE to 128.
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-28 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: add missing AttributeDescriptions
2000-05-27 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: fix bind acls
2000-05-27 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: prelim ACL work
2000-05-27 Kurt ZeilengaWorking test001 and test002.
2000-05-27 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: disable indexing
2000-05-26 Kurt ZeilengaUnneeded
2000-05-26 Kurt ZeilengaDB3 fixes
2000-05-24 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: Fix misuse of attrs_find
2000-05-23 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: fix add bug
2000-05-23 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: cleanup
2000-05-22 Kurt ZeilengaConst'ification
2000-05-21 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: framework for value_match...
2000-05-18 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: numerous changes to syntax...
2000-05-15 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT addl. filter changes (a work...
2000-05-13 Kurt ZeilengaY2k copyright update
2000-05-11 Howard ChuRemoved XLDFLAGS, unnecessary for modules.
2000-05-10 Howard ChuUndo slapd/add.c rev 1.54; back-bdb2 and back-ldbm...
2000-05-03 Kurt Zeilengamove default "directory"
2000-04-25 Kurt Zeilengaremove SASL bind call. Frontend code coming.
2000-04-25 Kurt Zeilengaentry_schema_check() rename
2000-04-25 Kurt ZeilengaLDAP_OPERATIONS_ERROR -> LDAP_OTHER
2000-03-20 Kurt ZeilengaMove presence index change outside of values for loop.
next