summaryrefslogtreecommitdiff
path: root/source4/torture/libnet
AgeCommit message (Expand)AuthorFilesLines
2008-04-09Move provision C bindings to param/.Jelmer Vernooij1-0/+1
2008-04-04Pass discovered server DN down to provision.Andrew Bartlett1-0/+1
2008-03-07Fixup the NET-API-USERMOD test.Andrew Bartlett2-5/+5
2008-03-06Fix typoAndrew Bartlett1-1/+1
2008-03-06Ensure we get this option from the command line, not the internalAndrew Bartlett1-1/+2
2008-03-06Make Samba4 pass the NET-API-BECOMEDC test against Win2k3 (again).Andrew Bartlett1-46/+67
2008-02-29Convert to new torture API.Jelmer Vernooij6-89/+62
2008-02-28Fix up the libnet tests.Andrew Bartlett2-4/+13
2008-02-28Do not re-randomise in an individual test.Andrew Bartlett1-2/+0
2008-02-15Reconcile header files for torture utility functions.Jelmer Vernooij1-1/+1
2008-02-15Use struct for provision parameters since there are so many of them.Jelmer Vernooij1-15/+24
2008-02-15Finish migration of provision code.Jelmer Vernooij1-1/+7
2008-02-15Avoid using private libnet test structure inside util_provision.Jelmer Vernooij1-1/+15
2008-02-14Split provision from C code out of becomedc.Jelmer Vernooij1-295/+3
2008-02-09Remove unused define.Jelmer Vernooij1-7/+3
2008-01-25NET-BECOME-DC: always try to build ejs and python codeStefan Metzmacher1-9/+16
2008-01-24Make the repl_meta_data module the default for domain controllers.Andrew Bartlett1-4/+0
2008-01-23Fix DRSUAPI replication test - NET-API-BECOME-DC.Andrew Bartlett1-19/+18
2008-01-11libnet: Fix includes to silence a warningKai Blin1-0/+4
2008-01-02r26645: Janitorial: Fix a couple of warnings.Jelmer Vernooij3-14/+14
2007-12-30r26634: Add NET-API-CREATEGROUP test.Rafal Szczesniak2-0/+43
2007-12-26r26599: Attempt to also support provisioning using Python in the BECOME-DC test.Jelmer Vernooij1-51/+160
2007-12-21r26531: Prevent from displaying the results if the functionRafal Szczesniak1-0/+2
2007-12-21r26530: Add NET-API-GROUPLIST test.Rafal Szczesniak2-0/+81
2007-12-21r26376: Add context for libcli_resolve.Jelmer Vernooij1-2/+2
2007-12-21r26362: Fix segfault in NET-API-DELSHARE torture test.Andrew Bartlett1-0/+1
2007-12-21r26361: Ensure this test cannot proceed if the pipe connection failed.Andrew Bartlett1-0/+2
2007-12-21r26327: Explicit loadparm_context for RPC client functions.Jelmer Vernooij8-24/+24
2007-12-21r26326: Remove more uses of global_loadparm.Jelmer Vernooij1-6/+9
2007-12-21r26272: Remove global_loadparm in some more places.Jelmer Vernooij1-1/+2
2007-12-21r26252: Specify loadparm_context explicitly when creating sessions.Jelmer Vernooij1-3/+3
2007-12-21r26250: Avoid global_loadparm in a couple more places.Jelmer Vernooij1-2/+2
2007-12-21r26240: We now actually use torture_context pointers for more than just alloc...Jelmer Vernooij1-14/+9
2007-12-21r26238: Add a loadparm context parameter to torture_context, remove more uses...Jelmer Vernooij11-28/+28
2007-12-21r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies.Jelmer Vernooij1-1/+1
2007-12-21r25753: Move cn=rootdse to @ROOTDSE to avoid being caught up in schema restri...Andrew Bartlett1-2/+2
2007-10-10r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij14-310/+309
2007-10-10r25446: Merge some changes I made on the way home from SFO:Jelmer Vernooij1-3/+3
2007-10-10r25430: Add the loadparm context to all parametric options.Jelmer Vernooij1-5/+5
2007-10-10r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij11-27/+27
2007-10-10r25377: Simplify code a little by employing commonly used functions.Rafal Szczesniak4-629/+34
2007-10-10r25375: Put commonly used functions in one place.Rafal Szczesniak2-0/+355
2007-10-10r25368: Add the test of group add routine.Rafal Szczesniak3-0/+218
2007-10-10r25175: Change to talloc_asprintf_append_buffer().Jeremy Allison1-2/+2
2007-10-10r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij4-9/+9
2007-10-10r25026: Move param/param.h out of includes.hJelmer Vernooij9-0/+9
2007-10-10r24894: Run the libnet tests over just one DCE/RPC transport. Other DCE/RPC t...Jelmer Vernooij1-18/+6
2007-10-10r24871: Fix typosJelmer Vernooij1-2/+2
2007-10-10r24755: Use common code for finding the RPC binding in the torture tests.Jelmer Vernooij10-82/+25
2007-10-10r24735: Use torture API in more places.Jelmer Vernooij7-11/+11