Re: [RFC] Adding a challenge-response authentication method to git://

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Shawn O. Pearce <spearce@...>
Cc: git <git@...>
Date: Wednesday, August 13, 2008 - 1:37 pm

Shawn O. Pearce wrote:


...

That is the feature rich solution.  For those there is ssh/webdav
and possibly other setups.


There is GSSAPI, which allows plugging in just about anything you like.
Nonetheless, for a lot of small projects, you have a relatively small
number of developers (typically <32) which have commitrights on one or
more source trees in a central repository.

In order to aid them in setting up a simple accesslist, git would do
just fine by simply offering a flat-file like list.  Forcing those
setups to use anything more complicated makes adoption of git for those
kind of projects unreasonably more complicated (IMO).

There are no promises for flexibility, security, whatsoever.
The only things I'm aiming for are:
a. Simplicity (need just git).
b. No cleartext passwords over the wire.
c. No encryption.
d. Highest performance (native git protocol).

Anyone needing more is referred to webdav/ssh and assorted solutions.
This minimises the dependencies on external libs, the only thing we need
is a strong hash-function to implement (b); as it happens, we already
have SHA1..
-- 
Sincerely,
           Stephen R. van den Berg.

"And now for something *completely* different!"
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[RFC] Adding a challenge-response authentication method to g..., Stephen R. van den Berg, (Wed Aug 13, 12:26 pm)
Re: [RFC] Adding a challenge-response authentication method ..., Stephen R. van den Berg, (Wed Aug 13, 1:37 pm)
Re: [RFC] Adding a challenge-response authentication method ..., Stephen R. van den Berg, (Wed Aug 13, 8:10 pm)
Re: [RFC] Adding a challenge-response authentication method ..., Stephen R. van den Berg, (Thu Aug 14, 5:51 am)
Re: [RFC] Adding a challenge-response authentication method ..., Stephen R. van den Berg, (Thu Aug 14, 3:13 am)
Re: [RFC] Adding a challenge-response authentication method ..., Stephen R. van den Berg, (Thu Aug 14, 7:07 am)
Re: [RFC] Adding a challenge-response authentication method ..., Stephen R. van den Berg, (Thu Aug 14, 8:14 am)