summaryrefslogtreecommitdiffstats
path: root/source/utils/nmblookup.c
Commit message (Expand)AuthorAgeFilesLines
* Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison2007-12-101-2/+2
* Add MAX_DNS_NAME_LENGTH, remove more pstrings.Jeremy Allison2007-11-151-1/+1
* Remove more static data from lib/util_sock.c andJeremy Allison2007-11-031-1/+1
* Forgot one more getnameinfo.Jeremy Allison2007-11-021-1/+1
* Fix popt bool problems (need POPT_ARG_NONE, not POPT_ARG_VALUE).Jeremy Allison2007-10-261-4/+4
* This is a large patch (sorry). Migrate from struct in_addrJeremy Allison2007-10-241-175/+225
* Fix the popt / bool issues. Some places we used BOOLJeremy Allison2007-10-191-7/+25
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-11/+11
* Add start of IPv6 implementation. Currently most of this is avoidingJeremy Allison2007-10-101-2/+5
* r24943: Some stackframesVolker Lendecke2007-10-101-1/+2
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r13530: Fix from William Jojo for #1970. Make nmblookup doJeremy Allison2007-10-101-7/+6
* r13212: r12414@cabra: derrell | 2006-01-28 17:52:17 -0500Derrell Lipman2007-10-101-1/+1
* r12678: One moreVolker Lendecke2007-10-101-0/+2
* r8572: Remove crufty #define NO_SYSLOG as it's not used at all anymore.Tim Potter2007-10-101-2/+0
* r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison2007-10-101-1/+1
* r2706: The code that prints the remote MAC address (from the statistics sectionChristopher R. Hertel2007-10-101-4/+7
* r248: Add support for printing out the MAC address on nmblookup.Richard Sharpe2007-10-101-1/+5
* 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