summaryrefslogtreecommitdiff
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #5980 - Race condition when granting level2 oplocks can cause break n...Jeremy Allison2008-12-181-4/+27
* Fix bug #5979 - Level 2 oplocks being granted improperly,Jeremy Allison2008-12-172-70/+114
* Fix a valgrind error in get_relative_fid_filenameVolker Lendecke2008-12-131-1/+1
* Fix error code when smbclient puts a file over an existing directoryVolker Lendecke2008-12-121-1/+1
* s3 sesssetup.c: Add missing line break to debug message.root2008-12-121-1/+1
* Pass the get_real_filename operation through the VFSVolker Lendecke2008-12-101-4/+1
* Change get_real_filename() to unix syscall conventions, make it non-staticVolker Lendecke2008-12-101-13/+14
* Apply some constVolker Lendecke2008-12-101-2/+2
* Rename "scan_directory" to "get_real_filename"Volker Lendecke2008-12-101-12/+12
* s3: [3/3]: Fix a delete on close divergence from windows and the associated t...Tim Prouty2008-12-092-5/+2
* s3: [1/3] Fix a delete on close divergence from windows and the associated to...Tim Prouty2008-12-091-4/+2
* s3: Call fd_close from close_directoryTim Prouty2008-12-091-0/+7
* s3: Refactor calculating path from relative_fid into a separate functionTim Prouty2008-12-091-78/+96
* s3: Refactor getting sec_info from a security_descriptor into separate functionTim Prouty2008-12-091-13/+2
* s3: Make a few open utility functions non-staticTim Prouty2008-12-092-17/+17
* Replace some pointless variables in reply_open_pipe_and_X by commentsVolker Lendecke2008-12-071-12/+6
* Fix bug #5944 - nmbd does not boot if socket adress = "" is defined in smb.confYasuma Takeda2008-12-051-3/+2
* Fix bug #5937 - filenames with "*" char hide other filesJeremy Allison2008-12-041-6/+4
* Fix bug #1254 - write list not working under share-level securityJeremy Allison2008-12-042-37/+48
* s3: Fix FILE_FLAG_POSIX_SEMANTICS handling underneath SMB_VFS_CREATE_FILETim Prouty2008-12-031-2/+2
* s3: Change SMB_VFS_CREATE_FILE to take a create_file_flags argumentTim Prouty2008-12-035-26/+26
* s3: Simplify the create_file_unix_path->open_file_ntcreate pathTim Prouty2008-12-031-93/+38
* s3: Modify direct caller of open_file to call SMB_VFS_CREATE_FILETim Prouty2008-12-031-4/+19
* s3: Modify direct callers of open_file_ntcreate and open_directory to call SM...Tim Prouty2008-12-035-143/+276
* s3: Modify direct callers of create_file_unix_path to call SMB_VFS_CREATE_FILETim Prouty2008-12-032-18/+46
* s3: Add new "is_dos_path" argument to SMB_VFS_CREATE_FILETim Prouty2008-12-034-3/+10
* s3: Add SMB_VFS_CREATE_FILE to the vfs layerTim Prouty2008-12-034-89/+119
* s3:smbd: close the low level fd of the base_fsp, if the file was createdStefan Metzmacher2008-12-011-0/+2
* s3:smbd: give the correct error when trying to replace a streamStefan Metzmacher2008-12-011-0/+6
* s3:smbd: only try and fallback to open a directory if it's not a stream openStefan Metzmacher2008-12-011-0/+7
* s3:smbd: write times should be set on the base file instead of the stream nameStefan Metzmacher2008-12-011-1/+9
* s3:smbd: return DELETE_PENDING on path based operations on streams, when the ...Stefan Metzmacher2008-12-011-0/+40
* s3:smbd: construct the correct newname for stream renamesStefan Metzmacher2008-12-011-16/+32
* s3:smbd: wildcard characters are allowed in stream namesStefan Metzmacher2008-12-011-1/+11
* s3:smbd: correctly verify stream names to pass RAW-STREAMSStefan Metzmacher2008-12-011-1/+35
* s3:smbd: '|' isn't allowed in windows filenamesStefan Metzmacher2008-12-011-1/+1
* Fix a debug message, append the correct \nVolker Lendecke2008-12-011-1/+1
* Make nt4_compatible_acls() non-static for use by VFS ACL modules.Steven Danneman2008-11-301-1/+1
* Set PRESENT flag when returning NULL [SD]ACL like Windows does.Steven Danneman2008-11-301-1/+9
* Remove "conn" parameter from np_open, smb_request contains itVolker Lendecke2008-11-282-2/+2
* Remove inbuf references from the trans2ioctl codeVolker Lendecke2008-11-281-4/+4
* Consolidate the buffer checks for the reply_trans style functionsVolker Lendecke2008-11-283-169/+54
* Remove the variable "size" from reply_nttransVolker Lendecke2008-11-281-10/+13
* Remove the variable "size" from reply_transVolker Lendecke2008-11-281-12/+16
* Remove an unused variableVolker Lendecke2008-11-281-2/+0
* Remove two direct inbuf references from reply_sesssetup_and_X_spnego()Volker Lendecke2008-11-281-2/+2
* Fix the offset checks in the trans routinesVolker Lendecke2008-11-273-9/+9
* Fix bug #5873 - ACL inheritance cannot be broken. This regresses #4308, but t...Jeremy Allison2008-11-241-0/+8
* Get rid of pipes_struct->pipe_user, we have server_info now --- YESSS!Volker Lendecke2008-11-241-3/+3
* Remove unused make_connection_with_chdir()Volker Lendecke2008-11-241-32/+0