Age | Commit message (Expand) | Author | Files | Lines |
2009-03-19 | s3:lib/util_sock: use sys_recv() instead of sys_read() on sockets | Stefan Metzmacher | 1 | -2/+2 |
2009-03-16 | Convert open_socket_out_defer to tevent_req | Volker Lendecke | 1 | -29/+29 |
2009-03-16 | Use tevent_wakeup_send in open_socket_out_defer | Volker Lendecke | 1 | -22/+15 |
2009-03-02 | Make struct tevent_req opaque | Simo Sorce | 1 | -14/+11 |
2009-02-26 | Remove a temporary debug message -- sorry | Volker Lendecke | 1 | -1/+0 |
2009-02-26 | Convert open_socket_out to tevent_req | Volker Lendecke | 1 | -41/+41 |
2009-02-24 | Convert async_connect to tevent_req | Volker Lendecke | 1 | -13/+16 |
2009-02-09 | s3 async: Fix the build on systems that have ETIMEDOUT but not ETIME | Tim Prouty | 1 | -4/+7 |
2009-02-09 | async_sock: Use unix errnos instead of NTSTATUS | Kai Blin | 1 | -9/+9 |
2009-02-02 | Next step disentangling async_req from NTSTATUS | Volker Lendecke | 1 | -2/+2 |
2009-02-01 | Split up async_req into a generic and a NTSTATUS specific part | Volker Lendecke | 1 | -13/+13 |
2009-01-18 | Add a macro async_req_setup() | Volker Lendecke | 1 | -16/+4 |
2009-01-16 | "First thing, kill all the language lawyers" :-). Ensure possible insane comp... | Jeremy Allison | 1 | -1/+1 |
2009-01-15 | Fix bug #6040 - Calling Samba print server with an aliased DNS-name fails. | Jeremy Allison | 1 | -4/+5 |
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-03 | open_socket_out is always used with SOCK_STREAM, remove argument "type" | Volker Lendecke | 1 | -9/+3 |
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-15 | s3: Use DEBUGADD instead of DEBUG to avoid printing the header | Dan Sledz | 1 | -2/+3 |
2008-12-03 | s3: Change sockaddr util function names for consistency | Tim Prouty | 1 | -5/+5 |
2008-10-23 | Move set_sockaddr_port to libutil. | Jelmer Vernooij | 1 | -12/+0 |
2008-10-23 | Use common net utility code (address and sockaddr manipulation). | Jelmer Vernooij | 1 | -392/+1 |
2008-10-23 | Use sockaddr_storage only where we rely on the size, use sockaddr | Jelmer Vernooij | 1 | -45/+44 |
2008-10-13 | Add data_blob_string_const_null() function that includes the terminating | Jelmer Vernooij | 1 | -6/+6 |
2008-09-04 | Cleanup of DC enumeration in get_dcs() | Steven Danneman | 1 | -5/+16 |
2008-07-22 | Fix various build warnings | Zach Loafman | 1 | -2/+2 |
2008-07-08 | Minor style correction | Zach Loafman | 1 | -2/+2 |
2008-05-28 | Security fix for CVE-2008-1105: Boundary failure when parsing SMB responses | Jeremy Allison | 1 | -13/+5 |
2008-04-07 | increase log level for this failed setsockopt call. EINVAL is a normal error ... | Björn Jacke | 1 | -1/+4 |
2008-03-26 | Fix a bug in the output from print_canonical_sockaddr() fix from 36f8bafbd3de... | Gerald W. Carter | 1 | -2/+8 |
2008-03-24 | Ignore port when pulling IP addr from struct sockaddr_storage. | Gerald (Jerry) Carter | 1 | -34/+10 |
2008-03-16 | Fix Coverity ID 567 | Volker Lendecke | 1 | -1/+1 |
2008-02-29 | Eliminate tons of build warnings on non-IPV6 system. | Michael Adam | 1 | -1/+1 |
2008-02-25 | Fix some warnings | Volker Lendecke | 1 | -2/+1 |
2008-02-20 | Fix possible close of invalid fd if call to socket() returns -1. | Tim Potter | 1 | -1/+2 |
2008-02-05 | Fix a debug message | Volker Lendecke | 1 | -1/+1 |
2008-02-02 | Convert read_data() to NTSTATUS | Volker Lendecke | 1 | -23/+2 |
2008-02-02 | Convert receive_smb_raw to NTSTATUS | Volker Lendecke | 1 | -44/+7 |
2008-02-02 | read_socket_with_timeout_ntstatus->read_socket_with_timeout | Volker Lendecke | 1 | -8/+7 |
2008-02-02 | Get rid of read_socket_with_timeout | Volker Lendecke | 1 | -22/+23 |
2008-02-02 | Convert read_smb_length to return NTSTATUS | Volker Lendecke | 1 | -18/+5 |
2008-02-02 | Convert read_smb_length_return_keepalive to return NTSTATUS | Volker Lendecke | 1 | -36/+44 |
2008-02-02 | Convert read_smb_length_return_keepalive to read_socket_with_timeout_ntstatus | Volker Lendecke | 1 | -2/+19 |
2008-02-02 | Add read_socket_with_timeout_ntstatus | Volker Lendecke | 1 | -23/+48 |
2008-02-01 | Fix a typo | Volker Lendecke | 1 | -1/+1 |
2008-01-25 | Tiny simplification | Volker Lendecke | 1 | -8/+7 |
2008-01-25 | Remove a pointless while loop | Volker Lendecke | 1 | -11/+7 |
2008-01-24 | More read_data -> read_socket_with_timeout | Volker Lendecke | 1 | -16/+3 |