Re: [RFC/PATCH 4/5] daemon.c: accept extra service arguments

2015-02-28 Thread Junio C Hamano
Stefan Beller writes: > Before 73bb33a (daemon: Strictly parse the "extra arg" part of the > command - 2009-06-04) a client sending extra arguments could DoS > git-daemon. 73bb33a fixed it by forbidding extra arguments. > > Allow arguments other than "host=" again as a preparation step for > uplo

[RFC/PATCH 4/5] daemon.c: accept extra service arguments

2015-02-27 Thread Stefan Beller
Before 73bb33a (daemon: Strictly parse the "extra arg" part of the command - 2009-06-04) a client sending extra arguments could DoS git-daemon. 73bb33a fixed it by forbidding extra arguments. Allow arguments other than "host=" again as a preparation step for upload-pack2. "host=" if present must b