summaryrefslogtreecommitdiff
path: root/source4/librpc
AgeCommit message (Expand)AuthorFilesLines
2004-02-21split up the schannel rpc client code into separate key establishmentAndrew Tridgell1-19/+64
2004-02-12move more code to the config.m4 schemeStefan Metzmacher1-0/+30
2004-02-12do not return a value in a void functionStefan Metzmacher1-1/+1
2004-02-11fixed a void return spotted by metzeAndrew Tridgell1-1/+1
2004-02-10we can close the netlogon pipe used to setup the schannel session keyAndrew Tridgell1-1/+3
2004-02-10don't always use the same schannel context numberAndrew Tridgell1-1/+1
2004-02-10- modified the dcerpc client security code to be generic, so ntlmsspAndrew Tridgell8-156/+473
2004-02-03- add 'print' to the DCERPC binding stringsStefan Metzmacher2-4/+1
2004-02-03make more function static, they are still available via the function pointersStefan Metzmacher2-2/+2
2004-01-22added a little bit of const magic to get rid of the data in librpc/gen_ndr/*.oAndrew Tridgell1-1/+1
2004-01-20added code to the RPC-SPOOLSS test that demonstrates that policyAndrew Tridgell4-3/+61
2004-01-11added dom_sid_string() functionAndrew Tridgell1-7/+15
2004-01-08This patch adds a better dcerpc server infastructure.Stefan Metzmacher1-27/+41
2003-12-31the endpoint mapper now works in bigendian modeAndrew Tridgell4-9/+16
2003-12-20latest srvsvc and wkssvc IDL from metzeAndrew Tridgell2-122/+744
2003-12-19addition of samr_SetSecurity() from kaiAndrew Tridgell3-5/+12
2003-12-19fixed removal of moe than one ncacn_* option from option listAndrew Tridgell1-0/+1
2003-12-19fixed the AddAliasMem test codeAndrew Tridgell1-0/+23
2003-12-19added a bunch of alias functions in samr.idl based on work by Kai.Andrew Tridgell1-32/+62
2003-12-17fixed a segv in RPC-* when debug level > 2Andrew Tridgell1-1/+1
2003-12-17Fix typo.Tim Potter1-1/+1
2003-12-17added a smb.conf flag "rpc big endian" that tells our rpc server toAndrew Tridgell2-13/+12
2003-12-16fixed formatting of uuids in debug outputAndrew Tridgell1-1/+1
2003-12-16added a define for the DCERPC little-endian data representation flagAndrew Tridgell2-8/+11
2003-12-16fixed the RPC-MGMT and RPC-SCANNER tests to work with the newAndrew Tridgell1-24/+75
2003-12-16no longer require the pipe name or tcp port number to be the firstAndrew Tridgell1-0/+4
2003-12-16use bigendian mode to fix the idl for samr_LogonHoursAndrew Tridgell1-1/+1
2003-12-16it turns out that a wire policy handle isn't a blob either, its aAndrew Tridgell1-3/+3
2003-12-16added support for big-endian ucs2 strings (as used by big-endianAndrew Tridgell1-7/+17
2003-12-16a fairly large commit!Andrew Tridgell8-71/+132
2003-12-15fixed srvsvc DiskEnum callAndrew Tridgell1-12/+12
2003-12-15patch from metze with updates to srvsvc and changes to pidl to allowAndrew Tridgell1-70/+109
2003-12-15more flexible handling of [] in binding stringsAndrew Tridgell1-2/+14
2003-12-15allow the specification of full dcerpc endpoint binding strings on theAndrew Tridgell2-0/+310
2003-12-14added auto-generation of the server side boilerplate code for eachAndrew Tridgell1-2/+2
2003-12-14fixed fragmented signed connections to our rpc server over SMBAndrew Tridgell2-1/+2
2003-12-14fixed a bug handling multiple PDUs being read from a socket at oneAndrew Tridgell2-44/+43
2003-12-13completed the linkage between the endpoint mapper and the dcerpcAndrew Tridgell1-2/+3
2003-12-13dcerpc over tcp in the samba4 server now works to some extent. ItAndrew Tridgell1-0/+1
2003-12-13rpcdump.exe now works fine against a Samba4 serverAndrew Tridgell1-2/+3
2003-12-13added the epm_Map() call.Andrew Tridgell1-0/+2
2003-12-13added a basic dcerpc endpoint mapper to Samba4. Currently onlyAndrew Tridgell2-8/+9
2003-12-12Small cleanup of test code. Rename enum indexes to be the same nameTim Potter1-2/+2
2003-12-12Got winreg_EnumValue working - what a mess!Tim Potter1-4/+24
2003-12-12Added routines for arrays of uint16s.Tim Potter1-0/+33
2003-12-12added support for sending bind_nak replies in the rpc serverAndrew Tridgell1-1/+6
2003-12-12 * the RPC-ECHO pipe now works in smbd, as long as the data sizesAndrew Tridgell2-1/+5
2003-12-11the next step in the dcerpc server code. Added the link between theAndrew Tridgell1-1/+1
2003-12-10more portable array of endpoints code from pidlAndrew Tridgell1-1/+1
2003-12-10the rest of the initial rpc server side infrastructureAndrew Tridgell1-1/+1