Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s3: client : Add extra return parameter to all client open calls. | Jeremy Allison | 2014-05-09 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | Add a return parameter of struct smb_create_returns *cr to cli_ntcreate() cli_ntcreate_recv() cli_nttrans_create() cli_nttrans_create_recv() Always pass in NULL for now. This fixes the create API to always fully return the data the server has given back to us on the open file to the caller. Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org> | ||||
* | s3:torture: check the result of cli_nt_delete_on_close_recv() in test_notify.c | Stefan Metzmacher | 2014-04-02 | 1 | -0/+4 |
| | | | | | Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> | ||||
* | s3:torture: make use of samba_tevent_context_init() | Stefan Metzmacher | 2013-02-19 | 1 | -2/+2 |
| | | | | | Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Michael Adam <obnox@samba.org> | ||||
* | s3: Add two notify benchmark tests | Volker Lendecke | 2012-04-17 | 1 | -0/+720 |