summaryrefslogtreecommitdiff
path: root/source4/torture/rap
AgeCommit message (Collapse)AuthorFilesLines
2010-04-30s4-smbtorture: add smbcli_rap_netprintqueueresume() and ↵Günther Deschner1-0/+74
smbcli_rap_netprintqueuepurge(). Guenther
2010-04-30s4-smbtorture: add test_netprintq to RAP-PRINTING.Günther Deschner1-0/+41
Guenther
2010-04-30s4-smbtorture: add smbcli_rap_netprintqueuepause().Günther Deschner1-0/+37
Guenther
2010-04-30s4-smbtorture: fix rap_pull_rap_PrintQueue2 and 4.Günther Deschner1-2/+16
Guenther
2010-04-30s4-smbtorture: test all levels in test_netprintqgetinfo and test_netprintqenum.Günther Deschner1-2/+2
Guenther
2010-04-30s4-smbtorture: add rap_pull_rap_PrintQueue4.Günther Deschner1-0/+29
Guenther
2010-04-30s4-smbtorture: add rap_pull_rap_PrintQueue2.Günther Deschner1-0/+32
Guenther
2010-04-30s4-smbtorture: fix parsing of rap_pull_rap_PrintQueue1 and ↵Günther Deschner1-2/+3
rap_pull_rap_PrintQueue2. Guenther
2010-04-30s4-smbtorture: add test_netprintjob() to RAP-PRINTING.Günther Deschner1-0/+70
Guenther
2010-04-29s4-smbtorture: add smbcli_rap_netprintjob{pause,continue,delete}.Günther Deschner1-0/+110
Guenther
2010-04-29s4-smbtorture: add test_netprintqgetinfo to RAP-PRINTING.Günther Deschner1-0/+44
Guenther
2010-04-29s4-smbtorture: add smbcli_rap_netprintqgetinfo().Günther Deschner1-0/+85
Guenther
2010-04-29s4-smbtorture: rework smbcli_rap_netprintqenum a bit.Günther Deschner1-71/+68
Guenther
2010-04-29s4-smbtorture: implement and test level 3 and 5 of PrintQEnum RAP.Günther Deschner2-3/+46
Guenther
2010-04-29s4-smbtorture: add NDR_PRINT macros for RAP tests (when called with -d10).Günther Deschner1-0/+31
Guenther
2010-04-28s4-smbtorture: add test for rap_NetPrintQEnum.Günther Deschner1-0/+36
Guenther
2010-04-28s4-smbtorture: add RAP-PRINTING suite.Günther Deschner2-0/+89
Guenther
2010-04-28s4-smbtorture: add smbcli_rap_netprintqenum.Günther Deschner1-1/+109
Guenther
2010-04-27s4-smbtorture: remove some typecasts in rap tests.Günther Deschner1-7/+7
Guenther
2010-04-26s4: fix some build warnings.Günther Deschner2-4/+4
Guenther
2010-04-26s4: use generated rap header.Günther Deschner2-2/+2
Guenther
2010-04-26s4: rename RAP share_enum_info to share_info.Günther Deschner1-7/+7
Guenther
2010-04-14s4:torture/rpc: rename rpc.h => torture_rpc.hStefan Metzmacher1-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
2010-03-25s4-smbtorture: fix include of proto header in main RAP test.Günther Deschner1-0/+1
Guenther
2010-03-25s3-selftest: add RAP-RPC testsuite for crosschecking RAP and DCERPC calls.Günther Deschner2-0/+105
Guenther
2010-03-19s4-smbtorture: skip RAP netservergetinfo level 1 test against s3.Günther Deschner1-2/+11
Guenther
2009-10-20s4-torture: ran minimal_includes.pl over source4/tortureAndrew Tridgell1-2/+0
This reduces compile time somewhat.
2008-10-24Remove iconv_convenience parameter from simple string push/pullJelmer Vernooij1-1/+1
functions.
2008-07-07rap: trans->in.max_data should not depend on the smb max sizeStefan Metzmacher1-1/+1
We now support async multi fragment SMBtrans calls. metze (This used to be commit 66e0c1754f14cf0100ca2d3e9c0cd8c87f9dc1e6)
2008-04-27Move subunit infrastructure code into lib/torture.Jelmer Vernooij1-1/+1
(This used to be commit 5b44d8121de7735d69e6238a1442aff034a8ebd3)
2008-04-02Install public header files again and include required prototypes.Jelmer Vernooij1-1/+1
(This used to be commit 47ffbbf67435904754469544390b67d34c958343)
2008-02-21Remove more uses of global_loadparm.Jelmer Vernooij1-7/+7
(This used to be commit 230355d2e6e27918dff40823eb238904c7a1870e)
2008-02-21Avoid use of global_loadparm.Jelmer Vernooij1-12/+17
(This used to be commit c5a95bbe0ce55c29e135a9c6058bf192ec3bb546)
2008-01-05r26671: rap: Convert the RAP tests to the new torture API and run them by ↵Jelmer Vernooij1-71/+27
default. We don't have a server-side implementation of netservergetinfo yet, so it is marked as known failing. (This used to be commit 33c5982ed9b9fada9355dde5dc274abb99ec0615)
2007-12-21r26438: Store iconv convenience in tdr push contexts.Jelmer Vernooij1-1/+1
(This used to be commit dffef3162778aebe2f8d77e2da60b22adb7d60ef)
2007-12-21r26432: Require ndr_pull users to specify iconv_convenience.Jelmer Vernooij1-2/+4
(This used to be commit 28b1d36551b75241c1cf9fca5d74f45a6dc884ab)
2007-12-21r26431: Require ndr_push creators to specify a iconv_convenience context.Jelmer Vernooij1-3/+3
(This used to be commit 7352206f4450fdf881b95bda064cedd9d2477e4c)
2007-12-21r26429: Avoid use of global_smb_iconv_convenience.Jelmer Vernooij1-1/+2
(This used to be commit d37136b7abfbba75ef2e5ab855eb3382b9648b8c)
2007-12-21r26316: Use contexts for conversion functions.Jelmer Vernooij1-1/+1
(This used to be commit f6420d933b5b011d428974f3a2a57edf19e6f482)
2007-12-21r26249: Remove a couple more uses of global_loadparm.Jelmer Vernooij1-2/+2
(This used to be commit 80a61200508a00d5b16a3e748ce92d54b9fefcd2)
2007-12-21r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)Stefan Metzmacher1-39/+60
lib/messaging/ lib/registry/ lib/ldb-samba/ librpc/rpc/ auth/auth_winbind.c auth/gensec/ auth/kerberos/ dsdb/repl/ dsdb/samdb/ dsdb/schema/ torture/ cluster/ctdb/ kdc/ ntvfs/ipc/ torture/rap/ ntvfs/ utils/getntacl.c ntptr/ smb_server/ libcli/wrepl/ wrepl_server/ libcli/cldap/ libcli/dgram/ libcli/ldap/ libcli/raw/ libcli/nbt/ libnet/ winbind/ rpc_server/ metze (This used to be commit 6223c7fddc972687eb577e04fc1c8e0604c35435)
2007-10-10r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij1-18/+18
(This used to be commit 566aa14139510788548a874e9213d91317f83ca9)
2007-10-10r24994: Fix some C++ warnings.Jelmer Vernooij1-1/+1
(This used to be commit 925abf74fa1ed5ae726bae8781ec549302786b39)
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
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-10r19507: Merge my DSO fixes branch. Building Samba's libraries as shared ↵Jelmer Vernooij1-1/+1
libraries works again now, by specifying --enable-dso to configure. (This used to be commit 7a01235067a4800b07b8919a6a475954bfb0b04c)
2007-10-10r19339: Merge my 4.0-unittest branch. This adds an API for more fine-grainedJelmer Vernooij1-2/+11
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-10r19201: rap_cli_do_call only needs smbcli_tree, not smbcli_stateVolker Lendecke1-26/+26
(This used to be commit 15c3b5d26eb1a21ce29afbf9f938176efdc0761f)
2007-10-10r19200: Implement smbcli_rap_netservergetinfo. To be used in ↵Volker Lendecke1-6/+88
RPC-SAMBA3SPOOLSS and others that might need the server name. Volker (This used to be commit 03eaf0edf9f8a6d70375f9f12810b4fbb860290a)
2007-10-10r16907: Add an index parameter to torture_open_connection. Next step is to ↵Volker Lendecke1-2/+2
enable the unclist parameter for all tests that do two connections, to enable cluster testing. Volker (This used to be commit a5d6db09244d444986f8fded3fc6e72c74c8ca1f)
2007-10-10r16569: - use push_string()Stefan Metzmacher1-1/+1
metze (This used to be commit f099fcb6e3a38d6df22cb3a0c7c666333e41f11b)