diff options
author | H. Peter Anvin <hpa@zytor.com> | 2005-10-19 14:44:43 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-10-19 14:44:43 -0700 |
commit | b7080d851630606815a399a162c5b20f2907f9e0 (patch) | |
tree | 3df4b5d61c4bafa41fa38efb3305e16832294e7c /commit.c | |
parent | c9ed27b9e8372822219780705128cf37bd25e26b (diff) | |
download | git-b7080d851630606815a399a162c5b20f2907f9e0.tar.gz |
git-daemon: timeout, eliminate double DWIM
It turns out that not only did git-daemon do DWIM, but git-upload-pack
does as well. This is bad; security checks have to be performed *after*
canonicalization, not before.
Additionally, the current git-daemon can be trivially DoSed by spewing
SYNs at the target port.
This patch adds a --strict option to git-upload-pack to disable all
DWIM, a --timeout option to git-daemon and git-upload-pack, and an
--init-timeout option to git-daemon (which is typically set to a much
lower value, since the initial request should come immediately from the
client.)
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'commit.c')
0 files changed, 0 insertions, 0 deletions