aboutsummaryrefslogtreecommitdiff
path: root/src/dns/gnunet-service-dns.c
Commit message (Collapse)AuthorAge
* GNUNET_free_non_null -> GNUNET_freeChristian Grothoff2020-07-05
|
* tighten formatting rulesChristian Grothoff2019-10-31
|
* global reindent, now with uncrustify hook enabledChristian Grothoff2019-10-05
|
* 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
|
* src: for every AGPL3.0 file, add SPDX identifier.ng02019-01-14
|
* 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
|
* support multiple DNS resolvers for queries (in DNSSTUB and GNS2DNS ↵Christian Grothoff2018-04-19
| | | | resolution for now)
* where applicable, check DNS ID in responses before processing furtherChristian Grothoff2018-04-05
|
* more renamings relating to 'new' service now just being the 'normal' serviceChristian Grothoff2017-03-17
|
* removing dead/legacy server/connection logic, except for in tcp/wlan/bt ↵Christian Grothoff2017-03-16
| | | | plugins (which will be updated 'later')
* porting DNS to new service APIChristian Grothoff2016-09-30
|
* fixes relating to intercepting DNS queries over IPv6Christian Grothoff2016-09-27
|
* -avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff2016-07-08
|
* implementing new scheduler shutdown semanticsChristian Grothoff2016-04-30
|
* dns: add support for skipping the routing setupDaniel Golle2016-04-18
|
* small API change: do no longer pass rarely needed ↵Christian Grothoff2016-04-09
| | | | GNUNET_SCHEDULER_TaskContext to all scheduler tasks; instead, allow the relatively few tasks that need it to obtain the context via GNUNET_SCHEDULER_get_task_context()
* -fix (C) noticesChristian Grothoff2016-01-19
|
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* -spaceChristian Grothoff2015-05-26
|
* -start DNS service to do external evals even if we have no hijackerChristian Grothoff2015-03-23
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* malloc -> newLRN2013-12-19
|
* -fix leaksChristian Grothoff2013-10-18
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* -eliminating duplicate struct definitionsChristian Grothoff2013-08-15
|
* - complement HELPER API with functions to kill and wait on the helper processSree Harsha Totakura2013-05-09
| | | | | | - To shutdown quickly, have testbed first kill all sub-controller's helper processes first and wait later instead of kill & wait per each processes.
* added privilege testing parameters for nat-server and added parameters Christian Fuchs2013-04-19
| | | | | | | to currently windows-only tests (less work in the future, even if this is ATM unused)
* -no booleanChristian Grothoff2013-04-15
|
* extended the GNUNET_OS_check_helper_binary parameters to do previlege Christian Fuchs2013-04-15
| | | | | | | | | | | | | | checking in windows. To do so, tested binaries must still be supplied with valid commandline arguments, but on windows gnunet will utilize the -d flag to run the programs initialization phase or privileged operations only. In these modes, a program will not enter its mainloop or communicate with the outside. updated relevant function calls gnunet-wide to meet the extended function parameters.
* remove DNS exit for mesh from gnunet-service-dnsChristian Grothoff2013-01-25
|
* -check that this is actually a DNS packetChristian Grothoff2013-01-25
|
* -check for helpers in libexecChristian Grothoff2012-12-21
|
* -more loggingChristian Grothoff2012-10-18
|
* -nicer error messageChristian Grothoff2012-09-28
|
* fix use uninitChristian Grothoff2012-09-06
|
* only use control pipe with helpers IF the helper actually supports itChristian Grothoff2012-08-29
|
* refactoring dns service to take stub code into separate library for use in ↵Christian Grothoff2012-08-21
| | | | gns2dns proxy
* Eliminate mesh priority optionBart Polot2012-07-25
|
* Eliminated mesh API bufferingBart Polot2012-07-25
|
* extended HELPER api to notify when child crashesSree Harsha Totakura2012-07-16
|
* -actually make use of SGID permissionsChristian Grothoff2012-07-14
|
* - adding return value to mst callbackMatthias Wachs2012-05-24
|
* -allow helper send to be cancelledChristian Grothoff2012-05-08
|
* -removing legacy ifdefs, fixing log statementsChristian Grothoff2012-05-06
|
* -trying to resolve alignment issue on sparcChristian Grothoff2012-04-24
|