oweals/gnunet.git
10 years agouse paillier public key container in secretsharing
Florian Dold [Tue, 21 Jan 2014 10:05:56 +0000 (10:05 +0000)]
use paillier public key container in secretsharing

10 years agoremove paillier_decrypt in secretsharing
Florian Dold [Tue, 21 Jan 2014 10:01:07 +0000 (10:01 +0000)]
remove paillier_decrypt in secretsharing

10 years agoremove paillier_encrypt in secretsharing
Florian Dold [Tue, 21 Jan 2014 09:51:01 +0000 (09:51 +0000)]
remove paillier_encrypt in secretsharing

10 years agoremove paillier_create in secretsharing
Florian Dold [Tue, 21 Jan 2014 09:44:50 +0000 (09:44 +0000)]
remove paillier_create in secretsharing

10 years agopaillier constants / structs from util
Florian Dold [Tue, 21 Jan 2014 09:40:50 +0000 (09:40 +0000)]
paillier constants / structs from util

10 years ago- header sync
Christian Fuchs [Tue, 21 Jan 2014 09:34:09 +0000 (09:34 +0000)]
- header sync

10 years ago- first extension of paillier with foolproof homomorphism support (ciphertext contain...
Christian Fuchs [Tue, 21 Jan 2014 09:31:38 +0000 (09:31 +0000)]
- first extension of paillier with foolproof homomorphism support (ciphertext container carries information on support ops)
- adjusted encryt/decrypt functionality to handle gcry_mpi_t, not a plaintext container

10 years ago-document libogg requirement
Christian Grothoff [Tue, 21 Jan 2014 09:20:23 +0000 (09:20 +0000)]
-document libogg requirement

10 years agoadd configure test for libogg to fix #3278
Christian Grothoff [Tue, 21 Jan 2014 09:18:08 +0000 (09:18 +0000)]
add configure test for libogg to fix #3278

10 years ago- wait for conncetion_ACK to start keepalive timer
Bart Polot [Tue, 21 Jan 2014 03:05:02 +0000 (03:05 +0000)]
- wait for conncetion_ACK to start keepalive timer

10 years ago- dont start keepalive on intermediate peers
Bart Polot [Tue, 21 Jan 2014 03:05:00 +0000 (03:05 +0000)]
- dont start keepalive on intermediate peers

10 years ago- dont schedule keepalive on connection creation, wait for first creation message...
Bart Polot [Tue, 21 Jan 2014 03:04:58 +0000 (03:04 +0000)]
- dont schedule keepalive on connection creation, wait for first creation message to be sent

10 years ago- paillier implementation and test
Florian Dold [Mon, 20 Jan 2014 23:45:10 +0000 (23:45 +0000)]
- paillier implementation and test

10 years ago- doxygen
Florian Dold [Mon, 20 Jan 2014 22:47:34 +0000 (22:47 +0000)]
- doxygen

10 years ago- gnunet-secretsharing-profiler.c should not have exec flag set
Florian Dold [Mon, 20 Jan 2014 22:25:25 +0000 (22:25 +0000)]
- gnunet-secretsharing-profiler.c should not have exec flag set

10 years ago- add missing crypto_paillier.c
Florian Dold [Mon, 20 Jan 2014 22:19:39 +0000 (22:19 +0000)]
- add missing crypto_paillier.c

10 years ago- document string termination
Florian Dold [Mon, 20 Jan 2014 21:21:15 +0000 (21:21 +0000)]
- document string termination

10 years ago- paillier implementation
Florian Dold [Mon, 20 Jan 2014 20:24:42 +0000 (20:24 +0000)]
- paillier implementation

10 years ago- type error
Florian Dold [Mon, 20 Jan 2014 20:17:18 +0000 (20:17 +0000)]
- type error

10 years ago- remove adjust
Florian Dold [Mon, 20 Jan 2014 20:14:44 +0000 (20:14 +0000)]
- remove adjust

10 years ago- paillier
Florian Dold [Mon, 20 Jan 2014 19:59:22 +0000 (19:59 +0000)]
- paillier

10 years ago- make mpi scan/print public
Florian Dold [Mon, 20 Jan 2014 19:08:47 +0000 (19:08 +0000)]
- make mpi scan/print public
- secretsharing key generation and decryption fixed

10 years agoblacklist check on try connect
Matthias Wachs [Mon, 20 Jan 2014 17:17:59 +0000 (17:17 +0000)]
blacklist check on try connect

10 years agofix use after free and mantis 0003257
Matthias Wachs [Mon, 20 Jan 2014 09:04:50 +0000 (09:04 +0000)]
fix use after free and mantis 0003257

10 years agoremoving useless fixme comment
Matthias Wachs [Mon, 20 Jan 2014 08:59:28 +0000 (08:59 +0000)]
removing useless fixme comment

10 years ago- minor renamings
Fabian Oehlmann [Fri, 17 Jan 2014 18:05:23 +0000 (18:05 +0000)]
- minor renamings
- eligibility trace fix

10 years agoCheck for libopus to be sufficiently new
LRN [Fri, 17 Jan 2014 15:34:14 +0000 (15:34 +0000)]
Check for libopus to be sufficiently new

10 years ago- add warning if check fails
Bart Polot [Fri, 17 Jan 2014 11:57:20 +0000 (11:57 +0000)]
- add warning if check fails

10 years agofix ftbfs on system where SIN_LEN exists
Matthias Wachs [Fri, 17 Jan 2014 08:47:40 +0000 (08:47 +0000)]
fix ftbfs on system where SIN_LEN exists

10 years agoFix scalarproduct argument parsing (don't scan past 0-terminator)
LRN [Fri, 17 Jan 2014 06:39:51 +0000 (06:39 +0000)]
Fix scalarproduct argument parsing (don't scan past 0-terminator)

10 years agoFix vpn helper argparsing logic
LRN [Fri, 17 Jan 2014 04:13:01 +0000 (04:13 +0000)]
Fix vpn helper argparsing logic

10 years agoCheck that we're not scheduling destroy twice
LRN [Fri, 17 Jan 2014 04:12:59 +0000 (04:12 +0000)]
Check that we're not scheduling destroy twice

10 years agoAdd hostname to conversation config
LRN [Fri, 17 Jan 2014 04:12:56 +0000 (04:12 +0000)]
Add hostname to conversation config

10 years agoMore W32 resolver workarounds
LRN [Fri, 17 Jan 2014 04:12:54 +0000 (04:12 +0000)]
More W32 resolver workarounds

10 years agoWrap opus in ogg container
LRN [Fri, 17 Jan 2014 04:12:51 +0000 (04:12 +0000)]
Wrap opus in ogg container

10 years agominor action-selection improvement
Fabian Oehlmann [Thu, 16 Jan 2014 19:02:54 +0000 (19:02 +0000)]
minor action-selection improvement

10 years ago- state-feature fix
Fabian Oehlmann [Thu, 16 Jan 2014 17:35:08 +0000 (17:35 +0000)]
- state-feature fix
- minor refactorings

10 years agoperform blacklist before address switch
Matthias Wachs [Thu, 16 Jan 2014 17:02:54 +0000 (17:02 +0000)]
perform blacklist before address switch
this commit adds the blacklist check before address switch
in the next step the old blacklist check has to be removed

10 years agodocumentation for callback
Matthias Wachs [Thu, 16 Jan 2014 14:38:06 +0000 (14:38 +0000)]
documentation for callback

10 years agomore fixed documentation
Matthias Wachs [Thu, 16 Jan 2014 14:03:36 +0000 (14:03 +0000)]
more fixed documentation

10 years agodocumentation for transport service
Matthias Wachs [Thu, 16 Jan 2014 12:29:57 +0000 (12:29 +0000)]
documentation for transport service

10 years agofix #3272
Christian Grothoff [Thu, 16 Jan 2014 12:21:45 +0000 (12:21 +0000)]
fix #3272

10 years ago-when tunnel is empty
Bart Polot [Thu, 16 Jan 2014 12:12:12 +0000 (12:12 +0000)]
-when tunnel is empty
-- don't end connections
-- don't stop encryption handshake

10 years ago- add explicit shutdown state
Bart Polot [Thu, 16 Jan 2014 11:54:05 +0000 (11:54 +0000)]
- add explicit shutdown state
- don't try to reconnect when destroying last connection during tunnel_destroy
- don't create new connections for a tunnel in shutdown

10 years agofixing documentation for hello
Matthias Wachs [Thu, 16 Jan 2014 11:50:59 +0000 (11:50 +0000)]
fixing documentation for hello

10 years agodocumentation for ATS
Matthias Wachs [Thu, 16 Jan 2014 10:44:27 +0000 (10:44 +0000)]
documentation for ATS

10 years agodocumentation for validation monitoring test case
Matthias Wachs [Thu, 16 Jan 2014 10:20:19 +0000 (10:20 +0000)]
documentation for validation monitoring test case

10 years agotest
Matthias Wachs [Thu, 16 Jan 2014 10:18:19 +0000 (10:18 +0000)]
test

10 years agocorrect string
Matthias Wachs [Thu, 16 Jan 2014 09:54:33 +0000 (09:54 +0000)]
correct string

10 years agonew state
Matthias Wachs [Thu, 16 Jan 2014 09:53:57 +0000 (09:53 +0000)]
new state

10 years agofixes for reconnecting and message handling
Matthias Wachs [Thu, 16 Jan 2014 09:53:34 +0000 (09:53 +0000)]
fixes for reconnecting and message handling

10 years agoprinting validation information with cli
Matthias Wachs [Thu, 16 Jan 2014 09:14:05 +0000 (09:14 +0000)]
printing validation information with cli

10 years ago- ignore binary
Bart Polot [Wed, 15 Jan 2014 23:02:46 +0000 (23:02 +0000)]
- ignore binary

10 years agotransport validation monitoring API (not yet complete) + CLI
Matthias Wachs [Wed, 15 Jan 2014 17:18:11 +0000 (17:18 +0000)]
transport validation monitoring API (not yet complete) + CLI
+ fix for crash in transport/plugin_transport_udp.c

10 years agoheader for transport validation monitoring API
Matthias Wachs [Wed, 15 Jan 2014 17:16:10 +0000 (17:16 +0000)]
header for transport validation monitoring API

10 years ago-typo
Christian Grothoff [Wed, 15 Jan 2014 16:01:29 +0000 (16:01 +0000)]
-typo

10 years agofix mantis bug 0003270: do not broadcast on loopback
Matthias Wachs [Wed, 15 Jan 2014 12:25:45 +0000 (12:25 +0000)]
fix mantis bug 0003270: do not broadcast on loopback

10 years ago-fix extended address suggest api callback call
Fabian Oehlmann [Wed, 15 Jan 2014 11:02:56 +0000 (11:02 +0000)]
-fix extended address suggest api callback call

10 years agofix bt plugin
Matthias Wachs [Wed, 15 Jan 2014 10:43:04 +0000 (10:43 +0000)]
fix bt plugin

10 years agoremove inbound outbound notion from wlan plugin
Matthias Wachs [Wed, 15 Jan 2014 10:42:47 +0000 (10:42 +0000)]
remove inbound outbound notion from wlan plugin

10 years agofixed wlan plugin
Matthias Wachs [Wed, 15 Jan 2014 10:05:36 +0000 (10:05 +0000)]
fixed wlan plugin

10 years agoLink dv transport to libgnunethello
LRN [Tue, 14 Jan 2014 21:07:24 +0000 (21:07 +0000)]
Link dv transport to libgnunethello

10 years agofix crash on shutdown
Matthias Wachs [Tue, 14 Jan 2014 17:16:02 +0000 (17:16 +0000)]
fix crash on shutdown

10 years agosimplification for tcp plugin
Matthias Wachs [Tue, 14 Jan 2014 17:05:05 +0000 (17:05 +0000)]
simplification for tcp plugin

10 years agofix memory leak
Matthias Wachs [Tue, 14 Jan 2014 16:57:55 +0000 (16:57 +0000)]
fix memory leak

10 years agofixing dv plugin
Matthias Wachs [Tue, 14 Jan 2014 16:49:32 +0000 (16:49 +0000)]
fixing dv plugin

10 years agoissue: as long as we do not have a peer identity we cannot work with HELLO_addresses...
Matthias Wachs [Tue, 14 Jan 2014 16:29:51 +0000 (16:29 +0000)]
issue: as long as we do not have a peer identity we cannot work with HELLO_addresses, so we have to stick to sock_addr
fixed sockaddr-to-session lookup

10 years agofixing memory leaks
Matthias Wachs [Tue, 14 Jan 2014 15:21:04 +0000 (15:21 +0000)]
fixing memory leaks

10 years agofixing issues with udp due to internal address length
Matthias Wachs [Tue, 14 Jan 2014 14:15:06 +0000 (14:15 +0000)]
fixing issues with udp due to internal address length

10 years agofix for creating session
Matthias Wachs [Tue, 14 Jan 2014 13:33:15 +0000 (13:33 +0000)]
fix for creating session

10 years ago- only log changed values
Sree Harsha Totakura [Tue, 14 Jan 2014 13:32:21 +0000 (13:32 +0000)]
- only log changed values

10 years agocopy info
Matthias Wachs [Tue, 14 Jan 2014 13:31:06 +0000 (13:31 +0000)]
copy info

10 years agomissing option assignment
Matthias Wachs [Tue, 14 Jan 2014 13:24:52 +0000 (13:24 +0000)]
missing option assignment

10 years agoimproved checking for direction
Matthias Wachs [Tue, 14 Jan 2014 13:07:46 +0000 (13:07 +0000)]
improved checking for direction

10 years agoadditional function to check option
Matthias Wachs [Tue, 14 Jan 2014 13:07:25 +0000 (13:07 +0000)]
additional function to check option

10 years agoimproved log messages
Matthias Wachs [Tue, 14 Jan 2014 12:55:09 +0000 (12:55 +0000)]
improved log messages

10 years ago-updating potfiles
Christian Grothoff [Tue, 14 Jan 2014 10:41:15 +0000 (10:41 +0000)]
-updating potfiles

10 years ago-doxygen, indentation
Christian Grothoff [Tue, 14 Jan 2014 10:40:56 +0000 (10:40 +0000)]
-doxygen, indentation

10 years agoincrease log level for useful messages
Matthias Wachs [Tue, 14 Jan 2014 09:40:41 +0000 (09:40 +0000)]
increase log level for useful messages

10 years agofix for printing address
Matthias Wachs [Tue, 14 Jan 2014 09:38:02 +0000 (09:38 +0000)]
fix for printing address

10 years agoset default options
Matthias Wachs [Tue, 14 Jan 2014 09:27:04 +0000 (09:27 +0000)]
set default options

10 years ago- complete tunnel info gathering
Bart Polot [Mon, 13 Jan 2014 23:51:23 +0000 (23:51 +0000)]
- complete tunnel info gathering

10 years agoDon't transmit partial packets
LRN [Mon, 13 Jan 2014 21:10:15 +0000 (21:10 +0000)]
Don't transmit partial packets

10 years ago- attempt 2
Bart Polot [Mon, 13 Jan 2014 20:02:25 +0000 (20:02 +0000)]
- attempt 2

10 years ago- fix compilation
Bart Polot [Mon, 13 Jan 2014 19:47:51 +0000 (19:47 +0000)]
- fix compilation

10 years ago- various CLI fixes
Bart Polot [Mon, 13 Jan 2014 19:33:49 +0000 (19:33 +0000)]
- various CLI fixes

10 years agoimplementing 0003268 to inbound information in HELLO addresses
Matthias Wachs [Mon, 13 Jan 2014 16:59:57 +0000 (16:59 +0000)]
implementing 0003268 to inbound information in HELLO addresses
All transport plugin functions are modified to use HELLO addresses instead of peer,address,address_length
All plugins are modified to use HELLO addresses internally

This commit can break transport functionality: core tests on my system still pass,
but transport tests may still fail, errors messages may occurs or crashs
Will be fixed asap

10 years agoimplementing 0003268
Matthias Wachs [Mon, 13 Jan 2014 16:56:41 +0000 (16:56 +0000)]
implementing 0003268

10 years agoimplementing 0003268
Matthias Wachs [Mon, 13 Jan 2014 16:56:29 +0000 (16:56 +0000)]
implementing 0003268

10 years ago- latency logging daemon
Sree Harsha Totakura [Mon, 13 Jan 2014 15:59:59 +0000 (15:59 +0000)]
- latency logging daemon

10 years ago- remove spurious parameter tuple
Sree Harsha Totakura [Mon, 13 Jan 2014 08:39:44 +0000 (08:39 +0000)]
- remove spurious parameter tuple

10 years agogenerate compact regular expressions if range is negated (#3226), switch default...
Christian Grothoff [Sun, 12 Jan 2014 20:19:43 +0000 (20:19 +0000)]
generate compact regular expressions if range is negated (#3226), switch default policy to not-25 (SMTP) as we can now work with that

10 years ago- fix parallel build
Sree Harsha Totakura [Fri, 10 Jan 2014 18:35:56 +0000 (18:35 +0000)]
- fix parallel build

10 years agonaming conventions for peer states
Matthias Wachs [Fri, 10 Jan 2014 09:36:58 +0000 (09:36 +0000)]
naming conventions for peer states

10 years agodocu
Matthias Wachs [Fri, 10 Jan 2014 09:11:15 +0000 (09:11 +0000)]
docu

10 years agoconsistent documentation
Matthias Wachs [Fri, 10 Jan 2014 09:09:58 +0000 (09:09 +0000)]
consistent documentation

10 years ago- add user feedback
Bart Polot [Fri, 10 Jan 2014 04:10:52 +0000 (04:10 +0000)]
- add user feedback

10 years ago- fix error messages
Bart Polot [Fri, 10 Jan 2014 04:10:22 +0000 (04:10 +0000)]
- fix error messages

10 years ago- use proper log function
Bart Polot [Fri, 10 Jan 2014 04:07:55 +0000 (04:07 +0000)]
- use proper log function

10 years ago- don't resend create messages for channels being destroyed
Bart Polot [Fri, 10 Jan 2014 04:07:14 +0000 (04:07 +0000)]
- don't resend create messages for channels being destroyed