summaryrefslogtreecommitdiffstats
path: root/source3/lib/util_sock.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* More read_data -> read_socket_with_timeoutVolker Lendecke2008-01-241-16/+3
* read_socket_with_timeout has timeout=0 handlingVolker Lendecke2008-01-231-38/+1
* util_sock: Don't return a pointer to freed memory.Kai Blin2008-01-211-1/+2
* util_sock: Fix memcache bug in get_mydnsfullname.Kai Blin2008-01-211-3/+3
* Fix IPv6 bug #5204, which caused krb5 DNS lookupsJeremy Allison2008-01-161-2/+25
* Refactor the crypto code after a very helpful conversationJeremy Allison2008-01-041-74/+0
* Trivial simplificationVolker Lendecke2008-01-031-3/+2
* Convert the little caches in util_sock.c to useJeremy Allison2008-01-021-47/+118
* Add SMB encryption. Still fixing client decrypt butJeremy Allison2007-12-261-3/+27
* Fix connect(2) callers to use correct sockaddr size.James Peach2007-12-091-4/+5