summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2009-06-25s3: pass a valid stat into file_ntimes()Tim Prouty2-3/+3
2009-06-25s3 file_access: Convert some more functions over to use smb_filneameTim Prouty5-42/+62
2009-06-25s3: simplify some redundant logic in is_ntfs_default_stream_smb_fname()Tim Prouty1-5/+1
2009-06-25s3: Remove get_full_smb_filename() from open_directory()Tim Prouty1-19/+9
2009-06-25s3: Change set_ea() and its callers to use smb_filenameTim Prouty2-14/+17
2009-06-25Fix bug #6506 - SMBD server doesn't set EAs when a file is overwritten in NT_...Jeremy Allison1-1/+2
2009-06-24s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTATTim Prouty15-383/+573
2009-06-24s3: Convert is_visible_file to use talloc_asprintf instead of mallocTim Prouty1-14/+15
2009-06-24s3:smbd: send SMB2 interim responses for async callsStefan Metzmacher5-0/+25
2009-06-24s3:smbd: add support for async interim SMB2 responses and prepare SMB2 cancelStefan Metzmacher2-1/+157
2009-06-24s3:smbd: keep a list of outstanding SMB2 requestsStefan Metzmacher2-28/+69
2009-06-24s3:smbd: add smbd_smb2_send_oplock_break()Stefan Metzmacher2-0/+93
2009-06-24s3:smbd: the SMB2-COMPOUND test shows that the related vs. unrelated flags is...Stefan Metzmacher1-0/+7
2009-06-22s3: forward MSG_DEBUG from smbd parent to all childrenAravind Srinivasan2-14/+34
2009-06-19Fix coverity #676. Forward NULL.Jeremy Allison1-0/+6
2009-06-19Fix Coverity IDs 922 and 933Volker Lendecke1-2/+5
2009-06-18Fix bug 4699: Remove pidfile on clean shutdownVolker Lendecke1-0/+3
2009-06-18acl_group_override() doesn't need to call stat. Pass thisJeremy Allison1-28/+17
2009-06-18Add some const to the stat struct in the dosmode calls.Jeremy Allison6-83/+64
2009-06-18Replace the boilerplate calls to :Jeremy Allison5-268/+146
2009-06-17s3: Change SMB_VFS_OPEN to take an smb_filename structTim Prouty3-7/+22
2009-06-17s3: Plumb smb_filename from create_file all of the way down to fd_openTim Prouty3-196/+276
2009-06-17Fix bug #6476 - more then 3000 smbd-zombies in memoryJeremy Allison1-0/+12
2009-06-16Remove msdfs pathname processing from default create file.Jeremy Allison1-25/+0
2009-06-16Fix msdfs after the change to smb_filename struct. We must *always*Jeremy Allison4-27/+138
2009-06-12s3: Plumb smb_filename through SMB_VFS_CREATE_FILETim Prouty6-257/+234
2009-06-12s3: Add smb_filename utility functions and fix a bug in copy_smb_filenameTim Prouty1-5/+85
2009-06-12Check for error in transfer_file return also.Jeremy Allison1-1/+7
2009-06-12Fix bug 6440Volker Lendecke1-11/+19
2009-06-12Simplify close_normal_file()Volker Lendecke1-22/+21
2009-06-11Fix bug #6297 - owner of sticky directory cannot delete files created by others.Jeremy Allison1-2/+13
2009-06-11s3: Prepare the rename path for passing smb_filename to SMB_VFS_CREATE_FILETim Prouty1-106/+133
2009-06-11s3: Prepare the do_unlink path for passing smb_filname to SMB_VFS_CREATE_FILETim Prouty1-72/+77
2009-06-11s3: refactor utility function to handle splitting the directory from the maskTim Prouty1-11/+35
2009-06-10s3: Prepare the first set of SMB_VFS_CREATE_FILE callers to take an smb_filen...Tim Prouty4-157/+233
2009-06-10s3: Add utility function for copying an smb_filename structTim Prouty1-0/+39
2009-06-10s3: Remove unix_convert handling from createfile implementationsTim Prouty1-29/+4
2009-06-10s3: Make all callers of SMB_VFS_CREATEFILE call unix_convert firstTim Prouty4-140/+209
2009-06-10s3: Remove unused stat structs being passed to SMB_VFS_CREATE_FILETim Prouty2-8/+2
2009-06-09s3:smbd: only check the next_status for related requestsStefan Metzmacher1-11/+12
2009-06-09s3:smbd: response with the same SMB2 flags as given by the clientStefan Metzmacher1-1/+4
2009-06-09s3:smbd: only pass the chained file handle for related compounded SMB2 requestsStefan Metzmacher1-0/+4
2009-06-09s3:smbd: make sure we pad compounded SMB2 responses to 8 bytesStefan Metzmacher1-2/+47
2009-06-09s3:smbd: skip file handle checks for SMB2 compounded requestsStefan Metzmacher5-6/+16
2009-06-09s3:smbd: more validation of the incoming SMB2 requestsStefan Metzmacher2-4/+96
2009-06-09s3:smbd: for now ignore all non NBT Session Message requests for SMB2Stefan Metzmacher1-0/+9
2009-06-09s3:smbd: don't include 1 byte padding for the dynamic buffer of SMB2 responsesStefan Metzmacher1-21/+9
2009-06-08Set SIGRTMIN to NSIGTimur I. Bakeyev1-3/+0
2009-06-06s3:smbd: FSCTL_PIPE_TRANSCEIVE on a none IPC$ share should give NOT_SUPPORTEDStefan Metzmacher1-1/+1
2009-06-06s3:smbd: return the same things as Windows 7 for SMB2 Ioctl responsesStefan Metzmacher1-7/+23