Show
Ignore:
Timestamp:
02/26/10 13:04:06 (6 months ago)
Author:
phk
Message:

Add a function to calculate the proper response to a AUTH challenge
from the CLI.

Put in a separate source file, as it should be included in libvarnishapi
as well.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/varnish-cache/include/cli_common.h

    r4477 r4590  
    4848int cli_writeres(int fd, const struct cli *cli); 
    4949int cli_readres(int fd, unsigned *status, char **ptr, double tmo); 
     50 
     51void CLI_response(int S_fd, const char *challenge, char *reponse);