]> git.sur5r.net Git - openldap/shortlog
openldap
2010-09-07 Pierangelo... ignore undefined attrs (ITS#6600, based on patch by...
2010-09-07 Pierangelo... make sure callback is freed (ITS#6640)
2010-09-06 Pierangelo... plug one-time leak
2010-09-06 Pierangelo... fix ITS#6638
2010-09-05 Pierangelo... fix previous commit
2010-08-29 Pierangelo... free controls, if needed (ITS#6629)
2010-08-29 Pierangelo... plug leak when ARG_OFFSET and ARG_BERVAL (ITS#6634)
2010-08-29 Pierangelo... plug leak when presence filter with undef attr (ITS...
2010-08-29 Pierangelo... let the error propagate to overlays (ITS#6633)
2010-08-29 Pierangelo... hacks ITS#6632
2010-08-29 Pierangelo... s/provider/producer/
2010-08-29 Pierangelo... use as tester an identity that needs to be proxedauthz...
2010-08-29 Pierangelo... mode=self makes more sense
2010-08-29 Pierangelo... allow to customize the number of children; use swamp
2010-08-29 Pierangelo... cleanup debug messages
2010-08-29 Pierangelo... extract at least result code
2010-08-29 Pierangelo... tell what child is causing trouble
2010-08-29 Pierangelo... fix potential leak introduced by fix to ITS#6574
2010-08-28 Pierangelo... add 'swamp' capability to slapd-read, also via slapd...
2010-08-28 Pierangelo... allow to use 'swamp' from slapd-tester
2010-08-27 Kurt ZeilengaRemove extraneous ber_peek_tag() call
2010-08-26 Pierangelo... honor all user attrs
2010-08-26 Pierangelo... add (partial) support for draft-ietf-ldapext-ldapv3...
2010-08-17 Pierangelo... support back-config (ITS#6624, Ondrej Kuznik)
2010-08-17 Pierangelo... fix previous commit (ITS#6611)
2010-08-17 Pierangelo... fix buffer overflow in ACL unparse (ITS#6611)
2010-08-13 Pierangelo... blind fix for ITS#6621
2010-08-12 Pierangelo... (blind) support for long long keys (ITS#6617; needs...
2010-08-12 Pierangelo... add parsing support for [unsigned] long long (ITS#6622)
2010-08-12 Pierangelo... fix function name in logs
2010-08-10 Pierangelo... (blind) addition of 'autocommit' configuration statemen...
2010-08-10 Pierangelo... extra 'swamp' modes: -SS start searches and read respon...
2010-08-07 Pierangelo... quick fix for ITS#6616; root cause not clear yet
2010-08-07 Pierangelo... minor cleanup
2010-08-07 Pierangelo... improve 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 ChuForced commit - prev commit omits log entries for ops...
2010-08-04 Howard ChuMore for ITS#6608 - don't replicate ppolicy state chang...
2010-07-29 Howard ChuITS#6536 use the attr part of URIs. from Raphael Ouazan...
2010-07-28 Howard ChuITS#6604 use LUTIL_GETPEEREID()
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-27 Pierangelo... improve previous commit
2010-07-27 Pierangelo... do not alter ld_nextref_proc (ITS#6602)
2010-07-27 Pierangelo... document ldap_set_urllist_proc(3) (ITS#6601)
2010-07-26 Pierangelo... fix previous commit
2010-07-26 Pierangelo... check mutex ownership
2010-07-22 Pierangelo... use request/referral DN, scope, filter according to...
2010-07-21 Howard ChuITS#6585 don't close invalid sockets
2010-07-21 Howard ChuITS#6595 remove unneeded token init code. From Rich...
2010-07-14 Howard ChuITS#6589 allow self-signed server certs, from Rich...
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... cleanup 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... implement 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... cleanup previous commit (ITS#6581)
2010-06-24 Pierangelo... return error (ITS#6581)
2010-06-24 Quanah Gibson... dyngroup schema in LDIF format
2010-06-23 Pierangelo... cleanup previous commit
2010-06-23 Ralf HaferkampSend error to active psearches upon overlay removal
2010-06-23 Pierangelo... make sure non-anonymous bind uses DN and creds (ITS...
2010-06-22 Pierangelo... don't risk leaving around client library error codes...
2010-06-22 Pierangelo... don't risk leaving around client library error codes
2010-06-21 Pierangelo... use realloc
2010-06-21 Howard ChuTest replication of cn=config with suffixmassage
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 syncrepl suffixmassage
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-12 Howard Chuadd ifdefs for SASL_GSS_CREDS to accomodate ancient...
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#6569 return server's error code on Disconnect
2010-06-02 Howard ChuITS#6568 plug cldap memleaks
2010-06-02 Howard ChuITS#6566 use Debug, not fprintf(stderr)
2010-05-26 Pierangelo... (almost) ready for add-if-not-present
2010-05-25 Pierangelo... add version number overlay (needs configuration yet)
2010-05-25 Pierangelo... sort attrs (blind fix for ITS#6553)
2010-05-24 Pierangelo... make 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... mention default rootdn of cn=config (ITS#6546)
2010-05-18 Pierangelo... try harder to compute hasSubordinates (ITS#6549)
next