summaryrefslogtreecommitdiff
path: root/source4/utils/nmblookup.c
AgeCommit message (Expand)AuthorFilesLines
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