Displaying 2 results from an estimated 2 matches for "lookup_host".
2012 Dec 27
3
[PATCH] hostfile: list known names (if any) for new hostkeys
...ries;
- u_int num_entries;
-};
-
static int
extract_salt(const char *s, u_int l, char *salt, size_t salt_len)
{
@@ -236,20 +231,22 @@ init_hostkeys(void)
}
void
-load_hostkeys(struct hostkeys *hostkeys, const char *host, const char *path)
+load_hostkeys(struct hostkeys *hostkeys, const char *lookup_host,
+ const Key *lookup_key, const char *path)
{
FILE *f;
char line[8192];
u_long linenum = 0, num_loaded = 0;
char *cp, *cp2, *hashed_host;
+ const char *current_host;
HostkeyMarker marker;
Key *key;
int kbits;
if ((f = fopen(path, "r")) == NULL)
return;
- debug3(&q...
2012 Aug 08
1
Update to EL 6.3 breaks TCP NFS automounts
See Red Hat Bugzilla bug #846852 for details.
https://bugzilla.redhat.com/show_bug.cgi?id=846852
FYI:
We discovered that after updating to EL 6.3 on our x86_64 server, autofs
5.0.5-54 broke our nightly backups that rely on automounting an NFS
share hosted on another EL 6 machine on our local network. The machine
hosting NFS server was configured to allow only TCP connections to the
port