summaryrefslogtreecommitdiffstats
path: root/source4/torture/nbt/query.c
Commit message (Collapse)AuthorAgeFilesLines
* torture: use tevent_ functions names instead of the legacy event_ onesSimo Sorce2011-08-131-2/+2
|
* s4-smbtorture: Make test names lowercase and dot-separated.Jelmer Vernooij2010-12-111-1/+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-1/+1
| | | | | | | 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-nbt: use private_data instead of private.Günther Deschner2008-09-231-2/+2
| | | | Guenther
* Add convenience function for creating nbt sockets in torture.Jelmer Vernooij2008-06-051-2/+1
| | | | (This used to be commit 1e6bfb1aa7eba1b92ee4bfb318ba843752a993a9)
* 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)
* Remove yet more uses of global_loadparm.Jelmer Vernooij2008-02-211-1/+2
| | | | (This used to be commit e01c1e87c0fe9709df7eb5b863f7ce85564174cd)
* r26310: Remove more uses of global_loadparm.Jelmer Vernooij2007-12-211-1/+1
| | | | (This used to be commit 9d806da113b5f0688b6193dfdee9b8765e18b38f)
* r26309: Move specification of port higher up the all stack.Jelmer Vernooij2007-12-211-0/+2
| | | | (This used to be commit 7de55cde7c7fe0141c05c8a38248667ebf3a9033)
* r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-101-2/+2
| | | | (This used to be commit 566aa14139510788548a874e9213d91317f83ca9)
* r25004: Avoid talloc_autofree_context() when possible.Jelmer Vernooij2007-10-101-3/+2
| | | | (This used to be commit 79669d28a346c9ae4abc7308070b25e07fe57433)
* 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)
* r22579: disable progress printing in the build-farmStefan Metzmacher2007-10-101-3/+6
| | | | | metze (This used to be commit 93089ad5e8b6e20c4fa92bf13b0137765aeac689)
* r22322: Cut timelimits for BENCH tests run in quicktest.Andrew Bartlett2007-10-101-2/+2
| | | | | Andrew Bartlett (This used to be commit 63b89ccbebee6b1a73ac495e03c566e0b39e4646)
* r19339: Merge my 4.0-unittest branch. This adds an API for more fine-grainedJelmer Vernooij2007-10-101-39/+22
| | | | | | | | | | | | | | | | | | | 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)
* r14720: Add torture_context argument to all torture testsJelmer Vernooij2007-10-101-1/+2
| | | | (This used to be commit 3c7a5ce29108dd82210dc3e1f00414f545949e1d)
* r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij2007-10-101-0/+1
| | | | | file dependencies (This used to be commit 122835876748a3eaf5e8d31ad1abddab9acb8781)
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-101-2/+0
| | | | (This used to be commit 70e7449318aa0e9d2639c76730a7d1683b2f4981)
* r9702: r9680@blu: tridge | 2005-08-27 18:45:08 +1000Andrew Tridgell2007-10-101-1/+1
| | | | | | | | | | | | - fixed ncacn_ip_tcp to use the generic async name resolution methods, so NBT names now work (as requested several times by abartlet!) - changed resolve_name() to take an event_context, so it doesn't cause the whole process to block - cleaned up the talloc_find_parent_bytype() calls to go via a cleaner event_context_find() call (This used to be commit b3d491b210a8b889a25efcb273e70fefbd01b7f7)
* r6933: Add a couple of helper functions for creating nbt names.Tim Potter2007-10-101-3/+1
| | | | (This used to be commit b896daf11c3efb1b3ca939575da9dab82b395777)
* r5197: moved events code to lib/events/ (suggestion from metze)Andrew Tridgell2007-10-101-1/+1
| | | | (This used to be commit 7f54c8a339f36aa43c9340be70ab7f0067593ef2)
* r5195: most events don't need the time of the event, so save a ↵Andrew Tridgell2007-10-101-1/+1
| | | | | | | gettimeofday() call and just use timeval_current() when its actually needed (This used to be commit 236403cc4dc2924ed6a898acae0bb44cc1688dcc)
* r5185: make all the events data structures private to events.c. This willAndrew Tridgell2007-10-101-0/+1
| | | | | | | | | | | make it possible to add optimisations to the events code such as keeping the next timed event in a sorted list, and using epoll for file descriptor events. I also removed the loop events code, as it wasn't being used anywhere, and changed timed events to always be one-shot (as adding a new timed event in the event handler is so easy to do if needed) (This used to be commit d7b4b6de51342a65bf46fce772d313f92f8d73d3)
* r5130: added a single NBT name query benchmark. It keeps 10 queries in ↵Andrew Tridgell2007-10-101-0/+130
flight at a time. (This used to be commit 2d23c665ffda7619dc9b9c2dbcbc422b0854998c)