aboutsummaryrefslogtreecommitdiff
path: root/src/dns
Commit message (Collapse)AuthorAge
* -warnings mostly formatMartin Schanzenbach2020-11-13
|
* -fix warnings except rps messMartin Schanzenbach2020-10-16
|
* Fix_build_dependenciesBertrand Marc2020-07-05
| | | | Signed-off-by: Martin Schanzenbach <mschanzenbach@posteo.de>
* GNUNET_free_non_null -> GNUNET_freeChristian Grothoff2020-07-05
|
* make GNUNET_freez default, have GNUNET_free_nz for cases where that does not ↵Christian Grothoff2020-04-21
| | | | work
* fix sign api for to address #6164Christian Grothoff2020-04-08
|
* fix pointer indentationChristian Grothoff2019-11-24
|
* dns+vpn-helper: use autotools to include tun.hng02019-11-23
|
* add $(GN_LIBINTL) to Makefile.am (fixes 0005902)xrs2019-11-08
|
* tighten formatting rulesChristian Grothoff2019-10-31
|
* remove never working setuid helper code from the build-system.ng02019-10-23
| | | | | | | refer to the Changelog for a longer reason. In conclusion, this is what people expect, this is what Package Managers patch away for portability, and we can't use install(1) for this because it's not a portable tool.
* fix typong02019-10-23
|
* first test commit to make sudo + sh scripts obsolete.ng02019-10-23
| | | | | install(1) is too unportable to handle this job so we take the content of the scripts.
* test_gnunet_dns.sh: check if user 'nobody' exists and return 77 if not.ng02019-10-17
|
* Add support for doas.ng02019-10-17
|
* global reindent, now with uncrustify hook enabledChristian Grothoff2019-10-05
|
* docs: fix typo 'priviledge'→'privilege'grindhold2019-09-21
|
* remove CYGWIN codeblocks, drop vendored Windows openvpn, drop win32 specific ↵ng02019-09-10
| | | | | | | | | files. configures and builds okay. testsuite wasn't checked, will be checked. diff including the plibc removal is now around 14370 lines of code less.
* uncrustify as demanded.ng02019-09-08
|
* clarify error messageslurchi2019-07-03
|
* use GNUNET_OS_get_suid_binary_path to construct suid helper pathslurchi2019-06-29
|
* fix #5352Christian Grothoff2019-04-05
|
* attempt to fix code portability issue reported on help-gnunetChristian Grothoff2019-03-16
|
* dns: bashism. Add check for iptables.ng02019-03-09
|
* src: for every AGPL3.0 file, add SPDX identifier.ng02019-01-14
|
* move hexcode, eliminate redundant testChristian Grothoff2018-06-25
|
* fix leakChristian Grothoff2018-06-25
|
* move dns ops again, 2nd tryChristian Grothoff2018-06-25
|
* Revert "integrate dnsparser and dnsstub and tun with libgnunetutil"lurchi2018-06-25
| | | | This reverts commit 7da98cf076e9c5101244dfbbf8c3ddff045d298e.
* integrate dnsparser and dnsstub and tun with libgnunetutilChristian Grothoff2018-06-25
|
* AUTOSTART renamed into START_ON_DEMAND (#4547a)psyc://loupsycedyglgamf.onion/~lynX1984-04-04
|
* use sane default for DNS interceptionChristian Grothoff2018-06-17
|
* paragraph for gnunet devs that don't know how to use the webpsyc://loupsycedyglgamf.onion/~lynX2018-06-07
|
* glitch in the license text detected by hyazinthe, thank you!psyc://loupsycedyglgamf.onion/~lynX2018-06-07
|
* first batch of license fixes (boring)psyc://loupsycedyglgamf.onion/~lynX2018-06-05
|
* ign zonewalkChristian Grothoff2018-05-16
|
* add some extra GNS-record well-formedness checks if logging is enabledChristian Grothoff2018-05-13
|
* get rid of plain memcpy callsChristian Grothoff2018-05-13
|
* truly use all DNS results for NS lookupChristian Grothoff2018-05-13
|
* rename gnunet-zoneimport to gnunet-zonewalk to avoid sharing the nameChristian Grothoff2018-05-13
|
* support multiple DNS resolvers for queries (in DNSSTUB and GNS2DNS ↵Christian Grothoff2018-04-19
| | | | resolution for now)
* stop retrying after we succeedChristian Grothoff2018-04-18
|
* some code cleanupChristian Grothoff2018-04-10
|
* more work on gnunet-zoneimport, some bugfix in flat namestore, misc. style fixesChristian Grothoff2018-04-10
|
* do work on more record typesChristian Grothoff2018-04-06
|
* log unsupported rec typesChristian Grothoff2018-04-06
|
* complete importerChristian Grothoff2018-04-06
|
* starting tool for zone import (very incomplete)Christian Grothoff2018-04-06
|
* where applicable, check DNS ID in responses before processing furtherChristian Grothoff2018-04-05
|
* retry DNS queries, as DNS is UDP-based and hence unreliableChristian Grothoff2018-03-30
|