]> git.ipfire.org Git - thirdparty/openldap.git/shortlog
thirdparty/openldap.git
2004-11-25  Howard ChuDisable back-bdb native syncrepl support, enable syncpr...
2004-11-25  Howard ChuMerge op->o_sync_mode into op->o_sync
2004-11-25  Howard ChuFix send_ldap* macros
2004-11-25  Howard ChuRevert previous commit, it breaks everything.
2004-11-24  Kurt ZeilengaFix typo
2004-11-24  Howard ChuCleanup, add some more descriptive comments.
2004-11-24  Jong Hyuk Choiremoved test.schema from the test slapd.conf
2004-11-24  Jong Hyuk ChoiAdd the omitted part from the original buddy allocator...
2004-11-24  Jong Hyuk ChoiOmitted from the original buddy allocator commit
2004-11-24  Howard ChuPersist passes test018
2004-11-24  Howard ChuUse normalized UUID...
2004-11-24  Howard ChuFirst pass at persist, not working
2004-11-24  Howard ChuUse BackendInfo instead of direct references to back...
2004-11-24  Howard ChuITS#3401 avoid empty make target when SLAPD_DYNAMIC_BAC...
2004-11-24  Howard ChuFix ITS#3400, move ebadf declaration
2004-11-23  Pierangelo... should fix compile when SLAPD_ACI_ENABLED is undefined
2004-11-23  Jong Hyuk Choiremove schema which was used for component match testing
2004-11-23  Howard ChuUse SLAP_CONTROL_* constants
2004-11-23  Jong Hyuk Choibuddy allocator for sl_malloc. Configurable at thread...
2004-11-23  Howard Chuslap_known_controls is now an array. (control.c r1...
2004-11-23  Howard ChuNow that we have a fixed number of slots for controls...
2004-11-23  Howard ChuAdd comment for spare bits in ctrlflags
2004-11-23  Howard ChuDynamic control management
2004-11-23  Howard ChuInitialize TLS connection callback
2004-11-23  Howard ChuAdd callbacks for client TLS connection establishment:
2004-11-22  Howard ChuTweak findcsn conditions for validating cookie csn
2004-11-22  Howard ChuPasses test017
2004-11-22  Howard ChuDon't BN_init allocated BIGNUMs, they're already initia...
2004-11-22  Howard ChuFix modtail initialization in loop
2004-11-21  Howard ChuMore refresh working...
2004-11-21  Howard ChuGetting refresh working
2004-11-21  Howard ChuBDB 4.3 compatibility - errcall prototype
2004-11-21  Howard ChuDon't bother including <sys/epoll.h> if we're not using...
2004-11-20  Howard ChuBetter test for epoll, make sure the syscall actually...
2004-11-20  Howard ChuSilence warning about cross-compile default
2004-11-20  Pierangelo... allow a "users" type in ACI
2004-11-20  Pierangelo... more cleanup and ITS number
2004-11-20  Pierangelo... cleanup fix to ITS#3303
2004-11-20  Pierangelo... fix ITS#3303
2004-11-20  Pierangelo... add more semantics to the "type" field; fix a bug in...
2004-11-20  Pierangelo... move ACIs under a dynamic infrastructure that allows...
2004-11-20  Howard ChuUse avl_find2, not avl_find
2004-11-19  Howard ChuCleanup, delete test define
2004-11-19  Howard ChuAdd avl_find2 returning the Avlnode, allowing its data...
2004-11-19  Howard ChuUse exop_is_write() macro
2004-11-19  Howard ChuOverlay for serializing modifications of a specific...
2004-11-19  Howard ChuAdd SLAP_EXOP_WRITES flag, expose flags in Operation,
2004-11-19  Howard ChuFix waking test
2004-11-18  Howard ChuFix prev commit
2004-11-18  Howard ChuCheck for sys/epoll.h
2004-11-18  Howard ChuAdd check for epoll(), sys/epoll.h
2004-11-18  Howard Chushutdown on failure in epoll_ctl when adding a socket...
2004-11-18  Howard ChuFix prev commit, didn't mean to have HAVE_EPOLL hardcoded
2004-11-18  Howard Chuepoll support works
2004-11-18  Howard ChuFix epoll compilation
2004-11-18  Howard ChuFirst pass at macro-izing event handling method. Still...
2004-11-18  Howard ChuAllow a small number of waking events to be outstanding...
2004-11-18  Howard ChuCount writers, don't pass w fd_set if there are none
2004-11-17  Pierangelo... the caching database may need to inherit ACLs and limit...
2004-11-17  Howard ChuFix include path for backend.h when using separate...
2004-11-17  Howard ChuAvoid trashing client memory when socket is greater...
2004-11-17  Pierangelo... FIXME: needs work/cleanup
2004-11-17  Pierangelo... improve diagnostics
2004-11-17  Pierangelo... revert last commit
2004-11-17  Howard ChuFix BDB 4.3 fasttool, flag must be set before opening...
2004-11-17  Pierangelo... cleanup previous commit
2004-11-17  Pierangelo... log the right function names
2004-11-17  Pierangelo... test "entry" as default attribute
2004-11-17  Kurt ZeilengaSet OPENLDAP_FD_SETSIZE to 4096 (if not defined)
2004-11-17  Kurt Zeilengarebuild
2004-11-16  Pierangelo... cleanup and line up with code
2004-11-16  Howard ChuAvoid filling the wake_sds when massive numbers of...
2004-11-16  Pierangelo... more on ITS#3396: note that the filter is mandatory...
2004-11-16  Pierangelo... fix ITS#3396 (filter in URI replacement must be present)
2004-11-15  Pierangelo... partially revert previous commit (the "creator" special...
2004-11-15  Pierangelo... back out previous commit
2004-11-15  Pierangelo... move special dn patterns to style enum; add creator...
2004-11-15  Pierangelo... move special dn patterns to style enum; add creator...
2004-11-15  Pierangelo... minor cleanup
2004-11-15  Pierangelo... remove back-*/external.h
2004-11-15  Pierangelo... add directory in labeledURI for back-bdb/hdb; put overl...
2004-11-15  Pierangelo... cleanup
2004-11-15  Pierangelo... don't list multiple occurrences of the same overlay
2004-11-15  Pierangelo... allow backends to automatically install overlays; issue...
2004-11-15  Howard ChuFix prev commit. I wonder if we should convert the...
2004-11-14  Howard ChuSlight tweak for select descriptor checking
2004-11-14  Sang Seok LimComponentFilterMatch support for userCertificate
2004-11-13  Pierangelo... first step towards removing back-*/external.h
2004-11-13  Pierangelo... fix ITS#3391
2004-11-13  Pierangelo... inherit from back-ldap
2004-11-13  Pierangelo... more cleanup
2004-11-13  Pierangelo... cleanup
2004-11-13  Pierangelo... cleanup
2004-11-13  Pierangelo... sanity check
2004-11-13  Pierangelo... improve overlay helpers
2004-11-13  Pierangelo... cleanup
2004-11-13  Pierangelo... further cleanup
2004-11-13  Pierangelo... line up tests with back-ldap and rwm
2004-11-13  Pierangelo... further cleanup
2004-11-13  Pierangelo... no longer required (moved to rwm overlay)
next