summaryrefslogtreecommitdiff
path: root/source4/rpc_server/winreg
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r18860: fixed some code that bitrotted while we didn't have the safety checkAndrew Tridgell1-1/+1
2007-10-10r18584: found one of the fd leaks. The registry backend was using aAndrew Tridgell1-1/+4
2007-10-10r18566: fixed the winreg pipe and winreg testsAndrew Tridgell1-0/+4
2007-10-10r18561: Fix [out] pointers in winreg IDLGerald Carter1-7/+7
2007-10-10r18330: don't mix pointer types in RPC repliesAndrew Tridgell1-1/+5
2007-10-10r15358: Fix some compiler warnings / type safety. Found by tccJelmer Vernooij1-2/+2
2007-10-10r14599: Pass ACLs down the registry layer.Jelmer Vernooij1-1/+1
2007-10-10r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij1-0/+1
2007-10-10r11261: Rename access_required field in winreg idl to access_mask so it matchesTim Potter1-1/+1
2007-10-10r10026: Move registry header file to lib/registryJelmer Vernooij1-1/+1
2007-10-10r10007: Merge data_blk and data_len member of registry_value into a DATA_BLOB.Jelmer Vernooij1-7/+10
2007-10-10r9567: fixed the winreg IDL for CreateKey, including a securityAndrew Tridgell1-4/+21
2007-10-10r9410: - a winreg_CloseKey() should return a zero key on success (zeroing theAndrew Tridgell1-7/+4
2007-10-10r9388: we should fault bad handles given to winreg_GetVersion()Andrew Tridgell1-1/+5
2007-10-10r9359: don't check for size overflow if value is NULLAndrew Tridgell1-1/+2
2007-10-10r9358: - opening a winreg key of "" is the same as re-opening the hive. TheAndrew Tridgell1-11/+17
2007-10-10r9338: fixed the winreg IDL to be correct for the EnumKey and EnumValueAndrew Tridgell1-12/+38
2007-10-10r9284: Whitespace. (-:Tim Potter1-3/+3
2007-10-10r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell1-1/+1
2007-10-10r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell1-6/+6
2007-10-10r4640: first stage in the server side support for multiple context_ids on one...Andrew Tridgell1-40/+28
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-10r4204: Arguments to reg_del_key more like the RPC for more efficient usageJelmer Vernooij1-4/+1
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-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-10r3468: split out dcerpc_server.hAndrew Tridgell1-0/+1
2007-10-10r3464: split out registry.h, rap.h and ldap_server.hAndrew Tridgell1-0/+1
2007-10-10r3428: switched to using minimal includes for the auto-generated RPC code.Andrew Tridgell1-0/+1
2007-10-10r3369: More registry updatesJelmer Vernooij1-3/+61
2007-10-10r3367: More registry updates.Jelmer Vernooij1-2/+7
2007-10-10r3348: More registry fixes and additions. The following functions work right ...Jelmer Vernooij1-1/+1
2007-10-10r3340: Various fixes in the registry code. Implement the EnumKey callJelmer Vernooij1-1/+9
2007-10-10r3338: More work on the winreg RPC server. Opening hives is now supported, mo...Jelmer Vernooij1-65/+69
2007-10-10r2696: DCOM updates:Jelmer Vernooij1-10/+15
2007-10-10r2627: use the new talloc capabilities in a bunch more places in the rpcAndrew Tridgell1-1/+1
2007-10-10r2519: Registry RPC pipe fixes (use struct registry_key instead of REG_KEY, etc)Jelmer Vernooij1-23/+19
2007-10-10r465: we need common.h in two more rpc server pipesAndrew Tridgell1-0/+1
2007-10-10r464: a big improvement to the API for writing server-side RPCAndrew Tridgell1-81/+75
2007-10-10r424: let this code compile on every machine hopefullyStefan Metzmacher1-2/+2
2007-10-10r355: Fix a bunch of compiler warnings in the registry code.Tim Potter1-5/+3
2007-10-10r128: Another registry update. Changes:Jelmer Vernooij1-110/+104
2007-10-10r126: - add first srvsvc and wkssvc server side stuffStefan Metzmacher1-2/+2
2007-10-10r62: Fix the buildJelmer Vernooij1-2/+4