summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-14Fix one more place for IFF_LOOPBACKVolker Lendecke1-1/+1
2007-10-13Use strlcpy instead of strncpyVolker Lendecke1-12/+8
2007-10-13Fix an uninitialized variable warningVolker Lendecke1-2/+2
2007-10-13Fix a segfault with an unknown interfaceVolker Lendecke1-1/+7
2007-10-13Also find loopback interfacesVolker Lendecke1-1/+1
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-12offsetof() is always present as shown in someStefan Metzmacher1-4/+0
2007-10-11Try and fix segfault found by Guenther on Fedora. FedoraJeremy Allison1-2/+5
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 Allison6-506/+1112
2007-10-10Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into SAMBA...Jeremy Allison1-2/+39
2007-10-10Merge from metze of libreplace header changesJeremy Allison2-6/+12