~squid/squid/sbuf-use

« back to all changes in this revision

Viewing changes to src/globals.h

  • Committer: hno
  • Date: 2001-01-08 06:32:04 UTC
  • Revision ID: cvs-1:hno-20010108063204-w6a8e1zz6eprqnp8
Major rewrite of proxy authentication to support other schemes than
Basic (auth_rewrite branch on SourceForge).
Contributors:
   Andy Doran
   Robert Collins
   Chemolli Francesco
   Henrik Nordstrom

For details about the new API's, see Programmers Guide.

As part of this change everything from auth_modules has been moved to
src/auth/basic/helpers

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
2
/*
3
 
 * $Id: globals.h,v 1.99 2000/12/09 01:47:18 wessels Exp $
 
3
 * $Id: globals.h,v 1.100 2001/01/07 23:36:39 hno Exp $
4
4
 *
5
5
 *
6
6
 * SQUID Internet Object Cache  http://squid.nlanr.net/Squid/
145
145
extern request_flags null_request_flags;
146
146
extern int store_open_disk_fd;  /* 0 */
147
147
extern const char *SwapDirType[];
 
148
extern authscheme_entry_t *authscheme_list;     /* NULL */
148
149
extern storefs_entry_t *storefs_list;   /* NULL */
149
150
extern storerepl_entry_t *storerepl_list;       /* NULL */
150
151
extern int store_swap_low;      /* 0 */
152
153
extern int store_pages_max;     /* 0 */
153
154
extern ssize_t store_maxobjsize;        /* -1 */
154
155
extern RemovalPolicy *mem_policy;
 
156
extern hash_table *proxy_auth_username_cache;   /* NULL */