summaryrefslogtreecommitdiff
path: root/source3/librpc
Commit message (Expand)AuthorAgeFilesLines
* s3: explicitly pass domain_sid to wbint_LookupRids() (bug #7841)Volker Lendecke2011-07-261-0/+1
* s3:librpc/ndr/util.h: add license/copyright header and inclusion guardMichael Adam2011-07-261-0/+25
* s3-proto: move more librpc prototypes to librpc/rpc/dcerpc.hGünther Deschner2011-05-172-0/+9
* s3: remove various references to server side dcerpc structs (which are not ne...Günther Deschner2011-05-171-1/+0
* s3: move pipe_auth_data to dcerpc.hGünther Deschner2011-05-171-1/+14
* Fix 3.6 headersSimo Sorce2011-05-151-0/+1
* s3-gse: Use gss_get_name_attribute to fetch the pacSimo Sorce2011-05-152-26/+51
* s3-build: remove some unused headers.Günther Deschner2011-05-151-1/+0
* s3: Add wbint_Sids2UnixIDs idl & implementationVolker Lendecke2011-04-261-1/+18
* s3: Add wbint_LookupSidsVolker Lendecke2011-04-261-0/+6
* s3-librpc: let librpc/rpc/dcerpc.h include ndr and generated dcerpc headers.Günther Deschner2011-04-121-0/+2
* s3-libndr: add ../librpc/ndr/libndr.h include in some places.Günther Deschner2011-04-051-0/+1
* s3-includes: only include ntdomain.h where needed.Günther Deschner2011-04-051-0/+1
* s3-auth: rpc_server needs auth.hGünther Deschner2011-04-051-0/+1
* s3-rpc_server: Implement an endpoint monitor loop.Andreas Schneider2011-03-241-1/+1
* s3-librpc: Leave the epm registration connection open.Andreas Schneider2011-03-242-13/+55
* librpc: bring more librpc prototypes in common.Günther Deschner2011-03-241-20/+0
* librpc/rpc: move DCERPC_ flags to rpc_common.hStefan Metzmacher2011-03-131-54/+0
* s3:librpc/rpc: add DCERPC_ANON_FALLBACK flagStefan Metzmacher2011-03-131-0/+2
* librpc/rpc: move struct dcerpc_binding to rpc_common.hStefan Metzmacher2011-03-131-15/+0
* s3:librpc/rpc: add target_principal to struct dcerpc_bindingStefan Metzmacher2011-03-132-1/+2
* librpc/rpc: move enum dcerpc_transport_t to rpc_common.hStefan Metzmacher2011-03-131-10/+5
* librpc/rpc: move dcerpc_binding_handle stuff to rpc_common.hStefan Metzmacher2011-03-111-145/+1
* s3:librpc/rpc: remove unused dcerpc_pipe define hackStefan Metzmacher2011-03-111-10/+0
* s3-epmap: fix uninitialized variable in ep_register()Günther Deschner2011-03-081-0/+1
* s3-librpc: Register NCALRPC pipes.Andreas Schneider2011-03-082-1/+16
* s3-rpc_server: Introduce transport in pipe_struct.Andreas Schneider2011-03-081-0/+1
* s3-librpc: Register endpoints using ncalrpc.Andreas Schneider2011-03-081-36/+56
* s3-rpc_client: Added DCERPC_AUTH_TYPE_NCALRPC bind.Andreas Schneider2011-03-081-1/+4
* s3-librpc: Free memory we don't need.Andreas Schneider2011-03-081-0/+2
* s3-librpc: Added tcpip support for dcerpc_binding_vector_create.Andreas Schneider2011-03-082-1/+13
* s3-rpc_client: Move client pipe functions to own header.Andreas Schneider2011-02-281-0/+1
* s3: smbcontrol to notify smbd about idmap changesGregor Beck2011-02-281-0/+4
* s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_infoAndrew Bartlett2011-02-221-1/+1
* s3-librpc: Only register NCACN_NP.Andreas Schneider2011-02-211-9/+22
* s3-waf: use SAMBA3_*() build rules in source3/buildAndrew Tridgell2011-02-181-10/+10
* s3-build: allow waf build of s3 IDL files from any top directoryAndrew Tridgell2011-02-181-3/+6
* s3: add server_id.idl and use only autogenerated code.Günther Deschner2011-02-177-77/+30
* s3-librpc: move server_id marshalling to own helper file.Günther Deschner2011-02-167-50/+81
* s3-librpc: no need to globally include endpointmapper headers.Günther Deschner2011-02-141-0/+2
* s3-librpc: remove duplicate prototypes.Günther Deschner2011-02-141-1/+14
* librpc: move preg.idl to main directory.Günther Deschner2011-02-105-147/+1
* s3: give ../librpc/ndr/util.c its own header.Günther Deschner2011-02-104-0/+10
* ndr: merge ndr_map_error2string and ndr_errstr.Günther Deschner2011-02-081-72/+0
* ndr: move null_ndr_syntax_id to the common libndr location.Günther Deschner2011-02-081-3/+0
* ndr: merge duplicate ndr_map_error2ntstatus() functions.Günther Deschner2011-02-081-25/+0
* Fix a couple of missing checks on talloc returns.Jeremy Allison2011-02-021-0/+5
* s3-waf: no need to call pidl with --samba3-ndr-client anymore.Günther Deschner2011-02-021-2/+7
* s3-epmap: use correct dcerpc client header in dcerpc_ep.cGünther Deschner2011-02-021-1/+1
* s3-librpc: Added dcerpc_binding_vector_create function.Andreas Schneider2011-02-022-16/+107