summaryrefslogtreecommitdiffstats
path: root/source4/rpc_server
Commit message (Expand)AuthorAgeFilesLines
...
* r4117: fixed EnumValue in winreg serverAndrew Tridgell2007-10-101-7/+5
* r4106: Add full name of two more hivesJelmer Vernooij2007-10-101-2/+2
* r4096: move the samdb code to source/dsdb/Stefan Metzmacher2007-10-103-1045/+0
* r4087: - add idl and torture tests for drsuapi_DsReplicaGetInfo()Stefan Metzmacher2007-10-101-3/+3
* r4086: - make dcerpc_ndr_request_table_send() the default and rename it to justStefan Metzmacher2007-10-101-17/+21
* r4082: support alter_context requestsStefan Metzmacher2007-10-102-0/+133
* r4081: use clearer namesStefan Metzmacher2007-10-101-2/+2
* r4075: implement RemoteTOD server functionStefan Metzmacher2007-10-101-1/+31
* r4058: added a type safe version of smb_xmalloc()Andrew Tridgell2007-10-101-1/+1
* r4055: fixed more places to use type safe allocation macrosAndrew Tridgell2007-10-101-1/+1
* r4052: fixed a bunch of code to use the type safe _p allocation macrosAndrew Tridgell2007-10-103-10/+20
* r4041: fix cut-n-paste typoStefan Metzmacher2007-10-101-1/+1
* r4037: fixed a bunch of "might be uninitialised" warnings after enabling -O1 ...Andrew Tridgell2007-10-101-2/+2
* r4012: split out the lsa lookup single name logic into a separate functionAndrew Tridgell2007-10-101-24/+34
* r4000: DATA_BLOB.data is uint8_t * not void * :-)Stefan Metzmacher2007-10-101-1/+1
* r3999: - reply with the same DsBindInfo blob as w2k3 in the server functionStefan Metzmacher2007-10-101-4/+17
* r3994: - removed the unused reference count code in lsa serverAndrew Tridgell2007-10-101-37/+39
* r3992: provide hooks for lsa to lookup sids allocated using the linear id->si...Andrew Tridgell2007-10-101-17/+43
* r3980: added server side support for lsa_LookupNames() and lsa_LookupNames2()Andrew Tridgell2007-10-101-36/+179
* r3979: added server side code for lsa_LookupSids2() and fixed authority_nameAndrew Tridgell2007-10-101-33/+110
* r3977: fixed the lmPwdHash change in the rpc server (we were not fetching theAndrew Tridgell2007-10-101-1/+1
* r3972: use GUID_* naming context and move GUID_* functions to one placeStefan Metzmacher2007-10-102-3/+3
* r3968: fix compiler warningsStefan Metzmacher2007-10-101-1/+1
* r3953: the lm verifier key in passwoed ChangePasswordUser3 is based on the ntAndrew Tridgell2007-10-101-1/+1
* r3952: added validation of the lm and nt verifiers to our server side passwor...Andrew Tridgell2007-10-101-2/+41
* r3922: Add yet another NETLOGON RPC. This is another varient of SamLogon,Andrew Bartlett2007-10-101-3/+3
* r3920: - it seem that we need to send a magic bind_guid in DsBind()Stefan Metzmacher2007-10-101-3/+3
* r3917: A few more LSA RPCs found in my wanderings (for trusted domains, theseAndrew Bartlett2007-10-101-6/+6
* r3914: add idl, torture test and simple server for netr_DrsGetDCNameEx2()Stefan Metzmacher2007-10-101-4/+41
* r3907: * Rename lsa_Name to lsa_StringAndrew Bartlett2007-10-101-17/+17
* r3904: * Add new LSA calls to open trusted domainsAndrew Bartlett2007-10-101-2/+2
* r3898: Work towards local/server DCOM support, start workingJelmer Vernooij2007-10-103-1/+54
* r3896: Correct header files in rpc server templates plusJelmer Vernooij2007-10-101-11/+73
* r3891: Add rot (Running Object Table) interfaceJelmer Vernooij2007-10-101-1/+2
* r3885: Add security descriptor comparison to our RPC-SAMSYNC test. We nowAndrew Bartlett2007-10-101-2/+2
* r3881: Split up the LIBNDR_GEN subsystem into NDR_* and RPC_NDR_* subsystems.Jelmer Vernooij2007-10-101-13/+24
* r3837: added support for LsaLookupSids in the LSA rpc server. This allows the...Andrew Tridgell2007-10-101-2/+124
* r3810: create a LIB_SECURITY subsystemStefan Metzmacher2007-10-102-2/+2
* r3809: fix compiler warningStefan Metzmacher2007-10-101-1/+1
* r3807: Cross-check the basic attributes for groups and aliases in RPC-SAMSYNC.Andrew Bartlett2007-10-101-1/+1
* r3804: Add more comparison tests in RPC-SAMSYNC.Andrew Bartlett2007-10-102-8/+8
* r3790: use a registration function that is called from dcerpc_*_init functionsJelmer Vernooij2007-10-102-11/+9
* r3789: - fix error handlingStefan Metzmacher2007-10-102-21/+41
* r3788: give new accounts and groups a objectGUIDStefan Metzmacher2007-10-101-16/+27
* r3784: do a samdb lookup for the DsCrackNames serverStefan Metzmacher2007-10-103-16/+154
* r3783: - don't use make proto for ldb anymoreStefan Metzmacher2007-10-107-2/+9
* r3737: - Get rid of the register_subsystem() and register_backend() functions.Jelmer Vernooij2007-10-104-34/+2
* r3733: More build system fixes/features:Jelmer Vernooij2007-10-102-21/+12
* r3724: Rename a number of structures, for better consistance between SAMR andAndrew Bartlett2007-10-102-152/+152
* r3689: Large number of COM updates:Jelmer Vernooij2007-10-103-73/+5