summaryrefslogtreecommitdiff
path: root/source4/libcli/nbt/nbtsocket.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r5145: define struct ipv4_addr in misc.idl,Stefan Metzmacher1-0/+4
2007-10-10r5120: encode outgoing nbt packets when queueing them rather than in the sendAndrew Tridgell1-29/+37
2007-10-10r5114: the nbtd task can now act as a basic B-node server. It registers itsAndrew Tridgell1-7/+45
2007-10-10r5108: the beginnings of a nbtd server for Samba4. Currently just displaysAndrew Tridgell1-1/+22
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-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 Tridgell1-5/+43
2007-10-10r4885: added a new NBT client library. Features include:Andrew Tridgell1-0/+347