aboutsummaryrefslogtreecommitdiff
path: root/src/escrow
Commit message (Expand)AuthorAge
* update REST APIjospaeth2020-09-13
* update REST APIjospaeth2020-09-10
* update REST API, return individual anchor partsjospaeth2020-09-10
* fix wrong json_decref()jospaeth2020-09-09
* fix response code for error casejospaeth2020-09-09
* fix includes, don't depend on "../identity/identity.h"jospaeth2020-09-07
* change request type for verify to POSTjospaeth2020-09-06
* add escrow REST pluginjospaeth2020-09-06
* fix status updatejospaeth2020-09-05
* format and interpret status information at gnunet-escrowjospaeth2020-09-04
* fix -G usage in testsjospaeth2020-09-04
* fix implementation of escrow STATUSjospaeth2020-09-04
* add config param for GNS share expiration timejospaeth2020-09-04
* don't maintain a plugin's ego list when cleaning upjospaeth2020-09-04
* fix anchor string parsingjospaeth2020-09-03
* fix error handling in ESCROW_get_escrow_status()jospaeth2020-09-02
* fix GNUNET_ESCROW_cancel()jospaeth2020-09-02
* ESCROW_get() does not need method (as it is stored in anchor)jospaeth2020-09-02
* minor improvementsjospaeth2020-09-02
* fix struct name in the escrow plugin exit pointsjospaeth2020-09-02
* use anchor struct in restore_private_key()jospaeth2020-09-02
* remove logging of private keysjospaeth2020-09-02
* rename escrowAnchor to anchorjospaeth2020-09-02
* add explanation for the anchor stringjospaeth2020-09-02
* remove unused methodsjospaeth2020-09-02
* change structure of struct GNUNET_ESCROW_Anchorjospaeth2020-09-01
* simplify strncmp to strcmpjospaeth2020-08-30
* minor naming fixjospaeth2020-08-30
* refactor anchor_string_to_data and anchor_data_to_string in the pluginsjospaeth2020-08-29
* add egoName to the escrow anchor,jospaeth2020-08-29
* improve outputs of clijospaeth2020-08-28
* add verification result for missing sharesjospaeth2020-08-23
* add timeout to GNS lookupjospaeth2020-08-21
* add note for the uniqueness of the GNS userSecretjospaeth2020-08-21
* fix gns escrow testjospaeth2020-08-19
* fix pk struct in plaintext plugin operationjospaeth2020-08-19
* implement GNS escrow verify and restorejospaeth2020-08-18
* schedule execution now, no need to waitjospaeth2020-08-17
* fix failing assertion at namestorejospaeth2020-08-17
* fix some const issuesjospaeth2020-08-17
* begin implementation of gns verify and restorejospaeth2020-08-15
* add gnsrecord plugin for escrowjospaeth2020-08-15
* delay gns escrow until plugin is intialized, fixesjospaeth2020-08-15
* fix some bugs in gns escrow, add pk derivationjospaeth2020-08-14
* finish escrow put for GNSjospaeth2020-08-12
* some error messagesjospaeth2020-08-10
* continue start_gns_escrow, add user secret stringjospaeth2020-08-10
* GNS escrowjospaeth2020-08-09
* store escrow status to configjospaeth2020-08-08
* begin implementation of the GNS escrowjospaeth2020-08-08