summaryrefslogtreecommitdiff
path: root/source4/libcli
AgeCommit message (Expand)AuthorFilesLines
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-10-10fixed snprintf.c for systems that have only some of the *printf() family of f...Andrew Tridgell1-0/+5
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-15don't leak memory if cli->tree is NULLHerb Lewis1-3/+5
2003-08-15don't dereference null pointerHerb Lewis1-1/+1
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 Tridgell5-8/+4
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-15try to cope with servers that return a blank alt_name fieldAndrew Tridgell1-1/+5
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-14client/client.c - cannot initialize struct with non-const valuesHerb Lewis1-2/+2
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 Tridgell4-14/+39
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 Tridgell51-0/+18245