summaryrefslogtreecommitdiffstats
path: root/libcli/echo
Commit message (Collapse)AuthorAgeFilesLines
* libcli/echo: validate the message lengthStefan Metzmacher2012-09-221-0/+5
| | | | metze
* build: provide tevent-util as a public libraryAndrew Bartlett2011-08-082-2/+2
| | | | | | | This is needed so that OpenChange can get at _tevent_req_nterr(), which is referenced by generated PIDL output. Andrew Bartlett
* libcli/util Rename common map_nt_error_from_unix to avoid duplicate symbolAndrew Bartlett2011-06-201-5/+5
| | | | | | | | | | | | 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
* s4-libcli Remove resolve_name() as it conflicts with Samba3.Andrew Bartlett2011-05-031-2/+4
| | | | | | | This was just a wrapper around resolve_name_ex(), so just call that instead. Andrew Bartlett
* libcli/: Fix prototypes for all functions.Jelmer Vernooij2011-03-191-0/+2
|
* libcli/echo: fix off by 1 crash bugStefan Metzmacher2010-12-111-1/+1
| | | | | | | metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Sat Dec 11 13:48:54 CET 2010 on sn-devel-104
* libcli/echo: lowercase testsuite namesStefan Metzmacher2010-12-111-2/+2
| | | | metze
* s4 libcli: Add libcli_echo lib and torture testKai Blin2010-12-095-0/+368
Autobuild-User: Kai Blin <kai@samba.org> Autobuild-Date: Thu Dec 9 23:57:03 CET 2010 on sn-devel-104