Bart Polot [Tue, 6 Oct 2015 19:09:30 +0000 (19:09 +0000)]
- fix multiple gnunet-nat crashes
Bart Polot [Tue, 6 Oct 2015 19:09:29 +0000 (19:09 +0000)]
- fix use of uninitialized memory
Bart Polot [Tue, 6 Oct 2015 17:50:47 +0000 (17:50 +0000)]
- fix script to work with barebone versions of sh
Florian Dold [Tue, 6 Oct 2015 16:17:08 +0000 (16:17 +0000)]
fix contestation handling / blacklisting
Florian Dold [Tue, 6 Oct 2015 15:22:02 +0000 (15:22 +0000)]
towards handling byz. faults correctly
- blacklisting of peers in consensus
- restructuring
Bart Polot [Tue, 6 Oct 2015 14:14:15 +0000 (14:14 +0000)]
- ignore confirmation of connections that are being destroyed (tunnel shutting down, for instance)
Bart Polot [Tue, 6 Oct 2015 12:07:00 +0000 (12:07 +0000)]
- remove unused variable
Bart Polot [Tue, 6 Oct 2015 12:03:16 +0000 (12:03 +0000)]
- refactor test dropping, reduce test load
Bart Polot [Tue, 6 Oct 2015 12:03:14 +0000 (12:03 +0000)]
- Revamp traffic logging, small bugfixes, complete doxygen
Florian Dold [Tue, 6 Oct 2015 02:08:16 +0000 (02:08 +0000)]
consensus work in progress
- store referendum entries differently
- split referendum evaluation in specialized task functions
Florian Dold [Mon, 5 Oct 2015 23:16:17 +0000 (23:16 +0000)]
include element type in hash
Florian Dold [Mon, 5 Oct 2015 22:27:46 +0000 (22:27 +0000)]
consensus
- fix problem with evil peers and loopback set operations
- logging
- fix round numbering
Florian Dold [Mon, 5 Oct 2015 21:26:56 +0000 (21:26 +0000)]
work on consensus and set
- evil peers for consensus
- various fixes for consensus and set
Christian Grothoff [Mon, 5 Oct 2015 16:35:44 +0000 (16:35 +0000)]
adding DEBUG logic for #3863
Christian Grothoff [Mon, 5 Oct 2015 15:28:21 +0000 (15:28 +0000)]
fix #3986
Florian Dold [Sat, 3 Oct 2015 22:36:37 +0000 (22:36 +0000)]
- another fix to generation handling and lazy copying
Christian Grothoff [Sat, 3 Oct 2015 20:14:05 +0000 (20:14 +0000)]
-improving comments and coding style for libgnunethello library
Christian Grothoff [Sat, 3 Oct 2015 20:12:09 +0000 (20:12 +0000)]
improving comments and coding style for libgnunethello library
Christian Grothoff [Sat, 3 Oct 2015 16:50:24 +0000 (16:50 +0000)]
-bump year
Christian Grothoff [Sat, 3 Oct 2015 16:38:55 +0000 (16:38 +0000)]
find network interfaces also using 'ip' command (#3911)
Florian Dold [Fri, 2 Oct 2015 16:26:47 +0000 (16:26 +0000)]
- consensus test conf
Bart Polot [Fri, 2 Oct 2015 15:07:44 +0000 (15:07 +0000)]
- don't show WARNINGs on duplicate traffic
Bart Polot [Fri, 2 Oct 2015 15:07:43 +0000 (15:07 +0000)]
- only break for cadet errors
Christian Grothoff [Fri, 2 Oct 2015 14:52:08 +0000 (14:52 +0000)]
-properly verify size, fixes #3991
Bart Polot [Fri, 2 Oct 2015 03:48:54 +0000 (03:48 +0000)]
- remove debug
Bart Polot [Fri, 2 Oct 2015 03:37:55 +0000 (03:37 +0000)]
- adjust logging
Bart Polot [Fri, 2 Oct 2015 03:37:54 +0000 (03:37 +0000)]
- find the correct stored key, not always the first one
Bart Polot [Fri, 2 Oct 2015 03:37:53 +0000 (03:37 +0000)]
Don't reset axolotl state on receipt of a pseudo-duplicate AX key exchange.
Pseudo duplicate means same handshake key but different ratchet key. This
can happen if Alice's first KX message is lost, she receives Bob's KX and
send a payload message herself, advancing her ratchet. If Bob doesn't send
a payload message fast enough, or it gets lost, Alice will retransmit her
KX message, this time with a different ratchet key. If Bob only checks the
ratchet key (the handshake keys are discarded) it could reset the Axolotl
status and re-use keys for messages that got lost/delayed.
Bart Polot [Fri, 2 Oct 2015 03:37:52 +0000 (03:37 +0000)]
Fix try_old_keys, in order to use it for data with the same Header key but out-of-order message number
Bart Polot [Fri, 2 Oct 2015 03:37:50 +0000 (03:37 +0000)]
- added hexdump-like function to write binary data to log
Bart Polot [Fri, 2 Oct 2015 03:37:49 +0000 (03:37 +0000)]
- escape line to avoid false matches
Bart Polot [Fri, 2 Oct 2015 03:37:48 +0000 (03:37 +0000)]
- typo in variable name
Bart Polot [Fri, 2 Oct 2015 03:37:47 +0000 (03:37 +0000)]
- use correct message number in the logs
Bart Polot [Fri, 2 Oct 2015 03:37:46 +0000 (03:37 +0000)]
- cancel all transmissions so core_api doesn't complain
Bart Polot [Fri, 2 Oct 2015 03:37:45 +0000 (03:37 +0000)]
- log shutdown
Bart Polot [Fri, 2 Oct 2015 03:37:44 +0000 (03:37 +0000)]
- removed false break
Bart Polot [Fri, 2 Oct 2015 03:37:42 +0000 (03:37 +0000)]
Fixed usage of known broken paths. If a connection was destroyed
while handling a neighbor disconnection, cadet tried to reconnect
to peers using paths containing the disconnecting peer.
Bart Polot [Fri, 2 Oct 2015 03:37:41 +0000 (03:37 +0000)]
- cancel transmit requests before destroying channels, warn API users if not
Bart Polot [Fri, 2 Oct 2015 03:37:40 +0000 (03:37 +0000)]
- don't connect twice on core_connect, as it may cause problems since connections hashmap is not yet created
Bart Polot [Fri, 2 Oct 2015 03:37:39 +0000 (03:37 +0000)]
- fix processing of messages with no payload (keepalives)
Bart Polot [Fri, 2 Oct 2015 03:37:38 +0000 (03:37 +0000)]
- fix log
Bart Polot [Fri, 2 Oct 2015 03:37:37 +0000 (03:37 +0000)]
- additional test
Bart Polot [Fri, 2 Oct 2015 03:37:36 +0000 (03:37 +0000)]
- never invalidate direct paths, show warning instead
Bart Polot [Fri, 2 Oct 2015 03:37:35 +0000 (03:37 +0000)]
- use better variable names
Bart Polot [Fri, 2 Oct 2015 03:37:34 +0000 (03:37 +0000)]
- don't try to connect to peers that are neighbors already
Bart Polot [Fri, 2 Oct 2015 03:37:33 +0000 (03:37 +0000)]
- connect if there are less connections than the minimum, not more
Bart Polot [Fri, 2 Oct 2015 03:37:32 +0000 (03:37 +0000)]
- don't leave freed memory on the peer's path list, signal error and remove anyway
Bart Polot [Fri, 2 Oct 2015 03:37:31 +0000 (03:37 +0000)]
- fix logging
Bart Polot [Fri, 2 Oct 2015 03:37:30 +0000 (03:37 +0000)]
- use proper connection states for a tunnel
Bart Polot [Fri, 2 Oct 2015 03:37:29 +0000 (03:37 +0000)]
- reduce log level
Bart Polot [Fri, 2 Oct 2015 03:37:28 +0000 (03:37 +0000)]
- compiler warning
Bart Polot [Fri, 2 Oct 2015 03:37:27 +0000 (03:37 +0000)]
- use correct hash type
Bart Polot [Fri, 2 Oct 2015 03:37:26 +0000 (03:37 +0000)]
- style, change rounds
Bart Polot [Fri, 2 Oct 2015 03:37:25 +0000 (03:37 +0000)]
- don't stop looking for connections as long as the tunnel exists
Bart Polot [Fri, 2 Oct 2015 03:37:24 +0000 (03:37 +0000)]
- indicate retransmitted packets on conn log
Bart Polot [Fri, 2 Oct 2015 03:37:23 +0000 (03:37 +0000)]
- unify logging format
Bart Polot [Fri, 2 Oct 2015 03:37:21 +0000 (03:37 +0000)]
- typo
Bart Polot [Fri, 2 Oct 2015 03:37:20 +0000 (03:37 +0000)]
- don't call core if there is no traffic
Carlo von lynX [Wed, 30 Sep 2015 20:15:37 +0000 (20:15 +0000)]
DESTDIR fix in Makefiles needed by distro packagers
Gabor X Toth [Wed, 30 Sep 2015 18:50:15 +0000 (18:50 +0000)]
free fix
Christian Grothoff [Tue, 29 Sep 2015 08:39:15 +0000 (08:39 +0000)]
stop crashing if sshd is not running on loopback
Christian Grothoff [Tue, 29 Sep 2015 07:52:23 +0000 (07:52 +0000)]
report skipped tests, doxygen fixes
Florian Dold [Mon, 28 Sep 2015 20:45:45 +0000 (20:45 +0000)]
fix undefined behavior in GNUNET_array_grow
Christian Grothoff [Mon, 28 Sep 2015 13:22:21 +0000 (13:22 +0000)]
add ecc dlog benchmark
Gabor X Toth [Sun, 27 Sep 2015 21:04:34 +0000 (21:04 +0000)]
multicast/psyc/social: message acks & scheduling
Gabor X Toth [Sun, 27 Sep 2015 21:04:23 +0000 (21:04 +0000)]
multicast: remove membership test & replay cancel message types
Florian Dold [Sun, 27 Sep 2015 04:41:31 +0000 (04:41 +0000)]
remove macro, fix indentation
Florian Dold [Sun, 27 Sep 2015 04:32:52 +0000 (04:32 +0000)]
SET service: accurate results for symmetric mode
Gabor X Toth [Sat, 26 Sep 2015 17:10:24 +0000 (17:10 +0000)]
multicast: removed replay cancellation as responses are limited
Gabor X Toth [Sat, 26 Sep 2015 17:10:17 +0000 (17:10 +0000)]
multicast: removed membership test callback as clients check that already during join & replay
Gabor X Toth [Sat, 26 Sep 2015 17:10:10 +0000 (17:10 +0000)]
psyc fixes
Gabor X Toth [Sat, 26 Sep 2015 17:10:03 +0000 (17:10 +0000)]
multicast: doc formatting
Gabor X Toth [Sat, 26 Sep 2015 17:09:57 +0000 (17:09 +0000)]
multicast: replay
Gabor X Toth [Sat, 26 Sep 2015 17:09:48 +0000 (17:09 +0000)]
psycstore: add fragment_limit arg for message_get
Florian Dold [Tue, 22 Sep 2015 01:47:36 +0000 (01:47 +0000)]
set api changes
Florian Dold [Tue, 22 Sep 2015 01:20:28 +0000 (01:20 +0000)]
work on CONSENSUS and SET
- byzantine consensus work in progress
- fix SET generation handling
Martin Schanzenbach [Wed, 16 Sep 2015 13:18:29 +0000 (13:18 +0000)]
- add identity attribute processing
Martin Schanzenbach [Tue, 15 Sep 2015 14:04:54 +0000 (14:04 +0000)]
- fixes, store issued tokens in namestore
Martin Schanzenbach [Tue, 15 Sep 2015 10:09:58 +0000 (10:09 +0000)]
- fix leaks, add token list
Martin Schanzenbach [Tue, 15 Sep 2015 09:05:18 +0000 (09:05 +0000)]
- fixes
Martin Schanzenbach [Mon, 14 Sep 2015 16:05:31 +0000 (16:05 +0000)]
- fix invalid free in token rest, fix build bug, move rest up in dependancy list
Martin Schanzenbach [Mon, 14 Sep 2015 15:08:54 +0000 (15:08 +0000)]
- issue token including attributes
Martin Schanzenbach [Mon, 14 Sep 2015 13:16:54 +0000 (13:16 +0000)]
- purge token creation from plugin
Martin Schanzenbach [Mon, 14 Sep 2015 13:15:15 +0000 (13:15 +0000)]
- token issuing
Martin Schanzenbach [Mon, 14 Sep 2015 12:52:50 +0000 (12:52 +0000)]
- fix install path for plugins
Martin Schanzenbach [Mon, 14 Sep 2015 11:13:00 +0000 (11:13 +0000)]
- see last commit
Martin Schanzenbach [Mon, 14 Sep 2015 11:10:11 +0000 (11:10 +0000)]
- revert plugin move. Add new identity-token
Christian Grothoff [Mon, 14 Sep 2015 07:12:16 +0000 (07:12 +0000)]
-also bench hash on small inputs
Gabor X Toth [Sun, 13 Sep 2015 07:49:59 +0000 (07:49 +0000)]
multicast tests
Bart Polot [Sat, 12 Sep 2015 00:41:00 +0000 (00:41 +0000)]
- fix building (missing source)
Martin Schanzenbach [Fri, 11 Sep 2015 15:56:39 +0000 (15:56 +0000)]
- move rest plugins into rest directory where they belong
Martin Schanzenbach [Thu, 10 Sep 2015 15:39:36 +0000 (15:39 +0000)]
- revert
Martin Schanzenbach [Thu, 10 Sep 2015 14:43:46 +0000 (14:43 +0000)]
- update
Martin Schanzenbach [Thu, 10 Sep 2015 14:42:18 +0000 (14:42 +0000)]
- update
Gabor X Toth [Tue, 8 Sep 2015 01:36:44 +0000 (01:36 +0000)]
social: guest_enter_by_name(); zone_add_pkey(); join_msg fixes
Gabor X Toth [Tue, 8 Sep 2015 01:36:33 +0000 (01:36 +0000)]
social: advertise; farewell fix
Gabor X Toth [Sat, 5 Sep 2015 23:44:11 +0000 (23:44 +0000)]
social: farewell
Gabor X Toth [Sat, 5 Sep 2015 23:44:08 +0000 (23:44 +0000)]
multicast, psyc, psycstore, client_manager fixes
Gabor X Toth [Sat, 5 Sep 2015 23:44:03 +0000 (23:44 +0000)]
psyc: add STATE_MODIFY flag during transmit
Christian Grothoff [Sat, 5 Sep 2015 22:36:14 +0000 (22:36 +0000)]
-fix