Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libcli/util Rename common map_nt_error_from_unix to avoid duplicate symbol | Andrew Bartlett | 2011-06-20 | 1 | -1/+1 |
| | | | | | | | | | | | | The two error tables need to be combined, but for now seperate the names. (As the common parts of the tree now use the _common function, errmap_unix.c must be included in the s3 autoconf build). Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Mon Jun 20 08:12:03 CEST 2011 on sn-devel-104 | ||||
* | libcli/util: let tstream_read_pdu_blob_* cope with variable length headers | Stefan Metzmacher | 2010-09-26 | 1 | -5/+13 |
| | | | | metze | ||||
* | s3/s4:libcli/tstream - add more "char *" casts in order to suppress Solaris ↵ | Matthias Dieter Wallnöfer | 2010-09-10 | 1 | -2/+2 |
| | | | | warnings | ||||
* | tstream: Added a typedef for the function prototype. | Andreas Schneider | 2010-02-23 | 1 | -6/+2 |
| | |||||
* | s4:libcli/util/tstream.c - Need to include "system/network.h" | Matthias Dieter Wallnöfer | 2010-01-29 | 1 | -0/+1 |
| | | | | Otherwise I don't get "struct iovec" through "<sys/uio.h>" on CentOS 4. | ||||
* | libcli/util: add tstream_read_pdu_blob_send/recv | Stefan Metzmacher | 2010-01-08 | 1 | -0/+167 |
This will take the some full_request callback function as the Samba4 packet code. metze |