summaryrefslogtreecommitdiffstats
path: root/source3/smbd/trans2.c
Commit message (Expand)AuthorAgeFilesLines
* smbd: ZERO_STRUCT -> struct initVolker Lendecke2015-02-261-6/+4
* smbd: Fix a typoVolker Lendecke2015-02-241-1/+1
* s3/vfs: remove unused SMB_VFS_DISK_FREE() small_query parameterDavid Disseldorp2015-02-171-3/+10
* s3:smbd: add SMB_VFS_READDIR_ATTR() to marshall direntryRalph Boehme2014-12-041-6/+58
* s3:vfs: add create tags to SMB_VFS_CREATEFILERalph Boehme2014-12-041-6/+12
* s3:smbd: pass smbXsrv_connection to open_was_deferred()Stefan Metzmacher2014-09-191-2/+2
* s3:smbd: pass smbXsrv_connection to srv_send_smb()Stefan Metzmacher2014-09-191-3/+2
* s3: smbd: Fix a couple of tricky slow-path cases - don't return a mangled nam...Jeremy Allison2014-09-161-0/+25
* s3: smbd: Change get_lanman2_dir_entry() to return the full NTSTATUS.Jeremy Allison2014-09-161-20/+32
* s3: smbd: Remove unneeded 'out_of_space' parameter from smbd_dirptr_lanman2_e...Jeremy Allison2014-09-161-4/+6
* s3: smbd: SMB2 - change smbd_dirptr_lanman2_entry() to return an NTSTATUS.Jeremy Allison2014-09-161-6/+8
* s3: smbd: smbd_marshall_dir_entry() no longer needs explicit 'out_of_space' p...Jeremy Allison2014-09-161-7/+1
* s3: smbd: Change smbd_marshall_dir_entry() to return an NTSTATUS. Returns STA...Jeremy Allison2014-09-161-23/+24
* s3: smbd: Change the function signature of srvstr_push() from returning a len...Jeremy Allison2014-09-161-49/+125
* s3: smbd: Ensure types for all variables called 'len' used in srvstr_push() a...Jeremy Allison2014-09-161-12/+10
* vfs3: Pass "lease" through SMB_VFS_CREATE_FILEVolker Lendecke2014-08-111-0/+6
* s3:smbd: use req->xconn to send_trans2_replies()Stefan Metzmacher2014-08-061-2/+2
* s3:smbd: remove unused 'sconn' in call_trans2setfsinfo()Stefan Metzmacher2014-08-061-2/+1
* s3:smbd: pass smbXsrv_connection to smbd_do_qfsinfo()Stefan Metzmacher2014-08-061-3/+3
* s3:smbd: move sconn->smb1.unix_info.* to xconn->smb1.unix_info.*Stefan Metzmacher2014-08-061-11/+11
* s3:smbd: move sconn->smb1.echo_handler.* to xconn->smb1.echo_handler.*Stefan Metzmacher2014-08-061-1/+2
* s3:smbd: move sconn->smb1.signing_state to xconn->smb1.signing_stateStefan Metzmacher2014-08-061-2/+3
* s3:smbd: move sconn->smb1.sessions.* to xconn->smb1.sessions.*Stefan Metzmacher2014-08-061-1/+2
* smbd/nmbd: Remove HAVE_LONGLONGVolker Lendecke2014-07-221-15/+0
* smbd: Use BVALVolker Lendecke2014-07-071-8/+4
* smbd: do_lock does not need "blr" anymoreVolker Lendecke2014-07-041-2/+1
* 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