Tor  0.4.7.0-alpha-dev
nodelist.h
Go to the documentation of this file.
1 /* Copyright (c) 2001 Matej Pfajfar.
2  * Copyright (c) 2001-2004, Roger Dingledine.
3  * Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
4  * Copyright (c) 2007-2021, The Tor Project, Inc. */
5 /* See LICENSE for licensing information */
6 
7 /**
8  * \file nodelist.h
9  * \brief Header file for nodelist.c.
10  **/
11 
12 #ifndef TOR_NODELIST_H
13 #define TOR_NODELIST_H
14 
17 
18 #define node_assert_ok(n) STMT_BEGIN { \
19  tor_assert((n)->ri || (n)->rs); \
20  } STMT_END
21 
22 MOCK_DECL(node_t *, node_get_mutable_by_id,(const char *identity_digest));
23 MOCK_DECL(const node_t *, node_get_by_id, (const char *identity_digest));
25  const struct ed25519_public_key_t *ed_id);
27  (const struct ed25519_public_key_t *ed_id));
28 
29 #define NNF_NO_WARN_UNNAMED (1u<<0)
30 
31 const node_t *node_get_by_hex_id(const char *identity_digest,
32  unsigned flags);
38 bool nodelist_reentry_contains(const tor_addr_t *addr, uint16_t port);
40  uint16_t or_port, uint16_t dir_port);
41 
42 void nodelist_remove_microdesc(const char *identity_digest, microdesc_t *md);
44 void nodelist_purge(void);
46 
47 void nodelist_free_all(void);
48 void nodelist_assert_ok(void);
49 
51  (const char *nickname, unsigned flags));
52 void node_get_verbose_nickname(const node_t *node,
53  char *verbose_name_out);
54 void node_get_verbose_nickname_by_id(const char *id_digest,
55  char *verbose_name_out);
56 int node_is_dir(const node_t *node);
57 int node_is_good_exit(const node_t *node);
58 int node_has_any_descriptor(const node_t *node);
60  int for_direct_connect);
61 int node_get_purpose(const node_t *node);
62 #define node_is_bridge(node) \
63  (node_get_purpose((node)) == ROUTER_PURPOSE_BRIDGE)
64 int node_is_me(const node_t *node);
65 int node_exit_policy_rejects_all(const node_t *node);
66 int node_exit_policy_is_exact(const node_t *node, sa_family_t family);
68 int node_allows_single_hop_exits(const node_t *node);
69 const char *node_get_nickname(const node_t *node);
70 const char *node_get_platform(const node_t *node);
71 void node_get_address_string(const node_t *node, char *cp, size_t len);
72 long node_get_declared_uptime(const node_t *node);
74  (const node_t *node));
75 int node_ed25519_id_matches(const node_t *node,
76  const struct ed25519_public_key_t *id);
78  (const node_t *node,
79  bool compatible_with_us));
80 bool node_supports_v3_hsdir(const node_t *node);
81 bool node_supports_ed25519_hs_intro(const node_t *node);
86  bool need_canonical_ipv6_conn);
87 
88 const uint8_t *node_get_rsa_id_digest(const node_t *node);
89 MOCK_DECL(smartlist_t *,node_get_link_specifier_smartlist,(const node_t *node,
90  bool direct_conn));
91 void link_specifier_smartlist_free_(smartlist_t *ls_list);
92 #define link_specifier_smartlist_free(ls_list) \
93  FREE_AND_NULL(smartlist_t, link_specifier_smartlist_free_, (ls_list))
94 
95 int node_has_ipv6_addr(const node_t *node);
96 int node_has_ipv6_orport(const node_t *node);
97 int node_has_ipv6_dirport(const node_t *node);
98 /* Deprecated - use node_ipv6_or_preferred or node_ipv6_dir_preferred */
99 #define node_ipv6_preferred(node) node_ipv6_or_preferred(node)
100 int node_ipv6_or_preferred(const node_t *node);
101 void node_get_prim_orport(const node_t *node, tor_addr_port_t *ap_out);
102 void node_get_pref_orport(const node_t *node, tor_addr_port_t *ap_out);
103 void node_get_pref_ipv6_orport(const node_t *node, tor_addr_port_t *ap_out);
104 int node_ipv6_dir_preferred(const node_t *node);
105 void node_get_prim_dirport(const node_t *node, tor_addr_port_t *ap_out);
106 void node_get_pref_dirport(const node_t *node, tor_addr_port_t *ap_out);
107 void node_get_pref_ipv6_dirport(const node_t *node, tor_addr_port_t *ap_out);
108 int node_has_curve25519_onion_key(const node_t *node);
110  const node_t *node);
111 crypto_pk_t *node_get_rsa_onion_key(const node_t *node);
112 
113 MOCK_DECL(const smartlist_t *, nodelist_get_list, (void));
114 
115 /* Temporary during transition to multiple addresses. */
116 void node_get_addr(const node_t *node, tor_addr_t *addr_out);
117 
118 void nodelist_refresh_countries(void);
119 void node_set_country(node_t *node);
120 void nodelist_add_node_and_family(smartlist_t *nodes, const node_t *node);
121 int nodes_in_same_family(const node_t *node1, const node_t *node2);
122 
123 const node_t *router_find_exact_exit_enclave(const char *address,
124  uint16_t port);
125 int node_is_unreliable(const node_t *router, int need_uptime,
126  int need_capacity, int need_guard);
127 int router_exit_policy_all_nodes_reject(const tor_addr_t *addr, uint16_t port,
128  int need_uptime);
129 void router_set_status(const char *digest, int up);
131  const tor_addr_t *a2);
132 
133 /** router_have_minimum_dir_info tests to see if we have enough
134  * descriptor information to create circuits.
135  * If there are exits in the consensus, we wait until we have enough
136  * info to create exit paths before creating any circuits. If there are
137  * no exits in the consensus, we wait for enough info to create internal
138  * paths, and should avoid creating exit paths, as they will simply fail.
139  * We make sure we create all available circuit types at the same time. */
141 
142 /** Set to CONSENSUS_PATH_EXIT if there is at least one exit node
143  * in the consensus. We update this flag in compute_frac_paths_available if
144  * there is at least one relay that has an Exit flag in the consensus.
145  * Used to avoid building exit circuits when they will almost certainly fail.
146  * Set to CONSENSUS_PATH_INTERNAL if there are no exits in the consensus.
147  * (This situation typically occurs during bootstrap of a test network.)
148  * Set to CONSENSUS_PATH_UNKNOWN if we have never checked, or have
149  * reason to believe our last known value was invalid or has expired.
150  */
151 typedef enum {
152  /* we haven't checked yet, or we have invalidated our previous check */
153  CONSENSUS_PATH_UNKNOWN = -1,
154  /* The consensus only has internal relays, and we should only
155  * create internal paths, circuits, streams, ... */
156  CONSENSUS_PATH_INTERNAL = 0,
157  /* The consensus has at least one exit, and can therefore (potentially)
158  * create exit and internal paths, circuits, streams, ... */
159  CONSENSUS_PATH_EXIT = 1
161 
163 
164 void router_dir_info_changed(void);
165 const char *get_dir_info_status_string(void);
167 
168 #ifdef NODELIST_PRIVATE
169 
170 STATIC int node_nickname_matches(const node_t *node, const char *nickname);
172  const node_t *node);
173 STATIC int node_family_contains(const node_t *n1, const node_t *n2);
174 STATIC bool node_has_declared_family(const node_t *node);
175 STATIC void node_lookup_declared_family(smartlist_t *out, const node_t *node);
176 
177 #ifdef TOR_UNIT_TESTS
178 
179 STATIC void node_set_hsdir_index(node_t *node, const networkstatus_t *ns);
180 
181 #endif /* defined(TOR_UNIT_TESTS) */
182 
183 #endif /* defined(NODELIST_PRIVATE) */
184 
185 MOCK_DECL(int, get_estimated_address_per_node, (void));
186 
187 #endif /* !defined(TOR_NODELIST_H) */
uint16_t sa_family_t
Definition: inaddr_st.h:77
const node_t * node_get_by_ed25519_id(const ed25519_public_key_t *ed_id)
Definition: nodelist.c:234
STATIC void node_lookup_declared_family(smartlist_t *out, const node_t *node)
Definition: nodelist.c:2174
STATIC int node_in_nickname_smartlist(const smartlist_t *lst, const node_t *node)
Definition: nodelist.c:2127
node_t * node_get_mutable_by_ed25519_id(const ed25519_public_key_t *ed_id)
Definition: nodelist.c:210
int node_ed25519_id_matches(const node_t *node, const ed25519_public_key_t *id)
Definition: nodelist.c:1195
STATIC bool node_has_declared_family(const node_t *node)
Definition: nodelist.c:2154
STATIC int node_nickname_matches(const node_t *node, const char *nickname)
Definition: nodelist.c:2115
STATIC int node_family_contains(const node_t *n1, const node_t *n2)
Definition: nodelist.c:2139
void node_get_pref_orport(const node_t *node, tor_addr_port_t *ap_out)
Definition: nodelist.c:1842
bool node_supports_establish_intro_dos_extension(const node_t *node)
Definition: nodelist.c:1286
void node_get_prim_orport(const node_t *node, tor_addr_port_t *ap_out)
Definition: nodelist.c:1821
int nodelist_probably_contains_address(const tor_addr_t *addr)
Definition: nodelist.c:548
void node_get_verbose_nickname_by_id(const char *id_digest, char *verbose_name_out)
Definition: nodelist.c:1553
node_t * node_get_mutable_by_id(const char *identity_digest)
Definition: nodelist.c:197
const struct curve25519_public_key_t * node_get_curve25519_onion_key(const node_t *node)
Definition: nodelist.c:2016
const char * node_get_platform(const node_t *node)
Definition: nodelist.c:1722
void nodelist_free_all(void)
Definition: nodelist.c:923
void node_get_address_string(const node_t *node, char *cp, size_t len)
Definition: nodelist.c:1698
void nodelist_refresh_countries(void)
Definition: nodelist.c:2083
void router_dir_info_changed(void)
Definition: nodelist.c:2470
int node_is_good_exit(const node_t *node)
Definition: nodelist.c:794
const smartlist_t * nodelist_get_list(void)
Definition: nodelist.c:1047
int node_exit_policy_is_exact(const node_t *node, sa_family_t family)
Definition: nodelist.c:1596
int router_addrs_in_same_network(const tor_addr_t *a1, const tor_addr_t *a2)
Definition: nodelist.c:2093
bool node_supports_accepting_ipv6_extends(const node_t *node, bool need_canonical_ipv6_conn)
Definition: nodelist.c:1324
smartlist_t * node_get_all_orports(const node_t *node)
Definition: nodelist.c:1635
void node_get_pref_dirport(const node_t *node, tor_addr_port_t *ap_out)
Definition: nodelist.c:1945
int node_has_preferred_descriptor(const node_t *node, int for_direct_connect)
Definition: nodelist.c:1500
smartlist_t * nodelist_find_nodes_with_microdesc(const microdesc_t *md)
Definition: nodelist.c:863
int node_is_me(const node_t *node)
Definition: nodelist.c:1735
const char * node_get_nickname(const node_t *node)
Definition: nodelist.c:1450
int node_has_any_descriptor(const node_t *node)
Definition: nodelist.c:1487
void nodelist_purge(void)
Definition: nodelist.c:894
int node_is_dir(const node_t *node)
Definition: nodelist.c:1464
bool node_supports_v3_rendezvous_point(const node_t *node)
Definition: nodelist.c:1271
void node_get_prim_dirport(const node_t *node, tor_addr_port_t *ap_out)
Definition: nodelist.c:1922
bool node_supports_ed25519_link_authentication(const node_t *node, bool compatible_with_us)
Definition: nodelist.c:1235
bool node_supports_v3_hsdir(const node_t *node)
Definition: nodelist.c:1251
int node_ipv6_dir_preferred(const node_t *node)
Definition: nodelist.c:1899
int router_exit_policy_all_nodes_reject(const tor_addr_t *addr, uint16_t port, int need_uptime)
Definition: nodelist.c:2350
long node_get_declared_uptime(const node_t *node)
Definition: nodelist.c:1712
const node_t * node_get_by_nickname(const char *nickname, unsigned flags)
Definition: nodelist.c:1085
node_t * nodelist_set_routerinfo(routerinfo_t *ri, routerinfo_t **ri_old_out)
Definition: nodelist.c:579
const struct ed25519_public_key_t * node_get_ed25519_id(const node_t *node)
Definition: nodelist.c:1150
int node_is_unreliable(const node_t *router, int need_uptime, int need_capacity, int need_guard)
Definition: nodelist.c:2335
consensus_path_type_t router_have_consensus_path(void)
Definition: nodelist.c:2460
void nodelist_add_addr_to_address_set(const tor_addr_t *addr, uint16_t or_port, uint16_t dir_port)
Definition: nodelist.c:525
const node_t * router_find_exact_exit_enclave(const char *address, uint16_t port)
Definition: nodelist.c:2307
int node_allows_single_hop_exits(const node_t *node)
Definition: nodelist.c:1568
int node_get_purpose(const node_t *node)
Definition: nodelist.c:1521
void node_get_pref_ipv6_dirport(const node_t *node, tor_addr_port_t *ap_out)
Definition: nodelist.c:1960
void nodelist_set_consensus(const networkstatus_t *ns)
Definition: nodelist.c:689
bool nodelist_reentry_contains(const tor_addr_t *addr, uint16_t port)
Definition: nodelist.c:562
consensus_path_type_t
Definition: nodelist.h:151
void nodelist_add_node_and_family(smartlist_t *nodes, const node_t *node)
Definition: nodelist.c:2242
void nodelist_remove_microdesc(const char *identity_digest, microdesc_t *md)
Definition: nodelist.c:809
const node_t * node_get_by_id(const char *identity_digest)
Definition: nodelist.c:226
void node_set_country(node_t *node)
Definition: nodelist.c:2062
const node_t * node_get_by_hex_id(const char *identity_digest, unsigned flags)
Definition: nodelist.c:1058
const uint8_t * node_get_rsa_id_digest(const node_t *node)
Definition: nodelist.c:1346
int node_ipv6_or_preferred(const node_t *node)
Definition: nodelist.c:1791
void nodelist_remove_routerinfo(routerinfo_t *ri)
Definition: nodelist.c:823
void nodelist_ensure_freshness(const networkstatus_t *ns)
Definition: nodelist.c:1026
void node_get_addr(const node_t *node, tor_addr_t *addr_out)
Definition: nodelist.c:1672
const char * get_dir_info_status_string(void)
Definition: nodelist.c:2480
node_t * nodelist_add_microdesc(microdesc_t *md)
Definition: nodelist.c:635
int count_loading_descriptors_progress(void)
Definition: nodelist.c:2770
void node_get_verbose_nickname(const node_t *node, char *verbose_name_out)
Definition: nodelist.c:1533
bool node_supports_initiating_ipv6_extends(const node_t *node)
Definition: nodelist.c:1303
void node_get_pref_ipv6_orport(const node_t *node, tor_addr_port_t *ap_out)
Definition: nodelist.c:1857
int nodes_in_same_family(const node_t *node1, const node_t *node2)
Definition: nodelist.c:2195
int node_has_curve25519_onion_key(const node_t *node)
Definition: nodelist.c:2009
int router_have_minimum_dir_info(void)
Definition: nodelist.c:2427
void nodelist_assert_ok(void)
Definition: nodelist.c:949
int node_exit_policy_rejects_all(const node_t *node)
Definition: nodelist.c:1579
bool node_supports_ed25519_hs_intro(const node_t *node)
Definition: nodelist.c:1261
void router_set_status(const char *digest, int up)
Definition: nodelist.c:2371
Definition: node_st.h:34
#define STATIC
Definition: testsupport.h:32
#define MOCK_DECL(rv, funcname, arglist)
Definition: testsupport.h:127