Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-01-07 | Several fixes to our use of splice | Volker Lendecke | 1 | -4/+6 | |
The splice manpage explicitly requires loff_t as offset. Copy "offset" there. Probably not required, but I wanted to make sure it's as required. Splice blocks with large buffers. For me it worked with 16k and blocked with 32k and beyond. It would be nice to see a clarification in the manpage of splice for this behaviour. Splice if used with an offset increments the offset. From the manpage this was at least not entirely obvious :-) I haven't yet activated this (try_splice_call ist still false by default), it needs more testing. Volker | |||||
2009-01-06 | s3-samr: avoid all init_samr_user* functions. | Günther Deschner | 1 | -29/+35 | |
Guenther | |||||
2009-01-05 | s3:events: use more tevent_common_* functions | Stefan Metzmacher | 1 | -158/+6 | |
metze | |||||
2009-01-05 | Merge branch 'master' of ssh://git.samba.org/data/git/samba | Jelmer Vernooij | 5 | -201/+186 | |
2009-01-05 | s3:events: register as tevent backend | Stefan Metzmacher | 1 | -137/+172 | |
metze | |||||
2009-01-05 | s3:events: get rid of the stupid set_event_dispatch_time() function | Stefan Metzmacher | 1 | -16/+0 | |
metze | |||||
2009-01-05 | s3:events: get rid of the stupid cancel_named_event() function | Stefan Metzmacher | 1 | -16/+0 | |
metze | |||||
2009-01-05 | s3:events: change event_add_timed() prototype to match samba4 | Stefan Metzmacher | 4 | -19/+17 | |
metze | |||||
2009-01-05 | s3:events: remove unused stuff | Stefan Metzmacher | 1 | -25/+0 | |
metze | |||||
2009-01-05 | clean event context after child is forked. | Bo Yang | 2 | -0/+9 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2009-01-04 | Merge branch 'master' of ssh://git.samba.org/data/git/samba | Jelmer Vernooij | 10 | -226/+1925 | |
2009-01-04 | Remove a duplicated comment | Volker Lendecke | 1 | -4/+0 | |
2009-01-04 | Add open_socket_out_defer_send/recv | Volker Lendecke | 1 | -0/+111 | |
2009-01-04 | Async wrapper for open_socket_out_send/recv | Volker Lendecke | 1 | -56/+168 | |
2009-01-04 | async libwbclient infrastructure | Volker Lendecke | 1 | -0/+774 | |
2009-01-04 | Remove wb_trans_send/recv | Volker Lendecke | 1 | -143/+0 | |
2009-01-04 | Move winbindd/winbindd_reqtrans.c to lib/wb_reqtrans.c | Volker Lendecke | 1 | -0/+685 | |
2009-01-04 | Convert async_connect to "normal" style | Volker Lendecke | 1 | -101/+113 | |
2009-01-04 | Actually do a non-blocking connect.... :-) | Volker Lendecke | 1 | -1/+1 | |
2009-01-04 | Add an async queueing mechanism | Volker Lendecke | 1 | -0/+78 | |
2009-01-04 | Add async timeout helpers | Volker Lendecke | 1 | -0/+42 | |
2009-01-03 | open_socket_out is always used with SOCK_STREAM, remove argument "type" | Volker Lendecke | 1 | -9/+3 | |
2009-01-03 | Fix retval of async_syscall_result_int | Volker Lendecke | 1 | -1/+1 | |
2009-01-03 | struct async_req doesn't really need to carry an event_context | Volker Lendecke | 2 | -9/+10 | |
2009-01-02 | Replace some SMB_ASSERTs with NT_STATUS_INTERNAL_ERROR | Volker Lendecke | 1 | -7/+28 | |
2009-01-02 | Optimize for the common case that packet.c received exactly one full packet | Volker Lendecke | 1 | -8/+14 | |
2009-01-02 | packet.h API: The callback is now responsible to talloc_free() "buf" | Volker Lendecke | 2 | -35/+46 | |
2009-01-01 | Fix bug 5913. | Volker Lendecke | 1 | -1/+1 | |
Never seen this to be a problem, but it doesn't hurt either :-) | |||||
2009-01-01 | Remove two pointless globals | Volker Lendecke | 2 | -13/+12 | |
2009-01-01 | Add iconv_convenience argument to size functions. | Jelmer Vernooij | 4 | -8/+8 | |
2008-12-31 | Fix all warnings in source3 with gcc4.3. | Jeremy Allison | 1 | -4/+30 | |
Jeremy. | |||||
2008-12-31 | Disable the use of splice(2) | Volker Lendecke | 1 | -1/+1 | |
On a debian lenny installation with a kernel that calls itself 2.6.28, I could repeatably block smbd using splice. According to the output of netstat, the recvq of the TCP connection was full and at the same time according to strace smbd was stuck in a splice syscall trying to read from that TCP connection. We can not protect ourselves from this condition, as nobody will ever notify us that something is broken. So sadly we can't use splice yet at all. Maybe in 2.6.29... | |||||
2008-12-31 | Try to fix recvfile using splice on Linux | Volker Lendecke | 1 | -21/+36 | |
According to the splice(2) manpage, one of the file descriptors *must* be a pipe. With this patch I could successfully run splice(2) on a debian lenny installation. Jeremy, please check! | |||||
2008-12-31 | Rename parent_dirname_talloc() to parent_dirname() | Volker Lendecke | 1 | -2/+2 | |
2008-12-31 | Remove unused function parent_dirname | Volker Lendecke | 1 | -13/+0 | |
2008-12-31 | Make use of TALLOC_MEMDUP in parent_dirname_talloc() | Volker Lendecke | 1 | -2/+1 | |
2008-12-31 | Remove unused function get_numlist() | Volker Lendecke | 1 | -51/+0 | |
2008-12-30 | s3:cluster: register the client connection via CTDB_CONTROL_TCP_ADD | Stefan Metzmacher | 1 | -7/+19 | |
This means we correctly pass IPv6 addresses too. (CTDB_CONTROL_TCP_CLIENT was IPv4 only) metze | |||||
2008-12-29 | Add code to test write_data_iov a bit | Volker Lendecke | 1 | -0/+11 | |
2008-12-29 | Make write_data use write_data_iov | Volker Lendecke | 1 | -24/+24 | |
2008-12-29 | Add write_data_iov | Volker Lendecke | 1 | -0/+69 | |
2008-12-29 | Add sys_writev | Volker Lendecke | 1 | -0/+14 | |
2008-12-29 | s3:dbwrap: fix dbwrap_store_uint32() to match dbwrap_store_int32() | Stefan Metzmacher | 1 | -2/+2 | |
All callers expect 0 an success and -1 on error. metze | |||||
2008-12-28 | Make sure share_info.tdb is open before attempting to delete an entry | Steven Danneman | 1 | -2/+6 | |
2008-12-23 | Fix use of "time offset" parameter, and add test to make sure I don't break ↵ | Jelmer Vernooij | 1 | -2/+0 | |
it again :-) | |||||
2008-12-19 | Move some bytes from data to text, make use of the ARRAY_SIZE macro | Volker Lendecke | 1 | -2/+2 | |
Probably pointless, but it doesn't add complexity and it is fun to see bss and data shrink :-) | |||||
2008-12-15 | s3: Use DEBUGADD instead of DEBUG to avoid printing the header | Dan Sledz | 1 | -2/+3 | |
2008-12-14 | Remove the global "cmdline_auth_info" from source3/lib/util.c | Volker Lendecke | 2 | -83/+119 | |
This involves changing all our clients, that's why it's so large. | |||||
2008-12-14 | Move 128 bytes from the data to the text segment | Volker Lendecke | 1 | -1/+1 | |
2008-12-14 | Remove a pointless static variable | Volker Lendecke | 1 | -1/+1 | |