summaryrefslogtreecommitdiff
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* CVE-2019-10197: smbd: split change_to_user_impersonate() out of change_to_use...Stefan Metzmacher2019-08-281-4/+17
* CVE-2019-10197: smbd: make sure we reset current_user.{need,done}_chdir in be...Stefan Metzmacher2019-08-281-0/+3
* CVE-2019-10197: smbd: make sure that change_to_user_internal() always resets ...Stefan Metzmacher2019-08-281-0/+1
* CVE-2019-10197: smbd: separate out impersonation debug info into a new function.Jeremy Allison2019-08-281-14/+23
* s3:smbd: call reinit_guest_session_info() in the conf updated handlerRalph Boehme2019-06-211-0/+6
* s3: smbd: Convert dfree code to use file_lines_ploadv().Jeremy Allison2019-06-131-12/+23
* smbd: Fix a panicVolker Lendecke2019-06-131-7/+6
* smbd: Enable "smbd:suicide mode" for smb2Volker Lendecke2019-06-131-0/+12
* s3: SMB1: Don't allow recvfile on stream fsp's.Jeremy Allison2019-05-171-0/+4
* s3:smbd: don't use recvfile on streamsRalph Boehme2019-05-171-0/+3
* smbd: implement SMB_FILE_NORMALIZED_NAME_INFORMATION handlingStefan Metzmacher2019-05-172-0/+66
* smbd: allow case insensitive opens of named streamsStefan Metzmacher2019-05-171-1/+71
* smb2_server: grant all 8192 credits to clientsStefan Metzmacher2019-04-241-5/+12
* smb2_tcon: avoid STATUS_PENDING completely on tdisStefan Metzmacher2019-04-241-3/+3
* smb2_sesssetup: avoid STATUS_PENDING completely on session logoffStefan Metzmacher2019-04-241-3/+3
* smb2_tcon: avoid STATUS_PENDING responses for tree connectStefan Metzmacher2019-04-241-1/+5
* smb2_sesssetup: avoid STATUS_PENDING responses for session setupStefan Metzmacher2019-04-241-1/+10
* smb2_server: allow smbd_smb2_request_pending_queue(0) to avoid STATUS_PENDINGStefan Metzmacher2019-04-241-1/+1
* s3:smbd: handle IO_REPARSE_TAG_DFS in SMB_FIND_FILE_FULL_DIRECTORY_INFOStefan Metzmacher2019-04-241-2/+4
* CVE-2019-3870 pysmbd: Ensure a zero umask is set for smbd.mkdir()Andrew Bartlett2019-04-051-1/+10
* CVE-2019-3870 pysmbd: Move umask manipuations as close as possible to usersAndrew Bartlett2019-04-051-24/+10
* s3: smbd: filenames - ensure we replace the missing '/' if we error in an int...Jeremy Allison2019-03-041-0/+18
* smbd: unix_convert: Ensure we don't call get_real_filename on POSIX paths.Jeremy Allison2019-03-041-0/+25
* smbd: SMB1-POSIX: Add missing info-level SMB_POSIX_PATH_OPEN for UCF_UNIX_NAM...Jeremy Allison2019-03-041-0/+1
* notifyd: Fix SIGBUS on sparcJiří Šašek2019-03-041-2/+9
* s3:vfs: Correctly check if OFD locks should be enabled or notAndreas Schneider2019-02-211-0/+9
* smbd: uid: Don't crash if 'force group' is added to an existing share connect...Jeremy Allison2019-02-211-2/+33
* s3-smbd: use fruit:model string for mDNS registrationGünther Deschner2019-02-211-0/+27
* s3-smbd: avoid assuming fsp is always intact after close_file call.Günther Deschner2019-01-091-1/+1
* s3:smbd: pass down twrp from SMB2_CREATE to filename_convert()Ralph Boehme2018-12-131-24/+5
* s3:smbd: add twrp args to filename_convert()Ralph Boehme2018-12-138-2/+34
* s3:smbd: add twrp processing to filename_convert_internal()Ralph Boehme2018-12-131-0/+26
* s3:smbd: prepare filename_convert_internal() for twrpRalph Boehme2018-12-131-1/+4
* s3:smb2_sesssetup: check session_info security level before it gets talloc_mo...Ralph Boehme2018-11-201-4/+4
* smbd: Fix DELETE_ON_CLOSE behaviour on files with READ_ONLY attributeChristof Schmitt2018-11-071-8/+22
* s3:smbd: remove now unused check if fsp is NULLRalph Boehme2018-11-061-16/+0
* s3:smbd: fix SMB2 aio cancellingRalph Boehme2018-11-061-4/+8
* s3/smbd: Server responds incorrectly if no SMB protocol chosenTim Beale2018-11-051-1/+8
* smb2_server: set req->do_encryption = true earlierStefan Metzmacher2018-10-101-5/+10
* s3: smbd: Prevent valgrind errors in smbtorture3 POSIX test.Jeremy Allison2018-10-101-0/+4
* s3:smbd: add a comment stating that file_close_user() is redundant for SMB2Ralph Boehme2018-09-041-0/+6
* s3:smbd: let session logoff close files and tcons before deleting the sessionRalph Boehme2018-09-041-23/+23
* s3:smbd: reorder tcon global record deletion and closing files of a tconRalph Boehme2018-09-041-19/+19
* s3: smbd: Ensure get_real_filename() copes with empty pathnames.Jeremy Allison2018-08-281-0/+5
* smbd: Fix CID 1438245 Dereference before null checkVolker Lendecke2018-08-141-1/+1
* smbd: Fix CID 1438246 Unchecked return valueVolker Lendecke2018-08-141-1/+10
* smbd: Align integer typesVolker Lendecke2018-08-141-1/+1
* s3/smbd: Ensure quota code is only called when quota support detectedNoel Power2018-08-132-0/+10
* s3/smbd: allow set quota for non root user (when built with --enable-selftest)Noel Power2018-08-131-1/+1
* s3/smbd: smb2 server implementation for query get/set info.Noel Power2018-08-132-3/+119