summaryrefslogtreecommitdiffstats
path: root/src/lib/dns/gen-rdatacode.py.in (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [#3208] restore unittestsRazvan Becheriu2024-03-071-382/+0
|
* [#3208] remove unused code in libdnsRazvan Becheriu2024-03-071-10/+1
|
* [(no branch, rebasing 1880-implement-the-tkey-rr)] [(no branch, rebasing ↵Francis Dupont2021-06-031-2/+2
| | | | 1880-implement-the-tkey-rr)] [(no branch, rebasing 1880-implement-the-tkey-rr)] [#1880] Checkpoint: rdata files
* [#1656] 1.9.4 release: update copyrightsAndrei Pavel2021-01-251-1/+1
|
* [#1656] 1.9.4 release: spelling checkAndrei Pavel2021-01-251-1/+1
|
* [v1_1_0] Copyright dates updateWlodek Wencel2016-08-281-1/+1
|
* [master] Fixed rights of non-executable regular filesFrancis Dupont2016-07-081-0/+0
|
* [4236] Updated copyright dates in all files.Marcin Siodelski2015-12-161-1/+1
|
* [4236] Replaced license text in all files containing it.Marcin Siodelski2015-12-161-11/+3
|
* [3413] Changes after review:Tomek Mrugalski2014-06-251-0/+5
| | | | | | | | | | - dhcp6_test.py removed - src/lib/testuitls/testdata/*.wire files are now in repo, no longer need python3 script to generate - src/lib/cc/proto_defs.h added to repo, no longer autogenerated - Added comment to get-rdatacode.py - removed LIBRARY_PATH_PLACEHOLDER hacks from several Makefiles. - ChangeLog entry added.
* Merge branch 'trac2512'Mukund Sivaraman2014-02-191-1/+1
|\
| * [2512] Add support for the CAA RR typeMukund Sivaraman2014-01-201-1/+1
| |
* | [2185] Add support for the TLSA RR typeMukund Sivaraman2014-01-141-1/+1
|/
* [2522] add MasterLexer constructors for in::SSHFP, ch::A, hs::A.Paul Selkirk2013-05-161-52/+3
| | | | Also removed OldRdataFactory/new_rdata_factory_users stuff, since all Rdata classes now use the new RdataFactory.
* [2522] add MasterLexer constructor for TSIGPaul Selkirk2013-05-161-1/+4
|
* Merge branch 'trac2521'Paul Selkirk2013-05-081-2/+6
|\ | | | | | | | | Conflicts: src/lib/dns/gen-rdatacode.py.in
| * [2521] add MasterLexer constructor for DHCIDPaul Selkirk2013-04-101-0/+1
| |
| * [2521] add MasterLexer constructor for RRSIGPaul Selkirk2013-04-081-1/+2
| |
| * [2521] add MasterLexer constructor for OPTPaul Selkirk2013-04-061-1/+3
| |
* | Merge branch 'trac2387'Mukund Sivaraman2013-04-101-0/+3
|\ \ | |/ |/|
| * [2387] Add NSEC3PARAM lexer constructor implementationMukund Sivaraman2013-03-121-0/+1
| |
| * [2387] Add NSEC3 lexer constructor implementationMukund Sivaraman2013-03-111-0/+1
| |
| * [2387] Add DNSKEY implementationMukund Sivaraman2013-03-071-0/+1
| |
* | [2391] add afsdb to gen-rdatacode.py.inPaul Selkirk2013-03-251-0/+1
| | | | | | | | Also fix typos in afsdb_18.cc doxygen comments.
* | [master] many misspelling and typo fixesJeremy C. Reed2013-03-061-1/+1
|/ | | | | | | reviewed by jelte via jabber. Changes some log message descriptions and some function arguments and some output.
* Merge branch 'trac2386'Mukund Sivaraman2013-02-271-0/+3
|\
| * [2386] Add NSEC implementationMukund Sivaraman2013-02-221-0/+1
| |
| * [2386] Add DS and DLV implementationsMukund Sivaraman2013-02-211-0/+2
| |
* | [2389] use MasterLexer for IN/A RDATA constructor.JINMEI Tatuya2013-02-231-1/+1
|/ | | | | more tests and doc were added, and removed the createFromLexer test (it doesn't make sense any more). some other cleanups were also made.
* [master] Merge branch 'trac1866'JINMEI Tatuya2013-02-061-26/+92
|\ | | | | | | | | | | | | | | fixed Conflicts: src/bin/ddns/tests/ddns_test.py src/bin/xfrin/tests/xfrin_test.py src/lib/dns/python/tests/zone_checker_python_test.py src/lib/python/isc/ddns/tests/session_tests.py
| * [1866] revise generate_typeclasscode without using temporary text variables.JINMEI Tatuya2013-02-041-27/+29
| | | | | | | | | | wouldn't matter for the usage of this script, but this should be slightly more efficient.
| * [1866] updated the gen script so it generates types/classes correctly.JINMEI Tatuya2013-02-041-17/+25
| |
| * [1866] list all meta/not-yet-supported RR types and classes in the gen scriptJINMEI Tatuya2013-02-041-14/+19
| | | | | | | | that's probably simpler than using dummy files and directories.
| * [1866] corrected some regexp's: make sure it matches '.' before file suffixes.JINMEI Tatuya2013-02-041-2/+2
| |
| * [1866] auto-generate RRType defs for all (yet fully) unsupported types.JINMEI Tatuya2013-01-291-2/+10
| | | | | | | | added some tests to check the definitions are complete and correct.
| * [1866] added an empty .gitignore to keep the effectively-empty directory.JINMEI Tatuya2013-01-291-1/+3
| |
| * [1866] added framework to handle meta/non-(fully-)supported RRtypes.JINMEI Tatuya2013-01-291-1/+22
| | | | | | | | | | now some parameters for ANY, AXFR, IXFR types and NONE class are auto-generated, and corresponding hardcoding was removed.
| * [1866] update gen_rdatacode to autogenerate C++ code for some python wrapper.JINMEI Tatuya2013-01-261-12/+32
| | | | | | | | specifically, it generates code to create RRType and RRClass constants.
* | [2656] Add SRV implementationMukund Sivaraman2013-01-291-0/+1
| |
* | [2656] Add DNAME implementationMukund Sivaraman2013-01-291-0/+1
| |
* | [2656] Add CNAME implementationMukund Sivaraman2013-01-291-0/+1
| |
* | [2390] Add NS implementationMukund Sivaraman2013-01-291-0/+1
| |
* | [2390] Add PTR implementationMukund Sivaraman2013-01-291-0/+1
| |
* | [2390] Add MX implementationMukund Sivaraman2013-01-291-0/+1
|/
* [master] Merge branch 'trac2498'Jelte Jansen2013-01-151-2/+7
|\ | | | | | | | | Conflicts: src/lib/dns/gen-rdatacode.py.in
| * [2498] Add naptr to factory_users listJelte Jansen2013-01-101-0/+1
| |
| * [2498] Update HINFO and NAPTR to use new createFromTextJelte Jansen2013-01-101-2/+5
| | | | | | | | | | Also change internal representation of strings to type CharString; because CharString is (currently) hidden, this meant introducing pimpl to these classes. Also the relevant getters now return copies instead of references to strings.
* | [2500] use MasterLexer for "from string" ctor's of SOA rdataJINMEI Tatuya2013-01-091-2/+2
|/
* [2442] supported lexer version of constructor for TXTLike RR typesJINMEI Tatuya2012-12-041-1/+2
| | | | it's incomplete, but pass some tests
* [2497] some suggested editorial cleanups: long line, identation, better e.g.JINMEI Tatuya2012-12-041-5/+8
|