summaryrefslogtreecommitdiffstats
path: root/source3/libsmb/namequery.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Got "medieval on our ass" about adding the -1 to slprintf.Jeremy Allison2001-04-081-1/+1
* Separated reg code into interface & implementation.Jeremy Allison2001-02-251-5/+1
* Fixes to libsmbclient so it will work when browsing real Windows systems whichRichard Sharpe2001-02-181-0/+153
* Merge of i18n fixes from appliance branch. Samba can now talk to a networkTim Potter2001-02-141-0/+2
* Fixes from appliance-head for pdc searches.Jeremy Allison2001-01-251-18/+1
* implemented a much nicer name_status() interface. It now returns aAndrew Tridgell2000-12-201-167/+122
* Fixed bug found by Gerald. If a Samba server joins a domain and is setJeremy Allison2000-12-191-2/+2
* exposed the broadcast name resolution routine outside namequery.cAndrew Tridgell2000-12-111-4/+4
* Rolled back find NetBIOS name of PDC/BDC code as a temp fix. ThisJeremy Allison2000-10-271-1/+60
* Fix to allow smbd to call winbindd if it is running for all group enumeration,Jeremy Allison2000-10-131-1/+1
* Replaced "\\MAILSLOT\\NET\\NETLOGON" with NET_LOGON_MAILSLOT constant.Tim Potter2000-08-251-1/+1
* First shot at actually *doing* WINS failover.Christopher R. Hertel2000-08-111-1/+8
* Instead of handing back a string (which might be a DNS name or an IPChristopher R. Hertel2000-07-191-1/+1
* First cut toward adding WINS server failover.Christopher R. Hertel2000-07-191-3/+3
* An improved version of the Negative Query Response fix. The earlier fixChristopher R. Hertel2000-07-121-10/+37
* Quick change to short-circuit WINS queries if the WINS server returns aChristopher R. Hertel2000-07-091-6/+20
* first pass at merging rpcclient from TNG to HEAD. You can get aGerald Carter2000-07-031-0/+63
* Getting back to a compilable state (not there yet but close).Jeremy Allison2000-06-011-2/+2
* Added sys_fork() and sys_getpid() functions to stop the overheadJeremy Allison2000-05-021-1/+1
* include/byteorder.h: ALIGN4/ALIGN2 macros.Jeremy Allison2000-04-111-1/+1
* changed the definition of dos_PutUniCodeAndrew Tridgell2000-03-271-2/+1
* this looks like a big commit, but it isn't really :)Andrew Tridgell2000-01-071-5/+4
* added suppport for unexpected udp/138 packetsAndrew Tridgell2000-01-031-236/+166
* added the unexpected packet database (unexpected.tdb)Andrew Tridgell2000-01-031-144/+113
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-279/+548
* reenabled retry_time (commented out accidentally in name_status)Luke Leighton1999-12-051-1/+1
* argh! how horrible! spent ages working out why packets weren't beingLuke Leighton1999-12-041-15/+13