Home
last modified time | relevance | path

Searched refs:group_readable (Results 1 – 11 of 11) sorted by relevance

/dports/security/py-txtorcon/txtorcon-21.1.0/txtorcon/
H A Donion.py175 group_readable=False, argument
214 …esystemOnionService(config, hsdir, processed_ports, version=version, group_readable=group_readable)
272 self._group_readable = group_readable
359 def group_readable(self): member in FilesystemOnionService
379 and self.group_readable:
1037 def group_readable(self): member in FilesystemAuthenticatedOnionServiceClient
1038 return self._parent.group_readable
1086 group_readable=False, argument
1125 group_readable=group_readable,
1191 def group_readable(self): member in FilesystemAuthenticatedOnionService
[all …]
H A Dcontroller.py832 def create_filesystem_onion_endpoint(self, port, hs_dir, group_readable=False, version=None): argument
863 group_readable=int(group_readable),
868 …def create_filesystem_authenticated_onion_endpoint(self, port, hs_dir, auth, group_readable=False,… argument
903 group_readable=int(group_readable),
1057 group_readable=False, argument
1109 group_readable=group_readable,
H A Dendpoints.py366 group_readable=False, argument
466 self.group_readable = group_readable
638 group_readable=self.group_readable,
648 group_readable=self.group_readable,
H A Dtorconfig.py276 auth=[], ver=2, group_readable=0): argument
297 self.group_readable = group_readable
403 and self.group_readable:
/dports/security/py-txtorcon/txtorcon-21.1.0/examples/
H A Dweb_onion_service_filesystem.py48 group_readable=True,
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/app/config/
H A Dconfig.h186 int cookie_len, int group_readable,
H A Dconfig.c1346 int group_readable, in check_and_create_data_directory() argument
1351 if (group_readable) in check_and_create_data_directory()
1364 if (group_readable) { in check_and_create_data_directory()
7453 int cookie_len, int group_readable, in init_cookie_authentication() argument
7486 if (group_readable) { in init_cookie_authentication()
7492 (void) group_readable; in init_cookie_authentication()
/dports/security/tor/tor-0.4.6.8/src/app/config/
H A Dconfig.h186 int cookie_len, int group_readable,
H A Dconfig.c1341 int group_readable, in check_and_create_data_directory() argument
1346 if (group_readable) in check_and_create_data_directory()
1359 if (group_readable) { in check_and_create_data_directory()
7354 int cookie_len, int group_readable, in init_cookie_authentication() argument
7387 if (group_readable) { in init_cookie_authentication()
7393 (void) group_readable; in init_cookie_authentication()
/dports/security/py-txtorcon/txtorcon-21.1.0/test/
H A Dtest_onion.py1108 client.group_readable
H A Dtest_torconfig.py1055 group_readable=True,