summaryrefslogtreecommitdiff
path: root/source3/libsmb/namequery.c
AgeCommit message (Expand)AuthorFilesLines
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
1998-11-17Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.Jeremy Allison1-1/+1
1998-11-16fixed lmhosts parsing. We were using sizeof(name) where name was char*Andrew Tridgell1-3/+2
1998-11-12largely rewrote smbpasswd so that the code is understandable. ThisAndrew Tridgell1-6/+6
1998-11-06lib/charcnv.c: Improved debug comment.Jeremy Allison1-48/+69
1998-10-14set recursion desired for bcast name queryAndrew Tridgell1-1/+1
1998-10-08- fixed a bunch of warnings and minor errorsAndrew Tridgell1-1/+1
1998-10-04- modified resolve_name() to take a name_typeAndrew Tridgell1-148/+173
1998-10-04support NetServerEnum in smbwrapper. You can now do a ls in /smb/ andAndrew Tridgell1-1/+40
1998-09-28Changes to test in configure if capabilities are enabled on a system.Jeremy Allison1-4/+4
1998-08-31bounds check next_token() to prevent possible buffer overflowsAndrew Tridgell1-5/+5
1998-08-15configure: Changes for extra headers.Jeremy Allison1-2/+2
1998-07-29merge from the autoconf2 branch to the main branchAndrew Tridgell1-1/+1
1998-05-14namequery.c: Fixed SGI IRIX 5.x compiler problem.Jeremy Allison1-1/+3
1998-05-12This is a security audit change of the main source.Jeremy Allison1-12/+12
1998-04-13Changes to allow Samba to be compiled with -Wstrict-prototypesJeremy Allison1-4/+3
1998-04-12if the resolve order is blank then assume "host"Andrew Tridgell1-0/+2
1998-03-27chgpasswd.c, ipc.c, loadparm.c: Added boolean "unix password sync"Jeremy Allison1-4/+4
1998-03-17Fixes for the static data bugs & incorrect use of strtokJeremy Allison1-7/+11
1998-03-16Adding the same change as was added to 1.9.18 branch to add theJeremy Allison1-0/+263
1998-01-22This is *not* a big change (although it looks like one).Jeremy Allison1-1/+1
1997-12-13This is it ! The mega-merge of the JRA_NMBD_REWRITE branchJeremy Allison1-13/+23
1997-11-19changed nmblookup to only set recursion_desired in queries if the -RAndrew Tridgell1-1/+1
1997-05-08'The mother of all checkins' :-). Jeremy Allison (jallison@whistle.com)Samba Release Account1-1/+1
1996-10-11- set default printer driver string to "NULL"Andrew Tridgell1-4/+3
1996-08-13- sequent-ptx support from bressler@iftccu.ca.boeing.com (RickAndrew Tridgell1-2/+2
1996-08-01local_only NetServerEnum syncs can now be issued.Samba Release Account1-7/+7