~squid/squid/sbuf-use

« back to all changes in this revision

Viewing changes to src/cbdata.cc

  • 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: cbdata.cc,v 1.33 2001/01/06 11:14:42 hno Exp $
 
3
 * $Id: cbdata.cc,v 1.34 2001/01/07 23:36:37 hno Exp $
4
4
 *
5
5
 * DEBUG: section 45    Callback Data Registry
6
6
 * ORIGINAL AUTHOR: Duane Wessels
137
137
    CREATE_CBDATA(generic_cbdata);
138
138
    CREATE_CBDATA(helper);
139
139
    CREATE_CBDATA(helper_server);
 
140
    CREATE_CBDATA(statefulhelper);
 
141
    CREATE_CBDATA(helper_stateful_server);
140
142
    CREATE_CBDATA(HttpStateData);
141
143
    CREATE_CBDATA(peer);
142
144
    CREATE_CBDATA(ps_state);