]> git.sur5r.net Git - openldap/history - servers
Wording.
[openldap] / servers /
2008-11-23 Howard ChuITS#5827, release syncop after mod op completes
2008-11-22 Howard ChuFix typo in prev commit
2008-11-22 Howard ChuInitialize bli_flag
2008-11-22 Pierangelo Masaratidon't leak generated filters (ITS#5826)
2008-11-22 Pierangelo Masaratifix previous commit
2008-11-22 Pierangelo Masaratimake messages more esplicative; fix style
2008-11-22 Pierangelo Masaratiminimal fix for ITS#5825, pending discussion
2008-11-20 Pierangelo Masaratidon't alloc on slab (ITS#5820)
2008-11-19 Pierangelo Masaratifix previous commit (ITS#5819)
2008-11-19 Pierangelo Masaraticlear rc if value must be added (ITS#5819)
2008-11-18 Pierangelo Masaratidon't bailout in case of insufficientAccess (ITS#5816)
2008-11-18 Pierangelo Masaratifix length
2008-11-17 Quanah Gibson-MountFix prev commit
2008-11-16 Pierangelo Masaratiimprove previous commit (ITS#5814)
2008-11-16 Pierangelo Masaratis/not|got/(non)present/ (more readable, isn't it?)
2008-11-16 Pierangelo Masaratidon't assert on unprotected data (ITS#5814)
2008-11-16 Hallvard FurusethSilence gcc -Wformat: Put rev 1.343's debugmsg in Debug...
2008-11-16 Hallvard FurusethC89 rejects ITS#5784 non-constant array init (backend...
2008-11-16 Howard Chucleanup prev commit, delete unused vars
2008-11-16 Howard ChuITS#5809 fix prev commit - always turn modrdn into...
2008-11-15 Howard ChuITS#5809 fix 1.421, avoid modrdn falling thru to modify...
2008-11-15 Pierangelo Masaratisilence warnings
2008-11-15 Emmanuel DreyfusFix warnings an a real bug hidden by the lack of warning...
2008-11-15 Pierangelo Masaratifix previous commit (related to ITS#5804)
2008-11-15 Howard ChuITS#5709 make sure CSNs are generated and queued atomically
2008-11-15 Emmanuel DreyfusAdd ACL <who> regex-substitution from attribute value...
2008-11-14 Howard ChuITS#5809 fewer false detections of renames
2008-11-14 Hallvard Furusethreformat
2008-11-14 Hallvard FurusethITS#5329: back-ldif deadlock with access controls
2008-11-13 Howard ChuITS#5809 renames are not exclusive from modifies
2008-11-12 Hallvard FurusethITS#5319 - support rename to same DN.
2008-11-12 Hallvard FurusethITS#5408 part 11 - notice Abandon.
2008-11-12 Hallvard FurusethITS#5408 part 10 - errors from search and slapcat.
2008-11-12 Hallvard FurusethITS#5408 part 9 - Sorted RDNs.
2008-11-11 Hallvard FurusethITS#5408 part 8 - Rewrite search API, structs bvlist...
2008-11-11 Hallvard FurusethITS#5408 part 7 - Search operation bugs in r_enum_tree().
2008-11-11 Hallvard FurusethITS#5408 part 6 - referrals.
2008-11-11 Hallvard FurusethITS#5408 part 5 - handle modrdn file error. Move entry...
2008-11-11 Hallvard FurusethITS#5408 part 4 - preparing for entry creation. More...
2008-11-11 Hallvard FurusethITS#5408 part 3 - file path tweaks, sanity checks.
2008-11-11 Hallvard FurusethITS#5408 part 2 - filesystem I/O, file error handling:
2008-11-11 Hallvard FurusethITS#5408 part 1 - error handling, debug output, add...
2008-11-11 Howard ChuITS#5572 retrieve main DB's ACL before relevant operations
2008-11-11 Howard ChuITS#5572 cleanup unneeded code
2008-11-11 Quanah Gibson-MountITS#5572 from Rein
2008-11-11 Pierangelo Masaratieat all the substrings assertion if the attribute type...
2008-11-10 Quanah Gibson-MountFix missing CVS revision header
2008-11-10 Quanah Gibson-MountFix missing CVS revision tag
2008-11-10 Howard ChuITS#4556 allow Add content checking to be configured...
2008-11-08 Howard ChuITS#5798, don't use per-DB schema-check flag
2008-11-08 Pierangelo Masaratiexactly one ID can match (ITS#5791; further fix previou...
2008-11-06 Howard ChuITS#5710 fix stupid updateCookie hack, use explicit...
2008-11-06 Howard ChuITS#5794 move prev fix
2008-11-06 Howard ChuITS#5794 NUL-terminate old pw before checking
2008-11-06 Howard ChuITS#5783 / 5795 fix undef_promote
2008-11-04 Pierangelo Masaratilookup entry id when equality on entryDN (ITS#5791...
2008-11-04 Pierangelo Masaratilookup entry id when equality on entryDN (proposed...
2008-11-04 Pierangelo Masaratidon't allow indexing of entryDN (ITS#5790)
2008-11-03 Howard ChuITS#5745 report errors in shutdown processing
2008-11-03 Howard ChuITS#5745 long-lived TXNs must be closed before DBs
2008-11-02 Howard ChuAdd DBFLAG_CLEAN for a DB that was cleanly shut down...
2008-11-02 Howard ChuITS#5709 forgot to commit this with syncprov.c
2008-11-02 Pierangelo Masaratiadd dontUseCopy and proxiedAuthz "non_critical" disallo...
2008-11-02 Pierangelo Masaraticontrols can always have criticality set to FALSE ...
2008-11-02 Howard ChuReally fix ITS#5709 - more explicit check for un-replic...
2008-11-02 Howard Chube->be_pcl_mutexp superseded by be->bd_self
2008-11-02 Howard ChuFix ITS#5709, use original pending list
2008-11-01 Pierangelo Masaratiadd "What Failed?" LDAP control (ITS#5784)
2008-10-30 Howard ChuITS#5781 fix modification of MV attrs with no EQ rule
2008-10-30 Pierangelo Masaraticheck the length of the value with the right index...
2008-10-29 Howard ChuITS#5774 blind fix for Windows, please test
2008-10-28 Hallvard FurusethCleanup: Move snprintf preformatting into unused Statsl...
2008-10-28 Pierangelo Masaratianticipate Statslog to avoid using dangling pointers...
2008-10-28 Rein TollevikITS#5776 prevent duplicate removal of qtask from runqueue.
2008-10-26 Pierangelo Masaratiaddress ITS#5773 for slapo-rwm(); needs work
2008-10-26 Pierangelo Masaratinormalize rewritten DN-valued attrs (ITS#5772)
2008-10-26 Pierangelo Masaratifix dangling pointer issue; cleanup as early as possible
2008-10-25 Pierangelo Masaratidon't rely on attribute values in the returned entry...
2008-10-24 Hallvard FurusethITS#4467: Fix a few wrong uses of snprintf. Also drop...
2008-10-24 Hallvard FurusethPlug memory leak with dn.regex. Force error for "dn...
2008-10-24 Hallvard FurusethMore ITS#5734: Handle empty o_req_ndn. flags=>flags...
2008-10-24 Hallvard FurusethITS#5770: Fix unaligned BerElements: Use BerElementBuff...
2008-10-24 Hallvard FurusethITS#4467: Fix snprintf/WHATSLEFT buffer overflow tests.
2008-10-24 Pierangelo Masaratiforgot access control...
2008-10-23 Pierangelo Masaratifix examples
2008-10-22 Pierangelo Masaratitag optional stuff
2008-10-22 Pierangelo Masaraticheck for overflows
2008-10-22 Pierangelo Masaratislight fixes and improvements to previous commit
2008-10-22 Pierangelo Masaratiadd support for (experimental) dereference control...
2008-10-22 Pierangelo Masaratisave one copy (please review)
2008-10-22 Pierangelo MasaratiolcLogFile missing from olcGlobal (ITS#5765)
2008-10-21 Hallvard FurusethITS#4467: Fix buffer overflow tests with snprintf ...
2008-10-21 Hallvard FurusethCleanup:
2008-10-21 Pierangelo Masaratiadd optional URI to allow restricting the scope of...
2008-10-21 Pierangelo Masaratipreserve objectClasses not to be removed (ITS#5760)
2008-10-21 Howard ChuITS#5755 values from slapd.conf aren't all strictly...
2008-10-21 Hallvard FurusethITS#5734: Search limits by baseDN - limits dn.this...
2008-10-20 Pierangelo Masaratideal with known controls that need special handling...
2008-10-20 Pierangelo Masaratibackout ITS#5758 commit
2008-10-20 Pierangelo MasaratiNO-OP must be critical and apply to selected operations...
next