summaryrefslogtreecommitdiff
path: root/source4/rpc_server/handles.c
Commit message (Expand)AuthorAgeFilesLines
* rpc_server: Use dom_sid_str_bufVolker Lendecke2019-02-271-3/+4
* s4:rpc_server: add dcesrv_iface_state_{store,find}_{assoc,conn}() helpersStefan Metzmacher2019-01-121-0/+223
* s4:rpc_server: add a min_auth_level to context handlesStefan Metzmacher2019-01-121-0/+7
* s4:rpc_server/handles: make use dcesrv_call_session_info()Stefan Metzmacher2019-01-121-2/+6
* s4:rpc_server: remove the old dcesrv_handle_{new,fetch}() apiStefan Metzmacher2019-01-121-22/+11
* s4:rpc_server: add dcesrv_handle_{create,lookup}() functionsStefan Metzmacher2019-01-121-0/+15
* s4:rpc_server: add some const to dcesrv_handle_fetch()Stefan Metzmacher2019-01-121-1/+1
* s4-rpc_server: Allow each interface to declare if it uses handlesAndrew Bartlett2016-12-201-0/+10
* CVE-2015-5370: s4:rpc_server: the assoc_group is relative to the connection (...Stefan Metzmacher2016-04-121-4/+4
* CVE-2015-5370: s4:rpc_server: make use of talloc_zero()Stefan Metzmacher2016-04-121-1/+1
* libndr: Rename policy_handle_empty to ndr_policy_handle_empty.Jelmer Vernooij2012-03-201-1/+1
* s4:security Change struct security_token->sids from struct dom_sid * to struc...Andrew Bartlett2010-08-231-2/+2
* s4:security Remove use of user_sid and group_sid from struct security_tokenAndrew Bartlett2010-08-181-3/+3
* s4-rpcserver: added support for shared handlesAndrew Tridgell2009-09-221-5/+28
* s4-rpcserver: added shared association groupsAndrew Tridgell2009-09-221-3/+4
* Fix include paths to new location of libutil.Jelmer Vernooij2008-10-111-1/+1
* fixed a talloc error in the rpc handle desctructor - destructorsAndrew Tridgell2008-10-021-1/+0
* r24667: Finally merge the registry improvements that Wilco Baan Hofman and I ...Jelmer Vernooij2007-10-101-2/+3
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r17930: Merge noinclude branch:Jelmer Vernooij2007-10-101-1/+1
* r15855: more talloc_set_destructor() typesafe fixes. nearly done ...Andrew Tridgell2007-10-101-2/+1
* r15379: Fix shared library build's unresolved dependenciesJelmer Vernooij2007-10-101-2/+2
* r6192: remove handle->destroy function pointer, this should be done by talloc...Stefan Metzmacher2007-10-101-4/+0
* r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell2007-10-101-1/+1
* r4640: first stage in the server side support for multiple context_ids on one...Andrew Tridgell2007-10-101-20/+24
* r3972: use GUID_* naming context and move GUID_* functions to one placeStefan Metzmacher2007-10-101-2/+2
* r3468: split out dcerpc_server.hAndrew Tridgell2007-10-101-0/+1
* r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ...Andrew Tridgell2007-10-101-0/+1
* r2627: use the new talloc capabilities in a bunch more places in the rpcAndrew Tridgell2007-10-101-9/+2
* r890: convert samba4 to use [u]int8_t instead of [u]int8Stefan Metzmacher2007-10-101-2/+2
* r374: allow for a policy_handle fetch using a handle type ofAndrew Tridgell2007-10-101-1/+2
* r67: added a destroy hook in the policy handle -> wire handle code to allow b...Andrew Tridgell2007-10-101-0/+4
* r62: Fix the buildJelmer Vernooij2007-10-101-1/+1
* r61: - Implement first call in the winreg rpc serverJelmer Vernooij2007-10-101-1/+1
* This patch adds a better dcerpc server infastructure.Stefan Metzmacher2004-01-081-7/+7
* added a bunch of alias functions in samr.idl based on work by Kai.Andrew Tridgell2003-12-191-1/+1
* it turns out that a wire policy handle isn't a blob either, its aAndrew Tridgell2003-12-161-10/+10
* added the epm_Map() call.Andrew Tridgell2003-12-131-1/+1
* added a basic dcerpc endpoint mapper to Samba4. Currently onlyAndrew Tridgell2003-12-131-0/+92