smbd: open_stream_pathref_fsp() does not need a dirfsp
[samba.git] / source3 / smbd / files.c
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...
2021-06-25 Jeremy Allisons3: smbd: On startup file_name_hash() can be called...
2021-06-25 Jeremy Allisons3: smbd: In openat_pathref_fsp(), just check we're...
2021-06-02 Jeremy Allisons3: smbd: In parent_pathref(), parent_smb_fname() ...
2021-04-07 Jeremy Allisons3: smbd: Fix parent_pathref() to cope with symlink...
2021-03-26 Stefan Metzmachers3: smbd: Raise debug level when synthetic_pathref...
2021-03-10 Sachin Prabhusmbd: Ensure errno is preserved across fsp destructor
2021-03-09 Volker Lendeckesmbd: Fix a DEBUG message
2021-02-05 Ralph Boehmesmbd: remove NT_STATUS_STOPPED_ON_SYMLINK status code...
2021-02-05 Ralph Boehmesmbd: remove NT_STATUS_STOPPED_ON_SYMLINK status code...
2021-02-05 Ralph Boehmesmbd: don't return NT_STATUS_STOPPED_ON_SYMLINK in...
2021-02-05 Ralph Boehmesmbd: simplify error codepath in openat_pathref_fsp()
2021-02-05 Ralph Boehmesmbd: expect valid stat info in openat_pathref_fsp()
2021-02-05 Ralph Boehmesmbd: stat path before calling openat_pathref_fsp(...
2021-01-28 Ralph Boehmesmbd: add parent_pathref()
2021-01-28 Ralph Boehmesmbd: add synthetic_pathref()
2021-01-14 Stefan Metzmachers3:smbd: make sure a SHUTDOWN_CLOSE applies to a stream...
2021-01-14 Stefan Metzmachers3:smbd: make use of fsp_set_base_fsp() when changing...
2021-01-14 Stefan Metzmachers3:smbd: add fsp_set_base_fsp() helper
2021-01-14 Stefan Metzmachers3:smbd: split out create_internal_fsp() from create_in...
2021-01-14 Stefan Metzmachers3:smbd: make fsp_free() static, it should only ever...
2021-01-14 Stefan Metzmachers3:smbd: make sure openat_pathref_fsp() calls fd_close...
2021-01-14 Stefan Metzmachers3:smbd: let open_pathref_base_fsp() make use of smb_fn...
2021-01-14 Stefan Metzmachers3:smbd: let openat_pathref_fsp() make use of fsp_attac...
2021-01-14 Stefan Metzmachers3:smbd: let openat_pathref_fsp() allocate fsp->fsp_nam...
2021-01-14 Stefan Metzmachers3:smbd: split out a fsp_attach_smb_fname() helper...
2021-01-14 Stefan Metzmachers3:smbd: let fsp_set_smb_fname() always link fsp to...
2021-01-14 Stefan Metzmachers3:smbd: let fsp_smb_fname_link() set both sides of...
2021-01-14 Stefan Metzmachers3:smbd: rearrange move_smb_fname_fsp_link a bit
2021-01-11 Ralph Boehmesmbd: pass O_DIRECTORY to fd_openat() for directories
2021-01-11 Ralph Boehmesmbd: move S_ISDIR check up a bit in openat_pathref_fsp()
2020-12-17 Jeremy Allisonsmbd: If an smb_filename already has a pathref fsp...
2020-12-17 Jeremy Allisonsmbd: dup_file_fsp() for old DOS style opens also needs...
2020-12-17 Jeremy Allisonsmbd: Fix debugs in file_new() and fsp_new().
2020-12-16 Ralph Boehmesmbd: add need_fsa arg and logic to file_find_di_(first...
2020-12-16 Ralph Boehmesmbd: ignore non FSA fsps in file_find_dif()
2020-12-16 Ralph Boehmesmbd: reduce indentation in file_find_dif()
2020-12-16 Ralph Boehmesmbd: README.Coding fixes in file_find_dif()
2020-12-16 Ralph Boehmesmbd: use move_smb_fname_fsp_link() in fsp_set_smb_fname()
2020-12-16 Ralph Boehmesmbd: maintain correct destructor order in fsp_free()
2020-12-16 Ralph Boehmesmbd: add move_smb_fname_fsp_link()
2020-12-16 Ralph Boehmesmbd: add smb_fname_fsp_unlink()
2020-12-16 Ralph Boehmesmbd: add openat_pathref_fsp()
2020-12-16 Ralph Boehmesmbd: pass a dirfsp to fd_open() and rename it to fd_op...
2020-12-16 Ralph Boehmesmbd: use fd_handle_create()
2020-12-16 Ralph Boehmesmbd: use fh_[get|set]_refcount()
2020-12-16 Ralph Boehmesmbd: use fh_[get|set]_gen_id()
2020-12-16 Ralph Boehmesmbd: use fsp_get_pathref_fd() for logical fd comparisons
2020-12-16 Ralph Boehmesmbd: use fsp_set_fd()
2020-11-19 Ralph Boehmedocs-xml: add "smbd force process locks"
2020-10-21 Volker Lendeckesmbd: Fix a typo
2020-07-18 Ralph Boehmesmbd: factor out fsp_bind_smb()
2020-07-18 Ralph Boehmesmbd: check for conn->cwd_fsp in file_free()
2020-05-21 Ralph Boehmesmbd: remove redundant conn arg from fd_open()
2020-05-21 Ralph Boehmesmbd: add flag "is_dirfsp" to the fsp_flags
2020-05-21 Ralph Boehmesmbd: move fstat from create_internal_dirfsp() to open_...
2020-05-21 Ralph Boehmesmbd: rename create_internal_dirfsp_at() to create_inte...
next