Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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) | |||||
2008-04-11 | Don't specify the ntds_guid to the C -> python provision interface | Andrew Bartlett | 1 | -1/+0 | |
This paramter was not used anyway. Andrew Bartlett (This used to be commit 6875e6823f7a1fe9066bff4dffcab658a17d3b8c) | |||||
2008-04-11 | Fix merge errors on C provision interface after jelmer's good work. | Andrew Bartlett | 1 | -1/+5 | |
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartlet Conflicts: source/torture/local/torture.c (This used to be commit 5bf1c89cf8af08fbcf4f5089079920840daad7b8) | |||||
2008-04-11 | Set a netbios name into provision, and zero the rest. | Andrew Bartlett | 1 | -2/+2 | |
Remove dns_name initialisation. Andrew Bartlett (This used to be commit e77ab2fbd1836bc2f9c7b2a819b06ddccf1fa78f) | |||||
2008-04-10 | Add infrastructure for returning ProvisionResult in C provision code. | Jelmer Vernooij | 1 | -1/+5 | |
(This used to be commit 98c3d34eb233be284e8c8994cca337be25c72968) | |||||
2008-04-09 | Move provision C bindings to param/. | Jelmer Vernooij | 1 | -0/+1 | |
(This used to be commit 7d45ed0c3ebc57f7131603f768f8e022d7139530) | |||||
2008-04-08 | Rework talloc hirarchy for C provision setup. | Andrew Bartlett | 1 | -18/+19 | |
This seems to fix (or sweep under the covers) a crash in this code. Andrew Bartlett (This used to be commit 2fcddfe583f9833cea80d02e08ac12dd1f91742c) | |||||
2008-03-06 | Make Samba4 pass the NET-API-BECOMEDC test against Win2k3 (again). | Andrew Bartlett | 1 | -8/+4 | |
To make Samba4, using the python provision system, pass this test required some major rework. Untested code is broken code, and some of the refactoring for a seperate provision test (which also now passes) broke things. Similarly, the iconv work has compiled, but these codepaths have never been run (NULL pointer de-reference). In working to use a local, rather than global, loadparm context, and to support using a target directory, a few things needed to be reworked, particularly around path handling. Andrew Bartlett (This used to be commit 1169e8d7bee20477b0efbfea3534ac63c83fb3d6) | |||||
2008-02-28 | libreplace: add extended getifaddrs test that prints out the interfaces. | Michael Adam | 1 | -0/+1 | |
Michael (This used to be commit 9d2bab09aac22c00fe23f1e1265a2dbd0901e9ce) | |||||
2008-02-15 | Reconcile header files for torture utility functions. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 1269758e95686cc155284d5d56080e1be11bbd75) | |||||
2008-02-15 | Use struct for provision parameters since there are so many of them. | Jelmer Vernooij | 1 | -11/+25 | |
(This used to be commit 4b9d5bc57ca4ee14c142ea720dce5e4ee97f8c16) | |||||
2008-02-15 | Add test for provision_bare() code. | Jelmer Vernooij | 1 | -0/+21 | |
(This used to be commit 0f3a1dbb5355bf5181d9a100af35be8a7f292be6) | |||||
2007-12-26 | r26588: Janitorial: Rename torture_*_add_*test to torture_*_add_*test_const. | Kai Blin | 1 | -2/+4 | |
Also rename the corresponding wrap_ functions. (This used to be commit e59c2eaf681f076d175b9779d1c27b5f74a57c96) | |||||
2007-12-21 | r26346: Add tests for loadparm. | Jelmer Vernooij | 2 | -0/+2 | |
(This used to be commit 064a2329e13f1d904142da1cac486c126a2fe57d) | |||||
2007-12-21 | r26238: Add a loadparm context parameter to torture_context, remove more ↵ | Jelmer Vernooij | 1 | -1/+1 | |
uses of global_loadparm. (This used to be commit a33a5530545086b81a3b205aa109dff11c546926) | |||||
2007-12-21 | r26004: Add some simple credentials tests. | Jelmer Vernooij | 2 | -0/+2 | |
(This used to be commit e96c722cbfe30a4f9c1f843b48e8cf5b78aa13e7) | |||||
2007-12-21 | r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies. | Jelmer Vernooij | 1 | -1/+2 | |
(This used to be commit 56dfcb4f2f8e74c9d8b2fe3a0df043781188a555) | |||||
2007-12-21 | r25935: Fix registry tests. | Jelmer Vernooij | 2 | -1/+4 | |
(This used to be commit b311094714b4d51ea7ea756df1aecba169dc0d45) | |||||
2007-12-21 | r25931: Add config .mk file for crypto lib. | Jelmer Vernooij | 1 | -0/+1 | |
(This used to be commit 21ab43158f723069dd70fae43d780878c38ead31) | |||||
2007-12-21 | r25928: Split up torture-local a bit. | Jelmer Vernooij | 2 | -14/+1 | |
(This used to be commit c6b109040856ba0f1ae0db2787cc838ff61df767) | |||||
2007-12-21 | r25927: Move share tests to param directory. | Jelmer Vernooij | 2 | -211/+1 | |
(This used to be commit f12f623da52aefdf49df9b77d87b9b0d48177c14) | |||||
2007-12-21 | r25926: Move iconv test to iconv code directory. | Jelmer Vernooij | 2 | -425/+1 | |
(This used to be commit e20c4b90e4a935d3249d0b631b942fd318a2ece2) | |||||
2007-12-21 | r25903: Move more files out of torture/ | Jelmer Vernooij | 4 | -343/+3 | |
(This used to be commit f734df3144cdd9ff280ee1cac2c3a7f972716f5d) |