X-Git-Url: https://mattmccutchen.net/rsync/rsync-patches.git/blobdiff_plain/1b7984b21d36f57503fd94d9011412da46cc5531..cdcd21373a3358b21132ad227fe21a8543e45090:/netgroup-auth.diff diff --git a/netgroup-auth.diff b/netgroup-auth.diff index f2a32e4..5062a82 100644 --- a/netgroup-auth.diff +++ b/netgroup-auth.diff @@ -3,18 +3,24 @@ and hosts deny. This patch still needs autoconf support for portability. ---- access.c 30 Jul 2003 06:12:27 -0000 1.13 -+++ access.c 25 Apr 2004 17:20:47 -0000 -@@ -22,11 +22,14 @@ - */ +To use this patch, run these commands for a successful build: + + patch -p1 - static int match_hostname(char *host, char *tok) { - if (!host || !*host) return 0; + if (!host || !*host) + return 0; + if (*tok == '@' && tok[1]) + return innetgr(tok + 1, host, NULL, NULL); return wildmatch(tok, host);