s3:utils: let smbstatus report anonymous signing/encryption explicitly
[samba.git] / source3 / smbd /
2024-01-08 Ralph Boehmesmbd: set fsp->fsp_flags.can_write to false for access...
2024-01-08 Ralph Boehmesmbd: return correct error when trying to create a...
2024-01-08 Ralph Boehmesmbd: fix check_any_access_fsp() for non-fsa fsps
2024-01-08 Ralph Boehmesmbd: rename check_access_fsp() to check_any_access_fsp()
2024-01-08 Ralph Boehmesmbd: return the correct error in can_rename()
2024-01-04 Jones Syues3:smbd multichannel: always refresh the network inform...
2024-01-02 Volker Lendeckesmbd: Fix traversing snapshot dirs that vanished in...
2023-12-19 Volker Lendeckesmbd: Modernize a few DEBUG statements
2023-12-19 Volker Lendeckesmbd: Remove an unused function prototype
2023-12-19 Volker Lendeckesmbd: Slightly simplify smbd_smb2_query_directory_send()
2023-12-19 Volker Lendeckesmbd: Give source3/smbd/dir.c its own header file
2023-12-19 Volker Lendeckesmbd: Use srv_put_dos_date2_ts() in reply_printqueue()
2023-12-19 Volker Lendeckesmbd: Introduce srv_put_dos_date2_ts()
2023-12-19 Volker Lendeckesmbd: Remove "conn" from struct dptr_struct
2023-12-15 Volker Lendeckesmbd: Remove callback for release_ip when "state" is...
2023-12-15 Stefan MetzmacherVERSION: move COPYRIGHT_STARTUP_MESSAGE as SAMBA_COPYRI...
2023-11-27 Jeremy Allisons3: smbd: Allow fchmod from the NFS-style mode ACL...
2023-11-27 Ralph Boehmesmbd: bring back "smb3 unix extensions" option
2023-11-27 Ralph Boehmesmbd: factor out smb2_negotiate_context_process_posix()
2023-11-27 Ralph Boehmesmbd: tweak POSIX check in smbd_do_qfilepathinfo()
2023-11-27 Ralph Boehmesmbd: check is POSIX is enabled on the fsp in fsinfo_un...
2023-11-27 Ralph Boehmesmbd: pass fsp to fsinfo_unix_valid_level()
2023-11-27 Ralph Boehmesmbd: pass fsp to smbd_do_qfsinfo()
2023-11-27 Ralph Boehmesmbd: leave comment on broken SMB1 POSIX open handling...
2023-11-27 Björn Jackedosmode: prefer capabilities over become_root
2023-11-21 Volker Lendeckesmbd: Fix Coverity ID 1499372 Uninitialized scalar...
2023-11-21 Volker Lendeckesmbd: Fix/remove a comment that became irrelevant
2023-11-21 Volker Lendeckesmbd: Fix a comment
2023-11-21 Volker Lendeckesmbd: Convert a void* into the real DIR*
2023-11-20 Andreas SchneiderUse python.h from libreplace
2023-11-20 Björn Jackelogging: use DBG_STARTUP_NOTICE for startup message
2023-11-16 Björn Jackeposix_acls.c: prefer capabilities over become_root
2023-11-16 Björn Jackeopen.c: prefer capabilities over become_root
2023-11-16 Björn Jackedosmode.c: prefer use of capabilities at two places...
2023-11-16 Ralph Boehmesmbd: fix close order of base_fsp and stream_fsp in...
2023-11-15 Volker Lendeckesmbd: Get the symlink mode for posix through fdos_mode()
2023-11-15 Volker Lendeckesmbd: Centralize fdos_mode() in smbd_dirptr_get_entry()
2023-11-15 Volker Lendeckesmbd: Centralize wiping the ".." stat info
2023-11-15 Volker Lendeckesmbd: Simplify smbd_dirptr_get_entry()
2023-11-15 Volker Lendeckesmbd: Remove a pointless NULL check
2023-11-15 Volker Lendeckesmbd: Slightly simplify smbd_dirptr_get_entry()
2023-11-15 Volker Lendeckesmbd: Move mask_match_search() to smb1_reply.c
2023-11-15 Volker Lendeckesmbd: Simplify smbd_dirptr_get_entry()
2023-11-15 Volker Lendeckesmbd: Simplify smbd_dirptr_8_3_mode_fn()
2023-11-15 Volker Lendeckesmbd: Rename "fsp" to "dirfsp" in smbd_smb2_query_direc...
2023-11-15 Volker Lendeckesmbd: Directly print errno in openat_pathref_fsp_lcomp()
2023-11-15 Volker Lendeckesmbd: Remove a NULL check that became obsolete
2023-11-15 Volker Lendeckesmbd: Modernize a DEBUG statement
2023-11-14 Ralph Boehmesmbd: remove now unneccessary wrapper vfs_fget_dos_attr...
2023-11-13 Volker Lendeckesmbd: Alternative fix for smb2.stream.attributes2 test
2023-11-13 Ralph Boehmesmbd: fix has_other_nonposix_opens_fn()
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 get_real_filename_cache_key() public
2023-11-07 Volker Lendeckesmbd: We want to delete symlinks as such in reply_unlink()
2023-11-07 Volker Lendeckesmbd: Make create_open_symlink_err() public
2023-11-07 Volker Lendeckesmbd: Make in_create_options available in smbd_smb2_cre...
2023-11-07 Volker Lendeckesmbd: Make a fake file's stat a valid regular file
2023-11-07 Volker Lendeckesmbd: Simplify fsp_fullbasepath()
2023-11-07 Volker Lendeckesmbd: Correct PATH_ vs NAME_NOT_FOUND for not following...
2023-11-07 Volker Lendeckesmbd: Return OBJECT_NAME_NOT_FOUND if lcomp points...
2023-11-07 Volker Lendeckesmbd: Return open_symlink_err from filename_convert_dir...
2023-11-07 Volker Lendeckesmbd: We don't reopen anything but dirs and files
2023-11-07 Volker Lendeckesmbd: Remove a few pointless return; statements
2023-11-07 Volker Lendeckesmbd: Protect ea-reading on symlinks
2023-11-07 Volker Lendeckesmbd: Remove an assert that never triggers
2023-11-05 Ralph Boehmesmbd: allow setting ARCHIVE bit in POSIX context with...
2023-11-05 Ralph Boehmesmbd: s/FILE_ATTRIBUTES_INVALID/FILE_ATTRIBUTE_INVALID/g
2023-11-05 Ralph Boehmesmbd: allow POSIX opens for file_set_dosmode() in renam...
2023-11-05 Ralph Boehmesmbd: allow POSIX opens for file_set_dosmode() in mkdir...
2023-11-05 Ralph Boehmesmbd: allow POSIX opens for file_set_dosmode() in mark_...
2023-11-05 Ralph Boehmesmbd: move POSIX check from possibly_set_archive()...
2023-11-05 Ralph Boehmesmbd: in file_set_dosmode() do an early exit if smb_fna...
2023-11-05 Ralph Boehmesmbd: ignore symlinks in file_set_dosmode()
2023-11-05 Ralph Boehmesmbd: add and use helper function possibly_set_archive()
2023-11-05 Ralph Boehmesmbd: remove call to fdos_mode() when setting DOS attrs
2023-11-02 Joseph Suttons3:smbd: Remove unreachable code (CID 710840)
2023-11-01 Volker Lendeckesmbd: Open file as REPARSE_POINT in unlink_internals()
2023-11-01 Volker Lendeckesmbd: Open file as REPARSE_POINT in reply_rmdir()
2023-11-01 Volker Lendeckesmbd: Open file as REPARSE_POINT in rename_internals()
2023-11-01 Volker Lendeckesmbd: Open file as REPARSE_POINT in smb_posix_unlink()
2023-11-01 Volker Lendeckesmbd: Move filename_convert_smb1_search_path() to smb1...
2023-11-01 Volker Lendeckesmbd: Fix previous_slash()
2023-11-01 Volker Lendeckesmbd: Remove code #ifdef'ed out >23years ago
2023-11-01 Volker Lendeckesmbd: Fix some whitespace
2023-11-01 Volker Lendeckesmbd: Fix a typo
2023-11-01 Volker Lendeckesmbd: Fix whitespace
2023-11-01 Volker Lendeckesmbd: Fix whitespace
2023-11-01 Volker Lendeckesmbd: Simplify reopen_from_fsp()
2023-11-01 Volker Lendeckesmbd: Simplify reopen_from_fsp()
2023-11-01 Volker Lendeckesmbd: Simplify sys_proc_fd_path()
2023-10-27 Volker Lendeckesmbd: Fix read_symlink_reparse()
2023-10-26 Ralph Boehmesmbd: add inode marshalling in smb3_file_posix_informat...
2023-10-26 Ralph Boehmesmbd: add nlinks marshalling in smb3_file_posix_informa...
2023-10-26 Ralph Boehmesmbd: fix group marshalling in smb3_file_posix_informat...
2023-10-25 Joseph Suttons3:smbd: Fix code spelling
2023-10-24 Stefan Metzmachersmb2_server: monitor connections with TEVENT_FD_ERROR
2023-10-18 Ralph Boehmesmbd: put back code to fill in user and group SID
2023-10-13 Joseph Suttonsmb2_server: Check status codes (CID 1474441)
2023-10-13 Joseph Suttonsmb2_server: Remove unreachable code (CID 1444981)
next