summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* smbd: Make "num_children" available by smbcontrolVolker Lendecke2014-01-062-0/+18
* smbd: Fix CID 1138328 Logically dead codeVolker Lendecke2013-12-171-0/+2
* s3:smbd: avoid calling fd_is_readable() without async echo handlerStefan Metzmacher2013-12-141-11/+13
* s3:smbd: use PATH_MAX for the buffer passed to full_path_tos()Stefan Metzmacher2013-12-142-2/+2
* smbd: Implement and use full_path_tosVolker Lendecke2013-12-143-15/+60
* smbd: Avoid pointless strcsequal callsVolker Lendecke2013-12-141-1/+1
* smbd: Fix a false DEBUG fn nameVolker Lendecke2013-12-141-2/+2
* s3:smbd/smb2 fix compiler warningsChristian Ambach2013-12-122-10/+10
* s3:smbd react on message that client should be disconnectedChristian Ambach2013-12-122-0/+45
* smbd: Always use UCF_PREP_CREATEFILE for filename_convert calls to resolve a ...Jeremy Allison2013-12-093-10/+5
* smbd: change flag name from UCF_CREATING_FILE to UCF_PREP_CREATEFILEJeremy Allison2013-12-095-10/+10
* smbd: Fix regression for the dropbox case.Volker Lendecke2013-12-091-5/+5
* CVE-2013-4408:s3:Ensure LookupNames replies arrays are range checked.Jeremy Allison2013-12-091-0/+8
* s3: Return correct error code from SMB2 AIO read failureChristof Schmitt2013-12-051-1/+1
* s3-aio: Use correct locking context for SMB2Christof Schmitt2013-12-051-2/+2
* smbd: Fix a panic when a smb2 brlock times outVolker Lendecke2013-12-051-1/+1
* smbd - allow updates on directory write times on open handles.Jeremy Allison2013-12-051-1/+8
* smbd: Avoid calling notify_filter_string for low debuglevelsVolker Lendecke2013-12-041-1/+1
* s3:smb2_server: avoid calling set_current_user_info() for each requestStefan Metzmacher2013-11-273-7/+9
* s3:smb2_server: generate a header blob for the sendfile pathStefan Metzmacher2013-11-273-5/+40
* s3:smb2_server: allocate smbd_smb2_request on talloc_tos()Stefan Metzmacher2013-11-271-1/+3
* s3:smb2_server: use tevent_req_notify_callback() in smbd_smb2_request_pending...Stefan Metzmacher2013-11-271-0/+7
* s3:smb2_server: for performance reasons we use tevent_fd and readv/writev dir...Stefan Metzmacher2013-11-272-438/+402
* s3:smb2_server: fix drain_socket error handlingStefan Metzmacher2013-11-271-3/+17
* smbd: Fix a typoVolker Lendecke2013-11-271-1/+1
* smbd: Remove a "set but unused" variableVolker Lendecke2013-11-271-1/+0
* smbd: Pull mtime handling into open_file_ntcreateVolker Lendecke2013-11-234-38/+23
* smbd: Point reply_open at the correct stat structVolker Lendecke2013-11-221-1/+4
* smbd/open: disable compression with FILE_NO_COMPRESSIONDavid Disseldorp2013-11-221-0/+12
* s3-smbd: support FILE_ATTRIBUTE_COMPRESSEDDavid Disseldorp2013-11-221-0/+47
* smbd: split out dos_mode debug print functionDavid Disseldorp2013-11-221-12/+31
* smb2/ioctl: add support for FSCTL_[GET/SET]_COMPRESSIONDavid Disseldorp2013-11-221-2/+115
* vfs: add [GET/SET]_COMPRESSION hooksDavid Disseldorp2013-11-221-0/+21
* Rename the profile enums with a SAMBA_ prefix to avoid conflict with system f...Jeremy Allison2013-11-225-20/+20
* lib/param: Consolidate code to enable smb signing on the server, always enabl...Andrew Bartlett2013-11-221-12/+9
* s3-lib: smbclient shows no error if deleting a directory with del failedJeremy Allison2013-11-142-27/+0
* s3-smbd: smbclient shows no error if deleting a directory with del failedJeremy Allison2013-11-143-5/+5
* smbd: Fix DEBUG in do_break_to_noneVolker Lendecke2013-11-111-8/+6
* Fix bug #10229 - No access check verification on stream files.Jeremy Allison2013-11-041-0/+59
* smbd: Invalidate the session correctly.Jeremy Allison2013-11-041-0/+23
* smbd: Support multiple dfs targets for msdfs proxy sharesVolker Lendecke2013-10-311-26/+8
* s3-rpc_server: Pass the server event context to np_open().Andreas Schneider2013-10-291-0/+1
* s3-smbd: Do not declare change_to_root_user() twice.Andreas Schneider2013-10-291-1/+0
* s3-smbd_shim: Add become_authenticated_pipe_user().Andreas Schneider2013-10-293-4/+6
* smb2_ioctl: add support for FSCTL_SRV_COPYCHUNK_WRITEDavid Disseldorp2013-10-251-10/+34
* Revert "smbd: Move oplock/sharemode ops into one place"Volker Lendecke2013-10-251-3/+10
* Revert "smbd: Move oplock handling together"Volker Lendecke2013-10-251-7/+7
* smbd: Move oplock handling togetherVolker Lendecke2013-10-241-7/+7
* smbd: Move oplock/sharemode ops into one placeVolker Lendecke2013-10-241-10/+3
* smbd: Remove separate oplock_type parameter from set_file_oplockVolker Lendecke2013-10-244-7/+6