summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* s3:libads: remove unused "GSSAPI" supportStefan Metzmacher2020-06-091-426/+0
* s3:libsmb: add a cache for cli_session_creds_prepare_krb5()Stefan Metzmacher2020-06-092-0/+22
* pysmbd: make sure that session unix info is filledBjörn Baumbach2020-06-051-0/+15
* libsmb: Remove unused cli_smb2_qfileinfo_basic()Volker Lendecke2020-06-042-98/+0
* libsmb: Use cli_qfileinfo_basic() in cli_smb2_qpathinfo2()Volker Lendecke2020-06-041-10/+11
* torture3: Fix a debug messageVolker Lendecke2020-06-041-1/+1
* libsmb: Remove unused cli_smb2_getattrE()Volker Lendecke2020-06-042-52/+0
* libsmb: Use cli_qfileinfo_basic() in cli_smb2_getatr()Volker Lendecke2020-06-041-7/+14
* pylibsmb: Use cli_qfileinfo_basic_send() in py_smb_filesize()Volker Lendecke2020-06-041-19/+7
* libsmb: Make qfileinfo_basic available for smb2 in async modeVolker Lendecke2020-06-041-12/+62
* libsmb: Remove unused sync version of cli_getattrE()Volker Lendecke2020-06-042-68/+0
* libsmb: Remove cli_getattrE() fallback from cli_qfileinfo_basic() usersVolker Lendecke2020-06-043-32/+11
* libsmb: Use SMBgetattrE in cli_qfileinfo_basic_send() if necessaryVolker Lendecke2020-06-041-5/+46
* net: Align integer types, move variable closer to its useVolker Lendecke2020-06-041-2/+1
* net: Copy hires timestamps in net_copy_fileattr()Volker Lendecke2020-06-041-19/+28
* torture3: Use cli_qfileinfo_basic() in run_posix_append()Volker Lendecke2020-06-041-2/+4
* libsmb: Add async cli_qfileinfo_basicVolker Lendecke2020-06-042-51/+186
* s3: client. Move to all 32-bit attributes in smbclient.Jeremy Allison2020-06-042-14/+14
* s3: torture: Add simple tests to samba3.base.attr to check INVALID_PARAMETER ...Jeremy Allison2020-06-041-0/+14
* s3: libsmb: cli_setatr() and async version. Don't allow attribtes > 16 bits o...Jeremy Allison2020-06-041-0/+10
* s3: libsmb: cli_unlink() and async version. Don't allow attribtes > 16 bits o...Jeremy Allison2020-06-041-0/+10
* s3: libsmb: Change cli_unlink() and async version to take a uint32_t attribute.Jeremy Allison2020-06-043-5/+5
* s3: libsmb: Change cli_setfileinfo_ext() and async version to take a uint32_t...Jeremy Allison2020-06-043-6/+6
* s3: libsmb: Change cli_setpathinfo_ext() to take 32-bit attributes.Jeremy Allison2020-06-045-8/+23
* s3: libsmb: Change cli_setatr() and async version to use 32-bit attributes.Jeremy Allison2020-06-044-6/+6
* s3: libsmb: Make cli_list_trans() and cli_list take a 32-bit attribute.Jeremy Allison2020-06-042-8/+8
* s3: libsmb: Make cli_list_old() take 32-bit attribute.Jeremy Allison2020-06-042-4/+4
* s3: libsmb: Change cli_smb2_setatr() to use 32-bit attributes.Jeremy Allison2020-06-042-3/+3
* s3: Fix dfs-reparse testing code to use 32-bit attributes. Change variable na...Jeremy Allison2020-06-041-8/+8
* s3: libsmb: Change cli_qpathinfo1() and async version to return a 32-bit attr...Jeremy Allison2020-06-043-8/+9
* s3: libsmb: Change cli_qpathinfo3() to return a 32-bit attribute.Jeremy Allison2020-06-044-17/+19
* s3: libsmb: Change cli_qpathinfo2() and async versions to return a 32-bit att...Jeremy Allison2020-06-043-18/+19
* s3: libsmb: Change cli_getatr() and async versions to return a 32-bit attribute.Jeremy Allison2020-06-045-21/+15
* s3: libsmb: Rename uint16_t attr -> sattr (short attributes).Jeremy Allison2020-06-041-5/+5
* s3: libsmb: Change cli_getattrE() and async versions to return a 32-bit attri...Jeremy Allison2020-06-045-22/+10
* s3: libsmb: Change cli_qfileinfo_basic() to return 32-bit attributes.Jeremy Allison2020-06-044-16/+12
* s3: libsmb: Change cli_smb2_qpathinfo2() to return a 32 bit attribute.Jeremy Allison2020-06-043-16/+16
* s3: libsmb: Fix cli_smb2_getatr() to return a 32 bit attribute.Jeremy Allison2020-06-043-10/+13
* s3: libsmb: Change cli_smb2_getattrE() to return 32 bit attributes.Jeremy Allison2020-06-043-10/+19
* s3: libsmb: Change cli_smb2_qfileinfo_basic() and all users to return a uint3...Jeremy Allison2020-06-043-8/+26
* s3: smbclient: Rename mode parameter to attr.Jeremy Allison2020-06-041-19/+19
* s3: libsmb: clifile.c: Rename all uint16_t *attr parameters to uint16_t *pattr.Jeremy Allison2020-06-042-16/+16
* s3: libsmb: clirap. Rename all mode/ *mode parameters to attr and pattr.Jeremy Allison2020-06-042-41/+41
* s3: libsmb: cli_smb2_qfileinfo_basic()/cli_smb2_qpathinfo2(). Rename a parame...Jeremy Allison2020-06-042-13/+13
* s3: libsmb: Change size of finfo->attr to uint32_t.Jeremy Allison2020-06-043-7/+5
* s3: libsmb: SMBC_chmod_ctx(), rename mode -> attr when setting attributes.Jeremy Allison2020-06-041-7/+7
* s3: libsmb: Internally rename to use the name attr instead of mode for attrib...Jeremy Allison2020-06-041-11/+11
* s3: libsmb: Internally rename to use the name attr instead of mode for attrib...Jeremy Allison2020-06-041-11/+11
* s3: libsmb: In struct file_info rename mode -> attr.Jeremy Allison2020-06-0410-33/+33
* s3: VFS: default. Ensure read_dfs_pathat() returns stat info.Jeremy Allison2020-06-031-0/+14