summaryrefslogtreecommitdiffstats
path: root/source/lib/util_sock.c
Commit message (Expand)AuthorAgeFilesLines
* Fix denial of service - memory corruption.Karolin Seeger2011-02-271-2/+9
* "First thing, kill all the language lawyers" :-). Ensure possible insane comp...Jeremy Allison2009-01-201-1/+1
* Fix bug #6040 - Calling Samba print server with an aliased DNS-name fails.Jeremy Allison2009-01-201-4/+5
* Make write_data use write_data_iovVolker Lendecke2009-01-021-24/+24
* Add write_data_iovVolker Lendecke2009-01-021-0/+69
* Change sockaddr util function names for consistency and to eliminate name con...Tim Prouty2008-12-111-7/+7
* Cleanup of DC enumeration in get_dcs()Steven Danneman2008-09-081-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
* Remove next_token - all uses must now be next_token_talloc.Jeremy Allison2007-12-071-2/+4
* Doh ! Don't use #else when #endif is needed.Jeremy Allison2007-11-211-2/+1
* Add set_sockaddr_port function for winbindd.Jeremy Allison2007-11-211-0/+13
* Add MAX_DNS_NAME_LENGTH, remove more pstrings.Jeremy Allison2007-11-151-2/+2
* Remove a pstring.Jeremy Allison2007-11-111-4/+11
* Remove more fstring/pstring bad useage. Go talloc !Jeremy Allison2007-11-081-25/+27
* Unify the name and addr cache for client_name toJeremy Allison2007-11-071-21/+31
* Remove the horror that was the global smb_rw_error.Jeremy Allison2007-11-051-43/+44
* Don't alloc struct iface_struct nics[MAX_INTERFACES]; (128 entries)Jeremy Allison2007-11-041-1/+8
* This should really be a cond_set_smb_read_error().Jeremy Allison2007-11-041-3/+1
* Don't use 0 when we mean SMB_READ_OK.Jeremy Allison2007-11-041-1/+1