summaryrefslogtreecommitdiffstats
path: root/source4/libcli/nbt
Commit message (Expand)AuthorAgeFilesLines
* r11941: fix cut'n'paste bugStefan Metzmacher2007-10-101-1/+1
* r10997: r11980@SERNOX (orig r10037): metze | 2005-09-05 14:21:40 +0200Stefan Metzmacher2007-10-106-41/+59
* r10848: Fix warningJelmer Vernooij2007-10-101-1/+1
* r10761: we need to use a pointer to a nbt_name to fix compiler warnings, beca...Stefan Metzmacher2007-10-101-14/+21
* r10608: - fix hierachical memory handling in ndr_pull_nbt_nameStefan Metzmacher2007-10-101-8/+118
* r10504: - seperate implementation specific stuff, from the generic compositeStefan Metzmacher2007-10-102-34/+32
* r8811: Fix the build..Jelmer Vernooij2007-10-101-0/+1
* r8520: fixed a pile of warnings from the build farm gcc -Wall output onAndrew Tridgell2007-10-102-2/+2
* r8394: Make sure the argument to ctype is*(3) macros are unsigned char asLove Hörnquist Åstrand2007-10-101-1/+1
* r8247: remove the free of fullname in nbtname.c for now.Andrew Tridgell2007-10-101-1/+5
* r8212: fix pushing of nbt_string's:Stefan Metzmacher2007-10-101-35/+49
* r7865: changed pidl to take a "const void *" instead of a "void *" for theAndrew Tridgell2007-10-101-1/+1
* r7483: ensure we try reading from a socket if epoll says we can, and don'tAndrew Tridgell2007-10-101-1/+2
* r7436: As far as I see it, these are the last two "real" ones for Samba4 on A...Volker Lendecke2007-10-101-1/+1
* r7229: use socket_pending() to get rid of the max packet size limits in theAndrew Tridgell2007-10-101-3/+8
* r6692: used idr_get_new_random() in the nbt client libraryAndrew Tridgell2007-10-101-13/+4
* r6338: ADS style GETDC response now works well enough that WinXP can joinAndrew Tridgell2007-10-101-2/+10
* r6331: added IDL and test suite for the ADS style response to a datagram netl...Andrew Tridgell2007-10-101-78/+128
* r5405: try to use NBT name pointers when a netbios name is repeated in a NBTAndrew Tridgell2007-10-101-7/+25
* r5404: allow spaces in the string representation of nbt namesAndrew Tridgell2007-10-101-3/+4
* r5398: fixed encoding of *SMBSERVER name (thanks to Karl Melcher for spotting...Andrew Tridgell2007-10-101-1/+1
* r5396: fixed parsing of NBT type 0xc0 compressed name pointersAndrew Tridgell2007-10-101-1/+2
* r5392: added "secure" WINS server processing. Send a WACK on nameAndrew Tridgell2007-10-101-1/+2
* r5391: cope with w2k3 getting the timeout wrong in wack repliesAndrew Tridgell2007-10-101-3/+3
* r5382: another place where we need to uppercase the called name for port 139 ...Andrew Tridgell2007-10-101-2/+4
* r5358: - added initial WINS server code. It passes most of the NBT-WINS test,...Andrew Tridgell2007-10-101-2/+2
* r5356: fixed the hex coding for nbt namesAndrew Tridgell2007-10-101-1/+1
* r5352: added a function nbt_name_string() that formats a nbt_name structureAndrew Tridgell2007-10-102-3/+59
* r5328: - allow case sensitive nbt name lookupsAndrew Tridgell2007-10-101-6/+4
* r5326: removed the charset conversion from the nbtname code, so we no longerAndrew Tridgell2007-10-101-33/+4
* r5325: - expanded the NBT-WINS test to include scopesAndrew Tridgell2007-10-101-3/+6
* r5322: removed a whole bunch of #include lines that minimal_includes.plAndrew Tridgell2007-10-103-3/+0
* 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-103-5/+160
* r5286: Some first steps in making the pidl code somewhat more generic for theJelmer Vernooij2007-10-101-2/+2
* r5275: - added support for NBT_OPCODE_MULTI_HOME_REG (opcode 0xf) for WINS na...Andrew Tridgell2007-10-104-16/+218
* r5261: translate nbt rcode errors to NTSTATUS codesAndrew Tridgell2007-10-103-0/+30
* r5260: - show an error message on nmblookup failureAndrew Tridgell2007-10-101-4/+2
* r5250: - added low level support for retrying nbt name queries, rather thanAndrew Tridgell2007-10-105-63/+297
* r5197: moved events code to lib/events/ (suggestion from metze)Andrew Tridgell2007-10-101-1/+1
* r5195: most events don't need the time of the event, so save a gettimeofday()...Andrew Tridgell2007-10-101-1/+1
* r5185: make all the events data structures private to events.c. This willAndrew Tridgell2007-10-101-22/+16
* r5155: define ipv4address as a based IDL type, mapped to a "const char *" inAndrew Tridgell2007-10-103-29/+11
* r5145: define struct ipv4_addr in misc.idl,Stefan Metzmacher2007-10-104-5/+9
* r5126: the composite code is no longer client specific or smb specific, soAndrew Tridgell2007-10-101-7/+7
* r5121: added periodic name refresh requests for all our registered names, rep...Andrew Tridgell2007-10-104-6/+161
* r5120: encode outgoing nbt packets when queueing them rather than in the sendAndrew Tridgell2007-10-102-30/+45
* r5117: used a composite function to add 4 stage name registration. We send 3Andrew Tridgell2007-10-102-0/+145
* r5114: the nbtd task can now act as a basic B-node server. It registers itsAndrew Tridgell2007-10-104-16/+226
* r5108: the beginnings of a nbtd server for Samba4. Currently just displaysAndrew Tridgell2007-10-103-3/+32