- 24 Oct, 2014 2 commits
-
-
Daniel Salzman authored
-
Daniel Salzman authored
-
- 24 Sep, 2014 1 commit
-
-
Lubos Slovak authored
+ Visibility in errcode.c, dname.c, descriptor.c, consts.c
-
- 17 Sep, 2014 1 commit
-
-
Lubos Slovak authored
-
- 16 Sep, 2014 1 commit
-
-
Lubos Slovak authored
Converting to lowercase when saving to zone proved insufficient, because case-insensitive comparison of RDATA would be needed in some scenarios - e.g. in IXFR (SOA replacement) and DDNS processing. Moved the conversion to packet parsing - all dnames in RDATA are converted to lowercase when parsed from wire. RDATA parsed from zone file are converted there (in scanner_process()). Later the conversion may be moved to a lower level of parsing (and with some option to turn it on/off). QNAME is unaffected by this change.
-
- 12 Sep, 2014 1 commit
-
-
Daniel Salzman authored
-
- 08 Sep, 2014 1 commit
-
-
Lubos Slovak authored
-
- 15 Aug, 2014 1 commit
-
-
Marek Vavruša authored
Conflicts: Knot.files src/knot/nameserver/update.c src/knot/nameserver/update.h src/knot/server/tcp-handler.c src/knot/zone/events.c src/knot/zone/zone.c src/knot/zone/zone.h src/libknot/packet/net.c src/libknot/rdataset.c src/utils/nsupdate/nsupdate_params.h
-
- 14 Aug, 2014 1 commit
-
-
Jan Včelák authored
-
- 13 Aug, 2014 2 commits
-
-
Jan Včelák authored
-
Lubos Slovak authored
-
- 10 Aug, 2014 1 commit
-
-
Jan Kadlec authored
missing
-
- 04 Aug, 2014 1 commit
-
-
Jan Včelák authored
-
- 01 Aug, 2014 1 commit
-
-
Daniel Salzman authored
-
- 31 Jul, 2014 1 commit
-
-
Jan Včelák authored
-
- 29 Jul, 2014 1 commit
-
-
Jan Kadlec authored
-
- 24 Jun, 2014 1 commit
-
-
Jan Kadlec authored
-
- 29 May, 2014 1 commit
-
-
Jan Kadlec authored
- changesets.c - contents.c - just removed debug code
-
- 27 May, 2014 2 commits
-
-
Lubos Slovak authored
-
Lubos Slovak authored
- includes not finished yet
-
- 26 May, 2014 2 commits
-
-
Marek Vavruša authored
-
Lubos Slovak authored
-
- 06 May, 2014 1 commit
-
-
Jan Kadlec authored
-
- 29 Apr, 2014 1 commit
-
-
Jan Kadlec authored
- Simpler DDNS signing, simpler changeset merging (todo: fix leaks) - Removed some needles helper functions and zone adjusting
-
- 25 Apr, 2014 1 commit
-
-
Jan Kadlec authored
-
- 14 Apr, 2014 1 commit
-
-
Marek Vavruša authored
-
- 02 Apr, 2014 1 commit
-
-
Marek Vavruša authored
removed most of cruft from zones.c moved relevant stuff to appropriate files problems: - still a lot of duplicated code with changesets (ddns, signing, ixfr..) - can't store changesets after application (zone.c:186) - ddns and transfers are unsafe until made into serialized zone events
-
- 26 Mar, 2014 2 commits
-
-
Marek Vavruša authored
- deprecated journal functionality was thrown away - half of the code from zones.c was moved to appropriate places (zone, zonefile, journal) - there are still several functions that should rather be in the changesets code, TBD
-
Jan Včelák authored
-
- 25 Mar, 2014 1 commit
-
-
Jan Kadlec authored
- kept RRSet copies somewhere (node has to create them now) - replaced knot_rrset_t with knot_rrs_t elsewhere - semantic checks simplified
-
- 24 Mar, 2014 3 commits
-
-
Jan Včelák authored
Prior to this change, non-apex DNSKEYs were not signed and invalid NSEC records were generated for these nodes.
-
Jan Kadlec authored
-
Jan Kadlec authored
-
- 21 Mar, 2014 1 commit
-
-
Jan Kadlec authored
- Will leak - Untested
-
- 11 Mar, 2014 1 commit
-
-
Jan Včelák authored
The config.h is now implicitly included using -include option of the compiler. After this change, config.h need not be placed at the first position in all source files.
-
- 06 Mar, 2014 1 commit
-
-
Lubos Slovak authored
-
- 24 Feb, 2014 1 commit
-
-
Jan Kadlec authored
- RR insertion function now returns zone RRSet. - Removed reduntant zone contents / node API functions - Cleanup.
-
- 21 Feb, 2014 1 commit
-
-
Jan Kadlec authored
-
- 20 Feb, 2014 1 commit
-
-
Jan Kadlec authored
- Removed rrset->rdata_indices, RDATA lengths are now stored inline together with RR's TTL - Added function to get RR's TTL - TTL of the whole RRSet can still be obtained, but it will default to the first RR's TTL or 0 - Renamed few RRSet functions, removed a few too - the file still needs a cleanup and function reordering - Special handling for RRSIGs during AXFR-out no longer needed (yay)
-
- 12 Feb, 2014 1 commit
-
-
Jan Kadlec authored
-