Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-06-16 | s4:lib: merge LDB_WRAP and LDBSAMBA and make LDBSAMBA a library. | Stefan Metzmacher | 1 | -1/+1 | |
This is needed to remove samba specifc symbols from the bundled ldb, in order to get the ABI right. metze Signed-off-by: Andreas Schneider <asn@samba.org> | |||||
2010-04-11 | s4:dbspeed torture - improve also the TDB code part | Matthias Dieter Wallnöfer | 1 | -10/+9 | |
Always use the label "failed" on failures, always close the database context (child of "tmp_ctx") when deleting database file. | |||||
2010-04-11 | s4:dbspeed torture - remove unneeded newlines on "torture_result" | Matthias Dieter Wallnöfer | 1 | -7/+7 | |
According to Jelmer's post on the technical list. | |||||
2010-04-11 | s4:torture - "dbspeed" test - add newlines as we have them in the other ↵ | Matthias Dieter Wallnöfer | 1 | -2/+2 | |
failure messages | |||||
2010-04-11 | s4:torture - "dbspeed" test | Matthias Dieter Wallnöfer | 1 | -2/+2 | |
Calculate the leaks on base of the "tmp_ctx" not the torture context. | |||||
2010-04-11 | s4:torture - "dbspeed" test | Matthias Dieter Wallnöfer | 1 | -10/+17 | |
Unify error handling. | |||||
2010-04-11 | s4:torture - "dbspeed" test | Matthias Dieter Wallnöfer | 1 | -3/+4 | |
Add more "talloc_free"s where needed or useful. | |||||
2010-04-06 | s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ↵ | Andrew Tridgell | 1 | -0/+2 | |
them | |||||
2010-04-06 | s4-waf: remove the need for some of the lib aliases | Andrew Tridgell | 1 | -1/+1 | |
2010-04-06 | build: waf quicktest nearly works | Andrew Tridgell | 1 | -2/+2 | |
Rewrote wafsamba using a new dependency handling system, and started adding the waf test code | |||||
2010-04-06 | build: commit all the waf build files in the tree | Andrew Tridgell | 1 | -0/+8 | |
2010-02-10 | test:local added LOCAL-DLINKLIST testsuite | Andrew Tridgell | 2 | -0/+2 | |
(cherry picked from commit 95a5bee2c30a67a35604b0456ab7836f6dc67702) | |||||
2009-11-12 | s4:dsdb Add expected value tests for most DRS syntax conversions | Andrew Bartlett | 2 | -2/+4 | |
I've left out those for which I could not find an expected value in my default Windows 2003 server's database, and the values that rely on the current prefix map at the time. Andrew Bartlett | |||||
2009-11-12 | s4:dsdb Add extensive tests for the behaviour of dsdb_dn | Andrew Bartlett | 2 | -2/+6 | |
2009-10-23 | s4-ldbwrap: added re-use of ldb contexts in ldb_wrap_connect() | Andrew Tridgell | 1 | -1/+1 | |
This allows us to reuse a ldb context if it is open twice, instead of going through the expensive process of a full ldb open. We can reuse it if all of the parameters are the same. The change relies on callers using talloc_unlink() or free of a parent to close a ldb context. | |||||
2009-10-20 | s4-torture: ran minimal_includes.pl over source4/torture | Andrew Tridgell | 2 | -3/+0 | |
This reduces compile time somewhat. | |||||
2009-10-01 | s4/asn1: Added torture suite for ASN1 | Kamen Mazdrashki | 2 | -0/+2 | |
2009-09-27 | parmlist: Add basic tests for test_get_int(). | Jelmer Vernooij | 2 | -0/+2 | |
2009-05-29 | s4-smbtorture: add a very basic NSS-WRAPPER testsuite. | Günther Deschner | 2 | -1/+4 | |
Guenther | |||||
2009-04-24 | Rename the top-level LDB test to LOCAL-LDB, so it gets picked up by the | Jelmer Vernooij | 2 | -2/+3 | |
script that determines the tests to run. | |||||
2009-03-15 | Remove -L/usr/lib from a couple more make variables. | Jelmer Vernooij | 1 | -1/+1 | |
2009-03-14 | Move tdr to top-level. | Jelmer Vernooij | 1 | -1/+1 | |
2008-12-22 | Fix missing symbols issues when building with shared libraries. | Jelmer Vernooij | 1 | -0/+2 | |
2008-12-17 | s4:lib/tevent: add lib/events/ compat and let things compile | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2008-11-03 | s4:torture: PROVISION isn't used by all tests | Stefan Metzmacher | 1 | -1/+2 | |
We should not pollute all torture object files with EXT_LIB_PYTHON_CFLAGS metze | |||||
2008-10-24 | Move charset library to top level. | Jelmer Vernooij | 1 | -2/+2 | |
2008-10-12 | Add one-test testsuite for datablob. | Jelmer Vernooij | 2 | -0/+2 | |
2008-10-11 | Add some simple tests for lib/util/time.c | Jelmer Vernooij | 2 | -0/+2 | |
2008-10-11 | Move lib/util from source4 to top-level libutil. | Jelmer Vernooij | 1 | -5/+5 | |
Conflicts: source4/Makefile | |||||
2008-09-24 | Move source4/lib/crypto to lib/crypto. | Jelmer Vernooij | 1 | -1/+1 | |
2008-09-23 | Merge ldb_search() and ldb_search_exp_fmt() into a simgle function. | Simo Sorce | 1 | -5/+2 | |
The previous ldb_search() interface made it way too easy to leak results, and being able to use a printf-like expression turns to be really useful. | |||||
2008-09-17 | Move common libraries from root to lib/. | Jelmer Vernooij | 1 | -7/+7 | |
2008-09-16 | Merge branch 'singlecompression' into single | Jelmer Vernooij | 1 | -1/+1 | |
2008-09-16 | Use single copy of compression library in Samba3,4. | Jelmer Vernooij | 1 | -1/+1 | |
2008-09-16 | Merge branch 'singlesw' into single | Jelmer Vernooij | 1 | -1/+1 | |
Conflicts: source3/lib/socket_wrapper/socket_wrapper.c source4/lib/replace/system/network.h | |||||
2008-09-16 | Merge branch 'singlereplace' into single | Jelmer Vernooij | 1 | -4/+4 | |
Conflicts: source4/configure.ac source4/torture/local/config.mk | |||||
2008-09-16 | Merge branch 'singletdb' into single | Jelmer Vernooij | 1 | -1/+1 | |
2008-09-16 | Use single copy of socket_wrapper in Samba 3 and Samba 4. | Jelmer Vernooij | 1 | -1/+1 | |
2008-09-16 | Make Samba 3 and Samba 4 both use the same single copy of libreplace. | Jelmer Vernooij | 1 | -4/+4 | |
2008-09-16 | Fix last few includes to use new tdb location. | Jelmer Vernooij | 1 | -1/+1 | |
2008-09-16 | Share talloc source code between Samba 3 and Samba 4. | Jelmer Vernooij | 1 | -1/+1 | |
2008-06-04 | lib/crypto: remove unused sha1 and hmac-sha1 code | Stefan Metzmacher | 1 | -4/+1 | |
metze (This used to be commit 2c8904be3bac2c696712cc3160fe95d62afde43a) | |||||
2008-05-19 | Move IDL build script to rpc directory, make various bits and pieces easier ↵ | Jelmer Vernooij | 1 | -25/+25 | |
to use externally. (This used to be commit 8328ff76416df5a6e05461d3a19f510b76f2e902) | |||||
2008-05-18 | Fix a couple (well, little more than that..) of typos. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit a6b52119940a900fb0de3864b8bca94e2965cc24) | |||||
2008-05-18 | Create prototype headers from Makefile directory, without smb_build in the ↵ | Jelmer Vernooij | 1 | -2/+2 | |
middle. (This used to be commit f4a77b96f9c17d853348b70794026e5b9e384942) | |||||
2008-05-18 | Use variables for source directory in a couple more places. | Jelmer Vernooij | 1 | -3/+3 | |
(This used to be commit c41bd3005f5f0b9cfd3709fc9217b4a401d265b4) | |||||
2008-05-10 | Fix torture module initializion. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit d5bf4e9065303b54421a6f35b213a22f062d27d4) | |||||
2008-04-27 | Move subunit infrastructure code into lib/torture. | Jelmer Vernooij | 2 | -2/+2 | |
(This used to be commit 5b44d8121de7735d69e6238a1442aff034a8ebd3) | |||||
2008-04-17 | Specify event_context to ldb_wrap_connect explicitly. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit b4e1ae07a284c044704322446c94351c2decff91) | |||||
2008-04-14 | Use _OBJ_FILES variables in a couple more places. | Jelmer Vernooij | 1 | -29/+31 | |
(This used to be commit 92856d5054106894b65cd1a1b5119c0facfc4cff) |