]> git.sur5r.net Git - openldap/history - servers/slapd/overlays
ITS#7178 fix uninit'd op->ors_deref
[openldap] / servers / slapd / overlays /
2011-01-31 Pierangelo Masaratigive the caller a chance to use undefined filters ...
2011-01-29 Howard ChuITS#6812 cleanup error codes
2011-01-28 Hallvard Furusethcleanup: Rename rs_ensure_entry_modifiable().
2011-01-27 Pierangelo Masaraticleanup monitor unregister (ITS#6808)
2011-01-18 Pierangelo Masaratiempty query UUID means negative caching (ITS#6796)
2011-01-18 Pierangelo Masaraticount attr values; don't free dangling pointers (ITS...
2011-01-18 Howard ChuITS#6795 plug sr_ctrls memleak
2011-01-17 Pierangelo Masaratifix previous commit
2011-01-17 Pierangelo Masaratimake sure rwm_response returns SLAP_CB_CONTINUE (ITS...
2011-01-13 Howard ChuITS#6717 refine mincsn check for MMR
2011-01-13 Howard ChuITS#6716 partial revert, initialize sl_mincsn at db_open
2011-01-12 Hallvard Furusethnoop change: Silence signed vs unsigned warnings
2011-01-06 Howard ChuMore for #6503
2011-01-06 Howard ChuITS#6503 - record Adds in sessionlog too, to avoid...
2011-01-05 Kurt ZeilengaHappy New Year
2011-01-03 Pierangelo Masaratiforce the generation of a new CSN (ITS#6766)
2011-01-02 Pierangelo Masaratiskip operations when internal
2011-01-02 Pierangelo Masaratimemberof handling of rename (ITS#6700)
2011-01-02 Pierangelo Masaratifix control value generation (ITS#6652)
2011-01-02 Pierangelo Masaratihex digits need to be in pairs (ITS#6652)
2011-01-02 Pierangelo Masaratifix reqControls validator (partially addresses ITS...
2010-12-31 Hallvard FurusethITS#6758 Use rs_*() to manage SlapReply entries.
2010-12-31 Hallvard FurusethITS#6758, pcache.c: Avoid SlapReply reuse.
2010-12-31 Hallvard FurusethITS#6758 Avoid SlapReply reuse.
2010-12-31 Hallvard FurusethITS#6760: Fix rwm entry handling
2010-12-31 Hallvard FurusethITS#6758 Avoid SlapReply reuse, simple cases.
2010-12-31 Howard ChuITS#6670 partial fix - ignore member/memberof pointing...
2010-12-30 Hallvard FurusethITS#6758 Reset some SlapReply flags & data.
2010-12-30 Hallvard Furusethnoop commit for ITS#6758: simplify future commits
2010-12-30 Hallvard Furusethnoop commit for ITS#6758: Remove no-effect code.
2010-12-30 Hallvard FurusethRemove lint (unused vars/labels/funcs/default:s)
2010-12-28 Hallvard FurusethITS#6686 Fix last commit (declaration after code)
2010-12-23 Howard ChuITS#6686 add multiple sorts per connection, from Raphae...
2010-12-20 Hallvard FurusethPlug mutex/rwlock leaks (destroy them)
2010-12-20 Hallvard FurusethPlug memory leaks
2010-12-20 Hallvard FurusethITS#6752 Remove OpenLDAP 2.[23] dynlist code
2010-12-20 Hallvard FurusethITS#6752 Handle REP_ENTRY_* flags correctly
2010-12-20 Hallvard FurusethITS#6752 Fix dynlist Compare callback
2010-12-20 Hallvard FurusethITS#6752 dynlist: Do less work, simplify a bit.
2010-12-14 Hallvard FurusethITS#6748 Drop possibly-broken memberof log message
2010-12-14 Hallvard FurusethITS#6746: Preserve error code, plug entry leak
2010-12-12 Rein TollevikITS#6716: Keep sessionlog sorted by csn, compare mincsn...
2010-12-03 Hallvard FurusethFix rev 1.132 (ITS#6632): Initialize all of roc in...
2010-12-02 Hallvard FurusethITS#6620: Don't delete absent pwdChangedTime.
2010-12-01 Hallvard FurusethITS#6730: Only update modifiersName once per entry
2010-12-01 Hallvard FurusethITS#6730: Fix missing refint updates with subtrees...
2010-12-01 Hallvard FurusethITS#6663: Fix refint_nothing.
2010-11-29 Pierangelo Masaratifix double free related to ITS#6720
2010-11-22 Hallvard FurusethSilence gcc -Wsign-compare (no real change)
2010-11-22 Hallvard FurusethFor ITS#5421: Remove ldap-int.h dependencies.
2010-11-21 Rein TollevikITS#6718: Send NEW_COOKIE messages to all consumers.
2010-11-21 Rein TollevikITS#6710: Force clients to refresh if context is dirty.
2010-11-21 Rein TollevikITS#6709: Wait for active mods to finish before initiat...
2010-11-15 Rein TollevikITS#6708: Mutex protect fixing the filter.
2010-11-04 Ralf HaferkampUnregister VLV control as well when last overlay instance
2010-10-26 Howard ChuITS#6685 fix result code tag
2010-10-19 Ralf HaferkampRemoved unused variables
2010-10-19 Ralf HaferkampITS#6677 moved one more #endif, addtional fix for previ...
2010-10-17 Howard ChuITS#6677 move #endif
2010-10-06 Pierangelo Masaratido not expose control until sssvlv overlay is actually...
2010-09-18 Pierangelo Masaratimake sure so is correctly initialized (spotted by valgr...
2010-09-07 Pierangelo Masaratiadd support for ADD_IF_NOT_PRESENT and SOFTDEL internal...
2010-09-07 Pierangelo Masaratiignore undefined attrs (ITS#6600, based on patch by...
2010-09-07 Pierangelo Masaratimake sure callback is freed (ITS#6640)
2010-08-29 Pierangelo Masaratihacks ITS#6632
2010-08-04 Howard ChuBetter fix - avoid allocating callback for non-logged...
2010-08-04 Howard ChuMore for ITS#6608 - don't replicate ppolicy state chang...
2010-07-28 Howard ChuITS#6608 don't update mod opattrs on single-master...
2010-07-28 Howard ChuITS#6606 send error if consumer is newer than provider
2010-07-12 Howard ChuCheck for SLAP_SYNTAX_DN flag instead of distinguishedN...
2010-07-01 Ralf Haferkampunregister controls when removing syncprov, ppolicy...
2010-06-23 Ralf HaferkampSend error to active psearches upon overlay removal
2010-06-17 Howard ChuMore for ITS#6572, fix copy/paste error
2010-06-13 Howard ChuITS#6572 zero out freed DN vals. from mbackes@symas.com
2010-06-02 Howard ChuITS#6566 use Debug, not fprintf(stderr)
2010-05-21 Howard ChuQuit send loops if slapd is shutting down
2010-05-20 Ralf HaferkampDuring the refresh phase the sync filter needs to be...
2010-05-18 Howard ChuInit uninit'd vlv flag
2010-04-29 Ralf HaferkampReset BackendInfo to original value after checkpoint...
2010-04-17 Pierangelo Masaratifix memory handling in rewrite parsing (ITS#6526)
2010-04-15 Pierangelo Masaratiallow to specify a per-database list of attributes...
2010-04-15 Pierangelo Masaratimalloc as much as possible on slab
2010-04-13 Howard ChuITS#6519 don't replicate purge deletes
2010-04-13 Kurt Zeilengahappy belated New Year
2010-04-12 Pierangelo Masaratidon't free before use
2010-04-08 Pierangelo Masaratikeep attrs count consistent (ITS#6508)
2010-03-23 Pierangelo Masaratiincrement counter (ITS#6497)
2010-03-22 Pierangelo Masaraticheck for NULL backend (ITS#6490)
2010-03-13 Howard ChuFix prev commit
2010-03-10 Howard ChuFix for CB_TAIL with cached results
2010-03-03 Howard ChuITS#6484 don't bypass other overlays' entry_release...
2010-03-02 Howard ChuITS#6484 - cache DB needs to release its own entries
2010-02-12 Pierangelo Masaratireduce code duplication
2010-01-22 Ralf Haferkampplugged one time memory leak (found with valgrind)
2010-01-21 Ralf HaferkampPlugged memory leak. Syncentry wasn't free'd when sending
2010-01-05 Howard ChuITS#6438 check for redundant syncops_free() ?
2009-12-21 Pierangelo Masaratiallow direct insert/delete of olcRwmMap (ITS#6436)
2009-12-21 Pierangelo Masaratibetter fix to ITS#6434 (olcRwmMap needs work to allow...
2009-12-20 Pierangelo Masaratifix in-database configuration of olcRwmMap (no ITS...
2009-12-08 Pierangelo Masaratiguard against simultaneous REP_ENTRY_MUSTRELEASE and...
next