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