summaryrefslogtreecommitdiff
path: root/source3/utils/nmblookup.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-02s3:utils: Initialize flags (CID 1499396)Joseph Sutton1-1/+1
2023-08-08s3:utils: Add missing newlines to logging messagesJoseph Sutton1-1/+1
2021-09-10nmblookup: don't ignore unknown optionsRalph Boehme1-0/+5
2021-05-25s3:utils: Migrate nmblookup to new cmdline option parserAndreas Schneider1-10/+21
2021-05-25s3:utils: Remove duplicate '-R' option from nmblookupAndreas Schneider1-3/+7
2021-03-19lib: Properly return errno from open_socket_in()Volker Lendecke1-6/+10
2020-09-15s3: libsmb: Convert the WINS and broadcast name functions to return size_t * ...Jeremy Allison1-1/+1
2020-09-15s3: libsmb: Convert node_status_query() and associated functions and callers ...Jeremy Allison1-1/+2
2020-08-28s3: safe_string: do not include string_wrappers.hMatthew DeVore1-0/+1
2020-08-04s3: libsmb: Cleanup - put talloc parameter first in name_resolve_bcast().Jeremy Allison1-3/+5
2019-01-28s3:utils: Use C99 initializer for poptOption in nmblookupAndreas Schneider1-10/+74
2018-04-11libsmb: Give namequery.c its own headerVolker Lendecke1-0/+1
2015-03-24lib: load_case_tables() -> smb_init_locale()Volker Lendecke1-1/+1
2015-02-24nmblookup: Warn user if netbios name is too long.Andreas Schneider1-0/+9
2014-12-18nmblookup: Return if the lookup was successful or not.Andreas Schneider1-7/+18
2014-04-02s3:utils: avoid argv related const warningsStefan Metzmacher1-2/+2
2012-07-27lib/param: Rename "socket address" to "nbt client socket address" to clarify ...Andrew Bartlett1-1/+1
2011-07-28s3:nmblookup: use lp_load_global()Michael Adam1-1/+1
2011-06-05s3: Make use of name_resolve_bcast in nmblookupVolker Lendecke1-21/+3
2011-03-30s3-libsmb: put namequery headers to nmblib.hGünther Deschner1-0/+1
2011-01-07s3: Make name_query use /tmp/.nmbd/unexpectedVolker Lendecke1-5/+6
2011-01-07s3: Make node_status_query use /tmp/.nmbd/unexpectedVolker Lendecke1-6/+4
2010-12-30s3: Fix two uninitialized variablesVolker Lendecke1-1/+1
2010-12-28s3: Make name_query return NTSTATUSVolker Lendecke1-10/+13
2010-12-28s3: Make node_status_query return NTSTATUSVolker Lendecke1-7/+9
2010-12-28s3: Remove an ancient typedefVolker Lendecke1-1/+1
2010-11-02s3-debug Remove 'AllowDebugChange' and use lp_set_cmdline() insteadAndrew Bartlett1-2/+0
2010-11-02s3-debug Impove setup_logging() to specify logging to stderrAndrew Bartlett1-1/+1
2010-08-05s3-popt: Only include popt-common.h when needed.Andreas Schneider1-0/+1
2008-10-23Use common net utility code (address and sockaddr manipulation).Jelmer Vernooij1-1/+1
2008-10-19Remove silly safe_free() function which is a wrapper around SAFE_FREE().Jelmer Vernooij1-1/+1
2007-12-10Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison1-2/+2
2007-11-15Add MAX_DNS_NAME_LENGTH, remove more pstrings.Jeremy Allison1-1/+1
2007-11-03Remove more static data from lib/util_sock.c andJeremy Allison1-1/+1
2007-11-02Forgot one more getnameinfo.Jeremy Allison1-1/+1
2007-10-26Fix popt bool problems (need POPT_ARG_NONE, not POPT_ARG_VALUE).Jeremy Allison1-4/+4
2007-10-24This is a large patch (sorry). Migrate from struct in_addrJeremy Allison1-175/+225
2007-10-19Fix the popt / bool issues. Some places we used BOOLJeremy Allison1-7/+25
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-11/+11
2007-10-10Add start of IPv6 implementation. Currently most of this is avoidingJeremy Allison1-2/+5
2007-10-10r24943: Some stackframesVolker Lendecke1-1/+2
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
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