summaryrefslogtreecommitdiff
path: root/source/rpc_server/spoolss
Commit message (Expand)AuthorAgeFilesLines
* r26353: Remove use of global_loadparm.Jelmer Vernooij2007-12-211-1/+2
* r26327: Explicit loadparm_context for RPC client functions.Jelmer Vernooij2007-12-211-1/+1
* r26296: Store loadparm context in DCE/RPC server context.Jelmer Vernooij2007-12-211-7/+7
* r25553: Convert to standard bool type.Jelmer Vernooij2007-10-101-1/+1
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-101-7/+7
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-101-0/+1
* r24937: Merge tests spoolss RPC callbacks.Jelmer Vernooij2007-10-101-4/+71
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r20850: Prefix all server calls with dcesrv_Jelmer Vernooij2007-10-101-107/+107
* r16523: pass spoolss_XcvData calls to the ntptr backends...Stefan Metzmacher2007-10-101-4/+33
* r14702: Accept our netbios aliases as valid names in the SPOOLSS server.Andrew Bartlett2007-10-101-0/+10
* r14486: remove the need of a stream_connection on a dcesrv_connection,Stefan Metzmacher2007-10-101-1/+1
* r12804: This patch reworks the Samba4 sockets layer to use a socket_addressAndrew Bartlett2007-10-101-5/+7
* r11597: revert a commit by mistakeSimo Sorce2007-10-101-0/+12
* r11567: Ldb API change patch.Simo Sorce2007-10-101-12/+0
* r10854: talloc_get_type() can return NULL..Jelmer Vernooij2007-10-101-0/+12
* r8052: that looks nicer:-)Stefan Metzmacher2007-10-101-1/+1
* r8046: - add somemore failure checks in the RPC-SPOOLSS testStefan Metzmacher2007-10-101-8/+31
* r7802: Remove a junk file.Tim Potter2007-10-101-71/+0
* r7644: - remove some dublicate structures SetForm and AddForm uses the same s...Stefan Metzmacher2007-10-101-3/+63
* r7643: This patch adds a new NTPTR subsystem:Stefan Metzmacher2007-10-103-664/+290
* r7580: - add GetPrinterDriverDirectory() idl, torture test and server codeStefan Metzmacher2007-10-102-16/+152
* r7574: - seperate [in] and [out] buffers and buf_sizesStefan Metzmacher2007-10-101-29/+15
* r7536: doesn't spam the smbd_log in the build_farm...Stefan Metzmacher2007-10-101-1/+1
* r7465: - return empty lists for nowStefan Metzmacher2007-10-101-4/+10
* r7370: change debug levelsStefan Metzmacher2007-10-101-4/+4
* r7368: some server side spoolss stuff, w2k3 shows the printers icon,Stefan Metzmacher2007-10-101-28/+200
* r7120: make use of the new 'noopnum' property and get rid of handwrittenStefan Metzmacher2007-10-101-18/+8
* r6193: we don't need to store the handle type here,Stefan Metzmacher2007-10-102-3/+1
* r5540: - some more input checking in OpenPrinerEx()Stefan Metzmacher2007-10-101-12/+93
* r5503: - add torture test which tests for invalid printernamesStefan Metzmacher2007-10-102-41/+84
* r5489: hide handwritten pull/push/print code from the callerStefan Metzmacher2007-10-101-128/+86
* r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell2007-10-101-5/+5
* r4640: first stage in the server side support for multiple context_ids on one...Andrew Tridgell2007-10-102-40/+5
* r4055: fixed more places to use type safe allocation macrosAndrew Tridgell2007-10-101-1/+1
* r4052: fixed a bunch of code to use the type safe _p allocation macrosAndrew Tridgell2007-10-101-3/+3
* r3783: - don't use make proto for ldb anymoreStefan Metzmacher2007-10-101-1/+3
* r3468: split out dcerpc_server.hAndrew Tridgell2007-10-101-0/+1
* r3428: switched to using minimal includes for the auto-generated RPC code.Andrew Tridgell2007-10-101-0/+1
* r3218: Fix the buildVolker Lendecke2007-10-101-1/+1
* r2435: got rid of another pointless strnequal()Andrew Tridgell2007-10-101-1/+1
* r2055: Add PRINTF_ATTRIBUTE to many more parts of the code, and a newAndrew Bartlett2007-10-101-1/+1
* r1313: Split up OpenPrinterEx into functions to handle opening printers and p...Tim Potter2007-10-101-12/+44
* r1276: Return data for enumprinters level 2 and 5.Tim Potter2007-10-101-1/+77
* r1271: Return spoolss enumprinters info level1 from spoolss.ldb - woot!Tim Potter2007-10-102-19/+47
* r1266: Start to split out EnumPrinters into a separate fn for each info level.Tim Potter2007-10-101-20/+44
* r1226: Return dummy information for two printers. Note that ndr_push_array()Tim Potter2007-10-101-7/+14
* r1211: Some output from rpcclient -c enumprinters to remind me what a relativeTim Potter2007-10-101-0/+71
* r1210: A skeleton spoolssdb, based on samdb.Tim Potter2007-10-101-0/+89
* r1208: Return some dummy printer information for the EnumPrinters RPC.Tim Potter2007-10-101-6/+51