summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2009-03-01Only copy sharename up from rap_to_pjobidVolker Lendecke1-2/+1
2009-02-28Fix bug #6082 - smbd_gpfs_getacl failed: Windows client can´t rename orJeremy Allison1-0/+19
2009-02-27s3-spoolss: use DSPRINT flags instead of SPOOLS_DS flags.Günther Deschner1-1/+1
2009-02-26Make us pass the RAW-RENAME torture test I just added.Jeremy Allison2-0/+53
2009-02-25Fix more POSIX path lstat calls. Fix bug where close can returnJeremy Allison1-5/+17
2009-02-25Make test for open modes more robust against other bits.Jeremy Allison1-1/+1
2009-02-25Fix bug in processing of open modes in POSIX open.Jeremy Allison1-0/+2
2009-02-25Fix some NetBSD warnings.Jeremy Allison1-1/+1
2009-02-24Allow set attributes on a stream fnum to be redirected to the base filename.Jeremy Allison1-2/+10
2009-02-23s3 OneFS: Fix a double free in an error pathTim Prouty1-3/+2
2009-02-23More warning fixes for Solaris.Jeremy Allison4-30/+30
2009-02-21s3: If sendfile returns 0 bytes read, fall back to the normal read pathTim Prouty1-0/+24
2009-02-21Remove the static "chal" from ntlmssp.c:get_challenge()Volker Lendecke2-6/+6
2009-02-21Do not close an fd we know is -1Volker Lendecke1-1/+0
2009-02-20S3: Detect max_open_files from systemtodd stecher1-0/+12
2009-02-20s3: Refactor of madvise() usage in c441f58dSteven Danneman1-7/+0
2009-02-20s3: Make change notify immediately return a catch-all packet on underlying errorSteven Danneman1-1/+14
2009-02-20s3: Modifications to generic notify structures to allow implementation of One...Steven Danneman1-0/+2
2009-02-19s3: Change the vfs_GetWd cache to use the file_id structTim Prouty1-12/+3
2009-02-19s3: Add extid to the dev/inode pairTim Prouty4-17/+20
2009-02-19s3: Modify SMB_VFS_FILE_ID_CREATE to take a stat structTim Prouty1-0/+18
2009-02-19S3: Dumb down debug spew in perfcount module codetodd stecher1-4/+4
2009-02-19S3: Make changes to perfcount API set for when a single request leads to mult...todd stecher1-2/+15
2009-02-18s3: Fix bug opening streams with truncating dispositionTim Prouty1-1/+1
2009-02-18S3: Stop creating SMBD cores when failing to create a pipe.todd stecher1-0/+4
2009-02-18S3: Allow SMBD processes to survive in low memory condidtionstodd stecher1-0/+7
2009-02-16make receive_smb_raw_talloc more readableTim Prouty1-4/+4
2009-02-14Rename lp_smb_perfcount_module() to lp_perfcount_module() to match the parame...Volker Lendecke1-1/+1
2009-02-14Make smb_load_perfcount_module staticVolker Lendecke1-1/+1
2009-02-14Attempt to fix the build on Solaris 8Volker Lendecke1-1/+1
2009-02-14Fix a valgrind errorVolker Lendecke1-1/+5
2009-02-13s3: Fix uninitialized variable warning (and bug).Zack Kirsch1-1/+1
2009-02-13Noted by Vericode analysis. Correctly use chroot().Jeremy Allison1-1/+5
2009-02-13Add VFS ops for Windows BRL: Lock, Unlock and Cancel:Zack Kirsch3-53/+75
2009-02-13Remove typedef struct blocking_lock_record and move references to struct bloc...Zack Kirsch1-19/+19
2009-02-10Remove an unused extern referenceVolker Lendecke1-2/+0
2009-02-10Convert api_NetUserGetGroups to use samr instead of pdbVolker Lendecke1-50/+68
2009-02-09s3: Added SMB_VFS_INIT_SEARCH_OP to initialize data at the beginning of SMB s...Steven Danneman3-3/+20
2009-02-09Pass stat buffer down through all levels of VFS_READDIR wrappersSteven Danneman4-96/+103
2009-02-09Add an optional SMB_STRUCT_SMB parameter to VFS_OP_READDIRSteven Danneman1-2/+2
2009-02-09s3 OneFS: Add kernel oplocks implementationTim Prouty2-0/+805
2009-02-09s3 oplocks: Remove oplocks before handling delete on close semanticsTim Prouty1-4/+5
2009-02-09s3 oplocks: Add capabilites flags field to the kernel_oplocks structTim Prouty2-2/+32
2009-02-09s3 oplocks: Make the level2 oplock contention API more granularTim Prouty7-27/+62
2009-02-09s3 oplocks: Differentiate between releasing an oplock vs. downgrading to Leve...Tim Prouty3-4/+4
2009-02-09s3 vfs: Add a destructor to the fsp extension data APITim Prouty1-1/+7
2009-02-09S3: New module interface for SMB message statistics gatheringtodd stecher11-35/+278
2009-02-07Fix memleaks in chain_reply for async requestsVolker Lendecke1-0/+2
2009-02-07Convert api_RNetGroupEnum to use samr instead of pdbVolker Lendecke1-30/+81
2009-02-07Close samr_handle if open_domain failedVolker Lendecke1-0/+1