]> git.sur5r.net Git - openldap/history - servers/slapd/proto-slap.h
Added ndn to replog args, eliminate unnecessary dn_normalize in replog.
[openldap] / servers / slapd / proto-slap.h
2001-12-09 Howard ChuAdded ndn to replog args, eliminate unnecessary dn_norm...
2001-12-08 Howard ChuAdded new backglue pseudo-backend. Uses callbacks to...
2001-12-08 Howard ChuAdded dn_rdnlen. Fixed rdn leak in limits.c.
2001-12-08 Howard ChuConverted all use of dn_parent to the in-place version...
2001-12-08 Howard ChuTurned dn_parent into dn_parent1, returning in-place...
2001-12-08 Kurt ZeilengaPretty the entry DNs on add but not rename (yet).
2001-12-07 Howard ChuNT updates from jon@symas.com.
2001-12-04 Pierangelo Masaratireimplement dn_validate/normalize/(match) using the...
2001-12-03 Howard ChuRewrote entry_encode/entry_decode again, uses 50% less...
2001-11-27 Kurt ZeilengaReplace existing SLAP_MR_ matching flags with:
2001-11-17 Pierangelo Masaratiminor cleanup
2001-11-16 Pierangelo Masaratimoved the empty dn static entry into a global const...
2001-11-16 Pierangelo Masaraticheck for update dn
2001-11-16 Howard ChuChanged global ad_mutex into per-attributeType mutex...
2001-11-13 Kurt Zeilengarm currenttime_mutex.
2001-11-07 Howard ChuAdded schema_destroy() et al to free schema structures...
2001-10-26 Kurt ZeilengaFirst stable an implementing latest namedref specification.
2001-10-25 Pierangelo MasaratiFixes ITS#1385
2001-10-23 Kurt ZeilengaUse defined Root DSE attributes.
2001-10-23 Julio Sánchez Fern... Replacement for value_find and compatibility macro.
2001-10-22 Howard ChuMoved AttributeDescription caching into main code:
2001-08-01 Pierangelo Masaratiadd global, per backend and per op_ndn time/size soft...
2001-07-28 Pierangelo Masaratihandle regex-based per op_ndn time/size limits
2001-07-21 Kurt ZeilengaBack out DN changes, needs more work
2001-07-21 Pierangelo MasaratiAdded the suffix=<dn> parameter to replica config directive
2001-07-14 Pierangelo MasaratiThis is the skeleton of back-monitor, the slapd monitor...
2001-07-13 Pierangelo Masaratidn_validate/dn_normalize has been rewritten by
2001-07-06 Pierangelo Masaratiprotos and declarations for charray and rdn stuff
2001-06-28 Randy KunkeeRemove global_backendsyncfreq code (code has been pushe...
2001-06-22 Randy KunkeeAdd sync_daemon to daemon.c, enabled by global configur...
2001-06-07 Kurt ZeilengaCheck schema NAMEs
2001-06-06 Kurt ZeilengaAdd more detailed reporting of schema violations to...
2001-05-29 Kurt ZeilengaAdd support for separate max incoming for anonymous...
2001-05-17 Kurt ZeilengaAdd support for obsolete attributes.
2001-05-10 Kurt ZeilengaAdd better modlist2mod error reporting (to client)
2001-05-05 Kurt ZeilengaAdd simple configure support for sockbuf max incoming
2001-02-03 Kurt ZeilengaAdd security checks to root DSE searches.
2001-01-19 Kurt ZeilengaAdd "sasl-external-x509dn-convert" configuration option...
2000-11-30 Mark AdamsonMake SASL authorization work for NULL, "u:", and "dn...
2000-11-02 Stig VenaasChanged ucdata loading, all is done in config.c. Tried...
2000-10-23 Kurt ZeilengaFix register_syntax argument names
2000-10-21 Kurt ZeilengaFirst-cut at manageDSAit-aware backend selection.
2000-10-13 Julio Sánchez Fern... Protos for extensible matching rules
2000-09-29 Kurt ZeilengaAdd connection and operation arguments to backend callb...
2000-09-22 Kurt Zeilengaremove lint
2000-09-21 Kurt ZeilengaFix portability issue.
2000-09-21 Mark AdamsonImplementation of SASL authorization.
2000-09-20 Kurt ZeilengaFix SPASSWD merge for real
2000-09-20 Kurt Zeilengamerge changes from authPassword work which should fix...
2000-09-12 Kurt ZeilengaAdd initial entry_encode() routine for back-sleepy...
2000-09-11 Kurt ZeilengaAdd 'defaultSearchBase' configuration directive to...
2000-09-08 Kurt ZeilengaAdd "allow tls_2_anon" to allow StartTLS to force sessi...
2000-09-03 Kurt ZeilengaBring UCdata infrastructure.
2000-08-30 Kurt ZeilengaAdd sasl-host option and treat sasl-realm as global...
2000-08-28 Kurt Zeilengarestrictops, requires, disallow knobs; ssf acls; and...
2000-08-26 Kurt ZeilengaRemove extended op callback function... doesn't provide...
2000-08-26 Kurt ZeilengaMinor typedef and other clean ups
2000-08-22 Kurt ZeilengaFirst cut of LDBM substrings indexing. Needs testing.
2000-07-28 Kurt ZeilengaWorking SASL security layers!
2000-07-24 Kurt ZeilengaUpdate framework to support registration of approximate...
2000-07-22 Kurt Zeilengaconform schema routines to ldap naming conventions
2000-07-13 Kurt ZeilengaUpdate SASL code to reuse context through life of session.
2000-07-02 Kurt ZeilengaAdd experimental support for undefined attribute types.
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-21 Mark ValenceNew backend routine: back_attribute
2000-06-18 Kurt ZeilengaRound one of LDAP_F() macro changes. In this round...
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-10 Mark ValenceRemoved active_threads count and associated mutex/cond...
2000-06-07 Mark ValenceUse thread pool for operation threads.
2000-06-06 Kurt Zeilengaunifdef -DSLAPD_SCHEMA_NOT_COMPAT -USLAPD_SCHEMA_COMPAT
2000-06-05 Kurt ZeilengaUse #ifdef, not #if
2000-06-04 Kurt ZeilengaNew indexer/filter codes (test suite works) with cheats
2000-05-30 Kurt ZeilengaRework ACI codes to use OpenLDAPaci. Add needed schema...
2000-05-28 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: add subtype aware is_at_syntax()
2000-05-28 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: Mostly work modify
2000-05-27 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: framework for substring searching
2000-05-27 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: prelim ACL work
2000-05-25 Kurt ZeilengaMove extern schema_init_done outside of #ifdef SLAPD_SC...
2000-05-25 Kurt ZeilengaSplit schema_prep() from schema_init.c
2000-05-24 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT:
2000-05-24 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: equality filters
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-17 Kurt ZeilengaSLAP_SCHEMA_NOT_COMPAT: add calls to dummy value_normal...
2000-05-16 Kurt ZeilengaModify ava code to return error text
2000-05-16 Kurt ZeilengaRework root dse and other info entry codes to produce...
2000-05-15 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: Rework caching of internal...
2000-05-15 Kurt ZeilengaRelocate schema_init() call to main()
2000-05-15 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: basic filter parsing
2000-05-13 Kurt ZeilengaY2k copyright update
2000-04-30 Bastiaan BakkerAvoid C++ keyword 'new' in header files.
2000-04-25 Kurt Zeilengafix -UHAVE_CYRUS_SASL
2000-04-25 Kurt ZeilengaSASL code without backend support. Should work with
2000-04-25 Kurt Zeilengaentry_schema_check rename
2000-03-03 Kurt ZeilengaRework error handling. Add error descriptions.
2000-03-01 Kurt ZeilengaReorder error detection based upon precedence
next