]> git.sur5r.net Git - openldap/shortlog
openldap
2004-07-18 Hallvard Furusethldap_url_parse_ext(): Kill duplicate init + pointless...
2004-07-18 Hallvard FurusethSplit string literal to keep it below ANSI C's allowed...
2004-07-17 Howard ChuHide WINAPI entry points from slapd/symdummy
2004-07-17 Pierangelo... don't ask for attributes
2004-07-17 Pierangelo... more cleanup
2004-07-17 Pierangelo... cleanup
2004-07-17 Pierangelo... normalize authcDN (ITS#3246); don't touch databases...
2004-07-16 Pierangelo... to be safe, always start backends and database
2004-07-14 Pierangelo... uninitialized var
2004-07-14 Pierangelo... cleanup; fix loop
2004-07-14 Pierangelo... cleanup
2004-07-14 Pierangelo... cleanup; plug potential leak?
2004-07-14 Pierangelo... revert previous change; anticipate backend_operational...
2004-07-14 Pierangelo... silence warning
2004-07-13 Pierangelo... use a separate field for a modified entry in SlapReply
2004-07-13 Pierangelo... more on AttributeDescription error messages
2004-07-13 Pierangelo... swap overlay and internal cleanup
2004-07-13 Pierangelo... memory hanling cleanup
2004-07-12 Pierangelo... change flags only if entry massaging goes fine
2004-07-12 Pierangelo... cleanup
2004-07-12 Howard ChuAdd backend_startup_one()
2004-07-12 Howard ChuDon't bother logging lock failures for tryOnly mode
2004-07-12 Pierangelo... add test for back-relay/rwm
2004-07-12 Howard ChuRelease cache locker on db close
2004-07-12 Howard ChuFix for non-thread run
2004-07-12 Pierangelo... ad test for back-relay and rwm overlay
2004-07-11 Pierangelo... mostly done...
2004-07-11 Pierangelo... minor cleanup
2004-07-11 Pierangelo... log what backend is starting (bdb/hdb)
2004-07-11 Pierangelo... back-relay doesn't like this
2004-07-10 Howard ChuMake sure DB result codes are returned to caller; add...
2004-07-10 Howard ChuRemove redundant code from previous patch
2004-07-10 Pierangelo... fix previous commit (needs work)
2004-07-10 Pierangelo... make sure we only get here when everything is fine
2004-07-10 Pierangelo... cache backend was not started up
2004-07-10 Pierangelo... unnecessary DN in URI
2004-07-10 Pierangelo... allow unescaped equals, according to draft-ietf-ldapbis...
2004-07-10 Howard ChuMinor cleanup
2004-07-09 Kurt Zeilengabasic poll(2) implementation for connect(2) (needs...
2004-07-09 Kurt ZeilengaMore prep for poll(2) support.
2004-07-09 Howard ChuAdd a query to aggravate delete deadlocks
2004-07-09 Kurt ZeilengaMove SETSIZE hack to a header to avoid config.status...
2004-07-09 Kurt ZeilengaMark areas needed poll(2) support with HAVE_POLL.
2004-07-09 Howard ChuFix prev commit
2004-07-09 Howard ChuUse previously unused Backend->be_context_csn
2004-07-09 Howard ChuUse long-lived per-thread TXNs for loading entries...
2004-07-09 Ralf HaferkampITS#3226: Clear attribute flags after schema_check...
2004-07-09 Howard ChuFix 't' tag option
2004-07-09 Jong Hyuk ChoiSLAP_IDL_CACHE macro removed
2004-07-09 Pierangelo... cleanup AD stuff (ITS#3225)
2004-07-07 Pierangelo... further improve error log clarity
2004-07-06 Pierangelo... small improvements
2004-07-06 Pierangelo... validate/pretty before normalizing... (ITS#3218)
2004-07-06 Pierangelo... search for DN-related atributes...
2004-07-05 Kurt Zeilengareverse last commit
2004-07-05 Kurt Zeilengafix typos in last commit
2004-07-05 Kurt Zeilengabetter ssf related error messages
2004-07-05 Howard ChuPlug mem leaks
2004-07-05 Howard ChuBetter fix for ITS#3213, plug mem leaks. Also fix postr...
2004-07-05 Pierangelo... fix URI parsing error code
2004-07-04 Pierangelo... clear shared connections when ldap_result fails with...
2004-07-04 Howard ChuPlug memleak from ITS#2895
2004-07-03 Howard ChuFix misplaced unlock in prev commit
2004-07-03 Howard ChuRe-order EntryInfo/DB locks to fix deadlocks
2004-07-03 Howard ChuAdditional debug tracking...
2004-07-03 Howard ChuFix prev commit
2004-07-03 Howard ChuFix: LRU corruption, HDB rename detection, Ctxcsn asser...
2004-07-03 Pierangelo... fix extended matching when rule is missing (ITS#3216)
2004-07-03 Pierangelo... updates (according to ITS#3209)
2004-07-03 Pierangelo... fix matchedValue (ITS#3209); might need work
2004-07-03 Pierangelo... typo in comment
2004-07-02 Pierangelo... quick fix for ITS#3215; needs work to re-enable ACI...
2004-07-02 Ralf Haferkampreset o_next pointer before freeing the operation ...
2004-07-02 Howard Chuunifdef old code
2004-07-02 Howard ChuFix pointer conflict with backglue
2004-07-02 Howard ChuQualify some structure fields
2004-07-01 Jong Hyuk Choicleanup
2004-06-30 Kurt Zeilengacleanup last commit, add commit
2004-06-30 Kurt ZeilengaAvoid high-level retry on low-level error as that implies a
2004-06-30 Kurt Zeilengacleanup
2004-06-30 Jong Hyuk Choirevert the ITS#3139 change for now
2004-06-30 Pierangelo... beautify comment
2004-06-30 Pierangelo... log error string
2004-06-30 Pierangelo... cleanup
2004-06-30 Pierangelo... typo in comment
2004-06-30 Pierangelo... cleanup
2004-06-29 Kurt Zeilengacleanup
2004-06-29 Sang Seok LimThis patch provides support for rdnMatch matching rule...
2004-06-29 Pierangelo... improve logging...
2004-06-29 Kurt Zeilengafix last commit
2004-06-29 Kurt ZeilengaITS#3212: sasl_encode/decode type conflict fix
2004-06-29 Pierangelo... `err' might be used uninitialized
2004-06-29 Pierangelo... small improvement to acl test
2004-06-29 Pierangelo... add uniqueMember tests
2004-06-29 Pierangelo... fix uniqueMemberMatch according to previous fix (relate...
2004-06-29 Pierangelo... fix nameUID* and uniqueMember* stuff in a consistent...
2004-06-29 Ralf HaferkampTS#3213: free copy of e_attrs before retrying the trans...
2004-06-28 Jong Hyuk Choilogging psearch return code
2004-06-28 Kurt Zeilengacleanup
2004-06-28 Kurt ZeilengaA more strict oidValidate
next