summaryrefslogtreecommitdiff
path: root/source3/libsmb/dsgetdcname.c
Commit message (Expand)AuthorAgeFilesLines
* Optimization. Don't do the retry logic if sitename_fetch() returned NULL, we ...Jeremy Allison2013-09-061-1/+5
* Move the retry logic when site_name is passed in a NULL or "" to the wrapper ...Jeremy Allison2013-09-061-4/+21
* Move the manipulation of site_name into the caller function dsgetdcname().Jeremy Allison2013-09-061-15/+19
* Refactor dsgetdcname to be called via a wrapper function.Jeremy Allison2013-09-061-5/+26
* dsgetdcname_cache_fetch() doesn't use the site_name parameter so don't pass it.Jeremy Allison2013-09-061-2/+1
* Fix bug #8953 - winbind can hang as nbt_getdc() has no timeout.Jeremy Allison2012-05-311-1/+1
* s3: Make is_zero_addr take a sockaddr_storageVolker Lendecke2011-02-271-1/+1
* s3: Use the new nbt_getdc in dsgetdcname()Volker Lendecke2011-01-071-20/+7
* s3: Remove unused mem_ctx arg from set_getdc_requestVolker Lendecke2011-01-011-1/+1
* s3: Remove a #define used just onceVolker Lendecke2010-11-201-2/+2
* Fix the unexpected.tdb database problem. Change nmbd to store theJeremy Allison2010-11-141-1/+7
* s3-dsgetdcname: always pass in messaging context.Günther Deschner2010-09-231-26/+2
* s3-libads: move ads_dns out of main includes.Günther Deschner2010-07-011-0/+1
* s3: only use netlogon/nbt header when needed.Günther Deschner2010-05-311-0/+2
* s3: Remove use of iconv_convenience.Jelmer Vernooij2010-05-181-2/+2
* s3: only include gen_ndr headers where needed.Günther Deschner2010-05-061-0/+1
* nbt: samlogon/netlogon structures - unify denominationsMatthias Dieter Wallnöfer2010-04-271-7/+7
* s3: Fix a memleak in discover_dc_netbiosVolker Lendecke2010-04-181-0/+3
* s3 move the sitename cache in its own fileSimo Sorce2010-02-231-0/+1
* s3: Consolidate server_id_self into the equivalent procid_self()Volker Lendecke2010-02-231-1/+1
* s3: Try to avoid dns searches with an empty siteVolker Lendecke2009-11-091-1/+1
* ds-flags: use the new name DS_DNS_FOREST_ROOTAndrew Tridgell2009-10-021-1/+1
* s3:gencache: Add a "was_expired" argument to gencache_get_data_blobVolker Lendecke2009-09-231-1/+1
* Add some const to dsgetdcnameVolker Lendecke2009-08-251-5/+5
* s3:dsgetdcname: Fix a crash in dsgetdcnameVolker Lendecke2009-08-201-0/+2
* s3:dsgetdcname: Inline dsgetdcname_cache_refreshVolker Lendecke2009-08-201-26/+7
* (Hopefully) fix the problem Kai reported withJeremy Allison2009-07-281-2/+3
* Consolidate string and data_blob routines in gencacheVolker Lendecke2009-07-151-8/+7
* Remove gencache_init/shutdownVolker Lendecke2009-07-151-12/+0
* Remove gencache_[un]lock_keyVolker Lendecke2009-07-151-6/+0
* s3/getdcname: Fix 'net' crash.Kumar Thangavelu2009-05-291-2/+2
* Fix a type-punned warningVolker Lendecke2009-04-281-1/+1
* s3:dsgetdcname: use parentheses in if condition to make negation clearBjörn Jacke2009-03-241-1/+1
* s3:dsgetdcname: retry with the clients siteStefan Metzmacher2008-12-131-6/+43
* s3-dsgetdcname: fix reply generation (forgot to map nt1 to nt5ex).Günther Deschner2008-11-061-0/+2
* Use sockaddr_storage only where we rely on the size, use sockaddrJelmer Vernooij2008-10-231-1/+1
* Fix an uninitialized variable warningVolker Lendecke2008-10-051-0/+2
* The IRIX compiler does not like embedded unnamed unionsVolker Lendecke2008-10-021-10/+10
* Attempt to fix the build on IRIXVolker Lendecke2008-10-021-1/+1
* s3-nbt: further cleanup of dsgetdcname().Günther Deschner2008-09-251-163/+25
* s3-nbt: use the new generated nbt.Günther Deschner2008-09-241-225/+97
* s3: fix NETLOGON_NT_VERSION version flags.Günther Deschner2008-09-231-10/+10
* s3: use samba4 prototype for ndr_push/pull_struct_blob.Günther Deschner2008-09-231-2/+2
* Revert "Remove gencache_[un]lock_entry"Volker Lendecke2008-07-111-2/+10
* Remove gencache_[un]lock_entryVolker Lendecke2008-07-031-10/+2
* dsgetdcname: allow to use NULL mem_ctx.Günther Deschner2008-06-171-1/+1
* dsgetdcname: use family (instead of sa_family).Günther Deschner2008-05-271-1/+1
* Fix two bogus uninitalized variable warningsVolker Lendecke2008-05-251-1/+2
* dsgetdcname: store client sitename for mailslot and cldap replies.Günther Deschner2008-05-161-0/+6
* dsgetdcname: add site support.Günther Deschner2008-05-151-4/+14