summaryrefslogtreecommitdiffstats
path: root/source/libsmb/namequery.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* argh. trying to get the nmb agent code to filter out "self" packets.Luke Leighton1999-12-041-9/+3
* jeremy is going to hate me for this.Luke Leighton1999-12-041-18/+56
* default SID map now reads in "trusted domains" from smb.conf.Luke Leighton1999-12-021-3/+5
* updated \PIPE\wkssvc commands to use new abstracted connection system.Luke Leighton1999-11-271-8/+26
* whoa. _major_ restructure of rpcclient. fixed some buuugs, created a few.Luke Leighton1999-11-261-0/+24
* Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.Jeremy Allison1998-11-171-1/+1
* fixed lmhosts parsing. We were using sizeof(name) where name was char*Andrew Tridgell1998-11-161-3/+2
* largely rewrote smbpasswd so that the code is understandable. ThisAndrew Tridgell1998-11-121-6/+6
* lib/charcnv.c: Improved debug comment.Jeremy Allison1998-11-061-48/+69
* set recursion desired for bcast name queryAndrew Tridgell1998-10-141-1/+1
* - fixed a bunch of warnings and minor errorsAndrew Tridgell1998-10-081-1/+1
* - modified resolve_name() to take a name_typeAndrew Tridgell1998-10-041-148/+173
* support NetServerEnum in smbwrapper. You can now do a ls in /smb/ andAndrew Tridgell1998-10-041-1/+40
* Changes to test in configure if capabilities are enabled on a system.Jeremy Allison1998-09-281-4/+4
* bounds check next_token() to prevent possible buffer overflowsAndrew Tridgell1998-08-311-5/+5
* configure: Changes for extra headers.Jeremy Allison1998-08-151-2/+2
* merge from the autoconf2 branch to the main branchAndrew Tridgell1998-07-291-1/+1
* namequery.c: Fixed SGI IRIX 5.x compiler problem.Jeremy Allison1998-05-141-1/+3
* This is a security audit change of the main source.Jeremy Allison1998-05-121-12/+12
* Changes to allow Samba to be compiled with -Wstrict-prototypesJeremy Allison1998-04-131-4/+3
* if the resolve order is blank then assume "host"Andrew Tridgell1998-04-121-0/+2
* chgpasswd.c, ipc.c, loadparm.c: Added boolean "unix password sync"Jeremy Allison1998-03-271-4/+4
* Fixes for the static data bugs & incorrect use of strtokJeremy Allison1998-03-171-7/+11
* Adding the same change as was added to 1.9.18 branch to add theJeremy Allison1998-03-161-0/+263