summaryrefslogtreecommitdiff
path: root/source4/librpc/rpc
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r1845: map DCERPC_FAULT_LOGON_FAILURE to NT_STATUS_LOGON_FAILUREStefan Metzmacher1-2/+11
2007-10-10r1821: fixed reference to "status" that should be "result"Andrew Tridgell1-1/+1
2007-10-10r1786: Add support for the 'helpstring' attribute on interfacesJelmer Vernooij1-0/+1
2007-10-10r1703: - Lots of RPC updates, adding new pipes and protocols.Jelmer Vernooij1-3/+3
2007-10-10r1654: rename cli_ -> smbcli_Stefan Metzmacher2-16/+16
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-10r1498: (merge from 3.0)Andrew Bartlett1-1/+1
2007-10-10r1475: More kerberos workAndrew Bartlett1-0/+7
2007-10-10r1419: spnego inside of dcerpc using alter_context/alter_context_respStefan Metzmacher6-11/+170
2007-10-10r1354: Make it clear that the first gensec_update takes a NULL data_blob.Andrew Bartlett1-2/+3
2007-10-10r1351: add derpc spengo wrapperStefan Metzmacher1-0/+79
2007-10-10r1294: A nice, large, commit...Andrew Bartlett6-136/+376
2007-10-10r1200: Add 'gensec', our generic security layer.Andrew Bartlett6-319/+162
2007-10-10r1136: - added IDL for netr_LogonGetDomainInfo()Andrew Tridgell1-0/+35
2007-10-10r1077: fix segfault in schannel over ncacn_ip_tcpStefan Metzmacher2-13/+15
2007-10-10r1068: make the dcerpc client side auth/crypto code much more genericStefan Metzmacher6-282/+370
2007-10-10r1048: - moved the schannel definitions into a separate schannel.idlAndrew Tridgell1-6/+14
2007-10-10r1042: added testing of 128 bit schannel session keysAndrew Tridgell2-1/+9
2007-10-10r1041: - pulled the domain join code out of the netlogon test and made it a s...Andrew Tridgell3-57/+88
2007-10-10r1031: Move more code dealing with passwords to struct samr_Password.Andrew Bartlett1-3/+3
2007-10-10r1030: added server side schannel supportAndrew Tridgell2-18/+15
2007-10-10r1025: Rename (across the samr and netlogon pipes, so far)Andrew Bartlett1-1/+1
2007-10-10r995: - renamed many of our crypto routines to use the industry standardAndrew Tridgell1-1/+2
2007-10-10r962: convert 'unsigned' and 'unsigned int' to uint_tStefan Metzmacher6-7/+7
2007-10-10r961: convert 'uchar' to 'uint8_t'Stefan Metzmacher3-12/+12
2007-10-10r952: fixed schannel from my last commitAndrew Tridgell1-4/+10
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