From 4b8c0b0554dae9b5d71a512a600ceb781fe883be Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 5 Nov 2016 20:13:35 +0100 Subject: [PATCH] TODO --- TODO | 7 +++++++ bouncer.c | 5 ----- 2 files changed, 7 insertions(+), 5 deletions(-) create mode 100644 TODO diff --git a/TODO b/TODO new file mode 100644 index 0000000..4745a25 --- /dev/null +++ b/TODO @@ -0,0 +1,7 @@ +- location of default config file +- configurable names of PAM modules + +Doc: +- ipset create bouncer4 hash:ip family inet +- ipset create bouncer6 hash:ip family inet6 +- sshd_config: UseDNS no diff --git a/bouncer.c b/bouncer.c index 6fffcea..41f85ea 100644 --- a/bouncer.c +++ b/bouncer.c @@ -2,11 +2,6 @@ * Bouncer -- A Daemon for Turning Away Mischievous Guests * * (c) 2016 Martin Mares - * - * FIXME: ipset create bouncer4 hash:ip family inet - * FIXME: ipset create bouncer6 hash:ip family inet6 - * FIXME: sshd_config: UseDNS no - * FIXME: PAM module names should be made configurable */ #undef LOCAL_DEBUG -- 2.39.2