Age | Commit message (Expand) | Author | Files | Lines |
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 |
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 |