summaryrefslogtreecommitdiff
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* s3/smbd: update exclusive oplock optimisation to the lease areaRalph Boehme2017-05-061-4/+9
* s3/smbd: update exclusive oplock optimisation to the lease areaRalph Boehme2017-05-061-1/+1
* smbd: Fix a 32-bit problemVolker Lendecke2017-05-021-2/+2
* source3 smdb: fix null pointer dereferenceGary Lockyer2017-04-281-1/+1
* s3: smbd: inotify_map_mask_to_filter incorrectly indexes an array.Doug Nazar2017-04-281-1/+1
* notify: Fix ordering of events in notifydShilpa Krishnareddy2017-04-261-1/+2
* lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison2017-04-221-1/+1
* s3/smbd: add "smbd:find async delay usec" to SMB2 FINDRalph Boehme2017-04-181-0/+66
* s3/smbd: make write time fetching asyncRalph Boehme2017-04-181-5/+201
* s3/smbd: enable processing SMB2 requests async internallyRalph Boehme2017-04-182-0/+28
* s3/smbd: ask_sharemode is not needed for info_level SMB_FIND_FILE_NAMES_INFORalph Boehme2017-04-181-4/+12
* s3/smbd: add file_id return arg to smbd_dirptr_lanman2_entryRalph Boehme2017-04-183-3/+11
* s3:smbd: Fix incorrect use of sys_getgroups()Jeremy Allison2017-04-181-2/+1
* smbd: Fix smb1 findfirst with DFSVolker Lendecke2017-04-071-2/+2
* rpc_server: Re-order and rename remote and local address in np_open()Gary Lockyer2017-03-291-1/+1
* auth: Log the transport connection for the authorizationAndrew Bartlett2017-03-292-0/+2
* rpc: Always supply both the remote and local address to the auth subsystemGary Lockyer2017-03-293-6/+26
* auth: Always supply both the remote and local address to the auth subsystemAndrew Bartlett2017-03-294-4/+13
* auth: Add "auth_description" to allow logs to distinguish simple bind (etc)Andrew Bartlett2017-03-291-0/+6
* auth: Fill in user_info->service_description from all callersAndrew Bartlett2017-03-291-1/+4
* s3-auth: Pass service_description into gensec via auth_generic_prepare()Andrew Bartlett2017-03-294-0/+11
* s3/smbd: optimize copy-chunk by merging chunks if possibleRalph Boehme2017-03-281-12/+67
* s3/smbd: implement a serializing async copy-chunk loopRalph Boehme2017-03-281-86/+102
* s3/smbd: move cc_copy into fsctl_srv_copychunk_stateRalph Boehme2017-03-281-8/+8
* s3/smbd: move copychunk ioctl limits to IDLRalph Boehme2017-03-281-3/+0
* s3: smbd: Fix "follow symlink = no" regression part 2.Jeremy Allison2017-03-281-0/+23
* s3: smbd: Fix "follow symlink = no" regression part 2.Jeremy Allison2017-03-284-4/+14
* s3: smbd: Fix incorrect logic exposed by fix for the security bug 12496 (CVE-...Jeremy Allison2017-03-281-2/+5
* smbd: add zero_file_id flagUri Simchoni2017-03-263-0/+16
* CVE-2017-2619: s3: smbd: Use the new non_widelink_open() function.Jeremy Allison2017-03-231-1/+22
* CVE-2017-2619: s3: smbd: Add the core functions to prevent symlink open races.Jeremy Allison2017-03-231-0/+238
* CVE-2017-2619: s3: smbd: Move special handling of symlink errno's into a util...Jeremy Allison2017-03-231-17/+26
* CVE-2017-2619: s3: smbd: Remove O_NOFOLLOW guards. We insist on O_NOFOLLOW ex...Jeremy Allison2017-03-231-5/+1
* CVE-2017-2619: s3: smbd: Correctly fallback to open_dir_safely if FDOPENDIR n...Jeremy Allison2017-03-231-10/+5
* CVE-2017-2619: s3: smbd: Move the reference counting and destructor setup to ...Jeremy Allison2017-03-231-5/+5
* CVE-2017-2619: s3: smbd: OpenDir_fsp() - Fix memory leak on error.Jeremy Allison2017-03-231-1/+1
* CVE-2017-2619: s3: smbd: OpenDir_fsp() use early returns.Jeremy Allison2017-03-231-13/+21
* CVE-2017-2619: s3: smbd: Create and use open_dir_safely(). Use from OpenDir().Jeremy Allison2017-03-231-7/+70
* CVE-2017-2619: s3: smbd: Opendir_internal() early return if SMB_VFS_OPENDIR f...Jeremy Allison2017-03-231-9/+9
* CVE-2017-2619: s3: smbd: Create wrapper function for OpenDir in preparation f...Jeremy Allison2017-03-231-1/+14
* CVE-2017-2619: s3/smbd: re-open directory after dptr_CloseDir()Ralph Boehme2017-03-231-0/+17
* s3:smbd: exit early if srv_send_smb failsAurelien Aptel2017-03-161-1/+3
* s3: locking: Move two leases functions into a new file.Jeremy Allison2017-03-153-32/+0
* s3/smbd: add my copyright to open.cRalph Boehme2017-03-101-0/+1
* s3/smbd: fix deferred open with streams and kernel oplocksRalph Boehme2017-03-101-11/+104
* s3/smbd: all callers of defer_open() pass a lckRalph Boehme2017-03-101-31/+33
* s3/smbd: remove async_open arg from defer_open()Ralph Boehme2017-03-101-6/+4
* s3/smbd: fix schedule_async_open() timerRalph Boehme2017-03-101-5/+37
* s3/smbd: add and use retry_open() instead of defer_open() in two placesRalph Boehme2017-03-101-4/+36
* s3/smbd: simplify defer_open()Ralph Boehme2017-03-101-55/+58