summaryrefslogtreecommitdiff
path: root/source3/utils/nmblookup.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r13530: Fix from William Jojo for #1970. Make nmblookup doJeremy Allison1-7/+6
2007-10-10r13212: r12414@cabra: derrell | 2006-01-28 17:52:17 -0500Derrell Lipman1-1/+1
2007-10-10r12678: One moreVolker Lendecke1-0/+2
2007-10-10r8572: Remove crufty #define NO_SYSLOG as it's not used at all anymore.Tim Potter1-2/+0
2007-10-10r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison1-1/+1
2007-10-10r2706: The code that prints the remote MAC address (from the statistics sectionChristopher R. Hertel1-4/+7
2007-10-10r248: Add support for printing out the MAC address on nmblookup.Richard Sharpe1-1/+5
2003-08-22Ensure nmblookup correctly converts from CH_DOS to CH_UNIX when displayingJeremy Allison1-1/+1
2003-05-10Reverse previous patch from Stefan and me after comments by Andrew BartlettJelmer Vernooij1-2/+0
2003-05-10Patch from metze and me that adds dummy smb_register_*() functions soJelmer Vernooij1-0/+2
2003-04-14Merge:Tim Potter1-136/+88
2003-01-14Merge from HEAD:Andrew Bartlett1-1/+1
2003-01-03Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett1-2/+2
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-6/+2
2002-10-28Sync with HEADJelmer Vernooij1-1/+1
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-4/+30
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-07merge changes from 2.2 branch to prevent smb.conf from changing debug levelHerb Lewis1-0/+5
2001-11-26Got medieval on another pointless extern. Removed extern struct ipzeroTim Potter1-2/+0
2001-11-23Removed TimeInit() call from every client program (except for one placeTim Potter1-2/+0
2001-11-19Store some path names in global variables initialized to configureMartin Pool1-4/+3
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-2/+0
2001-09-17move to SAFE_FREE()Simo Sorce1-1/+1
2001-09-08convert more code to using d_printfAndrew Tridgell1-26/+26
2001-08-29Fuss, fuss, fuss...Christopher R. Hertel1-1/+1
2001-07-04strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell1-1/+1
2001-07-04The big character set handling changeover!Andrew Tridgell1-2/+0
2001-04-28rpcclient/rpcclient.c: Non-void return in void function.Jeremy Allison1-1/+1
2000-12-20implemented a much nicer name_status() interface. It now returns aAndrew Tridgell1-6/+51
2000-10-11Simple cleanup, but I also changed the value of the dlevel parameter passedChristopher R. Hertel1-5/+5
2000-06-13If I use nmblookup to search for node ZOOB#1B and there is no such nameChristopher R. Hertel1-4/+6
2000-04-25fixed a memory leak in nmblookupAndrew Tridgell1-0/+2
2000-01-07this looks like a big commit, but it isn't really :)Andrew Tridgell1-5/+6
2000-01-03added the unexpected packet database (unexpected.tdb)Andrew Tridgell1-4/+4
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-63/+88
1999-12-04jeremy is going to hate me for this.Luke Leighton1-11/+15
1998-11-03Makefile.in configure configure.in include/proto.h smbd/noquotas.c smbd/quota...Jeremy Allison1-0/+3
1998-10-14set recursion desired for bcast name queryAndrew Tridgell1-1/+2
1998-09-28Changes to test in configure if capabilities are enabled on a system.Jeremy Allison1-4/+3
1998-07-29merge from the autoconf2 branch to the main branchAndrew Tridgell1-3/+1
1998-05-12This is a security audit change of the main source.Jeremy Allison1-2/+2
1998-03-14another makeover of loadparm to support new stuff in swat andAndrew Tridgell1-1/+1
1998-02-24nmbd_incomingdgrams.c: Fix for typo.Jeremy Allison1-1/+2
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-20/+18
1997-11-19changed nmblookup to only set recursion_desired in queries if the -RAndrew Tridgell1-3/+9
1997-10-26added -U option to nmblookup. This is similar to -B except that itAndrew Tridgell1-5/+11
1997-10-22Implemented asynchronous DNS lookups in nmbd.Andrew Tridgell1-9/+0
1997-10-10nmblookup.c: Added -A ability to do status on ip address.Jeremy Allison1-1/+17
1997-10-04nmblookup.c:Christopher R. Hertel1-2/+10