s3:printing: Fix size type in printing_db
[nivanova/samba-autobuild/.git] / source3 / smbd / trans2.c
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...
2016-03-15 Jeremy Allisons3:smbd: Change get_ea_names_from_file() to take a...
2016-03-15 Jeremy Allisons3:smbd: Change get_ea_list_from_file_path() to take...
2016-03-15 Jeremy Allisons3: smbd: Change canonicalize_ea_name() to take a const...
2016-03-15 Jeremy Allisons3: smbd: Reformatting - remove unneeded const char...
2016-03-10 Jeremy AllisonCVE-2015-7560: s3: smbd: Refuse to set EA's on a symlink.
2016-03-10 Jeremy AllisonCVE-2015-7560: s3: smbd: Silently return no EA's availa...
2016-03-10 Jeremy AllisonCVE-2015-7560: s3: smbd: Set return values early, allow...
2016-03-10 Jeremy AllisonCVE-2015-7560: s3: smbd: Refuse to get a POSIX ACL...
2016-03-10 Jeremy AllisonCVE-2015-7560: s3: smbd: Refuse to set a POSIX ACL...
2016-03-10 Jeremy AllisonCVE-2015-7560: s3: smbd: Add refuse_symlink() function...
2016-03-07 Jeremy Allisons3: smbd: Change open_streams_for_delete() to take...
2016-03-05 Jeremy AllisonVFS: Modify lchown to take a const struct smb_filename...
2016-03-03 Jeremy AllisonVFS: Modify chmod to take a const struct smb_filename...
2016-03-01 Jeremy Allisons3: smbd: Change dptr_create() to take a const struct...
2016-03-01 Jeremy Allisons3: smbd: In call_trans2findfirst() all use of ctx...
2016-02-06 Michael Adamdlist: remove unneeded type argument from DLIST_ADD_END()
2015-12-23 Jeremy Allisons3: smbd: Convert all but one use of lp_posix_pathnames...
2015-12-23 Jeremy Allisons3: smbd: Split all calls to srvstr_get_path() to calls...
2015-12-23 Jeremy Allisons3: smbd: Split all calls to srvstr_get_path_wcard...
2015-12-23 Jeremy Allisons3: smbd: In trans2.c, add in UCF_POSIX_PATHNAMES to...
2015-12-23 Jeremy Allisons3: smbd: In trans2.c Use ucf_flags variable instead...
2015-11-17 Volker Lendeckesmbd: Simplify check_access()
2015-11-17 Volker Lendeckesmbd: Factor out check_access_fsp() from check_access()
2015-11-17 Volker Lendeckesmbd: Refactor check_access()
2015-11-05 Noel Powerfix writev(vector[...]) points to uninitialised bytes...
2015-11-05 Noel Powerfix writev(vector[...]) points to uninitialised bytes...
2015-08-26 Volker Lendeckelib: Make sid_linearize take a uint8_t
2015-07-07 Michael Adamsmbd:trans2: treat new SMB_SIGNING_DESIRED in case
2015-06-25 Jeremy Allisons3: smbd: Use separate flag to track become_root()...
2015-06-09 Ralph Boehmesmbd/trans2: add a useful diagnostic for files with...
2015-05-16 Richard SharpeConvert the few instances of int32 there were to int32_t.
2015-05-06 Richard SharpeConvert all uses of uint8/16/32 to _t in source3/smbd.
2015-05-01 Richard SharpeConvert uint32/16/8 to 32_t/16_t/8_t in printing.h...
2015-03-18 David Disseldorps3/smbd: support FS_SECTOR_SIZE_INFORMATION query-info
2015-03-18 David Disseldorpsmbd/trans2: function scope qfsinfo bytes_per_sector
2015-02-26 Volker Lendeckesmbd: ZERO_STRUCT -> struct init
2015-02-24 Volker Lendeckesmbd: Fix a typo
2015-02-17 David Disseldorps3/vfs: remove unused SMB_VFS_DISK_FREE() small_query...
2014-12-04 Ralph Boehmes3:smbd: add SMB_VFS_READDIR_ATTR() to marshall direntry
2014-12-04 Ralph Boehmes3:vfs: add create tags to SMB_VFS_CREATEFILE
2014-09-19 Stefan Metzmachers3:smbd: pass smbXsrv_connection to open_was_deferred()
2014-09-19 Stefan Metzmachers3:smbd: pass smbXsrv_connection to srv_send_smb()
2014-09-15 Jeremy Allisons3: smbd: Fix a couple of tricky slow-path cases -...
2014-09-15 Jeremy Allisons3: smbd: Change get_lanman2_dir_entry() to return...
2014-09-15 Jeremy Allisons3: smbd: Remove unneeded 'out_of_space' parameter...
2014-09-15 Jeremy Allisons3: smbd: SMB2 - change smbd_dirptr_lanman2_entry(...
2014-09-15 Jeremy Allisons3: smbd: smbd_marshall_dir_entry() no longer needs...
2014-09-15 Jeremy Allisons3: smbd: Change smbd_marshall_dir_entry() to return...
2014-09-15 Jeremy Allisons3: smbd: Change the function signature of srvstr_push...
2014-09-15 Jeremy Allisons3: smbd: Ensure types for all variables called 'len...
2014-08-11 Volker Lendeckevfs3: Pass "lease" through SMB_VFS_CREATE_FILE
2014-08-06 Stefan Metzmachers3:smbd: use req->xconn to send_trans2_replies()
2014-08-06 Stefan Metzmachers3:smbd: remove unused 'sconn' in call_trans2setfsinfo()
2014-08-06 Stefan Metzmachers3:smbd: pass smbXsrv_connection to smbd_do_qfsinfo()
2014-08-06 Stefan Metzmachers3:smbd: move sconn->smb1.unix_info.* to xconn->smb1...
2014-08-06 Stefan Metzmachers3:smbd: move sconn->smb1.echo_handler.* to xconn-...
2014-08-06 Stefan Metzmachers3:smbd: move sconn->smb1.signing_state to xconn->smb1...
2014-08-06 Stefan Metzmachers3:smbd: move sconn->smb1.sessions.* to xconn->smb1...
2014-07-22 Volker Lendeckesmbd/nmbd: Remove HAVE_LONGLONG
2014-07-07 Volker Lendeckesmbd: Use BVAL
2014-07-04 Volker Lendeckesmbd: do_lock does not need "blr" anymore
2014-06-13 Ralph BoehmeConvert samba_private_attr_name() to a public function
next