oweals/gnunet.git
3 years agouse testbed methods to alter underlaylinkmodel rewrite_of_cadet_test
xrs [Fri, 19 Jun 2020 20:17:33 +0000 (22:17 +0200)]
use testbed methods to alter underlaylinkmodel

3 years agohandle received message; fix format; fix testbed ops
xrs [Thu, 19 Mar 2020 20:03:42 +0000 (21:03 +0100)]
handle received message; fix format; fix testbed ops

3 years agosend a message from A to B
xrs [Wed, 18 Mar 2020 20:17:43 +0000 (21:17 +0100)]
send a message from A to B

3 years agoadd send_message()
xrs [Thu, 12 Mar 2020 11:05:35 +0000 (12:05 +0100)]
add send_message()

3 years agoadd condition for check_test_readyness; find kx_initiator
xrs [Thu, 5 Mar 2020 08:32:49 +0000 (09:32 +0100)]
add condition for check_test_readyness; find kx_initiator

3 years agofix indent
xrs [Wed, 4 Mar 2020 20:01:47 +0000 (21:01 +0100)]
fix indent

3 years agofix names
xrs [Mon, 2 Mar 2020 21:40:01 +0000 (22:40 +0100)]
fix names

3 years agofix names and add comments
xrs [Mon, 2 Mar 2020 20:11:21 +0000 (21:11 +0100)]
fix names and add comments

3 years agoseparate testbed management from test logic
xrs [Sat, 29 Feb 2020 18:12:19 +0000 (19:12 +0100)]
separate testbed management from test logic

3 years agoupdate ToDo list
xrs [Sat, 29 Feb 2020 17:46:58 +0000 (18:46 +0100)]
update ToDo list

3 years agosetup channel
xrs [Sat, 29 Feb 2020 17:39:43 +0000 (18:39 +0100)]
setup channel

3 years agorefactor function logs; refactor conntect to services
xrs [Sat, 29 Feb 2020 16:58:00 +0000 (17:58 +0100)]
refactor function logs; refactor conntect to services

3 years agoadd request for peer information
xrs [Sat, 29 Feb 2020 14:54:52 +0000 (15:54 +0100)]
add request for peer information

3 years agouse testbed methods to alter underlaylinkmodel
xrs [Fri, 19 Jun 2020 20:17:33 +0000 (22:17 +0200)]
use testbed methods to alter underlaylinkmodel

3 years agoMerge branch 'master' into rewrite_of_cadet_test
xrs [Wed, 17 Jun 2020 20:07:39 +0000 (22:07 +0200)]
Merge branch 'master' into rewrite_of_cadet_test

3 years agoMerge branch 'rewrite_of_cadet_test' of ssh://git.gnunet.org/gnunet into rewrite_of_c...
xrs [Wed, 17 Jun 2020 18:51:03 +0000 (20:51 +0200)]
Merge branch 'rewrite_of_cadet_test' of ssh://git.gnunet.org/gnunet into rewrite_of_cadet_test

3 years agoadd logic for sending multiple messages and linklayer manipulation
xrs [Wed, 17 Jun 2020 18:08:47 +0000 (20:08 +0200)]
add logic for sending multiple messages and linklayer manipulation

3 years agoSet workbits for PoWs to more realistic values
Martin Schanzenbach [Mon, 15 Jun 2020 23:48:00 +0000 (01:48 +0200)]
Set workbits for PoWs to more realistic values

3 years ago- Minor fix reclaim attestation plugin
Martin Schanzenbach [Mon, 15 Jun 2020 10:33:14 +0000 (12:33 +0200)]
- Minor fix reclaim attestation plugin

3 years agodoc->preface: rewrite 'GNUnet may also' sentence, remove 2 TODO items.
nikita [Sun, 14 Jun 2020 14:36:08 +0000 (16:36 +0200)]
doc->preface: rewrite 'GNUnet may also' sentence, remove 2 TODO items.

3 years agoFixed 5528: TCP *communicator* bindto option should support DNS names, and 6013:...
t3sserakt [Fri, 12 Jun 2020 10:51:46 +0000 (12:51 +0200)]
Fixed 5528: TCP *communicator* bindto option should support DNS names, and 6013: TCP communicator should bind to IPv6 and IPv4 if only port given

3 years ago- forgot to actually add a file and some method documentations.
t3sserakt [Fri, 5 Jun 2020 14:48:29 +0000 (16:48 +0200)]
- forgot to actually add a file and some method documentations.

3 years agoFixed bug #5822 by adding a monotonic time to the connection create message of a...
t3sserakt [Fri, 5 Jun 2020 14:37:10 +0000 (16:37 +0200)]
Fixed bug #5822 by adding a monotonic time to the connection create message of a peer that want to start a KX, and the corresponding test #5823. Credits to dvn, lurchi and xrs for helpful discussions and coding.

3 years agotng: do not handle message send more than once
Martin Schanzenbach [Mon, 1 Jun 2020 17:08:32 +0000 (19:08 +0200)]
tng: do not handle message send more than once

3 years agotng: fix for macos unix socket handling
Martin Schanzenbach [Mon, 1 Jun 2020 16:45:46 +0000 (18:45 +0200)]
tng: fix for macos unix socket handling

3 years agotng: MTU fix for other UNIXes, log message
Martin Schanzenbach [Mon, 1 Jun 2020 16:43:32 +0000 (18:43 +0200)]
tng: MTU fix for other UNIXes, log message

3 years agotng: UNIX communicator fixes. Test fixes
Martin Schanzenbach [Mon, 1 Jun 2020 16:18:00 +0000 (18:18 +0200)]
tng: UNIX communicator fixes. Test fixes

3 years agotng: more UDP communicator backchannels
Martin Schanzenbach [Mon, 1 Jun 2020 14:39:35 +0000 (16:39 +0200)]
tng: more UDP communicator backchannels

Added a new message for queue updates to indicate queue length.
Queues now may also have a priority parameter.

3 years agotowards UDP backchannels
Martin Schanzenbach [Sat, 30 May 2020 15:45:38 +0000 (17:45 +0200)]
towards UDP backchannels

3 years agorsa crypto compare functions take const parameters
Jonathan Buchanan [Sat, 30 May 2020 02:31:37 +0000 (22:31 -0400)]
rsa crypto compare functions take const parameters

3 years agoMake REQUEST_AGPL messages configurable and add handler by default
Alessio Vanni [Wed, 27 May 2020 13:01:30 +0000 (15:01 +0200)]
Make REQUEST_AGPL messages configurable and add handler by default

This makes two changes:

* Add a field to `struct GNUNET_OS_ProjectData' containing a URL (as a string)
pointing to the source code of the application.

* If the field is not NULL, add a handler for the REQUEST_AGPL messages
sending the specified URL to the client.

The handler is added both in client-service communications (i.e. local
services that don't make requests to other peers in the network) and in
peer-peer communications (CADET.)  This way, any client (local or remote with
CADET) can request the source code location using a standardized mechanism
instead of writing ad-hoc solutions (unless the service/peer explicitly
specifies a NULL pointer.)

Signed-off-by: Christian Grothoff <christian@grothoff.org>
3 years ago- do not include commits with - prefixed to message in changelog delta
Martin Schanzenbach [Wed, 27 May 2020 07:40:41 +0000 (09:40 +0200)]
- do not include commits with - prefixed to message in changelog delta

3 years agoadd lastlog script
Martin Schanzenbach [Wed, 27 May 2020 07:32:06 +0000 (09:32 +0200)]
add lastlog script

3 years agochangelog from git log
Martin Schanzenbach [Wed, 27 May 2020 07:25:44 +0000 (09:25 +0200)]
changelog from git log

3 years agoupdate changelog, new format
Martin Schanzenbach [Wed, 27 May 2020 06:23:47 +0000 (08:23 +0200)]
update changelog, new format

3 years agoremove argon2 dependency. Use limited libsodium argon2id function for GNS and NSE
Martin Schanzenbach [Tue, 26 May 2020 09:49:50 +0000 (11:49 +0200)]
remove argon2 dependency. Use limited libsodium argon2id function for GNS and NSE

3 years agotest vectors in binary
Martin Schanzenbach [Tue, 26 May 2020 08:50:23 +0000 (10:50 +0200)]
test vectors in binary

3 years agoMerge branch 'spaeth/import_identity'
jospaeth [Tue, 26 May 2020 07:08:09 +0000 (09:08 +0200)]
Merge branch 'spaeth/import_identity'

3 years agofix bit counting mess
Martin Schanzenbach [Tue, 26 May 2020 06:52:28 +0000 (08:52 +0200)]
fix bit counting mess

3 years agoremove some debug
Martin Schanzenbach [Mon, 25 May 2020 22:43:34 +0000 (00:43 +0200)]
remove some debug

3 years agoMerge branch 'master' of ssh://gnunet.org/gnunet
Martin Schanzenbach [Mon, 25 May 2020 22:42:31 +0000 (00:42 +0200)]
Merge branch 'master' of ssh://gnunet.org/gnunet

3 years agouse argon2id
Martin Schanzenbach [Mon, 25 May 2020 22:42:24 +0000 (00:42 +0200)]
use argon2id

3 years agoreplace Christian's FIXME with an explanation
Florian Dold [Mon, 25 May 2020 21:53:29 +0000 (03:23 +0530)]
replace Christian's FIXME with an explanation

3 years agoadd additional test condition for GNS crypto
Florian Dold [Mon, 25 May 2020 21:35:33 +0000 (03:05 +0530)]
add additional test condition for GNS crypto

3 years agoactually add ttl
Martin Schanzenbach [Mon, 25 May 2020 20:19:07 +0000 (22:19 +0200)]
actually add ttl

3 years agoadd option to create identity from private key spaeth/import_identity
jospaeth [Mon, 25 May 2020 19:38:58 +0000 (21:38 +0200)]
add option to create identity from private key

3 years agofix bit check in hash
Martin Schanzenbach [Mon, 25 May 2020 10:01:23 +0000 (12:01 +0200)]
fix bit check in hash

3 years agoadd some more debug output
Martin Schanzenbach [Mon, 25 May 2020 09:22:07 +0000 (11:22 +0200)]
add some more debug output

3 years agofix sizes, should not affect actual operation
Martin Schanzenbach [Mon, 25 May 2020 07:48:12 +0000 (09:48 +0200)]
fix sizes, should not affect actual operation

3 years agoadd option to show private key
Martin Schanzenbach [Fri, 22 May 2020 07:44:22 +0000 (09:44 +0200)]
add option to show private key

3 years agofix #6242
Christian Grothoff [Thu, 21 May 2020 23:16:35 +0000 (01:16 +0200)]
fix #6242

3 years agoclose port at testbed disconnect
xrs [Fri, 20 Mar 2020 13:56:21 +0000 (14:56 +0100)]
close port at testbed disconnect

3 years agohandle received message; fix format; fix testbed ops
xrs [Thu, 19 Mar 2020 20:03:42 +0000 (21:03 +0100)]
handle received message; fix format; fix testbed ops

3 years agosend a message from A to B
xrs [Wed, 18 Mar 2020 20:17:43 +0000 (21:17 +0100)]
send a message from A to B

3 years agoadd send_message()
xrs [Thu, 12 Mar 2020 11:05:35 +0000 (12:05 +0100)]
add send_message()

3 years agoadd condition for check_test_readyness; find kx_initiator
xrs [Thu, 5 Mar 2020 08:32:49 +0000 (09:32 +0100)]
add condition for check_test_readyness; find kx_initiator

3 years agofix indent
xrs [Wed, 4 Mar 2020 20:01:47 +0000 (21:01 +0100)]
fix indent

3 years agofix names
xrs [Mon, 2 Mar 2020 21:40:01 +0000 (22:40 +0100)]
fix names

3 years agofix names and add comments
xrs [Mon, 2 Mar 2020 20:11:21 +0000 (21:11 +0100)]
fix names and add comments

3 years agoseparate testbed management from test logic
xrs [Sat, 29 Feb 2020 18:12:19 +0000 (19:12 +0100)]
separate testbed management from test logic

3 years agoupdate ToDo list
xrs [Sat, 29 Feb 2020 17:46:58 +0000 (18:46 +0100)]
update ToDo list

3 years agosetup channel
xrs [Sat, 29 Feb 2020 17:39:43 +0000 (18:39 +0100)]
setup channel

3 years agorefactor function logs; refactor conntect to services
xrs [Sat, 29 Feb 2020 16:58:00 +0000 (17:58 +0100)]
refactor function logs; refactor conntect to services

3 years agoadd request for peer information
xrs [Sat, 29 Feb 2020 14:54:52 +0000 (15:54 +0100)]
add request for peer information

3 years agoadd test_cadet_2_channel_resumption to Makefile.am
xrs [Sat, 29 Feb 2020 13:40:42 +0000 (14:40 +0100)]
add test_cadet_2_channel_resumption to Makefile.am

3 years agotwo peers on the stage
xrs [Sat, 29 Feb 2020 13:40:08 +0000 (14:40 +0100)]
two peers on the stage

3 years agostyle specing
Christian Grothoff [Wed, 20 May 2020 10:11:05 +0000 (12:11 +0200)]
style specing

3 years agomissing termination
Christian Grothoff [Tue, 19 May 2020 00:33:11 +0000 (02:33 +0200)]
missing termination

3 years agoImproved BIO API
Alessio Vanni [Thu, 14 May 2020 14:03:10 +0000 (16:03 +0200)]
Improved BIO API

BIO now supports reading from and writing to in-memory buffers.

For reading, an allocated buffer (array) and a size is passed as arguments to
the function opening the handle.
For writing, a GNUNET_Buffer is created and used internally. The buffer
contents can be extracted using the relevant function.

There is a new API in addition to the existing read/write: this new API is
more "declarative" in nature and is meant to mimic APIs like GNUNET_SQ.
The read/write operations are defined in an array of specs which are then
"commited" in a single (non-atomic) operation, rather than explicitly
executing multiple function calls and checking their return value.

Also there are small changes to GNUNET_Buffer to account for BIO's new
features.

Signed-off-by: Christian Grothoff <christian@grothoff.org>
3 years agofix ftbfs
Christian Grothoff [Wed, 6 May 2020 15:29:28 +0000 (17:29 +0200)]
fix ftbfs

3 years agopow values should be nbo
Martin Schanzenbach [Mon, 18 May 2020 08:10:26 +0000 (10:10 +0200)]
pow values should be nbo

3 years agoadd smi pow values
Martin Schanzenbach [Mon, 18 May 2020 06:59:06 +0000 (08:59 +0200)]
add smi pow values

3 years agofix api for lazy pubkey loading
Martin Schanzenbach [Mon, 18 May 2020 06:52:32 +0000 (08:52 +0200)]
fix api for lazy pubkey loading

3 years agodeps are now required, no need for defines
Martin Schanzenbach [Sun, 17 May 2020 18:02:57 +0000 (20:02 +0200)]
deps are now required, no need for defines

3 years agomake mhd and jansson mandatory dependencies
Martin Schanzenbach [Sun, 17 May 2020 17:56:12 +0000 (19:56 +0200)]
make mhd and jansson mandatory dependencies

3 years agoallow compile against curl-openssl
Martin Schanzenbach [Sun, 17 May 2020 17:37:00 +0000 (19:37 +0200)]
allow compile against curl-openssl

3 years agoadd build tasks
Martin Schanzenbach [Thu, 14 May 2020 15:01:34 +0000 (17:01 +0200)]
add build tasks

3 years agorename deploy script
Martin Schanzenbach [Thu, 14 May 2020 09:50:17 +0000 (11:50 +0200)]
rename deploy script

3 years agoadd buildbot deployment file
Martin Schanzenbach [Thu, 14 May 2020 09:07:02 +0000 (11:07 +0200)]
add buildbot deployment file

3 years agouncrustify
Martin Schanzenbach [Wed, 13 May 2020 16:05:32 +0000 (18:05 +0200)]
uncrustify

3 years agoMerge branch 'master' of ssh://gnunet.org/gnunet
Martin Schanzenbach [Wed, 13 May 2020 16:00:03 +0000 (18:00 +0200)]
Merge branch 'master' of ssh://gnunet.org/gnunet

3 years agouncrustify
Martin Schanzenbach [Wed, 13 May 2020 15:59:56 +0000 (17:59 +0200)]
uncrustify

3 years agofix wrong return value
Martin Schanzenbach [Sun, 10 May 2020 14:49:05 +0000 (16:49 +0200)]
fix wrong return value

3 years agofix single label get
Martin Schanzenbach [Sun, 10 May 2020 14:14:26 +0000 (16:14 +0200)]
fix single label get

3 years agoadd revocation tvg
Martin Schanzenbach [Sun, 10 May 2020 13:46:14 +0000 (15:46 +0200)]
add revocation tvg

3 years agoadd zone keys to tv
Martin Schanzenbach [Sun, 10 May 2020 13:27:52 +0000 (15:27 +0200)]
add zone keys to tv

3 years agoadd gnsrecord tvg
Martin Schanzenbach [Sun, 10 May 2020 13:21:47 +0000 (15:21 +0200)]
add gnsrecord tvg

3 years agoseparate id_token and userinfo claims requests
Martin Schanzenbach [Sun, 10 May 2020 09:28:00 +0000 (11:28 +0200)]
separate id_token and userinfo claims requests

3 years agoonly include result set of not empty after filtering
Martin Schanzenbach [Sun, 10 May 2020 09:18:50 +0000 (11:18 +0200)]
only include result set of not empty after filtering

3 years agofix immediate retry
Martin Schanzenbach [Sat, 9 May 2020 22:47:38 +0000 (00:47 +0200)]
fix immediate retry

3 years agofix #5782
Martin Schanzenbach [Sat, 9 May 2020 22:23:54 +0000 (00:23 +0200)]
fix #5782

3 years agotowards bettwe nss handling
Schanzenbach, Martin [Sat, 9 May 2020 21:35:32 +0000 (23:35 +0200)]
towards bettwe nss handling

3 years agofail of LSD0001 is violated for GNS2DNS
Schanzenbach, Martin [Sat, 9 May 2020 20:10:08 +0000 (22:10 +0200)]
fail of LSD0001 is violated for GNS2DNS

3 years agofix #6103; make LEHOs supplemental from CNAMEs and GNS2DNS names
Schanzenbach, Martin [Sat, 9 May 2020 20:00:01 +0000 (22:00 +0200)]
fix #6103; make LEHOs supplemental from CNAMEs and GNS2DNS names

3 years agoadd json response headers to rest plugins
Schanzenbach, Martin [Sat, 9 May 2020 18:55:08 +0000 (20:55 +0200)]
add json response headers to rest plugins

3 years agoadd response headers, add replace api to namestore
Schanzenbach, Martin [Sat, 9 May 2020 18:50:48 +0000 (20:50 +0200)]
add response headers, add replace api to namestore

3 years agoadd filtering and modify deletion API
Schanzenbach, Martin [Sat, 9 May 2020 18:11:30 +0000 (20:11 +0200)]
add filtering and modify deletion API

3 years agochange label processing in namestore REST api for gns records
Schanzenbach, Martin [Sat, 9 May 2020 17:12:51 +0000 (19:12 +0200)]
change label processing in namestore REST api for gns records

properly fix bugs in json gnsrecord parser

3 years agofixed the wrong part of the url
nikita [Thu, 7 May 2020 08:56:41 +0000 (10:56 +0200)]
fixed the wrong part of the url

3 years agofix broken link on server. ideally we copy this independently of the
nikita [Thu, 7 May 2020 08:54:05 +0000 (10:54 +0200)]
fix broken link on server. ideally we copy this independently of the
checkout build, because this breaking every now and then through a
failing cronjob is bad practices.