Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-07-01 | s3-libads: move ads_dns out of main includes. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2010-05-31 | s3: only use netlogon/nbt header when needed. | Günther Deschner | 1 | -0/+2 | |
Guenther | |||||
2010-05-18 | s3: Remove use of iconv_convenience. | Jelmer Vernooij | 1 | -2/+2 | |
2010-05-06 | s3: only include gen_ndr headers where needed. | Günther Deschner | 1 | -0/+1 | |
This shrinks include/includes.h.gch by the size of 7 MB and reduces build time as follows: ccache build w/o patch real 4m21.529s ccache build with patch real 3m6.402s pch build w/o patch real 4m26.318s pch build with patch real 3m6.932s Guenther | |||||
2010-04-27 | nbt: samlogon/netlogon structures - unify denominations | Matthias Dieter Wallnöfer | 1 | -7/+7 | |
2010-04-18 | s3: Fix a memleak in discover_dc_netbios | Volker Lendecke | 1 | -0/+3 | |
2010-02-23 | s3 move the sitename cache in its own file | Simo Sorce | 1 | -0/+1 | |
2010-02-23 | s3: Consolidate server_id_self into the equivalent procid_self() | Volker Lendecke | 1 | -1/+1 | |
2009-11-09 | s3: Try to avoid dns searches with an empty site | Volker Lendecke | 1 | -1/+1 | |
2009-10-02 | ds-flags: use the new name DS_DNS_FOREST_ROOT | Andrew Tridgell | 1 | -1/+1 | |
Update to use the new DS_DNS_FOREST_ROOT name, which makes it clearer what this bit means (according to MS-ADTS doc) | |||||
2009-09-23 | s3:gencache: Add a "was_expired" argument to gencache_get_data_blob | Volker Lendecke | 1 | -1/+1 | |
This is set to true if the routine returns failure due to an existing but expired entry. | |||||
2009-08-25 | Add some const to dsgetdcname | Volker Lendecke | 1 | -5/+5 | |
2009-08-20 | s3:dsgetdcname: Fix a crash in dsgetdcname | Volker Lendecke | 1 | -0/+2 | |
When returning NT_STATUS_OK we can't leave *info == NULL, this crashes in is_closest_site called from dsgetdcname(). Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2009-08-20 | s3:dsgetdcname: Inline dsgetdcname_cache_refresh | Volker Lendecke | 1 | -26/+7 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2009-07-28 | (Hopefully) fix the problem Kai reported with | Jeremy Allison | 1 | -2/+3 | |
net ads leave and IPv6. Ensure all DC lookups prefer IPv4. Jeremy. | |||||
2009-07-15 | Consolidate string and data_blob routines in gencache | Volker Lendecke | 1 | -8/+7 | |
2009-07-15 | Remove gencache_init/shutdown | Volker Lendecke | 1 | -12/+0 | |
gencache_get/set/del/iterate call gencache_init() internally anyway. And we've been very lazy calling gencache_shutdown, so this seems not really required. | |||||
2009-07-15 | Remove gencache_[un]lock_key | Volker Lendecke | 1 | -6/+0 | |
2009-05-29 | s3/getdcname: Fix 'net' crash. | Kumar Thangavelu | 1 | -2/+2 | |
'net' command crashed when attempting to join a domain. This occurred in a very specific case where the DC had multiple IPs and one of the IPs was invalid. Signed-off-by: Volker Lendecke <vl@samba.org> | |||||
2009-04-28 | Fix a type-punned warning | Volker Lendecke | 1 | -1/+1 | |
2009-03-24 | s3:dsgetdcname: use parentheses in if condition to make negation clear | Björn Jacke | 1 | -1/+1 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2008-12-13 | s3:dsgetdcname: retry with the clients site | Stefan Metzmacher | 1 | -6/+43 | |
metze | |||||
2008-11-06 | s3-dsgetdcname: fix reply generation (forgot to map nt1 to nt5ex). | Günther Deschner | 1 | -0/+2 | |
Guenther | |||||
2008-10-23 | Use sockaddr_storage only where we rely on the size, use sockaddr | Jelmer Vernooij | 1 | -1/+1 | |
otherwise (to clarify we can also pass in structs smaller than sockaddr_storage, such as sockaddr_in). | |||||
2008-10-05 | Fix an uninitialized variable warning | Volker Lendecke | 1 | -0/+2 | |
Not sure if we can ever not get domain and dns_domain, but gcc complained | |||||
2008-10-02 | The IRIX compiler does not like embedded unnamed unions | Volker Lendecke | 1 | -10/+10 | |
2008-10-02 | Attempt to fix the build on IRIX | Volker Lendecke | 1 | -1/+1 | |
Under irix, "sa_family" is a #define to sa_union.sa_generic.sa_family2 | |||||
2008-09-25 | s3-nbt: further cleanup of dsgetdcname(). | Günther Deschner | 1 | -163/+25 | |
Guenther | |||||
2008-09-24 | s3-nbt: use the new generated nbt. | Günther Deschner | 1 | -225/+97 | |
Guenther | |||||
2008-09-23 | s3: fix NETLOGON_NT_VERSION version flags. | Günther Deschner | 1 | -10/+10 | |
Guenther | |||||
2008-09-23 | s3: use samba4 prototype for ndr_push/pull_struct_blob. | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2008-07-11 | Revert "Remove gencache_[un]lock_entry" | Volker Lendecke | 1 | -2/+10 | |
This reverts commit 7a5a575ffe5196caecedc93970a25abfbe6f8059. (This used to be commit 62e444dd50ae974c2ab9a553cdf7f188a8f2c538) | |||||
2008-07-03 | Remove gencache_[un]lock_entry | Volker Lendecke | 1 | -10/+2 | |
Günther agreed that it might be unnecessary in dsgetdcname_cache_store() :-) (This used to be commit 7a5a575ffe5196caecedc93970a25abfbe6f8059) | |||||
2008-06-17 | dsgetdcname: allow to use NULL mem_ctx. | Günther Deschner | 1 | -1/+1 | |
Guenther (This used to be commit d20353d30c2e08a6c6d67ae8b8c2faa26004249c) | |||||
2008-05-27 | dsgetdcname: use family (instead of sa_family). | Günther Deschner | 1 | -1/+1 | |
Guenther (This used to be commit 355fb81e9e42e507717f33a11793258db9169199) | |||||
2008-05-25 | Fix two bogus uninitalized variable warnings | Volker Lendecke | 1 | -1/+2 | |
(This used to be commit 194ea682d9a5c12a0125fecc20349ca9cc3d3ea1) | |||||
2008-05-16 | dsgetdcname: store client sitename for mailslot and cldap replies. | Günther Deschner | 1 | -0/+6 | |
Guenther (This used to be commit a01ed719c31998620927dc9b1664ba8e36bd9b21) | |||||
2008-05-15 | dsgetdcname: add site support. | Günther Deschner | 1 | -4/+14 | |
Guenther (This used to be commit e305368538eaa72e3008a5517db3708936924297) | |||||
2008-05-15 | dsgetdcname: check for invalid sitename/flag combinations. | Günther Deschner | 1 | -2/+7 | |
Guenther (This used to be commit 255e509474cae92802e90613ccaddb6627ee77cd) | |||||
2008-05-14 | dsgetdcname: In case we didn't get a mailslot reply, don't cache the nodestatus. | Günther Deschner | 1 | -1/+3 | |
Guenther (This used to be commit 12e47be02f93e2f41af5772f6a83568b3574d032) | |||||
2008-05-09 | dsgetdcname: add reminder that we need to support ipv6 here once we know how. | Günther Deschner | 1 | -2/+4 | |
Guenther (This used to be commit 4b3617bf505a835a6d4bb9b80c4ad837a2082dea) | |||||
2008-05-09 | dsgetdcname: make use of nbt_cldap_netlogon_15. | Günther Deschner | 1 | -8/+91 | |
Guenther (This used to be commit 5b0eda98f3d127399770f7a037ad3277dbe23393) | |||||
2008-05-09 | dsgetdcname: use existing messaging_context if possible. | Günther Deschner | 1 | -6/+16 | |
Guenther (This used to be commit 7889516a384c155a9045aad4409c041fddd0d98d) | |||||
2008-05-09 | dsgetdcname: the forest name should never be empty. | Günther Deschner | 1 | -1/+1 | |
Guenther (This used to be commit 2c0a96f1e5fc065fdbeb5671cfa693009321dde8) | |||||
2008-05-09 | dsgetdcname: add map_dc_and_domain_names() for consolidating returned names. | Günther Deschner | 1 | -50/+79 | |
Guenther (This used to be commit eb7fee6e2a00326c03aa013058247e06279a4930) | |||||
2008-05-09 | cldap: move out cldap object to fix the build. | Günther Deschner | 1 | -84/+0 | |
Guenther (This used to be commit 56be9c98d24e64bf855439df21766d30f448f407) | |||||
2008-05-09 | dsgetdcname: fix gencache store for dsgetdcname(). | Günther Deschner | 1 | -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 (This used to be commit c67b6dc0ca866781043e443177d550e23b83ae36) | |||||
2008-05-09 | dsgetdcname: pure cosmetics. | Günther Deschner | 1 | -6/+6 | |
Guenther (This used to be commit 4b56c294e8ba045c84cab538b3d286e433d292ed) | |||||
2008-05-09 | dsgetdcname: simply call ourself with DS_FORCE_REDISCOVERY after cache expiry. | Günther Deschner | 1 | -16/+8 | |
Guenther (This used to be commit 847f258632f6d49a3fd45f466c5d3d8c6222ff85) | |||||
2008-05-09 | dsgetdcname: be more paranoid about the existance of an ip_address. | Günther Deschner | 1 | -6/+36 | |
Guenther (This used to be commit d13fe66f3d9ba152e3e8197ee6682e175163a6cd) |