Age | Commit message (Expand) | Author | Files | Lines |
2009-01-31 | Convert api_rpc_trans_reply to async np_* | Volker Lendecke | 1 | -29/+119 |
2009-01-31 | make send_file_readbraw static | Volker Lendecke | 1 | -6/+6 |
2009-01-31 | Remove the global variable "chain_size" | Volker Lendecke | 4 | -15/+31 |
2009-01-29 | Upgrade POSIX inheritance storage to a new format (version 2). Stores | Jeremy Allison | 1 | -200/+360 |
2009-01-29 | s3: Add a new SMB_VFS_GET_ALLOC_SIZE vfs operation | Tim Prouty | 3 | -43/+17 |
2009-01-29 | s3:smbd: make smbd_open_one_socket() static | Michael Adam | 1 | -3/+3 |
2009-01-29 | s3:smbd: ignore open_socket_in() failures | Stefan Metzmacher | 1 | -1/+4 |
2009-01-27 | s3:smbd: wait for new connection via fd events | Stefan Metzmacher | 1 | -211/+227 |
2009-01-27 | s3:smbd: make mdns registration event driven. | Stefan Metzmacher | 2 | -125/+108 |
2009-01-27 | s3:smbd: make inetd code path more clear | Stefan Metzmacher | 1 | -24/+20 |
2009-01-27 | s3:smbd: make kernel oplocks event driven | Stefan Metzmacher | 6 | -201/+33 |
2009-01-27 | s3:smbd: remove pointless respond_to_all_remaining_local_messages() function | Stefan Metzmacher | 2 | -27/+0 |
2009-01-27 | s3:smbd: convert aio to use tevent_signal | Stefan Metzmacher | 3 | -104/+52 |
2009-01-27 | s3:smbd: use signal events for SIGTERM, SIGHUP and SIGCHLD | Stefan Metzmacher | 4 | -96/+102 |
2009-01-27 | s3:smbd: move all code that handles a client connection into smbd_process() | Stefan Metzmacher | 2 | -218/+218 |
2009-01-27 | s3:smbd: we should setup the client socket in the same way in all code pathes | Stefan Metzmacher | 1 | -21/+15 |
2009-01-27 | s3:namecache: remove unused namecache_shutdown() function | Stefan Metzmacher | 1 | -2/+0 |
2009-01-25 | Fix chain_reply for pipe reads | Volker Lendecke | 1 | -1/+11 |
2009-01-23 | Extend NTIMES to allow setting create_time | todd stecher | 4 | -69/+97 |
2009-01-22 | Fix logic error in try_chown - we shouldn't arbitrarily chown | Jeremy Allison | 1 | -6/+9 |
2009-01-22 | Second part of the attemt to fix #4308 - Excel save operation corrupts file A... | Jeremy Allison | 1 | -131/+144 |
2009-01-22 | Another attempt to fix bug #4308 - Excel save operation corrupts file ACLs. | Jeremy Allison | 1 | -25/+4 |
2009-01-22 | s3:smbd: we don't need to call message_dispatch() anymore it's event triggere... | Stefan Metzmacher | 2 | -26/+2 |
2009-01-22 | s3:smbd: restructure kernel oplocks code | Stefan Metzmacher | 6 | -136/+117 |
2009-01-22 | s3: always call run_events() before and after sys_select() | Stefan Metzmacher | 2 | -10/+12 |
2009-01-20 | "userdom_struct" does not need "full_name" anymore -- unused | Volker Lendecke | 2 | -3/+0 |
2009-01-20 | Remove some unused code | Volker Lendecke | 1 | -3/+0 |
2009-01-20 | Remove some smb fsp knowledge from rpc_server/ | Volker Lendecke | 3 | -8/+61 |
2009-01-20 | s3:smbd: call message_dispatch() before processing incoming PDUs | Stefan Metzmacher | 1 | -0/+6 |
2009-01-16 | s3:cluster: fix ctdb ipv6 support | Stefan Metzmacher | 1 | -3/+1 |
2009-01-16 | remove the old chain_reply code | Volker Lendecke | 1 | -214/+4 |
2009-01-16 | Correctly calculate the offset for read&x | Volker Lendecke | 3 | -8/+36 |
2009-01-16 | Add a new implementation of chain_reply | Volker Lendecke | 2 | -6/+217 |
2009-01-16 | s3:put the browse list into cache_dir, not lock_dir. | Michael Adam | 1 | -2/+2 |
2009-01-15 | s3: make better use of ccache by not including version.h in every C-file. | Michael Adam | 3 | -2/+3 |
2009-01-13 | Only call sendfile_short_read() if we need it. | Jeremy Allison | 1 | -2/+6 |
2009-01-13 | Fix bug noticed by Volker - if sendfile returns zero then | Jeremy Allison | 1 | -2/+66 |
2009-01-13 | Fix bug #6019 File corruption in Clustered SMB/NFS environment managed via CTDB | Jeremy Allison | 1 | -2/+2 |
2009-01-11 | s3: Differentiate between posix files with colons and actual streams | Tim Prouty | 1 | -2/+34 |
2009-01-10 | Fix a type-punned error | Volker Lendecke | 1 | -1/+1 |
2009-01-10 | Fix a C++ warning | Volker Lendecke | 1 | -2/+2 |
2009-01-09 | s3: Fix open path to delete streams depending on the create disposition | Tim Prouty | 1 | -0/+14 |
2009-01-09 | s3: Add delete_all_streams to proto.h | Tim Prouty | 1 | -1/+1 |
2009-01-09 | s3:smbd: handle incoming smb requests via event handlers | Stefan Metzmacher | 3 | -108/+163 |
2009-01-08 | s3:smbd: fix the build with dmapi support | Stefan Metzmacher | 1 | -2/+0 |
2009-01-08 | Attempt to fix the build | Volker Lendecke | 1 | -1/+1 |
2009-01-08 | s3:smbd: move all globals and static variables in globals.[ch] | Stefan Metzmacher | 38 | -305/+553 |
2009-01-08 | s3:smbd: variables in a main() don't need to be static | Stefan Metzmacher | 1 | -7/+7 |
2009-01-08 | s3:smbd: open_sockets_smbd() don't need a static variable arrount atexit() | Stefan Metzmacher | 1 | -7/+1 |
2009-01-08 | s3:smbd: keep dmapi globals in one context struct | Stefan Metzmacher | 1 | -28/+44 |