summaryrefslogtreecommitdiff
path: root/source3/libsmb/dsgetdcname.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-05Add a talloc context to sitename_fetch().Jeremy Allison1-2/+2
2013-09-05lib: Add "mem_ctx" to gencache_get_data_blobVolker Lendecke1-1/+2
2013-09-04Optimization. Don't do the retry logic if sitename_fetch() returned NULL, we ...Jeremy Allison1-1/+5
2013-09-04Move the retry logic when site_name is passed in a NULL or "" to the wrapper ...Jeremy Allison1-4/+21
2013-09-04Move the manipulation of site_name into the caller function dsgetdcname().Jeremy Allison1-15/+19
2013-09-04Refactor dsgetdcname to be called via a wrapper function.Jeremy Allison1-5/+26
2013-09-04dsgetdcname_cache_fetch() doesn't use the site_name parameter so don't pass it.Jeremy Allison1-2/+1
2012-07-19s3-param: Make lp_name_resolve_order() return a listAndrew Bartlett1-1/+2
2012-05-23Move source3/libads/dns.c to lib/addnsSimo Sorce1-1/+1
2012-05-23s3-ads-dns: Avoid unnecessary dependenciesSimo Sorce1-1/+8
2012-05-23s3-ads-dns: Break dependency on lp_parmSimo Sorce1-8/+15
2012-05-22Fix bug #8953 - winbind can hang as nbt_getdc() has no timeout.Jeremy Allison1-1/+1
2011-06-09s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()Andrew Bartlett1-2/+2
2011-06-09s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett1-3/+3
2011-05-30s3: fix some -Wunused-but-set-variable build warnings.Günther Deschner1-2/+0
2011-04-28s3-libads Pass a struct sockaddr_storage to cldap routinesAndrew Bartlett1-1/+2
2011-04-25s3: Fix some typos in dsgetdcnameVolker Lendecke1-3/+3
2011-04-25s3: "port" is not used in dsgetdcnameVolker Lendecke1-3/+0
2011-02-27s3: Make is_zero_addr take a sockaddr_storageVolker Lendecke1-1/+1
2011-01-07s3: Use the new nbt_getdc in dsgetdcname()Volker Lendecke1-20/+7
2011-01-01s3: Remove unused mem_ctx arg from set_getdc_requestVolker Lendecke1-1/+1
2010-11-20s3: Remove a #define used just onceVolker Lendecke1-2/+2
2010-11-14Fix the unexpected.tdb database problem. Change nmbd to store theJeremy Allison1-1/+7
2010-09-23s3-dsgetdcname: always pass in messaging context.Günther Deschner1-26/+2
2010-07-01s3-libads: move ads_dns out of main includes.Günther Deschner1-0/+1
2010-05-31s3: only use netlogon/nbt header when needed.Günther Deschner1-0/+2
2010-05-18s3: Remove use of iconv_convenience.Jelmer Vernooij1-2/+2
2010-05-06s3: only include gen_ndr headers where needed.Günther Deschner1-0/+1
2010-04-27nbt: samlogon/netlogon structures - unify denominationsMatthias Dieter Wallnöfer1-7/+7
2010-04-18s3: Fix a memleak in discover_dc_netbiosVolker Lendecke1-0/+3
2010-02-23s3 move the sitename cache in its own fileSimo Sorce1-0/+1
2010-02-23s3: Consolidate server_id_self into the equivalent procid_self()Volker Lendecke1-1/+1
2009-11-09s3: Try to avoid dns searches with an empty siteVolker Lendecke1-1/+1
2009-10-02ds-flags: use the new name DS_DNS_FOREST_ROOTAndrew Tridgell1-1/+1
2009-09-23s3:gencache: Add a "was_expired" argument to gencache_get_data_blobVolker Lendecke1-1/+1
2009-08-25Add some const to dsgetdcnameVolker Lendecke1-5/+5
2009-08-20s3:dsgetdcname: Fix a crash in dsgetdcnameVolker Lendecke1-0/+2
2009-08-20s3:dsgetdcname: Inline dsgetdcname_cache_refreshVolker Lendecke1-26/+7
2009-07-28(Hopefully) fix the problem Kai reported withJeremy Allison1-2/+3
2009-07-15Consolidate string and data_blob routines in gencacheVolker Lendecke1-8/+7
2009-07-15Remove gencache_init/shutdownVolker Lendecke1-12/+0
2009-07-15Remove gencache_[un]lock_keyVolker Lendecke1-6/+0
2009-05-29s3/getdcname: Fix 'net' crash.Kumar Thangavelu1-2/+2
2009-04-28Fix a type-punned warningVolker Lendecke1-1/+1
2009-03-24s3:dsgetdcname: use parentheses in if condition to make negation clearBjörn Jacke1-1/+1
2008-12-13s3:dsgetdcname: retry with the clients siteStefan Metzmacher1-6/+43
2008-11-06s3-dsgetdcname: fix reply generation (forgot to map nt1 to nt5ex).Günther Deschner1-0/+2
2008-10-23Use sockaddr_storage only where we rely on the size, use sockaddrJelmer Vernooij1-1/+1
2008-10-05Fix an uninitialized variable warningVolker Lendecke1-0/+2
2008-10-02The IRIX compiler does not like embedded unnamed unionsVolker Lendecke1-10/+10