]> git.sur5r.net Git - openldap/history - servers/slapd
fix previous commit
[openldap] / servers / slapd /
2005-06-01 Pierangelo Masaratifix previous commit
2005-06-01 Pierangelo Masaratiwork around syncprov interoperation issues; minor cleanup
2005-06-01 Pierangelo Masaratifix improper use of "fail_if_no_mapping" flag: fail...
2005-05-30 Pierangelo Masaratifix ITS#3753
2005-05-30 Pierangelo Masaratidon't leave dangling pointers; pass entry when sending...
2005-05-30 Pierangelo Masaratido not return spurious result codes
2005-05-28 Pierangelo Masaratiexpose macro(s) to produce string representations of...
2005-05-26 Howard ChuITS#3748 do necessary startup when adding databases...
2005-05-25 Pierangelo Masaratifix previous commit :)
2005-05-25 Pierangelo Masaratiinvalidate cached connections if URI changed
2005-05-24 Howard ChuUse "pcache" to invoke the overlay instead of "proxycache"
2005-05-24 Howard ChuITS#3747 move subschemasubentry attr initialization
2005-05-23 Pierangelo Masaratiexit on error
2005-05-23 Pierangelo Masaratihandle "dn=*" <what> clause
2005-05-23 Pierangelo Masaratifurther fixing of back-ldap config; added enum_to_verb...
2005-05-23 Howard ChuFix slap_verbmask
2005-05-23 Pierangelo Masaratifix interaction with table-driven config of back-ldap...
2005-05-23 Pierangelo Masaraticomplete back-config support, including chain overlay...
2005-05-23 Pierangelo Masaratidon't unparse starttls field in slap_bindconf if default
2005-05-23 Pierangelo Masaratiallow LDAP_AUTH_NONE
2005-05-23 Pierangelo Masaratiauthid-rewrite*: fix parsing, rework unparsing
2005-05-23 Pierangelo Masaratitry to propagate cf info; required, e.g. by translucent...
2005-05-21 Pierangelo Masaratifirst round of back-config support; need to #define...
2005-05-21 Pierangelo Masaratiminor cleanup
2005-05-21 Pierangelo Masaratipublish updateref...
2005-05-21 Pierangelo Masaratifix entry DN free
2005-05-21 Pierangelo Masaratiadd comment on slap_dummy_bv
2005-05-21 Pierangelo Masarati"restrict" is a c99 keyword (ITS#3739)
2005-05-21 Pierangelo MasaratiISO C forbids zero-size array (ITS#3739)
2005-05-20 Pierangelo Masaratiminor cleanup
2005-05-20 Pierangelo Masaratiinitialize AttributeName structures; allow '*' attribut...
2005-05-18 Howard ChuITS#3731 catch another BDB error leaking out to the...
2005-05-14 Kurt ZeilengaITS#3725 fix
2005-05-14 Kurt ZeilengaAllow no-user-modification attributes to be managed.
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
next