<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7653.38">
<TITLE>uac_auth case sensitive </TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->
<P><FONT SIZE=2>Hello,<BR>
in the version 1.3.x uac_auth(); is case sensitive: it doesn't accept "digest" for example, I don't know for the other key words.<BR>
It should be case insensitive, isn't it?<BR>
For the word "digest" it is enough change a strncmp with strncasecmp in parse_authenticate_body </FONT>
</P>
</BODY>
</HTML>