]> git.sur5r.net Git - openldap/shortlog
openldap
2006-12-16 Pierangelo... add support for auditContext (schema differs a bit...
2006-12-16 Kurt ZeilengaFix FAQ|Software|Installation link, plus other minor...
2006-12-16 Quanah Gibson... cleanup
2006-12-16 Kurt ZeilengaMisc style updates
2006-12-15 Quanah Gibson... Update with:
2006-12-15 Howard ChuCheck for failure from k5adm init
2006-12-15 Pierangelo... document support for IPv6 in ACLs (ITS#4756)
2006-12-15 Pierangelo... refine previous commit
2006-12-15 Pierangelo... make slap_sasl_open() comply with URL notation for...
2006-12-15 Pierangelo... rewrite chased DN according to referral's (ITS#4776)
2006-12-15 Pierangelo... implement full IPv6 support in ACLs; use URL notation...
2006-12-15 Pierangelo... fix misc. typos; note RFC 4370
2006-12-14 Kurt ZeilengaRework chapter
2006-12-14 Pierangelo... protect assertion behind mutex (test should be atomic...
2006-12-14 Howard ChuEliminate redundant checks in try_read1msg
2006-12-14 Howard ChuITS#4545 better fix. this code still needs cleaning up.
2006-12-14 Howard ChuFix connections_shutdown()
2006-12-13 Howard ChuITS#4540 remove [optional] notation for syncrepl searchbase
2006-12-13 Howard ChuRemainder of fix for ITS#4615 - stop processing overlay...
2006-12-13 Howard ChuITS#4545 when referral chasing is off, complete the...
2006-12-12 Howard ChuITS#4768 more be_add fallout
2006-12-12 Howard ChuITS#4770 s/subentries/child entries/, use 3-level TOC
2006-12-12 Howard ChuFix prev commit
2006-12-12 Howard ChuITS#4777 test delete of remote attribute
2006-12-12 Howard ChuITS#4777 fix modlist delete
2006-12-12 Kurt ZeilengaITS#4775: blind fix for buffer overflow condition in...
2006-12-10 Kurt Zeilengaterms and misc. cleanup
2006-12-10 Kurt Zeilengacleanup
2006-12-09 Kurt ZeilengaMisc updates (mostly terms)
2006-12-09 Kurt ZeilengaMisc updates
2006-12-08 Kurt ZeilengaDisamgimuate {{SECT:Access Control}} links through...
2006-12-08 Kurt ZeilengaAs support for the monitor backend is included by default,
2006-12-08 Kurt ZeilengaUpdate intro part of this section
2006-12-08 Kurt Zeilenga(ITS#4770) monitoringslapd.sdf patch from Gavin Henry
2006-12-08 Kurt ZeilengaMore term updates
2006-12-08 Kurt ZeilengaMisc updates
2006-12-08 Kurt ZeilengaMisc cleanup
2006-12-08 Kurt ZeilengaTrim some of the more obscure terms
2006-12-08 Kurt ZeilengaMore slurpd changes
2006-12-08 Kurt ZeilengaRemove many (but not all) references to slurpd(8).
2006-12-08 Kurt ZeilengaMonitor attributes should have dSAOperation usage,
2006-12-08 Kurt ZeilengaMore term updates
2006-12-08 Kurt ZeilengaFix copyright year
2006-12-07 Kurt ZeilengaMisc updates
2006-12-07 Kurt ZeilengaMisc product/org/term updates
2006-12-07 Pierangelo... give cleanup another chance to free the temporary callb...
2006-12-07 Kurt ZeilengaMisc updates
2006-12-07 Kurt ZeilengaExpand glossary
2006-12-07 Kurt ZeilengaAdd in terms from FAQ
2006-12-07 Kurt ZeilengaAdd glossary of terms
2006-12-06 Kurt ZeilengaDon't suggest free by deprecated function.
2006-12-06 Pierangelo... don't use conditionals in macro arguments (ITS#4769)
2006-12-04 Howard ChuITS#4767 fix bdb_add / translucent interaction
2006-12-04 Pierangelo... fix warnings after previous commit
2006-12-03 Pierangelo... don't keep searching referrals...
2006-12-03 Pierangelo... make sure -i propagates correctly
2006-12-03 Pierangelo... fix request/result abandon
2006-12-03 Pierangelo... document -I switch
2006-12-02 Pierangelo... fix deadlock in case of bind error; propagate error...
2006-12-02 Pierangelo... improve error message
2006-12-02 Pierangelo... fix DN (and berval'ued items requiring) normalization...
2006-12-02 Pierangelo... complain if instantiated outside of a database definition
2006-12-02 Pierangelo... use case consistent with RFCs (ITS#4764)
2006-12-02 Pierangelo... revert -I for slapd-bind
2006-12-01 Howard ChuITS#4765 init slap_daemon.sd_actives
2006-12-01 Howard ChuFix prev commit, attrs_dup left a_desc uninit'd
2006-12-01 Howard ChuTweak bei_state so cache_lru_add doesn't ever try to...
2006-11-30 Howard ChuITS#4723 add CRYPTO_set_id_callback
2006-11-30 Howard ChuRewrite attrs_dup with attrs_alloc.
2006-11-27 Howard ChuAvoid unnecessary calls to oc_bvfind
2006-11-27 Howard ChuSkip checkpoint call if size was not specified - defer...
2006-11-27 Howard ChuFix modify ops
2006-11-27 Howard ChuURL with authority spec must use absolute path
2006-11-27 Howard Chuallow file: URLs without authority spec.
2006-11-27 Howard Chudefine LDIF_MAXLINE instead of using BUFSIZ
2006-11-27 Howard ChuReject malformed LDIF - missing modops, or mismatched...
2006-11-27 Howard ChuRevert rbuf length setting in prev commit
2006-11-25 Howard ChuUse quicksort in slap_mods_check for finding duplicates.
2006-11-24 Howard ChuParser rewrite:
2006-11-24 Pierangelo... fix ITS#4760 differently
2006-11-24 Pierangelo... destroy cached groups after identity change (ITS#4760)
2006-11-24 Pierangelo... fix defaults in "group" in parsing (ITS#4761)
2006-11-24 Pierangelo... fix leak in case of retry
2006-11-23 Pierangelo... add "report" to "onerr" modes: continue a search in...
2006-11-23 Pierangelo... fix backward compatibility issues in ACI; more debug...
2006-11-23 Howard ChuITS#4600 #if out redundant checks. will delete them...
2006-11-18 Pierangelo... add support for extra ops after bind; allow to skip...
2006-11-18 Pierangelo... fix leak when 'rebind-as-user' is set (and client searc...
2006-11-18 Pierangelo... fix sizelimit (formatting in ldap_search_ext(), absence...
2006-11-17 Howard ChuBetter tracking of system schema, refresh cn=schema...
2006-11-17 Howard ChuTone down enum_tree warning
2006-11-17 Howard ChuKeep hardcoded schema together in lists
2006-11-17 Howard ChuMore tweaks
2006-11-17 Howard ChuExpand examples, mention converting old conf file with...
2006-11-17 Howard ChuITS#4755 add rid to syncrepl debug msgs
2006-11-16 Howard ChuReject BDB version 4.3; it is too unstable.
2006-11-16 Howard ChuAdd note about access controls on config backend
2006-11-16 Howard ChuMore RFC4533 syncrepl references
2006-11-16 Howard ChuRemove ordering restriction on logdb configuration...
2006-11-16 Howard ChuFix prev commit, reset DB pointer
next