GNUnet - Change Log
Released 2024-08-29
- 0008813: [cadet service] memory leak in announce_id in gnunet-service-cadet (schanzen)
- 0008063: [util library] [Meta issue] Elligator for TCP/UDP transports (pedram)
- 0008065: [util library] Implement elligator in TCP communicator (pedram)
- 0008067: [util library] Update UDP communicator protocol specification (pedram)
- 0008068: [util library] Update TCP communicator protocol specification (pedram)
- 0008915: [util library] Use libsodiums HKDF (schanzen)
- 0009043: [peerstore] Reimplement manually connecting peers using CLI (schanzen)
7 issues View Issues
Released 2024-06-08
- 0008852: [other] Replace deprecated gethostbyname (schanzen)
- 0007651: [DHT service] "Memory leak" in gnunet-dht-get and gnunet-dht-put (schanzen)
- 0008703: [reclaim] Consuming a ticket does not rely on the subjects key (schanzen)
- 0008786: [util library] use-after-free in finish_client_drop when GNUNET_SERVICE_stop is used (Christian Grothoff)
- 0008787: [namestore service] use-after-free in handle_edit_record_set (schanzen)
- 0008789: [transport service] memory leaks in transport-testing-communicator.c (schanzen)
- 0008790: [GNS] memory leak in test_gnsrecord_block_expiration (schanzen)
- 0008791: [util library] memory leak in test_gnsrecord_block_expiration (schanzen)
- 0008792: [peerstore] memory leak in gnunet-service-peerstore (schanzen)
- 0008793: [peerstore] memory leaks in peerstore api (schanzen)
- 0008794: [peerstore] memory leak in peerstore_api_monitor (schanzen)
- 0008795: [GNS] memory leak in test_gnsrecord_testvectors (schanzen)
- 0008796: [messenger service] aligned member accesses to misaligned GNUNET_MESSENGER_RoomEntryRecord (thejackimonster)
- 0008797: [peerstore] Access of member of null pointer struct (segmentation fault) in gnunet-service-peerstore (schanzen)
- 0008798: [util library] zero-size variable array declaration in GNUNET_CRYPTO_symmetric_encrypt (schanzen)
- 0008806: [build process] ./bootstrap fails when ./.git doesn't exist (schanzen)
- 0008807: [peerstore] memory leak when freeing struct Iteration in gnunet-service-peerstore (schanzen)
- 0008808: [set service] memory leak in strata_estimator_destroy in gnunet-service-setu_strata_estimator.c (Florian Dold)
- 0008814: [transport service] memory leaks in mq_init of both tcp and udp communicators (schanzen)
- 0008815: [transport service] ReceiverAddress.d_mq isn't destroyed if it hasn't yet been registered in udp communicator (schanzen)
- 0008816: [transport service] tcp communicator creates multiple statistics handles (schanzen)
- 0008819: [transport service] contains_address in gnunet-service-transport incorrectly uses GNUNET_memcmp (schanzen)
- 0008821: [core service] memory leak in gnunet-core CLI (schanzen)
- 0008822: [transport service] two more memory leaks in gnunet-service-transport (schanzen)
- 0008809: [topology daemon] memory leak in gnunet-daemon-topology (schanzen)
- 0008810: [DHT service] segmentation fault when stopping gnunet-service-dht (schanzen)
- 0008811: [transport service] struct SharedSecret not cleaned up when destroying sender or receiver in udp communicator (schanzen)
- 0008812: [transport service] memory leak in extract_address in tcp communicator (schanzen)
- 0008817: [transport service] Neighbour.natted_addresses isn't destroyed in free_neighbour in gnunet-service-transport (t3sserakt)
- 0008818: [transport service] consider_sending_fc in gnunet-service-transport incorrectly populates the addresses of its TransportFlowControlMessage (schanzen)
- 0008820: [transport service] Improper handling of natted address not being found in check_for_global_natted in gnunet-transport-service (schanzen)
- 0008837: [util library] clear API for private keys should use secure memset_s (schanzen)
32 issues View Issues
Released 2024-03-15
- 0006098: [transport service] [TNG] UDP communicator performance issues (t3sserakt)
- 0007904: [messenger service] Flathub: GNUnet Messenger (Messenger-GTK) flatpak is still v0.7.0 (thejackimonster)
- 0007430: [documentation] Add hellos share dir to documentation (schanzen)
- 0008598: [transport service] Peers loose connectivity after a period of time (t3sserakt)
- 0005712: [peerstore] add logic to preload peerstore with information (t3sserakt)
5 issues View Issues
Released 2024-03-06
- 0005529: [transport service] TCP communicator does not support connection reversal yet (t3sserakt)
- 0001795: [transport service] DV is not implemented (schanzen)
- 0007429: [hello library] Add flag to build without default peer (schanzen)
- 0007376: [messenger service] Gtk App FTBFS (thejackimonster)
- 0008042: [util library] GNUNET_JSON_from_data: integer overflow (Christian Grothoff)
- 0008043: [util library] GNUNET_JSON_from_data64: integer overflow (Christian Grothoff)
- 0008044: [util library] parse_fixed_data: integer overflow (Christian Grothoff)
- 0008045: [util library] GNUNET_STRINGS_parse_uri: use strndup instead of malloc+memcpy (Christian Grothoff)
- 0008046: [util library] GNUNET_STRINGS_to_address_ipv6: don't use uint16_t for addrlen (Christian Grothoff)
- 0008047: [util library] GNUNET_STRINGS_parse_socket_addr: superfluous strdup call (Christian Grothoff)
- 0008048: [util library] _make_continuous_arg_copy: missing integer overflow check (Christian Grothoff)
- 0008049: [util library] GNUNET_STRINGS_parse_ipv4_policy: confusing code (Christian Grothoff)
- 0008051: [util library] GNUNET_STRINGS_base64_encode: integer overflow (Christian Grothoff)
- 0008052: [util library] GNUNET_STRINGS_urlencode: buffer overflow (Christian Grothoff)
- 0005456: [transport service] Peers don't gossip about transport addresses they don't support (t3sserakt)
- 0006555: [core service] Processing code for message of type 367 did not call `GNUNET_SERVICE_client_continue' after... (t3sserakt)
- 0008021: [General] Cannot use gnunet-peerinfo (sd08012003)
- 0008050: [util library] GNUNET_STRINGS_parse_ipv6_policy: integer overflow (Christian Grothoff)
- 0008064: [util library] Define new elligator API (pedram)
- 0007260: [messenger service] Implement function to drop relay capability (thejackimonster)
- 0007955: [util library] Move NT component into util (schanzen)
- 0007962: [build process] Improve source structure to support single-process library build (schanzen)
- 0008066: [util library] Implement elligator in UDP communicator (pedram)
23 issues View Issues
gnunet-fuse - Change Log
Released 2018-06-06
- 0004665: [build system] gnunet-fuse fails to find gnunet/gnunet_util_lib.h and can't use fuse anymore (Christian Grothoff)
1 issue View Issues
Released 2012-06-06
- 0002401: [other] gnunet-fuse needs to be ported to 0.9.x (Christian Grothoff)
1 issue View Issues
gnunet-gtk - Change Log
Not Yet Released
- 0007419: [gnunet-fs-gtk] Identity selector (Christian Grothoff)
1 issue View Issues
Released 2020-08-02
1 issue View Issues
Released 2019-09-15
- 0005925: [gnunet-fs-gtk] gnunet-gtk API incompatible with latest gnunet API (Christian Grothoff)
1 issue View Issues
gnunet-www - Change Log
Released 2021-04-04
- 0005800: [General] spellcheck gnunet.org (Christian Grothoff)
- 0005522: [Homepage] new website: improve / fix "/news" system (schanzen)
- 0005535: [Homepage] new website: import old news (schanzen)
- 0005592: [General] website: generate rss for news (schanzen)
- 0005577: [General] website: rework branding image in navigation bar (schanzen)
- 0005648: [Homepage] page refresh behavior bug (schanzen)
- 0005798: [Homepage] handbook links are 404 (schanzen)
- 0005819: [General] news generator (schanzen)
- 0005575: [General] Proposal: Add a section for "News" on the front page of new site (schanzen)
- 0005792: [Homepage] Re-use FAQ item "What does my system do when participating in GNUnet file sharing?" ? (schanzen)
10 issues View Issues