summaryrefslogtreecommitdiff
path: root/source/lib/util_sock.c
Commit message (Expand)AuthorAgeFilesLines
* get rid of unused variable warnings when HAVE_IPV6 not definedHerb Lewis2008-07-251-2/+2
* Minor style correctionZach Loafman2008-07-101-2/+2
* Security fix for CVE-2008-1105: Boundary failure when parsing SMB responsesJeremy Allison2008-05-301-13/+5
* increase log level for this failed setsockopt call. EINVAL is a normal error ...Björn Jacke2008-05-051-1/+4
* Fix a bug in the output from print_canonical_sockaddr() fix from 36f8bafbd3de...Gerald W. Carter2008-03-271-2/+8
* Eliminate tons of build warnings on non-IPV6 system.Michael Adam2008-03-271-1/+1
* Ignore port when pulling IP addr from struct sockaddr_storage.Gerald (Jerry) Carter2008-03-261-34/+10
* Fix Coverity ID 567Volker Lendecke2008-03-181-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
* Remove most of the remaining globals out of lib/util_sock.c.Jeremy Allison2007-11-031-38/+30
* Remove more static data from lib/util_sock.c andJeremy Allison2007-11-031-34/+24
* Missed one case where I need to pass down addrlen.Jeremy Allison2007-11-031-1/+1
* I can't get away without a 'length' arg. :-).Jeremy Allison2007-11-031-9/+10
* Stop get_peer_addr() and client_addr() from using globalJeremy Allison2007-11-031-12/+15
* Remove the smb_read_error global variable and replaceJeremy Allison2007-11-031-21/+38
* Ensure we use the correct socklen_t values for bind() forJeremy Allison2007-11-021-1/+3