s3:libsmb: allow store_cldap_reply() to work with a ipv6 response
[samba.git] / source3 / smbd / files.c
2024-03-28 Volker Lendeckesmbd: Remove struct open_symlink_err
2024-03-28 Volker Lendeckesmbd: Remove "unparsed" from struct open_symlink_err
2024-03-28 Volker Lendeckesmbd: Remove "st" from struct open_symlink_err
2024-03-28 Volker Lendeckesmbd: Fix returning symlink stat info in the NO_OPATH...
2024-03-28 Volker Lendeckesmbd: Make read_symlink_reparse() return a reparse_data...
2024-03-28 Volker Lendeckesmbd: Simplify users of fsp_fullbasepath()
2024-03-12 Volker Lendeckesmbd: Simplify fsp_fullbasepath()
2024-01-08 Ralph Boehmesmbd: set fsp->fsp_flags.can_write to false for access...
2023-11-21 Volker Lendeckesmbd: Fix a comment
2023-11-16 Ralph Boehmesmbd: fix close order of base_fsp and stream_fsp in...
2023-11-15 Volker Lendeckesmbd: Directly print errno in openat_pathref_fsp_lcomp()
2023-11-07 Volker Lendeckesmbd: Make get_real_filename_cache_key() static in...
2023-11-07 Volker Lendeckesmbd: Simplify openat_pathref_fsp_case_insensitive()
2023-11-07 Volker Lendeckesmbd: Make create_open_symlink_err() public
2023-11-07 Volker Lendeckesmbd: Simplify fsp_fullbasepath()
2023-11-05 Ralph Boehmesmbd: s/FILE_ATTRIBUTES_INVALID/FILE_ATTRIBUTE_INVALID/g
2023-10-27 Volker Lendeckesmbd: Fix read_symlink_reparse()
2023-08-10 Volker Lendeckelibsmb: Move symlink_reparse_buffer_parse() to reparse.c
2023-06-30 Volker Lendeckesmbd: Merge openat_pathref_fsp_nosymlink() into _internal()
2023-06-30 Volker Lendeckesmbd: Factor out create_open_symlink_err()
2023-06-30 Volker Lendeckesmbd: Extend openat_pathref_dirfsp_nosymlink()
2023-06-30 Volker Lendeckesmbd: Fully fill in fsp in openat_pathref_fsp_nosymlink...
2023-06-30 Volker Lendeckesmbd: Lift up conn->cwd from openat_pathref_dirfsp_nosy...
2023-06-30 Volker Lendeckesmbd: Factor out full_path_extend()
2023-06-30 Volker Lendeckesmbd: Add read_symlink_reparse()
2023-06-08 Volker Lendeckesmbd: Do an early talloc_free() in fsp_attach_smb_fname()
2023-01-13 Jeremy Allisons3: smbd: Tweak openat_pathref_dirfsp_nosymlink() to...
2022-12-15 Volker Lendeckesmbd: Remove a pointless NULL check from readlink_talloc()
2022-12-15 Volker Lendeckesmbd: Fix a debug message
2022-12-15 Volker Lendeckesmbd: Add "posix" flag to openat_pathref_dirfsp_nosymlink()
2022-12-09 Ralph Boehmesmbd: remove oplock paranoia check from file_find_dif()
2022-12-09 Ralph Boehmesmbd: add fsp_search_ask_sharemode() and fsp_getinfo_as...
2022-12-09 Ralph Boehmesmbd: factor out reference_smb_fname_fsp_link() from...
2022-12-05 Volker Lendeckesmbd: Simplify readlink_talloc()
2022-11-16 Jeremy Allisons3: smbd: In synthetic_pathref() change DBG_ERR ->...
2022-10-25 Volker LendeckeCVE-2022-3592 smbd: No empty path components in openat_...
2022-09-19 Volker Lendeckesmbd: Use PATH_MAX as symlink target buffer
2022-09-17 Volker Lendeckesmbd: Make readlink_talloc() public
2022-09-07 Volker Lendeckesmbd: Shorten long lines
2022-09-02 Volker Lendeckesmbd: Catch streams on non-stream shares
2022-08-29 Ralph Boehmesmbd: cache DOS attributes in struct smb_filename.cache...
2022-08-18 Jeremy Allisons3: smbd: Plumb close_type parameter through close_file...
2022-08-18 Jeremy Allisons3: smbd: Add "enum file_close_type close_type" paramet...
2022-08-16 Jeremy Allisons3: smbd: Add IS_VETO_PATH check to openat_pathref_dirf...
2022-08-15 Volker Lendeckes3:smbd: let openat_pathref_dirfsp_nosymlink() try...
2022-08-15 Stefan Metzmachers3:smbd: let openat_pathref_dirfsp_nosymlink() handle...
2022-08-15 Stefan Metzmachers3:smbd: let openat_pathref_dirfsp_nosymlink() do a...
2022-08-12 Jeremy Allisons3: smbd: Allow openat_pathref_dirfsp_nosymlink() to...
2022-08-06 Volker Lendeckesmbd: Hand vfs_open_how to openat_pathref_fullname
2022-08-06 Volker Lendeckesmbd: Pass vfs_open_how through fd_openat
2022-08-06 Volker Lendeckevfs: change openat propotype to match linux openat2
2022-08-04 Volker Lendeckesmbd: Security fix for systems without O_PATH
2022-07-28 Jeremy Allisons3: smbd: Ensure we set fsp->file_id in openat_pathref_...
2022-07-27 Jeremy Allisons3: smbd: In openat_pathref_dirfsp_nosymlink() ensure...
2022-07-25 Volker Lendeckesmbd: Add openat_pathref_dirfsp_nosymlink()
2022-07-25 Volker Lendeckesmbd: Simplify open_stream_pathref_fsp()
2022-07-25 Volker Lendeckesmbd: open_stream_pathref_fsp() does not need a dirfsp
2022-07-25 Volker Lendeckesmbd: Simplify openat_pathref_fullname()
2022-07-25 Volker Lendeckesmbd: Open openat_pathref_fullname() for streams
2022-07-25 Volker Lendeckesmbd: Hand full_fname from openat_pathref_nostream()
2022-07-25 Volker Lendeckesmbd: A stream open does not need O_NOFOLLOW
2022-07-25 Volker Lendeckesmbd: Simplify openat_pathref_fsp()
2022-07-25 Volker LendeckeVFS: NULL dirfsp for openat on stream opens
2022-07-25 Volker Lendeckesmbd: Make fsp_attach_smb_fname() talloc_move() the...
2022-07-25 Volker Lendeckesmbd: Don't create a fsp->base_fsp for a "::$DATA"...
2022-07-25 Volker Lendeckesmbd: Open up openat_internal_dir_from_pathref() for...
2022-07-09 Ralph Boehmesmbd: follow-up fix for "if close fails just log it...
2022-07-08 Ralph Boehmesmbd: if close fails just log it, don't crash
2022-06-10 Michael Tokarevspelling: connnect encrytion exisit expection explicit...
2022-05-14 Pavel Filipenskýs3:smbd: Covscan: remove dead code
2022-05-14 Pavel Filipenskýs3:smbd Fix trailing whitespace in files.c
2022-04-28 Volker Lendeckesmbd: Add filename_convert_dirfsp()
2022-04-28 Volker Lendeckesmbd: Add openat_internal_dir_from_pathref()
2022-04-28 Volker Lendeckesmbd: Pass up stat-info from openat_pathref_fsp() on...
2022-04-26 Volker Lendeckesmbd: Remove unused arguments from dup_file_fsp()
2022-03-29 Volker Lendeckesmbd: Don't NULL out the "::$DATA" in openat_pathref_fsp()
2022-03-24 Jeremy Allisons3: smbd: open_internal_dirfsp(). All calls to SMB_VFS_...
2022-03-24 Jeremy Allisons3: smbd: open_internal_dirfsp() add missing file_free...
2022-03-11 Volker Lendeckesmbd: Remove a few vfs_stat() calls
2022-03-11 Volker Lendeckesmbd: Don't require a valid stat for openat_pathref_fsp()
2022-03-11 Volker Lendeckesmbd: No need to set O_DIRECTORY in openat_pathref_fsp()
2022-03-11 Volker Lendeckesmbd: Mark fsp as directory after calling fstat()
2022-03-11 Volker Lendeckesmbd: Always use O_NONBLOCK in openat_pathref_fsp()
2022-02-17 Volker Lendeckesmbd: Slightly simplify openat_pathref_fsp()
2022-02-11 Volker Lendeckesmbd: Introduce metadata_fsp()
2022-02-11 Volker Lendeckesmbd: Introduce fsp_is_alternate_stream()
2022-02-10 Volker Lendeckesmbd: Factor out fsp_unbind_smb() from file_free()
2022-02-10 Volker Lendeckesmbd: No base fsps to close_file_free() from file_close...
2022-02-10 Volker Lendeckesmbd: Factor out close_file_in_loop() from file_close_c...
2022-02-10 Volker Lendeckesmbd: No base fsps to close_file_free() from file_close...
2022-02-10 Volker Lendeckesmbd: NULL out "fsp" in close_file()
2022-02-07 Volker Lendeckesmbd: Fix open_pathref_base_fsp()'s implicit conn_cwd...
2022-01-05 Volker Lendeckesmbd: Fix a few typos
2021-11-11 Volker Lendeckesmbd: Make sure we don't overwrite tmp_buf
2021-11-11 Volker Lendeckesmbd: Avoid casts
2021-11-11 Volker Lendeckesmbd: Fix typos
2021-11-11 Volker Lendeckesmbd: Give smbXsrv_open.c its own header file
2021-09-06 Jeremy Allisons3: smbd: Fix openat_pathref_fsp() to cope with FIFO...
2021-07-14 Ralph Boehmesmbd: update smb_fname statinfo from fsp
2021-07-14 Ralph Boehmesmbd: put back dev/ino stat/fstat check in openat_pathr...
next