Searched refs:blacklist (Results 1 - 25 of 45) sorted by relevance

12

/freebsd-11-stable/contrib/blacklist/include/
H A Dblacklist.h1 /* $NetBSD: blacklist.h,v 1.3 2015/01/23 18:48:56 christos Exp $ */
37 struct blacklist *blacklist_open(void);
38 void blacklist_close(struct blacklist *);
39 int blacklist(int, int, const char *);
40 int blacklist_r(struct blacklist *, int, int, const char *);
42 int blacklist_sa_r(struct blacklist *, int, int,
H A DMakefile7 INCS= blacklist.h
H A Dbl.h38 #include "blacklist.h"
66 typedef struct blacklist *bl_t;
/freebsd-11-stable/libexec/blacklistd-helper/
H A DMakefile3 BLACKLIST_DIR=${SRCTOP}/contrib/blacklist
/freebsd-11-stable/libexec/fingerd/
H A DMakefile14 CFLAGS+= -DUSE_BLACKLIST -I${SRCTOP}/contrib/blacklist/include
15 LIBADD+= blacklist
H A Dfingerd.c61 #include <blacklist.h>
160 blacklist(1, STDIN_FILENO, "nousername");
169 blacklist(1, STDIN_FILENO, "noforwarding");
210 blacklist(0, STDIN_FILENO, "success");
/freebsd-11-stable/libexec/ftpd/
H A Dblacklist.c29 /* $FreeBSD: stable/11/libexec/ftpd/blacklist.c 318240 2017-05-12 15:03:09Z lidl $ */
36 #include <blacklist.h>
39 static struct blacklist *blstate;
H A DMakefile27 CFLAGS+= -DUSE_BLACKLIST -I${SRCTOP}/contrib/blacklist/include
28 SRCS+= blacklist.c
29 LIBADD+= blacklist
/freebsd-11-stable/lib/libblacklist/
H A DMakefile3 BLACKLIST_DIR=${SRCTOP}/contrib/blacklist
7 LIB= blacklist
19 SRCS= bl.c blacklist.c
20 INCS= blacklist.h
25 libblacklist.3 blacklist.3 \
/freebsd-11-stable/contrib/blacklist/lib/
H A DMakefile9 LIB=blacklist
10 SRCS=bl.c blacklist.c
14 MLINKS+=libblacklist.3 blacklist.3
H A Dblacklist.c1 /* $NetBSD: blacklist.c,v 1.5 2015/01/22 16:19:53 christos Exp $ */
36 __RCSID("$NetBSD: blacklist.c,v 1.5 2015/01/22 16:19:53 christos Exp $");
51 struct blacklist *bl;
61 blacklist_sa_r(struct blacklist *bl, int action, int rfd,
88 blacklist(int action, int rfd, const char *msg) function
94 blacklist_r(struct blacklist *bl, int action, int rfd, const char *msg)
99 struct blacklist *
105 blacklist_close(struct blacklist *bl)
/freebsd-11-stable/libexec/rlogind/
H A DMakefile18 CFLAGS+= -DUSE_BLACKLIST -I${SRCTOP}/contrib/blacklist/include
19 LIBADD+= blacklist
H A Drlogind.c87 #include <blacklist.h>
235 blacklist(1, STDIN_FILENO, "illegal port");
261 blacklist(1, STDIN_FILENO, "source routing present");
296 blacklist(1, STDIN_FILENO, "invalid user");
301 blacklist(0, STDIN_FILENO, "success");
527 blacklist(1, STDIN_FILENO, "buffer overflow");
/freebsd-11-stable/libexec/rshd/
H A DMakefile19 CFLAGS+= -DUSE_BLACKLIST -I${SRCTOP}/contrib/blacklist/include
20 LIBADD+= blacklist
H A Drshd.c92 #include <blacklist.h>
260 blacklist(1, STDIN_FILENO, "illegal port");
296 blacklist(1, STDIN_FILENO, "unreserved port");
323 blacklist(1, STDIN_FILENO, "login incorrect");
333 blacklist(1, STDIN_FILENO, "login incorrect");
351 blacklist(1, STDIN_FILENO, "permission denied");
363 blacklist(1, STDIN_FILENO, "unknown login");
396 blacklist(1, STDIN_FILENO, "permission denied");
494 blacklist(0, STDIN_FILENO, "success");
563 blacklist(
[all...]
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dblacklist.c2 * wpa_supplicant - Temporary BSSID blacklist
13 #include "blacklist.h"
16 * wpa_blacklist_get - Get the blacklist entry for a BSSID
19 * Returns: Matching blacklist entry for the BSSID or %NULL if not found
29 e = wpa_s->blacklist;
41 * wpa_blacklist_add - Add an BSSID to the blacklist
43 * @bssid: BSSID to be added to the blacklist
44 * Returns: Current blacklist count on success, -1 on failure
46 * This function adds the specified BSSID to the blacklist or increases the
47 * blacklist coun
[all...]
/freebsd-11-stable/crypto/openssh/
H A Dblacklist.c49 #include <blacklist.h>
52 static struct blacklist *blstate = NULL;
58 struct blacklist *bl_create(bool, char *, void (*)(int, const char *, va_list));
/freebsd-11-stable/usr.sbin/blacklistctl/
H A DMakefile3 BLACKLIST_DIR=${SRCTOP}/contrib/blacklist
12 LIBADD+= blacklist util
/freebsd-11-stable/usr.sbin/blacklistd/
H A DMakefile3 BLACKLIST_DIR=${SRCTOP}/contrib/blacklist
12 LIBADD+= blacklist util
/freebsd-11-stable/contrib/serf/build/
H A Dgen_def.py64 blacklist = ['serf_connection_switch_protocol', variable
76 funclist = set(funclist) - set(blacklist)
/freebsd-11-stable/contrib/blacklist/etc/
H A DMakefile5 FILESDIR= /usr/share/examples/blacklist
/freebsd-11-stable/contrib/blacklist/port/
H A DMakefile.am4 include_HEADERS = ../include/blacklist.h
13 libblacklist_la_SOURCES = bl.c blacklist.c
/freebsd-11-stable/secure/usr.sbin/sshd/
H A DMakefile44 CFLAGS+= -DUSE_BLACKLIST=1 -I${SRCTOP}/contrib/blacklist/include
45 SRCS+= blacklist.c
46 LIBADD+= blacklist
/freebsd-11-stable/usr.sbin/wpa/wpa_cli/
H A DMakefile13 SRCS= base64.c bitfield.c blacklist.c bss.c cli.c common.c config.c \
/freebsd-11-stable/contrib/unbound/iterator/
H A Diter_utils.h89 * @param blacklist: the IP blacklist to use.
100 int* chase_to_rd, int open_target, struct sock_list* blacklist,

Completed in 383 milliseconds

12