summaryrefslogtreecommitdiff
path: root/source4/rpc_server/handles.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-20libndr: Rename policy_handle_empty to ndr_policy_handle_empty.Jelmer Vernooij1-1/+1
2010-08-23s4:security Change struct security_token->sids from struct dom_sid * to struc...Andrew Bartlett1-2/+2
2010-08-18s4:security Remove use of user_sid and group_sid from struct security_tokenAndrew Bartlett1-3/+3
2009-09-22s4-rpcserver: added support for shared handlesAndrew Tridgell1-5/+28
2009-09-22s4-rpcserver: added shared association groupsAndrew Tridgell1-3/+4
2008-10-11Fix include paths to new location of libutil.Jelmer Vernooij1-1/+1
2008-10-02fixed a talloc error in the rpc handle desctructor - destructorsAndrew Tridgell1-1/+0
2007-10-10r24667: Finally merge the registry improvements that Wilco Baan Hofman and I ...Jelmer Vernooij1-2/+3
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r17930: Merge noinclude branch:Jelmer Vernooij1-1/+1
2007-10-10r15855: more talloc_set_destructor() typesafe fixes. nearly done ...Andrew Tridgell1-2/+1
2007-10-10r15379: Fix shared library build's unresolved dependenciesJelmer Vernooij1-2/+2
2007-10-10r6192: remove handle->destroy function pointer, this should be done by talloc...Stefan Metzmacher1-4/+0
2007-10-10r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell1-1/+1
2007-10-10r4640: first stage in the server side support for multiple context_ids on one...Andrew Tridgell1-20/+24
2007-10-10r3972: use GUID_* naming context and move GUID_* functions to one placeStefan Metzmacher1-2/+2
2007-10-10r3468: split out dcerpc_server.hAndrew Tridgell1-0/+1
2007-10-10r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ...Andrew Tridgell1-0/+1
2007-10-10r2627: use the new talloc capabilities in a bunch more places in the rpcAndrew Tridgell1-9/+2
2007-10-10r890: convert samba4 to use [u]int8_t instead of [u]int8Stefan Metzmacher1-2/+2
2007-10-10r374: allow for a policy_handle fetch using a handle type ofAndrew Tridgell1-1/+2
2007-10-10r67: added a destroy hook in the policy handle -> wire handle code to allow b...Andrew Tridgell1-0/+4
2007-10-10r62: Fix the buildJelmer Vernooij1-1/+1
2007-10-10r61: - Implement first call in the winreg rpc serverJelmer Vernooij1-1/+1
2004-01-08This patch adds a better dcerpc server infastructure.Stefan Metzmacher1-7/+7
2003-12-19added a bunch of alias functions in samr.idl based on work by Kai.Andrew Tridgell1-1/+1
2003-12-16it turns out that a wire policy handle isn't a blob either, its aAndrew Tridgell1-10/+10
2003-12-13added the epm_Map() call.Andrew Tridgell1-1/+1
2003-12-13added a basic dcerpc endpoint mapper to Samba4. Currently onlyAndrew Tridgell1-0/+92