Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [#3208] restore unittests | Razvan Becheriu | 2024-03-07 | 1 | -382/+0 |
| | |||||
* | [#3208] remove unused code in libdns | Razvan Becheriu | 2024-03-07 | 1 | -10/+1 |
| | |||||
* | [(no branch, rebasing 1880-implement-the-tkey-rr)] [(no branch, rebasing ↵ | Francis Dupont | 2021-06-03 | 1 | -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 copyrights | Andrei Pavel | 2021-01-25 | 1 | -1/+1 |
| | |||||
* | [#1656] 1.9.4 release: spelling check | Andrei Pavel | 2021-01-25 | 1 | -1/+1 |
| | |||||
* | [v1_1_0] Copyright dates update | Wlodek Wencel | 2016-08-28 | 1 | -1/+1 |
| | |||||
* | [master] Fixed rights of non-executable regular files | Francis Dupont | 2016-07-08 | 1 | -0/+0 |
| | |||||
* | [4236] Updated copyright dates in all files. | Marcin Siodelski | 2015-12-16 | 1 | -1/+1 |
| | |||||
* | [4236] Replaced license text in all files containing it. | Marcin Siodelski | 2015-12-16 | 1 | -11/+3 |
| | |||||
* | [3413] Changes after review: | Tomek Mrugalski | 2014-06-25 | 1 | -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 Sivaraman | 2014-02-19 | 1 | -1/+1 |
|\ | |||||
| * | [2512] Add support for the CAA RR type | Mukund Sivaraman | 2014-01-20 | 1 | -1/+1 |
| | | |||||
* | | [2185] Add support for the TLSA RR type | Mukund Sivaraman | 2014-01-14 | 1 | -1/+1 |
|/ | |||||
* | [2522] add MasterLexer constructors for in::SSHFP, ch::A, hs::A. | Paul Selkirk | 2013-05-16 | 1 | -52/+3 |
| | | | | Also removed OldRdataFactory/new_rdata_factory_users stuff, since all Rdata classes now use the new RdataFactory. | ||||
* | [2522] add MasterLexer constructor for TSIG | Paul Selkirk | 2013-05-16 | 1 | -1/+4 |
| | |||||
* | Merge branch 'trac2521' | Paul Selkirk | 2013-05-08 | 1 | -2/+6 |
|\ | | | | | | | | | Conflicts: src/lib/dns/gen-rdatacode.py.in | ||||
| * | [2521] add MasterLexer constructor for DHCID | Paul Selkirk | 2013-04-10 | 1 | -0/+1 |
| | | |||||
| * | [2521] add MasterLexer constructor for RRSIG | Paul Selkirk | 2013-04-08 | 1 | -1/+2 |
| | | |||||
| * | [2521] add MasterLexer constructor for OPT | Paul Selkirk | 2013-04-06 | 1 | -1/+3 |
| | | |||||
* | | Merge branch 'trac2387' | Mukund Sivaraman | 2013-04-10 | 1 | -0/+3 |
|\ \ | |/ |/| | |||||
| * | [2387] Add NSEC3PARAM lexer constructor implementation | Mukund Sivaraman | 2013-03-12 | 1 | -0/+1 |
| | | |||||
| * | [2387] Add NSEC3 lexer constructor implementation | Mukund Sivaraman | 2013-03-11 | 1 | -0/+1 |
| | | |||||
| * | [2387] Add DNSKEY implementation | Mukund Sivaraman | 2013-03-07 | 1 | -0/+1 |
| | | |||||
* | | [2391] add afsdb to gen-rdatacode.py.in | Paul Selkirk | 2013-03-25 | 1 | -0/+1 |
| | | | | | | | | Also fix typos in afsdb_18.cc doxygen comments. | ||||
* | | [master] many misspelling and typo fixes | Jeremy C. Reed | 2013-03-06 | 1 | -1/+1 |
|/ | | | | | | | reviewed by jelte via jabber. Changes some log message descriptions and some function arguments and some output. | ||||
* | Merge branch 'trac2386' | Mukund Sivaraman | 2013-02-27 | 1 | -0/+3 |
|\ | |||||
| * | [2386] Add NSEC implementation | Mukund Sivaraman | 2013-02-22 | 1 | -0/+1 |
| | | |||||
| * | [2386] Add DS and DLV implementations | Mukund Sivaraman | 2013-02-21 | 1 | -0/+2 |
| | | |||||
* | | [2389] use MasterLexer for IN/A RDATA constructor. | JINMEI Tatuya | 2013-02-23 | 1 | -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 Tatuya | 2013-02-06 | 1 | -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 Tatuya | 2013-02-04 | 1 | -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 Tatuya | 2013-02-04 | 1 | -17/+25 |
| | | |||||
| * | [1866] list all meta/not-yet-supported RR types and classes in the gen script | JINMEI Tatuya | 2013-02-04 | 1 | -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 Tatuya | 2013-02-04 | 1 | -2/+2 |
| | | |||||
| * | [1866] auto-generate RRType defs for all (yet fully) unsupported types. | JINMEI Tatuya | 2013-01-29 | 1 | -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 Tatuya | 2013-01-29 | 1 | -1/+3 |
| | | |||||
| * | [1866] added framework to handle meta/non-(fully-)supported RRtypes. | JINMEI Tatuya | 2013-01-29 | 1 | -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 Tatuya | 2013-01-26 | 1 | -12/+32 |
| | | | | | | | | specifically, it generates code to create RRType and RRClass constants. | ||||
* | | [2656] Add SRV implementation | Mukund Sivaraman | 2013-01-29 | 1 | -0/+1 |
| | | |||||
* | | [2656] Add DNAME implementation | Mukund Sivaraman | 2013-01-29 | 1 | -0/+1 |
| | | |||||
* | | [2656] Add CNAME implementation | Mukund Sivaraman | 2013-01-29 | 1 | -0/+1 |
| | | |||||
* | | [2390] Add NS implementation | Mukund Sivaraman | 2013-01-29 | 1 | -0/+1 |
| | | |||||
* | | [2390] Add PTR implementation | Mukund Sivaraman | 2013-01-29 | 1 | -0/+1 |
| | | |||||
* | | [2390] Add MX implementation | Mukund Sivaraman | 2013-01-29 | 1 | -0/+1 |
|/ | |||||
* | [master] Merge branch 'trac2498' | Jelte Jansen | 2013-01-15 | 1 | -2/+7 |
|\ | | | | | | | | | Conflicts: src/lib/dns/gen-rdatacode.py.in | ||||
| * | [2498] Add naptr to factory_users list | Jelte Jansen | 2013-01-10 | 1 | -0/+1 |
| | | |||||
| * | [2498] Update HINFO and NAPTR to use new createFromText | Jelte Jansen | 2013-01-10 | 1 | -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 rdata | JINMEI Tatuya | 2013-01-09 | 1 | -2/+2 |
|/ | |||||
* | [2442] supported lexer version of constructor for TXTLike RR types | JINMEI Tatuya | 2012-12-04 | 1 | -1/+2 |
| | | | | it's incomplete, but pass some tests | ||||
* | [2497] some suggested editorial cleanups: long line, identation, better e.g. | JINMEI Tatuya | 2012-12-04 | 1 | -5/+8 |
| |