index
:
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-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-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
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-03
auth:creds: Rename CRED_USE_KERBEROS values
Andreas Schneider
1
-2
/
+2
2020-10-23
examples:auth: Do not install example plugin
Andreas Schneider
1
-1
/
+2
2020-10-23
vfs: make dirfsp arg to SMB_VFS_READLINKAT() const
Ralph Boehme
2
-2
/
+2
2020-10-02
vfs: remove dirfsp arg from SMB_VFS_CREATE_FILE()
Ralph Boehme
2
-3
/
+0
2020-08-19
examples: Remove obsolete force encryption from smb2mount
Andreas Schneider
1
-11
/
+0
2020-08-19
s3:libsmb: Remove signing_state from cli_full_connection_creds()
Andreas Schneider
2
-5
/
+2
2020-08-19
s3:libsmb: Introduce CLI_FULL_CONNECTION_IPC
Andreas Schneider
1
-1
/
+1
2020-06-12
docs: Point to wiki Contribute page rather than samba-technical
Andrew Bartlett
1
-1
/
+1
2020-06-04
s3: libsmb: Change size of finfo->attr to uint32_t.
Jeremy Allison
1
-1
/
+1
2020-06-04
s3: libsmb: In struct file_info rename mode -> attr.
Jeremy Allison
1
-3
/
+3
2020-06-04
examples: clifuse: Info level SMB_FIND_FILE_BOTH_DIRECTORY_INFO encodes attib...
Jeremy Allison
1
-1
/
+1
2020-06-03
s3: VFS: Change the function signature for SMB_VFS_READ_DFS_PATHAT() to take ...
Jeremy Allison
2
-2
/
+2
2020-05-28
examples/fuse/smb2mount: avoid using CLI_FULL_CONNECTION_{USE,FALLBACK_AFTER}...
Stefan Metzmacher
1
-5
/
+0
2020-05-28
examples/fuse/smb2mount: make use of get_cmdline_auth_info_creds()
Stefan Metzmacher
1
-8
/
+4
2020-05-27
OID: Reserve 1.3.6.1.4.1.7165.777.x for use on the wiki
Andrew Bartlett
1
-1
/
+6
2020-05-21
vfs: remove SMB_VFS_OPEN()
Ralph Boehme
2
-15
/
+0
2020-05-21
vfs: add SMB_VFS_OPENAT()
Ralph Boehme
2
-0
/
+23
2020-05-21
smbd: add dirfsp arg to SMB_VFS_CREATE_FILE()
Ralph Boehme
2
-0
/
+3
2020-05-14
vfs: remove root_dir_fid arg from SMB_VFS_CREATE_FILE()
Ralph Boehme
2
-3
/
+0
2020-05-08
Fix clang 9 missing-field-initializer warnings
Gary Lockyer
1
-3
/
+1
2020-05-07
s3: VFS: Complete the replacement of SMB_VFS_GET_NT_ACL() -> SMB_VFS_GET_NT_A...
Jeremy Allison
2
-24
/
+0
2020-05-07
s3: VFS: Add SMB_VFS_GET_NT_ACL_AT().
Jeremy Allison
2
-0
/
+27
2020-05-05
smbd: vfs: convert link_contents arg of SMB_VFS_SYMLINKAT() to struct smb_fil...
Ralph Boehme
2
-2
/
+2
2020-05-05
smbd: convert SMB_VFS_GET_REAL_FILENAME() arg path to be a struct smb_filename
Ralph Boehme
2
-2
/
+2
2020-03-24
vfs: remove SMB_VFS_OPENDIR()
Ralph Boehme
2
-18
/
+0
2020-03-09
winexe: add configure option to control whether to build it (default: auto)
Günther Deschner
1
-1
/
+2
2020-03-09
librpc: fix IDL for svcctl_ChangeServiceConfigW
Günther Deschner
1
-0
/
+2
2020-02-18
s3: VFS: Add SMB_VFS_READ_DFS_PATHAT().
Jeremy Allison
2
-0
/
+27
2020-01-10
s3: VFS: Add SMB_VFS_CREATE_DFS_PATHAT().
Jeremy Allison
2
-0
/
+24
2020-01-06
auth: Remove the "typedef auth_methods"
Volker Lendecke
1
-2
/
+5
2019-10-31
examples/VFS/skel_transparent.c: typo fixes
Björn Jacke
1
-1
/
+1
2019-10-15
s3: VFS: Complete the removal of SMB_VFS_CHOWN()
Jeremy Allison
2
-19
/
+0
2019-10-10
s3: VFS: Complete the removal of SMB_VFS_RMDIR()
Jeremy Allison
2
-15
/
+0
2019-10-08
s3: VFS: Add SMB_VFS_FCNTL
Anoop C S
2
-0
/
+24
2019-09-26
s3: VFS: Complete the replacement of SMB_VFS_UNLINK() -> SMB_VFS_UNLINKAT().
Jeremy Allison
2
-15
/
+0
2019-09-26
s3: VFS: Add SMB_VFS_UNLINKAT().
Jeremy Allison
2
-0
/
+22
2019-09-20
misc: fix AD trust attributes in adssearch
Günther Deschner
1
-5
/
+12
2019-09-11
s3: VFS: Complete the replacement of SMB_VFS_MKDIR() -> SMB_VFS_MKDIRAT().
Jeremy Allison
2
-17
/
+0
2019-09-11
s3: VFS: Add SMB_VFS_MKDIRAT().
Jeremy Allison
2
-0
/
+22
2019-09-03
s3: VFS: Complete the replacement of SMB_VFS_SYMLINK() -> SMB_VFS_SYMLINKAT().
Jeremy Allison
2
-17
/
+0
2019-09-03
s3: VFS: Add SMB_VFS_SYMLINKAT().
Jeremy Allison
2
-0
/
+22
2019-09-01
Spelling fixes s/wont /won't /
Mathieu Parent
1
-1
/
+1
2019-08-23
s3: VFS: Complete the replacement of SMB_VFS_READLINK() -> SMB_VFS_READLINKAT().
Jeremy Allison
2
-19
/
+0
2019-08-23
s3: VFS: Add SMB_VFS_READLINKAT().
Jeremy Allison
2
-0
/
+25
2019-08-22
s3: VFS: Complete the replacement of SMB_VFS_MKNOD() -> SMB_VFS_MKNODAT().
Jeremy Allison
2
-19
/
+0
2019-08-22
s3: VFS: Add SMB_VFS_MKNODAT().
Jeremy Allison
2
-0
/
+25
2019-08-20
s3: VFS: Complete the replacement of SMB_VFS_LINK() -> SMB_VFS_LINKAT().
Jeremy Allison
2
-17
/
+0
2019-08-20
s3: VFS: Add SMB_VFS_LINKAT().
Jeremy Allison
2
-0
/
+28
2019-08-16
s3: VFS: Complete the replacement of SMB_VFS_RENAME() -> SMB_VFS_RENAMEAT().
Jeremy Allison
2
-17
/
+0
2019-08-16
s3: VFS: Add SMB_VFS_RENAMEAT().
Jeremy Allison
2
-0
/
+25
[next]