Lines Matching refs:password
78 const char *password;
79 /* prefix for MD5 password */
212 int keylen = strlen(args->password);
218 memcpy(md5sig.tcpm_key, args->password, keylen);
238 /* ENOENT is harmless. Returned when a password is cleared */
1215 if (args->password && tcp_md5_remote(lsd, args)) {
1336 if (args->password && tcp_md5sig(sd, addr, alen, args))
1599 " -M password use MD5 sum protection\n"
1692 args.password = optarg;
1761 if (args.password &&
1763 log_error("MD5 passwords apply to TCP only and require a remote ip for the password\n");
1767 if (args.prefix_len && !args.password) {
1768 log_error("Prefix range for MD5 protection specified without a password\n");