Thanks a lot Shawn.  Following your private email, i've gone ahead and
create a JIRA issue this morning.  Sorry for the pain.

I'm really looking for feedback on SSHD, so feel free to send any comments
on the code, any problems you may have or any enhancement requests....

Btw, is your java git server open source ?

On Mon, Dec 22, 2008 at 16:30, Shawn Pearce <[email protected]> wrote:
> I'm trying to build a pure Java server-side implementation of Git, to be
> included within JGit.  Typically writes done over the network go over SSH,
> so SSHD is a good candidate for the protocol itself.
>
> Hooks are sometime used within a Git repository to verify that a user can
> perform a particular write operation on a per-branch basis.  So I need to
> expose the identity of the authenticated user to the Command implementation
> which implements the "git receive-pack" command name, so that implementation
> can pass the name through to the hook function for validation.
>
> https://issues.apache.org/jira/browse/SSHD-5 has a small proposed patch to
> make the ServerSession available.
>



-- 
Cheers,
Guillaume Nodet
------------------------
Blog: http://gnodet.blogspot.com/
------------------------
Open Source SOA
http://fusesource.com

Reply via email to