summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* Fix more POSIX path lstat calls. Fix bug where close can returnJeremy Allison2009-02-251-5/+17
* Make test for open modes more robust against other bits.Jeremy Allison2009-02-251-1/+1
* Fix bug in processing of open modes in POSIX open.Jeremy Allison2009-02-251-0/+2
* Fix some NetBSD warnings.Jeremy Allison2009-02-251-1/+1
* Allow set attributes on a stream fnum to be redirected to the base filename.Jeremy Allison2009-02-241-2/+10
* s3 OneFS: Fix a double free in an error pathTim Prouty2009-02-231-3/+2
* More warning fixes for Solaris.Jeremy Allison2009-02-234-30/+30
* s3: If sendfile returns 0 bytes read, fall back to the normal read pathTim Prouty2009-02-211-0/+24
* Remove the static "chal" from ntlmssp.c:get_challenge()Volker Lendecke2009-02-212-6/+6
* Do not close an fd we know is -1Volker Lendecke2009-02-211-1/+0
* S3: Detect max_open_files from systemtodd stecher2009-02-201-0/+12
* s3: Refactor of madvise() usage in c441f58dSteven Danneman2009-02-201-7/+0
* s3: Make change notify immediately return a catch-all packet on underlying errorSteven Danneman2009-02-201-1/+14
* s3: Modifications to generic notify structures to allow implementation of One...Steven Danneman2009-02-201-0/+2
* s3: Change the vfs_GetWd cache to use the file_id structTim Prouty2009-02-191-12/+3
* s3: Add extid to the dev/inode pairTim Prouty2009-02-194-17/+20
* s3: Modify SMB_VFS_FILE_ID_CREATE to take a stat structTim Prouty2009-02-191-0/+18
* S3: Dumb down debug spew in perfcount module codetodd stecher2009-02-191-4/+4
* S3: Make changes to perfcount API set for when a single request leads to mult...todd stecher2009-02-191-2/+15
* s3: Fix bug opening streams with truncating dispositionTim Prouty2009-02-181-1/+1
* S3: Stop creating SMBD cores when failing to create a pipe.todd stecher2009-02-181-0/+4
* S3: Allow SMBD processes to survive in low memory condidtionstodd stecher2009-02-181-0/+7
* make receive_smb_raw_talloc more readableTim Prouty2009-02-161-4/+4
* Rename lp_smb_perfcount_module() to lp_perfcount_module() to match the parame...Volker Lendecke2009-02-141-1/+1
* Make smb_load_perfcount_module staticVolker Lendecke2009-02-141-1/+1
* Attempt to fix the build on Solaris 8Volker Lendecke2009-02-141-1/+1
* Fix a valgrind errorVolker Lendecke2009-02-141-1/+5
* s3: Fix uninitialized variable warning (and bug).Zack Kirsch2009-02-131-1/+1
* Noted by Vericode analysis. Correctly use chroot().Jeremy Allison2009-02-131-1/+5
* Add VFS ops for Windows BRL: Lock, Unlock and Cancel:Zack Kirsch2009-02-133-53/+75
* Remove typedef struct blocking_lock_record and move references to struct bloc...Zack Kirsch2009-02-131-19/+19
* Remove an unused extern referenceVolker Lendecke2009-02-101-2/+0
* Convert api_NetUserGetGroups to use samr instead of pdbVolker Lendecke2009-02-101-50/+68
* s3: Added SMB_VFS_INIT_SEARCH_OP to initialize data at the beginning of SMB s...Steven Danneman2009-02-093-3/+20
* Pass stat buffer down through all levels of VFS_READDIR wrappersSteven Danneman2009-02-094-96/+103
* Add an optional SMB_STRUCT_SMB parameter to VFS_OP_READDIRSteven Danneman2009-02-091-2/+2
* s3 OneFS: Add kernel oplocks implementationTim Prouty2009-02-092-0/+805
* s3 oplocks: Remove oplocks before handling delete on close semanticsTim Prouty2009-02-091-4/+5
* s3 oplocks: Add capabilites flags field to the kernel_oplocks structTim Prouty2009-02-092-2/+32
* s3 oplocks: Make the level2 oplock contention API more granularTim Prouty2009-02-097-27/+62
* s3 oplocks: Differentiate between releasing an oplock vs. downgrading to Leve...Tim Prouty2009-02-093-4/+4
* s3 vfs: Add a destructor to the fsp extension data APITim Prouty2009-02-091-1/+7
* S3: New module interface for SMB message statistics gatheringtodd stecher2009-02-0911-35/+278
* Fix memleaks in chain_reply for async requestsVolker Lendecke2009-02-071-0/+2
* Convert api_RNetGroupEnum to use samr instead of pdbVolker Lendecke2009-02-071-30/+81
* Close samr_handle if open_domain failedVolker Lendecke2009-02-071-0/+1
* Don't try and delete a default ACL from a file.Günter Kukkukk2009-02-051-4/+8
* Fix bug #Bug 6090 renaming or deleting a "not matching/resolving" symlink is ...Jeremy Allison2009-02-043-30/+88
* Fix bug #6082 - smbd_gpfs_getacl failed: Windows client can´t rename or dele...Jeremy Allison2009-02-022-18/+49
* Add two new parameters to control how we verify kerberos tickets. Removes lp_...Dan Sledz2009-02-012-3/+3