summaryrefslogtreecommitdiff
path: root/source4/rpc_server/winreg
Commit message (Expand)AuthorAgeFilesLines
...
* r24727: Initialize variable.Jelmer Vernooij2007-10-101-1/+1
* r24726: Add tests for getting/setting security descriptors (still failing at ...Jelmer Vernooij2007-10-101-5/+1
* r24667: Finally merge the registry improvements that Wilco Baan Hofman and I ...Jelmer Vernooij2007-10-101-109/+130
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r20850: Prefix all server calls with dcesrv_Jelmer Vernooij2007-10-101-29/+29
* r18860: fixed some code that bitrotted while we didn't have the safety checkAndrew Tridgell2007-10-101-1/+1
* r18584: found one of the fd leaks. The registry backend was using aAndrew Tridgell2007-10-101-1/+4
* r18566: fixed the winreg pipe and winreg testsAndrew Tridgell2007-10-101-0/+4
* r18561: Fix [out] pointers in winreg IDLGerald Carter2007-10-101-7/+7
* r18330: don't mix pointer types in RPC repliesAndrew Tridgell2007-10-101-1/+5
* r15358: Fix some compiler warnings / type safety. Found by tccJelmer Vernooij2007-10-101-2/+2
* r14599: Pass ACLs down the registry layer.Jelmer Vernooij2007-10-101-1/+1
* r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij2007-10-101-0/+1
* r11261: Rename access_required field in winreg idl to access_mask so it matchesTim Potter2007-10-101-1/+1
* r10026: Move registry header file to lib/registryJelmer Vernooij2007-10-101-1/+1
* r10007: Merge data_blk and data_len member of registry_value into a DATA_BLOB.Jelmer Vernooij2007-10-101-7/+10
* r9567: fixed the winreg IDL for CreateKey, including a securityAndrew Tridgell2007-10-101-4/+21
* r9410: - a winreg_CloseKey() should return a zero key on success (zeroing theAndrew Tridgell2007-10-101-7/+4
* r9388: we should fault bad handles given to winreg_GetVersion()Andrew Tridgell2007-10-101-1/+5
* r9359: don't check for size overflow if value is NULLAndrew Tridgell2007-10-101-1/+2
* r9358: - opening a winreg key of "" is the same as re-opening the hive. TheAndrew Tridgell2007-10-101-11/+17
* r9338: fixed the winreg IDL to be correct for the EnumKey and EnumValueAndrew Tridgell2007-10-101-12/+38
* r9284: Whitespace. (-:Tim Potter2007-10-101-3/+3
* r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell2007-10-101-1/+1
* r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell2007-10-101-6/+6
* r4640: first stage in the server side support for multiple context_ids on one...Andrew Tridgell2007-10-101-40/+28
* r4213: Store REG_SZ in UTF16, not the unix charset..Jelmer Vernooij2007-10-101-2/+8
* r4209: Fix several smaller bugsJelmer Vernooij2007-10-101-2/+18
* r4204: Arguments to reg_del_key more like the RPC for more efficient usageJelmer Vernooij2007-10-101-4/+1
* r4168: Implement QueryValue in the serverJelmer Vernooij2007-10-101-1/+27
* r4166: More small API fixes, keep registry structs as small as possible.Jelmer Vernooij2007-10-101-6/+4
* r4155: More destinction between hives and predefined keysJelmer Vernooij2007-10-101-1/+1
* r4154: Add definitions for HKEY_PERFORMANCE_TEXT and HKEY_PERFORMANCE_NLSTEXTJelmer Vernooij2007-10-101-2/+2
* r4132: - Bunch of rather large fixes in the registryJelmer Vernooij2007-10-102-32/+29
* r4118: don't assume that "unsigned int" is the same type as uint32_tAndrew Tridgell2007-10-101-1/+2
* r4117: fixed EnumValue in winreg serverAndrew Tridgell2007-10-101-7/+5
* r4106: Add full name of two more hivesJelmer Vernooij2007-10-101-2/+2
* r3468: split out dcerpc_server.hAndrew Tridgell2007-10-101-0/+1
* r3464: split out registry.h, rap.h and ldap_server.hAndrew Tridgell2007-10-101-0/+1
* r3428: switched to using minimal includes for the auto-generated RPC code.Andrew Tridgell2007-10-101-0/+1
* r3369: More registry updatesJelmer Vernooij2007-10-101-3/+61
* r3367: More registry updates.Jelmer Vernooij2007-10-101-2/+7
* r3348: More registry fixes and additions. The following functions work right ...Jelmer Vernooij2007-10-101-1/+1
* r3340: Various fixes in the registry code. Implement the EnumKey callJelmer Vernooij2007-10-101-1/+9
* r3338: More work on the winreg RPC server. Opening hives is now supported, mo...Jelmer Vernooij2007-10-101-65/+69
* r2696: DCOM updates:Jelmer Vernooij2007-10-101-10/+15
* r2627: use the new talloc capabilities in a bunch more places in the rpcAndrew Tridgell2007-10-101-1/+1
* r2519: Registry RPC pipe fixes (use struct registry_key instead of REG_KEY, etc)Jelmer Vernooij2007-10-101-23/+19
* r465: we need common.h in two more rpc server pipesAndrew Tridgell2007-10-101-0/+1
* r464: a big improvement to the API for writing server-side RPCAndrew Tridgell2007-10-101-81/+75