Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-11-24 | s3:utils: make use of cli_tree_connect() | Stefan Metzmacher | 2 | -4/+4 | |
metze | |||||
2011-11-24 | s3:winbindd_cm: make use of cli_tree_connect() | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2011-11-24 | s3:libsmb: add cli_tree_connect() for a generic tree connect | Stefan Metzmacher | 2 | -0/+17 | |
metze | |||||
2011-11-24 | s3:smb2cli: remove unused smb2cli_sesssetup_ntlmssp* | Stefan Metzmacher | 2 | -213/+0 | |
metze | |||||
2011-11-24 | s3:torture: replace smb2cli_sesssetup_ntlmssp() with the more generic ↵ | Stefan Metzmacher | 1 | -2/+6 | |
cli_session_setup() metze | |||||
2011-11-24 | s3:libsmb: add SMB2 support to cli_session_setup() | Stefan Metzmacher | 1 | -20/+122 | |
metze | |||||
2011-11-24 | s3:libsmb: implement cli_trans* on top of smb1cli_trans* | Stefan Metzmacher | 1 | -687/+120 | |
metze | |||||
2011-11-24 | smbXcli: rework smb1cli_trans.c to use smbXcli_conn/smbXcli_req | Stefan Metzmacher | 1 | -0/+1 | |
metze | |||||
2011-11-24 | s3:selftest: run SMB2-NEGPROT | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2011-11-24 | s3:torture: add SMB2-NEGPROT test | Stefan Metzmacher | 3 | -0/+65 | |
metze | |||||
2011-11-24 | s3:smb2cli: remove unused smb2cli_negprot() | Stefan Metzmacher | 4 | -34/+0 | |
metze | |||||
2011-11-24 | s3:SMB2-BASIC: use smbXcli_negprot() directly | Stefan Metzmacher | 1 | -2/+4 | |
metze | |||||
2011-11-24 | s3:smb2cli: pass struct smbXcli_conn directly to smb2cli_req_create/_send() | Stefan Metzmacher | 8 | -75/+15 | |
metze | |||||
2011-11-24 | s3:libsmb: implement cli_state based functions on top of ↵ | Stefan Metzmacher | 11 | -1693/+245 | |
smbXcli_conn/smbXcli_req metze | |||||
2011-11-24 | s3:smb2cli: add forward declaration for struct cli_state | Stefan Metzmacher | 1 | -0/+1 | |
metze | |||||
2011-11-24 | s3:smb2cli: make smb2cli_session_setup_send/recv non-static | Stefan Metzmacher | 2 | -5/+23 | |
metze | |||||
2011-11-24 | s3:smb2cli: make use of smbXcli_session and setup the session key for SMB2 ↵ | Stefan Metzmacher | 10 | -66/+178 | |
signing metze | |||||
2011-11-24 | s3:smb2cli: implement smb2cli_negprot() on top of smbXcli_negprot() | Stefan Metzmacher | 3 | -163/+15 | |
metze | |||||
2011-11-24 | smbXcli: pass client_guid to smbXcli_conn_create() | Stefan Metzmacher | 1 | -1/+2 | |
metze | |||||
2011-11-24 | s3:smb2cli: replace smb2cli_base.c code with the more generic smbXcli_base.c ↵ | Stefan Metzmacher | 5 | -783/+40 | |
code metze | |||||
2011-11-24 | security: add local authority well-known SIDs | Christian Ambach | 1 | -0/+6 | |
add the S-1-2 well-known SID family Autobuild-User: Christian Ambach <ambi@samba.org> Autobuild-Date: Thu Nov 24 19:01:08 CET 2011 on sn-devel-104 | |||||
2011-11-24 | s3:smb2 report access_based_dir_enum in tcon reply | Christian Ambach | 1 | -0/+5 | |
let the client know when hide unreadable or hide unwriteable files is set for a share | |||||
2011-11-24 | s3:smb2 do not set allow_namespace_caching flag for a share | Christian Ambach | 1 | -1/+1 | |
this matches Win7/2002R2 behavior and clients also must ignore this flag when set (MS-SMB 2.2.10), so we should not set it at all | |||||
2011-11-24 | s3:vfs:gpfs remove non-working code | Christian Ambach | 1 | -65/+0 | |
when development of vfs_gpfs was started a long time ago it was considered a good idea to have it compileable even if GPFS is not around and then the module would complain in the logs that libgpfs is not there Nowadays this does not work any more as the code contains GPFS specific types that need the GPFS header files. Instead of making it compile again by adding GPFS typedefs, this removes the whole approach. Other VFS modules also do not even compile when necessary headers are not around, so do the same for the GPFS module code. | |||||
2011-11-24 | s3:vfs:gpfs fix some compiler warnings | Christian Ambach | 1 | -3/+3 | |
2011-11-24 | s3:vfs:gpfs convert syncio parameter | Christian Ambach | 1 | -2/+11 | |
convert syncio parameter to be stored in the VFS handle data this removes the need to go through lp_parm_bool() on each open | |||||
2011-11-23 | s3: Fix a valgrind error | Volker Lendecke | 1 | -1/+1 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Nov 23 19:17:20 CET 2011 on sn-devel-104 | |||||
2011-11-23 | s3: Move server_info_struct to nmbd | Volker Lendecke | 2 | -9/+9 | |
That's the only place where it's used. | |||||
2011-11-23 | s3: Replace delete_token_list by an array | Volker Lendecke | 2 | -53/+69 | |
This will make it easier to convert locking.tdb to IDL, and I don't think there will be enough entries to justify a linked list over an array. Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Nov 23 09:02:12 CET 2011 on sn-devel-104 | |||||
2011-11-22 | Remove the setting of the inherited ACL on new files/directories. This is | Jeremy Allison | 3 | -224/+0 | |
now done correctly in the main codepath. The vfs_acl_XXXX modules are now thin shims that simply store/retrieve ACLs as they should be. | |||||
2011-11-22 | Move setting the inherited ACL into the main open code path. Next will | Jeremy Allison | 1 | -1/+110 | |
remove it from the ACL modules. | |||||
2011-11-22 | Move the "set SD" code into provided SD and "inherit acls" branches. | Jeremy Allison | 1 | -29/+32 | |
2011-11-22 | Only add the SD if it's not a new stream file. | Jeremy Allison | 1 | -1/+1 | |
2011-11-22 | Move the add security descriptor code to *after* all the other meta-data is | Jeremy Allison | 1 | -35/+35 | |
updated. We may be adding an SD that restricts our own access. | |||||
2011-11-22 | s3: Fix wb_next_pwent_fill_done | Volker Lendecke | 1 | -1/+0 | |
Within a callback routine it is not possible to call tevent_req_post Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Tue Nov 22 19:17:30 CET 2011 on sn-devel-104 | |||||
2011-11-21 | s3:winbindd_cm: close sockfd on error in cm_prepare_connection() | Stefan Metzmacher | 1 | -0/+2 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Nov 21 19:58:58 CET 2011 on sn-devel-104 | |||||
2011-11-21 | s3:libsmb: close fd on error in cli_connect_nb() | Stefan Metzmacher | 1 | -0/+2 | |
metze | |||||
2011-11-21 | s3-waf: remove version from libpdb.so for now. | Günther Deschner | 1 | -2/+0 | |
Guenther | |||||
2011-11-20 | s3:smb2_negprot: add support for SMB2_22 | Stefan Metzmacher | 1 | -0/+15 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Sun Nov 20 16:46:45 CET 2011 on sn-devel-104 | |||||
2011-11-18 | Remove rawmemchr calls - found by Ira Cooper. These are glibc-specific ↵ | Jeremy Allison | 1 | -3/+4 | |
calls, makes us completely non-portable. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Fri Nov 18 23:50:50 CET 2011 on sn-devel-104 | |||||
2011-11-18 | s3:libsmb: verify num_setup for SMBnttrans in cli_pull_trans() | Stefan Metzmacher | 1 | -0/+4 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Fri Nov 18 15:13:52 CET 2011 on sn-devel-104 | |||||
2011-11-18 | s3:libsmb: fix compiler warning in cli_pull_trans() | Stefan Metzmacher | 1 | -1/+3 | |
metze | |||||
2011-11-18 | s3:libsmb: only align unicode pipe_name (bug #8586) | Stefan Metzmacher | 1 | -7/+11 | |
metze | |||||
2011-11-18 | s3-py-passdb: Fix handling of uninitialized gid values | Amitay Isaacs | 1 | -1/+1 | |
Uninitialized gid value is set to -1 and return as such from python passdb api. Autobuild-User: Amitay Isaacs <amitay@samba.org> Autobuild-Date: Fri Nov 18 06:18:33 CET 2011 on sn-devel-104 | |||||
2011-11-18 | s4-s3-upgrade now look for -1 as the special 'not set' value | Andrew Bartlett | 1 | -1/+1 | |
this is possible because we know the py_passdb will always set -1 here, not passing though 0xFFFFFFFF. Andrew Bartlett | |||||
2011-11-17 | s3-smbldap: move ldap_open_with_timeout out of smb_ldap.h to ads where it lives. | Günther Deschner | 3 | -10/+8 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Thu Nov 17 03:47:53 CET 2011 on sn-devel-104 | |||||
2011-11-17 | s3-smbldap: remove duplicate LDAP_OPT_SUCCESS define. | Günther Deschner | 1 | -3/+0 | |
Guenther | |||||
2011-11-17 | s3-winbindd: no need to globally include ldap headers in winbindd. | Günther Deschner | 2 | -2/+1 | |
Guenther | |||||
2011-11-17 | s3-smbldap: include talloc.h and tevent.h in smbldap.h | Günther Deschner | 1 | -0/+3 | |
Guenther | |||||
2011-11-17 | s3-param: loadparm has no dependency to smbldap. | Günther Deschner | 1 | -1/+0 | |
Guenther |