index
:
delta/samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
winexe: Use C99 initializer for poptOption in winexe.c
Stefan Metzmacher
2019-05-28
1
-34
/
+115
*
libsmb: add in/out cblobs to cli_smb2_create_fnum
Volker Lendecke
2019-03-01
1
-4
/
+6
*
libsmb: Reformat the cli_smb2_create_fnum_send args
Volker Lendecke
2019-03-01
1
-8
/
+19
*
examples: Use C99 initializer for poptOption in testacl
Andreas Schneider
2019-01-28
1
-26
/
+74
*
examples: Reformat testacl libsmbclient example
Andreas Schneider
2019-01-28
1
-270
/
+270
*
s3:smbd: pass (raw) ev to SMB_VFS_GET_DOS_ATTRIBUTES_SEND() instead of smb_vf...
Ralph Boehme
2019-01-11
2
-5
/
+3
*
s3:smbd: let SMB_VFS_GETXATTRAT_SEND() do explicit impersonation
Ralph Boehme
2019-01-11
2
-5
/
+3
*
PY3: change shebang to python3 in misc dirs
Joe Guo
2018-12-14
1
-1
/
+1
*
Change order of flags in Makefile so that crackcheck builds under Ubuntu
Brian Candler
2018-12-14
1
-1
/
+1
*
Add #include <unistd.h> to provide prototype for getopt()
Brian Candler
2018-12-14
1
-0
/
+1
*
s3:libsmb: pass impersonation_level to cli_ntcreate_send()
Stefan Metzmacher
2018-12-13
1
-0
/
+3
*
s3:libsmb: pass impersonation_level to cli_smb2_create_fnum_send()
Stefan Metzmacher
2018-12-13
1
-2
/
+4
*
PY3: fix "TabError: inconsistent use of tabs and spaces"
Noel Power
2018-09-27
1
-10
/
+10
*
examples: Fix the smb2mount build
Volker Lendecke
2018-09-07
2
-2
/
+2
*
examples: Fix mingw64 detection
Volker Lendecke
2018-09-05
1
-0
/
+2
*
examples: Add winexe re-implemented on current Samba libs
Volker Lendecke
2018-08-28
6
-0
/
+2788
*
PEP8: fix W291: trailing whitespace
Joe Guo
2018-08-24
1
-2
/
+2
*
PEP8: fix E401: multiple imports on one line
Joe Guo
2018-08-24
1
-1
/
+4
*
PEP8: fix E303: too many blank lines (2)
Joe Guo
2018-08-24
1
-1
/
+0
*
PEP8: fix E261: at least two spaces before inline comment
Joe Guo
2018-08-24
1
-1
/
+1
*
s3: vfs: add SMB_VFS_GET_DOS_ATTRIBUTES_SEND/RECV
Ralph Boehme
2018-07-27
2
-0
/
+130
*
s3: vfs: add SMB_VFS_GETXATTRAT_SEND/RECV
Ralph Boehme
2018-07-27
2
-0
/
+145
*
examples/VFS/skel_transparent: make vfs_fn_pointers static
Stefan Metzmacher
2018-07-25
1
-1
/
+1
*
examples/VFS/skel_opaque: make vfs_fn_pointers static
Ralph Boehme
2018-07-25
1
-1
/
+1
*
examples/VFS/skel_opaque: fix a likely a copy/paste error
Ralph Boehme
2018-07-25
1
-1
/
+0
*
examples/VFS/skel_transparent: call smb_vfs_assert_all_fns()
Stefan Metzmacher
2018-07-25
1
-0
/
+8
*
examples/VFS/skel_transparent: add missing durable handle functions
Ralph Boehme
2018-07-25
1
-0
/
+46
*
examples/VFS/skel_transparent: add missing audit_file_fn
Ralph Boehme
2018-07-25
1
-0
/
+14
*
examples/VFS/skel_opaque: call smb_vfs_assert_all_fns()
Stefan Metzmacher
2018-07-25
1
-0
/
+7
*
examples/VFS/skel_opaque: add missing durable handle functions
Ralph Boehme
2018-07-25
1
-0
/
+33
*
examples/VFS/skel_opaque: add missing audit_file_fn
Ralph Boehme
2018-07-25
1
-0
/
+10
*
s3: VFS: Remove SMB_VFS_FCHMOD_ACL().
Jeremy Allison
2018-05-25
2
-17
/
+0
*
s3: VFS: Remove SMB_VFS_CHMOD_ACL().
Jeremy Allison
2018-05-25
2
-17
/
+0
*
Fix typo for response
Joe Guo
2018-05-12
1
-1
/
+1
*
s3: client: Add btime_ts to struct finfo.
Jeremy Allison
2018-05-05
1
-0
/
+1
*
s3: VFS: Remove SMB_VFS_WRITE() function and all implementations.
Jeremy Allison
2018-05-05
2
-15
/
+0
*
s3: VFS: Remove SMB_VFS_READ() function and all implementations.
Jeremy Allison
2018-05-04
2
-15
/
+0
*
s3: VFS: Remove fsync_fn() from the VFS and all modules. VFS ABI change.
Jeremy Allison
2018-05-02
2
-13
/
+0
*
Samba-VirusFilter: common headers and sources.
Trever L. Adams
2018-01-24
1
-0
/
+284
*
examples/scripts: remove unused shares directory
Stefan Metzmacher
2017-12-13
6
-1228
/
+0
*
VFS examples: remove init_search_ops
Uri Simchoni
2017-11-11
2
-12
/
+0
*
Removed unused 'oplock contention limit' config parameter
Christof Schmitt
2017-10-19
1
-1
/
+0
*
examples: add cache effectiveness stats to gencache.stp
Ralph Boehme
2017-08-11
1
-0
/
+23
*
examples: add winbindd.stp and a shell script to generate it
Ralph Boehme
2017-07-19
2
-0
/
+3168
*
examples: add gencache.stp
Ralph Boehme
2017-07-19
1
-0
/
+124
*
s3/vfs: rename SMB_VFS_STRICT_LOCK to SMB_VFS_STRICT_LOCK_CHECK
Ralph Boehme
2017-07-11
2
-9
/
+9
*
s3/vfs: remove SMB_VFS_STRICT_UNLOCK
Ralph Boehme
2017-07-10
2
-16
/
+0
*
s3/smbd: remove unneeded flags argument from SMB_VFS_OFFLOAD_WRITE_SEND
Ralph Boehme
2017-07-03
2
-5
/
+3
*
s3/vfs: make SMB_VFS_OFFLOAD_WRITE_SEND offload token based
Ralph Boehme
2017-07-03
2
-5
/
+7
*
s3/vfs: rename SMB_VFS_COPY_CHUNK_SEND/RECV to SMB_VFS_OFFLOAD_WRITE_SEND/RECV
Ralph Boehme
2017-07-03
2
-23
/
+23
[prev]
[next]