summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
2007-11-03Remove most of the remaining globals out of lib/util_sock.c.Jeremy Allison3-42/+40
2007-11-03Remove more static data from lib/util_sock.c andJeremy Allison3-39/+33
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 Allison3-14/+16
2007-11-03Stop get_peer_addr() and client_addr() from using globalJeremy Allison3-17/+23
2007-11-03Remove the smb_read_error global variable and replaceJeremy Allison1-21/+38
2007-11-03Remove unused var noticed by metze.Jeremy Allison1-1/+0
2007-11-02Fix the snprintf checks, and fix a typo in pointer indirection.Jeremy Allison1-5/+5
2007-11-02Ensure we use the correct socklen_t values for bind() forJeremy Allison1-1/+3
2007-11-02Fix typos in calc_sa_size, noticed by jim.brown@miami.eduJeremy Allison1-1/+2
2007-11-02Fix Solaris by ensuring we use the IPv4 or IPv6 lengthJeremy Allison3-6/+42
2007-11-02Fix state_path to take a const string, not use pstring.Jeremy Allison1-7/+11
2007-11-01Patch 2 of 3 from Debian Samba packagers:Gerald (Jerry) Carter3-7/+7
2007-11-01Patch from Debian Samba package maintainers:Gerald (Jerry) Carter1-0/+33
2007-10-31Make explicit draining the socket on RECVFILE. AddJeremy Allison1-14/+7
2007-10-30Handle the disk full error case correctly.Jeremy Allison1-6/+25
2007-10-30Add new parameter, "min receivefile size" (by default setJeremy Allison2-107/+39
2007-10-29Forgot to add recvfile.cJeremy Allison1-0/+158
2007-10-27Change all occurrences of zero_addr(&ss,AF_INET) toJeremy Allison1-4/+4
2007-10-27Two patchesVolker Lendecke2-2/+3
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 Allison3-13/+6
2007-10-25Fix resolve name to resolve IPv6 addresses of link-local%ifaddrJeremy Allison3-100/+140
2007-10-25Fix reversed bool check for access. Found by kukks.Jeremy Allison1-1/+1
2007-10-25Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison1-0/+5
2007-10-25When doing reverse lookups actually look up the name, notJeremy Allison1-1/+1
2007-10-25Try and fix the Solaris build by adding a missing defineJeremy Allison1-0/+5
2007-10-25[libreplace] define AI_NUMERICSERV as it's used in getaddrinfo.cmetze1-0/+11
2007-10-25[libreplace] move and fix getaddrinfo configure checksmetze2-30/+33
2007-10-25- include getaddrinfo.h after we have defined struct addrinfometze3-16/+24
2007-10-25[libreplace] if we replace types define the HAVE_<type> macrometze1-0/+3
2007-10-25[libreplace] move definition of struct addrinfo so that it can use socklen_tmetze1-15/+13
2007-10-25[libreplace] move define of a constant to near to the othersmetze1-4/+4
2007-10-25[libreplace] include socket_wrapper.h after we have typedef'ed socklen_tmetze1-7/+7
2007-10-24We do support name lookups for host and service in our replacementJeremy Allison1-5/+0
2007-10-24This is a large patch (sorry). Migrate from struct in_addrJeremy Allison3-76/+227
2007-10-24Fix for AIX interface code from Kyle Stemen <kstemen@centeris.com>Jeremy Allison1-9/+16
2007-10-21Fix compile error caused by unknown variable.Gerald (Jerry) Carter1-1/+1
2007-10-21Correct VERSION and version.c to use SAMBA_VERSION_VENDOR_PATCHGerald (Jerry) Carter1-3/+3
2007-10-19Add test for "struct in6_addr" to the HAVE_IPV6 configure test.Gerald (Jerry) Carter3-12/+12
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison50-268/+268
2007-10-18[libreplace] fix the standalone build of libreplaceStefan Metzmacher2-28/+34
2007-10-17Reformatting fix for new coding guidelines. BOOL ->bool.Jeremy Allison1-264/+320
2007-10-17delete empty file lib/replace/system/getaddrinfo.hStefan Metzmacher1-0/+0
2007-10-16Improve IPv4 detection.Jeremy Allison1-1/+1
2007-10-16Move #defined for getaddrinfo into network.h (as otherJeremy Allison2-84/+91
2007-10-16Added in missing def for AI_ADDRCONFIG.Jeremy Allison1-0/+4
2007-10-16Fix access control code to be IPv6/v4 protocol independent.Jeremy Allison3-175/+237
2007-10-15Move to protocol independent code in most of lib/util_sock.cJeremy Allison4-228/+263
2007-10-15Fix warning messages for unused variables.Jeremy Allison1-1/+3