/netbsd-src/crypto/external/cpl/trousers/dist/src/tcsd/ |
H A D | tcsd_conf.c | 83 memset(conf->remote_ops, 0, sizeof(conf->remote_ops)); in init_tcsd_config() 240 tcsd_add_op(int *remote_ops, int *op) in tcsd_add_op() argument 246 while (remote_ops[j] != 0) { in tcsd_add_op() 247 if (remote_ops[j] == op[i]) { in tcsd_add_op() 252 remote_ops[j] = op[i]; in tcsd_add_op() 265 tcsd_add_op(conf->remote_ops, tcsd_ops[i]->op); in tcsd_set_remote_op() 832 (void) memset(conf->remote_ops, 0, sizeof(conf->remote_ops)); in conf_file_init()
|
H A D | svrside.c | 260 if (tcsd_options.remote_ops[0] == 0) in setup_ipv4_socket() 309 if (tcsd_options.remote_ops[0] == 0) in setup_ipv6_socket()
|
/netbsd-src/crypto/external/cpl/trousers/etc/ |
H A D | tcsd.conf | 11 remote_ops = create_key,random
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/ |
H A D | tcsd.h | 42 int remote_ops[TCSD_MAX_NUM_ORDS]; /* array of ordinals executable by remote hosts */ member
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/ |
H A D | rpc.c | 557 while (tcsd_options.remote_ops[i]) { in access_control() 558 if ((UINT32)tcsd_options.remote_ops[i] == thread_data->comm.hdr.u.ordinal) { in access_control() 587 if (tcsd_options.remote_ops[0] && access_control(data)) { in dispatchCommand()
|
/netbsd-src/crypto/external/cpl/trousers/dist/dist/ |
H A D | tcsd.conf.in | 101 # Option: remote_ops 123 # remote_ops =
|
/netbsd-src/crypto/external/cpl/trousers/dist/ |
H A D | ChangeLog | 559 - Only allow INADDR_LOCALHOST connections when no remote_ops are 746 configurable option in tcsd.conf as "remote_ops".
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
H A D | ChangeLog-1998 | 4547 [remote_ops, extended_remote_ops]: Add remote_stop for to_stop member. 5334 by copying from remote_ops, move it and init_remote_ops to 6523 * remote.c (remote_ops, extended_remote_ops): Replace static
|
H A D | ChangeLog-1997 | 2049 * (remote_ops extended_remote_ops remote_desc remote_write_size):
|
H A D | ChangeLog-1995 | 2214 (remote_ops): Add remote_thread_alive.
|
H A D | ChangeLog-2018 | 9847 (remote_ops, extended_remote_ops): Delete. 11533 (remote_ops): Now a remote_target.
|
H A D | ChangeLog-1992 | 1656 remote.c (remote_ops),
|
H A D | ChangeLog-1999 | 5019 * remote.c (init_remote_ops): Initialize remote_ops.to_rcmd.
|
H A D | ChangeLog-2010 | 9313 (init_remote_ops): Set remote_ops.to_get_ada_task_ptid.
|
H A D | ChangeLog-2013 | 6627 remote_ops.to_augmented_libraries_svr4_read.
|
/netbsd-src/external/gpl3/gdb/dist/gdb/ |
H A D | ChangeLog-1998 | 4547 [remote_ops, extended_remote_ops]: Add remote_stop for to_stop member. 5334 by copying from remote_ops, move it and init_remote_ops to 6523 * remote.c (remote_ops, extended_remote_ops): Replace static
|
H A D | ChangeLog-1997 | 2049 * (remote_ops extended_remote_ops remote_desc remote_write_size):
|
H A D | ChangeLog-1995 | 2214 (remote_ops): Add remote_thread_alive.
|
H A D | ChangeLog-2018 | 9847 (remote_ops, extended_remote_ops): Delete. 11533 (remote_ops): Now a remote_target.
|
H A D | ChangeLog-1992 | 1656 remote.c (remote_ops),
|
H A D | ChangeLog-1999 | 5019 * remote.c (init_remote_ops): Initialize remote_ops.to_rcmd.
|
H A D | ChangeLog-2010 | 9313 (init_remote_ops): Set remote_ops.to_get_ada_task_ptid.
|
H A D | ChangeLog-2013 | 6627 remote_ops.to_augmented_libraries_svr4_read.
|