summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add in the recvfile entry to the VFS layer with a defaultJeremy Allison2007-10-299-1/+77
* Fix the setup_kaddr() call to cope with IPv6.Jeremy Allison2007-10-293-20/+42
* Change our DNS code to cope with AAAA records. A6 recordsJeremy Allison2007-10-294-120/+203
* Enable vfs objects = /full/path/to/object.soVolker Lendecke2007-10-281-10/+36
* Change all occurrences of zero_addr(&ss,AF_INET) toJeremy Allison2007-10-2715-27/+27
* Fix zero_addr(&ip, INADDR_ANY); -> zero_addr(&ip, AF_INET)Jeremy Allison2007-10-271-1/+1
* Two patchesVolker Lendecke2007-10-278-12/+50
* rerun make idlStefan Metzmacher2007-10-2711-447/+1325
* add NDR_ERR_INVALID_POINTERmetze2007-10-272-1/+4
* Ensure temporary memory is freed - pointed out by "Li, Ying (ESG)" <ying.li2@...Jeremy Allison2007-10-261-0/+1
* Fix popt bool problems (need POPT_ARG_NONE, not POPT_ARG_VALUE).Jeremy Allison2007-10-261-4/+4
* Move the horrible hack for link local addresses out of namequery.cJeremy Allison2007-10-262-30/+51
* Fix a few more sockaddr -> sockaddr_storgage.Jeremy Allison2007-10-261-3/+3
* one more struct in_addr => struct sockaddr_storageStefan Metzmacher2007-10-261-6/+12
* Fix bug in writing names into gencacheJeremy Allison2007-10-253-13/+6
* Fix resolve name to resolve IPv6 addresses of link-local%ifaddrJeremy Allison2007-10-254-100/+166
* Fix a mismatched interface where we were usingJeremy Allison2007-10-251-5/+5
* Fix cast typo - would have broken all dgram sends.Jeremy Allison2007-10-251-1/+1
* Fixed missing in_addr -> sockaddr_storage conversion (how didJeremy Allison2007-10-251-10/+14
* Fix reversed bool check for access. Found by kukks.Jeremy Allison2007-10-251-1/+1
* Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison2007-10-251-0/+5
|\
| * Try and fix the Solaris build by adding a missing defineJeremy Allison2007-10-251-0/+5
* | When doing reverse lookups actually look up the name, notJeremy Allison2007-10-251-1/+1
|/
* Ensure we don't terminate if we fail to bind to a socket,Jeremy Allison2007-10-251-1/+6
* [libreplace] define AI_NUMERICSERV as it's used in getaddrinfo.cmetze2007-10-251-0/+11
* [libreplace] move and fix getaddrinfo configure checksmetze2007-10-252-30/+33
* - include getaddrinfo.h after we have defined struct addrinfometze2007-10-253-16/+24
* [libreplace] if we replace types define the HAVE_<type> macrometze2007-10-251-0/+3
* [libreplace] move definition of struct addrinfo so that it can use socklen_tmetze2007-10-251-15/+13
* [libreplace] move define of a constant to near to the othersmetze2007-10-251-4/+4
* [libreplace] include socket_wrapper.h after we have typedef'ed socklen_tmetze2007-10-251-7/+7
* Don't terminate on an invalid address family.Jeremy Allison2007-10-241-1/+1
* We do support name lookups for host and service in our replacementJeremy Allison2007-10-241-5/+0
* This is a large patch (sorry). Migrate from struct in_addrJeremy Allison2007-10-2464-1489/+2235
* Fix for AIX interface code from Kyle Stemen <kstemen@centeris.com>Jeremy Allison2007-10-241-9/+16
* handle wellknown sids in winbindd_passwd.cStefan Metzmacher2007-10-241-1/+2
* [crash fix] don't use already free'ed memoryStefan Metzmacher2007-10-241-2/+2
* ignore source/cscope.outStefan Metzmacher2007-10-241-1/+2
* added a syncops VFS module for filesystems which do not guarantee meta-data o...Andrew Tridgell2007-10-233-1/+217
* Reorder pthread mutex check so that it doesn't output its resultJames Peach2007-10-221-12/+13
* r25573: Add my (C) as wellSimo Sorce2007-10-221-0/+1
* r25571: split up child_dispatch_table into domain, idmap and locator tablesStefan Metzmacher2007-10-225-41/+87
* r25570: move code of the locator child into its own fileStefan Metzmacher2007-10-223-64/+91
* r25569: move more idmap stuff into winbindd_idmap.cStefan Metzmacher2007-10-222-12/+12
* r25568: move idmap related functions into their own file.Stefan Metzmacher2007-10-223-741/+779
* r25567: make do_async() non staticStefan Metzmacher2007-10-221-6/+6
* Fix compile error caused by unknown variable.Gerald (Jerry) Carter2007-10-211-1/+1
* Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-testGerald (Jerry) Carter2007-10-211-0/+13
|\
| * Don't segfault if locking.tdb can't be openedVolker Lendecke2007-10-211-0/+13
* | Correct VERSION and version.c to use SAMBA_VERSION_VENDOR_PATCHGerald (Jerry) Carter2007-10-212-4/+4
|/