aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* -Merge branch 'dev/vanni/fcfsd'Alessio Vanni2021-05-19
|\
| * -add forgotten NULL valuesAlessio Vanni2021-05-16
| |
| * [FCFSD] Provide a better user experienceAlessio Vanni2021-05-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The motivations behind these changes are as following. To begin with, at the most superficial level, the form is given a better appearance, instead of some plain XHTML. Additionally, the served pages can be substituted with something else by using an entry in the configuration value, altough with some limitations. The page listing all the registered zones has been removed in favour of a search function. A configuration entry could've been used to let service operators choose between showing the full listing or not, but at the same time, being presented with a (possibly) giant list of names is not that great from a usability point of view. Having a search function is, at the very least, faster than having to wait for the full list to be displayed before being able to use the user agent's page search feature. Other than the above, people registering names with the service might not want to be known by everyone. Even though checking if a certain name or key was registered already can be known simply by querying the service, it's not straightforward to associate a name with a specific key (or viceversa). Last but not least, the service was restructured to be more "route-oriented" instead of the traditional (X)HTML document format. The main purpose of this change is to decouple usage of the service from the tools used to access it. With a traditional document, users are pretty much forced to use a web browsers as data submission is carried through the standard HTML form handling. Now, it is possible to access the service using any tool capable of speaking HTTP, regardless of wether it's a web browser, cURL or even a custom tool specific for this service. Another advantage of this approach is that it allows adding "layers" to the service, for example an authentication check before letting users register a name. As long as the layer immediately on top of the service is able to send some JSON using HTTP, there is no need to have users access the service itself: just put a "proxy" inbetween and run the service locally, while the proxy handles other administrative tasks before a name can be registered. By using layers, the service can keep being small feature-wise (i.e. provide only searching and registering), while everything else is provided by other applications, including access through protocols other than HTTP.
* | - fix #6872 againMartin Schanzenbach2021-05-18
| |
* | - fix #6872Martin Schanzenbach2021-05-17
| |
* | -coverity: handle invalid key lengthMartin Schanzenbach2021-05-15
| |
* | -coverity: handle invalid key lengthMartin Schanzenbach2021-05-15
| |
* | -coverity: fix memleakMartin Schanzenbach2021-05-15
| |
* | Merge branch 'master' of ssh://gnunet.org/gnunetMartin Schanzenbach2021-05-15
|\ \
| * | -add NULL checkChristian Grothoff2021-05-15
| | |
* | | -always return on null egoMartin Schanzenbach2021-05-15
|/ /
* | Revert "-coverity: use after free"Martin Schanzenbach2021-05-15
| | | | | | | | This reverts commit 168e501991b9506b588e1180527dad9c9662ae0c.
* | Revert "-coverity: nptr frees"Martin Schanzenbach2021-05-15
| | | | | | | | This reverts commit c2b5973f9ada481c7d623e388094dd58e7668211.
* | -coverity: nptr freesMartin Schanzenbach2021-05-15
| |
* | -coverity: use after freeMartin Schanzenbach2021-05-15
| |
* | -coverity: properly handle return valuesMartin Schanzenbach2021-05-15
| |
* | -coverity: use after freeMartin Schanzenbach2021-05-15
| |
* | -nptrMartin Schanzenbach2021-05-15
| |
* | -coverity; do not use assertion for actual code -- bad styleMartin Schanzenbach2021-05-15
| |
* | -coverityMartin Schanzenbach2021-05-15
| |
* | -coverity, remove commented codeMartin Schanzenbach2021-05-15
| |
* | -remove tracingMartin Schanzenbach2021-05-14
| |
* | -tng: fix max MTU valueMartin Schanzenbach2021-05-14
| |
* | -fix compiler warningsMartin Schanzenbach2021-05-12
| |
* | -more conversation api fixesMartin Schanzenbach2021-05-11
| |
* | - include h in expanded key as defined in lsd0001Martin Schanzenbach2021-05-10
| |
* | UTIL: Fix #6858Martin Schanzenbach2021-05-10
| |
* | CONVERSATION: Fix FTBFS for tests. #6857Martin Schanzenbach2021-05-10
| |
* | -fix actually follow spec for Salsa encryptionMartin Schanzenbach2021-05-03
| |
* | -add more tests for eddsa and gnsrecordMartin Schanzenbach2021-05-03
| |
* | Merge branch 'master' of ssh://gnunet.org/gnunetMartin Schanzenbach2021-05-03
|\ \
| * | -install headerChristian Grothoff2021-05-03
| | |
| * | migrate test as well, integrate child_management with libgnunetutilChristian Grothoff2021-05-03
| | |
* | | -fixMartin Schanzenbach2021-05-03
|/ /
* | -remove (hopefully) unnecessary clampingMartin Schanzenbach2021-05-03
| |
* | -more comments, refactor derive_hMartin Schanzenbach2021-05-03
| |
* | -more comments on EDKEY signatureMartin Schanzenbach2021-05-03
|/
* -add edkey test vectorMartin Schanzenbach2021-05-02
|
* -fix buildMartin Schanzenbach2021-05-02
|
* GNS: Add EDKEY support.Martin Schanzenbach2021-05-02
| | | | | | GNS and GNSRECORD can now handle EdDSA keys in addition to the existing ECDSA scheme. See also LSD0001.
* -fix compiler warningsChristian Grothoff2021-04-29
|
* - fix misc typosChristian Grothoff2021-04-28
|
* -fix FTBFSChristian Grothoff2021-04-26
|
* -fix many more typosChristian Grothoff2021-04-26
|
* -fix many more typosChristian Grothoff2021-04-26
|
* -fix typosChristian Grothoff2021-04-26
|
* -handle NULLChristian Grothoff2021-04-26
|
* fix gnunet-config: do not always write configuration fileChristian Grothoff2021-04-26
|
* -towards #6851: autotools 2.70Martin Schanzenbach2021-04-26
|
* - unconditionally build dlogMartin Schanzenbach2021-04-26
|