summaryrefslogtreecommitdiffstats
path: root/source3/lib/util_sock.c
Commit message (Expand)AuthorAgeFilesLines
* Add read_smb_send/recv, dumping keepalivesVolker Lendecke2009-04-061-0/+87
* s3:lib/util_sock: use sys_recv() instead of sys_read() on socketsStefan Metzmacher2009-03-191-2/+2
* Convert open_socket_out_defer to tevent_reqVolker Lendecke2009-03-161-29/+29
* Use tevent_wakeup_send in open_socket_out_deferVolker Lendecke2009-03-161-22/+15
* Make struct tevent_req opaqueSimo Sorce2009-03-021-14/+11
* Remove a temporary debug message -- sorryVolker Lendecke2009-02-261-1/+0
* Convert open_socket_out to tevent_reqVolker Lendecke2009-02-261-41/+41
* Convert async_connect to tevent_reqVolker Lendecke2009-02-241-13/+16
* s3 async: Fix the build on systems that have ETIMEDOUT but not ETIMETim Prouty2009-02-091-4/+7
* async_sock: Use unix errnos instead of NTSTATUSKai Blin2009-02-091-9/+9
* Next step disentangling async_req from NTSTATUSVolker Lendecke2009-02-021-2/+2
* Split up async_req into a generic and a NTSTATUS specific partVolker Lendecke2009-02-011-13/+13
* Add a macro async_req_setup()Volker Lendecke2009-01-181-16/+4
* "First thing, kill all the language lawyers" :-). Ensure possible insane comp...Jeremy Allison2009-01-161-1/+1
* Fix bug #6040 - Calling Samba print server with an aliased DNS-name fails.Jeremy Allison2009-01-151-4/+5
* Remove a duplicated commentVolker Lendecke2009-01-041-4/+0
* Add open_socket_out_defer_send/recvVolker Lendecke2009-01-041-0/+111
* Async wrapper for open_socket_out_send/recvVolker Lendecke2009-01-041-56/+168
* open_socket_out is always used with SOCK_STREAM, remove argument "type"Volker Lendecke2009-01-031-9/+3
* Make write_data use write_data_iovVolker Lendecke2008-12-291-24/+24
* Add write_data_iovVolker Lendecke2008-12-291-0/+69
* s3: Use DEBUGADD instead of DEBUG to avoid printing the headerDan Sledz2008-12-151-2/+3
* s3: Change sockaddr util function names for consistencyTim Prouty2008-12-031-5/+5
* Move set_sockaddr_port to libutil.Jelmer Vernooij2008-10-231-12/+0
* Use common net utility code (address and sockaddr manipulation).Jelmer Vernooij2008-10-231-392/+1
* Use sockaddr_storage only where we rely on the size, use sockaddrJelmer Vernooij2008-10-231-45/+44
* Add data_blob_string_const_null() function that includes the terminatingJelmer Vernooij2008-10-131-6/+6
* Cleanup of DC enumeration in get_dcs()Steven Danneman2008-09-041-5/+16
* Fix various build warningsZach Loafman2008-07-221-2/+2
* Minor style correctionZach Loafman2008-07-081-2/+2
* Security fix for CVE-2008-1105: Boundary failure when parsing SMB responsesJeremy Allison2008-05-281-13/+5
* increase log level for this failed setsockopt call. EINVAL is a normal error ...Björn Jacke2008-04-071-1/+4
* Fix a bug in the output from print_canonical_sockaddr() fix from 36f8bafbd3de...Gerald W. Carter2008-03-261-2/+8
* Ignore port when pulling IP addr from struct sockaddr_storage.Gerald (Jerry) Carter2008-03-241-34/+10
* Fix Coverity ID 567Volker Lendecke2008-03-161-1/+1
* Eliminate tons of build warnings on non-IPV6 system.Michael Adam2008-02-291-1/+1
* Fix some warningsVolker Lendecke2008-02-251-2/+1
* Fix possible close of invalid fd if call to socket() returns -1.Tim Potter2008-02-201-1/+2
* Fix a debug messageVolker Lendecke2008-02-051-1/+1
* Convert read_data() to NTSTATUSVolker Lendecke2008-02-021-23/+2
* Convert receive_smb_raw to NTSTATUSVolker Lendecke2008-02-021-44/+7
* read_socket_with_timeout_ntstatus->read_socket_with_timeoutVolker Lendecke2008-02-021-8/+7
* Get rid of read_socket_with_timeoutVolker Lendecke2008-02-021-22/+23
* Convert read_smb_length to return NTSTATUSVolker Lendecke2008-02-021-18/+5
* Convert read_smb_length_return_keepalive to return NTSTATUSVolker Lendecke2008-02-021-36/+44
* Convert read_smb_length_return_keepalive to read_socket_with_timeout_ntstatusVolker Lendecke2008-02-021-2/+19
* Add read_socket_with_timeout_ntstatusVolker Lendecke2008-02-021-23/+48
* Fix a typoVolker Lendecke2008-02-011-1/+1
* Tiny simplificationVolker Lendecke2008-01-251-8/+7
* Remove a pointless while loopVolker Lendecke2008-01-251-11/+7