summaryrefslogtreecommitdiff
path: root/source4/librpc/rpc/dcerpc.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r1645: added a debug when a RPC fault is receivedAndrew Tridgell1-0/+1
2007-10-10r1509: in order to interoperate with NT3.1 we need to ignore extra data at th...Andrew Tridgell1-3/+7
2007-10-10r1419: spnego inside of dcerpc using alter_context/alter_context_respStefan Metzmacher1-6/+76
2007-10-10r1294: A nice, large, commit...Andrew Bartlett1-32/+26
2007-10-10r1200: Add 'gensec', our generic security layer.Andrew Bartlett1-27/+31
2007-10-10r1077: fix segfault in schannel over ncacn_ip_tcpStefan Metzmacher1-0/+2
2007-10-10r1068: make the dcerpc client side auth/crypto code much more genericStefan Metzmacher1-25/+27
2007-10-10r962: convert 'unsigned' and 'unsigned int' to uint_tStefan Metzmacher1-1/+1
2007-10-10r889: convert samba4 to use [u]int16_t instead of [u]int16Stefan Metzmacher1-4/+4
2007-10-10r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher1-3/+3
2007-10-10r874: This patch is a pile of work on NTLMSSP:Andrew Bartlett1-0/+4
2007-10-10r793: - don't make templates members of any class that would make them showAndrew Tridgell1-0/+3
2004-02-10- modified the dcerpc client security code to be generic, so ntlmsspAndrew Tridgell1-21/+21
2003-12-17added a smb.conf flag "rpc big endian" that tells our rpc server toAndrew Tridgell1-10/+10
2003-12-16added a define for the DCERPC little-endian data representation flagAndrew Tridgell1-8/+8
2003-12-16a fairly large commit!Andrew Tridgell1-14/+75
2003-12-14fixed fragmented signed connections to our rpc server over SMBAndrew Tridgell1-1/+1
2003-12-14fixed a bug handling multiple PDUs being read from a socket at oneAndrew Tridgell1-44/+3
2003-11-27a couple of tidyupsAndrew Tridgell1-3/+13
2003-11-26by default sign RPC over TCP but not RPC over SMB. I will add command line co...Andrew Tridgell1-10/+49
2003-11-26transfer syntax V2 isn't as magic as I thoughtAndrew Tridgell1-4/+2
2003-11-26added auto-determination of the DCERPC over TCP port number by askingAndrew Tridgell1-5/+9
2003-11-26fixed some memory leaks in the dcerpc use of ntlmssp signingAndrew Tridgell1-0/+5
2003-11-26signed DCERPC over TCP now works !Andrew Tridgell1-31/+215
2003-11-24initial implementation of dcerpc over tcp. RPC-EPMAPPER works, now toAndrew Tridgell1-1/+1
2003-11-24 * prepared the dcerpc subsystem for adding the RPC over TCP transportAndrew Tridgell1-9/+9
2003-11-24added tests for the remaining calls on the rpc management interfaceAndrew Tridgell1-33/+2
2003-11-24added the dcerpc remote management interfaces as mgmt.idl, and wrote aAndrew Tridgell1-2/+5
2003-11-23ooh, this is fun!Andrew Tridgell1-450/+111
2003-11-22 * fixed null terminated string handlingAndrew Tridgell1-7/+7
2003-11-22 * fixed NDR flag inheritance across push subcontextsAndrew Tridgell1-0/+8
2003-11-22a fairly major upgrade to the dcerpc systemAndrew Tridgell1-5/+155
2003-11-20EnumPrinterData in spoolss now worksAndrew Tridgell1-0/+2
2003-11-19separate the reason and result codes in a bind_ack. This is needed forAndrew Tridgell1-1/+2
2003-11-18use the auto-generated UUID, version and name rather than listing themAndrew Tridgell1-35/+18
2003-11-17added OpenPrinter and a test function. Note that the Samba3 structureAndrew Tridgell1-0/+7
2003-11-14* added levels 4, 200 and 300 to NetDfsEnum. 200 and 300 don't workAndrew Tridgell1-2/+2
2003-11-14we can now do a level1 NetDfsEnum()Andrew Tridgell1-0/+2
2003-11-13* fixed conformant arrays in structuresAndrew Tridgell1-0/+2
2003-11-11automatically generate ndr_print_*() functions for every IDLAndrew Tridgell1-0/+2
2003-11-11started adding support for lsa_QueryInfoPolicyAndrew Tridgell1-0/+2
2003-11-09- fixed lsa_EnumTrustDomAndrew Tridgell1-0/+4
2003-11-06another major bit of restructuring of rpc in Samba4. Mostly movingAndrew Tridgell1-0/+804