summaryrefslogtreecommitdiff
path: root/source4/torture/nbt/wins.c
Commit message (Expand)AuthorAgeFilesLines
* dlist: remove unneeded type argument from DLIST_ADD_END()Michael Adam2016-02-061-2/+1
* s4:torture/nbt: avoid str_list related const warningsStefan Metzmacher2014-04-021-4/+9
* torture: use tevent_ functions names instead of the legacy event_ onesSimo Sorce2011-08-131-2/+2
* s4-ipv6: update callers to load_interface_list()Andrew Tridgell2011-06-061-1/+1
* s4-interfaces Rename interfaces code so not to conflict with source3/Andrew Bartlett2011-05-081-2/+2
* s4-smbtorture: Make test names lowercase and dot-separated.Jelmer Vernooij2010-12-111-1/+1
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-12/+12
* s4:NBT-WINS: test large scopesStefan Metzmacher2010-02-011-0/+37
* s4:NBT-WINS: pass the expected rcode of the name registration to the test codeStefan Metzmacher2010-02-011-18/+39
* s4:torture/nbt/wins - Add more castsMatthias Dieter Wallnöfer2009-12-011-6/+12
* Fix build with system LDB.Jelmer Vernooij2009-06-181-1/+1
* s4:torture Use str_list_make_single where appropriateAndrew Bartlett2009-05-141-10/+10
* NBT-WINS: test if the server ignores resent packetsStefan Metzmacher2009-01-191-0/+54
* NBT-WINS: we don't need the slow low port tests for every nameStefan Metzmacher2009-01-191-18/+19
* NBT-WINS: if we're bound to port 137 trigger WACK reponses with timeoutsStefan Metzmacher2009-01-191-2/+107
* NBT-WINS: try to bind to port 137 in the NBT-WINS testStefan Metzmacher2009-01-191-3/+15
* NBT-WINS: initialize .dest_port explicit (we should fill the whole struct eac...Stefan Metzmacher2009-01-191-0/+1
* Use common strlist implementation in Samba 3 and Samba 4.Jelmer Vernooij2008-10-121-4/+4
* Add convenience function for creating nbt sockets in torture.Jelmer Vernooij2008-06-051-1/+1
* Remove more event_context_init() uses from function calls within deep down th...Simo Sorce2008-04-211-1/+1
* Remove yet more uses of global_loadparm.Jelmer Vernooij2008-02-211-1/+1
* r26409: Pass smb ports along.Jelmer Vernooij2007-12-211-0/+1
* r26408: Remove use of global_loadparm.Jelmer Vernooij2007-12-211-0/+2
* r26402: Require a talloc context in libnetif.Jelmer Vernooij2007-12-211-1/+1
* r26401: Don't cache interfaces context in libnetif.Jelmer Vernooij2007-12-211-1/+6
* r26325: Remove use of global_loadparm in netif.Jelmer Vernooij2007-12-211-1/+1
* r26309: Move specification of port higher up the all stack.Jelmer Vernooij2007-12-211-0/+2
* r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-101-4/+4
* r25004: Avoid talloc_autofree_context() when possible.Jelmer Vernooij2007-10-101-3/+2
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r19339: Merge my 4.0-unittest branch. This adds an API for more fine-grainedJelmer Vernooij2007-10-101-215/+115
* r17586: merge lib/netif into lib/socket and use -lnsl -lsocket on theStefan Metzmacher2007-10-101-1/+1
* r14720: Add torture_context argument to all torture testsJelmer Vernooij2007-10-101-1/+2
* r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij2007-10-101-0/+1
* r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij2007-10-101-0/+3
* r12804: This patch reworks the Samba4 sockets layer to use a socket_addressAndrew Bartlett2007-10-101-1/+14
* r12639: - do some tests with 0x20 0x1B namesStefan Metzmacher2007-10-101-4/+16
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-101-2/+0
* r12413: do some testing with 0x1E namesStefan Metzmacher2007-10-101-2/+6
* r9792: Rename StrCaseCmp -> strcasecmp_m. All these years I was thinkingJelmer Vernooij2007-10-101-1/+1
* r9702: r9680@blu: tridge | 2005-08-27 18:45:08 +1000Andrew Tridgell2007-10-101-1/+1
* r6933: Add a couple of helper functions for creating nbt names.Tim Potter2007-10-101-3/+1
* r5411: make network interface selection a bit sanerAndrew Tridgell2007-10-101-1/+1
* r5408: - added testing for the behaviour of the special 0x1c nameAndrew Tridgell2007-10-101-3/+10
* r5397: added testing and server support for the special handling required for...Andrew Tridgell2007-10-101-1/+14
* r5386: added testing of registration of group namesAndrew Tridgell2007-10-101-24/+54
* r5352: added a function nbt_name_string() that formats a nbt_name structureAndrew Tridgell2007-10-101-5/+2
* r5333: weird, w2k3 always sends a positive name release response, even for na...Andrew Tridgell2007-10-101-0/+22
* r5328: - allow case sensitive nbt name lookupsAndrew Tridgell2007-10-101-0/+40
* r5325: - expanded the NBT-WINS test to include scopesAndrew Tridgell2007-10-101-21/+58