| /dragonfly/crypto/openssh/ |
| HD | sandbox-solaris.c | 48 struct ssh_sandbox *box = NULL; in ssh_sandbox_init() local 50 box = xcalloc(1, sizeof(*box)); in ssh_sandbox_init() 53 box->pset = solaris_basic_privset(); in ssh_sandbox_init() 55 if (box->pset == NULL) { in ssh_sandbox_init() 56 free(box); in ssh_sandbox_init() 61 if (priv_delset(box->pset, PRIV_FILE_LINK_ANY) != 0 || in ssh_sandbox_init() 63 priv_delset(box->pset, PRIV_NET_ACCESS) != 0 || in ssh_sandbox_init() 66 priv_delset(box->pset, PRIV_DAX_ACCESS) != 0 || in ssh_sandbox_init() 69 priv_delset(box->pset, PRIV_SYS_IB_INFO) != 0 || in ssh_sandbox_init() 71 priv_delset(box->pset, PRIV_PROC_EXEC) != 0 || in ssh_sandbox_init() [all …]
|
| HD | sandbox-systrace.c | 102 struct ssh_sandbox *box; in ssh_sandbox_init() local 105 box = xcalloc(1, sizeof(*box)); in ssh_sandbox_init() 106 box->systrace_fd = -1; in ssh_sandbox_init() 107 box->child_pid = 0; in ssh_sandbox_init() 108 box->osigchld = ssh_signal(SIGCHLD, SIG_IGN); in ssh_sandbox_init() 110 return box; in ssh_sandbox_init() 114 ssh_sandbox_child(struct ssh_sandbox *box) in ssh_sandbox_child() argument 117 ssh_signal(SIGCHLD, box->osigchld); in ssh_sandbox_child() 124 ssh_sandbox_parent(struct ssh_sandbox *box, pid_t child_pid, in ssh_sandbox_parent() argument 136 ssh_signal(SIGCHLD, box->osigchld); in ssh_sandbox_parent() [all …]
|
| HD | sandbox-capsicum.c | 55 struct ssh_sandbox *box; in ssh_sandbox_init() local 62 box = xcalloc(1, sizeof(*box)); in ssh_sandbox_init() 63 box->monitor = monitor; in ssh_sandbox_init() 64 box->child_pid = 0; in ssh_sandbox_init() 66 return box; in ssh_sandbox_init() 70 ssh_sandbox_child(struct ssh_sandbox *box) in ssh_sandbox_child() argument 103 if (cap_rights_limit(box->monitor->m_recvfd, &rights) < 0 && in ssh_sandbox_child() 107 if (cap_rights_limit(box->monitor->m_log_sendfd, &rights) < 0 && in ssh_sandbox_child() 116 ssh_sandbox_parent_finish(struct ssh_sandbox *box) in ssh_sandbox_parent_finish() argument 118 free(box); in ssh_sandbox_parent_finish() [all …]
|
| HD | sandbox-pledge.c | 47 struct ssh_sandbox *box; in ssh_sandbox_init() local 50 box = xcalloc(1, sizeof(*box)); in ssh_sandbox_init() 51 box->child_pid = 0; in ssh_sandbox_init() 53 return box; in ssh_sandbox_init() 57 ssh_sandbox_child(struct ssh_sandbox *box) in ssh_sandbox_child() argument 64 ssh_sandbox_parent_finish(struct ssh_sandbox *box) in ssh_sandbox_parent_finish() argument 66 free(box); in ssh_sandbox_parent_finish() 71 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid) in ssh_sandbox_parent_preauth() argument 73 box->child_pid = child_pid; in ssh_sandbox_parent_preauth()
|
| HD | sandbox-rlimit.c | 46 struct ssh_sandbox *box; in ssh_sandbox_init() local 53 box = xcalloc(1, sizeof(*box)); in ssh_sandbox_init() 54 box->child_pid = 0; in ssh_sandbox_init() 56 return box; in ssh_sandbox_init() 60 ssh_sandbox_child(struct ssh_sandbox *box) in ssh_sandbox_child() argument 84 ssh_sandbox_parent_finish(struct ssh_sandbox *box) in ssh_sandbox_parent_finish() argument 86 free(box); in ssh_sandbox_parent_finish() 91 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid) in ssh_sandbox_parent_preauth() argument 93 box->child_pid = child_pid; in ssh_sandbox_parent_preauth()
|
| HD | sandbox-darwin.c | 46 struct ssh_sandbox *box; in ssh_sandbox_init() local 53 box = xcalloc(1, sizeof(*box)); in ssh_sandbox_init() 54 box->child_pid = 0; in ssh_sandbox_init() 56 return box; in ssh_sandbox_init() 60 ssh_sandbox_child(struct ssh_sandbox *box) in ssh_sandbox_child() argument 87 ssh_sandbox_parent_finish(struct ssh_sandbox *box) in ssh_sandbox_parent_finish() argument 89 free(box); in ssh_sandbox_parent_finish() 94 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid) in ssh_sandbox_parent_preauth() argument 96 box->child_pid = child_pid; in ssh_sandbox_parent_preauth()
|
| HD | sandbox-null.c | 44 struct ssh_sandbox *box; in ssh_sandbox_init() local 50 box = xcalloc(1, sizeof(*box)); in ssh_sandbox_init() 51 return box; in ssh_sandbox_init() 55 ssh_sandbox_child(struct ssh_sandbox *box) in ssh_sandbox_child() argument 61 ssh_sandbox_parent_finish(struct ssh_sandbox *box) in ssh_sandbox_parent_finish() argument 63 free(box); in ssh_sandbox_parent_finish() 67 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid) in ssh_sandbox_parent_preauth() argument
|
| HD | sandbox-seccomp-filter.c | 439 struct ssh_sandbox *box; in ssh_sandbox_init() local 446 box = xcalloc(1, sizeof(*box)); in ssh_sandbox_init() 447 box->child_pid = 0; in ssh_sandbox_init() 449 return box; in ssh_sandbox_init() 490 ssh_sandbox_child(struct ssh_sandbox *box) in ssh_sandbox_child() argument 531 ssh_sandbox_parent_finish(struct ssh_sandbox *box) in ssh_sandbox_parent_finish() argument 533 free(box); in ssh_sandbox_parent_finish() 538 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid) in ssh_sandbox_parent_preauth() argument 540 box->child_pid = child_pid; in ssh_sandbox_parent_preauth()
|
| HD | sshd-session.c | 326 struct ssh_sandbox *box = NULL; in privsep_preauth() local 333 box = ssh_sandbox_init(pmonitor); in privsep_preauth() 348 if (box != NULL) in privsep_preauth() 349 ssh_sandbox_parent_preauth(box, pid); in privsep_preauth() 368 if (box != NULL) in privsep_preauth() 369 ssh_sandbox_parent_finish(box); in privsep_preauth() 381 if (box != NULL) in privsep_preauth() 382 ssh_sandbox_child(box); in privsep_preauth()
|
| /dragonfly/bin/cpdup/ |
| HD | BACKUPS | 15 The easiest way to create a LAN backup box is to NFS mount all your 16 backup clients onto the backup box. It is also possible to use cpdup's 155 your LAN backup box and copy that to the remote box. 157 The remote backup box does not use NFS, so setup is trivial. Just 159 Your LAN backup box will need root access via ssh to your remote backup 160 box. See the section "SSH SECURITY TIPS" below. 165 name on the remote box, so: 169 cpdup -i0 -s0 /backup/mirrors/$latest remote.box:/backup/mirrors/$latest 171 As with your LAN backup, create a softlink on the backup box denoting the 175 ssh remote.box -n \ [all …]
|
| /dragonfly/tools/tools/net80211/wesside/ |
| HD | README | 29 [Internet box]~$ ./udps 500 33 [Internet box]~# ./dics source_ip_of_box 100
|
| /dragonfly/share/i18n/csmapper/MISC/ |
| D | RISCOS-LATIN1%UCS.src | 31 # A hollow square box with a hollow square box in its top left-hand
|
| D | UCS%RISCOS-LATIN1.src | 31 # A hollow square box with a hollow square box in its top left-hand
|
| /dragonfly/test/stress/stress2/ |
| HD | hydra2.netperf.freebsd.org | 3 # Configuration needed for the hydra1 test box
|
| HD | hydra1.netperf.freebsd.org | 3 # Configuration needed for the hydra1 test box
|
| HD | beaver1.sentex.ca | 3 # Configuration needed for the beaver1 test box
|
| HD | orangutan.netperf.freebsd.org | 3 # Configuration needed for the orangutan test box
|
| HD | default.cfg | 12 # the amount of RAM in the test box.
|
| /dragonfly/share/examples/IPv6/ |
| HD | USAGE | 497 KAME box -----------------------------> BIND9 DNS server 498 KAME box <----------------------------- BIND9 DNS server 500 knows receive buffer size of KAME box 503 - prepare KAME box and BIND9 DNS server (can be a same node) 504 - add the following into /etc/resolv.conf on KAME box: 506 nameserver <IPv4 or v6 address of BIND9 box> 516 affect the traffic. KAME box tries to fragment packet to 1280
|
| /dragonfly/games/hack/ |
| HD | hack.shk.c | 321 boolean box, pick; in inshop() local 328 box = carrying(ICE_BOX); in inshop() 330 if (box || pick) { in inshop() 336 (box && pick) ? "box and pick-axe" : in inshop() 337 box ? "box" : "pick-axe"); in inshop()
|
| /dragonfly/sys/dev/disk/isp/ |
| HD | isp.c | 7112 unsigned int ibits, obits, box, opcode; in isp_mboxcmd_qnw() local 7125 for (box = 0; box < MAX_MAILBOX(isp); box++) { in isp_mboxcmd_qnw() 7126 if (ibits & (1 << box)) { in isp_mboxcmd_qnw() 7127 ISP_WRITE(isp, MBOX_OFF(box), mbp->param[box]); in isp_mboxcmd_qnw() 7130 isp->isp_mboxtmp[box] = mbp->param[box] = 0; in isp_mboxcmd_qnw() 7158 unsigned int lim, ibits, obits, box, opcode; in isp_mboxcmd() local 7198 for (box = 0; box < MAX_MAILBOX(isp); box++) { in isp_mboxcmd() 7199 if (ibits & (1 << box)) { in isp_mboxcmd() 7200 isp_prt(isp, ISP_LOGDEBUG3, "IN mbox %d = 0x%04x", box, in isp_mboxcmd() 7201 mbp->param[box]); in isp_mboxcmd() [all …]
|
| /dragonfly/contrib/lvm2/dist/doc/ |
| HD | testing.txt | 2 LVM2 that is running the LV's on my development box.
|
| /dragonfly/usr.bin/talk/ |
| HD | init_disp.c | 104 box(line_win, '-', '-'); in init_display()
|
| /dragonfly/share/dict/ |
| HD | web2a | 529 air box 1294 alms box 1611 anchor box 2232 apple box 2823 auger box 2979 axle box 3552 ballot box 4158 base box 4302 bastard box 5537 Bible box [all …]
|
| /dragonfly/contrib/bmake/ |
| HD | README | 46 the box*, I welcome patches.
|