summaryrefslogtreecommitdiffstats
path: root/source4/libcli/nbt
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* r4944: every event_add_*() caller was having to call talloc_steal() to takeAndrew Tridgell2007-10-101-5/+2
* r4943: Smplified the events handling code a lot. The first source ofAndrew Tridgell2007-10-101-12/+2
* r4927: parse the NBT session request in the smb server. This gets rid of thatAndrew Tridgell2007-10-101-1/+12
* r4915: free temp context _before_ the async callback, as the async callback m...Andrew Tridgell2007-10-101-1/+1
* r4909: fixed name_trn_id generation (thanks to metze for spotting the bug!)Andrew Tridgell2007-10-101-1/+3
* r4901: a bit more info on nbt packets under high debug levelAndrew Tridgell2007-10-101-2/+5
* r4898: - removed the unused wins_srv_*() codeAndrew Tridgell2007-10-101-2/+2
* r4891: - added a generic resolve_name() async interface in libcli/resolve/,Andrew Tridgell2007-10-104-71/+103
* r4885: added a new NBT client library. Features include:Andrew Tridgell2007-10-104-0/+1027