summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2011-11-25s3: user_domain is not used in wb_getpwsidVolker Lendecke1-7/+0
2011-11-25s3: Add some constVolker Lendecke2-4/+4
2011-11-24s3:torture: test smb2cli_logoff and smb2cli_tdisStefan Metzmacher1-0/+37
2011-11-24s3:smb2cli: zero tid in smb2cli_tdis*Stefan Metzmacher1-0/+6
2011-11-24s3:smb2cli: free session in smb2cli_logoff*Stefan Metzmacher1-1/+7
2011-11-24s3:torture: add SMB2-SESSION-REAUTHStefan Metzmacher3-0/+215
2011-11-24s3:torture: add SMB2-MULTI-CHANNEL testStefan Metzmacher3-0/+258
2011-11-24s3:torture: add a new test SMB2-TCON-DEPENDENCEMichael Adam3-0/+106
2011-11-24s3:torture:smb2: add SMB2-SESSION-RECONNECT testMichael Adam3-0/+391
2011-11-24s3:torture: use cli_tree_connect() instead of smb2cli_tcon()Stefan Metzmacher1-2/+2
2011-11-24s3:client: make use of cli_tree_connect()Stefan Metzmacher2-3/+3
2011-11-24s3:libsmb: make use of cli_tree_connect()Stefan Metzmacher3-9/+11
2011-11-24s3:nmbd: make use of cli_tree_connect()Stefan Metzmacher1-1/+1
2011-11-24s3:torture: make use of cli_tree_connect()Stefan Metzmacher3-9/+9
2011-11-24s3:utils: make use of cli_tree_connect()Stefan Metzmacher2-4/+4
2011-11-24s3:winbindd_cm: make use of cli_tree_connect()Stefan Metzmacher1-1/+1
2011-11-24s3:libsmb: add cli_tree_connect() for a generic tree connectStefan Metzmacher2-0/+17
2011-11-24s3:smb2cli: remove unused smb2cli_sesssetup_ntlmssp*Stefan Metzmacher2-213/+0
2011-11-24s3:torture: replace smb2cli_sesssetup_ntlmssp() with the more generic cli_ses...Stefan Metzmacher1-2/+6
2011-11-24s3:libsmb: add SMB2 support to cli_session_setup()Stefan Metzmacher1-20/+122
2011-11-24s3:libsmb: implement cli_trans* on top of smb1cli_trans*Stefan Metzmacher1-687/+120
2011-11-24smbXcli: rework smb1cli_trans.c to use smbXcli_conn/smbXcli_reqStefan Metzmacher1-0/+1
2011-11-24s3:selftest: run SMB2-NEGPROTStefan Metzmacher1-1/+1
2011-11-24s3:torture: add SMB2-NEGPROT testStefan Metzmacher3-0/+65
2011-11-24s3:smb2cli: remove unused smb2cli_negprot()Stefan Metzmacher4-34/+0
2011-11-24s3:SMB2-BASIC: use smbXcli_negprot() directlyStefan Metzmacher1-2/+4
2011-11-24s3:smb2cli: pass struct smbXcli_conn directly to smb2cli_req_create/_send()Stefan Metzmacher8-75/+15
2011-11-24s3:libsmb: implement cli_state based functions on top of smbXcli_conn/smbXcli...Stefan Metzmacher11-1693/+245
2011-11-24s3:smb2cli: add forward declaration for struct cli_stateStefan Metzmacher1-0/+1
2011-11-24s3:smb2cli: make smb2cli_session_setup_send/recv non-staticStefan Metzmacher2-5/+23
2011-11-24s3:smb2cli: make use of smbXcli_session and setup the session key for SMB2 si...Stefan Metzmacher10-66/+178
2011-11-24s3:smb2cli: implement smb2cli_negprot() on top of smbXcli_negprot()Stefan Metzmacher3-163/+15
2011-11-24smbXcli: pass client_guid to smbXcli_conn_create()Stefan Metzmacher1-1/+2
2011-11-24s3:smb2cli: replace smb2cli_base.c code with the more generic smbXcli_base.c ...Stefan Metzmacher5-783/+40
2011-11-24security: add local authority well-known SIDsChristian Ambach1-0/+6
2011-11-24s3:smb2 report access_based_dir_enum in tcon replyChristian Ambach1-0/+5
2011-11-24s3:smb2 do not set allow_namespace_caching flag for a shareChristian Ambach1-1/+1
2011-11-24s3:vfs:gpfs remove non-working codeChristian Ambach1-65/+0
2011-11-24s3:vfs:gpfs fix some compiler warningsChristian Ambach1-3/+3
2011-11-24s3:vfs:gpfs convert syncio parameterChristian Ambach1-2/+11
2011-11-23s3: Fix a valgrind errorVolker Lendecke1-1/+1
2011-11-23s3: Move server_info_struct to nmbdVolker Lendecke2-9/+9
2011-11-23s3: Replace delete_token_list by an arrayVolker Lendecke2-53/+69
2011-11-22Remove the setting of the inherited ACL on new files/directories. This isJeremy Allison3-224/+0
2011-11-22Move setting the inherited ACL into the main open code path. Next willJeremy Allison1-1/+110
2011-11-22Move the "set SD" code into provided SD and "inherit acls" branches.Jeremy Allison1-29/+32
2011-11-22Only add the SD if it's not a new stream file.Jeremy Allison1-1/+1
2011-11-22Move the add security descriptor code to *after* all the other meta-data isJeremy Allison1-35/+35
2011-11-22s3: Fix wb_next_pwent_fill_doneVolker Lendecke1-1/+0
2011-11-21s3:winbindd_cm: close sockfd on error in cm_prepare_connection()Stefan Metzmacher1-0/+2