summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2007-10-30Handle the disk full error case correctly.Jeremy Allison2-7/+26
2007-10-30Ensure we don't prematurely clean out the bytes read.Jeremy Allison1-4/+10
2007-10-30Add new parameter, "min receivefile size" (by default setJeremy Allison11-160/+527
2007-10-30Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison1-8/+10
2007-10-30Our userlevel SMBwriteX call is non-standard in that itJeremy Allison1-8/+10
2007-10-30Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison3-7/+6
2007-10-30start smbd, nmbd and winbindd with the same startup messageStefan Metzmacher3-7/+6
2007-10-29Forgot to add recvfile.cJeremy Allison1-0/+158
2007-10-29Add in the recvfile entry to the VFS layer with a defaultJeremy Allison7-1/+52
2007-10-29Fix the setup_kaddr() call to cope with IPv6.Jeremy Allison3-20/+42
2007-10-29Change our DNS code to cope with AAAA records. A6 recordsJeremy Allison4-120/+203
2007-10-28Enable vfs objects = /full/path/to/object.soVolker Lendecke1-10/+36
2007-10-27Change all occurrences of zero_addr(&ss,AF_INET) toJeremy Allison15-27/+27
2007-10-27Fix zero_addr(&ip, INADDR_ANY); -> zero_addr(&ip, AF_INET)Jeremy Allison1-1/+1
2007-10-27Two patchesVolker Lendecke8-12/+50
2007-10-27rerun make idlStefan Metzmacher11-447/+1325
2007-10-27add NDR_ERR_INVALID_POINTERmetze2-1/+4
2007-10-26Ensure temporary memory is freed - pointed out by "Li, Ying (ESG)" <ying.li2@...Jeremy Allison1-0/+1
2007-10-26Fix popt bool problems (need POPT_ARG_NONE, not POPT_ARG_VALUE).Jeremy Allison1-4/+4
2007-10-26Move the horrible hack for link local addresses out of namequery.cJeremy Allison2-30/+51
2007-10-26Fix a few more sockaddr -> sockaddr_storgage.Jeremy Allison1-3/+3
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