Age | Commit message (Expand) | Author | Files | Lines |
2009-02-09 | s3: Added SMB_VFS_INIT_SEARCH_OP to initialize data at the beginning of SMB s... | Steven Danneman | 3 | -3/+20 |
2009-02-09 | Pass stat buffer down through all levels of VFS_READDIR wrappers | Steven Danneman | 4 | -96/+103 |
2009-02-09 | Add an optional SMB_STRUCT_SMB parameter to VFS_OP_READDIR | Steven Danneman | 1 | -2/+2 |
2009-02-09 | s3 OneFS: Add kernel oplocks implementation | Tim Prouty | 2 | -0/+805 |
2009-02-09 | s3 oplocks: Remove oplocks before handling delete on close semantics | Tim Prouty | 1 | -4/+5 |
2009-02-09 | s3 oplocks: Add capabilites flags field to the kernel_oplocks struct | Tim Prouty | 2 | -2/+32 |
2009-02-09 | s3 oplocks: Make the level2 oplock contention API more granular | Tim Prouty | 7 | -27/+62 |
2009-02-09 | s3 oplocks: Differentiate between releasing an oplock vs. downgrading to Leve... | Tim Prouty | 3 | -4/+4 |
2009-02-09 | s3 vfs: Add a destructor to the fsp extension data API | Tim Prouty | 1 | -1/+7 |
2009-02-09 | S3: New module interface for SMB message statistics gathering | todd stecher | 11 | -35/+278 |
2009-02-07 | Fix memleaks in chain_reply for async requests | Volker Lendecke | 1 | -0/+2 |
2009-02-07 | Convert api_RNetGroupEnum to use samr instead of pdb | Volker Lendecke | 1 | -30/+81 |
2009-02-07 | Close samr_handle if open_domain failed | Volker Lendecke | 1 | -0/+1 |
2009-02-05 | Don't try and delete a default ACL from a file. | Günter Kukkukk | 1 | -4/+8 |
2009-02-04 | Fix bug #Bug 6090 renaming or deleting a "not matching/resolving" symlink is ... | Jeremy Allison | 3 | -30/+88 |
2009-02-02 | Fix bug #6082 - smbd_gpfs_getacl failed: Windows client can´t rename or dele... | Jeremy Allison | 2 | -18/+49 |
2009-02-01 | Add two new parameters to control how we verify kerberos tickets. Removes lp_... | Dan Sledz | 2 | -3/+3 |
2009-02-01 | Convert api_RNetUserEnum to use the srv_samr_nt.c directly | Volker Lendecke | 1 | -26/+77 |
2009-02-01 | Fix nonempty blank lines | Volker Lendecke | 1 | -58/+57 |
2009-02-01 | Just for fun: Move some bytes from bss to text | Volker Lendecke | 2 | -2/+2 |
2009-01-31 | Make reply_pipe_read_andx async | Volker Lendecke | 1 | -13/+57 |
2009-01-31 | Make reply_pipe_write async | Volker Lendecke | 1 | -13/+48 |
2009-01-31 | Make reply_pipe_write_and_X async | Volker Lendecke | 1 | -20/+52 |
2009-01-31 | Make-np_write-handle-0-byte-writes-as-NT_STATUS_OK | Volker Lendecke | 1 | -43/+27 |
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 |