summaryrefslogtreecommitdiff
path: root/source4/rpc_server/winreg
Commit message (Expand)AuthorAgeFilesLines
* more include minimisationAndrew Tridgell2009-09-191-2/+0
* s4:rpc_server: s/private/private_dataStefan Metzmacher2009-02-021-2/+2
* Fix the build.Jelmer Vernooij2008-10-211-2/+2
* Merge branch 'master' of ssh://git.samba.org/data/git/samba into regsrvJelmer Vernooij2008-10-211-8/+7
|\
| * Sync parameter names with samba 3.Jelmer Vernooij2008-10-151-6/+6
| * winreg.idl: Sync ref change from Samba 3.Jelmer Vernooij2008-10-151-1/+1
* | Registry RPC server: Reintroduce the "key" variable for better readabilityMatthias Dieter Wallnöfer2008-10-211-22/+34
* | Registry server: Fixes up the patch with "type" != NULL (used in "EnumValue" ...Matthias Dieter Wallnöfer2008-10-211-3/+6
* | Revert "Registry server: Enhances commit "type" != NULL (when getting values)"Matthias Dieter Wallnöfer2008-10-211-2/+13
* | Registry server: Enhances commit "type" != NULL (when getting values)Matthias Dieter Wallnöfer2008-10-211-13/+2
* | Registry server "reg_ldb_unpack_value": Tests demonstrate that also "type" do...Matthias Dieter Wallnöfer2008-10-211-15/+9
* | Registry server: Cosmetic correctionsMatthias Dieter Wallnöfer2008-10-211-23/+11
* | Cleanups of server filesMatthias Dieter Wallnöfer2008-10-211-15/+16
* | Registry server: More work to be compatibleMatthias Dieter Wallnöfer2008-10-211-16/+38
* | Fixes for the WINREG RPC serverMatthias Dieter Wallnöfer2008-10-211-28/+41
|/
* Specify event_context to ldb_wrap_connect explicitly.Jelmer Vernooij2008-04-171-1/+1
* More kludge ACLs!Andrew Bartlett2008-03-201-87/+146
* r26689: registry: Return max_subkeynamelen, max_valnamelen and max_valbufsize...Jelmer Vernooij2008-01-071-2/+4
* r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...Jelmer Vernooij2008-01-011-1/+1
* r26296: Store loadparm context in DCE/RPC server context.Jelmer Vernooij2007-12-211-1/+1
* r26239: Fix registry argument order.Jelmer Vernooij2007-12-211-2/+1
* r26236: Remove more uses of global_loadparm or specify loadparm_context expli...Jelmer Vernooij2007-12-211-0/+2
* r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)Stefan Metzmacher2007-12-211-4/+4
* r25539: Also correct indent for winreg server.Günther Deschner2007-10-101-177/+181
* r24817: Don't REG_NONE for all value types. Patch fromJelmer Vernooij2007-10-101-1/+5
* 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