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