Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-05-21 | s4-smbtorture: Fix NetUserPasswordSet2 RAP tests. | Günther Deschner | 1 | -5/+40 | |
Guenther | |||||
2010-05-21 | s4-smbtorture: fix smbcli_rap_netuserpasswordset2(). | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2010-05-21 | s4-torture: Improved the winreg symlink test. | Andreas Schneider | 1 | -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> | |||||
2010-05-21 | s4-torture: Disable the security descriptor tests. | Andreas Schneider | 1 | -2/+7 | |
2010-05-21 | s4-torture: Try to fix the winreg tests. | Andreas Schneider | 1 | -42/+76 | |
2010-05-21 | s4:torture:winreg: improve error messages in test_HKLM_wellknown | Michael Adam | 1 | -3/+3 | |
2010-05-21 | s4:torture:winreg: improve error messages in test_QueryValue_full | Michael Adam | 1 | -7/+9 | |
So that one has a chance to tell what part of the test failed. And why. | |||||
2010-05-21 | s3:dom_sid Global replace of DOM_SID with struct dom_sid | Andrew Bartlett | 1 | -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> | |||||
2010-05-21 | s4:libcli/ldap Rename ldap.h to libcli_ldap.h | Andrew Bartlett | 1 | -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 | |||||
2010-05-21 | s4-smbtorture: add kernel_mode_registry_path(). | Günther Deschner | 1 | -0/+22 | |
Guenther | |||||
2010-05-21 | s4-smbtorture: Fix volatile test in RPC-WINREG. | Günther Deschner | 1 | -10/+84 | |
Guenther | |||||
2010-05-20 | s4-smbtorture: use push_reg_sz/push_reg_multi_sz in spoolss tests. | Günther Deschner | 1 | -14/+12 | |
Guenther | |||||
2010-05-20 | s4-smbtorture: pass down hkey to main keytest in RPC-WINREG. | Günther Deschner | 1 | -9/+26 | |
Guenther | |||||
2010-05-20 | s4-smbtorture: print local_machine name in ↵ | Günther Deschner | 1 | -2/+3 | |
RemoteFindFirstPrinterChangeNotifyEx test. Guenther | |||||
2010-05-20 | s4-smbtorture: use push_reg_sz()/push_reg_multi_sz() in RPC-WINREG. | Günther Deschner | 1 | -19/+7 | |
Guenther | |||||
2010-05-20 | s4-smbtorture: take a TODO note for RAP-PRINTING. | Günther Deschner | 1 | -0/+8 | |
Guenther | |||||
2010-05-20 | s4:torture Add tests to demonstrate S2U4Self in the RPC-PAC test | Andrew Bartlett | 2 | -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 | |||||
2010-05-18 | s4 torture: Add tests for dfs referrals handling in SMB/trans2 requests | Matthieu Patou | 5 | -2/+578 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-05-18 | s4 torture test: Adapt ndr-dfsblobs torture test to new idl | Matthieu Patou | 1 | -2/+2 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-05-18 | s3: Fix some more iconv convenience usages. | Jelmer Vernooij | 1 | -3/+3 | |
2010-05-18 | Remove more usages of iconv_convenience in files which were apparently not ↵ | Jelmer Vernooij | 1 | -2/+2 | |
recompiled by waf. | |||||
2010-05-18 | s3: Remove use of iconv_convenience. | Jelmer Vernooij | 3 | -4/+0 | |
2010-05-18 | Finish removal of iconv_convenience in public API's. | Jelmer Vernooij | 40 | -278/+199 | |
2010-05-13 | Now we behave as Windows does, remove a Samba3 specific test return. | Jeremy Allison | 1 | -1/+7 | |
Jeremy. | |||||
2010-05-12 | s4-smbtorture: create/delete testusers via SAMR in RAP-SAM. | Günther Deschner | 1 | -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 | |||||
2010-05-12 | s4-smbtorture: add test_oemchangepassword to RAP-SAM. | Günther Deschner | 1 | -0/+29 | |
Guenther | |||||
2010-05-12 | s4-smbtorture: add RAP-SAM testsuite with a rap_NetUserPasswordSet2 test. | Günther Deschner | 4 | -2/+63 | |
Guenther | |||||
2010-05-12 | s4-smbtorture: getting serious about checking rap status return codes. | Günther Deschner | 1 | -0/+18 | |
Guenther | |||||
2010-05-12 | s4-smbtorture: add torture_create_testuser_max_pwlen() that allows to set ↵ | Günther Deschner | 1 | -6/+16 | |
maxpwlen. required for upcoming rap pwd tests. Guenther | |||||
2010-05-12 | s4-smbtorture: autolookup domain in torture_create_testuser() if none was given. | Günther Deschner | 1 | -15/+70 | |
Guenther | |||||
2010-05-11 | s4-smbtorture: test netservergetinfo level 1 also against s3. | Günther Deschner | 2 | -8/+4 | |
Guenther | |||||
2010-05-11 | s4:torture/rpc/netlogon.c - don't use constant "AF_LOCAL" but do use ↵ | Matthias Dieter Wallnöfer | 1 | -2/+2 | |
"AF_UNIX" instead "AF_LOCAL" isn't portable but has the same value as "AF_UNIX". | |||||
2010-05-11 | s4-smbtorture: fix smbcli_rap_netuserpasswordset2(). | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2010-05-11 | s4-smbtorture: fix smbcli_rap_netoemchangepassword. | Günther Deschner | 1 | -4/+3 | |
Guenther | |||||
2010-05-11 | s4-smbtorture: correctly fill in trans.in.data in rap_cli_do_call(). | Günther Deschner | 1 | -2/+14 | |
Guenther | |||||
2010-05-10 | s4/tort: Add test for comparing special DNs | Kamen Mazdrashki | 1 | -0/+18 | |
2010-05-10 | s4-smbtorture: add smbcli_rap_netoemchangepassword(). | Günther Deschner | 1 | -0/+49 | |
Guenther | |||||
2010-05-08 | s4-smbtorture: add smbcli_rap_netuserpasswordset2(). | Günther Deschner | 1 | -0/+55 | |
Guenther | |||||
2010-05-05 | s4-smbtorture: remove unused variable from smbcli_rap_netprintdestgetinfo(). | Günther Deschner | 1 | -1/+0 | |
Guenther | |||||
2010-05-04 | s4-torture: Added the printername to the AddPrinter comment. | Andreas Schneider | 1 | -2/+4 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-05-04 | s4-torture: Fixed spoolss dsspooler printername test. | Andreas Schneider | 1 | -1/+9 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-05-04 | s4-smbtorture: fill in test_rap_print(). | Günther Deschner | 1 | -12/+98 | |
This tests pauses a printer over RAP, prints a file, enumerates the job, deletes the job and resumes the print queue. Guenther | |||||
2010-05-04 | s4-smbtorture: add test_netprintdestgetinfo() to RAP-PRINTING. | Günther Deschner | 1 | -0/+54 | |
Guenther | |||||
2010-05-04 | s4-smbtorture: add smbcli_rap_netprintdestgetinfo(). | Günther Deschner | 1 | -0/+81 | |
Guenther | |||||
2010-05-04 | s4-smbtorture: add test_netprintdestenum to RAP-PRINTING. | Günther Deschner | 1 | -0/+24 | |
Guenther | |||||
2010-05-04 | s4-smbtorture: add smbcli_rap_netprintdestenum. | Günther Deschner | 1 | -0/+135 | |
Guenther | |||||
2010-05-03 | s4-smbtorture: add extraformat to smbcli_rap_netprintqgetinfo() as well. | Günther Deschner | 1 | -0/+3 | |
Guenther | |||||
2010-05-03 | s4-smbtorture: use RAP extraformat for smbcli_rap_netprintqenum(). | Günther Deschner | 1 | -0/+3 | |
Although w2k3 happily ignores it, the spec (and s3) enforce the addition of that. Guenther | |||||
2010-05-03 | s4-smbtorture: add rap_cli_expect_extra_format(). | Günther Deschner | 1 | -0/+10 | |
Guenther | |||||
2010-05-03 | s4-smbtorture: make all smbcli_rap_* failures critical. | Günther Deschner | 1 | -30/+15 | |
Guenther |