summaryrefslogtreecommitdiff
path: root/source4/rpc_server/winreg
AgeCommit message (Expand)AuthorFilesLines
2008-10-21Fix the build.Jelmer Vernooij1-2/+2
2008-10-21Merge branch 'master' of ssh://git.samba.org/data/git/samba into regsrvJelmer Vernooij1-8/+7
2008-10-21Registry RPC server: Reintroduce the "key" variable for better readabilityMatthias Dieter Wallnöfer1-22/+34
2008-10-21Registry server: Fixes up the patch with "type" != NULL (used in "EnumValue" ...Matthias Dieter Wallnöfer1-3/+6
2008-10-21Revert "Registry server: Enhances commit "type" != NULL (when getting values)"Matthias Dieter Wallnöfer1-2/+13
2008-10-21Registry server: Enhances commit "type" != NULL (when getting values)Matthias Dieter Wallnöfer1-13/+2
2008-10-21Registry server "reg_ldb_unpack_value": Tests demonstrate that also "type" do...Matthias Dieter Wallnöfer1-15/+9
2008-10-21Registry server: Cosmetic correctionsMatthias Dieter Wallnöfer1-23/+11
2008-10-21Cleanups of server filesMatthias Dieter Wallnöfer1-15/+16
2008-10-21Registry server: More work to be compatibleMatthias Dieter Wallnöfer1-16/+38
2008-10-21Fixes for the WINREG RPC serverMatthias Dieter Wallnöfer1-28/+41
2008-10-15Sync parameter names with samba 3.Jelmer Vernooij1-6/+6
2008-10-15winreg.idl: Sync ref change from Samba 3.Jelmer Vernooij1-1/+1
2008-04-17Specify event_context to ldb_wrap_connect explicitly.Jelmer Vernooij1-1/+1
2008-03-20More kludge ACLs!Andrew Bartlett1-87/+146
2008-01-07r26689: registry: Return max_subkeynamelen, max_valnamelen and max_valbufsize...Jelmer Vernooij1-2/+4
2008-01-01r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...Jelmer Vernooij1-1/+1
2007-12-21r26296: Store loadparm context in DCE/RPC server context.Jelmer Vernooij1-1/+1
2007-12-21r26239: Fix registry argument order.Jelmer Vernooij1-2/+1
2007-12-21r26236: Remove more uses of global_loadparm or specify loadparm_context expli...Jelmer Vernooij1-0/+2
2007-12-21r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)Stefan Metzmacher1-4/+4
2007-10-10r25539: Also correct indent for winreg server.Günther Deschner1-177/+181
2007-10-10r24817: Don't REG_NONE for all value types. Patch fromJelmer Vernooij1-1/+5
2007-10-10r24727: Initialize variable.Jelmer Vernooij1-1/+1
2007-10-10r24726: Add tests for getting/setting security descriptors (still failing at ...Jelmer Vernooij1-5/+1
2007-10-10r24667: Finally merge the registry improvements that Wilco Baan Hofman and I ...Jelmer Vernooij1-109/+130
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r20850: Prefix all server calls with dcesrv_Jelmer Vernooij1-29/+29
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