]> git.sur5r.net Git - openldap/history - servers/slapd
Add manage obsolete attributes capability.
[openldap] / servers / slapd /
2005-05-13 Kurt ZeilengaAdd manage obsolete attributes capability.
2005-05-13 Kurt ZeilengaAdditional manageDIT changes.
2005-05-13 Pierangelo Masaratiimprove fix
2005-05-13 Pierangelo Masaratifix ACL_PRIV_MASK for manage
2005-05-13 Pierangelo Masaratifix cleanup in case of error
2005-05-13 Kurt ZeilengamanageDIT framework and obsolete objectclasses/DIT...
2005-05-13 Kurt Zeilengafinish global_schemacheck removal
2005-05-13 Pierangelo Masaratifix sizelimit interaction with glue overlay (ITS#3724)
2005-05-13 Howard ChuLDIF include must use a file URL
2005-05-13 Pierangelo Masaratidon't bother about slap_dummy_bv
2005-05-13 Pierangelo Masaratidon't free officially dummy values
2005-05-13 Kurt ZeilengaAdd parsing for manageDIT control.
2005-05-13 Kurt Zeilengaextend manageDIT test cases (now just need to find...
2005-05-13 Kurt ZeilengaControl cleanup
2005-05-13 Howard ChuITS#3608 - ignore unavailable non-critical controls
2005-05-13 Howard ChuFix parseSearchOptions
2005-05-12 Howard ChuFix typo
2005-05-12 Pierangelo Masaratifix sizelimit bug (ITS#3720)
2005-05-12 Howard ChuSample LDIF slapd configuration
2005-05-12 Howard Chucore.schema converted to LDIF
2005-05-12 Howard ChuFix attribute sorting
2005-05-12 Howard ChuFix for slapadd'ing a config db
2005-05-12 Howard ChuUpdated ldif_read_record to support LDIF include: directive
2005-05-12 Pierangelo Masaratifix and strengthen the structural objectClass test
2005-05-12 Pierangelo Masaratiremove global_schemacheck
2005-05-11 Kurt ZeilengaNever publish:
2005-05-11 Kurt ZeilengaMostly remove global_schemacheck. More cleanup needed in
2005-05-11 Howard ChuITS#3577 Make librewrite shared - > liblrewrite.la
2005-05-11 Pierangelo Masaratiremove cruft
2005-05-11 Pierangelo Masaratiremove obsolete tests
2005-05-10 Howard ChuAdd LDAP_DEBUG_SYNC loglevel
2005-05-10 Howard ChuFix typo, use dn.base instead of dn.exact in unparse
2005-05-10 Howard ChuMore value ACL style tweaks
2005-05-10 Howard ChuFix acl_unparse - add missing style specifiers
2005-05-09 Kurt ZeilengaDon't split description across multiple values.
2005-05-09 Howard ChuFix (temporary) crash on ldbm
2005-05-09 Howard ChuAdd comments for config_overlay
2005-05-09 Howard ChuMore fixes for overlay support. Converted pcache to...
2005-05-09 Howard ChuFix debug msg
2005-05-09 Pierangelo Masaratidon't compare freed pointers (no harm)
2005-05-09 Howard ChuFix prev commit, extra objectclass table
2005-05-09 Howard ChuFix prev commit, trim unused cfOC vars
2005-05-09 Howard ChuTable-driven config
2005-05-09 Howard ChuRestructured to allow miscellaneous Adds under database...
2005-05-09 Howard ChuMore for error propagation
2005-05-09 Howard ChuExplicitly set LTONLY_MOD for shared overlays
2005-05-08 Howard ChuNUL at end of entry not needed any more
2005-05-08 Howard ChuDelete unused entry_lenlen code
2005-05-08 Howard ChuMacro fix, again
2005-05-08 Howard ChuFix bad macro interaction in prev commit
2005-05-07 Howard ChuSimplify static build
2005-05-07 Pierangelo Masaratidon't leave consts around
2005-05-06 Howard ChuMake entry_encode/decode independent of slapd structure...
2005-05-06 Pierangelo Masaratiuse appropriate log level if bailing out; need to use...
2005-05-06 Howard ChuPropagate config errors back to caller.
2005-05-06 Pierangelo Masaraticleanup ident string
2005-05-06 Pierangelo Masaratimore on strict config parsing (ITS#3705)
2005-05-06 Pierangelo Masaratiadd support for "subordinate" scope
2005-05-06 Howard ChuFix prev commit
2005-05-06 Howard ChuFix undefined attributetype initializer
2005-05-06 Howard ChuITS#3710 add missing space
2005-05-06 Howard ChuRemove redundant def
2005-05-06 Howard ChuFix Windows export setup
2005-05-06 Howard ChuMore for ITS#3681
2005-05-06 Howard ChuFix backends.o dependencies
2005-05-06 Howard ChuFix for WIN32 mkdir
2005-05-05 Howard ChuITS#3681 separate static from dynamic overlays
2005-05-05 Howard ChuMust always accept "base" for ACL_STYLE_BASE since...
2005-05-05 Howard ChuFix global entry setup
2005-05-05 Kurt ZeilengaWrap w in WAKE_LISTENER
2005-05-05 Kurt ZeilengaIncrease listen() backlog to 1024, allow compile time...
2005-05-05 Pierangelo Masaraticonsistently rename function
2005-05-05 Pierangelo Masaratia bit more reworking and streamline; the change to...
2005-05-05 Pierangelo Masaratifix previous commit: don't loop on undefined; return...
2005-05-05 Pierangelo Masaratifix support for absoluteFilters
2005-05-05 Pierangelo Masaratifix previous commit
2005-05-05 Pierangelo Masaratimove discover function to frontend
2005-05-05 Pierangelo Masaratihonor T-F filters (ITS#3706) and some cleanup
2005-05-04 Pierangelo Masaratihonor T-F filters (ITS#3706) and lots of cleanup
2005-05-04 Pierangelo Masaratihonor T-F filters (ITS#3706)
2005-05-04 Pierangelo Masaratiif for any reason ldap_search_ext() fails (e.g. ITS...
2005-05-04 Pierangelo MasaratiITS#3705: bailout if unknown config directive is found
2005-05-04 Howard ChuITS#3702 add tool entry points
2005-05-04 Howard ChuITS#3699, #3702 fix ldif_back_search to send entries...
2005-05-04 Pierangelo Masaratiadd "monitorIsShadow" (ITS#3696); more to come (see...
2005-05-04 Howard ChuITS#3703 skip checkpoint on close if ReadOnly mode
2005-05-04 Howard ChuIn backend_group, return LDAP_COMPARE_FALSE if attr...
2005-05-03 Pierangelo Masaratifix printing a NULL value (ITS#3698)
2005-05-03 Pierangelo Masaratifix SIGSEGV when default style is used for "val" (ITS...
2005-05-03 Howard ChuITS#3699 fix dbconfig, limits schema flags
2005-05-01 Howard Chuunifdef SLAP_USE_CONFDIR
2005-05-01 Howard ChuFix config selection:
2005-04-30 Pierangelo Masaratidon't return client API error if the server is down...
2005-04-30 Kurt ZeilengaITS3693: fix of authPasswordSchemes for whom ever ends...
2005-04-30 Kurt ZeilengaMove $STRIP to top.mk, expand use.
2005-04-30 Howard ChuFix ITS#3695 preserve stack alignment in slap_sl_realloc
2005-04-29 Pierangelo Masaratianticipate monitor schema definition
2005-04-29 Pierangelo Masaratihardcode "description" and "seeAlso"
2005-04-29 Pierangelo Masaratisanity check
2005-04-29 Pierangelo Masaratiperform internal operations as rootdn, if any
next