Home
last modified time | relevance | path

Searched refs:guest (Results 1 – 25 of 27) sorted by relevance

12

/freebsd-12-stable/libexec/ftpd/
Dftpd.c128 int guest; variable
1004 if (guest) { in user()
1014 guest = 0; in user()
1028 guest = 1; in user()
1211 guest = 0; in end_login()
1388 if (!guest) { /* "ftp" is only account allowed no password */ in pass()
1508 if (dochroot || guest) in pass()
1519 if (guest && stats && statfd < 0) { in pass()
1544 if (guest || dochroot) { in pass()
1585 if (guest || dochroot) { in pass()
[all …]
Dextern.h77 extern int guest;
Dftpcmd.y429 if (noretr || (guest && noguestretr))
1240 if (!guest && strncasecmp("pass ", s, 5) == 0) {
1336 if (guest == 0 && p != 0) {
/freebsd-12-stable/crypto/heimdal/appl/ftp/ftpd/
Dftpd.c71 int guest; variable
161 return (guest ? path+1 : path); in curdir()
498 if (guest) { in user()
508 guest = 0; in user()
515 guest = 1; in user()
717 if (guest) { in do_login()
763 if (guest) { in do_login()
825 guest = 0; in end_login()
888 if (!guest) { /* "ftp" is only account allowed no password */ in pass()
1107 if(guest && filename_check(name)) in do_store()
[all …]
Dftpcmd.y368 if (dochroot || guest)
537 if(guest)
548 if(guest)
893 $$ = $1 && !guest;
1081 if (!guest && strncasecmp("pass ", s, 5) == 0) {
Dextern.h131 extern int guest;
Dftpcmd.c2077 if (dochroot || guest) in yyparse()
2310 if(guest) in yyparse()
2324 if(guest) in yyparse()
2727 (yyval.i) = (yyvsp[(1) - (1)].i) && !guest; in yyparse()
3134 if (!guest && strncasecmp("pass ", s, 5) == 0) {
/freebsd-12-stable/contrib/opie/
Dopieftpd.c191 static int guest; variable
414 if (guest) {
423 guest = 0;
427 guest = 1;
519 guest = 0;
535 if (!guest) { /* "ftp" is only account allowed no password */
573 if (guest) {
633 if (guest) {
1116 if (guest)
Dftpcmd.y104 extern int guest;
/freebsd-12-stable/release/picobsd/mfs_tree/etc/
Dgroup13 guest:*:31:root
/freebsd-12-stable/etc/
Dgroup19 guest:*:31:
/freebsd-12-stable/contrib/wpa/hostapd/
Dhostapd.vlan5 100 guest
/freebsd-12-stable/release/picobsd/floppy.tree/etc/
Dmaster.passwd5 operator:*:2:20::0:0:System &:/usr/guest/operator:/bin/csh
/freebsd-12-stable/contrib/sendmail/cf/ostype/
Dirix5.m425 # - SGI's /etc/sendmail.cf set's default uid and gid to 998 (guest)
Dirix6.m425 # - SGI's /etc/sendmail.cf set's default uid and gid to 998 (guest)
/freebsd-12-stable/sys/dev/vmware/vmxnet3/
Dif_vmxreg.h230 uint32_t guest; /* Guest OS */ member
Dif_vmx.c1073 ds->guest = VMXNET3_GOS_FREEBSD | in vmxnet3_init_shared_data()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
DMipsInstrFormats.td188 class MFC3OP_FM<bits<6> op, bits<5> mfmt, bits<3> guest> : StdArch {
199 let Inst{10-8} = guest;
DMips64InstrInfo.td630 /// Move between CPU and guest coprocessor registers (Virtualization ASE)
/freebsd-12-stable/contrib/processor-trace/libipt/include/
Dintel-pt.h.in1233 * vmx non-root (guest) mode.
1253 * vmx non-root (guest) mode.
/freebsd-12-stable/
DUPDATING1195 Using a zvol as the backing store for a VM guest's virtual disk will
1196 still work, even if the guest is using ZFS. Legacy behavior can be
/freebsd-12-stable/sys/contrib/dev/acpica/
Dchanges.txt160 in a guest when it receives a sleep trigger from the hypervisor. When the
161 guest resumes from this power state, it does not see the SleepEnabled
162 bit. In other words, the sleepHibernation (S4) is triggered in a guest
163 when it receives a sleep trigger from the hypervisor. When the guest
167 guest.button is not enabled on waking from an S4 state. This causes
168 subsequent invocation of sleep state to fail in the guest. Fix this
/freebsd-12-stable/share/dict/
Dweb2a15742 day guest
20628 fellow guest
26427 guest right
26428 guest room
26429 guest rope
26430 guest-warp
44876 quasi guest
71438 wedding guest
/freebsd-12-stable/crypto/openssh/
DChangeLog9124 Fixing quoting for installing moduli on target guest.
9219 to come up then runs the build and test by ssh'ing into the guest.
/freebsd-12-stable/contrib/sendmail/cf/
DREADME1256 host foo.mydomain.com, or guest@bar.mydomain.com.

12