]> git.sur5r.net Git - openldap/history - servers
Added new test slapd-modrdn - string-reverses the RDN of the given DNs,
[openldap] / servers /
2003-02-22 Howard ChuFix ITS#2319, use "," comma to delimit port number...
2003-02-21 Howard ChuChange - bdb_tool_entry_put always "sorts" entries:
2003-02-21 Howard ChuFix ITS#2320, check for NULL re->re_replicas
2003-02-19 Kurt ZeilengaITS#2318: unlink pid file (and args file)
2003-02-19 Kurt ZeilengaITS#2236. Add missing connections_shutdown() call.
2003-02-19 Kurt ZeilengaMore understandable error text
2003-02-19 Howard ChuFix do/don't send result logic
2003-02-17 Kurt ZeilengaFix -ULDAP_CLIENT_UPDATE bug (mine)
2003-02-17 Kurt ZeilengaLower SLAP_MAX_WORKER_THREAD to 16 (from 32)
2003-02-16 Howard ChuRevert previous kludge in controls.c, use ldap_pvt_thre...
2003-02-16 Howard ChuKludge - set conn->c_sasl_bindop before calling slap_sa...
2003-02-16 Howard ChuSuppress warning
2003-02-16 Howard ChuAdded proxy-whoami keyword for forwarding whoami requests.
2003-02-16 Howard ChuUse struct berval * instead of ** for newpasswd
2003-02-16 Howard ChuAdded passwd_exop, added matchedDN rewrite for results.
2003-02-16 Howard ChuUse struct berval for exop reqoid everywhere. Define...
2003-02-16 Howard ChuFree default_passwd_hash on cleanup
2003-02-15 Kurt ZeilengaUpdate comment
2003-02-14 Kurt ZeilengaFix typo in last commit
2003-02-14 Howard ChuUse bdb_unlocked_cache_return; lock ended when TXN...
2003-02-14 Kurt ZeilengaUse function pointers to get at backend routines.
2003-02-14 Howard ChuFix previous commit
2003-02-14 Howard ChuUse extended async APIs to allow direct parsing of...
2003-02-13 Howard ChuImplemented connection pooling. Requires libldap_r...
2003-02-13 Howard ChuRevert previous, wasn't broken.
2003-02-13 Kurt ZeilengaPlace SLAP_EXTENDED_SCHEMA behind defined(LDAP_DEVEL)
2003-02-13 Howard ChuFix uninit'd timeout value
2003-02-10 Pierangelo Masaratiimprove error handling
2003-02-10 Pierangelo Masaratipartially fix ITS#2310
2003-02-10 Pierangelo Masaratifix ITS#2309
2003-02-10 Kurt ZeilengaMove include <slapi.h> behind #ifdef
2003-02-09 Kurt ZeilengaMisc LCUP cleanup
2003-02-09 Kurt Zeilengano more suffix_alias
2003-02-09 Kurt ZeilengaITS#2117: remove suffixalias support until someone...
2003-02-09 Kurt ZeilengaCancel exop updates
2003-02-09 Kurt Zeilengarename "permit modify" control to "permissive modify"
2003-02-08 Kurt ZeilengaRework #ifdef'ing of expermental controls to ease relea...
2003-02-08 Kurt Zeilengaextern'ize
2003-02-08 Kurt ZeilengaDisable reverse lookups by default for security
2003-02-08 Kurt ZeilengaUse DB_VERSION_ to set BDB_ENOUGH
2003-02-08 Kurt ZeilengaReword BDB 4.0 bug comment now that configure requires...
2003-02-08 Kurt Zeilengaminor code cleanup
2003-02-07 Kurt Zeilengacleanup
2003-02-07 Jong Hyuk Choicleanup
2003-02-07 Kurt ZeilengaMove RDN checks to entry_schema_check() so that it...
2003-02-07 Kurt Zeilengareally put SLAPI behind its #ifdef
2003-02-07 Kurt Zeilengacode cleanup
2003-02-07 Jong Hyuk Choiuse of normalized dn (fix for a deadlock case ITS#2195)
2003-02-07 Jong Hyuk Choiuse of pre-assigned locker in bdb_group() / bdb_attribute()
2003-02-07 Pierangelo Masaratisome (poor) index cleanup
2003-02-07 Pierangelo Masaratiadd 'add-rdn-values {on|off}' (default off) switch
2003-02-07 Pierangelo Masaraticleanup
2003-02-07 Pierangelo Masaratimore exaustive logging in case of trouble
2003-02-07 Pierangelo Masarati(mostly blind) fix of possible leak/dangling pointer...
2003-02-06 Pierangelo Masaratimake sure the DN is null-terminated before normalizing it
2003-02-05 Pierangelo Masaratiadd helper
2003-02-05 Pierangelo Masaratiadd 'rebind-as-user' according to back-ldap's implement...
2003-02-05 Pierangelo Masarationly document 'subtree', but also allow 'sub'
2003-02-05 Pierangelo Masaratiallow 'sub' and 'subtree' in acl (fix ITS#2300)
2003-02-05 Pierangelo Masaratipartially fixes ITS#2299
2003-02-05 Jong Hyuk ChoiFilename change : servers/slapd/back-bdb/lcup.c ->...
2003-02-05 Jong Hyuk ChoiLDAP Sync Operation (draft-zeilenga-ldup-sync) as a...
2003-02-04 Pierangelo Masaratihandle attr delete appropriately (pass test004)
2003-02-04 Pierangelo Masaratihandle NULL mod_[b]values case
2003-02-04 Pierangelo Masaratiimprove last commit
2003-02-04 Pierangelo Masaratiallow multiple URIs (need to backport to back-ldap)
2003-02-04 Luke HowardCleanup #ifdefs
2003-02-03 Jong Hyuk ChoiIntermediate Response
2003-02-02 Luke HowardDo not crash when more than one attribute is passed to
2003-02-02 Luke HowardEnsure normalized root DN is available to internal...
2003-02-02 Luke HowardAlways pass normalized DN to select_backend() when...
2003-02-02 Luke HowardFix crasher in bvptr2obj
2003-02-02 Luke HowardEnsure AttributeDescriptions are initialized to NULL
2003-02-01 Luke HowardAdd search ref callback
2003-02-01 Luke HowardAdd sendreference callback
2003-01-31 Howard ChuFix statslog of big attr names
2003-01-31 Howard ChuTweak previous commit
2003-01-31 Howard ChuFix subtree and matched search in back-hdb
2003-01-31 Howard ChuFix for LDAP_SLAPI not def'd
2003-01-31 Luke HowardDate PADL copyright notice
2003-01-31 Pierangelo Masaraticleanup
2003-01-30 Kurt ZeilengaRemove FIXME stuff (ITS#2243)
2003-01-30 Howard ChuFix includes for VPATH builds
2003-01-30 Howard ChuDisallow multiple suffixes by default. Otherwise subtre...
2003-01-30 Pierangelo Masaratido not treat extensibleObject as special; add comment...
2003-01-30 Howard ChuITS#2285 string_expand for acl set
2003-01-30 Luke HowardCheck for slapi_filter_dup() success in nested filters
2003-01-30 Luke HowardTerminate f_sub_any array
2003-01-30 Luke HowardAdded slapi_filter_dup() API from Sun ONE DS 5.x
2003-01-30 Luke HowardImplemented slapi_filter_apply() API
2003-01-29 Luke HowardEnsure that, when an entry is actually being added...
2003-01-29 Luke HowarddoPostSearchPluginFNs() should return void for clarity...
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 Masaratisilence warning
2003-01-27 Pierangelo Masaratislapi header cleanup
2003-01-27 Pierangelo Masaratisilence warning
2003-01-27 Pierangelo Masaratitrim unused var
next