summaryrefslogtreecommitdiff
path: root/source4/torture/rpc
Commit message (Expand)AuthorAgeFilesLines
...
* s4-torture: add test for winspool_AsyncGetPrinterDataGünther Deschner2016-11-151-8/+51
* s4-torture: add test for winspool_AsyncEnumPrintersGünther Deschner2016-11-151-0/+48
* s4-torture: add test for winspool_AsyncUploadPrinterDriverPackageGünther Deschner2016-11-151-0/+60
* s4-torture: add test for winspool_SyncUnRegisterForRemoteNotifications.Günther Deschner2016-11-151-0/+50
* s4-torture: add test for winspool_SyncRegisterForRemoteNotifications.Günther Deschner2016-11-151-0/+110
* s4-torture: add IRemoteWinspool rpc testsuite.Günther Deschner2016-11-152-0/+321
* s4-torture: add torture_rpc_connection_with_binding()Günther Deschner2016-11-152-4/+21
* s4-torture: Fix test_EnumPrinterDrivers for level 8 printer drivers.Günther Deschner2016-11-111-1/+1
* spoolss: Use correct values for secdesc and devmode pointersGünther Deschner2016-11-112-9/+9
* s4:torture/rpc: concurrent dcerpc_echo_TestSleep requests require a connectio...Stefan Metzmacher2016-10-261-0/+17
* s4:torture/rpc: add extra_flags to torture_rpc_connection_transport()Stefan Metzmacher2016-10-263-13/+30
* werror: replace WERR_RPC_E_REMOTE_DISABLED with HRES_RPC_E_REMOTE_DISABLEDGünther Deschner2016-09-281-2/+2
* werror: replace WERR_UNKNOWN_LEVEL with WERR_INVALID_LEVEL in source4/torture...Günther Deschner2016-09-285-22/+22
* werror: replace WERR_FRS_INVALID_SERVICE_PARAMETER with WERR_FRS_ERR_INVALID_...Günther Deschner2016-09-281-1/+1
* werror: replace WERR_SETUP_DOMAIN_CONTROLLER with WERR_NERR_SETUPDOMAINCONTRO...Günther Deschner2016-09-281-2/+2
* werror: replace WERR_SETUP_NOT_JOINED with WERR_NERR_SETUPNOTJOINED in source...Günther Deschner2016-09-281-1/+1
* werror: replace WERR_SETUP_ALREADY_JOINED with WERR_NERR_SETUPALREADYJOINED i...Günther Deschner2016-09-281-1/+1
* werror: replace WERR_NOT_CONNECTED with WERR_NERR_USENOTFOUND in source4/tort...Günther Deschner2016-09-281-1/+1
* werror: replace WERR_INVALID_PARAM with WERR_INVALID_PARAMETER in source4/tor...Günther Deschner2016-09-289-107/+107
* werror: replace WERR_NOMEM with WERR_NOT_ENOUGH_MEMORY in source4/torture/rpc...Günther Deschner2016-09-281-1/+1
* werror: replace WERR_BADFID with WERR_INVALID_HANDLE in source4/torture/rpc/s...Günther Deschner2016-09-281-1/+1
* werror: replace WERR_BADFILE with WERR_FILE_NOT_FOUND in source4/torture/rpc/Günther Deschner2016-09-282-14/+14
* s4-torture: add new test to compare "ServerSecurityDescriptor" and GetPrinter...Günther Deschner2016-09-221-1/+77
* s4-torture: test spoolss_SetPrinter level 3 on server handle.Günther Deschner2016-09-221-1/+102
* s4-torture: test GetPrinter level 3 on server handle (security descriptor query)Günther Deschner2016-09-221-6/+46
* spoolss: rename RPC_PrintNamedProperty to spoolss_PrintNamedPropertyGünther Deschner2016-09-221-9/+9
* spoolss: rename spoolss_RpcSendRecvBidiData to spoolss_SendRecvBidiDataGünther Deschner2016-09-221-7/+7
* spoolss: rename spoolss_RpcEnumJobNamedProperties to spoolss_EnumJobNamedProp...Günther Deschner2016-09-221-5/+5
* spoolss: rename spoolss_RpcDeleteJobNamedProperty to spoolss_DeleteJobNamedPr...Günther Deschner2016-09-221-5/+5
* spoolss: rename spoolss_RpcSetJobNamedProperty to spoolss_SetJobNamedPropertyGünther Deschner2016-09-221-5/+5
* spoolss: rename spoolss_RpcGetJobNamedPropertyValue to spoolss_GetJobNamedPro...Günther Deschner2016-09-221-5/+5
* spoolss: rename spoolss_EnumPrintProcDataTypes to spoolss_EnumPrintProcessorD...Günther Deschner2016-09-221-27/+27
* s4-torture: also test NULL servername in spoolss_GetPrinterDriverPackagePathGünther Deschner2016-09-111-0/+19
* s4-torture: use torture_comment in torture_rpc_connection()Günther Deschner2016-09-111-1/+1
* s4-torture: add test for spoolss_LogJobInfoForBranchOfficeGünther Deschner2016-09-111-0/+58
* s4-torture: also test CLUSCTL_CLUSTER_CHECK_VOTER_DOWN.Günther Deschner2016-09-071-1/+2
* s4-torture: add test for CreateGroupEnum.Günther Deschner2016-09-071-0/+114
* s4-torture: add test for CreateResTypeEnum().Günther Deschner2016-09-071-0/+101
* s4-torture: test CLUSCTL_GROUP_GET_FLAGS GroupControl.Günther Deschner2016-09-071-0/+9
* s4-torture: add test for clusapi_CreateGroupResourceEnumGünther Deschner2016-09-071-0/+58
* s4-torture: add new tests for clusapi resourcetypes.Günther Deschner2016-09-071-0/+176
* s4-torture: Fix logic errors in node and group control clusapi tests.Günther Deschner2016-09-071-4/+4
* s4-torture: test multiple different cluster control codes.Günther Deschner2016-09-071-4/+19
* source4/torture/rpc/testjoin.c: prefer torture_comment() over printf().Günther Deschner2016-09-071-44/+46
* s4-torture: test GetPrinterData with server handle and 0 keylength.Günther Deschner2016-09-061-7/+15
* krb5_wrap: Remove unneded smb_krb5_free_error()Andreas Schneider2016-08-311-4/+4
* s4-torture: Enable tests for printer driver info level 8Andreas Schneider2016-08-231-3/+0
* s4-torture: add test for spoolss_GetPrinterDriverPackagePath().Günther Deschner2016-08-231-0/+77
* s4-torture: add test for spoolss_CorePrinterDriver().Günther Deschner2016-08-231-0/+111
* selftest: Merge alternate error codes into backupkey from backupkey_heimdalAndrew Bartlett2016-08-031-4/+6