summaryrefslogtreecommitdiffstats
path: root/source4/lib/socket/testsuite.c
Commit message (Collapse)AuthorAgeFilesLines
* s4:lib/tests: add missing #include "torture/local/proto.h"Stefan Metzmacher2014-04-021-0/+1
| | | | | Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* s4-ipv6: update callers to load_interface_list()Andrew Tridgell2011-06-061-2/+2
|
* s4-interfaces Rename interfaces code so not to conflict with source3/Andrew Bartlett2011-05-081-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
* s4-smbtorture: Make test names lowercase and dot-separated.Jelmer Vernooij2010-12-111-2/+1
| | | | | | | | 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
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-2/+2
| | | | | | | 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>
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-291-1/+1
| | | | | | | | | | | | | | | | | | | | list="" list="$list event_context:tevent_context" list="$list fd_event:tevent_fd" list="$list timed_event:tevent_timer" for s in $list; do o=`echo $s | cut -d ':' -f1` n=`echo $s | cut -d ':' -f2` r=`git grep "struct $o" |cut -d ':' -f1 |sort -u` files=`echo "$r" | grep -v source3 | grep -v nsswitch | grep -v packaging4` for f in $files; do cat $f | sed -e "s/struct $o/struct $n/g" > $f.tmp mv $f.tmp $f done done metze
* s4:lib/socket: socket_connect_send() and socket_connect_ev() should only ↵Stefan Metzmacher2008-12-181-1/+1
| | | | | | wrok with addresses metze
* Remove more event_context_init() uses from function calls within deep down ↵Simo Sorce2008-04-211-1/+1
| | | | | | | | 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)
* Use torture_assert_mem_equal() in a couple more places.Jelmer Vernooij2008-04-131-3/+3
| | | | (This used to be commit e2c3fab9d1bf0482c15a115e7d373562ffe50b29)
* r26402: Require a talloc context in libnetif.Jelmer Vernooij2007-12-211-2/+2
| | | | (This used to be commit a35e51871bbf1ab33fc316fa59e597b722769c50)
* r26401: Don't cache interfaces context in libnetif.Jelmer Vernooij2007-12-211-5/+10
| | | | (This used to be commit 9f975417cc66bfd4589da38bfd23731dbe0e6153)
* r26397: Fix circular dependency in samba-socket.Jelmer Vernooij2007-12-211-1/+1
| | | | (This used to be commit 801c8c766cb6a104751be8829593e0e123508134)
* r26376: Add context for libcli_resolve.Jelmer Vernooij2007-12-211-2/+3
| | | | (This used to be commit 459e1466a411d6f83b7372e248566e6e71c745fc)
* r26335: Specify name_resolve_order to socket code.Jelmer Vernooij2007-12-211-1/+2
| | | | (This used to be commit b03e5d00110be3f1fe5809dad4eb6ca5cea7463d)
* r26325: Remove use of global_loadparm in netif.Jelmer Vernooij2007-12-211-5/+6
| | | | (This used to be commit e452cb28594f23add7c00247ed39e8323aea78a6)
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-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)
* r21656: Move tests a bit closer to the things they test, should make syncing ↵Jelmer Vernooij2007-10-101-0/+191
with samba3 easier. (This used to be commit 4d755fb5d7adedd1dd8bad917b921324411bfd59)