summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)AuthorFilesLines
2019-10-31examples/VFS/skel_transparent.c: typo fixesBjörn Jacke1-1/+1
2019-10-15s3: VFS: Complete the removal of SMB_VFS_CHOWN()Jeremy Allison2-19/+0
2019-10-10s3: VFS: Complete the removal of SMB_VFS_RMDIR()Jeremy Allison2-15/+0
2019-10-08s3: VFS: Add SMB_VFS_FCNTLAnoop C S2-0/+24
2019-09-26s3: VFS: Complete the replacement of SMB_VFS_UNLINK() -> SMB_VFS_UNLINKAT().Jeremy Allison2-15/+0
2019-09-26s3: VFS: Add SMB_VFS_UNLINKAT().Jeremy Allison2-0/+22
2019-09-20misc: fix AD trust attributes in adssearchGünther Deschner1-5/+12
2019-09-11s3: VFS: Complete the replacement of SMB_VFS_MKDIR() -> SMB_VFS_MKDIRAT().Jeremy Allison2-17/+0
2019-09-11s3: VFS: Add SMB_VFS_MKDIRAT().Jeremy Allison2-0/+22
2019-09-03s3: VFS: Complete the replacement of SMB_VFS_SYMLINK() -> SMB_VFS_SYMLINKAT().Jeremy Allison2-17/+0
2019-09-03s3: VFS: Add SMB_VFS_SYMLINKAT().Jeremy Allison2-0/+22
2019-09-01Spelling fixes s/wont /won't /Mathieu Parent1-1/+1
2019-08-23s3: VFS: Complete the replacement of SMB_VFS_READLINK() -> SMB_VFS_READLINKAT().Jeremy Allison2-19/+0
2019-08-23s3: VFS: Add SMB_VFS_READLINKAT().Jeremy Allison2-0/+25
2019-08-22s3: VFS: Complete the replacement of SMB_VFS_MKNOD() -> SMB_VFS_MKNODAT().Jeremy Allison2-19/+0
2019-08-22s3: VFS: Add SMB_VFS_MKNODAT().Jeremy Allison2-0/+25
2019-08-20s3: VFS: Complete the replacement of SMB_VFS_LINK() -> SMB_VFS_LINKAT().Jeremy Allison2-17/+0
2019-08-20s3: VFS: Add SMB_VFS_LINKAT().Jeremy Allison2-0/+28
2019-08-16s3: VFS: Complete the replacement of SMB_VFS_RENAME() -> SMB_VFS_RENAMEAT().Jeremy Allison2-17/+0
2019-08-16s3: VFS: Add SMB_VFS_RENAMEAT().Jeremy Allison2-0/+25
2019-08-09smbd: Make "lease" const in SMB_VFS_CREATE_FILE()Volker Lendecke2-2/+2
2019-07-05winexe: Add support for connecting to a host on an alternate portKarl Lenz1-3/+23
2019-07-05winexe: Fix translation of the winexesvc binaries to CKarl Lenz1-4/+26
2019-07-02vfs: Remove unused "msg_ctx" from SMB_VFS_BRL_UNLOCK_WINDOWSVolker Lendecke2-3/+1
2019-07-02vfs: Remove "blocking_lock" from SMB_VFS_BRL_LOCK_WINDOWSVolker Lendecke2-6/+3
2019-07-01s3:vfs: add SMB_VFS_FS_FILE_ID()Ralph Boehme2-0/+15
2019-06-20vfs: Remove SMB_VFS_BRL_CANCEL_WINDOWSVolker Lendecke2-17/+0
2019-05-28winexe: Use C99 initializer for poptOption in winexe.cStefan Metzmacher1-34/+115
2019-03-01libsmb: add in/out cblobs to cli_smb2_create_fnumVolker Lendecke1-4/+6
2019-03-01libsmb: Reformat the cli_smb2_create_fnum_send argsVolker Lendecke1-8/+19
2019-01-28examples: Use C99 initializer for poptOption in testaclAndreas Schneider1-26/+74
2019-01-28examples: Reformat testacl libsmbclient exampleAndreas Schneider1-270/+270
2019-01-11s3:smbd: pass (raw) ev to SMB_VFS_GET_DOS_ATTRIBUTES_SEND() instead of smb_vf...Ralph Boehme2-5/+3
2019-01-11s3:smbd: let SMB_VFS_GETXATTRAT_SEND() do explicit impersonationRalph Boehme2-5/+3
2018-12-14PY3: change shebang to python3 in misc dirsJoe Guo1-1/+1
2018-12-14Change order of flags in Makefile so that crackcheck builds under UbuntuBrian Candler1-1/+1
2018-12-14Add #include <unistd.h> to provide prototype for getopt()Brian Candler1-0/+1
2018-12-13s3:libsmb: pass impersonation_level to cli_ntcreate_send()Stefan Metzmacher1-0/+3
2018-12-13s3:libsmb: pass impersonation_level to cli_smb2_create_fnum_send()Stefan Metzmacher1-2/+4
2018-09-27PY3: fix "TabError: inconsistent use of tabs and spaces"Noel Power1-10/+10
2018-09-07examples: Fix the smb2mount buildVolker Lendecke2-2/+2
2018-09-05examples: Fix mingw64 detectionVolker Lendecke1-0/+2
2018-08-28examples: Add winexe re-implemented on current Samba libsVolker Lendecke6-0/+2788
2018-08-24PEP8: fix W291: trailing whitespaceJoe Guo1-2/+2
2018-08-24PEP8: fix E401: multiple imports on one lineJoe Guo1-1/+4
2018-08-24PEP8: fix E303: too many blank lines (2)Joe Guo1-1/+0
2018-08-24PEP8: fix E261: at least two spaces before inline commentJoe Guo1-1/+1
2018-07-27s3: vfs: add SMB_VFS_GET_DOS_ATTRIBUTES_SEND/RECVRalph Boehme2-0/+130
2018-07-27s3: vfs: add SMB_VFS_GETXATTRAT_SEND/RECVRalph Boehme2-0/+145
2018-07-25examples/VFS/skel_transparent: make vfs_fn_pointers staticStefan Metzmacher1-1/+1