Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
baed on resource limits it is often (usually?) larger than FD_SETSIZE.
|
|
|
|
|
|
|
|
|
|
use min, not max for logging, fixes overflow.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
use random content in ignore messages.
|
|
|
|
|
|
|
|
|
|
remove closed fd's from the select mask.
|
|
|
|
or hurts things)
|
|
|
|
|
|
|
|
|
|
|
|
sent by the 'attacker'
dig1 = md5(cookie|session_key_int);
dig2 = md5(dig1|cookie|session_key_int);
fake_session_key = dig1|dig2;
this change is caused by a mail from anakin@pobox.com
patch based on discussions with my german advisor niels@openbsd.org
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|