Age | Commit message (Expand) | Author | Files | Lines |
2009-05-29 | s3/getdcname: Fix 'net' crash. | Kumar Thangavelu | 1 | -2/+2 |
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 |
2008-12-13 | s3:dsgetdcname: retry with the clients site | Stefan Metzmacher | 1 | -6/+43 |
2008-11-06 | s3-dsgetdcname: fix reply generation (forgot to map nt1 to nt5ex). | Günther Deschner | 1 | -0/+2 |
2008-10-23 | Use sockaddr_storage only where we rely on the size, use sockaddr | Jelmer Vernooij | 1 | -1/+1 |
2008-10-05 | Fix an uninitialized variable warning | Volker Lendecke | 1 | -0/+2 |
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 |
2008-09-25 | s3-nbt: further cleanup of dsgetdcname(). | Günther Deschner | 1 | -163/+25 |
2008-09-24 | s3-nbt: use the new generated nbt. | Günther Deschner | 1 | -225/+97 |
2008-09-23 | s3: fix NETLOGON_NT_VERSION version flags. | Günther Deschner | 1 | -10/+10 |
2008-09-23 | s3: use samba4 prototype for ndr_push/pull_struct_blob. | Günther Deschner | 1 | -2/+2 |
2008-07-11 | Revert "Remove gencache_[un]lock_entry" | Volker Lendecke | 1 | -2/+10 |
2008-07-03 | Remove gencache_[un]lock_entry | Volker Lendecke | 1 | -10/+2 |
2008-06-17 | dsgetdcname: allow to use NULL mem_ctx. | Günther Deschner | 1 | -1/+1 |
2008-05-27 | dsgetdcname: use family (instead of sa_family). | Günther Deschner | 1 | -1/+1 |
2008-05-25 | Fix two bogus uninitalized variable warnings | Volker Lendecke | 1 | -1/+2 |
2008-05-16 | dsgetdcname: store client sitename for mailslot and cldap replies. | Günther Deschner | 1 | -0/+6 |
2008-05-15 | dsgetdcname: add site support. | Günther Deschner | 1 | -4/+14 |
2008-05-15 | dsgetdcname: check for invalid sitename/flag combinations. | Günther Deschner | 1 | -2/+7 |
2008-05-14 | dsgetdcname: In case we didn't get a mailslot reply, don't cache the nodestatus. | Günther Deschner | 1 | -1/+3 |
2008-05-09 | dsgetdcname: add reminder that we need to support ipv6 here once we know how. | Günther Deschner | 1 | -2/+4 |
2008-05-09 | dsgetdcname: make use of nbt_cldap_netlogon_15. | Günther Deschner | 1 | -8/+91 |
2008-05-09 | dsgetdcname: use existing messaging_context if possible. | Günther Deschner | 1 | -6/+16 |
2008-05-09 | dsgetdcname: the forest name should never be empty. | Günther Deschner | 1 | -1/+1 |
2008-05-09 | dsgetdcname: add map_dc_and_domain_names() for consolidating returned names. | Günther Deschner | 1 | -50/+79 |
2008-05-09 | cldap: move out cldap object to fix the build. | Günther Deschner | 1 | -84/+0 |
2008-05-09 | dsgetdcname: fix gencache store for dsgetdcname(). | Günther Deschner | 1 | -20/+184 |
2008-05-09 | dsgetdcname: pure cosmetics. | Günther Deschner | 1 | -6/+6 |
2008-05-09 | dsgetdcname: simply call ourself with DS_FORCE_REDISCOVERY after cache expiry. | Günther Deschner | 1 | -16/+8 |
2008-05-09 | dsgetdcname: be more paranoid about the existance of an ip_address. | Günther Deschner | 1 | -6/+36 |
2008-05-09 | dsgetdcname: remove invalid assumption in discover_dc_dns(). | Günther Deschner | 1 | -5/+0 |
2008-05-09 | dsgetdcname: mailslot replies are identical to the cldap ones, use cldap ever... | Günther Deschner | 1 | -60/+19 |
2008-05-09 | dsgetdcname: wait a little longer for mailslot replies. | Günther Deschner | 1 | -2/+2 |
2008-05-09 | dsgetdcname: map additional flags to nt_version. | Günther Deschner | 1 | -0/+2 |
2008-05-09 | dsgetdcname: use make_dc_info_from_cldap_reply() for cldap replies. | Günther Deschner | 1 | -63/+21 |
2008-05-09 | dsgetdcname: add make_dc_info_from_cldap_reply(). | Günther Deschner | 1 | -0/+146 |
2008-05-09 | dsgetdcname: add get_cldap_reply_server_flags(). | Günther Deschner | 1 | -0/+32 |
2008-05-09 | cldap: let ads_cldap_netlogon() return all possible cldap replies. | Günther Deschner | 1 | -4/+2 |
2008-05-09 | dsgetdcname: add pull_mailslot_cldap_reply(). | Günther Deschner | 1 | -0/+84 |
2008-05-09 | dsgetdcname: add map_ds_flags_to_nt_version. | Günther Deschner | 1 | -0/+28 |
2008-05-07 | dsgetdcname: remove invalid assumptions when using DNS for the DC query. | Günther Deschner | 1 | -11/+2 |
2008-05-06 | mailslot/cldap: use nt_version bits in queries. | Günther Deschner | 1 | -1/+4 |
2008-05-06 | dsgetdcname: use correct dc name for name cache store. | Günther Deschner | 1 | -1/+1 |
2008-04-24 | mailslot/dsgetdcname: do what XP does and request nt_version 11. | Günther Deschner | 1 | -5/+32 |
2008-04-24 | mailslot: allow to give back struct nbt_ntlogon_packet. | Günther Deschner | 1 | -1/+3 |
2008-04-24 | mailslot: allow to define nt_version in send_getdc_request(). | Günther Deschner | 1 | -1/+2 |
2008-04-22 | dsgetdcname: Fix discover_dc_dns(). | Günther Deschner | 1 | -2/+2 |
2008-04-22 | dsgetdcname: add very basic flat name support. | Günther Deschner | 1 | -9/+168 |