summaryrefslogtreecommitdiffstats
path: root/source4/rpc_server
Commit message (Collapse)AuthorAgeFilesLines
* s4-spoolss: use winreg_Type for GetPrinterData implementation.Günther Deschner2009-03-171-2/+2
| | | | Guenther
* s4-spoolss: fix spoolss_GetPrinterData w.r.t. out pointer changes.Günther Deschner2009-03-171-1/+7
| | | | Guenther
* s4-spoolss: just return OK for dcesrv_spoolss_EnumPrintProcDataTypes for now.Günther Deschner2009-03-071-1/+1
| | | | Guenther
* s4-spoolss: fix spoolss server enum calls after pointer changes.Günther Deschner2009-03-061-10/+10
| | | | Guenther
* s4: Use same function signature for convert_* as s3.Jelmer Vernooij2009-03-011-8/+7
|
* Add allow_badcharcnv argument to all conversion function, forJelmer Vernooij2009-03-011-3/+3
| | | | consistency with Samba 3.
* A simple hack to avoid the segfault in #6138Andrew Bartlett2009-02-261-1/+1
| | | | | | | | Thanks to Andrew Kroeger <andrew@id10ts.net> for reporting this. This fix just for the release. A better fix will make it into the master branch soon. Andrew Bartlett
* s4-spoolss: implement dcesrv_spoolss_AddJob which always is a dummy.Günther Deschner2009-02-251-1/+5
| | | | Guenther
* s4-spoolss: implement dcesrv_spoolss_GetPrintProcessorDirectory.Günther Deschner2009-02-251-1/+13
| | | | Guenther
* Fix some C++ warningsVolker Lendecke2009-02-241-11/+22
|
* s4:netlogon: don't mix in and out negotiate_flags in ↵Stefan Metzmacher2009-02-181-3/+4
| | | | | | dcesrv_netr_ServerAuthenticate() metze
* s4-spoolss: fix spoolss server after out,ref count pointer changes.Günther Deschner2009-02-171-10/+10
| | | | Guenther
* s4-spoolss: fix dcesrv_spoolss_RemoteFindFirstPrinterChangeNotifyEx server.Günther Deschner2009-02-171-5/+6
| | | | Guenther
* s4:netlogon: implement netr_LogonGetCapabilities with NT_STATUS_NOT_IMPLEMENTEDStefan Metzmacher2009-02-161-4/+5
| | | | | | This hopefully fixes bug #6109. metze
* s4:netlogon: always return correct negotiate_flags in Authenticate[2|3]()Stefan Metzmacher2009-02-161-1/+31
| | | | metze
* Remove auth/ntlm as a dependency of GENSEC by means of function pointers.Andrew Bartlett2009-02-132-10/+8
| | | | | | | | | | | When starting GENSEC on the server, the auth subsystem context must be passed in, which now includes function pointers to the key elements. This should (when the other dependencies are fixed up) allow GENSEC to exist as a client or server library without bundling in too much of our server code. Andrew Bartlett
* s4-spoolss: fix rpc_server stub names for opnum 0x42 and 0x43.Günther Deschner2009-02-111-6/+6
| | | | Guenther
* s4-spoolss: fix dcerpc_spoolss_ReplyOpenPrinter caller.Günther Deschner2009-02-101-2/+2
| | | | Guenther
* fixed two problems with the DsRGetDCNameEx2 call, as used byAndrew Tridgell2009-02-101-3/+9
| | | | | | | | | | | | Win7-beta. The first problem is that we removed the dnsDomain attribute a while back, so we were returning NULL for two fields. We now return the realm. The second problem is that Win7-beta sends the domain in the form the user typed it, so it may be in either the short or long form. We check for the short form and convert if needed.
* s4-spoolss: try to fix dcesrv_spoolss_GetPrinterData.Günther Deschner2009-02-071-0/+3
| | | | Guenther
* s4-spoolss: fix dcesrv_spoolss_GetPrinterData.Günther Deschner2009-02-061-2/+2
| | | | Guenther
* s4-spoolss: fix spoolss server w.r.t. needed out pointers (+ remove tmp macro).Günther Deschner2009-02-061-13/+11
| | | | Guenther
* s4-spoolss: fix s4 spoolss server build (using a temp macro).Günther Deschner2009-02-061-6/+8
| | | | Guenther
* s4:rpc_server/lsa: s/delete/del s/open/opnStefan Metzmacher2009-02-021-30/+32
| | | | metze
* s4:service_stream: s/private/private_dataStefan Metzmacher2009-02-021-4/+4
| | | | metze
* s4:rpc_server: s/private/private_dataStefan Metzmacher2009-02-027-30/+30
| | | | metze
* s4:rpc_server/remote: s/private/privStefan Metzmacher2009-02-021-17/+17
| | | | metze
* s4:rpc_server/echo: s/private/private_dataStefan Metzmacher2009-02-021-2/+2
| | | | metze
* Fix the mess with ldb includes.Simo Sorce2009-01-301-0/+1
| | | | | | | | Separate again the public from the private headers. Add a new header specific for modules. Also add service function for modules as now ldb_context and ldb_module are opaque structures for them.
* Add a talloc failure checkVolker Lendecke2009-01-061-0/+3
|
* Fix syntax errors.Jelmer Vernooij2009-01-011-12/+20
|
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-297-16/+16
| | | | | | | | | | | | | | | | | | | | list="" list="$list event_context:tevent_context" list="$list fd_event:tevent_fd" list="$list timed_event:tevent_timer" for s in $list; do o=`echo $s | cut -d ':' -f1` n=`echo $s | cut -d ':' -f2` r=`git grep "struct $o" |cut -d ':' -f1 |sort -u` files=`echo "$r" | grep -v source3 | grep -v nsswitch | grep -v packaging4` for f in $files; do cat $f | sed -e "s/struct $o/struct $n/g" > $f.tmp mv $f.tmp $f done done metze
* Fix missing symbols issues when building with shared libraries.Jelmer Vernooij2008-12-221-1/+1
|
* s4: fix LIBEVENTS dependencies and use more forward declarationsStefan Metzmacher2008-12-171-1/+1
| | | | | | | We should only include events.h where we really need it and prefer forward declarations of 'struct event_context' metze
* Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij2008-12-161-1/+14
|\
| * A more-commented version of rpc_server crash fix, matching closer theAndrew Bartlett2008-12-161-1/+14
| | | | | | | | | | | | | | | | | | previous behaviour for the 'bad bind' case. (It is only close, not matching - Windows 2008 sends a different, non-zero, assoc_group_id each time) Andrew Bartlett
* | Rename dom_sid.idl -> server_id.idl (since it no longer actually contains ↵Jelmer Vernooij2008-12-161-1/+1
|/ | | | the dom_sid). No longer include it from security.idl.
* s4:fix segfault in rpc-server, when client binds to unsupported service.Stefan Metzmacher2008-12-121-1/+1
| | | | Signed-off-by: Michael Adam <obnox@samba.org>
* s4-netlogon: fix the build of netlogon server.Günther Deschner2008-12-101-4/+4
| | | | Guenther
* s4-samr: Fix Bug #5946. userparameters handling in samr server.Matthias Dieter Wallnöfer2008-12-101-4/+6
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s4:rpc_server: don't keep half finished dcesrv_connection_contextsStefan Metzmacher2008-12-091-41/+42
| | | | metze
* s4:rpc_server: initialize rpc server module also for the named pipe caseStefan Metzmacher2008-12-093-33/+49
| | | | | | This fixes bug #5878. metze
* s4:rpc_server: fix crash bugs in 26200f4fb1db81be7a9da51f317e46405351b170Stefan Metzmacher2008-12-081-7/+13
| | | | | | call->context needs to be valid. metze
* s4:rpc_server: make it possible for iface->bind() to specify the assoc_group_idStefan Metzmacher2008-12-082-5/+25
| | | | | | This helps the openchange mapiproxy plugin to work correctly. metze
* s4:dcesrv_browser: implement dcesrv_BrowserrQueryOtherDomains()Stefan Metzmacher2008-12-061-1/+24
| | | | metze
* s4:rpc_server: add dcesrv_browser templateStefan Metzmacher2008-12-063-0/+163
| | | | metze
* s4-samr: fix samr callers after SAMR_FIELD_PASSWORD change.Günther Deschner2008-12-051-4/+4
| | | | Guenther
* s4-samr: fix s4 samr server after idl change.Günther Deschner2008-12-051-2/+1
| | | | Guenther
* s4:netlogon: for now implement netr_GetAnyDCName() as wrapper of ↵Stefan Metzmacher2008-12-041-1/+12
| | | | | | netr_GetDcName() metze
* s4:netlogon: Implement netr_GetDcName() similar to netr_DsGetDCName()Stefan Metzmacher2008-12-041-1/+34
| | | | metze