]> git.ipfire.org Git - thirdparty/pdns.git/log
thirdparty/pdns.git
7 years agoMerge pull request #7838 from pieterlexis/circleci-docs
Pieter Lexis [Wed, 12 Jun 2019 10:05:59 +0000 (12:05 +0200)] 
Merge pull request #7838 from pieterlexis/circleci-docs

build docs in circleci

7 years agodoc: s/\n// 7910/head
Kees Monshouwer [Wed, 12 Jun 2019 09:27:19 +0000 (11:27 +0200)] 
doc: s/\n//

7 years agoauth: completely disable the packet when cache-ttl=0
Kees Monshouwer [Fri, 7 Jun 2019 12:46:03 +0000 (14:46 +0200)] 
auth: completely disable the packet when cache-ttl=0
This was inspired by #7802 but is more in line with the current query cache behaviour

closes #7802

7 years agoMerge remote-tracking branch 'origin/master' into circleci-docs 7838/head
Pieter Lexis [Wed, 12 Jun 2019 08:54:39 +0000 (10:54 +0200)] 
Merge remote-tracking branch 'origin/master' into circleci-docs

7 years agoMerge pull request #7880 from pieterlexis/dnsdist-ignore-ipcrypt
Pieter Lexis [Wed, 12 Jun 2019 08:52:38 +0000 (10:52 +0200)] 
Merge pull request #7880 from pieterlexis/dnsdist-ignore-ipcrypt

Ignore generated files for ipcrypt

7 years agodnsdist: Properly override the HTTP Server header for DoH 7911/head
Remi Gacogne [Wed, 12 Jun 2019 08:41:58 +0000 (10:41 +0200)] 
dnsdist: Properly override the HTTP Server header for DoH

7 years agodnsdist: print stats from expungeByName 7909/head
Matti Hiljanen [Wed, 12 Jun 2019 08:10:38 +0000 (11:10 +0300)] 
dnsdist: print stats from expungeByName

7 years agoMerge pull request #7887 from omoerbeek/auth-blacklist-special-memory-usage auth-4.2.0-rc2
Peter van Dijk [Tue, 11 Jun 2019 15:28:00 +0000 (17:28 +0200)] 
Merge pull request #7887 from omoerbeek/auth-blacklist-special-memory-usage

Simple blacklist handler for StatBag

7 years agoMerge pull request #7903 from Habbie/dnsdist-doc-nits
Remi Gacogne [Tue, 11 Jun 2019 13:35:52 +0000 (15:35 +0200)] 
Merge pull request #7903 from Habbie/dnsdist-doc-nits

dnsdist: minor doc updates/fixes

7 years agorec: Compare the CacheKey type and place first then the name 7905/head
Remi Gacogne [Tue, 11 Jun 2019 12:47:53 +0000 (14:47 +0200)] 
rec: Compare the CacheKey type and place first then the name

We don't care about the actual ordering, so let's do the cheapest
comparisons first then the quite expensive DNSName comparison only
if we really need to.

7 years agorec: Remove unused filter policies methods, add unit tests 7904/head
Remi Gacogne [Tue, 11 Jun 2019 10:04:02 +0000 (12:04 +0200)] 
rec: Remove unused filter policies methods, add unit tests

7 years agotcpFastOpenSize should be tcpFastOpenQueueSize 7903/head
Peter van Dijk [Tue, 11 Jun 2019 09:29:17 +0000 (11:29 +0200)] 
tcpFastOpenSize should be tcpFastOpenQueueSize

7 years agodocument makeIPCipherKey and fix links to it
Peter van Dijk [Tue, 11 Jun 2019 09:24:01 +0000 (11:24 +0200)] 
document makeIPCipherKey and fix links to it

7 years agofix links to DNSClass overview
Peter van Dijk [Tue, 11 Jun 2019 09:19:04 +0000 (11:19 +0200)] 
fix links to DNSClass overview

7 years agounhide setAllowEmptyResponse documentation
Peter van Dijk [Tue, 11 Jun 2019 09:18:52 +0000 (11:18 +0200)] 
unhide setAllowEmptyResponse documentation

7 years agofix changelog formatting
Peter van Dijk [Tue, 11 Jun 2019 09:11:08 +0000 (11:11 +0200)] 
fix changelog formatting

7 years agofix weird formatting of param type
Peter van Dijk [Tue, 11 Jun 2019 09:07:54 +0000 (11:07 +0200)] 
fix weird formatting of param type

7 years agoMaintain blacklist inside StatBag. 7887/head
Otto Moerbeek [Tue, 11 Jun 2019 06:56:03 +0000 (08:56 +0200)] 
Maintain blacklist inside StatBag.

7 years agoMerge pull request #7899 from Habbie/circleci-mssql-version
Peter van Dijk [Sun, 9 Jun 2019 21:25:28 +0000 (23:25 +0200)] 
Merge pull request #7899 from Habbie/circleci-mssql-version

auth: switch circleci mssql image

7 years agoMerge pull request #7881 from mind04/soacaching
Peter van Dijk [Sun, 9 Jun 2019 21:11:16 +0000 (23:11 +0200)] 
Merge pull request #7881 from mind04/soacaching

auth: detect SOA cache pollution caused by broken backends

7 years agoMerge pull request #7891 from Habbie/gsql-transactions
Peter van Dijk [Sun, 9 Jun 2019 21:10:18 +0000 (23:10 +0200)] 
Merge pull request #7891 from Habbie/gsql-transactions

auth API, pdnsutil: improve backend transaction correctness

7 years agoMerge pull request #7897 from Habbie/lua-shared-ecswho
Peter van Dijk [Sun, 9 Jun 2019 21:09:34 +0000 (23:09 +0200)] 
Merge pull request #7897 from Habbie/lua-shared-ecswho

auth LUA: explicitly unset ecswho if we are not setting it, fixes #7896

7 years agoauth: switch circleci mssql image 7899/head
Peter van Dijk [Sun, 9 Jun 2019 20:38:21 +0000 (22:38 +0200)] 
auth: switch circleci mssql image

apparently 'Community Technology Preview' images expire, so
this switches us to a Generally Available version.

7 years agoauth LUA: explicitly unset ecswho if we are not setting it, fixes #7896 7897/head
Peter van Dijk [Sat, 8 Jun 2019 19:20:48 +0000 (21:20 +0200)] 
auth LUA: explicitly unset ecswho if we are not setting it, fixes #7896

7 years agoauth: detect SOA cache pollution caused by broken backends 7881/head
Kees Monshouwer [Fri, 7 Jun 2019 07:14:29 +0000 (09:14 +0200)] 
auth: detect SOA cache pollution caused by broken backends

7 years agoauth API, pdnsutil: improve backend transaction correctness 7891/head
Peter van Dijk [Fri, 7 Jun 2019 14:29:37 +0000 (16:29 +0200)] 
auth API, pdnsutil: improve backend transaction correctness

7 years agorec: Reuse the outgoing query protobuf for the incoming response 7901/head
Remi Gacogne [Fri, 7 Jun 2019 16:16:52 +0000 (18:16 +0200)] 
rec: Reuse the outgoing query protobuf for the incoming response

7 years agorec: Clean up RPZ zones between unit tests
Remi Gacogne [Fri, 7 Jun 2019 15:13:29 +0000 (17:13 +0200)] 
rec: Clean up RPZ zones between unit tests

7 years agorec: Optimize for large number of filtering policies, empty sections
Remi Gacogne [Fri, 7 Jun 2019 14:50:40 +0000 (16:50 +0200)] 
rec: Optimize for large number of filtering policies, empty sections

7 years agoMerge pull request #7807 from ahupowerdns/lmdb-sync-mode
Peter van Dijk [Fri, 7 Jun 2019 15:26:26 +0000 (17:26 +0200)] 
Merge pull request #7807 from ahupowerdns/lmdb-sync-mode

Make explicit lmdbbackend synchronous option

7 years agoMerge pull request #7822 from pieterlexis/issue-7781-no-more-0.0.0
Pieter Lexis [Fri, 7 Jun 2019 13:26:15 +0000 (15:26 +0200)] 
Merge pull request #7822 from pieterlexis/issue-7781-no-more-0.0.0

Use latest tag for version numbers for master builds

7 years agoauth: report libmaxminddb and libgeoip 7890/head
Pieter Lexis [Fri, 7 Jun 2019 12:44:51 +0000 (14:44 +0200)] 
auth: report libmaxminddb and libgeoip

7 years agoauth configure: mention more features enabled
Pieter Lexis [Fri, 7 Jun 2019 12:35:31 +0000 (14:35 +0200)] 
auth configure: mention more features enabled

7 years agoreport sqlite3 extended error codes
Peter van Dijk [Fri, 7 Jun 2019 12:08:26 +0000 (14:08 +0200)] 
report sqlite3 extended error codes

7 years agoSimple blacklist handler for StatBag. Not configurable but that
Otto Moerbeek [Fri, 7 Jun 2019 11:03:03 +0000 (13:03 +0200)] 
Simple blacklist handler for StatBag. Not configurable but that
could easily be added if necessary.

7 years agoSuffixMatchTree: Fix partial match of non-leaf nodes
Remi Gacogne [Fri, 7 Jun 2019 10:21:00 +0000 (12:21 +0200)] 
SuffixMatchTree: Fix partial match of non-leaf nodes

If we insert fr and www.domain.fr, domain.fr should not match
www.domain.fr, the leaf node, and it should not match the
intermediary domain.fr node, but it should match the fr
end-node.

7 years agoSuffixMatchTree: Fix the removal of the root
Remi Gacogne [Fri, 7 Jun 2019 10:23:48 +0000 (12:23 +0200)] 
SuffixMatchTree: Fix the removal of the root

7 years agoauth: move /var/lib/pdns to pdns-server debian package 7889/head
Pieter Lexis [Fri, 7 Jun 2019 09:46:58 +0000 (11:46 +0200)] 
auth: move /var/lib/pdns to pdns-server debian package

7 years agoRemove unneeded AM_CONDITIONAL line. 7871/head
Otto Moerbeek [Fri, 7 Jun 2019 09:37:02 +0000 (11:37 +0200)] 
Remove unneeded AM_CONDITIONAL line.

7 years agorec: Ensure control socket can be created when running in systemd
Pieter Lexis [Thu, 6 Jun 2019 12:44:44 +0000 (14:44 +0200)] 
rec: Ensure control socket can be created when running in systemd

This moves the default of the socket-dir to /var/run/pdns-recursor.

7 years agorec: Don't mix time() and gettimeofday() in our unit tests (again) 7884/head
Remi Gacogne [Fri, 7 Jun 2019 08:46:58 +0000 (10:46 +0200)] 
rec: Don't mix time() and gettimeofday() in our unit tests (again)

We used to set time returned by `sr->getNow()` via `gettimeofday()`
and later the one used to compute the RRSIG validity via
`time(nullptr)`. It turns out that the second call can return a
value lesser than the first one, without the time going backward,
making our tests fail.
After this commit we base our calculations on the same time value,
so it should not fail randomly anymore.

7 years agoIgnore generated files for ipcrypt 7880/head
Pieter Lexis [Fri, 7 Jun 2019 07:36:22 +0000 (09:36 +0200)] 
Ignore generated files for ipcrypt

7 years agoMerge pull request #7862 from pieterlexis/update-boost-m4
Peter van Dijk [Thu, 6 Jun 2019 23:00:43 +0000 (01:00 +0200)] 
Merge pull request #7862 from pieterlexis/update-boost-m4

Update boost.m4 to the latest version

7 years agoMerge pull request #7878 from Habbie/auth-curl-m4
Peter van Dijk [Thu, 6 Jun 2019 18:05:30 +0000 (20:05 +0200)] 
Merge pull request #7878 from Habbie/auth-curl-m4

auth: make configure call PDNS_CHECK_LIBCURL when needed

7 years agoMerge pull request #7846 from rgacogne/dnsdist-140b-changelog
Remi Gacogne [Thu, 6 Jun 2019 13:22:40 +0000 (15:22 +0200)] 
Merge pull request #7846 from rgacogne/dnsdist-140b-changelog

dnsdist: Prepare ChangeLog and secpoll for 1.4.0-beta1

7 years agorec: ensure correct service user on debian
Pieter Lexis [Thu, 6 Jun 2019 10:58:19 +0000 (12:58 +0200)] 
rec: ensure correct service user on debian

7 years agoutility: drop privs only when needed
Pieter Lexis [Thu, 6 Jun 2019 10:55:18 +0000 (12:55 +0200)] 
utility: drop privs only when needed

7 years agoutility: use gid_t and uid_t
Pieter Lexis [Thu, 6 Jun 2019 10:54:57 +0000 (12:54 +0200)] 
utility: use gid_t and uid_t

7 years agorec: create service file with User/Group
Pieter Lexis [Thu, 6 Jun 2019 10:32:30 +0000 (12:32 +0200)] 
rec: create service file with User/Group

7 years agoLUA record documentation (version number, shared model)
Peter van Dijk [Tue, 4 Jun 2019 18:06:20 +0000 (20:06 +0200)] 
LUA record documentation (version number, shared model)

Co-Authored-By: Frank Louwers <24672+franklouwers@users.noreply.github.com>
7 years agoAdd infrastructure to define service user
Pieter Lexis [Mon, 13 May 2019 15:00:53 +0000 (17:00 +0200)] 
Add infrastructure to define service user

7 years agoMake configure call PDNS_CHECK_LIBCURL when needed 7878/head
Peter van Dijk [Wed, 5 Jun 2019 14:05:09 +0000 (16:05 +0200)] 
Make configure call PDNS_CHECK_LIBCURL when needed

7 years agodnsdist: Be explicit about 7814 fixing a crash in the changelog 7846/head
Remi Gacogne [Thu, 6 Jun 2019 09:00:22 +0000 (11:00 +0200)] 
dnsdist: Be explicit about 7814 fixing a crash in the changelog

7 years agoEnd the serial number of the security polling zone with something else than 0
Remi Gacogne [Thu, 6 Jun 2019 08:59:46 +0000 (10:59 +0200)] 
End the serial number of the security polling zone with something else than 0

7 years agodnsdist: Update 1.4.0-beta1 release date
Remi Gacogne [Thu, 6 Jun 2019 08:20:54 +0000 (10:20 +0200)] 
dnsdist: Update 1.4.0-beta1 release date

7 years agodnsdist: Add 7853 to the ChangeLog
Remi Gacogne [Tue, 4 Jun 2019 08:21:52 +0000 (10:21 +0200)] 
dnsdist: Add 7853 to the ChangeLog

7 years agodnsdist: Prepare ChangeLog and secpoll for 1.4.0-beta1
Remi Gacogne [Fri, 24 May 2019 09:37:45 +0000 (11:37 +0200)] 
dnsdist: Prepare ChangeLog and secpoll for 1.4.0-beta1

7 years agoMerge pull request #7874 from Habbie/auth-doc-updates dnsdist-1.4.0-beta1
Peter van Dijk [Wed, 5 Jun 2019 21:04:26 +0000 (23:04 +0200)] 
Merge pull request #7874 from Habbie/auth-doc-updates

auth: some doc nits/updates

7 years agoSet the query-zone field in the dnstap messages. This requires passing the auth zone 7877/head
Otto Moerbeek [Wed, 5 Jun 2019 08:51:35 +0000 (10:51 +0200)] 
Set the query-zone field in the dnstap messages. This requires passing the auth zone
to asyncresolve(). I chose to do this via the context so that we do not have to add
an extra parameter to a function already having too many of them.

7 years agoMerge pull request #7868 from omoerbeek/rec-dnstap-to-unix-socket
Otto Moerbeek [Wed, 5 Jun 2019 08:04:56 +0000 (10:04 +0200)] 
Merge pull request #7868 from omoerbeek/rec-dnstap-to-unix-socket

Allow unix domains sockets for dnstap destinations

7 years agoMerge pull request #7873 from mind04/truncate
Peter van Dijk [Tue, 4 Jun 2019 21:39:53 +0000 (23:39 +0200)] 
Merge pull request #7873 from mind04/truncate

Always truncate when the additional records do not fit  in a response

7 years agoauth: sdig manpage: fix formatting; update with new features 7874/head
Peter van Dijk [Tue, 4 Jun 2019 19:25:09 +0000 (21:25 +0200)] 
auth: sdig manpage: fix formatting; update with new features

7 years agoauth: sdig usage: sort options
Peter van Dijk [Tue, 4 Jun 2019 19:17:42 +0000 (21:17 +0200)] 
auth: sdig usage: sort options

7 years agoauth docs: fix link to supermaster/superslave setting
Peter van Dijk [Tue, 4 Jun 2019 19:13:28 +0000 (21:13 +0200)] 
auth docs: fix link to supermaster/superslave setting

7 years agoauth docs: add lmdb backend to backends index
Peter van Dijk [Tue, 4 Jun 2019 19:12:46 +0000 (21:12 +0200)] 
auth docs: add lmdb backend to backends index

7 years agoauth docs: fix underline lengths
Peter van Dijk [Tue, 4 Jun 2019 19:11:14 +0000 (21:11 +0200)] 
auth docs: fix underline lengths

7 years agoauth: add an option to bulk fix the regression tests results 7873/head
Kees Monshouwer [Tue, 4 Jun 2019 18:04:52 +0000 (20:04 +0200)] 
auth: add an option to bulk fix the regression tests results
(use it wisely)

7 years agoauth: always truncate when the additional records do not fit
Kees Monshouwer [Tue, 4 Jun 2019 18:02:24 +0000 (20:02 +0200)] 
auth: always truncate when the additional records do not fit
in a response
fixes #7315

7 years agoMerge pull request #7832 from Habbie/sdig-doh
Peter van Dijk [Tue, 4 Jun 2019 16:34:58 +0000 (18:34 +0200)] 
Merge pull request #7832 from Habbie/sdig-doh

add DoH support to sdig

7 years agoMerge pull request #7869 from Habbie/auth-lua-reuse
Peter van Dijk [Tue, 4 Jun 2019 16:30:58 +0000 (18:30 +0200)] 
Merge pull request #7869 from Habbie/auth-lua-reuse

auth LUA: optionally reuse Lua state

7 years agoallow building sdig without doh support 7832/head
Peter van Dijk [Tue, 21 May 2019 08:30:23 +0000 (10:30 +0200)] 
allow building sdig without doh support

7 years agoCheck for libcurl when tools are enabled
Pieter Lexis [Mon, 20 May 2019 14:44:05 +0000 (16:44 +0200)] 
Check for libcurl when tools are enabled

7 years agoMove libcurl detection to its own function
Pieter Lexis [Mon, 20 May 2019 14:34:53 +0000 (16:34 +0200)] 
Move libcurl detection to its own function

7 years agoadd DoH support to sdig
Peter van Dijk [Sat, 18 May 2019 21:20:37 +0000 (23:20 +0200)] 
add DoH support to sdig

7 years agosdig: report EDNS Padding size
Peter van Dijk [Sat, 18 May 2019 23:37:45 +0000 (01:37 +0200)] 
sdig: report EDNS Padding size

7 years agominicurl enhancements
Peter van Dijk [Sat, 18 May 2019 21:18:33 +0000 (23:18 +0200)] 
minicurl enhancements

* support for adding headers to POST requests
* don't truncate POST data at the first NUL byte
* better error reporting for POST failures (like GET already has)

7 years agominicurl: correct comment
Peter van Dijk [Sat, 18 May 2019 21:18:06 +0000 (23:18 +0200)] 
minicurl: correct comment

7 years agomake LUA state reuse optional 7869/head
Peter van Dijk [Mon, 3 Jun 2019 20:52:49 +0000 (22:52 +0200)] 
make LUA state reuse optional

7 years agoFix error handling in poll loop.
Otto Moerbeek [Tue, 4 Jun 2019 12:35:16 +0000 (14:35 +0200)] 
Fix error handling in poll loop.

7 years agoPort calidns to openbsd and other systems without recvmmsg or sched_setscheduler.
Otto Moerbeek [Tue, 4 Jun 2019 12:21:33 +0000 (14:21 +0200)] 
Port calidns to openbsd and other systems without recvmmsg or sched_setscheduler.

7 years agoMerge pull request #7852 from Habbie/sqlite-wal
Peter van Dijk [Tue, 4 Jun 2019 11:47:33 +0000 (13:47 +0200)] 
Merge pull request #7852 from Habbie/sqlite-wal

sqlite3: make journal mode configurable; default to WAL

7 years agoMerge pull request #7867 from mnordhoff/patch-3
Peter van Dijk [Tue, 4 Jun 2019 11:13:32 +0000 (13:13 +0200)] 
Merge pull request #7867 from mnordhoff/patch-3

profile.rst: Remove GOST

7 years agoMerge pull request #7870 from omoerbeek/stubquery-fix-arg
Peter van Dijk [Tue, 4 Jun 2019 11:09:59 +0000 (13:09 +0200)] 
Merge pull request #7870 from omoerbeek/stubquery-fix-arg

stubquery: Fix handling of optional type arg.

7 years agoMerge pull request #7864 from rgacogne/coverity-201905
Peter van Dijk [Tue, 4 Jun 2019 11:05:27 +0000 (13:05 +0200)] 
Merge pull request #7864 from rgacogne/coverity-201905

Fix warnings reported by Coverity

7 years agoMerge pull request #7861 from neheb/lato
Remi Gacogne [Tue, 4 Jun 2019 10:23:01 +0000 (12:23 +0200)] 
Merge pull request #7861 from neheb/lato

Check if -latomic is needed instead of hardcoding

7 years agoMerge pull request #7859 from pieterlexis/auth-rm-disable-tcp
Peter van Dijk [Tue, 4 Jun 2019 10:14:55 +0000 (12:14 +0200)] 
Merge pull request #7859 from pieterlexis/auth-rm-disable-tcp

auth: Remove disable-tcp option

7 years agoignore __pycache__ dirs 7852/head
Peter van Dijk [Mon, 27 May 2019 20:46:26 +0000 (22:46 +0200)] 
ignore __pycache__ dirs

7 years agoignore sqlite WAL files
Peter van Dijk [Mon, 27 May 2019 20:46:17 +0000 (22:46 +0200)] 
ignore sqlite WAL files

7 years agosqlite3: make journal mode configurable; default to WAL
Peter van Dijk [Mon, 27 May 2019 12:26:16 +0000 (14:26 +0200)] 
sqlite3: make journal mode configurable; default to WAL

7 years agoMerge pull request #7865 from rgacogne/auth-curl-global-init
Peter van Dijk [Tue, 4 Jun 2019 09:57:23 +0000 (11:57 +0200)] 
Merge pull request #7865 from rgacogne/auth-curl-global-init

auth: Initialize cURL before starting any thread

7 years agoCheck syntax during configuration and add fix docs. 7868/head
Otto Moerbeek [Tue, 4 Jun 2019 09:49:37 +0000 (11:49 +0200)] 
Check syntax during configuration and add fix docs.

7 years agostubquery: Fix handling of optional type arg. 7870/head
Otto Moerbeek [Tue, 4 Jun 2019 09:22:40 +0000 (11:22 +0200)] 
stubquery: Fix handling of optional type arg.

7 years agoUse sizeof when initializing NSECBitmapGenerator::res 7864/head
Remi Gacogne [Tue, 4 Jun 2019 07:28:50 +0000 (09:28 +0200)] 
Use sizeof when initializing NSECBitmapGenerator::res

7 years agoreuse AuthLua4 object
Peter van Dijk [Mon, 3 Jun 2019 16:00:09 +0000 (18:00 +0200)] 
reuse AuthLua4 object

7 years agoAllow unix domains sockets for dnstap destinations
Otto Moerbeek [Mon, 3 Jun 2019 14:15:19 +0000 (16:15 +0200)] 
Allow unix domains sockets for dnstap destinations

7 years agoMerge pull request #7853 from Marlinc/dnsdist-prometheus-histogram
Remi Gacogne [Mon, 3 Jun 2019 13:03:30 +0000 (15:03 +0200)] 
Merge pull request #7853 from Marlinc/dnsdist-prometheus-histogram

dnsdist: Support Prometheus latency histograms

7 years agoMake the TCPNameserver a unique pointer 7859/head
Pieter Lexis [Tue, 28 May 2019 12:17:44 +0000 (14:17 +0200)] 
Make the TCPNameserver a unique pointer

7 years agoMerge pull request #7538 from omoerbeek/rec-dnstap
Otto Moerbeek [Mon, 3 Jun 2019 11:37:37 +0000 (13:37 +0200)] 
Merge pull request #7538 from omoerbeek/rec-dnstap

Rec dnstap

7 years agorec: Better detection of Bogus zone cuts for DNSSEC validation
Remi Gacogne [Fri, 31 May 2019 16:24:27 +0000 (18:24 +0200)] 
rec: Better detection of Bogus zone cuts for DNSSEC validation

7 years agoprofile.rst: Remove GOST 7867/head
Matt Nordhoff [Sat, 1 Jun 2019 03:19:25 +0000 (03:19 +0000)] 
profile.rst: Remove GOST