Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-08-04 | s4:torture: add support for SMB_EXTENDED_SIGNATURES during SMBtconX | Stefan Metzmacher | 1 | -0/+7 | |
metze | |||||
2012-08-02 | s4:torture: send the TCONX_FLAG_EXTENDED_RESPONSE flag | Stefan Metzmacher | 1 | -1/+1 | |
metze Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Thu Aug 2 10:54:18 CEST 2012 on sn-devel-104 | |||||
2012-07-30 | s4-torture: Fix format string errors found by -Werror=format | Andrew Bartlett | 1 | -6/+6 | |
2012-07-17 | s4-torture: Improve samlogon test. | Andreas Schneider | 1 | -0/+8 | |
2012-07-17 | s4-torture: Add DCERPC_SCHANNEL_AES tests. | Andreas Schneider | 1 | -1/+5 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2012-07-06 | s4-torture: Call lsarpc tests over the correct pipe. | Andreas Schneider | 1 | -0/+6 | |
2012-07-06 | s4-torture: Don't consider NONE_MAPPED an error in LookupSids3. | Andreas Schneider | 1 | -3/+19 | |
2012-07-06 | s4-torture: Don't consider NONE_MAPPED an error in LookupNames4. | Andreas Schneider | 1 | -3/+15 | |
2012-07-06 | s4-torture: Add a lsarpc test_GetUserName_fail function. | Andreas Schneider | 1 | -0/+59 | |
2012-07-06 | s4-torture: Add a lsarpc test_OpenPolicy2_fail function. | Andreas Schneider | 2 | -21/+74 | |
2012-07-06 | s4-torture: Add a lsarpc test_OpenPolicy_fail function. | Andreas Schneider | 1 | -17/+74 | |
2012-07-06 | s4-torture: Add a lsarpc test_LookupNames4_fail function. | Andreas Schneider | 1 | -23/+74 | |
2012-07-06 | s4-torture: Add a lsarpc test_LookupSids3_fail function. | Andreas Schneider | 1 | -15/+68 | |
2012-07-06 | s4-torture: Test LookupSids3/LookupNames4 over np and tcpip. | Andreas Schneider | 1 | -8/+26 | |
2012-07-06 | s4-torture: Make sure lsa_OpenPolicy2 fails over TCP/IP. | Andreas Schneider | 2 | -8/+16 | |
2012-07-06 | s4-torture: Make sure lsa_OpenPolicy fails over TCP/IP. | Andreas Schneider | 1 | -9/+20 | |
2012-07-06 | s4-torture: Make sure ncacn_np tests are only called over the a pipe. | Andreas Schneider | 2 | -1/+43 | |
2012-07-06 | s4-torture: Test LookupSids3 and LookupNames4 only over tcpip. | Andreas Schneider | 1 | -13/+36 | |
LookupSids3 and LookupNames4 are only available over tcpip and MUST fail over named pipes. | |||||
2012-07-06 | s4-torture: Use test_LookupSids3 function. | Andreas Schneider | 1 | -32/+1 | |
2012-07-06 | s4-torture: Fix build warnings in lsa test. | Andreas Schneider | 1 | -10/+2 | |
2012-07-02 | s4-torture: more printf removal from samlogon torture test. | Günther Deschner | 1 | -29/+25 | |
Guenther Autobuild-User(master): Günther Deschner <gd@samba.org> Autobuild-Date(master): Mon Jul 2 17:19:55 CEST 2012 on sn-devel-104 | |||||
2012-06-28 | s4-torture: fix typo in samlogon test. | Günther Deschner | 1 | -1/+1 | |
Guenther Autobuild-User(master): Günther Deschner <gd@samba.org> Autobuild-Date(master): Thu Jun 28 18:43:46 CEST 2012 on sn-devel-104 | |||||
2012-06-28 | s4-torture: use torture context for printing debug output. | Günther Deschner | 1 | -111/+97 | |
Guenther | |||||
2012-06-26 | s3-torture: Use static printer for smbd spooler test | David Disseldorp | 1 | -1/+9 | |
Autobuild-User(master): David Disseldorp <ddiss@samba.org> Autobuild-Date(master): Tue Jun 26 18:04:43 CEST 2012 on sn-devel-104 | |||||
2012-06-26 | torture: add test for smbd print job spooling | David Disseldorp | 1 | -0/+73 | |
Clients can print by performing file IO on a printer share, rather than issuing spoolss RPCs. This commit attempts to reproduce bug 8719. | |||||
2012-06-12 | s4:torture: fix use of non-existent word (existant) | Michael Adam | 1 | -1/+1 | |
2012-06-08 | s4-torture: fsrvp test suite | David Disseldorp | 2 | -0/+572 | |
Covers most operations defined by the File Server Remote VSS Protocol. | |||||
2012-06-07 | waf: support --without-ad-dc for Heimdal (embedded and system) as well | Alexander Bokovoy | 1 | -1/+1 | |
--without-ad-dc was hardwired to mean --with-system-mitkrb5. With this change it also possible to build source3/ code and source4/ client side without building AD DC functionality using Heimdal (embedded or system). | |||||
2012-05-28 | s4:torture/samba3rpc: add smb1-pipe-name | Stefan Metzmacher | 1 | -0/+252 | |
metze | |||||
2012-05-28 | s4:torture/samba3rpc: add smb2-pipe-name | Stefan Metzmacher | 1 | -0/+84 | |
metze | |||||
2012-05-23 | Introduce system MIT krb5 build with --with-system-mitkrb5 option. | Alexander Bokovoy | 2 | -0/+7 | |
System MIT krb5 build also enabled by specifying --without-ad-dc When --with-system-mitkrb5 (or --withou-ad-dc) option is passed to top level configure in WAF build we are trying to detect and use system-wide MIT krb5 libraries. As result, Samba 4 DC functionality will be disabled due to the fact that it is currently impossible to implement embedded KDC server with MIT krb5. Thus, --with-system-mitkrb5/--without-ad-dc build will only produce * Samba 4 client libraries and their Python bindings * Samba 3 server (smbd, nmbd, winbindd from source3/) * Samba 3 client libraries In addition, Samba 4 DC server-specific tests will not be compiled into smbtorture. This in particular affects spoolss_win, spoolss_notify, and remote_pac rpc tests. | |||||
2012-05-18 | s4-torture: Fix rpc.samr.priv test to use torture_assert() macros | Andrew Bartlett | 1 | -51/+16 | |
2012-05-04 | Avoid using Heimdal-specific tests in MIT build | Alexander Bokovoy | 1 | -0/+2 | |
2012-05-02 | s4:torture:rpc: add a new test samba3.smb2-pipe-read-logoff | Michael Adam | 1 | -0/+85 | |
- open a pipe via smb2 - trigger a read which hangs since there is nothing to read - do a logoff - wait for the read to return and check the status (STATUS_PIPE_BROKEN) Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Wed May 2 19:57:45 CEST 2012 on sn-devel-104 | |||||
2012-05-02 | s4:torture:rpc: add a new test samba3.smb2.pipe-read-tdis | Michael Adam | 1 | -0/+85 | |
- open a pipe via smb2 - trigger a read which hangs since there is nothing to read - do a tree disconnect - wait for the read to return and check the status (STATUS_PIPE_BROKEN) | |||||
2012-05-02 | s4:torture:rpc: add a test samba3.smb2-pipe-read-close | Michael Adam | 1 | -0/+87 | |
* open a pipe via smb2 * trigger a read which hangs since there is nothing to read * close the pipe file handle * wait for the read to reaturn and check the status (NT_STATUS_PIPE_BROKEN) | |||||
2012-05-02 | s4:torture:rpc: fix a comment typo in samba3.smb2-reauth2 | Michael Adam | 1 | -1/+1 | |
2012-05-02 | s4:torture:rpc: remove an accidentially committed character (in a comment) | Michael Adam | 1 | -1/+1 | |
2012-04-28 | s4:torture: add a check for talloc success in rpc.samba3.randomauth2 | Michael Adam | 1 | -1/+1 | |
Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Sat Apr 28 02:10:39 CEST 2012 on sn-devel-104 | |||||
2012-04-28 | s4:torture: add a check for talloc success in the rpc.samba3 suite | Michael Adam | 1 | -0/+1 | |
2012-04-28 | s4:torture: add a rpc.samba3.smb2-reauth2 test | Michael Adam | 1 | -0/+136 | |
like smb-reauth2, only for smb2 | |||||
2012-04-27 | s4:torture: add a rpc.samba3.smb2-reauth1 test | Michael Adam | 1 | -1/+161 | |
2012-04-26 | s4:torture: add a rpc.samba3.smb-reauth2 test | Michael Adam | 1 | -0/+145 | |
* Open session. * Reauth to anon. * Open lsa pipe. * Do lsa get username. * Rauth to original user. * Do lsa get username again. expected result: the getusername works and shows 'NT AUTHORITY\ANONYMOUS LOGON' in both calls. Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Thu Apr 26 02:27:12 CEST 2012 on sn-devel-104 | |||||
2012-04-25 | s4:torture: add a rpc.samba3.smb-reauth1 test | Michael Adam | 1 | -0/+165 | |
It does reauth while using an rpc pipe: * open session * open lsa pipe * do lsa getusername * reauth to anonymous * do lsa getusername again * reauth back to original user * do reauth again result: lsa getusername is always possible and always gives the first (authenticated user) | |||||
2012-04-25 | s4:torture:rpc:spoolss: also initialize driverName before checking it in ↵ | Michael Adam | 1 | -0/+1 | |
test_PrinterData_DsSpooler() Signed-off-by: Andreas Schneider <asn@samba.org> | |||||
2012-03-20 | libndr: Rename policy_handle_empty to ndr_policy_handle_empty. | Jelmer Vernooij | 2 | -11/+12 | |
This makes the NDR namespace a bit clearer, in preparation of ABI checking. | |||||
2012-03-20 | libndr: Rename ndr64_transfer_syntax and null_ndr_syntax_id so they have a ↵ | Jelmer Vernooij | 1 | -1/+1 | |
ndr_ prefix. This makes the NDR namespace a bit clearer, in preparation of ABI checking. | |||||
2012-01-29 | auth: provide private pointer and do not return original PAC signatures | Andrew Bartlett | 1 | -34/+40 | |
There is no need to return the PAC signatures via the special-purpose torture element. Instead, use a private pointer on the auth_context in conjunction with the private PAC processing method. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Sun Jan 29 23:52:50 CET 2012 on sn-devel-104 | |||||
2012-01-25 | s4-torture: For authenticated users, add AUTHENTICATED USERS sid | Amitay Isaacs | 1 | -0/+4 | |
Autobuild-User: Amitay Isaacs <amitay@samba.org> Autobuild-Date: Wed Jan 25 01:36:02 CET 2012 on sn-devel-104 | |||||
2012-01-20 | torture: add spoolss overlapping driver deletion tests | David Disseldorp | 1 | -1/+118 | |
Signed-off-by: Andreas Schneider <asn@samba.org> Autobuild-User: David Disseldorp <ddiss@samba.org> Autobuild-Date: Fri Jan 20 18:20:14 CET 2012 on sn-devel-104 |