Home
last modified time | relevance | path

Searched refs:blocklist (Results 1 – 25 of 44) sorted by relevance

12

/src/contrib/blocklist/
H A DFreeBSD-upgrade1 FreeBSD maintainer's guide to blocklist
4 These instructions describe the blocklist vendor import procedure,
18 worktree=$(mktemp -d -t blocklist)
19 git worktree add ${worktree} vendor/blocklist
21 3. Clone the blocklist repo (https://github.com/zoulasc/blocklist.git):
23 blocklist_repo=$(mktemp -d -t blocklist-repo)
24 git clone https://github.com/zoulasc/blocklist.git ${blocklist_repo}
45 blocklist ${date} (${commit_short})
49 Obtained from: https://github.com/zoulasc/blocklist
56 git tag -a -e -m "Tag ${message}" vendor/blocklist/${tag}
[all …]
H A DREADME31 blocklist(action, acceptedfd, message);
34 action = 0 -> successful login clear blocklist state
40 contact the blocklist daemon, since the verification
74 blocklist filter state is persisted automatically in /var/db/blocklistd.db
/src/contrib/blocklist/include/
H A Dblocklist.h42 struct blocklist *blocklist_open(void);
43 struct blocklist *blocklist_open2(
45 void blocklist_close(struct blocklist *);
46 int blocklist(int, int, const char *);
47 int blocklist_r(struct blocklist *, int, int, const char *);
49 int blocklist_sa_r(struct blocklist *, int, int,
H A DMakefile7 INCS= blocklist.h
H A Dbl.h66 typedef struct blocklist *bl_t;
/src/contrib/blocklist/lib/
H A Dblocklist.c53 struct blocklist *bl; in blocklist_sa()
63 blocklist_sa_r(struct blocklist *bl, int action, int rfd, in blocklist_sa_r()
90 blocklist(int action, int rfd, const char *msg) in blocklist() function
96 blocklist_r(struct blocklist *bl, int action, int rfd, const char *msg) in blocklist_r()
101 struct blocklist *
106 struct blocklist *
114 blocklist_close(struct blocklist *bl) in blocklist_close()
H A DMakefile9 LIB=blocklist
10 SRCS=bl.c blocklist.c
14 MLINKS+=libblocklist.3 blocklist.3
/src/lib/libblocklist/
H A DMakefile1 BLOCKLIST_DIR=${SRCTOP}/contrib/blocklist
5 PACKAGE= blocklist
8 LIB= blocklist
21 SRCS= bl.c blocklist.c vsyslog_r.c
22 INCS= blocklist.h
27 libblocklist.3 blocklist.3 \
/src/usr.sbin/blacklistctl/
H A DMakefile1 BLOCKLIST_DIR=${SRCTOP}/contrib/blocklist
4 PACKAGE= blocklist
12 LIBADD+= blocklist util
/src/usr.sbin/blocklistctl/
H A DMakefile1 BLOCKLIST_DIR=${SRCTOP}/contrib/blocklist
4 PACKAGE= blocklist
12 LIBADD+= blocklist util
/src/usr.sbin/blocklistd/
H A DMakefile1 BLOCKLIST_DIR=${SRCTOP}/contrib/blocklist
4 PACKAGE= blocklist
13 LIBADD+= blocklist util
/src/usr.sbin/blacklistd/
H A DMakefile1 BLOCKLIST_DIR=${SRCTOP}/contrib/blocklist
4 PACKAGE= blocklist
13 LIBADD+= blocklist util
/src/libexec/blocklistd-helper/
H A DMakefile1 BLOCKLIST_DIR=${SRCTOP}/contrib/blocklist
3 PACKAGE= blocklist
/src/secure/libexec/sshd-session/
H A DMakefile33 CFLAGS+= -DUSE_BLOCKLIST=1 -I${SRCTOP}/contrib/blocklist/include
34 SRCS+= blocklist.c
35 LIBADD+= blocklist
/src/libexec/fingerd/
H A DMakefile11 CFLAGS+= -DUSE_BLOCKLIST -I${SRCTOP}/contrib/blocklist/include
12 LIBADD+= blocklist
H A Dfingerd.c148 blocklist(1, STDIN_FILENO, "nousername"); in main()
157 blocklist(1, STDIN_FILENO, "noforwarding"); in main()
198 blocklist(0, STDIN_FILENO, "success"); in main()
/src/secure/libexec/sshd-auth/
H A DMakefile35 CFLAGS+= -DUSE_BLOCKLIST=1 -I${SRCTOP}/contrib/blocklist/include
36 SRCS+= blocklist.c
37 LIBADD+= blocklist
/src/crypto/openssh/
H A Dblocklist.c52 static struct blocklist *blstate = NULL;
58 struct blocklist *bl_create(bool, char *, void (*)(int, const char *, va_list));
/src/lib/libblacklist/
H A DMakefile1 BLOCKLIST_DIR=${SRCTOP}/contrib/blocklist
5 PACKAGE= blocklist
/src/release/packages/ucl/
H A Dblocklist-all.ucl19 comment = "Network blocklist daemon"
27 only daemons which have had blocklist support added will work.
/src/contrib/blocklist/diff/
H A Dftpd.diff5 +#include <blocklist.h>
9 +static struct blocklist *blstate;
H A Dproftpd.diff88 +#include <blocklist.h>
91 +static struct blocklist *blstate;
H A Dpostfix.diff10 +#include <blocklist.h>
12 +static struct blocklist *blstate;
H A Dssh.diff10 +#include <blocklist.h>
12 +static struct blocklist *blstate;
/src/contrib/blocklist/etc/
H A DMakefile5 FILESDIR= /usr/share/examples/blocklist

12