summaryrefslogtreecommitdiffstats
path: root/source3/libsmb/dsgetdcname.c
Commit message (Expand)AuthorAgeFilesLines
* s3-dsgetdcname: print IP address for LDAP ping.Günther Deschner2014-02-131-1/+3
* Add a talloc context to sitename_fetch().Jeremy Allison2013-09-051-2/+2
* lib: Add "mem_ctx" to gencache_get_data_blobVolker Lendecke2013-09-051-1/+2
* Optimization. Don't do the retry logic if sitename_fetch() returned NULL, we ...Jeremy Allison2013-09-041-1/+5
* Move the retry logic when site_name is passed in a NULL or "" to the wrapper ...Jeremy Allison2013-09-041-4/+21
* Move the manipulation of site_name into the caller function dsgetdcname().Jeremy Allison2013-09-041-15/+19
* Refactor dsgetdcname to be called via a wrapper function.Jeremy Allison2013-09-041-5/+26
* dsgetdcname_cache_fetch() doesn't use the site_name parameter so don't pass it.Jeremy Allison2013-09-041-2/+1
* s3-param: Make lp_name_resolve_order() return a listAndrew Bartlett2012-07-191-1/+2
* Move source3/libads/dns.c to lib/addnsSimo Sorce2012-05-231-1/+1
* s3-ads-dns: Avoid unnecessary dependenciesSimo Sorce2012-05-231-1/+8
* s3-ads-dns: Break dependency on lp_parmSimo Sorce2012-05-231-8/+15
* Fix bug #8953 - winbind can hang as nbt_getdc() has no timeout.Jeremy Allison2012-05-221-1/+1
* s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()Andrew Bartlett2011-06-091-2/+2
* s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett2011-06-091-3/+3
* s3: fix some -Wunused-but-set-variable build warnings.Günther Deschner2011-05-301-2/+0
* s3-libads Pass a struct sockaddr_storage to cldap routinesAndrew Bartlett2011-04-281-1/+2
* s3: Fix some typos in dsgetdcnameVolker Lendecke2011-04-251-3/+3
* s3: "port" is not used in dsgetdcnameVolker Lendecke2011-04-251-3/+0
* 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