mirror of
https://github.com/samba-team/samba.git
synced 2025-11-25 00:23:52 +03:00
r12728: Revive testparm.
It needs work to not dump defaults from loadparm.c, but otherwise it works. Andrew Bartlett
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
f2e97983f2
commit
1260fcf465
@@ -136,6 +136,9 @@ int socket_get_my_port(struct socket_context *sock);
|
||||
int socket_get_fd(struct socket_context *sock);
|
||||
NTSTATUS socket_dup(struct socket_context *sock);
|
||||
const struct socket_ops *socket_getops_byname(const char *name, enum socket_type type);
|
||||
BOOL allow_access(TALLOC_CTX *mem_ctx,
|
||||
const char **deny_list, const char **allow_list,
|
||||
const char *cname, const char *caddr);
|
||||
BOOL socket_check_access(struct socket_context *sock,
|
||||
const char *service_name,
|
||||
const char **allow_list, const char **deny_list);
|
||||
|
||||
Reference in New Issue
Block a user