summaryrefslogtreecommitdiffstats
path: root/source4/librpc
Commit message (Expand)AuthorAgeFilesLines
* r1354: Make it clear that the first gensec_update takes a NULL data_blob.Andrew Bartlett2007-10-101-2/+3
* r1351: add derpc spengo wrapperStefan Metzmacher2007-10-102-0/+80
* r1294: A nice, large, commit...Andrew Bartlett2007-10-107-137/+377
* r1275: Make spoolss_PrinterInfo2 and spoolss_PrinterInfo5 public so we canTim Potter2007-10-101-2/+2
* r1274: revert -r 1239 as discussed with abartletStefan Metzmacher2007-10-101-301/+0
* r1269: Add a 'base' field to the ndr_ofs_list structure which is the base toTim Potter2007-10-102-1/+5
* r1264: Make sure to initialize ofs_list when creating new ndr_{push,pull}Tim Potter2007-10-101-0/+2
* r1239: move the old msrpc_<gen|parse>() functions to ndr_<push|pull>_format_b...Stefan Metzmacher2007-10-101-0/+301
* r1206: Give the spoolss pipe an endpoint.Tim Potter2007-10-101-1/+2
* r1200: Add 'gensec', our generic security layer.Andrew Bartlett2007-10-106-319/+162
* r1150: - fixed interactive sam logon in the rpc serverAndrew Tridgell2007-10-101-11/+9
* r1144: added logon level 5 for sam logonAndrew Tridgell2007-10-101-0/+1
* r1141: - consolidated the netr_SamInfo structures using a netr_SamBaseInfoAndrew Tridgell2007-10-101-56/+9
* r1140: added IDL and test code for validation level 6 in sam logonAndrew Tridgell2007-10-101-16/+40
* r1139: added IDL and server code for netr_LogonSamLogonWithFlags()Andrew Tridgell2007-10-101-1/+14
* r1136: - added IDL for netr_LogonGetDomainInfo()Andrew Tridgell2007-10-102-1/+101
* r1133: - add ndr_pull_ptr() as a separate call instead of ndr_pull_uint32()Andrew Tridgell2007-10-101-0/+10
* r1132: add a PRINTF_ATTRIBUTE to ndr_pull_error() to catch printf style codin...Andrew Tridgell2007-10-101-1/+2
* r1077: fix segfault in schannel over ncacn_ip_tcpStefan Metzmacher2007-10-102-13/+15
* r1068: make the dcerpc client side auth/crypto code much more genericStefan Metzmacher2007-10-106-282/+370
* r1061: The start of the SamLogon call for the NETLOGON pipe.Andrew Bartlett2007-10-101-7/+19
* r1058: The start of work on the SamLogon call for NETLOGON.Andrew Bartlett2007-10-101-17/+17
* r1048: - moved the schannel definitions into a separate schannel.idlAndrew Tridgell2007-10-105-18/+61
* r1042: added testing of 128 bit schannel session keysAndrew Tridgell2007-10-102-1/+9
* r1041: - pulled the domain join code out of the netlogon test and made it a s...Andrew Tridgell2007-10-103-57/+88
* r1031: Move more code dealing with passwords to struct samr_Password.Andrew Bartlett2007-10-101-3/+3
* r1030: added server side schannel supportAndrew Tridgell2007-10-105-18/+54
* r1025: Rename (across the samr and netlogon pipes, so far)Andrew Bartlett2007-10-103-54/+54
* r1009: Make all users of NT and LM passwords use the samr_Password structure.Andrew Bartlett2007-10-103-25/+21
* r995: - renamed many of our crypto routines to use the industry standardAndrew Tridgell2007-10-101-1/+2
* r963: Tridge, according to ethereal this is an 'Acct Ctrl' field. My tests alsoVolker Lendecke2007-10-101-1/+1
* r962: convert 'unsigned' and 'unsigned int' to uint_tStefan Metzmacher2007-10-106-7/+7
* r961: convert 'uchar' to 'uint8_t'Stefan Metzmacher2007-10-103-12/+12
* r960: convert 'unsigned int' to uint_t in the most placesStefan Metzmacher2007-10-101-1/+1
* r952: fixed schannel from my last commitAndrew Tridgell2007-10-101-4/+10
* r950: - added netr_ServerAuthenticate3(). This is used by WinXP clients who t...Andrew Tridgell2007-10-101-10/+18
* r937: - added a simple QuerySecurity implementation in samr serverAndrew Tridgell2007-10-106-2/+174
* r924: got rid of the global well-known SIDs, instead using const defines in m...Andrew Tridgell2007-10-101-0/+30
* r920: a placeholder lsads.idl file (lack of this is why the build farm is unh...Andrew Tridgell2007-10-101-0/+16
* r919: - added lsa_QueryInfoPolicy2() to IDL, test suite and serverAndrew Tridgell2007-10-101-1/+8
* r917: - added the start of a LSA server to samba4.Andrew Tridgell2007-10-103-35/+28
* r895: use _t in base ndr fnsAndrew Tridgell2007-10-101-4/+4
* r890: convert samba4 to use [u]int8_t instead of [u]int8Stefan Metzmacher2007-10-102-9/+9
* r889: convert samba4 to use [u]int16_t instead of [u]int16Stefan Metzmacher2007-10-105-19/+19
* r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher2007-10-1013-112/+112
* r877: This attempt at IDL was accidently included in the pervious commit.Andrew Bartlett2007-10-101-9/+1
* r874: This patch is a pile of work on NTLMSSP:Andrew Bartlett2007-10-105-34/+45
* r873: converted samba4 to use real 64 bit integers instead ofAndrew Tridgell2007-10-104-35/+79
* r793: - don't make templates members of any class that would make them showAndrew Tridgell2007-10-101-0/+3
* r781: added level6 for logon level in SamLogon netlogon.idlAndrew Tridgell2007-10-101-2/+3