summaryrefslogtreecommitdiff
path: root/source3/lib/util_sock.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-11-21Add set_sockaddr_port function for winbindd.Jeremy Allison1-0/+13
2007-11-15Add MAX_DNS_NAME_LENGTH, remove more pstrings.Jeremy Allison1-2/+2
2007-11-11Remove a pstring.Jeremy Allison1-4/+11
2007-11-08Remove more fstring/pstring bad useage. Go talloc !Jeremy Allison1-25/+27
2007-11-07Unify the name and addr cache for client_name toJeremy Allison1-21/+31
2007-11-05Remove the horror that was the global smb_rw_error.Jeremy Allison1-43/+44
2007-11-04Don't alloc struct iface_struct nics[MAX_INTERFACES]; (128 entries)Jeremy Allison1-1/+8
2007-11-04This should really be a cond_set_smb_read_error().Jeremy Allison1-3/+1
2007-11-04Don't use 0 when we mean SMB_READ_OK.Jeremy Allison1-1/+1
2007-11-03Remove most of the remaining globals out of lib/util_sock.c.Jeremy Allison1-38/+30
2007-11-03Remove more static data from lib/util_sock.c andJeremy Allison1-34/+24
2007-11-03Missed one case where I need to pass down addrlen.Jeremy Allison1-1/+1
2007-11-03I can't get away without a 'length' arg. :-).Jeremy Allison1-9/+10
2007-11-03Stop get_peer_addr() and client_addr() from using globalJeremy Allison1-12/+15
2007-11-03Remove the smb_read_error global variable and replaceJeremy Allison1-21/+38