summaryrefslogtreecommitdiffstats
path: root/source3/libsmb/clireadwrite.c
Commit message (Expand)AuthorAgeFilesLines
...
* A rewrite of the error handling in the libsmb client code. I've separatedTim Potter2001-08-101-10/+14
* cli_read() was reading too many bytes.Andrew Tridgell2001-07-011-2/+1
* Use a logical cli_read(), removed the cli_read_one() hack.Jeremy Allison2001-06-291-124/+61
* Merged cli_read_one() function for reading DCE/RPC reply fragments.Tim Potter2001-06-221-0/+46
* added some comments to make the cli read code clearerAndrew Tridgell2001-06-221-4/+14
* next_token() was supposed to be a reentrant replacement for strtok(),Andrew Tridgell2001-06-211-5/+8
* Set correct reply word in large writeX (greater than 64k) replies.Jeremy Allison2001-06-051-1/+5
* Tidyup removing many of the 0xC0000000 | NT_STATUS_XXX stuff (only need NT_ST...Jeremy Allison2000-08-011-2/+2
* split clientgen.c into several partsAndrew Tridgell2000-04-251-0/+273