summaryrefslogtreecommitdiff
path: root/source3/libsmb
AgeCommit message (Expand)AuthorFilesLines
2008-05-16dsgetdcname: store client sitename for mailslot and cldap replies.Günther Deschner1-0/+6
2008-05-15dsgetdcname: add site support.Günther Deschner1-4/+14
2008-05-15dsgetdcname: check for invalid sitename/flag combinations.Günther Deschner1-2/+7
2008-05-14dsgetdcname: In case we didn't get a mailslot reply, don't cache the nodestatus.Günther Deschner1-1/+3
2008-05-14mailslot: Also pick domain name and pdc name from type 15 cldap reply.Günther Deschner1-1/+22
2008-05-13Fix signing problem in the client with transs requestsVolker Lendecke1-0/+3
2008-05-13Revert "Fix signing bug found by Volker. That one was *subtle*."Volker Lendecke2-5/+88
2008-05-09dsgetdcname: add reminder that we need to support ipv6 here once we know how.Günther Deschner1-2/+4
2008-05-09dsgetdcname: make use of nbt_cldap_netlogon_15.Günther Deschner1-8/+91
2008-05-09dsgetdcname: use existing messaging_context if possible.Günther Deschner1-6/+16
2008-05-09dsgetdcname: the forest name should never be empty.Günther Deschner1-1/+1
2008-05-09dsgetdcname: add map_dc_and_domain_names() for consolidating returned names.Günther Deschner1-50/+79
2008-05-09cldap: move out cldap object to fix the build.Günther Deschner1-84/+0
2008-05-09dsgetdcname: fix gencache store for dsgetdcname().Günther Deschner1-20/+184
2008-05-09dsgetdcname: pure cosmetics.Günther Deschner1-6/+6
2008-05-09dsgetdcname: simply call ourself with DS_FORCE_REDISCOVERY after cache expiry.Günther Deschner1-16/+8
2008-05-09dsgetdcname: be more paranoid about the existance of an ip_address.Günther Deschner1-6/+36
2008-05-09dsgetdcname: remove invalid assumption in discover_dc_dns().Günther Deschner1-5/+0
2008-05-09dsgetdcname: mailslot replies are identical to the cldap ones, use cldap ever...Günther Deschner2-81/+60
2008-05-09dsgetdcname: wait a little longer for mailslot replies.Günther Deschner1-2/+2
2008-05-09dsgetdcname: map additional flags to nt_version.Günther Deschner1-0/+2
2008-05-09dsgetdcname: use make_dc_info_from_cldap_reply() for cldap replies.Günther Deschner1-63/+21
2008-05-09dsgetdcname: add make_dc_info_from_cldap_reply().Günther Deschner1-0/+146
2008-05-09dsgetdcname: add get_cldap_reply_server_flags().Günther Deschner1-0/+32
2008-05-09cldap: let ads_cldap_netlogon() return all possible cldap replies.Günther Deschner1-4/+2
2008-05-09dsgetdcname: add pull_mailslot_cldap_reply().Günther Deschner1-0/+84
2008-05-09dsgetdcname: add map_ds_flags_to_nt_version.Günther Deschner1-0/+28
2008-05-07dsgetdcname: remove invalid assumptions when using DNS for the DC query.Günther Deschner1-11/+2
2008-05-06build: fix the build w/o ldap.Günther Deschner1-1/+3
2008-05-06mailslot/cldap: use nt_version bits in queries.Günther Deschner1-1/+4
2008-05-06dsgetdcname: use correct dc name for name cache store.Günther Deschner1-1/+1
2008-05-05Fix a C++ warningVolker Lendecke1-2/+2
2008-05-05Fix client authentication with -P switch in client tools (Bug 5435).Günther Deschner1-2/+20
2008-04-30ntlmssp: replace UNKNOWN_02000000 with NTLMSSP_NEGOTIATE_VERSION.Günther Deschner1-3/+5
2008-04-29errors: add WERR_NOT_FOUND.Günther Deschner1-0/+1
2008-04-25errors: add WERR_INVALID_DOMAINNAME.Günther Deschner1-0/+1
2008-04-25Refactoring: Make cli_pipe_auth_data a pointer off rpc_pipe_clientVolker Lendecke1-1/+1
2008-04-24mailslot/dsgetdcname: do what XP does and request nt_version 11.Günther Deschner1-5/+32
2008-04-24mailslot: allow to give back struct nbt_ntlogon_packet.Günther Deschner2-2/+13
2008-04-24mailslot: make sure we are looking at the correct reply structure.Günther Deschner1-4/+21
2008-04-24mailslot: allow to define nt_version in send_getdc_request().Günther Deschner2-3/+5
2008-04-22build: fix the build.Günther Deschner1-2/+2
2008-04-22dsgetdcname: Fix discover_dc_dns().Günther Deschner1-2/+2
2008-04-22dsgetdcname: add very basic flat name support.Günther Deschner1-9/+168
2008-04-21Remove the "pwd" struct from rpc_pipe_clientVolker Lendecke1-7/+3
2008-04-21cldap: avoid duplicate definitions so remove ads_cldap.h.Günther Deschner2-8/+8
2008-04-21cldap: add talloc context to ads_cldap_netlogon().Günther Deschner1-2/+2
2008-04-21libads: Use libnbt for CLDAP reply parsing.Günther Deschner1-18/+16
2008-04-21winbind: pass down existing talloc context.Günther Deschner1-4/+4
2008-04-21winbind: Use libnbt for NTLOGON SAMLOGON mailslot request and reply.Günther Deschner1-102/+105