oweals/gnunet.git
4 years agognunet-arm -s is required as normal user too
lurchi [Sun, 7 Jul 2019 10:26:34 +0000 (12:26 +0200)]
gnunet-arm -s is required as normal user too

4 years agofix for starting problems of SUID binaries
xrs [Fri, 5 Jul 2019 20:11:04 +0000 (22:11 +0200)]
fix for starting problems of SUID binaries

The problem here is that the options was set and empty. Thus the default
path was not set and a SUID binary like gnunet-helper-vpn could not
start.

4 years agoclarify error messages
lurchi [Wed, 3 Jul 2019 20:31:02 +0000 (22:31 +0200)]
clarify error messages

4 years agoconstructing path now works with SUID_BINARY_PATH = ""
lurchi [Wed, 3 Jul 2019 20:30:43 +0000 (22:30 +0200)]
constructing path now works with SUID_BINARY_PATH = ""

4 years agofix warning
lurchi [Sat, 29 Jun 2019 11:05:28 +0000 (13:05 +0200)]
fix warning

4 years agouse GNUNET_OS_get_suid_binary_path to construct suid helper paths
lurchi [Sat, 29 Jun 2019 10:59:02 +0000 (12:59 +0200)]
use GNUNET_OS_get_suid_binary_path to construct suid helper paths

4 years agointroduce config option SUID_BINARY_PATH (empty by default)
lurchi [Sat, 29 Jun 2019 10:57:48 +0000 (12:57 +0200)]
introduce config option SUID_BINARY_PATH (empty by default)

4 years agointroduce GNUNET_OS_get_suid_binary_path
lurchi [Sat, 29 Jun 2019 10:56:33 +0000 (12:56 +0200)]
introduce GNUNET_OS_get_suid_binary_path

4 years agouse mmap() instead of malloc, rename heap->flat as database is persisted in flat...
Christian Grothoff [Sat, 29 Jun 2019 08:19:37 +0000 (10:19 +0200)]
use mmap() instead of malloc, rename heap->flat as database is persisted in flat file

4 years agouse mmap() instead of malloc, rename heap->flat as database is persisted in flat...
Christian Grothoff [Sat, 29 Jun 2019 08:18:44 +0000 (10:18 +0200)]
use mmap() instead of malloc, rename heap->flat as database is persisted in flat file

4 years agochanged to large malloc in namestore heap database plugin buffer
rexxnor [Sat, 29 Jun 2019 07:44:36 +0000 (09:44 +0200)]
changed to large malloc in namestore heap database plugin buffer

4 years agoremove unused variable
lurchi [Fri, 28 Jun 2019 18:23:55 +0000 (20:23 +0200)]
remove unused variable

4 years agoticket duplicates fix
Alexia Pagkopoulou [Fri, 28 Jun 2019 12:10:53 +0000 (14:10 +0200)]
ticket duplicates fix

4 years agobugfix
Christian Grothoff [Thu, 27 Jun 2019 18:30:30 +0000 (20:30 +0200)]
bugfix

4 years agono null byte needed in message payload, so GNUNET_memcpy fits better
lurchi [Thu, 27 Jun 2019 12:37:19 +0000 (14:37 +0200)]
no null byte needed in message payload, so GNUNET_memcpy fits better

4 years agonew GNUNET_strlcpy allows using it more
lurchi [Thu, 27 Jun 2019 10:59:05 +0000 (12:59 +0200)]
new GNUNET_strlcpy allows using it more

4 years agoreturn value of GNUNET_strlcpy can be used
lurchi [Thu, 27 Jun 2019 10:21:49 +0000 (12:21 +0200)]
return value of GNUNET_strlcpy can be used

4 years agomemcpy fits better
Christian Grothoff [Thu, 27 Jun 2019 10:14:19 +0000 (12:14 +0200)]
memcpy fits better

4 years agomake GNUNET_strlcpy more flexible by using strnlen instead of strlen
lurchi [Thu, 27 Jun 2019 09:37:34 +0000 (11:37 +0200)]
make GNUNET_strlcpy more flexible by using strnlen instead of strlen

4 years agono null-termination necessary after GNUNET_strlcpy
lurchi [Thu, 27 Jun 2019 09:12:42 +0000 (11:12 +0200)]
no null-termination necessary after GNUNET_strlcpy

4 years agouse GNUNET_strlcpy in strings.c too
lurchi [Thu, 27 Jun 2019 09:04:15 +0000 (11:04 +0200)]
use GNUNET_strlcpy in strings.c too

4 years agofix header check in param map
Schanzenbach, Martin [Thu, 27 Jun 2019 08:54:20 +0000 (10:54 +0200)]
fix header check in param map

4 years agouse GNUNET_strlcpy instead of strncpy where possible
lurchi [Thu, 27 Jun 2019 08:49:40 +0000 (10:49 +0200)]
use GNUNET_strlcpy instead of strncpy where possible

4 years agointroduce GNUNET_strlcpy
lurchi [Thu, 27 Jun 2019 08:49:09 +0000 (10:49 +0200)]
introduce GNUNET_strlcpy

4 years agoecho origin for CORS in rest
Schanzenbach, Martin [Thu, 27 Jun 2019 08:34:46 +0000 (10:34 +0200)]
echo origin for CORS in rest

4 years agoupdate gnunet-gns man page
Schanzenbach, Martin [Thu, 27 Jun 2019 07:14:03 +0000 (09:14 +0200)]
update gnunet-gns man page

4 years agofix #5782
Schanzenbach, Martin [Thu, 27 Jun 2019 07:08:06 +0000 (09:08 +0200)]
fix #5782

4 years agofix indentation
lurchi [Thu, 27 Jun 2019 00:28:03 +0000 (02:28 +0200)]
fix indentation

4 years agofix typo
lurchi [Wed, 26 Jun 2019 23:35:07 +0000 (01:35 +0200)]
fix typo

4 years agoadd subsection
lurchi [Wed, 26 Jun 2019 23:19:26 +0000 (01:19 +0200)]
add subsection

4 years agofix sentence about NSS plugin; be more verbose about stopping GNUnet
lurchi [Wed, 26 Jun 2019 22:51:47 +0000 (00:51 +0200)]
fix sentence about NSS plugin; be more verbose about stopping GNUnet

4 years agofix texinfo
lurchi [Wed, 26 Jun 2019 22:45:42 +0000 (00:45 +0200)]
fix texinfo

4 years agomore work on installation chapter; fix texinfo compilation
lurchi [Wed, 26 Jun 2019 22:26:39 +0000 (00:26 +0200)]
more work on installation chapter; fix texinfo compilation

4 years agofix TOC; prepare chapter Minimal configuration
lurchi [Wed, 26 Jun 2019 18:08:45 +0000 (20:08 +0200)]
fix TOC; prepare chapter Minimal configuration

4 years agoMerge branch 'master' of https://git.gnunet.org/gnunet
lurchi [Wed, 26 Jun 2019 18:04:52 +0000 (20:04 +0200)]
Merge branch 'master' of https://git.gnunet.org/gnunet

4 years agoimprove the installation chapter
lurchi [Wed, 26 Jun 2019 18:04:24 +0000 (20:04 +0200)]
improve the installation chapter

4 years agocheck for certutil with 'command -v'
t3sserakt [Wed, 26 Jun 2019 15:25:50 +0000 (17:25 +0200)]
check for certutil with 'command -v'

4 years agofix command line argument
lurchi [Wed, 26 Jun 2019 13:59:28 +0000 (15:59 +0200)]
fix command line argument

4 years agofix config file path
lurchi [Wed, 26 Jun 2019 10:15:21 +0000 (12:15 +0200)]
fix config file path

4 years agoindent
Christian Grothoff [Tue, 25 Jun 2019 13:31:14 +0000 (15:31 +0200)]
indent

4 years agotcp review bugfixes
Christian Grothoff [Tue, 25 Jun 2019 11:17:50 +0000 (13:17 +0200)]
tcp review bugfixes

4 years agoAUTHORS: styling, and rename OS X to macOS
ng0 [Tue, 25 Jun 2019 11:17:15 +0000 (11:17 +0000)]
AUTHORS: styling, and rename OS X to macOS

4 years agowarnings
Christian Grothoff [Tue, 25 Jun 2019 09:33:02 +0000 (11:33 +0200)]
warnings

4 years agoMerge branch 'master' of ssh://git.gnunet.org/gnunet
xrs [Mon, 24 Jun 2019 16:01:48 +0000 (18:01 +0200)]
Merge branch 'master' of ssh://git.gnunet.org/gnunet

4 years agopartly fixes 0005599, other links do not have a replacement
xrs [Mon, 24 Jun 2019 16:01:42 +0000 (18:01 +0200)]
partly fixes 0005599, other links do not have a replacement

4 years agoadd per-message pp
Christian Grothoff [Mon, 24 Jun 2019 10:55:09 +0000 (12:55 +0200)]
add per-message pp

4 years agoadded diagrams to Ascension developer handbook
rexxnor [Sun, 23 Jun 2019 08:41:42 +0000 (10:41 +0200)]
added diagrams to Ascension developer handbook

4 years agofinish #4623
Christian Grothoff [Sat, 22 Jun 2019 21:28:58 +0000 (23:28 +0200)]
finish #4623

4 years agoMerge branch 'master' of ssh://git.gnunet.org/gnunet
xrs [Sat, 22 Jun 2019 20:58:04 +0000 (22:58 +0200)]
Merge branch 'master' of ssh://git.gnunet.org/gnunet

4 years agoadd flag for exlusive options as program agruments
xrs [Sat, 22 Jun 2019 20:57:55 +0000 (22:57 +0200)]
add flag for exlusive options as program agruments

4 years agoimplement #5771
Christian Grothoff [Sat, 22 Jun 2019 09:48:40 +0000 (11:48 +0200)]
implement #5771

4 years agotypo
Schanzenbach, Martin [Sat, 22 Jun 2019 08:48:15 +0000 (10:48 +0200)]
typo

4 years agoclarify
Schanzenbach, Martin [Sat, 22 Jun 2019 08:47:24 +0000 (10:47 +0200)]
clarify

4 years agoMerge branch 'master' of git+ssh://gnunet.org/gnunet
Schanzenbach, Martin [Sat, 22 Jun 2019 08:38:50 +0000 (10:38 +0200)]
Merge branch 'master' of git+ssh://gnunet.org/gnunet

4 years ago#5675: Also detect openssl again
Schanzenbach, Martin [Sat, 22 Jun 2019 08:38:43 +0000 (10:38 +0200)]
#5675: Also detect openssl again

4 years agoenable caching of non-existence of NICKs, also properly remove cache entries if NICK...
Christian Grothoff [Sat, 22 Jun 2019 08:03:32 +0000 (10:03 +0200)]
enable caching of non-existence of NICKs, also properly remove cache entries if NICK record itself is removed

4 years agoDoc RPS: Add high-level subsection on Brahms
Julius Bünger [Fri, 21 Jun 2019 23:56:10 +0000 (01:56 +0200)]
Doc RPS: Add high-level subsection on Brahms

4 years agoDoc RPS: Move from keyconcepts to developer
Julius Bünger [Fri, 21 Jun 2019 22:58:54 +0000 (00:58 +0200)]
Doc RPS: Move from keyconcepts to developer

4 years agofix
Christian Grothoff [Fri, 21 Jun 2019 22:46:44 +0000 (00:46 +0200)]
fix

4 years agoavoid pk operation unless logging enabled
Christian Grothoff [Fri, 21 Jun 2019 22:45:03 +0000 (00:45 +0200)]
avoid pk operation unless logging enabled

4 years agosectioning fix
Christian Grothoff [Fri, 21 Jun 2019 22:44:33 +0000 (00:44 +0200)]
sectioning fix

4 years agoDoc RPS: Fix writing style of GNUnet
Julius Bünger [Fri, 21 Jun 2019 22:09:29 +0000 (00:09 +0200)]
Doc RPS: Fix writing style of GNUnet

4 years agoupdated the Ascension documentation
rexxnor [Fri, 21 Jun 2019 21:23:56 +0000 (23:23 +0200)]
updated the Ascension documentation

4 years agoDoc RPS: Add first high-level intro to rps
Julius Bünger [Fri, 21 Jun 2019 21:22:04 +0000 (23:22 +0200)]
Doc RPS: Add first high-level intro to rps

4 years agoMerge branch 'master' of git+ssh://gnunet.org/gnunet
Schanzenbach, Martin [Fri, 21 Jun 2019 20:48:45 +0000 (22:48 +0200)]
Merge branch 'master' of git+ssh://gnunet.org/gnunet

4 years agofix #5675
Schanzenbach, Martin [Fri, 21 Jun 2019 20:48:27 +0000 (22:48 +0200)]
fix #5675

4 years agoupdate manual to current state of code
Christian Grothoff [Fri, 21 Jun 2019 20:40:40 +0000 (22:40 +0200)]
update manual to current state of code

4 years agoadd missing images, fixes #5516
Christian Grothoff [Fri, 21 Jun 2019 20:17:38 +0000 (22:17 +0200)]
add missing images, fixes #5516

4 years agodrop sections on planetlab, this is unlikely to even still work anymore, fixes #5628
Christian Grothoff [Fri, 21 Jun 2019 19:15:58 +0000 (21:15 +0200)]
drop sections on planetlab, this is unlikely to even still work anymore, fixes #5628

4 years agofix compiler warnings about unused args
Christian Grothoff [Wed, 19 Jun 2019 19:25:50 +0000 (21:25 +0200)]
fix compiler warnings about unused args

4 years agofix socket cmp, fix compiler warnings about unused args
Christian Grothoff [Wed, 19 Jun 2019 19:22:43 +0000 (21:22 +0200)]
fix socket cmp, fix compiler warnings about unused args

4 years agofix socket cmp, fix compiler warnings about unused args
Christian Grothoff [Wed, 19 Jun 2019 19:20:39 +0000 (21:20 +0200)]
fix socket cmp, fix compiler warnings about unused args

4 years agofix ftbfs:
Christian Grothoff [Wed, 19 Jun 2019 12:42:41 +0000 (14:42 +0200)]
fix ftbfs:

4 years agoclarifications in handbook
Christian Grothoff [Wed, 19 Jun 2019 06:56:02 +0000 (08:56 +0200)]
clarifications in handbook

4 years agominimize scopes
Christian Grothoff [Tue, 18 Jun 2019 15:10:22 +0000 (17:10 +0200)]
minimize scopes

4 years agofix memory leak
Christian Grothoff [Tue, 18 Jun 2019 12:24:51 +0000 (14:24 +0200)]
fix memory leak

4 years agofix NPEs, off-by-one, etc
Christian Grothoff [Tue, 18 Jun 2019 09:00:55 +0000 (11:00 +0200)]
fix NPEs, off-by-one, etc

4 years agoclean up comments, fixmes, remove dead code
Christian Grothoff [Tue, 18 Jun 2019 08:47:56 +0000 (10:47 +0200)]
clean up comments, fixmes, remove dead code

4 years agoIntroducing GNUNET_Uuid and matching hash map for 128 bit values.
Christian Grothoff [Tue, 18 Jun 2019 08:30:08 +0000 (10:30 +0200)]
Introducing GNUNET_Uuid and matching hash map for 128 bit values.

TNG: reducing size of AcknowledgementUUIDPs from 256 bits to 128 bits.

5 years agoreview of the RFC on the release policy
xrs [Sun, 16 Jun 2019 21:14:30 +0000 (23:14 +0200)]
review of the RFC on the release policy

5 years agomissing file
Christian Grothoff [Sat, 15 Jun 2019 21:53:52 +0000 (23:53 +0200)]
missing file

5 years agofix gnunet-gns performance issue for many egos
Christian Grothoff [Sat, 15 Jun 2019 21:46:00 +0000 (23:46 +0200)]
fix gnunet-gns performance issue for many egos

5 years agoof course it is const
Christian Grothoff [Sat, 15 Jun 2019 13:37:00 +0000 (15:37 +0200)]
of course it is const

5 years agoupdated manpage of gnunet-identity
rexxnor [Sat, 15 Jun 2019 11:00:30 +0000 (13:00 +0200)]
updated manpage of gnunet-identity

5 years agoneed jansson header here
Christian Grothoff [Sat, 15 Jun 2019 10:43:04 +0000 (12:43 +0200)]
need jansson header here

5 years agodo not include jsson here
Christian Grothoff [Sat, 15 Jun 2019 10:28:08 +0000 (12:28 +0200)]
do not include jsson here

5 years agognunet-namestore.1: line-length fix, ignore mdoc linter according to what previous...
ng0 [Fri, 14 Jun 2019 18:44:16 +0000 (18:44 +0000)]
gnunet-namestore.1: line-length fix, ignore mdoc linter according to what previous commits established

5 years agognunet-identity.1,gnunet-namestore.1: unescape dashes where they create
ng0 [Fri, 14 Jun 2019 18:39:23 +0000 (18:39 +0000)]
gnunet-identity.1,gnunet-namestore.1: unescape dashes where they create
double dashes.

5 years agoadd option to display private keys
Christian Grothoff [Fri, 14 Jun 2019 17:18:01 +0000 (19:18 +0200)]
add option to display private keys

5 years agofix intendation
Schanzenbach, Martin [Fri, 14 Jun 2019 12:16:47 +0000 (14:16 +0200)]
fix intendation

5 years agoNULL pointer fix
Alexia Pagkopoulou [Fri, 14 Jun 2019 09:09:34 +0000 (11:09 +0200)]
NULL pointer fix

5 years agoadded check for empty nonce string
Alexia Pagkopoulou [Thu, 13 Jun 2019 12:53:34 +0000 (14:53 +0200)]
added check for empty nonce string

5 years agoadd option to pass private key via environment variable
Christian Grothoff [Mon, 10 Jun 2019 04:50:19 +0000 (06:50 +0200)]
add option to pass private key via environment variable

5 years agoadding comments, restructuring
Christian Grothoff [Mon, 10 Jun 2019 04:44:01 +0000 (06:44 +0200)]
adding comments, restructuring

5 years agoeliminate unnecessary ec-mul operation from gnunet-namestore
Christian Grothoff [Mon, 10 Jun 2019 04:34:45 +0000 (06:34 +0200)]
eliminate unnecessary ec-mul operation from gnunet-namestore

5 years agoupdate todo on FC: might be finished (in theory)
Christian Grothoff [Sun, 9 Jun 2019 16:48:48 +0000 (18:48 +0200)]
update todo on FC: might be finished (in theory)

5 years agonote on BDP
Christian Grothoff [Sun, 9 Jun 2019 16:41:21 +0000 (18:41 +0200)]
note on BDP

5 years agoadd FC retransmission logic
Christian Grothoff [Sun, 9 Jun 2019 16:38:21 +0000 (18:38 +0200)]
add FC retransmission logic

5 years agofix gnunet-bugreport output issues
Christian Grothoff [Sun, 9 Jun 2019 12:18:01 +0000 (14:18 +0200)]
fix gnunet-bugreport output issues

5 years agogitignore
ng0 [Sun, 9 Jun 2019 09:37:43 +0000 (09:37 +0000)]
gitignore