Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-21 | support for single_hop onion services added | guido | |
2016-12-01 | torsocks actually needs a daemon | mh | |
2016-12-01 | make it work if there is no pidfile | mh | |
2016-11-10 | make it work with the old parser | mh | |
2016-11-10 | make the function still work with an ancient ruby version | mh | |
2016-11-09 | set it to a port allowed by munin | mh | |
2016-11-05 | simplify the version requirement, as we don't need to pass that parameter along | mh | |
2016-11-05 | correct identation | mh | |
2016-11-04 | store key & hostname | mh | |
2016-11-04 | fix tests | mh | |
2016-11-04 | rename hidden service to onion service to follow the new naming conventions | mh | |
2016-11-04 | make sure the onionservice directory has the right mode | mh | |
2016-11-03 | Merge branch 'bugfix/honor_safe_logging' into 'master' | LeLutin | |
Update template to really honor tor::daemon's safe_logging parameter. Without this change, using tor::daemon with the default safe_logging parameter results in a "SafeLogging 1" line being added to torrc, which is obviously not the intent of this piece of code. Also, this change makes parameters lookup consistent with how it's done everywhere else in this ERB template. See merge request !7 | |||
2016-11-03 | Merge branch 'bugfix/2-torsocks-doc' into 'master' | LeLutin | |
Fix README wrt. usage of the tor::torsocks class (Closes: #2). See merge request !8 | |||
2016-11-03 | Fix README wrt. usage of the tor::torsocks class (Closes: #2). | intrigeri | |
2016-11-03 | Update template to really honor tor::daemon's safe_logging parameter. | intrigeri | |
Without this change, using tor::daemon with the default safe_logging parameter results in a "SafeLogging 1" line being added to torrc, which is obviously not the intent of this piece of code. Also, this change makes parameters lookup consistent with how it's done everywhere else in this ERB template. | |||
2016-11-01 | make it possible to also add pregenerated private keys for onion services or ↵ | mh | |
even let them pregenerate on the fly | |||
2016-11-01 | add support for onionbalance | mh | |
2016-10-31 | add a default set of specs so that the minimum is tested | mh | |
2016-10-21 | add functions to support dealing with keys for onion addresses | mh | |
2016-10-21 | add a testing boilerplate | mh | |
2016-10-14 | linting | mh | |
2016-10-14 | support repo for RedHat based systems | mh | |
2016-10-14 | that the tor daemon can actually reread its config, so it must be readable ↵ | mh | |
by the user running it | |||
2016-10-07 | linting | mh | |
2016-10-07 | redhat & debian have different modes | mh | |
2016-09-22 | Subscribe to the Concat resource, not to the File one. | intrigeri | |
This is needed with recent versions of the concat module. | |||
2016-09-22 | Drop owner, group and mode for concat::fragment. | intrigeri | |
These parameters are not supported anymore in recent versions of the concat module. Besides, they make little sense since what matters is the ownership and permissions of the resulting, merged file. | |||
2016-09-04 | make module also work on EL7 | mh | |
* user is different * user must not be managed * make access more safe, it doesn't make sense that the user running the daemon owns the config, nor the config directory. | |||
2016-09-04 | fix #2 - mention correct class | mh | |
2016-09-04 | Merge remote-tracking branch 'tails/master' | mh | |
2016-08-25 | Merge branch 'master' into 'master' | Micah | |
Fix puppet lint issues See merge request !4 | |||
2016-08-25 | Fixes for puppet lint | Micah Anderson | |
2016-08-16 | Variable access via 'port' is deprecated. | Micah Anderson | |
Use '@port' instead, in template[/srv/leap/puppet/modules/tor/templates/torrc.directory.erb]:2 | |||
2016-05-17 | Merge branch 'master' of gitlab.com:shared-puppet-modules-group/tor | varac | |
2016-04-28 | [style] Quote numbers in resource parameters | varac | |
Puppet future parser won't allow unquoted numbers | |||
2016-03-11 | Merge branch 'master' into 'master' | Micah | |
Fix deprecated variable references See merge request !3 | |||
2016-03-11 | Fix deprecated variable references | Micah Anderson | |
2015-10-09 | Merge branch 'bugfix/issue-1-unset_outbound_bindaddresses' into 'master' | Micah | |
tor::daemon::relay: set $real_outbound_bindaddresses to [] when $outbound_bindad… …dresses is not explicitly set. Closes: #1 See merge request !2 | |||
2015-07-17 | tor::daemon::relay: set $real_outbound_bindaddresses to [] when ↵ | intrigeri | |
$outbound_bindaddresses is not explicitly set. Closes: #1 | |||
2015-04-19 | linting | mh | |
2015-04-19 | make it work with latest concat module | mh | |
2015-04-19 | setting owner, group & mode is not supported by latest concat module | mh | |
2015-03-27 | Merge branch 'improvements' into 'master' | Micah | |
Improvements These are a bunch of improvements I got on my github profile in the past. Interested in merging them? Summary: * adds tor repo management * removes a workaround for a fixed bug * adds tor-arm support * support for safe logging * puppet 3 ready templates. It's merged on top of the current master. See merge request !1 | |||
2015-03-15 | have them all in the same category | mh | |
2015-03-15 | add a fact to collect hidden services | mh | |
2015-03-15 | make it simpler to define ports | mh | |
if we have only one port directly map it to the same port on the localhost. | |||
2015-03-15 | make sure it's an array | mh | |
2015-03-15 | exchange connections munin plugin | mh | |
tor_connections started blocking and I wasn't able to find the root cause for it nor an updated version of the plugin. This also blocked munin itself, which had the issue that the node disappeared within munin. Based on https://lists.torproject.org/pipermail/tor-talk/2006-June/010486.html it seems to more or less match the open filedescriptors and hence we monitor rather this than rely on a unmanageable plugin. The only drawback is that this must run as root, as non-root users can't read the filedescriptors from proc. | |||
2014-08-30 | bug is fixed | mh | |