Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-04-26 | libcli/dns Improve dns_hosts_file, using Samba3's struct dns_rr_srv | Andrew Bartlett | 1 | -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 | |||||
2011-04-06 | libcli/nbt Cope with blank lines in DNS hosts file | Andrew Bartlett | 1 | -3/+3 | |
2011-03-19 | libcli/: Fix prototypes for all functions. | Jelmer Vernooij | 1 | -0/+1 | |
2010-03-30 | libcli/nbt/dns_hosts_file.c - change "ULONG_MAX" into "UINT32_MAX" | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
This fits better since the variable which is tested is of type "uint32_t". | |||||
2010-03-11 | libcli/nbt Add parser for a 'hosts' file that takes DNS record types | Andrew Bartlett | 1 | -0/+306 | |