Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-12-27 | s4:ldb: setup TEST_DATA_PREFIX for make test | Stefan Metzmacher | 1 | -1/+5 | |
metze | |||||
2010-12-27 | s4:ldb:python/api: use filename() instead of hardcoded filenames | Stefan Metzmacher | 1 | -6/+6 | |
metze | |||||
2010-12-27 | s4:ldb/tests: there's no need to copy samba4.png | Stefan Metzmacher | 2 | -4/+1 | |
metze | |||||
2010-12-24 | s4:ldb:python/api: use only one ldb file in test_contains() | Stefan Metzmacher | 1 | -2/+3 | |
metze | |||||
2010-12-24 | s4:ldb:python/api: use filename() instead of hardcoded filenames | Stefan Metzmacher | 1 | -6/+7 | |
This makes sure we use files under $SELFTEST_PREFIX instead of the source directory. metze | |||||
2010-12-22 | ldb:pyldb.c - remove unused variable | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
2010-12-21 | ldb: Add ldb.Message.add and ldb.Message.elements. | Jelmer Vernooij | 2 | -36/+86 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Tue Dec 21 15:03:17 CET 2010 on sn-devel-104 | |||||
2010-12-21 | ldb:tools/ldbdel.c - "replace.h" should be the first include | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Tue Dec 21 12:50:54 CET 2010 on sn-devel-104 | |||||
2010-12-21 | s4:lib/ldb-samba/ldif_handlers.c - adaption needed for removed "const" on OIDs | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
2010-12-19 | ldb: Bump version after renaming some public symbols which didn't have a | Jelmer Vernooij | 2 | -1/+246 | |
ldb_ prefix. | |||||
2010-12-18 | lib/ldb Remove talloc_free() that causes double-free in callbacks. | Andrew Bartlett | 1 | -1/+3 | |
This partially reverts 0941099a, which was a little over-eager in fixing what were presumed to be memory leaks. It is always the callbacks responsiblity to free the ares, but if they don't then the end of the request should handle the cleanup. Attempting to talloc_free() here will result (as it did in the descriptor module) in a double-free error if the callback does free it, and no other caller of ldb_module_send_entry() has this behaviour. Andrew Bartlett | |||||
2010-12-18 | ldb: Rename controls_except_specified -> ldb_controls_except_specified. | Jelmer Vernooij | 2 | -2/+2 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Dec 18 01:33:24 CET 2010 on sn-devel-104 | |||||
2010-12-18 | ldb_map: Fix prefix for map functions. | Jelmer Vernooij | 3 | -15/+15 | |
2010-12-18 | ldb: Add prototype for ldb_init_module. | Jelmer Vernooij | 1 | -0/+5 | |
2010-12-18 | ldb: Rename two exported functions so they match abi_match. | Jelmer Vernooij | 6 | -9/+8 | |
2010-12-15 | ldb: Bump API after symbol changes. | Jelmer Vernooij | 2 | -2/+2 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Wed Dec 15 18:18:52 CET 2010 on sn-devel-104 | |||||
2010-12-15 | ldb: Build modules as .so files. | Jelmer Vernooij | 1 | -0/+9 | |
2010-12-15 | build: openbsd plateform is openbsd4 | Matthieu Patou | 1 | -1/+1 | |
Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Wed Dec 15 10:55:08 CET 2010 on sn-devel-104 | |||||
2010-12-14 | build do not add -no-undefined on openbsd | Matthieu Patou | 1 | -1/+2 | |
2010-12-12 | ldb:pyldb.h - revert to the previous header behaviour | Matthias Dieter Wallnöfer | 4 | -3/+7 | |
"ldb_private.h" is private and therefore might not always be available. | |||||
2010-12-12 | s4:lib/ldb-samba/pyldb.c - optimise includes | Matthias Dieter Wallnöfer | 1 | -3/+1 | |
2010-12-12 | ldb:pyldb - optimise includes | Matthias Dieter Wallnöfer | 3 | -7/+2 | |
2010-12-11 | s4-smbtorture: Make test names lowercase and dot-separated. | Jelmer Vernooij | 7 | -8/+7 | |
This is consistent with the test names used by selftest, should make the names less confusing and easier to integrate with other tools. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Dec 11 04:16:13 CET 2010 on sn-devel-104 | |||||
2010-12-09 | waf: remove the restriction that private libraries must not have a vnum | Andrew Tridgell | 1 | -4/+2 | |
we need the vnum for ABI checking for public libraries built as private libraries when bundled Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Thu Dec 9 12:47:41 CET 2010 on sn-devel-104 | |||||
2010-12-09 | waf-abi: auto-generate per-symbol versions from ABI files | Andrew Tridgell | 1 | -2/+1 | |
This changes our version-script generation to use the ABI files that are saved in git with each version number change of our public libraries. We use these ABI files to generate a linker version script that gives the exact version number that each symbol was introduced. This provides us with automatic fine grained symbol versioning. Pair-Programmed-With: Jelmer Vernooij <jelmer@samba.org> Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-12-08 | s4:ldb: add ABI/ldb-0.9.20.sigs | Stefan Metzmacher | 1 | -0/+245 | |
metze | |||||
2010-12-08 | s4:ldb: build libldb and pyldb-util as private libraries when building for ↵ | Stefan Metzmacher | 1 | -3/+12 | |
samba4 This matches the behavior of the talloc and tdb builds. metze | |||||
2010-12-08 | ldb: bump version number after introduction of new constant. | Jelmer Vernooij | 1 | -1/+1 | |
2010-12-08 | s4-acl: Fixed incorrect value of LDB_FLAG_INTERNAL_INACCESSIBLE_ATTRIBUTE | Nadezhda Ivanova | 1 | -1/+1 | |
Autobuild-User: Nadezhda Ivanova <nivanova@samba.org> Autobuild-Date: Wed Dec 8 13:31:48 CET 2010 on sn-devel-104 | |||||
2010-12-08 | s4-pkgconfig: add @LIB_RPATH@ to our link flags | Andrew Tridgell | 3 | -3/+3 | |
this is only set when rpath is used on install. It ensures that applications that link against Samba libraries get the rpath right Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Wed Dec 8 12:46:00 CET 2010 on sn-devel-104 | |||||
2010-12-08 | s4-ldb: added @LIB_RPATH@ to the ldb pc file | Andrew Tridgell | 1 | -1/+1 | |
2010-12-08 | s4-acl: Added a flag to mark an element as failing an access check. | Nadezhda Ivanova | 1 | -0/+3 | |
2010-12-08 | s4-ldb: use RTLD_DEEPBIND if available for ldb modules | Andrew Tridgell | 1 | -1/+13 | |
this allows us to avoid issues with ldb using heimdal while an application using ldb using MIT kerberos Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-12-08 | s4-ldb: ensure ldb_register_samba_handlers() is not done twice | Andrew Tridgell | 1 | -2/+10 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-12-06 | s4:fix some shadowed declaration warnings on Solaris by renaming the symbols | Matthias Dieter Wallnöfer | 2 | -3/+3 | |
2010-12-05 | s4:lib/messaging/*.h - fix compile warnings on gcc 3.4 | Matthias Dieter Wallnöfer | 2 | -3/+2 | |
For example on OpenSolaris | |||||
2010-12-04 | tls_tstream: use a dynamic buffer for the push case | Stefan Metzmacher | 1 | -6/+21 | |
Some versions of gnutls doesn't handle EAGAIN correctly, so we better allow sending buffers without a low size limitation, the limit is now UINT16_MAX (0xFFFF) and we allocate the buffer with talloc each time. metze | |||||
2010-12-04 | tls_tstream: increase the buffer size | Matthieu Patou | 1 | -1/+1 | |
The problem is that with certain version of gnutls are not working properly if the server is sending in different packet things like (at least) * Certificate * Server Key exchange * Client certificate Somehow it really expect this to be done in one packet as some structures used _gnutls_send_handshake are reinitialized at every packet exchange and intermediate steps didn't expect it Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-12-02 | s4/ldb: fix shell syntax error in test script | Björn Jacke | 1 | -2/+2 | |
2010-12-01 | ldb:ldb_msg_add_value - fix here a wrong memory context | Matthias Dieter Wallnöfer | 1 | -1/+2 | |
A value array allocation should belong to "msg->elements" not "msg" directly | |||||
2010-12-01 | pyregistry: Use talloc.Object. | Jelmer Vernooij | 1 | -4/+9 | |
2010-11-29 | s4:lib/tls/tls_tstream.c - quiet warning on Solaris "cc" by casts | Matthias Dieter Wallnöfer | 1 | -2/+2 | |
2010-11-29 | s4-loadparm: use loadparm_init_global() instead of loadparm_init() | Andrew Tridgell | 1 | -1/+1 | |
this prevents us having two lp_ctx contexts in these tools which leads to bizarre behaviour Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-11-27 | s4:lib/registry/rpc.c - remove a duplicate assignment | Matthias Dieter Wallnöfer | 1 | -1/+0 | |
2010-11-26 | ldb-tdb: Add more information about full scan | Matthieu Patou | 1 | -1/+7 | |
2010-11-23 | pyldb: Fix broken test. | Jelmer Vernooij | 2 | -1/+2 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Tue Nov 23 23:20:38 CET 2010 on sn-devel-104 | |||||
2010-11-23 | s4-ldb: added an environment varibale LDB_WARN_UNINDEXED | Andrew Tridgell | 6 | -10/+16 | |
when LDB_WARN_UNINDEXED is set, we produce warnings about unindexed searches. This makes it easier to find performance problems caused by unindexed searches. | |||||
2010-11-22 | Avoid the use of PyAPI_DATA, which is for internal Python API's. | Arnaud Faucher | 3 | -10/+10 | |
Signed-off-by: Jelmer Vernooij <jelmer@samba.org> Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Mon Nov 22 00:52:56 CET 2010 on sn-devel-104 | |||||
2010-11-21 | s4-ldb: fixed the build with a space in the ldb modules directory name | Andrew Tridgell | 1 | -1/+1 | |
Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Sun Nov 21 13:57:14 CET 2010 on sn-devel-104 | |||||
2010-11-20 | ldb:rdn_name LDB module - add more RDN name constraints | Matthias Dieter Wallnöfer | 1 | -5/+17 | |
And some small cleanups Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Sat Nov 20 00:06:35 CET 2010 on sn-devel-104 |