summaryrefslogtreecommitdiff
path: root/libcli/nbt/namerelease.c
AgeCommit message (Collapse)AuthorFilesLines
2018-04-13libnbt: Add an explicit "mem_ctx" to name_request_sendVolker Lendecke1-1/+1
Implicitly hanging requests off nbtsock is too inflexible for future use Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
2008-10-24Remove unused include param/param.h.Jelmer Vernooij1-1/+0
2008-09-23s4-nbt: move libcli/nbt up one level.Günther Deschner1-0/+135
Guenther