summaryrefslogtreecommitdiff
path: root/source3/libsmb/dsgetdcname.c
AgeCommit message (Expand)AuthorFilesLines
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 Deschner1-60/+19
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-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-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 Deschner1-1/+3
2008-04-24mailslot: allow to define nt_version in send_getdc_request().Günther Deschner1-1/+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-21cldap: avoid duplicate definitions so remove ads_cldap.h.Günther Deschner1-7/+7
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-17dsgetdcname: Fix discover_dc_dns.Günther Deschner1-14/+26
2008-03-28Remove unneeded pack_dsdcinfo/unpack_dsdcinfo.Günther Deschner1-144/+0
2008-03-28Use NDR for netr_DsRGetDCNameInfo un-/marshalling in dsgetdcname.Günther Deschner1-16/+26
2008-02-28Let dsgetdcname() return a struct netr_DsRGetDCNameInfo.Günther Deschner1-77/+67
2008-01-29Eliminate remote tree of dsgetdcname (which will happen in libnetapi then).Günther Deschner1-100/+14
2008-01-11As long as DsGetDcName is not part of libnetapi, lowercase the fn name.Günther Deschner1-38/+38
2008-01-07Refactor our DsGetDcName call a bit (before it will move into libnetapi).Günther Deschner1-16/+101
2007-12-05Remove some globalsVolker Lendecke1-2/+1
2007-11-27Remove some staticsVolker Lendecke1-1/+1
2007-10-29Change our DNS code to cope with AAAA records. A6 recordsJeremy Allison1-6/+8
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-6/+6
2007-10-10Add start of IPv6 implementation. Currently most of this is avoidingJeremy Allison1-1/+1
2007-10-10r24797: Fix logic in dsgetdcname().Günther Deschner1-1/+1
2007-10-10r24782: Fix C++ warningsVolker Lendecke1-3/+4
2007-10-10r24776: Remove accidentially commited flag checks.Günther Deschner1-8/+0
2007-10-10r24749: Increase debuglevel.Günther Deschner1-1/+1
2007-10-10r24742: Add experimental DsGetDcName() call (will be used by krb5 locator for...Günther Deschner1-0/+955