index
:
pub/scm/linux/kernel/git/djiang/linux.git
master
Dave Jiang fork of linux.git
Dave Jiang
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
smb
/
server
/
smbacl.c
Age
Commit message (
Expand
)
Author
Files
Lines
13 days
ksmbd: rate limit unmapped SID errors
Namjae Jeon
1
-2
/
+2
13 days
ksmbd: propagate DACL parsing errors
Namjae Jeon
1
-25
/
+38
2026-08-17
ksmbd: bound smb_check_perm_dacl() ACE walks by DACL size
Hang Nan
1
-2
/
+2
2026-08-17
ksmbd: honor owner rights ACEs in maximal access
Namjae Jeon
1
-3
/
+18
2026-08-17
ksmbd: support access-based directory enumeration
Namjae Jeon
1
-3
/
+10
2026-08-17
ksmbd: fix maximum allowed access checks
Namjae Jeon
1
-30
/
+53
2026-07-22
ksmbd: validate ACE size against SID sub-authorities
Namjae Jeon
1
-3
/
+10
2026-07-22
ksmbd: restore DACL size on check_add_overflow() to avoid malformed ACL
Wentao Guan
1
-1
/
+6
2026-07-22
ksmbd: bound DACL dedup walk to copied ACEs
Namjae Jeon
1
-6
/
+10
2026-07-06
ksmbd: validate SID namespace before mapping IDs
Namjae Jeon
1
-4
/
+17
2026-06-30
ksmbd: validate num_subauth when copying ACE in set_ntacl_dacl
Haofeng Li
1
-1
/
+7
2026-06-30
ksmbd: reject undersized DACLs before parsing ACEs
Haofeng Li
1
-1
/
+6
2026-06-16
ksmbd: fix out-of-bounds read in smb_check_perm_dacl()
Hem Parekh
1
-1
/
+3
2026-05-26
ksmbd: OOB read regression in smb_check_perm_dacl() ACE-walk loops
Ali Ganiyev
1
-4
/
+4
2026-05-21
ksmbd: validate SID in parent security descriptor during ACL inheritance
Junyi Liu
1
-16
/
+50
2026-05-13
ksmbd: fix SID memory leak in set_posix_acl_entries_dacl() on overflow
Ferry Meng
1
-3
/
+9
2026-05-01
ksmbd: validate inherited ACE SID length
Shota Zaizen
1
-14
/
+52
2026-04-18
ksmbd: use check_add_overflow() to prevent u16 DACL size overflow
Tristan Madani
1
-4
/
+12
2026-04-18
ksmbd: validate num_aces and harden ACE walk in smb_inherit_dacl()
Michael Bommarito
1
-5
/
+23
2026-04-18
ksmbd: require minimum ACE size in smb_check_perm_dacl()
Michael Bommarito
1
-4
/
+13
2026-04-12
ksmbd: require 3 sub-authorities before reading sub_auth[2]
Greg Kroah-Hartman
1
-1
/
+2
2026-03-29
ksmbd: fix OOB write in QUERY_INFO for compound requests
Asim Viladi Oglu Manizada
1
-0
/
+43
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-5
/
+5
2025-12-14
ksmbd: remove redundant DACL check in smb_check_perm_dacl
Alexey Velichayshiy
1
-3
/
+0
2025-04-01
ksmbd: validate zero num_subauth before sub_auth is accessed
Norbert Szetei
1
-0
/
+5
2025-04-01
ksmbd: fix overflow in dacloffset bounds check
Norbert Szetei
1
-4
/
+12
2025-03-02
ksmbd: fix incorrect validation for num_aces field of smb_acl
Namjae Jeon
1
-1
/
+4
2025-03-02
smb: common: change the data type of num_aces to le16
Namjae Jeon
1
-15
/
+16
2025-03-02
ksmbd: fix out-of-bounds in parse_sec_desc()
Namjae Jeon
1
-0
/
+16
2024-11-25
ksmbd: use __GFP_RETRY_MAYFAIL
Namjae Jeon
1
-11
/
+12
2024-01-09
ksmbd: free ppace array on error in parse_dacl
Fedor Pchelkin
1
-4
/
+7
2023-11-23
ksmbd: fix possible deadlock in smb2_open
Namjae Jeon
1
-3
/
+4
2023-11-07
ksmbd: fix slab out of bounds write in smb_inherit_dacl()
Namjae Jeon
1
-3
/
+26
2023-09-13
ksmbd: remove unneeded mark_inode_dirty in set_info_sec()
Namjae Jeon
1
-1
/
+0
2023-06-26
ksmbd: Replace the ternary conditional operator with min()
Lu Hongfei
1
-1
/
+1
2023-06-16
ksmbd: add mnt_want_write to ksmbd vfs functions
Namjae Jeon
1
-6
/
+4
2023-06-02
ksmbd: fix posix_acls and acls dereferencing possible ERR_PTR()
Namjae Jeon
1
-2
/
+2
2023-05-24
smb: move client and server files to common directory fs/smb
Steve French
1
-0
/
+1436