summaryrefslogtreecommitdiffstats
path: root/source4/torture/nbt
Commit message (Collapse)AuthorAgeFilesLines
* Finish removal of iconv_convenience in public API's.Jelmer Vernooij2010-05-184-18/+15
|
* s4:torture/rpc: rename rpc.h => torture_rpc.hStefan Metzmacher2010-04-141-1/+1
| | | | | | | | | | | The reason for this is that some systems include <rpc/rpc.h> from within system headers. HP-UX 11.00 does so somewhere deep inside of <shadow.h>. For torture/winbind/struct_based.c <rpc/rpc.h> resolves to torture/rpc/rpc.h and breaks the build. metze
* s4:libcli/wrepl: implement wrepl_request_send as a tevent_req based wrapperStefan Metzmacher2010-03-071-3/+9
| | | | metze
* s4:torture/nbt: use wrepl_associate_stop() instead of build the request by handStefan Metzmacher2010-03-071-9/+4
| | | | metze
* s4:torture/nbt: use wrepl_request() instead of wrepl_request_send() followed ↵Stefan Metzmacher2010-03-071-2/+1
| | | | | | by wrepl_request_recv() metze
* s4:torture/nbt: avoid the usage of wrepl_pull_table_send()Stefan Metzmacher2010-03-051-3/+6
| | | | metze
* s4:NBT-WINSREPLICATION: don't mark a local variable as staticStefan Metzmacher2010-02-021-1/+1
| | | | | | This was somehow introduced in commit 8773e743c518578584d07d35ffdafdd598af88b0. metze
* s4:NBT-WINS: test large scopesStefan Metzmacher2010-02-011-0/+37
| | | | metze
* s4:NBT-WINS: pass the expected rcode of the name registration to the test codeStefan Metzmacher2010-02-011-18/+39
| | | | metze
* s4:NBT-WINSREPLICATION: test replication with names including scopesStefan Metzmacher2010-02-011-1/+51
| | | | metze
* s4:NBT-WINSREPLICATION: fix compiler warningsStefan Metzmacher2010-02-011-8/+16
| | | | metze
* s4:NBT-WINSREPLICATION: use an array of nbt_names to loop over different namesStefan Metzmacher2010-02-011-10/+7
| | | | metze
* s4:torture/nbt/wins - Add more castsMatthias Dieter Wallnöfer2009-12-011-6/+12
|
* s4-torture: ran minimal_includes.pl over source4/tortureAndrew Tridgell2009-10-202-4/+0
| | | | This reduces compile time somewhat.
* Fix build with system LDB.Jelmer Vernooij2009-06-181-1/+1
|
* s4:torture assert that we get a Mailslot allocated before we dereferenceAndrew Bartlett2009-06-041-0/+2
|
* s4:torture Use str_list_make_single where appropriateAndrew Bartlett2009-05-141-10/+10
|
* s4:dgram: s/private/private_dataStefan Metzmacher2009-02-021-24/+24
| | | | metze
* NBT-WINS: test if the server ignores resent packetsStefan Metzmacher2009-01-191-0/+54
| | | | | metze (from samba4wins tree 24eb7577414c8584b97f43c850d738d3dbb30777)
* NBT-WINS: we don't need the slow low port tests for every nameStefan Metzmacher2009-01-191-18/+19
| | | | | metze (from samba4wins tree 7862deca8555f960a5ef65e6315ce94af5023a2a)
* NBT-WINS: if we're bound to port 137 trigger WACK reponses with timeoutsStefan Metzmacher2009-01-191-2/+107
| | | | | metze (from samba4wins tree de7225658493006c19d139ac77ac1b1ffab01d25)
* NBT-WINS: try to bind to port 137 in the NBT-WINS testStefan Metzmacher2009-01-191-3/+15
| | | | | metze (from samba4wins tree 5e101475d5ed62060c991ea71c943e76b862aeef)
* NBT-WINS: initialize .dest_port explicit (we should fill the whole struct ↵Stefan Metzmacher2009-01-191-0/+1
| | | | | | | | each time) This makes the code more clear. metze
* s4:libcli/wrepl: we don't need to resolve namesStefan Metzmacher2008-12-181-6/+6
| | | | metze
* Use common strlist implementation in Samba 3 and Samba 4.Jelmer Vernooij2008-10-121-4/+4
|
* The IRIX compiler does not like embedded unnamed unionsVolker Lendecke2008-10-021-21/+21
|
* s4-nbt: use ../libcli/nbtGünther Deschner2008-09-231-1/+1
| | | | Guenther
* s4-nbt: use private_data instead of private.Günther Deschner2008-09-233-11/+11
| | | | Guenther
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett2008-08-151-6/+6
|\ | | | | | | (This used to be commit b337369d5c86b37d93ee1c62880068e14d6c09f6)
| * NBT-WINSREPLICATION: be more robust to timing errorsStefan Metzmacher2008-08-141-6/+6
| | | | | | | | | | | | | | Also reenable disabled tests. metze (This used to be commit 76878a9c798e0acb0387b8352972d66db989c09a)
* | Assert on failure to join domain in NBT-DGRAMAndrew Bartlett2008-08-141-0/+4
|/ | | | (This used to be commit 0a8080d0f245ddf0177195dd8e7fb3e1cdc0785f)
* Make up the right dependencies now that ldb depends on libeventsSimo Sorce2008-06-141-2/+2
| | | | (This used to be commit 3b8eec7ca334528cad3cdcd5e3fc5ee555d8d0e0)
* Add convenience function for creating nbt sockets in torture.Jelmer Vernooij2008-06-054-7/+9
| | | | (This used to be commit 1e6bfb1aa7eba1b92ee4bfb318ba843752a993a9)
* Correct an assertion in the testsuite.Andrew Bartlett2008-05-211-1/+1
| | | | | Andrew Bartlett (This used to be commit c3eeae2ea6a7562b43a436f20c110002ca4d1d2b)
* Extend the NBT-DGRAM torture test again.Andrew Bartlett2008-05-211-0/+1
| | | | | Andrew Bartlett (This used to be commit f4154846401b31d99c40b2ea53992262095366b0)
* Extend the 'netlogon' CLDAP and NBT implementation.Andrew Bartlett2008-05-211-19/+257
| | | | | | | | | | | This now handles checking if the user exists, including validating the ACB mask on the user. This would be a nasty security hole, if Kerberos did not already expose this information anonymously... Andrew Bartlett (This used to be commit 441b286c00f9a7743cdefeb243545bdbd2c94c5e)
* Revert addition of 'mailslot' parameter.Andrew Bartlett2008-05-201-2/+1
| | | | | | | | It turns out that the mailslot name (and a useful private prointer) is provided in the struct dgram_mailslot_handler. Andrew Bartlett (This used to be commit e17804b8857fdb3c182c5e886323b9d6c194c2ff)
* Show that the NTLOGON and NETLOGON mailslots are *very* similar.Andrew Bartlett2008-05-171-0/+25
| | | | | | | | Rework the mailslot infrustructure to cope, passing down the mailslot name so that we can implement both in the same callback function. Andrew Bartlett (This used to be commit 89fdd77891529aa74bb920994b8b5959aae8ac2d)
* Test the use of the domain SID on the NETLOGON mailslotAndrew Bartlett2008-05-171-4/+61
| | | | | | | | Interestingly, despite these packets being very similar, this fails on NTLOGON - no reply is received. Andrew Bartlett (This used to be commit 25ab0ad0a0216ef18e0aaeec27c7833d8c68ca30)
* Rework the CLDAP and NBT netlogon requests and responses.Andrew Bartlett2008-05-161-46/+22
| | | | | | | | | This now matches section 7.3.3 of the MS-ATDS specification, and all our current tests pass against windows. There is still more testing to do, and the server implementation to complete. Andrew Bartlett (This used to be commit 431d0c03965cbee85691cd0dc1e2a509c1a2b717)
* Move subunit infrastructure code into lib/torture.Jelmer Vernooij2008-04-271-1/+1
| | | | (This used to be commit 5b44d8121de7735d69e6238a1442aff034a8ebd3)
* Remove more event_context_init() uses from function calls within deep down ↵Simo Sorce2008-04-218-19/+19
| | | | | | | | 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)
* Avoid using event_context_find where possible.Jelmer Vernooij2008-04-171-1/+1
| | | | (This used to be commit 04420b4689bc223202d5bba871e3eea16301e8e9)
* Use provided event context rather than looking for it.Jelmer Vernooij2008-04-171-2/+2
| | | | (This used to be commit fd0bb96acea3d7949cf0574bb6f3568a90f67f4e)
* Remove another global_loadparm instance.Jelmer Vernooij2008-02-211-6/+6
| | | | (This used to be commit ccb29c0b463f5ccb53553f0a1c411ad77a84482a)
* Remove yet more uses of global_loadparm.Jelmer Vernooij2008-02-215-15/+18
| | | | (This used to be commit e01c1e87c0fe9709df7eb5b863f7ce85564174cd)
* Remove more global_loadparm uses.Jelmer Vernooij2008-02-211-3/+6
| | | | (This used to be commit 4d6fd9381f7fe4c823b47ebc43d7b272a92edffd)
* r26540: Revert my previous commit after concerns raised by Andrew.Jelmer Vernooij2007-12-211-1/+1
| | | | (This used to be commit 6ac86f8be7d9a8c5ab396a93e6d1e6819e11f173)
* r26539: Remove unnecessary statics.Jelmer Vernooij2007-12-211-1/+1
| | | | (This used to be commit e53e79eebef3ece6978f0a2b4a1ee0a0814bb5d2)
* r26426: Remove uses of global_loadparm.Jelmer Vernooij2007-12-211-1/+1
| | | | (This used to be commit e1d177c8c1101965479f7ade2270490cd6fae4f2)