Age | Commit message (Collapse) | Author | Files | Lines |
|
(This used to be commit e5a27773f97d7017cfa345799c6803fd82c8e797)
|
|
Michael
(This used to be commit 0d9f3dfc4c139938ee57b6cf60c29cf4ce404be7)
|
|
(cherry picked from commit d4f5b5255f9b95050ddd9d67bd3958402be77918)
(This used to be commit c8154142d97ccf973feb36d77f932c893fda0af5)
|
|
(This used to be commit d4f5caa3d38b5afc1e8b3d0e0c6d7d68a152fe0a)
|
|
(This used to be commit 0311d171970e888754cf614adfdfc1f8e0f5b04e)
|
|
Samba 4.
(This used to be commit 3f821e8c88665a1e6a3d07a438cd978527306221)
|
|
(This used to be commit 07b0323472b78d49cff06b78924c3015bea52a30)
|
|
(This used to be commit 7eb6bfca40d9ecc225e40661093697edd07699e6)
|
|
(This used to be commit 98b2fbef5273b055242e24490736b0c9677b1732)
|
|
This is a fix for a few small inefficiencies/bugs in the get_dcs() path.
* because the third add_one_dc_unique() loop was outside the ADS check all DCs
returned from the non-sitename lookup were being tacked onto the dc_name_ip
list twice.
* add_one_dc_unique() now checks if the given IP address already exists before
adding it to the list, making the returned list actually unique
* added more thorough doxygen comment headers
(This used to be commit cb2d488e1dbd90953c496c5e25d648977884f7e3)
|
|
Guenther
(This used to be commit 18a26f08b6fab4119a1421a7ca59c32dde8bb8cb)
|
|
-Tag replaceables
-Fix typos
-Unify indentation
Karolin
(This used to be commit 872defd1d29e1d7a4fc8aba90f689110599444e5)
|
|
Jeremy
(This used to be commit 4f2de29723bb7e588e6c9440649b57d56d10b587)
|
|
This reverts commit 8594edf666c29fd4ddf1780da842683dd81483b6.
(This used to be commit ad462e2e2d025a7fc23e7dea32b2b442b528970b)
|
|
to do so may result in lost data. Fix an ifdef check, I really think we meant to check HAVE_MMAP here.
(This used to be commit 74c8575b3f3b90ea21ae6aa7ccd95947838af956)
|
|
(This used to be commit 8e4dca3b9416d9b5e535bda5e4befc073bfc1641)
|
|
(This used to be commit 32cb45c962c822bd79a7d0f666f2f6037060b324)
|
|
(This used to be commit 9c4905ed6703a38ff72be5990a036d0a79aebb9f)
|
|
Guenther
(This used to be commit b57cbf62e8180c8fdb8f541c43358d36d8dbbdfa)
|
|
(This used to be commit f5212c64d23a28fa40a14b45a8d1c0181f01a6da)
|
|
Guenther
(This used to be commit 977fec76b77639403ba9ab7bb00c57601e23493d)
|
|
(This used to be commit 9336cd1c5e5b5d113cd4912d4479dfe609fe261e)
|
|
(This used to be commit 56ecec50130aa948a431427285aed4b28a5647e8)
|
|
(This used to be commit 544d1fd19a7e85af5f522c5b6b4b68c6beb093a6)
|
|
The following test program prints "8" on 64-bit :-)
static void print_size(const char lenbuf[4])
{
printf("sizeof(lenbuf) = %d\n", (int)sizeof(lenbuf));
}
int main(void)
{
const char lenbuf[4];
print_size(lenbuf);
return 0;
}
Jeremy, please check :-)
Volker
(This used to be commit 9daea0ccfdda58450be3c9a9a94c016f5900c319)
|
|
(This used to be commit 67c0835226e189deba5856710a1dea19ac5f30fd)
|
|
Jeremy, please check!
(This used to be commit 6579005e6490f1a99b3860627ba51decaeb864bd)
|
|
The scanner did not figure out that we always have a primary domain, so it
complained about us potentially passing a NULL pointer down to
set_domain_online_request() where it is dereferenced.
Make the code a bit clearer.
(This used to be commit e6e8d108f95ed974f98f3f57adcfbbde4e00fad9)
|
|
(This used to be commit 882297edc024c146f24fc9f847d2b0b813f93fc7)
|
|
Pointed out by SATOH Fumiyasu <fumiyas@osstech.jp>.
Jeremy.
(This used to be commit 4f60348c0a934123a8e15bc741076366f6713390)
|
|
Michael
(This used to be commit 8343dd5c3a124b9c705f2b71e3747542e193da7e)
|
|
Michael
(This used to be commit f570071e558f09a3155e9065ec7c73c83e27fd1a)
|
|
This is a workaround, until we have proper creation
of libnss_winbind.so.2 and .so as a symlink from the Makefile.
Michael
(This used to be commit f48070b8798db7be1197dba18b759cf50eb121d8)
|
|
and comment on commented out libnss_wins.so installation
Michael
(This used to be commit 590744d6ca78624334a1b351bb7ade2de3047afc)
|
|
Michael
(This used to be commit 54e3a6dcb2aaa8dc07d3cfbfb9abb950428b1010)
|
|
Use --libdir instead of --with-libdir .
Use new --with-modulesdir to separate LIBDIR and MODULESDIR.
This makes post "make install" hacks unnecessary.
Michael
(This used to be commit a87c0cc084a583d6eafac9fc83093ef29ba9809a)
|
|
Michael
(This used to be commit 8686ceb9ada5ed3239edccd830ab6aeb007e6750)
|
|
Michael
(This used to be commit d18075524fa6b83fbb86aa0010c6190136e99865)
|
|
Michael
(This used to be commit 81cc1af1e699e454fbb1d12636d002f845231006)
|
|
Michael
(This used to be commit 96d1c780bf9524b929e6026776602a5288aea73d)
|
|
Guenther
(This used to be commit e572ede9995a66ae452ab25018b8df16101a2c2a)
|
|
Guenther
(This used to be commit 62e7b4aa32051bce34c890cb41270e5fe31111ca)
|
|
It needs to try the dns domain name for the
ads connection.
Guenther
(This used to be commit 918eae8221bb8c24084cad96556e4d8c3685e314)
|
|
Guenther
(This used to be commit e69eb09c1819eb4ea4bba7c3b3b0f8b6da789632)
|
|
Guenther
(This used to be commit 2f6f888d9cf89abf55767dc43a9e3d5de68bbcfb)
|
|
Guenther
(This used to be commit 3babf758f49d6b08af8bd41c1dc8bd8de11a3893)
|
|
Guenther
(This used to be commit 11a2eecf2a92dceef2b89bbfa08abcfb71bcaf7a)
|
|
Guenther
(This used to be commit 10345cb987f8652f5e94e612910bfcd0478b26bc)
|
|
Guenther
(This used to be commit c022ec38521e7ff655fc12807fcfd0e4f056e18b)
|
|
Guenther
(This used to be commit b3ccc9a447c380e2898606b8f392f8bec9f40dc9)
|