/freebsd/contrib/tnftp/src/ |
H A D | ruserpass.c | 93 const char *mydomain; in ruserpass() local 109 if ((mydomain = strchr(myname, '.')) == NULL) in ruserpass() 110 mydomain = ""; in ruserpass() 134 strcasecmp(tmp, mydomain) == 0 && in ruserpass() 139 strcasecmp(tmp, mydomain) == 0 && in ruserpass()
|
/freebsd/crypto/heimdal/appl/login/ |
H A D | login_access.c | 180 static char *mydomain = 0; in netgroup_match() local 182 if (mydomain == 0) in netgroup_match() 183 yp_get_default_domain(&mydomain); in netgroup_match() 184 return (innetgr(group, machine, user, mydomain)); in netgroup_match()
|
/freebsd/crypto/heimdal/appl/rsh/ |
H A D | login_access.c | 180 static char *mydomain = 0; in netgroup_match() local 182 if (mydomain == 0) in netgroup_match() 183 yp_get_default_domain(&mydomain); in netgroup_match() 184 return (innetgr(group, machine, user, mydomain)); in netgroup_match()
|
/freebsd/contrib/tcp_wrappers/ |
H A D | workarounds.c | 195 static char mydomain[MAXHOSTNAMELEN]; local 197 *ptr = mydomain; 198 return (getdomainname(mydomain, MAXHOSTNAMELEN));
|
H A D | hosts_access.c | 298 static char *mydomain = 0; in host_match() local 299 if (mydomain == 0) in host_match() 300 yp_get_default_domain(&mydomain); in host_match() 301 return (innetgr(tok + 1, eval_hostname(host), (char *) 0, mydomain)); in host_match()
|
/freebsd/lib/libcompat/4.3/ |
H A D | rexec.c | 135 char myname[MAXHOSTNAMELEN], *mydomain; in ruserpass() local 153 if ((mydomain = strchr(myname, '.')) == NULL) in ruserpass() 154 mydomain = ""; in ruserpass() 174 strcasecmp(tmp, mydomain) == 0 && in ruserpass()
|
/freebsd/crypto/heimdal/appl/ftp/ftp/ |
H A D | ruserpass.c | 114 mydomain = guess_domain (myhostname, MaxHostNameLen); in ruserpassword() 149 strcasecmp(tmp, mydomain) == 0 && in ruserpassword() 155 strcasecmp(tmp, mydomain) == 0 && in ruserpassword()
|
H A D | globals.c | 79 char *mydomain; variable
|
H A D | extern.h | 168 extern char *mydomain;
|
H A D | ftp.c | 221 "%s@%s", myname, mydomain); in login()
|
/freebsd/tests/sys/net/if_ovpn/ |
H A D | client.crt | 6 Issuer: C=KG, ST=NA, L=BISHKEK, O=OpenVPN-TEST/emailAddress=me@myhost.mydomain 10 Subject: C=KG, ST=NA, O=OpenVPN-TEST, CN=Test-Client/emailAddress=me@myhost.mydomain
|
H A D | server.crt | 6 Issuer: C=KG, ST=NA, L=BISHKEK, O=OpenVPN-TEST/emailAddress=me@myhost.mydomain 10 Subject: C=KG, ST=NA, O=OpenVPN-TEST, CN=Test-Server/emailAddress=me@myhost.mydomain
|
/freebsd/contrib/tcsh/ |
H A D | tc.os.c | 1036 char *mydomain; in fix_yp_bugs() local 1044 if (yp_get_default_domain(&mydomain) == 0) { /* if we got a name */ in fix_yp_bugs() 1047 yp_unbind(mydomain); in fix_yp_bugs()
|
/freebsd/contrib/sendmail/cf/ |
H A D | README | 1256 host foo.mydomain.com, or guest@bar.mydomain.com. 2434 host.mydomain.com
|