summaryrefslogtreecommitdiff
path: root/source4/libcli
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r5294: - added a separate NBT-WINS test for WINS operations (register, refres...Andrew Tridgell5-8/+163
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-10r5237: Add error code for "class not registered"Jelmer Vernooij1-0/+1
2007-10-10r5199: fix some minor configure bugsStefan Metzmacher1-1/+1
2007-10-10r5197: moved events code to lib/events/ (suggestion from metze)Andrew Tridgell7-7/+7
2007-10-10r5195: most events don't need the time of the event, so save a gettimeofday()...Andrew Tridgell4-5/+4
2007-10-10r5185: make all the events data structures private to events.c. This willAndrew Tridgell8-64/+64
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-10r5137: fix typesStefan Metzmacher2-2/+2
2007-10-10r5136: fix typesStefan Metzmacher4-8/+8
2007-10-10r5126: the composite code is no longer client specific or smb specific, soAndrew Tridgell14-121/+121
2007-10-10r5121: added periodic name refresh requests for all our registered names, rep...Andrew Tridgell5-7/+163
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 Tridgell3-2/+151
2007-10-10r5116: fixed build of the nbtlist codeAndrew Tridgell1-2/+7
2007-10-10r5114: the nbtd task can now act as a basic B-node server. It registers itsAndrew Tridgell5-17/+228
2007-10-10r5108: the beginnings of a nbtd server for Samba4. Currently just displaysAndrew Tridgell3-3/+32
2007-10-10r5107: moved the horrible ldap socket code, and the even worseAndrew Tridgell2-61/+240
2007-10-10r5092: Add a bit more const - moving it further into the LDB layer.Andrew Bartlett1-2/+2
2007-10-10r5053: - fix up the library dependencies so that tools that need nbt don'tAndrew Tridgell3-5/+5
2007-10-10r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell29-80/+80
2007-10-10r5034: - added a type mapping function in pidl, so the type names in our IDLAndrew Tridgell1-6/+6
2007-10-10r4958: fix compiler warningsStefan Metzmacher1-2/+2
2007-10-10r4957: the fetchfile _recv() function was neglecting to steal the data andAndrew Tridgell1-1/+11
2007-10-10r4954: we don't need the separate event_remove_*() calls any more, as you nowAndrew Tridgell1-1/+1
2007-10-10r4952: removed a bogus talloc_steal() that was trying to cope with theAndrew Tridgell1-1/+0
2007-10-10r4951: some of the code dealing with libcli was getting too complex trying toAndrew Tridgell6-24/+32
2007-10-10r4950: removed some excessive debugging messagesAndrew Tridgell1-8/+0
2007-10-10r4949: First version of a fetchfile composite function which connects to a se...Volker Lendecke3-1/+208
2007-10-10r4944: every event_add_*() caller was having to call talloc_steal() to takeAndrew Tridgell4-11/+6
2007-10-10r4943: Smplified the events handling code a lot. The first source ofAndrew Tridgell4-33/+7
2007-10-10r4938: allow the caller to supply an existing event_context if they want toAndrew Tridgell3-7/+14
2007-10-10r4937: simplify the connect code in the same wayAndrew Tridgell1-15/+12
2007-10-10r4936: moved to a convention where the completion function is only called inAndrew Tridgell2-24/+18
2007-10-10r4935: fixed a bug where "c->status = xxx_handler(x);" could write to c afterAndrew Tridgell3-15/+22
2007-10-10r4927: parse the NBT session request in the smb server. This gets rid of thatAndrew Tridgell1-1/+12
2007-10-10r4924: continue the effort to simplify and generalise the compositeAndrew Tridgell5-22/+22
2007-10-10r4922: fixed an infinite loop in the name resolve code when handling a methodAndrew Tridgell1-3/+1
2007-10-10r4919: if a caller doesn't provide an event context to the resolver library,Andrew Tridgell1-1/+6
2007-10-10r4916: added "host" name resolution using fork() per gethostbyname()Andrew Tridgell3-17/+270
2007-10-10r4915: free temp context _before_ the async callback, as the async callback m...Andrew Tridgell1-1/+1
2007-10-10r4911: make sure we fill in the transport called name on port 445 as wellAndrew Tridgell1-6/+9
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 Tridgell6-106/+359