summaryrefslogtreecommitdiff
path: root/source4/torture/nbt/wins.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-13torture: use tevent_ functions names instead of the legacy event_ onesSimo Sorce1-2/+2
2011-06-06s4-ipv6: update callers to load_interface_list()Andrew Tridgell1-1/+1
2011-05-08s4-interfaces Rename interfaces code so not to conflict with source3/Andrew Bartlett1-2/+2
2010-12-11s4-smbtorture: Make test names lowercase and dot-separated.Jelmer Vernooij1-1/+1
2010-07-16s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell1-12/+12
2010-02-01s4:NBT-WINS: test large scopesStefan Metzmacher1-0/+37
2010-02-01s4:NBT-WINS: pass the expected rcode of the name registration to the test codeStefan Metzmacher1-18/+39
2009-12-01s4:torture/nbt/wins - Add more castsMatthias Dieter Wallnöfer1-6/+12
2009-06-18Fix build with system LDB.Jelmer Vernooij1-1/+1
2009-05-14s4:torture Use str_list_make_single where appropriateAndrew Bartlett1-10/+10
2009-01-19NBT-WINS: test if the server ignores resent packetsStefan Metzmacher1-0/+54
2009-01-19NBT-WINS: we don't need the slow low port tests for every nameStefan Metzmacher1-18/+19
2009-01-19NBT-WINS: if we're bound to port 137 trigger WACK reponses with timeoutsStefan Metzmacher1-2/+107
2009-01-19NBT-WINS: try to bind to port 137 in the NBT-WINS testStefan Metzmacher1-3/+15
2009-01-19NBT-WINS: initialize .dest_port explicit (we should fill the whole struct eac...Stefan Metzmacher1-0/+1
2008-10-12Use common strlist implementation in Samba 3 and Samba 4.Jelmer Vernooij1-4/+4
2008-06-05Add convenience function for creating nbt sockets in torture.Jelmer Vernooij1-1/+1
2008-04-21Remove more event_context_init() uses from function calls within deep down th...Simo Sorce1-1/+1
2008-02-21Remove yet more uses of global_loadparm.Jelmer Vernooij1-1/+1
2007-12-21r26409: Pass smb ports along.Jelmer Vernooij1-0/+1
2007-12-21r26408: Remove use of global_loadparm.Jelmer Vernooij1-0/+2
2007-12-21r26402: Require a talloc context in libnetif.Jelmer Vernooij1-1/+1
2007-12-21r26401: Don't cache interfaces context in libnetif.Jelmer Vernooij1-1/+6
2007-12-21r26325: Remove use of global_loadparm in netif.Jelmer Vernooij1-1/+1
2007-12-21r26309: Move specification of port higher up the all stack.Jelmer Vernooij1-0/+2
2007-10-10r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij1-4/+4
2007-10-10r25004: Avoid talloc_autofree_context() when possible.Jelmer Vernooij1-3/+2
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r19339: Merge my 4.0-unittest branch. This adds an API for more fine-grainedJelmer Vernooij1-215/+115
2007-10-10r17586: merge lib/netif into lib/socket and use -lnsl -lsocket on theStefan Metzmacher1-1/+1
2007-10-10r14720: Add torture_context argument to all torture testsJelmer Vernooij1-1/+2
2007-10-10r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij1-0/+1
2007-10-10r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij1-0/+3
2007-10-10r12804: This patch reworks the Samba4 sockets layer to use a socket_addressAndrew Bartlett1-1/+14
2007-10-10r12639: - do some tests with 0x20 0x1B namesStefan Metzmacher1-4/+16
2007-10-10r12608: Remove some unused #include lines.Jelmer Vernooij1-2/+0
2007-10-10r12413: do some testing with 0x1E namesStefan Metzmacher1-2/+6
2007-10-10r9792: Rename StrCaseCmp -> strcasecmp_m. All these years I was thinkingJelmer Vernooij1-1/+1
2007-10-10r9702: r9680@blu: tridge | 2005-08-27 18:45:08 +1000Andrew Tridgell1-1/+1
2007-10-10r6933: Add a couple of helper functions for creating nbt names.Tim Potter1-3/+1
2007-10-10r5411: make network interface selection a bit sanerAndrew Tridgell1-1/+1
2007-10-10r5408: - added testing for the behaviour of the special 0x1c nameAndrew Tridgell1-3/+10
2007-10-10r5397: added testing and server support for the special handling required for...Andrew Tridgell1-1/+14
2007-10-10r5386: added testing of registration of group namesAndrew Tridgell1-24/+54
2007-10-10r5352: added a function nbt_name_string() that formats a nbt_name structureAndrew Tridgell1-5/+2
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-10r5304: removed lib/socket/socket.h from includes.hAndrew Tridgell1-0/+1
2007-10-10r5294: - added a separate NBT-WINS test for WINS operations (register, refres...Andrew Tridgell1-0/+219