Implementing authenticated Smart HTTP - which URLs to secure

2012-07-15 Thread Jonas H.
Howdy! I'd like to implement HTTP authentication for Git Smart HTTP using Dulwich (a Python binding): 1) read-only if unauthenticated and write only if authenticated 2) read/write only if authenticated I couldn't find any documentation on which URLs need be secured and what response codes ar

Re: Implementing authenticated Smart HTTP - which URLs to secure

2012-07-15 Thread Shawn Pearce
On Sun, Jul 15, 2012 at 6:43 AM, Jonas H. wrote: > I'd like to implement HTTP authentication for Git Smart HTTP using Dulwich > (a Python binding): > > 1) read-only if unauthenticated and write only if authenticated > 2) read/write only if authenticated > > I couldn't find any documentation on whi

Re: Implementing authenticated Smart HTTP - which URLs to secure

2012-07-16 Thread Jonas H.
On 07/15/2012 10:49 PM, Shawn Pearce wrote: On Sun, Jul 15, 2012 at 6:43 AM, Jonas H. wrote: I'd like to implement HTTP authentication for Git Smart HTTP using Dulwich (a Python binding): 1) read-only if unauthenticated and write only if authenticated 2) read/write only if authenticated I cou