]> git.sur5r.net Git - openldap/history - servers
#include Perl files before OpenLDAP files, and #undef _ (ITS#2513)
[openldap] / servers /
2003-06-05 Hallvard Furuseth#include Perl files before OpenLDAP files, and #undef...
2003-06-04 Hallvard FurusethChange dn->bv_val to op->o_req_dn.bv_val in LDAP_LOG...
2003-06-03 Hallvard FurusethBreak up too long string literals (>509 characters...
2003-06-03 Hallvard FurusethAdd missing 0 initializer in builtin_extops[]
2003-06-03 Hallvard FurusethRemove comma at end of enumerator list.
2003-06-03 Hallvard FurusethDo not set op->o_private (to the process' pid). Only...
2003-06-02 Kurt ZeilengaFix -T usage
2003-06-02 Kurt ZeilengaAxe abandon support
2003-06-01 Kurt Zeilengaread get_extop func
2003-05-31 Pierangelo Masaratifix typo; need to port fix in OPENLDAP_REL_ENG_2_2
2003-05-31 Kurt ZeilengaSet schema flags (might need schema check routines...
2003-05-31 Kurt ZeilengaSchema registration stuff needs work to set flags
2003-05-31 Kurt ZeilengaDon't bother to hide when LDAP_DEVEL is defined.
2003-05-31 Kurt ZeilengaHide experimental controls and extended operations
2003-05-31 Kurt ZeilengaSchema cleanup
2003-05-31 Kurt ZeilengaMisc cleanup (needs better error handling and general...
2003-05-31 Kurt ZeilengaFix intermediate responses
2003-05-31 Kurt ZeilengaMerge partial and intermediate responses
2003-05-31 Kurt ZeilengaMove SYNC, SYNCREPL, and LDAP_CACHING out from behind...
2003-05-30 Jong Hyuk Choibase entry checking for refreshAndPersist as well
2003-05-30 Jong Hyuk Choiremove DB_NOTFOUND in rc checking
2003-05-30 Jong Hyuk Choicleanup comments of sl_mem_detach()
2003-05-30 Kurt ZeilengaAdd missing externs based upon jfrederic.clere@fujitsu...
2003-05-30 Kurt ZeilengaChange ACL default style to exact (from regex)
2003-05-30 Kurt ZeilengaFix matching rule flags
2003-05-29 Howard ChuFix slap_EXOP declarations
2003-05-28 Howard ChuFix LBER_OPT_MEMCTX behavior
2003-05-28 Howard ChuFix TL malloc/free
2003-05-26 Pierangelo Masaratifix typo
2003-05-25 Luke Howards/forms/form in PADL copyright
2003-05-25 Kurt ZeilengaRemove $OpenLDAP$ from installed file
2003-05-25 Kurt ZeilengaClarify copyrights
2003-05-25 Kurt ZeilengaAnother round of minor copyright updates
2003-05-25 Luke Howards/forms/form in PADL copyright
2003-05-25 Kurt ZeilengaUpdate IBM copyrights
2003-05-25 Howard ChuITS#2549, init memctx to NULL. Also reset ber memctx...
2003-05-25 Kurt Zeilengaremove cruft
2003-05-25 Howard ChuRestructured to avoid direct use of sl_malloc functions...
2003-05-24 Kurt Zeilenga#if 0 debug statements in signal handlers
2003-05-24 Pierangelo MasaratiFinish proxy cache cleanup and API porting (on behalf...
2003-05-24 Howard ChuFix syncinfo reference after free
2003-05-24 Kurt ZeilengaFix typos in last commit
2003-05-24 Kurt ZeilengaAdd clarification as to source of this file
2003-05-24 Howard ChuChange slap_sasl_authorized to take an Operation instea...
2003-05-24 Howard ChuITS#2533 backend_attribute uses tmpmemctx, must free...
2003-05-24 Howard ChuDon't use single malloc for BDB_HIER e->e_name + e...
2003-05-24 Kurt Zeilengaremove documentation for bind_simple_unprotected
2003-05-24 Howard ChuFix double-free'd rdn bug
2003-05-23 Jong Hyuk Choi- glue entry management change
2003-05-23 Howard ChuAdd comments to sl_mem_detach()
2003-05-23 Kurt ZeilengaPartially fix slapi builds, still have undefined references
2003-05-23 Howard ChuITS#2542 fix?
2003-05-23 Howard ChuITS#2541 added bdb_cache_delete_cleanup() to defer...
2003-05-23 Howard ChuDon't re-cache IDL's retrieved from the cache
2003-05-23 Howard ChuDon't avl_insert NULL kids
2003-05-22 Howard ChuITS#2540 not sure, difficult to reproduce crash...
2003-05-22 Hallvard FurusethPrintf %p expects a void pointer.
2003-05-22 Hallvard FurusethDon't do pointer arithmetic on void pointers.
2003-05-22 Hallvard FurusethSend correct pid in 'pid:' line (ITS#2519).
2003-05-22 Howard ChuITS#2529 null DN in log
2003-05-22 Howard ChuITS#2522 fix candidate return values - once more, with...
2003-05-22 Howard ChuITS#2533 remember which backend fetched the entry
2003-05-22 Howard ChuITS#2217 fix option sorting
2003-05-21 Jong Hyuk ChoiIf the sync mode is refreshAndPersist,
2003-05-20 Jong Hyuk Choiselect loop changes for persistent threads
2003-05-20 Jong Hyuk Choirunqueue update according to the idle timer change
2003-05-20 Jong Hyuk Choipersistent search updates with recent changes
2003-05-20 Hallvard FurusethMove SLAPD_MONITOR_DN out of format strings.
2003-05-20 Hallvard FurusethFix debug output (print int as %d, not %s).
2003-05-20 Hallvard FurusethFix debug statement (remove spurious '.' after '\n').
2003-05-20 Luke HowardBuild without HAVE_TLS
2003-05-20 Jong Hyuk Choi- change in message to modlist conversion
2003-05-19 Pierangelo Masaraticlarify the size of a generalizedTime
2003-05-19 Kurt ZeilengaFix typo
2003-05-18 Pierangelo Masaratido not init schema that's not specific to monitoring
2003-05-17 Pierangelo Masaratiuse back-monitor without including core.schema; commit...
2003-05-16 Kurt ZeilengaClean up SLAP_NVALUES comment
2003-05-16 Kurt ZeilengaNVALUES updates to approximate matching...
2003-05-15 Hallvard FurusethFix some Statslog()s: Add missing newlines. Print...
2003-05-15 Howard ChuStreamlined listener/select/accept handling:
2003-05-15 Pierangelo Masaratiremove unused arg from fprintf (ITS#2516)
2003-05-15 Hallvard Furuseth#include "lutil.h" to get lutil_strcopy().
2003-05-15 Hallvard FurusethRemove excess `0' arguments to fprintf.
2003-05-15 Hallvard Furuseth#include <ac/unistd.h> to get write()
2003-05-15 Hallvard Furuseth#include <ac/string.h> to get strcasecmp().
2003-05-15 Pierangelo Masaratiadd create/modify timestamp to all entries; use monitor...
2003-05-15 Pierangelo Masaratineed starttime before backend db_open() is invoked
2003-05-14 Hallvard Furuseth#include <ac/string.h>, to get strlen(), strncmp()...
2003-05-14 Kurt Zeilengaupdated certificateExactMatch support,
2003-05-14 Howard ChuITS#2514 fix NULL deref
2003-05-14 Howard ChuITS#2509 add missing arg for dnNormalize
2003-05-14 Howard ChuITS#2511 use %p to log pointer values
2003-05-14 Luke HowardDon't crash if attr_find() fails (Howard, you might...
2003-05-14 Luke HowardFix content rule validation code -- don't use validatio...
2003-05-13 Howard ChuITS#2507, fix *_candidates error return values
2003-05-13 Howard ChuOptimize modify_internal, only reindex the actual modif...
2003-05-13 Howard ChuFix prev commit, must passthru precomputed scopes
2003-05-13 Howard ChuITS#2506 - fix prev patch, don't ignore undefined filte...
2003-05-12 Howard ChuITS#2505 - make sr_strings per-op instead of static
2003-05-11 Howard ChuRevert prev commit
next