summaryrefslogtreecommitdiff
path: root/source4/torture
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r5411: make network interface selection a bit sanerAndrew Tridgell3-4/+4
2007-10-10r5408: - added testing for the behaviour of the special 0x1c nameAndrew Tridgell2-4/+11
2007-10-10r5403: a simple WINS benchmarking programAndrew Tridgell3-1/+300
2007-10-10r5397: added testing and server support for the special handling required for...Andrew Tridgell1-1/+14
2007-10-10r5394: as the timing should be fixed in the server now, don't accept to early...Stefan Metzmacher1-10/+9
2007-10-10r5390: use __location__ to make tracking down errors in RPC-SAMSYNC easierAndrew Tridgell1-9/+10
2007-10-10r5386: added testing of registration of group namesAndrew Tridgell1-24/+54
2007-10-10r5364: Rename string fields called 'domain' and 'name' to be 'domain_name'.Tim Potter5-18/+18
2007-10-10r5352: added a function nbt_name_string() that formats a nbt_name structureAndrew Tridgell1-5/+2
2007-10-10r5347: fixed the NBT-REGISTER test now that the nbt layer is case sensitiveAndrew Tridgell1-1/+1
2007-10-10r5333: weird, w2k3 always sends a positive name release response, even for na...Andrew Tridgell1-0/+22
2007-10-10r5328: - allow case sensitive nbt name lookupsAndrew Tridgell1-0/+40
2007-10-10r5325: - expanded the NBT-WINS test to include scopesAndrew Tridgell1-21/+58
2007-10-10r5310: allow for rounding errors in the sleep testAndrew Tridgell1-1/+1
2007-10-10r5308: trimmed back a lot of the old macros from smb_macros.hAndrew Tridgell2-1/+3
2007-10-10r5305: removed libcli/ldap/ldap.h from includes.hAndrew Tridgell2-0/+2
2007-10-10r5304: removed lib/socket/socket.h from includes.hAndrew Tridgell3-0/+3
2007-10-10r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell39-39/+70
2007-10-10r5296: - only include the tdb headers where they are neededAndrew Tridgell1-0/+1
2007-10-10r5294: - added a separate NBT-WINS test for WINS operations (register, refres...Andrew Tridgell4-73/+232
2007-10-10r5286: Some first steps in making the pidl code somewhat more generic for theJelmer Vernooij1-16/+16
2007-10-10r5277: initialise the multi_homed flag in the name registration testAndrew Tridgell1-0/+1
2007-10-10r5252: - fixed nmblookup for the nbt api changesAndrew Tridgell1-0/+68
2007-10-10r5209: Fix the endpoint mapper to work with IPX endpoints (whichJelmer Vernooij1-91/+13
2007-10-10r5197: moved events code to lib/events/ (suggestion from metze)Andrew Tridgell5-5/+5
2007-10-10r5195: most events don't need the time of the event, so save a gettimeofday()...Andrew Tridgell1-1/+1
2007-10-10r5185: make all the events data structures private to events.c. This willAndrew Tridgell5-1/+6
2007-10-10r5156: started on test driven development of the nbt server. This adds aAndrew Tridgell3-1/+179
2007-10-10r5155: define ipv4address as a based IDL type, mapped to a "const char *" inAndrew Tridgell1-7/+2
2007-10-10r5148: use ipv4_addr also in epmapper idlStefan Metzmacher1-2/+2
2007-10-10r5137: fix typesStefan Metzmacher1-1/+1
2007-10-10r5130: added a single NBT name query benchmark. It keeps 10 queries in flight...Andrew Tridgell3-0/+142
2007-10-10r5126: the composite code is no longer client specific or smb specific, soAndrew Tridgell1-5/+5
2007-10-10r5107: moved the horrible ldap socket code, and the even worseAndrew Tridgell1-6/+59
2007-10-10r5102: This is a major simplification of the logic for controlling top levelAndrew Tridgell1-3/+3
2007-10-10r5090: Fix up the IDL for LogonGetDomainInfo in NETLOGON.Andrew Bartlett1-10/+4
2007-10-10r5089: Fix indentation.Andrew Bartlett1-1/+1
2007-10-10r5071: Reverted (per tridge request).Jeremy Allison1-1/+1
2007-10-10r5068: I'm pretty sure an old search request is allowed to return changed caseJeremy Allison1-1/+1
2007-10-10r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell58-138/+138
2007-10-10r5035: fixed composite test to use --num-ops command line optionAndrew Tridgell1-20/+14
2007-10-10r5034: - added a type mapping function in pidl, so the type names in our IDLAndrew Tridgell2-10/+10
2007-10-10r4980: Copy RAP callno constants from Samba 3 and start to use them.Tim Potter1-6/+7
2007-10-10r4975: Update usage of talloc in rap torture code.Tim Potter1-55/+47
2007-10-10r4973: Add a RAP scanner to smbtorture. win2k has call numbers 0-215 althoughTim Potter2-2/+31
2007-10-10r4951: some of the code dealing with libcli was getting too complex trying toAndrew Tridgell3-20/+9
2007-10-10r4949: First version of a fetchfile composite function which connects to a se...Volker Lendecke1-0/+99
2007-10-10r4938: allow the caller to supply an existing event_context if they want toAndrew Tridgell1-1/+1
2007-10-10r4899: fixed buildAndrew Tridgell1-5/+5
2007-10-10r4891: - added a generic resolve_name() async interface in libcli/resolve/,Andrew Tridgell2-24/+16