summaryrefslogtreecommitdiff
path: root/source4/librpc/rpc
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r890: convert samba4 to use [u]int8_t instead of [u]int8Stefan Metzmacher1-5/+5
2007-10-10r889: convert samba4 to use [u]int16_t instead of [u]int16Stefan Metzmacher2-7/+7
2007-10-10r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher6-28/+28
2007-10-10r874: This patch is a pile of work on NTLMSSP:Andrew Bartlett4-33/+36
2007-10-10r793: - don't make templates members of any class that would make them showAndrew Tridgell1-0/+3
2007-10-10r610: - Merge the Samba3 'ntlm_auth --diagnostics' testsuite to Samba4.Andrew Bartlett4-23/+17
2007-10-10r390: added my best guess for how session keys are supposed to work when youAndrew Tridgell4-5/+34
2007-10-10r354: Tridge convinced me that writing some wrapper functions by hand was aTim Potter1-393/+0
2007-10-10r335: added much better handling of servers that die unexpectedly during aAndrew Tridgell2-8/+24
2007-10-10r210: More work on DCERPC client functions:Tim Potter1-3/+318
2007-10-10r152: a quick airport commit ....Andrew Tridgell1-1/+0
2007-10-10r101: added lsa_SetSecret() and lsa_QuerySecret()Andrew Tridgell1-0/+22
2004-04-03This is the start of a C API to the DCERPC client routines. CurrentlyTim Potter1-0/+79
2004-02-21split up the schannel rpc client code into separate key establishmentAndrew Tridgell1-19/+64
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 Tridgell7-153/+469
2004-02-03- add 'print' to the DCERPC binding stringsStefan Metzmacher1-0/+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
2003-12-19fixed removal of moe than one ncacn_* option from option listAndrew Tridgell1-0/+1
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-16added a define for the DCERPC little-endian data representation flagAndrew Tridgell1-8/+8
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-16a fairly large commit!Andrew Tridgell5-21/+91
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-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 Tridgell2-44/+43
2003-12-13added a basic dcerpc endpoint mapper to Samba4. Currently onlyAndrew Tridgell1-5/+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
2003-11-28the beginnings of an automated tool for working out IDL properties ofAndrew Tridgell1-0/+14
2003-11-28 * added a bunch of placeholder IDL filesAndrew Tridgell1-0/+6
2003-11-27more epmapper and mgmt magicAndrew Tridgell2-1/+43
2003-11-27added an rpc scanner. This prints messages like this:Andrew Tridgell2-1/+4
2003-11-27use EPMAPPER_PORT constant instead of 135Andrew Tridgell2-4/+4
2003-11-27a couple of tidyupsAndrew Tridgell4-3/+23
2003-11-26by default sign RPC over TCP but not RPC over SMB. I will add command line co...Andrew Tridgell3-15/+72
2003-11-26transfer syntax V2 isn't as magic as I thoughtAndrew Tridgell1-4/+2
2003-11-26use the IDL defined NDR version numberAndrew Tridgell1-1/+2
2003-11-26added auto-determination of the DCERPC over TCP port number by askingAndrew Tridgell2-5/+158
2003-11-26fixed some memory leaks in the dcerpc use of ntlmssp signingAndrew Tridgell2-4/+27