Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Added git-remote-tor-annex, which allows git pull and push to the tor hidden ↵ | Joey Hess | 2016-11-21 |
| | | | | | | | | | | | service. Almost working, but there's a bug in the relaying. Also, made tor hidden service setup pick a random port, to make it harder to port scan. This commit was sponsored by Boyd Stephen Smith Jr. on Patreon. | ||
* | remotedaemon: Fork to background by default. Added --foreground switch to ↵ | Joey Hess | 2016-11-20 |
| | | | | | | enable old behavior. Groundwork for tor hidden services, which the remotedaemon will serve. | ||
* | Merge branch 'master' into tor | Joey Hess | 2016-11-18 |
|\ | |||
| * | add news item for git-annex 6.20161118 | Joey Hess | 2016-11-18 |
| | | |||
| * | comment | Joey Hess | 2016-11-18 |
| | | |||
| * | Added a comment | yomguy | 2016-11-18 |
| | | |||
| * | (no commit message) | openmedi | 2016-11-18 |
| | | |||
| * | Added a comment | openmedi | 2016-11-18 |
| | | |||
| * | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2016-11-17 |
| |\ | |||
| * | | devblog | Joey Hess | 2016-11-17 |
| | | | |||
| | * | Added a comment: git annex copy --auto --to cloud works | andrew | 2016-11-17 |
| | | | |||
* | | | Merge branch 'master' into tor | Joey Hess | 2016-11-17 |
|\| | | |||
| | * | Added a comment: RESOLVED | andrew | 2016-11-17 |
| | | | |||
| | * | (no commit message) | db48x | 2016-11-17 |
| | | | |||
| | * | Added a comment | luckcolorsgoo@ab4f3c1c44a7dbcbcb9d9a29315b59ad524ceaaa | 2016-11-16 |
| |/ | |||
| * | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2016-11-16 |
| |\ | |||
| * | | arm build uses 32kb page size | Joey Hess | 2016-11-16 |
| | | | | | | | | | | | | (Change was made in gitannexbuilder scripts not here.) | ||
| | * | Added a comment: how about reusing the special remote protocol? | https://anarc.at/openid/ | 2016-11-16 |
| |/ | |||
| * | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2016-11-16 |
| |\ | |||
| * | | devblog | Joey Hess | 2016-11-16 |
| | | | |||
| * | | fsck --all --from was checking the content of files in the local repository, ↵ | Joey Hess | 2016-11-16 |
| | | | | | | | | | | | | | | | | | | | | | | | | rather than on the special remote. Straight up forgot to handle this case! This commit was sponsored by Fernando Jimenez on Patreon. | ||
| * | | moreinfo needed | Joey Hess | 2016-11-16 |
| | | | |||
| * | | comment | Joey Hess | 2016-11-16 |
| | | | |||
| * | | comment | Joey Hess | 2016-11-16 |
| | | | |||
| * | | moreinfo | Joey Hess | 2016-11-16 |
| | | | |||
| * | | comment | Joey Hess | 2016-11-16 |
| | | | |||
| * | | comment | Joey Hess | 2016-11-16 |
| | | | |||
| * | | already fixed | Joey Hess | 2016-11-16 |
| | | | |||
| * | | comment | Joey Hess | 2016-11-16 |
| | | | |||
| | * | (no commit message) | andrew | 2016-11-16 |
| | | | |||
| | * | Added a comment: how to investigate | andrew | 2016-11-16 |
| |/ | |||
| * | removed | David_K | 2016-11-16 |
| | | |||
| * | Added a comment | David_K | 2016-11-16 |
| | | |||
| * | Added a comment | David_K | 2016-11-16 |
| | | |||
| * | Added a comment | grawity@2ea26be48562f66fcb9b66307da72b1e2e37453f | 2016-11-15 |
| | | |||
| * | close | Joey Hess | 2016-11-15 |
| | | |||
| * | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2016-11-15 |
| |\ | |||
| | * | Added a comment | christopher@5845ecd3cef9edadd4dc084df00e1fa60ce311eb | 2016-11-15 |
| | | | |||
| | * | Added a comment: "Hmm, guyz? Are you serious with these scripts?" Well, ↵ | https://launchpad.net/~stephane-gourichon-lpad | 2016-11-15 |
| | | | | | | | | | | | | what's the matter? | ||
| | * | (no commit message) | thowz | 2016-11-15 |
| | | | |||
| * | | local lan detection | Joey Hess | 2016-11-14 |
| |/ | |||
| * | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2016-11-14 |
| |\ | |||
| * | | devblog | Joey Hess | 2016-11-14 |
| | | | |||
* | | | use socket for tor hidden service | Joey Hess | 2016-11-14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This avoids needing to bind to the right port before something else does. The socket is in /var/run/user/$uid/ which ought to be writable by only that uid. At least it is on linux systems using systemd. For Windows, may need to revisit this and use ports or something. The first version of tor to support sockets for hidden services was 0.2.6.3. That is not in Debian stable, but is available in backports. This commit was sponsored by andrea rota. | ||
| * | | no-xmpp branch | Joey Hess | 2016-11-14 |
| | | | |||
* | | | git-annex enable-tor command | Joey Hess | 2016-11-14 |
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tor unfortunately does not come out of the box configured to let hidden services register themselves on the fly via the ControlPort. And, changing the config to enable the ControlPort and a particular type of auth for it may break something already using the ControlPort, or lessen the security of the system. So, this leaves only one option to us: Add a hidden service to the torrc. git-annex enable-tor does so, and picks an unused high port for tor to listen on for connections to the hidden service. It's up to the caller to somehow pick a local port to listen on that won't be used by something else. That may be difficult to do.. This commit was sponsored by Jochen Bartl on Patreon. | ||
* | | updated design | Joey Hess | 2016-11-14 |
| | | | | | | | | more details on using tor and pairing | ||
| * | Added a comment: same on Debian | gfa@1e86118cd41fbfea50004af221471ad97b55af18 | 2016-11-14 |
| | | |||
| * | (no commit message) | neocryptek@659edac901ffbc8e541a974f8f18987eeafc63bd | 2016-11-14 |
| | | |||
| * | Added a comment | neocryptek@659edac901ffbc8e541a974f8f18987eeafc63bd | 2016-11-13 |
| | |