summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-15rename getsmbpass -> rep_getpass and provide the function prototypeStefan Metzmacher2-2/+3
2007-10-15use "system/*.h" to get the system includesStefan Metzmacher1-15/+3
2007-10-15fix the compilation of getpass.c and it's configure testStefan Metzmacher2-13/+2
2007-10-15r16320: Ensure variable is not null before calling fclose. Klocwork #412. Jer...Jeremy Allison1-1/+1
2007-10-15r16245: Cope with string being zero len. Klocwork bug #410. Jeremy.Jeremy Allison1-2/+4
2007-10-15Volker's fix for bug #668. Change the \n after the password prompt to go to t...jmcd1-2/+3
2007-10-15reapply: Allow ^C to interrupt smbpasswd if using our getpass. from JeremyStefan Metzmacher1-4/+32
2007-10-15reformat getpass() replacement codeStefan Metzmacher1-62/+58
2007-10-15missing stuff from samba4's libreplaceStefan Metzmacher2-1/+4
2007-10-15don't imply "system/network.h" within replace.h,metze2-4/+18