summaryrefslogtreecommitdiff
path: root/libcli/smb/smb1cli_echo.c
AgeCommit message (Collapse)AuthorFilesLines
2025-09-02libsmb: Remove sync smb1cli_trans and _echo wrappersVolker Lendecke1-32/+0
Unused. If someone wants them back, they're easy to recreate Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Anoop C S <anoopcs@samba.org>
2025-09-02libsmb: Use tevent_req_nterror() properlyVolker Lendecke1-2/+1
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Anoop C S <anoopcs@samba.org>
2014-09-23libcli: Fix a segfault calling smbXcli_req_set_pending() on NULL.Andreas Schneider1-1/+0
BUG: https://bugzilla.samba.org/show_bug.cgi?id=10817 Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Tue Sep 23 04:23:05 CEST 2014 on sn-devel-104
2013-02-19libcli/smb: make use of samba_tevent_context_init()Stefan Metzmacher1-1/+1
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
2012-09-29libcli/smb: add smb1cli_echo*Stefan Metzmacher1-0/+170
metze