summaryrefslogtreecommitdiffstats
path: root/source3/lib/util_sock.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix Solaris by ensuring we use the IPv4 or IPv6 lengthJeremy Allison2007-11-021-3/+4
* Add new parameter, "min receivefile size" (by default setJeremy Allison2007-10-301-105/+1
* Change all occurrences of zero_addr(&ss,AF_INET) toJeremy Allison2007-10-271-4/+4
* Move the horrible hack for link local addresses out of namequery.cJeremy Allison2007-10-261-4/+51
* Fix bug in writing names into gencacheJeremy Allison2007-10-251-2/+2
* Fix resolve name to resolve IPv6 addresses of link-local%ifaddrJeremy Allison2007-10-251-1/+5
* When doing reverse lookups actually look up the name, notJeremy Allison2007-10-251-1/+1
* This is a large patch (sorry). Migrate from struct in_addrJeremy Allison2007-10-241-44/+162
* Add test for "struct in6_addr" to the HAVE_IPV6 configure test.Gerald (Jerry) Carter2007-10-191-8/+8
* Move to protocol independent code in most of lib/util_sock.cJeremy Allison2007-10-151-114/+223
* Dummy formatting commit to check I've set up my home gitJeremy Allison2007-10-121-1/+2
* Convert get_peer_addr() to IPv6. Only is_myname_or_ipaddr()Jeremy Allison2007-10-121-55/+112
* Add const to the get_peer_addr() and get_socket_addr()Jeremy Allison2007-10-111-15/+16
* Add start of IPv6 implementation. Currently most of this is avoidingJeremy Allison2007-10-101-49/+466
* [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter2007-10-101-42/+3
* r25565: Fix unintended consequence change for IPv6 noticedJeremy Allison2007-10-101-1/+6
* r25510: Now we're returning the port instead of using a global,Jeremy Allison2007-10-101-2/+2
* r25492: Start adding IPv6 compatible code to lib/util_sock.c and deal withJeremy Allison2007-10-101-54/+73
* r25473: Reformatting only. Prepare for new ip functions.Jeremy Allison2007-10-101-254/+240
* r23997: Check in the infrastructure for getting rid of the global InBuffer/Ou...Volker Lendecke2007-10-101-0/+116