oweals/gnunet.git
4 years agominor text fixes
xrs [Sat, 20 Jul 2019 09:59:22 +0000 (11:59 +0200)]
minor text fixes

4 years agorevert timeout removal
Schanzenbach, Martin [Wed, 17 Jul 2019 16:14:37 +0000 (18:14 +0200)]
revert timeout removal

4 years agoDSTJ-disable hack
Christian Grothoff [Wed, 17 Jul 2019 09:15:55 +0000 (11:15 +0200)]
DSTJ-disable hack

4 years agoreindenting
Christian Grothoff [Wed, 17 Jul 2019 09:09:27 +0000 (11:09 +0200)]
reindenting

4 years agono timeout for GNS request
Schanzenbach, Martin [Tue, 16 Jul 2019 15:53:45 +0000 (17:53 +0200)]
no timeout for GNS request

4 years agoreturn error code
Schanzenbach, Martin [Tue, 16 Jul 2019 10:53:28 +0000 (12:53 +0200)]
return error code

4 years agotry fix lock #3
Schanzenbach, Martin [Mon, 15 Jul 2019 15:43:41 +0000 (17:43 +0200)]
try fix lock #3

4 years agotry fix lock #2
Schanzenbach, Martin [Mon, 15 Jul 2019 15:14:13 +0000 (17:14 +0200)]
try fix lock #2

4 years agotry fix lock
Schanzenbach, Martin [Mon, 15 Jul 2019 15:11:02 +0000 (17:11 +0200)]
try fix lock

4 years agomore useful output
Schanzenbach, Martin [Mon, 15 Jul 2019 12:25:38 +0000 (14:25 +0200)]
more useful output

4 years agoenable suspend resume for REST
Schanzenbach, Martin [Mon, 15 Jul 2019 12:19:38 +0000 (14:19 +0200)]
enable suspend resume for REST

4 years agoupdate changelog
Schanzenbach, Martin [Mon, 15 Jul 2019 08:34:41 +0000 (10:34 +0200)]
update changelog

4 years agore-enable support for CORS config
Schanzenbach, Martin [Mon, 15 Jul 2019 07:57:20 +0000 (09:57 +0200)]
re-enable support for CORS config

4 years agofix #5795
Christian Grothoff [Fri, 12 Jul 2019 19:02:18 +0000 (21:02 +0200)]
fix #5795

4 years agofix
Schanzenbach, Martin [Thu, 11 Jul 2019 15:27:25 +0000 (17:27 +0200)]
fix

4 years agofix
Schanzenbach, Martin [Thu, 11 Jul 2019 15:10:11 +0000 (17:10 +0200)]
fix

4 years agoonly add cors header for webext
Schanzenbach, Martin [Thu, 11 Jul 2019 15:02:48 +0000 (17:02 +0200)]
only add cors header for webext

4 years agofix links
Christian Grothoff [Wed, 10 Jul 2019 21:31:37 +0000 (23:31 +0200)]
fix links

4 years agofix links
Christian Grothoff [Wed, 10 Jul 2019 21:30:03 +0000 (23:30 +0200)]
fix links

4 years agochangelog housekeeping #2
Schanzenbach, Martin [Mon, 8 Jul 2019 16:12:55 +0000 (18:12 +0200)]
changelog housekeeping #2

4 years agoTNG testing: Add config files to Makefile.am, too
Julius Bünger [Sun, 7 Jul 2019 20:35:36 +0000 (22:35 +0200)]
TNG testing: Add config files to Makefile.am, too

4 years agoTNG testing: Add config files
Julius Bünger [Sun, 7 Jul 2019 20:34:00 +0000 (22:34 +0200)]
TNG testing: Add config files

4 years agochangelog housekeeping
Schanzenbach, Martin [Sun, 7 Jul 2019 20:23:42 +0000 (22:23 +0200)]
changelog housekeeping

4 years agomove index file
Christian Grothoff [Sun, 7 Jul 2019 18:52:18 +0000 (20:52 +0200)]
move index file

4 years agoadd links
Christian Grothoff [Sun, 7 Jul 2019 18:32:18 +0000 (20:32 +0200)]
add links

4 years agoupdate index page
Christian Grothoff [Sun, 7 Jul 2019 18:30:38 +0000 (20:30 +0200)]
update index page

4 years agoupdate index page
Christian Grothoff [Sun, 7 Jul 2019 18:29:50 +0000 (20:29 +0200)]
update index page

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: