summaryrefslogtreecommitdiffstats
path: root/source4/libcli/nbt/nbtsocket.c
Commit message (Expand)AuthorAgeFilesLines
* r8520: fixed a pile of warnings from the build farm gcc -Wall output onAndrew 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
* 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
* r5391: cope with w2k3 getting the timeout wrong in wack repliesAndrew Tridgell2007-10-101-3/+3
* r5304: removed lib/socket/socket.h from includes.hAndrew Tridgell2007-10-101-0/+1
* r5275: - added support for NBT_OPCODE_MULTI_HOME_REG (opcode 0xf) for WINS na...Andrew Tridgell2007-10-101-10/+18
* r5261: translate nbt rcode errors to NTSTATUS codesAndrew Tridgell2007-10-101-0/+26
* 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-101-46/+92
* 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
* r5145: define struct ipv4_addr in misc.idl,Stefan Metzmacher2007-10-101-0/+4
* r5120: encode outgoing nbt packets when queueing them rather than in the sendAndrew Tridgell2007-10-101-29/+37
* r5114: the nbtd task can now act as a basic B-node server. It registers itsAndrew Tridgell2007-10-101-7/+45
* r5108: the beginnings of a nbtd server for Samba4. Currently just displaysAndrew Tridgell2007-10-101-1/+22
* 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
* 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-101-5/+43
* r4885: added a new NBT client library. Features include:Andrew Tridgell2007-10-101-0/+347