s3:smbd: Incomplete conversion of former parametric options
[garming/samba-autobuild/.git] / source3 / smbd / trans2.c
2019-08-06 Ralph Boehmes3:smbd: Incomplete conversion of former parametric...
2019-08-06 Ralph Boehmes3: smbd: remove redundant smb_dname arg from dptr_create()
2019-08-06 Jeremy Allisons3: smbd: Remove dptr_close() from reply_findclose().
2019-08-06 Jeremy Allisons3: smbd: Remove dptr_close() from call_trans2findnext().
2019-08-06 Jeremy Allisons3: smbd: Remove dptr_close() from call_trans2findfirst().
2019-08-06 Jeremy Allisons3: smbd: Replace dptr_fsp() with dptr_fetch_lanman2_fs...
2019-08-06 Jeremy Allisons3: smbd: Convert call_trans2findnext() to use dptr_fet...
2019-08-06 Jeremy Allisons3: smbd: Convert SMB1 call_trans2findfirst() to use...
2019-08-06 Jeremy Allisons3: smbd: Prepare for SMB1 directory handle opens in...
2019-08-06 Jeremy Allisons3: smbd: Prepare for SMB1 directory handle opens in...
2019-08-06 Jeremy Allisons3: smbd: Prepare for SMB1 directory handle opens in...
2019-08-06 Jeremy Allisons3: smbd: Move the strange OS/2 directory key == -1...
2019-07-08 Volker Lendeckesmbd: Move fcb_or_dos_open() out of open_file_ntcreate()
2019-07-02 Volker Lendeckesmbd: Remove unused "msg_ctx" from smbd_smb1_do_locks_s...
2019-07-01 Ralph Boehmevfs_fruit: move zero file-id to vfs_fruit
2019-07-01 Ralph Boehmes3:vfs: move get_fs_file_id to vfs_default
2019-07-01 Ralph Boehmes3:smbd: rename get_FileIndex() to get_fs_file_id()
2019-07-01 Ralph Boehmes3:smbd: return inode number, not FileIndex for UNIX...
2019-06-24 Jeremy Allisons3: smbd: If smbd_do_qfilepathinfo() causes an oplock...
2019-06-24 Jeremy Allisons3: smbd: Make set_unix_posix_default_acl() take an...
2019-06-24 Jeremy Allisons3: smbd: Add default ACLS can only be set on directory...
2019-06-24 Jeremy Allisons3: smbd: Only pass fsp to set_unix_posix_acl(). No...
2019-06-24 Jeremy Allisons3: smbd: Change set_unix_posix_default_acl() to return...
2019-06-24 Jeremy Allisons3: smbd: Make set_unix_posix_acl() return NTSTATUS.
2019-06-24 Jeremy Allisons3: smbd: Fix smb_query_posix_acl() to always use fsp...
2019-06-24 Jeremy Allisons3: smbd: Plumb through struct smb_request *req paramet...
2019-06-24 Jeremy Allisons3: smbd: Fix smb_query_posix_acl() to use modern codin...
2019-06-24 Jeremy Allisons3: smbd: Factor out code into a separate function...
2019-06-24 Jeremy Allisons3: smbd: Now we always have a handle in smb_set_posix_...
2019-06-24 Jeremy Allisons3: smbd: Update smb_set_posix_acl() to always use...
2019-06-24 Jeremy Allisons3: smbd: Add get_posix_fsp() utility function. Not...
2019-06-24 Jeremy Allisons3: smbd: Clarify logic with helper variables in smb_se...
2019-06-24 Jeremy Allisons3: smbd: Make data offset use clearer in smb_set_posix...
2019-06-24 Jeremy Allisons3: smbd: Add correct wrap checks to smb_set_posix_acl().
2019-06-24 Jeremy Allisons3: smbd: Update smb_set_posix_acl() to have only one...
2019-06-24 Jeremy Allisons3: smbd: Update smb_set_posix_acl() argument list...
2019-06-24 Jeremy Allisons3: smbd: Update smb_set_posix_acl() to modern coding...
2019-06-20 Volker Lendeckesmbd: Use smbd_smb1_do_locks_send() in smb_set_posix_lock()
2019-06-20 Volker Lendeckesmbd: Return "blocker_pid" from do_lock()
2019-06-20 Volker Lendeckesmbd: Use smbd_do_unlocking() in smb_set_posix_lock()
2019-06-20 Volker Lendeckesmbd: Simplify smb_set_posix_lock()
2019-06-20 Volker Lendeckesmbd: Avoid casts in smb_set_posix_lock()
2019-06-18 Volker Lendeckesmbd: Slightly simplify smb_set_posix_lock()
2019-05-27 Gary LockyerFix ubsan null pointer passed as argument 2
2019-05-03 Volker Lendeckesmbd: Make "check_access()" static to trans2.c
2019-05-01 Stefan Metzmachersmbd: implement SMB_FILE_NORMALIZED_NAME_INFORMATION...
2019-03-28 Stefan Metzmachers3:smbd: handle IO_REPARSE_TAG_DFS in SMB_FIND_FILE_FUL...
2019-03-19 Volker Lendeckesmbd: Focus smb_file_link_information on correct posix...
2019-03-19 Volker Lendeckesmbd: Enhance debugging for setting hard links
2019-02-24 Jeremy Allisonsmbd: SMB1-POSIX: Add missing info-level SMB_POSIX_PATH...
2018-12-06 Ralph Boehmesmbd: use lp_smbd_getinfo_ask_sharemode()
2018-11-27 Ralph Boehmes3:smbd: add twrp args to filename_convert()
2018-11-13 Volker Lendeckesmbd: Use wire_perms_to_unix in unix_perms_from_wire
2018-09-11 Volker Lendeckesmbd: Use has_other_nonposix_opens in smb_posix_unlink
2018-08-17 Volker Lendeckesmbd: Enhance debugging in set_file_size
2018-07-31 Noel Powers3/smbd: Don't stat when doing a quota operation (as...
2018-07-27 Ralph Boehmesmbd: let smbd_dirptr_lanman2_entry return smb_fname
2018-07-27 Ralph Boehmesmbd: rework error exit in smbd_dirptr_lanman2_entry()
2018-07-27 Ralph Boehmesmbd: pass get_dosmode to mode_fn in smbd_dirptr_get_en...
2018-07-27 Ralph Boehmesmbd: pass get_dosmode to smbd_dirptr_get_entry()
2018-07-27 Ralph Boehmesmbd: add "get_dosmode" argument to smbd_dirptr_lanman2...
2018-04-09 Jeremy Allisons3: smbd: Unix extensions attempts to change wrong...
2018-03-01 Andreas Schneiders3:smbd: Add FALL_THROUGH statements in trans2.c
2018-01-13 Justin Maggard via... s3/smbd: Fix error code for unsupported SET_INFO requests
2017-11-11 Uri Simchonismbd: remove calls to dptr_init_search_op() from TRANS2...
2017-06-18 Jeremy Allisons3: VFS: Change SMB_VFS_SYMLINK to use const struct...
2017-06-18 Jeremy Allisons3: VFS: Change SMB_VFS_READLINK to use const struct...
2017-06-18 Jeremy Allisons3: VFS: Change SMB_VFS_STATVFS to use const struct...
2017-06-18 Jeremy Allisons3: VFS: Change SMB_VFS_LINK to use const struct smb_fi...
2017-06-18 Jeremy Allisons3: VFS: Change SMB_VFS_CHFLAGS to use const struct...
2017-06-18 Jeremy Allisons3: VFS: Change SMB_VFS_MKNOD to use const struct smb_f...
2017-06-01 Jeremy Allisons3: VFS: Change SMB_VFS_GETXATTR to use const struct...
2017-05-31 Jeremy Allisons3: VFS: Change SMB_VFS_SETXATTR to use const struct...
2017-05-31 Jeremy Allisons3: VFS: Change SMB_VFS_REMOVEXATTR to use const struct...
2017-05-31 Jeremy Allisons3: VFS: Change SMB_VFS_LISTXATTR to use const struct...
2017-05-31 Jeremy Allisons3: VFS: Change SMB_VFS_SYS_ACL_GET_FILE to use const...
2017-05-31 Jeremy Allisons3: VFS: Change SMB_VFS_SYS_ACL_DELETE_DEF_FILE to...
2017-05-22 Jeremy Allisons3: smbd: Fix up the ucf_flags correctly in smb_file_re...
2017-05-22 Jeremy Allisons3: smbd: We can now remove the 'bool dfs_path' paramet...
2017-05-22 Jeremy Allisons3: smbd: Always use ucf_flags_from_smb_request() in...
2017-05-22 Jeremy Allisons3: smbd: Remove bool dfs_pathnames paramter from resol...
2017-05-17 Peter SomogyiSMB_INFO_ALLOCATION: return with UINT32_MAX rather...
2017-04-18 Ralph Boehmes3/smbd: add file_id return arg to smbd_dirptr_lanman2_...
2017-03-26 Uri Simchonismbd: add zero_file_id flag
2017-03-02 Uri Simchonismbd: remove coupling between get_ea_names_from_file...
2017-03-02 Uri Simchonismbd: get_ea_list_from_file_path() - remove a duplicate...
2017-03-02 Uri Simchonismbd: refuse_symlink() - do not fail if the file does...
2017-01-22 Volker Lendeckesmbd: Streamline get_ea_names_from_file
2017-01-09 Ralph Boehmes3/smbd: convert "mangled names" option to an enum
2016-09-11 Ralph Boehmes3/smbd: use stat from smb_fname if valid in refuse_sym...
2016-09-11 Ralph Boehmes3/smbd: in call_trans2qfilepathinfo call lstat when...
2016-08-12 Uri Simchonismbd: get a valid file stat to disk_quotas
2016-04-27 Partha SarathiFix the smb2_setinfo to handle FS info types and FSQUOT...
2016-03-31 Uri Simchonint-quotas: vfs_get_ntquota() return NTSTATUS
2016-03-25 Jeremy Allisons3: smbd: DFS: Pass uint32_t ucf_flags through into...
2016-03-24 Jeremy Allisons3: smbd: Modify vfs_stat_smb_basename() to take a...
2016-03-24 Jeremy Allisons3: smbd: Remove many common uses of lp_posix_pathnames().
2016-03-24 Jeremy Allisons3: Filenames: Add uint32_t flags parameter to syntheti...
2016-03-24 Jeremy Allisons3:smbd: Move lp_posix_pathnames() out of ea_list_has_i...
2016-03-15 Jeremy Allisons3:smbd: Change refuse_symlink() to take a const smb_fi...
next