Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s4-dns: renamed DNS_TYPE_ZERO to DNS_TYPE_TOMBSTONE | Andrew Tridgell | 2011-01-14 | 1 | -1/+2 |
| | | | | | | we now know that these are tombstone records, with a timestamp Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | ||||
* | dns: fixed dns record format | Andrew Tridgell | 2010-12-22 | 1 | -7/+25 |
| | | | | | | | based on new WSPP docs from Bryan Burgin Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Wed Dec 22 04:45:46 CET 2010 on sn-devel-104 | ||||
* | dns: auto-calculate the wDataLength field in DNS records | Andrew Tridgell | 2010-12-21 | 1 | -2/+2 |
| | | | | we need this for creating new records | ||||
* | s4 dns: Better error handling when parsing invalid or unknown records | Kai Blin | 2010-10-23 | 1 | -2/+2 |
| | |||||
* | dnsp: Can't have two memebers of a union with the same name | Kai Blin | 2010-10-23 | 1 | -2/+2 |
| | |||||
* | dnsp: Add support for parsing HINFO records | Kai Blin | 2010-10-04 | 1 | -0/+6 |
| | | | | | Autobuild-User: Kai Blin <kai@samba.org> Autobuild-Date: Mon Oct 4 19:41:38 UTC 2010 on sn-devel-104 | ||||
* | dnsp: Parse TXT records | Kai Blin | 2010-10-04 | 1 | -0/+2 |
| | |||||
* | dnsp: Add MX record parsing | Kai Blin | 2010-10-04 | 1 | -0/+6 |
| | |||||
* | dnsp: Allow parsing of AAAA records | Kai Blin | 2010-10-04 | 1 | -0/+1 |
| | |||||
* | IDL: More types for the DNSP IDL file | Kai Blin | 2010-10-04 | 1 | -2/+23 |
| | |||||
* | s4-dns: expanded the DNSP code to handle more record type | Andrew Tridgell | 2010-08-05 | 1 | -8/+56 |
| | |||||
* | dns: first version of dsnRecord parser | Andrew Tridgell | 2010-08-05 | 1 | -0/+45 |