Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s4:rpc_server/spoolss: use dcerpc_parse_binding() to create the notify binding | Stefan Metzmacher | 2014-02-13 | 1 | -5/+14 |
| | | | | | | | This is much better than creating the binding by hand. Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Guenther Deschner <gd@samba.org> | ||||
* | spoolss: add idl for spoolss_RpcSendRecvBidiData. | Günther Deschner | 2013-05-20 | 1 | -3/+3 |
| | | | | | | | | Guenther Signed-off-by: Günther Deschner <gd@samba.org> Reviewed-by: David Disseldorp <ddiss@samba.org> | ||||
* | spoolss: Make OpenPrinterEx work with NDR64 by using UserInfo Container. | Günther Deschner | 2013-01-16 | 1 | -3/+2 |
| | | | | | | | Guenther Signed-off-by: Günther Deschner <gd@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org> | ||||
* | spoolss: add stubs for new JobNamedProperty dcerpc calls. | Günther Deschner | 2013-01-07 | 1 | -0/+37 |
| | | | | | | | | | | Guenther Signed-off-by: Günther Deschner <gd@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org> Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org> Autobuild-Date(master): Mon Jan 7 19:06:25 CET 2013 on sn-devel-104 | ||||
* | lib/param: Remove "ntptr providor" and hard-code in s4 spoolss server | Andrew Bartlett | 2012-07-24 | 1 | -1/+1 |
| | | | | | | | | This stub codebase does not justify a merged parameter. Andrew Bartlett Pair-Programmed-With: Andrew Tridgell <tridge@samba.org> | ||||
* | spoolss: fill in PerMachineConnections add and delete IDL. | Günther Deschner | 2010-12-16 | 1 | -9/+9 |
| | | | | Guenther | ||||
* | spoolss: fill in spoolss_SetPort IDL. | Günther Deschner | 2010-10-04 | 1 | -3/+3 |
| | | | | Guenther | ||||
* | s4-loadparm: 2nd half of lp_ to lpcfg_ conversion | Andrew Tridgell | 2010-07-16 | 1 | -6/+6 |
| | | | | | | | this converts all callers that use the Samba4 loadparm lp_ calling convention to use the lpcfg_ prefix. Signed-off-by: Andrew Bartlett <abartlet@samba.org> | ||||
* | Finish removal of iconv_convenience in public API's. | Jelmer Vernooij | 2010-05-18 | 1 | -20/+12 |
| | |||||
* | s4:rpc_server/spoolss: use tsocket_address in dcesrv_spoolss_check_server_name() | Stefan Metzmacher | 2010-04-27 | 1 | -4/+7 |
| | | | | metze | ||||
* | s4:rpc_server/spoolss: make use of dcerpc_binding_handle stubs | Stefan Metzmacher | 2010-03-12 | 1 | -1/+1 |
| | | | | metze | ||||
* | s4-spoolss: remove unsed iconv handle from dcesrv_spoolss_GetPrinterData(). | Günther Deschner | 2010-03-10 | 1 | -1/+0 |
| | | | | Guenther | ||||
* | s4-spoolss: fix dcesrv_spoolss_GetPrinterData build. | Günther Deschner | 2010-03-05 | 1 | -1/+1 |
| | | | | | | really not my day today... Guenther | ||||
* | s4-spoolss: fix spoolss_GetPrinterData implementation after IDL change. | Günther Deschner | 2010-03-05 | 1 | -2/+1 |
| | | | | Guenther | ||||
* | s4:spoolss RPC - make this one "signed-safe" | Matthias Dieter Wallnöfer | 2010-03-01 | 1 | -1/+1 |
| | |||||
* | s4: Changes the old occurences of "lp_realm" in "lp_dnsdomain" where needed | Matthias Dieter Wallnöfer | 2009-10-14 | 1 | -2/+4 |
| | | | | | | For KERBEROS applications the realm should be upcase (function "lp_realm") but for DNS ones it should be used lowcase (function "lp_dnsdomain"). This patch implements the use of both in the right way. | ||||
* | s4-rpc_server: removed remaining unnecessary #includes | Andrew Tridgell | 2009-09-19 | 1 | -2/+0 |
| | |||||
* | s4-spoolss: add stubs for new idl opcodes in spoolss server. | Günther Deschner | 2009-08-20 | 1 | -0/+140 |
| | | | | Guenther | ||||
* | Small patch for SPOOLSS pipe | Matthias Dieter Wallnöfer | 2009-06-29 | 1 | -5/+5 |
| | | | | | Prevents a crash of the SAMBA 4 daemon on the torture SPOOLSS test due to not initialised structures. | ||||
* | s4-spoolss: use winreg_Type for GetPrinterData implementation. | Günther Deschner | 2009-03-17 | 1 | -2/+2 |
| | | | | Guenther | ||||
* | s4-spoolss: fix spoolss_GetPrinterData w.r.t. out pointer changes. | Günther Deschner | 2009-03-17 | 1 | -1/+7 |
| | | | | Guenther | ||||
* | s4-spoolss: just return OK for dcesrv_spoolss_EnumPrintProcDataTypes for now. | Günther Deschner | 2009-03-07 | 1 | -1/+1 |
| | | | | Guenther | ||||
* | s4-spoolss: fix spoolss server enum calls after pointer changes. | Günther Deschner | 2009-03-06 | 1 | -10/+10 |
| | | | | Guenther | ||||
* | s4-spoolss: implement dcesrv_spoolss_AddJob which always is a dummy. | Günther Deschner | 2009-02-25 | 1 | -1/+5 |
| | | | | Guenther | ||||
* | s4-spoolss: implement dcesrv_spoolss_GetPrintProcessorDirectory. | Günther Deschner | 2009-02-25 | 1 | -1/+13 |
| | | | | Guenther | ||||
* | s4-spoolss: fix spoolss server after out,ref count pointer changes. | Günther Deschner | 2009-02-17 | 1 | -10/+10 |
| | | | | Guenther | ||||
* | s4-spoolss: fix dcesrv_spoolss_RemoteFindFirstPrinterChangeNotifyEx server. | Günther Deschner | 2009-02-17 | 1 | -5/+6 |
| | | | | Guenther | ||||
* | s4-spoolss: fix rpc_server stub names for opnum 0x42 and 0x43. | Günther Deschner | 2009-02-11 | 1 | -6/+6 |
| | | | | Guenther | ||||
* | s4-spoolss: fix dcerpc_spoolss_ReplyOpenPrinter caller. | Günther Deschner | 2009-02-10 | 1 | -2/+2 |
| | | | | Guenther | ||||
* | s4-spoolss: try to fix dcesrv_spoolss_GetPrinterData. | Günther Deschner | 2009-02-07 | 1 | -0/+3 |
| | | | | Guenther | ||||
* | s4-spoolss: fix dcesrv_spoolss_GetPrinterData. | Günther Deschner | 2009-02-06 | 1 | -2/+2 |
| | | | | Guenther | ||||
* | s4-spoolss: fix spoolss server w.r.t. needed out pointers (+ remove tmp macro). | Günther Deschner | 2009-02-06 | 1 | -13/+11 |
| | | | | Guenther | ||||
* | s4-spoolss: fix s4 spoolss server build (using a temp macro). | Günther Deschner | 2009-02-06 | 1 | -6/+8 |
| | | | | Guenther | ||||
* | s4:rpc_server: s/private/private_data | Stefan Metzmacher | 2009-02-02 | 1 | -7/+7 |
| | | | | metze | ||||
* | Fix syntax errors. | Jelmer Vernooij | 2009-01-01 | 1 | -12/+20 |
| | |||||
* | Remove another use of global_loadparm. | Jelmer Vernooij | 2008-10-24 | 1 | -1/+1 |
| | |||||
* | Remove more event_context_init() uses from function calls within deep down ↵ | Simo Sorce | 2008-04-21 | 1 | -1/+2 |
| | | | | | | | | the code. Make sure we pass around the event_context where we need it instead. All test but a few python ones fail. Jelmer promised to fix them. (This used to be commit 3045d391626fba169aa26be52174883e18d323e9) | ||||
* | Specify event_context to ldb_wrap_connect explicitly. | Jelmer Vernooij | 2008-04-17 | 1 | -1/+1 |
| | | | | (This used to be commit b4e1ae07a284c044704322446c94351c2decff91) | ||||
* | r26353: Remove use of global_loadparm. | Jelmer Vernooij | 2007-12-21 | 1 | -1/+2 |
| | | | | (This used to be commit 17637e4490e42db6cdef619286c4d5a0982e9d1a) | ||||
* | r26327: Explicit loadparm_context for RPC client functions. | Jelmer Vernooij | 2007-12-21 | 1 | -1/+1 |
| | | | | (This used to be commit eeb2251d22b3d6e0379444a73af69d1014692b07) | ||||
* | r26296: Store loadparm context in DCE/RPC server context. | Jelmer Vernooij | 2007-12-21 | 1 | -7/+7 |
| | | | | (This used to be commit fc1f4d2d65d4c983cba5421e7ffb64dd75482860) | ||||
* | r25553: Convert to standard bool type. | Jelmer Vernooij | 2007-10-10 | 1 | -1/+1 |
| | | | | (This used to be commit b7371f1a191fb86834c0d586d094f39f0b04544b) | ||||
* | r25398: Parse loadparm context to all lp_*() functions. | Jelmer Vernooij | 2007-10-10 | 1 | -7/+7 |
| | | | | (This used to be commit 3fcc960839c6e5ca4de2c3c042f12f369ac5f238) | ||||
* | r25026: Move param/param.h out of includes.h | Jelmer Vernooij | 2007-10-10 | 1 | -0/+1 |
| | | | | (This used to be commit abe8349f9b4387961ff3665d8c589d61cd2edf31) | ||||
* | r24937: Merge tests spoolss RPC callbacks. | Jelmer Vernooij | 2007-10-10 | 1 | -4/+71 |
| | | | | (This used to be commit 9b256a0ca232ea6e89771bf73a1adf877273a752) | ||||
* | r23792: convert Samba4 to GPLv3 | Andrew Tridgell | 2007-10-10 | 1 | -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) | ||||
* | r20850: Prefix all server calls with dcesrv_ | Jelmer Vernooij | 2007-10-10 | 1 | -107/+107 |
| | | | | (This used to be commit 76c78b0339cd88c61a13745f7f4e037f400db21b) | ||||
* | r16523: pass spoolss_XcvData calls to the ntptr backends... | Stefan Metzmacher | 2007-10-10 | 1 | -4/+33 |
| | | | | | | | I wrote this code last year and found it in a working tree... metze (This used to be commit 9a685c5beff6936d354d541e875899d33b735ba9) | ||||
* | r14702: Accept our netbios aliases as valid names in the SPOOLSS server. | Andrew Bartlett | 2007-10-10 | 1 | -0/+10 |
| | | | | | | | (Suggested by metze) Andrew Bartlett (This used to be commit 3dff2a0078e541392f585d81f7aea987c87edbf1) | ||||
* | r14486: remove the need of a stream_connection on a dcesrv_connection, | Stefan Metzmacher | 2007-10-10 | 1 | -1/+1 |
| | | | | | | | | and let the transport set callbacks for getting the own and peer socket_address metze (This used to be commit 56fac3ddbbeecb834e5c7a439df344e11fe12a7b) |