summaryrefslogtreecommitdiff
path: root/source4/torture/rpc/spoolss_notify.c
Commit message (Expand)AuthorAgeFilesLines
* s4:rpc_server: Fix duplicated function name between s3 and s4Samuel Cabrero2022-04-081-1/+1
* torture: Make srv_cb staticVolker Lendecke2021-03-161-1/+1
* torture: Fix a gcc qualifier ordering warningVolker Lendecke2021-01-221-1/+1
* torture: Align integer typesVolker Lendecke2021-01-221-1/+1
* s4: rename source4/smbd/ to source4/samba/Ralph Boehme2020-11-271-1/+1
* pidl:NDR/Server: Allow to define endpoint server shutdown functionsSamuel Cabrero2019-12-121-0/+7
* librpc:core: Add public functions to initialize endpoint serversSamuel Cabrero2019-12-121-0/+2
* librpc:core: Split dcesrv context init and endpoint servers initSamuel Cabrero2019-12-121-2/+6
* librpc: Unify packet dumping on ndr_pull() failureAndrew Bartlett2019-11-201-6/+0
* s4:rpc_server: Find association groups through context callbacksSamuel Cabrero2019-10-181-0/+1
* s4:rpc_server: Hide gensec prepare behind function pointerSamuel Cabrero2019-10-181-0/+1
* s4:rpc_server: Add dcesrv_context_callbacks to dcesrv_contextSamuel Cabrero2019-10-181-1/+7
* s4:rpc_server: make it possible to specify ncacn_np_secondary_endpointStefan Metzmacher2019-01-121-1/+5
* s4:rpc_server: only pass context to op_bind() hooksStefan Metzmacher2019-01-121-3/+2
* torture: remove spurious semicolonUri Simchoni2017-11-221-1/+2
* source4/smbd: refactor the process model for preforkGary Lockyer2017-10-191-2/+5
* s4: torture: Remove the last talloc_autofree_context() from source4/torture/*.cJeremy Allison2017-05-051-3/+18
* spoolss: Use correct values for secdesc and devmode pointersGünther Deschner2016-11-111-2/+2
* dlist: remove unneeded type argument from DLIST_ADD_END()Michael Adam2016-02-061-1/+1
* s4:torture/rpc: remove compiler warnings in spoolss_notify.cStefan Metzmacher2014-01-161-1/+4
* s4:torture/rpc: avoid usage of p->conn->event_ctxStefan Metzmacher2014-01-161-1/+1
* spoolss: make spoolss deal with ndr64 ULONG_PTR of devmode_ptr and secdesc_ptr.Günther Deschner2013-01-171-2/+2
* s4-smbtorture: rework the spoolss notify test a bit.Günther Deschner2011-06-211-16/+15
* s4-smbtorture: use ipv4 addresses for backchannel spoolss change notifyGünther Deschner2011-06-211-1/+1
* 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-server: make server sockets a child of the task contextAndrew Tridgell2010-11-151-1/+1
* s4-smbd: initialise process models in smbtorture before useAndrew Tridgell2010-10-301-0/+4
* s4-smbd: don't initialise process models more than onceAndrew Tridgell2010-10-301-2/+2
* Revert "s4:RPC-SPOOLSS-NOTIFY: skip test_RFFPCNEx() for now, as the test is b...Günther Deschner2010-08-161-9/+0
* s4:RPC-SPOOLSS-NOTIFY: skip test_RFFPCNEx() for now, as the test is brokenStefan Metzmacher2010-08-081-0/+9
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-2/+2
* s4-smbtorture: remove another incarnation of test_ClosePrinter.Günther Deschner2010-06-051-19/+0
* s4-smbtorture: print local_machine name in RemoteFindFirstPrinterChangeNotify...Günther Deschner2010-05-201-2/+3
* s4:torture/rpc: rename rpc.h => torture_rpc.hStefan Metzmacher2010-04-141-1/+1
* s4:torture/rpc/spoolss_notify.c: make use of dcerpc_binding_handle stubsStefan Metzmacher2010-03-161-15/+19
* s4:torture/rpc/spoolss_notify.c: fix compiler warningsStefan Metzmacher2010-03-161-1/+5
* s4-smbtorture: use test_GetPrinter_level in RPC-SPOOLSS-NOTIFY.Günther Deschner2010-02-101-39/+21
* s4-smbtorture: check for RouterReplyPrinterEx packets inside backchannel in R...Günther Deschner2010-01-311-6/+147
* s4-smbtorture: also test RouterRefreshPrinterChangeNotify call in RPC-SPOOLSS...Günther Deschner2010-01-311-0/+25
* s4-smbtorture: rework spoolss_NotifyOption handling in RPC-SPOOLSS-NOTIFY.Günther Deschner2010-01-311-19/+31
* s4-smbtorture: pick correct last packet while checking backchannel replies in...Günther Deschner2010-01-271-2/+10
* s4-smbtorture: split spoolss_RemoteFindFirstPrinterChangeNotifyEx test into s...Günther Deschner2010-01-251-73/+108
* s4-smbtorture: remove unneeded ncaclrpc dir setup from RPC-SPOOLSS-NOTIFY.Günther Deschner2010-01-191-10/+0
* s4-smbtorture: support spoolss_ReplyClosePrinter server call in RPC-SPOOLSS-N...Günther Deschner2010-01-191-2/+36
* s4-smbtorture: restructure spoolss server implementations in RPC-SPOOLSS-NOTIFY.Günther Deschner2010-01-191-1/+19
* s4-smbtorture: skip ReplyOpenPrinter test in RPC-SPOOLSS-NOTIFY while testing...Günther Deschner2010-01-191-0/+4
* s4-smbtorture: strip trailing whitespace.Günther Deschner2010-01-191-12/+12
* s4-torture: ran minimal_includes.pl over source4/tortureAndrew Tridgell2009-10-201-4/+0