summaryrefslogtreecommitdiff
path: root/source4/libcli/raw
AgeCommit message (Expand)AuthorFilesLines
2004-02-01merge:Stefan Metzmacher2-44/+72
2004-01-15* fixed a segv when -U is not used in smbtorture.Andrew Tridgell2-6/+18
2004-01-02Autodetect service_type in cli_tree_full_connection() if the callerTim Potter1-0/+6
2003-12-16a fairly large commit!Andrew Tridgell1-1/+2
2003-12-11the next step in the dcerpc server code. Added the link between theAndrew Tridgell1-3/+5
2003-12-04* patch based on work by Jim Myers to unify the ioctl handling to beAndrew Tridgell1-34/+71
2003-11-26fixed default port handling pointed out by Tom JansenAndrew Tridgell1-1/+1
2003-11-20make the socket send code a little clearerAndrew Tridgell1-1/+5
2003-11-19updated copyright yearAndrew Tridgell1-1/+1
2003-11-17security descriptors are no longer a "special" type, they are handledAndrew Tridgell1-1/+1
2003-11-17added OpenPrinter and a test function. Note that the Samba3 structureAndrew Tridgell1-0/+6
2003-11-08- corrected some lsa idlAndrew Tridgell1-1/+5
2003-11-06another major bit of restructuring of rpc in Samba4. Mostly movingAndrew Tridgell1-320/+0
2003-11-04fixed some error found by valgrindAndrew Tridgell1-0/+3
2003-11-04lsa_EnumSids() now worksAndrew Tridgell1-0/+3
2003-11-04yipee! we can now do lsaOpenPolicy() via the new interfaces, withoutAndrew Tridgell1-0/+62
2003-11-04added support for fragmented sendsAndrew Tridgell1-0/+32
2003-11-04added fragmentation support on receive for dcerpc packets. I haveAndrew Tridgell1-2/+139
2003-11-03a major revamp of the low level dcerpc code in samba4, We can now do aAndrew Tridgell4-187/+92
2003-10-30- a few portability fixes from Jim MyersAndrew Tridgell1-0/+97
2003-10-28A fix for making transfer syntax a pointer instead of an array of pointersTim Potter1-2/+2
2003-10-28Initial version of raw dcerpc client support.Tim Potter1-0/+222
2003-10-28Implement raw SMBtrans by backending the SMBtrans2 send code. Receive isTim Potter1-8/+53
2003-09-02thanks to ntfsd and some google searches I worked out what the unknownAndrew Tridgell2-30/+26
2003-08-31I think I've finally got the ascii/unicode issues right in trans2 findAndrew Tridgell3-11/+22
2003-08-15more fixes from the IRIX compiler (thanks herb!)Andrew Tridgell1-4/+1
2003-08-15more fixes from the IRIX compiler (thanks herb!)Andrew Tridgell3-5/+1
2003-08-15wrong typecastHerb Lewis1-1/+1
2003-08-15fixed some places where we don't brace (flags & STR_UNICODE)Andrew Tridgell1-1/+1
2003-08-15some servers don't return a fs_type and dev_typeAndrew Tridgell1-2/+6
2003-08-15fixed a comment typoAndrew Tridgell1-2/+2
2003-08-15nicer formatting in getattreAndrew Tridgell1-6/+6
2003-08-14added the ancient SMBcreate operation to the testsuite and client libAndrew Tridgell1-0/+12
2003-08-13- added a raw smb scannerAndrew Tridgell1-1/+1
2003-08-13- added SMBntrename test suiteAndrew Tridgell1-8/+19
2003-08-13add support for 32 bit pid using the PIDHIGH field. This allows theAndrew Tridgell1-1/+2
2003-08-13use the \\server\share form of tconx to work with servers that don'tAndrew Tridgell1-1/+4
2003-08-13first public release of samba4 codeAndrew Tridgell22-0/+7224