summaryrefslogtreecommitdiffstats
path: root/source4/libcli/clireadwrite.c
Commit message (Collapse)AuthorAgeFilesLines
* r4063: - change char * -> uint8_t in struct request_bufferStefan Metzmacher2007-10-101-3/+6
| | | | | | | | | - change smbcli_read/write to take void * for the buffers to match read(2)/write(2) all this fixes a lot of gcc-4 warnings metze (This used to be commit b94f92bc6637f748d6f7049f4f9a30b0b8d18a7a)
* r3419: moved the libcli/raw structures into libcli/raw/libcliraw.hAndrew Tridgell2007-10-101-0/+1
| | | | | and made them private (This used to be commit 386ac565c452ede1d74e06acb401ca9db99d3ff3)
* r3352: make smbcli_read() and smbcli_write() work with very small negotiated ↵Andrew Tridgell2007-10-101-3/+2
| | | | | | SMB buffer sizes (This used to be commit 320ca0214d97dc6cebb00ddc98a1eb71e2b4c917)
* r2101: fixed a signed/unsigned char warningAndrew Tridgell2007-10-101-2/+2
| | | | (This used to be commit f5fd90848d350ba1016282a6ee9ea3c83a6e4a63)
* r1654: rename cli_ -> smbcli_Stefan Metzmacher2007-10-101-3/+3
| | | | | | | rename CLI_ -> SMBCLI_ metze (This used to be commit 8441750fd9427dd6fe477f27e603821b4026f038)
* r889: convert samba4 to use [u]int16_t instead of [u]int16Stefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit af6f1f8a01bebbecd99bc8c066519e89966e65e3)
* Convert libcli routines to use cli_tree instead of cli_state. PortTim Potter2004-02-081-9/+11
| | | | | | | | smbtorture to use the new interface. Part 2 will be to eliminate cli_state from smbtorture as this is now the only place where it is used. (This used to be commit db1cc96af62ea42837d60592877fc3f93cef143b)
* fixed snprintf.c for systems that have only some of the *printf() family of ↵Andrew Tridgell2003-10-101-0/+5
| | | | | | | | | | | functions cope with servers that return bogus (too large) values in max_xmit cope with a couple more error conditions in RAW-SFILEINFO better startup time heuristics in NBENCH (This used to be commit 89f7261ba589e5760b3cf9c3594eab9d7198dd7e)
* first public release of samba4 codeAndrew Tridgell2003-08-131-0/+155
(This used to be commit b0510b5428b3461aeb9bbe3cc95f62fc73e2b97f)