]> git.sur5r.net Git - openldap/history - servers
Add '-q' "quick" option and SLAP_TOOL_QUICK def for slapadd to run
[openldap] / servers /
2005-01-12 Pierangelo Masaratifurther refinement of ITS#3461
2005-01-12 Pierangelo Masaraticosmetic changes
2005-01-12 Howard ChuMore cleanup for prev commit
2005-01-12 Howard ChuITS#3463 don't muck with frontend's operations, just...
2005-01-12 Howard ChuClear write events after they're processed
2005-01-12 Pierangelo Masaratisilence warning for global scoped global ACLs
2005-01-12 Pierangelo Masaratifix couple of bugs in recent 'disclose' commits; prepar...
2005-01-12 Howard ChuITS#3421 flush and close logfile before releasing lock
2005-01-11 Howard ChuClean up unused bt_compare references
2005-01-11 Howard ChuByte-order independence for HDB: dn2id format changed...
2005-01-11 Howard ChuFix undetected deadlock
2005-01-11 Howard ChuStart removing custom sort functions from hdb
2005-01-11 Pierangelo Masaratihonor 'disclose' ACL on searchBase/compare/referral...
2005-01-11 Pierangelo Masaratihonor 'disclose' ACL on searchBase/compare/referral...
2005-01-11 Howard ChuFix findmax when multiple matches are found
2005-01-11 Pierangelo Masaratisuggested change for ITS#3475
2005-01-11 Pierangelo Masaratidon't malloc if proxyAuthz is the only control
2005-01-11 Howard ChuITS#3470 don't propagate error if hasSubordinates fails...
2005-01-09 Pierangelo Masaraticlear out the error
2005-01-09 Pierangelo Masaratiput back chain overlay into back-ldap
2005-01-09 Pierangelo Masaratiminor cleanup
2005-01-09 Kurt ZeilengaReplace backend.h with backends.c, generated by config...
2005-01-08 Pierangelo Masaraticlarify error message and allow -u (dryrun) option...
2005-01-08 Pierangelo Masaratienable if one suffix only is present
2005-01-08 Pierangelo MasaratiITS#3469: C99 compliance
2005-01-08 Pierangelo Masaratifix ITS#3464
2005-01-08 Pierangelo Masaratimake sure the attribute exists
2005-01-08 Pierangelo Masaratifix mix memory issues and cleanup
2005-01-08 Pierangelo Masaratifix previous commit
2005-01-08 Pierangelo Masaratimajor namespace cleanup & minor fixes
2005-01-08 Pierangelo Masaratiretry on ldap_result() with a timeout
2005-01-08 Pierangelo Masarati...but rather here: GLUE entries would remain such...
2005-01-08 Pierangelo Masaraticosmetic changes (the problem was not there)
2005-01-08 Pierangelo Masaratibeware of URIs that are not parsed or rebuilt successfully
2005-01-08 Kurt ZeilengaAdd "disclose" and "manage" ACL levels (but no meat).
2005-01-08 Kurt ZeilengaCleanup
2005-01-07 Kurt Zeilengas/RFC2459/RFC3280/
2005-01-07 Kurt ZeilengaAdd X.520(4th)'s pseudonym
2005-01-07 Pierangelo Masaratifix ACL value checking for bind (ITS#3446)
2005-01-07 Pierangelo Masaratifix ACL value checking for bind (ITS#3446)
2005-01-07 Pierangelo Masaratifix value match
2005-01-05 Pierangelo Masaratirevert unintended commit
2005-01-05 Pierangelo Masaratiminor naming cleanup; improvements to DN mapping layer...
2005-01-03 Pierangelo Masaratifix max arg number for limits
2005-01-03 Pierangelo Masaratifix group limits when objectClass/attribute are provided
2005-01-03 Pierangelo Masaratimostly copyright cleanup; removal of unnecessary headers
2005-01-01 Kurt ZeilengaHappy New Year!
2005-01-01 Kurt ZeilengaMore cr statements
2005-01-01 Kurt ZeilengaUpdate notice.
2005-01-01 Pierangelo Masaratiapply patches 1,2,3,5,8 (with changes) from ITS#3432)
2005-01-01 Pierangelo Masaratitrim comment
2005-01-01 Pierangelo Masaratifix comment
2005-01-01 Pierangelo Masaraticleanup
2005-01-01 Pierangelo Masaratiset LDAPURLDesc lud_scope to LDAP_SCOPE_DEFAULT if...
2005-01-01 Pierangelo Masaratirework internal handling of strings to minimize tempora...
2005-01-01 Pierangelo Masaratirework internal handling of strings to minimize tempora...
2004-12-31 Kurt Zeilengacleanup
2004-12-31 Kurt ZeilengaMove test.schema to tests/data
2004-12-30 Kurt ZeilengaCleanup
2004-12-30 Pierangelo Masaratiremap compare attribute; fix erroneous pointers; minor...
2004-12-30 Pierangelo Masaratiworks now
2004-12-30 Pierangelo MasaratiTODO: rewrite/remap the newRDN and related stuff both...
2004-12-30 Pierangelo Masaratiuse normalized new superior
2004-12-29 Pierangelo Masaratifix error return when there's no write access to naming...
2004-12-29 Pierangelo Masaratirework operations in a table-driven manner; better...
2004-12-28 Pierangelo Masaratifix previous commit (for compilers that require at...
2004-12-28 Kurt ZeilengaPROTOS fix
2004-12-28 Pierangelo Masaratilist permissive in supported controls (ITS#3453)
2004-12-23 Pierangelo Masaratifix typos leading to memory issues
2004-12-23 Sang Seok LimBug fix
2004-12-22 Sang Seok LimAdjusting an initial buffer size for x509Certificate
2004-12-22 Sang Seok LimFixing bug in extensible filter indexing
2004-12-21 Sang Seok LimBuf size adjustment
2004-12-21 Sang Seok LimCleanup unused fields of ComponentDesc
2004-12-20 Jong Hyuk Choimisc cleanup
2004-12-20 Jong Hyuk Choimisc fix for the component indexing commit
2004-12-20 Sang Seok Limreturn value mising
2004-12-20 Sang Seok LimComponent Indexing support for BDB
2004-12-17 Howard ChuRemove obsolete comment
2004-12-17 Howard ChuRevert previous, unnecessary
2004-12-16 Howard ChuUse of bzero is not portable
2004-12-16 Jong Hyuk ChoiITS#3445
2004-12-16 Howard ChuMove mkdir def. It should really go somewhere else...
2004-12-16 Howard ChuITS#3443 fix shutdown test
2004-12-14 Jong Hyuk Choiadaptive caching code
2004-12-14 Jong Hyuk Choiadaptive caching implementation
2004-12-14 Jong Hyuk Choizone invalidation/locking implementation
2004-12-13 Sang Seok Lim1) <select> and <content> type component reference...
2004-12-12 Pierangelo Masaratidon't try to send results on abandon (ITS#3434)
2004-12-12 Howard ChuFix playlog uninit'd fields
2004-12-12 Howard ChuFix ITS#3425, use less restrictive search filter when...
2004-12-11 Pierangelo Masaratimore cleanup
2004-12-11 Pierangelo Masaraticleanup
2004-12-11 Pierangelo Masaratiimprove usability of global ovrlays for write operation...
2004-12-11 Pierangelo Masaratiwork out an issue with chk_referrals and back-relay...
2004-12-11 Pierangelo Masaratiwork out an issue with chk_referrals and back-relay...
2004-12-11 Jong Hyuk Choidata struct for zone allocator
2004-12-11 Pierangelo Masarati(temporary?) fix to ITS#3434
2004-12-11 Pierangelo Masaratirework fix for NULL be_pcl_mutexp
2004-12-11 Pierangelo Masaratibetter fix to ITS#3433
next