aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2022-06-25Version 2.0: Fix to build with Varnish 7.1HEADv2.0masterSergey Poznyakoff5
* src/vmod_basicauth.c: Fix preprocessor conditionals. * NEWS: Update. * README: Update. * configure.ac: Mark Varnish 7.1 as supported. * src/vmod-basicauth.3: Update.
2021-11-17Build with varnish 6.6Sergey Poznyakoff2
* configure.ac (VARNISHAPI_MAJOR,VARNISHAPI_MINOR): New defines * src/vmod_basicauth.c (get_priv_data): Define free or methods member, depending on VARNISHAPI_MINOR.
2020-04-09Version 1.9v1.9Sergey Poznyakoff5
2020-03-23Works with Varnish 6.3.2Sergey Poznyakoff2
2019-02-15Version 1.9. Fix section number in the man filerelease-1.8Sergey Poznyakoff3
2018-12-10Support for varnish 6.0.2release-1.7Sergey Poznyakoff6
2017-10-26Fix compiler warnings in md5.cSergey Poznyakoff1
2017-10-26Update manpageSergey Poznyakoff1
2017-10-26Version 1.6release-1.6Sergey Poznyakoff2
2017-10-25Check for NULL returns from crypt, crypt_r and apr_md5_encodeSergey Poznyakoff3
2017-10-25Test for the presence of crypt.h and crypt_r call. Improve the testsuite.Sergey Poznyakoff7
2017-08-10Update acvmod to suppresss spurious warning messagerelease-1.5Sergey Poznyakoff2
2017-08-10Support for varnish 5.1Sergey Poznyakoff10
* configure.ac: Set version 1.5 (AC_VMOD_BASENAME): New subst variable. * NEWS: Document changes. * README: Document changes. * acvmod: Updated. * tests/Makefile.am: Define AT_VMOD_BASENAME in package.m4 * tests/atlocal.in: Add @VARNISH_SBINDIR@ to PATH. * tests/aprmd5.at: Update. * tests/crypt.at: Update. * tests/plain.at: Update. * tests/sha1.at: Update.
2017-08-06Version 1.4release-1.4Sergey Poznyakoff2
2017-08-06README: fix the Installation sectionSergey Poznyakoff2
2017-08-05Update acvmode. Rewrite the testsuite.Sergey Poznyakoff14
2016-01-24Fix typo in NEWSSergey Poznyakoff1
2016-01-23Varnish 4.1Sergey Poznyakoff10
* .gitmodules: New file. * acvmod: New submodule. * bootstrap: Update. * Makefile.am (ACLOCAL_AMFLAGS): Add acvmod * configure.ac: Use AM_VARNISHAPI instead of inlining the related code. Enable silent rules. Set version number 1.0.90-4.1.0 * src/Makefile.am: Enable silent rules. * tests/Makefile.am: Likewise. * src/vmod_basicauth.c (get_priv_data): New function. * src/vmod_basicauth.vcc: Remove init (match): Use PRIV_TASK. * NEWS: Update
2016-01-09Bugfix.Michael Kaminski1
* src/vmod_basicauth.c (match): Fix length computation.
2015-01-30Update manpageSergey Poznyakoff1
2014-11-13Update version number in manpagerelease-1.3Sergey Poznyakoff1
2014-11-13Update configure.acSergey Poznyakoff1
2014-11-13Version 1.3Sergey Poznyakoff1
2014-11-10Update manpageSergey Poznyakoff1
2014-11-01Report version of varnish at the end of configureSergey Poznyakoff1
2014-11-01Add missing copyright headersSergey Poznyakoff7
2014-11-01Update copyright yearsSergey Poznyakoff8
2014-11-01Support for VCL 4.0Sergey Poznyakoff6
* NEWS: Update. * configure.ac: Version 1.2.90 Detect varnish version. * src/.gitignore: Update. * src/Makefile.am: Always build vcc_if.c and vcc_if.h, don't include them in the distribution. (.vcc.vcc3): New implicit rule for VCL 3.0 * src/vmod_basicauth.c: Include config.h. Define varnish datatypes depending on the value of VARNISHVERSION. (vmod_match): Change declaration. * src/vmod_basicauth.vcc: Rewrite.
2013-10-19Raise version number in the docs.Sergey Poznyakoff1
2013-10-19Version 1.2release-1.2Sergey Poznyakoff2
2013-10-19Get rid of the --with-vmod-dir option.Sergey Poznyakoff3
* Makefile.am: Add default options for distcheck. * configure.ac: Remove --with-vmod-dir, default to the standard Varnish module location, Provide the --without-vmoddir option for use in distcheck. * README: Update.
2013-07-29Use EX/EE for examples in the manpage.Sergey Poznyakoff1
2013-07-26Update docs. Fix project name discrepancies.Sergey Poznyakoff7
* src/vmod_basicauth.3: Include vmod-basicauth.3 * src/vmod-basicauth.3: New file. * configure.ac: Update * src/Makefile.am: Update * src/vmod_basicauth.c: Update
2013-07-18Fix MakefileSergey Poznyakoff1
* src/Makefile.am: Add BUILT_SOURCES
2013-07-09Version 1.1release-1.1Sergey Poznyakoff2
* NEWS: Update. * configure.ac: Update.
2013-07-08Implement SHA1 passwords.Sergey Poznyakoff9
* src/sha1.c: New file. * src/sha1.h: New file. * src/Makefile.am: Add new files. * src/vmod_basicauth.c (base64_decode): Fix bound checking. (sha1_match): New function. (match_tab): Add SHA1 method. * tests/test03.vtc: New test. * tests/Makefile.am: Add new file. * tests/htpasswd: Add SHA1 password. * README: Update. * src/vmod_basicauth.3: Update.
2013-07-08Initial commitSergey Poznyakoff21

Return to:

Send suggestions and report system problems to the System administrator.