summaryrefslogtreecommitdiffstats
path: root/source4/torture
Commit message (Expand)AuthorAgeFilesLines
* s4/ndr: Fix tuncating of constant to a 'long' typeKamen Mazdrashki2010-06-291-2/+2
* s4:torture/rpc/samr.c - test_SetPassword_LastSet - introduce the delays also ...Matthias Dieter Wallnöfer2010-06-281-1/+2
* s4:torture - SAMR password tests - activate support for password sets on leve...Matthias Dieter Wallnöfer2010-06-281-22/+17
* s4-smbtorture: fix typo.Günther Deschner2010-06-281-1/+1
* s4:torture/rpc/samr.c - test_SetPassword_LastSet - fix "pwdLastSet" testMatthias Dieter Wallnöfer2010-06-281-33/+31
* s4-smbtorture: add trustDomainPasswords blob test to LOCAL-NDR testsuite.Günther Deschner2010-06-281-0/+64
* s4/drs-test: Add few comments in DrsDeleteObjectTestCase testKamen Mazdrashki2010-06-281-3/+10
* s4/drs-test: Fix whitespaces and permissions for delete_object.py testKamen Mazdrashki2010-06-261-5/+5
* smbtorture: Fix loading of --load-list.Jelmer Vernooij2010-06-251-10/+12
* s4/drs-test: Tests Deleted objects replicationKamen Mazdrashki2010-06-251-0/+222
* s4 torture: Warn on NOT_IMPLEMENTED in addition to NOT_SUPPORTED for RAW-QFIL...Aravind Srinivasan2010-06-241-3/+9
* s4-python: python is not always in /usr/binAndrew Tridgell2010-06-241-1/+1
* s4-smbtorture: test more valid key names in RPC-WINREG.Günther Deschner2010-06-231-0/+61
* s4-smbtorture: more work on test values WINREG test.Günther Deschner2010-06-231-2/+10
* s4-smbtorture: add test for different winreg SetValue value names.Günther Deschner2010-06-231-0/+51
* s4-smbtorture: Fix test_SetPrinterDataEx_keys and test_SetPrinterDataEx_values.Günther Deschner2010-06-231-6/+6
* s4-smbtorture: add "printerdata_values" test to RPC-SPOOLSS-PRINTER.Günther Deschner2010-06-221-0/+88
* s4-smbtorture: also test keynames with '/' in it in SetPrinterDataEx keyname ...Günther Deschner2010-06-221-1/+8
* s4-smbtorture: activate all keys in SetPrinterData keys test.Günther Deschner2010-06-221-7/+10
* s4-smbtorture: split out a "printerdata_keys" test for RPC-SPOOLSS-PRINTER.Günther Deschner2010-06-221-53/+120
* s4 torture: RAW-SFILEINFO display warning instead of error on unsupported inf...Aravind Srinivasan2010-06-211-4/+24
* smbtorture: Fix missing includes.James Peach2010-06-211-0/+1
* smbtorture: Fixx off-by-one command line parsing.James Peach2010-06-211-17/+17
* smbtorture: Add "target" command to interactive shell.James Peach2010-06-212-16/+51
* smbtorture: Enhance shell "help" command.James Peach2010-06-211-13/+23
* smbtorture: Add "auth" command to the shell.James Peach2010-06-211-0/+73
* smbtorture: Refactor interactive shell into independent commands.James Peach2010-06-211-26/+154
* smbtorture: Move interactive shell into a separate file.James Peach2010-06-215-61/+107
* smbtorture: Print global options for interactive "list" command.James Peach2010-06-211-1/+3
* smbtorture: Add history support to shell mode.James Peach2010-06-211-1/+8
* smbtorture: Add list command to smbtorture shell.James Peach2010-06-211-36/+94
* python: Use samba.tests.TestCase, make sure base class tearDown andJelmer Vernooij2010-06-191-3/+1
* s4:torture/ldap/basic.c - add more error code/messages testsMatthias Dieter Wallnöfer2010-06-191-30/+264
* s4:torture/rpc/netlogon.c - make sure that the address family is set in littl...Matthias Dieter Wallnöfer2010-06-181-18/+18
* s4:torture/rpc/netlogon.c - activate "AddressToSitenames" tests which do run ...Matthias Dieter Wallnöfer2010-06-181-12/+16
* s4:torture/rpc/remote_pac: use dcerpc_netr_LogonSamLogon_r() instead of dcerp...Stefan Metzmacher2010-06-171-1/+2
* s4-smbtorture: Remind myself we need to add a test for SMBsplretq in RAP-PRIN...Günther Deschner2010-06-161-0/+2
* s4:lib: merge LDB_WRAP and LDBSAMBA and make LDBSAMBA a library.Stefan Metzmacher2010-06-168-8/+6
* s4-smbtorture: only pull info when status code indicates success in smbcli_ra...Günther Deschner2010-06-161-3/+5
* Revert "s4-smbtorture: only pull info when status code indicates success in s...Günther Deschner2010-06-161-5/+3
* s4-smbtorture: test smbcli_rap_netprintqgetinfo() with "" printqname.Günther Deschner2010-06-161-0/+8
* s4-smbtorture: only pull info when status code indicates success in smbcli_ra...Günther Deschner2010-06-161-3/+5
* s4 torture: RAW-SEARCH: break out some of the old search levelsAravind Srinivasan2010-06-153-2/+33
* s4 torture: RAW-SEARCH: Only test supported info levelsTim Prouty2010-06-151-9/+45
* s4:torture Rework NET-API-BECOMEDC test to use libnet_vampire callbacks.Andrew Bartlett2010-06-151-582/+59
* s4 torture: RAW-WRITE should check lockread_supportedZachary Loafman2010-06-141-0/+5
* s4:torture - SAMR testsuite - now we do support "GetAliasMembership" as expectedMatthias Dieter Wallnöfer2010-06-121-4/+0
* s4/test-libnet: Re-align code a bit - more readable this way IMOKamen Mazdrashki2010-06-113-24/+28
* s4/test-libnet: Refactor test_group_create() a little to:Kamen Mazdrashki2010-06-111-11/+22
* s4/test-libnet: Refactor test_user_create() little bit to:Kamen Mazdrashki2010-06-111-11/+7