summaryrefslogtreecommitdiff
path: root/source3/libsmb
AgeCommit message (Expand)AuthorFilesLines
2019-03-20libsmb: Make SMB1-only cli_nt_hardlink calls staticVolker Lendecke2-48/+2
2019-03-20libsmb: Introduce protocol-agnostic cli_hardlinkVolker Lendecke2-1/+248
2019-03-20libsmb: Use cli_smb2_set_info_fnum()Volker Lendecke1-135/+56
2019-03-20libsmb: Simplify cli_smb2_ftruncateVolker Lendecke1-8/+3
2019-03-20libsmb: Simplify cli_smb2_delete_on_closeVolker Lendecke1-21/+10
2019-03-20libsmb: Add cli_smb2_set_info_fnumVolker Lendecke2-0/+127
2019-03-18libsmb: Fix a "assuming signed overflow does not occur" errorVolker Lendecke1-3/+4
2019-03-18libsmb: Align integer typesVolker Lendecke1-1/+1
2019-03-18libsmb: Use cli_smb2_query_info_fnumVolker Lendecke1-238/+133
2019-03-18libsmb: Add cli_smb2_query_info_fnumVolker Lendecke2-0/+179
2019-03-18libsmb: Change cli_posix_stat_send to take a pointer to sbufVolker Lendecke2-41/+60
2019-03-18libsmb: Make cli_posix_[sym|hard]link proper tevent_req functionsVolker Lendecke1-3/+60
2019-03-18libsmb: Use tevent_req_simple_finish_ntstatusVolker Lendecke1-10/+3
2019-03-12libsmb: Use sid_parse()Volker Lendecke1-16/+3
2019-03-08libsmb: Use tevent_req_simple_finish_ntstatusVolker Lendecke1-5/+1
2019-03-08libsmb: Add "in_cblobs" to cli_smb2_unlinkVolker Lendecke3-8/+18
2019-03-08libsmb: Add "in_cblobs" to cli_smb2_rmdirVolker Lendecke3-14/+26
2019-03-08libsmb: Make cli_smb2_unlink asyncVolker Lendecke2-35/+154
2019-03-08libsmb: Simplify cli_smb2_mxacVolker Lendecke1-12/+5
2019-03-04s3:libsmb: add cli_query_mxac()Ralph Boehme2-0/+16
2019-03-04s3:libsmb: add cli_smb2_query_mxac()Ralph Boehme2-0/+199
2019-03-02libsmb: Make cli_posix_unlink/rmdir proper tevent_req/subreq pairsVolker Lendecke1-5/+58
2019-03-01libsmb: Use tevent_req_simple_finish_ntstatus()Volker Lendecke1-5/+1
2019-03-01libsmb: Use tevent_req_simple_finish_ntstatus()Volker Lendecke1-9/+2
2019-03-01libsmb: Make cli_smb2_rmdir asynchronousVolker Lendecke2-43/+185
2019-03-01libsmb: add in/out cblobs to cli_smb2_create_fnumVolker Lendecke3-20/+116
2019-03-01libsmb: Avoid a separate "cblobs" var sending smb2 createVolker Lendecke1-9/+7
2019-03-01libsmb: Reformat the cli_smb2_create_fnum_send argsVolker Lendecke3-52/+70
2019-02-25libsmb: Resolve special _recv handling in cli_ntcreateVolker Lendecke1-12/+28
2019-02-22libsmb: Fix a resource leak in cli_posix_mkdirVolker Lendecke1-1/+1
2019-02-22libsmb: Pull up wire_flags calculation from open_internalVolker Lendecke1-11/+10
2019-02-22libsmb: Convert cli_posix_open to normal tevent_req patternVolker Lendecke1-56/+143
2019-02-22set caller allocation units in statvfs f_bavailMark Niggemann1-0/+2
2019-02-14lib:util: Move discard_const(_p) to own header for libndr.hAndreas Schneider1-0/+1
2019-02-09libsmb,s3/smbd: dump SMB3+ session keys if debug parm is setAurelien Aptel1-0/+57
2019-02-08s3/libsmb/py: match input argument types with C typesDouglas Bagnall1-3/+3
2019-02-07Cleanup (decref) some objects added to list.Noel Power1-0/+1
2019-02-07Decrement references to python objects passed to Py_BuildValueNoel Power1-2/+5
2019-01-26s3:pylibsmb: Initialize pointers to NULL in new API codeTim Beale1-4/+4
2019-01-18s3:libsmb: Store file allocation size in struct file_info.Jeremy Allison1-0/+1
2019-01-18s3:libsmb: parse_finfo_id_both_directory_info capture FileID in SMB2_FIND_ID_...Puran Chand1-0/+1
2019-01-17s3:pylibsmb: Add FILE_READ_ATTRIBUTES access to .loadfile() APITim Beale1-1/+2
2019-01-17s3:pylibsmb: Add .set_acl API to SMB py bindingsTim Beale1-0/+51
2019-01-16s3:libsmb: Honor disable_netbios option in smbsock_connect_sendJustin Stephenson1-0/+7
2019-01-14s3:pylibsmb: Add .get_acl() API to SMB py bindingsTim Beale1-0/+53
2019-01-10s3:libsmb: cli_smb2_list() can sometimes fail initially on a connectionTim Beale1-1/+13
2019-01-09s3:smbpasswd: Print debug message about NetbiosJustin Stephenson1-4/+12
2019-01-09s3:libsmb: Print debug message about NetbiosJustin Stephenson2-0/+8
2019-01-09s3:libsmb: Check disable_netbios in socket connectJustin Stephenson1-0/+5
2019-01-09s3:libsmb: Revert SMB Py bindings name back to libsmb_samba_internalTim Beale1-5/+8