summaryrefslogtreecommitdiff
path: root/libcli/nbt/lmhosts.c
AgeCommit message (Collapse)AuthorFilesLines
2010-05-31libcli/nbt/lmhosts: fix missing prototype warning.Günther Deschner1-0/+1
Andrew, please check. Guenther
2009-11-04libcli/nbt Move more of lmhosts lookup into common codeAndrew Bartlett1-0/+79
This aims to eventually share this with Samba4. Andrew Bartlett
2009-09-15libcli:nbt put util_net.c protos in new header fileAndrew Bartlett1-0/+1
This fixed a very odd build problem due to util.h importing system/network.h being imported before the uid_wapper code. Andrew Bartlett
2009-09-15libcli:nbt make the lmhosts parsing code and dependicies commonAndrew Bartlett1-0/+156
This starts the process to have Samba4 use lmhosts. Andrew Bartlett