Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | s3:smbd: implement SMB2 Read | Stefan Metzmacher | 2009-06-03 | 4 | -1/+210 | |
| | | | | | | This only works works on file shares. metze | |||||
* | s3:smbd: implement SMB2 Flush | Stefan Metzmacher | 2009-06-03 | 4 | -1/+123 | |
| | | | | | | This works only on file shares yet. metze | |||||
* | s3:smbd: implement SMB2 Close | Stefan Metzmacher | 2009-06-03 | 4 | -1/+135 | |
| | | | | metze | |||||
* | s3:smbd: implement a simple version of SMB2 Create | Stefan Metzmacher | 2009-06-03 | 4 | -1/+277 | |
| | | | | | | | It only work on file shares and just ignores any additional Create Context Values. metze | |||||
* | s3:smbd: add smbd_smb2_fake_smb_request() | Stefan Metzmacher | 2009-06-03 | 3 | -1/+54 | |
| | | | | metze | |||||
* | s3:smbd: return more details in the SMB2 Tree Connect response | Stefan Metzmacher | 2009-06-03 | 1 | -6/+32 | |
| | | | | metze | |||||
* | s3:smbd: create a connection_struct in SMB2 Tree Connect | Stefan Metzmacher | 2009-06-03 | 4 | -1/+30 | |
| | | | | metze | |||||
* | s3:smbd: create a user_struct for compat in SMB2 Session Setup | Stefan Metzmacher | 2009-06-03 | 3 | -1/+19 | |
| | | | | metze | |||||
* | s3:smbd: add a lazy mode for conn_new() and conn_free() for SMB2 | Stefan Metzmacher | 2009-06-03 | 1 | -0/+15 | |
| | | | | metze | |||||
* | s3:smbd: make make_connection_snum() non static | Stefan Metzmacher | 2009-06-03 | 2 | -2/+6 | |
| | | | | metze | |||||
* | s3:smbd: move tcon specific globals to struct smbd_server_connection | Stefan Metzmacher | 2009-06-03 | 11 | -86/+96 | |
| | | | | metze | |||||
* | s3:smbd: move more session specific globals to struct smbd_server_connection | Stefan Metzmacher | 2009-06-03 | 16 | -184/+261 | |
| | | | | metze | |||||
* | s3:smbd: move some session specific globals to struct smbd_server_connection | Stefan Metzmacher | 2009-06-03 | 8 | -22/+29 | |
| | | | | metze | |||||
* | s3:smbd: move already_got_session to struct smbd_server_connection | Stefan Metzmacher | 2009-06-03 | 4 | -6/+7 | |
| | | | | metze | |||||
* | s3:smbd: move max_recv to struct smbd_server_connection | Stefan Metzmacher | 2009-06-03 | 5 | -21/+22 | |
| | | | | metze | |||||
* | s3:smbd: move negprot related globals to struct smbd_server_connection | Stefan Metzmacher | 2009-06-03 | 9 | -61/+96 | |
| | | | | metze | |||||
* | s3:smbd: move pending_auth_data list to struct smbd_server_connection | Stefan Metzmacher | 2009-06-03 | 4 | -32/+37 | |
| | | | | metze | |||||
* | s3:torture: fix password timestamp checks on NetBSD | Björn Jacke | 2009-06-03 | 1 | -1/+1 | |
| | | | | | | | | The Open Group says: "The useconds argument [of usleep] must be less than 1,000,000." NetBSD takes this seriously. usleep of more than 999999 are effectless. | |||||
* | selftest: Add script that can take a subunit stream and format it. | Jelmer Vernooij | 2009-06-03 | 1 | -0/+68 | |
| | ||||||
* | selftest/plain: Allow caller to not specify the number of expected | Jelmer Vernooij | 2009-06-03 | 1 | -1/+5 | |
| | | | | testsuites to run. | |||||
* | selftest: Run tests for Samba4 target in the samba 4 testsuite. | Jelmer Vernooij | 2009-06-03 | 1 | -0/+1 | |
| | ||||||
* | selftest: Fix target/Samba4 tests. | Jelmer Vernooij | 2009-06-03 | 1 | -2/+3 | |
| | ||||||
* | Remove empty unit test. | Jelmer Vernooij | 2009-06-03 | 1 | -7/+0 | |
| | ||||||
* | selftest/README: Fix formatting. | Jelmer Vernooij | 2009-06-03 | 1 | -5/+13 | |
| | ||||||
* | selftest: Factor generic functionality for buildfarm output into a | Jelmer Vernooij | 2009-06-03 | 2 | -35/+88 | |
| | | | | separate perl module. | |||||
* | Support reporting current time in selftest output. | Jelmer Vernooij | 2009-06-03 | 4 | -7/+32 | |
| | ||||||
* | selftest: Add subunit output format. | Jelmer Vernooij | 2009-06-03 | 2 | -0/+105 | |
| | ||||||
* | Rename harness2subunit.pl -> tap2subunit to be consistent with the | Jelmer Vernooij | 2009-06-03 | 2 | -1/+1 | |
| | | | | subunit tools. | |||||
* | README: Fix indentation of bullet point. | Jelmer Vernooij | 2009-06-03 | 2 | -5/+5 | |
| | | | | README.Coding: Use consistent header. | |||||
* | Move findstatic.pl script to top-level. | Jelmer Vernooij | 2009-06-03 | 2 | -70/+0 | |
| | ||||||
* | s4:torture/libnetapi: fix netapi detection | Stefan Metzmacher | 2009-06-03 | 1 | -3/+7 | |
| | | | | | | | | We need to set SMB_ENABLE(TORTURE_LIBNETAPI,NO) first to overwrite the default of YES for MODULES and then only set it to YES if netapi was found. metze | |||||
* | s3:smbd: remove old comment, we support SMB2 signing now | Stefan Metzmacher | 2009-06-03 | 1 | -2/+0 | |
| | | | | metze | |||||
* | s3:smbd: allow SMB2 only if we don't use security = share | Stefan Metzmacher | 2009-06-03 | 1 | -1/+2 | |
| | | | | metze | |||||
* | SMB2-CONNECT: make it possible to specific the max write size via ↵ | Stefan Metzmacher | 2009-06-03 | 1 | -1/+1 | |
| | | | | | | --option=torture:smb2maxwrite=12345 metze | |||||
* | Move mount.cifs/umount.cifs to the top level and remove the outdated copy | Jelmer Vernooij | 2009-06-02 | 12 | -565/+37 | |
| | | | | in Samba 4. | |||||
* | Support getting gpfs birthtime | Volker Lendecke | 2009-06-02 | 3 | -0/+82 | |
| | ||||||
* | Fix unresolved symbol in python messaging module. | Jelmer Vernooij | 2009-06-02 | 5 | -13/+14 | |
| | ||||||
* | Fix pythonpath so subunit can be found. | Jelmer Vernooij | 2009-06-02 | 1 | -1/+1 | |
| | ||||||
* | Add support for double type in pidl. | Brad Hards | 2009-06-02 | 5 | -3/+41 | |
| | | | | Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
* | Fix finding the LDB header files in the system in pyldb_util. | Jelmer Vernooij | 2009-06-02 | 3 | -1/+3 | |
| | ||||||
* | Build modules statically by default, as there still seem to be a lot of | Jelmer Vernooij | 2009-06-02 | 1 | -1/+2 | |
| | | | | issues with those even if shared libs work. | |||||
* | Fix more unresolved symbols. | Jelmer Vernooij | 2009-06-02 | 14 | -88/+99 | |
| | ||||||
* | python: Move helper functions for using param into a separate file rather | Jelmer Vernooij | 2009-06-02 | 7 | -45/+75 | |
| | | | | than linking against the python module. | |||||
* | Split up Python code a little bit so we don't hav eto link python modules | Jelmer Vernooij | 2009-06-02 | 1 | -0/+39 | |
| | | | | to each other. | |||||
* | Build libsamba-util as a shared library. | Jelmer Vernooij | 2009-06-02 | 1 | -1/+4 | |
| | ||||||
* | Fix dependencies when using shared libraries. | Jelmer Vernooij | 2009-06-02 | 3 | -2/+3 | |
| | ||||||
* | Store winattrs in GPFS | Mathias Dietz | 2009-06-02 | 3 | -0/+142 | |
| | | | | | | | 1. Store win attributes in gpfs instead of posix bits. 2. use of path based winattr calls of gpfs. Signed-off-by: Mathias Dietz <mdietz@de.ibm.com> | |||||
* | nss_wrapper: prefix function pointer names in struct nwrap_ops. | Günther Deschner | 2009-06-02 | 1 | -54/+54 | |
| | | | | Guenther | |||||
* | torture: minor fixes to torture macro text output. | Günther Deschner | 2009-06-02 | 1 | -2/+2 | |
| | | | | Guenther | |||||
* | nss_wrapper: resort calls to move public calls to the end. | Günther Deschner | 2009-06-02 | 1 | -193/+197 | |
| | | | | Guenther |