summaryrefslogtreecommitdiff
path: root/source4/librpc
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r1703: - Lots of RPC updates, adding new pipes and protocols.Jelmer Vernooij9-40/+795
2007-10-10r1679: fix add the extrasids and resource group array inStefan Metzmacher1-5/+12
2007-10-10r1677: security descriptors are always little-endian, regardless of DCE/RPCAndrew Tridgell1-1/+1
2007-10-10r1675: netlogon deltas IDL update from Richard RenardAndrew Tridgell1-4/+5
2007-10-10r1673: using the new [relative] pidl handling, the PAC decode is now much closerAndrew Tridgell1-54/+17
2007-10-10r1671: make [relative] pointers in idl much more generic, treating them justAndrew Tridgell1-3/+1
2007-10-10r1657: fixed the string types of two strings in svcctl.Andrew Tridgell1-2/+2
2007-10-10r1654: rename cli_ -> smbcli_Stefan Metzmacher2-16/+16
2007-10-10r1648: the endpoints for the DRSUAPI pipe areStefan Metzmacher1-1/+1
2007-10-10r1645: added a debug when a RPC fault is receivedAndrew Tridgell1-0/+1
2007-10-10r1644: changed the way [relative] pointers work in pidl, making them muchAndrew Tridgell1-0/+12
2007-10-10r1641: Finish IDL for EnumServicesStatusJelmer Vernooij1-1/+1
2007-10-10r1617: Start working on the svcctl pipeJelmer Vernooij2-0/+162
2007-10-10r1558: the unknown_time is the same as the logon_time in the PAC_LOGON_INFOStefan Metzmacher1-3/+3
2007-10-10r1552: commit the first version of the pidl generated krb5 PAC parserStefan Metzmacher2-0/+154
2007-10-10r1545: add some comments and move a transport function to the transport sectionStefan Metzmacher1-5/+8
2007-10-10r1543: add srvsvc_NetRemoteTOD idl and torture testsStefan Metzmacher1-1/+21
2007-10-10r1525: share info level 1004 is invalid,Stefan Metzmacher1-4/+9
2007-10-10r1524: add some commentsStefan Metzmacher1-1/+13
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-10r1482: today I saw DCERPC_AUTH_TYPE 16(0x10)Stefan Metzmacher1-0/+4
2007-10-10r1481: add idl file and torture test dummiesStefan Metzmacher2-0/+118
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 Metzmacher2-0/+80
2007-10-10r1294: A nice, large, commit...Andrew Bartlett7-137/+377
2007-10-10r1275: Make spoolss_PrinterInfo2 and spoolss_PrinterInfo5 public so we canTim Potter1-2/+2
2007-10-10r1274: revert -r 1239 as discussed with abartletStefan Metzmacher1-301/+0
2007-10-10r1269: Add a 'base' field to the ndr_ofs_list structure which is the base toTim Potter2-1/+5
2007-10-10r1264: Make sure to initialize ofs_list when creating new ndr_{push,pull}Tim Potter1-0/+2
2007-10-10r1239: move the old msrpc_<gen|parse>() functions to ndr_<push|pull>_format_b...Stefan Metzmacher1-0/+301
2007-10-10r1206: Give the spoolss pipe an endpoint.Tim Potter1-1/+2
2007-10-10r1200: Add 'gensec', our generic security layer.Andrew Bartlett6-319/+162
2007-10-10r1150: - fixed interactive sam logon in the rpc serverAndrew Tridgell1-11/+9
2007-10-10r1144: added logon level 5 for sam logonAndrew Tridgell1-0/+1
2007-10-10r1141: - consolidated the netr_SamInfo structures using a netr_SamBaseInfoAndrew Tridgell1-56/+9
2007-10-10r1140: added IDL and test code for validation level 6 in sam logonAndrew Tridgell1-16/+40
2007-10-10r1139: added IDL and server code for netr_LogonSamLogonWithFlags()Andrew Tridgell1-1/+14
2007-10-10r1136: - added IDL for netr_LogonGetDomainInfo()Andrew Tridgell2-1/+101
2007-10-10r1133: - add ndr_pull_ptr() as a separate call instead of ndr_pull_uint32()Andrew Tridgell1-0/+10
2007-10-10r1132: add a PRINTF_ATTRIBUTE to ndr_pull_error() to catch printf style codin...Andrew Tridgell1-1/+2
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-10r1061: The start of the SamLogon call for the NETLOGON pipe.Andrew Bartlett1-7/+19
2007-10-10r1058: The start of work on the SamLogon call for NETLOGON.Andrew Bartlett1-17/+17
2007-10-10r1048: - moved the schannel definitions into a separate schannel.idlAndrew Tridgell5-18/+61
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