Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-11-03 | nbt: trim down header dependencies of nbt.idl. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-08-13 | torture: use tevent_ functions names instead of the legacy event_ ones | Simo Sorce | 1 | -6/+6 | |
2011-06-06 | s4-ipv6: update callers to load_interface_list() | Andrew Tridgell | 1 | -1/+1 | |
2011-05-08 | s4-interfaces Rename interfaces code so not to conflict with source3/ | Andrew Bartlett | 1 | -7/+7 | |
The iface_count, iface_n_bcast, and load_interfaces functions conflicted with functions of the same name in source3, so the source4 functions were renamed. Hopefully we can actually wrap one around the other in future. Andrew Bartlett | |||||
2011-04-30 | s4:torture/nbt/winsreplication: ignore incoming broadcast messages | Stefan Metzmacher | 1 | -2/+19 | |
This will hopefully fix the flakey behavior of the samba4.nbt.winsreplication.owned test. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Sat Apr 30 12:45:01 CEST 2011 on sn-devel-104 | |||||
2011-04-30 | s4:torture/nbt/winsreplication: assert the nbt name before the type | Stefan Metzmacher | 1 | -2/+2 | |
I hope that will make it easier to find problems with the flakey samba4.nbt.winsreplication.owned test. metze | |||||
2011-04-30 | s4:torture/nbt/winsreplication: use torture macros in order report failures | Stefan Metzmacher | 1 | -8/+104 | |
This makes sure we can ignore this failures with the "knownfail" file. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Sat Apr 30 10:37:16 CEST 2011 on sn-devel-104 | |||||
2010-12-11 | s4-smbtorture: Make test names lowercase and dot-separated. | Jelmer Vernooij | 1 | -3/+2 | |
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-10-23 | dns/nbt: Fix spelling of the "authoritative" flag. | Kai Blin | 1 | -10/+10 | |
2010-09-16 | s3/s4: merge msleep and smb_msleep | Björn Jacke | 1 | -2/+2 | |
the merged variant is renamed to smb_msleep as some platforms already have a msleep function. | |||||
2010-07-16 | s4-loadparm: 2nd half of lp_ to lpcfg_ conversion | Andrew Tridgell | 1 | -9/+9 | |
this converts all callers that use the Samba4 loadparm lp_ calling convention to use the lpcfg_ prefix. Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2010-05-18 | Finish removal of iconv_convenience in public API's. | Jelmer Vernooij | 1 | -10/+10 | |
2010-03-07 | s4:libcli/wrepl: implement wrepl_request_send as a tevent_req based wrapper | Stefan Metzmacher | 1 | -3/+9 | |
metze | |||||
2010-03-07 | s4:torture/nbt: use wrepl_associate_stop() instead of build the request by hand | Stefan Metzmacher | 1 | -9/+4 | |
metze | |||||
2010-03-07 | s4:torture/nbt: use wrepl_request() instead of wrepl_request_send() followed ↵ | Stefan Metzmacher | 1 | -2/+1 | |
by wrepl_request_recv() metze | |||||
2010-03-05 | s4:torture/nbt: avoid the usage of wrepl_pull_table_send() | Stefan Metzmacher | 1 | -3/+6 | |
metze | |||||
2010-02-02 | s4:NBT-WINSREPLICATION: don't mark a local variable as static | Stefan Metzmacher | 1 | -1/+1 | |
This was somehow introduced in commit 8773e743c518578584d07d35ffdafdd598af88b0. metze | |||||
2010-02-01 | s4:NBT-WINSREPLICATION: test replication with names including scopes | Stefan Metzmacher | 1 | -1/+51 | |
metze | |||||
2010-02-01 | s4:NBT-WINSREPLICATION: fix compiler warnings | Stefan Metzmacher | 1 | -8/+16 | |
metze | |||||
2010-02-01 | s4:NBT-WINSREPLICATION: use an array of nbt_names to loop over different names | Stefan Metzmacher | 1 | -10/+7 | |
metze | |||||
2009-10-20 | s4-torture: ran minimal_includes.pl over source4/torture | Andrew Tridgell | 1 | -1/+0 | |
This reduces compile time somewhat. | |||||
2008-12-18 | s4:libcli/wrepl: we don't need to resolve names | Stefan Metzmacher | 1 | -6/+6 | |
metze | |||||
2008-09-23 | s4-nbt: use private_data instead of private. | Günther Deschner | 1 | -3/+3 | |
Guenther | |||||
2008-08-14 | NBT-WINSREPLICATION: be more robust to timing errors | Stefan Metzmacher | 1 | -6/+6 | |
Also reenable disabled tests. metze (This used to be commit 76878a9c798e0acb0387b8352972d66db989c09a) | |||||
2008-04-21 | Remove more event_context_init() uses from function calls within deep down ↵ | Simo Sorce | 1 | -9/+9 | |
the code. Make sure we pass around the event_context where we need it instead. All test but a few python ones fail. Jelmer promised to fix them. (This used to be commit 3045d391626fba169aa26be52174883e18d323e9) | |||||
2008-02-21 | Remove another global_loadparm instance. | Jelmer Vernooij | 1 | -6/+6 | |
(This used to be commit ccb29c0b463f5ccb53553f0a1c411ad77a84482a) | |||||
2008-02-21 | Remove yet more uses of global_loadparm. | Jelmer Vernooij | 1 | -10/+10 | |
(This used to be commit e01c1e87c0fe9709df7eb5b863f7ce85564174cd) | |||||
2007-12-21 | r26540: Revert my previous commit after concerns raised by Andrew. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 6ac86f8be7d9a8c5ab396a93e6d1e6819e11f173) | |||||
2007-12-21 | r26539: Remove unnecessary statics. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit e53e79eebef3ece6978f0a2b4a1ee0a0814bb5d2) | |||||
2007-12-21 | r26408: Remove use of global_loadparm. | Jelmer Vernooij | 1 | -0/+3 | |
(This used to be commit f933b4362124bfdd25544b4e27992d9ca4405848) | |||||
2007-12-21 | r26402: Require a talloc context in libnetif. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit a35e51871bbf1ab33fc316fa59e597b722769c50) | |||||
2007-12-21 | r26401: Don't cache interfaces context in libnetif. | Jelmer Vernooij | 1 | -6/+9 | |
(This used to be commit 9f975417cc66bfd4589da38bfd23731dbe0e6153) | |||||
2007-12-21 | r26382: Remove more uses of global_loadparm. | Jelmer Vernooij | 1 | -6/+6 | |
(This used to be commit 6d4c59853481855c232e7cf97264a391f40af2b5) | |||||
2007-12-21 | r26381: Move global_loadparm higher up the call stack. | Jelmer Vernooij | 1 | -0/+2 | |
(This used to be commit 992296767492ecd7d21b06f4a08a5b8d73d00740) | |||||
2007-12-21 | r26325: Remove use of global_loadparm in netif. | Jelmer Vernooij | 1 | -6/+6 | |
(This used to be commit e452cb28594f23add7c00247ed39e8323aea78a6) | |||||
2007-12-21 | r26238: Add a loadparm context parameter to torture_context, remove more ↵ | Jelmer Vernooij | 1 | -3/+3 | |
uses of global_loadparm. (This used to be commit a33a5530545086b81a3b205aa109dff11c546926) | |||||
2007-10-10 | r25398: Parse loadparm context to all lp_*() functions. | Jelmer Vernooij | 1 | -3/+4 | |
(This used to be commit 3fcc960839c6e5ca4de2c3c042f12f369ac5f238) | |||||
2007-10-10 | r25026: Move param/param.h out of includes.h | Jelmer Vernooij | 1 | -0/+1 | |
(This used to be commit abe8349f9b4387961ff3665d8c589d61cd2edf31) | |||||
2007-10-10 | r25004: Avoid talloc_autofree_context() when possible. | Jelmer Vernooij | 1 | -3/+2 | |
(This used to be commit 79669d28a346c9ae4abc7308070b25e07fe57433) | |||||
2007-10-10 | r25000: Fix some more C++ compatibility warnings. | Jelmer Vernooij | 1 | -6/+9 | |
(This used to be commit 08bb1ef643ab906f1645cf6f32763dc73b1884e4) | |||||
2007-10-10 | r24846: Use metadata about dangerous tests. | Jelmer Vernooij | 1 | -6/+5 | |
(This used to be commit f914b828ff486d41e123e6dafa1c8fd76b34b44b) | |||||
2007-10-10 | r24670: Use torture functions for settings. | Jelmer Vernooij | 1 | -4/+3 | |
(This used to be commit a6906676309f3b1bec1a69427e7ffd0a768061b8) | |||||
2007-10-10 | r23792: convert Samba4 to GPLv3 | Andrew Tridgell | 1 | -3/+2 | |
There are still a few tidyups of old FSF addresses to come (in both s3 and s4). More commits soon. (This used to be commit fcf38a38ac691abd0fa51b89dc951a08e89fdafa) | |||||
2007-10-10 | r20736: skip the NBT-WINSREPLICATION-OWNED test in make quicktest | Stefan Metzmacher | 1 | -0/+5 | |
metze (This used to be commit b3ff3f8c3623c6bf40038b07fdb1084b35442588) | |||||
2007-10-10 | r19439: revert my change to a torture assert - expected is a bool | Andrew Tridgell | 1 | -1/+1 | |
(This used to be commit 1d231e45bd898c2d01328aea94f8cbc2886c9e5b) | |||||
2007-10-10 | r19433: Metze, please take a look at this one! | Andrew Tridgell | 1 | -11/+15 | |
Failures on some platforms of the WINSREPLICATION test have been bugging us for months. I finally traced it down to this one record, at least on the SerNet-solaris8 machine. Disabling this one record allows the test to pass. I have no idea why, but I'll leave that to Metze :) (This used to be commit 94cdfd5458e5c8bc6451d3eb776cbfc0c1d590a7) | |||||
2007-10-10 | r19339: Merge my 4.0-unittest branch. This adds an API for more fine-grained | Jelmer Vernooij | 1 | -1584/+1547 | |
output in the testsuite rather than just True or False for a set of tests. The aim is to use this for: * known failure lists (run all tests and detect tests that started working or started failing). This would allow us to get rid of the RPC-SAMBA3-* tests * nicer torture output * simplification of the testsuite system * compatibility with other unit testing systems * easier usage of smbtorture (being able to run one test and automatically set up the environment for that) This is still a work-in-progress; expect more updates over the next couple of days. (This used to be commit 0eb6097305776325c75081356309115f445a7218) | |||||
2007-10-10 | r17586: merge lib/netif into lib/socket and use -lnsl -lsocket on the | Stefan Metzmacher | 1 | -1/+1 | |
configure check for the interfaces. should fix the build on some old sun boxes metze (This used to be commit f20e251bfd9f1eb7ce5c00739631b1625a2aa467) | |||||
2007-10-10 | r15259: try to find the place that causes trouble on some build farm host | Stefan Metzmacher | 1 | -2/+2 | |
on the NBT-WINSREPLICATION-OWNED test metze (This used to be commit 72ae0dbaab0602d025852bfc41e06e204ff21681) | |||||
2007-10-10 | r14720: Add torture_context argument to all torture tests | Jelmer Vernooij | 1 | -3/+4 | |
(This used to be commit 3c7a5ce29108dd82210dc3e1f00414f545949e1d) |