r5352: added a function nbt_name_string() that formats a nbt_name structure
authorAndrew Tridgell <tridge@samba.org>
Sat, 12 Feb 2005 01:00:15 +0000 (01:00 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:09:45 +0000 (13:09 -0500)
commitaac3090e3504ba07124a9d480322a98efb97175e
tree8dc00bff26213016c9cee188de2980f30a3f38f5
parentbe37749ac7d128fcabf82bad104d87098e2d9f55
r5352: added a function nbt_name_string() that formats a nbt_name structure
as a human readable string. The format is designed to be able to be
used as the DN for the WINS database as well, while coping with
arbitrary bytes in the name (except nul bytes)
source/libcli/nbt/nameregister.c
source/libcli/nbt/nbtname.c
source/nbt_server/defense.c
source/nbt_server/nodestatus.c
source/nbt_server/packet.c
source/nbt_server/query.c
source/nbt_server/register.c
source/nbt_server/winsclient.c
source/nbt_server/winsserver.c
source/torture/nbt/wins.c