Joey Hess 
								
							 
						 
						
							
							
								
							
							
	dc72ea4ab5  
						 
						
							
							
								
								
								deal with ssh key expiry  
							
							... 
							
							
							
							Not a perfect solution, but good enough, few users will wait 10 minutes in
the middle and see it expire, I hope. 
							
						 
						
							2014-05-15 15:16:37 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Joey Hess 
								
							 
						 
						
							
							
								
							
							
	acbac3b8af  
						 
						
							
							
								
								
								Merge branch 'master' into sshpassword  
							
							
							
						 
						
							2014-05-15 14:42:33 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Joey Hess 
								
							 
						 
						
							
							
								
							
							
	8cf3534194  
						 
						
							
							
								
								
								gcrypt needs a new version, which I am releaseing  
							
							
							
						 
						
							2014-05-15 14:36:39 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Joey Hess 
								
							 
						 
						
							
							
								
							
							
	a11176bab3  
						 
						
							
							
								
								
								avoid clobbering existing env  
							
							... 
							
							
							
							This is necessary on windows, ssh couldn't resolve hostnames without env
for whatever reason. 
							
						 
						
							2014-05-14 16:36:03 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Joey Hess 
								
							 
						 
						
							
							
								
							
							
	85e9e8c0cf  
						 
						
							
							
								
								
								webapp: Better ssh password prompting.  
							
							... 
							
							
							
							When setting up a remote on a ssh server, prompt for a password inside the
webapp, rather than relying on ssh's own password prompting in the terminal
the webapp was started from, or ssh-askpass.
Avoids double prompting for the ssh password (and triple-prompting on
windows for rsync.net), since the entered password is cached for 10 minutes
and this cached password is reused when setting up the repository, after
the initial probe.
When the user has an existing ssh key set up, they can choose to use it,
rather than entering a password. The webapp used to probe for this case
automatically, so this is a little harder, but it's an advanced user thing.
Note that this commit is known to break enabling existing rsync
repositories. It hs not been tested with gcrypt repositories. It's not been
successfully tested yet on Windows.
This commit was sponsored by Ralph Mayer. 
							
						 
						
							2014-05-14 15:38:32 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									212.194.32.144 
								
							 
						 
						
							
							
								
							
							
	51ea854367  
						 
						
							
							
								
								
								poll vote (Google Drive)  
							
							
							
						 
						
							2014-05-11 21:19:09 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Joey Hess 
								
							 
						 
						
							
							
								
							
							
	217774f72e  
						 
						
							
							
								
								
								Merge branch 'master' of ssh://git-annex.branchable.com  
							
							
							
						 
						
							2014-05-06 16:33:06 -03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Joey Hess 
								
							 
						 
						
							
							
								
							
							
	5230c78bb6  
						 
						
							
							
								
								
								reorg and add a start of a design for requests and ad-hoc routing with TTL in git-annex branch  
							
							
							
						 
						
							2014-05-06 16:32:41 -03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									50.56.228.64 
								
							 
						 
						
							
							
								
							
							
	52173d97c0  
						 
						
							
							
								
								
								poll vote (OpenStack SWIFT)  
							
							
							
						 
						
							2014-05-05 17:14:06 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Joey Hess 
								
							 
						 
						
							
							
								
							
							
	f380085e26  
						 
						
							
							
								
								
								improved reporting  
							
							
							
						 
						
							2014-05-03 11:55:01 -03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Joey Hess 
								
							 
						 
						
							
							
								
							
							
	a5c5704b54  
						 
						
							
							
								
								
								add mocambos network data  
							
							
							
						 
						
							2014-05-03 10:42:13 -03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Joey Hess 
								
							 
						 
						
							
							
								
							
							
	28959686b0  
						 
						
							
							
								
								
								use a map so immobile nodes have names  
							
							
							
						 
						
							2014-05-03 09:49:39 -03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Joey Hess 
								
							 
						 
						
							
							
								
							
							
	f2186ee6ae  
						 
						
							
							
								
								
								add routing simulation  
							
							
							
						 
						
							2014-05-02 15:09:46 -03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Joey Hess 
								
							 
						 
						
							
							
								
							
							
	79cf404e75  
						 
						
							
							
								
								
								support being run by ssh as ssh-askpass replacement  
							
							... 
							
							
							
							To use, set GIT_ANNEX_SSHASKPASS to point to a fifo or regular file
(FIFO is better, avoids touching disk or multiple readers) that contains
the password. Then set SSH_ASKPASS=git-annex, and when ssh runs it, it will
tell ssh the password.
This is not yet used.. 
							
						 
						
							2014-04-29 18:08:10 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									https://www.google.com/accounts/o8/id?id=AItOawnXybLxkPMYpP3yw4b_I6IdC3cKTD-xEdU 
								
							 
						 
						
							
							
								
							
							
	4a37557ff4  
						 
						
							
							
								
								
								Added a comment  
							
							
							
						 
						
							2014-04-29 10:10:04 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Joey Hess 
								
							 
						 
						
							
							
								
							
							
	b188561ba2  
						 
						
							
							
								
								
								update  
							
							
							
						 
						
							2014-04-26 18:58:06 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Joey Hess 
								
							 
						 
						
							
							
								
							
							
	
	
	5f521f6952 
 
						 
						
							
							
								
								
								devblog  
							
							
							
						 
						
							2014-04-25 16:34:33 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Joey Hess 
								
							 
						 
						
							
							
								
							
							
	2adeef61a1  
						 
						
							
							
								
								
								design  
							
							
							
						 
						
							2014-04-25 16:28:58 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									78.49.117.156 
								
							 
						 
						
							
							
								
							
							
	4365d1faf1  
						 
						
							
							
								
								
								poll vote (My phone (or MP3 player))  
							
							
							
						 
						
							2014-04-16 00:13:19 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Joey Hess 
								
							 
						 
						
							
							
								
							
							
	138d25518d  
						 
						
							
							
								
								
								Merge branch 'master' into remotecontrol  
							
							... 
							
							
							
							Conflicts:
	doc/devblog/day_152__more_ssh_connection_caching.mdwn 
							
						 
						
							2014-04-14 13:38:35 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									2601:0:b100:7c0::1 
								
							 
						 
						
							
							
								
							
							
	1b3a48f992  
						 
						
							
							
								
								
								poll vote (DCIM directory (photos and videos only))  
							
							
							
						 
						
							2014-04-12 19:38:11 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Joey Hess 
								
							 
						 
						
							
							
								
							
							
	fac7bca05b  
						 
						
							
							
								
								
								assistant: Now detects immediately when other repositories push changes to  
							
							... 
							
							
							
							a ssh remote, and pulls.
XMPP is no longer needed in this configuration!
Requires the remote server have git-annex-shell with notifychanges support.
(untested)
This commit was sponsored by Geog Wechslberger. 
							
						 
						
							2014-04-08 15:23:50 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Joey Hess 
								
							 
						 
						
							
							
								
							
							
	
	
	32f44e7b83 
 
						 
						
							
							
								
								
								add design for git-remote-daemon  
							
							
							
						 
						
							2014-04-03 14:53:09 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Joey Hess 
								
							 
						 
						
							
							
								
							
							
	
	
	9b707f0116 
 
						 
						
							
							
								
								
								windows fix try 2  
							
							
							
						 
						
							2014-04-02 18:02:32 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									216.115.165.4 
								
							 
						 
						
							
							
								
							
							
	4e90050b34  
						 
						
							
							
								
								
								poll vote (Google Drive)  
							
							
							
						 
						
							2014-03-21 20:46:26 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									131.130.79.56 
								
							 
						 
						
							
							
								
							
							
	c6b714c8df  
						 
						
							
							
								
								
								poll vote (Google Drive)  
							
							
							
						 
						
							2014-03-21 12:07:22 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Joey Hess 
								
							 
						 
						
							
							
								
							
							
	fac8198a2f  
						 
						
							
							
								
								
								fix up old comments that used format=txt, which is no longer enabled  
							
							
							
						 
						
							2014-03-20 12:09:09 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									192.171.33.111 
								
							 
						 
						
							
							
								
							
							
	f58b37daa2  
						 
						
							
							
								
								
								poll vote (/sdcard/annex)  
							
							
							
						 
						
							2014-03-17 16:08:53 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									93.128.10.19 
								
							 
						 
						
							
							
								
							
							
	bac2bd7d49  
						 
						
							
							
								
								
								poll vote (/sdcard/annex)  
							
							
							
						 
						
							2014-03-16 12:38:41 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									78.53.214.75 
								
							 
						 
						
							
							
								
							
							
	7ad37ffd6f  
						 
						
							
							
								
								
								poll vote (DCIM directory (photos and videos only))  
							
							
							
						 
						
							2014-03-16 10:18:12 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									194.197.235.109 
								
							 
						 
						
							
							
								
							
							
	a109d50684  
						 
						
							
							
								
								
								poll vote (/sdcard/annex)  
							
							
							
						 
						
							2014-03-16 07:53:27 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									166.70.207.2 
								
							 
						 
						
							
							
								
							
							
	eb7e77bf34  
						 
						
							
							
								
								
								poll vote (Tahoe-LAFS)  
							
							
							
						 
						
							2014-03-11 20:35:18 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Joey Hess 
								
							 
						 
						
							
							
								
							
							
	73ed2f8ec1  
						 
						
							
							
								
								
								remove spam  
							
							
							
						 
						
							2014-02-20 14:57:48 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									https://www.google.com/accounts/o8/id?id=AItOawlVsvZpOtQ_ukVysPjQxJEBlKCM5lsgPkk 
								
							 
						 
						
							
							
								
							
							
	dcbb0bfc9e  
						 
						
							
							
								
								
								Added a comment: nice  
							
							
							
						 
						
							2014-02-15 09:51:32 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Joey Hess 
								
							 
						 
						
							
							
								
							
							
	54c587b617  
						 
						
							
							
								
								
								telehash security  
							
							
							
						 
						
							2014-02-10 14:56:16 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									139.80.40.12 
								
							 
						 
						
							
							
								
							
							
	1ec1029040  
						 
						
							
							
								
								
								poll vote (Tahoe-LAFS)  
							
							
							
						 
						
							2014-02-04 03:04:23 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									https://thargos.myopenid.com/ 
								
							 
						 
						
							
							
								
							
							
	8e411771d1  
						 
						
							
							
								
								
								typo  
							
							
							
						 
						
							2014-01-27 12:47:03 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									https://id.koumbit.net/anarcat 
								
							 
						 
						
							
							
								
							
							
	d979f2fbdf  
						 
						
							
							
								
								
								a separate sync daemon has many advantages indeed  
							
							
							
						 
						
							2014-01-20 18:41:59 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Joey Hess 
								
							 
						 
						
							
							
								
							
							
	df5e2e3d65  
						 
						
							
							
								
								
								gathd  
							
							
							
						 
						
							2014-01-19 19:19:19 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									https://www.google.com/accounts/o8/id?id=AItOawmz8d2M0lQDYWLSbDQSjYRHfrQkWKgPu60 
								
							 
						 
						
							
							
								
							
							
	8e2d2a77a5  
						 
						
							
							
								
								
								Added a comment: re: long polling  
							
							
							
						 
						
							2014-01-17 20:27:40 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									http://joeyh.name/ 
								
							 
						 
						
							
							
								
							
							
	33029e4958  
						 
						
							
							
								
								
								Added a comment  
							
							
							
						 
						
							2014-01-16 03:03:48 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									https://www.google.com/accounts/o8/id?id=AItOawmz8d2M0lQDYWLSbDQSjYRHfrQkWKgPu60 
								
							 
						 
						
							
							
								
							
							
	9b9475525c  
						 
						
							
							
								
								
								Added a comment: long polling in Widget form  
							
							
							
						 
						
							2014-01-16 00:08:12 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Richard Hartmann 
								
							 
						 
						
							
							
								
							
							
	6fcb0f79d1  
						 
						
							
							
								
								
								Telelhash  
							
							
							
						 
						
							2014-01-14 00:25:32 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Joey Hess 
								
							 
						 
						
							
							
								
							
							
	eea93b4e2e  
						 
						
							
							
								
								
								add telehash design page; update roadmap  
							
							
							
						 
						
							2014-01-13 13:08:58 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									http://joeyh.name/ 
								
							 
						 
						
							
							
								
							
							
	33b8f9b474  
						 
						
							
							
								
								
								Added a comment  
							
							
							
						 
						
							2014-01-06 15:04:34 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									https://www.google.com/accounts/o8/id?id=AItOawnRRUUZo3W7pAoRoST8P_l0PtUBhvYuzDg 
								
							 
						 
						
							
							
								
							
							
	281fd02329  
						 
						
							
							
								
								
								Added a comment: exactly this use case: cloud remotes too small  
							
							
							
						 
						
							2014-01-06 00:31:36 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									https://www.google.com/accounts/o8/id?id=AItOawmH-n1yD04qmSeXKKzYaXFTN1ciFWVb5As 
								
							 
						 
						
							
							
								
							
							
	a1dd7d46e1  
						 
						
							
							
								
								
								Added a comment: Can't seem to get the configuration I am looking for from the webapp  
							
							
							
						 
						
							2014-01-02 23:41:44 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Richard Hartmann 
								
							 
						 
						
							
							
								
							
							
	b11d88dd17  
						 
						
							
							
								
								
								doc/: s/amoung/among/gi  
							
							... 
							
							
							
							Qouth ye olde [Wiktionary](http://en.wiktionary.org/wiki/amoung )
Archaic spelling of among. 
							
						 
						
							2013-12-18 22:09:18 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									http://joeyh.name/ 
								
							 
						 
						
							
							
								
							
							
	4c5dc8df0e  
						 
						
							
							
								
								
								removed  
							
							
							
						 
						
							2013-12-18 20:12:16 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									https://www.google.com/accounts/o8/id?id=AItOawnN99WKdpXGRJD8xpJxfsoumA9ZVCBjxrE 
								
							 
						 
						
							
							
								
							
							
	5b0dcfc4f5  
						 
						
							
							
								
								
								Added a comment: nice  
							
							
							
						 
						
							2013-12-18 18:12:18 +00:00