Age | Commit message (Expand) | Author | Files | Lines |
2009-11-27 | s4:WINREG RPC server - add another "talloc_unlink" in "DeleteKey" | Matthias Dieter Wallnöfer | 1 | -1/+5 |
2009-11-27 | s4:WINREG RPC server - Reintroduce the free operation on "CloseKey" | Matthias Dieter Wallnöfer | 1 | -0/+2 |
2009-11-21 | s4:WINREG RPC server - Cosmetic | Matthias Dieter Wallnöfer | 1 | -2/+2 |
2009-11-17 | s4:WINREG RPC server - remove a "talloc_free" | Matthias Dieter Wallnöfer | 1 | -2/+0 |
2009-09-19 | more include minimisation | Andrew Tridgell | 1 | -2/+0 |
2009-02-02 | s4:rpc_server: s/private/private_data | Stefan Metzmacher | 1 | -2/+2 |
2008-10-21 | Fix the build. | Jelmer Vernooij | 1 | -2/+2 |
2008-10-21 | Merge branch 'master' of ssh://git.samba.org/data/git/samba into regsrv | Jelmer Vernooij | 1 | -8/+7 |
2008-10-21 | Registry RPC server: Reintroduce the "key" variable for better readability | Matthias Dieter Wallnöfer | 1 | -22/+34 |
2008-10-21 | Registry server: Fixes up the patch with "type" != NULL (used in "EnumValue" ... | Matthias Dieter Wallnöfer | 1 | -3/+6 |
2008-10-21 | Revert "Registry server: Enhances commit "type" != NULL (when getting values)" | Matthias Dieter Wallnöfer | 1 | -2/+13 |
2008-10-21 | Registry server: Enhances commit "type" != NULL (when getting values) | Matthias Dieter Wallnöfer | 1 | -13/+2 |
2008-10-21 | Registry server "reg_ldb_unpack_value": Tests demonstrate that also "type" do... | Matthias Dieter Wallnöfer | 1 | -15/+9 |
2008-10-21 | Registry server: Cosmetic corrections | Matthias Dieter Wallnöfer | 1 | -23/+11 |
2008-10-21 | Cleanups of server files | Matthias Dieter Wallnöfer | 1 | -15/+16 |
2008-10-21 | Registry server: More work to be compatible | Matthias Dieter Wallnöfer | 1 | -16/+38 |
2008-10-21 | Fixes for the WINREG RPC server | Matthias Dieter Wallnöfer | 1 | -28/+41 |
2008-10-15 | Sync parameter names with samba 3. | Jelmer Vernooij | 1 | -6/+6 |
2008-10-15 | winreg.idl: Sync ref change from Samba 3. | Jelmer Vernooij | 1 | -1/+1 |
2008-04-17 | Specify event_context to ldb_wrap_connect explicitly. | Jelmer Vernooij | 1 | -1/+1 |
2008-03-20 | More kludge ACLs! | Andrew Bartlett | 1 | -87/+146 |
2008-01-07 | r26689: registry: Return max_subkeynamelen, max_valnamelen and max_valbufsize... | Jelmer Vernooij | 1 | -2/+4 |
2008-01-01 | r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,... | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26296: Store loadparm context in DCE/RPC server context. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26239: Fix registry argument order. | Jelmer Vernooij | 1 | -2/+1 |
2007-12-21 | r26236: Remove more uses of global_loadparm or specify loadparm_context expli... | Jelmer Vernooij | 1 | -0/+2 |
2007-12-21 | r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers) | Stefan Metzmacher | 1 | -4/+4 |
2007-10-10 | r25539: Also correct indent for winreg server. | Günther Deschner | 1 | -177/+181 |
2007-10-10 | r24817: Don't REG_NONE for all value types. Patch from | Jelmer Vernooij | 1 | -1/+5 |
2007-10-10 | r24727: Initialize variable. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r24726: Add tests for getting/setting security descriptors (still failing at ... | Jelmer Vernooij | 1 | -5/+1 |
2007-10-10 | r24667: Finally merge the registry improvements that Wilco Baan Hofman and I ... | Jelmer Vernooij | 1 | -109/+130 |
2007-10-10 | r23792: convert Samba4 to GPLv3 | Andrew Tridgell | 1 | -3/+2 |
2007-10-10 | r20850: Prefix all server calls with dcesrv_ | Jelmer Vernooij | 1 | -29/+29 |
2007-10-10 | r18860: fixed some code that bitrotted while we didn't have the safety check | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r18584: found one of the fd leaks. The registry backend was using a | Andrew Tridgell | 1 | -1/+4 |
2007-10-10 | r18566: fixed the winreg pipe and winreg tests | Andrew Tridgell | 1 | -0/+4 |
2007-10-10 | r18561: Fix [out] pointers in winreg IDL | Gerald Carter | 1 | -7/+7 |
2007-10-10 | r18330: don't mix pointer types in RPC replies | Andrew Tridgell | 1 | -1/+5 |
2007-10-10 | r15358: Fix some compiler warnings / type safety. Found by tcc | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r14599: Pass ACLs down the registry layer. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r14464: Don't include ndr_BASENAME.h files unless strictly required, instead | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r11261: Rename access_required field in winreg idl to access_mask so it matches | Tim Potter | 1 | -1/+1 |
2007-10-10 | r10026: Move registry header file to lib/registry | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r10007: Merge data_blk and data_len member of registry_value into a DATA_BLOB. | Jelmer Vernooij | 1 | -7/+10 |
2007-10-10 | r9567: fixed the winreg IDL for CreateKey, including a security | Andrew Tridgell | 1 | -4/+21 |
2007-10-10 | r9410: - a winreg_CloseKey() should return a zero key on success (zeroing the | Andrew Tridgell | 1 | -7/+4 |
2007-10-10 | r9388: we should fault bad handles given to winreg_GetVersion() | Andrew Tridgell | 1 | -1/+5 |
2007-10-10 | r9359: don't check for size overflow if value is NULL | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r9358: - opening a winreg key of "" is the same as re-opening the hive. The | Andrew Tridgell | 1 | -11/+17 |