]> git.ipfire.org Git - thirdparty/openldap.git/shortlog
thirdparty/openldap.git
2002-01-29  Kurt ZeilengaAdd to different parents
2002-01-29  Kurt ZeilengaEntry rwlock is no longer needed as concurrency is... LDBM_POST_GIANT_RWLOCK
2002-01-29  Kurt ZeilengaFix giant lock handling on entry release
2002-01-29  Kurt Zeilengarevert constification of slap_init_user()
2002-01-29  Kurt ZeilengaAdd giant lock code back in... (it's my flakey devbox...
2002-01-29  Kurt ZeilengaBack out giant lock code, needs more work
2002-01-29  Kurt ZeilengaAdd GIANT rwlock! This should resolve nasty concurrenc...
2002-01-29  Kurt ZeilengaAdd time.c
2002-01-29  Pierangelo... added local time under 'lang' (lang-x-local)
2002-01-29  Pierangelo... add Time subsystem
2002-01-29  Pierangelo... fix uninitialized last (NULL) entry in BerVarray
2002-01-29  Kurt ZeilengaInitial ldapcompare(1) implementation. Adapted from...
2002-01-29  Kurt ZeilengaSome misc cleanup
2002-01-29  Kurt Zeilengadisable debug checks
2002-01-29  Kurt ZeilengaBDB_ALIASES and BDB_SUBENTRIES cleanup
2002-01-29  Kurt ZeilengaAdd search no-op support.
2002-01-29  Kurt ZeilengaFix Debug() statement
2002-01-29  Kurt ZeilengaAdd first cut BDB no-op control support.
2002-01-28  Kurt ZeilengaDelete CDB (no transactions) support
2002-01-28  Kurt ZeilengaFix typo in last commit
2002-01-28  Kurt ZeilengaInitial ldapwhoami implementation
2002-01-28  Pierangelo... Check the ldif file without actually creating the db...
2002-01-28  Pierangelo... uses URL extensions to set socket permissions other...
2002-01-28  Kurt ZeilengaAdd whoami extended operation. LDBM_PRE_GIANT_RWLOCK
2002-01-28  Kurt ZeilengaRemove lint
2002-01-28  Pierangelo... provisions for user-supplied permissions
2002-01-28  Pierangelo... another round at cleaning it up: better naming, more...
2002-01-28  Pierangelo... beautify listener monitor
2002-01-28  Howard ChuChanged Access.a_sockurl_pat, Connection.c_listener_url...
2002-01-28  Howard ChuSome more struct berval conversions
2002-01-27  Kurt ZeilengaMisc updates
2002-01-27  Howard ChuAdded TLSVerifyClient configuration notes
2002-01-27  Howard ChuSend a warning to the client if we try to use a bad...
2002-01-27  Howard ChuExtended TLS_REQCERT/TLSVerifyClient syntax to 4 states...
2002-01-27  Kurt ZeilengaAdd language tag/range option I-D
2002-01-26  Kurt ZeilengaDon't free langbuf.
2002-01-26  Kurt ZeilengaBack out unintended commit
2002-01-26  Kurt ZeilengaLanguage Tag and Range Support <draft-zeilenga-ldap...
2002-01-26  Howard ChuFix result
2002-01-26  Howard ChuEliminated dn_normalize. No more migration.
2002-01-26  Pierangelo... appropriately detect index delete failure
2002-01-26  Howard ChuChanged slap_authz_info.sai_mech to struct berval.
2002-01-26  Howard ChuFix, errno was incorrect after SSL_read returned 0...
2002-01-26  Howard ChuChanged dnParent to void instead of int. (It always...
2002-01-26  Kurt ZeilengaRemove deprecated routines and a little lint.
2002-01-26  Howard ChuChanged be_issuffix and dnParent to struct bervals
2002-01-26  Howard ChuChanged dnParent to struct bervals
2002-01-26  Howard ChuFix previous commit
2002-01-26  Howard ChuChanged be_issuffix and dnParent to struct bervals
2002-01-26  Howard ChuChanged be_issuffix and dnParent to take struct bervals.
2002-01-26  Kurt ZeilengaMissed one db.bv_val in Debug statement
2002-01-26  Kurt ZeilengaStraighten out some argument passing... cache code...
2002-01-25  Kurt ZeilengaInitialize backend ssf set from global.
2002-01-25  Howard ChuMore updates. Need to add lber-sockbuf.3 ...
2002-01-25  Howard ChuEntry caching. Based on ITS#1545 from Jong Hyuk Choi...
2002-01-25  Howard ChuAdded Entry->e_bv for entry_decode
2002-01-25  Howard ChuMinor cleanup, no need to zero fields in calloc'd memory
2002-01-23  Kurt ZeilengaAdd BDB compatibility check. Require Berkeley DB 3...
2002-01-23  Pierangelo... allow trailing '\' to continue a config line (ITS#1551)
2002-01-22  Pierangelo... check on escaped rdn separator not needed any more
2002-01-22  Pierangelo... final dn_parent elimination in back-bdb
2002-01-22  Pierangelo... as a temporary hack, return result without rewriting...
2002-01-21  Ralf HaferkampUpdated todo list
2002-01-21  Kurt ZeilengaSet lock detector to DEFAULT, not NORUN.
2002-01-21  Kurt ZeilengaUpdate for BDB
2002-01-21  Kurt Zeilengaset hostname via a variable, may need tweaking in some...
2002-01-21  Kurt ZeilengaDB4 changes
2002-01-21  Kurt ZeilengaMisc thread cleanup
2002-01-21  Kurt ZeilengaMore (blind) cthread changes
2002-01-21  Kurt ZeilengaReally Fix typos
2002-01-21  Kurt ZeilengaCorrect cthread typos
2002-01-20  Kurt ZeilengaFix typo in last commit
2002-01-20  Kurt ZeilengaFix cthread header test
2002-01-20  Kurt ZeilengaITS#1541 fix.
2002-01-20  Kurt ZeilengaMisc updates
2002-01-20  Howard ChuMostly up to date.
2002-01-19  Kurt ZeilengaUpdate collective attribute schema
2002-01-19  Kurt ZeilengaAdd mods.c
2002-01-19  Kurt ZeilengaMove {add,replace,delete}_value() routines to frontend...
2002-01-19  Pierangelo... fix ad_cmp
2002-01-19  Kurt ZeilengaModify ad_cmp() macro to support use as an ordering...
2002-01-19  Kurt ZeilengaAdd more reads/searches to pound a little harder
2002-01-19  Kurt ZeilengaFix modify/replace.
2002-01-19  Kurt ZeilengaCleanup prototypes
2002-01-19  Howard ChuFix previous commit
2002-01-19  Howard ChuReset Entry->e_ocflags to 0 if objectClass attr is...
2002-01-19  Howard ChuCleanup lint
2002-01-19  Howard ChuFix previous commit
2002-01-19  Howard ChuDon't free bv_vals that were passed to ber_bvarray_add.
2002-01-19  Howard ChuUse calloc for new Entries, take care of new e_ocflags...
2002-01-19  Howard ChuFix previous commit
2002-01-19  Howard ChuDefined some ObjectClass->soc_flags values, changed...
2002-01-19  Kurt ZeilengaFix up duplicate error reporting
2002-01-19  Kurt ZeilengaAdd checks for duplicate values.
2002-01-19  Kurt ZeilengaAdd checks for duplicate values
2002-01-19  Kurt ZeilengaRemove some lint.
2002-01-18  Kurt ZeilengaLimit slurpd friendly code to replication user.
2002-01-18  Kurt ZeilengaAdd a fourth add thread
2002-01-18  Kurt ZeilengaFix compilation error
2002-01-18  Howard ChuAdded ldap_pvt_thread_yield() after txn_abort
next