summaryrefslogtreecommitdiffstats
path: root/source3/libsmb/namequery.c
Commit message (Expand)AuthorAgeFilesLines
* fix bug #190; WINS server was getting marked as dead when it was not.Gerald Carter2003-07-031-2/+14
* large change:Gerald Carter2003-06-251-371/+327
* * s/get_dc_name/rpc_dc_name/g (revert a previous change)Gerald Carter2003-06-231-2/+9
* Forward port the app-head changes for dc name cache into 3.0.Jeremy Allison2003-06-131-14/+25
* Revert a patch that somehow slipped in...Volker Lendecke2003-05-081-2/+2
* This puts real netlogon connection caching to winbind. This becomesVolker Lendecke2003-05-081-2/+2
* Writable string const fixes.Jeremy Allison2003-03-051-1/+1
* Correctly check for inet_addr fail. Patch from gregor.7@osu.edu.Jeremy Allison2003-02-171-2/+5
* Merge from HEAD - mimir's new gencache based namecache code.Andrew Bartlett2003-01-041-6/+4
* [merge] remove assert(count ==1) for multi-homed PDCs; CR 1277Gerald Carter2002-12-041-3/+22
* Doing janitorial duty for tpot - memory leak fix.Jeremy Allison2002-12-041-0/+2
* Fixup of ordered cleanup of get_dc_list - bug found by Dominik 'Aeneas' Schni...Jeremy Allison2002-12-011-27/+10
* [merge from APP_HEAD]Gerald Carter2002-11-231-22/+104
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-8/+9
* Merge of get_dc_list() api change from HEAD.Tim Potter2002-11-061-13/+46
* sync 3.0 branch with headJelmer Vernooij2002-08-171-9/+58
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-391/+271
* small change in name_resolve_bcast()Jean-François Micouleau2002-04-041-1/+1
* Don't try to sort a list of zero length in internal_resolve_name()Tim Potter2002-03-191-1/+1
* Ensure that winbindd and smbd both use identical logic to find dc's.Jeremy Allison2002-02-281-8/+8
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Spelling fixes.Tim Potter2002-01-201-0/+2
* Made a debug look nicer.Tim Potter2002-01-171-1/+2
* Merge of name_status_find() debugs.Tim Potter2002-01-161-5/+18
* cope with direct IP addresses in resolve_name()Andrew Tridgell2002-01-111-0/+5
* make sure resolve_name() only returns valid IP addressesAndrew Tridgell2002-01-111-4/+13
* Merge from appliance-head:Tim Potter2002-01-091-4/+72
* Add a touch of constAndrew Bartlett2002-01-051-1/+1
* Fix up funtion name, as this finds local, not domain master browsers.Andrew Bartlett2001-12-041-2/+2
* I think the lookup_pdc_name() should be called lookup_dc_name() and theTim Potter2001-11-291-21/+22
* Cross merge to make 2.2 and HEAD closer.Jeremy Allison2001-11-281-9/+6
* increment the value not the pointerAndrew Tridgell2001-11-261-1/+1
* Use "password server" for searching for BDC's also as Tim suggested.Jeremy Allison2001-11-251-6/+8
* W2K doesn't seem to respond to *#0 names in node status. Ensure nameJeremy Allison2001-11-211-8/+55
* LMHOSTSFILE is now dynamically configured too.Martin Pool2001-11-191-1/+1
* Add function to add those hosts who have added msbrowse (domain master browsers)Steve French2001-11-071-0/+8
* Got serious about const again.Jeremy Allison2001-11-041-2/+2
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-2/+0
* typoSimo Sorce2001-09-171-5/+2
* move to SAFE_FREE()Simo Sorce2001-09-171-12/+9
* convert more code to use XFILEAndrew Tridgell2001-09-101-13/+13
* Make sure that if there are no interfaces, name_register_wins does notRichard Sharpe2001-09-091-0/+7
* Fuss, fuss, fuss...Christopher R. Hertel2001-08-291-2/+2
* Should be dbgtext, not dbg_text.Tim Potter2001-08-291-2/+2
* Patched to ensure that it won't break HEAD.Christopher R. Hertel2001-08-291-6/+10
* Realloc fix.Jeremy Allison2001-08-191-3/+13
* strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell2001-07-041-2/+2
* The big character set handling changeover!Andrew Tridgell2001-07-041-4/+3
* Removed silly Get_Hostbyname() wrapper as DNS names are case-insensitiveTim Potter2001-06-181-1/+1
* Fix from "Darrin B. Jewell" <jewell@bdi.com> to allow anything other thanJeremy Allison2001-04-151-4/+12