Age | Commit message (Expand) | Author | Files | Lines |
2010-11-08 | s4:pyldb.c - fix "py_ldb_contains" according to the comment by Jelmer | Matthias Dieter Wallnöfer | 1 | -4/+2 |
2010-11-08 | ldb:pyldb.c - "py_ldb_msg_element_get" - here we can safely use "unsigned int... | Matthias Dieter Wallnöfer | 1 | -3/+3 |
2010-11-08 | ldb:pyldb.c - "py_ldb_contains" - return only "0" not found, "1" found, "-1" ... | Matthias Dieter Wallnöfer | 1 | -3/+10 |
2010-11-08 | ldb:pyldb.c - most of the times "time_t" is defined as "long int" | Matthias Dieter Wallnöfer | 1 | -5/+5 |
2010-11-08 | ldb:pyldb.c - fix some "Py_ssize_t" output warnings | Matthias Dieter Wallnöfer | 1 | -3/+2 |
2010-11-08 | ldb:pyldb.c - use "Py_ssize_t" for counting list entries | Matthias Dieter Wallnöfer | 1 | -12/+11 |
2010-11-08 | ldb:pyldb.c - fix indentation | Matthias Dieter Wallnöfer | 1 | -2/+3 |
2010-11-08 | s4-ldb: don't give an error if a module is already registered | Andrew Tridgell | 1 | -0/+7 |
2010-11-08 | s4-ldb: better error message when we try to register a module twice | Andrew Tridgell | 1 | -2/+3 |
2010-11-07 | ldb:ldb_pack.c - the "dn" attribute isn't allowed in the message part, only t... | Matthias Dieter Wallnöfer | 1 | -2/+0 |
2010-11-07 | credentials: Lowercase library name, | Jelmer Vernooij | 2 | -3/+3 |
2010-11-07 | ldbsamba: Lowercase library name. | Jelmer Vernooij | 2 | -5/+5 |
2010-11-06 | ldb:ldb_parse.c - "ldb_parse_hex2char" - always initialise "c" | Matthias Dieter Wallnöfer | 1 | -1/+1 |
2010-11-06 | ldb:ldb_tdb.c - ltdb_check_special_dn - fix indentation | Matthias Dieter Wallnöfer | 1 | -1/+1 |
2010-11-06 | ldb:ldb_tdb.c - make "ltdb_add" more similar to "ltdb_modify" | Matthias Dieter Wallnöfer | 1 | -9/+5 |
2010-11-05 | s4-ldb: much more memory efficient msg filtering | Andrew Tridgell | 1 | -3/+20 |
2010-11-05 | s4-ldb: show the reason for module initialization failure | Andrew Tridgell | 1 | -1/+2 |
2010-11-05 | ldb:ldb.h - reorder extended operations list | Matthias Dieter Wallnöfer | 1 | -4/+10 |
2010-11-04 | s4-ldb_module.h: use LDB error code for ldb_error() macro rather than LDB_DEB... | Kamen Mazdrashki | 1 | -1/+1 |
2010-11-04 | s4-ldb: implement LDB_FLAG_INTERNAL_DISABLE_SINGLE_VALUE_CHECK | Andrew Tridgell | 2 | -13/+12 |
2010-11-04 | s4-ldb: don't load modules from the same directory twice | Andrew Tridgell | 1 | -4/+4 |
2010-11-04 | s4-ldb: honor controls on search in ldbedit | Andrew Tridgell | 3 | -1/+81 |
2010-11-04 | Move the checking of single valued attributes back into the tdb backend. | Andrew Tridgell | 1 | -0/+44 |
2010-11-03 | build: a more portable way of finding waf in makefiles | Andrew Tridgell | 1 | -3/+1 |
2010-11-03 | s4-ldb: fixed sorting of module names | Andrew Tridgell | 1 | -1/+6 |
2010-11-03 | s4:waf - fix the build on Gentoo platforms | Philip M. White | 1 | -0/+1 |
2010-11-03 | s4-ldb: make ldbtest depend on ldb | Andrew Tridgell | 1 | -1/+1 |
2010-11-03 | waf: added reconfigure targets to our libraries | Andrew Tridgell | 1 | -0/+5 |
2010-11-02 | s4-ldb: give the user a hint as to what may be wrong | Andrew Tridgell | 1 | -2/+2 |
2010-11-03 | s4-dsdb: removed the use of ldb_private.h from s4 | Andrew Tridgell | 1 | -4/+4 |
2010-11-03 | s4-ldb: expose some more ldb module functions | Andrew Tridgell | 7 | -22/+383 |
2010-11-01 | s4-ldb: removed ldb_includes.h | Andrew Tridgell | 19 | -29/+54 |
2010-11-01 | s4-ldb: use ldb_set_modules_dir() to load additional ldb modules | Andrew Tridgell | 2 | -8/+12 |
2010-11-01 | s4-ldb: enable ldb module version checking | Andrew Tridgell | 10 | -6/+20 |
2010-11-01 | s4-ldb: added support for ldb module version checking | Andrew Tridgell | 2 | -2/+11 |
2010-11-01 | ldb:tools/ldbtest.c - fix build warning | Matthias Dieter Wallnöfer | 2 | -2/+3 |
2010-11-01 | s4-ldb: fixed build of paged searches | Andrew Tridgell | 1 | -1/+1 |
2010-11-01 | s4-ldb: convert existing ldb tools to use new command line hooks | Andrew Tridgell | 8 | -76/+29 |
2010-11-01 | s4-ldb: added ldb command line hook support | Andrew Tridgell | 5 | -65/+273 |
2010-11-01 | s4-ldb: added samba_extensions ldb module | Andrew Tridgell | 2 | -0/+137 |
2010-11-01 | s4-ldb: moved the ldb_ildap backend into lib/ldb-samba | Andrew Tridgell | 1 | -1/+1 |
2010-11-01 | s4-ldb: added support for general ldb hooks in modules | Andrew Tridgell | 2 | -12/+65 |
2010-11-01 | s4-ldb: added an override flag to ldb_register_backend() | Andrew Tridgell | 4 | -30/+33 |
2010-11-01 | s4-ldb: it is not an error for the modules directory to not exist | Andrew Tridgell | 1 | -0/+5 |
2010-11-01 | s4-test: we don't need to set LDB_MODULES_PATH any more | Andrew Tridgell | 2 | -4/+0 |
2010-11-01 | s4-ldb: removed the old ldb module loading style | Andrew Tridgell | 2 | -158/+34 |
2010-11-01 | s4-ldb: convert the rest of the ldb modules to the new style | Andrew Tridgell | 9 | -22/+66 |
2010-11-01 | s4-ldb: convert the openldap ldb backend to the new style of module | Andrew Tridgell | 2 | -16/+18 |
2010-11-01 | s4-ldb: convert the ildap module to the new type of ldb module | Andrew Tridgell | 2 | -17/+17 |
2010-11-01 | s4-ldb: support a new type of ldb module loading | Andrew Tridgell | 4 | -1/+199 |