summaryrefslogtreecommitdiff
path: root/source4/rpc_server/dcerpc_server.h
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r5902: A rather large change...Andrew Bartlett1-1/+1
2007-10-10r5437: Allow Samba4 to be compiled by tcc (www.tinycc.org). It still crashes ...Jelmer Vernooij1-1/+1
2007-10-10r5102: This is a major simplification of the logic for controlling top levelAndrew Tridgell1-1/+1
2007-10-10r4690: - add support for async rpc server repliesStefan Metzmacher1-2/+39
2007-10-10r4640: first stage in the server side support for multiple context_ids on one...Andrew Tridgell1-12/+24
2007-10-10r4288: don't use struct dcerpc_interface_table anymore in theStefan Metzmacher1-7/+17
2007-10-10r3118: Eliminate struct dcesrv_ep_description and replace it withJelmer Vernooij1-14/+3
2007-10-10r3114: - More work on merging the various structs that describe endpointsJelmer Vernooij1-3/+1
2007-10-10r2627: use the new talloc capabilities in a bunch more places in the rpcAndrew Tridgell1-6/+0
2007-10-10r2290: Fix 'lsakey' for the server-side, it is static forAndrew Bartlett1-0/+1
2007-10-10r2280: fixed the session key choice for ncacn_np and ncacn_ip_tcp in the rpc ...Andrew Tridgell1-0/+3
2007-10-10r1486: commit the start of the generic server infastructureStefan Metzmacher1-1/+3
2007-10-10r1294: A nice, large, commit...Andrew Bartlett1-22/+1
2007-10-10r1136: - added IDL for netr_LogonGetDomainInfo()Andrew Tridgell1-0/+1
2007-10-10r1078: the dxesrv_crypto_* implementations should now explicit setStefan Metzmacher1-4/+1
2007-10-10r1030: added server side schannel supportAndrew Tridgell1-1/+1
2007-10-10r1022: add the session_info() call to the dcerpc server auth backendsStefan Metzmacher1-0/+1
2007-10-10r1010: make the dcesrv_crypto code a bit more generic...Stefan Metzmacher1-2/+2
2007-10-10r1004: continue tridge's work on dcerpc server auth/crypto codeStefan Metzmacher1-1/+22
2007-10-10r995: - renamed many of our crypto routines to use the industry standardAndrew Tridgell1-1/+1
2007-10-10r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher1-4/+4
2007-10-10r623: setUserInfo level 24 (password set) now works in the SAMR server. This ...Andrew Tridgell1-0/+3
2007-10-10r464: a big improvement to the API for writing server-side RPCAndrew Tridgell1-0/+3
2007-10-10r374: allow for a policy_handle fetch using a handle type ofAndrew Tridgell1-0/+1
2007-10-10r67: added a destroy hook in the policy handle -> wire handle code to allow b...Andrew Tridgell1-0/+1
2004-02-02some DEBUG and comment fixesStefan Metzmacher1-0/+5
2004-01-08This patch adds a better dcerpc server infastructure.Stefan Metzmacher1-47/+82
2003-12-16it turns out that a wire policy handle isn't a blob either, its aAndrew Tridgell1-1/+0
2003-12-14ntlmssp over rpc over tcp now fully worksAndrew Tridgell1-1/+1
2003-12-14fixed a bug handling multiple PDUs being read from a socket at oneAndrew Tridgell1-0/+10
2003-12-13completed the linkage between the endpoint mapper and the dcerpcAndrew Tridgell1-0/+1
2003-12-13make the IO in the dcerpc over TCP server completely async, handlingAndrew Tridgell1-0/+4
2003-12-13dcerpc over tcp in the samba4 server now works to some extent. ItAndrew Tridgell1-2/+2
2003-12-13rpcdump.exe now works fine against a Samba4 serverAndrew Tridgell1-0/+1
2003-12-13added a basic dcerpc endpoint mapper to Samba4. Currently onlyAndrew Tridgell1-1/+30
2003-12-12we now support pdu fragmentation on both input and output in the rpcAndrew Tridgell1-1/+8
2003-12-12 * the RPC-ECHO pipe now works in smbd, as long as the data sizesAndrew Tridgell1-2/+29
2003-12-10initial rpc server side infrastructureAndrew Tridgell1-0/+72