]> git.ipfire.org Git - thirdparty/pdns.git/shortlog
thirdparty/pdns.git
2021-09-20  Pieter LexisCOOKIES: Use getInnerRemote to determine IP 10289/head
2021-09-20  Pieter LexisCOOKIE: Only send BADCOOKIE over UDP
2021-09-20  Pieter LexisRemove separate string_compare source
2021-09-20  Pieter Lexisdnspacket: add missing include
2021-09-20  Pieter LexisCOOKIES: remove comment
2021-09-20  Pieter LexisCOOKIES: more constness, rm unused func
2021-09-20  Pieter Lexiscookies: move consts to class instead of defines
2021-09-20  Pieter LexisApply suggestions from code review
2021-09-20  Pieter LexisCookies: use constant time comparison
2021-09-20  Pieter LexisMove constantTimeStringEquals to its own file
2021-09-20  Pieter LexisDon't store validation state in cookie object
2021-09-20  Pieter LexisMake some cookie sizes constant, fix nits
2021-09-20  Pieter Lexisauth: Add counter for EDNS Cookies
2021-09-20  Pieter Lexisauth: Implement RFC 7872 and 9018 (COOKIES)
2021-09-20  Pieter LexisAdd function to make a bytestring from hex
2021-09-20  Pieter LexisComboAddress: Add toByteString() function
2021-09-20  Pieter Lexisfind crypto_shorthash in sodium for siphash-2-4
2021-09-20  Remi GacogneMerge pull request #10718 from rgacogne/rec-ns-not...
2021-09-17  Peter van DijkMerge pull request #9662 from cmouse/patch-1604087167
2021-09-17  Peter van DijkMerge pull request #10653 from rgacogne/lock-guarded...
2021-09-17  Remi GacogneMerge pull request #10157 from rgacogne/ddist-hashed...
2021-09-17  Aki Tuomicomfun.cc: Fix issues 9662/head
2021-09-17  Remi GacogneMerge pull request #10729 from rgacogne/ddist-doc-deps
2021-09-17  Aki Tuomidistributor.hh: Document threadname truncation
2021-09-17  Aki Tuomipdns: stubresolver - Ignore waitForPipe error, handled...
2021-09-17  Aki Tuomipdns: signingpipe - Ignore waitForPipe error, handled...
2021-09-17  Aki Tuomipdns: distributor - Initialize question id and callback
2021-09-17  Aki Tuomiglobal: Check setsockopt return value
2021-09-17  Aki Tuomipdns: dnsseckeeper - Clarify cache clearing never fails
2021-09-17  Aki Tuomipdns: svc-records - Delete default constructor
2021-09-16  Peter van DijkMerge pull request #10660 from Habbie/auth-proxy-protocol
2021-09-16  Remi Gacognednsdist: Update Outgoing regression tests for hashed... 10157/head
2021-09-16  Remi Gacognednsdist: Reduce the "non-hashed password" messages...
2021-09-16  Remi GacogneDocument that hashed credentials can be used without...
2021-09-16  Remi Gacognerec: Add "hash-password" to the rec_control help
2021-09-16  Remi GacogneUpdate m4/pdns_check_libcrypto.m4
2021-09-16  Remi GacogneCredentials: Fix compilation without OpenSSL 1.1.1
2021-09-16  Remi GacogneCredentials: Fix formatting issues
2021-09-16  Remi GacogneWhitelist 'scrypt' for the spell checker
2021-09-16  Remi Gacognednsdist: Convert the regression tests to the new passwo...
2021-09-16  Remi GacogneCredentials: Apply comments from code review
2021-09-16  Remi GacogneCredentials: Fix a missing semicolon
2021-09-16  Remi Gacogneauth: Allow hashing with a custom work factor
2021-09-16  Remi Gacognerec: Allow hashing with a custom work factor
2021-09-16  Remi Gacognednsdist: Allow hashing with a custom work factor
2021-09-16  Remi GacogneUse OpenSSL's scrypt for secure credential storage
2021-09-16  Remi Gacognerec_control, pdnsutil: Read the credentials from the...
2021-09-16  Remi GacogneMake the hashing of plaintext credentials optional
2021-09-16  Remi GacogneActually check whether crypto_pwhash_str() is available
2021-09-16  Remi GacogneUse sodium_memcmp() if CRYPTO_memcmp() is not available
2021-09-16  Remi Gacogneauth: Be more straightforward in pdnsutil for 'hash...
2021-09-16  Remi Gacognerec: Be more straightforward in rec_control for 'hash...
2021-09-16  Remi Gacognednsdist: Clarify that setWebserverConfig() wants a...
2021-09-16  Remi GacogneRun the credentials unit tests in the auth and rec...
2021-09-16  Remi GacogneFix formatting
2021-09-16  Remi Gacognednsdist: Fix formatting in test-credentials_cc.cc
2021-09-16  Remi GacogneCircleCI: ixfrdist needs the sodium library now
2021-09-16  Remi Gacognednsdist: API keys should now be hashed as well
2021-09-16  Remi Gacogneauth: Add speed tests for the credentials class
2021-09-16  Remi Gacognednsdist: Add unit tests for the credentials class
2021-09-16  Remi Gacognednsdist: We want to know if the password was hashed...
2021-09-16  Remi Gacognerec: Document that the webserver password and API key...
2021-09-16  Remi Gacogneauth: Document that the webserver password and API...
2021-09-16  Remi Gacognednsdist: Document that the API key can now be hashed...
2021-09-16  Remi GacogneAttempt at constant-time credentials verification witho...
2021-09-16  Remi Gacognerec: Implement rec_control hash-password
2021-09-16  Remi Gacogneauth: Implement pdnsutil hash-password
2021-09-16  Remi GacogneSupport hashed credentials (password, API key) in the...
2021-09-16  Remi Gacognednsdist: Make hashed passwords more transparent to use
2021-09-16  Remi Gacognednsdist: Fix a missing space in the documentation
2021-09-16  Remi Gacognednsdist: Fix a weird sentence in the documentation
2021-09-16  Remi Gacognednsdist: Move to hashed passwords for the web interface
2021-09-16  Peter van DijkMerge pull request #10725 from Habbie/remote-check...
2021-09-16  Peter van Dijknote PROXY/trusted-notification-proxy interaction 10660/head
2021-09-16  Peter van Dijkalso test proxy+ecs
2021-09-16  Peter van Dijkremove useless .toString()
2021-09-16  Peter van Dijkclarify meaning of inner_remote
2021-09-16  Remi GacogneAllow farsightsec and fullycapable (found in third... 10729/head
2021-09-16  Peter van Dijkgh actions: auth make check: cat remotebackend test log 10725/head
2021-09-16  Remi Gacognednsdist: Update the list of dependencies in the documen...
2021-09-16  Peter van Dijkwhitespace
2021-09-16  Peter van Dijkfix bug
2021-09-16  Peter van Dijkuse right remote for 2136 ACL
2021-09-16  Peter van Dijkuse right remote in accounting
2021-09-16  Peter van Dijkuse the right address in a bunch more places
2021-09-16  Peter van Dijklua2backend: use inner IP
2021-09-16  Peter van Dijkremotebackend: use inner IP
2021-09-16  Peter van Dijkdocument the two new auth settings
2021-09-16  Peter van Dijkauth: incoming PROXY support for:
2021-09-16  Peter van Dijkadd opcode support to sdig (so we can send NOTIFY)
2021-09-16  Peter van Dijksdig: insert missing space and []
2021-09-15  Remi GacogneMerge pull request #10728 from rgacogne/ddist-document...
2021-09-15  Remi GacogneMerge pull request #10724 from rgacogne/ddist-iostategu...
2021-09-15  Remi Gacognednsdist: Document DNSQuestion:getProtocol() 10728/head
2021-09-15  Remi GacogneMerge pull request #10704 from rgacogne/ddist-tcp-worke...
2021-09-15  Remi GacogneUpdate pdns/syncres.cc 10718/head
2021-09-15  Remi GacogneMerge pull request #10599 from rgacogne/rec-stricter...
2021-09-15  Peter van DijkMerge pull request #10721 from Habbie/new-nose
2021-09-15  Remi GacogneMerge pull request #10698 from rgacogne/ddist161-changelog
2021-09-15  Remi Gacognednsdist: Handle exception raised in IOStateGuard's... 10724/head
next