search for: cdf_translat

Displaying 1 result from an estimated 1 matches for "cdf_translat".

Did you mean: cdf_translate
1996 Nov 19
0
Yet another attempt at /tmp spoof protection
...r-2.2beta23/nfsd.c Wed Sep 25 00:37:42 1996 +++ nfs-server-2.2beta23/nfsd.c Fri Nov 15 10:45:37 1996 @@ -85,6 +85,9 @@ static _PRO (void usage, (FILE *, int) ); static _PRO (void terminate, (void) ); static _PRO (RETSIGTYPE sigterm, (int sig) ); +#ifdef SUPPORT_CDF +static _PRO (char *cdf_translate, (char *tag) ); +#endif #ifdef CALL_PROFILING @@ -279,6 +282,24 @@ if (auth_fh(rqstp, &(argp->dir), &status, CHK_READ) == NULL) return status; +#ifdef SUPPORT_CDF + /* This is just some experimental support for context-dependent + * files in order to cope with mindless u...