summaryrefslogtreecommitdiff
path: root/source3/libsmb/namequery.c
AgeCommit message (Expand)AuthorFilesLines
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
2000-01-07this looks like a big commit, but it isn't really :)Andrew Tridgell1-5/+4
2000-01-03added suppport for unexpected udp/138 packetsAndrew Tridgell1-236/+166
2000-01-03added the unexpected packet database (unexpected.tdb)Andrew Tridgell1-144/+113
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-279/+548
1999-12-05reenabled retry_time (commented out accidentally in name_status)Luke Leighton1-1/+1
1999-12-04argh! how horrible! spent ages working out why packets weren't beingLuke Leighton1-15/+13
1999-12-04argh. trying to get the nmb agent code to filter out "self" packets.Luke Leighton1-9/+3
1999-12-04jeremy is going to hate me for this.Luke Leighton1-18/+56
1999-12-02default SID map now reads in "trusted domains" from smb.conf.Luke Leighton1-3/+5
1999-11-27updated \PIPE\wkssvc commands to use new abstracted connection system.Luke Leighton1-8/+26
1999-11-26whoa. _major_ restructure of rpcclient. fixed some buuugs, created a few.Luke Leighton1-0/+24