summaryrefslogtreecommitdiffstats
path: root/source/utils/nmblookup.c
Commit message (Expand)AuthorAgeFilesLines
* fixed the -B option as wellAndrew Tridgell2003-03-301-4/+4
* fixed the -U option in nmblookupAndrew Tridgell2003-03-291-1/+1
* Make variables static to satisfy exotic compilersJelmer Vernooij2003-03-251-2/+2
* Revoke some of the popt patch from metze I applied earlier today. It addedJelmer Vernooij2003-03-241-0/+1
* Patch from metze to generalise POPT_COMMON_SAMBA, with some minor changesJelmer Vernooij2003-03-241-3/+0
* We don't need optarg when we have poptJelmer Vernooij2003-03-231-2/+2
* Convert to popt.Jelmer Vernooij2003-03-231-134/+88
* Fix a number of client-side fstring/pstring mixups.Andrew Bartlett2003-01-111-1/+1
* BIG patch...Andrew Bartlett2003-01-021-2/+2
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-6/+2
* Fix usage messageJelmer Vernooij2002-10-211-1/+1
* This commit finally gives us multiple wins server groups. We nowAndrew Tridgell2002-06-261-2/+2
* Changes to allow head to translate NMB flags ...Richard Sharpe2002-05-171-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