summaryrefslogtreecommitdiff
path: root/source4/torture/rpc/winreg.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-20s4-torture: ran minimal_includes.pl over source4/tortureAndrew Tridgell1-1/+0
2009-02-02s4:torture/rpc: s/class/kclass in winreg.cStefan Metzmacher1-10/+10
2009-01-16winreg: fix winreg_EnumValue callers.Günther Deschner1-1/+1
2008-10-20Revert "s4: fix the build after winreg idl changes."Günther Deschner1-2/+2
2008-10-20s4: fix the build after winreg idl changes.Günther Deschner1-2/+2
2008-10-20Fix names in winreg torture tests.Jelmer Vernooij1-2/+2
2008-10-15Sync parameter names with samba 3.Jelmer Vernooij1-2/+2
2008-10-15winreg.idl: Sync ref change from Samba 3.Jelmer Vernooij1-1/+2
2008-10-15Rename reboot -> do_reboot since the first is a reserved name on FreeBSD.Jelmer Vernooij1-2/+2
2008-09-21Torture suite: Revert some changes because they aren't necessaryMatthias Dieter Wallnöfer1-3/+0
2008-09-21Torture suite: Fixes the tests to not segfault again SAMBA 4 registry serverMatthias Dieter Wallnöfer1-0/+19
2008-02-26torture/rpc-winreg: Split out the security descriptor tests.Andrew Kroeger1-56/+113
2008-02-26torture/rpc-winreg: Modify test cases to work with recursive key deletion.Andrew Kroeger1-43/+0
2008-02-26torture/rpc-winreg: General fixes for a number of tests.Andrew Kroeger1-8/+16
2008-02-19winreg.idl: get rid of initshutdown_String and use lsa_StringLargeStefan Metzmacher1-9/+6
2008-01-01r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...Jelmer Vernooij1-1/+1
2008-01-01r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc...Jelmer Vernooij1-2/+2
2007-12-21r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)Stefan Metzmacher1-3/+3
2007-12-21r25814: Add my (C).Günther Deschner1-0/+1
2007-12-21r25813: Add unfinished SecurityDescriptorsMasks test for winreg.Günther Deschner1-1/+93
2007-12-21r25812: Add test for valid and invalid security descriptor and security infor...Günther Deschner1-0/+308
2007-12-21r25811: Add some security descriptor helper functions.Günther Deschner1-5/+191
2007-12-21r25810: Add test for blocking security descriptor inheritance in winreg.Günther Deschner1-1/+180
2007-12-21r25809: Add basic security descriptor inheritance test for winreg.Günther Deschner1-8/+190
2007-12-21r25808: Move basic security descriptor test to a test_SecurityDescriptors() c...Günther Deschner1-31/+128
2007-12-21r25807: Close handle during winreg test.Günther Deschner1-0/+4
2007-12-21r25803: Make our security descriptor acl manipulation methods more generic so...Günther Deschner1-1/+1
2007-12-21r25731: Document winreg_NotifyChangeKeyValue's notify flags.Günther Deschner1-2/+3
2007-12-21r25730: Fix IDL for incorrect winreg_SetKeySecurity.Günther Deschner1-1/+17
2007-12-21r25612: Add test_SetKeySecurity() call.Günther Deschner1-1/+45
2007-12-21r25611: Smaller fix for winreg test.Günther Deschner1-1/+5
2007-12-21r25609: Reformat RPC-WINREG test.Günther Deschner1-18/+22
2007-12-21r25607: Allow to set security descriptor type flags at creation time withGünther Deschner1-0/+1
2007-12-21r25606: Allow test_GetKeySecurity() to return a security descriptor.Günther Deschner1-7/+13
2007-10-10r25532: Fix some more indentations. Sorry Günther, could not resist, afterMichael Adam1-21/+21
2007-10-10r25529: Reformatting.Günther Deschner1-97/+98
2007-10-10r24846: Use metadata about dangerous tests.Jelmer Vernooij1-15/+10
2007-10-10r24751: Run more tests, remove empty testsuites, more small improvements.Jelmer Vernooij1-1/+1
2007-10-10r24741: More use of the torture API.Jelmer Vernooij1-1/+0
2007-10-10r24667: Finally merge the registry improvements that Wilco Baan Hofman and I ...Jelmer Vernooij1-358/+216
2007-10-10r24557: rename 'dcerpc_table_' -> 'ndr_table_'Stefan Metzmacher1-1/+1
2007-10-10r23821: Extend the winreg test by a test for DeleteKey on aMichael Adam1-0/+66
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r23561: Fix an output message.Michael Adam1-1/+1
2007-10-10r22339: Run some more tests.Jelmer Vernooij1-99/+99
2007-10-10r21694: Some more testing updates.Jelmer Vernooij1-2/+1
2007-10-10r21386: Run all NDR tests in the buildfarm, import some functions from Samba3...Jelmer Vernooij1-1/+2
2007-10-10r19392: Use torture_setting_* rather than lp_parm_* where possible.Jelmer Vernooij1-1/+1
2007-10-10r18566: fixed the winreg pipe and winreg testsAndrew Tridgell1-1/+17
2007-10-10r18561: Fix [out] pointers in winreg IDLGerald Carter1-4/+4