summaryrefslogtreecommitdiffstats
path: root/source4/torture
Commit message (Collapse)AuthorAgeFilesLines
* torture: fix typosSimo Sorce2010-05-221-2/+2
|
* s4:torture/rap/rap.c - quiet discard const warningMatthias Dieter Wallnöfer2010-05-211-1/+1
|
* s4:torture/raw/open.c - remove unused variables and fix error handlingMatthias Dieter Wallnöfer2010-05-211-8/+3
|
* s4-smbtorture: Fix NetUserPasswordSet2 RAP tests.Günther Deschner2010-05-211-5/+40
| | | | Guenther
* s4-smbtorture: fix smbcli_rap_netuserpasswordset2().Günther Deschner2010-05-211-2/+2
| | | | Guenther
* s4-torture: Improved the winreg symlink test.Andreas Schneider2010-05-211-10/+82
| | | | | | | | This test is still disabled as we don't know how to remove a symbolic link. It looks like there only DeleteKey functions which can work on a handle are able to delete a symbolic link. Pair-Programmed-With: Michael Adam <obnox@samba.org>
* s4-torture: Disable the security descriptor tests.Andreas Schneider2010-05-211-2/+7
|
* s4-torture: Try to fix the winreg tests.Andreas Schneider2010-05-211-42/+76
|
* s4:torture:winreg: improve error messages in test_HKLM_wellknownMichael Adam2010-05-211-3/+3
|
* s4:torture:winreg: improve error messages in test_QueryValue_fullMichael Adam2010-05-211-7/+9
| | | | So that one has a chance to tell what part of the test failed. And why.
* s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett2010-05-211-1/+1
| | | | | | | | | | This matches the structure that new code is being written to, and removes one more of the old-style named structures, and the need to know that is is just an alias for struct dom_sid. Andrew Bartlett Signed-off-by: Günther Deschner <gd@samba.org>
* s4:libcli/ldap Rename ldap.h to libcli_ldap.hAndrew Bartlett2010-05-211-1/+1
| | | | | | | It is a problem if a samba header is called ldap.h if we also want to use OpenLDAP's ldap.h Andrew Bartlett
* s4-smbtorture: add kernel_mode_registry_path().Günther Deschner2010-05-211-0/+22
| | | | Guenther
* s4-smbtorture: Fix volatile test in RPC-WINREG.Günther Deschner2010-05-211-10/+84
| | | | Guenther
* s4-smbtorture: use push_reg_sz/push_reg_multi_sz in spoolss tests.Günther Deschner2010-05-201-14/+12
| | | | Guenther
* s4-smbtorture: pass down hkey to main keytest in RPC-WINREG.Günther Deschner2010-05-201-9/+26
| | | | Guenther
* s4-smbtorture: print local_machine name in ↵Günther Deschner2010-05-201-2/+3
| | | | | | RemoteFindFirstPrinterChangeNotifyEx test. Guenther
* s4-smbtorture: use push_reg_sz()/push_reg_multi_sz() in RPC-WINREG.Günther Deschner2010-05-201-19/+7
| | | | Guenther
* s4-smbtorture: take a TODO note for RAP-PRINTING.Günther Deschner2010-05-201-0/+8
| | | | Guenther
* s4:torture Add tests to demonstrate S2U4Self in the RPC-PAC testAndrew Bartlett2010-05-202-9/+307
| | | | | | | | We also compare against SamLogon to try and validate the whole thing. Note that we must represent NULL as "" when comparing between the PAC and SamLogon, due to different marshalling of the structures. Andrew Bartlett
* s4 torture: Add tests for dfs referrals handling in SMB/trans2 requestsMatthieu Patou2010-05-185-2/+578
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s4 torture test: Adapt ndr-dfsblobs torture test to new idlMatthieu Patou2010-05-181-2/+2
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s3: Fix some more iconv convenience usages.Jelmer Vernooij2010-05-181-3/+3
|
* Remove more usages of iconv_convenience in files which were apparently not ↵Jelmer Vernooij2010-05-181-2/+2
| | | | recompiled by waf.
* s3: Remove use of iconv_convenience.Jelmer Vernooij2010-05-183-4/+0
|
* Finish removal of iconv_convenience in public API's.Jelmer Vernooij2010-05-1840-278/+199
|
* Now we behave as Windows does, remove a Samba3 specific test return.Jeremy Allison2010-05-131-1/+7
| | | | Jeremy.
* s4-smbtorture: create/delete testusers via SAMR in RAP-SAM.Günther Deschner2010-05-121-10/+83
| | | | | | | | Unless we spent time researching the RAP useradd calls (and implement them in s3) it is far more easy to use existing SAMR calls to create and delete test users that are used for RAP change password operations. Guenther
* s4-smbtorture: add test_oemchangepassword to RAP-SAM.Günther Deschner2010-05-121-0/+29
| | | | Guenther
* s4-smbtorture: add RAP-SAM testsuite with a rap_NetUserPasswordSet2 test.Günther Deschner2010-05-124-2/+63
| | | | Guenther
* s4-smbtorture: getting serious about checking rap status return codes.Günther Deschner2010-05-121-0/+18
| | | | Guenther
* s4-smbtorture: add torture_create_testuser_max_pwlen() that allows to set ↵Günther Deschner2010-05-121-6/+16
| | | | | | | | maxpwlen. required for upcoming rap pwd tests. Guenther
* s4-smbtorture: autolookup domain in torture_create_testuser() if none was given.Günther Deschner2010-05-121-15/+70
| | | | Guenther
* s4-smbtorture: test netservergetinfo level 1 also against s3.Günther Deschner2010-05-112-8/+4
| | | | Guenther
* s4:torture/rpc/netlogon.c - don't use constant "AF_LOCAL" but do use ↵Matthias Dieter Wallnöfer2010-05-111-2/+2
| | | | | | "AF_UNIX" instead "AF_LOCAL" isn't portable but has the same value as "AF_UNIX".
* s4-smbtorture: fix smbcli_rap_netuserpasswordset2().Günther Deschner2010-05-111-2/+2
| | | | Guenther
* s4-smbtorture: fix smbcli_rap_netoemchangepassword.Günther Deschner2010-05-111-4/+3
| | | | Guenther
* s4-smbtorture: correctly fill in trans.in.data in rap_cli_do_call().Günther Deschner2010-05-111-2/+14
| | | | Guenther
* s4/tort: Add test for comparing special DNsKamen Mazdrashki2010-05-101-0/+18
|
* s4-smbtorture: add smbcli_rap_netoemchangepassword().Günther Deschner2010-05-101-0/+49
| | | | Guenther
* s4-smbtorture: add smbcli_rap_netuserpasswordset2().Günther Deschner2010-05-081-0/+55
| | | | Guenther
* s4-smbtorture: remove unused variable from smbcli_rap_netprintdestgetinfo().Günther Deschner2010-05-051-1/+0
| | | | Guenther
* s4-torture: Added the printername to the AddPrinter comment.Andreas Schneider2010-05-041-2/+4
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s4-torture: Fixed spoolss dsspooler printername test.Andreas Schneider2010-05-041-1/+9
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s4-smbtorture: fill in test_rap_print().Günther Deschner2010-05-041-12/+98
| | | | | | | This tests pauses a printer over RAP, prints a file, enumerates the job, deletes the job and resumes the print queue. Guenther
* s4-smbtorture: add test_netprintdestgetinfo() to RAP-PRINTING.Günther Deschner2010-05-041-0/+54
| | | | Guenther
* s4-smbtorture: add smbcli_rap_netprintdestgetinfo().Günther Deschner2010-05-041-0/+81
| | | | Guenther
* s4-smbtorture: add test_netprintdestenum to RAP-PRINTING.Günther Deschner2010-05-041-0/+24
| | | | Guenther
* s4-smbtorture: add smbcli_rap_netprintdestenum.Günther Deschner2010-05-041-0/+135
| | | | Guenther
* s4-smbtorture: add extraformat to smbcli_rap_netprintqgetinfo() as well.Günther Deschner2010-05-031-0/+3
| | | | Guenther