summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
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
2009-02-05Don't try and delete a default ACL from a file.Günter Kukkukk1-4/+8
2009-02-04Fix bug #Bug 6090 renaming or deleting a "not matching/resolving" symlink is ...Jeremy Allison3-30/+88
2009-02-02Fix bug #6082 - smbd_gpfs_getacl failed: Windows client can´t rename or dele...Jeremy Allison2-18/+49
2009-02-01Add two new parameters to control how we verify kerberos tickets. Removes lp_...Dan Sledz2-3/+3
2009-02-01Convert api_RNetUserEnum to use the srv_samr_nt.c directlyVolker Lendecke1-26/+77
2009-02-01Fix nonempty blank linesVolker Lendecke1-58/+57
2009-02-01Just for fun: Move some bytes from bss to textVolker Lendecke2-2/+2
2009-01-31Make reply_pipe_read_andx asyncVolker Lendecke1-13/+57
2009-01-31Make reply_pipe_write asyncVolker Lendecke1-13/+48
2009-01-31Make reply_pipe_write_and_X asyncVolker Lendecke1-20/+52
2009-01-31Make-np_write-handle-0-byte-writes-as-NT_STATUS_OKVolker Lendecke1-43/+27
2009-01-31Convert api_rpc_trans_reply to async np_*Volker Lendecke1-29/+119
2009-01-31make send_file_readbraw staticVolker Lendecke1-6/+6
2009-01-31Remove the global variable "chain_size"Volker Lendecke4-15/+31
2009-01-29Upgrade POSIX inheritance storage to a new format (version 2). StoresJeremy Allison1-200/+360
2009-01-29s3: Add a new SMB_VFS_GET_ALLOC_SIZE vfs operationTim Prouty3-43/+17
2009-01-29s3:smbd: make smbd_open_one_socket() staticMichael Adam1-3/+3
2009-01-29s3:smbd: ignore open_socket_in() failuresStefan Metzmacher1-1/+4
2009-01-27s3:smbd: wait for new connection via fd eventsStefan Metzmacher1-211/+227
2009-01-27s3:smbd: make mdns registration event driven.Stefan Metzmacher2-125/+108
2009-01-27s3:smbd: make inetd code path more clearStefan Metzmacher1-24/+20
2009-01-27s3:smbd: make kernel oplocks event drivenStefan Metzmacher6-201/+33
2009-01-27s3:smbd: remove pointless respond_to_all_remaining_local_messages() functionStefan Metzmacher2-27/+0
2009-01-27s3:smbd: convert aio to use tevent_signalStefan Metzmacher3-104/+52
2009-01-27s3:smbd: use signal events for SIGTERM, SIGHUP and SIGCHLDStefan Metzmacher4-96/+102
2009-01-27s3:smbd: move all code that handles a client connection into smbd_process()Stefan Metzmacher2-218/+218
2009-01-27s3:smbd: we should setup the client socket in the same way in all code pathesStefan Metzmacher1-21/+15
2009-01-27s3:namecache: remove unused namecache_shutdown() functionStefan Metzmacher1-2/+0
2009-01-25Fix chain_reply for pipe readsVolker Lendecke1-1/+11
2009-01-23Extend NTIMES to allow setting create_timetodd stecher4-69/+97
2009-01-22Fix logic error in try_chown - we shouldn't arbitrarily chownJeremy Allison1-6/+9
2009-01-22Second part of the attemt to fix #4308 - Excel save operation corrupts file A...Jeremy Allison1-131/+144
2009-01-22Another attempt to fix bug #4308 - Excel save operation corrupts file ACLs.Jeremy Allison1-25/+4
2009-01-22s3:smbd: we don't need to call message_dispatch() anymore it's event triggere...Stefan Metzmacher2-26/+2
2009-01-22s3:smbd: restructure kernel oplocks codeStefan Metzmacher6-136/+117