Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-11-29 | s3: test dbwrap_ctdb | Volker Lendecke | 3 | -0/+151 | |
Reviewed-by: Michael Adam <obnox@samba.org> | |||||
2012-11-26 | s3-rpc_client: try to use socket_addr if available in rpc_pipe_open_tcp() ↵ | Günther Deschner | 1 | -1/+2 | |
(bug #9426) Guenther Signed-off-by: Günther Deschner <gd@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org> Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Mon Nov 26 17:36:20 CET 2012 on sn-devel-104 | |||||
2012-11-22 | torture: remove source3 locktest and masktest | Andrew Bartlett | 1 | -692/+0 | |
We now just build these in waf, using the source4/torture code. The source4 versions of these are tested in make test. Andrew Bartlett Reviewed-by: Andreas Schneider <asn@samba.org> | |||||
2012-11-13 | Ensure we Correctly set fsp->is_directory before dealing with ACLs. | Andrew Bartlett | 1 | -1/+1 | |
Reviewed by: Jeremy Allison <jra@samba.org> | |||||
2012-11-02 | s3-torture:test_ctdbconn: fix the build against older ctdb versions | Björn Baumbach | 1 | -0/+6 | |
by checking if we have the ctdb_protocol.h and including ctdb_private.h otherwise. Signed-off-by: Björn Baumbach <bb@sernet.de> Reviewed-by: Michael Adam <obnox@samba.org> | |||||
2012-10-26 | vfstest: set umask(0) in vfstest | Andrew Bartlett | 1 | -0/+5 | |
Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Fri Oct 26 10:07:03 CEST 2012 on sn-devel-104 | |||||
2012-10-19 | s3:smbd: add exit_server to the smbd_shim hooks | Stefan Metzmacher | 1 | -3/+11 | |
This is in preparation of moving sessionid_tdb and conn_tdb to smbd exclusively. metze Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2012-10-11 | smbd: Add mem_ctx to {f,}get_nt_acl VFS call | Andrew Bartlett | 1 | -2/+6 | |
This makes it clear which context the returned SD is allocated on, as a number of callers do not want it on talloc_tos(). As the ACL transformation allocates and then no longer needs a great deal of memory, a talloc_stackframe() call is used to contain the memory that is not returned further up the stack. Andrew Bartlett | |||||
2012-10-11 | smbd: Add mem_ctx to sys_acl_init() and all callers | Andrew Bartlett | 1 | -2/+2 | |
This changes from allocation on NULL to allocation on the supplied memory context. Currently that supplied context is talloc_tos() at the the final consumer of the ACL. Andrew Bartlett | |||||
2012-10-06 | s3: Add two tests a CLEAR_IF_FIRST crash | Volker Lendecke | 1 | -0/+56 | |
Autobuild-User(master): Volker Lendecke <vl@samba.org> Autobuild-Date(master): Sat Oct 6 17:16:39 CEST 2012 on sn-devel-104 | |||||
2012-08-17 | s3-torture: Allow vfstest to set ACLs on a directory | Andrew Bartlett | 1 | -6/+11 | |
Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Fri Aug 17 02:35:49 CEST 2012 on sn-devel-104 | |||||
2012-08-16 | s3-selftest: Add a seperate test for ACL tests using vfstest | Andrew Bartlett | 1 | -10/+35 | |
This does not check for consistency or correctness yet, that will be done with python unit tests. The purpose of this test is to ensure that the vfstest wrapper doesn't crash. Andrew Bartlett Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Thu Aug 16 09:32:25 CEST 2012 on sn-devel-104 | |||||
2012-08-16 | s3-torture: Add ACL commands to vfstest | Andrew Bartlett | 1 | -0/+311 | |
This will allow easier investigation of our ACL layer. Andrew Bartlett | |||||
2012-08-16 | s3-torture: Use talloc more in vfstest | Andrew Bartlett | 2 | -29/+25 | |
This matches the rest of Samba, which allocates many of these structures with talloc. Andrew Bartlett | |||||
2012-08-16 | s3-torture: Initialise fsp fully in vfstest open | Andrew Bartlett | 1 | -0/+34 | |
2012-08-09 | Correctly check for errors in strlower_m() returns. | Jeremy Allison | 1 | -2/+2 | |
2012-08-09 | Check error returns from strupper_m() (in all reasonable places). | Jeremy Allison | 1 | -1/+1 | |
2012-08-09 | s3:torture:delete: add a 12th subtest to the delete-on-close tests | Michael Adam | 1 | -0/+98 | |
test whether second open is possible with initial delete on close and how setting and unsetting delete on close on the handle affects the initial delete on close (it does not...) | |||||
2012-08-09 | s3:torture:delete: fix 11th test to work against windows | Michael Adam | 1 | -9/+6 | |
2012-08-09 | s3:torture:delete: simplify return code handling, fixing a couple of return ↵ | Michael Adam | 1 | -48/+3 | |
codes in error cases | |||||
2012-08-09 | s3:torture:delete: reduce indentation | Michael Adam | 1 | -8/+6 | |
2012-08-09 | s3:torture:delete: add a comment | Michael Adam | 1 | -0/+2 | |
2012-08-09 | s3:torture:delete: add a comment | Michael Adam | 1 | -0/+2 | |
2012-08-09 | s3:torture:delete: add a comment | Michael Adam | 1 | -0/+2 | |
2012-08-09 | s3:torture:delete: move the success message for a subtest to the correct place | Michael Adam | 1 | -2/+3 | |
2012-08-09 | s3:torture:delete: remove an else, reducing indentation | Michael Adam | 1 | -2/+3 | |
2012-08-09 | s3:torture:delete: remove an else, reducing indentation | Michael Adam | 1 | -2/+3 | |
2012-08-09 | s3:torture:delete: remove an else, reducing indentation | Michael Adam | 1 | -2/+3 | |
2012-08-09 | s3:torture:delete: remove an else, reducing indentation | Michael Adam | 1 | -2/+3 | |
2012-08-09 | s3:torture:delete: really fail the test in a failure case | Michael Adam | 1 | -2/+2 | |
2012-08-09 | s3:torture:delete: fix a comment | Michael Adam | 1 | -1/+1 | |
2012-08-09 | s3:torture:delete: fix a message | Michael Adam | 1 | -1/+1 | |
2012-08-09 | s3:torture:delete: fix a message | Michael Adam | 1 | -1/+1 | |
2012-08-09 | s3:torture:delete: fix a message | Michael Adam | 1 | -1/+1 | |
2012-08-09 | s3:torture:delete: fix a message (counting the opens) | Michael Adam | 1 | -1/+1 | |
2012-08-09 | s3:torture:delete: untangle function call from result check | Michael Adam | 1 | -1/+2 | |
2012-08-09 | s3:torture:delete: untangle function call from result check | Michael Adam | 1 | -1/+2 | |
2012-08-09 | s3:torture:delete: untangle function call from result check | Michael Adam | 1 | -2/+6 | |
2012-08-09 | s3:torture:delete: untanlge function call from result check | Michael Adam | 1 | -1/+2 | |
2012-08-09 | s3:torture:delete: untangle function call from result check | Michael Adam | 1 | -1/+2 | |
2012-08-09 | s3:torture:delete: untangle function call from result check | Michael Adam | 1 | -1/+2 | |
2012-08-09 | s3:torture:delete: untangle function call from result check | Michael Adam | 1 | -1/+1 | |
2012-08-09 | s3:torture:delete: untangle function call from result check | Michael Adam | 1 | -1/+2 | |
2012-08-09 | s3:torture:delete: untangle function call from result check | Michael Adam | 1 | -1/+2 | |
2012-08-09 | s3:torture:delete: untangle function call from result check | Michael Adam | 1 | -1/+2 | |
2012-08-09 | s3:torture:delete: untangle function call from result check | Michael Adam | 1 | -3/+5 | |
2012-08-09 | s3:torture:delete: untangle function call from result check | Michael Adam | 1 | -1/+2 | |
2012-08-09 | s3:torture:delete: untangle function call from result check | Michael Adam | 1 | -2/+5 | |
2012-08-08 | s3-torture: Extend pdbtest to also run an authentication unit-test | Andrew Bartlett | 1 | -1/+116 | |
This tests both the builtin auth_sam against passdb directly and the configured auth module. Andrew Bartlett | |||||
2012-07-25 | libcli/smb: pass smbXcli_session to smb2cli_tcon_set_values() | Stefan Metzmacher | 1 | -0/+4 | |
metze |