]> git.ipfire.org Git - thirdparty/openldap.git/shortlog
thirdparty/openldap.git
2004-07-25  Howard ChuFix ITS#3255, boi_bdb comparisons
2004-07-25  Howard ChuFix spurious warning for fasttool keyword when running...
2004-07-24  Pierangelo... cleanup
2004-07-24  Pierangelo... cleanup URI parsing/checking (fixes ITS#3253)
2004-07-24  Pierangelo... cleanup error codes
2004-07-24  Howard ChuITS#3250 don't call select unnecessarily
2004-07-23  Pierangelo... assert administrative identity instead of the required...
2004-07-22  Pierangelo... hack to handle cases where o_req_dn = o_req_ndn
2004-07-22  Pierangelo... fix previous fix
2004-07-22  Howard ChuMore info about linearindex and slapadd
2004-07-22  Howard ChuAdded linearindex option for slapindex. Improves perfor...
2004-07-22  Howard ChuITS#3178 add "fasttool" option to disable transaction...
2004-07-22  Howard ChuMinor cleanup
2004-07-20  Howard ChuOne more Windows tweak
2004-07-20  Howard ChuWindoes compatibility tweaks
2004-07-20  Pierangelo... improve manual and make naming contexts uniform; NOTE...
2004-07-20  Pierangelo... cleanup function name in log
2004-07-20  Pierangelo... improve relay backend/rwm overlay test
2004-07-20  Pierangelo... rework passwd_extop to comply with rwm requirements...
2004-07-19  Pierangelo... minor cleanup
2004-07-19  Pierangelo... add {creators|modifiers}Name to all entries
2004-07-19  Howard ChuRequired by backover.c -r1.22
2004-07-19  Howard ChuRequired by backover.c -r1.22
2004-07-18  Pierangelo... document rwm overlay
2004-07-18  Pierangelo... rework op/rs structures to deal with opeartional attributes
2004-07-18  Pierangelo... fix empty uniqueMember dn portion (ITS#3247)
2004-07-18  Pierangelo... startup and shutdown backends only if not in dryrun...
2004-07-18  Pierangelo... dnMatch must be called with valid args
2004-07-18  Pierangelo... helpers for special attribute lists
2004-07-18  Pierangelo... cleanup...
2004-07-18  Howard Chustrptime is unreliable, just parse time ourselves
2004-07-18  Howard ChuMake sure hdb gets signed chars for len comparison
2004-07-18  Hallvard FurusethAdd missing format argument for 'unhandled idassert...
2004-07-18  Hallvard FurusethFix coredump in slap_sasl_check_authz() due to wrong...
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
next