80#include "trunnel/conflux.h"
81#include "core/or/dos.h"
133#ifdef HAVE_SYS_STAT_H
136#ifdef HAVE_SYS_PARAM_H
137#include <sys/param.h>
165# if defined(__COVERITY__) && !defined(__INCLUDE_LEVEL__)
169# define __INCLUDE_LEVEL__ 2
171#include <systemd/sd-daemon.h>
175static const char unix_socket_prefix[] =
"unix:";
178static const char unix_q_socket_prefix[] =
"unix:\"";
181#define MIN_CONSTRAINED_TCP_BUFFER 2048
182#define MAX_CONSTRAINED_TCP_BUFFER 262144
187#define DOWNLOAD_SCHEDULE(name) \
188 { (#name "DownloadSchedule"), (#name "DownloadInitialDelay"), 0, 1 }
190#define DOWNLOAD_SCHEDULE(name) { NULL, NULL, 0, 1 }
199 PLURAL(AuthDirMiddleOnlyCC),
205 PLURAL(HiddenServiceNode),
206 PLURAL(HiddenServiceExcludeNode),
209 PLURAL(RecommendedPackage),
215 {
"AllowUnverifiedNodes",
"AllowInvalidNodes", 0, 0},
216 {
"AutomapHostSuffixes",
"AutomapHostsSuffixes", 0, 0},
217 {
"AutomapHostOnResolve",
"AutomapHostsOnResolve", 0, 0},
218 {
"BandwidthRateBytes",
"BandwidthRate", 0, 0},
219 {
"BandwidthBurstBytes",
"BandwidthBurst", 0, 0},
220 {
"DirFetchPostPeriod",
"StatusFetchPeriod", 0, 0},
221 {
"DirServer",
"DirAuthority", 0, 0},
222 {
"MaxConn",
"ConnLimit", 0, 1},
223 {
"MaxMemInCellQueues",
"MaxMemInQueues", 0, 0},
224 {
"ORBindAddress",
"ORListenAddress", 0, 0},
225 {
"DirBindAddress",
"DirListenAddress", 0, 0},
226 {
"SocksBindAddress",
"SocksListenAddress", 0, 0},
227 {
"UseHelperNodes",
"UseEntryGuards", 0, 0},
228 {
"NumHelperNodes",
"NumEntryGuards", 0, 0},
229 {
"UseEntryNodes",
"UseEntryGuards", 0, 0},
230 {
"NumEntryNodes",
"NumEntryGuards", 0, 0},
231 {
"ResolvConf",
"ServerDNSResolvConfFile", 0, 1},
232 {
"SearchDomains",
"ServerDNSSearchDomains", 0, 1},
233 {
"ServerDNSAllowBrokenResolvConf",
"ServerDNSAllowBrokenConfig", 0, 0},
234 {
"PreferTunnelledDirConns",
"PreferTunneledDirConns", 0, 0},
235 {
"BridgeAuthoritativeDirectory",
"BridgeAuthoritativeDir", 0, 0},
236 {
"HashedControlPassword",
"__HashedControlSessionPassword", 1, 0},
237 {
"VirtualAddrNetwork",
"VirtualAddrNetworkIPv4", 0, 0},
238 {
"SocksSocketsGroupWritable",
"UnixSocksGroupWritable", 0, 1},
239 {
"_HSLayer2Nodes",
"HSLayer2Nodes", 0, 1 },
240 {
"_HSLayer3Nodes",
"HSLayer3Nodes", 0, 1 },
263#define VAR(varname,conftype,member,initvalue) \
264 CONFIG_VAR_ETYPE(or_options_t, varname, conftype, member, 0, initvalue)
267#define VAR_D(varname,conftype,member,initvalue) \
268 CONFIG_VAR_DEFN(or_options_t, varname, conftype, member, 0, initvalue)
270#define VAR_NODUMP(varname,conftype,member,initvalue) \
271 CONFIG_VAR_ETYPE(or_options_t, varname, conftype, member, \
272 CFLG_NODUMP, initvalue)
273#define VAR_NODUMP_IMMUTABLE(varname,conftype,member,initvalue) \
274 CONFIG_VAR_ETYPE(or_options_t, varname, conftype, member, \
275 CFLG_NODUMP | CFLG_IMMUTABLE, initvalue)
276#define VAR_INVIS(varname,conftype,member,initvalue) \
277 CONFIG_VAR_ETYPE(or_options_t, varname, conftype, member, \
278 CFLG_NODUMP | CFLG_NOSET | CFLG_NOLIST, initvalue)
280#define V(member,conftype,initvalue) \
281 VAR(#member, conftype, member, initvalue)
283#define VAR_IMMUTABLE(varname, conftype, member, initvalue) \
284 CONFIG_VAR_ETYPE(or_options_t, varname, conftype, member, \
285 CFLG_IMMUTABLE, initvalue)
287#define V_IMMUTABLE(member,conftype,initvalue) \
288 VAR_IMMUTABLE(#member, conftype, member, initvalue)
291#define V_D(member,type,initvalue) \
292 VAR_D(#member, type, member, initvalue)
295#define OBSOLETE(varname) CONFIG_VAR_OBSOLETE(varname)
304#define VPORT(member) \
305 VAR(#member "Lines", LINELIST_V, member ## _lines, NULL), \
306 VAR(#member, LINELIST_S, member ## _lines, NULL), \
307 VAR_NODUMP("__" #member, LINELIST_S, member ## _lines, NULL)
310#define UINT64_MAX_STRING "18446744073709551615"
317 V(AccountingMax, MEMUNIT,
"0 bytes"),
318 VAR(
"AccountingRule", STRING, AccountingRule_option,
"max"),
319 V(AccountingStart, STRING, NULL),
320 V(Address, LINELIST, NULL),
321 V(AddressDisableIPv6, BOOL,
"0"),
324 V(AllowNonRFC953Hostnames, BOOL,
"0"),
327 V(AlternateBridgeAuthority, LINELIST, NULL),
328 V(AlternateDirAuthority, LINELIST, NULL),
330 V(AssumeReachable, BOOL,
"0"),
331 V(AssumeReachableIPv6, AUTOBOOL,
"auto"),
334 V(AuthDirBadExit, LINELIST, NULL),
335 V(AuthDirBadExitCCs, CSV,
""),
336 V(AuthDirInvalid, LINELIST, NULL),
337 V(AuthDirInvalidCCs, CSV,
""),
338 V(AuthDirMiddleOnly, LINELIST, NULL),
339 V(AuthDirMiddleOnlyCCs, CSV,
""),
340 V(AuthDirReject, LINELIST, NULL),
341 V(AuthDirRejectCCs, CSV,
""),
344 OBSOLETE(
"AuthDirMaxServersPerAuthAddr"),
345 V(AuthDirSupport048Clients, BOOL,
"0"),
346 VAR(
"AuthoritativeDirectory", BOOL, AuthoritativeDir,
"0"),
347 V(AutomapHostsOnResolve, BOOL,
"0"),
348 V(AutomapHostsSuffixes, CSV,
".onion,.exit"),
349 V(AvoidDiskWrites, BOOL,
"0"),
350 V(BandwidthBurst, MEMUNIT,
"1 GB"),
351 V(BandwidthRate, MEMUNIT,
"1 GB"),
352 V(BridgeAuthoritativeDir, BOOL,
"0"),
353 VAR(
"Bridge", LINELIST, Bridges, NULL),
354 V(BridgePassword, STRING, NULL),
355 V(BridgeRecordUsageByCountry, BOOL,
"1"),
356 V(BridgeRelay, BOOL,
"0"),
357 V(BridgeDistribution, STRING, NULL),
358 VAR_IMMUTABLE(
"CacheDirectory",FILENAME, CacheDirectory_option, NULL),
359 V(CacheDirectoryGroupReadable, AUTOBOOL,
"auto"),
360 V(CellStatistics, BOOL,
"0"),
361 V(PaddingStatistics, BOOL,
"1"),
362 V(OverloadStatistics, BOOL,
"1"),
363 V(LearnCircuitBuildTimeout, BOOL,
"1"),
364 V(CircuitBuildTimeout, INTERVAL,
"0"),
366 V(CircuitsAvailableTimeout, INTERVAL,
"0"),
367 V(CircuitStreamTimeout, INTERVAL,
"0"),
368 V(CircuitPriorityHalflife, DOUBLE,
"-1.0"),
369 V(ClientDNSRejectInternalAddresses, BOOL,
"1"),
370#if defined(HAVE_MODULE_RELAY) || defined(TOR_UNIT_TESTS)
372 V(ClientOnly, BOOL,
"0"),
375 V(ClientOnly, BOOL,
"1"),
377 V(ClientPreferIPv6ORPort, AUTOBOOL,
"auto"),
378 V(ClientPreferIPv6DirPort, AUTOBOOL,
"auto"),
380 V(ClientRejectInternalAddresses, BOOL,
"1"),
381 V(ClientTransportPlugin, LINELIST, NULL),
382 V(ClientUseIPv6, BOOL,
"1"),
383 V(ClientUseIPv4, BOOL,
"1"),
384 V(CompiledProofOfWorkHash, AUTOBOOL,
"auto"),
385 V(ConfluxEnabled, AUTOBOOL,
"auto"),
386 VAR(
"ConfluxClientUX", STRING, ConfluxClientUX_option,
388 V(ConnLimit, POSINT,
"1000"),
389 V(ConnDirectionStatistics, BOOL,
"0"),
390 V(ConstrainedSockets, BOOL,
"0"),
391 V(ConstrainedSockSize, MEMUNIT,
"8192"),
392 V(ContactInfo, STRING, NULL),
395 V(ControlPortFileGroupReadable,BOOL,
"0"),
396 V(ControlPortWriteToFile, FILENAME, NULL),
397 V(ControlSocket, LINELIST, NULL),
398 V(ControlSocketsGroupWritable, BOOL,
"0"),
399 V(UnixSocksGroupWritable, BOOL,
"0"),
400 V(CookieAuthentication, BOOL,
"0"),
401 V(CookieAuthFileGroupReadable, BOOL,
"0"),
402 V(CookieAuthFile, FILENAME, NULL),
403 V(CountPrivateBandwidth, BOOL,
"0"),
404 VAR_IMMUTABLE(
"DataDirectory", FILENAME, DataDirectory_option, NULL),
405 V(DataDirectoryGroupReadable, BOOL,
"0"),
406 V(DisableOOSCheck, BOOL,
"1"),
407 V(DisableNetwork, BOOL,
"0"),
408 V(DirAllowPrivateAddresses, BOOL,
"0"),
410 V(DirPolicy, LINELIST, NULL),
412 V(DirPortFrontPage, FILENAME, NULL),
413 VAR(
"DirReqStatistics", BOOL, DirReqStatistics_option,
"1"),
414 VAR(
"DirAuthority", LINELIST, DirAuthorities, NULL),
415#if defined(HAVE_MODULE_RELAY) || defined(TOR_UNIT_TESTS)
417 V(DirCache, BOOL,
"1"),
420 V(DirCache, BOOL,
"0"),
429 V(DirAuthorityFallbackRate, DOUBLE,
"0.1"),
430 V_IMMUTABLE(DisableAllSwap, BOOL,
"0"),
431 V_IMMUTABLE(DisableDebuggerAttachment, BOOL,
"1"),
433 OBSOLETE(
"DisableV2DirectoryInfo_"),
437 V(DormantClientTimeout, INTERVAL,
"24 hours"),
438 V(DormantTimeoutEnabled, BOOL,
"1"),
439 V(DormantTimeoutDisabledByIdleStreams, BOOL,
"1"),
440 V(DormantOnFirstStartup, BOOL,
"0"),
441 V(DormantCanceledByStartup, BOOL,
"0"),
442 V(DownloadExtraInfo, BOOL,
"0"),
443 V(TestingEnableConnBwEvent, BOOL,
"0"),
444 V(TestingEnableCellStatsEvent, BOOL,
"0"),
445 OBSOLETE(
"TestingEnableTbEmptyEvent"),
446 V(EnforceDistinctSubnets, BOOL,
"1"),
447 V_D(EntryNodes, ROUTERSET, NULL),
448 V(EntryStatistics, BOOL,
"0"),
449 OBSOLETE(
"TestingEstimatedDescriptorPropagationTime"),
450 V_D(ExcludeNodes, ROUTERSET, NULL),
451 V_D(ExcludeExitNodes, ROUTERSET, NULL),
453 V_D(ExitNodes, ROUTERSET, NULL),
457 V_D(MiddleNodes, ROUTERSET, NULL),
458 V(ExitPolicy, LINELIST, NULL),
459 V(ExitPolicyRejectPrivate, BOOL,
"1"),
460 V(ExitPolicyRejectLocalInterfaces, BOOL,
"0"),
461 V(ExitPortStatistics, BOOL,
"0"),
462 V(ExtendAllowPrivateAddresses, BOOL,
"0"),
463 V(ExitRelay, AUTOBOOL,
"auto"),
465 V(ExtORPortCookieAuthFile, FILENAME, NULL),
466 V(ExtORPortCookieAuthFileGroupReadable, BOOL,
"0"),
467 V(ExtraInfoStatistics, BOOL,
"1"),
468 V(ExtendByEd25519ID, AUTOBOOL,
"auto"),
469 V(FallbackDir, LINELIST, NULL),
471 V(UseDefaultFallbackDirs, BOOL,
"1"),
473 OBSOLETE(
"FallbackNetworkstatusFile"),
474 VAR(
"FamilyId", LINELIST, FamilyId_lines, NULL),
475 VAR_IMMUTABLE(
"FamilyKeyDirectory",
476 FILENAME, FamilyKeyDirectory_option, NULL),
477 V(FascistFirewall, BOOL,
"0"),
478 V(FirewallPorts, CSV,
""),
480 V(FetchDirInfoEarly, BOOL,
"0"),
481 V(FetchDirInfoExtraEarly, BOOL,
"0"),
482 V(FetchServerDescriptors, BOOL,
"1"),
483 V(FetchHidServDescriptors, BOOL,
"1"),
484 V(FetchUselessDescriptors, BOOL,
"0"),
486 V(GeoIPExcludeUnknown, AUTOBOOL,
"auto"),
488 V(GeoIPFile, FILENAME,
"<default>"),
489 V(GeoIPv6File, FILENAME,
"<default>"),
490#elif defined(__ANDROID__)
495 V(GeoIPFile, FILENAME,
"/data/local/tmp/geoip"),
496 V(GeoIPv6File, FILENAME,
"/data/local/tmp/geoip6"),
498 V(GeoIPFile, FILENAME,
499 SHARE_DATADIR PATH_SEPARATOR
"tor" PATH_SEPARATOR
"geoip"),
500 V(GeoIPv6File, FILENAME,
501 SHARE_DATADIR PATH_SEPARATOR
"tor" PATH_SEPARATOR
"geoip6"),
504 V(GuardLifetime, INTERVAL,
"0 minutes"),
505 V(HeartbeatPeriod, INTERVAL,
"6 hours"),
506 V(MainloopStats, BOOL,
"0"),
507 V(HashedControlPassword, LINELIST, NULL),
509 OBSOLETE(
"HiddenServiceAuthorizeClient"),
511 VAR(
"HiddenServiceDir", LINELIST_S, RendConfigLines, NULL),
512 VAR(
"HiddenServiceDirGroupReadable", LINELIST_S, RendConfigLines, NULL),
513 VAR(
"HiddenServiceOptions",LINELIST_V, RendConfigLines, NULL),
514 VAR(
"HiddenServicePort", LINELIST_S, RendConfigLines, NULL),
515 VAR(
"HiddenServiceVersion",LINELIST_S, RendConfigLines, NULL),
516 VAR(
"HiddenServiceAllowUnknownPorts",LINELIST_S, RendConfigLines, NULL),
517 VAR(
"HiddenServiceMaxStreams",LINELIST_S, RendConfigLines, NULL),
518 VAR(
"HiddenServiceMaxStreamsCloseCircuit",LINELIST_S, RendConfigLines, NULL),
519 VAR(
"HiddenServiceNumIntroductionPoints", LINELIST_S, RendConfigLines, NULL),
520 VAR(
"HiddenServiceExportCircuitID", LINELIST_S, RendConfigLines, NULL),
521 VAR(
"HiddenServiceEnableIntroDoSDefense", LINELIST_S, RendConfigLines, NULL),
522 VAR(
"HiddenServiceEnableIntroDoSRatePerSec",
523 LINELIST_S, RendConfigLines, NULL),
524 VAR(
"HiddenServiceEnableIntroDoSBurstPerSec",
525 LINELIST_S, RendConfigLines, NULL),
526 VAR(
"HiddenServiceOnionBalanceInstance",
527 LINELIST_S, RendConfigLines, NULL),
528 VAR(
"HiddenServicePoWDefensesEnabled", LINELIST_S, RendConfigLines, NULL),
529 VAR(
"HiddenServicePoWQueueRate", LINELIST_S, RendConfigLines, NULL),
530 VAR(
"HiddenServicePoWQueueBurst", LINELIST_S, RendConfigLines, NULL),
531 VAR(
"HiddenServiceStatistics", BOOL, HiddenServiceStatistics_option,
"1"),
532 V(ClientOnionAuthDir, FILENAME, NULL),
533 OBSOLETE(
"CloseHSClientCircuitsImmediatelyOnTimeout"),
534 OBSOLETE(
"CloseHSServiceRendCircuitsImmediatelyOnTimeout"),
535 V_IMMUTABLE(HiddenServiceSingleHopMode, BOOL,
"0"),
536 V_IMMUTABLE(HiddenServiceNonAnonymousMode,BOOL,
"0"),
537 V(HTTPProxy, STRING, NULL),
538 V(HTTPProxyAuthenticator, STRING, NULL),
539 V(HTTPSProxy, STRING, NULL),
540 V(HTTPSProxyAuthenticator, STRING, NULL),
541 VPORT(HTTPTunnelPort),
542 V(IPv6Exit, BOOL,
"0"),
543 VAR(
"ServerTransportPlugin", LINELIST, ServerTransportPlugin, NULL),
544 V(ServerTransportListenAddr, LINELIST, NULL),
545 V(ServerTransportOptions, LINELIST, NULL),
546 V(SigningKeyLifetime, INTERVAL,
"30 days"),
547 V(Socks4Proxy, STRING, NULL),
548 V(Socks5Proxy, STRING, NULL),
549 V(Socks5ProxyUsername, STRING, NULL),
550 V(Socks5ProxyPassword, STRING, NULL),
551 V(TCPProxy, STRING, NULL),
552 VAR_IMMUTABLE(
"KeyDirectory", FILENAME, KeyDirectory_option, NULL),
553 V(KeyDirectoryGroupReadable, AUTOBOOL,
"auto"),
554 VAR_D(
"HSLayer2Nodes", ROUTERSET, HSLayer2Nodes, NULL),
555 VAR_D(
"HSLayer3Nodes", ROUTERSET, HSLayer3Nodes, NULL),
556 V(KeepalivePeriod, INTERVAL,
"5 minutes"),
557 V_IMMUTABLE(KeepBindCapabilities, AUTOBOOL,
"auto"),
558 VAR(
"Log", LINELIST, Logs, NULL),
559 V(LogMessageDomains, BOOL,
"0"),
560 V(LogTimeGranularity, MSEC_INTERVAL,
"1 second"),
561 V(TruncateLogFile, BOOL,
"0"),
562 V_IMMUTABLE(SyslogIdentityTag, STRING, NULL),
564 V(LongLivedPorts, CSV,
565 "21,22,706,1863,5050,5190,5222,5223,6523,6667,6697,8300"),
566 VAR(
"MapAddress", LINELIST, AddressMap, NULL),
567 V(MaxAdvertisedBandwidth, MEMUNIT,
"1 GB"),
568 V(MaxCircuitDirtiness, INTERVAL,
"10 minutes"),
569 V(MaxClientCircuitsPending, POSINT,
"32"),
570 V(MaxConsensusAgeForDiffs, INTERVAL,
"0 seconds"),
571 VAR(
"MaxMemInQueues", MEMUNIT, MaxMemInQueues_raw,
"0"),
572 VAR(
"MaxHSDirCacheBytes", MEMUNIT, MaxHSDirCacheBytes,
"0"),
574 V(MaxOnionQueueDelay, MSEC_INTERVAL,
"0"),
575 V(MaxUnparseableDescSizeToLog, MEMUNIT,
"10 MB"),
577 V(MetricsPortPolicy, LINELIST, NULL),
578 V(TestingMinTimeToReportBandwidth, INTERVAL,
"1 day"),
579 VAR(
"MyFamily", LINELIST, MyFamily_lines, NULL),
580 V(NewCircuitPeriod, INTERVAL,
"30 seconds"),
581 OBSOLETE(
"NamingAuthoritativeDirectory"),
584 V(Nickname, STRING, NULL),
585 OBSOLETE(
"PredictedPortsRelevanceTime"),
587 VAR(
"NodeFamily", LINELIST, NodeFamilies, NULL),
588 V_IMMUTABLE(NoExec, BOOL,
"0"),
589 V(NumCPUs, POSINT,
"0"),
590 V(NumDirectoryGuards, POSINT,
"0"),
591 V(NumEntryGuards, POSINT,
"0"),
592 V(NumPrimaryGuards, POSINT,
"0"),
593 V(OfflineMasterKey, BOOL,
"0"),
596 V(OutboundBindAddress, LINELIST, NULL),
597 V(OutboundBindAddressOR, LINELIST, NULL),
598 V(OutboundBindAddressExit, LINELIST, NULL),
599 V(OutboundBindAddressPT, LINELIST, NULL),
602 V(PathBiasCircThreshold, INT,
"-1"),
603 V(PathBiasNoticeRate, DOUBLE,
"-1"),
604 V(PathBiasWarnRate, DOUBLE,
"-1"),
605 V(PathBiasExtremeRate, DOUBLE,
"-1"),
606 V(PathBiasScaleThreshold, INT,
"-1"),
609 V(PathBiasDropGuards, AUTOBOOL,
"0"),
612 V(PathBiasUseThreshold, INT,
"-1"),
613 V(PathBiasNoticeUseRate, DOUBLE,
"-1"),
614 V(PathBiasExtremeUseRate, DOUBLE,
"-1"),
615 V(PathBiasScaleUseThreshold, INT,
"-1"),
617 V(PathsNeededToBuildCircuits, DOUBLE,
"-1"),
618 V(PerConnBWBurst, MEMUNIT,
"0"),
619 V(PerConnBWRate, MEMUNIT,
"0"),
620 V_IMMUTABLE(PidFile, FILENAME, NULL),
621 V_IMMUTABLE(TestingTorNetwork, BOOL,
"0"),
623 V(TestingLinkCertLifetime, INTERVAL,
"2 days"),
624 V(TestingAuthKeyLifetime, INTERVAL,
"2 days"),
625 V(TestingLinkKeySlop, INTERVAL,
"3 hours"),
626 V(TestingAuthKeySlop, INTERVAL,
"3 hours"),
627 V(TestingSigningKeySlop, INTERVAL,
"1 day"),
633 V(ProtocolWarnings, BOOL,
"0"),
634 V(PublishServerDescriptor, CSV,
"1"),
635 V(PublishHidServDescriptors, BOOL,
"1"),
636 V(ReachableAddresses, LINELIST, NULL),
637 V(ReachableDirAddresses, LINELIST, NULL),
638 V(ReachableORAddresses, LINELIST, NULL),
640 V(ReducedConnectionPadding, BOOL,
"0"),
641 V(ConnectionPadding, AUTOBOOL,
"auto"),
642 V(RefuseUnknownExits, AUTOBOOL,
"auto"),
643 V(CircuitPadding, BOOL,
"1"),
644 V(ReconfigDropsBridgeDescs, BOOL,
"0"),
645 V(ReducedCircuitPadding, BOOL,
"0"),
646 V(RejectPlaintextPorts, CSV,
""),
647 V(RelayBandwidthBurst, MEMUNIT,
"0"),
648 V(RelayBandwidthRate, MEMUNIT,
"0"),
649 V(RephistTrackTime, INTERVAL,
"24 hours"),
650 V_IMMUTABLE(RunAsDaemon, BOOL,
"0"),
651 V(ReducedExitPolicy, BOOL,
"0"),
652 V(ReevaluateExitPolicy, BOOL,
"0"),
654 V_IMMUTABLE(Sandbox, BOOL,
"0"),
655 V(SafeLogging, STRING,
"1"),
656 V(SafeSocks, BOOL,
"0"),
657 V(ServerDNSAllowBrokenConfig, BOOL,
"1"),
658 V(ServerDNSAllowNonRFC953Hostnames, BOOL,
"0"),
659 V(ServerDNSDetectHijacking, BOOL,
"1"),
660 V(ServerDNSRandomizeCase, BOOL,
"1"),
661 V(ServerDNSResolvConfFile, FILENAME, NULL),
662 V(ServerDNSSearchDomains, BOOL,
"0"),
663 V(ServerDNSTestAddresses, CSV,
664 "www.google.com,www.mit.edu,www.yahoo.com,www.slashdot.org"),
665 OBSOLETE(
"SchedulerLowWaterMark__"),
666 OBSOLETE(
"SchedulerHighWaterMark__"),
667 OBSOLETE(
"SchedulerMaxFlushCells__"),
668 V(KISTSchedRunInterval, MSEC_INTERVAL,
"0 msec"),
669 V(KISTSockBufSizeFactor, DOUBLE,
"1.0"),
670 V(Schedulers, CSV,
"KIST,KISTLite,Vanilla"),
671 V(ShutdownWaitLength, INTERVAL,
"30 seconds"),
673 V(SocksPolicy, LINELIST, NULL),
675 V(SocksTimeout, INTERVAL,
"2 minutes"),
676 V(SSLKeyLifetime, INTERVAL,
"0"),
679 V(StrictNodes, BOOL,
"0"),
680 OBSOLETE(
"Support022HiddenServices"),
681 V(TestSocks, BOOL,
"0"),
682 V_IMMUTABLE(TokenBucketRefillInterval, MSEC_INTERVAL,
"100 msec"),
684 OBSOLETE(
"Tor2webRendezvousPoints"),
686 V(TrackHostExits, CSV, NULL),
687 V(TrackHostExitsExpire, INTERVAL,
"30 minutes"),
690 V(TransProxyType, STRING,
"default"),
692 V(UpdateBridgesFromAuthority, BOOL,
"0"),
693 V(UseBridges, BOOL,
"0"),
694 VAR(
"UseEntryGuards", BOOL, UseEntryGuards_option,
"1"),
695 OBSOLETE(
"UseEntryGuardsAsDirGuards"),
696 V(UseGuardFraction, AUTOBOOL,
"auto"),
697 V(VanguardsLiteEnabled, AUTOBOOL,
"auto"),
698 V(UseMicrodescriptors, AUTOBOOL,
"auto"),
700 VAR(
"__AlwaysCongestionControl", BOOL, AlwaysCongestionControl,
"0"),
701 VAR(
"__SbwsExit", BOOL, SbwsExit,
"0"),
702 V_IMMUTABLE(User, STRING, NULL),
704 OBSOLETE(
"V1AuthoritativeDirectory"),
705 OBSOLETE(
"V2AuthoritativeDirectory"),
706 VAR(
"V3AuthoritativeDirectory",BOOL, V3AuthoritativeDir,
"0"),
707 V(TestingV3AuthInitialVotingInterval, INTERVAL,
"30 minutes"),
708 V(TestingV3AuthInitialVoteDelay, INTERVAL,
"5 minutes"),
709 V(TestingV3AuthInitialDistDelay, INTERVAL,
"5 minutes"),
710 V(TestingV3AuthVotingStartOffset, INTERVAL,
"0"),
711 V(V3AuthVotingInterval, INTERVAL,
"1 hour"),
712 V(V3AuthVoteDelay, INTERVAL,
"5 minutes"),
713 V(V3AuthDistDelay, INTERVAL,
"5 minutes"),
714 V(V3AuthNIntervalsValid, POSINT,
"3"),
715 V(V3AuthUseLegacyKey, BOOL,
"0"),
716 V(V3BandwidthsFile, FILENAME, NULL),
717 V(GuardfractionFile, FILENAME, NULL),
718 OBSOLETE(
"VoteOnHidServDirectoriesV2"),
719 V(VirtualAddrNetworkIPv4, STRING,
"127.192.0.0/10"),
720 V(VirtualAddrNetworkIPv6, STRING,
"[FE80::]/10"),
721 V(WarnPlaintextPorts, CSV,
"23,109,110,143"),
722 OBSOLETE(
"UseFilteringSSLBufferevents"),
723 OBSOLETE(
"__UseFilteringSSLBufferevents"),
724 VAR_NODUMP(
"__ReloadTorrcOnSIGHUP", BOOL, ReloadTorrcOnSIGHUP,
"1"),
725 VAR_NODUMP(
"__AllDirActionsPrivate", BOOL, AllDirActionsPrivate,
"0"),
726 VAR_NODUMP(
"__DisablePredictedCircuits",BOOL,DisablePredictedCircuits,
"0"),
727 VAR_NODUMP_IMMUTABLE(
"__DisableSignalHandlers", BOOL,
728 DisableSignalHandlers,
"0"),
729 VAR_NODUMP(
"__LeaveStreamsUnattached",BOOL, LeaveStreamsUnattached,
"0"),
730 VAR_NODUMP(
"__HashedControlSessionPassword", LINELIST,
731 HashedControlSessionPassword,
733 VAR_NODUMP(
"__OwningControllerProcess",STRING,
734 OwningControllerProcess, NULL),
735 VAR_NODUMP_IMMUTABLE(
"__OwningControllerFD", UINT64, OwningControllerFD,
737 V(TestingServerDownloadInitialDelay, CSV_INTERVAL,
"0"),
738 V(TestingClientDownloadInitialDelay, CSV_INTERVAL,
"0"),
739 V(TestingServerConsensusDownloadInitialDelay, CSV_INTERVAL,
"0"),
740 V(TestingClientConsensusDownloadInitialDelay, CSV_INTERVAL,
"0"),
756 V(ClientBootstrapConsensusAuthorityDownloadInitialDelay, CSV_INTERVAL,
"6"),
757 V(ClientBootstrapConsensusFallbackDownloadInitialDelay, CSV_INTERVAL,
"0"),
759 V(ClientBootstrapConsensusAuthorityOnlyDownloadInitialDelay, CSV_INTERVAL,
765 V(ClientBootstrapConsensusMaxInProgressTries, POSINT,
"3"),
768 V(TestingBridgeDownloadInitialDelay, CSV_INTERVAL,
"10800"),
773 V(TestingBridgeBootstrapDownloadInitialDelay, CSV_INTERVAL,
"0"),
774 V(TestingClientMaxIntervalWithoutRequest, INTERVAL,
"10 minutes"),
775 V(TestingDirConnectionMaxStall, INTERVAL,
"5 minutes"),
776 OBSOLETE(
"TestingConsensusMaxDownloadTries"),
777 OBSOLETE(
"ClientBootstrapConsensusMaxDownloadTries"),
778 OBSOLETE(
"ClientBootstrapConsensusAuthorityOnlyMaxDownloadTries"),
779 OBSOLETE(
"TestingDescriptorMaxDownloadTries"),
780 OBSOLETE(
"TestingMicrodescMaxDownloadTries"),
781 OBSOLETE(
"TestingCertMaxDownloadTries"),
782 VAR_INVIS(
"___UsingTestNetworkDefaults", BOOL, UsingTestNetworkDefaults_,
791#include "auth_dirs.inc"
801#include "fallback_dirs.inc"
813#include "testnet.inc"
824 {
"HTTPProxy",
"It only applies to direct unencrypted HTTP connections "
825 "to your directory server, which your Tor probably wasn't using." },
826 {
"HTTPProxyAuthenticator",
"HTTPProxy is deprecated in favor of HTTPSProxy "
827 "which should be used with HTTPSProxyAuthenticator." },
831 {
"ReachableDirAddresses",
"It has no effect on relays, and has had no "
832 "effect on clients since 0.2.8." },
833 {
"ClientPreferIPv6DirPort",
"It has no effect on relays, and has had no "
834 "effect on clients since 0.2.8." },
838 {
"ClientAutoIPv6ORPort",
"This option is unreliable if a connection isn't "
839 "reliably dual-stack."},
846static char *get_windows_conf_root(
void);
857static int opt_streq(
const char *s1,
const char *s2);
875#define OR_OPTIONS_MAGIC 9090909
886 .deprecations = option_deprecation_notes_,
891 .has_config_suite =
true,
892 .config_suite_offset = offsetof(
or_options_t, subconfigs_),
925 if (PREDICT_UNLIKELY(options_mgr == NULL)) {
934#define CHECK_OPTIONS_MAGIC(opt) STMT_BEGIN \
935 config_check_toplevel_magic(get_options_mgr(), (opt)); \
973 next = &(*next)->next;
1000 "Acting on config options left us in a broken state. Dying.");
1012 connection_reapply_exit_policy(changes);
1013 config_free_lines(changes);
1017 or_options_free(old_options);
1033 CHECK_OPTIONS_MAGIC(opts);
1039 rs, routerset_free(rs));
1056 tor_free(options->master_key_fname);
1057 config_free_lines(options->
MyFamily);
1099 config_mgr_free(options_mgr);
1117 if (options->SafeLogging_ == SAFELOG_SCRUB_ALL)
1118 return "[scrubbed]";
1139 if (options->SafeLogging_ != SAFELOG_SCRUB_NONE)
1140 return "[scrubbed]";
1151 if (
get_options()->SafeLogging_ == SAFELOG_SCRUB_ALL)
1152 return "[scrubbed]";
1163 if (
get_options()->SafeLogging_ != SAFELOG_SCRUB_NONE)
1164 return "[scrubbed]";
1229 log_err(
LD_BUG,
"Couldn't parse internal DirAuthority line %s",
1243 log_err(
LD_BUG,
"Couldn't parse internal FallbackDir line %s",
1262 "You cannot set both DirAuthority and Alternate*Authority.");
1276 "You have used DirAuthority or AlternateDirAuthority to "
1277 "specify alternate directory authorities in "
1278 "your configuration. This is potentially dangerous: it can "
1279 "make you look different from all other Tor users, and hurt "
1280 "your anonymity. Even if you've specified the same "
1281 "authorities as Tor uses by default, the defaults could "
1282 "change in the future. Be sure you know what you're doing.");
1296 for (cl = options->
FallbackDir; cl; cl = cl->next)
1310 int need_to_update =
1311 !smartlist_len(router_get_trusted_dir_servers()) ||
1312 !smartlist_len(router_get_fallback_dir_servers()) || !old_options ||
1321 if (!need_to_update)
1351 if (type != NO_DIRINFO)
1364 for (cl = options->
FallbackDir; cl; cl = cl->next)
1378 const char *directory,
1383 cpd_check_t cpd_opts = create ? CPD_CREATE : CPD_CHECK;
1385 cpd_opts |= CPD_GROUP_READ;
1390 "Couldn't %s private data directory \"%s\"",
1391 create ?
"create" :
"access",
1397 if (group_readable) {
1399 if (chmod(directory, 0750)) {
1400 log_warn(
LD_FS,
"Unable to make %s group-readable: %s",
1401 directory, strerror(errno));
1419 cpd_opts |= CPD_GROUP_READ;
1421 log_err(
LD_OR,
"Can't create/check datadirectory %s",
1434static int have_low_ports = -1;
1463 sd_notifyf(0,
"MAINPID=%ld\n", (
long int)getpid());
1471 control_initialize_event_queue();
1485 *msg_out = tor_strdup(
"DisableAllSwap failure. Do you have proper "
1504 if (options->
User) {
1506 unsigned switch_id_flags = 0;
1516 *msg_out = tor_strdup(
"Problem with User value. See logs for details.");
1536 if (subdir_gr != -1) {
1542 if (0 == strcmp(subdir, datadir)) {
1584 key_dir_group_readable,
1598 cache_dir_group_readable,
1641 if (! running_tor) {
1650 *msg_out = tor_strdup(
"Problem with ConnLimit value. "
1651 "See logs for details.");
1664 if (
parse_ports(options, 0, msg_out, &n_ports, NULL)) {
1666 *msg_out = tor_strdup(
"Unexpected problem parsing port config");
1681 *msg_out = tor_strdup(
"Failed to bind one of the listener ports.");
1687 log_notice(
LD_NET,
"DisableNetwork is set. Tor will not make or accept "
1688 "non-control network connections. Shutting down all existing "
1695#if defined(HAVE_NET_IF_H) && defined(HAVE_NET_PFVAR_H)
1697 if (options->TransPort_set &&
1699 if (get_pf_socket() < 0) {
1700 *msg_out = tor_strdup(
"Unable to open /dev/pf for transparent proxy.");
1734 int socks_in_reserve = options->
ConnLimit_ / 20;
1735 if (socks_in_reserve > 64) socks_in_reserve = 64;
1740 "Recomputed OOS thresholds: ConnLimit %d, ConnLimit_ %d, "
1741 "ConnLimit_high_thresh %d, ConnLimit_low_thresh %d",
1771 log_notice(LD_NET,
"Closing partially-constructed %s",
1772 connection_describe(conn));
1773 connection_close_immediate(conn);
1774 connection_mark_for_close(conn);
1820 old_options->SafeLogging_ != options->SafeLogging_;
1829 *msg_out = tor_strdup(
"Failed to init Log options. See logs for details.");
1867 const char *badness = NULL;
1868 int bad_safelog = 0, bad_severity = 0, new_badness = 0;
1869 if (options->SafeLogging_ != SAFELOG_SCRUB_ALL) {
1879 if (bad_safelog && bad_severity)
1880 badness =
"you disabled SafeLogging, and "
1881 "you're logging more than \"notice\"";
1882 else if (bad_safelog)
1883 badness =
"you disabled SafeLogging";
1885 badness =
"you're logging more than \"notice\"";
1887 log_warn(
LD_GENERAL,
"Your log may contain sensitive information - %s. "
1888 "Don't log unless it serves an important reason. "
1889 "Overwrite the log afterwards.", badness);
1951 if (listener_transaction == NULL)
1971 if (log_transaction == NULL)
1999 int bridge_usage = should_record_bridge_info(options);
2000 int routerset_usage =
2009 if (routerset_usage && reason_out) {
2010 *reason_out =
"We've been configured to use (or avoid) nodes in certain "
2011 "countries, and we need GEOIP information to figure out which ones they "
2013 }
else if (bridge_usage && reason_out) {
2014 *reason_out =
"We've been configured to see which countries can access "
2015 "us as a bridge, and we need GEOIP information to tell which countries "
2018 return bridge_usage || routerset_usage;
2022#define YES_IF_CHANGED_BOOL(opt) \
2023 if (!CFG_EQ_BOOL(old_options, new_options, opt)) return 1;
2024#define YES_IF_CHANGED_INT(opt) \
2025 if (!CFG_EQ_INT(old_options, new_options, opt)) return 1;
2026#define YES_IF_CHANGED_STRING(opt) \
2027 if (!CFG_EQ_STRING(old_options, new_options, opt)) return 1;
2028#define YES_IF_CHANGED_LINELIST(opt) \
2029 if (!CFG_EQ_LINELIST(old_options, new_options, opt)) return 1;
2030#define YES_IF_CHANGED_SMARTLIST(opt) \
2031 if (!CFG_EQ_SMARTLIST(old_options, new_options, opt)) return 1;
2032#define YES_IF_CHANGED_ROUTERSET(opt) \
2033 if (!CFG_EQ_ROUTERSET(old_options, new_options, opt)) return 1;
2048 YES_IF_CHANGED_BOOL(UseEntryGuards);
2049 YES_IF_CHANGED_BOOL(UseBridges);
2050 YES_IF_CHANGED_BOOL(ClientUseIPv4);
2051 YES_IF_CHANGED_BOOL(ClientUseIPv6);
2052 YES_IF_CHANGED_BOOL(FascistFirewall);
2053 YES_IF_CHANGED_ROUTERSET(ExcludeNodes);
2054 YES_IF_CHANGED_ROUTERSET(EntryNodes);
2055 YES_IF_CHANGED_SMARTLIST(FirewallPorts);
2056 YES_IF_CHANGED_LINELIST(Bridges);
2057 YES_IF_CHANGED_LINELIST(ReachableORAddresses);
2058 YES_IF_CHANGED_LINELIST(ReachableDirAddresses);
2080 const int transition_affects_guards =
2090 static int disabled_debugger_attach = 0;
2093 static int warned_debugger_attach = 0;
2099 if (warned_debugger_attach && ok == 1) {
2100 log_notice(
LD_CONFIG,
"Disabled attaching debuggers for unprivileged "
2104 disabled_debugger_attach = (ok == 1);
2106 !warned_debugger_attach) {
2107 log_notice(
LD_CONFIG,
"Not disabling debugger attaching for "
2108 "unprivileged users.");
2109 warned_debugger_attach = 1;
2132 if (hs_service_non_anonymous_mode_enabled(options)) {
2133 log_warn(
LD_GENERAL,
"This copy of Tor was compiled or configured to run "
2134 "in a non-anonymous mode. It will provide NO ANONYMITY.");
2140 log_warn(
LD_BUG,
"Failed parsing previously validated outbound "
2141 "bind addresses: %s", msg);
2149 for (cl = options->
Bridges; cl; cl = cl->next) {
2154 "Previously validated Bridge line could not be added!");
2166 "Previously validated hidden services line could not be added!");
2173 log_warn(
LD_BUG,
"Previously validated client authorization for "
2174 "hidden services could not be added!");
2179 if (running_tor && !old_options &&
2181 const unsigned ctrl_flags =
2182 CC_LOCAL_FD_IS_OWNER |
2183 CC_LOCAL_FD_IS_AUTHENTICATED;
2186 log_warn(
LD_CONFIG,
"Could not add local controller connection with "
2196 if (options_act_dirauth_mtbf(options) < 0)
2209 "Previously validated ClientTransportPlugin line "
2210 "could not be added!");
2218 if (options_act_server_transport(old_options) < 0)
2241 if (options_act_relay(old_options) < 0)
2248 log_err(
LD_CONFIG,
"Unable to write PIDFile %s",
2262 log_warn(
LD_BUG,
"Error parsing already-validated policy options.");
2267 log_warn(
LD_CONFIG,
"Error creating control cookie authentication file.");
2275 log_warn(
LD_GENERAL,
"Error loading rendezvous service keys");
2283 if (options_act_relay_accounting(old_options) < 0)
2293 char *http_authenticator;
2295 if (!http_authenticator) {
2297 log_warn(
LD_BUG,
"Unable to allocate HTTP authenticator. Not setting "
2303 http_authenticator, strlen(http_authenticator),
2324 int revise_trackexithosts = 0;
2325 int revise_automap_entries = 0;
2326 int abandon_circuits = 0;
2343 "Changed to using entry guards or bridges, or changed "
2344 "preferred or excluded node lists. "
2345 "Abandoning previous circuits.");
2346 abandon_circuits = 1;
2349 if (transition_affects_guards) {
2351 routerlist_drop_bridge_descriptors();
2353 abandon_circuits = 1;
2357 if (abandon_circuits) {
2360 revise_trackexithosts = 1;
2365 revise_trackexithosts = 1;
2367 if (revise_trackexithosts)
2372 revise_automap_entries = 1;
2376 revise_automap_entries = 1;
2381 revise_automap_entries = 1;
2384 if (revise_automap_entries)
2387 if (options_act_bridge_stats(old_options) < 0)
2393 if (options_act_relay_bandwidth(old_options) < 0)
2410 server_mode(options);
2415 if (!public_server_mode(options)) {
2422 bool print_notice = 0;
2423 if (options_act_relay_stats(old_options, &print_notice) < 0)
2428 options_act_relay_stats_msg();
2430 if (options_act_relay_desc(old_options) < 0)
2433 if (options_act_dirauth(old_options) < 0)
2451 if (options_act_relay_dos(old_options) < 0)
2453 if (options_act_relay_dir(old_options) < 0)
2473static const struct {
2485 { .name=
"--torrc-file",
2488 { .name=
"--allow-missing-torrc" },
2489 { .name=
"--defaults-torrc",
2491 { .name=
"--hash-password",
2495 { .name=
"--dump-config",
2499 { .name=
"--list-fingerprint",
2504 { .name=
"--keygen-family",
2507 { .name=
"--key-expiration",
2512 { .name=
"--newpass" },
2513 { .name=
"--no-passphrase" },
2514 { .name=
"--passphrase-fd",
2516 { .name=
"--verify-config",
2518 { .name=
"--ignore-missing-torrc" },
2523 { .name=
"--version",
2526 { .name=
"--list-modules",
2529 { .name=
"--library-versions",
2536 { .name=
"--list-torrc-options",
2539 { .name=
"--list-deprecated-options",
2541 { .name=
"--nt-service" },
2542 { .name=
"-nt-service" },
2543 { .name=
"--dbg-dump-subsystem-list",
2574 bool is_a_command =
false;
2583 is_a_command =
true;
2604 }
else if (*s ==
'/') {
2611 const int is_last = (i == argc-1);
2614 if (ignore_errors) {
2615 arg = tor_strdup(
"");
2617 log_warn(
LD_CONFIG,
"Command-line option '%s' with no value. Failing.",
2619 parsed_cmdline_free(result);
2624 (is_last || argv[i+1][0] ==
'-')) {
2625 arg = tor_strdup(
"");
2633 param->key = is_cmdline ? tor_strdup(argv[i]) :
2638 log_debug(
LD_CONFIG,
"command line: parsed keyword '%s', value '%s'",
2639 param->key, param->value);
2646 *new_cmdline = param;
2647 new_cmdline = &((*new_cmdline)->next);
2650 new = &((*new)->next);
2653 i += want_arg ? 2 : 1;
2709 list, flags, msg)) < 0) {
2710 or_options_free(trial_options);
2723"Copyright (c) 2001-2004, Roger Dingledine\n"
2724"Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson\n"
2725"Copyright (c) 2007-2021, The Tor Project, Inc.\n\n"
2726"tor -f <torrc> [args]\n"
2727"See man page for options, or https://www.torproject.org/ for "
2744 printf(
"%s\n", var->member.name);
2745 } SMARTLIST_FOREACH_END(var);
2746 smartlist_free(vars);
2757 printf(
"%s\n",
name));
2758 smartlist_free(deps);
2765 static const struct {
2769 {
"relay", have_module_relay() },
2770 {
"dirauth", have_module_dirauth() },
2771 {
"dircache", have_module_dircache() },
2772 {
"pow", have_module_pow() }
2775 for (
unsigned i = 0; i <
sizeof list /
sizeof list[0]; i++) {
2776 printf(
"%s: %s\n", list[i].
name, list[i].have ?
"yes" :
"no");
2785 printf(
"Library versions\tCompiled\t\tRuntime\n");
2786 printf(
"Libevent\t\t%-15s\t\t%s\n",
2789#ifdef ENABLE_OPENSSL
2790 printf(
"OpenSSL \t\t%-15s\t\t%s\n",
2791 crypto_openssl_get_header_version_str(),
2792 crypto_openssl_get_version_str());
2795 printf(
"NSS \t\t%-15s\t\t%s\n",
2796 crypto_nss_get_header_version_str(),
2797 crypto_nss_get_version_str());
2800 printf(
"Zlib \t\t%-15s\t\t%s\n",
2805 printf(
"Liblzma \t\t%-15s\t\t%s\n",
2810 printf(
"Libzstd \t\t%-15s\t\t%s\n",
2815 printf(
"%-7s \t\t%-15s\t\t%s\n",
2831 log_err(
LD_CONFIG,
"--no-passphrase specified without --keygen!");
2842 const char *formats[] = {
"iso8601",
"timestamp" };
2845 if (!strcmp(value, formats[i])) {
2859 log_err(
LD_CONFIG,
"--format specified without --key-expiration!");
2872 log_err(
LD_CONFIG,
"--newpass specified without --keygen!");
2881 if (
get_options()->keygen_force_passphrase == FORCE_PASSPHRASE_OFF) {
2882 log_err(
LD_CONFIG,
"--no-passphrase specified with --passphrase-fd!");
2885 log_err(
LD_CONFIG,
"--passphrase-fd specified without --keygen!");
2890 if (fd < 0 || ok == 0) {
2906 log_err(
LD_CONFIG,
"--master-key without --keygen!");
2917using_default_dir_authorities(
const or_options_t *options)
2941 log_err(
LD_BUG,
"Unable to set default options: %s", msg);
2943 tor_assert_unreached();
2945 config_free_lines(dflts);
2958 switch (how_to_dump) {
2959 case OPTIONS_DUMP_MINIMAL:
2963 case OPTIONS_DUMP_ALL:
2964 use_defaults = NULL;
2968 log_warn(
LD_BUG,
"Bogus value for how_to_dump==%d", how_to_dump);
2990 if (i < 1 || i > 65535) {
3005 if (*value > ROUTER_MAX_DECLARED_BANDWIDTH) {
3010 if (*value > ROUTER_MAX_DECLARED_BANDWIDTH) {
3013 ROUTER_MAX_DECLARED_BANDWIDTH);
3022#define MAX_CIRCS_AVAILABLE_TIME (24*60*60)
3026#define MIN_MAX_CIRCUIT_DIRTINESS 10
3030#define MAX_MAX_CIRCUIT_DIRTINESS (30*24*60*60)
3034#define MIN_CIRCUIT_STREAM_TIMEOUT 10
3041#define RECOMMENDED_MIN_CIRCUIT_BUILD_TIMEOUT (10)
3062 if (vs == VSTAT_TRANSITION_ERR) {
3063 rv = SETOPT_ERR_TRANSITION;
3065 }
else if (vs < 0) {
3066 rv = SETOPT_ERR_PARSE;
3072 rv = SETOPT_ERR_SETTING;
3080 tor_assert(new_options == NULL || rv != SETOPT_OK);
3081 or_options_free(new_options);
3085#ifdef TOR_UNIT_TESTS
3101 return vs < 0 ? -1 : 0;
3105#define REJECT(arg) \
3106 STMT_BEGIN *msg = tor_strdup(arg); return -1; STMT_END
3107#if defined(__GNUC__) && __GNUC__ <= 3
3108#define COMPLAIN(args...) \
3109 STMT_BEGIN log_warn(LD_CONFIG, args); STMT_END
3111#define COMPLAIN(args, ...) \
3112 STMT_BEGIN log_warn(LD_CONFIG, args, ##__VA_ARGS__); STMT_END
3125 const char *filepath)
3129 COMPLAIN(
"Path for %s (%s) is relative and will resolve to %s."
3130 " Is this what you wanted?", option, filepath, abs_path);
3154 const char *
name = cv->member.name;
3158 config_free_lines(line);
3159 } SMARTLIST_FOREACH_END(cv);
3160 smartlist_free(vars);
3163 hs_line = hs_line->next) {
3164 if (!strcasecmp(hs_line->key,
"HiddenServiceDir"))
3177options_validate_scheduler(
or_options_t *options,
char **msg)
3183 REJECT(
"Empty Schedulers list. Either remove the option so the defaults "
3184 "can be used or set at least one value.");
3194 if (!strcasecmp(
"KISTLite", type)) {
3195 sched_type = tor_malloc_zero(
sizeof(
int));
3196 *sched_type = SCHEDULER_KIST_LITE;
3198 }
else if (!strcasecmp(
"KIST", type)) {
3199 sched_type = tor_malloc_zero(
sizeof(
int));
3200 *sched_type = SCHEDULER_KIST;
3202 }
else if (!strcasecmp(
"Vanilla", type)) {
3203 sched_type = tor_malloc_zero(
sizeof(
int));
3204 *sched_type = SCHEDULER_VANILLA;
3207 tor_asprintf(msg,
"Unknown type %s in option Schedulers. "
3208 "Possible values are KIST, KISTLite and Vanilla.",
3212 } SMARTLIST_FOREACH_END(type);
3215 REJECT(
"KISTSockBufSizeFactor must be at least 0");
3221 tor_asprintf(msg,
"KISTSchedRunInterval must not be more than %d (ms)",
3222 KIST_SCHED_RUN_INTERVAL_MAX);
3234options_validate_single_onion(
or_options_t *options,
char **msg)
3238 !options->HiddenServiceNonAnonymousMode) {
3239 REJECT(
"HiddenServiceSingleHopMode does not provide any server anonymity. "
3240 "It must be used with HiddenServiceNonAnonymousMode set to 1.");
3242 if (options->HiddenServiceNonAnonymousMode &&
3244 REJECT(
"HiddenServiceNonAnonymousMode does not provide any server "
3245 "anonymity. It must be used with HiddenServiceSingleHopMode set to "
3254 const int client_port_set = (options->SocksPort_set ||
3255 options->TransPort_set ||
3256 options->NATDPort_set ||
3257 options->DNSPort_set ||
3258 options->HTTPTunnelPort_set);
3259 if (hs_service_non_anonymous_mode_enabled(options) && client_port_set) {
3260 REJECT(
"HiddenServiceNonAnonymousMode is incompatible with using Tor as "
3261 "an anonymous client. Please set Socks/Trans/NATD/DNSPort to 0, or "
3262 "revert HiddenServiceNonAnonymousMode to 0.");
3265 if (hs_service_allow_non_anonymous_connection(options)
3275 "HiddenServiceSingleHopMode is enabled; disabling "
3291 CHECK_OPTIONS_MAGIC(old_options_);
3292 CHECK_OPTIONS_MAGIC(options_);
3298 int world_writable_control_socket=0;
3304 &world_writable_control_socket) < 0)
3307#ifndef HAVE_SYS_UN_H
3309 *msg = tor_strdup(
"Unix domain sockets (ControlSocket) not supported "
3310 "on this OS/with this build.");
3315 *msg = tor_strdup(
"Setting ControlSocketsGroupWritable without setting "
3316 "a ControlSocket makes no sense.");
3327 if (options_validate_relay_os(old_options, options, msg) < 0)
3335 REJECT(
"Invalid DataDirectory");
3340 REJECT(
"You have specified at least one relative path (see above) "
3341 "with the RunAsDaemon option. RunAsDaemon is not compatible "
3342 "with relative paths.");
3345 if (options_validate_relay_info(old_options, options, msg) < 0)
3353 REJECT(
"Failed to validate Log options. See logs for details.");
3359 "SocksPort, TransPort, NATDPort, DNSPort, and ORPort are all "
3360 "undefined, and there aren't any hidden services configured. "
3361 "Tor will still run, but probably won't do anything.");
3364#ifdef USE_TRANSPARENT
3369#if !defined(OpenBSD) && !defined(DARWIN)
3371 REJECT(
"pf-divert is a OpenBSD-specific "
3372 "and OS X/Darwin-specific feature.");
3377#if !defined(__linux__)
3378 REJECT(
"TPROXY is a Linux-specific feature.");
3383#ifndef KERNEL_MAY_SUPPORT_IPFW
3385 REJECT(
"ipfw is a FreeBSD-specific "
3386 "and OS X/Darwin-specific feature.");
3391 REJECT(
"Unrecognized value for TransProxyType");
3395 !options->TransPort_set) {
3396 REJECT(
"Cannot use TransProxyType without any valid TransPort.");
3400 if (options->TransPort_set)
3401 REJECT(
"TransPort is disabled in this build.");
3406 REJECT(
"TokenBucketRefillInterval must be between 1 and 1000 inclusive.");
3410 REJECT(
"Cannot set AssumeReachable 1 and AssumeReachableIPv6 0.");
3432 COMPLAIN(
"You have asked to exclude certain relays from all positions "
3433 "in your circuits. Expect hidden services and other Tor "
3434 "features to be broken in unpredictable ways.");
3441 REJECT(
"FetchDirInfoExtraEarly requires that you also set "
3442 "FetchDirInfoEarly");
3446 "ConnLimit must be greater than 0, but was set to %d",
3453 log_warn(
LD_CONFIG,
"PathsNeededToBuildCircuits is too low. Increasing "
3457 log_warn(
LD_CONFIG,
"PathsNeededToBuildCircuits is too high. Decreasing "
3466 "MaxClientCircuitsPending must be between 1 and %d, but "
3467 "was set to %d", MAX_MAX_CLIENT_CIRCUITS_PENDING,
3479 "RejectPlaintextPorts", msg) < 0)
3483 "WarnPlaintextPorts", msg) < 0)
3493 new_line->key = tor_strdup(
"ReachableAddresses");
3498 int p = atoi(portno);
3500 smartlist_add_asprintf(instead,
"*:%d", p);
3505 "Converting FascistFirewall and FirewallPorts "
3506 "config options to new format: \"ReachableAddresses %s\"",
3510 smartlist_free(instead);
3516 new_line->key = tor_strdup(
"ReachableDirAddresses");
3517 new_line->value = tor_strdup(
"*:80");
3519 log_notice(
LD_CONFIG,
"Converting FascistFirewall config option "
3520 "to new format: \"ReachableDirAddresses *:80\"");
3524 new_line->key = tor_strdup(
"ReachableORAddresses");
3525 new_line->value = tor_strdup(
"*:443");
3527 log_notice(
LD_CONFIG,
"Converting FascistFirewall config option "
3528 "to new format: \"ReachableORAddresses *:443\"");
3537 server_mode(options))
3538 REJECT(
"Servers must be able to freely connect to the rest "
3539 "of the Internet, so they must not set Reachable*Addresses "
3540 "or FascistFirewall or FirewallPorts or ClientUseIPv4 0.");
3543 server_mode(options))
3544 REJECT(
"Servers must be able to freely connect to the rest "
3545 "of the Internet, so they must not set UseBridges.");
3551 REJECT(
"You cannot set both UseBridges and EntryNodes.");
3556 REJECT(
"Setting UseBridges requires also setting UseEntryGuards.");
3559 compute_real_max_mem_in_queues(options->MaxMemInQueues_raw,
3560 server_mode(options));
3565 options->SafeLogging_ = SAFELOG_SCRUB_NONE;
3566 }
else if (!strcasecmp(options->
SafeLogging,
"relay")) {
3567 options->SafeLogging_ = SAFELOG_SCRUB_RELAY;
3568 }
else if (!strcasecmp(options->
SafeLogging,
"1")) {
3569 options->SafeLogging_ = SAFELOG_SCRUB_ALL;
3572 "Unrecognized value '%s' in SafeLogging",
3577 options->ConfluxClientUX = CONFLUX_UX_HIGH_THROUGHPUT;
3580 options->ConfluxClientUX = CONFLUX_UX_MIN_LATENCY;
3582 options->ConfluxClientUX = CONFLUX_UX_HIGH_THROUGHPUT;
3584 options->ConfluxClientUX = CONFLUX_UX_LOW_MEM_LATENCY;
3586 options->ConfluxClientUX = CONFLUX_UX_LOW_MEM_THROUGHPUT;
3588 REJECT(
"ConfluxClientUX must be 'latency', 'throughput, "
3589 "'latency_lowmem', or 'throughput_lowmem'");
3592 if (options_validate_publish_server(old_options, options, msg) < 0)
3595 if (options_validate_relay_padding(old_options, options, msg) < 0)
3599 if (options_validate_single_onion(options, msg) < 0)
3606 REJECT(
"CircuitsAvailableTimeout is too large. Max is 24 hours.");
3610 REJECT(
"If EntryNodes is set, UseEntryGuards must be enabled.");
3615 !hs_service_allow_non_anonymous_connection(options)) {
3617 "UseEntryGuards is disabled, but you have configured one or more "
3618 "hidden services on this Tor instance. Your hidden services "
3619 "will be very easy to locate using a well-known attack -- see "
3620 "https://freehaven.net/anonbib/#hs-attack06 for details.");
3625 REJECT(
"NumEntryGuards must not be greater than NumPrimaryGuards.");
3633 "You have one single EntryNodes and at least one hidden service "
3634 "configured. This is bad because it's very easy to locate your "
3635 "entry guard which can then lead to the deanonymization of your "
3636 "hidden service -- for more details, see "
3637 "https://bugs.torproject.org/tpo/core/tor/14917. "
3638 "For this reason, the use of one EntryNodes with an hidden "
3639 "service is prohibited until a better solution is found.");
3649 "EntryNodes is set with multiple entries and at least one "
3650 "hidden service is configured. Pinning entry nodes can possibly "
3651 "be harmful to the service anonymity. Because of this, we "
3652 "recommend you either don't do that or make sure you know what "
3653 "you are doing. For more details, please look at "
3654 "https://bugs.torproject.org/tpo/core/tor/21155.");
3658 if (hs_service_non_anonymous_mode_enabled(options)) {
3660 "HiddenServiceNonAnonymousMode is set. Every hidden service on "
3661 "this tor instance is NON-ANONYMOUS. If "
3662 "the HiddenServiceNonAnonymousMode option is changed, Tor will "
3663 "refuse to launch hidden services from the same directories, to "
3664 "protect your anonymity against config errors. This setting is "
3665 "for experimental use only.");
3671 "CircuitBuildTimeout is shorter (%d seconds) than the recommended "
3672 "minimum (%d seconds), and LearnCircuitBuildTimeout is disabled. "
3673 "If tor isn't working, raise this value or enable "
3674 "LearnCircuitBuildTimeout.",
3685 log_fn(severity,
LD_CONFIG,
"You disabled LearnCircuitBuildTimeout, but "
3686 "didn't specify a CircuitBuildTimeout. I'll pick a plausible "
3691 REJECT(
"DormantClientTimeout is too low. It must be at least 10 minutes.");
3694 if (options->PathBiasNoticeRate > 1.0) {
3696 "PathBiasNoticeRate is too high. "
3697 "It must be between 0 and 1.0");
3700 if (options->PathBiasWarnRate > 1.0) {
3702 "PathBiasWarnRate is too high. "
3703 "It must be between 0 and 1.0");
3706 if (options->PathBiasExtremeRate > 1.0) {
3708 "PathBiasExtremeRate is too high. "
3709 "It must be between 0 and 1.0");
3712 if (options->PathBiasNoticeUseRate > 1.0) {
3714 "PathBiasNoticeUseRate is too high. "
3715 "It must be between 0 and 1.0");
3718 if (options->PathBiasExtremeUseRate > 1.0) {
3720 "PathBiasExtremeUseRate is too high. "
3721 "It must be between 0 and 1.0");
3726 log_warn(
LD_CONFIG,
"MaxCircuitDirtiness option is too short; "
3732 log_warn(
LD_CONFIG,
"MaxCircuitDirtiness option is too high; "
3739 log_warn(
LD_CONFIG,
"CircuitStreamTimeout option is too short; "
3747 log_warn(
LD_CONFIG,
"HeartbeatPeriod option is too short; "
3753 REJECT(
"KeepalivePeriod option must be positive.");
3756 "BandwidthRate", msg) < 0)
3759 "BandwidthBurst", msg) < 0)
3762 if (options_validate_relay_bandwidth(old_options, options, msg) < 0)
3766 REJECT(
"BandwidthBurst must be at least equal to BandwidthRate.");
3768 if (options_validate_relay_accounting(old_options, options, msg) < 0)
3777 REJECT(
"HTTPProxy failed to parse or resolve. Please fix.");
3785 REJECT(
"HTTPProxyAuthenticator is too long (>= 512 chars).");
3791 REJECT(
"HTTPSProxy failed to parse or resolve. Please fix.");
3799 REJECT(
"HTTPSProxyAuthenticator is too long (>= 512 chars).");
3806 REJECT(
"Socks4Proxy failed to parse or resolve. Please fix.");
3816 REJECT(
"Socks5Proxy failed to parse or resolve. Please fix.");
3832 REJECT(
"You have configured more than one proxy type. "
3833 "(Socks4Proxy|Socks5Proxy|HTTPSProxy|TCPProxy)");
3840 log_warn(
LD_CONFIG,
"HTTPProxy configured, but no SOCKS proxy, "
3841 "HTTPS proxy, or any other TCP proxy configured. Watch out: "
3842 "this configuration will proxy unencrypted directory "
3843 "connections only.");
3851 REJECT(
"Socks5ProxyUsername must be between 1 and 255 characters.");
3854 REJECT(
"Socks5ProxyPassword must be included with Socks5ProxyUsername.");
3858 REJECT(
"Socks5ProxyPassword must be between 1 and 255 characters.");
3860 REJECT(
"Socks5ProxyPassword must be included with Socks5ProxyUsername.");
3865 REJECT(
"Bad HashedControlPassword: wrong length or bad encoding");
3876 REJECT(
"Bad HashedControlSessionPassword: wrong length or bad encoding");
3884 const char *validate_pspec_msg = NULL;
3886 &validate_pspec_msg)) {
3888 validate_pspec_msg);
3893 if ((options->ControlPort_set || world_writable_control_socket) &&
3897 log_warn(
LD_CONFIG,
"Control%s is %s, but no authentication method "
3898 "has been configured. This means that any program on your "
3899 "computer can reconfigure your Tor. That's bad! You should "
3900 "upgrade your Tor controller as soon as possible.",
3901 options->ControlPort_set ?
"Port" :
"Socket",
3902 options->ControlPort_set ?
"open" :
"world writable");
3906 log_warn(
LD_CONFIG,
"CookieAuthFileGroupReadable is set, but will have "
3907 "no effect: you must specify an explicit CookieAuthFile to "
3908 "have it group-readable.");
3925 log_info(
LD_CONFIG,
"You have set UseDefaultFallbackDirs 1 and "
3926 "FallbackDir(s). Ignoring UseDefaultFallbackDirs, and "
3927 "using the FallbackDir(s) you have set.");
3931 REJECT(
"Directory authority/fallback line did not parse. See logs "
3935 REJECT(
"If you set UseBridges, you must specify at least one bridge.");
3937 for (cl = options->
Bridges; cl; cl = cl->next) {
3940 REJECT(
"Bridge line did not parse. See logs for details.");
3941 bridge_line_free(bridge_line);
3946 REJECT(
"Invalid client transport line. See logs for details.");
3949 if (options_validate_server_transport(old_options, options, msg) < 0)
3959 "ConstrainedSockSize is invalid. Must be a value between %d and %d "
3960 "in 1024 byte increments.",
3961 MIN_CONSTRAINED_TCP_BUFFER, MAX_CONSTRAINED_TCP_BUFFER);
3966 if (options_validate_dirauth_schedule(old_options, options, msg) < 0)
3970 REJECT(
"Failed to configure rendezvous options. See logs for details.");
3974 REJECT(
"Failed to configure client authorization for hidden services. "
3975 "See logs for details.");
3981 AF_INET6, 1, msg)<0)
3988 REJECT(
"TestingTorNetwork may only be configured in combination with "
3989 "a non-default set of DirAuthority or both of "
3990 "AlternateDirAuthority and AlternateBridgeAuthority configured.");
3993#define CHECK_DEFAULT(arg) \
3995 if (!config_is_same(get_options_mgr(),options, \
3996 dflt_options,#arg)) { \
3997 or_options_free(dflt_options); \
3998 REJECT(#arg " may only be changed in testing Tor " \
4009 CHECK_DEFAULT(TestingV3AuthInitialVotingInterval);
4010 CHECK_DEFAULT(TestingV3AuthInitialVoteDelay);
4011 CHECK_DEFAULT(TestingV3AuthInitialDistDelay);
4012 CHECK_DEFAULT(TestingV3AuthVotingStartOffset);
4013 CHECK_DEFAULT(TestingAuthDirTimeToLearnReachability);
4014 CHECK_DEFAULT(TestingServerDownloadInitialDelay);
4015 CHECK_DEFAULT(TestingClientDownloadInitialDelay);
4016 CHECK_DEFAULT(TestingServerConsensusDownloadInitialDelay);
4017 CHECK_DEFAULT(TestingClientConsensusDownloadInitialDelay);
4018 CHECK_DEFAULT(TestingBridgeDownloadInitialDelay);
4019 CHECK_DEFAULT(TestingBridgeBootstrapDownloadInitialDelay);
4020 CHECK_DEFAULT(TestingClientMaxIntervalWithoutRequest);
4021 CHECK_DEFAULT(TestingDirConnectionMaxStall);
4022 CHECK_DEFAULT(TestingAuthKeyLifetime);
4023 CHECK_DEFAULT(TestingLinkCertLifetime);
4024 CHECK_DEFAULT(TestingSigningKeySlop);
4025 CHECK_DEFAULT(TestingAuthKeySlop);
4026 CHECK_DEFAULT(TestingLinkKeySlop);
4027 CHECK_DEFAULT(TestingMinTimeToReportBandwidth);
4028 or_options_free(dflt_options);
4035 REJECT(
"ClientDNSRejectInternalAddresses used for default network.");
4037 if (options_validate_relay_testing(old_options, options, msg) < 0)
4039 if (options_validate_dirauth_testing(old_options, options, msg) < 0)
4043 REJECT(
"TestingClientMaxIntervalWithoutRequest is way too low.");
4045 COMPLAIN(
"TestingClientMaxIntervalWithoutRequest is insanely high.");
4049 REJECT(
"TestingDirConnectionMaxStall is way too low.");
4051 COMPLAIN(
"TestingDirConnectionMaxStall is insanely high.");
4055 REJECT(
"ClientBootstrapConsensusMaxInProgressTries must be greater "
4059 COMPLAIN(
"ClientBootstrapConsensusMaxInProgressTries is insanely "
4065 REJECT(
"TestingEnableConnBwEvent may only be changed in testing "
4071 REJECT(
"TestingEnableCellStatsEvent may only be changed in testing "
4076 log_warn(
LD_CONFIG,
"TestingTorNetwork is set. This will make your node "
4077 "almost unusable in the public Tor network, and is "
4078 "therefore only advised if you are building a "
4079 "testing Tor network!");
4082 if (options_validate_scheduler(options, msg) < 0) {
4096compute_real_max_mem_in_queues(
const uint64_t val,
bool is_server)
4098#define MIN_SERVER_MB 64
4099#define MIN_UNWARNED_SERVER_MB 256
4100#define MIN_UNWARNED_CLIENT_MB 64
4104#define ONE_GIGABYTE (UINT64_C(1) << 30)
4105#define ONE_MEGABYTE (UINT64_C(1) << 20)
4108 static int notice_sent = 0;
4112#if SIZEOF_VOID_P >= 8
4114 result = 8 * ONE_GIGABYTE;
4117 result = ONE_GIGABYTE;
4123#if SIZEOF_SIZE_T > 4
4125#define RAM_IS_VERY_LARGE(x) ((x) >= (8 * ONE_GIGABYTE))
4128#define RAM_IS_VERY_LARGE(x) (0)
4131 if (RAM_IS_VERY_LARGE(ram)) {
4138 avail = (ram / 5) * 2;
4143 avail = (ram / 4) * 3;
4152 }
else if (avail < ONE_GIGABYTE / 4) {
4153 result = ONE_GIGABYTE / 4;
4158 if (is_server && ! notice_sent) {
4159 log_notice(
LD_CONFIG,
"%sMaxMemInQueues is set to %"PRIu64
" MB. "
4160 "You can override this by setting MaxMemInQueues by hand.",
4161 ram ?
"Based on detected system memory, " :
"",
4162 (result / ONE_MEGABYTE));
4166 }
else if (is_server && val < ONE_MEGABYTE * MIN_SERVER_MB) {
4168 log_warn(
LD_CONFIG,
"MaxMemInQueues must be at least %d MB on servers "
4169 "for now. Ideally, have it as large as you can afford.",
4171 return MIN_SERVER_MB * ONE_MEGABYTE;
4172 }
else if (is_server && val < ONE_MEGABYTE * MIN_UNWARNED_SERVER_MB) {
4175 log_warn(
LD_CONFIG,
"MaxMemInQueues is set to a low value; if your "
4176 "relay doesn't work, this may be the reason why.");
4178 }
else if (! is_server && val < ONE_MEGABYTE * MIN_UNWARNED_CLIENT_MB) {
4181 log_warn(
LD_CONFIG,
"MaxMemInQueues is set to a low value; if your "
4182 "client doesn't work, this may be the reason why.");
4201 const void *new_val_,
4204 CHECK_OPTIONS_MAGIC(old_);
4205 CHECK_OPTIONS_MAGIC(new_val_);
4213#define BAD_CHANGE_TO(opt, how) do { \
4214 *msg = tor_strdup("While Tor is running"how", changing " #opt \
4215 " is not allowed"); \
4220#define SB_NOCHANGE_STR(opt) \
4221 if (! CFG_EQ_STRING(old, new_val, opt)) \
4222 BAD_CHANGE_TO(opt," with Sandbox active")
4223#define SB_NOCHANGE_LINELIST(opt) \
4224 if (! CFG_EQ_LINELIST(old, new_val, opt)) \
4225 BAD_CHANGE_TO(opt," with Sandbox active")
4226#define SB_NOCHANGE_INT(opt) \
4227 if (! CFG_EQ_INT(old, new_val, opt)) \
4228 BAD_CHANGE_TO(opt," with Sandbox active")
4230 SB_NOCHANGE_LINELIST(Address);
4231 SB_NOCHANGE_STR(ServerDNSResolvConfFile);
4232 SB_NOCHANGE_STR(DirPortFrontPage);
4233 SB_NOCHANGE_STR(CookieAuthFile);
4234 SB_NOCHANGE_STR(ExtORPortCookieAuthFile);
4235 SB_NOCHANGE_LINELIST(Logs);
4236 SB_NOCHANGE_INT(ConnLimit);
4238 if (server_mode(old) != server_mode(new_val)) {
4239 *msg = tor_strdup(
"Can't start/stop being a server while "
4240 "Sandbox is active");
4245#undef SB_NOCHANGE_LINELIST
4246#undef SB_NOCHANGE_STR
4247#undef SB_NOCHANGE_INT
4249#undef NO_CHANGE_BOOL
4251#undef NO_CHANGE_STRING
4259get_windows_conf_root(
void)
4261 static int is_set = 0;
4262 static char path[MAX_PATH*2+1];
4263 TCHAR tpath[MAX_PATH] = {0};
4275#ifdef ENABLE_LOCAL_APPDATA
4276#define APPDATA_PATH CSIDL_LOCAL_APPDATA
4278#define APPDATA_PATH CSIDL_APPDATA
4280 if (!SUCCEEDED(SHGetSpecialFolderLocation(NULL, APPDATA_PATH, &idl))) {
4281 getcwd(path,MAX_PATH);
4284 "I couldn't find your application data folder: are you "
4285 "running an ancient version of Windows 95? Defaulting to \"%s\"",
4290 result = SHGetPathFromIDList(idl, tpath);
4292 wcstombs(path,tpath,
sizeof(path));
4293 path[
sizeof(path)-1] =
'\0';
4295 strlcpy(path,tpath,
sizeof(path));
4302 m->lpVtbl->Free(m, idl);
4303 m->lpVtbl->Release(m);
4305 if (!SUCCEEDED(result)) {
4308 strlcat(path,
"\\tor",MAX_PATH);
4319#ifdef DISABLE_SYSTEM_TORRC
4320 (void) defaults_file;
4322#elif defined(_WIN32)
4323 if (defaults_file) {
4324 static char defaults_path[MAX_PATH+1];
4325 tor_snprintf(defaults_path, MAX_PATH,
"%s\\torrc-defaults",
4326 get_windows_conf_root());
4327 return defaults_path;
4329 static char path[MAX_PATH+1];
4331 get_windows_conf_root());
4335 return defaults_file ? CONFDIR
"/torrc-defaults" : CONFDIR
"/torrc";
4353 int *using_default_fname,
int *ignore_missing_torrc)
4357 const char *fname_opt = defaults_file ?
"--defaults-torrc" :
"-f";
4358 const char *fname_long_opt = defaults_file ?
"--defaults-torrc" :
4360 const char *ignore_opt = defaults_file ? NULL :
"--ignore-missing-torrc";
4361 const char *keygen_opt =
"--keygen";
4364 *ignore_missing_torrc = 1;
4366 for (p_index = cmd_arg; p_index; p_index = p_index->next) {
4368 if (!strcmp(p_index->key, fname_opt) ||
4369 !strcmp(p_index->key, fname_long_opt)) {
4371 log_warn(
LD_CONFIG,
"Duplicate %s options on command line.",
4384 *using_default_fname = 0;
4385 }
else if ((ignore_opt && !strcmp(p_index->key, ignore_opt)) ||
4386 (keygen_opt && !strcmp(p_index->key, keygen_opt))) {
4387 *ignore_missing_torrc = 1;
4391 if (*using_default_fname) {
4395 if (dflt && (st == FN_FILE || st == FN_EMPTY)) {
4396 fname = tor_strdup(dflt);
4400 if (!defaults_file) {
4405 if (hmst == FN_FILE || hmst == FN_EMPTY || dflt == NULL) {
4409 fname = tor_strdup(dflt);
4412 fname = dflt ? tor_strdup(dflt) : NULL;
4415 fname = dflt ? tor_strdup(dflt) : NULL;
4430 return read_file_to_str_until_eof(STDIN_FILENO,SIZE_MAX,&sz_out);
4445 int using_default_torrc = 1;
4446 int ignore_missing_torrc = 0;
4449 if (*fname_var == NULL) {
4451 &using_default_torrc, &ignore_missing_torrc);
4457 log_debug(
LD_CONFIG,
"Opening config file \"%s\"", fname?fname:
"<NULL>");
4461 if (fname == NULL ||
4462 !(st == FN_FILE || st == FN_EMPTY) ||
4463 !(cf = read_file_to_str(fname,0,NULL))) {
4464 if (using_default_torrc == 1 || ignore_missing_torrc) {
4466 log_notice(
LD_CONFIG,
"Configuration file \"%s\" not present, "
4467 "using reasonable defaults.", fname);
4470 cf = tor_strdup(
"");
4473 "Unable to open configuration file \"%s\".", fname);
4477 log_notice(
LD_CONFIG,
"Read configuration file \"%s\".", fname);
4495 char *cf=NULL, *cf_defaults=NULL;
4534 printf(
"This build of Tor is covered by the GNU General Public License "
4535 "(https://www.gnu.org/licenses/gpl-3.0.en.html)\n");
4537 printf(
"Tor is running on %s with Libevent %s, "
4538 "%s %s, Zlib %s, Liblzma %s, Libzstd %s and %s %s as libc.\n",
4552 printf(
"Tor compiled with %s version %s\n",
4553 strcmp(COMPILER_VENDOR,
"gnu") == 0?
4554 COMPILER:COMPILER_VENDOR, COMPILER_VERSION);
4575 cf_defaults = tor_strdup(
"");
4576 cf = tor_strdup(
"");
4582 if (f_line && f_line_long) {
4583 log_err(
LD_CONFIG,
"-f and --torrc-file cannot be used together.");
4586 }
else if (f_line_long) {
4587 f_line = f_line_long;
4590 const int read_torrc_from_stdin =
4591 (f_line != NULL && strcmp(f_line->value,
"-") == 0);
4593 if (read_torrc_from_stdin) {
4601 cf = tor_strdup(
"");
4629 KEY_EXPIRATION_FORMAT_ISO8601;
4664 return retval < 0 ? -1 : 0;
4678 int command,
const char *command_arg,
4682 or_options_t *oldoptions, *newoptions, *newdefaultoptions=NULL;
4686 int cf_has_include = 0;
4695 newoptions->
command_arg = command_arg ? tor_strdup(command_arg) : NULL;
4698 for (
int i = 0; i < 2; ++i) {
4699 const char *body = i==0 ? cf_defaults : cf;
4704 retval = config_get_lines_include(body, &cl, 1,
4705 body == cf ? &cf_has_include : NULL,
4708 err = SETOPT_ERR_PARSE;
4713 config_free_lines(cl);
4715 err = SETOPT_ERR_PARSE;
4722 if (newdefaultoptions == NULL) {
4737 err = SETOPT_ERR_PARSE;
4743 opened_files = NULL;
4769 smartlist_free(opened_files);
4771 or_options_free(newdefaultoptions);
4772 or_options_free(newoptions);
4774 char *old_msg = *msg;
4775 tor_asprintf(msg,
"Failed to parse/validate config: %s", old_msg);
4805 const char *from, *to, *msg;
4809 for (opt = options->
AddressMap; opt; opt = opt->next) {
4811 SPLIT_SKIP_SPACE|SPLIT_IGNORE_BLANK, 2);
4812 if (smartlist_len(elts) < 2) {
4813 log_warn(
LD_CONFIG,
"MapAddress '%s' has too few arguments. Ignoring.",
4818 from = smartlist_get(elts,0);
4819 to = smartlist_get(elts,1);
4821 if (to[0] ==
'.' || from[0] ==
'.') {
4822 log_warn(
LD_CONFIG,
"MapAddress '%s' is ambiguous - address starts with a"
4823 "'.'. Ignoring.",opt->value);
4828 log_warn(
LD_CONFIG,
"MapAddress '%s' failed: %s. Ignoring.", opt->value,
4833 if (smartlist_len(elts) > 2)
4834 log_warn(
LD_CONFIG,
"Ignoring extra arguments to MapAddress.");
4840 smartlist_free(elts);
4852 int from_wildcard = 0, to_wildcard = 0;
4854 *msg =
"whoops, forgot the error message";
4856 if (!strcmp(to,
"*") || !strcmp(from,
"*")) {
4857 *msg =
"can't remap from or to *";
4861 if (!strncmp(from,
"*.",2)) {
4865 if (!strncmp(to,
"*.",2)) {
4870 if (to_wildcard && !from_wildcard) {
4871 *msg =
"can only use wildcard (i.e. '*.') if 'from' address "
4872 "uses wildcard also";
4877 *msg =
"destination is invalid";
4882 from_wildcard, to_wildcard, 0);
4892 const char *filename,
int truncate_log)
4894 int open_flags = O_WRONLY|O_CREAT;
4895 open_flags |= truncate_log ? O_TRUNC : O_APPEND;
4897 int fd = tor_open_cloexec(filename, open_flags, 0640);
4914 log_warn(
LD_CONFIG,
"Log time granularity '%d' has to be positive.",
4920 if (granularity < 40) {
4922 while (1000 % granularity != 0);
4923 }
else if (granularity < 1000) {
4924 granularity = 1000 / granularity;
4925 while (1000 % granularity != 0)
4927 granularity = 1000 / granularity;
4929 granularity = 1000 * ((granularity / 1000) + 1);
4931 log_warn(
LD_CONFIG,
"Log time granularity '%d' has to be either a "
4932 "divisor or a multiple of 1 second. Changing to "
4968 if (options->
Logs == NULL && !run_as_daemon && !validate_only) {
4974 for (opt = options->
Logs; opt; opt = opt->next) {
4976 const char *cfg = opt->value;
4979 log_warn(
LD_CONFIG,
"Couldn't parse log levels in Log option 'Log %s'",
4981 ok = 0;
goto cleanup;
4985 SPLIT_SKIP_SPACE|SPLIT_IGNORE_BLANK, 2);
4987 if (smartlist_len(elts) == 0)
4990 if (smartlist_len(elts) == 1 &&
4991 (!strcasecmp(smartlist_get(elts,0),
"stdout") ||
4992 !strcasecmp(smartlist_get(elts,0),
"stderr"))) {
4993 int err = smartlist_len(elts) &&
4994 !strcasecmp(smartlist_get(elts,0),
"stderr");
4995 if (!validate_only) {
4996 if (run_as_daemon) {
4998 "Can't log to %s with RunAsDaemon set; skipping stdout",
4999 err?
"stderr":
"stdout");
5002 fileno(err?stderr:stdout));
5007 if (smartlist_len(elts) == 1) {
5008 if (!strcasecmp(smartlist_get(elts,0),
"syslog")) {
5010 if (!validate_only) {
5014 log_warn(
LD_CONFIG,
"Syslog is not supported on this system. Sorry.");
5021 if (!strcasecmp(smartlist_get(elts, 0),
"android")) {
5023 log_warn(
LD_CONFIG,
"The android logging API is no longer supported;"
5024 " adding a syslog instead. The 'android' logging "
5025 " type will no longer work in the future.");
5026 if (!validate_only) {
5030 log_warn(
LD_CONFIG,
"The android logging API is no longer supported.");
5036 if (smartlist_len(elts) == 2 &&
5037 !strcasecmp(smartlist_get(elts,0),
"file")) {
5038 if (!validate_only) {
5042 int truncate_log = 0;
5047 for (opt2 = old_options->
Logs; opt2; opt2 = opt2->next)
5048 if (!strcmp(opt->value, opt2->value)) {
5055 log_warn(
LD_CONFIG,
"Couldn't open file for 'Log %s': %s",
5056 opt->value, strerror(errno));
5064 log_warn(
LD_CONFIG,
"Bad syntax on file Log option 'Log %s'",
5066 ok = 0;
goto cleanup;
5073 smartlist_free(elts);
5075 if (ok && !validate_only)
5087 char *socks_string = NULL;
5088 size_t socks_string_len;
5095 log_warn(
LD_CONFIG,
"'%s' is not a k=v item.", s);
5098 } SMARTLIST_FOREACH_END(s);
5104 socks_string_len = strlen(socks_string);
5108 log_warn(
LD_CONFIG,
"SOCKS arguments can't be more than %u bytes (%lu).",
5110 (
unsigned long) socks_string_len);
5124 if (bridge_line->socks_args) {
5126 smartlist_free(bridge_line->socks_args);
5128 tor_free(bridge_line->transport_name);
5148 char *addrport=NULL, *fingerprint=NULL;
5154 SPLIT_SKIP_SPACE|SPLIT_IGNORE_BLANK, -1);
5155 if (smartlist_len(items) < 1) {
5156 log_warn(
LD_CONFIG,
"Too few arguments to Bridge line.");
5161 field = smartlist_get(items, 0);
5166 bridge_line->transport_name = field;
5167 if (smartlist_len(items) < 1) {
5168 log_warn(
LD_CONFIG,
"Too few items to Bridge line.");
5171 addrport = smartlist_get(items, 0);
5178 &bridge_line->addr, &bridge_line->port, 443)<0) {
5179 log_warn(
LD_CONFIG,
"Error parsing Bridge address '%s'", addrport);
5186 if (smartlist_len(items)) {
5187 if (bridge_line->transport_name) {
5188 field = smartlist_get(items, 0);
5197 fingerprint = field;
5208 log_warn(
LD_CONFIG,
"Key digest for Bridge is wrong length.");
5213 log_warn(
LD_CONFIG,
"Unable to decode Bridge key digest.");
5220 if (bridge_line->transport_name && smartlist_len(items)) {
5221 if (!bridge_line->socks_args)
5228 tor_assert(smartlist_len(bridge_line->socks_args) > 0);
5231 if (bridge_line->socks_args) {
5239 bridge_line_free(bridge_line);
5244 smartlist_free(items);
5271 SPLIT_SKIP_SPACE|SPLIT_IGNORE_BLANK, 2);
5274 if (smartlist_len(sl) < 2) {
5275 *msg = tor_strdup(
"TCPProxy has no address/port. Please fix.");
5279 char *protocol_string = smartlist_get(sl, 0);
5280 char *addrport_string = smartlist_get(sl, 1);
5283 if (strcasecmp(protocol_string,
"haproxy")) {
5284 *msg = tor_strdup(
"TCPProxy protocol is not supported. Currently "
5285 "the only supported protocol is 'haproxy'. "
5296 *msg = tor_strdup(
"TCPProxy address/port failed to parse or resolve. "
5325 const char *line,
int validate_only,
5331 const char *transports = NULL;
5334 char *addrport = NULL;
5337 int socks_ver = PROXY_NONE;
5341 char **proxy_argv = NULL;
5344 int is_useless_proxy = 1;
5351 SPLIT_SKIP_SPACE|SPLIT_IGNORE_BLANK, -1);
5352 line_length = smartlist_len(items);
5354 if (line_length < 3) {
5356 "Too few arguments on %sTransportPlugin line.",
5357 server ?
"Server" :
"Client");
5364 transports = smartlist_get(items, 0);
5367 SPLIT_SKIP_SPACE|SPLIT_IGNORE_BLANK, 0);
5371 log_warn(
LD_CONFIG,
"Transport name is not a C identifier (%s).",
5378 is_useless_proxy = 0;
5379 } SMARTLIST_FOREACH_END(transport_name);
5381 type = smartlist_get(items, 1);
5382 if (!strcmp(type,
"exec")) {
5384 }
else if (server && !strcmp(type,
"proxy")) {
5387 }
else if (!server && !strcmp(type,
"socks4")) {
5390 socks_ver = PROXY_SOCKS4;
5391 }
else if (!server && !strcmp(type,
"socks5")) {
5394 socks_ver = PROXY_SOCKS5;
5397 "Strange %sTransportPlugin type '%s'",
5398 server ?
"Server" :
"Client", type);
5402 if (is_managed && options->
Sandbox) {
5404 "Managed proxies are not compatible with Sandbox mode."
5405 "(%sTransportPlugin line was %s)",
5406 server ?
"Server" :
"Client",
escaped(line));
5410 if (is_managed && options->
NoExec) {
5412 "Managed proxies are not compatible with NoExec mode; ignoring."
5413 "(%sTransportPlugin line was %s)",
5414 server ?
"Server" :
"Client",
escaped(line));
5422 if (!server && !validate_only && is_useless_proxy) {
5424 "Pluggable transport proxy (%s) does not provide "
5425 "any needed transports and will not be launched.",
5435 if (!validate_only && (server || !is_useless_proxy)) {
5436 proxy_argc = line_length - 2;
5438 proxy_argv = tor_calloc((proxy_argc + 1),
sizeof(
char *));
5441 for (i = 0; i < proxy_argc; i++) {
5443 *tmp++ = smartlist_get(items, 2);
5461 log_warn(
LD_CONFIG,
"You have configured an external proxy with another "
5462 "proxy type. (Socks4Proxy|Socks5Proxy|HTTPSProxy|"
5469 "You can't have an external proxy with more than "
5474 addrport = smartlist_get(items, 2);
5478 "Error parsing transport address '%s'", addrport);
5484 "Transport address '%s' has no port.", addrport);
5488 if (!validate_only) {
5489 log_info(
LD_DIR,
"%s '%s' at %s.",
5490 server ?
"Server transport" :
"Transport",
5509 smartlist_free(items);
5551 const char *eq = strchr(flag,
'=');
5553 const char *target = eq + 1;
5557 log_warn(
LD_CONFIG,
"Unsupported URL scheme in authority flag %s", flag);
5560 const char *addr = target + strlen(
"http://");
5562 const char *eos = strchr(addr,
'/');
5564 if (eos && strcmp(eos,
"/")) {
5565 log_warn(
LD_CONFIG,
"Unsupported URL prefix in authority flag %s", flag);
5568 addr_len = eos - addr;
5570 addr_len = strlen(addr);
5574 char *addr_string = tor_strndup(addr, addr_len);
5576 memset(&dirport, 0,
sizeof(dirport));
5578 &dirport.addr, &dirport.port, -1);
5579 if (ds != NULL && rv == 0) {
5581 }
else if (rv == -1) {
5582 log_warn(
LD_CONFIG,
"Unable to parse address in authority flag %s",flag);
5602 char *addrport=NULL, *address=NULL, *nickname=NULL, *fingerprint=NULL;
5604 uint16_t dir_port = 0, or_port = 0;
5608 double weight = 1.0;
5611 memset(v3_digest, 0,
sizeof(v3_digest));
5615 SPLIT_SKIP_SPACE|SPLIT_IGNORE_BLANK, -1);
5616 if (smartlist_len(items) < 1) {
5617 log_warn(
LD_CONFIG,
"No arguments on DirAuthority line.");
5622 nickname = smartlist_get(items, 0);
5626 while (smartlist_len(items)) {
5627 char *flag = smartlist_get(items, 0);
5628 if (TOR_ISDIGIT(flag[0]))
5630 if (!strcasecmp(flag,
"hs") ||
5631 !strcasecmp(flag,
"no-hs")) {
5632 log_warn(
LD_CONFIG,
"The DirAuthority options 'hs' and 'no-hs' are "
5633 "obsolete; you don't need them any more.");
5634 }
else if (!strcasecmp(flag,
"bridge")) {
5636 }
else if (!strcasecmp(flag,
"no-v2")) {
5641 char *portstring = flag + strlen(
"orport=");
5642 or_port = (uint16_t)
tor_parse_long(portstring, 10, 1, 65535, &ok, NULL);
5644 log_warn(
LD_CONFIG,
"Invalid orport '%s' on DirAuthority line.",
5648 const char *wstring = flag + strlen(
"weight=");
5651 log_warn(
LD_CONFIG,
"Invalid weight '%s' on DirAuthority line.",flag);
5655 char *idstr = flag + strlen(
"v3ident=");
5659 log_warn(
LD_CONFIG,
"Bad v3 identity digest '%s' on DirAuthority line",
5665 if (ipv6_addrport_ptr) {
5666 log_warn(
LD_CONFIG,
"Redundant ipv6 addr/port on DirAuthority line");
5669 &ipv6_addrport.addr, &ipv6_addrport.port,
5672 log_warn(
LD_CONFIG,
"Bad ipv6 addr/port %s on DirAuthority line",
5676 ipv6_addrport_ptr = &ipv6_addrport;
5685 log_warn(
LD_CONFIG,
"Unrecognized flag '%s' on DirAuthority line",
5692 if (smartlist_len(items) < 2) {
5693 log_warn(
LD_CONFIG,
"Too few arguments to DirAuthority line.");
5696 addrport = smartlist_get(items, 0);
5700 log_warn(
LD_CONFIG,
"Error parsing DirAuthority address '%s'.", addrport);
5705 log_warn(
LD_CONFIG,
"Error parsing DirAuthority address '%s' "
5706 "(invalid IPv4 address)", address);
5711 log_warn(
LD_CONFIG,
"Missing port in DirAuthority address '%s'",addrport);
5717 log_warn(
LD_CONFIG,
"Key digest '%s' for DirAuthority is wrong length %d.",
5718 fingerprint, (
int)strlen(fingerprint));
5723 log_warn(
LD_CONFIG,
"Unable to decode DirAuthority key digest.");
5727 if (validate_only) {
5731 } SMARTLIST_FOREACH_END(cp);
5734 if (!validate_only && (!required_type || required_type & type)) {
5737 type &= required_type;
5739 log_debug(
LD_DIR,
"Trusted %d dirserver at %s:%d (%s)", (
int)type,
5740 address, (
int)dir_port, (
char*)smartlist_get(items,0));
5743 digest, v3_digest, type, weight)))
5749 } SMARTLIST_FOREACH_END(cp);
5761 smartlist_free(extra_dirports);
5763 smartlist_free(items);
5790 memset(
id, 0,
sizeof(
id));
5792 SPLIT_SKIP_SPACE|SPLIT_IGNORE_BLANK, -1);
5794 const char *eq = strchr(cp,
'=');
5802 1, 65535, &ok, NULL);
5807 if (ipv6_addrport_ptr) {
5808 log_warn(
LD_CONFIG,
"Redundant ipv6 addr/port on FallbackDir line");
5811 &ipv6_addrport.addr, &ipv6_addrport.port,
5814 log_warn(
LD_CONFIG,
"Bad ipv6 addr/port %s on FallbackDir line",
5818 ipv6_addrport_ptr = &ipv6_addrport;
5822 const char *wstring = cp + strlen(
"weight=");
5825 log_warn(
LD_CONFIG,
"Invalid weight '%s' on FallbackDir line.", cp);
5834 } SMARTLIST_FOREACH_END(cp);
5836 if (smartlist_len(positional) != 1) {
5842 log_warn(
LD_CONFIG,
"Missing identity on FallbackDir line");
5847 log_warn(
LD_CONFIG,
"Missing orport on FallbackDir line");
5852 &address, &dirport) < 0 ||
5854 log_warn(
LD_CONFIG,
"Couldn't parse address:port %s on FallbackDir line",
5855 (
const char*)smartlist_get(positional, 0));
5859 if (!validate_only) {
5874 smartlist_free(items);
5875 smartlist_free(positional);
5916 const char *portname,
5917 const int listener_type)
5920 if (port->type != listener_type)
5922 if (port->is_unix_addr) {
5924 }
else if (!tor_addr_is_internal(&port->addr, 1)) {
5925 log_warn(
LD_CONFIG,
"You specified a public address '%s' for %sPort. "
5926 "Other people on the Internet might find your computer and "
5927 "use it as an open proxy. Please don't allow this unless you "
5928 "have a good reason.",
5931 log_notice(
LD_CONFIG,
"You configured a non-loopback address '%s' "
5932 "for %sPort. This allows everybody on your local network to "
5933 "use your machine as a proxy. Make sure this is what you "
5937 } SMARTLIST_FOREACH_END(port);
5951 if (port->is_unix_addr)
5954 if (forbid_nonlocal) {
5957 "You have a ControlPort set to accept "
5958 "unauthenticated connections from a non-local address. "
5959 "This means that programs not running on your computer "
5960 "can reconfigure your Tor, without even having to guess a "
5961 "password. That's so bad that I'm closing your ControlPort "
5962 "for you. If you need to control your Tor remotely, try "
5963 "enabling authentication and using a tool like stunnel or "
5964 "ssh to encrypt remote access.");
5966 port_cfg_free(port);
5969 log_warn(
LD_CONFIG,
"You have a ControlPort set to accept "
5970 "connections from a non-local address. This means that "
5971 "programs not running on your computer can reconfigure your "
5972 "Tor. That's pretty bad, since the controller "
5973 "protocol isn't encrypted! Maybe you should just listen on "
5974 "127.0.0.1 and use a tool like stunnel or ssh to encrypt "
5975 "remote connections to your control port.");
5979 } SMARTLIST_FOREACH_END(port);
5994 char **addrport_out,
5996 const char **rest_out)
6009 *addrport_out = NULL;
6010 line += strlen(unix_socket_prefix);
6012 if (!*rest_out || (*addrport_out && sz != strlen(*addrport_out))) {
6021 line += strlen(unix_socket_prefix);
6029 end = strchr(line,
'\0');
6032 *addrport_out = tor_strndup(line, end - line);
6039warn_client_dns_cache(
const char *option,
int disabling)
6045 "Client-side DNS caching enables a wide variety of route-"
6046 "capture attacks. If a single bad exit node lies to you about "
6047 "an IP address, caching that address would make you visit "
6048 "an address of the attacker's choice every time you connected "
6049 "to your destination.");
6085 const char *portname,
6087 const char *defaultaddr,
6089 const unsigned flags)
6095 const unsigned allow_no_stream_options = flags & CL_PORT_NO_STREAM_OPTIONS;
6096 const unsigned use_server_options = flags & CL_PORT_SERVER_OPTIONS;
6097 const unsigned warn_nonlocal = flags & CL_PORT_WARN_NONLOCAL;
6098 const unsigned forbid_nonlocal = flags & CL_PORT_FORBID_NONLOCAL;
6099 const unsigned default_to_group_writable =
6100 flags & CL_PORT_DFLT_GROUP_WRITABLE;
6101 const unsigned takes_hostnames = flags & CL_PORT_TAKES_HOSTNAMES;
6102 const unsigned is_unix_socket = flags & CL_PORT_IS_UNIXSOCKET;
6103 int got_zero_port=0, got_nonzero_port=0;
6104 char *unix_socket_path = NULL;
6106 bool addr_is_explicit =
false;
6117 if (defaultport && defaultaddr && out) {
6118 cfg =
port_cfg_new(is_unix_socket ? strlen(defaultaddr) : 0);
6119 cfg->
type = listener_type;
6120 if (is_unix_socket) {
6122 memcpy(cfg->
unix_addr, defaultaddr, strlen(defaultaddr) + 1);
6125 cfg->
port = defaultport;
6136 char *addrport = NULL;
6138 for (; ports; ports = ports->next) {
6142 has_used_unix_socket_only_option = 0,
6143 is_unix_tagged_addr = 0;
6145 const char *rest_of_line = NULL;
6148 &addrport, &is_unix_tagged_addr, &rest_of_line)<0) {
6149 log_warn(
LD_CONFIG,
"Invalid %sPort line with unparsable address",
6153 if (strlen(addrport) == 0) {
6154 log_warn(
LD_CONFIG,
"Invalid %sPort line with no address", portname);
6160 SPLIT_SKIP_SPACE|SPLIT_IGNORE_BLANK, 0);
6163 if (is_unix_tagged_addr) {
6164#ifndef HAVE_SYS_UN_H
6165 log_warn(
LD_CONFIG,
"Unix sockets not supported on this system.");
6168 unix_socket_path = addrport;
6172 if (unix_socket_path &&
6174 log_warn(
LD_CONFIG,
"%sPort does not support unix sockets", portname);
6178 if (unix_socket_path) {
6180 }
else if (is_unix_socket) {
6183 unix_socket_path = tor_strdup(addrport);
6184 if (!strcmp(addrport,
"0"))
6188 }
else if (!strcasecmp(addrport,
"auto")) {
6192 char *addrtmp = tor_strndup(addrport, strlen(addrport)-5);
6195 log_warn(
LD_CONFIG,
"Invalid address '%s' for %sPort",
6207 addr_is_explicit =
false;
6210 log_warn(
LD_CONFIG,
"%sPort line has address but no port", portname);
6214 addr_is_explicit =
true;
6216 log_warn(
LD_CONFIG,
"Couldn't parse address %s for %sPort",
6223 cfg =
port_cfg_new(unix_socket_path ? strlen(unix_socket_path) : 0);
6225 cfg->explicit_addr = addr_is_explicit;
6226 if (unix_socket_path && default_to_group_writable)
6227 cfg->is_group_writable = 1;
6230 if (use_server_options) {
6233 if (!strcasecmp(elt,
"NoAdvertise")) {
6234 cfg->server_cfg.no_advertise = 1;
6235 }
else if (!strcasecmp(elt,
"NoListen")) {
6236 cfg->server_cfg.no_listen = 1;
6239 }
else if (!strcasecmp(elt,
"AllAddrs")) {
6243 }
else if (!strcasecmp(elt,
"IPv4Only")) {
6244 cfg->server_cfg.bind_ipv4_only = 1;
6245 }
else if (!strcasecmp(elt,
"IPv6Only")) {
6246 cfg->server_cfg.bind_ipv6_only = 1;
6248 log_warn(
LD_CONFIG,
"Unrecognized %sPort option '%s'",
6251 } SMARTLIST_FOREACH_END(elt);
6253 if (cfg->server_cfg.no_advertise && cfg->server_cfg.no_listen) {
6254 log_warn(
LD_CONFIG,
"Tried to set both NoListen and NoAdvertise "
6255 "on %sPort line '%s'",
6256 portname,
escaped(ports->value));
6259 if (cfg->server_cfg.bind_ipv4_only &&
6260 cfg->server_cfg.bind_ipv6_only) {
6261 log_warn(
LD_CONFIG,
"Tried to set both IPv4Only and IPv6Only "
6262 "on %sPort line '%s'",
6263 portname,
escaped(ports->value));
6266 if (cfg->server_cfg.bind_ipv4_only &&
6268 if (cfg->explicit_addr) {
6269 log_warn(
LD_CONFIG,
"Could not interpret %sPort address as IPv4",
6277 if (cfg->server_cfg.bind_ipv6_only &&
6279 if (cfg->explicit_addr) {
6280 log_warn(
LD_CONFIG,
"Could not interpret %sPort address as IPv6",
6291 int no = 0, isoflag = 0;
6292 const char *elt_orig = elt;
6296 10, 0, INT_MAX, &ok, NULL);
6297 if (!ok || allow_no_stream_options) {
6298 log_warn(
LD_CONFIG,
"Invalid %sPort option '%s'",
6303 log_warn(
LD_CONFIG,
"Multiple SessionGroup options on %sPort",
6316 if (!strcasecmp(elt,
"GroupWritable")) {
6317 cfg->is_group_writable = !no;
6318 has_used_unix_socket_only_option = 1;
6320 }
else if (!strcasecmp(elt,
"WorldWritable")) {
6321 cfg->is_world_writable = !no;
6322 has_used_unix_socket_only_option = 1;
6324 }
else if (!strcasecmp(elt,
"RelaxDirModeCheck")) {
6325 cfg->relax_dirmode_check = !no;
6326 has_used_unix_socket_only_option = 1;
6330 if (allow_no_stream_options) {
6331 log_warn(
LD_CONFIG,
"Unrecognized %sPort option '%s'",
6336 if (takes_hostnames) {
6337 if (!strcasecmp(elt,
"IPv4Traffic")) {
6340 }
else if (!strcasecmp(elt,
"IPv6Traffic")) {
6343 }
else if (!strcasecmp(elt,
"PreferIPv6")) {
6346 }
else if (!strcasecmp(elt,
"DNSRequest")) {
6349 }
else if (!strcasecmp(elt,
"OnionTraffic")) {
6352 }
else if (!strcasecmp(elt,
"OnionTrafficOnly")) {
6357 log_warn(
LD_CONFIG,
"Unsupported %sPort option 'No%s'. Use "
6358 "DNSRequest, IPv4Traffic, and/or IPv6Traffic instead.",
6368 if (!strcasecmp(elt,
"CacheIPv4DNS")) {
6369 warn_client_dns_cache(elt, no);
6372 }
else if (!strcasecmp(elt,
"CacheIPv6DNS")) {
6373 warn_client_dns_cache(elt, no);
6374 cfg->
entry_cfg.cache_ipv6_answers = ! no;
6376 }
else if (!strcasecmp(elt,
"CacheDNS")) {
6377 warn_client_dns_cache(elt, no);
6379 cfg->
entry_cfg.cache_ipv6_answers = ! no;
6381 }
else if (!strcasecmp(elt,
"UseIPv4Cache")) {
6382 warn_client_dns_cache(elt, no);
6385 }
else if (!strcasecmp(elt,
"UseIPv6Cache")) {
6386 warn_client_dns_cache(elt, no);
6387 cfg->
entry_cfg.use_cached_ipv6_answers = ! no;
6389 }
else if (!strcasecmp(elt,
"UseDNSCache")) {
6390 warn_client_dns_cache(elt, no);
6392 cfg->
entry_cfg.use_cached_ipv6_answers = ! no;
6394 }
else if (!strcasecmp(elt,
"PreferIPv6Automap")) {
6397 }
else if (!strcasecmp(elt,
"PreferSOCKSNoAuth")) {
6400 }
else if (!strcasecmp(elt,
"KeepAliveIsolateSOCKSAuth")) {
6403 }
else if (!strcasecmp(elt,
"ExtendedErrors")) {
6409 elt[strlen(elt)-1] =
'\0';
6411 if (!strcasecmp(elt,
"IsolateDestPort")) {
6413 }
else if (!strcasecmp(elt,
"IsolateDestAddr")) {
6415 }
else if (!strcasecmp(elt,
"IsolateSOCKSAuth")) {
6417 }
else if (!strcasecmp(elt,
"IsolateClientProtocol")) {
6419 }
else if (!strcasecmp(elt,
"IsolateClientAddr")) {
6422 log_warn(
LD_CONFIG,
"Unrecognized %sPort option '%s'",
6431 } SMARTLIST_FOREACH_END(elt);
6435 got_nonzero_port = 1;
6441 log_warn(
LD_CONFIG,
"You have a %sPort entry with DNS disabled; that "
6442 "won't work.", portname);
6449 log_warn(
LD_CONFIG,
"You have a %sPort entry with all of IPv4 and "
6450 "IPv6 and .onion disabled; that won't work.", portname);
6457 log_warn(
LD_CONFIG,
"You have a %sPort entry with DNSRequest enabled, "
6458 "but IPv4 and IPv6 disabled; DNS-based sites won't work.",
6462 if (has_used_unix_socket_only_option && !unix_socket_path) {
6463 log_warn(
LD_CONFIG,
"You have a %sPort entry with GroupWritable, "
6464 "WorldWritable, or RelaxDirModeCheck, but it is not a "
6465 "unix socket.", portname);
6470 log_warn(
LD_CONFIG,
"You have a %sPort entry with both "
6471 "NoIsolateSOCKSAuth and KeepAliveIsolateSOCKSAuth set.",
6475 if (unix_socket_path &&
6483 size_t namelen = unix_socket_path ? strlen(unix_socket_path) : 0;
6484 if (unix_socket_path) {
6486 memcpy(cfg->
unix_addr, unix_socket_path, namelen + 1);
6493 cfg->
type = listener_type;
6509 if (warn_nonlocal && out) {
6512 else if (is_ext_orport)
6513 port_warn_nonlocal_ext_orports(out, portname);
6518 if (got_zero_port && got_nonzero_port) {
6519 log_warn(
LD_CONFIG,
"You specified a nonzero %sPort along with '%sPort 0' "
6520 "in the same configuration. Did you mean to disable %sPort or "
6521 "not?", portname, portname, portname);
6539 smartlist_free(elts);
6555 if (port->server_cfg.no_listen)
6557 if (!count_sockets && port->is_unix_addr)
6559 if (port->type != listenertype)
6562 } SMARTLIST_FOREACH_END(port);
6576 char **msg,
int *n_ports_out,
6577 int *world_writable_control_socket)
6587 CL_PORT_DFLT_GROUP_WRITABLE : 0;
6592 ((validate_only ? 0 : CL_PORT_WARN_NONLOCAL)
6593 | CL_PORT_TAKES_HOSTNAMES | gw_flag)) < 0) {
6594 *msg = tor_strdup(
"Invalid SocksPort configuration");
6601 CL_PORT_WARN_NONLOCAL|CL_PORT_TAKES_HOSTNAMES) < 0) {
6602 *msg = tor_strdup(
"Invalid DNSPort configuration");
6609 CL_PORT_WARN_NONLOCAL) < 0) {
6610 *msg = tor_strdup(
"Invalid TransPort configuration");
6617 CL_PORT_WARN_NONLOCAL) < 0) {
6618 *msg = tor_strdup(
"Invalid NatdPort configuration");
6625 ((validate_only ? 0 : CL_PORT_WARN_NONLOCAL)
6626 | CL_PORT_TAKES_HOSTNAMES | gw_flag)) < 0) {
6627 *msg = tor_strdup(
"Invalid HTTPTunnelPort configuration");
6635 unsigned control_port_flags = CL_PORT_NO_STREAM_OPTIONS |
6636 CL_PORT_WARN_NONLOCAL;
6640 if (! any_passwords)
6641 control_port_flags |= CL_PORT_FORBID_NONLOCAL;
6643 control_port_flags |= CL_PORT_DFLT_GROUP_WRITABLE;
6649 control_port_flags) < 0) {
6650 *msg = tor_strdup(
"Invalid ControlPort configuration");
6657 control_port_flags | CL_PORT_IS_UNIXSOCKET) < 0) {
6658 *msg = tor_strdup(
"Invalid ControlSocket configuration");
6666 *n_ports_out = smartlist_len(ports);
6672 port_update_port_set_relay(options, ports);
6673 options->SocksPort_set =
6675 options->TransPort_set =
6677 options->NATDPort_set =
6679 options->HTTPTunnelPort_set =
6682 options->ControlPort_set =
6684 options->DNSPort_set =
6687 if (world_writable_control_socket) {
6691 p->is_world_writable) {
6692 *world_writable_control_socket = 1;
6697 if (!validate_only) {
6710 smartlist_free(ports);
6721 && !port->server_cfg.bind_ipv6_only);
6730 && !port->server_cfg.bind_ipv4_only);
6755 static const char *ipv4_localhost =
"127.0.0.1";
6756 static const char *ipv6_localhost =
"[::1]";
6757 const char *address;
6759 char *
string = NULL;
6765 if (cfg->server_cfg.no_listen)
6768 if (cfg->type == listener_type &&
6777 address =
tor_addr_is_v4(&cfg->addr) ? ipv4_localhost : ipv6_localhost;
6798 } SMARTLIST_FOREACH_END(cfg);
6809 const port_cfg_t *first_port_explicit_addr = NULL;
6811 if (address_family == AF_UNSPEC)
6816 if (cfg->type == listener_type && !cfg->server_cfg.no_advertise) {
6817 if ((address_family == AF_INET && port_binds_ipv4(cfg)) ||
6818 (address_family == AF_INET6 && port_binds_ipv6(cfg))) {
6819 if (cfg->explicit_addr && !first_port_explicit_addr) {
6820 first_port_explicit_addr = cfg;
6821 }
else if (!first_port) {
6826 } SMARTLIST_FOREACH_END(cfg);
6829 return (first_port_explicit_addr) ? first_port_explicit_addr : first_port;
6841 return cfg ? cfg->
port : 0;
6853 return cfg ? &cfg->
addr : NULL;
6864 int port,
int check_wildcard)
6869 if (cfg->type == listener_type) {
6870 if (cfg->port == port || (check_wildcard && port == -1)) {
6876 if (!check_wildcard) {
6880 const int cfg_v4 = port_binds_ipv4(cfg);
6885 if ((cfg_any_v4 && addr_v4) || (cfg_v4 && addr_any_v4)) {
6889 const int cfg_v6 = port_binds_ipv6(cfg);
6894 if ((cfg_any_v6 && addr_v6) || (cfg_v6 && addr_any_v6)) {
6899 } SMARTLIST_FOREACH_END(cfg);
6906port_exists_by_type_addr32h_port(
int listener_type, uint32_t addr_ipv4h,
6907 int port,
int check_wildcard)
6922 return tor_strdup(val);
6924 return tor_strdup(get_windows_conf_root());
6926#elif defined(__ANDROID__)
6931 return tor_strdup(val);
6933 return tor_strdup(
"/data/local/tmp");
6936 const char *d = val;
6943 log_warn(
LD_CONFIG,
"Failed to expand filename \"%s\".", d);
6946 if (!val && !strcmp(fn,
"/.tor")) {
6951 "Default DataDirectory is \"~/.tor\". This expands to "
6952 "\"%s\", which is probably not what you want. Using "
6953 "\"%s"PATH_SEPARATOR
"tor\" instead", fn, LOCALSTATEDIR);
6955 fn = tor_strdup(LOCALSTATEDIR PATH_SEPARATOR
"tor");
6959 return tor_strdup(d);
6973 log_warn(
LD_CONFIG,
"DataDirectory is too long.");
7015#define GENERATED_FILE_PREFIX "# This file was generated by Tor; " \
7016 "if you edit it, comments will not be preserved"
7019#define GENERATED_FILE_COMMENT "# The old torrc file was renamed " \
7020 "to torrc.orig.1, and Tor will ignore it"
7029 char *old_val=NULL, *new_val=NULL, *new_conf=NULL;
7030 int rename_old = 0, r;
7035 switch (file_status(fname)) {
7039 old_val = read_file_to_str(fname, 0, NULL);
7051 "Config file \"%s\" is not a file? Failing.", fname);
7055 if (!(new_conf =
options_dump(options, OPTIONS_DUMP_MINIMAL))) {
7056 log_warn(
LD_BUG,
"Couldn't get configuration string");
7064 char *fn_tmp = NULL;
7067 if (fn_tmp_status == FN_DIR || fn_tmp_status == FN_ERROR) {
7069 "Config backup file \"%s\" is not a file? Failing.", fn_tmp);
7074 log_notice(
LD_CONFIG,
"Renaming old configuration file to \"%s\"", fn_tmp);
7075 if (replace_file(fname, fn_tmp) < 0) {
7077 "Couldn't rename configuration file \"%s\" to \"%s\": %s",
7078 fname, fn_tmp, strerror(errno));
7085 if (write_str_to_file(fname, new_val, 0) < 0)
7120 return (n >= 1) ? n : 1;
7142 memset(&cfg, 0,
sizeof(cfg));
7163 directory_root_t roottype,
7164 const char *sub1,
const char *sub2,
7165 const char *suffix))
7169 const char *rootdir = NULL;
7171 case DIRROOT_DATADIR:
7174 case DIRROOT_CACHEDIR:
7177 case DIRROOT_KEYDIR:
7181 tor_assert_unreached();
7194 }
else if (sub2 == NULL) {
7195 tor_asprintf(&fname,
"%s"PATH_SEPARATOR
"%s%s", rootdir, sub1, suffix);
7197 tor_asprintf(&fname,
"%s"PATH_SEPARATOR
"%s"PATH_SEPARATOR
"%s%s",
7198 rootdir, sub1, sub2, suffix);
7210 char *statsdir = get_datadir_fname(subdir);
7214 log_warn(
LD_HIST,
"Unable to create %s/ directory!", subdir);
7228 const char* str,
const char* descr)
7230 char *filename = get_datadir_fname2(subdir, fname);
7233 if (write_str_to_file(filename, str, 0) < 0) {
7234 log_warn(
LD_HIST,
"Unable to write %s to disk!", descr ? descr : fname);
7247 const char *question,
char **answer,
7248 const char **errmsg)
7252 if (!strcmp(question,
"config/names")) {
7263 } SMARTLIST_FOREACH_END(var);
7267 smartlist_free(vars);
7268 }
else if (!strcmp(question,
"config/defaults")) {
7270 int dirauth_lines_seen = 0, fallback_lines_seen = 0;
7275 if (var->initvalue != NULL) {
7276 if (strcmp(var->member.name,
"DirAuthority") == 0) {
7281 ++dirauth_lines_seen;
7283 if (strcmp(var->member.name,
"FallbackDir") == 0) {
7288 ++fallback_lines_seen;
7294 } SMARTLIST_FOREACH_END(var);
7295 smartlist_free(vars);
7297 if (dirauth_lines_seen == 0) {
7315 if (fallback_lines_seen == 0 &&
7354 if (family==AF_INET6) {
7361 if (!validate_only) {
7380 if (verify_and_store_outbound_address(family, &addr, type,
7381 options, validate_only)) {
7383 tor_asprintf(msg,
"Multiple%s%s outbound bind addresses "
7385 family==AF_INET?
" IPv4":(family==AF_INET6?
" IPv6":
""),
7391 lines = lines->next;
7405 if (!validate_only) {
7412 validate_only, msg) < 0) {
7448 const char *msg =
"";
7453 char *free_fname = NULL;
7456 if (!strcmp(fname,
"<default>")) {
7457 const char *conf_root = get_windows_conf_root();
7468 if (r < 0 && severity ==
LOG_WARN) {
7491 if (options->GeoIPv6File &&
7492 ((!old_options || !
opt_streq(old_options->GeoIPv6File,
7493 options->GeoIPv6File))
7513 int cookie_len,
int group_readable,
7514 uint8_t **cookie_out,
int *cookie_is_set_out)
7516 char cookie_file_str_len = strlen(header) + cookie_len;
7517 char *cookie_file_str = tor_malloc(cookie_file_str_len);
7522 if (*cookie_is_set_out) {
7534 *cookie_out = tor_malloc(cookie_len);
7538 memcpy(cookie_file_str, header, strlen(header));
7539 memcpy(cookie_file_str+strlen(header), *cookie_out, cookie_len);
7540 if (write_bytes_to_file(fname, cookie_file_str, cookie_file_str_len, 1)) {
7541 log_warn(
LD_FS,
"Error writing auth cookie to %s.",
escaped(fname));
7546 if (group_readable) {
7547 if (chmod(fname, 0640)) {
7548 log_warn(
LD_FS,
"Unable to make %s group-readable.",
escaped(fname));
7552 (void) group_readable;
7557 *cookie_is_set_out = 1;
7561 memwipe(cookie_file_str, 0, cookie_file_str_len);
7573 return (options->SocksPort_set ||
7574 options->TransPort_set ||
7575 options->NATDPort_set ||
7576 options->DNSPort_set ||
7577 options->HTTPTunnelPort_set);
void tor_addr_copy(tor_addr_t *dest, const tor_addr_t *src)
void tor_addr_make_unspec(tor_addr_t *a)
int string_is_valid_ipv4_address(const char *string)
int tor_addr_parse(tor_addr_t *addr, const char *src)
int tor_addr_port_parse(int severity, const char *addrport, tor_addr_t *address_out, uint16_t *port_out, int default_port)
int tor_addr_is_loopback(const tor_addr_t *addr)
int tor_addr_is_v4(const tor_addr_t *addr)
int tor_addr_port_split(int severity, const char *addrport, char **address_out, uint16_t *port_out)
int tor_addr_is_null(const tor_addr_t *addr)
const char * fmt_addrport(const tor_addr_t *addr, uint16_t port)
#define fmt_and_decorate_addr(a)
static sa_family_t tor_addr_family(const tor_addr_t *a)
#define tor_addr_from_ipv4h(dest, v4addr)
#define tor_addr_eq(a, b)
void addressmap_clear_invalid_automaps(const or_options_t *options)
void addressmap_register(const char *address, char *new_address, time_t expires, addressmap_entry_source_t source, const int wildcard_addr, const int wildcard_new_addr, uint64_t stream_id)
void addressmap_clear_configured(void)
void addressmap_clear_excluded_trackexithosts(const or_options_t *options)
int parse_virtual_addr_network(const char *val, sa_family_t family, int validate_only, char **msg)
Header file for directory authority mode.
int base16_decode(char *dest, size_t destlen, const char *src, size_t srclen)
void mark_bridge_list(void)
void sweep_bridge_list(void)
int transport_is_needed(const char *transport_name)
void bridge_add_from_config(bridge_line_t *bridge_line)
Header file for circuitbuild.c.
Header file for channel.c.
void circuit_mark_all_dirty_circs_as_unusable(void)
void circuit_mark_all_unused_circs(void)
Header file for circuitlist.c.
Header file for circuitmux.c.
void cmux_ewma_set_options(const or_options_t *options, const networkstatus_t *consensus)
Header file for circuitmux_ewma.c.
int circuit_build_times_disabled_(const or_options_t *options, int ignore_consensus)
Header file for circuitstats.c.
const char * tor_libevent_get_header_version_str(void)
void suppress_libevent_log_msg(const char *msg)
void tor_libevent_initialize(tor_libevent_cfg_t *torcfg)
const char * tor_libevent_get_version_str(void)
void configure_libevent_logging(void)
size_t atomic_counter_exchange(atomic_counter_t *counter, size_t newval)
void atomic_counter_init(atomic_counter_t *counter)
size_t atomic_counter_get(atomic_counter_t *counter)
void atomic_counter_destroy(atomic_counter_t *counter)
const char * tor_compress_version_str(compress_method_t method)
int tor_compress_supports_method(compress_method_t method)
const char * tor_compress_header_version_str(compress_method_t method)
Read configuration files from disk, with full include support.
int config_ensure_bandwidth_cap(uint64_t *value, const char *desc, char **msg)
static config_line_t * get_options_defaults(void)
static void options_commit_listener_transaction(listener_transaction_t *xn)
static int compute_group_readable_flag(const char *datadir, const char *subdir, int datadir_gr, int subdir_gr)
static int validate_transport_socks_arguments(const smartlist_t *args)
void options_init(or_options_t *options)
int options_save_current(void)
static const char * default_fallbacks[]
static void print_usage(void)
STATIC void add_default_trusted_dir_authorities(dirinfo_type_t type)
int pt_parse_transport_line(const or_options_t *options, const char *line, int validate_only, int server)
const char * get_torrc_fname(int defaults_fname)
#define MAX_MAX_CIRCUIT_DIRTINESS
#define MIN_MAX_CIRCUIT_DIRTINESS
static void warn_nonlocal_client_ports(const smartlist_t *ports, const char *portname, const int listener_type)
static void set_protocol_warning_severity_level(int warning_severity)
static int validate_ports_csv(smartlist_t *sl, const char *name, char **msg)
or_options_t * get_options_mutable(void)
void bridge_line_free_(bridge_line_t *bridge_line)
int get_num_cpus(const or_options_t *options)
const smartlist_t * get_configured_ports(void)
static void list_deprecated_options(void)
void add_default_fallback_dir_servers(void)
static const config_var_t option_vars_[]
static atomic_counter_t protocol_warning_severity_level
static int write_configuration_file(const char *fname, const or_options_t *options)
STATIC int options_act_reversible(const or_options_t *old_options, char **msg)
#define MIN_CIRCUIT_STREAM_TIMEOUT
char * options_get_dir_fname2_suffix(const or_options_t *options, directory_root_t roottype, const char *sub1, const char *sub2, const char *suffix)
STATIC void or_options_free_(or_options_t *options)
static bool testing_network_configured
static listener_transaction_t * options_start_listener_transaction(const or_options_t *old_options, char **msg_out)
static void list_torrc_options(void)
static int validate_data_directories(or_options_t *options)
static int in_option_validation
int getinfo_helper_config(control_connection_t *conn, const char *question, char **answer, const char **errmsg)
static void print_library_versions(void)
static int opt_streq(const char *s1, const char *s2)
STATIC int parse_ports(or_options_t *options, int validate_only, char **msg, int *n_ports_out, int *world_writable_control_socket)
int consider_adding_dir_servers(const or_options_t *options, const or_options_t *old_options)
static const char * default_authorities[]
static int options_transition_affects_guards(const or_options_t *old_options, const or_options_t *new_options)
const char * escaped_safe_str_client(const char *address)
static int warn_if_option_path_is_relative(const char *option, const char *filepath)
char * get_first_listener_addrport_string(int listener_type)
#define V_D(member, type, initvalue)
int options_init_from_torrc(int argc, char **argv)
static or_options_t * global_options
static void config_load_geoip_file_(sa_family_t family, const char *fname, const char *default_fname)
static const config_abbrev_t option_abbrevs_[]
#define OBSOLETE(varname)
void port_cfg_free_(port_cfg_t *port)
static int options_switch_id(char **msg_out)
static int handle_cmdline_master_key(tor_cmdline_mode_t command, const char *value)
static char * find_torrc_filename(const config_line_t *cmd_arg, int defaults_file, int *using_default_fname, int *ignore_missing_torrc)
takes_argument_t takes_argument
STATIC void options_commit_log_transaction(log_transaction_t *xn)
static void options_rollback_listener_transaction(struct listener_transaction_t *xn)
STATIC int open_and_add_file_log(const log_severity_list_t *severity, const char *filename, int truncate_log)
static or_options_t * global_default_options
static void cleanup_protocol_warning_severity_level(void)
static int parse_outbound_addresses(or_options_t *options, int validate_only, char **msg)
STATIC int options_create_directories(char **msg_out)
static char * load_torrc_from_stdin(void)
const char * safe_str_client_opts(const or_options_t *options, const char *address)
int portconf_get_first_advertised_port(int listener_type, int address_family)
static char * torrc_defaults_fname
static int handle_cmdline_passphrase_fd(tor_cmdline_mode_t command, const char *value)
int port_cfg_line_extract_addrport(const char *line, char **addrport_out, int *is_unix_out, const char **rest_out)
const char * escaped_safe_str(const char *address)
int check_or_create_data_subdir(const char *subdir)
static const char * get_default_conf_file(int defaults_file)
int options_any_client_port_set(const or_options_t *options)
or_options_t * options_new(void)
int create_keys_directory(const or_options_t *options)
#define MAX_CIRCS_AVAILABLE_TIME
void init_protocol_warning_severity_level(void)
static int check_and_create_data_directory(int create, const char *directory, int group_readable, const char *owner, char **msg_out)
static int handle_cmdline_no_passphrase(tor_cmdline_mode_t command)
char * options_dump(const or_options_t *options, int how_to_dump)
int get_protocol_warning_severity_level(void)
static int warn_about_relative_paths(const or_options_t *options)
static char * torrc_fname
int parse_dir_fallback_line(const char *line, int validate_only)
const or_options_t * get_options(void)
int option_is_recognized(const char *key)
setopt_err_t options_trial_assign(config_line_t *list, unsigned flags, char **msg)
static int options_init_log_granularity(const or_options_t *options, int validate_only)
STATIC int options_act(const or_options_t *old_options)
#define RECOMMENDED_MIN_CIRCUIT_BUILD_TIMEOUT
STATIC int parse_dir_authority_line(const char *line, dirinfo_type_t required_type, int validate_only)
#define VAR(varname, conftype, member, initvalue)
STATIC int options_init_logs(const or_options_t *old_options, const or_options_t *options, int validate_only)
STATIC void options_rollback_log_transaction(log_transaction_t *xn)
static int validate_dir_servers(const or_options_t *options, const or_options_t *old_options)
static int handle_cmdline_format(tor_cmdline_mode_t command, const char *value)
static bool have_set_startup_options
#define GENERATED_FILE_PREFIX
void parsed_cmdline_free_(parsed_cmdline_t *cmdline)
static char * load_torrc_from_disk(const config_line_t *cmd_arg, int defaults_file)
STATIC const config_mgr_t * get_options_mgr(void)
static const config_format_t options_format
static int options_act_once_on_startup(char **msg_out)
static void config_maybe_load_geoip_files_(const or_options_t *options, const or_options_t *old_options)
static const port_cfg_t * portconf_get_first_advertised(int listener_type, int address_family)
static const struct @0 testing_tor_network_defaults[]
static int options_check_transition_cb(const void *old, const void *new, char **msg)
int set_options(or_options_t *new_val, char **msg)
static void warn_nonlocal_controller_ports(smartlist_t *ports, unsigned forbid_nonlocal)
const char * safe_str_opts(const or_options_t *options, const char *address)
port_cfg_t * port_cfg_new(size_t namelen)
static int handle_cmdline_newpass(tor_cmdline_mode_t command)
STATIC log_transaction_t * options_start_log_transaction(const or_options_t *old_options, char **msg_out)
int addressmap_register_auto(const char *from, const char *to, time_t expires, addressmap_entry_source_t addrmap_source, const char **msg)
int options_need_geoip_info(const or_options_t *options, const char **reason_out)
#define UINT64_MAX_STRING
void config_register_addressmaps(const or_options_t *options)
static void options_clear_cb(const config_mgr_t *mgr, void *opts)
void config_free_all(void)
int port_count_real_listeners(const smartlist_t *ports, int listenertype, int count_sockets)
static void init_libevent(const or_options_t *options)
bridge_line_t * parse_bridge_line(const char *line)
int port_exists_by_type_addr_port(int listener_type, const tor_addr_t *addr, int port, int check_wildcard)
static int parse_dirauth_dirport(dir_server_t *ds, const char *flag)
tor_cmdline_mode_t command
int init_cookie_authentication(const char *fname, const char *header, int cookie_len, int group_readable, uint8_t **cookie_out, int *cookie_is_set_out)
static const struct @1 CMDLINE_ONLY_OPTIONS[]
parsed_cmdline_t * config_parse_commandline(int argc, char **argv, int ignore_errors)
const tor_addr_t * portconf_get_first_advertised_addr(int listener_type, int address_family)
setopt_err_t options_init_from_string(const char *cf_defaults, const char *cf, int command, const char *command_arg, char **msg)
static int options_validate_cb(const void *old_options, void *options, char **msg)
const char * option_get_canonical_name(const char *key)
static void list_enabled_modules(void)
static setopt_err_t options_validate_and_set(const or_options_t *old_options, or_options_t *new_options, char **msg_out)
static smartlist_t * configured_ports
config_line_t * option_get_assignment(const or_options_t *options, const char *key)
STATIC int parse_tcp_proxy_line(const char *line, or_options_t *options, char **msg)
#define DOWNLOAD_SCHEDULE(name)
int write_to_data_subdir(const char *subdir, const char *fname, const char *str, const char *descr)
static char * get_data_directory(const char *val)
int port_parse_config(smartlist_t *out, const config_line_t *ports, const char *portname, int listener_type, const char *defaultaddr, int defaultport, const unsigned flags)
static parsed_cmdline_t * global_cmdline
#define GENERATED_FILE_COMMENT
Header file for config.c.
#define MAX_DEFAULT_MEMORY_QUEUE_SIZE
#define CONFIG_BACKUP_PATTERN
#define MIN_HEARTBEAT_PERIOD
const config_line_t * config_line_find(const config_line_t *lines, const char *key)
void config_line_append(config_line_t **lst, const char *key, const char *val)
int config_lines_eq(const config_line_t *a, const config_line_t *b)
#define CONFIG_LINE_APPEND
#define CONFIG_LINE_NORMAL
#define END_OF_CONFIG_VARS
void config_init(const config_mgr_t *mgr, void *options)
void config_mgr_freeze(config_mgr_t *mgr)
void warn_deprecated_option(const char *what, const char *why)
config_line_t * config_get_changes(const config_mgr_t *mgr, const void *options1, const void *options2)
bool config_var_is_listable(const config_var_t *var)
const char * config_find_option_name(const config_mgr_t *mgr, const char *key)
const char * config_expand_abbrev(const config_mgr_t *mgr, const char *option, int command_line, int warn_obsolete)
bool config_var_is_settable(const config_var_t *var)
void * config_dup(const config_mgr_t *mgr, const void *old)
smartlist_t * config_mgr_list_deprecated_vars(const config_mgr_t *mgr)
config_line_t * config_get_assigned_option(const config_mgr_t *mgr, const void *options, const char *key, int escape_val)
smartlist_t * config_mgr_list_vars(const config_mgr_t *mgr)
validation_status_t config_validate(const config_mgr_t *mgr, const void *old_options, void *options, char **msg_out)
int config_assign(const config_mgr_t *mgr, void *options, config_line_t *list, unsigned config_assign_flags, char **msg)
char * config_dump(const config_mgr_t *mgr, const void *default_options, const void *options, int minimal, int comment_defaults)
config_mgr_t * config_mgr_new(const config_format_t *toplevel_fmt)
void * config_new(const config_mgr_t *mgr)
#define CAL_WARN_DEPRECATIONS
char * alloc_http_authenticator(const char *authenticator)
int retry_all_listeners(smartlist_t *new_conns, int close_all_noncontrol)
void connection_bucket_adjust(const or_options_t *options)
int conn_listener_type_supports_af_unix(int type)
void connection_mark_all_noncontrol_connections(void)
void connection_check_oos(int n_socks, int failed)
Header file for connection.c.
#define CONN_TYPE_AP_HTTP_CONNECT_LISTENER
#define CONN_TYPE_CONTROL_LISTENER
#define CONN_TYPE_EXT_OR_LISTENER
#define MAX_SOCKS5_AUTH_SIZE_TOTAL
#define MAX_SOCKS5_AUTH_FIELD_SIZE
#define CONN_TYPE_AP_NATD_LISTENER
#define CONN_TYPE_AP_LISTENER
#define CONN_TYPE_AP_DNS_LISTENER
#define CONN_TYPE_AP_TRANS_LISTENER
Header file for connection_edge.c.
int address_is_invalid_destination(const char *address, int client)
Base connection structure.
void control_ports_write_to_file(void)
int control_connection_add_local_fd(tor_socket_t sock, unsigned flags)
void monitor_owning_controller_process(const char *process_spec)
Header file for control.c.
smartlist_t * decode_hashed_passwords(config_line_t *passwords)
Header file for control_auth.c.
void control_adjust_event_log_severity(void)
void control_event_logmsg_pending(void)
void control_event_logmsg(int severity, log_domain_mask_t domain, const char *msg)
void control_event_conf_changed(const config_line_t *changes)
Header file for control_events.c.
int crypto_digest256(char *digest, const char *m, size_t len, digest_algorithm_t algorithm)
const char * crypto_get_library_version_string(void)
const char * crypto_get_library_name(void)
Headers for crypto_init.c.
Headers for crypto_nss_mgt.c.
Headers for crypto_openssl_mgt.c.
void crypto_rand(char *to, size_t n)
Common functions for using (pseudo-)random number generators.
void memwipe(void *mem, uint8_t byte, size_t sz)
Common functions for cryptographic routines.
const char * unescape_string(const char *s, char **result, size_t *size_out)
bool start_daemon_has_been_called(void)
int finish_daemon(const char *desired_cwd)
int check_private_dir(const char *dirname, cpd_check_t check, const char *effective_user)
int options_act_dirauth_stats(const or_options_t *old_options, bool *print_notice_out)
int options_validate_dirauth_mode(const or_options_t *old_options, or_options_t *options, char **msg)
Header for feature/dirauth/dirauth_config.c.
int dirclient_fetches_dir_info_later(const or_options_t *options)
int dirclient_fetches_dir_info_early(const or_options_t *options)
Header for feature/dirclient/dirclient_modes.c.
void trusted_dir_server_add_dirport(dir_server_t *ds, auth_dirport_usage_t usage, const tor_addr_port_t *dirport)
dir_server_t * fallback_dir_server_new(const tor_addr_t *ipv4_addr, uint16_t ipv4_dirport, uint16_t ipv4_orport, const tor_addr_port_t *addrport_ipv6, const char *id_digest, double weight)
void clear_dir_servers(void)
void dir_server_add(dir_server_t *ent)
dir_server_t * trusted_dir_server_new(const char *nickname, const char *address, uint16_t ipv4_dirport, uint16_t ipv4_orport, const tor_addr_port_t *ipv6_addrport, const char *digest, const char *v3_auth_digest, dirinfo_type_t type, double weight)
Header file for dirlist.c.
Header file for dirserv.c.
int guards_update_all(void)
Header file for circuitbuild.c.
char * esc_for_log(const char *s)
const char * escaped(const char *s)
int geoip_load_file(sa_family_t family, const char *filename, int severity)
int geoip_is_loaded(sa_family_t family)
Header file for geoip_stats.c.
Header for gethostname.c.
void consider_hibernation(time_t now)
int we_are_hibernating(void)
Header file for hibernate.c.
int hs_config_client_auth_all(const or_options_t *options, int validate_only)
int hs_config_service_all(const or_options_t *options, int validate_only)
Header file containing configuration ABI/API for the HS subsystem.
Header file containing PoW denial of service defenses for the HS subsystem for all versions.
int hs_service_load_all_keys(void)
int string_is_key_value(int severity, const char *string)
const char * tor_libc_get_header_version_str(void)
const char * tor_libc_get_version_str(void)
const char * tor_libc_get_name(void)
Header for lib/osinfo/libc.c.
int add_file_log(const log_severity_list_t *severity, const char *filename, int fd)
void flush_log_messages_from_startup(void)
void mark_logs_temp(void)
void rollback_log_changes(void)
void logs_set_pending_callback_callback(pending_callback_callback cb)
int add_callback_log(const log_severity_list_t *severity, log_callback cb)
int get_min_log_level(void)
void set_log_time_granularity(int granularity_msec)
void tor_log_update_sigsafe_err_fds(void)
void add_stream_log(const log_severity_list_t *severity, const char *name, int fd)
void logs_set_domain_logging(int enabled)
int parse_log_severity_config(const char **cfg_ptr, log_severity_list_t *severity_out)
void close_temp_logs(void)
#define log_fn(severity, domain, args,...)
int try_locking(const or_options_t *options, int err_if_locked)
void note_that_we_maybe_cant_complete_circuits(void)
void tor_shutdown_event_loop_and_exit(int exitcode)
void reset_main_loop_counters(void)
int tor_event_loop_shutdown_is_pending(void)
Header file for mainloop.c.
int get_total_system_memory(size_t *mem_out)
int metrics_parse_ports(or_options_t *options, smartlist_t *ports, char **err_msg_out)
Header for feature/metrics/metrics.c.
int net_is_disabled(void)
networkstatus_t * networkstatus_get_latest_consensus(void)
void update_consensus_networkstatus_fetch_time(time_t now)
Header file for networkstatus.c.
int is_legal_nickname(const char *s)
Header file for nickname.c.
void router_dir_info_changed(void)
Header file for nodelist.c.
int compute_num_cpus(void)
Master header file for Tor-specific functionality.
addressmap_entry_source_t
#define SESSION_GROUP_UNSET
@ TCP_PROXY_PROTOCOL_HAPROXY
long tor_parse_long(const char *s, int base, long min, long max, int *ok, char **next)
double tor_parse_double(const char *s, double min, double max, int *ok, char **next)
char * make_path_absolute(const char *fname)
int path_is_relative(const char *filename)
char * expand_filename(const char *filename)
int write_pidfile(const char *filename)
int policies_parse_from_options(const or_options_t *options)
int validate_addr_policies(const or_options_t *options, char **msg)
Header file for policies.c.
Listener port configuration structure.
int tor_asprintf(char **strp, const char *fmt,...)
int tor_snprintf(char *str, size_t size, const char *format,...)
void tor_disable_spawning_background_processes(void)
int tor_validate_process_specifier(const char *process_spec, const char **msg)
quiet_level_t quiet_level
void add_default_log_for_quiet_level(quiet_level_t quiet)
int port_parse_ports_relay(or_options_t *options, char **msg, smartlist_t *ports_out, int *have_low_ports_out)
int options_validate_relay_mode(const or_options_t *old_options, or_options_t *options, char **msg)
Header for feature/relay/relay_config.c.
int tor_addr_port_lookup(const char *s, tor_addr_t *addr_out, uint16_t *port_out)
int set_max_file_descriptors(rlim_t limit, int *max_out)
int tor_disable_debugger_attach(void)
uint16_t router_get_active_listener_port_by_type_af(int listener_type, sa_family_t family)
void refresh_all_country_info(void)
Header file for routerlist.c.
Header file for routermode.c.
int routerset_needs_geoip(const routerset_t *set)
routerset_t * routerset_new(void)
int routerset_equal(const routerset_t *old, const routerset_t *new)
int routerset_is_list(const routerset_t *set)
int routerset_add_unknown_ccs(routerset_t **setp, int only_if_some_cc_set)
int routerset_parse(routerset_t *target, const char *s, const char *description)
int routerset_len(const routerset_t *set)
void routerset_union(routerset_t *target, const routerset_t *source)
Header file for routerset.c.
int sandbox_is_active(void)
Header file for sandbox.c.
void scheduler_conf_changed(void)
Header file for scheduler*.c.
int switch_id(const char *user, const unsigned flags)
#define SWITCH_ID_WARN_IF_NO_CAPS
#define SWITCH_ID_KEEP_BINDLOW
static const char default_fname[]
int smartlist_strings_eq(const smartlist_t *sl1, const smartlist_t *sl2)
void smartlist_add_asprintf(struct smartlist_t *sl, const char *pattern,...)
char * smartlist_join_strings(smartlist_t *sl, const char *join, int terminate, size_t *len_out)
void smartlist_add_all(smartlist_t *s1, const smartlist_t *s2)
void smartlist_add_strdup(struct smartlist_t *sl, const char *string)
smartlist_t * smartlist_new(void)
void smartlist_add(smartlist_t *sl, void *element)
void smartlist_clear(smartlist_t *sl)
void smartlist_del_keeporder(smartlist_t *sl, int idx)
#define SMARTLIST_FOREACH_BEGIN(sl, type, var)
#define SMARTLIST_FOREACH(sl, type, var, cmd)
#define SMARTLIST_DEL_CURRENT(sl, var)
int smartlist_split_string(smartlist_t *sl, const char *str, const char *sep, int flags, int max)
void check_network_configuration(bool server_mode)
int get_n_open_sockets(void)
int or_state_loaded(void)
unsigned int cache_ipv4_answers
unsigned int socks_iso_keep_alive
unsigned int use_cached_ipv4_answers
unsigned int prefer_ipv6_virtaddr
unsigned int socks_prefer_no_auth
unsigned int extended_socks5_codes
smartlist_t * new_listeners
struct config_line_t * ControlPort_lines
tor_addr_t Socks4ProxyAddr
struct config_line_t * MyFamily
struct config_line_t * NATDPort_lines
int DirReqStatistics_option
struct config_line_t * AlternateBridgeAuthority
tor_addr_t HTTPSProxyAddr
int ConnLimit_high_thresh
struct routerset_t * ExcludeExitNodes
int TestingEnableConnBwEvent
struct config_line_t * OutboundBindAddressExit
struct config_line_t * DNSPort_lines
char * BridgePassword_AuthDigest_
char * FamilyKeyDirectory_option
uint64_t MaxMemInQueues_low_threshold
struct smartlist_t * RejectPlaintextPorts
char * FamilyKeyDirectory
struct config_line_t * Logs
struct routerset_t * ExcludeExitNodesUnion_
int TestingDirConnectionMaxStall
int ClientBootstrapConsensusMaxInProgressTries
struct smartlist_t * WarnPlaintextPorts
struct smartlist_t * TrackHostExits
struct smartlist_t * FirewallPorts
int TestingClientMaxIntervalWithoutRequest
struct smartlist_t * Schedulers
tcp_proxy_protocol_t TCPProxyProtocol
int FetchDirInfoExtraEarly
struct config_line_t * ClientTransportPlugin
struct config_line_t * OutboundBindAddressPT
struct smartlist_t * SchedulerTypes_
struct config_line_t * DirAuthorities
struct config_line_t * Bridges
int ControlSocketsGroupWritable
uint64_t OwningControllerFD
double KISTSockBufSizeFactor
struct config_line_t * ControlSocket
struct config_line_t * OutboundBindAddress
int UseDefaultFallbackDirs
struct config_line_t * AlternateDirAuthority
int DataDirectoryGroupReadable
int CacheDirectoryGroupReadable
int KeyDirectoryGroupReadable
char * KeyDirectory_option
struct smartlist_t * NodeFamilySets
uint64_t ConstrainedSockSize
struct config_line_t * AddressMap
struct smartlist_t * FilesOpenedByIncludes
int HiddenServiceStatistics_option
char * HTTPProxyAuthenticator
struct config_line_t * HashedControlPassword
int TokenBucketRefillInterval
int LearnCircuitBuildTimeout
struct config_line_t * FallbackDir
struct routerset_t * EntryNodes
int HiddenServiceStatistics
int UsingTestNetworkDefaults_
int UnixSocksGroupWritable
struct config_line_t * NodeFamilies
char * VirtualAddrNetworkIPv6
struct routerset_t * ExcludeNodes
char * OwningControllerProcess
struct config_line_t * ReachableORAddresses
char * Socks5ProxyUsername
struct config_line_t * HashedControlSessionPassword
char * Socks5ProxyPassword
int CookieAuthFileGroupReadable
int TestingEnableCellStatsEvent
struct routerset_t * ExitNodes
tor_addr_t Socks5ProxyAddr
struct config_line_t * ReachableDirAddresses
int MaxClientCircuitsPending
tor_addr_t OutboundBindAddresses[OUTBOUND_ADDR_MAX][2]
struct routerset_t * HSLayer2Nodes
char * CacheDirectory_option
struct config_line_t * OutboundBindAddressOR
int ReconfigDropsBridgeDescs
int CircuitsAvailableTimeout
enum or_options_t::@2 TransProxyType_parsed
struct smartlist_t * AutomapHostsSuffixes
int ConnDirectionStatistics
char * VirtualAddrNetworkIPv4
int AutomapHostsOnResolve
char * HTTPSProxyAuthenticator
tor_cmdline_mode_t command
int DisableDebuggerAttachment
struct smartlist_t * FamilyIds
struct config_line_t * TransPort_lines
struct smartlist_t * LongLivedPorts
struct config_line_t * RendConfigLines
struct config_line_t * ReachableAddresses
char * ConfluxClientUX_option
int HiddenServiceSingleHopMode
double PathsNeededToBuildCircuits
int UseEntryGuards_option
struct config_line_t * HTTPTunnelPort_lines
char * DataDirectory_option
int ClientDNSRejectInternalAddresses
struct routerset_t * MiddleNodes
struct config_line_t * SocksPort_lines
struct routerset_t * HSLayer3Nodes
quiet_level_t quiet_level
struct config_line_t * cmdline_opts
struct config_line_t * other_opts
tor_cmdline_mode_t command
char unix_addr[FLEXIBLE_ARRAY_MEMBER]
entry_port_cfg_t entry_cfg
const char * struct_var_get_typename(const struct_member_t *member)
Header for lib/confmgt/structvar.c.
int subsystems_set_options(const config_mgr_t *mgr, struct or_options_t *options)
void subsystems_prefork(void)
void subsystems_postfork(void)
void subsystems_dump_list(void)
int subsystems_register_options_formats(config_mgr_t *mgr)
#define MOCK_IMPL(rv, funcname, arglist)
const char * get_version(void)
Header for feature/relay/transport_config.c.
int pt_proxies_configuration_pending(void)
int transport_add_from_config(const tor_addr_t *addr, uint16_t port, const char *name, int socks_ver)
char * pt_stringify_socks_args(const smartlist_t *socks_args)
void pt_configure_remaining_proxies(void)
void sweep_proxy_list(void)
void mark_transport_list(void)
static smartlist_t * transport_list
void sweep_transport_list(void)
void pt_prepare_proxy_list_for_config_read(void)
Headers for transports.c.
const char * get_uname(void)
#define tor_assert_nonfatal_unreached()
int strcasecmpstart(const char *s1, const char *s2)
int strcmpstart(const char *s1, const char *s2)
const char * find_whitespace(const char *s)
int strcasecmpend(const char *s1, const char *s2)
int strcmp_opt(const char *s1, const char *s2)
int string_is_C_identifier(const char *string)
const char * eat_whitespace(const char *s)
int tor_digest_is_zero(const char *digest)