summaryrefslogtreecommitdiff
path: root/source3/lib/util_sock.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-18Add a macro async_req_setup()Volker Lendecke1-16/+4
2009-01-16"First thing, kill all the language lawyers" :-). Ensure possible insane comp...Jeremy Allison1-1/+1
2009-01-15Fix bug #6040 - Calling Samba print server with an aliased DNS-name fails.Jeremy Allison1-4/+5
2009-01-04Remove a duplicated commentVolker Lendecke1-4/+0
2009-01-04Add open_socket_out_defer_send/recvVolker Lendecke1-0/+111
2009-01-04Async wrapper for open_socket_out_send/recvVolker Lendecke1-56/+168
2009-01-03open_socket_out is always used with SOCK_STREAM, remove argument "type"Volker Lendecke1-9/+3
2008-12-29Make write_data use write_data_iovVolker Lendecke1-24/+24
2008-12-29Add write_data_iovVolker Lendecke1-0/+69
2008-12-15s3: Use DEBUGADD instead of DEBUG to avoid printing the headerDan Sledz1-2/+3
2008-12-03s3: Change sockaddr util function names for consistencyTim Prouty1-5/+5
2008-10-23Move set_sockaddr_port to libutil.Jelmer Vernooij1-12/+0
2008-10-23Use common net utility code (address and sockaddr manipulation).Jelmer Vernooij1-392/+1
2008-10-23Use sockaddr_storage only where we rely on the size, use sockaddrJelmer Vernooij1-45/+44
2008-10-13Add data_blob_string_const_null() function that includes the terminatingJelmer Vernooij1-6/+6
2008-09-04Cleanup of DC enumeration in get_dcs()Steven Danneman1-5/+16
2008-07-22Fix various build warningsZach Loafman1-2/+2
2008-07-08Minor style correctionZach Loafman1-2/+2
2008-05-28Security fix for CVE-2008-1105: Boundary failure when parsing SMB responsesJeremy Allison1-13/+5
2008-04-07increase log level for this failed setsockopt call. EINVAL is a normal error ...Björn Jacke1-1/+4
2008-03-26Fix a bug in the output from print_canonical_sockaddr() fix from 36f8bafbd3de...Gerald W. Carter1-2/+8
2008-03-24Ignore port when pulling IP addr from struct sockaddr_storage.Gerald (Jerry) Carter1-34/+10
2008-03-16Fix Coverity ID 567Volker Lendecke1-1/+1
2008-02-29Eliminate tons of build warnings on non-IPV6 system.Michael Adam1-1/+1
2008-02-25Fix some warningsVolker Lendecke1-2/+1
2008-02-20Fix possible close of invalid fd if call to socket() returns -1.Tim Potter1-1/+2
2008-02-05Fix a debug messageVolker Lendecke1-1/+1
2008-02-02Convert read_data() to NTSTATUSVolker Lendecke1-23/+2
2008-02-02Convert receive_smb_raw to NTSTATUSVolker Lendecke1-44/+7
2008-02-02read_socket_with_timeout_ntstatus->read_socket_with_timeoutVolker Lendecke1-8/+7
2008-02-02Get rid of read_socket_with_timeoutVolker Lendecke1-22/+23
2008-02-02Convert read_smb_length to return NTSTATUSVolker Lendecke1-18/+5
2008-02-02Convert read_smb_length_return_keepalive to return NTSTATUSVolker Lendecke1-36/+44
2008-02-02Convert read_smb_length_return_keepalive to read_socket_with_timeout_ntstatusVolker Lendecke1-2/+19
2008-02-02Add read_socket_with_timeout_ntstatusVolker Lendecke1-23/+48
2008-02-01Fix a typoVolker Lendecke1-1/+1
2008-01-25Tiny simplificationVolker Lendecke1-8/+7
2008-01-25Remove a pointless while loopVolker Lendecke1-11/+7
2008-01-24More read_data -> read_socket_with_timeoutVolker Lendecke1-16/+3
2008-01-23read_socket_with_timeout has timeout=0 handlingVolker Lendecke1-38/+1
2008-01-21util_sock: Don't return a pointer to freed memory.Kai Blin1-1/+2
2008-01-21util_sock: Fix memcache bug in get_mydnsfullname.Kai Blin1-3/+3
2008-01-16Fix IPv6 bug #5204, which caused krb5 DNS lookupsJeremy Allison1-2/+25
2008-01-04Refactor the crypto code after a very helpful conversationJeremy Allison1-74/+0
2008-01-03Trivial simplificationVolker Lendecke1-3/+2
2008-01-02Convert the little caches in util_sock.c to useJeremy Allison1-47/+118
2007-12-26Add SMB encryption. Still fixing client decrypt butJeremy Allison1-3/+27
2007-12-09Fix connect(2) callers to use correct sockaddr size.James Peach1-4/+5
2007-12-07Remove next_token - all uses must now be next_token_talloc.Jeremy Allison1-2/+4
2007-11-21Doh ! Don't use #else when #endif is needed.Jeremy Allison1-2/+1