Lines Matching defs:from
11 * Export of this software from the United States of America may
12 * require a specific license from the United States Government.
33 * chgpwd.c - Handles changepw requests issued from non-Solaris krb5 clients.
204 "is missing from \"%s\""),
241 * Some brain-dead OS's don't return useful information from
385 strlcpy(strresult, "Ticket must be derived from a password",
436 krb5_klog_syslog(LOG_NOTICE, "setpw request from %s by %.*s%s "
442 krb5_klog_syslog(LOG_NOTICE, "chpw request from %s for %.*s%s: %s",
626 * on kpasswd-port 464 from MIT/M$ clients.
635 struct sockaddr_in from;
646 fromlen = sizeof (from);
648 if ((len = recvfrom(s1, req, sizeof (req), 0, (struct sockaddr *)&from,
694 if (connect(s2, (struct sockaddr *)&from, sizeof (from)) < 0) {
703 params->realm, s2, kt, &from,
720 (struct sockaddr *)&from, sizeof (from));