summaryrefslogtreecommitdiff
path: root/source4/rpc_server
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r4278: - added server support for lsa_EnumPrivsAccount()Andrew Tridgell1-6/+52
2007-10-10r4277: - added server support for lsa_EnumAccounts()Andrew Tridgell1-1/+62
2007-10-10r4276: added server side support for lsa_OpenAccount()Andrew Tridgell1-2/+73
2007-10-10r4275: improve the share type infoAndrew Tridgell1-0/+6
2007-10-10r4213: Store REG_SZ in UTF16, not the unix charset..Jelmer Vernooij1-2/+8
2007-10-10r4209: Fix several smaller bugsJelmer Vernooij1-2/+18
2007-10-10r4206: fixed a status code check in lsa_LookupNames2 that could cause a segvAndrew Tridgell1-3/+4
2007-10-10r4204: Arguments to reg_del_key more like the RPC for more efficient usageJelmer Vernooij1-4/+1
2007-10-10r4203: the bind_info blob isn't a const.Stefan Metzmacher1-9/+14
2007-10-10r4202: added smbclient commands "addprivileges" and "delprivileges" forAndrew Tridgell1-0/+3
2007-10-10r4199: - added server side code for lsa_RemoveAccountRights (sharing codeAndrew Tridgell1-18/+42
2007-10-10r4198: - added server side code for lsa_AddAccountRightsAndrew Tridgell1-5/+63
2007-10-10r4196: - added server side code for lsa_LookupPrivDisplayNameAndrew Tridgell1-4/+51
2007-10-10r4195: added IDL, test suite and server side code for lsa_LookupPrivValueAndrew Tridgell1-7/+25
2007-10-10r4194: added server side implementation of lsa_EnumPrivsAndrew Tridgell1-1/+34
2007-10-10r4193: added server side implementation of lsa_EnumAccountsWithUserRightAndrew Tridgell1-7/+48
2007-10-10r4192: added server side implementation of lsa_EnumAccountRightsAndrew Tridgell1-3/+47
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