Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-07-24 | lib/param: Remove "ntptr providor" and hard-code in s4 spoolss server | Andrew Bartlett | 1 | -1/+1 | |
This stub codebase does not justify a merged parameter. Andrew Bartlett Pair-Programmed-With: Andrew Tridgell <tridge@samba.org> | |||||
2010-12-16 | spoolss: fill in PerMachineConnections add and delete IDL. | Günther Deschner | 1 | -9/+9 | |
Guenther | |||||
2010-10-04 | spoolss: fill in spoolss_SetPort IDL. | Günther Deschner | 1 | -3/+3 | |
Guenther | |||||
2010-07-16 | s4-loadparm: 2nd half of lp_ to lpcfg_ conversion | Andrew Tridgell | 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> | |||||
2010-05-18 | Finish removal of iconv_convenience in public API's. | Jelmer Vernooij | 1 | -20/+12 | |
2010-04-27 | s4:rpc_server/spoolss: use tsocket_address in dcesrv_spoolss_check_server_name() | Stefan Metzmacher | 1 | -4/+7 | |
metze | |||||
2010-03-12 | s4:rpc_server/spoolss: make use of dcerpc_binding_handle stubs | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2010-03-10 | s4-spoolss: remove unsed iconv handle from dcesrv_spoolss_GetPrinterData(). | Günther Deschner | 1 | -1/+0 | |
Guenther | |||||
2010-03-05 | s4-spoolss: fix dcesrv_spoolss_GetPrinterData build. | Günther Deschner | 1 | -1/+1 | |
really not my day today... Guenther | |||||
2010-03-05 | s4-spoolss: fix spoolss_GetPrinterData implementation after IDL change. | Günther Deschner | 1 | -2/+1 | |
Guenther | |||||
2010-03-01 | s4:spoolss RPC - make this one "signed-safe" | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
2009-10-14 | s4: Changes the old occurences of "lp_realm" in "lp_dnsdomain" where needed | Matthias Dieter Wallnöfer | 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. | |||||
2009-09-19 | s4-rpc_server: removed remaining unnecessary #includes | Andrew Tridgell | 1 | -2/+0 | |
2009-08-20 | s4-spoolss: add stubs for new idl opcodes in spoolss server. | Günther Deschner | 1 | -0/+140 | |
Guenther | |||||
2009-06-29 | Small patch for SPOOLSS pipe | Matthias Dieter Wallnöfer | 1 | -5/+5 | |
Prevents a crash of the SAMBA 4 daemon on the torture SPOOLSS test due to not initialised structures. | |||||
2009-03-17 | s4-spoolss: use winreg_Type for GetPrinterData implementation. | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2009-03-17 | s4-spoolss: fix spoolss_GetPrinterData w.r.t. out pointer changes. | Günther Deschner | 1 | -1/+7 | |
Guenther | |||||
2009-03-07 | s4-spoolss: just return OK for dcesrv_spoolss_EnumPrintProcDataTypes for now. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2009-03-06 | s4-spoolss: fix spoolss server enum calls after pointer changes. | Günther Deschner | 1 | -10/+10 | |
Guenther | |||||
2009-02-25 | s4-spoolss: implement dcesrv_spoolss_AddJob which always is a dummy. | Günther Deschner | 1 | -1/+5 | |
Guenther | |||||
2009-02-25 | s4-spoolss: implement dcesrv_spoolss_GetPrintProcessorDirectory. | Günther Deschner | 1 | -1/+13 | |
Guenther | |||||
2009-02-17 | s4-spoolss: fix spoolss server after out,ref count pointer changes. | Günther Deschner | 1 | -10/+10 | |
Guenther | |||||
2009-02-17 | s4-spoolss: fix dcesrv_spoolss_RemoteFindFirstPrinterChangeNotifyEx server. | Günther Deschner | 1 | -5/+6 | |
Guenther | |||||
2009-02-11 | s4-spoolss: fix rpc_server stub names for opnum 0x42 and 0x43. | Günther Deschner | 1 | -6/+6 | |
Guenther | |||||
2009-02-10 | s4-spoolss: fix dcerpc_spoolss_ReplyOpenPrinter caller. | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2009-02-07 | s4-spoolss: try to fix dcesrv_spoolss_GetPrinterData. | Günther Deschner | 1 | -0/+3 | |
Guenther | |||||
2009-02-06 | s4-spoolss: fix dcesrv_spoolss_GetPrinterData. | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2009-02-06 | s4-spoolss: fix spoolss server w.r.t. needed out pointers (+ remove tmp macro). | Günther Deschner | 1 | -13/+11 | |
Guenther | |||||
2009-02-06 | s4-spoolss: fix s4 spoolss server build (using a temp macro). | Günther Deschner | 1 | -6/+8 | |
Guenther | |||||
2009-02-02 | s4:rpc_server: s/private/private_data | Stefan Metzmacher | 1 | -7/+7 | |
metze | |||||
2009-01-01 | Fix syntax errors. | Jelmer Vernooij | 1 | -12/+20 | |
2008-10-24 | Remove another use of global_loadparm. | Jelmer Vernooij | 1 | -1/+1 | |
2008-04-21 | Remove more event_context_init() uses from function calls within deep down ↵ | Simo Sorce | 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) | |||||
2008-04-17 | Specify event_context to ldb_wrap_connect explicitly. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit b4e1ae07a284c044704322446c94351c2decff91) | |||||
2007-12-21 | r26353: Remove use of global_loadparm. | Jelmer Vernooij | 1 | -1/+2 | |
(This used to be commit 17637e4490e42db6cdef619286c4d5a0982e9d1a) | |||||
2007-12-21 | r26327: Explicit loadparm_context for RPC client functions. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit eeb2251d22b3d6e0379444a73af69d1014692b07) | |||||
2007-12-21 | r26296: Store loadparm context in DCE/RPC server context. | Jelmer Vernooij | 1 | -7/+7 | |
(This used to be commit fc1f4d2d65d4c983cba5421e7ffb64dd75482860) | |||||
2007-10-10 | r25553: Convert to standard bool type. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit b7371f1a191fb86834c0d586d094f39f0b04544b) | |||||
2007-10-10 | r25398: Parse loadparm context to all lp_*() functions. | Jelmer Vernooij | 1 | -7/+7 | |
(This used to be commit 3fcc960839c6e5ca4de2c3c042f12f369ac5f238) | |||||
2007-10-10 | r25026: Move param/param.h out of includes.h | Jelmer Vernooij | 1 | -0/+1 | |
(This used to be commit abe8349f9b4387961ff3665d8c589d61cd2edf31) | |||||
2007-10-10 | r24937: Merge tests spoolss RPC callbacks. | Jelmer Vernooij | 1 | -4/+71 | |
(This used to be commit 9b256a0ca232ea6e89771bf73a1adf877273a752) | |||||
2007-10-10 | r23792: convert Samba4 to GPLv3 | Andrew Tridgell | 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) | |||||
2007-10-10 | r20850: Prefix all server calls with dcesrv_ | Jelmer Vernooij | 1 | -107/+107 | |
(This used to be commit 76c78b0339cd88c61a13745f7f4e037f400db21b) | |||||
2007-10-10 | r16523: pass spoolss_XcvData calls to the ntptr backends... | Stefan Metzmacher | 1 | -4/+33 | |
I wrote this code last year and found it in a working tree... metze (This used to be commit 9a685c5beff6936d354d541e875899d33b735ba9) | |||||
2007-10-10 | r14702: Accept our netbios aliases as valid names in the SPOOLSS server. | Andrew Bartlett | 1 | -0/+10 | |
(Suggested by metze) Andrew Bartlett (This used to be commit 3dff2a0078e541392f585d81f7aea987c87edbf1) | |||||
2007-10-10 | r14486: remove the need of a stream_connection on a dcesrv_connection, | Stefan Metzmacher | 1 | -1/+1 | |
and let the transport set callbacks for getting the own and peer socket_address metze (This used to be commit 56fac3ddbbeecb834e5c7a439df344e11fe12a7b) | |||||
2007-10-10 | r12804: This patch reworks the Samba4 sockets layer to use a socket_address | Andrew Bartlett | 1 | -5/+7 | |
structure that is more generic than just 'IP/port'. It now passes make test, and has been reviewed and updated by metze. (Thankyou *very* much). This passes 'make test' as well as kerberos use (not currently in the testsuite). The original purpose of this patch was to have Samba able to pass a socket address stucture from the BSD layer into the kerberos routines and back again. It also removes nbt_peer_addr, which was being used for a similar purpose. It is a large change, but worthwhile I feel. Andrew Bartlett (This used to be commit 88198c4881d8620a37086f80e4da5a5b71c5bbb2) | |||||
2007-10-10 | r11597: revert a commit by mistake | Simo Sorce | 1 | -0/+12 | |
(This used to be commit 09e6f494b490127ace1a9d1077c2757d813abc55) | |||||
2007-10-10 | r11567: Ldb API change patch. | Simo Sorce | 1 | -12/+0 | |
This patch changes the way lsb_search is called and the meaning of the returned integer. The last argument of ldb_search is changed from struct ldb_message to struct ldb_result which contains a pointer to a struct ldb_message list and a count of the number of messages. The return is not the count of messages anymore but instead it is an ldb error value. I tryed to keep the patch as tiny as possible bu as you can guess I had to change a good amount of places. I also tried to double check all my changes being sure that the calling functions would still behave as before. But this patch is big enough that I fear some bug may have been introduced anyway even if it passes the test suite. So if you are currently working on any file being touched please give it a deep look and blame me for any error. Simo. (This used to be commit 22c8c97e6fb466b41859e090e959d7f1134be780) | |||||
2007-10-10 | r10854: talloc_get_type() can return NULL.. | Jelmer Vernooij | 1 | -0/+12 | |
(This used to be commit 8f7070055fc577cb4234654420539c68992d9671) |