Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r5250: - added low level support for retrying nbt name queries, rather than | Andrew Tridgell | 5 | -63/+297 |
2007-10-10 | r5197: moved events code to lib/events/ (suggestion from metze) | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r5195: most events don't need the time of the event, so save a gettimeofday()... | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r5185: make all the events data structures private to events.c. This will | Andrew Tridgell | 1 | -22/+16 |
2007-10-10 | r5155: define ipv4address as a based IDL type, mapped to a "const char *" in | Andrew Tridgell | 3 | -29/+11 |
2007-10-10 | r5145: define struct ipv4_addr in misc.idl, | Stefan Metzmacher | 4 | -5/+9 |
2007-10-10 | r5126: the composite code is no longer client specific or smb specific, so | Andrew Tridgell | 1 | -7/+7 |
2007-10-10 | r5121: added periodic name refresh requests for all our registered names, rep... | Andrew Tridgell | 4 | -6/+161 |
2007-10-10 | r5120: encode outgoing nbt packets when queueing them rather than in the send | Andrew Tridgell | 2 | -30/+45 |
2007-10-10 | r5117: used a composite function to add 4 stage name registration. We send 3 | Andrew Tridgell | 2 | -0/+145 |
2007-10-10 | r5114: the nbtd task can now act as a basic B-node server. It registers its | Andrew Tridgell | 4 | -16/+226 |
2007-10-10 | r5108: the beginnings of a nbtd server for Samba4. Currently just displays | Andrew Tridgell | 3 | -3/+32 |
2007-10-10 | r4944: every event_add_*() caller was having to call talloc_steal() to take | Andrew Tridgell | 1 | -5/+2 |
2007-10-10 | r4943: Smplified the events handling code a lot. The first source of | Andrew Tridgell | 1 | -12/+2 |
2007-10-10 | r4927: parse the NBT session request in the smb server. This gets rid of that | Andrew Tridgell | 1 | -1/+12 |
2007-10-10 | r4915: free temp context _before_ the async callback, as the async callback m... | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r4909: fixed name_trn_id generation (thanks to metze for spotting the bug!) | Andrew Tridgell | 1 | -1/+3 |
2007-10-10 | r4901: a bit more info on nbt packets under high debug level | Andrew Tridgell | 1 | -2/+5 |
2007-10-10 | r4898: - removed the unused wins_srv_*() code | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r4891: - added a generic resolve_name() async interface in libcli/resolve/, | Andrew Tridgell | 4 | -71/+103 |
2007-10-10 | r4885: added a new NBT client library. Features include: | Andrew Tridgell | 4 | -0/+1027 |