summaryrefslogtreecommitdiffstats
path: root/libcli/nbt/dns_hosts_file.c
Commit message (Collapse)AuthorAgeFilesLines
* libcli/dns Improve dns_hosts_file, using Samba3's struct dns_rr_srvAndrew Bartlett2011-04-261-307/+0
| | | | | | | | | By reworking the 'fake DNS' file to use struct dns_rr_srv it should be possible to emulate that resolver layer as well as the Samba4 sockaddr_storage* based layer. This will then give us a common DNS emulation for 'make test'. Andrew Bartlett
* libcli/nbt Cope with blank lines in DNS hosts fileAndrew Bartlett2011-04-061-3/+3
|
* libcli/: Fix prototypes for all functions.Jelmer Vernooij2011-03-191-0/+1
|
* libcli/nbt/dns_hosts_file.c - change "ULONG_MAX" into "UINT32_MAX"Matthias Dieter Wallnöfer2010-03-301-1/+1
| | | | This fits better since the variable which is tested is of type "uint32_t".
* libcli/nbt Add parser for a 'hosts' file that takes DNS record typesAndrew Bartlett2010-03-111-0/+306