Age | Commit message (Expand) | Author | Files | Lines |
2009-02-19 | S3: Dumb down debug spew in perfcount module code | todd stecher | 1 | -4/+4 |
2009-02-19 | S3: Make changes to perfcount API set for when a single request leads to mult... | todd stecher | 1 | -2/+15 |
2009-02-18 | s3: Fix bug opening streams with truncating disposition | Tim Prouty | 1 | -1/+1 |
2009-02-18 | S3: Stop creating SMBD cores when failing to create a pipe. | todd stecher | 1 | -0/+4 |
2009-02-18 | S3: Allow SMBD processes to survive in low memory condidtions | todd stecher | 1 | -0/+7 |
2009-02-16 | make receive_smb_raw_talloc more readable | Tim Prouty | 1 | -4/+4 |
2009-02-14 | Rename lp_smb_perfcount_module() to lp_perfcount_module() to match the parame... | Volker Lendecke | 1 | -1/+1 |
2009-02-14 | Make smb_load_perfcount_module static | Volker Lendecke | 1 | -1/+1 |
2009-02-14 | Attempt to fix the build on Solaris 8 | Volker Lendecke | 1 | -1/+1 |
2009-02-14 | Fix a valgrind error | Volker Lendecke | 1 | -1/+5 |
2009-02-13 | s3: Fix uninitialized variable warning (and bug). | Zack Kirsch | 1 | -1/+1 |
2009-02-13 | Noted by Vericode analysis. Correctly use chroot(). | Jeremy Allison | 1 | -1/+5 |
2009-02-13 | Add VFS ops for Windows BRL: Lock, Unlock and Cancel: | Zack Kirsch | 3 | -53/+75 |
2009-02-13 | Remove typedef struct blocking_lock_record and move references to struct bloc... | Zack Kirsch | 1 | -19/+19 |
2009-02-10 | Remove an unused extern reference | Volker Lendecke | 1 | -2/+0 |
2009-02-10 | Convert api_NetUserGetGroups to use samr instead of pdb | Volker Lendecke | 1 | -50/+68 |
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 |