View Issue Details

IDProjectCategoryView StatusLast Update
0003543libmicrohttpdbuild systempublic2021-09-02 17:54
Reporterdoostee Assigned ToChristian Grothoff  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Platformx86_64OSLinuxOS Version3.2.0-54-generic
Product Version0.9.37 
Target Version0.9.38Fixed in Version0.9.38 
Summary0003543: Cannot disable Digest Authentication with configure option
DescriptionWhen passing --disable-dauth to the configure command it does not disable digest authentication. At the end of the configure process digest authentication always has a "yes" next to it.
Steps To Reproduce1) Extract the source tarball
2) In the source dir run `./configure --disable-dauth`
3) See the line "Digest auth.: yes"
Additional InformationLine #729 in configure.ac should be:
  if test "x$enable_dauth" != "xno"

Note the missing 'x' before '$enable_dauth'.
TagsNo tags attached.

Activities

Christian Grothoff

2014-09-12 17:35

manager   ~0008574

Fixed in SVN 34287.

Christian Grothoff

2021-09-02 17:54

manager   ~0018203

Fix committed to master branch.

Related Changesets

libmicrohttpd: master 9e8530ee

2014-09-12 19:35

Christian Grothoff


Details Diff
fix 0003543 Affected Issues
0003543
mod - ChangeLog Diff File
mod - configure.ac Diff File

Issue History

Date Modified Username Field Change
2014-09-12 08:29 doostee New Issue
2014-09-12 17:35 Christian Grothoff Note Added: 0008574
2014-09-12 17:35 Christian Grothoff Status new => resolved
2014-09-12 17:35 Christian Grothoff Fixed in Version => 0.9.38
2014-09-12 17:35 Christian Grothoff Resolution open => fixed
2014-09-12 17:35 Christian Grothoff Assigned To => Christian Grothoff
2014-09-12 17:36 Christian Grothoff Target Version => 0.9.38
2014-10-05 01:19 Christian Grothoff Status resolved => closed
2021-09-02 17:54 Christian Grothoff Changeset attached => libmicrohttpd master 9e8530ee
2021-09-02 17:54 Christian Grothoff Note Added: 0018203