summaryrefslogtreecommitdiff
path: root/source3/libcli/nbt/nbtname.c
AgeCommit message (Collapse)AuthorFilesLines
2008-09-23s3-nbt: remove old samba3 libcli/nbt copy.Günther Deschner1-626/+0
Guenther
2008-08-16Attempt to fix Coverity ID 595Volker Lendecke1-1/+1
is_ipaddress already dereferences "name", so the NULL check is pointless after calling it. (This used to be commit 31ca7b2dbbbfbb3a55670b58c08ebda68888af7e)
2008-04-19Fix a bogus uninitialized variable warning in IDL-based nbt codeVolker Lendecke1-1/+1
(This used to be commit 06c5076f8ef23ac36d234ed417b80a58ab8dd7b4)
2008-04-17IDL: Add autogenerated nbt files.Günther Deschner1-0/+626
Guenther (This used to be commit 1e05224bda73ec183c5b7c310e8e277f405a847a)