summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* 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
* Extend NTIMES to allow setting create_timetodd stecher2009-01-234-69/+97
* Fix logic error in try_chown - we shouldn't arbitrarily chownJeremy Allison2009-01-221-6/+9
* Second part of the attemt to fix #4308 - Excel save operation corrupts file A...Jeremy Allison2009-01-221-131/+144
* Another attempt to fix bug #4308 - Excel save operation corrupts file ACLs.Jeremy Allison2009-01-221-25/+4
* s3:smbd: we don't need to call message_dispatch() anymore it's event triggere...Stefan Metzmacher2009-01-222-26/+2
* s3:smbd: restructure kernel oplocks codeStefan Metzmacher2009-01-226-136/+117
* s3: always call run_events() before and after sys_select()Stefan Metzmacher2009-01-222-10/+12
* "userdom_struct" does not need "full_name" anymore -- unusedVolker Lendecke2009-01-202-3/+0
* Remove some unused codeVolker Lendecke2009-01-201-3/+0
* Remove some smb fsp knowledge from rpc_server/Volker Lendecke2009-01-203-8/+61
* s3:smbd: call message_dispatch() before processing incoming PDUsStefan Metzmacher2009-01-201-0/+6
* s3:cluster: fix ctdb ipv6 supportStefan Metzmacher2009-01-161-3/+1
* remove the old chain_reply codeVolker Lendecke2009-01-161-214/+4
* Correctly calculate the offset for read&xVolker Lendecke2009-01-163-8/+36
* Add a new implementation of chain_replyVolker Lendecke2009-01-162-6/+217
* s3:put the browse list into cache_dir, not lock_dir.Michael Adam2009-01-161-2/+2
* s3: make better use of ccache by not including version.h in every C-file.Michael Adam2009-01-153-2/+3
* Only call sendfile_short_read() if we need it.Jeremy Allison2009-01-131-2/+6