Fossil

Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

30 check-ins related to "ssh-shared-account"

2013-09-07
21:50
Move the SSH shared account code back to the branch to keep the development of this new feature separate. Leaf check-in: 56169d0775 user: andybradford tags: ssh-shared-account
2013-08-30
14:07
Merge in latest features and fixes from trunk. Leaf check-in: ef8b9da03f user: andybradford tags: ssh-test-http
2013-08-09
07:29
Reimplement the default test-http behavior while retaining the ability to use http to take advantage of Fossil capabilities with SSH URLs. check-in: 7c9347f9c7 user: andybradford tags: ssh-test-http
07:23
Avoid zombies on client side by waiting for children. This can happen when there are a large number of changes to transmit. Closed-Leaf check-in: 308f52a63a user: andybradford tags: ssh-shared-account
04:38
Get capabilities fix et al. check-in: ebafd0c335 user: andybradford tags: ssh-shared-account
2013-08-08
14:00
Merge the fork in trunk. check-in: 0e822db7f1 user: drh tags: trunk
2013-08-06
08:01
Add in a missing line from the Unshun x-site fix of [cc9b04baaf]. (Previously checked into the wrong branch.) check-in: 6ddbe2dfd8 user: drh tags: trunk
08:00
Add in a missing line from the Unshun x-site fix of [cc9b04baaf]. check-in: 1b5f9ac250 user: drh tags: ssh-shared-account
04:03
Changed prompt to remove ambiguity between SSH user vs Fossil user. check-in: f592b80a17 user: andybradford tags: ssh-shared-account
2013-08-05
17:39
Merge recent addtional features (integrate, reports, timeline, et al.) from trunk. check-in: a5df66f3aa user: andybradford tags: ssh-shared-account
13:04
Install the latest SQLite 3.8.0 beta from upstream. Fossil does not use any of the new features. This commit is for the purpose of testing SQLite. check-in: 605db92957 user: drh tags: trunk
2013-08-03
03:09
Defer output of stats until the transport has been opened. This will also help with HTTPs when using client peer certificates (or unrecognized CAs). check-in: d1771cd138 user: andybradford tags: ssh-shared-account
2013-07-30
05:11
Remove an obsolete comment. No changes to code. check-in: 0b643946f0 user: amb tags: ssh-shared-account
2013-07-27
21:09
Sync with trunk to get sqlite changes et al. check-in: 021e41014d user: amb tags: ssh-shared-account
2013-07-26
15:46
Change <td><b></b></td> to <th></th>. check-in: a60b008f1a user: joel tags: trunk
06:40
Only setup Fossil user if URL is SSH. This is done to avoid problems when cloning a fossil that has SSH settings using into a file:// URL. check-in: 1ebba56f2a user: amb tags: ssh-shared-account
02:44
Honor the --once setting for sync, pull, push if set. check-in: 6265b43ba1 user: amb tags: ssh-shared-account
2013-07-25
07:16
Don't prompt for password if user is not set. check-in: fb0f926ed6 user: amb tags: ssh-shared-account
01:41
There may be a command-line option that was set, so don't ignore it. check-in: 90ee2ee528 user: amb tags: ssh-shared-account
2013-07-24
06:25
Much needed cleanup of command-line option handling. Improve sync handling of SSH user. Bring in change for less verbose SSH output. check-in: 955b39ee9f user: amb tags: ssh-shared-account
04:52
Only print the SSH command once and also the forced newline so the Round-trips information stays on one line. Closed-Leaf check-in: 72877d8e51 user: amb tags: ssh-transport-changes
2013-07-23
07:25
Merge in SSH open fossil compatibility changes. check-in: f4e882f5d3 user: amb tags: ssh-shared-account
07:23
Start to address backwards compatibility for open fossils by prompting for missing password. check-in: 18caf358f0 user: amb tags: ssh-transport-changes
2013-07-20
09:41
Clean up code style issues introduced by vi tabstops. check-in: f38f76cf01 user: amb tags: ssh-shared-account
09:38
Print the Fossil user if different from URL user. check-in: 4d67ad13ca user: amb tags: ssh-shared-account
08:48
Perhaps avoid confusion with other similarly named short options. check-in: 9dd4a935e8 user: amb tags: ssh-shared-account
08:40
Alternative approach to allow multiple SSH users to share the same SSH account while maintaining separate Fossil identities. check-in: e3510cef23 user: amb tags: ssh-shared-account
2013-07-18
07:28
Needed coding style clean up that was missed. check-in: 087cae847d user: amb tags: ssh-transport-changes
2013-07-17
04:09
Detect user@host in defined ssh-command and prefer that instead. Closed-Leaf check-in: 7a10b79a2c user: amb tags: ssh-shared-account
2013-07-16
05:47
Remove old SSH transport code and spawn remote fossil http as remote SSH command instead. Also make it possible to configure SSH command prior to cloning. Change remote fossil command to be configurable (really this should probably be simply a matter of fixing PATH on remote end). check-in: c38ff36ddf user: amb tags: ssh-transport-changes