summaryrefslogtreecommitdiff
path: root/source4/libcli/raw
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r4243: a sniff from kukks showed that the ea_set interface in trans2 setfilei...Andrew Tridgell2-4/+4
2007-10-10r4229: - added support for multi-part SMBtrans and SMBtrans2 requests in theAndrew Tridgell2-18/+106
2007-10-10r4228: make sure the caller knows the packet is in error when a signing error...Andrew Tridgell1-0/+1
2007-10-10r4182: fixed trans2 mkdir, allowing mkdir with an initial EA listAndrew Tridgell1-2/+2
2007-10-10r4173: - new t2open code, that can cope with "create with EAs". Many thanksAndrew Tridgell2-7/+7
2007-10-10r4080: missing file from the last commitStefan Metzmacher1-1/+1
2007-10-10r4070: move some defines from asn_1.h to the places they belong toStefan Metzmacher1-3/+2
2007-10-10r4063: - change char * -> uint8_t in struct request_bufferStefan Metzmacher11-32/+32
2007-10-10r4055: fixed more places to use type safe allocation macrosAndrew Tridgell2-4/+3
2007-10-10r4037: fixed a bunch of "might be uninitialised" warnings after enabling -O1 ...Andrew Tridgell1-1/+1
2007-10-10r4015: correct copyright attributionsAndrew Tridgell1-3/+2
2007-10-10r3971: fix compiler warningsStefan Metzmacher2-3/+3
2007-10-10r3903: better fix for -r 3902Stefan Metzmacher1-2/+2
2007-10-10r3902: fix compiler warningsStefan Metzmacher1-2/+2
2007-10-10r3830: unified the query/set security descriptor code with the rest of theAndrew Tridgell3-17/+29
2007-10-10r3829: added a RAW-ACLS test suite that tests query/set of ACLs on a fileAndrew Tridgell1-2/+13
2007-10-10r3826: - added testing of ea lists in NTTRANS CREATEAndrew Tridgell3-11/+108
2007-10-10r3821: added client side code and test code for NTTRANS_CREATEAndrew Tridgell1-0/+133
2007-10-10r3810: create a LIB_SECURITY subsystemStefan Metzmacher1-0/+1
2007-10-10r3806: added support to smb_server and pvfs for the NTTRANS Create call. ThisAndrew Tridgell1-1/+1
2007-10-10r3654: Add static and fix indentation.Andrew Bartlett2-2/+2
2007-10-10r3652: Fix malloc-history dependent failures in smbtorture.Andrew Bartlett1-6/+7
2007-10-10r3591: to get a bit more useful info from valgrind I'm disabling theAndrew Tridgell1-1/+1
2007-10-10r3507: - added deferred replies on sharing violation in pvfs open. TheAndrew Tridgell2-9/+9
2007-10-10r3481: split out client.h and events.hAndrew Tridgell1-0/+1
2007-10-10r3466: split out request.h, signing.h, and smb_server.hAndrew Tridgell1-0/+2
2007-10-10r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ...Andrew Tridgell3-0/+3
2007-10-10r3462: separate out the crypto includesAndrew Tridgell1-0/+1
2007-10-10r3458: more solaris portability fixes, the main one being that we can't use aAndrew Tridgell1-10/+10
2007-10-10r3453: - split out the auth and popt includesAndrew Tridgell1-0/+1
2007-10-10r3447: more include/system/XXX.h include filesAndrew Tridgell2-0/+2
2007-10-10r3443: the next stage in the include files re-organisation.Andrew Tridgell2-4/+4
2007-10-10r3419: moved the libcli/raw structures into libcli/raw/libcliraw.hAndrew Tridgell21-0/+306
2007-10-10r3400: - allow callers to control the flags2 field in raw packetsAndrew Tridgell2-20/+24
2007-10-10r3385: when discarding a unmatched reply print the command type to help debug...Andrew Tridgell1-1/+2
2007-10-10r3383: avoid multi-part SMBtrans and SMBtrans2 replies until our client libra...Andrew Tridgell5-8/+20
2007-10-10r3380: - changed the default behaviour of server signing. We now have a defaultAndrew Tridgell1-0/+1
2007-10-10r3354: honor "max xmit" and "max mux" from smb.conf in our client code. ThisAndrew Tridgell3-8/+11
2007-10-10r3322: fixed a bunch of warnings in the build, including one case where it wa...Andrew Tridgell2-2/+5
2007-10-10r3319: fixed a bug in the client library found by the new non-block testing codeAndrew Tridgell1-10/+0
2007-10-10r3315: converted the libcli/raw/ code to use the generic socket library. ThisAndrew Tridgell2-40/+49
2007-10-10r3295: Fix for SMB signing with 56-bit DES session keys. From Nalin Dahyabhai...Jeremy Allison1-2/+11
2007-10-10r3237: - allow for readx calls larger than 64kAndrew Tridgell1-2/+2
2007-10-10r3081: several updates to ntvfs and server side async request handling inAndrew Tridgell2-18/+0
2007-10-10r3017: nicer memory handling for event_context_merge()Andrew Tridgell1-1/+0
2007-10-10r3016: - converted the events code to tallocAndrew Tridgell1-1/+1
2007-10-10r2857: this commit gets rid of smb_ucs2_t, wpstring and fpstring, plus lots o...Andrew Tridgell1-11/+2
2007-10-10r2710: continue with the new style of providing a parent context wheneverAndrew Tridgell2-4/+5
2007-10-10r2680: switched the libcli/raw/ code over to use talloc_reference(), which si...Andrew Tridgell3-32/+7
2007-10-10r2671: we're getting too many errors caused by the talloc_realloc() API notAndrew Tridgell3-5/+7