summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2007-10-26one more struct in_addr => struct sockaddr_storageStefan Metzmacher1-6/+12
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 Allison4-100/+166
2007-10-25Fix a mismatched interface where we were usingJeremy Allison1-5/+5
2007-10-25Fix cast typo - would have broken all dgram sends.Jeremy Allison1-1/+1
2007-10-25Fixed missing in_addr -> sockaddr_storage conversion (how didJeremy Allison1-10/+14
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-25Ensure we don't terminate if we fail to bind to a socket,Jeremy Allison1-1/+6
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-24Don't terminate on an invalid address family.Jeremy Allison1-1/+1
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 Allison64-1489/+2235
2007-10-24Fix for AIX interface code from Kyle Stemen <kstemen@centeris.com>Jeremy Allison1-9/+16
2007-10-24handle wellknown sids in winbindd_passwd.cStefan Metzmacher1-1/+2
2007-10-24[crash fix] don't use already free'ed memoryStefan Metzmacher1-2/+2
2007-10-23added a syncops VFS module for filesystems which do not guarantee meta-data o...Andrew Tridgell3-1/+217
2007-10-22Reorder pthread mutex check so that it doesn't output its resultJames Peach1-12/+13
2007-10-22r25573: Add my (C) as wellSimo Sorce1-0/+1
2007-10-22r25571: split up child_dispatch_table into domain, idmap and locator tablesStefan Metzmacher5-41/+87
2007-10-22r25570: move code of the locator child into its own fileStefan Metzmacher3-64/+91
2007-10-22r25569: move more idmap stuff into winbindd_idmap.cStefan Metzmacher2-12/+12
2007-10-22r25568: move idmap related functions into their own file.Stefan Metzmacher3-741/+779
2007-10-22r25567: make do_async() non staticStefan Metzmacher1-6/+6
2007-10-21Fix compile error caused by unknown variable.Gerald (Jerry) Carter1-1/+1
2007-10-21Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-testGerald (Jerry) Carter1-0/+13
2007-10-21Correct VERSION and version.c to use SAMBA_VERSION_VENDOR_PATCHGerald (Jerry) Carter2-4/+4
2007-10-21Don't segfault if locking.tdb can't be openedVolker Lendecke1-0/+13
2007-10-21Fix two type-punned warningsVolker Lendecke1-3/+3
2007-10-20fix move to OPT_LOG_STDOUTStefan Metzmacher1-1/+1
2007-10-19Fix an incompatible pointer type warningVolker Lendecke1-2/+2
2007-10-19Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into v3-2-testGerald (Jerry) Carter5-31/+32
2007-10-19Streamline logic, reducing the amount of indentation.Michael Adam1-16/+15
2007-10-19Add test for "struct in6_addr" to the HAVE_IPV6 configure test.Gerald (Jerry) Carter5-13/+14
2007-10-19Move the test for the AIX specific interface code to the end.Gerald (Jerry) Carter1-18/+18
2007-10-19Fix a crash in resolve_hosts() caused by an out-of-bounds array reference.Gerald (Jerry) Carter1-1/+2
2007-10-19Fix a crash in resolve_hosts() caused by an out-of-bounds array reference.Gerald (Jerry) Carter1-1/+2
2007-10-19Fix the popt / bool issues. Some places we used BOOLJeremy Allison15-88/+205
2007-10-19Merge Tridge's fix for the winbind 32/64bit padding.Günther Deschner2-3/+3
2007-10-19fix startup of smbd, nmbd, winbinddStefan Metzmacher3-20/+14
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison446-5335/+5308
2007-10-18remove reference to removed codeStefan Metzmacher1-4/+0