| Commit message (Expand) | Author | Age | Files | Lines |
* | s3:rpc_client: Pass remote name and socket to cli_rpc_pipe_open_noauth_transp... | Günther Deschner | 2021-12-08 | 1 | -2/+12 |
* | s3-winexe: Fix winexe core dump (use-after-free) | Günther Deschner | 2021-11-10 | 1 | -4/+12 |
* | vfs: RIP SMB_VFS_GETXATTR() | Jeremy Allison | 2021-07-04 | 2 | -21/+0 |
* | VFS: Remove SMB_VFS_CHFLAGS, not used anymore | Noel Power | 2021-06-29 | 2 | -17/+0 |
* | VFS: Add initial implemenataion for SMB_VFS_FCHFLAGS | Noel Power | 2021-06-29 | 2 | -0/+17 |
* | winexe: Some code cleanup and fixes | Andreas Schneider | 2021-06-20 | 1 | -3/+3 |
* | winexe: Use the new cmdline option parser | Andreas Schneider | 2021-06-20 | 2 | -109/+36 |
* | s3: VFS: RIP SMB_VFS_SYS_ACL_BLOB_GET_FILE() | Jeremy Allison | 2021-06-09 | 2 | -22/+0 |
* | s3: VFS: RIP SMB_VFS_SYS_ACL_GET_FILE() | Jeremy Allison | 2021-06-09 | 2 | -19/+0 |
* | vfs: RIP SMB_VFS_GET_NT_ACL_AT() | Jeremy Allison | 2021-06-09 | 2 | -27/+0 |
* | VFS: SMB_VFS_SYS_ACL_GET_FD: Modify api to take additional type param | Noel Power | 2021-06-09 | 2 | -3/+7 |
* | s3: VFS: Add SMB_VFS_PARENT_PATHNAME(). | Jeremy Allison | 2021-06-02 | 2 | -0/+24 |
* | examples: Migrate smb2mount to new cmdline option parser | Andreas Schneider | 2021-05-28 | 2 | -8/+23 |
* | examples: Pass cli_credentials to connect_one in smb2mount | Andreas Schneider | 2021-05-28 | 1 | -3/+6 |
* | vfs: RIP SMB_VFS_SYS_ACL_DELETE_DEF_FILE() | Jeremy Allison | 2021-05-18 | 2 | -15/+0 |
* | s3: VFS: Add SMB_VFS_SYS_ACL_DELETE_DEF_FD(), | Jeremy Allison | 2021-05-18 | 2 | -0/+15 |
* | s3: VFS: Remove SMB_VFS_READDIR_ATTR(), no longer used | Samuel Cabrero | 2021-05-14 | 2 | -18/+0 |
* | VFS: Add SMB_VFS_FREADDIR_ATTR() | Samuel Cabrero | 2021-05-14 | 2 | -0/+18 |
* | s3: VFS: Remove SMB_VFS_STREAMINFO(), no longer used | Noel Power | 2021-05-11 | 2 | -27/+0 |
* | VFS: Add SMB_VFS_FSTREAMINFO | Noel Power | 2021-05-11 | 2 | -0/+24 |
* | auth:creds: Add obtained arg to cli_credentials_set_kerberos_state() | Andreas Schneider | 2021-04-28 | 1 | -1/+2 |
* | tests: Use --configfile instead of -s | Andreas Schneider | 2021-04-28 | 4 | -15/+15 |
* | auth3: Remove auth_skel.c | Volker Lendecke | 2021-04-19 | 3 | -118/+0 |
* | s3:script: Remove findsmb from default installation | Andreas Schneider | 2021-04-19 | 2 | -0/+305 |
* | s3: VFS: Remove SMB_VFS_NTIMES(), no longer used | Samuel Cabrero | 2021-04-19 | 2 | -17/+0 |
* | VFS: Add SMB_VFS_FNTIMES | Samuel Cabrero | 2021-04-19 | 2 | -0/+17 |
* | VFS: Remove SMB_VFS_CHMOD, no longer used | Noel Power | 2021-04-11 | 2 | -17/+0 |
* | VFS: Remove SMB_VFS_SET_DOS_ATTRIBUTE, no longer used | Noel Power | 2021-04-08 | 2 | -18/+0 |
* | VFS: Remove SMB_VFS_REMOVEXATTR, no longer used | Jeremy Allison | 2021-04-07 | 2 | -17/+0 |
* | VFS: Remove SMB_VFS_SETXATTR, no longer used | Noel Power | 2021-03-11 | 2 | -24/+0 |
* | VFS: Remove SMB_VFS_LISTXATTR, no longer used | Noel Power | 2021-02-26 | 2 | -19/+0 |
* | examples/fuse/smb2mount: fix compiler warning on ubuntu20.04 with -O3 | Stefan Metzmacher | 2021-02-10 | 1 | -1/+1 |
* | vfs: RIP SMB_VFS_SYS_ACL_SET_FILE() | Ralph Boehme | 2020-12-17 | 2 | -20/+0 |
* | vfs: add acl type arg to SMB_VFS_SYS_ACL_SET_FD() | Ralph Boehme | 2020-12-17 | 2 | -3/+7 |
* | vfs: SMB_VFS_GET_COMPRESSION() -> SMB_VFS_FGET_COMPRESSION() | Ralph Boehme | 2020-12-16 | 2 | -7/+5 |
* | vfs: RIP SMB_VFS_GET_DOS_ATTRIBUTES() | Ralph Boehme | 2020-12-16 | 2 | -18/+0 |
* | vfs: Add dirfsp arg to SMB_VFS_READDIR() | Ralph Boehme | 2020-12-16 | 2 | -3/+7 |
* | winexe: Fix a possible null pointer derference | Andreas Schneider | 2020-11-26 | 1 | -9/+13 |
* | auth:creds: Rename CRED_USE_KERBEROS values | Andreas Schneider | 2020-11-03 | 1 | -2/+2 |
* | examples:auth: Do not install example plugin | Andreas Schneider | 2020-10-23 | 1 | -1/+2 |
* | vfs: make dirfsp arg to SMB_VFS_READLINKAT() const | Ralph Boehme | 2020-10-23 | 2 | -2/+2 |
* | vfs: remove dirfsp arg from SMB_VFS_CREATE_FILE() | Ralph Boehme | 2020-10-02 | 2 | -3/+0 |
* | examples: Remove obsolete force encryption from smb2mount | Andreas Schneider | 2020-08-19 | 1 | -11/+0 |
* | s3:libsmb: Remove signing_state from cli_full_connection_creds() | Andreas Schneider | 2020-08-19 | 2 | -5/+2 |
* | s3:libsmb: Introduce CLI_FULL_CONNECTION_IPC | Andreas Schneider | 2020-08-19 | 1 | -1/+1 |
* | docs: Point to wiki Contribute page rather than samba-technical | Andrew Bartlett | 2020-06-12 | 1 | -1/+1 |
* | s3: libsmb: Change size of finfo->attr to uint32_t. | Jeremy Allison | 2020-06-04 | 1 | -1/+1 |
* | s3: libsmb: In struct file_info rename mode -> attr. | Jeremy Allison | 2020-06-04 | 1 | -3/+3 |
* | examples: clifuse: Info level SMB_FIND_FILE_BOTH_DIRECTORY_INFO encodes attib... | Jeremy Allison | 2020-06-04 | 1 | -1/+1 |
* | s3: VFS: Change the function signature for SMB_VFS_READ_DFS_PATHAT() to take ... | Jeremy Allison | 2020-06-03 | 2 | -2/+2 |