]> git.sur5r.net Git - openldap/history - servers
assert expects int. (int)<nonnull ptr/long> can be 0. Use assert(arg!=0/NULL).
[openldap] / servers /
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 Masaratiimplement per-target, per-operation timeouts
2005-07-19 Pierangelo Masaratitrim unused (wrong) code
2005-07-18 Pierangelo Masaratifix ITS#3862
2005-07-18 Luke HowardFix for previous commit
2005-07-18 Luke HowardFix pointer error
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-17 Pierangelo Masaratifix some unclean unlock issues; fix potential leaks
2005-07-17 Pierangelo Masaratifix generated connection entries
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-16 Pierangelo Masaratitrim (long ago) unused files
2005-07-16 Pierangelo Masaratimark leak
2005-07-16 Pierangelo Masaratifix leak
2005-07-15 Pierangelo Masaratiimprove diagnostics when configuring suffix for special...
2005-07-15 Howard ChuITS#3841 fix test in rev 1.220
2005-07-15 Pierangelo Masaratifix memory leak (ITS#3862)
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 Pierangelo Masaratineed a regular file (ITS#3865)
2005-07-14 Hallvard FurusethSilence "empty statement" warnings
2005-07-13 Pierangelo Masaratishould 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#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-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 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 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 FurusethFormat fixes (%d<->%lu etc)
2005-07-05 Pierangelo Masaratifix ITS#3834
2005-07-05 Pierangelo Masaratifix further ITS#3830 issues; allow to specify a matchin...
2005-07-05 Ralf Haferkampfix previous commit (check for co_type==Cft_Overlay...
2005-07-05 Ralf HaferkampDestroy Backend/Overlay after an error happend during...
2005-07-05 Howard ChuITS#3833 assume environment was already recovered by...
2005-07-04 Pierangelo Masaratifix concurrency issues
2005-07-04 Pierangelo Masaratifix potential deadlock
2005-07-04 Pierangelo Masaratiaddress ITS#3831 (mostly code readability)
2005-07-04 Hallvard FurusethFormat fix: Make style_strings[] global for debug outpu...
2005-07-04 Hallvard FurusethDebug output: printed soc_cname, should be soc_cname...
2005-07-04 Hallvard Furusethisspace() needs <ac/ctype.h>
2005-07-04 Hallvard FurusethFormat fixes (%d<->%lu etc)
2005-07-04 Hallvard FurusethCast away const
2005-07-04 Hallvard FurusethLet bdb_attr_index_unparser() return int (0) instead...
2005-07-04 Hallvard FurusethDon't do pointer arithmetic on void*
2005-07-03 Pierangelo Masaratifix potential deadlock; first round of refcnt for conne...
2005-07-03 Pierangelo Masaratifix potential deadlock; improve idassert in case of...
2005-07-03 Howard ChuITS#3830, fix val-specific ACLs
2005-07-02 Howard ChuITS#3829 fix attributeoptions parse order
2005-07-01 Pierangelo Masaratimore checks (ITS#3817)
2005-07-01 Pierangelo Masaratidon't use missing hooks (ITS#3817)
2005-07-01 Howard ChuTweak prev commit
2005-07-01 Howard ChuITS#3815 fix olcDbConfig parsing
2005-07-01 Howard ChuITS#3793 don't init thread pool in tool mode
2005-07-01 Howard ChuITS#3820 fix olcReadOnly check
2005-07-01 Howard ChuHDB needs its own config objectclass to avoid confusion...
2005-06-30 Howard ChuITS#3818 fix index_substr_any_step keyword
2005-06-30 Howard ChuITS#3456 better fix, use a child thread.
2005-06-30 Howard ChuITS#3456 - omit FIND_MAXCSN call from syncprov_db_open...
2005-06-29 Pierangelo Masaratimore on ITS#3808
2005-06-29 Pierangelo Masaratiseems to definitely fix issues related to ITS#3808
2005-06-29 Pierangelo Masaratireturn LDAP_SUCCESS if Start TLS failed but was not...
2005-06-29 Pierangelo Masaratihardcode normalized instead of funky DN form
2005-06-29 Pierangelo Masaratimore on ITS#3808
2005-06-29 Pierangelo Masarati(partial?) fix ITS#3808
next