summaryrefslogtreecommitdiffstats
path: root/source4/utils/nmblookup.c
Commit message (Expand)AuthorAgeFilesLines
* Add manpage for nmblookup, move nmblookup closer to nbt library.Jelmer Vernooij2008-10-081-381/+0
* s4-nbt: use ../libcli/nbtGünther Deschner2008-09-231-1/+1
* Use a custom init function for samba4 that sets a samba4Simo Sorce2008-06-141-1/+1
* Remove more event_context_init() uses from function calls within deep down th...Simo Sorce2008-04-211-4/+10
* Remove yet more uses of global_loadparm.Jelmer Vernooij2008-02-211-1/+1
* r26402: Require a talloc context in libnetif.Jelmer Vernooij2007-12-211-1/+3
* r26401: Don't cache interfaces context in libnetif.Jelmer Vernooij2007-12-211-4/+10
* r26377: Specify port explicitly.Jelmer Vernooij2007-12-211-3/+4
* r26355: Eliminate global_loadparm in more places.Jelmer Vernooij2007-12-211-4/+4
* r26325: Remove use of global_loadparm in netif.Jelmer Vernooij2007-12-211-2/+2
* r26312: Move specification of port higher up the call stack.Jelmer Vernooij2007-12-211-5/+5
* r26309: Move specification of port higher up the all stack.Jelmer Vernooij2007-12-211-3/+9
* r25454: Use standard bool types in a couple more places.Jelmer Vernooij2007-10-101-25/+25
* r25175: Change to talloc_asprintf_append_buffer().Jeremy Allison2007-10-101-4/+4
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r18915: fix usage of popt, do make -W setting the recursive flag on SuSE 10.1Stefan Metzmacher2007-10-101-19/+58
* r17586: merge lib/netif into lib/socket and use -lnsl -lsocket on theStefan Metzmacher2007-10-101-1/+1
* r15573: Fix build of systems that have iconv headers in non-standard locationsJelmer Vernooij2007-10-101-1/+1
* r14542: Remove librpc, libndr and libnbt from includes.hJelmer Vernooij2007-10-101-0/+2
* r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij2007-10-101-0/+2
* r13505: allow servers to bind to non-broadcast interfaces. Servers nowAndrew Tridgell2007-10-101-0/+1
* r12908: use '_' also for indication we want to ask for the localmaster browser,Stefan Metzmacher2007-10-101-1/+1
* r12804: This patch reworks the Samba4 sockets layer to use a socket_addressAndrew Bartlett2007-10-101-2/+11
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-101-1/+0
* r11553: give an error when the lookup failedStefan Metzmacher2007-10-101-7/+19
* r10315: Remove use of fstring and pstring in dynconfig.cJelmer Vernooij2007-10-101-1/+0
* r9569: fixed an uninitialised variableAndrew Tridgell2007-10-101-1/+1
* r8394: Make sure the argument to ctype is*(3) macros are unsigned char asLove Hörnquist Åstrand2007-10-101-1/+1
* r7525: Unify lp_load(), load_interfaces and logging setup into popt().Andrew Bartlett2007-10-101-5/+0
* r6951: Fix all calls to setup_logging() that use 'True' as a second argument.Tim Potter2007-10-101-1/+1
* r6930: Use NBT_NAME_CLIENT instead of the number 0.Tim Potter2007-10-101-1/+1
* r5328: - allow case sensitive nbt name lookupsAndrew Tridgell2007-10-101-0/+8
* r5304: removed lib/socket/socket.h from includes.hAndrew Tridgell2007-10-101-0/+1
* r5294: - added a separate NBT-WINS test for WINS operations (register, refres...Andrew Tridgell2007-10-101-5/+1
* r5261: translate nbt rcode errors to NTSTATUS codesAndrew Tridgell2007-10-101-0/+4
* r5260: - show an error message on nmblookup failureAndrew Tridgell2007-10-101-4/+8
* r5252: - fixed nmblookup for the nbt api changesAndrew Tridgell2007-10-101-2/+4
* r5114: the nbtd task can now act as a basic B-node server. It registers itsAndrew Tridgell2007-10-101-5/+8
* r5054: added a nmblookup tool, based on the new nbt libraryAndrew Tridgell2007-10-101-240/+226
* r5004: add current samba3 nmblookup.c ready for updating to new nbt libAndrew Tridgell2007-10-101-0/+299
* r5003: delete old nmblookup.c codeAndrew Tridgell2007-10-101-338/+0
* r3443: the next stage in the include files re-organisation.Andrew Tridgell2007-10-101-5/+5
* r3278: - rewrote the client side rpc connection code to use lib/socket/Andrew Tridgell2007-10-101-3/+3
* r960: convert 'unsigned int' to uint_t in the most placesStefan Metzmacher2007-10-101-2/+2
* r943: change samba4 to use 'uint8_t' instead of 'unsigned char'Stefan Metzmacher2007-10-101-1/+1
* more fixes from the IRIX compiler (thanks herb!)Andrew Tridgell2003-08-151-1/+1
* first public release of samba4 codeAndrew Tridgell2003-08-131-0/+338