summaryrefslogtreecommitdiff
path: root/source4/torture/nbt
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij3-11/+11
(This used to be commit 566aa14139510788548a874e9213d91317f83ca9)
2007-10-10r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2-10/+11
(This used to be commit 3fcc960839c6e5ca4de2c3c042f12f369ac5f238)
2007-10-10r25026: Move param/param.h out of includes.hJelmer Vernooij2-0/+2
(This used to be commit abe8349f9b4387961ff3665d8c589d61cd2edf31)
2007-10-10r25008: Remove use of pstring.Jelmer Vernooij1-1/+1
(This used to be commit c57869e2620de30c303b0cb2f70cd07b32f269fc)
2007-10-10r25004: Avoid talloc_autofree_context() when possible.Jelmer Vernooij7-27/+22
(This used to be commit 79669d28a346c9ae4abc7308070b25e07fe57433)
2007-10-10r25000: Fix some more C++ compatibility warnings.Jelmer Vernooij2-8/+11
(This used to be commit 08bb1ef643ab906f1645cf6f32763dc73b1884e4)
2007-10-10r24846: Use metadata about dangerous tests.Jelmer Vernooij1-6/+5
(This used to be commit f914b828ff486d41e123e6dafa1c8fd76b34b44b)
2007-10-10r24728: Use more stock torture functions.Jelmer Vernooij1-1/+1
(This used to be commit da3a7ee407a2b41bd01f45072cad12bf29250b33)
2007-10-10r24670: Use torture functions for settings.Jelmer Vernooij1-4/+3
(This used to be commit a6906676309f3b1bec1a69427e7ffd0a768061b8)
2007-10-10r23811: Try to ensure struct nbt_name is always pre-declared. Might fix theAndrew Bartlett1-9/+10
build on aico. Andrew Bartlett (This used to be commit 5609bd9d219f517c25dbc6e6d265eed3ed517883)
2007-10-10r23810: Make things static, and remove unsued code.Andrew Bartlett1-1/+1
This includes some of the original ildap ldap client API. ldb provides a much easier abstraction on this to use, and doesn't use these functions. Andrew Bartlett (This used to be commit dc27a7e41c297472675e8c251bb14327a1af3902)
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell8-24/+16
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)
2007-10-10r22579: disable progress printing in the build-farmStefan Metzmacher2-6/+12
metze (This used to be commit 93089ad5e8b6e20c4fa92bf13b0137765aeac689)
2007-10-10r22322: Cut timelimits for BENCH tests run in quicktest.Andrew Bartlett2-3/+3
Andrew Bartlett (This used to be commit 63b89ccbebee6b1a73ac495e03c566e0b39e4646)
2007-10-10r20736: skip the NBT-WINSREPLICATION-OWNED test in make quicktestStefan Metzmacher1-0/+5
metze (This used to be commit b3ff3f8c3623c6bf40038b07fdb1084b35442588)
2007-10-10r19698: fix whitespaces...Stefan Metzmacher1-13/+11
metze (This used to be commit fa439f5655654b044eabb4657989d476aa9f5ea9)
2007-10-10r19439: revert my change to a torture assert - expected is a boolAndrew Tridgell1-1/+1
(This used to be commit 1d231e45bd898c2d01328aea94f8cbc2886c9e5b)
2007-10-10r19433: Metze, please take a look at this one!Andrew Tridgell1-11/+15
Failures on some platforms of the WINSREPLICATION test have been bugging us for months. I finally traced it down to this one record, at least on the SerNet-solaris8 machine. Disabling this one record allows the test to pass. I have no idea why, but I'll leave that to Metze :) (This used to be commit 94cdfd5458e5c8bc6451d3eb776cbfc0c1d590a7)
2007-10-10r19339: Merge my 4.0-unittest branch. This adds an API for more fine-grainedJelmer Vernooij7-2097/+1897
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)
2007-10-10r17586: merge lib/netif into lib/socket and use -lnsl -lsocket on theStefan Metzmacher5-5/+5
configure check for the interfaces. should fix the build on some old sun boxes metze (This used to be commit f20e251bfd9f1eb7ce5c00739631b1625a2aa467)
2007-10-10r16333: Move more code out of the core smbtorture. It now no longerJelmer Vernooij1-0/+39
contains protocol-specific code. (This used to be commit 819d3b457648ffb7526a770e842badc17b6061fb)
2007-10-10r15259: try to find the place that causes trouble on some build farm hostStefan Metzmacher1-2/+2
on the NBT-WINSREPLICATION-OWNED test metze (This used to be commit 72ae0dbaab0602d025852bfc41e06e204ff21681)
2007-10-10r14720: Add torture_context argument to all torture testsJelmer Vernooij7-9/+15
(This used to be commit 3c7a5ce29108dd82210dc3e1f00414f545949e1d)
2007-10-10r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij4-2/+6
try to include just the BASENAME.h files (containing only structs) (This used to be commit 3dd477ca5147f28a962b8437e2611a8222d706bd)
2007-10-10r14441: try to get more hosts on the build farm pass the ↵Stefan Metzmacher1-2/+2
NBT-WINSREPLICATION-OWNED test metze (This used to be commit 7fa5ae8cce16f22d8959519a67ba4894ddbb6b9d)
2007-10-10r14379: Build torture/rpc/ as a seperate smbtorture module. Move helperJelmer Vernooij1-2/+1
functions for rpc out of torture/torture.c (This used to be commit 1d2d970f3b8aef3f36c2befb94b5dd72c0086639)
2007-10-10r14363: Remove credentials.h from the global includes.Jelmer Vernooij1-0/+1
(This used to be commit 98c4c3051391c6f89df5d133665f51bef66b1563)
2007-10-10r14319: this is a test to see if this help to run NBT-WINSREPLICATION-OWNED ↵Stefan Metzmacher1-2/+2
on more systems on the buildfarm successful... metze (This used to be commit 0507203c35207b494638b3d0dfb0c2ab420ba9e2)
2007-10-10r14318: fix warningsStefan Metzmacher1-3/+0
metze (This used to be commit c99c057354f1815e8ef39f7a22a98c24f7807968)
2007-10-10r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij7-0/+17
file dependencies (This used to be commit 122835876748a3eaf5e8d31ad1abddab9acb8781)
2007-10-10r13627: split the NBT-WINSREPLICATION tests into multiple testsStefan Metzmacher1-4/+63
metze (This used to be commit ae559920e1d227e4e787fe34d908a965b922b284)
2007-10-10r13479: Return the joined domain SID and user SID as structures, not strings.Andrew Bartlett1-2/+2
Andrew Bartlett (This used to be commit e1de45bce47292eef1f9c56ea5576c0436e6151d)
2007-10-10r13346: use private proto header files for the torture testsStefan Metzmacher1-0/+1
metze (This used to be commit 67837dbd2bcff8ec1917ba02884ee2eaa0776b46)
2007-10-10r13182: Add first bits of browsing testsuite.Jelmer Vernooij1-0/+53
(This used to be commit 841fb3d4e764dc7ae8222ad7cb69dc6244035ea2)
2007-10-10r13035: active,special group replicas are overwritten by tombstone,special ↵Stefan Metzmacher1-0/+122
group replicas metze (This used to be commit cf669e4b2a4dcfb080cbb01a108797acad802f36)
2007-10-10r12907: skip some tests for make quicktest in NBT-WINSREPLICATIONStefan Metzmacher1-0/+3
metze (This used to be commit b206c5e87c791ac8f2ecf5b7ef6b2622ad735f54)
2007-10-10r12804: This patch reworks the Samba4 sockets layer to use a socket_addressAndrew Bartlett5-57/+169
structure that is more generic than just 'IP/port'. It now passes make test, and has been reviewed and updated by metze. (Thankyou *very* much). This passes 'make test' as well as kerberos use (not currently in the testsuite). The original purpose of this patch was to have Samba able to pass a socket address stucture from the BSD layer into the kerberos routines and back again. It also removes nbt_peer_addr, which was being used for a similar purpose. It is a large change, but worthwhile I feel. Andrew Bartlett (This used to be commit 88198c4881d8620a37086f80e4da5a5b71c5bbb2)
2007-10-10r12639: - do some tests with 0x20 0x1B namesStefan Metzmacher1-4/+16
- do some tests with 0xBF and 0xBE, this shows that the '+' padding should be done by the client metze (This used to be commit 5a257ba9811b247a0df2b44c99df00f59dacc1e0)
2007-10-10r12608: Remove some unused #include lines.Jelmer Vernooij6-12/+0
(This used to be commit 70e7449318aa0e9d2639c76730a7d1683b2f4981)
2007-10-10r12413: do some testing with 0x1E namesStefan Metzmacher1-2/+6
metze (This used to be commit b96eadb890a29cfbcff43ede390ef842e16827ad)
2007-10-10r12211: remove unused elementStefan Metzmacher1-1/+1
metze (This used to be commit 1c0586868083455780aec38f638277b313dcfa1a)
2007-10-10r12200: - move the the winsreplication client and server code to the ↵Stefan Metzmacher1-4/+11
packet_context system - this needs to be in one big patch, because of the merging code, that changes client in server connections and the other way around - use socket_connect_send/_recv() in the client code metze (This used to be commit f0105b7fcdc3032d22444a1973927fff2dd9a06f)
2007-10-10r12075: remove NBT-WINSREPLICATION-QUICK test, as we now pass the ↵Stefan Metzmacher1-39/+0
NBT-WINSREPLICATION test metze (This used to be commit 224dab45ab8de9fd4288c473b141541614cde422)
2007-10-10r12069: fix typoStefan Metzmacher1-1/+1
metze (This used to be commit 3c442ccb594d1a781e42f2268a3582578ae82d76)
2007-10-10r12068: a better fix to prevent crashing, on errorsStefan Metzmacher1-8/+2
metze (This used to be commit 7b20f8e66d55774877ec1441175fb707856c6609)
2007-10-10r12067: print out some more detailsStefan Metzmacher1-2/+17
metze (This used to be commit 8207969a5727e54877752be5168931f609591be1)
2007-10-10r12066: - add a unique,active,owner vs. unique,active,replica tests whereStefan Metzmacher1-6/+39
we respond with the replicas address to the challenge - fix some skip checks metze (This used to be commit a37aaa93cb25c559b27f4c1a7c48285d4223b9aa)
2007-10-10r12024: do some extra sleeping to give the server the chance to handle our replyStefan Metzmacher1-0/+2
metze (This used to be commit 144bde91b3ccbf40494b3f235a2f2699e32f9ad8)
2007-10-10r11967: Fix more 64-bit warnings.Tim Potter1-4/+4
(This used to be commit 9c4436a124f874ae240feaf590141d48c33a635f)
2007-10-10r11911: as we pass the owned_released vs. replica test now, run it with make ↵Stefan Metzmacher1-0/+1
test metze (This used to be commit d34580ec70dca145ea7911be718ad1fc13297a20)