]> git.sur5r.net Git - openldap/shortlog
openldap
2012-05-30 Frederik DeweerdtITS#7270 Protect accesses to ldap_int_hostname with...
2012-05-30 Howard ChuITS#7279 init rc in mdb_idl_insert_keys
2012-05-30 Howard ChuAdditional fix for threaded slapadd
2012-05-29 Quanah Gibson... Merge branch 'master' of ssh://git-master.openldap...
2012-05-29 Quanah Gibson... ITS7282 Fix peername.regex example
2012-05-29 SATOH FumiyasuITS#7278 SHA-2: Add support salted SHA-2 password hashes
2012-05-29 SATOH FumiyasuITS#7269 SHA2: Avoid "static char real_hash[]" to suppo...
2012-05-09 Howard ChuMerge remote-tracking branch 'origin/mdb.master'
2012-05-09 Howard ChuITS#7266 fix rebalance for LEAF2 pages
2012-05-09 Howard ChuMerge remote-tracking branch 'origin/mdb.master'
2012-05-09 Howard ChuMore freelist tweaks, avoid referencing freed page
2012-05-08 SATOH FumiyasuSHA2: Make slapd-sha2 module portable
2012-05-06 Howard ChuMerge remote-tracking branch 'origin/mdb.master'
2012-05-06 Howard ChuFurther clarification of mdb_open()
2012-05-02 Howard ChuITS#7255 in mdb_tool_entry_modify use the existing...
2012-04-20 Howard ChuITS#7253 add a note about Criticality and RFC4510
2012-04-18 Howard ChuMerge remote-tracking branch 'origin/mdb.master'
2012-04-18 Howard ChuITS#7251 fix Apple/Windows shared mutex naming
2012-04-18 Howard ChuITS#7182 new entry points should just be appended to...
2012-04-18 Ondrej KuznikITS#7182 Simplify connection entry creation using entry...
2012-04-18 Ondrej KuznikITS#7182 Remove use of monitor_info_t in back-ldap.
2012-04-18 Ondrej KuznikITS#7182 Remove monitor_info_t from params for monitor_...
2012-04-18 Ondrej KuznikITS#7182 allow for later monitor subsystem registration
2012-04-18 Howard ChuITS#7240 note option inheritance behavior
2012-04-17 Pierangelo... more on ITS#6656
2012-04-16 Howard ChuITS#7245 fix slap_parse_sync_cookie invocation
2012-04-14 Howard ChuSupport double-buffering for threaded slapadd
2012-04-12 Pierangelo... ITS#7088 fix deadlock on write operations that do not...
2012-04-12 Hallvard Furusethlibmdb: midl.h namespace cleanup.
2012-04-12 Hallvard Furusethlibmdb: Simplify pick_meta() from read_meta().
2012-04-12 Hallvard Furusethlibmdb: Simplify mdb_default_cmp. No real change.
2012-04-12 Hallvard Furusethlibmdb: signed meets unsigned warning cleanup
2012-04-12 Hallvard Furusethlibmdb: MDB_FDATASYNC code cleanup.
2012-04-12 Hallvard Furusethlibmdb: Add C++ 'extern "C" {}' to *.h
2012-04-12 Hallvard Furusethlibmdb: Don't open datafile twice when not needed.
2012-04-12 Hallvard Furusethlibmdb: Set close-on-exec flag on lockfile
2012-04-12 Hallvard Furusethlibmdb: Do not use the MDB_txbody.mtb_txnid field.
2012-04-12 Hallvard FurusethFix MDB_DEBUG in last ITS#7299 commit.
2012-04-11 Pierangelo... ITS#6598 make control global
2012-04-10 Howard ChuMerge remote branch 'origin/mdb.master'
2012-04-10 Pierangelo... ITS#6656 keep loginfo mutex-protected
2012-04-10 Pierangelo... ITS#6656 make reqEntryUUID searchable
2012-04-10 Howard ChuITS#7229 more mdb_page_split tweaks
2012-04-10 Pierangelo... ITS#6656 add reqEntryUUID to logs of write ops
2012-04-10 Howard ChuITS#7210 fix check for freelist changes
2012-04-09 Pierangelo... ITS#7224 check *_names pointer before dereferencing
2012-04-09 Pierangelo... move entrypriv_create into monitor_extra_t
2012-04-09 Pierangelo... move entry_stub to monitor_extra_t
2012-04-09 Howard ChuMerge remote branch 'origin/mdb.master'
2012-04-09 Howard ChuMDB_APPEND should only be used in tool mode
2012-04-09 Howard ChuITS#7238 doc clarification
2012-04-09 Howard ChuITS#7229 additional tweaks
2012-04-09 Howard ChuITS#7230 check and strip 0 length IDLs from freelist
2012-04-07 Howard ChuITS#7235 prevent sop from being freed during init
2012-04-07 Howard ChuITS#7231 simplify prev commit
2012-04-07 Howard ChuITS#7231 fix idl_append when b has only 1 element
2012-04-07 Hallvard FurusethITS#7233 Fix slapd listener initialization.
2012-04-07 Hallvard FurusethITS#7234 Fix syncprov entry leak: Set op->o_tag
2012-04-07 Howard ChuMerge remote branch 'origin/mdb.master'
2012-04-07 Howard ChuITS#7229 more mdb_page_split fixes
2012-04-06 Howard ChuITS#7228 check for unexpected result from ldapsearch
2012-04-04 Howard ChuITS#7197 fix olcTLSVerifyClient keywords
2012-04-04 Pierangelo... fix uninit'ed parameters to monitor_back_register_entry...
2012-04-04 Howard ChuMerge remote branch 'origin/mdb.master'
2012-04-04 Howard ChuITS#7219 fixup keysize in previous commit
2012-04-04 Howard ChuMerge remote branch 'origin/mdb.master'
2012-04-03 Howard ChuITS#7219 fix for odd-aligned keys in mdb_update_key()
2012-03-30 Howard ChuMerge remote branch 'origin/mdb.master'
2012-03-30 Howard ChuITS#7210 fix leak of overflow pages in freelist
2012-03-30 Howard ChuITS#7149 pick up definition of STRLENOF
2012-03-29 Howard ChuITS#7182 silence warning about AVL_APPLY type
2012-03-29 Ondrej KuznikITS#7182 Expose the peer address of a connection.
2012-03-29 Ondrej KuznikITS#7182 Expose the URI used for this connection.
2012-03-29 Ondrej KuznikITS#7182 Expose the connection flags.
2012-03-29 Ondrej KuznikITS#7182 Enable operation and connection monitoring.
2012-03-29 Ondrej KuznikITS#7182 Rework monitor registration.
2012-03-29 Ondrej KuznikITS#7182 Keep connection IDs for monitoring purposes.
2012-03-29 Howard ChuITS#7149 more for back-perl, always use bv_len when...
2012-03-29 Howard ChuITS#7149 fix back-shell/back-perl Modify with binary...
2012-03-28 Howard ChuMerge remote branch 'origin/mdb.master'
2012-03-28 Howard ChuPartial revert of prev commit
2012-03-28 Howard ChuMerge remote branch 'origin/mdb.master'
2012-03-28 Howard ChuFix entry counts in cursor_put
2012-03-28 Howard ChuMerge remote branch 'origin/mdb.master'
2012-03-28 Howard ChuFix uninit'd xcursor index
2012-03-28 Howard ChuAdd mfree utility to show the freelist
2012-03-28 Howard ChuITS#7210 additional freelist fixes
2012-03-28 HIRABAYASHI... ITS#7218 fix sessionlog usability check
2012-03-27 Howard ChuITS#7210 partial fix
2012-03-27 Ondrej KuznikITS#7182 Maintain the operation counts.
2012-03-27 Ondrej KuznikITS#7182 Introduce the variables for operation monitoring.
2012-03-27 Ondrej KuznikITS#7182 Add mss_private for monitor subsystem.
2012-03-27 Howard ChuCleanup prev commit
2012-03-27 Ondrej Kuznik(ITS#6987) Consider only same attribute siblings for...
2012-03-26 Howard ChuMerge remote branch 'origin/mdb.master'
2012-03-26 Howard ChuITS#7213 fix page_split with MDB_APPEND
2012-03-26 Howard ChuITS#7207 check for ld->ld_defconn
2012-03-26 Howard ChuITS#7205 fix check for existing suffix
2012-03-21 Howard ChuUpdate overflow page count when freeing overflow page
2012-03-09 Hallvard FurusethITS#7204 Fix test044-dynlist for --disable-monitor
next