summaryrefslogtreecommitdiffstats
path: root/source4/libcli/raw
Commit message (Expand)AuthorAgeFilesLines
* r5322: removed a whole bunch of #include lines that minimal_includes.plAndrew Tridgell2007-10-104-4/+0
* r5304: removed lib/socket/socket.h from includes.hAndrew Tridgell2007-10-102-0/+2
* r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell2007-10-101-0/+1
* r5197: moved events code to lib/events/ (suggestion from metze)Andrew Tridgell2007-10-103-3/+3
* r5195: most events don't need the time of the event, so save a gettimeofday()...Andrew Tridgell2007-10-102-2/+1
* r5185: make all the events data structures private to events.c. This willAndrew Tridgell2007-10-103-33/+40
* r5126: the composite code is no longer client specific or smb specific, soAndrew Tridgell2007-10-101-7/+7
* r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell2007-10-106-16/+16
* r4954: we don't need the separate event_remove_*() calls any more, as you nowAndrew Tridgell2007-10-101-1/+1
* r4951: some of the code dealing with libcli was getting too complex trying toAndrew Tridgell2007-10-103-11/+25
* r4944: every event_add_*() caller was having to call talloc_steal() to takeAndrew Tridgell2007-10-102-4/+3
* r4943: Smplified the events handling code a lot. The first source ofAndrew Tridgell2007-10-102-18/+4
* r4938: allow the caller to supply an existing event_context if they want toAndrew Tridgell2007-10-101-2/+8
* r4924: continue the effort to simplify and generalise the compositeAndrew Tridgell2007-10-101-3/+4
* r4891: - added a generic resolve_name() async interface in libcli/resolve/,Andrew Tridgell2007-10-103-24/+42
* r4886: fixed two places where we process the send side of a socket after theAndrew Tridgell2007-10-101-0/+1
* 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
* r4791: used the new talloc type safety macros to make the "void *private"Andrew Tridgell2007-10-101-2/+2
* r4777: added a smb_composite_sesssetup() async composite function. ThisAndrew Tridgell2007-10-104-496/+14
* r4769: added a smb_composite_connect() function that provides a simple asyncAndrew Tridgell2007-10-102-3/+37
* 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-104-40/+75
* r4757: added the ability of the clisocket level of libcli to handle asyncAndrew Tridgell2007-10-104-90/+220
* r4726: - use the name tcon and tid instead of conn and cnumStefan Metzmacher2007-10-101-3/+3
* r4591: - converted the other _p talloc functions to not need _pAndrew Tridgell2007-10-103-5/+5
* r4549: got rid of a lot more uses of plain talloc(), instead usingAndrew Tridgell2007-10-103-7/+7
* r4547: - added talloc_new(ctx) macro that is a neater form of the common tall...Andrew Tridgell2007-10-101-1/+1
* r4364: - added support for testing of chained SMB operations in smbtortureAndrew Tridgell2007-10-103-6/+140
* r4361: fix the buildStefan Metzmacher2007-10-101-2/+3
* r4356: Allow anonymous connections to use NTLMSSP. The silly bugs thatAndrew Bartlett2007-10-101-1/+0
* r4316: - now that the trans2 code properly supports multi-part requests, we c...Andrew Tridgell2007-10-104-7/+7
* r4315: use the remote hosts max_xmit, not the local hosts, in calculating max...Andrew Tridgell2007-10-101-1/+1
* r4263: added support for the trans2 RAW_SEARCH_EA_LIST informationAndrew Tridgell2007-10-102-2/+61
* r4261: added the RAW_FILEINFO_EA_LIST trans2 qfileinfo and qpathinfoAndrew Tridgell2007-10-102-10/+170
* r4243: a sniff from kukks showed that the ea_set interface in trans2 setfilei...Andrew Tridgell2007-10-102-4/+4
* r4229: - added support for multi-part SMBtrans and SMBtrans2 requests in theAndrew Tridgell2007-10-102-18/+106
* r4228: make sure the caller knows the packet is in error when a signing error...Andrew Tridgell2007-10-101-0/+1
* r4182: fixed trans2 mkdir, allowing mkdir with an initial EA listAndrew Tridgell2007-10-101-2/+2
* r4173: - new t2open code, that can cope with "create with EAs". Many thanksAndrew Tridgell2007-10-102-7/+7
* r4080: missing file from the last commitStefan Metzmacher2007-10-101-1/+1
* r4070: move some defines from asn_1.h to the places they belong toStefan Metzmacher2007-10-101-3/+2
* r4063: - change char * -> uint8_t in struct request_bufferStefan Metzmacher2007-10-1011-32/+32
* r4055: fixed more places to use type safe allocation macrosAndrew Tridgell2007-10-102-4/+3
* r4037: fixed a bunch of "might be uninitialised" warnings after enabling -O1 ...Andrew Tridgell2007-10-101-1/+1
* r4015: correct copyright attributionsAndrew Tridgell2007-10-101-3/+2
* r3971: fix compiler warningsStefan Metzmacher2007-10-102-3/+3
* r3903: better fix for -r 3902Stefan Metzmacher2007-10-101-2/+2
* r3902: fix compiler warningsStefan Metzmacher2007-10-101-2/+2