summaryrefslogtreecommitdiff
path: root/source4/torture/rpc/spoolss_notify.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* s4:torture: the spoolss notify test should listen on the ncacn_np endpointStefan Metzmacher2009-09-181-0/+20
* s4:torture: don't use 'pipe' as variable name it's a system callStefan Metzmacher2009-09-181-3/+3
* s4-smbtorture: move test_ReplyOpenPrinter from RPC-SPOOLSS to RPC-SPOOLSS-NOT...Günther Deschner2009-04-131-0/+36
* s4-smbtorture: fix spoolss notify test after spoolss_Field changes.Günther Deschner2009-03-181-4/+4
* s4-smbtorture: fix spoolss notify test for notify type changes.Günther Deschner2009-03-171-2/+2
* s4-smbtorture: fix spoolss notify test.Günther Deschner2009-02-171-14/+14
* Fix the build.Jelmer Vernooij2008-11-021-2/+2
* Remove another use of global_loadparm.Jelmer Vernooij2008-11-021-2/+4
* Fix include paths to new location of libutil.Jelmer Vernooij2008-10-111-1/+1
* Move subunit infrastructure code into lib/torture.Jelmer Vernooij2008-04-271-1/+0
* Install public header files again and include required prototypes.Jelmer Vernooij2008-04-021-0/+1
* Convert some more files to GPLv3.Andrew Kroeger2008-03-281-1/+1
* torture: Fix too early free in spoolss notify test.Jelmer Vernooij2008-01-281-5/+6
* r26426: Remove uses of global_loadparm.Jelmer Vernooij2007-12-211-1/+2