/netbsd-src/external/bsd/blocklist/diff/ |
H A D | ssh.diff | 21 +pfilter_notify(int a) 40 +void pfilter_notify(int); 80 + pfilter_notify(1); 88 + pfilter_notify(1); 107 + pfilter_notify(1); 128 + pfilter_notify(1); 146 + pfilter_notify(1);
|
H A D | named.diff | 27 +pfilter_notify(isc_result_t res, ns_client_t *client, const char *msg) 50 +void pfilter_notify(isc_result_t, ns_client_t *, const char *); 89 + pfilter_notify(result, client, opname); 140 + pfilter_notify(result, client, "validatezonedb"); 149 + pfilter_notify(result, client, "cachedb"); 173 + pfilter_notify(result, client, "queryacl"); 181 + pfilter_notify(result, client, "updateacl"); 189 + pfilter_notify(result, client, "updateacl"); 213 + pfilter_notify(result, client, "zonexfr");
|
H A D | proftpd.diff | 16 +void pfilter_notify(int); 32 + pfilter_notify(1); 41 + pfilter_notify(1); 49 + pfilter_notify(1); 103 +pfilter_notify(int a)
|
H A D | ftpd.diff | 19 +pfilter_notify(int what, const char *msg) 32 +void pfilter_notify(int, const char *); 80 + pfilter_notify(1, rval == 2 ? "exppass" : "badpass"); 88 + pfilter_notify(1, "bannedhost");
|
H A D | postfix.diff | 15 +pfilter_notify(int a, int fd) 35 +void pfilter_notify(int, int); 56 + pfilter_notify(1, vstream_fileno(state->client)); 95 + pfilter_notify(1, vstream_fileno(state->client));
|
/netbsd-src/external/ibm-public/postfix/dist/src/smtpd/ |
H A D | pfilter.h | 2 void pfilter_notify(int, int);
|
H A D | pfilter.c | 8 pfilter_notify(int a, int fd) in pfilter_notify() function
|
H A D | smtpd.c | 5804 pfilter_notify(1, vstream_fileno(state->client)); in smtpd_proto() 5968 pfilter_notify(1, vstream_fileno(state->client)); in smtpd_proto()
|
/netbsd-src/crypto/external/bsd/openssh/dist/ |
H A D | pfilter.h | 3 void pfilter_notify(int);
|
/netbsd-src/libexec/ftpd/ |
H A D | pfilter.h | 4 void pfilter_notify(int, const char *);
|
H A D | pfilter.c | 19 pfilter_notify(int what, const char *msg) in pfilter_notify() function
|
H A D | ftpd.c | 1419 pfilter_notify(1, rval == 2 ? "exppass" : "badpass"); in do_pass() 1463 pfilter_notify(1, "bannedhost"); in do_pass()
|
/netbsd-src/external/mpl/bind/dist/lib/ns/include/ns/ |
H A D | pfilter.h | 2 void pfilter_notify(isc_result_t, ns_client_t *, const char *);
|
/netbsd-src/external/mpl/bind/dist/lib/ns/ |
H A D | pfilter.c | 21 pfilter_notify(isc_result_t res, ns_client_t *client, const char *msg) in pfilter_notify() function
|
H A D | xfrout.c |
|
H A D | update.c |
|
H A D | query.c |
|
/netbsd-src/lib/libwrap/ |
H A D | hosts_access.c | 108 pfilter_notify(struct request_info *request, int b) in pfilter_notify() function 151 pfilter_notify(request, BLOCKLIST_AUTH_FAIL); in hosts_access() 160 pfilter_notify(request, BLOCKLIST_AUTH_FAIL); in hosts_access()
|
/netbsd-src/libexec/httpd/ |
H A D | auth-bozo.c | 115 pfilter_notify(BLOCKLIST_AUTH_OK, 200); in bozo_auth_check()
|
H A D | bozohttpd.h | 49 void pfilter_notify(const int, const int);
|
H A D | bozohttpd.c | 2210 pfilter_notify(const int what, const int code) in pfilter_notify() function 2330 pfilter_notify(BLOCKLIST_AUTH_FAIL, code); in bozo_http_error() 2334 pfilter_notify(BLOCKLIST_ABUSIVE_BEHAVIOR, code); in bozo_http_error()
|