summaryrefslogtreecommitdiffstats
path: root/source3/utils/nmblookup.c
Commit message (Expand)AuthorAgeFilesLines
* Ensure nmblookup correctly converts from CH_DOS to CH_UNIX when displayingJeremy Allison2003-08-221-1/+1
* Reverse previous patch from Stefan and me after comments by Andrew BartlettJelmer Vernooij2003-05-101-2/+0
* Patch from metze and me that adds dummy smb_register_*() functions soJelmer Vernooij2003-05-101-0/+2
* Merge:Tim Potter2003-04-141-136/+88
* Merge from HEAD:Andrew Bartlett2003-01-141-1/+1
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-2/+2
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-6/+2
* Sync with HEADJelmer Vernooij2002-10-281-1/+1
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-4/+30
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* merge changes from 2.2 branch to prevent smb.conf from changing debug levelHerb Lewis2002-01-071-0/+5
* Got medieval on another pointless extern. Removed extern struct ipzeroTim Potter2001-11-261-2/+0
* Removed TimeInit() call from every client program (except for one placeTim Potter2001-11-231-2/+0
* Store some path names in global variables initialized to configureMartin Pool2001-11-191-4/+3
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-2/+0
* move to SAFE_FREE()Simo Sorce2001-09-171-1/+1
* convert more code to using d_printfAndrew Tridgell2001-09-081-26/+26
* Fuss, fuss, fuss...Christopher R. Hertel2001-08-291-1/+1
* strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell2001-07-041-1/+1
* The big character set handling changeover!Andrew Tridgell2001-07-041-2/+0
* rpcclient/rpcclient.c: Non-void return in void function.Jeremy Allison2001-04-281-1/+1
* implemented a much nicer name_status() interface. It now returns aAndrew Tridgell2000-12-201-6/+51
* Simple cleanup, but I also changed the value of the dlevel parameter passedChristopher R. Hertel2000-10-111-5/+5
* If I use nmblookup to search for node ZOOB#1B and there is no such nameChristopher R. Hertel2000-06-131-4/+6
* fixed a memory leak in nmblookupAndrew Tridgell2000-04-251-0/+2
* this looks like a big commit, but it isn't really :)Andrew Tridgell2000-01-071-5/+6
* added the unexpected packet database (unexpected.tdb)Andrew Tridgell2000-01-031-4/+4
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-63/+88
* jeremy is going to hate me for this.Luke Leighton1999-12-041-11/+15
* Makefile.in configure configure.in include/proto.h smbd/noquotas.c smbd/quota...Jeremy Allison1998-11-031-0/+3
* set recursion desired for bcast name queryAndrew Tridgell1998-10-141-1/+2
* Changes to test in configure if capabilities are enabled on a system.Jeremy Allison1998-09-281-4/+3
* merge from the autoconf2 branch to the main branchAndrew Tridgell1998-07-291-3/+1
* This is a security audit change of the main source.Jeremy Allison1998-05-121-2/+2
* another makeover of loadparm to support new stuff in swat andAndrew Tridgell1998-03-141-1/+1
* nmbd_incomingdgrams.c: Fix for typo.Jeremy Allison1998-02-241-1/+2
* This is *not* a big change (although it looks like one).Jeremy Allison1998-01-221-1/+1
* This is it ! The mega-merge of the JRA_NMBD_REWRITE branchJeremy Allison1997-12-131-20/+18
* changed nmblookup to only set recursion_desired in queries if the -RAndrew Tridgell1997-11-191-3/+9
* added -U option to nmblookup. This is similar to -B except that itAndrew Tridgell1997-10-261-5/+11
* Implemented asynchronous DNS lookups in nmbd.Andrew Tridgell1997-10-221-9/+0
* nmblookup.c: Added -A ability to do status on ip address.Jeremy Allison1997-10-101-1/+17
* nmblookup.c:Christopher R. Hertel1997-10-041-2/+10
* Adding Andrews buffer overflow fixes into the main branch.Jeremy Allison1997-09-261-3/+3
* charcnv.c client.c clitar.c kanji.c kanji.h loadparm.cJeremy Allison1997-09-111-4/+12
* charset.c: Split charset_initialise() into 2 - a charset_initialise() andSamba Release Account1997-07-181-1/+1
* Makefile: Added quoata changes for Linux from Thorvald NatvigSamba Release Account1997-06-111-1/+1
* 'The mother of all checkins' :-). Jeremy Allison (jallison@whistle.com)Samba Release Account1997-05-081-1/+1
* nmblookup was looking for 0x1b (domain master browser) not 0x1d (localSamba Release Account1996-11-061-1/+1
* - continue when failing to load config file in nmblookup and smbclientAndrew Tridgell1996-10-071-3/+9