summaryrefslogtreecommitdiff
path: root/source4/rpc_server
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r4168: Implement QueryValue in the serverJelmer Vernooij1-1/+27
2007-10-10r4166: More small API fixes, keep registry structs as small as possible.Jelmer Vernooij1-6/+4
2007-10-10r4161: two more fixes for NT4 clients. Bugs found by kukks.Andrew Tridgell1-2/+6
2007-10-10r4155: More destinction between hives and predefined keysJelmer Vernooij1-1/+1
2007-10-10r4154: Add definitions for HKEY_PERFORMANCE_TEXT and HKEY_PERFORMANCE_NLSTEXTJelmer Vernooij1-2/+2
2007-10-10r4132: - Bunch of rather large fixes in the registryJelmer Vernooij2-32/+29
2007-10-10r4118: don't assume that "unsigned int" is the same type as uint32_tAndrew Tridgell1-1/+2
2007-10-10r4117: fixed EnumValue in winreg serverAndrew Tridgell1-7/+5
2007-10-10r4106: Add full name of two more hivesJelmer Vernooij1-2/+2
2007-10-10r4096: move the samdb code to source/dsdb/Stefan Metzmacher3-1045/+0
2007-10-10r4087: - add idl and torture tests for drsuapi_DsReplicaGetInfo()Stefan Metzmacher1-3/+3
2007-10-10r4086: - make dcerpc_ndr_request_table_send() the default and rename it to justStefan Metzmacher1-17/+21
2007-10-10r4082: support alter_context requestsStefan Metzmacher2-0/+133
2007-10-10r4081: use clearer namesStefan Metzmacher1-2/+2
2007-10-10r4075: implement RemoteTOD server functionStefan Metzmacher1-1/+31
2007-10-10r4058: added a type safe version of smb_xmalloc()Andrew Tridgell1-1/+1
2007-10-10r4055: fixed more places to use type safe allocation macrosAndrew Tridgell1-1/+1
2007-10-10r4052: fixed a bunch of code to use the type safe _p allocation macrosAndrew Tridgell3-10/+20
2007-10-10r4041: fix cut-n-paste typoStefan Metzmacher1-1/+1
2007-10-10r4037: fixed a bunch of "might be uninitialised" warnings after enabling -O1 ...Andrew Tridgell1-2/+2
2007-10-10r4012: split out the lsa lookup single name logic into a separate functionAndrew Tridgell1-24/+34
2007-10-10r4000: DATA_BLOB.data is uint8_t * not void * :-)Stefan Metzmacher1-1/+1
2007-10-10r3999: - reply with the same DsBindInfo blob as w2k3 in the server functionStefan Metzmacher1-4/+17
2007-10-10r3994: - removed the unused reference count code in lsa serverAndrew Tridgell1-37/+39
2007-10-10r3992: provide hooks for lsa to lookup sids allocated using the linear id->si...Andrew Tridgell1-17/+43
2007-10-10r3980: added server side support for lsa_LookupNames() and lsa_LookupNames2()Andrew Tridgell1-36/+179
2007-10-10r3979: added server side code for lsa_LookupSids2() and fixed authority_nameAndrew Tridgell1-33/+110
2007-10-10r3977: fixed the lmPwdHash change in the rpc server (we were not fetching theAndrew Tridgell1-1/+1
2007-10-10r3972: use GUID_* naming context and move GUID_* functions to one placeStefan Metzmacher2-3/+3
2007-10-10r3968: fix compiler warningsStefan Metzmacher1-1/+1
2007-10-10r3953: the lm verifier key in passwoed ChangePasswordUser3 is based on the ntAndrew Tridgell1-1/+1
2007-10-10r3952: added validation of the lm and nt verifiers to our server side passwor...Andrew Tridgell1-2/+41
2007-10-10r3922: Add yet another NETLOGON RPC. This is another varient of SamLogon,Andrew Bartlett1-3/+3
2007-10-10r3920: - it seem that we need to send a magic bind_guid in DsBind()Stefan Metzmacher1-3/+3
2007-10-10r3917: A few more LSA RPCs found in my wanderings (for trusted domains, theseAndrew Bartlett1-6/+6
2007-10-10r3914: add idl, torture test and simple server for netr_DrsGetDCNameEx2()Stefan Metzmacher1-4/+41
2007-10-10r3907: * Rename lsa_Name to lsa_StringAndrew Bartlett1-17/+17
2007-10-10r3904: * Add new LSA calls to open trusted domainsAndrew Bartlett1-2/+2
2007-10-10r3898: Work towards local/server DCOM support, start workingJelmer Vernooij3-1/+54
2007-10-10r3896: Correct header files in rpc server templates plusJelmer Vernooij1-11/+73
2007-10-10r3891: Add rot (Running Object Table) interfaceJelmer Vernooij1-1/+2
2007-10-10r3885: Add security descriptor comparison to our RPC-SAMSYNC test. We nowAndrew Bartlett1-2/+2
2007-10-10r3881: Split up the LIBNDR_GEN subsystem into NDR_* and RPC_NDR_* subsystems.Jelmer Vernooij1-13/+24
2007-10-10r3837: added support for LsaLookupSids in the LSA rpc server. This allows the...Andrew Tridgell1-2/+124
2007-10-10r3810: create a LIB_SECURITY subsystemStefan Metzmacher2-2/+2
2007-10-10r3809: fix compiler warningStefan Metzmacher1-1/+1
2007-10-10r3807: Cross-check the basic attributes for groups and aliases in RPC-SAMSYNC.Andrew Bartlett1-1/+1
2007-10-10r3804: Add more comparison tests in RPC-SAMSYNC.Andrew Bartlett2-8/+8
2007-10-10r3790: use a registration function that is called from dcerpc_*_init functionsJelmer Vernooij2-11/+9
2007-10-10r3789: - fix error handlingStefan Metzmacher2-21/+41