summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix resolve name to resolve IPv6 addresses of link-local%ifaddrJeremy Allison2007-10-254-100/+166
| | | | | Jeremy. (This used to be commit e6609cab732d5cd5cc9a5ae50aee15147f2ec6ec)
* Fix a mismatched interface where we were usingJeremy Allison2007-10-251-5/+5
| | | | | | uint32 instead of enum lsa_SidType. Jeremy. (This used to be commit 2df8252ff76406bfe57cd76e9927b5056e89e6ae)
* Fix cast typo - would have broken all dgram sends.Jeremy Allison2007-10-251-1/+1
| | | | | Jeremy. (This used to be commit 17ea899f39e80241afa235cb933695ba6bae846a)
* Fixed missing in_addr -> sockaddr_storage conversion (how didJeremy Allison2007-10-251-10/+14
| | | | | | I miss this...). Jeremy. (This used to be commit f982774c8d95c48355bbd821c8224fadb8bb303e)
* Fix reversed bool check for access. Found by kukks.Jeremy Allison2007-10-251-1/+1
| | | | | | Thanks ! Jeremy. (This used to be commit a13e8bd39de978d69666b8aeb884d943885a3605)
* Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into ↵Jeremy Allison2007-10-251-0/+5
|\ | | | | | | | | | | v3-2-test (This used to be commit ec891be53cc4042baf418c1f7b037a11e5055273)
| * Try and fix the Solaris build by adding a missing defineJeremy Allison2007-10-251-0/+5
| | | | | | | | | | | | (from Jerry). Jeremy (This used to be commit a68bbea0d42cc64b9fa731ab2a1da82ef30937c6)
* | When doing reverse lookups actually look up the name, notJeremy Allison2007-10-251-1/+1
|/ | | | | | just the numeric address (doh!) :-). Jeremy. (This used to be commit 9aa9ecd8cc29d055d78f16b8fb2156ec04063c42)
* Ensure we don't terminate if we fail to bind to a socket,Jeremy Allison2007-10-251-1/+6
| | | | | | only fail if we can't bind to any socket. Jeremy. (This used to be commit 2ec6224b552ef86fa1739c9e396c39c7ec6c76c6)
* [libreplace] define AI_NUMERICSERV as it's used in getaddrinfo.cmetze2007-10-251-0/+11
| | | | | | | metze git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_4_0@25728 0c0555d6-39d7-0310-84fc-f1cc0bd64818 (This used to be commit 11a977aa0757801fb0fa805b123e7bc75c8be447)
* [libreplace] move and fix getaddrinfo configure checksmetze2007-10-252-30/+33
| | | | | | | | | | - move getaddrinfo check into getaddrinfo.m4 - add getaddrinfo.o to LIBREPLACEOBJ so that we really build the replacements metze git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_4_0@25726 0c0555d6-39d7-0310-84fc-f1cc0bd64818 (This used to be commit de01c503f4d16b8c3c0ad75225cf0b1822fd8c7f)
* - include getaddrinfo.h after we have defined struct addrinfometze2007-10-253-16/+24
| | | | | | | | | | - use rep_ instead of pg_ as prefix in getaddrinfo.[ch] - define HAVE_<name> macros when we replace functions metze git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_4_0@25724 0c0555d6-39d7-0310-84fc-f1cc0bd64818 (This used to be commit e56977ea459b3615d33237d19ed8e7ad8b509853)
* [libreplace] if we replace types define the HAVE_<type> macrometze2007-10-251-0/+3
| | | | | | | | | this is needed as heimdal's roken.h also tries to replace the types metze git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_4_0@25718 0c0555d6-39d7-0310-84fc-f1cc0bd64818 (This used to be commit b81d8bc43cd7167a5cd4b18c26ba3eecf75043eb)
* [libreplace] move definition of struct addrinfo so that it can use socklen_tmetze2007-10-251-15/+13
| | | | | | | metze git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_4_0@25715 0c0555d6-39d7-0310-84fc-f1cc0bd64818 (This used to be commit 45150075677451b48ce56ebdce96aca1ed13fa80)
* [libreplace] move define of a constant to near to the othersmetze2007-10-251-4/+4
| | | | | | | metze git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_4_0@25714 0c0555d6-39d7-0310-84fc-f1cc0bd64818 (This used to be commit fa120f7c50d0084e7d887811e5fa59ae3bcfe53e)
* [libreplace] include socket_wrapper.h after we have typedef'ed socklen_tmetze2007-10-251-7/+7
| | | | | | | metze git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_4_0@25713 0c0555d6-39d7-0310-84fc-f1cc0bd64818 (This used to be commit f1d434a132e424f2fdce59d51a7c398988c1474d)
* Don't terminate on an invalid address family.Jeremy Allison2007-10-241-1/+1
| | | | | Jeremy. (This used to be commit d04a8a6cdcc505e0244882a9abb7174eadbf81a7)
* We do support name lookups for host and service in our replacementJeremy Allison2007-10-241-5/+0
| | | | | | code - remove the restrictions from the original Postgres code. Jeremy. (This used to be commit bc9008aa1dcb66890795f0ff2d3046da7df867d9)
* This is a large patch (sorry). Migrate from struct in_addrJeremy Allison2007-10-2464-1489/+2235
| | | | | | | | | | | | | | to struct sockaddr_storage in most places that matter (ie. not the nmbd and NetBIOS lookups). This passes make test on an IPv4 box, but I'll have to do more work/testing on IPv6 enabled boxes. This should now give us a framework for testing and finishing the IPv6 migration. It's at the state where someone with a working IPv6 setup should (theorecically) be able to type : smbclient //ipv6-address/share and have it work. Jeremy. (This used to be commit 98e154c3125d5732c37a72d74b0eb5cd7b6155fd)
* Fix for AIX interface code from Kyle Stemen <kstemen@centeris.com>Jeremy Allison2007-10-241-9/+16
| | | | | Jeremy. (This used to be commit 4d4ab9aeb9d85b4c98cbf8a8363a9cefecd4b365)
* handle wellknown sids in winbindd_passwd.cStefan Metzmacher2007-10-241-1/+2
| | | | | metze (This used to be commit 251bd4ea4cdd0a751ed3b91562272221af148e37)
* [crash fix] don't use already free'ed memoryStefan Metzmacher2007-10-241-2/+2
| | | | | | | | | (found by "make valgrindtest" and my "start winbindd on make test" patch) metze (cherry picked from commit fe21e48489852720a05b305b251e4f5cbb200f7a) (cherry picked from commit 26d8a1ad20c10da495970c584983fbd261b4946e) (This used to be commit a128a8805e172738334ec6854548f138c335058b)
* added a syncops VFS module for filesystems which do not guarantee meta-data ↵Andrew Tridgell2007-10-233-1/+217
| | | | | | operations are immediately committed to disk in stable form. Essential for clustered Samba setups (This used to be commit 8b19cb17b9ae9e1cd4a96df6e7dedb75aff7ee96)
* Reorder pthread mutex check so that it doesn't output its resultJames Peach2007-10-221-12/+13
| | | | | in the middle of the output for the winbind nss check. (This used to be commit 1eddefa72cefd0c6836ddbe8eaef074ce732b0d9)
* r25573: Add my (C) as wellSimo Sorce2007-10-221-0/+1
| | | | | (cherry picked from commit a024e27e7136deb87aeed995348a1c494a850ce6) (This used to be commit 37ee6f498b175b8f3b7e75eba8dd7c709327384c)
* r25571: split up child_dispatch_table into domain, idmap and locator tablesStefan Metzmacher2007-10-225-41/+87
| | | | | | metze (cherry picked from commit abbb36a37c1dba2218a6c7ec31739eba5f250127) (This used to be commit 5af1b45ed31043f952ec141d0f5f2973aec69d1a)
* r25570: move code of the locator child into its own fileStefan Metzmacher2007-10-223-64/+91
| | | | | metze (This used to be commit 56640908a6367acfdfd53568a0d329c13330e5eb)
* r25569: move more idmap stuff into winbindd_idmap.cStefan Metzmacher2007-10-222-12/+12
| | | | | | metze (cherry picked from commit 953229f040580071f6ee09413f67f7edd3227728) (This used to be commit 590954407b5badfb9d6b8fb55077dc6a520fb816)
* r25568: move idmap related functions into their own file.Stefan Metzmacher2007-10-223-741/+779
| | | | | | | | | the final goal is to have 3 child dispatch tables 'domain', 'idmap' and 'locator' instead of one. metze (cherry picked from commit 97c63f1b95190f3bcc1d9f34765934c97ffb720c) (This used to be commit a1c354866c04a305aa28a287dc6c72db1aa845a9)
* r25567: make do_async() non staticStefan Metzmacher2007-10-221-6/+6
| | | | | | metze (cherry picked from commit badc714d7f82f8d7c21ecfeab137efb57e970210) (This used to be commit d623b2fa710cfe7ef85b7e9dd84b274b081841ae)
* Fix compile error caused by unknown variable.Gerald (Jerry) Carter2007-10-211-1/+1
| | | | (This used to be commit dfef16ac4318b460a5bd29475eb395c1905a5cd8)
* Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-testGerald (Jerry) Carter2007-10-211-0/+13
|\ | | | | | | (This used to be commit 33f690b3de03dc300590c3f69718f608b104a529)
| * Don't segfault if locking.tdb can't be openedVolker Lendecke2007-10-211-0/+13
| | | | | | | | | | Thanks to Steve Langasek <vorlon@debian.org> (This used to be commit 67328bd27b1e881a4bcdd5160133afa9a267eaac)
* | Correct VERSION and version.c to use SAMBA_VERSION_VENDOR_PATCHGerald (Jerry) Carter2007-10-212-4/+4
|/ | | | | which is used by mkversion.sh. (This used to be commit a62c7f9350322ab435244eafe6053fd5ee618973)
* Fix two type-punned warningsVolker Lendecke2007-10-211-3/+3
| | | | (This used to be commit 04d660bbb371f859cc50a9f3ea7d358f74acfa8b)
* fix move to OPT_LOG_STDOUTStefan Metzmacher2007-10-201-1/+1
| | | | | metze (This used to be commit 97f47e39139cef738a5f02980a0792417e0d365e)
* Fix an incompatible pointer type warningVolker Lendecke2007-10-191-2/+2
| | | | (This used to be commit 3c50caa9620899f982cd4a833356d965f47ec843)
* Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into v3-2-testGerald (Jerry) Carter2007-10-195-31/+32
|\ | | | | | | (This used to be commit 23d3db0c229fe5e1d69f890d87c2be39b356ffb5)
| * Add test for "struct in6_addr" to the HAVE_IPV6 configure test.Gerald (Jerry) Carter2007-10-195-13/+14
| | | | | | | | | | | | | | Also make use of "if defined(HAVE_IPV6)" rather than testing for AF_INET6 since this is not sufficient on HP-UX 11.11 to ensure a working IPv6 implementation. (This used to be commit 620785df4e57b72471ff0315e22e0d2f28a2b1a5)
| * Move the test for the AIX specific interface code to the end.Gerald (Jerry) Carter2007-10-191-18/+18
| | | | | | | | | | | | | | This tests goes into an infinite loop on OS X so avoid it. Probably should also be only conditionaly be run on AIX in the first place. (This used to be commit 641d0968da73dca24a3ddaf93451de1200d3c09b)
| * Fix a crash in resolve_hosts() caused by an out-of-bounds array reference.Gerald (Jerry) Carter2007-10-191-1/+2
| | | | | | | | (This used to be commit bafcede2c29813f8719fc3b54f94612e72c48043)
* | Streamline logic, reducing the amount of indentation.Michael Adam2007-10-191-16/+15
| | | | | | | | | | Michael (This used to be commit aae3d04e30a0e6f21f661da3dc6a2835d31ce964)
* | Fix a crash in resolve_hosts() caused by an out-of-bounds array reference.Gerald (Jerry) Carter2007-10-191-1/+2
|/ | | | (This used to be commit fd28d09a95b31bdbc6babd13c5a4ed9fc9ef4bfd)
* Fix the popt / bool issues. Some places we used BOOLJeremy Allison2007-10-1915-88/+205
| | | | | | | where we meant int. Fix this. Thanks to metze for pointing this out. Jeremy. (This used to be commit 793a9d24a163cb6cf5a3a0aa5ae30e9f8cf4744a)
* Merge Tridge's fix for the winbind 32/64bit padding.Günther Deschner2007-10-192-3/+3
| | | | | Guenther (This used to be commit 36578b22f12a7de21df5a795d7702c10d19b1f3d)
* fix startup of smbd, nmbd, winbinddStefan Metzmacher2007-10-193-20/+14
| | | | | | | | | | | | | | | jra: POPT_ARG_VAL arguments need int values. I assume there're more places like this in the cmdline tools. Please fix this properly, as my commit is just a hack to get make test working again. in samba4 we have a workaround for this see smbd/server.c metze (This used to be commit 9cb1937fe8601e526b5c924930500e0a3b52abd5)
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-18446-5335/+5308
| | | | | | | | bugs in various places whilst doing this (places that assumed BOOL == int). I also need to fix the Samba4 pidl generation (next checkin). Jeremy. (This used to be commit f35a266b3cbb3e5fa6a86be60f34fe340a3ca71f)
* remove reference to removed codeStefan Metzmacher2007-10-181-4/+0
| | | | | | | see commit 9e5ad21e6793981a01f63f2de1c4d496ade0bb54 metze (This used to be commit ea3173a9457f9095a70d401abfd1af8c913211a0)
* Add net rap file userKarolin Seeger2007-10-182-7/+22
| | | | (This used to be commit 2972c97e5e676964585de930601f083c19080735)
* don't skip some tests which samba3 passes (at least on my laptop)Stefan Metzmacher2007-10-181-3/+3
| | | | | metze (This used to be commit d70ddad2e8fc2f533fb9211223c172c25878254e)