summaryrefslogtreecommitdiff
path: root/source3/utils/net_vfs.c
AgeCommit message (Expand)AuthorFilesLines
2026-03-01net: Use create_conn_struct_chdir() in "net vfs"Volker Lendecke1-13/+16
2025-11-10lib: Introduce cp_smb_basename() helper functionVolker Lendecke1-12/+2
2025-06-14net: Fix a panic in "net vfs getntacl"Volker Lendecke1-0/+1
2025-03-27net: Remove a call to SMB_VFS_STAT and dirfsp==NULL in create_fileVolker Lendecke1-11/+17
2025-03-27net: Fix a panic in "net vfs getntacl"Volker Lendecke1-0/+1
2025-03-27lib: Avoid a VFS_STAT call in "net vfs stream2adouble"Volker Lendecke1-10/+0
2025-03-27lib: Convert ad_unconvert() to NTSTATUSVolker Lendecke1-8/+11
2024-11-12net: filename_convert_dirfsp() needs mangling initializedVolker Lendecke1-0/+1
2023-08-23s3:utils: Use lpcfg_set_cmdline() in netPavel Kalugin1-1/+1
2023-01-12lib: Fix a use-after-free in "net vfs getntacl"Volker Lendecke1-1/+3
2022-04-28Revert "vfs: remove dirfsp arg from SMB_VFS_CREATE_FILE()"Volker Lendecke1-0/+1
2022-02-10smbd: NULL out "fsp" in close_file()Volker Lendecke1-4/+3
2021-02-05net: remove NT_STATUS_STOPPED_ON_SYMLINK status code check from openat_pathre...Ralph Boehme1-3/+0
2021-01-13s3:utils: Remove unused popt_common.h header from net_vfs.cAndreas Schneider1-1/+0
2021-01-08lib: give global_contexts.c its own header fileVolker Lendecke1-0/+1
2020-12-16net: use openat_pathref_fsp() in net_vfs_get_ntacl()Ralph Boehme1-0/+10
2020-11-10smbd: Give locking/share_mode_lock.c its own header fileVolker Lendecke1-0/+1
2020-10-02vfs: remove dirfsp arg from SMB_VFS_CREATE_FILE()Ralph Boehme1-1/+0
2020-05-21smbd: add dirfsp arg to SMB_VFS_CREATE_FILE()Ralph Boehme1-0/+1
2020-05-14vfs: remove root_dir_fid arg from SMB_VFS_CREATE_FILE()Ralph Boehme1-1/+0
2020-05-05smbd: add twrp arg to synthetic_smb_fname()Ralph Boehme1-0/+2
2020-05-05net: vfs: realign synthetic_smb_fname() args in net_vfs_get_ntacl()Ralph Boehme1-1/+5
2019-11-27smbdotconf: mark "path" with substitution="1"Ralph Boehme1-1/+3
2019-09-11smbd: rename [un]become_user*() to [un]become_user_without_service*()Stefan Metzmacher1-2/+4
2019-08-22s3:net: load registry shares too in 'net vfs stream2adouble'Ralph Wuerthner1-2/+2
2019-07-12s3:net: add 'net vfs getntacl' commandRalph Boehme1-0/+111
2019-07-12s3:net: add 'vfs' hierarchy with 'stream2adouble' commandRalph Boehme1-0/+339