summaryrefslogtreecommitdiff
path: root/source3/lib/util_sock.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-11-02Ensure we use the correct socklen_t values for bind() forJeremy Allison1-1/+3
2007-11-02Fix Solaris by ensuring we use the IPv4 or IPv6 lengthJeremy Allison1-3/+4
2007-10-30Add new parameter, "min receivefile size" (by default setJeremy Allison1-105/+1
2007-10-27Change all occurrences of zero_addr(&ss,AF_INET) toJeremy Allison1-4/+4
2007-10-26Move the horrible hack for link local addresses out of namequery.cJeremy Allison1-4/+51
2007-10-25Fix bug in writing names into gencacheJeremy Allison1-2/+2
2007-10-25Fix resolve name to resolve IPv6 addresses of link-local%ifaddrJeremy Allison1-1/+5
2007-10-25When doing reverse lookups actually look up the name, notJeremy Allison1-1/+1
2007-10-24This is a large patch (sorry). Migrate from struct in_addrJeremy Allison1-44/+162
2007-10-19Add test for "struct in6_addr" to the HAVE_IPV6 configure test.Gerald (Jerry) Carter1-8/+8
2007-10-15Move to protocol independent code in most of lib/util_sock.cJeremy Allison1-114/+223
2007-10-12Dummy formatting commit to check I've set up my home gitJeremy Allison1-1/+2
2007-10-12Convert get_peer_addr() to IPv6. Only is_myname_or_ipaddr()Jeremy Allison1-55/+112
2007-10-11Add const to the get_peer_addr() and get_socket_addr()Jeremy Allison1-15/+16
2007-10-10Add start of IPv6 implementation. Currently most of this is avoidingJeremy Allison1-49/+466
2007-10-10[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter1-42/+3
2007-10-10r25565: Fix unintended consequence change for IPv6 noticedJeremy Allison1-1/+6
2007-10-10r25510: Now we're returning the port instead of using a global,Jeremy Allison1-2/+2
2007-10-10r25492: Start adding IPv6 compatible code to lib/util_sock.c and deal withJeremy Allison1-54/+73
2007-10-10r25473: Reformatting only. Prepare for new ip functions.Jeremy Allison1-254/+240
2007-10-10r23997: Check in the infrastructure for getting rid of the global InBuffer/Ou...Volker Lendecke1-0/+116
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r22926: Don't use <=0, use < 0 to allow keepalives to propagate up.Jeremy Allison1-1/+1
2007-10-10r22923: Fix runaway smbd now receive_smb_raw() returns a ssize_t not a BOOL.Jeremy Allison1-1/+1
2007-10-10r22920: Add in the UNIX capability for 24-bit readX, as discussedJeremy Allison1-6/+12
2007-10-10r22181: Fix for EISCON in open_any_socket_out from William JojoJeremy Allison1-0/+3
2007-10-10r21990: Stop messing with the signing engine just becauseJeremy Allison1-11/+11
2007-10-10r21922: Fixed the build by rather horrid means. I really needJeremy Allison1-28/+29
2007-10-10r21880: Make client and server calls into encryption code symetrical,Jeremy Allison1-2/+2
2007-10-10r21876: Start adding in the seal implementation - prototype codeJeremy Allison1-3/+6
2007-10-10r21865: Add in the stubs for SMB transport encryption. Will fleshJeremy Allison1-1/+22
2007-10-10r20148: Forgot to merge. Ensure open_any_socket_out()Jeremy Allison1-1/+1
2007-10-10r15700: Make nmbd udp sockets non-blocking to prevent problemJeremy Allison1-1/+6
2007-10-10r15672: Fix for bug #3783. winbindd_cm.c calls open_any_socket_out()Jeremy Allison1-1/+1