[yast-commit] [yast/yast-dns-server] b65612: Splitting TXT and SPF records longer than 255 char...
Branch: refs/heads/master Home: https://github.com/yast/yast-dns-server Commit: b65612eb41593171f6b55a0852536ac0ea75168a https://github.com/yast/yast-dns-server/commit/b65612eb41593171f6b55a0852536... Author: Lukas Ocilka <lukas.ocilka@gmail.com> Date: 2014-03-12 (Wed, 12 Mar 2014) Changed paths: M src/servers_non_y2/ag_dns_zone Log Message: ----------- Splitting TXT and SPF records longer than 255 chars into more strings - DNS defines that a single string can be of max length 255 chars - However, there can be more of then - So, if the tota lstring length is longer, it's split into more strings Commit: 2362d95fb3e0134d0f4d5c32341970cef0f870c2 https://github.com/yast/yast-dns-server/commit/2362d95fb3e0134d0f4d5c3234197... Author: Lukas Ocilka <lukas.ocilka@gmail.com> Date: 2014-03-12 (Wed, 12 Mar 2014) Changed paths: M src/modules/DnsZones.pm Log Message: ----------- Fixed SPF record to ba handled the same way as TXT record - strings are quoted Commit: 4c6261ac8e4f5fd86b35d56348c367d559c0d205 https://github.com/yast/yast-dns-server/commit/4c6261ac8e4f5fd86b35d56348c36... Author: Lukas Ocilka <lukas.ocilka@gmail.com> Date: 2014-03-12 (Wed, 12 Mar 2014) Changed paths: M src/include/dns-server/dialog-masterzone.rb Log Message: ----------- Fixed checking the TXT/SPF record value size - Record size can be bigger than 255 characters but in that case it needs to be split into more smaller parts e.g., "a" "b" "c" instead of "a b c" - The old implementation expected the value size to be max 255 in total, which was wrong Commit: 5cec2c7084839c9618b0f812c4727f665707d8eb https://github.com/yast/yast-dns-server/commit/5cec2c7084839c9618b0f812c4727... Author: Lukas Ocilka <lukas.ocilka@gmail.com> Date: 2014-03-12 (Wed, 12 Mar 2014) Changed paths: M package/yast2-dns-server.changes M package/yast2-dns-server.spec Log Message: ----------- New changes file entry and new version Commit: 547bf79f305bc64e850e347a7bb81a29f6c9f4f3 https://github.com/yast/yast-dns-server/commit/547bf79f305bc64e850e347a7bb81... Author: Lukas Ocilka <lukas.ocilka@gmail.com> Date: 2014-03-12 (Wed, 12 Mar 2014) Changed paths: M package/yast2-dns-server.spec Log Message: ----------- Added URL tah to spec file Commit: b6eda26853c969d0250e2af9c5de33bc63e525f6 https://github.com/yast/yast-dns-server/commit/b6eda26853c969d0250e2af9c5de3... Author: Lukas Ocilka <lukas.ocilka@gmail.com> Date: 2014-03-26 (Wed, 26 Mar 2014) Changed paths: M package/yast2-dns-server.changes M package/yast2-dns-server.spec M src/include/dns-server/dialog-masterzone.rb M src/modules/DnsZones.pm M src/servers_non_y2/ag_dns_zone Log Message: ----------- Merge pull request #29 from kobliha/splitting_txt_spf_records Splitting TXT and SPF records longer than 255 chars into more strings Compare: https://github.com/yast/yast-dns-server/compare/2929ab8d3126...b6eda26853c9
participants (1)
-
GitHub