| /src/contrib/blocklist/ |
| H A D | FreeBSD-upgrade | 1 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 D | README | 31 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 D | blocklist.h | 42 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 D | Makefile | 7 INCS= blocklist.h
|
| H A D | bl.h | 66 typedef struct blocklist *bl_t;
|
| /src/contrib/blocklist/lib/ |
| H A D | blocklist.c | 53 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 D | Makefile | 9 LIB=blocklist 10 SRCS=bl.c blocklist.c 14 MLINKS+=libblocklist.3 blocklist.3
|
| /src/lib/libblocklist/ |
| H A D | Makefile | 1 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 D | Makefile | 1 BLOCKLIST_DIR=${SRCTOP}/contrib/blocklist 4 PACKAGE= blocklist 12 LIBADD+= blocklist util
|
| /src/usr.sbin/blocklistctl/ |
| H A D | Makefile | 1 BLOCKLIST_DIR=${SRCTOP}/contrib/blocklist 4 PACKAGE= blocklist 12 LIBADD+= blocklist util
|
| /src/usr.sbin/blocklistd/ |
| H A D | Makefile | 1 BLOCKLIST_DIR=${SRCTOP}/contrib/blocklist 4 PACKAGE= blocklist 13 LIBADD+= blocklist util
|
| /src/usr.sbin/blacklistd/ |
| H A D | Makefile | 1 BLOCKLIST_DIR=${SRCTOP}/contrib/blocklist 4 PACKAGE= blocklist 13 LIBADD+= blocklist util
|
| /src/libexec/blocklistd-helper/ |
| H A D | Makefile | 1 BLOCKLIST_DIR=${SRCTOP}/contrib/blocklist 3 PACKAGE= blocklist
|
| /src/secure/libexec/sshd-session/ |
| H A D | Makefile | 33 CFLAGS+= -DUSE_BLOCKLIST=1 -I${SRCTOP}/contrib/blocklist/include 34 SRCS+= blocklist.c 35 LIBADD+= blocklist
|
| /src/libexec/fingerd/ |
| H A D | Makefile | 11 CFLAGS+= -DUSE_BLOCKLIST -I${SRCTOP}/contrib/blocklist/include 12 LIBADD+= blocklist
|
| H A D | fingerd.c | 148 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 D | Makefile | 35 CFLAGS+= -DUSE_BLOCKLIST=1 -I${SRCTOP}/contrib/blocklist/include 36 SRCS+= blocklist.c 37 LIBADD+= blocklist
|
| /src/crypto/openssh/ |
| H A D | blocklist.c | 52 static struct blocklist *blstate = NULL; 58 struct blocklist *bl_create(bool, char *, void (*)(int, const char *, va_list));
|
| /src/lib/libblacklist/ |
| H A D | Makefile | 1 BLOCKLIST_DIR=${SRCTOP}/contrib/blocklist 5 PACKAGE= blocklist
|
| /src/release/packages/ucl/ |
| H A D | blocklist-all.ucl | 19 comment = "Network blocklist daemon" 27 only daemons which have had blocklist support added will work.
|
| /src/contrib/blocklist/diff/ |
| H A D | ftpd.diff | 5 +#include <blocklist.h> 9 +static struct blocklist *blstate;
|
| H A D | proftpd.diff | 88 +#include <blocklist.h> 91 +static struct blocklist *blstate;
|
| H A D | postfix.diff | 10 +#include <blocklist.h> 12 +static struct blocklist *blstate;
|
| H A D | ssh.diff | 10 +#include <blocklist.h> 12 +static struct blocklist *blstate;
|
| /src/contrib/blocklist/etc/ |
| H A D | Makefile | 5 FILESDIR= /usr/share/examples/blocklist
|