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 b52fba5b2c63a24acbfc7e3e989c16b691d98162)
|
|
(This used to be commit edea162a0e11f03b4b6069388abbca099f097386)
|
|
(This used to be commit 842ab594124198453fc88f46ab83b712a7d34dc1)
|
|
(this does not change the file server role, and only really changes
what 'server signing = auto' means)
Optional signing really isn't any benifit to network security.
In doing so, allow anonymous clients (if permitted by policy) to log
in without signing, as Samba3 does not sign these connections (which
would use an all-zero key, so pointless).
Andrew Bartlett
(This used to be commit 468bf839c500ed1a26ab9a358ee64a4c0a695797)
|
|
Andrew Bartlett
(This used to be commit a89f9818180e8fb868975c444c4d0e5aaa8d4e79)
|
|
(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)
|
|
We still don't get the format inside the encrypted blob correct
however.
Andrew Bartlett
(This used to be commit 99a3abda09716c064b3e9a37c4a79a8f62444eca)
|
|
(This used to be commit c273d63f94c430a4f553085efb0d6e31a99e5853)
|
|
(This used to be commit b599b83a13db90b50a5422ff73daa63648b1e8cd)
|
|
(This used to be commit e8ba65c4db986fcedf7008d05d8f8846f78a98f1)
|
|
(This used to be commit 1897cef508c8bea817c510bd9023d794cb983864)
|
|
(This used to be commit d5c61f470d7aa6dd0e5a22e8718d53a69cbbc239)
|
|
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 3862f3132549332e0a44fad65d7c49a27e1dbd4a)
|
|
(This used to be commit 9c4905ed6703a38ff72be5990a036d0a79aebb9f)
|
|
(This used to be commit 9590805bcbdd1924eda5a69978ffac7ec7603451)
|
|
This is implemented by means of a message to the KDC, to avoid having
to link most of the KDC into netlogon.
Andrew Bartlett
(This used to be commit 82fcd7941f5c54da2d994c8bd99dd8d86299a296)
|
|
(This used to be commit cc1df3c002e6af25add3c8ae20e7efc2ab6f2fa8)
|
|
(This used to be commit 50502b3b8faf89cf5ad396102f4fe80eaa213908)
|
|
Guenther
(This used to be commit b57cbf62e8180c8fdb8f541c43358d36d8dbbdfa)
|
|
(This used to be commit f5212c64d23a28fa40a14b45a8d1c0181f01a6da)
|
|
Andrew Bartlett
(This used to be commit 91ae8dca254aa8c032daf0c87fa2a47760d32586)
|
|
(This used to be commit e5520706c88911c66b3ce5817e371900212ca083)
|
|
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)
|
|
Also check we get the defaults correct with a query in the torture
suite.
Andrew Bartlett
(This used to be commit b55a1b63cc2f7de889f046e975e3414bc5000613)
|
|
(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 f008c3b6ee324056fd9b63f6151ad6849640c959)
|
|
This makes it easy to set the expiry (or no expiry) for a samdb user
(This used to be commit 25171f18a4b242b5a731f4ac1eefc51cc82efd74)
|
|
(This used to be commit cf37126ac7b833a3a739b151157c296afc0c979c)
|