aboutsummaryrefslogtreecommitdiff
path: root/src/identity/gnunet-service-identity.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/identity/gnunet-service-identity.c')
-rw-r--r--src/identity/gnunet-service-identity.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/identity/gnunet-service-identity.c b/src/identity/gnunet-service-identity.c
index 98b5bde45..b509e7e9a 100644
--- a/src/identity/gnunet-service-identity.c
+++ b/src/identity/gnunet-service-identity.c
@@ -127,6 +127,7 @@ get_ego_filename (struct Ego *ego)
127 return filename; 127 return filename;
128} 128}
129 129
130
130/** 131/**
131 * Called whenever a client is disconnected. 132 * Called whenever a client is disconnected.
132 * 133 *
@@ -159,6 +160,7 @@ client_connect_cb (void *cls,
159 return client; 160 return client;
160} 161}
161 162
163
162/** 164/**
163 * Task run during shutdown. 165 * Task run during shutdown.
164 * 166 *
@@ -521,6 +523,7 @@ key_cmp (const struct GNUNET_CRYPTO_EcdsaPrivateKey *pk1,
521 return GNUNET_memcmp (pk1, pk2); 523 return GNUNET_memcmp (pk1, pk2);
522} 524}
523 525
526
524/** 527/**
525 * Checks a #GNUNET_MESSAGE_TYPE_IDENTITY_SET_DEFAULT message 528 * Checks a #GNUNET_MESSAGE_TYPE_IDENTITY_SET_DEFAULT message
526 * 529 *
@@ -557,6 +560,7 @@ check_set_default_message (void *cls, const struct SetDefaultMessage *msg)
557 return GNUNET_OK; 560 return GNUNET_OK;
558} 561}
559 562
563
560/** 564/**
561 * Handler for SET_DEFAULT message from client, updates 565 * Handler for SET_DEFAULT message from client, updates
562 * default identity for some service. 566 * default identity for some service.
@@ -629,6 +633,7 @@ notify_listeners (struct Ego *ego)
629 GNUNET_free (um); 633 GNUNET_free (um);
630} 634}
631 635
636
632/** 637/**
633 * Checks a #GNUNET_MESSAGE_TYPE_IDENTITY_CREATE message 638 * Checks a #GNUNET_MESSAGE_TYPE_IDENTITY_CREATE message
634 * 639 *
@@ -665,6 +670,7 @@ check_create_message (void *cls, const struct CreateRequestMessage *msg)
665 return GNUNET_OK; 670 return GNUNET_OK;
666} 671}
667 672
673
668/** 674/**
669 * Handler for CREATE message from client, creates 675 * Handler for CREATE message from client, creates
670 * new identity. 676 * new identity.
@@ -765,6 +771,7 @@ handle_ego_rename (void *cls, const char *section)
765 GNUNET_free (id); 771 GNUNET_free (id);
766} 772}
767 773
774
768/** 775/**
769 * Checks a #GNUNET_MESSAGE_TYPE_IDENTITY_RENAME message 776 * Checks a #GNUNET_MESSAGE_TYPE_IDENTITY_RENAME message
770 * 777 *
@@ -916,6 +923,7 @@ handle_ego_delete (void *cls, const char *section)
916 GNUNET_free (id); 923 GNUNET_free (id);
917} 924}
918 925
926
919/** 927/**
920 * Checks a #GNUNET_MESSAGE_TYPE_IDENTITY_DELETE message 928 * Checks a #GNUNET_MESSAGE_TYPE_IDENTITY_DELETE message
921 * 929 *