Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-09-12 | s4 dns: Run python tests in fl2003dc env | Kai Blin | 2 | -20/+21 | |
2012-09-12 | s4 dns: Improve logging of delegated dns updates | Kai Blin | 1 | -1/+1 | |
2012-09-12 | s4:selftest: run thet dlz_bind9. tests in the chgdcpass env | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2012-09-12 | s4:scripting: rename upgradeprovision -> samba_upgradeprovision | Stefan Metzmacher | 4 | -4/+4 | |
metze | |||||
2012-09-12 | s4:setup: remove standalone 'provision' | Stefan Metzmacher | 2 | -279/+0 | |
metze | |||||
2012-09-12 | smbd-posix_acls: Use a IDL union to store the ACL entry | Andrew Bartlett | 1 | -41/+11 | |
This is a clearer, long-term-stable structure we can hash without risking it changing. Andrew Bartlett | |||||
2012-09-11 | s4:torture:smb2: fix error reporting in the oplock-brl3 test | Michael Adam | 1 | -2/+1 | |
(Error was set to an unused variable) Autobuild-User(master): Michael Adam <obnox@samba.org> Autobuild-Date(master): Tue Sep 11 22:09:18 CEST 2012 on sn-devel-104 | |||||
2012-09-11 | s4:torture:smb2: fix error reporting in the oplock-brl2 test | Michael Adam | 1 | -2/+1 | |
(Error was set to an unused variable) | |||||
2012-09-11 | s4:torture:smb2: fix error reporting in the oplock-brl1 test | Michael Adam | 1 | -2/+1 | |
(Error was set to an unused variable) | |||||
2012-09-11 | s4:torture:smb2: remove an unused variable from the oplock-exclusive2 test | Michael Adam | 1 | -3/+0 | |
2012-09-11 | s4:torture:smb2: remove an unused variable from the oplock-exclusive1 test | Michael Adam | 1 | -3/+0 | |
2012-09-11 | provision: Only give the "no posix ACLs" exception if we could not set the SD | Andrew Bartlett | 1 | -6/+6 | |
This will allow us to run make test on all platforms again, as we emululate the posix ACLs using the fake_acls module. By then testing smbd.have_posix_acls() we gain a more specific error message. Andrew Bartlett | |||||
2012-09-11 | torture: Add discard_const_p() to work around dlz_create prototype | Andrew Bartlett | 1 | -2/+2 | |
2012-09-11 | s4:torture:smb2: add a durable-open.delete_on_close2 test | Michael Adam | 1 | -0/+110 | |
This test verifies that the delete on close flag is kept during a disconnect and is still active on the reconnected handle. When the reconnected handle is closed, the file is deleted. | |||||
2012-09-11 | s4:torture:smb2: fix the durable-open.delete_on_close1 test | Michael Adam | 1 | -53/+16 | |
This test used to flap because there was an invalid check of the file-id. This might or might not be the same after a new open. Hence the flapping. The new version simply opens a file as durable handle with delete_on_close set, writes a byte and closes the file. Then on a new connect, the file is opened again, and it is checked that the file has been created (again) and that it is empty. | |||||
2012-09-11 | s4:setup/tests: make use of samba-tool domain provision | Stefan Metzmacher | 6 | -19/+19 | |
metze | |||||
2012-09-11 | s4:scripting: install samba_kcc to SBINDIR | Stefan Metzmacher | 1 | -2/+2 | |
It's use as "%s/samba_kcc", dyn_SCRIPTSBINDIR" similar to samba_spnupdate and samba_dnsupdate. metze | |||||
2012-09-11 | s4:scripting: use the 'sbin_files' variable | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2012-09-11 | s4:samba-tool: add 'samba-tool domain provision' | Stefan Metzmacher | 1 | -1/+264 | |
This is mostly a copy of the standalone source4/setup/provision. metze | |||||
2012-09-11 | s4:python/netcmd: give the Commad implementations access to the raw arguments | Stefan Metzmacher | 1 | -0/+8 | |
metze | |||||
2012-09-11 | s4:samba-tool: remove unused code in testparm.py | Stefan Metzmacher | 1 | -5/+0 | |
metze | |||||
2012-09-11 | s4:samba-tool: allow sys.exit(ret) to control the exit code | Stefan Metzmacher | 1 | -1/+1 | |
Some subcommands may use sys.exit(0), which shouldn't be reported as an error to the caller. metze | |||||
2012-09-10 | smbtorture: Test that delete requests are not special | Volker Lendecke | 1 | -0/+78 | |
Signed-off-by: Jeremy Allison <jra@samba.org> | |||||
2012-09-10 | Set trans to a value that is not LDB_SUCCESS (all LDB_ constants are | Michele Baldessari | 1 | -1/+1 | |
positive) so that any "goto failed:" call does not end up calling ldb_transaction_cancel() if trans is initialized to 0 (LDB_SUCCESS) by chance. Signed-off-by: Jeremy Allison <jra@samba.org> | |||||
2012-09-10 | s4:provision: ask the admin about the desired DNS implementation | Stefan Metzmacher | 1 | -0/+6 | |
In interactive mode we should let the admin confirm which implementation he wants. metze Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Mon Sep 10 11:45:08 CEST 2012 on sn-devel-104 | |||||
2012-09-10 | Force cast to long as on some platform tv_usec is 32bit long | Matthieu Patou | 1 | -2/+2 | |
Autobuild-User(master): Matthieu Patou <mat@samba.org> Autobuild-Date(master): Mon Sep 10 07:33:50 CEST 2012 on sn-devel-104 | |||||
2012-09-07 | s4:torture:smb2: simplify durable-open.file-position test to only use one ↵ | Michael Adam | 1 | -27/+27 | |
I/O and one handle Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-09-07 | s4:torture:smb2: change the durable-open.file-position test to use one ↵ | Michael Adam | 1 | -17/+27 | |
connection only And do a tcp disconnect followed by a session reconnect instead of immediately using the already opened second connection. Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-09-07 | s4:torture:smb2: fix durable-v2-open.reopen2 to pass against windows | Michael Adam | 1 | -1/+1 | |
The DH2Q response blob is not sent upon successful durable handle v2 reconnect. Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-09-07 | s4:torture:smb2: simplify the durable-v2.reopen2 test (using only one i/o ↵ | Michael Adam | 1 | -51/+52 | |
struct) Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-09-07 | s4:torture:smb2: simplify the durable-v2-open.reopen1 test | Michael Adam | 1 | -20/+21 | |
only use one smb2_create i/o struct and store the create GUID centrally Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-09-07 | s4:torture:smb2: in the durable-v2-reopen1 test, use a minimal request | Michael Adam | 1 | -2/+1 | |
don't copy the old request, but only set the necessary fields Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-09-07 | s4:torture:smb2: fix cut'n'paste error in the durable-v2-open.reopen2 test | Michael Adam | 1 | -3/+3 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-09-07 | s4:torture:smb2: fix name of test file in the durable-open.alloc-size test | Michael Adam | 1 | -1/+1 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-09-07 | s4-torture: dns torture test depends on AD DC build | Alexander Bokovoy | 1 | -8/+9 | |
2012-09-07 | s4:torture:smb2: add a test for alloc size behaviour under durable reconnect | Michael Adam | 1 | -0/+154 | |
Pair-Programmed-With: Stefan Metzmacher <metze@samba.org> | |||||
2012-09-07 | s4:torture/smb2: add smb2.durable-v2-open.reopen{1,2} tests | Stefan Metzmacher | 1 | -0/+184 | |
They show that only the content of the DH2C request matches and all other values in the SMB2 Create request are ignored. metze | |||||
2012-09-07 | s4:torture/smb2: check that the server should ignore the fname in a DHnC request | Stefan Metzmacher | 1 | -1/+2 | |
metze | |||||
2012-09-07 | s4:torture/smb2: don't expect a DHnQ response in a DHnC request | Stefan Metzmacher | 1 | -4/+0 | |
This is fixed in Windows 2012 and matches the [MS-SMB2] documentation now. metze | |||||
2012-09-07 | s4 dns: Make debug output less noisy | Kai Blin | 4 | -16/+16 | |
Autobuild-User(master): Kai Blin <kai@samba.org> Autobuild-Date(master): Fri Sep 7 00:31:56 CEST 2012 on sn-devel-104 | |||||
2012-09-06 | s4 dns: Check if signing user is allowed to update records | Kai Blin | 1 | -16/+56 | |
This should fix bug #9142 | |||||
2012-09-06 | selftest: Test configure stage of dlz_bind9 | Andrew Bartlett | 1 | -0/+61 | |
Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Thu Sep 6 09:07:11 CEST 2012 on sn-devel-104 | |||||
2012-09-06 | selftest: Add tests for the dlz_bind9 module | Andrew Bartlett | 5 | -0/+113 | |
This will help ensure that we do not break the fundemental loading etc. From here, it should be easy to extend this to more comprehensive tests. Andrew Bartlett | |||||
2012-09-06 | join.py: Only replicate DNS zones if the source DC had DNS zones | Andrew Bartlett | 1 | -7/+18 | |
This avoid folks needing to specify --dns-backend=NONE Andrew Bartlett Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Thu Sep 6 04:48:55 CEST 2012 on sn-devel-104 | |||||
2012-09-05 | s4 dns: Allow configuring signed updates | Kai Blin | 1 | -1/+6 | |
Autobuild-User(master): Kai Blin <kai@samba.org> Autobuild-Date(master): Wed Sep 5 20:42:46 CEST 2012 on sn-devel-104 | |||||
2012-09-05 | s4 dns: Make sure to remember incoming tkey name | Kai Blin | 1 | -0/+4 | |
2012-09-05 | s4 dns: Verify incoming TSIG signatures | Kai Blin | 4 | -0/+189 | |
2012-09-05 | s4 dns: Handle GSS-TSIG signature creation | Kai Blin | 3 | -0/+144 | |
2012-09-05 | s4 dns: When we got a TKEY, we need to remember which key to use for signing | Kai Blin | 2 | -2/+17 | |
2012-09-05 | s4 dns: TKEY record needs to remember incoming algorithm | Kai Blin | 2 | -1/+10 | |
Samba3 (and older windows versions) use gss.microsoft.com, win7 (and the RFC) use gss-tsig |