summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* Run clang format over some files, experimental implementation of forward ↵Andreas Ebner2019-10-07
| | | | algorithm
* Cleanup, additional input checks, renaming, simplification:Andreas Ebner2019-10-07
| | | | | | | | | | | - introducing own GNUNET_SIGNATURE_PURPOSE_DELEGATE - renaming of cred/crd in delegation_misc.c - renamed extension cmd para to import - changed subject key/attr parsing from memcpy/malloc to strtok - only allow to create delegates to expire absolute not relative (prevent reusing created delegation signatures) - check subject key and reuse expiration of import/signed delegation - replaced strdup() part of delegation_misc.c and credential_serialization.c with pointers - uncommented return after detection of unverifyable signatures
* Implemented delegate sign and store function for GNS entries:Andreas Ebner2019-10-07
| | | | | | | | - functions to store and sign delegates (all types) including serialization/string_to_value/.. - solved (almost) all TODOs - some renaming and cleanup in gnunet-credential.c - valgrind checked - test file adapted accordingly
* Handle all credential storage via credential service, prepared for subject ↵Andreas Ebner2019-10-07
| | | | | | | | | | side storage - new commandline parameters - new gns record type: DELEGATE for subject side storage - credential connection to namestore - store all credentials via credential service (replacing namestore) - stable, but experimental implementation, atm just using existing methods, next step: introduce own methods and replace/rename existing variables
* more dead filesChristian Grothoff2019-10-06
|
* remove dead, obsolete or never-to-become ATS logic (DCE)Christian Grothoff2019-10-06
|
* dceChristian Grothoff2019-10-06
|
* save nick 0-term byteSchanzenbach, Martin2019-10-06
|
* nick must be 0-terminated else resolver will discard/breakSchanzenbach, Martin2019-10-05
|
* change defineSchanzenbach, Martin2019-10-05
|
* global reindent, now with uncrustify hook enabledChristian Grothoff2019-10-05
|
* reduce scopeChristian Grothoff2019-10-05
|
* reduce scopeChristian Grothoff2019-10-05
|
* reduce scopeChristian Grothoff2019-10-05
|
* reduce scopeChristian Grothoff2019-10-05
|
* style fixChristian Grothoff2019-10-05
|
* intendationSchanzenbach, Martin2019-10-03
|
* GNS: preparing protocol change in GNS for v12Schanzenbach, Martin2019-10-03
|
* handle arm -s completion nicely via signaling pipeChristian Grothoff2019-09-28
|
* do not attempt name resolution or terminating a peer in gnunet-arm if the ↵Christian Grothoff2019-09-27
| | | | peer is not running
* implementing GNUNET_CLIENT_test() to check for service operatingChristian Grothoff2019-09-27
|
* indentChristian Grothoff2019-09-27
|
* print service summaryFlorian Dold2019-09-24
|
* add stopping stateFlorian Dold2019-09-24
|
* implement extended status information for armFlorian Dold2019-09-24
|
* docs: fix typo 'priviledge'→'privilege'grindhold2019-09-21
|
* indentingChristian Grothoff2019-09-19
|
* gracely handle missing PKCE params in token requestSchanzenbach, Martin2019-09-17
|
* do not indent labelsChristian Grothoff2019-09-16
|
* reindentationChristian Grothoff2019-09-16
|
* reindentationChristian Grothoff2019-09-16
|
* reindentationChristian Grothoff2019-09-16
|
* remove CYGWIN codeblocks, drop vendored Windows openvpn, drop win32 specific ↵ng02019-09-10
| | | | | | | | | files. configures and builds okay. testsuite wasn't checked, will be checked. diff including the plibc removal is now around 14370 lines of code less.
* Remove win32 and cygwin supportng02019-09-09
|
* typong02019-09-09
|
* STAT->statng02019-09-09
|
* typong02019-09-09
|
* util/disk.c: fix failure to buildng02019-09-09
|
* plibc: win32 related, socketng02019-09-09
|
* plibc removal: gns/w32nsp.c: sockets.ng02019-09-09
|
* plibc removal: sscanf, win32 socket correctionsng02019-09-09
|
* plibc removal: ACCESS->accessng02019-09-09
|
* plibc removal (CLOSE->close)ng02019-09-09
|
* plibc removal: STRUCT_STAT64ng02019-09-09
|
* uncrustify as demanded.ng02019-09-08
|
* updateSchanzenbach, Martin2019-09-08
|
* Make services localizableAlessio Vanni2019-09-07
| | | | Signed-off-by: Christian Grothoff <christian@grothoff.org>
* gnunet-bcd: OPEN->openng02019-09-07
|
* util/disk.c: STAT64->stat64ng02019-09-07
|
* fix variable names renamed by search and replace.ng02019-09-07
|