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
/
source3
/
smbd
Commit message (
Expand
)
Author
Age
Files
Lines
*
smbd: remove "only user" and "username" parameters
Uri Simchoni
2016-05-06
1
-18
/
+2
*
s3:smbd remove todo comments
Christian Ambach
2016-05-04
2
-2
/
+0
*
s3:smbd/filename remove smelly code
Christian Ambach
2016-05-04
1
-28
/
+0
*
s3:smbd/service apply some code formatting
Christian Ambach
2016-05-04
1
-23
/
+29
*
s3:smbd/service disable case-sensitivity for SMB2/3 connections
Christian Ambach
2016-05-04
1
-1
/
+3
*
smbd: use remote arch caching
Ralph Boehme
2016-05-04
2
-1
/
+23
*
nt-quotas: fixup failure case for TRANSACT_GET_USER_QUOTA_FOR_SID
Uri Simchoni
2016-04-29
1
-0
/
+1
*
s3:smbd: only mark real guest sessions with the GUEST flag
Stefan Metzmacher
2016-04-28
2
-6
/
+7
*
s3:smbd: make use SMB_SETUP_GUEST constant
Stefan Metzmacher
2016-04-28
1
-3
/
+3
*
smbd: Avoid large reads beyond EOF
Volker Lendecke
2016-04-27
1
-0
/
+10
*
Fix the smb2_setinfo to handle FS info types and FSQUOTA infolevel
Partha Sarathi
2016-04-27
3
-52
/
+116
*
cleanupd: restart as needed
Ralph Boehme
2016-04-19
1
-10
/
+25
*
printing: use housekeeping period that matches cache time
David Disseldorp
2016-04-19
1
-1
/
+0
*
Mask general purpose signals for notifyd.
Hemanth Thummala
2016-04-15
1
-0
/
+4
*
CVE-2016-2114: s3:smbd: enforce "server signing = mandatory"
Ralph Boehme
2016-04-12
1
-1
/
+3
*
CVE-2016-2114: s3:smbd: use the correct default values for "smb signing"
Stefan Metzmacher
2016-04-12
3
-4
/
+15
*
vfs: Add helper to check for missing VFS functions
Christof Schmitt
2016-04-06
1
-0
/
+30
*
smbd: do not cover up VFS failures to get quota
Uri Simchoni
2016-03-31
1
-6
/
+1
*
ntquotas - skip entry if the quota is zero
Uri Simchoni
2016-03-31
1
-0
/
+5
*
nt-quotas: return 0 as indication of no quota
Uri Simchoni
2016-03-31
1
-8
/
+0
*
nt-quotas: vfs_get_ntquota() return NTSTATUS
Uri Simchoni
2016-03-31
4
-11
/
+21
*
s3-profile: reduce dependencies of smbprofile.h
Uri Simchoni
2016-03-28
1
-1
/
+3
*
s3: vfs: Use the new VFS functions for setting and getting DOS attributes.
Jeremy Allison
2016-03-27
1
-46
/
+65
*
s3: vfs: Add VFS functions for setting and getting DOS attributes.
Richard Sharpe
2016-03-27
2
-0
/
+39
*
s3: smbd: DFS: Pass uint32_t ucf_flags through into unix_convert().
Jeremy Allison
2016-03-26
1
-3
/
+6
*
s3: smbd: DFS: Pass uint32_t ucf_flags through into dfs_redirect().
Jeremy Allison
2016-03-25
1
-4
/
+4
*
s3: smbd: DFS: Pass uint32_t ucf_flags through into resolve_dfspath_wcard().
Jeremy Allison
2016-03-25
4
-5
/
+6
*
s3: smbd: DFS - Remove the last lp_posix_pathnames() from the SMB2/3 code paths.
Jeremy Allison
2016-03-25
1
-2
/
+14
*
s3: smbd: Modify vfs_stat_smb_basename() to take a const struct smb_filename ...
Jeremy Allison
2016-03-24
3
-6
/
+9
*
s3: smbd: Remove many common uses of lp_posix_pathnames().
Jeremy Allison
2016-03-24
2
-4
/
+20
*
s3: smbd: Remove unneeded lp_posix_pathnames() check in SMB2 create.
Jeremy Allison
2016-03-24
1
-2
/
+7
*
s3: posix_acls. Always use STAT, not LSTAT here.
Jeremy Allison
2016-03-24
1
-5
/
+7
*
s3: Filenames: Add uint32_t flags parameter to synthetic_smb_fname().
Jeremy Allison
2016-03-24
16
-65
/
+142
*
s3: smbd: Add uint32_t flags field to struct smb_filename.
Jeremy Allison
2016-03-24
1
-0
/
+2
*
s3:smbd: Move lp_posix_pathnames() out of ea_list_has_invalid_name().
Jeremy Allison
2016-03-24
3
-4
/
+7
*
Fix an obvious error where we were converting a UNIX error to an NT STATUS bu...
Richard Sharpe
2016-03-24
1
-1
/
+1
*
smbd:smb2: add some asserts before decrementing the counters
Michael Adam
2016-03-22
1
-0
/
+2
*
smbd:smb2: update outstanding request counters before sending a reply
Michael Adam
2016-03-22
1
-0
/
+37
*
smbd:smb2: implement channel sequence checks and request counters in dispatch
Michael Adam
2016-03-22
1
-0
/
+120
*
smbd:smb2: add request_counters_updated to the smbd_smb2_request struct
Michael Adam
2016-03-22
1
-0
/
+7
*
smbd:smb2: add a modify flag to dispatch table
Michael Adam
2016-03-22
1
-0
/
+4
*
smbd: fix use after free via conn->fsp_fi_cache
Michael Adam
2016-03-17
1
-5
/
+4
*
smbd: remove quota support for some ancient OSs
Uri Simchoni
2016-03-17
1
-197
/
+3
*
smbd: enable multi-channel if 'server multi channel support = yes' in the config
Michael Adam
2016-03-15
1
-0
/
+2
*
s3:smbd: Change refuse_symlink() to take a const smb_filename * parameter fro...
Jeremy Allison
2016-03-15
1
-6
/
+6
*
s3:smbd: Change get_ea_names_from_file() to take a const smb_filename * param...
Jeremy Allison
2016-03-15
3
-12
/
+20
*
s3:smbd: Change get_ea_list_from_file_path() to take a const smb_filename * p...
Jeremy Allison
2016-03-15
1
-10
/
+31
*
s3: smbd: Change canonicalize_ea_name() to take a const smb_filename * parame...
Jeremy Allison
2016-03-15
1
-3
/
+11
*
s3: smbd: Reformatting - remove unneeded const char *fname variable.
Jeremy Allison
2016-03-15
1
-9
/
+15
*
s3:smbd:vfs: Change posix_get_nt_acl() from const char * to const struct smb_...
Jeremy Allison
2016-03-14
2
-23
/
+34
[next]