summaryrefslogtreecommitdiffstats
path: root/source4/rpc_server/dcerpc_server.c
Commit message (Expand)AuthorAgeFilesLines
* r1165: fixed handling of SMBtrans replies that should return STATUS_BUFFER_OV...Andrew Tridgell2007-10-101-1/+7
* r1136: - added IDL for netr_LogonGetDomainInfo()Andrew Tridgell2007-10-101-38/+4
* r1078: the dxesrv_crypto_* implementations should now explicit setStefan Metzmacher2007-10-101-9/+4
* r1057: added rpc packet logging for packets that generate rpc faults. ThisAndrew Tridgell2007-10-101-0/+38
* r1004: continue tridge's work on dcerpc server auth/crypto codeStefan Metzmacher2007-10-101-2/+7
* r995: - renamed many of our crypto routines to use the industry standardAndrew Tridgell2007-10-101-1/+1
* r918: - dcerpc endpoint name are case insensitiveAndrew Tridgell2007-10-101-1/+1
* r889: convert samba4 to use [u]int16_t instead of [u]int16Stefan Metzmacher2007-10-101-2/+2
* r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher2007-10-101-10/+10
* r649: return unknown interface when the client not yetStefan Metzmacher2007-10-101-0/+5
* r623: setUserInfo level 24 (password set) now works in the SAMR server. This ...Andrew Tridgell2007-10-101-2/+11
* r464: a big improvement to the API for writing server-side RPCAndrew Tridgell2007-10-101-17/+4
* r445: fixed the bind_nak codeAndrew Tridgell2007-10-101-2/+7
* r67: added a destroy hook in the policy handle -> wire handle code to allow b...Andrew Tridgell2007-10-101-3/+1
* some DEBUG and comment fixesStefan Metzmacher2004-02-021-4/+4
* dcerpc server output now copes with the client blocking part wayAndrew Tridgell2004-01-201-9/+44
* avoid a copy of the data being input to the dcerpc server in the mostAndrew Tridgell2004-01-201-4/+29
* This patch adds a better dcerpc server infastructure.Stefan Metzmacher2004-01-081-156/+373
* added a smb.conf flag "rpc big endian" that tells our rpc server toAndrew Tridgell2003-12-171-33/+39
* it turns out that a wire policy handle isn't a blob either, its aAndrew Tridgell2003-12-161-1/+0
* a fairly large commit!Andrew Tridgell2003-12-161-7/+6
* fixed the transfer syntax in the dcerpc bind replyAndrew Tridgell2003-12-151-2/+2
* added auto-generation of the server side boilerplate code for eachAndrew Tridgell2003-12-141-1/+17
* fixed fragmented signed connections to our rpc server over SMBAndrew Tridgell2003-12-141-1/+3
* ntlmssp over rpc over tcp now fully worksAndrew Tridgell2003-12-141-8/+36
* fixed some memory leaks in the rpc server codeAndrew Tridgell2003-12-141-12/+7
* fixed a bug handling multiple PDUs being read from a socket at oneAndrew Tridgell2003-12-141-59/+62
* completed the linkage between the endpoint mapper and the dcerpcAndrew Tridgell2003-12-131-7/+36
* make the IO in the dcerpc over TCP server completely async, handlingAndrew Tridgell2003-12-131-1/+55
* dcerpc over tcp in the samba4 server now works to some extent. ItAndrew Tridgell2003-12-131-25/+45
* rpcdump.exe now works fine against a Samba4 serverAndrew Tridgell2003-12-131-0/+1
* added the epm_Map() call.Andrew Tridgell2003-12-131-0/+1
* added a basic dcerpc endpoint mapper to Samba4. Currently onlyAndrew Tridgell2003-12-131-8/+56
* added support for sending bind_nak replies in the rpc serverAndrew Tridgell2003-12-121-16/+73
* we now support pdu fragmentation on both input and output in the rpcAndrew Tridgell2003-12-121-40/+95
* added handling of fragmented requests in the rpc serverAndrew Tridgell2003-12-121-8/+63
* * the RPC-ECHO pipe now works in smbd, as long as the data sizesAndrew Tridgell2003-12-121-6/+302
* the next step in the dcerpc server code. Added the link between theAndrew Tridgell2003-12-111-0/+18
* initial rpc server side infrastructureAndrew Tridgell2003-12-101-0/+141