summaryrefslogtreecommitdiff
path: root/source4/libcli/nbt
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r5405: try to use NBT name pointers when a netbios name is repeated in a NBTAndrew Tridgell1-7/+25
2007-10-10r5404: allow spaces in the string representation of nbt namesAndrew Tridgell1-3/+4
2007-10-10r5398: fixed encoding of *SMBSERVER name (thanks to Karl Melcher for spotting...Andrew Tridgell1-1/+1
2007-10-10r5396: fixed parsing of NBT type 0xc0 compressed name pointersAndrew Tridgell1-1/+2
2007-10-10r5392: added "secure" WINS server processing. Send a WACK on nameAndrew Tridgell1-1/+2
2007-10-10r5391: cope with w2k3 getting the timeout wrong in wack repliesAndrew Tridgell1-3/+3
2007-10-10r5382: another place where we need to uppercase the called name for port 139 ...Andrew Tridgell1-2/+4
2007-10-10r5358: - added initial WINS server code. It passes most of the NBT-WINS test,...Andrew Tridgell1-2/+2
2007-10-10r5356: fixed the hex coding for nbt namesAndrew Tridgell1-1/+1
2007-10-10r5352: added a function nbt_name_string() that formats a nbt_name structureAndrew Tridgell2-3/+59
2007-10-10r5328: - allow case sensitive nbt name lookupsAndrew Tridgell1-6/+4
2007-10-10r5326: removed the charset conversion from the nbtname code, so we no longerAndrew Tridgell1-33/+4
2007-10-10r5325: - expanded the NBT-WINS test to include scopesAndrew Tridgell1-3/+6
2007-10-10r5322: removed a whole bunch of #include lines that minimal_includes.plAndrew Tridgell3-3/+0
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 Tridgell3-5/+160
2007-10-10r5286: Some first steps in making the pidl code somewhat more generic for theJelmer Vernooij1-2/+2
2007-10-10r5275: - added support for NBT_OPCODE_MULTI_HOME_REG (opcode 0xf) for WINS na...Andrew Tridgell4-16/+218
2007-10-10r5261: translate nbt rcode errors to NTSTATUS codesAndrew Tridgell3-0/+30
2007-10-10r5260: - show an error message on nmblookup failureAndrew Tridgell1-4/+2
2007-10-10r5250: - added low level support for retrying nbt name queries, rather thanAndrew Tridgell5-63/+297
2007-10-10r5197: moved events code to lib/events/ (suggestion from metze)Andrew Tridgell1-1/+1
2007-10-10r5195: most events don't need the time of the event, so save a gettimeofday()...Andrew Tridgell1-1/+1
2007-10-10r5185: make all the events data structures private to events.c. This willAndrew Tridgell1-22/+16
2007-10-10r5155: define ipv4address as a based IDL type, mapped to a "const char *" inAndrew Tridgell3-29/+11
2007-10-10r5145: define struct ipv4_addr in misc.idl,Stefan Metzmacher4-5/+9
2007-10-10r5126: the composite code is no longer client specific or smb specific, soAndrew Tridgell1-7/+7
2007-10-10r5121: added periodic name refresh requests for all our registered names, rep...Andrew Tridgell4-6/+161
2007-10-10r5120: encode outgoing nbt packets when queueing them rather than in the sendAndrew Tridgell2-30/+45
2007-10-10r5117: used a composite function to add 4 stage name registration. We send 3Andrew Tridgell2-0/+145
2007-10-10r5114: the nbtd task can now act as a basic B-node server. It registers itsAndrew Tridgell4-16/+226
2007-10-10r5108: the beginnings of a nbtd server for Samba4. Currently just displaysAndrew Tridgell3-3/+32
2007-10-10r4944: every event_add_*() caller was having to call talloc_steal() to takeAndrew Tridgell1-5/+2
2007-10-10r4943: Smplified the events handling code a lot. The first source ofAndrew Tridgell1-12/+2
2007-10-10r4927: parse the NBT session request in the smb server. This gets rid of thatAndrew Tridgell1-1/+12
2007-10-10r4915: free temp context _before_ the async callback, as the async callback m...Andrew Tridgell1-1/+1
2007-10-10r4909: fixed name_trn_id generation (thanks to metze for spotting the bug!)Andrew Tridgell1-1/+3
2007-10-10r4901: a bit more info on nbt packets under high debug levelAndrew Tridgell1-2/+5
2007-10-10r4898: - removed the unused wins_srv_*() codeAndrew Tridgell1-2/+2
2007-10-10r4891: - added a generic resolve_name() async interface in libcli/resolve/,Andrew Tridgell4-71/+103
2007-10-10r4885: added a new NBT client library. Features include:Andrew Tridgell4-0/+1027