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