summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Collapse)AuthorAgeFilesLines
...
* net: Fix net lookup dsgetdcname, no need to pull site ourselves.Günther Deschner2008-05-221-12/+2
| | | | | Guenther (cherry picked from commit 954d0998c2c00140addb6ba3845e80ed91e4effc)
* dsgetdcname: add site support.Günther Deschner2008-05-221-4/+14
| | | | | Guenther (cherry picked from commit e305368538eaa72e3008a5517db3708936924297)
* dsgetdcname: check for invalid sitename/flag combinations.Günther Deschner2008-05-221-2/+7
| | | | | Guenther (cherry picked from commit 255e509474cae92802e90613ccaddb6627ee77cd)
* libads/cldap: store client sitename also keyed by dns domain name.Günther Deschner2008-05-221-0/+1
| | | | | Guenther (cherry picked from commit 0388b2f0cc4d14b005c5b42f2c17ddcbc8bef12a)
* dsgetdcname: In case we didn't get a mailslot reply, don't cache the nodestatus.Günther Deschner2008-05-221-1/+3
| | | | | Guenther (cherry picked from commit 12e47be02f93e2f41af5772f6a83568b3574d032)
* mailslot: Also pick domain name and pdc name from type 15 cldap reply.Günther Deschner2008-05-221-1/+22
| | | | | Guenther (cherry picked from commit 836877c4005ba081c0a4cc97726830d6dbd62d34)
* dsgetdcname: add reminder that we need to support ipv6 here once we know how.Günther Deschner2008-05-221-2/+4
| | | | | Guenther (cherry picked from commit 4b3617bf505a835a6d4bb9b80c4ad837a2082dea)
* dsgetdcname: make use of nbt_cldap_netlogon_15.Günther Deschner2008-05-222-9/+92
| | | | | Guenther (cherry picked from commit 5b0eda98f3d127399770f7a037ad3277dbe23393)
* re-run make idl.Günther Deschner2008-05-223-6/+384
| | | | | Guenther (cherry picked from commit 5a216d2340bb06a8866718d1b4b07265006bd900)
* IDL: Fix nbt_cldap_netlogon union, removing the default member.Günther Deschner2008-05-221-1/+16
| | | | | Guenther (cherry picked from commit a56d7999a445f7157f85e5636f5b2c5e471a98e2)
* IDL: Add nbt_cldap_netlogon_15.Günther Deschner2008-05-221-0/+19
| | | | | Guenther (cherry picked from commit 5e91bd1d2bfe458c6f8b3696f99e0f75e43cbae8)
* dsgetdcname: use existing messaging_context if possible.Günther Deschner2008-05-229-11/+31
| | | | | Guenther (cherry picked from commit 7889516a384c155a9045aad4409c041fddd0d98d)
* dsgetdcname: the forest name should never be empty.Günther Deschner2008-05-221-1/+1
| | | | | Guenther (cherry picked from commit 2c0a96f1e5fc065fdbeb5671cfa693009321dde8)
* Use strip_hostname after dsgetdcname/getdcname calls.Günther Deschner2008-05-224-21/+21
| | | | | Guenther (cherry picked from commit 82cbb3269b2e764c9c2a2fbcbe9c29feae07fb62)
* util: add strip_hostname() to strip of leading '\\'.Günther Deschner2008-05-221-0/+19
| | | | | Guenther (cherry picked from commit dbf96120d8b33e592bfd3e9df1777f1670e218be)
* dsgetdcname: add map_dc_and_domain_names() for consolidating returned names.Günther Deschner2008-05-221-50/+79
| | | | | Guenther (cherry picked from commit eb7fee6e2a00326c03aa013058247e06279a4930)
* cldap: move out cldap object to fix the build.Günther Deschner2008-05-223-86/+89
| | | | | Guenther (cherry picked from commit 56be9c98d24e64bf855439df21766d30f448f407)
* dsgetdcname: fix gencache store for dsgetdcname().Günther Deschner2008-05-221-20/+184
| | | | | | | | | While storing always a type 29 reply structure in gencache, we are now able to deliver correct data according to return flags such as DS_RETURN_FLAT_NAME and DS_RETURN_DNS_NAME out of the cached data from gencache. Guenther (cherry picked from commit c67b6dc0ca866781043e443177d550e23b83ae36)
* dsgetdcname: pure cosmetics.Günther Deschner2008-05-221-6/+6
| | | | | Guenther (cherry picked from commit 4b56c294e8ba045c84cab538b3d286e433d292ed)
* dsgetdcname: simply call ourself with DS_FORCE_REDISCOVERY after cache expiry.Günther Deschner2008-05-221-16/+8
| | | | | Guenther (cherry picked from commit 847f258632f6d49a3fd45f466c5d3d8c6222ff85)
* dsgetdcname: be more paranoid about the existance of an ip_address.Günther Deschner2008-05-221-6/+36
| | | | | Guenther (cherry picked from commit d13fe66f3d9ba152e3e8197ee6682e175163a6cd)
* dsgetdcname: remove invalid assumption in discover_dc_dns().Günther Deschner2008-05-221-5/+0
| | | | | Guenther (cherry picked from commit f48b2e844b673e99c84cb24f3c3718352ab93ce5)
* dsgetdcname: mailslot replies are identical to the cldap ones, use cldap ↵Günther Deschner2008-05-223-81/+61
| | | | | | | everywhere. Guenther (cherry picked from commit fe904ee77a7fec1674e9db660978c40c17897f77)
* Fix a C++ warningVolker Lendecke2008-05-221-2/+2
| | | | (cherry picked from commit e7a4027acf38bf5800d9d8ba477afb5daaf517ce)
* dsgetdcname: wait a little longer for mailslot replies.Günther Deschner2008-05-221-2/+2
| | | | | Guenther (cherry picked from commit bc0d7a90dcc7bf702b24feb16abf4634ff178671)
* dsgetdcname: map additional flags to nt_version.Günther Deschner2008-05-221-0/+2
| | | | | Guenther (cherry picked from commit 1009123b8600e6ccebe180f4a2f87c217638fef8)
* dsgetdcname: use make_dc_info_from_cldap_reply() for cldap replies.Günther Deschner2008-05-221-63/+21
| | | | | Guenther (cherry picked from commit a3e5b073f0474543ca74b40775ce1d7f80719c96)
* dsgetdcname: add make_dc_info_from_cldap_reply().Günther Deschner2008-05-221-0/+146
| | | | | Guenther (cherry picked from commit 9db2e50a20caabaf90ce03203a066ddd7820d33a)
* dsgetdcname: add get_cldap_reply_server_flags().Günther Deschner2008-05-221-0/+32
| | | | | Guenther (cherry picked from commit 3c05c56d4c0aac8106684cda3152c65299c63075)
* cldap: let ads_cldap_netlogon() return all possible cldap replies.Günther Deschner2008-05-224-21/+60
| | | | | Guenther (cherry picked from commit 6f9d5e1cc94bc90685b54c04622b8f3357bd2f69)
* dsgetdcname: add pull_mailslot_cldap_reply().Günther Deschner2008-05-221-0/+84
| | | | | Guenther (cherry picked from commit 95fb01d8702342265f8837a368dc42f4a4d394d5)
* dsgetdcname: add map_ds_flags_to_nt_version.Günther Deschner2008-05-221-0/+28
| | | | | Guenther (cherry picked from commit 1809ea22c31ee28e109f49701f91534177027165)
* gencache: add some const.Günther Deschner2008-05-221-1/+1
| | | | | Guenther (cherry picked from commit ec9f8c4cf67c82f4665ed51e4fd0181f5f147ea0)
* re-run make idl.Günther Deschner2008-05-223-3/+5
| | | | | Guenther (cherry picked from commit 4c0805220821719ad1db1590457ab66a577d26a7)
* IDL: make nbt_cldap_netlogon_29 public.Günther Deschner2008-05-221-1/+1
| | | | | Guenther (cherry picked from commit 7159cce8055d0197cfc1a9daa08d2370527ea3bc)
* re-run make idl.Günther Deschner2008-05-221-0/+36
| | | | | Guenther (cherry picked from commit 4bef77a4566590b3e20470f538f20848ed49f264)
* IDL: add missing case 14 and 15 to nbt_cldap_netlogon union.Günther Deschner2008-05-221-0/+2
| | | | | Guenther (cherry picked from commit 9fcda4627b1c1d2836b6cbd1141f4e843ecab115)
* dsgetdcname: remove invalid assumptions when using DNS for the DC query.Günther Deschner2008-05-221-11/+2
| | | | | Guenther (cherry picked from commit a81818ae54159755df441cc6421e5b272035f412)
* mailslot/cldap: use nt_version bits in queries.Günther Deschner2008-05-223-3/+9
| | | | | Guenther (cherry picked from commit b261f063125f8454d8f4e8f6b6f8aa5bc393ea34)
* dsgetdcname: use correct dc name for name cache store.Günther Deschner2008-05-221-1/+1
| | | | | Guenther (cherry picked from commit ce1556d0fb993b78f02ac4cc4f8a45ab7a0b5397)
* re-run make idl.Günther Deschner2008-05-223-20/+250
| | | | | Guenther (cherry picked from commit 14327b11baa18f185e747a321e75abe581d153d2)
* build: fix make everything.Günther Deschner2008-05-221-9/+16
| | | | | Guenther (cherry picked from commit d2cd011f4379ed2972c8e4c96f6757961fdceaee)
* IDL: add nbt_cldap_netlogon_29 which includes the next_closest_site.Günther Deschner2008-05-221-1/+28
| | | | | Guenther (cherry picked from commit 909c9ae7ecbaa1bcc38d5c9ebc10fc5fb9a7bf59)
* IDL: use nbt_netlogon_command in cldap replies.Günther Deschner2008-05-221-4/+6
| | | | | Guenther (cherry picked from commit bc92507fb425ae56568c72298b9d7e964ae372d0)
* build: fix some build dependencies.Günther Deschner2008-05-221-3/+6
| | | | | Guenther (cherry picked from commit 067a6931a23631dfb902fb4a180f3c44a5455d51)
* Re-run make idl.Günther Deschner2008-05-224-115/+197
| | | | | Guenther (cherry picked from commit 08b5758e00597a4828044c4d4ac97be0741b0cf2)
* IDL: use nbt_dc_sock_addr.Günther Deschner2008-05-221-10/+10
| | | | | Guenther (cherry picked from commit 5a46f34fa364dfb20d7de93164b56d08dc4fb427)
* IDL: move some netlogon DS flags to NBT where they actually showup first.Günther Deschner2008-05-222-12/+15
| | | | | Guenther (cherry picked from commit 163f17f84bc602f9944153854e42cf643c5c4768)
* IDL: use samr_AcctFlags in nbt_ntlogon_sam_logon.Günther Deschner2008-05-221-2/+2
| | | | | Guenther (cherry picked from commit 5f5658b3dc6407ca05368f657dc3296425844434)
* IDL: add nbt_netlogon_version.Günther Deschner2008-05-221-11/+24
| | | | | Guenther (cherry picked from commit 5963bbea82bf0c11158bd1db00710c3157299bcc)