summaryrefslogtreecommitdiffstats
path: root/libcli/nbt/lmhosts.c
Commit message (Collapse)AuthorAgeFilesLines
* libcli/nbt/lmhosts: fix missing prototype warning.Günther Deschner2010-05-311-0/+1
| | | | | | Andrew, please check. Guenther
* libcli/nbt Move more of lmhosts lookup into common codeAndrew Bartlett2009-11-041-0/+79
| | | | | | This aims to eventually share this with Samba4. Andrew Bartlett
* libcli:nbt put util_net.c protos in new header fileAndrew Bartlett2009-09-151-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
* libcli:nbt make the lmhosts parsing code and dependicies commonAndrew Bartlett2009-09-151-0/+156
This starts the process to have Samba4 use lmhosts. Andrew Bartlett