summaryrefslogtreecommitdiff
path: root/source4/ntvfs/posix
AgeCommit message (Expand)AuthorFilesLines
2026-02-15smbserver: Convert callers of sys_fsusage to sys_statvfsVolker Lendecke1-3/+11
2026-01-07lib: Don't call a function to initialize an empty DATA_BLOBVolker Lendecke1-1/+1
2024-04-10s4:ntvfs: use NUMERIC_CMP in stream_name_cmpDouglas Bagnall1-1/+2
2023-12-08s4:ntvfs: Remove trailing whitespaceJoseph Sutton1-15/+15
2023-11-20Use python.h from libreplaceAndreas Schneider3-3/+3
2023-10-25s4:ntvfs: Fix code spellingJoseph Sutton1-2/+2
2023-10-25s4:ntvfs: Avoid signed integer overflowJoseph Sutton1-4/+8
2023-10-13s4:ntvfs: Correctly acknowledge PVFS_FLAG_STRICT_SYNC flag (CID 241154)Joseph Sutton1-6/+3
2023-10-13s4:ntvfs: Remove dead code pathJoseph Sutton1-17/+12
2023-10-13s4:ntvfs: Remove unneeded NULL check (CID 240771)Joseph Sutton1-3/+1
2023-09-27s4:ntvfs: Use World and System SID constantsJoseph Sutton1-2/+2
2023-08-24s4/ntfvfs/pvfs_acl: initialise ACEs to zeroesDouglas Bagnall2-2/+2
2023-08-14s4:ntvfs: Fix code spellingAndreas Schneider5-9/+9
2023-08-08s4:ntvfs: Add missing newline to logging messageJoseph Sutton1-1/+1
2023-05-09s4:ntvfs:posix: avoid parsing empty blob in posix_eadb_add_list()Dmitry Antipov1-9/+13
2023-01-10lib: Remove idtree from samba_util.hVolker Lendecke2-0/+2
2022-09-16CVE-2020-25720 s4:ntvfs: Use se_file_access_check() to check file access rightsJoseph Sutton1-1/+1
2022-09-07pybindings: xattr_native raises OSError not TypeErrorDouglas Bagnall1-3/+3
2021-08-25s4: ntvfs: Missed comma in 24c09f913d82528ada14013e3d673d277cf04a93, string w...Jeremy Allison1-1/+1
2021-08-24ntvfs: add missing COM/LPT ports that are also reserved namesBjörn Jacke1-2/+4
2021-05-19python: Ensure reference counts are properly incrementedJoseph Sutton3-4/+4
2021-02-01s4:ntvfs: Add missing break in switch statementAndreas Schneider1-0/+1
2020-11-27s4: rename source4/smbd/ to source4/samba/Ralph Boehme2-2/+2
2020-10-23smb: rename NTCREATEX_OPTIONS_PRIVATE_DENY_FCB to NTCREATEX_FLAG_DENY_FCBRalph Boehme1-2/+2
2020-10-23smb: rename NTCREATEX_OPTIONS_PRIVATE_DENY_DOS to NTCREATEX_FLAG_DENY_DOSRalph Boehme1-3/+3
2020-08-28lib/util: remove extra safe_string.h fileMatthew DeVore1-0/+2
2020-08-15lib/util: Standardize use of st_[acm]time nsMatthew DeVore1-6/+5
2020-05-08Fix clang 9 missing-field-initializer warningsGary Lockyer3-3/+3
2020-04-28Implement alt name query for smb2David Mulder1-0/+1
2019-10-04ntvfs: Remove pvfs_aio.cVolker Lendecke6-203/+1
2019-09-18messaging4: Pass fds to messaging handlersVolker Lendecke2-4/+22
2019-05-16s3/ntvfs: squash 'cast between incompatible function types' warningNoel Power3-3/+6
2019-05-08s4:ntvfs: Do not free eadb before we printed an errorAndreas Schneider1-1/+1
2019-05-01s4:libcli/raw: add RAW_FILEINFO_NORMALIZED_NAME_INFORMATION supportStefan Metzmacher1-0/+2
2019-03-21build: Remove bld.gen_python_environments()Andrew Bartlett1-5/+4
2018-11-28s4:ntvfs: Use #ifdef instead of #if for config.h definitionsAndreas Schneider3-3/+3
2018-04-05s4/ntvfs/posix/python: python3 (get|set)xattr value should be bytesNoel Power3-6/+6
2018-03-20s4:ntvfs: Fix size type in pvfs functionsAndreas Schneider1-4/+4
2017-11-08python: Port ntvfs posix bindings to Python 3 compatible formLumir Balhar4-33/+60
2017-11-08librpc/idl: rename NFS4 ACL xattr name defineRalph Boehme1-2/+2
2017-05-13s4: ntvfs: Add a TALLOC_CTX * paramter to pvfs_acl_register()Jeremy Allison3-4/+5
2017-04-22lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison4-8/+8
2017-02-15lib: Fix "is_case_sensitive" in "ms_fnmatch_protocol"' callersVolker Lendecke1-4/+4
2017-01-22lib: Add "is_case_sensitive" to ms_fnmatch_protocolVolker Lendecke1-4/+8
2016-09-28wbclient: "ev" is no longer used in wbc_xids_to_sidsVolker Lendecke2-3/+3
2016-09-28wbclient: "ev" is no longer used in wbc_sids_to_xidsVolker Lendecke2-6/+3
2016-08-19pvfs_open win10 fix, need return SMB2_CREATE_TAG_QFIDouyang.xu1-0/+18
2016-06-02build: Build less of Samba when building --without-ntvfs-fileserverAndrew Bartlett2-68/+74
2016-05-04lib: Give base64.c its own .hVolker Lendecke1-0/+1
2016-02-06dlist: remove unneeded type argument from DLIST_ADD_END()Michael Adam1-1/+1