summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)AuthorFilesLines
2021-07-04vfs: RIP SMB_VFS_GETXATTR()Jeremy Allison2-21/+0
2021-06-29VFS: Remove SMB_VFS_CHFLAGS, not used anymoreNoel Power2-17/+0
2021-06-29VFS: Add initial implemenataion for SMB_VFS_FCHFLAGSNoel Power2-0/+17
2021-06-20winexe: Some code cleanup and fixesAndreas Schneider1-3/+3
2021-06-20winexe: Use the new cmdline option parserAndreas Schneider2-109/+36
2021-06-09s3: VFS: RIP SMB_VFS_SYS_ACL_BLOB_GET_FILE()Jeremy Allison2-22/+0
2021-06-09s3: VFS: RIP SMB_VFS_SYS_ACL_GET_FILE()Jeremy Allison2-19/+0
2021-06-09vfs: RIP SMB_VFS_GET_NT_ACL_AT()Jeremy Allison2-27/+0
2021-06-09VFS: SMB_VFS_SYS_ACL_GET_FD: Modify api to take additional type paramNoel Power2-3/+7
2021-06-02s3: VFS: Add SMB_VFS_PARENT_PATHNAME().Jeremy Allison2-0/+24
2021-05-28examples: Migrate smb2mount to new cmdline option parserAndreas Schneider2-8/+23
2021-05-28examples: Pass cli_credentials to connect_one in smb2mountAndreas Schneider1-3/+6
2021-05-18vfs: RIP SMB_VFS_SYS_ACL_DELETE_DEF_FILE()Jeremy Allison2-15/+0
2021-05-18s3: VFS: Add SMB_VFS_SYS_ACL_DELETE_DEF_FD(),Jeremy Allison2-0/+15
2021-05-14s3: VFS: Remove SMB_VFS_READDIR_ATTR(), no longer usedSamuel Cabrero2-18/+0
2021-05-14VFS: Add SMB_VFS_FREADDIR_ATTR()Samuel Cabrero2-0/+18
2021-05-11s3: VFS: Remove SMB_VFS_STREAMINFO(), no longer usedNoel Power2-27/+0
2021-05-11VFS: Add SMB_VFS_FSTREAMINFONoel Power2-0/+24
2021-04-28auth:creds: Add obtained arg to cli_credentials_set_kerberos_state()Andreas Schneider1-1/+2
2021-04-28tests: Use --configfile instead of -sAndreas Schneider4-15/+15
2021-04-19auth3: Remove auth_skel.cVolker Lendecke3-118/+0
2021-04-19s3:script: Remove findsmb from default installationAndreas Schneider2-0/+305
2021-04-19s3: VFS: Remove SMB_VFS_NTIMES(), no longer usedSamuel Cabrero2-17/+0
2021-04-19VFS: Add SMB_VFS_FNTIMESSamuel Cabrero2-0/+17
2021-04-11VFS: Remove SMB_VFS_CHMOD, no longer usedNoel Power2-17/+0
2021-04-08VFS: Remove SMB_VFS_SET_DOS_ATTRIBUTE, no longer usedNoel Power2-18/+0
2021-04-07VFS: Remove SMB_VFS_REMOVEXATTR, no longer usedJeremy Allison2-17/+0
2021-03-11VFS: Remove SMB_VFS_SETXATTR, no longer usedNoel Power2-24/+0
2021-02-26VFS: Remove SMB_VFS_LISTXATTR, no longer usedNoel Power2-19/+0
2021-02-10examples/fuse/smb2mount: fix compiler warning on ubuntu20.04 with -O3Stefan Metzmacher1-1/+1
2020-12-17vfs: RIP SMB_VFS_SYS_ACL_SET_FILE()Ralph Boehme2-20/+0
2020-12-17vfs: add acl type arg to SMB_VFS_SYS_ACL_SET_FD()Ralph Boehme2-3/+7
2020-12-16vfs: SMB_VFS_GET_COMPRESSION() -> SMB_VFS_FGET_COMPRESSION()Ralph Boehme2-7/+5
2020-12-16vfs: RIP SMB_VFS_GET_DOS_ATTRIBUTES()Ralph Boehme2-18/+0
2020-12-16vfs: Add dirfsp arg to SMB_VFS_READDIR()Ralph Boehme2-3/+7
2020-11-26winexe: Fix a possible null pointer derferenceAndreas Schneider1-9/+13
2020-11-03auth:creds: Rename CRED_USE_KERBEROS valuesAndreas Schneider1-2/+2
2020-10-23examples:auth: Do not install example pluginAndreas Schneider1-1/+2
2020-10-23vfs: make dirfsp arg to SMB_VFS_READLINKAT() constRalph Boehme2-2/+2
2020-10-02vfs: remove dirfsp arg from SMB_VFS_CREATE_FILE()Ralph Boehme2-3/+0
2020-08-19examples: Remove obsolete force encryption from smb2mountAndreas Schneider1-11/+0
2020-08-19s3:libsmb: Remove signing_state from cli_full_connection_creds()Andreas Schneider2-5/+2
2020-08-19s3:libsmb: Introduce CLI_FULL_CONNECTION_IPCAndreas Schneider1-1/+1
2020-06-12docs: Point to wiki Contribute page rather than samba-technicalAndrew Bartlett1-1/+1
2020-06-04s3: libsmb: Change size of finfo->attr to uint32_t.Jeremy Allison1-1/+1
2020-06-04s3: libsmb: In struct file_info rename mode -> attr.Jeremy Allison1-3/+3
2020-06-04examples: clifuse: Info level SMB_FIND_FILE_BOTH_DIRECTORY_INFO encodes attib...Jeremy Allison1-1/+1
2020-06-03s3: VFS: Change the function signature for SMB_VFS_READ_DFS_PATHAT() to take ...Jeremy Allison2-2/+2
2020-05-28examples/fuse/smb2mount: avoid using CLI_FULL_CONNECTION_{USE,FALLBACK_AFTER}...Stefan Metzmacher1-5/+0
2020-05-28examples/fuse/smb2mount: make use of get_cmdline_auth_info_creds()Stefan Metzmacher1-8/+4