]> git.sur5r.net Git - openldap/history - servers
Unregister VLV control as well when last overlay instance
[openldap] / servers /
2010-11-04 Ralf HaferkampUnregister VLV control as well when last overlay instance
2010-11-01 Ralf HaferkampAdded -VVV to usage output
2010-11-01 Ralf HaferkampList static overlays/backends when started with -VVV
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-08 Pierangelo Masaratiset rebind proc if needed and bind succeeds (ITS#6665)
2010-10-06 Pierangelo Masaratido not expose control until sssvlv overlay is actually...
2010-09-30 Pierangelo Masaratiline up with back-bdb/hdb (ITS#6661)
2010-09-30 Pierangelo Masaratido not assume sr_err == LDAP_SUCCESS; cleanup
2010-09-30 Pierangelo Masaratifix previous commit (ITS#6661)
2010-09-29 Pierangelo Masarati(blind) fix for ITS#6661
2010-09-28 Pierangelo Masaratio_pagedresults_state not freed from slab (only noticeab...
2010-09-18 Pierangelo Masaratimake sure so is correctly initialized (spotted by valgr...
2010-09-10 Pierangelo Masaraticleanup related to ITS#6565 (also plugs a leak)
2010-09-09 Pierangelo Masaratihack to try as hard as possible to recover a broken...
2010-09-09 Pierangelo Masaratiadd per-target tls options; start tls if required by...
2010-09-09 Pierangelo Masaraticleanup previous commit
2010-09-09 Pierangelo Masaratiminor cleanup
2010-09-09 Pierangelo Masaratiif required by the bindconf configuration, force TLS...
2010-09-08 Pierangelo Masaraticheck return code (ITS#6643)
2010-09-07 Pierangelo Masaratiadd support for ADD_IF_NOT_PRESENT and SOFTDEL internal...
2010-09-07 Pierangelo Masaratiallow '-o value-check={yes|no}' for optional value...
2010-09-07 Pierangelo Masaraticleanup option parsing
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 Masaratifree controls, if needed (ITS#6629)
2010-08-29 Pierangelo Masaratiplug leak when ARG_OFFSET and ARG_BERVAL (ITS#6634)
2010-08-29 Pierangelo Masaratiplug leak when presence filter with undef attr (ITS...
2010-08-29 Pierangelo Masaratilet the error propagate to overlays (ITS#6633)
2010-08-29 Pierangelo Masaratihacks ITS#6632
2010-08-29 Pierangelo Masaratifix potential leak introduced by fix to ITS#6574
2010-08-27 Kurt ZeilengaRemove extraneous ber_peek_tag() call
2010-08-17 Pierangelo Masaratisupport back-config (ITS#6624, Ondrej Kuznik)
2010-08-17 Pierangelo Masaratifix previous commit (ITS#6611)
2010-08-17 Pierangelo Masaratifix buffer overflow in ACL unparse (ITS#6611)
2010-08-13 Pierangelo Masaratiblind fix for ITS#6621
2010-08-12 Pierangelo Masarati(blind) support for long long keys (ITS#6617; needs...
2010-08-12 Pierangelo Masaratifix function name in logs
2010-08-10 Pierangelo Masarati(blind) addition of 'autocommit' configuration statemen...
2010-08-07 Pierangelo Masaratiquick fix for ITS#6616; root cause not clear yet
2010-08-07 Pierangelo Masaratiminor cleanup
2010-08-07 Pierangelo Masaratiimprove ID logging when arbitrary key is set (almost...
2010-08-06 Howard ChuFix up winsock init
2010-08-06 Howard ChuAdd support for multiple listener threads. Lightly...
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-22 Pierangelo Masaratiuse request/referral DN, scope, filter according to...
2010-07-12 Howard ChuCheck for SLAP_SYNTAX_DN flag instead of distinguishedN...
2010-07-12 Howard ChuAdd SLAP_SYNTAX_DN syntax flag
2010-07-03 Pierangelo Masaraticleanup connection release
2010-07-02 Ralf Haferkampuse be_ctrls[cid] for counting the number of overlay...
2010-07-02 Ralf HaferkampFixed last commit. gcc was complaining about defined...
2010-07-01 Howard ChuITS#6577 real fix: keep dn2id cursor open until we...
2010-07-01 Ralf Haferkampunregister controls when removing syncprov, ppolicy...
2010-07-01 Ralf HaferkampNew call to unregister controls registered form overlays
2010-06-30 Ralf Haferkampnew call unregister_supported_control(), will be
2010-06-30 Pierangelo Masaratiimplement unload_extop for symmetry (needs test)
2010-06-30 Howard Chumove slap_graduate_commit_csn() to after entry lock...
2010-06-29 Ralf HaferkampDisallow removing global and cn=config overlays for...
2010-06-26 Pierangelo Masaraticleanup previous commit (ITS#6581)
2010-06-24 Pierangelo Masaratireturn error (ITS#6581)
2010-06-24 Quanah Gibson-Mountdyngroup schema in LDIF format
2010-06-23 Pierangelo Masaraticleanup previous commit
2010-06-23 Ralf HaferkampSend error to active psearches upon overlay removal
2010-06-23 Pierangelo Masaratimake sure non-anonymous bind uses DN and creds (ITS...
2010-06-22 Pierangelo Masaratidon't risk leaving around client library error codes...
2010-06-22 Pierangelo Masaratidon't risk leaving around client library error codes
2010-06-21 Pierangelo Masaratiuse realloc
2010-06-21 Howard ChuFix rewriterule, free rewrite info in syncinfo_free
2010-06-21 Howard ChuFix prev commit, return NULL if rewrite returns original DN
2010-06-20 Howard ChuITS#6577 potential fix, found using valgrind/drd. pleas...
2010-06-19 Howard ChuAdd suffixmassage processing
2010-06-19 Howard ChuAdd config support for suffixmassage. Note - no actual...
2010-06-17 Howard ChuMore for ITS#6572, fix copy/paste error
2010-06-13 Howard ChuDon't set bi_db_config since we have no config options
2010-06-13 Howard ChuITS#6572 zero out freed DN vals. from mbackes@symas.com
2010-06-07 Howard ChuITS#6570 part #1 (again), reject RDNs with binary BER...
2010-06-06 Howard ChuITS#6570 part #2, reject RDNs with empty values
2010-06-06 Howard ChuITS#6570 part #1
2010-06-02 Howard ChuITS#6566 use Debug, not fprintf(stderr)
2010-05-24 Pierangelo Masaratimake sure bind credentials are consistent
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-05-18 Pierangelo Masaratitry harder to compute hasSubordinates (ITS#6549)
2010-04-29 Ralf HaferkampReset BackendInfo to original value after checkpoint...
2010-04-26 Howard ChuITS#6533 put rid first, in front of url
2010-04-25 Pierangelo Masaratilog rid when syncrepl stanza successfully added (ITS...
2010-04-22 Pierangelo Masaratiallow successful binds to return control responses...
2010-04-20 Pierangelo Masaratiadd slapmodify (ITS#6165; may need cleanup)
2010-04-19 Quanah Gibson-MountAgreed upon log messages for sl_malloc/zn_malloc when...
2010-04-18 Pierangelo Masaratiremove redundant logs (underlying backends already...
2010-04-18 Pierangelo MasaratialreadyExists is a legitimate result code (further...
2010-04-18 Pierangelo Masaratidon't use dangling stack pointers (more on ITS#6472...
2010-04-18 Pierangelo Masaratifix syncrepl when attr has no matching rule (ITS#6458)
2010-04-17 Pierangelo Masaratifix out of order add/rename, when rename to newly added...
next