s3: smbd: fix deferred renames
[samba.git] / examples /
2020-10-29 Karolin SeegerMerge tag 'samba-4.13.1' into v4-13-test
2020-10-27 Andreas Schneiderexamples:auth: Do not install example plugin
2020-06-12 Andrew Bartlettdocs: Point to wiki Contribute page rather than samba...
2020-06-04 Jeremy Allisons3: libsmb: Change size of finfo->attr to uint32_t.
2020-06-04 Jeremy Allisons3: libsmb: In struct file_info rename mode -> attr.
2020-06-04 Jeremy Allisonexamples: clifuse: Info level SMB_FIND_FILE_BOTH_DIRECT...
2020-06-03 Jeremy Allisons3: VFS: Change the function signature for SMB_VFS_READ...
2020-05-28 Stefan Metzmacherexamples/fuse/smb2mount: avoid using CLI_FULL_CONNECTIO...
2020-05-28 Stefan Metzmacherexamples/fuse/smb2mount: make use of get_cmdline_auth_i...
2020-05-27 Andrew BartlettOID: Reserve 1.3.6.1.4.1.7165.777.x for use on the...
2020-05-21 Ralph Boehmevfs: remove SMB_VFS_OPEN()
2020-05-21 Ralph Boehmevfs: add SMB_VFS_OPENAT()
2020-05-21 Ralph Boehmesmbd: add dirfsp arg to SMB_VFS_CREATE_FILE()
2020-05-14 Ralph Boehmevfs: remove root_dir_fid arg from SMB_VFS_CREATE_FILE()
2020-05-08 Gary LockyerFix clang 9 missing-field-initializer warnings
2020-05-07 Jeremy Allisons3: VFS: Complete the replacement of SMB_VFS_GET_NT_ACL...
2020-05-07 Jeremy Allisons3: VFS: Add SMB_VFS_GET_NT_ACL_AT().
2020-05-05 Ralph Boehmesmbd: vfs: convert link_contents arg of SMB_VFS_SYMLINK...
2020-05-05 Ralph Boehmesmbd: convert SMB_VFS_GET_REAL_FILENAME() arg path...
2020-03-24 Ralph Boehmevfs: remove SMB_VFS_OPENDIR()
2020-03-09 Günther Deschnerwinexe: add configure option to control whether to...
2020-03-09 Günther Deschnerlibrpc: fix IDL for svcctl_ChangeServiceConfigW
2020-02-18 Jeremy Allisons3: VFS: Add SMB_VFS_READ_DFS_PATHAT().
2020-01-10 Jeremy Allisons3: VFS: Add SMB_VFS_CREATE_DFS_PATHAT().
2020-01-06 Volker Lendeckeauth: Remove the "typedef auth_methods"
2019-10-31 Björn Jackeexamples/VFS/skel_transparent.c: typo fixes
2019-10-15 Jeremy Allisons3: VFS: Complete the removal of SMB_VFS_CHOWN()
2019-10-10 Jeremy Allisons3: VFS: Complete the removal of SMB_VFS_RMDIR()
2019-10-08 Anoop C Ss3: VFS: Add SMB_VFS_FCNTL
2019-09-26 Jeremy Allisons3: VFS: Complete the replacement of SMB_VFS_UNLINK...
2019-09-26 Jeremy Allisons3: VFS: Add SMB_VFS_UNLINKAT().
2019-09-20 Günther Deschnermisc: fix AD trust attributes in adssearch
2019-09-11 Jeremy Allisons3: VFS: Complete the replacement of SMB_VFS_MKDIR...
2019-09-11 Jeremy Allisons3: VFS: Add SMB_VFS_MKDIRAT().
2019-09-03 Jeremy Allisons3: VFS: Complete the replacement of SMB_VFS_SYMLINK...
2019-09-03 Jeremy Allisons3: VFS: Add SMB_VFS_SYMLINKAT().
2019-09-01 Mathieu ParentSpelling fixes s/wont /won't /
2019-08-23 Jeremy Allisons3: VFS: Complete the replacement of SMB_VFS_READLINK...
2019-08-23 Jeremy Allisons3: VFS: Add SMB_VFS_READLINKAT().
2019-08-22 Jeremy Allisons3: VFS: Complete the replacement of SMB_VFS_MKNOD...
2019-08-22 Jeremy Allisons3: VFS: Add SMB_VFS_MKNODAT().
2019-08-20 Jeremy Allisons3: VFS: Complete the replacement of SMB_VFS_LINK(...
2019-08-20 Jeremy Allisons3: VFS: Add SMB_VFS_LINKAT().
2019-08-16 Jeremy Allisons3: VFS: Complete the replacement of SMB_VFS_RENAME...
2019-08-16 Jeremy Allisons3: VFS: Add SMB_VFS_RENAMEAT().
2019-08-09 Volker Lendeckesmbd: Make "lease" const in SMB_VFS_CREATE_FILE()
2019-07-05 Karl Lenzwinexe: Add support for connecting to a host on an...
2019-07-05 Karl Lenzwinexe: Fix translation of the winexesvc binaries to C
2019-07-02 Volker Lendeckevfs: Remove unused "msg_ctx" from SMB_VFS_BRL_UNLOCK_WI...
2019-07-02 Volker Lendeckevfs: Remove "blocking_lock" from SMB_VFS_BRL_LOCK_WINDOWS
2019-07-01 Ralph Boehmes3:vfs: add SMB_VFS_FS_FILE_ID()
2019-06-20 Volker Lendeckevfs: Remove SMB_VFS_BRL_CANCEL_WINDOWS
2019-05-28 Stefan Metzmacherwinexe: Use C99 initializer for poptOption in winexe.c
2019-03-01 Volker Lendeckelibsmb: add in/out cblobs to cli_smb2_create_fnum
2019-03-01 Volker Lendeckelibsmb: Reformat the cli_smb2_create_fnum_send args
2019-01-28 Andreas Schneiderexamples: Use C99 initializer for poptOption in testacl
2019-01-28 Andreas Schneiderexamples: Reformat testacl libsmbclient example
2019-01-11 Ralph Boehmes3:smbd: pass (raw) ev to SMB_VFS_GET_DOS_ATTRIBUTES_SE...
2019-01-11 Ralph Boehmes3:smbd: let SMB_VFS_GETXATTRAT_SEND() do explicit...
2018-12-14 Joe GuoPY3: change shebang to python3 in misc dirs
2018-12-14 Brian CandlerChange order of flags in Makefile so that crackcheck...
2018-12-13 Brian CandlerAdd #include <unistd.h> to provide prototype for getopt()
2018-12-13 Stefan Metzmachers3:libsmb: pass impersonation_level to cli_ntcreate_send()
2018-12-13 Stefan Metzmachers3:libsmb: pass impersonation_level to cli_smb2_create_...
2018-09-26 Noel PowerPY3: fix "TabError: inconsistent use of tabs and spaces"
2018-09-07 Volker Lendeckeexamples: Fix the smb2mount build
2018-09-04 Volker Lendeckeexamples: Fix mingw64 detection
2018-08-28 Volker Lendeckeexamples: Add winexe re-implemented on current Samba...
2018-08-24 Joe GuoPEP8: fix W291: trailing whitespace
2018-08-24 Joe GuoPEP8: fix E401: multiple imports on one line
2018-08-24 Joe GuoPEP8: fix E303: too many blank lines (2)
2018-08-24 Joe GuoPEP8: fix E261: at least two spaces before inline comment
2018-07-27 Ralph Boehmes3: vfs: add SMB_VFS_GET_DOS_ATTRIBUTES_SEND/RECV
2018-07-27 Ralph Boehmes3: vfs: add SMB_VFS_GETXATTRAT_SEND/RECV
2018-07-25 Stefan Metzmacherexamples/VFS/skel_transparent: make vfs_fn_pointers...
2018-07-25 Ralph Boehmeexamples/VFS/skel_opaque: make vfs_fn_pointers static
2018-07-25 Ralph Boehmeexamples/VFS/skel_opaque: fix a likely a copy/paste...
2018-07-24 Stefan Metzmacherexamples/VFS/skel_transparent: call smb_vfs_assert_all_...
2018-07-24 Ralph Boehmeexamples/VFS/skel_transparent: add missing durable...
2018-07-24 Ralph Boehmeexamples/VFS/skel_transparent: add missing audit_file_fn
2018-07-24 Stefan Metzmacherexamples/VFS/skel_opaque: call smb_vfs_assert_all_fns()
2018-07-24 Ralph Boehmeexamples/VFS/skel_opaque: add missing durable handle...
2018-07-24 Ralph Boehmeexamples/VFS/skel_opaque: add missing audit_file_fn
2018-05-25 Jeremy Allisons3: VFS: Remove SMB_VFS_FCHMOD_ACL().
2018-05-25 Jeremy Allisons3: VFS: Remove SMB_VFS_CHMOD_ACL().
2018-05-12 Joe GuoFix typo for response
2018-05-04 Jeremy Allisons3: client: Add btime_ts to struct finfo.
2018-05-04 Jeremy Allisons3: VFS: Remove SMB_VFS_WRITE() function and all implem...
2018-05-04 Jeremy Allisons3: VFS: Remove SMB_VFS_READ() function and all impleme...
2018-05-01 Jeremy Allisons3: VFS: Remove fsync_fn() from the VFS and all modules...
2018-01-24 Trever L. AdamsSamba-VirusFilter: common headers and sources.
2017-12-13 Stefan Metzmacherexamples/scripts: remove unused shares directory
2017-11-11 Uri SimchoniVFS examples: remove init_search_ops
2017-10-18 Christof SchmittRemoved unused 'oplock contention limit' config parameter
2017-08-11 Ralph Boehmeexamples: add cache effectiveness stats to gencache.stp
2017-07-19 Ralph Boehmeexamples: add winbindd.stp and a shell script to genera...
2017-07-19 Ralph Boehmeexamples: add gencache.stp
2017-07-11 Ralph Boehmes3/vfs: rename SMB_VFS_STRICT_LOCK to SMB_VFS_STRICT_LO...
2017-07-10 Ralph Boehmes3/vfs: remove SMB_VFS_STRICT_UNLOCK
2017-07-03 Ralph Boehmes3/smbd: remove unneeded flags argument from SMB_VFS_OF...
next