summaryrefslogtreecommitdiff
path: root/source3/libsmb/namequery.c
AgeCommit message (Expand)AuthorFilesLines
2002-01-20Spelling fixes.Tim Potter1-0/+2
2002-01-17Made a debug look nicer.Tim Potter1-1/+2
2002-01-16Merge of name_status_find() debugs.Tim Potter1-5/+18
2002-01-11cope with direct IP addresses in resolve_name()Andrew Tridgell1-0/+5
2002-01-11make sure resolve_name() only returns valid IP addressesAndrew Tridgell1-4/+13
2002-01-09Merge from appliance-head:Tim Potter1-4/+72
2002-01-05Add a touch of constAndrew Bartlett1-1/+1
2001-12-04Fix up funtion name, as this finds local, not domain master browsers.Andrew Bartlett1-2/+2
2001-11-29I think the lookup_pdc_name() should be called lookup_dc_name() and theTim Potter1-21/+22
2001-11-28Cross merge to make 2.2 and HEAD closer.Jeremy Allison1-9/+6
2001-11-26increment the value not the pointerAndrew Tridgell1-1/+1
2001-11-25Use "password server" for searching for BDC's also as Tim suggested.Jeremy Allison1-6/+8
2001-11-21W2K doesn't seem to respond to *#0 names in node status. Ensure nameJeremy Allison1-8/+55
2001-11-19LMHOSTSFILE is now dynamically configured too.Martin Pool1-1/+1
2001-11-07Add function to add those hosts who have added msbrowse (domain master browsers)Steve French1-0/+8
2001-11-04Got serious about const again.Jeremy Allison1-2/+2
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-2/+0
2001-09-17typoSimo Sorce1-5/+2
2001-09-17move to SAFE_FREE()Simo Sorce1-12/+9
2001-09-10convert more code to use XFILEAndrew Tridgell1-13/+13
2001-09-09Make sure that if there are no interfaces, name_register_wins does notRichard Sharpe1-0/+7
2001-08-29Fuss, fuss, fuss...Christopher R. Hertel1-2/+2
2001-08-29Should be dbgtext, not dbg_text.Tim Potter1-2/+2
2001-08-29Patched to ensure that it won't break HEAD.Christopher R. Hertel1-6/+10
2001-08-19Realloc fix.Jeremy Allison1-3/+13
2001-07-04strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell1-2/+2
2001-07-04The big character set handling changeover!Andrew Tridgell1-4/+3
2001-06-18Removed silly Get_Hostbyname() wrapper as DNS names are case-insensitiveTim Potter1-1/+1
2001-04-15Fix from "Darrin B. Jewell" <jewell@bdi.com> to allow anything other thanJeremy Allison1-4/+12
2001-04-08Got "medieval on our ass" about adding the -1 to slprintf.Jeremy Allison1-1/+1
2001-02-25Separated reg code into interface & implementation.Jeremy Allison1-5/+1
2001-02-18Fixes to libsmbclient so it will work when browsing real Windows systems whichRichard Sharpe1-0/+153
2001-02-14Merge of i18n fixes from appliance branch. Samba can now talk to a networkTim Potter1-0/+2
2001-01-25Fixes from appliance-head for pdc searches.Jeremy Allison1-18/+1
2000-12-20implemented a much nicer name_status() interface. It now returns aAndrew Tridgell1-167/+122
2000-12-19Fixed bug found by Gerald. If a Samba server joins a domain and is setJeremy Allison1-2/+2
2000-12-11exposed the broadcast name resolution routine outside namequery.cAndrew Tridgell1-4/+4
2000-10-27Rolled back find NetBIOS name of PDC/BDC code as a temp fix. ThisJeremy Allison1-1/+60
2000-10-13Fix to allow smbd to call winbindd if it is running for all group enumeration,Jeremy Allison1-1/+1
2000-08-25Replaced "\\MAILSLOT\\NET\\NETLOGON" with NET_LOGON_MAILSLOT constant.Tim Potter1-1/+1
2000-08-11First shot at actually *doing* WINS failover.Christopher R. Hertel1-1/+8
2000-07-19Instead of handing back a string (which might be a DNS name or an IPChristopher R. Hertel1-1/+1
2000-07-19First cut toward adding WINS server failover.Christopher R. Hertel1-3/+3
2000-07-12An improved version of the Negative Query Response fix. The earlier fixChristopher R. Hertel1-10/+37
2000-07-09Quick change to short-circuit WINS queries if the WINS server returns aChristopher R. Hertel1-6/+20
2000-07-03first pass at merging rpcclient from TNG to HEAD. You can get aGerald Carter1-0/+63
2000-06-01Getting back to a compilable state (not there yet but close).Jeremy Allison1-2/+2
2000-05-02Added sys_fork() and sys_getpid() functions to stop the overheadJeremy Allison1-1/+1
2000-04-11include/byteorder.h: ALIGN4/ALIGN2 macros.Jeremy Allison1-1/+1
2000-03-27changed the definition of dos_PutUniCodeAndrew Tridgell1-2/+1