summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* s3:smbd: Fix sync dosmode fallback in async dosmode codepathRalph Boehme2019-08-061-1/+5
* s3:smbd: Incomplete conversion of former parametric optionsRalph Boehme2019-08-065-7/+7
* s3: smbd: fix a comment in fd_close()Ralph Boehme2019-08-061-1/+5
* s3: smbd: inline dptr_close_internal()Ralph Boehme2019-08-061-39/+24
* s3: smbd: simplify dptr_CloseDir()Ralph Boehme2019-08-061-8/+10
* s3: smbd: remove redundant smb_dname arg from dptr_create()Ralph Boehme2019-08-065-17/+6
* s3: smbd: Remove call to dptr_closecnum() on connection shutdown.Jeremy Allison2019-08-061-4/+0
* s3: smbd: Remove dptr_close().Jeremy Allison2019-08-062-39/+0
* s3: smbd: Remove dptr_close() from dptr_closecnum().Jeremy Allison2019-08-061-12/+3
* s3: smbd: Remove dptr_close() from reply_findclose().Jeremy Allison2019-08-061-1/+1
* s3: smbd: Remove dptr_close() from call_trans2findnext().Jeremy Allison2019-08-061-1/+1
* s3: smbd: Remove dptr_close() from call_trans2findfirst().Jeremy Allison2019-08-061-2/+2
* s3: smbd: Remove dptr_close() from reply_fclose().Jeremy Allison2019-08-061-2/+2
* s3: smbd: Remove dptr_close() from reply_search().Jeremy Allison2019-08-061-3/+3
* s3: smbd: Remove dptr_fsp(). No longer used.Jeremy Allison2019-08-062-17/+0
* s3: smbd: Replace dptr_fsp() with dptr_fetch_lanman2_fsp() in reply_findclose().Jeremy Allison2019-08-061-1/+1
* s3: smbd: Remove dptr_fetch_lanman2() - unused.Jeremy Allison2019-08-062-23/+4
* s3: smbd: Convert call_trans2findnext() to use dptr_fetch_lanman2_fsp().Jeremy Allison2019-08-061-14/+11
* s3: smbd: Add dptr_fetch_lanman2_fsp() - to replace dptr_fetch_lanman2().Jeremy Allison2019-08-062-0/+17
* s3: smbd: Remove dptr_fetch() - replace internals with dptr_fetch_fsp().Jeremy Allison2019-08-062-21/+4
* s3: smbd: Replace dptr_fetch() with dptr_fetch_fsp() in reply_search().Jeremy Allison2019-08-061-18/+6
* s3: smbd: Replace dptr_fetch() with dptr_fetch_fsp() in reply_fclose().Jeremy Allison2019-08-061-6/+4
* s3: smbd: Add dptr_fetch_fsp() for SMB1 code. We will use this to replace dpt...Jeremy Allison2019-08-062-0/+18
* s3: smbd: Remove now unused dptr_activecnum().Jeremy Allison2019-08-062-19/+0
* s3: smbd: All directory enumeration is now via file handles - remove unneeded...Jeremy Allison2019-08-061-10/+0
* s3: smbd: Remove now unused dptr_closepath().Jeremy Allison2019-08-062-19/+0
* s3: smbd: Now we properly open file handles for directory enumerations, we do...Jeremy Allison2019-08-061-3/+0
* s3: smbd: Now we are always using fsp handle-based client searches, simplify ...Jeremy Allison2019-08-061-24/+18
* s3: smbd: Now we're using OpenDir_fsp() all the time, make sure we don't leak...Jeremy Allison2019-08-061-5/+23
* s3: smbd: Now we always use handle for directory enumeration, we can delete t...Jeremy Allison2019-08-061-121/+6
* s3: smbd: Convert SMB1 reply_search() to use handle-based directory enumeration.Jeremy Allison2019-08-061-3/+71
* s3: smbd: Convert SMB1 call_trans2findfirst() to use handle-based directory e...Jeremy Allison2019-08-061-12/+69
* s3: smbd: Prepare for SMB1 directory handle opens in call_trans2findnext()Jeremy Allison2019-08-061-0/+6
* s3: smbd: Prepare for SMB1 directory handle opens in call_trans2findfirst()Jeremy Allison2019-08-061-0/+11
* s3: smbd: Prepare for SMB1 directory handle opens in reply_findclose()Jeremy Allison2019-08-061-0/+6
* s3: smbd: Prepare for SMB1 directory handle opens in reply_fclose()Jeremy Allison2019-08-061-0/+6
* s3: smbd: Prepare for SMB1 directory handle opens in reply_search()Jeremy Allison2019-08-061-0/+16
* s3: smbd: Prepare for SMB1 directory handle opens in dptr_closecnum().Jeremy Allison2019-08-061-0/+10
* s3: smbd: Change dptr_closecnum() to use dptr_close() instead of dptr_close_i...Jeremy Allison2019-08-061-1/+2
* s3: smbd: Make dptr_close() safe to call with an fsp handle stored in dptr->d...Jeremy Allison2019-08-061-0/+13
* s3: smbd: Add dptr_fsp() to return any stored files_struct pointer.Jeremy Allison2019-08-062-0/+17
* s3: smbd: Move the strange OS/2 directory key == -1 close semantics to the ca...Jeremy Allison2019-08-062-12/+9
* s3: smbd: dptr_close() can only be called from SMB1 code.Jeremy Allison2019-08-061-1/+3
* smbd: Fix use-after-free from exit_server_common()Volker Lendecke2019-08-011-7/+15
* s3:torture: Fix the FreeBSD buildVolker Lendecke2019-08-011-0/+2
* vfs:glusterfs_fuse: build only if we have setmntent()Michael Adam2019-08-011-1/+3
* tests/ldap: Use TLDAP to check the extended DN returnGarming Sam2019-08-011-0/+155
* tests/tldap: Actually check the paging return codeGarming Sam2019-08-011-0/+23
* tldap: Paged searches fail when they get to the endGarming Sam2019-08-011-1/+2
* tldap: Make memcpy of no controls safeGarming Sam2019-08-011-1/+3