summaryrefslogtreecommitdiffstats
path: root/source3/smbd/trans2.c
Commit message (Expand)AuthorAgeFilesLines
* Convert samba_private_attr_name() to a public functionRalph Boehme2014-06-131-1/+1
* param: add const to a local variable to prevent a warning about lp_fstypeGarming Sam2014-02-201-1/+1
* param: change fstype to use a constant stringGarming Sam2014-02-121-2/+2
* param: rename lp function and variable from "inherit_perms" to "inherit_permi...Garming Sam2014-02-071-1/+1
* param: rename lp function and variable from "symlinks" to "follow_symlinks"Garming Sam2014-02-071-1/+1
* param: rename lp function and variable from 'manglednames' to 'mangled_names'Garming Sam2014-02-071-1/+1
* param: rename lp function and variable from 'dontdescend' to 'dont_descend'Garming Sam2014-02-071-4/+4
* param: rename lp function and variable from 'force_dir_mode' to 'force_direct...Garming Sam2014-02-071-1/+1
* loadparm: rename lp[cfg]_dir_mask to lp[cfg]_directory_mask for consistency w...Michael Adam2014-02-031-1/+1
* smbd: Fix a false DEBUG fn nameVolker Lendecke2013-12-141-2/+2
* smbd: Fix a const warningVolker Lendecke2013-09-061-1/+1
* smbd: Remove FORCE_OPLOCK_BREAK_TO_NONEVolker Lendecke2013-09-061-3/+2
* smbd: Correctly return INFO_LENGTH_MISMATCH for smb1Volker Lendecke2013-08-281-0/+4
* smbd: Fix error return for STREAM_INFOVolker Lendecke2013-08-281-0/+4
* smbd: qfsinfo has fixed/variable buffersVolker Lendecke2013-08-281-0/+10
* smbd: qfilepathinfo has fixed/variable buffersVolker Lendecke2013-08-281-0/+22
* Fix the UNIX extensions CHOWN calls to use FCHOWN if available, else LCHOWN.Jeremy Allison2013-08-261-6/+20
* Allow UNIX extensions client to act on open fsp instead of pathname if availa...Jeremy Allison2013-08-261-1/+8
* Fix the erroneous masking of chmod requests via the UNIX extensions.Jeremy Allison2013-08-261-8/+10
* Revert "Fix the erroneous masking of chmod requests via the UNIX extensions."Jeremy Allison2013-08-251-2/+7
* Revert "Allow UNIX extensions client to act on open fsp instead of pathname i...Jeremy Allison2013-08-241-8/+1
* Pushed from the wrong branch - this is the versionJeremy Allison2013-08-241-14/+6
* Fix the UNIX extensions CHOWN calls to use FCHOWN if available, else LCHOWN.Jeremy Allison2013-08-251-6/+14
* Allow UNIX extensions client to act on open fsp instead of pathname if availa...Jeremy Allison2013-08-241-1/+8
* Fix the erroneous masking of chmod requests via the UNIX extensions.Jeremy Allison2013-08-241-7/+2
* smbd: Fix a debug messageVolker Lendecke2013-08-231-1/+1
* Fix bug #10097 - MacOSX 10.9 will not follow path-based DFS referrals handed ...Richard Sharpe2013-08-191-6/+13
* s3:lib: Factor read_ea_list_entry() and read_nttrans_ea_list() out so they ca...Jeremy Allison2013-08-151-61/+1
* s3:smbd: allow info class SMB_QUERY_FS_ATTRIBUTE_INFO to return partial dataRalph Wuerthner2013-08-051-0/+6
* s3:smbd: allow info class SMB_QUERY_FS_VOLUME_INFO to return partial dataRalph Wuerthner2013-08-051-0/+6
* s3:smbd: allow status code in smbd_do_qfsinfo() to be set by information clas...Ralph Wuerthner2013-08-051-1/+2
* Ensure we can never integer wrap when working on client-supplied max_data_bytes.Jeremy Allison2013-08-041-0/+22
* Reply with correct trans2 message on a setpathinfo with a bad EA name.Jeremy Allison2013-07-191-1/+10
* Ensure we can't create a file using TRANS2_OPEN with an invalid EA list.Jeremy Allison2013-07-191-0/+14
* Add the ability to send an NTSTATUS result back with a trans2 reply so we can...Jeremy Allison2013-07-191-13/+30
* Ensure we never return an EA name to a Windows client it can't handle.Jeremy Allison2013-07-191-0/+9
* Ensure set_ea cannot set invalid Windows EA names.Jeremy Allison2013-07-191-0/+9
* smbd: Convert smb_file_rename_information to synthetic_smb_fnameVolker Lendecke2013-04-171-5/+4
* smbd: Convert smb_file_rename_information to synthetic_smb_fnameVolker Lendecke2013-04-171-4/+5
* smbd: Convert smb2_file_rename_information to synthetic_smb_fnameVolker Lendecke2013-04-171-4/+5
* smbd: Convert smb_set_file_dosmode to synthetic_smb_fnameVolker Lendecke2013-04-171-6/+5
* smbd: Convert call_trans2qfilepathinfo to synthetic_smb_fnameVolker Lendecke2013-04-171-8/+6
* smbd: Convert call_trans2setfilepathinfo to cp_smb_filenameVolker Lendecke2013-04-171-4/+3
* smbd: Convert smb_set_file_unix_basic to cp_smb_filenameVolker Lendecke2013-04-171-4/+3
* smbd: Convert smb_set_file_size to cp_smb_filenameVolker Lendecke2013-04-171-3/+3
* smbd: Convert call_trans2qfilepathinfo to cp_smb_filenameVolker Lendecke2013-04-171-4/+3
* Ensure EA value is allocated on the right context.Jeremy Allison2013-04-021-1/+2
* Final fix for bug #9130 - Certain xattrs cause Windows error 0x800700FFJeremy Allison2013-04-021-1/+1
* Ensure we don't return uninitialized memory in the pad bytes.Jeremy Allison2013-04-021-1/+7
* Fix bug #9130 - Certain xattrs cause Windows error 0x800700FFJeremy Allison2013-04-021-0/+9