ftp.nice.ch/pub/next/unix/network/www/httpd.1.5-export.NIHS.bs.gnutar.gz#/httpd_1.5-export/src/http_access.h

This is http_access.h in view mode; [Download] [Up]

/************************************************************************
 * NCSA HTTPd Server
 * Software Development Group
 * National Center for Supercomputing Applications
 * University of Illinois at Urbana-Champaign
 * 605 E. Springfield, Champaign, IL 61820
 * httpd@ncsa.uiuc.edu
 *
 * Copyright  (C)  1995, Board of Trustees of the University of Illinois
 *
 ************************************************************************
 *
 * http_access.h,v 1.10 1995/10/26 22:58:00 blong Exp
 *
 ************************************************************************
 *
 */

#ifndef _HTTP_ACCESS_H_
#define _HTTP_ACCESS_H_

#include <sys/stat.h>
/* globals defined in this module */

#define FA_DENY 0
#define FA_ALLOW 1

#ifdef DIGEST_AUTH
extern int client_accepts_digest;
extern int assume_digest_support;
#endif /* DIGEST_AUTH */

/* http_access function prototypes */
void evaluate_access(per_request *reqInfo, struct stat *finfo,int *allow, 
                            char *op);
void kill_security();
void reset_security();

#endif /* _HTTP_ACCESS_H_ */

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.