Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | idl: Add DNS HINFO record support | Kai Blin | 2013-05-26 | 1 | -0/+8 |
| | | | | | | | | | | | Not sure if we need this, bug samba.org specifies it, so this can cause ANY queries against samba.org to fail. Signed-off-by: Kai Blin <kai@samba.org> Reviewed-by: Michael Adam <obnox@samba.org> Autobuild-User(master): Michael Adam <obnox@samba.org> Autobuild-Date(master): Sun May 26 20:05:38 CEST 2013 on sn-devel-104 | ||||
* | idl: Add DNS RP record support as per RFC 1183 | Kai Blin | 2013-05-26 | 1 | -0/+7 |
| | | | | | | | | Not sure if we need this, but samba.org specifies it, so this could cause ANY queries against samba.org to fail. Signed-off-by: Kai Blin <kai@samba.org> Reviewed-by: Michael Adam <obnox@samba.org> | ||||
* | idl: Add support for parsing OPT records | Kai Blin | 2013-05-26 | 1 | -0/+8 |
| | | | | | Signed-off-by: Kai Blin <kai@samba.org> Reviewed-by: Michael Adam <obnox@samba.org> | ||||
* | s4 dns: Create IDL entry for TSIG-like record needed for signature check | Kai Blin | 2012-09-05 | 1 | -0/+14 |
| | |||||
* | s4 dns: Revert erroneous push from wrong branch | Kai Blin | 2012-09-05 | 1 | -14/+0 |
| | | | | | | | I've pushed the wrong branch for this, sorry about that. Autobuild-User(master): Kai Blin <kai@samba.org> Autobuild-Date(master): Wed Sep 5 14:10:54 CEST 2012 on sn-devel-104 | ||||
* | s4 dns: Handle GSS-TSIG signatures | Kai Blin | 2012-09-05 | 1 | -0/+14 |
| | |||||
* | s4 dns: Add TSIG and TKEY records to idl | Kai Blin | 2012-05-08 | 1 | -11/+56 |
| | |||||
* | s4 dns: Implement RFC-compatible update prescan | Kai Blin | 2011-12-17 | 1 | -3/+4 |
| | |||||
* | s4 dns: the opcode is called OPCODE_UPDATE in the RFC, not OPCODE_REGISTER | Kai Blin | 2011-11-04 | 1 | -1/+1 |
| | |||||
* | dns: Move the dns_srv_record to the correct place in the idl file | Kai Blin | 2011-10-02 | 1 | -7/+7 |
| | | | | | Autobuild-User: Kai Blin <kai@samba.org> Autobuild-Date: Sun Oct 2 13:35:49 CEST 2011 on sn-devel-104 | ||||
* | dns: Add support for TXT record to idl file | Kai Blin | 2011-10-02 | 1 | -0/+6 |
| | |||||
* | dns: The QCLASS is called IN, not IP | Kai Blin | 2011-09-28 | 1 | -1/+1 |
| | |||||
* | s4 dns: More work on updates | Kai Blin | 2010-10-23 | 1 | -1/+1 |
| | |||||
* | s4 dns: Better error handling when parsing invalid or unknown records | Kai Blin | 2010-10-23 | 1 | -1/+3 |
| | |||||
* | s4 dns: Reply to a name request with an A record. | Kai Blin | 2010-10-23 | 1 | -7/+36 |
| | | | | The first real answer to a DNS request. Still uses hardcoded reply. | ||||
* | ndr dns: Add simple parser | Kai Blin | 2010-10-23 | 1 | -4/+5 |
| | |||||
* | dns/nbt: Fix spelling of the "authoritative" flag. | Kai Blin | 2010-10-23 | 1 | -1/+1 |
| | |||||
* | idl: Add idl describing DNS structures | Kai Blin | 2010-10-23 | 1 | -0/+155 |