summaryrefslogtreecommitdiffstats
path: root/source3/lib/util_sock.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r22926: Don't use <=0, use < 0 to allow keepalives to propagate up.Jeremy Allison2007-10-101-1/+1
* r22923: Fix runaway smbd now receive_smb_raw() returns a ssize_t not a BOOL.Jeremy Allison2007-10-101-1/+1
* r22920: Add in the UNIX capability for 24-bit readX, as discussedJeremy Allison2007-10-101-6/+12
* r22181: Fix for EISCON in open_any_socket_out from William JojoJeremy Allison2007-10-101-0/+3
* r21990: Stop messing with the signing engine just becauseJeremy Allison2007-10-101-11/+11
* r21922: Fixed the build by rather horrid means. I really needJeremy Allison2007-10-101-28/+29
* r21880: Make client and server calls into encryption code symetrical,Jeremy Allison2007-10-101-2/+2
* r21876: Start adding in the seal implementation - prototype codeJeremy Allison2007-10-101-3/+6
* r21865: Add in the stubs for SMB transport encryption. Will fleshJeremy Allison2007-10-101-1/+22
* r20148: Forgot to merge. Ensure open_any_socket_out()Jeremy Allison2007-10-101-1/+1
* r15700: Make nmbd udp sockets non-blocking to prevent problemJeremy Allison2007-10-101-1/+6
* r15672: Fix for bug #3783. winbindd_cm.c calls open_any_socket_out()Jeremy Allison2007-10-101-1/+1
* r15030: On a performace hunt... Remove as many extraneousJeremy Allison2007-10-101-3/+2
* r12953: Support the TCP_FASTACK socket option if it is available. Note that t...James Peach2007-10-101-0/+3
* r7591: Don't call getpeeraddr on a disconnected socket.Jeremy Allison2007-10-101-5/+8
* r7554: Refactor very messy code in util_sock.c Remove write_socket_data/read_...Jeremy Allison2007-10-101-133/+95
* r7318: Unify HEAD and 3.0 socket functions. Add HEAD functions here #ifdef'ed...Jeremy Allison2007-10-101-0/+93
* r7039: Ensure we always call read_socket_with_timeout() whenJeremy Allison2007-10-101-1/+6
* r7034: Revert change in util_sock.c from derrell until this isJeremy Allison2007-10-101-58/+13
* r7025: 1 if not all data is available at the time we go to read a packet, retryDerrell Lipman2007-10-101-13/+58
* r6890: Refactor printing interface to take offset into job. Fixes bugJeremy Allison2007-10-101-8/+8
* r6553: Added Linux per-socket TCP settings patch from "Ed Boraas" <ed.boraas@...Jeremy Allison2007-10-101-0/+9
* r4217: Fix open_any_socket_out.Volker Lendecke2007-10-101-13/+27
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-1/+1
* r3843: If a connection to a DC is requested, open connections simultaeneously...Volker Lendecke2007-10-101-0/+136
* r2978: Fix #1926 typo in debug. Found by Bill McGonigle <bill+samba@bfccomput...Jeremy Allison2007-10-101-1/+1
* r1104: get_called_name is used in the printing subsystem. In case of multi-homedVolker Lendecke2007-10-101-0/+22