summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Convert api_RNetUserEnum to use the srv_samr_nt.c directlyVolker Lendecke2009-02-011-26/+77
* Fix nonempty blank linesVolker Lendecke2009-02-011-58/+57
* Just for fun: Move some bytes from bss to textVolker Lendecke2009-02-012-2/+2
* Make reply_pipe_read_andx asyncVolker Lendecke2009-01-311-13/+57
* Make reply_pipe_write asyncVolker Lendecke2009-01-311-13/+48
* Make reply_pipe_write_and_X asyncVolker Lendecke2009-01-311-20/+52
* Make-np_write-handle-0-byte-writes-as-NT_STATUS_OKVolker Lendecke2009-01-311-43/+27
* Convert api_rpc_trans_reply to async np_*Volker Lendecke2009-01-311-29/+119
* make send_file_readbraw staticVolker Lendecke2009-01-311-6/+6
* Remove the global variable "chain_size"Volker Lendecke2009-01-314-15/+31
* Upgrade POSIX inheritance storage to a new format (version 2). StoresJeremy Allison2009-01-291-200/+360
* s3: Add a new SMB_VFS_GET_ALLOC_SIZE vfs operationTim Prouty2009-01-293-43/+17
* s3:smbd: make smbd_open_one_socket() staticMichael Adam2009-01-291-3/+3
* s3:smbd: ignore open_socket_in() failuresStefan Metzmacher2009-01-291-1/+4
* s3:smbd: wait for new connection via fd eventsStefan Metzmacher2009-01-271-211/+227
* s3:smbd: make mdns registration event driven.Stefan Metzmacher2009-01-272-125/+108
* s3:smbd: make inetd code path more clearStefan Metzmacher2009-01-271-24/+20
* s3:smbd: make kernel oplocks event drivenStefan Metzmacher2009-01-276-201/+33
* s3:smbd: remove pointless respond_to_all_remaining_local_messages() functionStefan Metzmacher2009-01-272-27/+0
* s3:smbd: convert aio to use tevent_signalStefan Metzmacher2009-01-273-104/+52
* s3:smbd: use signal events for SIGTERM, SIGHUP and SIGCHLDStefan Metzmacher2009-01-274-96/+102
* s3:smbd: move all code that handles a client connection into smbd_process()Stefan Metzmacher2009-01-272-218/+218
* s3:smbd: we should setup the client socket in the same way in all code pathesStefan Metzmacher2009-01-271-21/+15
* s3:namecache: remove unused namecache_shutdown() functionStefan Metzmacher2009-01-271-2/+0
* Fix chain_reply for pipe readsVolker Lendecke2009-01-251-1/+11