summaryrefslogtreecommitdiff
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* s3:smbd: Ignore initial allocation size for directory creationRalph Boehme2016-01-261-7/+3
* s3:smbd/oplock obey kernel oplock setting when releasing oplocksChristian Ambach2016-01-141-1/+2
* smbd: do not disable "store dos attributes" on-the-flyUri Simchoni2016-01-061-24/+6
* s3:smbd: fix a corner case of the symlink verificationMichael Adam2016-01-061-25/+53
* smbd: make "hide dot files" option work with "store dos attributes = yes"Ralph Boehme2015-12-171-1/+1
* s3:smbd: file_struct: seperate POSIX directory rename cap from POSIX openRalph Boehme2015-12-171-1/+1
* s3:smbd: convert file_struct.posix_open to a bitmap with flagsRalph Boehme2015-12-176-14/+18
* CVE-2015-5252: s3: smbd: Fix symlink verification (file access outside the sh...Jeremy Allison2015-12-101-3/+10
* s3: smbd: have_file_open_below() fails to enumerate open files below an open ...Jeremy Allison2015-11-251-4/+9
* fix writev(vector[...]) points to uninitialised bytes in call_trans2findfirstNoel Power2015-11-201-1/+5
* fix 'Invalid read of size 1' in reply_searchNoel Power2015-11-201-4/+5
* fix writev(vector[...]) points to uninitialised bytes in call_trans2findnextNoel Power2015-11-201-0/+5
* s3: smbd: If EA's are turned off on a share don't allow an SMB2 create contai...Jeremy Allison2015-11-161-0/+6
* s3:smb2_server: make the logic of SMB2_CANCEL DLIST_REMOVE() clearerStefan Metzmacher2015-11-051-1/+11
* s3-smbd: Fix use after issue in smbd_smb2_request_dispatch()Andreas Schneider2015-11-051-7/+8
* s3-smbd: Fix old DOS client doing wildcard delete - gives a attribute type of...Jeremy Allison2015-10-281-0/+3
* smbd: Send SMB2 oplock breaks unencryptedVolker Lendecke2015-10-281-1/+1
* s3: smbd: Fix our access-based enumeration on "hide unreadable" to match Wind...Jeremy Allison2015-10-201-3/+61
* smbd: Fix file name buflen and padding in notify repsonseJeremy Allison2015-10-201-1/+13
* s3: smbd: Fix NULL pointer bug introduced by previous 'raw' stream fix (bug #...Jeremy Allison2015-10-051-0/+6
* s3: smbd: fix a crash in unix_convert()Ralph Boehme2015-10-051-1/+1
* s3: smbd: Fix opening/creating :stream files on the root share directory.Jeremy Allison2015-10-051-0/+23
* s3: smbd: Remove unused parameter from build_stream_path().Jeremy Allison2015-10-051-3/+1
* s3: smbd: Fix mkdir race condition.Jeremy Allison2015-10-051-0/+19
* notify: check for valid notify_ctx in notify_removeRalph Boehme2015-08-311-0/+5
* s3:smb2_negprot: prefer AES128_CCM if the client supports itStefan Metzmacher2015-08-171-4/+14
* s3-smbd: Remove the global dfree_broken variableAndreas Schneider2015-07-173-5/+1
* s3-smbd: Leave sys_disk_free() if dfree command is usedAndreas Schneider2015-07-171-16/+13
* s3:smbd: change a loglevel from 0 to 1 when SMB_VFS_CONNECT failsRalph Boehme2015-07-161-1/+3
* async_req: check for errors when monitoring socket for readabilityUri Simchoni2015-07-151-2/+2
* ctdbd_conn: Move release_ip handling into process.cVolker Lendecke2015-07-141-5/+18
* ctdbd_conn: Make register_with_ctdbd use an int-returning callbackVolker Lendecke2015-07-142-15/+19
* Replace random() and related calls with generate_random_buffer()Robin McCorkell2015-07-101-4/+3
* smbd: Fix CID 1311338 Error handling issues (CHECKED_RETURN)Volker Lendecke2015-07-091-1/+6
* smbd: Fix CID 1311337 Error handling issues (CHECKED_RETURN)Volker Lendecke2015-07-091-2/+1
* dosmode: Change message of result to informationalChristof Schmitt2015-07-091-2/+3
* vfs: Change final message in check_reduce_name to "info"Christof Schmitt2015-07-091-2/+1
* vfs: Make entry message for check_reduced_name a debug messageChristof Schmitt2015-07-091-1/+1
* Spelling correction: exlusive -> exclusivePaul Wayper2015-07-081-1/+1
* notifyd: Add notifyddVolker Lendecke2015-07-072-0/+90
* notify: Remove two now unused stubsVolker Lendecke2015-07-072-21/+0
* smbd: Remove SMB_VFS_NOTIFY_WATCHVolker Lendecke2015-07-071-16/+0
* notify: Re-add notify_walk()Volker Lendecke2015-07-072-13/+73
* notifyd: Add notifyd_parse_db()Volker Lendecke2015-07-072-0/+84
* smbd: Kernel change notify is done by notifydVolker Lendecke2015-07-071-22/+0
* smbd: Replace the tdb-based notify_internal with notify_msgVolker Lendecke2015-07-073-1283/+268
* smbd: Don't start the notify cleanup anymoreVolker Lendecke2015-07-071-100/+0
* smbd: Start the notify daemonVolker Lendecke2015-07-071-0/+95
* smbd: Add the notify daemonVolker Lendecke2015-07-074-0/+1692
* smbd: Add direct notify_fam supportVolker Lendecke2015-07-072-0/+317