summaryrefslogtreecommitdiffstats
path: root/source4/libcli
Commit message (Expand)AuthorAgeFilesLines
...
* r5308: trimmed back a lot of the old macros from smb_macros.hAndrew Tridgell2007-10-101-2/+2
* r5305: removed libcli/ldap/ldap.h from includes.hAndrew Tridgell2007-10-105-0/+63
* r5304: removed lib/socket/socket.h from includes.hAndrew Tridgell2007-10-103-0/+3
* r5300: more uint32 and system/filesys.h build fixes when developer mode is en...Andrew Tridgell2007-10-104-4/+6
* r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell2007-10-1011-5/+14
* r5294: - added a separate NBT-WINS test for WINS operations (register, refres...Andrew Tridgell2007-10-105-8/+163
* r5286: Some first steps in making the pidl code somewhat more generic for theJelmer Vernooij2007-10-101-2/+2
* r5275: - added support for NBT_OPCODE_MULTI_HOME_REG (opcode 0xf) for WINS na...Andrew Tridgell2007-10-104-16/+218
* r5261: translate nbt rcode errors to NTSTATUS codesAndrew Tridgell2007-10-103-0/+30
* 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-105-63/+297
* r5237: Add error code for "class not registered"Jelmer Vernooij2007-10-101-0/+1
* r5199: fix some minor configure bugsStefan Metzmacher2007-10-101-1/+1
* r5197: moved events code to lib/events/ (suggestion from metze)Andrew Tridgell2007-10-107-7/+7
* r5195: most events don't need the time of the event, so save a gettimeofday()...Andrew Tridgell2007-10-104-5/+4
* r5185: make all the events data structures private to events.c. This willAndrew Tridgell2007-10-108-64/+64
* r5155: define ipv4address as a based IDL type, mapped to a "const char *" inAndrew Tridgell2007-10-103-29/+11
* r5145: define struct ipv4_addr in misc.idl,Stefan Metzmacher2007-10-104-5/+9
* r5137: fix typesStefan Metzmacher2007-10-102-2/+2
* r5136: fix typesStefan Metzmacher2007-10-104-8/+8
* r5126: the composite code is no longer client specific or smb specific, soAndrew Tridgell2007-10-1014-121/+121
* r5121: added periodic name refresh requests for all our registered names, rep...Andrew Tridgell2007-10-105-7/+163
* 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-103-2/+151
* r5116: fixed build of the nbtlist codeAndrew Tridgell2007-10-101-2/+7
* r5114: the nbtd task can now act as a basic B-node server. It registers itsAndrew Tridgell2007-10-105-17/+228
* r5108: the beginnings of a nbtd server for Samba4. Currently just displaysAndrew Tridgell2007-10-103-3/+32
* r5107: moved the horrible ldap socket code, and the even worseAndrew Tridgell2007-10-102-61/+240
* r5092: Add a bit more const - moving it further into the LDB layer.Andrew Bartlett2007-10-101-2/+2
* r5053: - fix up the library dependencies so that tools that need nbt don'tAndrew Tridgell2007-10-103-5/+5
* r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell2007-10-1029-80/+80
* r5034: - added a type mapping function in pidl, so the type names in our IDLAndrew Tridgell2007-10-101-6/+6
* r4958: fix compiler warningsStefan Metzmacher2007-10-101-2/+2
* r4957: the fetchfile _recv() function was neglecting to steal the data andAndrew Tridgell2007-10-101-1/+11
* r4954: we don't need the separate event_remove_*() calls any more, as you nowAndrew Tridgell2007-10-101-1/+1
* r4952: removed a bogus talloc_steal() that was trying to cope with theAndrew Tridgell2007-10-101-1/+0
* r4951: some of the code dealing with libcli was getting too complex trying toAndrew Tridgell2007-10-106-24/+32
* r4950: removed some excessive debugging messagesAndrew Tridgell2007-10-101-8/+0
* r4949: First version of a fetchfile composite function which connects to a se...Volker Lendecke2007-10-103-1/+208
* r4944: every event_add_*() caller was having to call talloc_steal() to takeAndrew Tridgell2007-10-104-11/+6
* r4943: Smplified the events handling code a lot. The first source ofAndrew Tridgell2007-10-104-33/+7
* r4938: allow the caller to supply an existing event_context if they want toAndrew Tridgell2007-10-103-7/+14
* r4937: simplify the connect code in the same wayAndrew Tridgell2007-10-101-15/+12
* r4936: moved to a convention where the completion function is only called inAndrew Tridgell2007-10-102-24/+18
* r4935: fixed a bug where "c->status = xxx_handler(x);" could write to c afterAndrew Tridgell2007-10-103-15/+22
* r4927: parse the NBT session request in the smb server. This gets rid of thatAndrew Tridgell2007-10-101-1/+12
* r4924: continue the effort to simplify and generalise the compositeAndrew Tridgell2007-10-105-22/+22
* r4922: fixed an infinite loop in the name resolve code when handling a methodAndrew Tridgell2007-10-101-3/+1
* r4919: if a caller doesn't provide an event context to the resolver library,Andrew Tridgell2007-10-101-1/+6
* r4916: added "host" name resolution using fork() per gethostbyname()Andrew Tridgell2007-10-103-17/+270