ADMIN: dyncookie: implement a simple dynamic cookie calculator
authorWilly Tarreau <w@1wt.eu>
Wed, 11 Aug 2021 11:54:52 +0000 (13:54 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 11 Aug 2021 12:07:45 +0000 (14:07 +0200)
commit6807c7f6e14f79657a713e6a86513b8573ed5854
tree4241e9365edc607da9579489122fd0bb991ff768
parent13f2e2ceebf7b97baf5e035f821470ec7a360980
ADMIN: dyncookie: implement a simple dynamic cookie calculator

This utility can be useful to figure what cookie value a server will
have based on the secret, its IP and its port.
.gitignore
Makefile
admin/dyncookie/dyncookie.c [new file with mode: 0644]