summaryrefslogtreecommitdiffstats
path: root/source4/libcli
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* r4915: free temp context _before_ the async callback, as the async callback m...Andrew Tridgell2007-10-101-1/+1
* r4911: make sure we fill in the transport called name on port 445 as wellAndrew Tridgell2007-10-101-6/+9
* 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-106-106/+359
* r4896: make sure the event context doesn't go away while waiting for event co...Andrew Tridgell2007-10-101-1/+1
* r4894: namecache.c is not used any more eitherAndrew Tridgell2007-10-101-247/+0
* r4893: Move to using secrets.ldb for the Kerberos verify, instead ofAndrew Bartlett2007-10-101-12/+33
* r4891: - added a generic resolve_name() async interface in libcli/resolve/,Andrew Tridgell2007-10-1016-2730/+414
* r4890: Try to cope with mechanism mismatch in the client speaks first versionAndrew Bartlett2007-10-101-7/+98
* r4886: fixed two places where we process the send side of a socket after theAndrew Tridgell2007-10-101-0/+1
* r4885: added a new NBT client library. Features include:Andrew Tridgell2007-10-105-1/+1036
* r4811: now that the event context is at the socket level, the event cleanupAndrew Tridgell2007-10-102-1/+13
* r4810: fixed anonymous connections with smbclient. Thanks to jbm for pointing...Andrew Tridgell2007-10-101-2/+6
* r4795: stronget type checking in composite connect functionAndrew Tridgell2007-10-101-2/+4
* r4791: used the new talloc type safety macros to make the "void *private"Andrew Tridgell2007-10-105-25/+25
* r4783: got rid of another void* in the composite code. This brings us down toAndrew Tridgell2007-10-105-114/+88
* r4782: volker quite rightly pointed out that there is too much of aAndrew Tridgell2007-10-105-130/+131
* r4778: I forgot to set the session key for the spnego path. Fixed.Andrew Tridgell2007-10-101-0/+1
* r4777: added a smb_composite_sesssetup() async composite function. ThisAndrew Tridgell2007-10-109-576/+473
* r4769: added a smb_composite_connect() function that provides a simple asyncAndrew Tridgell2007-10-105-4/+476
* r4767: handle the different NBT session request refusals, and map them toAndrew Tridgell2007-10-101-10/+41
* r4765: simplify the async socket code to always go via the event handlerAndrew Tridgell2007-10-101-18/+9
* r4758: - added async support to the session request codeAndrew Tridgell2007-10-105-45/+105
* r4757: added the ability of the clisocket level of libcli to handle asyncAndrew Tridgell2007-10-105-91/+221
* r4755: the recent change in the definition of lp_passwordserver() breaks thisAndrew Tridgell2007-10-102-204/+0