summaryrefslogtreecommitdiff
path: root/source3/lib/netapi/getdc.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-12s3-netapi: use libnetapi_get_binding_handle().Günther Deschner1-18/+9
2011-01-13s3-libnetapi: prefer dcerpc_netr_X functions.Günther Deschner1-6/+16
2010-10-02s3: Attempt to fix bug 7665Volker Lendecke1-2/+2
2010-09-23s3-dsgetdcname: always pass in messaging context.Günther Deschner1-1/+5
2010-09-15s3-libnetapi: try using netr_DsRGetDCNameEx() in DsGetDcName().Günther Deschner1-0/+13
2010-08-06s3-netlogon: remove global include of netlogon.h.Günther Deschner1-1/+1
2010-05-06s3: only include gen_ndr headers where needed.Günther Deschner1-1/+0
2009-11-26s3-rpc: Avoid including every pipe's client and server stubs everywhere in sa...Günther Deschner1-0/+1
2009-11-08Revert "s3: Make libnetapi_open_pipe take strings instead of a ndr_interface_...Volker Lendecke1-3/+3
2009-11-08s3: Make libnetapi_open_pipe take strings instead of a ndr_interface_tableVolker Lendecke1-3/+3
2009-01-18libnetapi_open_pipe does not need to return cli_stateVolker Lendecke1-6/+0
2008-10-05Fix some missing error handlingsVolker Lendecke1-0/+4
2008-08-14netapi: make libnetapi_open_ipc_connection static.Günther Deschner1-18/+9
2008-08-14netapi: make non-implemented local calls default to remote "localhost" calls.Günther Deschner1-2/+2
2008-07-21Refactoring: libnetapi_open_pipe takes an interface instead of pipe_idxVolker Lendecke1-3/+6
2008-05-09dsgetdcname: use existing messaging_context if possible.Günther Deschner1-0/+1
2008-04-10Use libnetapi_open_pipe in netapi functions.Günther Deschner1-13/+7
2008-04-10Use libnetapi_open_ipc_connection in libnetapi.Günther Deschner1-49/+6
2008-04-10Split out private headers in libnetapi.Günther Deschner1-0/+1
2008-04-08Try to use kerberos in libnetapi.Günther Deschner1-3/+12
2008-04-08Add DsGetDcName call to libnetapi library.Günther Deschner1-0/+76
2008-04-08Restructure inner workings of libnetapi a bit.Günther Deschner1-123/+19
2008-01-31Re-run make idl.Günther Deschner1-2/+2
2008-01-18Cosmetics and error string reporting for libnetapi.Günther Deschner1-2/+28
2008-01-17Use new pidl-generated netlogon client calls in NetApi GetDcName().Günther Deschner1-36/+6
2007-12-21Add basic remote NetGetDCName and NetGetAnyDCName versions to libnetapi.Günther Deschner1-0/+243