Age | Commit message (Expand) | Author | Files | Lines |
2007-12-21 | r25730: Fix IDL for incorrect winreg_SetKeySecurity. | Günther Deschner | 1 | -1/+17 |
2007-12-21 | r25612: Add test_SetKeySecurity() call. | Günther Deschner | 1 | -1/+45 |
2007-12-21 | r25611: Smaller fix for winreg test. | Günther Deschner | 1 | -1/+5 |
2007-12-21 | r25609: Reformat RPC-WINREG test. | Günther Deschner | 1 | -18/+22 |
2007-12-21 | r25607: Allow to set security descriptor type flags at creation time with | Günther Deschner | 1 | -0/+1 |
2007-12-21 | r25606: Allow test_GetKeySecurity() to return a security descriptor. | Günther Deschner | 1 | -7/+13 |
2007-10-10 | r25532: Fix some more indentations. Sorry Günther, could not resist, after | Michael Adam | 1 | -21/+21 |
2007-10-10 | r25529: Reformatting. | Günther Deschner | 1 | -97/+98 |
2007-10-10 | r24846: Use metadata about dangerous tests. | Jelmer Vernooij | 1 | -15/+10 |
2007-10-10 | r24751: Run more tests, remove empty testsuites, more small improvements. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r24741: More use of the torture API. | Jelmer Vernooij | 1 | -1/+0 |
2007-10-10 | r24667: Finally merge the registry improvements that Wilco Baan Hofman and I ... | Jelmer Vernooij | 1 | -358/+216 |
2007-10-10 | r24557: rename 'dcerpc_table_' -> 'ndr_table_' | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r23821: Extend the winreg test by a test for DeleteKey on a | Michael Adam | 1 | -0/+66 |
2007-10-10 | r23792: convert Samba4 to GPLv3 | Andrew Tridgell | 1 | -3/+2 |
2007-10-10 | r23561: Fix an output message. | Michael Adam | 1 | -1/+1 |
2007-10-10 | r22339: Run some more tests. | Jelmer Vernooij | 1 | -99/+99 |
2007-10-10 | r21694: Some more testing updates. | Jelmer Vernooij | 1 | -2/+1 |
2007-10-10 | r21386: Run all NDR tests in the buildfarm, import some functions from Samba3... | Jelmer Vernooij | 1 | -1/+2 |
2007-10-10 | r19392: Use torture_setting_* rather than lp_parm_* where possible. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r18566: fixed the winreg pipe and winreg tests | Andrew Tridgell | 1 | -1/+17 |
2007-10-10 | r18561: Fix [out] pointers in winreg IDL | Gerald Carter | 1 | -4/+4 |
2007-10-10 | r15776: Don't generate ref pointers in Samba4-generated code. There is no point | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r15358: Fix some compiler warnings / type safety. Found by tcc | Jelmer Vernooij | 1 | -5/+6 |
2007-10-10 | r14860: create libcli/security/security.h | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r14720: Add torture_context argument to all torture tests | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r14470: Remove some unnecessary headers. | Jelmer Vernooij | 1 | -1/+0 |
2007-10-10 | r14464: Don't include ndr_BASENAME.h files unless strictly required, instead | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r14402: Generate seperate headers for RPC client functions. | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r14379: Build torture/rpc/ as a seperate smbtorture module. Move helper | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r13924: Split more prototypes out of include/proto.h + initial work on header | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r12693: Move core data structures out of smb.h into core.h | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r12510: Change the DCE/RPC interfaces to take a pointer to a | Jelmer Vernooij | 1 | -5/+1 |
2007-10-10 | r11457: fixed the winreg IDL and torture code so key and value enumerations | Andrew Tridgell | 1 | -8/+8 |
2007-10-10 | r11261: Rename access_required field in winreg idl to access_mask so it matches | Tim Potter | 1 | -3/+3 |
2007-10-10 | r11243: length and size can now be filled in automatically. | Jelmer Vernooij | 1 | -7/+1 |
2007-10-10 | r11210: Log registry open function name when starting hive tests. | Tim Potter | 1 | -6/+12 |
2007-10-10 | r9578: fixed an endless loop and memory leak in the QueryMultipleValues test | Andrew Tridgell | 1 | -3/+5 |
2007-10-10 | r9575: more automatic cleanup code in winreg test | Andrew Tridgell | 1 | -2/+7 |
2007-10-10 | r9574: - made the sec_info fields in lsa and samr use a IDL bitmap | Andrew Tridgell | 1 | -125/+130 |
2007-10-10 | r9567: fixed the winreg IDL for CreateKey, including a security | Andrew Tridgell | 1 | -7/+22 |
2007-10-10 | r9338: fixed the winreg IDL to be correct for the EnumKey and EnumValue | Andrew Tridgell | 1 | -21/+26 |
2007-10-10 | r8171: According to Samba 3 and Ethereal, the winreg_OpenUnkown stuff is | Tim Potter | 1 | -16/+4 |
2007-10-10 | r6961: Add RPC-WINREG to list of win2k3 tests | Jelmer Vernooij | 1 | -17/+26 |
2007-10-10 | r5941: Commit this patch much earlier than I would normally prefer, but metze... | Andrew Bartlett | 1 | -4/+4 |
2007-10-10 | r5866: Add InitShutdown IDL and torture test. | Jelmer Vernooij | 1 | -6/+14 |
2007-10-10 | r5298: - got rid of pstring.h from includes.h. This at least makes it a bit | Andrew Tridgell | 1 | -6/+6 |
2007-10-10 | r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the | Andrew Tridgell | 1 | -7/+7 |
2007-10-10 | r4591: - converted the other _p talloc functions to not need _p | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r4422: make lp_set_cmdline("torture:dangerous", "Yes") a bool parameter | Stefan Metzmacher | 1 | -1/+1 |