aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* fix blind sign pq result helpersHEADmasterChristian Blättler6 days
|
* -bump versionChristian Grothoff7 days
|
* add pq result and query helpers for blind sign keysChristian Blättler7 days
|
* FS: Implement function to retrieve file hash from chk uriTheJackiMonster7 days
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* MESSENGER: fix destroying transcript messageTheJackiMonster11 days
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* RECLAIM: Fix revoke ticket messageTheJackiMonster11 days
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* MESSENGER: adjust cleanup in message queueTheJackiMonster11 days
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Add functionality to exchange global external IPs for natted peers.t3sserakt2024-04-08
|
* Update gitignore. Fixes #7787Martin Schanzenbach2024-04-04
|
* RECLAIM: verify cli does not issue tickets when missing attributesTheJackiMonster2024-04-04
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* do not long if timeout is forever for harmless reasonsChristian Grothoff2024-04-01
|
* improve logging if we shutdown because only remaining task has timeout of ↵Christian Grothoff2024-04-01
| | | | forever
* better error reporting on scheduler issuesChristian Grothoff2024-04-01
|
* NSE: Add monitoring feature and make oneshot the default. Also improves ↵Martin Schanzenbach2024-03-31
| | | | output information.
* GNS: Fix null pointer useMartin Schanzenbach2024-03-21
|
* update po and generated filesv0.21.1Martin Schanzenbach2024-03-15
|
* TRANSPORT: Fix IPv6 setting in UDP communicator.Martin Schanzenbach2024-03-15
|
* TRANSPORT(udp): Fix double sizeofMartin Schanzenbach2024-03-15
|
* TRANSPORT(tcp): Cleanup and actually handle DISABLE_V6 setting.Martin Schanzenbach2024-03-15
|
* TRANSPORT(udp): Improve handling and lookup of existing connections similar ↵Martin Schanzenbach2024-03-14
| | | | to TCP communicator fix wrt Queue handling.
* TRANSPORT(tcp): Do not try to create another queue that is already in ↵Martin Schanzenbach2024-03-14
| | | | construction.
* coverity: some fixes related to new peerstore API usage (null ptr derefs)Martin Schanzenbach2024-03-12
|
* transport(udp): fix possible null ptr dereferenceMartin Schanzenbach2024-03-12
|
* -meson: also bump lib versionMartin Schanzenbach2024-03-12
|
* elligator: API changes for encoding + function documentationsPedram Fardzadeh2024-03-11
|
* transport: Reviewed communicator rekey test. Fixes #6828Martin Schanzenbach2024-03-11
| | | | | | | | The TCP communicator already expires keys according to config, but it was not possible to configure the maximum rekey bytes. Note that we also still do not have test that tests this specifically. Conversely, the UDP communicator test tests the expiration after the number of bytes, but the option for the expiration is not used still.
* transport: make udp tests non-experimental againMartin Schanzenbach2024-03-11
|
* transport: Start UDP by default againMartin Schanzenbach2024-03-11
|
* transport: Improve KX handling.Martin Schanzenbach2024-03-11
| | | | | | In particular, this commit fixes cleanup of shared secrets that have expired due to the amount of data sent. This allows injected rekeys to be used effectively after the usage limit is exceeded.
* elligator: code cleanupPedram Fardzadeh2024-03-11
|
* transport: fix communicator rekey issuesMartin Schanzenbach2024-03-10
|
* transport: trying to fix UDP communicator and rekey tests.Martin Schanzenbach2024-03-10
|
* transport: fix memory corruption from incorrect variable referenceMartin Schanzenbach2024-03-10
|
* transport: add a couple of comments to TCP communicator/serviceMartin Schanzenbach2024-03-10
|
* transport: remove waitpid again to make test run (for now). This is also an ↵Martin Schanzenbach2024-03-09
| | | | attempt to fix the rekey and rekey test.
* CORE: Output text when no argument is given.Martin Schanzenbach2024-03-09
|
* DHTU: ship dhtu.confDaniel Golle2024-03-09
| | | | | | | Without dhtu.conf GNUnet will create infinite loglines ERROR No DHT underlays configured! Ship the new config file to fix that.
* -bump lib versionChristian Grothoff2024-03-08
|
* PQ: add int64 data type supportChristian Grothoff2024-03-08
|
* TRANSPORT: Disable partly broken UDP communicator by defaultMartin Schanzenbach2024-03-06
|
* build: Add missing statistics config file to distMartin Schanzenbach2024-03-06
|
* transport: make some UDP tests experimentalMartin Schanzenbach2024-03-06
|
* - uncrustify codeMartin Schanzenbach2024-03-06
|
* udp communicator: ECDH with elligatorPedram Fardzadeh2024-03-06
|
* elligator: kem encaps and decapsPedram Fardzadeh2024-03-06
|
* elligator: code cleanupPedram Fardzadeh2024-03-06
|
* MESSENGER: Fix potential infinite delay of peer messagesTheJackiMonster2024-03-05
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Merge branch 'master' of ssh://git.gnunet.org/gnunett3sserakt2024-03-05
|\
| * MESSENGER: Fix message order via client-side message controlTheJackiMonster2024-03-04
| | | | | | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* | Transport: Added waitpid to communicator testing.t3sserakt2024-03-05
|/