summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
...
* VFS: SMB_VFS_SYS_ACL_GET_FD: Modify api to take additional type paramNoel Power2021-06-092-3/+7
* s3: VFS: Add SMB_VFS_PARENT_PATHNAME().Jeremy Allison2021-06-022-0/+24
* examples: Migrate smb2mount to new cmdline option parserAndreas Schneider2021-05-282-8/+23
* examples: Pass cli_credentials to connect_one in smb2mountAndreas Schneider2021-05-281-3/+6
* vfs: RIP SMB_VFS_SYS_ACL_DELETE_DEF_FILE()Jeremy Allison2021-05-182-15/+0
* s3: VFS: Add SMB_VFS_SYS_ACL_DELETE_DEF_FD(),Jeremy Allison2021-05-182-0/+15
* s3: VFS: Remove SMB_VFS_READDIR_ATTR(), no longer usedSamuel Cabrero2021-05-142-18/+0
* VFS: Add SMB_VFS_FREADDIR_ATTR()Samuel Cabrero2021-05-142-0/+18
* s3: VFS: Remove SMB_VFS_STREAMINFO(), no longer usedNoel Power2021-05-112-27/+0
* VFS: Add SMB_VFS_FSTREAMINFONoel Power2021-05-112-0/+24
* auth:creds: Add obtained arg to cli_credentials_set_kerberos_state()Andreas Schneider2021-04-281-1/+2
* tests: Use --configfile instead of -sAndreas Schneider2021-04-284-15/+15
* auth3: Remove auth_skel.cVolker Lendecke2021-04-193-118/+0
* s3:script: Remove findsmb from default installationAndreas Schneider2021-04-192-0/+305
* s3: VFS: Remove SMB_VFS_NTIMES(), no longer usedSamuel Cabrero2021-04-192-17/+0
* VFS: Add SMB_VFS_FNTIMESSamuel Cabrero2021-04-192-0/+17
* VFS: Remove SMB_VFS_CHMOD, no longer usedNoel Power2021-04-112-17/+0
* VFS: Remove SMB_VFS_SET_DOS_ATTRIBUTE, no longer usedNoel Power2021-04-082-18/+0
* VFS: Remove SMB_VFS_REMOVEXATTR, no longer usedJeremy Allison2021-04-072-17/+0
* VFS: Remove SMB_VFS_SETXATTR, no longer usedNoel Power2021-03-112-24/+0
* VFS: Remove SMB_VFS_LISTXATTR, no longer usedNoel Power2021-02-262-19/+0
* examples/fuse/smb2mount: fix compiler warning on ubuntu20.04 with -O3Stefan Metzmacher2021-02-101-1/+1
* vfs: RIP SMB_VFS_SYS_ACL_SET_FILE()Ralph Boehme2020-12-172-20/+0
* vfs: add acl type arg to SMB_VFS_SYS_ACL_SET_FD()Ralph Boehme2020-12-172-3/+7
* vfs: SMB_VFS_GET_COMPRESSION() -> SMB_VFS_FGET_COMPRESSION()Ralph Boehme2020-12-162-7/+5
* vfs: RIP SMB_VFS_GET_DOS_ATTRIBUTES()Ralph Boehme2020-12-162-18/+0
* vfs: Add dirfsp arg to SMB_VFS_READDIR()Ralph Boehme2020-12-162-3/+7
* winexe: Fix a possible null pointer derferenceAndreas Schneider2020-11-261-9/+13
* auth:creds: Rename CRED_USE_KERBEROS valuesAndreas Schneider2020-11-031-2/+2
* examples:auth: Do not install example pluginAndreas Schneider2020-10-231-1/+2
* vfs: make dirfsp arg to SMB_VFS_READLINKAT() constRalph Boehme2020-10-232-2/+2
* vfs: remove dirfsp arg from SMB_VFS_CREATE_FILE()Ralph Boehme2020-10-022-3/+0
* examples: Remove obsolete force encryption from smb2mountAndreas Schneider2020-08-191-11/+0
* s3:libsmb: Remove signing_state from cli_full_connection_creds()Andreas Schneider2020-08-192-5/+2
* s3:libsmb: Introduce CLI_FULL_CONNECTION_IPCAndreas Schneider2020-08-191-1/+1
* docs: Point to wiki Contribute page rather than samba-technicalAndrew Bartlett2020-06-121-1/+1
* s3: libsmb: Change size of finfo->attr to uint32_t.Jeremy Allison2020-06-041-1/+1
* s3: libsmb: In struct file_info rename mode -> attr.Jeremy Allison2020-06-041-3/+3
* examples: clifuse: Info level SMB_FIND_FILE_BOTH_DIRECTORY_INFO encodes attib...Jeremy Allison2020-06-041-1/+1
* s3: VFS: Change the function signature for SMB_VFS_READ_DFS_PATHAT() to take ...Jeremy Allison2020-06-032-2/+2
* examples/fuse/smb2mount: avoid using CLI_FULL_CONNECTION_{USE,FALLBACK_AFTER}...Stefan Metzmacher2020-05-281-5/+0
* examples/fuse/smb2mount: make use of get_cmdline_auth_info_creds()Stefan Metzmacher2020-05-281-8/+4
* OID: Reserve 1.3.6.1.4.1.7165.777.x for use on the wikiAndrew Bartlett2020-05-271-1/+6
* vfs: remove SMB_VFS_OPEN()Ralph Boehme2020-05-212-15/+0
* vfs: add SMB_VFS_OPENAT()Ralph Boehme2020-05-212-0/+23
* smbd: add dirfsp arg to SMB_VFS_CREATE_FILE()Ralph Boehme2020-05-212-0/+3
* vfs: remove root_dir_fid arg from SMB_VFS_CREATE_FILE()Ralph Boehme2020-05-142-3/+0
* Fix clang 9 missing-field-initializer warningsGary Lockyer2020-05-081-3/+1
* s3: VFS: Complete the replacement of SMB_VFS_GET_NT_ACL() -> SMB_VFS_GET_NT_A...Jeremy Allison2020-05-072-24/+0
* s3: VFS: Add SMB_VFS_GET_NT_ACL_AT().Jeremy Allison2020-05-072-0/+27