]> git.ipfire.org Git - thirdparty/openldap.git/shortlog
thirdparty/openldap.git
2005-07-19  Luke HowardGlobal plugins are now associated with frontendDB
2005-07-19  Luke HowardThe order of uidNumber and gidNumber was swapped in...
2005-07-19  Hallvard Furusethassert expects int. (int)<nonnull ptr/long> can be...
2005-07-19  Howard ChuFix bdb_tool_dn2id_get() - nobody should be calling...
2005-07-19  Luke HowardFix another crasher if parent is NULL
2005-07-19  Luke HowardFix crasher in hdb_dn2id() when parent is NULL
2005-07-19  Pierangelo... implement per-target, per-operation timeouts
2005-07-19  Pierangelo... document new timeout feature; improve existing stuff
2005-07-19  Pierangelo... trim unused (wrong) code
2005-07-19  Pierangelo... reword the description of listener permissions
2005-07-18  Pierangelo... fix ITS#3862
2005-07-18  Pierangelo... provide a useful example
2005-07-18  Luke HowardFix for previous commit
2005-07-18  Luke HowardFix pointer error
2005-07-18  Hallvard FurusethAdd userPassword protection to example.
2005-07-18  Hallvard FurusethAdd OVERLAYS section
2005-07-18  Hallvard FurusethNote that the overlay is experimental (copied from...
2005-07-18  Hallvard FurusethNote that relay backend is experimental (copied from...
2005-07-18  Hallvard FurusethAdd slapd-hdb
2005-07-18  Luke HowardAdd prototypes and pblock paramaters for more compat...
2005-07-18  Hallvard FurusethFix format arg to "overlay...configuration failed"...
2005-07-18  Hallvard FurusethRemove spurious snprintf(..., "<%s> cannot be deleted...
2005-07-18  Hallvard FurusethDelete unused variable.
2005-07-18  Hallvard Furusethsend_ldap_controls() returns int, so fix return LBER_ER...
2005-07-18  Hallvard Furusethassert expects int. (int)<nonnull ptr/long> can be...
2005-07-18  Hallvard FurusethFix cast in BDB_ID2DISK(): unsigned char *_p ... =...
2005-07-18  Hallvard FurusethMake ConfigArgs.lineno int like elsewhere instead of...
2005-07-18  Hallvard FurusethDelete unused variables
2005-07-18  Hallvard FurusethAdd missing "static" for functions declared static...
2005-07-18  Hallvard Furusethstrip_cav_tag() should return ber_tag_t, not int
2005-07-18  Hallvard Furuseth#include <ldif.h> for ldif_must_b64_encode_*()
2005-07-18  Hallvard Furusethsize_t peercredlen -> socklen_t peercredlen in #if...
2005-07-17  Pierangelo... refresh list of known overlays
2005-07-17  Pierangelo... fix some unclean unlock issues; fix potential leaks
2005-07-17  Pierangelo... fix generated connection entries
2005-07-17  Pierangelo... add an "OBSOLETED DIRECTIVES" section and list "subordi...
2005-07-17  Hallvard FurusethRemove spurious printf argument
2005-07-17  Hallvard Furusethrc in glue_tool_entry_put() is an int, not NOID (unsign...
2005-07-17  Hallvard Furusethbvlist *list was updated through the wrong type.
2005-07-17  Hallvard FurusethDeclare ldap_back_init_cf().
2005-07-17  Hallvard FurusethRemove spurious fprintf arguments
2005-07-17  Hallvard FurusethRemove unused type: struct token
2005-07-17  Hallvard FurusethRemove spurious cvalue=NULL printf argument.
2005-07-17  Hallvard FurusethFix typo: Scope "base" was only matched properly on...
2005-07-17  Hallvard FurusethAdd an example. Note that glued databases should usual...
2005-07-16  Pierangelo... trim (long ago) unused files
2005-07-16  Pierangelo... mark leak
2005-07-16  Pierangelo... fix leak
2005-07-16  Pierangelo... some (stupid) editors complain because 'new' is a reser...
2005-07-16  Pierangelo... paranoid check
2005-07-16  Pierangelo... fix typo
2005-07-15  Pierangelo... move to attic...
2005-07-15  Pierangelo... improve diagnostics when configuring suffix for special...
2005-07-15  Pierangelo... apply (a modified version of) ITS#3822 patch
2005-07-15  Pierangelo... refresh info about supported backends (added config...
2005-07-15  Howard ChuITS#3841 fix test in rev 1.220
2005-07-15  Pierangelo... fix memory leak (ITS#3862)
2005-07-15  Pierangelo... be liberal: accept empty oid lists
2005-07-14  Hallvard Furusethstruct slab_heap *sh was accessed through the wrong...
2005-07-14  Hallvard FurusethMake ebuf/ecur char* instead of unsigned char* (which...
2005-07-14  Hallvard FurusethSilence "unused <something>" warnings
2005-07-14  Hallvard FurusethSilence "unused variable" warning
2005-07-14  Hallvard FurusethSilence warnings
2005-07-14  Hallvard FurusethSilence "unused static function" warning
2005-07-14  Hallvard FurusethSilence "unused variable" warnings
2005-07-14  Hallvard FurusethFix typos GETNAMEINFO->HAVE_GETNAMEINFO, HAVE_HERROR...
2005-07-14  Hallvard FurusethSilence "unused label" warning
2005-07-14  Pierangelo... need a regular file (ITS#3865)
2005-07-14  Hallvard FurusethSilence "empty statement" warnings
2005-07-13  Pierangelo... should address ITS#3861
2005-07-12  Howard ChuFix loglevel to accept negative integers
2005-07-12  Howard ChuFix SLAP_SOCK_IS_MUTE typo
2005-07-12  Howard ChuITS#3854 fix Modify logging, add handlers for unrecogni...
2005-07-12  Howard ChuITS#3857 fix bottom-up modrdn cascades, use a global...
2005-07-11  Kurt ZeilengaSchema cleanup
2005-07-11  Hallvard Furusethretcode_op_func(): Fix uninitialized variable 'ref':
2005-07-11  Hallvard FurusethDeclare component matching functions
2005-07-11  Hallvard FurusethAdd missing function declarations in config.h
2005-07-11  Hallvard Furusethfp_parse_line():
2005-07-11  Howard ChuITS#3841 skip db_close if db_open was never called
2005-07-11  Howard ChuITS#3847 silence warnings
2005-07-11  Howard ChuITS#3847 silence warnings
2005-07-11  Howard ChuITS#3847 fix LDAP_GROUP_TRANSACTION defs
2005-07-11  Howard ChuITS#3824 remove env after slapadd/slapindex -q
2005-07-10  Hallvard Furusethgoto loop_begin; skipped initialization of scopeok.
2005-07-10  Hallvard Furusethfbuf in syncprov_findcsn() got used before it was fully...
2005-07-10  Hallvard Furusethber_get_enum() needs int*, not enum*. An enum can...
2005-07-09  Kurt Zeilengacleanup
2005-07-08  Howard Chuimport draft-08 since that's what we now implement.
2005-07-08  Howard ChuStreamline call to lutil_passwd_scheme
2005-07-08  Howard ChuITS#3846 don't give hashed passwords to SASL, it only...
2005-07-08  Howard ChuFix get_scheme to check length of scheme name
2005-07-08  Howard ChuITS#3844 fix typo
2005-07-07  Hallvard FurusethComplete the replacement of LDAP_CONTROL_X_TREE_DELETE...
2005-07-07  Howard ChuITS#3844 fix slap_operational_subschemaSubentry
2005-07-07  Howard ChuLinux updates tv on select() so always use a second...
2005-07-07  Hallvard FurusethITS#3836: Explain that most monitor attrs are operational.
2005-07-07  Howard ChuITS#3842 from jtownsend@opendarwin.org - don't free...
2005-07-07  Howard ChuITS#3843 from jtownsend@opendarwin.org: hide index_attr...
2005-07-06  Hallvard FurusethConstify ldif_open() args
next